.div_mesaje_chatbox{
    width: 100%;
}
.holder_chat_expanded{
    height: 600px;
    position: relative;
}
.holder_form_chat{

    bottom: 0;
    width: 100%;
}
.holder_chat.active {
    display: flex;
}

.holder_chat.active.minimized {
    height: 90px !important;
}

.holder_chat.active.minimized .div_mesaje_chatbox,
.holder_chat.active.minimized .div_input_form {
    display: none;
}

.holder_chat_expanded .container_chat {
    width: 350px !important;
}
.holder_chat_expanded .div_mesaje_chatbox {
    height: 510px;
    margin-top: 10px;
}
.avatar_mesaj.user{
    height: 50px;
    width: 50px;
}
.div_mesaje_chatbox {
    overflow-y: scroll;
}
@media screen and (min-width: 1920px) {

    .container_mesaj {
        max-width: 280px;
    }
}

.container_chat .text_mesaj {
    color: #3f4567;
}
.container_chat .text_mesaj .user{
    color: #ffffff;
}
.holder_chat {
    position: sticky;
}

.holder_chat .div_mesaj .text_mesaj_expanded {
    color: #fff;
}

.holder_chat .div_mesaj.user .text_mesaj_expanded {
    color: #fff;
}

.search-input {
    color: #fff;
}

.show_time_checkbox {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.event_day {
    cursor: pointer;
}

.buton_request a {
    color: #fff;
}

.w-video iframe,
.w-video object,
.w-video embed {
    border: 0;
}

.img_info_sesiune {
    max-height: 80px;
    margin-bottom: 5px;
}

.networking-bar ul li .flat-icon-button:hover .holder_info {
    font-size: 13px;
    display: flex;
}

.networking-content__active-filters {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.54;
    color: #858798;
}

.networking-content__active-filters .active-filters__title {
    margin-right: 10px;
}

.networking-content__active-filters .active-filters__list {
    display: flex;
}

.networking-content__active-filters .active-filters__item {
    display: flex;
    align-items: center;
    min-height: 30px;
    max-height: 40px;
    border-radius: 5px;
    border: solid 1px #858798;
    margin-right: 10px;
}

.networking-content__active-filters .active-filters__item-close {
    padding: 0 10px;
    background: none;
}

.networking-content__active-filters .active-filters__item-name {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    border-left: solid 1px #858798;
}

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

.holder_notificare .status.notificari.active {
    display: block !important;
}

.container-canvas {
    overflow: hidden;
}

.entrance-canvas {
    position: absolute;
    overflow: hidden;
    top: 75px;
    left: 0;
    right: 0;
    border: 0px solid #000000;
}

.entrance-video {
    object-fit: cover;
    width: calc(100vw - 80px);
    height: calc(100vh - 160px);
    position: fixed;
    top: 80px;
    left: 80px;
}

/* aici modificari pt marius de mutat marketplace*/

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

.holder_nav_right {
    top: 80px;
}

.product-card-details__info__description {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-card-details__info {
    width: 50%;
}

.product-card-details__preview {
    width: 50% !important;
}

.product-card-details__info__footer__logo img {
    object-fit: contain !important;
}

.networking-content {
    min-width: 500px;
}

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

/*aici modificari pt calin*/

.roster {
    margin-top: 16px;
}

.roster > .row {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: auto auto;
}

.row h3.text-light-blue {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 10px;
}

.page-main__content {
	overflow:hidden;
    width: 100%;
    min-height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
}

.col-xs-12.col-sm-12.col-md-4.col-lg-4.col-xl-3.rounded.mb-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 272px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    background-color: #2f3252;
    box-shadow: 1px 1px 3px 0 #272733;
}

.card.card-partner {
    display: flex;
    flex-direction: column;
}

.card-body.text-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30%;
    margin-bottom: 0px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    word-break: break-word;
}

h3.text-light-blue {
    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;
    text-align: center;
}

.card-body.over.text-center.pl-2.pr-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70%;
    padding: 20px;
    -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: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
}

.roster_img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

/*corectat logo*/
.page-footer__booths__logo {
    object-fit: contain;
}

/*request modal*/

.speaker-modal__speaker-block.request:after {
    display: none;
}

.speaker-modal__speaker-block.request {
    font-size: 16px;
    width: 400px;
    min-width: 250px;
    max-width: 580px;
    height: 300px;
}

.text_input {
    border: none;
    background-color: #f1f2f6;
    border-radius: 5px;
    padding: 10px;
}

/*noul event info*/

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

.div_block.grow.absolute {
    width: calc(100vw - 15px);
    position: absolute;
    left: -80px;
    perspective: 1000px;
    overflow: hidden;
}

.img_1_back {
    position: absolute;
    z-index: 1;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 46% 50%;
    object-position: 46% 50%;
}

.cover_me {
    position: absolute;
    left: 0;
    z-index: 999;
    width: 80px;
    height: 100%;
    background-color: #242542;
}

.cover_me.right {
    left: auto;
    right: 0px;
}

.big_green_button {
    position: absolute;
    right: 10vw;
    bottom: 30px;
    z-index: 999;
    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;
}

.div_orizontal {
    position: absolute;
    top: 4vh;
    right: 10vw;
    z-index: 9999;
    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;
}

.holder_organised_by {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: none;
    -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_block.grow {
    padding: 0 !important;
}

.date_event_info.black {
    color: white;
}

.title_event_info.black {
    color: white;
    border-bottom: 4 px solid #ffffff !important;
}

.dark_text.event_info {
    color: white;
}

@media screen and (min-width: 1920px) {
    .div_orizontal {
        top: 5vh;
    }
}

.holder_moving_event_info {
    position: relative;
    z-index: 1;
    width: 100%;
}

.ajax-modal.xl .ajax-modal__overlay {
    width: 80% !important;
    max-width: 80% !important;
}

.ajax-modal.xl .ajax-modal__speaker-block {
    width: 100% !important;
    max-width: 100% !important;
}

.more-booths__content__actions .input-container {
    margin-top: 10px;
}

.holder_description .regular_txt {
    font-size: 16px;
    line-height: 25px;
}

/*modificari jira 4.11.2021 de trecut in scss*/

/*multe sesiuni pe modal - overflow*/
.speaker-modal-right-content > .speaker-modal-events {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
}

/*modalul de search partners in expo*/
.partner-search-popup.show {
    max-height: calc(100vh - 160px);
    position: fixed;
    top: 14%;
    height: 70%;
    min-height: 450px;
}

.partner-search-popup__header {
    height: 20px;
}

.partner-search-popup__search {
    height: 60px;
}

.partner-search-popup__list {
    height: calc(100% - 140px);
}

.partner-search-popup__list__title {
    height: 20px;
}

.partner-search-popup__list__content {
    max-height: 100% !important;
    height: calc(100% - 20px);
}

/*transparenta meniului si backgroundul modalurilor de mozilla*/

.dashboard-events-filters__item > .select2-container {
    z-index: 955 !important;
}

.dashboard-events-item__logo {
    background-color: transparent !important;
}

.dashboard-events-section--next .dashboard-events-item__date {
    border-radius: 10px;
}

.dashboard-events-item__logo {
    padding: 10px;
}

@-moz-document url-prefix() {
    .menu_top,
    .footer-bar,
    .ajax-modal-wrap,
    .speaker-modal-wrap,
    .marketplace-offers-popup__content,
    .product-details-popup {
        background-color: rgba(36, 37, 66, 0.9) !important;
    }
}

/*meniul din stanga pe ecrane mici cu multe butoane*/

.page-main__menu-bar nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #242542;
    height: calc(100vh - 170px);
    flex-wrap: wrap;
    z-index: 999;
}

.page-main__menu-bar ul li {
    position: relative;
    width: 60px;
    border-radius: 10px;
    display: flex;
    flex-shrink: 1;
    flex-grow: 1;
    flex-direction: column;
    flex-basis: 0%;
    max-height: 60px;
    justify-content: center;
}

.page-main__menu-bar nav .flat-icon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 1px;
    border-radius: 10px;
    font-size: 1.5em;
    cursor: pointer;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: background-color, color;
}
.page-main__menu-bar__right-nav ul{
	display: block!important;
	overflow: hidden auto;
}
.page-main__menu-bar__right-nav ul li {
    width: 60px;
    height: 55px;
}
.page-main__right-menu-bar.menu-bar__expanded nav ul{
	width: 190px!important;
	align-items: left!important;
}
.page-main__menu-bar nav .menu-bar-divider {
    max-height: 1px;
}

.page-main__menu-bar ul li.show-menu .sub-menu {
    height: auto;
}

.sub-menu li {
    width: 100% !important;
}

@media screen and (max-width: 1280px) {
    .status,
    .selection {
        width: 8px;
        height: 8px;
    }
}

.action-button {
    margin: 10px;
    width: auto !important;
    padding: 10px;
    border-radius: 10px;
    background-color: #2fd326;
}

.rd-container {
    width: 350px;
    z-index: 9999;
    background-color: #3f4567 !important;
}

.rd-container .rd-month {
    width: 100%;
}

.rd-container .rd-month table {
    width: 100%;
}

/* aici vine mobile menu */

.mobile-button,
.mobile-menu {
    display: none;
}

.menu-title {
    display: none;
}

@media screen and (max-width: 991px) {
    /*de scos la sfarsit*/
    .page-footer {
        display: none;
    }

    .holder_chat {
        width: auto;
        bottom: 60px;
    }

    .menu-title {
        display: block;
    }

    .div_top_side {
        display: none;
    }

    .div_top_side.right {
        display: flex;
        width: auto;
    }

    .div_top_side.right #bell,
    #chaturi_top {
        display: none;
    }

    .ajax-modal {
        min-width: calc(100vw - 30px);
    }

    .ajax-modal .input-container label {
        font-size: 12px;
    }

    .ajax-modal .input-container textarea {
        background-color: #e4e6eb;
        color: #2f3252;
        min-height: 20vh;
    }

    #ajaxModalCloseBtn {
        font-size: 12px;
    }

    .speaker-modal__overlay {
        max-width: calc(100vw - 30px) !important;
    }

    .speaker-modal__speaker-block {
        max-width: calc(100vw - 50px);
    }

    .ajax-modal .ajax-modal__holder-centered__col100 {
        padding: 0;
    }

    .ajax-modal__button__dual .button {
        margin-right: 10px;
        width: 50%;
    }

    .ajax-modal__button__dual .button:last-child {
        margin-right: 0;
    }

    .ajax-modal__speaker-block > p {
        display: none;
    }

    .mobile-button {
        width: 60px;
        height: 60px;
        background-color: #00cb44;
        border-radius: 60px;
        margin: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
    }

    .mobile-button.active {
        border: 2px solid white;
        background-color: #242542;
        border-radius: 8px;
        z-index: 34;
    }

    /*button.mobile-button.active::after {*/
    /*    width: 10px;*/
    /*    height: 10px;*/
    /*    position: absolute;*/
    /*    content: '';*/
    /*    background-color: white;*/
    /*    transform: rotate(*/
    /*            45deg);*/
    /*    bottom: 0px;*/
    /*    z-index:33;*/
    /*}*/

    .mobile-line {
        width: 28px;
        height: 4px;
        border-radius: 3px;
        background-color: white;
        margin: 3px;
        transition: all 0.3s;
    }

    .mobile-menu {
        position: fixed;
        bottom: 0;
        width: 100vw;
        display: flex;
        z-index: 991;
        justify-content: space-evenly;
        height: 60px;
        align-items: center;
        background-color: #242542;
        border-top: 1px solid #2f3252;
    }

    .mobile-menu .holder_info.bottom {
        display: flex;
        bottom: 0;
        position: relative;
    }

    .mobile-menu a.button_60 {
        position: relative;
        flex-direction: column;
        width: auto;
        height: 60px;
        justify-content: flex-end;
    }

    .mobile-menu a.button_60 .info {
        background-color: transparent;
        font-size: 10px;
        color: #858798;
        padding: 4px;
    }

    .mobile-button.active #lline {
        transform: translateY(5px) rotate(45deg);
    }

    .mobile-button.active #rline {
        transform: translateY(-5px) rotate(-45deg);
    }

    .page-main__menu-bar {
        position: fixed;
        top: -100%;
        width: 100vw;
        z-index: 911;
        opacity: 0;
        pointer-events: none;
        transition: all 0.5s;
    }

    .page-main__menu-bar h3.menu-title {
        font-size: 16px;
        font-weight: 600;
    }

    .page-main__menu-bar {
        z-index: 993;
    }

    .page-main__menu-bar.active {
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 993;
        opacity: 1;
        pointer-events: auto;
    }

    .page-main__menu-bar nav {
        position: relative;
        padding: 0;
        width: 100%;
    }

    .page-main__menu-bar nav ul {
        width: 100%;
        height: calc(100vh - 120px);
    }

    .rd-container .rd-month table {
        width: 100%;
    }

    .ticket__main__part .price .vat {
        position: absolute;
        bottom: 0;
        right: 2px;
        top: 27px;
        text-align: right;
        font-size: 12px;
        width: 60px;
    }
    .page-main__menu-bar nav ul li {
        width: 100%;
    }

    .page-main__menu-bar nav ul .flat-icon-button {
        border-radius: 0;
        justify-content: flex-start;
        padding-left: 25px;
        padding-right: 25px;
        border-bottom: 1px solid #2f3252;
        margin: 0;
    }

    .page-main__menu-bar .flat-icon-button.active .status {
        display: block;
        width: 26px;
        height: 26px;
        left: -13px;
        top: auto;
        bottom: auto;
    }

    .page-main__menu-bar nav ul .flat-icon-button__label {
        overflow: visible;
        color: #ffffff;
        font-size: 14px;
    }

    .page-main__menu-bar span.flat-icon-button__icon {
        font-size: 22px;
        color: #ffffff;
    }

    .page-main__menu-bar li:first-child {
        border-top: 1px solid #2f3252;
    }

    .entrance-video {
        left: 0;
        width: 100vw;
    }

    #toggleLeftMenuBtn {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .page-main {
        margin-top: 60px;
    }

    .mobile-button.active #lline {
        transform: translateY(3px) rotate(45deg);
    }

    .mobile-button.active #rline {
        transform: translateY(-4px) rotate(-45deg);
    }

    .page-main video {
        top: 60px;
        height: calc(100vh - 140px);
    }

    .mobile-button {
        width: 50px;
        height: 50px;
        background-color: #00cb44;
        border-radius: 60px;
        margin-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .mobile-line {
        width: 22px;
        height: 3px;
        border-radius: 3px;
        background-color: white;
        margin: 2px;
    }

    .div_top_side.right .avatar_image {
        max-height: 40px;
        max-width: 40px;
    }

    .div_top_center {
        width: auto;
    }

    .div_top_center .holder_logo {
        width: 120px;
    }
}

/* pana aici mobile menu */
.session-emoticons.holder_bottom {
    justify-content: flex-end;
    z-index: 10000;
}

.session-emoticons.holder_bottom .menu_top {
    width: fit-content;
    margin-right: 350px;
}

.holder_animatie {
    position: absolute;
    top: 0;
    bottom: 8%;
    left: 86%;
    right: 4%;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    height: 30%;
}

.particle {
    display: inline-flex;
    position: absolute;
    height: 48px;
    width: 48px;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
    /*box-shadow: 0px 2px 10px rgba(0,0,0,0.11);*/
    background-image: url("https://media.myconnector.ro/images/visual/reactions/animatii_reactions.png");
    background-size: 703px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: transparent;
}

.particle.like {
    background-position: -627px -27px;
}

.particle.love {
    background-position: -527px -27px;
}

.particle.haha {
    background-position: -127px -27px;
}

.particle.support {
    background-position: -227px -27px;
}

.particle.wow {
    background-position: -427px -27px;
}

.particle.applause {
    background-position: -27px -27px;
}

.particle.insightful {
    background-position: -327px -27px;
}

.interaction {
    cursor: pointer;
}
.answered .vote-status.drop-question {
    display: block !important;
}

@media screen and (min-width: 1930px) {
    .holder_animatie {
        right: 11%;
        left: 79%;
    }
}

footer.page-footer {
/*    z-index: 1200 !important;*/
}

.alert.animate-alert {
    top: 20px;
    opacity: 1;
    -webkit-animation: headShake 1s ease;
    animation: headShake 1s ease;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    pointer-events: none;
    z-index: 999999;
}

.alert {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -150px;
    opacity: 0;
    z-index: 999;
    max-width: 360px;
    /* background: -moz-linear-gradient(
        90deg,
        rgba(78, 124, 255, 1) 0%,
        rgba(23, 23, 140, 1) 100%
      );
      background: -webkit-linear-gradient(
        90deg,
        rgba(78, 124, 255, 1) 0%,
        rgba(23, 23, 140, 1) 100%
      );
      background: linear-gradient(
        90deg,
        rgba(78, 124, 255, 1) 0%,
        rgba(23, 23, 140, 1) 100%
      ); */
    background: -moz-linear-gradient(
            90deg,
            rgba(255, 0, 87, 1) 0%,
            rgba(128, 0, 128, 1) 100%
    );
    background: -webkit-linear-gradient(
            90deg,
            rgba(255, 0, 87, 1) 0%,
            rgba(128, 0, 128, 1) 100%
    );
    background: linear-gradient(
            90deg,
            rgba(255, 0, 87, 1) 0%,
            rgba(128, 0, 128, 1) 100%
    );
    box-shadow: 0px 2px 5px #242542c9;
    padding: 20px;
    border-radius: 10px;
    font-size: 0.9em;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.alert i,
.alert svg {
    font-size: 22px;
    color: white;
    padding-right: 10px;
}

.alert i::before {
    color: rgba(255, 255, 255, 0.733);
}

.alert p {
    margin: 0;
}

.toast-request.active {
    color: #2fd326 !important;
}

.toast-request.inactive {
    color: #fff;
}

.toast-request.flat-icon-button.active {
    background-color: #2f3252;
}

.guest-card__body ul a > i {
    margin-right: 10px;
    font-size: 20px;
}

.myfavorites-filters svg {
    height: 1em;
}

.myfavorites-filters .type-item i {
    color: inherit;
    width: 25px;
    height: 22px;
    margin-right: 12px;
}

.guest-card__body ul a {
    margin-bottom: 20px !important;
}

.guest-card__body ul a svg.fa-star {
    margin-right: 0px !important;
}

.add-to-favourites {
    border-radius: 10px;
    margin: 1px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: background-color, color;
}

.add-to-favourites:hover {
    color: #2fd326;
    background-color: #2f3252;
}

.add-to-favourites.active {
    color: #2fd326;
    background-color: #2f3252;
}

.add-to-favourites .favourites-text {
    display: flex;
}

.add-to-favourites .favourites-text .favourites-title {
    margin-left: 10px;
}

.add-to-favourites .favourites-title.not-active {
    display: inline-flex;
}

.add-to-favourites .favourites-title.active {
    display: none;
}

.add-to-favourites.active .favourites-title.not-active {
    display: none;
}

.add-to-favourites.active .favourites-title.active {
    display: inline-flex;
}

.ajax-modal-wrap .ajax-modal .ajax-modal__holder-centered {
    margin-bottom: 0 !important;
}

.ajax-modal-wrap.qr .ajax-modal {
    min-width: auto !important;
    width: 380px !important;
}

.ajax-modal-wrap.qr p {
    padding-left: 10px !important;
}

.ajax-modal-wrap.qr .ajax-modal__overlay {
    width: 380px !important;
}

.ajax-modal-wrap.qr img {
    margin-top: 10px;
    border-radius: 10px;
    padding: 40px;
    background-color: #f8f8f8;
}

.ajax-modal-wrap .ajax-modal.xl {
    max-width: 1000px !important;
}

.ajax-modal-wrap.profile .ajax-modal.xl .ajax-modal__overlay {
    width: 100% !important;
    max-width: 100% !important;
}

.ajax-modal-wrap.profile .mizerie {
    width: 100%;
    position: relative;
    height: 100%;
    position: absolute;
    z-index: 99999;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ajax-modal-wrap.profile .mizerie .loader-mizerie {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    display: flex;
    pointer-events: none;
    background-color: white;
    flex-direction: column;
}

.ajax-modal-wrap.profile .mizerie .loader-mizerie p.loader-message {
    display: inline-flex !important;
    transition: all 0.3s;
}

.ajax-modal-wrap.profile .mizerie .loader-mizerie .lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.ajax-modal-wrap.profile .mizerie .loader-mizerie .lds-ripple div {
    position: absolute;
    border: 4px solid #0072bc;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.ajax-modal-wrap.profile .mizerie .loader-mizerie .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.ajax-modal-wrap.profile .mizerie button {
    border: 0;
    order: 3;
    height: 50px;
    cursor: pointer;
    -webkit-appearance: button;
    border-radius: 30px;
    width: 50%;
    max-width: 350px;
    text-transform: uppercase;
    background-color: #0072bc;
    color: white;
}

.ajax-modal-wrap.profile .mizerie button strong {
    font-weight: 500;
}

.ajax-modal-wrap.profile .croppie-container {
    width: 100%;
    height: auto;
}

.ajax-modal-wrap.profile .ajax-modal__holder-centered__col60 {
    width: 50% !important;
}

.ajax-modal-wrap.profile .ajax-modal__holder-centered__col40 {
    width: 50% !important;
}

.ajax-modal-wrap.profile .input-container input {
    border-radius: 30px !important;
    height: 50px !important;
    color: black !important;
    background-color: #f0f0f0 !important;
    font-size: 13px;
}

.ajax-modal-wrap.profile .select2 .select2-selection {
    border-radius: 30px !important;
    background-color: #f0f0f0 !important;
    color: black !important;
}

.ajax-modal-wrap.profile
.select2
.select2-selection
.select2-selection__rendered {
    color: black !important;
}

.ajax-modal-wrap.profile .select2-dropdown {
    border-color: #e7e7e7 !important;
    background-color: #e7e7e7 !important;
}

.ajax-modal-wrap.profile .button.full-width {
    width: 100% !important;
}

.ajax-modal-wrap.profile .ajax-modal__holder-centered__col60 a {
    width: 100%;
    height: 85%;
    position: relative;
}

.ajax-modal-wrap.profile
.ajax-modal__holder-centered__col60
.icon_photo_profile {
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.457);
    background-color: #2f325232;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 2rem;
    padding: 0 15px;
    display: flex;
    line-height: 150%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ajax-modal-wrap.profile
.ajax-modal__holder-centered__col60
.icon_photo_profile:hover {
    background-color: #2f32525e;
    color: white;
}

.ajax-modal-wrap.profile .ajax-modal__holder-centered__col60 img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}

.ajax-modal-wrap.password .ajax-modal,
.ajax-modal-wrap.social .ajax-modal,
.ajax-modal-wrap.close .ajax-modal {
    min-width: auto !important;
}

.ajax-modal-wrap.password .alert-ajax,
.ajax-modal-wrap.social .alert-ajax,
.ajax-modal-wrap.close .alert-ajax {
    background-color: crimson;
    color: white;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    padding-left: 40px;
}

.ajax-modal-wrap.password .alert-ajax span,
.ajax-modal-wrap.social .alert-ajax span,
.ajax-modal-wrap.close .alert-ajax span {
    color: white;
    width: 26px;
    height: 26px;
    background-color: #ffffff5e;
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10px;
    top: 13px;
}

.ajax-modal-wrap.password .ajax-modal .ajax-modal__overlay-title,
.ajax-modal-wrap.social .ajax-modal .ajax-modal__overlay-title,
.ajax-modal-wrap.close .ajax-modal .ajax-modal__overlay-title {
    margin-left: 0 !important;
}

.ajax-modal-wrap.password .ajax-modal__holder-centered__col100,
.ajax-modal-wrap.social .ajax-modal__holder-centered__col100,
.ajax-modal-wrap.close .ajax-modal__holder-centered__col100 {
    padding: 0 !important;
}

.ajax-modal-wrap.password button#formSubmitButton,
.ajax-modal-wrap.social button#formSubmitButton,
.ajax-modal-wrap.close button#formSubmitButton {
    width: 100% !important;
}

.ajax-modal-wrap.password .ajax-modal__holder-centered.no-scroll,
.ajax-modal-wrap.social .ajax-modal__holder-centered.no-scroll,
.ajax-modal-wrap.close .ajax-modal__holder-centered.no-scroll {
    overflow-y: unset !important;
    padding: 3px;
}

.ajax-modal-wrap.password .ajax-modal__holder-centered,
.ajax-modal-wrap.social .ajax-modal__holder-centered,
.ajax-modal-wrap.close .ajax-modal__holder-centered {
    overflow-y: unset !important;
}

.ajax-modal-wrap.password .input-container input,
.ajax-modal-wrap.social .input-container input,
.ajax-modal-wrap.close .input-container input {
    border-radius: 30px !important;
    height: 50px !important;
    color: black !important;
    background-color: #f0f0f0 !important;
    font-size: 13px;
}

.ajax-modal-wrap.password .ajax-modal__overlay,
.ajax-modal-wrap.password .ajax-modal__bg,
.ajax-modal-wrap.social .ajax-modal__overlay,
.ajax-modal-wrap.social .ajax-modal__bg,
.ajax-modal-wrap.close .ajax-modal__overlay,
.ajax-modal-wrap.close .ajax-modal__bg {
    max-width: 380px;
}

.ajax-modal-wrap.notifications .dashboard-events-item__info {
    padding-top: 16px;
}

.ajax-modal-wrap.notifications .ajax-modal__holder-centered {
    align-items: flex-start !important;
}

.ajax-modal-wrap.notifications form > div {
    margin-top: 0 !important;
    width: 100%;
}

/* .ajax-modal-wrap.notifications .dashboard-events-item {
  background-color: #f0f0f0 !important;
  color: black !important;
} */

.ajax-modal-wrap.notifications .holder-checkbox {
    align-items: center;
}

.ajax-modal-wrap.notifications .holder-checkbox label {
    margin-bottom: 0 !important;
}

/* .ajax-modal-wrap.notifications .dashboard-events-item__name {
  color: black !important;
  font-family: "Lora", serif !important;
} */

.ajax-modal-wrap.notifications .input-container {
    justify-content: left !important;
}

/* .ajax-modal-wrap.notifications .input-container .holder-checkbox input {
  border-radius: 50% !important;
  padding: 9px !important;
} */

.ajax-modal-wrap.notifications .input-container .holder-checkbox input:hover {
    background-color: white !important;
}

/* .ajax-modal-wrap.notifications .input-container .holder-checkbox input:checked {
  background-color: #0072bc;
} */

/* .ajax-modal-wrap.notifications label {
  color: black !important;
} */

.ajax-modal-wrap.notifications .checkbox-containers {
    border-top: 1px solid #3f4567 !important;
}

/* .ajax-modal-wrap.notifications .dashboard-events-item__logo {
  display: none !important;
} */

.addeventatc
{
    cursor: pointer;
}

.addeventatc_dropdown span
{
    display: none;
}
.addeventatc_dropdown.addeventatc-selected span
{
    display: block;
}

.addeventatc .copyx
{
    display: none !important;
}

.text-center
{
    text-align: center;
}

h4.success
{
    font-size: 24px;
}
.btn button {
    border-radius: 10px;
    border: 0;
    padding: 20px 0;
    color: #FFFFFF;
    width: 100%;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn {
  appearance: none;
    -webkit-appearance: none;
  font-family: sans-serif;
  cursor: pointer;
  padding: 12px;
  min-width: 100px;
  border: 0px;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
     transition: background-color 100ms linear;
}

.btn:focus, .btn.focus {
  outline: 0;
}

.btn-round-1 {
  border-radius: 8px;
}

.btn-round-2 {
  border-radius: 20px;
}

.btn-dark {
  background: #000;
  color: #ffffff;
}

.btn-dark:hover {
  background: #212121;
  color: #ffffff;
}

.btn-light {
  background: #ededed;
  color: #000;
}

.btn-light:hover {
  background: #dbdbdb;
  color: #000;
}

.btn-primary {
  background: #3498db;
  color: #ffffff;
}

.btn-primary:hover {
  background: #2980b9;
  color: #ffffff;
}

.btn-success {
  background: #2ecc71;
  color: #ffffff;
}

.btn-success:hover {
  background: #27ae60;
  color: #ffffff;
}

.btn-warning {
  background: #f1c40f;
  color: #ffffff;
}

.btn-warning:hover {
  background: #f39c12;
  color: #ffffff;
}

.btn-danger {
  background: #e74c3c;
  color: #ffffff;
}

.btn-danger:hover {
  background: #c0392b;
  color: #ffffff;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
#toast-container>div{
    opacity: 1;
}

.live-notification{
    width: fit-content;
    z-index: 9999;
    pointer-events: all!important;
    display: flex;
  	align-items: center;
  	max-width: 90vw;
  	overflow-wrap: break-word;
}
.live-notification:hover{
    animation: none!important;
}
.live-notification-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.shake-notification {
    animation: shake 1s!important;
    animation-iteration-count: infinite!important;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.new-partner-card
{
    cursor: pointer;
}

.active-representatives-popup.full-height
{
    top: 100px;
    height: calc(100vh - 200px);
}

.active-representatives-popup.full-height .active-representatives-popup__list
{
    height: 90%;
}

.active-representatives-popup.full-height .text_field_chatbox.expanded
{
    background-color: rgb(241, 242, 246);
    color: #000;
}

.active-representatives-popup.full-height .text_mesaj_expanded
{
    background-color: rgb(241, 242, 246);
    color: #000;
    border-width: 1px;
}

.active-representatives-popup.full-height .user-rep .text_mesaj_expanded
{
    background-color: #d1ecf1;
}

.active-representatives-popup.full-height .room-chat
{
    height: 100%;
    overflow-y: scroll;
}

.partner-details .holder_moving_event_info, .partner-details .holder_moving_event_info .holder_description
{
    z-index: unset;
}
.category-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
    margin-bottom: 40px;
    padding-bottom: 20px;

}
.category-list .category-item{
	width: 100%;
  	flex-shrink: 0;
}
.item-partner {
	width: 15%;
	margin: 0px 0.5% 2% 1%;
	max-height: 272px;
	/*padding-bottom: 32%;*/
	margin-bottom: 2%;
	position: relative;
}
@media screen and (max-width: 767px) {
 	.item-partner {
		width: 100%;
	}
}
@media screen and  (min-width: 768px) and (max-width: 1024px){
 	.item-partner {
		width: 31.5%;
	}
}

.terms_link
{
    text-decoration: underline;
}
.popup-default {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
}
.popup-default.show {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.popup-close {
	position: fixed;
	top: 10vh;
	left: calc(100% - 7vw);
	height: 50px;
	width: 50px;
	background: none;
	color: #fff;
	font-size: 32px;
	z-index: 999;
}
.popup-content {
	padding: 25px 12%;
	background-color: rgb(255 255 255 / 10%);
	backdrop-filter: blur(30px);
	z-index: 1000;
	height: 100%;
}
.popup-body {
	background: #242542;
	border-radius: 10px;
	width: 100%;
/*	height: 75vh;*/
	margin-top: 10vh;
}
.popup-loader{
	position: fixed;
    top: 50%;
    left: 50%;
}
.add-to-favourites.active .fa-star{
	color: #2fd326;
}

.roster .card-body.text-center {
    height: 35%;
}

.roster .card-body.over.text-center.pl-2.pr-2
{
    height: 65%;
}

.roster h3.text-light-blue
{
    font-size: 23px;
}

.roster .card-body.text-center
{
    font-size: 14px;
}

@media screen and  (min-width: 1025px) and (max-width: 1360px){
    .item-partner
    {
        width: 31.5%;
    }
}

@media screen and  (min-width: 1360px) and (max-width: 1600px){
    .item-partner
    {
        width: 23%;
    }
}

@media screen and  (min-width: 1600px) and (max-width: 1920px){
    .item-partner
    {
        width: 23%;
    }
}