.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;
}

.container_chat {
    width: 335px !important;
}

.div_mesaje_chatbox {
    overflow-y: scroll;
}

.holder_chat {
    position: sticky;
}

.holder_chat .div_mesaj .text_mesaj_expanded {
    color: #3f4567;
    background-color: #d7d7d7;
}

.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;
    height: 30px;
    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: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
}

.page-main__content {
    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: 4px 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: 600;
}

.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 {

    }
}

/*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;
}

.hidden-mobile
{
    display: block;
}

@media screen and (max-width: 991px) {
    .hidden-mobile
    {
        display: none;
    }
    /*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: 33%;
        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;
    }

    .session-emoticons
    {
        display: block;
        position: relative;
        width: 100%;
        background-color: #cacaca;
        top: auto !important;
        margin: 0 !important;
        border-bottom: 1px solid #2f3252;
    }

    .session-emoticons.holder_bottom .menu_top
    {
        margin: 0 !important;
        width: auto !important;
    }

    .session-emoticons.holder_bottom
    {
        z-index: 0 !important;
    }

    .holder_animatie
    {
        display: none;
    }

    .interactions_right_menu_button .holder_info
    {
        display: none !important;
    }

    .rsvp-form
    {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .rsvp-form button
    {
        width: 100% !important;
        min-width: 100% !important;
        font-size: 20px;
    }

    .gap-10px
    {
        gap: 10px;
    }

    .gap-15px
    {
        gap: 15px;
    }

    .gap-20px
    {
        gap: 20px;
    }
}

.rsvp-form
{
    display: flex;
    flex-direction: column;
    gap: 10px
}
.gap-10px
{
    gap: 10px;
}

.gap-15px
{
    gap: 15px;
}

.gap-20px
{
    gap: 20px;
}

.rsvp-form button
{
    min-width: 245px;
    font-size: 20px;
}

@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: 1000;
}

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

.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-size: 60px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: transparent;
}

.particle.like {
    background-image: url("/resources/images/like.png") !important;
}

.particle.love {
    background-image: url("/resources/images/love.png") !important;
}

.particle.haha {
    background-image: url("/resources/images/haha.png") !important;
}

.particle.support {
    background-image: url("/resources/images/support.png") !important;
}

.particle.wow {
    background-image: url("/resources/images/wow.png") !important;
}

.particle.applause {
    background-image: url("/resources/images/applause.png") !important;
}

.particle.insightful {
    background-image: url("/resources/images/insightful.png") !important;
}

.particle.ready {
    background-image: url("/resources/images/ready.png") !important;
}

.particle.award {
    background-image: url("/resources/images/award.png") !important;
}

.particle.dislike {
    background-image: url("/resources/images/dislike.png") !important;
}

.particle.eyes {
    background-image: url("/resources/images/eyes.png") !important;
}

.particle.false {
    background-image: url("/resources/images/false.png") !important;
}

.particle.true {
    background-image: url("/resources/images/true.png") !important;
}

.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;
}

.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%
    );

    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;
    color: #fff;
}

.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: #858798;
    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 .favourites-title.active {
  display: none;
}

.add-to-favourites.active .favourites-title.active {
  display: inline-flex;
}
.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 white !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;
  text-align: left;
    margin-bottom: 2px;
}

.addeventatc_dropdown.addeventatc-selected span:hover
{
    text-decoration: underline;
}

.addeventatc .copyx
{
  display: none !important;
}
@media screen and (max-width: 991px)
{
    body.interaction-page .mobile-menu, body.interaction-page .mobile-button, body.interaction-page .div_top_side.right
    {
        display: none;
    }

    body.interaction-page .holder_nav_right.active {
        bottom: 10px;
        top: 80px;
    }

    body.interaction-page .holder_nav_menu, body.interaction-page #meniu_dreapta .navbar
    {
        background-color: #f0f0f0;
    }

    .t-consentPrompt
    {
        height: 100vh;
        top: 60px;
    }
}

.text-bold
{
    font-weight: bold;
}

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

.padding-y-10
{
    padding-top: 10px;
    padding-bottom: 10px;
}

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

.margin-y-10
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.d-flex
{
    display: flex;
}

.flex-direction-column
{
    flex-direction: column;
}

.flex-direction-row
{
    flex-direction: row;
}

.w-100
{
    width: 100%;
}

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


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

.fs-1
{
    font-size: 2rem;
    line-height: 2rem;
}

.fs-2
{
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.fs-3
{
    font-size: 1rem;
    line-height: 1rem;
}

.fs-4
{
    font-size: 0.75rem;
    line-height: 0.75rem;
}

.required
{
    color: #cb0000;
}

@media screen and (max-width: 991px) {
    .hidden-md
    {
        display:block !important;
    }

    .hidden-sm
    {
        display:none !important;
    }
}

.svg-inline--fa.fa-comments-question-check
{
    height: 1.3em !important;
}

.blue-link
{
    color: #0090ff;
    text-decoration: underline;
}

.invisible
{
    visibility: hidden;
}

.visible
{
    visibility: visible;
}

.hide_menu
{
    display: none !important;
}

.show_menu
{
    display: flex !important;
}