* {
    outline: none;
}

body {
    background-color: #fafafa;
    color: var(--text-color);
    font-size: 16px;
    font-family: "Hanken Grotesk", system-ui;
}

img {
    image-rendering: -webkit-optimize-contrast;
}



html {
    scroll-behavior: smooth;
}

.badge-danger {
    background-color: #e74c3c !important;
}

/* CUSTOM SCROLLBAR */

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

::-webkit-scrollbar-thumb {
    background: #999;
}

::-webkit-scrollbar-thumb:hover {
    background: #666;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-track {
    background: #DDD;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline {
    display: inline !important;
}

.rounded-50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.ac-btn:not(:last-child) {
    margin-right: 15px;
}

.ac-btn:hover,
.ac-btn:focus {
    text-decoration: none;
}

/* VALIDATION MESSAGES */

.validation-error {
    color: white;
    font-size: 11px;
    padding: 2px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    background: #B11116;
    line-height: normal;
    margin: 3px 0px 10px 0px;
}

.validation-error:before {
    content: "";
    top: -13px;
    left: 13px;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #B11116;
}


/* DEFAULT THEME - IMPROVEMENTS */

button.close,
button.minimize {
    padding: 5px 10px;
}

.modal-header.bg-primary .close,
.modal-header.bg-primary .minimize {
    color: #FFF;
    text-shadow: none;
    opacity: 1;
    float: right;
    line-height: 1;
    padding: 5px 10px;
}


/* THEME - ELEMENTS */

.no-padding {
    padding: 0px !important;
}

.filtering-results {
    margin: 0px 0px 15px 0px;
}

p.limited,
span.limited {
    margin: 0px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

span.limited {
    width: auto;
    display: inline-block;
    vertical-align: bottom;
}

@media (max-width: 767px) {

    p.limited,
    span.limited {
        white-space: initial;
    }

    p.limited.wrapped,
    span.limited.wrapped {
        white-space: nowrap;
    }
}

.anchor {
    white-space: nowrap;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    display: inline;
}

.text-ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/* ELEMENTS */

.main-btn {
    color: #FFF;
    padding: 10px;
    background: #32475C;
    display: inline-block;
    text-align: center;
    min-width: 172px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-decoration: none;
    outline: none !important;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-btn:hover {
    color: #FFF;
    background: #1a252f;
}

.main-btn.btn-default {
    background: #6185a8;
}

.main-btn.btn-default:hover {
    background: #4c6b8a;
}

.main-btn.btn-primary {
    background: #2c3e50;
}

.main-btn.btn-primary:hover {
    background: #1a252f;
}

.main-btn.btn-success {
    background: #35cf76;
}

.main-btn.btn-success:hover {
    background: #28a95e;
}

.main-btn.btn-danger {
    background: #e74c3c;
}

.main-btn.btn-danger:hover {
    background: #d62c1a;
}

.main-btn.btn-info {
    background: #3498db;
}

.main-btn.btn-info:hover {
    background: #217dbb;
}

.main-btn.btn-warning {
    background: #e67e22;
}

.main-btn.btn-warning:hover {
    background: #bf6516;
}

.hr-black {
    border-top: 1px solid black;
}


/* DATATABLES IMPROVEMENTS */

.table-condensed.dtr-inline.collapsed>tbody>tr>td:first-child:before,
.table-condensed.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: 7px;
}

.dataTables_wrapper .table-responsive {
    background: white;
}


/* SORTABLE LIST */

.sortable-list {
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.sortable-list li {
    padding: 0px;
    border: none;
    list-style: none;
    margin-bottom: 2px;
}

.sortable-list li>div {
    border: .0625rem solid #e4e4e4;
    padding: 3px 5px;
}

.sortable-list li.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
    background: yellow;
}


/* MASONRY LIST */

.masonry-list {
    /* Masonry container */
    padding: 0;
    margin: 10px 0;
    font-size: .85em;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.masonry-list .masonry-item {
    /* Masonry bricks or child elements */
    width: 100%;
    background: #FFF;
    margin: 0 0 10px;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.masonry-list .masonry-item img {
    width: 100%;
}

@media only screen and (min-width: 400px) {
    .masonry-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry-list {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry-list {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
}


/* ISOTOPE - MASONRY GRID */

.isotope-grid-item {
    width: 25%;
    padding: 0px 2px;
}

@media only screen and (min-width: 400px) {
    .isotope-grid-item {
        width: 100%;
    }
}

@media only screen and (min-width: 700px) {
    .isotope-grid-item {
        width: 50%;
    }
}

@media only screen and (min-width: 900px) {
    .isotope-grid-item {
        width: 33%;
    }
}

@media only screen and (min-width: 1100px) {
    .isotope-grid-item {
        width: 33%;
    }
}


/* POPUP CONTAINERS */

.popup-content {
    padding: 20px 20px 20px 20px
}

.popup-heading {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.popup-content-container {
    background: white;
    border: 1px solid #CCC;
    margin: 5px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
}

.popup-sorting-container {
    background: white;
    border: 1px solid #CCC;
    margin: 5px 0px 0px 0px;
    padding: 5px 5px 3px 5px;
}


/* BRANDS SWITCHER */

.brands-switcher {
    margin: 0px 0px 0px 0px;
}

.brand-switcher-container {
    padding: 30px 30px 30px 30px
}

.brand-switcher-container .brand-switcher-heading {
    color: #2c3e50;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
}

.brand-switcher-container .brand-switcher-subheading {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 30px;
}

.brand-switcher-container .brands-items {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 5px;
}

.brand-switcher-container .brands-items .brands-item {
    width: 300px;
    margin: 5px;
}

.brand-switcher-container .brands-items .brands-item .brand-title {
    font-weight: 300;
    font-size: 24px;
}

.brand-switcher-container .brands-items .brands-item .brand-role {
    font-size: 12px;
    font-weight: 300;
}

.brand-switcher-container .brands-items .brands-item .brand-switch {
    margin: 10px 0px 0px 0px;
}

.brands-switcher-footer {
    margin: 30px 0px 0px 0px;
}

/* SELECT 2 PLUGIN: IMPROVEMENTS */
.select2.select2-container .count-selected {
    color: white;
    height: 22px;
    float: right;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #2C3E50;
    margin: 5px 5px 0px 5px;
    padding: 0px 5px 0px 5px;
    right: 1px;
    position: absolute;
}

/* TABLE COLUMNS MANAGEMENT */
.columns-custom-checkbox {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #DCDCDC;
}

.columns-custom-checkbox label {
    display: block;
}

/* USERS ADVANCED SEARCH */
.advanced-search-filter {
    border-bottom: 1px solid #DCDCDC;
    margin: 0px 0px 7px 0px;
}

.advanced-search-filter>.form-group {
    margin-bottom: 10px;
}

.advanced-search-filter>.form-group>input.input-sm {
    height: 34px;
}

.advanced-search-filter .input-group-sm>.form-control {
    height: 34px;
}

.event-content.layout-content-body {
    background-color: #FFF;
    padding-left: 0;
    padding-right: 0;
}

.event-content .event-partners-title .title-bar {
    margin: 30px;
}

.event-content .event-partners-title h1 {
    font-size: 30px;
    font-weight: 400;
}

.event-content .event-partners,
.event-content .event-partners-title {
    background-color: #f2f5f8;
    margin: 0;
}

.event-content .event-partners {
    padding-bottom: 30px;
}

/* EVENTS LIST */
.listing-page .events-wrapper {
    margin-bottom: 50px;
}

.events-list.title h3 {
    color: #414547;
    width: 100%;
    white-space: nowrap;
    font-weight: 700;
    font-size: 18px;
    overflow: hidden;
    margin: 0px 0px 35px;
    background: transparent;
}

.events-list.title h1::after,
.events-list.title h3::after {
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    left: 18px;
    width: 100%;
    background: #d0d1d3;
}

.event-list .title-bar-title {
    display: inline-block;
}

.event-header {
    background-color: #FFF;
}

.event-header .event-cover {
    position: relative;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center bottom;
}

.event-header .event-cover:before {
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}

.events-list.title h1 {
    display: block;
    color: rgb(0, 0, 0);
    width: 100%;
    white-space: nowrap;
    font-weight: 700;
    font-size: 18px;
    overflow: hidden;
    margin: 0px 0px 15px;
    background: transparent;
}

.events-list.title h1::after {
    content: "";
    display: inline-block;
    height: 12px;
    position: relative;
    vertical-align: middle;
    left: 18px;
    width: 100%;
    background: #e1e7ed;
}

.event-container .event-card {
    width: 100%;
    display: inline-block;
}

.event-container .event-overview {
    color: #fff;
    position: relative;
}

.event-container .event-booking {
    color: #fff;
    background-color: #f1f4f7;
    position: relative;
    /*    float: right; */
    margin: 30px;
    padding: 30px;
}

#modal-events-booking h3 {
    color: #32475C;
}

#modal-events-booking .layout-backdrop,
#modal-meeting .layout-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.event-container .event-booking button {
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

.event-overview .event-type {
    display: inline-block;
    margin: 30px 30px 0px 30px;
    border-bottom: 2px solid #FFF;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.event-overview .event-name {
    color: inherit;
    display: block;
    font-size: 34px;
    font-weight: 400;
    line-height: 34px;
    margin: 30px 30px 5px 30px;
}

.event-overview .event-dates {
    margin: 30px;
    font-size: 26px;
    font-weight: 400;
    /*    background-color: #32475c; */
    padding: 10px;
    /*    float: left; */
}

#form-event-booking .form-group>label,
#form-event-booking .form-group>select {
    display: block;
    color: #32475C;
}

.btn-white {
    color: #000;
    background-color: #FFF;
    margin-bottom: 15px;
    margin-right: 30px;
    text-transform: uppercase;
    width: 300px;
}

.btn-white:focus {
    color: #000;
}

.event-overview .btn-event-popup {
    color: #000;
    background-color: #FFF;
    margin-bottom: 30px;
    text-transform: uppercase;
    width: 300px;
}

a.listing-badge {
    position: absolute;
    top: 13px;
    right: -10px;
    z-index: 2;
}

a.listing-badge span {
    background: #fff;
    padding: 5px 15px;
    -webkit-box-shadow: 0 6px 20px -7px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 6px 20px -7px rgba(0, 0, 0, 0.6);
    box-shadow: 0 6px 20px -7px rgba(0, 0, 0, 0.6);
}

article.event a.listing-badge span {
    color: #949a9e;
    font-weight: 500;
}

a.listing-badge::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin-left: auto;
    border-left: 5px solid #c8c8c8;
    border-top: 5px solid #c8c8c8;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.btn-booked-event {
    color: var(--advent-color);
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 700;
    font-size: 12px;
}


/* -----------------------------------meeting modal--------------------------------------------------- */


/*#modal-events-booking {*/


/*  overflow: auto;*/


/*}*/


/* #modal-events-booking:not(.min) .modal-dialog,
#modal-meeting:not(.min) .modal-dialog {
  width: 100vh;
  max-width: 100vw;
} */


/* #modal-account-request-zoom .modal-body {
  padding-bottom: 5px;
}

#modal-account-request-zoom.min {
  display: none !important;
}

#modal-account-request-zoom .btn-jitsi-fallback .fa {
  background-image: url(https://developer.asustor.com/uploadIcons/0020_999_1588667368_jitsi-meet_256.png);
  background-size: cover;
  background-color: white;
  color: transparent;
  height: 17px;
  padding-top: 1px;
} */

.current-provider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2d8cfe;
    font-size: 20px;
    margin-right: 40px;
}

.other-providers {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

button.meeting-ac-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 10px;
}

.other-providers>* {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    color: #969FA8 !important;
}

.meeting-window-footer svg {
    width: 30px;
    margin-right: 10px;
}

.meeting-window-footer svg .a {
    fill: #969FA8;
}

.meeting-window-footer svg .b {
    fill: #fff;
}

.meeting-window-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 15px;
    padding: 12px 20px 20px;
}

.meeting-window-footer p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 17px;
    color: #2c3e50;
}

.meeting-window-footer .profile-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.meeting-window-footer .profile-list>span,
.event-window-footer.profile-list>span {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #969FA8;
    font-size: 14px;
    margin-left: 10px;
}

.meeting-window-footer .profile-list>a,
.event-window-footer.profile-list>a {
    display: block;
    padding: 5px 40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.meeting-window-footer .profile-list>a:hover,
.event-window-footer.profile-list>a:hover {
    color: #fff;
    background: #5294e2;
    border-color: #fff;
}

.meeting-window-footer .profile-list .multiselect {
    min-width: 300px;
}

.meeting-window-footer .multiselect__tags,
.event-window-footer .multiselect__tags {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.meeting-window-footer .multiselect__placeholder,
.event-window-footer .multiselect__placeholder {
    margin-bottom: 0;
    padding-top: 0;
    color: initial;
    padding-left: 10px;
}

.meeting-window-footer input.multiselect__input,
.event-window-footer input.multiselect__input {
    font-size: 14px;
    padding-left: 10px !important;
    color: initial;
}

.webinars-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-list.event-window-footer {
    width: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 300px;
}

a.zoom-link,
a.skype-link {
    cursor: pointer;
}

a.zoom-link:hover .ac-color,
a.skype-link:hover .ac-color,
.jitsi-btn:hover .ac-color,
.zoom-btn:hover .ac-color {
    fill: #4a8cff;
}

a.zoom-link:hover,
a.skype-link:hover,
.jitsi-btn:hover,
.zoom-btn:hover {
    text-decoration: none;
    color: #4a8cff;
}

.meeting-window-footer .current-provider .ac-color {
    fill: #2d8cfe;
}

a.zoom-link::after,
a.skype-link::after {
    content: '\f08e';
    font-family: FontAwesome;
    position: relative;
    font-weight: 600;
    top: -12px;
    right: 0;
    color: #435363;
}

.current-provider svg {
    width: 40px;
}


/* inner popup */

.inner-pop-up {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.pop-up-body {
    background: white;
    max-width: 400px;
    -webkit-box-shadow: 3px 3px 5px rgba(44, 62, 80, 0.6);
    -moz-box-shadow: 3px 3px 5px rgba(44, 62, 80, 0.6);
    box-shadow: 3px 3px 5px rgba(44, 62, 80, 0.6);
}

.inner-pop-up .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #00ab91;
    padding: 15px 20px;
    color: white;
    font-size: 18px;
}

.inner-pop-up p {
    text-align: center;
    color: #969fa8;
    font-weight: 300;
    line-height: 1.5;
    margin: 35px 20px;
    font-size: 16px;
}

.inner-pop-up .bottom-btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 20px 20px;
}

#form-account-request-zoom button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    /* padding: 0; */
    line-height: 1;
}

.inner-pop-up .bottom-btn-box button {
    background: #ced4d8;
    color: white;
    padding: 8px 20px;
}

.inner-pop-up .bottom-btn-box .btn-download {
    color: #676e75;
    width: 40%;
}

.inner-pop-up .bottom-btn-box .btn-continue {
    background: #00aa91;
}

.inner-pop-up .header .btn-close {
    background: #00aa91;
    background: none;
}

.zoom-link {
    width: max-content;
}

.zoom-better-experience {
    width: max-content;
}

@media screen and (max-width: 980px) {
    .meeting-window-footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .current-provider+.other-providers,
    .meeting-window-footer .profile-list {
        margin-left: 0;
        margin-top: 20px;
    }

    .current-provider {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .other-providers>* {
        margin-right: 10px;
    }

    .other-providers p {
        width: 100%;
        margin: 10px;
    }
}


/* -------------------------------------------------------------------------------------- */


/* #modal-events-booking .close {
  position: relative;
  z-index: 1;
  top: -10px;
  right: -10px;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 0px 5px;
  background: #fff;
  opacity: 1;
} */

#modal-events-booking .close:hover {
    color: #ccc !important;
}


/* FLEX SLIDER ARROWS */

.flex-control-nav {
    display: none;
}

.flex-direction-nav a {
    top: 61%;
    opacity: 1;
}

.flex-direction-nav a.flex-prev {
    content: " ";
    text-align: left;
    text-indent: -99999px;
    background: transparent url("../images/arrows/arrow-prev-transparent.png") no-repeat center center;
}

.flex-direction-nav a.flex-prev:before {
    content: " ";
}

.flex-direction-nav a.flex-next {
    content: " ";
    text-align: left;
    text-indent: -99999px;
    background: transparent url("../images/arrows/arrow-next-transparent.png") no-repeat center center;
}

.flex-direction-nav a.flex-next:before {
    content: "";
}

.organization-picture-upload {
    position: absolute;
}

.organizations-content {
    height: 135px;
    padding: 20px 0;
    overflow: hidden;
}

.organizations-content .organizations-item {
    padding: 10px;
    /*    width: 220px; */
    height: 95px;
    margin: 0 6px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    background-color: #fff;
}

.slides {
    width: 200px;
}

.card.members .online-status {
    position: absolute;
    top: 48px;
    left: 48px;
    display: table;
    border: 2px solid #fff;
}

.card.organizations .card-body {
    padding: 0;
}

.card.organizations .online-status {
    position: absolute;
    bottom: -10px;
    right: -10px;
    display: table;
    border: 2px solid #fff;
}

.profile-remove {
    background-color: #da1021;
    border-color: #da1021;
    color: #fff;
}

.profile-avatar .online-status {
    bottom: 32px;
    right: -45px;
    border: 2px solid #fff;
    font-size: 12px;
}

#modal-account-chat .modal-title a {
    color: #fff;
}

.chat-img img {
    margin-right: 10px;
}

.request-notifications li,
.chat-notifications li {
    position: relative;
}

.request-notifications li.left,
.chat-notifications li.left {
    cursor: pointer;
}

.request-notifications li .badge {
    position: initial;
    margin-left: 5px;
}

.request-notifications p {
    height: 38px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 767px) {

    .dropdown-stick {
        position: fixed !important;
        width: 100% !important;
    }

    .layout {
        padding-top: 0;
    }

    .layout-header {
        position: initial;
    }

    #navbar .account-nav a {
        padding: 10px;
    }

    /* listing */
    .member-container {
        width: 25%;
    }

    .member-container:nth-child(4n+1)>a {
        border-left: none;
    }

    .member-avatar-box {
        width: 60%;
    }
}

.card.organizations h5,
.card.members h5 {
    margin-top: 7px;
}

.avatar-circle {
    width: 50px;
    height: 50px;
    background-color: #cad6e2;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.calendar-notifications .initials {
    width: 28px;
    height: 28px;
    line-height: 28px;
    top: 0px;
    float: right;
    margin: 0;
}

#calendar-notifications .fc-toolbar h2 {
    font-size: 1.25em;
}

#cldr-page-container .ac-initials svg g,
.event-notifications .ac-initials svg g,
.notifications-dropdown .ac-initials svg g {
    fill: #80868a !important;
}

.dropdown.timeslots .dropdown-menu-lg {
    width: 522px;
}

.dropdown.timeslots .dropdown-body {
    height: 390px;
}

.fc-content-skeleton tbody tr:nth-child(n+2) {
    display: none;
}

.fc-timeGridDay-view .fc-row.fc-week.table-bordered {
    display: none;
}

@media (min-width: 992px) {
    .dropdown.timeslots .dropdown-menu-lg {
        width: 745px;
    }
}


/**
 * Spinner input
 */
.spinner input {
    text-align: right;
}

.spinner .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.spinner .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.spinner .input-group-btn-vertical>.btn:first-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}

.spinner .input-group-btn-vertical>.btn:last-child {
    margin-top: -2px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.spinner .input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px;
}

.layout-footer-body small {
    color: rgba(39, 48, 61, 0.4);
}

.layout-footer {
    border-top: 1px solid rgba(39, 48, 61, 0.2);
    background: none;
}

.modal-header .btnGrp {
    position: absolute;
    top: 8px;
    right: 10px;
}

.modal.min {
    width: 250px;
    height: 35px;
    bottom: 0;
    top: auto;
    left: 220px;
}

.modal.min .modal-dialog,
.modal.min .modal-content {
    height: 100%;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}

.modal.min .modal-header {
    height: 100%;
    width: 100%;
    margin: 0px !important;
    padding: 3px 5px !important;
}

.display-none {
    display: none;
}

.modal.min button .fa {
    font-size: 16px;
    margin-left: 10px;
}

.modal.min .fa {
    font-size: 14px;
}

.modal.min .menuTab {
    display: none;
}

.modal.min button:focus {
    outline: none;
}

.modal.min .layout-backdrop {
    display: none;
}

.minmaxCon {
    height: 35px;
    bottom: 1px;
    left: 220px;
    position: fixed;
    right: 1px;
    /*z-index: 9999;*/
}

@media (max-width: 991px) {
    .minmaxCon {
        left: 60px;
    }
}

@media (max-width: 767px) {
    #alert-meeting a {
        margin-top: 0px !important;
    }
}

@media (max-width: 767px) {
    .dropdown.meetings .list-group-item a {
        top: 5px !important;
    }
}


/* -------------------------------EVENT PAGE---------------------------- */

button.book-event {
    background: var(--advent-color);
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 45px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    -webkit-box-shadow: 1px 1px 3px rgba(39, 48, 61, 0.8);
    -moz-box-shadow: 1px 1px 3px rgba(39, 48, 61, 0.8);
    box-shadow: 1px 1px 3px rgba(39, 48, 61, 0.8);
    display: block;
    margin: 40px auto 0;
}

button.book-event:hover {
    background: var(--advent-dark);
}

button.unbook-event {
    background: none;
    border: none;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 4px;
}

ul.timer-container {
    padding: 0;
    list-style: none;
    margin: 40px 0px 20px;
}

ul.timer-container li {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

ul.timer-container li .numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 0.4px solid rgba(255, 255, 255, 0.4);
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

ul.timer-container .time-label {
    font-weight: 300;
    display: inline-block;
    margin-top: 12px;
    letter-spacing: 1px;
    font-size: 11px;
}

p.event-today {
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
    margin-top: 40px;
}

p.event-today span {
    display: block;
    font-size: 30px;
}

p.event-today::before,
p.event-today::after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: white;
    /* text-align: center; */
    margin: auto;
}

p.event-today::before {
    margin-bottom: 15px;
}

p.event-today::after {
    margin-top: 15px;
}

h1.profile-name {
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 500;
}

.profile-body {
    padding-top: 0;
}

.event-subtitle {
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 14px;
    color: rgba(39, 48, 61, 0.35);
    margin-top: 0;
    margin-bottom: 20px;
}

.tabs-info:not(.ac-container) {
    margin: 40px auto;
    max-width: 1200px;
}



/* second tab */

#seventh-tab-info {
    display: none;
    margin-bottom: 30px;
}

#third-tab-info .flex-container,
#sixtdh-tab-info .flex-container,
#seventh-tab-info .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#third-tab-info>.flex-container>div,
#sixth-tab-info>.flex-container>div,
#seventh-tab-info>.flex-container>div {
    width: 20%;
    padding: 10px 0;
    border-bottom: 1px solid #d4d6d8;
    border-top: 1px solid #d4d6d8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -1px;
}

.org-container {
    padding: 0 10px;
    border-left: 1px solid rgba(39, 48, 61, 0.2);
    text-align: center;
    width: 100%;
}

.org-logo img {
    width: 100%;
}

.org-logo {
    width: 60%;
    margin: 20px auto;
    position: relative;
    line-height: 0;
}

.org-logo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F2F5F8;
    mix-blend-mode: multiply;
}

.org-name {
    text-align: center;
    color: #414547;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.rep-name {
    color: #949a9e;
    text-align: center;
}

.rep-name::before {
    content: url("/public/assets/_default/images/icons/user_event.svg");
    width: 8px;
    display: inline-block;
    margin-right: 5px;
}

/* my schedule */

.schedule-container>div>div {
    width: 49%;
}

.event-meetings .meeting-info {
    max-width: 200px;
}

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

p.meeting-date {
    margin-bottom: 3px;
    color: rgba(39, 48, 61, 0.5);
}

p.meeting-hour {
    font-size: 14px;
    font-weight: 500;
}

.small-counter-box {
    padding: 3px 10px;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    font-weight: 300;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 130px;
}

.small-counter-box::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background: transparent url("../images/advent_connect_sprite.svg") no-repeat center center;
    -webkit-background-size: 600px 600px;
    -moz-background-size: 600px;
    background-size: 600px;
    background-position: -28px 0;
    margin-right: 6px;
}

button.my-sched-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 130px;
    height: 34px;
    background: var(--advent-color);
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

button.my-sched-button:hover {
    opacity: 0.8;
}

ul.meeting-list {
    padding-left: 6%;
    list-style: none;
}

ul.meeting-list a {
    font-weight: 300;
    color: rgba(39, 48, 61, 0.8);
}

.meeting-box>* {
    width: 50%;
}

ul.meeting-list li {
    padding: 5px 0;
    color: rgba(39, 48, 61, 0.7);
}

ul.meeting-list li:first-child {
    padding-top: 0;
}

.meeting-info {
    padding-right: 6%;
    border-right: 1px solid rgba(39, 48, 61, 0.2);
}

.my-schedule-box:first-of-type {
    border-top: 1px solid rgba(39, 48, 61, 0.2);
}

.my-schedule-box {
    border-bottom: 1px solid rgba(39, 48, 61, 0.2);
    padding: 10px 0;
}

.event-page .layout-footer {
    margin-left: 0;
}

.flex-container:not(.v-modal-body)>div:not(.lists-loader) {
    width: 16.6%;
    border-bottom: 1px solid rgba(39, 48, 61, 0.2);
}

.round-img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}


/* -------------------------------------- L O G I N    P A G E ---------------------------------- */

.advent-brand {
    text-align: center;
    margin: auto;
    width: 100%;
    margin-bottom: 35px;
}

.advent-brand img {
    margin: 10px auto 5px;
    width: 100px;
}

.advent-brand p {
    font-size: 10px;
}

.login-body {
    border: 1px solid #e4e7ea;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.login {
    margin-top: auto;
}

.login .login-body h2 {
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding-bottom: 30px;
    font-weight: 700;
}

.all-brands-conttainer {
    width: 100%;
    background: #2c3e50;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    min-height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand {
    height: 30px;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.brand {
    background: url('../images/logo/sprite_brands_logos_white.svg') no-repeat left top;
    /* background: url(../public/assets/_default/images/logo/sprite_brands_logos_white.svg) no-repeat left top; */
    -webkit-background-size: 800px auto;
    -moz-background-size: 800px auto;
    background-size: 800px auto;
    background-position-y: -17px;
}

.brand.access-mba {
    background-position-x: -15px;
    width: 51px;
}

.brand.access-masters {
    background-position-x: -93px;
    width: 82px;
}

.brand.premier-emba {
    background-position-x: -192px;
    background-position-y: -16px;
    width: 62px;
}

.brand.access-online {
    background-position-x: -280px;
    width: 67px;
}

.brand.prep-adviser {
    background-position-x: -361px;
    width: 103px;
}

.brand.unimy {
    background-position-x: -475px;
    width: 52px;
}

.brand.merit {
    background-position-x: -546px;
    width: 55px;
}

.brand a {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .login-bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../images/covers/1920x1010@96dpi.png');
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        z-index: -2;
    }

    /* listing */
    .member-container {
        width: 16.6%;
    }

    .member-container:nth-child(6n+1)>a {
        border-left: none;
    }

    /* to be deleted */
    .flex-container>div:nth-child(6n+1) .org-container {
        border-left: none;
    }
}

@media (min-height: 850px) and (min-width: 1200px) {
    .all-brands-conttainer {
        padding: 25px 0 20px;
    }

    .brand {
        margin: 0 40px;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
}


/* --------------------------------------- P O P U P   N O T I F I C A T I O N ------------------------------- */

.event-notifications {
    position: fixed;
    right: -305px;
    transition: right .3s ease-in-out;
    bottom: 0;
    margin: auto;
    width: 300px;
    margin-bottom: 20px;
    z-index: 9999;
}

.event-notifications.active {
    right: 0;
}

.event-notifications .name.rep {
    font-size: 12px;
    line-height: 1.2;
    color: #949a9e;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-notifications .name.rep::before {
    content: url(/public/assets/_default/images/icons/user_event.svg);
    width: 8px;
    display: inline-block;
    margin-right: 5px;
}

.event-notifications .school {
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
}

.event-notifications .ntf-btn.wtt {
    padding: 3px 4px 3px 5px;
}

.event-notifications .time-box {

    border-left: 1px solid gainsboro;
    padding-left: 10px;
}

.event-notifications .time-box .ttl {
    display: block;
    background: #ededed;
    text-align: center;
    font-size: 14px;
}

.event-notifications .time-box .time {
    font-size: 14px;
    white-space: nowrap;
    display: block;
    padding: 5px;
}

.today {
  align-self: stretch;
  border-left: 1px solid #ddd;
  padding-left: 7px;
  margin-left: 7px;
  min-width: 100px;
  font-size: 14px;
  text-align: center;
}

.today .today-ttl {
  display: block;
  background: #e9e9e9;
  margin-bottom: 5px;
}

.multislot {
    height: -webkit-calc(100vh / 3 - 35px);
    height: -moz-calc(100vh / 3 - 35px);
    height: calc(100vh / 3 - 35px);
}

.multislot>div {
    height: 100%
}

.multislot .participants .ntf-img {
    width: 22px;
    height: 22px;
    margin-right: 7px;
}

.multislot .participants .ntf-img img {
    width: 100%;
}



.multislot .participants .ac-initials {
    background: #eaecee;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
}

.notification-box {
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: -1px 1px 3px rgba(39, 48, 61, 0.35);
    -moz-box-shadow: -1px 1px 3px rgba(39, 48, 61, 0.35);
    box-shadow: -1px 1px 3px rgba(39, 48, 61, 0.35);
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

button.close:not(.chat-close)::before {
    content: '';
    width: 15px;
    height: 1px;
    background: #27303d;
    display: inline-block;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ntf-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

button.close:not(.chat-close)::after {
    content: '';
    width: 15px;
    height: 1px;
    background: #27303d;
    display: inline-block;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ntf-header button.close {
    position: relative;
    padding: 0;
    width: 15px;
    height: 15px;
}

.ntf-header h3 {
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-size: 13px;
    color: rgba(39, 48, 61, 0.35);
    margin: 0;
}

.ntf-body {
    height: -webkit-calc(100% - 35px);
    height: -moz-calc(100% - 35px);
    height: calc(100% - 35px);
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.participants-container {
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

ul.participants {
    overflow-y: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 100%;
    width: 100%;
    position: relative;
}

ul.participants::-webkit-scrollbar,
.event-ttl::-webkit-scrollbar {
    width: 3px;
}

ul.participants::-webkit-scrollbar-thumb,
.event-ttl::-webkit-scrollbar-thumb {
    background: #9e9e9e;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul.participants::-webkit-scrollbar-track {
    background: #dadada;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* ul.participants li:first-child::after,
ul.participants li:last-child::after {
    content: '';
    position: absolute;
    right: 0;
    width: 15px;
    height: 10px;
    background: white;
    z-index: 1;
} */


/* ul.participants li:first-child::after {
    top: 0;
} */

ul.participants li:last-child::after {
    bottom: 0;
}

span.participant-img {
    width: 22px;
    height: 22px;
    background: lightgrey;
    overflow: hidden;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 7px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

span.participant-img .ntf-img {
    width: 100%;
    height: 100%;
}

span.participant-img img {
    width: 100%;
}

span.participant-img .ac-initials {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: 1.6;
    font-size: 14px;
}

ul.participants li {
    padding-bottom: 10px;
    position: relative;
}

.participants li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    color: #27303d;
}

.participants li a .name {
    font-size: 14px;
    line-height: 1.2;
}

.buttons-box {
    flex-shrink: 0;
    text-align: center;
}

button.join-now,
a.join-now {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    display: inline-block;
    width: 80px;
    height: 28px;
    background: #00ab91;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    /*line-height: 0;*/
    padding: 5px;
}

.event.notification-box,
.one-to-one.notification-box {
    height: 120px;
}

.event.notification-box .event-ttl {
    margin: 10px 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 64%;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.event.notification-box .event-ttl a {
    font-size: 14px;
    margin: 0;
    color: #27303d;
    font-weight: 500;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    line-height: 1.2;
    height: 47px;
}

.participants-container>span {
    position: absolute;
    right: 3px;
    width: 10px;
    height: 10px;
    display: block;
    border-left: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
}

.participants-container>span:first-child {
    top: 3px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.participants-container>span:last-child {
    bottom: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.event-notifications .toggler-btn {
    position: absolute;
    left: -39px;
    bottom: 25px;
    width: 40px;
    height: 56.9px;
    z-index: -1;
    cursor: pointer;
}

.event-notifications .toggler-btn>svg,
.event-notifications .toggler-btn .bell-icon .notification-bg {
    filter: drop-shadow(2px 2px 1px #00000030)
}

.event-notifications .toggler-btn svg .arrow {
    transition: transform 0.3s ease;
    transform-origin: center;
    transform-box: fill-box;
    transform: rotate(180deg) translateX(5px);
}

.event-notifications.active .toggler-btn:hover svg .arrow {
    transform: translateX(5px);
}

.event-notifications .toggler-btn:hover svg .arrow {
    transform: rotate(180deg) translateX(7px);
}

.event-notifications.active .toggler-btn svg .arrow {
    transform: rotate(0);
}

/* SVG background fills container */
.bell-icon .notification-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Centered bell icon */
.bell-icon .notification-bell {
    position: absolute;
    top: 16px;
    left: 8px;
    width: 24px;
    height: 24px;
    transform-origin: top center;
    overflow: visible;
}

.bell-icon.ongoing .notification-bell {
    animation: ring 2s ease infinite;
}

.bell-icon.ongoing .notification-bell path,
.bell-icon.ongoing .notification-bell line,
.bell-icon.ongoing .notification-bell polyline {
    stroke: #fafafa !important;
}

/* Red dot in corner */
.bell-icon .notification-dot {
    position: absolute;
    top: 13px;
    right: 9px;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
    border: 1px solid white;
}

#si-wrapper .silc-btn {
    z-index: 99 !important;
}

/* Bell shake animation */
@keyframes ring {

    0%,
    100% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-10deg);
    }

    30% {
        transform: rotate(6deg);
    }

    40% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(2deg);
    }

    60% {
        transform: rotate(-1deg);
    }

    70%,
    100% {
        transform: rotate(0deg);
    }
}

@media (max-width: 767px) {
    .multislot {
        height: -webkit-calc(100vh / 3 - 61px);
        height: -moz-calc(100vh / 3 - 61px);
        height: calc(100vh / 3 - 61px);
    }

    .event-notifications {
        margin-bottom: 0;
    }

    ul.participants::-webkit-scrollbar {
        width: 0;
    }
}


/* ---------------------------------- L I S T I N G S----------------------------- */

.layout-content-body {
    padding: 15px 15px 35px;
}

.listing-page,
.faq {
    float: none;
    width: auto;
    padding: 50px 6% 30px;
}

.listing-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #d6dee5;
    margin: auto;
}

.listing-container.premium {
    background: rgba(255, 255, 255, 0.75);
    margin-bottom: 20px;
    border-bottom: 0;
    padding: 20px 0;
    -webkit-box-shadow: 0 0 19px -10px rgba(46, 55, 77, 0.4);
    -moz-box-shadow: 0 0 19px -10px rgba(46, 55, 77, 0.4);
    box-shadow: 0 0 19px -10px rgba(46, 55, 77, 0.4);
}

.listing-container.premium .member-container>a {
    padding: 15px 10px 0 10px;
    padding-bottom: 0;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    margin: 10px;
}

.listing-container.premium .member-avatar-box .multiply {
    display: none;
}

.listing-container.premium .crown {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
}

.listing-container.premium .crown:hover .text {
    width: 75%;
}

.listing-container.premium .member-container {
    border-bottom: 0;
    margin-bottom: 0;
}

.listing-container.premium .crown .text {
    color: #f59a00;
    width: 0;
    overflow: hidden;
    display: inline-block;
    line-height: 1;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
}

.listing-container.premium .crown .icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url('../images/icons/crown.svg');
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.listing-page .title-bar,
.faq .title-bar {
    margin-bottom: 50px;
}

.listing-page h1.title-bar-title,
.faq h1.title-bar-title {
    font-size: 34px;
    margin-bottom: 15px;
    color: #414547;
    font-weight: 700;
}

span.ttl-line {
    display: inline-block;
    height: 1px;
    width: 100%;
    background: #d6dee5;
}

span.ttl-line.start {
    margin-right: 15px;
}

span.ttl-line.end {
    margin-left: 15px;
}

.listing-page .title-bar-description,
.faq .title-bar-description {
    font-size: 16px;
    color: #686e72;
}

.member-container {
    border-bottom: 1px solid #d6dee5;
    margin-bottom: -1px;
}

.member-container>a {
    display: block;
    border-left: 1px solid #d6dee5;
    margin: 10px 0;
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 0 10px;
}

.member-avatar-box {
    width: 70%;
    padding-top: 70%;
    margin: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    margin-bottom: 10px;
}

.member-avatar-box>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.member-avatar-box>div img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    image-rendering: -webkit-optimize-contrast;
}

.member-avatar-box .badge {
    position: absolute;
    bottom: 2px;
    right: -8px;
    display: block;
    height: 13px;
    width: 13px;
    border: 1px solid #f2f5f8;
}

.member-avatar-box .round-img+.badge {
    bottom: 10%;
    right: 10%;
}

.member-avatar-box .multiply {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fafafa;
    mix-blend-mode: multiply;
}

.member-title {
    color: #2c3e50;
    margin-bottom: 15px;
    margin-top: 7px;
    text-align: center;
}


/* ---------------------------------- L I S T I N G S    E N D----------------------------- */

@media (max-width: 992px) {

    .modal.min {
        left: 60px;
    }
}

@media (min-width: 521px) and (max-width: 767px) {

    #seventh-tab-info .flex-container>div:nth-child(4n+1) .org-container {
        border-left: none;
    }
}

@media (max-width: 768px) {
    .layout-main .event-page.profile {
        margin: 0;
    }

    .event-page h1.profile-name.profile-name {
        font-size: 36px;
    }

    .event-page .profile-header {
        height: 100%;
        display: block;
    }

    .event-page h1.profile-name.profile-name {
        font-size: 30px;
    }

    .flex-container.flex-container>div {
        width: 25%;
    }

    .all-brands-conttainer {
        padding: 15px 0 10px;
    }

    .modal.min {
        left: 0;
    }
}

@media (max-width: 520px) {
    .events-wrapper.past-events>div.row>div {
        padding: 0px 40px;
    }

    .profile-body .tabs-menu a {
        margin: 0 10px;
    }

    .flex-container.flex-container>div {
        width: 50%;
    }

    #seventh-tab-info .flex-container>div:nth-child(2n+1) .org-container {
        border-left: none;
    }

    ul.schedule {
        padding-left: 20px;
    }

    ul.timer-container li .numbers {
        margin: 0 5px;
        width: 65px;
        height: 65px;
    }

    p.event-today {
        margin-top: 60px;
    }

    /* listing */
    .member-container {
        width: 50%;
    }

    .member-container:nth-child(2n+1)>a {
        border-left: none;
    }
}

.dashboard .profile-avatar {
    background: rgba(255, 255, 255, 0.07);
    padding: 10px;
    width: 150px;
    height: 150px;
}

.dashboard .profile-avatar .profile-avatar-img {
    background: none;
}


.chat-text-left,
chat-text-right {
    white-space: pre-inline;
}

@media (max-width: 1200px) {

    .schedule-container>div>div {
        width: 100%;
    }

    .schedule-container>div>div.left-container {
        margin-bottom: 25px;
    }
}