.gojiwisenavigation {
}

.center {
    display: flex;
    justify-content: center;
}

.preparing-text {
    margin: 20px 0;
}

.gojiwisenavigation .emptyItem {
    background-color: #ececec;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    font-family: "Metropolis Bold" !important;
}

.gojiwisenavigation .community-initials {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    background-size: 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 2.2;
    background-color: #19a4fd;
}

.gojiwisenavigation .communityIcon {
    margin-right: 10px;
}

.gojiwisenavigation .community-icon {
    width: 50px;
    height: 50px;
    background-size: contain;
}

.gojiwisenavigation .portal-title {
    font-family: "Metropolis Bold";
}

.gojiwisenavigation .secondary-portal-title {
    font-size: 36px;
    letter-spacing: 3.84px;
}

.gojiwisenavigation .vertical-separator {
    border-right: 3px solid #111;
    height: 30px;
    margin: 0 10px;
}

.gojiwisenavigation .community-icon > div {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    background-size: 50px;
    text-align: center;
    color: white;
    font-size: 24px;
    line-height: 2.2;
    background-color: #19a4fd;
}

.gojiwisenavigation .sessionsContainer {
    padding: 15px 25px;
}

.gojiwisenavigation .new-session {
    display: none;
}

.gojiwisenavigation.expert .new-session {
    display: flex;
}

.gojiwisenavigation .new-session-image {
    width: 40px;
}

.gojiwisenavigation .btn-text {
    font-size: 14px;
    margin-right: 10px;
    font-family: "Metropolis Bold";
    line-height: 1.21;
    letter-spacing: 4.32px;
    color: #333333;
}

.gojiwisenavigation .new-session {
    padding: 10px;
    width: fit-content;
    text-align: center;
    border-radius: 15px;
    justify-content: flex-end;
    width: 100%;
}

.createModalContainer.title-active .loading-window,
.createModalContainer .title-window {
    display: none;
    opacity: 0;
}

.createModalContainer.title-active .title-window {
    display: block;
    opacity: 1;
}

.gojiwisenavigation .notification-title span {
    color: #333333;
}

.gojiwisenavigation .sessions-title {
    font-family: "Metropolis Bold";
    font-size: 24px;
    line-height: 1.21;
    letter-spacing: 3.84px;
    text-align: left;
    color: #333333;
    margin-top: 20px;
}
