.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: " ";
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
    font-family: "Font Awesome 7 Pro" !important;
}

.fas .w-checkbox::after {
    content: " ";
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom, .w-radio-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-radio-input--inputType-custom {
    border-radius: 50%;
}

#logged-in {
    background-color: #34b52c;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0;
}

.w-checkbox-input--inputType-custom.w--redirected-checked, .w-radio-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus, .w-radio-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}


.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.container {
    display: block;
    height: 100vh;
    background-image: url("../images/stup.png");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: auto 100%;
    object-fit: cover;
    object-position: 100% 100%;
    background-color: #343132;
}

.div-block {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url("../images/back_photo.jpg");
    background-position: 50% 100%;
    background-size: auto 100vh;
    background-repeat: no-repeat;
}

.text-block {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1e1892;
    font-size: 36px;
    font-weight: 700;
}

.dark-theme {
    background-color: #242542;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}

#extend i {
    transform: rotateZ(90deg);
}

.holder_avatare_chat > .link_img_top > i {
    font-size: 20px;
}

/* restricted access */

.wrapper-restricted {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    max-height: 80vh;
    margin-top: 7vh;
}

.wrapper-digit-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 35px;
}

.wrapper-counter span {
    font-size: 11px;
}

.wrapper-digit-counter span {
    font-size: 10px;
    color: #ffffffa6;
    margin: 0;
    line-height: 12px;
}

/* end of restricted access */

/*counter*/

.wrapper-counter {
    display: flex;
    font-size: 22px;
    font-weight: 600;
}

/*pana aici*/

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.holder_top {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 80px;
    border-bottom: 1px solid #3f4567;
}

.holder_bottom {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 998;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 80px;
    border-top: 1px solid #3f4567;
}

.holder_nav_left {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 997;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.holder_nav_right {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: 80px;
    right: 0;
    bottom: 0;
    display: none;
    height: calc(100vh - 80px);
}

.holder_nav_right.active {
    z-index: 998;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.holder_nav_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.holder_nav_menu.expanded {
    width: 350px;
    max-width: 350px;
    padding-top: 10px;
    padding-bottom: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar {
    background-color: transparent;
}

.navbar-session-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    border: 1px solid #2fd326;
}

.icon_buton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Fa solid 900", sans-serif !important;
    font-size: 23px;
    text-decoration: none;
}

.icon_buton.open_close {
    font-size: 18px;
}

.icon_buton.top {
    font-family: "Fa solid 900", sans-serif;
}

.icon_buton.top._2 {
    display: none;
    color: #e61657;
}

.icon_buton.play_mobile {
    display: none;
}

.icon_buton.rotate90 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.icon_buton.expand {
    margin-left: 10px;
    color: #858798;
    font-size: 18px;
}

.icon_buton.expand:hover {
    color: #fff;
}

.icon_buton.minimize {
    display: none;
    margin-left: 10px;
    color: #858798;
    font-size: 18px;
}

.icon_buton.minimize:hover {
    color: #fff;
}

.icon_buton._2 {
    display: none;
}

.nav_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: calc(100vh - 160px);
}

.container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.holder_button {
    position: relative;
}

.mobile-menu .notification {
    top: 0px;
}

.notification {
    position: absolute;
    left: 30px;
    top: 5px;
    z-index: 990;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 20px;
    min-width: 20px;
    padding: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #e61657;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
}

.notification.hide {
    display: none;
}

.notification.text {
    padding: 3px;
    border-radius: 5px;
}

.notification.text.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.notification.avatar {
    left: auto;
    top: 0px;
    right: 0px;
    display: none;
    min-width: 20px;
}

.notification.avatar.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.notification.avatar.moderator {
    top: 10px;
    right: -10px;
    padding: 6px;
    border-radius: 5px;
}

.notification.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.notification.avatare_chaturi {
    left: auto;
    top: 0px;
    right: 5px;
    display: none;
    min-height: 20px;
    min-width: 20px;
}

.notification.avatare_chaturi.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.notification.green {
    background-color: #2fd326;
    font-family: "Fa 400", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.button_60 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #858798;
    text-decoration: none;
}

.button_60:hover {
    border-radius: 10px;
    background-color: #3f4567;
    color: #fff;
}

.button_60.ext {
    width: 175px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.button_60.active {
    background-color: #3f4567;
    color: #fff;
}

.button_60.animate__animated {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    color: #2fd326;
}

.button_60.bell.animate {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.button_60.bell.animate__animated.animate__heartbeat {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-property: none;
    transition-property: none;
}

.button_60.left.set_ss {
    position: absolute;
    left: 10px;
    top: 10px;
    right: auto;
    bottom: auto;
    z-index: 199;
    background-color: rgba(133, 135, 152, 0.5);
    color: #fff;
}

.button_60.top.chaturi {
    width: auto;
}

.button_60.top.mobile_menu {
    display: none;
}

.button_60.top.chat {
    position: absolute;
    top: 10px;
    bottom: 10px;
    display: none;
    width: 40px;
    height: 40px;
}

.button_60.top.filter {
    border-radius: 5px;
}

.button_60.top.exit {
    background-color: #e61657;
    color: #fff;
}

.info {
    position: absolute;
    z-index: 998;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #3f4567;
    color: #fff;
}

.info.right {
    position: static;
    left: 65px;
    top: 0px;
    bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.info.right._2 {
    display: none;
}

.green_text_span {
    color: #2fd326;
}

.holder_info {
    position: absolute;
    left: 65px;
    top: 0px;
    bottom: 0px;
    z-index: 998;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.holder_info.bottom {
    left: auto;
    top: auto;
    right: auto;
    bottom: -40px;
    display: none;
    margin-top: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.expanded
> .mijloc
> .mijloc
> .nav_menu
> .button_60:hover
> .holder_info.left {
    left: auto;
    top: 60px;
    right: auto;
    bottom: -10px;
    display: block;
    margin-top: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
}

.holder_info.bottom.margin {
    display: none;
    margin-right: 15px;
}

.holder_info.bottom.margin.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.holder_info.avatar {
    left: auto;
    right: 60px;
    display: none;
    width: 200px;
    max-height: 50px;
    max-width: 200px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#chaturi_top .holder_info.avatar {
    display: flex;
}

.holder_info.left {
    left: auto;
    right: 65px;
    display: none;
}

.holder_info.top {
    left: auto;
    top: -55px;
    bottom: auto;
    display: none;
}

.div_top_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div_top_side.right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.div_top_side.bottom_title {
    width: auto;
}

.div_top_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    min-width: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(36, 37, 66, 0.8);
}

.menu_top.bottom {
    position: relative;
}

.link_img_top {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link_img_top.central_session {
    width: 150px;
    height: 150px;
}

.link_img_top.right_margin {
    color: #858798;
    text-decoration: none;
}

.link_img_top.ss {
    width: 80px;
    height: 80px;
}

.link_txt_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
}

.link_txt_top.right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.link_txt_top.bread {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.swosh {
    max-height: 60px;
    max-width: 60px;
}

.holder_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.name_span {
    font-weight: 700;
}

.icon_span {
    font-family: "Fa solid 900", sans-serif;
}

.avatar_image {
    position: relative;
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar_image.top_chat {
    margin-left: -15px;
    box-shadow: 1px 1px 3px 0 #000;
}

.avatar_image.ss {
    width: 70px;
    height: 70px;
}

.status {
    position: absolute;
    left: auto;
    top: auto;
    right: 6px;
    bottom: 5px;
    z-index: 990;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #2fd326;
    box-shadow: 1px 1px 3px 0 #000;
}

.status.header_top {
    right: 3px;
    bottom: 0px;
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #242542;
}

.status.header_top.ss {
    width: 18px;
    height: 18px;
    background-color: #e61657;
}

.avatar_circle {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    border-style: solid;
    border-width: 2px;
    border-color: #2fd326;
    border-radius: 50%;
}

.avatar_circle.ss {
    border-color: #e61657;
}

.holder_central {
    width: 100%;
    margin-bottom: 80px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.holder_homepage {
    margin-top: 20px;
}

.holder_homepage.session {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.holder_homepage.session.breakout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.holder_homepage.session.breakout.ss_active {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.holder_homepage.agenda {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.holder_homepage.event_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image_entrance {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bottom_title_txt {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}

.selection {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2fd326;
}

.close_l_open_r {
    display: none;
}

.open_l_close_r {
    display: none;
}

.button_60.ext .holder_info {
    display: flex;
    left: 50px;
}

.open_l_close_r.active {
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    color: #858798;
    font-size: 15px;
}

.close_l_open_r.active {
    display: block;
}

.holder_dropdown_avatar {
    position: fixed;
    top: 90px;
    right: 10px;
    display: none;
    width: 200px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 #858798;
}

.holder_dropdown_avatar.active {
    display: block;
}

.divider_up_or_bottom {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.divider_up_or_bottom.border_top {
    height: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #e4e6eb;
}

.divider_middle {
    position: relative;
    z-index: 5;
}

.divider_middle.border_top {
    border-top: 1px solid #e4e6eb;
}

.divider_middle.border_top.border_bottom {
    border-bottom: 1px solid #e4e6eb;
}

.checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    line-height: 26px;
}

.checkbox {
    width: 52px;
    height: 26px;
    margin-top: 2px;
    margin-right: 20px;
    border-style: none;
    border-width: 0px;
    border-radius: 20px;
    background-color: #e4e6eb;
    background-image: url("../images/black-circle.svg");
    background-position: 3px 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.checkbox.w--redirected-checked {
    border-color: #8bc794;
    background-color: #c3f0ca;
    background-image: url("../images/black-circle.svg");
    background-position: 28px 50%;
    background-size: 20px;
}

.checkbox-label {
    display: none;
}

.html-embed {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dark_text {
    color: #242542;
}

.dark_text.icon {
    font-family: "Fa brands 400", sans-serif;
}

.dark_text.icon._20 {
    font-family: "Fa solid 900", sans-serif;
    font-size: 20px;
}

.dark_text.icon._20.sun {
    color: #ff9500;
}

.dark_text.event_info {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dark_text.left_5 {
    margin-left: 5px;
    text-decoration: none;
}

.dark_text.left_5.red {
    color: #e61657;
}

.dark_text.mb3px {
    margin-bottom: 3px;
}

.dark_text.small_info {
    position: absolute;
    top: -2px;
    right: 25px;
    display: none;
    width: 82px;
    padding: 3px 5px;
    border-radius: 3px;
    background-color: #d7d7d7;
    color: #fff;
    font-size: 11px;
}

.dark_text.small_info.delete {
    width: 45px;
    background-color: #e61657;
    color: #fff !important;
}

.holder_txt_st {
    position: absolute;
    left: 30px;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.holder_txt_dr {
    position: absolute;
    right: 30px;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.link_dropdown_avatar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    color: #242542;
    text-decoration: none;
}

.link_dropdown_avatar:hover {
    background-color: #f1f2f6;
}

.link_dropdown_avatar.no_link {
    padding-bottom: 10px;
}

.link_dropdown_avatar.no_link:hover {
    background-color: transparent;
}

.link_dropdown_avatar.list {
    padding-top: 10px;
    padding-bottom: 10px;
}

.link_dropdown_avatar.rounded_corners {
    height: 60px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.icon_pre_obj {
    margin-right: 10px;
    font-family: "Fa solid 900", sans-serif;
    font-size: 20px;
}

.icon_pre_obj.green {
    opacity: 0;
    color: #2fd326;
}

.toggle {
    position: absolute;
    left: 220px;
}

.embed_sesiune {
    width: 0px;
    height: 0px;
}

.holder_chat {
    position: absolute;
    left: 85px;
    bottom: 83px;
    display: none;
    width: 380px;
    height: 500px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 #858798;
    z-index: 998;
}

.container_chat {
    width: 380px;
    margin: 30px 30px 20px;
}

.container_links_top {
    position: absolute;
    left: auto;
    top: 20px;
    right: 20px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Fa 400", sans-serif;
    color: #242542;
    font-size: 30px;
    line-height: 30px;
}

.link_chat_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    color: #242542;
    text-decoration: none;
}

.title_chat_box {
    max-width: 215px;
    color: #242542;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
}

.div_titlu_chatbox {
    max-width: 215px;
}

.div_mesaje_chatbox {
    height: 330px;
    margin-top: 10px;
}

.div_input_form {
    height: 60px;
    margin-top: 10px;
}

.form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text_field_chatbox {
    height: 60px;
    margin-bottom: 0px;
    padding-right: 65px;
    padding-left: 20px;
    border: 0px solid #000;
    border-radius: 5px;
    background-color: #f1f2f6;
}

.text_field_chatbox.expanded {
    background-color: #2f3252;
    color: #fff;
}

.text_field_chatbox.expanded.side {
    padding-left: 20px;
}

.submit_button_chatbox {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 60px;
    background-color: transparent;
    font-family: "Fa solid 900", sans-serif;
    color: #2fd326;
    font-size: 25px;
}

.link_chatbox_form {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: "Fa solid 900", sans-serif;
    color: #858798;
    font-size: 20px;
    text-decoration: none;
}

.link_chatbox_form:hover {
    color: #242542;
}

.link_chatbox_form.expanded:hover {
    color: #fff;
}

.info_chatbox {
    position: absolute;
    top: -10px;
    display: none;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #3f4567;
    box-shadow: 1px 1px 3px 0 #858798;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 13px;
}

.holder_avatare_chat {
    position: absolute;
    top: 80px;
    right: 0px;
    z-index: 991;
    display: none;
}

.holder_avatare_chat.active {
    display: block;
    flex-direction: column !important;
    margin-top: 60px;
    margin-right: 8px;
}

.close_avatar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #e61657;
    box-shadow: 1px 1px 3px 0 #000;
    font-family: "Fa solid 900", sans-serif;
    color: #fff;
    font-size: 25px;
}

.html-embed-3 {
    width: 0px;
    height: 0px;
}

.holder_video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 2000px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.video_out {
    max-height: 50vh;
}

.holder_info_and_speakers {
    max-width: 2000px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
}

.holder_session_speakers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.holder_session_info {
    margin-bottom: 30px;
}

.holder_session_info_title {
    margin-bottom: 20px;
}

.holder_session_text {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #3f4567;
}

.inpage_txt_title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.blue_circle {
    position: absolute;
    z-index: 3;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background-color: #242542;
}

.green_circle {
    position: absolute;
    z-index: 2;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-image: linear-gradient(225deg, #2fd326, #4affde);
}

.holder_speaker_session {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 31%;
    margin-right: 10px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.holder_speaker_session.per_session {
    width: 320px;
    margin-right: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.image_speaker_session.per_session {
}

.description_speaker_session {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.grey_text {
    color: #858798;
}

.video {
    max-width: 2000px;
}

.regular_txt {
    line-height: 19px;
}

.regular_txt.grey {
    color: #858798;
}

.regular_txt.margin_top {
    margin-top: 10px;
}

.holder_title_expanded {
    display: none;
    width: 100%;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.holder_chat_expanded,
.holder_qa_expanded,
.holder_poll_expanded,
.holder_live_qa_expanded,
.holder_quiz_expanded {
    display: none;
    width: 100%;
}

.holder_mesaje_chat {
    overflow: auto;
}

.div_mesaj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    margin-bottom: 10px;
}

.div_mesaj.user {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.avatar_mesaj.user {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.container_mesaj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 250px;
    margin-left: 5px;
    padding-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.container_mesaj.user {
    margin-right: 5px;
    margin-left: 0px;
}

.text_mesaj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text_mesaj.user {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.container_data_mesaj {
    margin-top: 5px;
}

.text_mesaj_expanded {
    padding: 10px 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #3f4567;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 19px;
    word-break: break-word;
    display: inline-block;
    background-color: #242542;

}

.text_mesaj_expanded.user {
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    background-color: #3f4567;
    word-break: break-word;
}

.txt_data_mesaj {
    color: #858798;
    font-size: 10px;
}

.txt_data_mesaj.user {
    text-align: right;
}

.divider_ora_nume {
    margin-right: 5px;
    margin-left: 5px;
}

.holder_emoticons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    height: 80px;
    padding-right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* loader */

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/* end loader */

.holder_avatare_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    min-width: 50px;
    margin-right: 5px;
}

.indicator_extra_participants {
    position: relative;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-left: -10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #1a1b2fe6;
    box-shadow: 1px 1px 3px 0 #090a1182;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.5s;
}

.chevron_down {
    display: none;
    font-family: "Fa solid 900", sans-serif;
    color: #242542;
    font-size: 13px;
}

.close_icon {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Fa 400", sans-serif;
    color: #e61657;
    font-size: 13px;
}

.chat_live_mobile {
    display: none;
    font-family: "Fa solid 900", sans-serif;
}

.holder_top_filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 0px;
}

.holder_top_filters.fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 500;
    width: 100%;
}

.holder_top_filters.fixed.event_info {
    padding-top: 0px;
}

.holder_verical_top_filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.holder_verical_top_filters.max {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.holder_verical_top_filters.max.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.holder_verical_top_filters.middle_event_info {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.holder_verical_top_filters.middle_event_info.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.top_checkbox {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-top: 5px;
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #2f3252;
    color: #858798;
}

.top_checkbox:hover {
    background-color: #3f4567;
    color: #fff;
}

.top_checkbox.filters {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.top_checkbox.checked {
    background-color: #3f4567;
    color: #fff;
}

.checkbox-2 {
    position: absolute;
    left: 20px;
    width: 15px;
    height: 15px;
    margin: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #858798;
}

.checkbox-2.w--redirected-checked {
    background-color: #2fd326;
}

.checkbox-label-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.field-label {
    font-weight: 400;
}

.search-input {
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;
    border: 0px solid #000;
    border-radius: 5px;
    background-color: #2f3252;
    font-size: 13px;
    text-decoration: none;
}

.search-button {
    position: absolute;
    top: auto;
    right: 20px;
    bottom: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
    font-family: "Fa 400", sans-serif;
    color: #858798;
    font-size: 20px;
    font-weight: 400;
}

.search {
    position: relative;
    margin-right: 10px;
}

.div_flex_horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.div_flex_horizontal._5_up {
    margin-top: 5px;
}

.div_track {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div_track.expanded {
    margin-bottom: 30px;
}

.div_session {
    position: relative;
    z-index: 991;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #2f3252;
    box-shadow: 0 5px 3px -3px #272733;
}

.track_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
}

.track_title.sesiune {
    margin-bottom: 5px;
}

.shadow {
    position: absolute;
    bottom: 10px;
    z-index: 990;
    display: none;
    width: 98%;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #2f3252;
    box-shadow: 0 5px 3px -3px #272733;
}

.shadow.two {
    bottom: 0px;
    z-index: 890;
    width: 96%;
}

.div_banner {
    width: 100%;
    margin-bottom: 10px;
}

.col_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    min-width: 250px;
    padding-top: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.col_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.div_titlu_sesiune {
    padding: 20px 30px 10px 10px;
}

.div_descriere_sesiune {
    padding: 0px 30px 5px 10px;
}

.div_speakeri_sesiune {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-height: 180px;
    margin-right: 30px;
    margin-bottom: 15px;
    margin-left: 10px;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.div_live_sesiune {
    display: none;
    padding-top: 10px;
    padding-bottom: 5px;
}

.div_live_sesiune.active {
    display: block;
}

.div_extra_info_sesiune {
    padding-top: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.div_powered_sesiune {
    display: none;
}

.div_powered_sesiune.active {
    display: block;
}

.live_button_sesiune {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #e61657;
    color: #fff;
    text-decoration: none;
}

.info_txt {
    display: block;
    margin-bottom: 10px;
    margin-left: 30px;
}

.info_icon {
    display: inline-block;
    width: 20px;
    font-family: "Fa solid 900", sans-serif;
}

.img_info_sesiune {
    max-width: 150px;
    margin-bottom: 30px;
    margin-left: 30px;
}

.link_view_all {
    position: absolute;
    right: 0px;
    bottom: -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #858798;
    text-decoration: none;
}

.bulina_view_all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #858798;
    color: #fff;
}

.banner_track {
    width: 100%;
}

.chenar_speakeri {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 845px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.holder_calendar {
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #2f3252;
}

.holder_month {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #3f4567;
}

.holder_days {
    padding: 10px;
}

.descriptor_filters {
    margin-bottom: 10px;
}

.selected_in-descriptor {
    color: #858798;
}

.next_previous {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Fa 400", sans-serif;
    color: #858798;
    font-size: 15px;
    text-decoration: none;
}

.next_previous:hover {
    color: #fff;
}

.holder_filter_tracks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #2f3252;
}

.button:hover {
    background-color: #3f4567;
}

.title_event_info {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}

.title_event_info.black {
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 4px solid white;
    color: #242542;
    font-size: 40px;
    line-height: 45px;
}

.date_event_info {
    margin-top: 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.date_event_info.black {
    margin-bottom: 10px;
    color: #242542;
}

.logo_event_info {
    width: 160px;
    height: 80px;
    margin-left: 10px;
    border-radius: 10px;
}

.div_flex_event_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div_block.grow {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 4vw;
    padding-left: 4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.div_orizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    margin-right: 40px;
}

.div_orizontal._100percent {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.div_orizontal._100percent.event_info {
    padding-right: 4vw;
    padding-left: 4vw;
    border-bottom: 4px solid #e4e6eb;
    background-color: #fff;
}

.holder_hero_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hero_image {
    position: relative;
    z-index: 100;
    display: none;
    width: 100%;
    min-height: 300px;
    min-width: 300px;
}

.hero_image.active {
    display: block;
    max-height: 80%;
}

.holder_moving_event_info {
    position: relative;
    z-index: 600;
}

.holder_description {
    position: relative;
    z-index: 601;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: fit-content;
    padding: 6vh 4vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #242542;
}

.holder_description.glass {
    background-color: rgba(36, 37, 66, 0.8);
}

.div_50percent {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
}

.div_50percent.event_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.div_video_event_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div_video_event_info.video {
    width: 85%;
}

.video_event_info {
    max-height: 70vh;
    margin-top: 20px;
}

.holder_close_button {
    position: fixed;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 100px;
    z-index: 999;
    display: none;
    width: 40px;
    height: 40px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.div_gallery {
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.div_partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partner_event_info {
    max-height: 90px;
    max-width: 160px;
    margin: 5px;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

.grid_breakout {
    width: 100%;
    height: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border: none;
    display: grid;
}

.grid_breakout.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    min-width: 150px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.container_video {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    background-color: #d1d1d2;
    order: 2;
}

.container_video.is-moderator {
    order: 1;
}

.dominant-speaker {
    border: 2px solid #2fd326;
}

.container_video.dominant-speaker::after {
    border: 2px solid #2fd326;
    transform: scale(1.05);
    opacity: 1;
}

.container_video.ss::after,
.container_video.eul::after {
    display: none;
}

.menu_top.bottom .div_top_center {
    opacity: 0;
    pointer-events: none;
}

.container_video.ss {
    border: none;
}

.container_video:first-child .container_video::after {
    background-color: red;
}

.container_video::after {
    opacity: 0;
}

.container_video.connected::after {
    background: #335ee6;
    transition: all 0.3s;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 1px solid transparent;
    box-shadow: 3px 3px 5px #191a32;
    min-height: max-content;
    font-size: 1.1rem;
    font-weight: 600;
    position: absolute;
    justify-content: center;
    content: attr(data-name);
    display: flex;
    z-index: 3;
    align-items: center;
    align-self: center;
    opacity: 1;
    color: #fff;
}

.container_video.ss {
    position: relative;
}

.container_video.ss.full {
    height: 100%;
}

.test_br {
    position: relative;
    z-index: 99;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.container_video video {
    position: relative;
    z-index: 99;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    border-radius: 12px;
}

.no-video video {
    z-index: 0;
    opacity: 0;
}

.holder_scrolldown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.txt_rotate_90deg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.img_scroll {
    margin-top: 5.5vh;
}

._60x60 {
    width: 60px;
    height: 60px;
}

/* .holder_gallery_pic:nth-child(n + 5) {
  display: none;
} */

.big_green_button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 60px;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #2fd326;
    font-size: 15px;
    font-weight: 600;
}

.container_share_screen {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.holder_butoane_bara_sus_jos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.name_for_sharing {
    margin-right: 5px;
}

.sharing_message {
    position: fixed;
    left: 80px;
    bottom: 80px;
    z-index: 350;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top-right-radius: 5px;
    background-color: #e61657;
    font-size: 11px;
}

.spate_container_share {
    position: absolute;
    top: 20%;
    bottom: 20%;
    z-index: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30vw;
}

.spate_container_share.active {
    display: flex;
}

.fancybox__backdrop {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background: var(--fancybox-bg, rgba(36, 37, 66, 0.8)) !important;
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    border: 2px solid #2fd326;
}

.align_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.w-webflow-badge {
    display: none !important;
}

.image_entrance {
    height: calc(100vh - 160px);
}

.menu_top {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/*track*/
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

/*thumb*/
::-webkit-scrollbar-thumb {
    background: #85879875;
    border-radius: 5px;
}

* {
    scrollbar-width: thin !important;
    scrollbar-color: rgba(255, 255, 255, 0.1) #85879875;
}

@-moz-document url-prefix() {
    .menu-top {
        background-color: rgba(36, 37, 66, 0.9);
    }
}

/*theme light and dark*/
body.dark-theme.light-theme {
    color: #242542;
    background: #ffffff;
}

body.dark-theme.light-theme a {
    color: #242542;
}

.light-theme .menu_top {
    background-color: rgb(255 255 255 / 80%);
}

.light-theme .holder_top {
    border-bottom: 1px solid #ffffff;
}

.light-theme .holder_bottom {
    border-top: 1px solid #ffffff;
}

.light-theme .button_60.active {
    background-color: #f1f2f6;
}

.light-theme .button_60.active .icon_buton {
    color: #242542;
}

.light-theme .button_60:hover {
    background-color: #f1f2f6;
}

.light-theme .button_60 .info {
    background-color: #f1f2f6;
    color: #242542;
}

.light-theme .button_60 .icon_buton {
    color: #8286aa;
}

.light-theme .status.dark {
    border-color: #ffffff;
    box-shadow: none;
}

.light-theme .holder_logo {
    background-image: url("https://uploads-ssl.webflow.com/612cba1d6ff3434814514f51/613f5c629887e0341b78c15f_logo_myc_for_white_new.png");
}

/*animatie bell icon*/
.animate .icon_buton.animate__animated.animate__swing {
    --animate-duration: 1s;
}

.central_session .avatar_image {
    width: 138px;
    height: 138px;
}

.expanded .navbar.w-nav {
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    /* height: 100%; */
}

.expanded .nav_menu {
    width: 100%;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.holder_mesaje_chat {
    height: calc(100vh - 403px);
}

.expanded .holder_title_expanded {
    display: flex;
}

.expanded .holder_chat_expanded,
.expanded .holder_qa_expanded,
.expanded .holder_poll_expanded,
.expanded .holder_quiz_expanded {
    display: block;
}

.expanded .navbar {
    border-bottom: 1px solid #3f4567;
}

.button_60.top.chaturi:hover .chevron_down {
    display: block;
}

.button_60.top.chaturi:hover .number_chaturi {
    display: none;
}

.button_60.top.chaturi.active .number_chaturi {
    display: none;
}

.button_60.top.chaturi:hover .indicator_extra_participants {
    background-color: #ffffff;
}

.button_60.top.chaturi.active .indicator_extra_participants {
    background-color: #ffffff;
}

.button_60.top.chaturi.active:hover .chevron_down {
    display: none;
}

.button_60.top.chaturi.active .close_icon {
    display: flex;
}

.button_60.top.chaturi.active .holder_info {
    display: none;
}

.button_60.top.chaturi.w-inline-block.active,
.button_60.top.chaturi.w-inline-block.active:hover {
    background-color: transparent;
}

.button_60.top.chaturi.w-inline-block.active > .holder_avatare_top > img {
    opacity: 0 !important;
    pointer-events: none;
}

#chaturi_top:hover {
    background-color: transparent;
    transition: all 0.5s;
}

#chaturi_top img {
    background: #242542;
    box-shadow: 1px 1px 3px 0 #090a11;
}

#chaturi_top > .holder_avatare_top > img {
    transition: all 0.5s;
}

#chaturi_top:hover > .holder_avatare_top > img {
    transform: scale(0.95);
}

#chaturi_top .holder_info.avatar {
    pointer-events: none;
    width: auto;
    max-height: none;
    opacity: 1;
    transition: all 0.5s;
    padding: 5px;
}

#chaturi_top .link_img_top:hover .holder_info.avatar {
    width: auto;
    max-height: none;
    font-size: 11px;
    padding: 5px;
}

#chaturi_top .link_img_top:hover .holder_info.avatar .info.right {
    background-color: white;
    color: #242542;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    box-shadow: 1px 1px 10px 0 #0f101b9e;
}

#chaturi_top .link_img_top .holder_info.avatar .info.right {
    background-color: white;
    color: #242542;
    box-shadow: 1px 1px 10px 0 #0f101b9e;
    word-break: keep-all;
    width: 300px;
    font-size: 11px;
    font-weight: 600;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    height: 45px;
}

#chaturi_top .link_img_top:hover .info.right {
    display: flex !important;
}

.view-all-conversations .info.right {
    width: max-content !important;
    height: 30px !important;
}

.view-all-conversations .info.right::after {
    height: 10px !important;
    top: 19px !important;
}

.info.right p {
    margin: 0;
    text-align: left;
    font-weight: normal;
    color: #2f3252;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.holder_info.avatar .info.right::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: white;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    z-index: 998;
    top: 24px;
}

.view-all-conversations {
    background-color: #2f3252;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: 6px;
    font-size: 11px;
    word-break: break-word;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    line-height: 12px;
    font-weight: 500;
    box-shadow: 1px 1px 10px 0 #0f101b9e;
}

.holder_avatare_chat {
    display: flex;
    top: 0;
    flex-direction: row-reverse;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
}

.holder_avatare_chat > .link_img_top {
    transition: all 0.5s ease-out;
}

.holder_avatare_chat.active {
    display: flex;
    top: 0;
    flex-direction: row-reverse;
    opacity: 1;
    pointer-events: all;
}

.holder_nav_menu.expanded {
    animation: unu 0.5s;
    animation-fill-mode: both;
}

.chat_live_mobile {
    display: none;
}

@keyframes unu {
    0% {
        width: 80px;
        opacity: 0;
    }
    100% {
        width: 450px;
        opacity: 1;
    }
}

:root {
    --under_video: calc(100vw + 110px);
}

.holder_nav_right #close {
    display: none;
}

.expanded #close {
    display: flex;
}

.expanded #expand {
    display: none;
}

.big_green_button.fixed {
    display: none;
}

.holder_organised_by {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hover-shadow.cursor {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

.holder_gallery_pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.grid_gallery {
    margin-left: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

/*.container_chat .text_mesaj_expanded {
  border-color: transparent;
  background-color: #f1f3f8;
}

.container-2.w-container {
  max-width: none;
}

.container_chat .div_mesaj.user .text_mesaj_expanded {
  background-color: #3f4567;
}*/

@media screen and (max-width: 991px) {
    .holder_nav_right.active {
        top: calc(0.56 * var(--under_video));
    }

    .holder_dropdown_avatar.active {
        width: 200px !important;
    }

    .page-main__menu-bar .sub-menu {
        left: 35vw !important;
        width: 50vw;
        min-width: auto !important;
    }

    .sub-menu li:first-child {
        border: none !important;
    }

    .holder_nav_right.active .w-nav-menu {
        display: flex !important;
    }

    .holder_nav_right.active .w-nav-button {
        display: none !important;
    }

    .holder_nav_menu.expanded {
        width: 100vw !important;
    }

    .holder_title_expanded {
        display: none !important;
    }

    .holder_mesaje_chat {
        height: calc(100vh - 800px);
    }

    .expanded .nav_menu {
        width: auto !important;
    }

    .holder_nav_right #expand {
        display: none !important;
    }

    .chat_live_mobile {
        display: inline;
    }

    .number_chaturi {
        display: none;
    }

    #chaturi_top:hover .chat_live_mobile {
        display: none;
    }

    .button_60.right .info {
        background-color: transparent;
    }

    .central_session .avatar_image {
        width: 50px;
        height: 50px;
    }

    .holder_bottom {
        top: calc(100vh - 305px);
    }

    .button_60.top.chat:hover + .holder_bottom {
        display: flex;
    }
}

@media screen and (max-width: 400px) {
    .holder_mesaje_chat {
        height: calc(100vh - 575px);
    }

    .holder_bottom {
        top: calc(100vh - 320px);
    }

    .expanded .navbar {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .button_60.top.bell {
        transition: none !important;
    }
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
    font-size: 16px;
}

@media screen and (min-width: 1440px) {
    .dark-theme {
        font-size: 14px;
        line-height: 17px;
    }

    .div_orizontal._100percent.event_info {
        padding-right: 6vw;
        padding-left: 6vw;
    }

    .holder_description {
        padding: 8vh 6vw;
    }

    .div_video_event_info {
        width: 100%;
    }

    .div_block.grow {
        padding-right: 6vw;
        padding-left: 6vw;
    }
}

@media screen and (min-width: 1920px) {
    .dark-theme {
        font-size: 14px;
        line-height: 20px;
    }

    /*.holder_nav_menu.expanded {
        width: 450px;
    }*/
    .holder_info.top {
        top: -62px;
    }

    .container_mesaj {
        max-width: 350px;
    }

    .div_block.grow {
        padding-right: 15vw;
        padding-left: 15vw;
    }

    .div_orizontal {
        max-width: 45%;
        margin-right: 80px;
    }

    .div_orizontal._100percent.event_info {
        padding-right: 15vw;
        padding-left: 15vw;
    }

    .holder_description {
        padding: 10vh 15vw;
    }
}

@media screen and (max-width: 991px) {
    .div-block {
        background-position: 70% 100%;
        background-size: cover;
    }

    .dark-theme {
        font-size: 12px;
    }

    .holder_bottom {
        top: auto;
        bottom: auto;
        display: none;
        width: auto;
        margin-right: 30px;
        margin-left: 30px;
        border-top-style: none;
        border-top-width: 0px;
        border-radius: 10px;
    }

    .holder_nav_left {
        position: fixed;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        z-index: 999;
        height: 80px;
        background-color: #242542;
    }

    .holder_nav_right.active {
        position: absolute;
        left: 0px;
        top: 0%;
        right: 0px;
        bottom: auto;
        z-index: 998;
        width: 100%;
        height: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #242542;
    }

    .holder_nav_menu {
        width: 100%;
        height: auto;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 30px;
        padding-left: 30px;
        background-color: #242542;
    }

    .holder_nav_menu.expanded {
        position: static;
        left: 0px;
        right: 0px;
        padding: 0px 30px 22vh;
    }

    .holder_nav_menu.agenda {
        position: fixed;
    }

    .holder_nav_menu.agenda.event_info {
        display: none;
    }

    .navbar {
        width: 100%;
        border-bottom: 1px solid #3f4567;
    }

    .navbar.mijloc {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .icon_buton.play_mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav_menu {
        overflow: auto;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .container-2 {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: 1px solid #3f4567;
    }

    .container-2.mijloc {
        overflow: auto;
        border-top-style: none;
    }

    .notification.avatar.moderator.active {
        top: auto;
        right: auto;
        bottom: -10px;
    }

    .button_60.right {
        width: auto;
        padding-right: 10px;
        padding-left: 10px;
    }

    .button_60.top.chaturi {
        padding-left: 20px;
    }

    .button_60.top.bell {
        position: absolute;
        right: 15vw;
        bottom: auto;
        display: none;
        -webkit-transition-property: none;
        transition-property: none;
    }

    .button_60.top.mobile_menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 40px;
        margin-left: 40px;
    }

    .button_60.top.chat {
        left: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .holder_info.left {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .div_top_side.bottom_title {
        display: none;
    }

    .menu_top {
        z-index: 991;
    }

    .link_img_top.central_session {
        width: 60px;
        height: 60px;
    }

    .link_img_top.right_margin {
        position: fixed;
        left: 15vw;
        bottom: auto;
    }

    .link_txt_top {
        display: none;
    }

    .link_txt_top.right {
        display: block;
    }

    .swosh {
        display: none;
    }

    .avatar_image {
        max-height: 139px;
        max-width: 50px;
    }

    .avatar_image.top_chat {
        display: none;
    }

    .holder_homepage.agenda {
        margin-top: 20px;
    }

    .menu-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 80px;
        height: 80px;
        padding: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        background-color: #2fd326;
    }

    .mobile_menu_icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 80px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 40px;
    }

    .mobile_txt_menu {
        margin-top: 5px;
        font-size: 13px;
        text-align: center;
    }

    .holder_chat {
        left: 0%;
    }

    .text_field_chatbox.expanded.side {
        padding-left: 60px;
    }

    .holder_info_and_speakers {
        /*position: absolute;*/
        margin-top: 80px;
        padding-top: 10px;
    }

    .blue_circle {
        width: 55px;
        height: 55px;
    }

    .green_circle {
        width: 60px;
        height: 60px;
    }

    .container_mesaj {
        max-width: none;
    }

    .holder_emoticons {
        width: 100%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .holder_top_filters {
        padding-right: 10px;
        padding-left: 10px;
    }

    .holder_top_filters.fixed.event_info {
        padding-right: 0px;
        padding-left: 0px;
    }

    .div_session {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col_left {
        width: auto;
        padding-top: 20px;
        padding-right: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .div_live_sesiune.active {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .div_extra_info_sesiune {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .div_powered_sesiune.active {
        margin-top: 10px;
    }

    .info_txt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 5px;
        margin-left: 10px;
    }

    .info_icon {
        margin-right: 5px;
    }

    .img_info_sesiune {
        margin-bottom: 0px;
        margin-left: 10px;
    }

    .holder_trackuri {
        padding-right: 10px;
        padding-left: 10px;
    }

    .title_event_info.black {
        font-size: 30px;
        line-height: 35px;
    }

    .logo_event_info {
        width: 80px;
        height: 40px;
        border-radius: 5px;
    }

    .div_block.grow {
        padding: 20px 40px;
    }

    .div_orizontal._100percent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .div_video_event_info.video {
        width: 400px;
    }

    .video_event_info {
        max-height: none;
    }

    .holder_organised_by {
        right: 40px;
    }
}

@media screen and (max-width: 479px) {
    .dark-theme {
        height: 100%;
    }

    .holder_top {
        height: 60px;
    }

    .holder_bottom {
        margin-right: 10px;
        margin-left: 10px;
    }

    .holder_nav_left {
        height: 60px;
    }

    .holder_nav_menu {
        padding-right: 10px;
        padding-left: 10px;
    }

    .holder_nav_menu.expanded {
        padding-right: 10px;
        padding-left: 10px;
    }

    .navbar.mijloc {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .icon_buton {
        font-size: 20px;
    }

    .nav_menu {
        width: 100%;
    }

    .container-2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px solid #3f4567;
    }

    .button_60.top {
        width: 50px;
        height: 50px;
    }

    .button_60.top.chaturi {
        height: 50px;
        margin-right: 10px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .button_60.top.bell {
        -webkit-transition: all 0ms ease;
        transition: all 0ms ease;
    }

    .button_60.top.mobile_menu {
        margin-right: 25px;
        margin-left: 25px;
    }

    .button_60.top.chat {
        left: 0px;
        top: 5px;
        bottom: 5px;
    }

    .div_top_center {
        min-width: 90px;
    }

    .link_img_top {
        width: 50px;
        height: 50px;
    }

    .link_img_top.right_margin {
        position: fixed;
        -webkit-transition: all 0ms linear;
        transition: all 0ms linear;
    }

    .holder_logo {
        width: 90px;
        height: 60px;
    }

    .holder_homepage.session {
        margin-top: 60px;
    }

    .menu-button {
        position: relative;
        bottom: auto;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .mobile_menu_icon {
        height: 60px;
        font-size: 35px;
    }

    .mobile_txt_menu {
        display: none;
    }

    .holder_dropdown_avatar {
        width: auto;
    }

    .text_field_chatbox.expanded {
        height: 50px;
    }

    .text_field_chatbox.expanded.side {
        padding-right: 50px;
        padding-left: 45px;
    }

    .holder_info_and_speakers {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        margin-top: 60px;
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .holder_speaker_session {
        width: 100%;
        margin-top: 10px;
        margin-right: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .holder_chat_expanded,
    .holder_qa_expanded,
    .holder_poll_expanded,
    .holder_quiz_expanded {
        margin-top: 10px;
    }

    .div_mesaj {
        margin-bottom: 5px;
    }

    .holder_avatare_top {
        width: 50px;
        height: 50px;
    }

    .indicator_extra_participants {
        margin-left: 0px;
        background-color: transparent;
        box-shadow: none;
        color: #858798;
    }

    .holder_top_filters {
        padding-top: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .holder_verical_top_filters {
        width: 45%;
    }

    .holder_verical_top_filters.max.active {
        width: 80%;
        margin-bottom: 0px;
    }

    .holder_verical_top_filters.view {
        display: none;
    }

    .holder_verical_top_filters.middle_event_info.active {
        width: 80%;
    }

    .top_checkbox {
        padding-right: 10px;
        padding-left: 35px;
    }

    .checkbox-2 {
        left: 10px;
    }

    .search-input {
        padding-right: 10px;
    }

    .search-button {
        right: 10px;
    }

    .search {
        margin-right: 0px;
    }

    .div_flex_horizontal._5_up {
        display: none;
    }

    .col_left {
        padding-top: 20px;
        padding-bottom: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .col_right {
        padding-top: 10px;
        border-top: 1px solid #3f4567;
    }

    .div_titlu_sesiune {
        padding-top: 10px;
        padding-right: 10px;
    }

    .div_descriere_sesiune {
        padding-right: 10px;
    }

    .div_speakeri_sesiune {
        max-height: 190px;
    }

    .div_live_sesiune.active {
        margin-bottom: 10px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .div_extra_info_sesiune {
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div_powered_sesiune.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .live_button_sesiune {
        width: 72px;
        padding-left: 10px;
    }

    .img_info_sesiune {
        margin-bottom: 5px;
        margin-left: 22px;
    }

    .holder_days {
        padding-right: 5px;
        padding-left: 5px;
    }

    .days_txt {
        width: 30px;
        height: 30px;
    }

    .cifre_calendar {
        width: 30px;
        height: 30px;
        margin: 2px;
    }

    .cifre_calendar.lother_month {
        margin: 5px;
    }

    .text-block-2 {
        display: none;
    }

    .title_event_info.black {
        line-height: 35px;
    }

    .div_block.grow {
        padding-right: 20px;
        padding-bottom: 60px;
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div_orizontal {
        max-width: 100%;
        margin-right: 0px;
    }

    .holder_hero_image {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .holder_description.glass {
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div_video_event_info.video {
        width: 250px;
    }

    .big_green_button {
        width: 100%;
    }

    .holder_organised_by {
        left: auto;
        right: auto;
    }
}

@font-face {
    font-family: "Fa brands 400";
    src: url("../fonts/fa-brands-400.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fa solid 900";
    src: url("../fonts/fa-solid-900.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fa 300";
    src: url("../fonts/fa-light-300.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fa 400";
    src: url("../fonts/fa-regular-400.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fa 100";
    src: url("../fonts/fa-thin-100.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fa duotone 900";
    src: url("../fonts/fa-duotone-900.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*meniu butoane stanga*/
.button_60:hover .holder_info {
    display: flex;
}

.button_60.ext .holder_info {
    display: flex;
    left: 50px;
}

.button_60.ext .icon_buton {
    width: 60px;
}

.button_60.ext .holder_info .info {
    background-color: transparent;
    text-align: left;
}

.button_60.active .selection {
    display: block;
}

.button_60.ext .notification {
    left: 25px;
    right: auto;
}

.button_60.left .icon_buton .open_l_close_r {
    display: block;
}

.button_60.right .icon_buton .close_l_open_r {
    display: block;
}

.button_60.left.ext .icon_buton .close_l_open_r {
    display: block;
}

.button_60.left.ext .icon_buton .open_l_close_r {
    display: none;
}

.button_60.right.ext .icon_buton .open_l_close_r {
    display: block;
}

.button_60.right.ext .icon_buton .close_l_open_r {
    display: none;
}

/*switchuri*/
:root {
    /** sunny side **/
    --blue-background: #c2e9f6;
    --blue-border: #72cce3;
    --blue-color: #96dcee;
    --yellow-background: #fffaa8;
    --yellow-border: #f5eb71;
    /** dark side **/
    --indigo-border: #3f4567;
    --indigo-color: #242542;
    --gray-border: #e8e8ea;
    --gray-dots: #e8e8ea;
    /** general **/
    --white: #fff;
}

.toggle--checkbox {
    display: none;
}

.toggle--checkbox:checked {
    /** This will all flip from sun to moon **/
    /** Change the label color **/
}

.toggle--checkbox:checked ~ .background {
    background: var(--indigo-background);
}

.toggle--checkbox:checked + .toggle--label {
    background: var(--indigo-color);
    border-color: var(--indigo-border);
    /** Change the cloud to stars **/
    /** Change the sun into the moon **/
    /** Show the dimples on the moon **/
}

.toggle--checkbox:checked + .toggle--label .toggle--label-background {
    left: 60px;
    width: 5px;
}

.toggle--checkbox:checked + .toggle--label .toggle--label-background:before {
    width: 5px;
    height: 5px;
    top: -25px;
}

.toggle--checkbox:checked + .toggle--label .toggle--label-background:after {
    width: 5px;
    height: 5px;
    left: -30px;
    top: 20px;
}

.toggle--checkbox:checked + .toggle--label:before {
    background: var(--white);
    border-color: var(--gray-border);
    animation-name: switch;
    animation-duration: 350ms;
    animation-fill-mode: forwards;
}

.toggle--checkbox:checked + .toggle--label:after {
    transition-delay: 350ms;
    opacity: 1;
}

.toggle--label {
    /** Placeholder element, starting at blue **/
    width: 210px;
    height: 110px;
    background: var(--blue-color);
    border-radius: 100px;
    border: 5px solid var(--blue-border);
    display: flex;
    position: relative;
    transition: all 350ms ease-in;
    /** The sun cloud and moon stars **/
    /** Sun/Moon element **/
    /** Gray dots on the moon **/
}

.toggle--label-background {
    width: 10px;
    height: 5px;
    border-radius: 5px;
    position: relative;
    background: var(--white);
    left: 135px;
    top: 45px;
    transition: all 150ms ease-in;
}

.toggle--label-background:before {
    content: "";
    position: absolute;
    top: -5px;
    width: 40px;
    height: 5px;
    border-radius: 5px;
    background: var(--white);
    left: -20px;
    transition: all 150ms ease-in;
}

.toggle--label-background:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 40px;
    height: 5px;
    border-radius: 5px;
    background: var(--white);
    left: -10px;
    transition: all 150ms ease-in;
}

.toggle--label:before {
    animation-name: reverse;
    animation-duration: 350ms;
    animation-fill-mode: forwards;
    transition: all 350ms ease-in;
    content: "";
    width: 82px;
    height: 82px;
    border: 5px solid var(--yellow-border);
    top: 4px;
    left: 4px;
    position: absolute;
    border-radius: 82px;
    background: var(--yellow-background);
}

.toggle--label:after {
    transition-delay: 0ms;
    transition: all 250ms ease-in;
    position: absolute;
    content: "";
    box-shadow: var(--gray-dots) -13px 0 0 2px, var(--gray-dots) -24px 14px 0 -2px;
    left: 143px;
    top: 23px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 50%;
    opacity: 0;
}

@keyframes switch {
    0% {
        left: 4px;
    }
    60% {
        left: 4px;
        width: 112px;
    }
    100% {
        left: 104px;
        width: 82px;
    }
}

@keyframes reverse {
    0% {
        left: 104px;
        width: 82px;
    }
    60% {
        left: 72px;
        width: 112px;
    }
    100% {
        left: 4px;
    }
}

.scaled {
    transform: scale(0.3);
}

/*butoane dropdown dreapta*/
a.link_dropdown_avatar.list.active {
    background-color: #f1f2f6;
}

a.link_dropdown_avatar.list.active .icon_pre_obj.green {
    opacity: 1;
}

.holder_dropdown_avatar:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    left: auto;
    right: 25px;
}

.link_chatbox_form:hover .info_chatbox {
    display: block;
    transition-duration: 1s;
}

.link_img_top.central_display img {
    box-shadow: 1px 1px 3px 0 #000;
}

.button_60.top.chaturi.w-inline-block.active
.link_img_top.central_display:hover
.holder_info.avatar {
    display: flex;
}

.bottom_title_txt {
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    text-overflow: ellipsis;

    overflow: hidden;
}

.muted-modal-content {
    position: absolute;
    left: 0px;
    top: -100%;
    right: 0px;
    bottom: auto;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    opacity: 0;
    color: #242542;
    font-size: 12px;
    font-weight: 600;
}

.muted-close {
    font-family: "Fa solid 900", sans-serif;
}

.unmute-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px;
    background-color: #2fd326;
}

.unmute-button.ignore {
    background-color: #e61657;
}

.holder_butoane_modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.butoane_modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.muted-modal-content {
    width: fit-content;
    top: 0;
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.muted-modal-content.active {
    top: 0;
    transform: translateY(0);
    opacity: 1;
}

.icon_span.space10 {
    margin-right: 10px;
}

.text_mesaj a {
    color: #fff;
}

.div_mesaj u {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.page-footer {
    z-index: 999 !important;
}

a.link_txt_top.w-inline-block.show-live-sessions {
    width: 350px;
}

.wrapper-counter div.wrapper-digit-counter {
    width: fit-content;
    margin: 3px;
}

.page-header__center img {
    max-height: 80px;
}

.follow-me-video {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}

.follow-me-video iframe {
    border: none;
    box-shadow: 2px 2px 3px #15152ac2;
    z-index: 111;
}

.follow-me-video::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: red;
    z-index: 333;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
}

iframe:hover .follow-me-video::after {
    opacity: 1;
    pointer-events: all;
}

.conversations.live-tracker {
    margin-left: 15px;
    height: 100%;
    overflow: unset;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.tabbed-component {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    background-color: #2f3252;
    flex-direction: column;
    border-radius: 10px;
}

.tabbed-component-header {
    height: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    margin-top: 5px;
    font-weight: 600;
    padding-top: 10px;
}

.tabbed-component-body {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    padding: 15px;
    flex: 1;
    border-radius: 10px;
    border: 5px solid #2f3252;
    background-color: #242542;
}

.modal__alert .modal__overlay-content {
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
}

.modal__alert span.symbol {
    border-radius: 50%;
    display: inline-flex;
    width: 30px;
    height: 30px;
    font-size: 1.1em;
    align-items: center;
    justify-content: center;
    background-color: #ed143d66;
    color: crimson;
    margin-right: 8px;
}

.modal__alert {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #242542;
    z-index: 999;
}

.modal__alert .modal__overlay {
    background-color: white;
}

.modal__alert .text {
    font-family: poppins;
    font-size: 12px;
    font-weight: 500;
    color: #242542;
    width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-bottom: 0px;
}

.modal__alert.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal__alert .modal__overlay {
    position: absolute;
    max-width: 1100px;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    z-index: 9;
}

.modal__overlay-header {
    position: relative;
    color: #000;
}

.modal__overlay-close {
    position: absolute;
    top: -25px;
    right: -25px;
    font-size: 15px;
    outline: none;
    border: none;
    cursor: pointer;
}

.modal__overlay-close button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}

.modal__overlay-title {
    margin-bottom: 15px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    display: flex;
    align-items: center;
}

.modal__bg {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

@-moz-document url-prefix() {
    .modal__bg {
        background-color: rgba(36, 37, 66, 0.9);
    }
}

@media screen and (max-width: 991px) {
    .holder_logo h4 {
        font-size: 3vw;
        line-height: 3vw;
    }
    .container
    {
        background-position: center !important;
        background-size: 100% !important;
    }
}

body#loginPage {
    background-color: #343132;
}