.select2 .selection {
    position: relative;
    display: block;
    right: auto;
    bottom: auto;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.select2 .select2-selection {
    height: 54px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: 2px solid transparent;
    outline: none !important;
    background: #fff;
}

.select2 .select2-selection.dark {
    background-color: #2f3252;
}

.select2 .select2-selection.dark .select2-selection__rendered {
    color: #fff !important;
}

.select2 .select2-selection__rendered {
    padding-left: 22px !important;
    font-size: 13px;
    color: #242542 !important;
}

.select2 .select2-selection__arrow {
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
    width: 10px !important;
    height: 6px !important;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23858798' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E%0A");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.select2 .select2-selection__arrow b {
    display: none !important;
}

.select2.select2-container--open {
    z-index: 9999;
}

.select2.select2-container--open .select2-selection {
    border: 2px solid #3f4567;
    border-radius: 10px !important;
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
}

.select2.select2-container--open .select2-selection__rendered {
    color: #3f4567 !important;
}

.select2.select2-container--open .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg) !important;
}

.select2.select2-container--open .dark {
    border-color: #fff !important;
}

.select2-dropdown {
    border: 2px solid #3f4567 !important;
    border-radius: 10px !important;
    overflow: hidden;
    top: 5px !important;
}

.select2-dropdown--above {
    top: -5px !important;
}

.select2-dropdown .select2-search__field {
    background-color: #f1f2f6 !important;
    border: none !important;
    border-radius: 10px;
    font-size: 13px;
    padding: 17px 14px 18px;
    color: #858798 !important;
}

.select2-dropdown .select2-search__field:focus {
    outline: none !important;
}

.select2-dropdown.dark {
    border-color: #2f3252 !important;
    background-color: #2f3252 !important;
}

.select2-dropdown.dark .select2-search__field {
    background-color: #3f4567 !important;
    color: #fff !important;
}

.select2-dropdown.dark .select2-results__options::-webkit-scrollbar-track {
    background-color: rgba(63, 69, 103, 0.5) !important;
}

.select2-dropdown.dark .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #3f4567 !important;
}

.select2-search--dropdown {
    padding: 10px 10px 0 10px !important;
}

.select2-results {
    padding: 10px 0 0 10px !important;
}

.select2-results__options {
    padding-bottom: 10px;
}

.select2-results__options::-webkit-scrollbar-track {
    background-color: #f1f2f6 !important;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #e4e6eb !important;
}

.select2-results__option {
    border-radius: 10px !important;
    padding: 17px 14px 18px;
    font-size: 13px;
    color: #858798 !important;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: background-color, color;
}

.select2-results__option--highlighted[aria-selected] {
    background-color: #3f4567 !important;
    color: #fff !important;
}

.select2-results__option--highlighted[aria-selected]:focus {
    border: solid 1px #5f75ee;
}

.select2-results__option[aria-selected=true] {
    background-color: #3f4567 !important;
    padding-left: 32px !important;
    color: #fff !important;
    position: relative;
}

.select2-results__option[aria-selected=true]:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' class='svg-inline--fa fa-check fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%232fd326' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3E%3C/path%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overflow-hidden {
    overflow: hidden;
}

.ajax-modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #858798;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    padding: 60px 0;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: opacity, visibility;
    backdrop-filter: blur(12px);
}

.ajax-modal-wrap.show {
    opacity: 1;
    visibility: visible;
}

.ajax-modal-wrap__container {
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.ajax-modal {
    position: relative;
    z-index: 1;
    color: #858798;
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    min-width: 600px;
}

.ajax-modal__overlay {
    height: auto;
    max-height: calc(100vh - 60px);
    max-width: 676px;
    padding: 26px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    z-index: 9;
    overflow-y: auto;
}

@media screen and (max-width: 700px) {
    .ajax-modal__overlay {
        min-width: 350px;
    }
}

@media screen and (min-width: 1280px) {
    .ajax-modal__overlay .ajax-modal-events,
    .ajax-modal__overlay .ajax-modal__overlay-title {
        display: none;
    }
}

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

.ajax-modal__overlay-close {
    position: absolute;
    top: -25px;
    right: -25px;
    font-size: 25px;
    z-index: 700;
}

.ajax-modal__overlay-close button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: none;
    font-size: 16px;
}

.ajax-modal__button {
    margin-top: 20px;
}

.ajax-modal__button__dual {
    display: flex;
    margin-top: 20px;
}

.ajax-modal__button__dual .button {
    display: flex;
    width: auto;
    padding: 0 20px;
    margin-right: 20px;
    color: #fff;
}

.ajax-modal__button button {
    width: 100%;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: background-color;
    color: #fff;
}

.ajax-modal__overlay-title {
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    color: #242542;
}

.ajax-modal__speaker-block {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    max-width: 676px;
    flex-shrink: 0;
}

.ajax-modal__speaker-block:after {
    content: "";
    display: block;
}

.ajax-modal__holder-centered {
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
    height: calc(100vh - 300px);
    overflow-y: scroll;
}

.ajax-modal__holder-centered__col40 {
    width: 40%;
    padding: 0 10px;
}

.ajax-modal__holder-centered__col30 {
    width: 40%;
    padding: 0 10px;
}

.ajax-modal__holder-centered__col60 {
    width: 60%;
    padding: 0 10px;
}

.ajax-modal__holder-centered__col80 {
    width: 80%;
    padding: 0 10px;
}

.ajax-modal__holder-centered__col100 {
    width: 100%;
    padding: 0 10px;
}

.ajax-modal__holder-centered .input-container label {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    cursor: pointer;
    display: flex;
}

.ajax-modal__holder-centered .input-container textarea {
    border-radius: 10px;
    border: none;
    background-color: #2f3252;
    outline: none;
    padding: 18px;
    width: 100%;
    color: #fff;
}

.ajax-modal__holder-centered .input-container textarea:focus {
    outline: none;
}

.ajax-modal__holder-centered .input-container textarea::placeholder {
    color: #858798;
}

.ajax-modal__holder-centered.no-scroll {
    height: auto;
    overflow-y: hidden;
}

.ajax-modal__holder-centered form {
    display: flex;
    width: 100%;
}

.ajax-modal__holder-centered .select2-container {
    width: 100% !important;
    z-index: 9999 !important;
}

.ajax-modal__holder-centered .select2 .select2-selection {
    width: 100% !important;
    background-color: #2f3252;
}

.ajax-modal__holder-centered .select2.select2-container--open .select2-selection__rendered {
    color: #fff !important;
}

.ajax-modal__holder-centered .select2 .select2-selection__rendered {
    color: #fff !important;
}

.ajax-modal__holder-centered .form-response {
    font-weight: bold;
    padding: 10px 0;
}

.ajax-modal__holder-centered .form-response.ok {
    color: #2fd326;
}

.ajax-modal__holder-centered .form-response.error {
    color: #e61657;
}

.ajax-modal__holder-centered img.qr {
    display: flex;
    align-self: center;
}

.ajax-modal__speaker-info {
    position: absolute;
    left: 0;
    bottom: 18px;
    backdrop-filter: blur(15px);
    padding: 16px 30px;
    background-color: rgba(36, 37, 66, 0.3);
    color: #fff;
    border-radius: 0 10px 10px 0;
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.ajax-modal__speaker-name {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.ajax-modal__speaker-position {
    font-size: 14px;
}

.ajax-modal__content-block {
    font-size: 12px;
    margin-bottom: 20px;
}

.ajax-modal__action-button {
    color: #fff;
    justify-content: flex-start;
    width: 100%;
    margin-top: 10%;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: background-color;
}

.ajax-modal__action-button svg {
    margin-left: 25px;
    margin-right: 15px;
    font-size: 18px;
}

.ajax-modal__time-range {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.ajax-modal__time-range .input-container {
    flex: 1;
}

.ajax-modal-right-content {
    position: relative;
    z-index: 1;
    margin-left: 25px;
    max-width: 840px;
    font-size: 13px;
    display: none;
}

@media screen and (min-width: 1280px) {
    .ajax-modal-right-content {
        display: block;
    }
}

.ajax-modal-right-content__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .ajax-modal-events {
        margin-bottom: 30px;
    }
}

.ajax-modal-events__item {
    background-color: #2f3252;
    border-radius: 5px;
    padding: 25px 20px;
    margin-bottom: 10px;
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    display: flex;
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .ajax-modal-events__item {
        border-radius: 10px;
        flex-direction: column;
        padding: 20px;
    }
}

.ajax-modal-events__status {
    background-color: #e61657;
    border-radius: 0 5px 5px 0;
    padding: 6px 20px 6px 30px;
    display: inline-block;
    margin: 0 0 20px -20px;
}

@media screen and (max-width: 1279px) {
    .ajax-modal-events__status {
        margin-bottom: 10px;
    }
}

.ajax-modal-events__left {
    flex-shrink: 0;
    margin-right: 30px;
}

.ajax-modal-events__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 21px;
}

@media screen and (max-width: 1279px) {
    .ajax-modal-events__title {
        font-size: 15px;
        margin-bottom: 5px;
    }
}

.ajax-modal-events__content {
    color: #858798;
}

.ajax-modal-events__info {
    margin: 0 0 0 11px;
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 1279px) {
    .ajax-modal-events__info {
        margin-left: 0;
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .ajax-modal-events__info li {
        width: 50%;
    }
}

.ajax-modal-events__info li {
    margin-bottom: 6px;
}

.ajax-modal-events__info li svg {
    margin-right: 8px;
}

.ajax-modal-events__calendar {
    background-color: #3f4567;
    border-radius: 5px;
    padding: 6px 14px 6px 11px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-left: -11px;
}

.ajax-modal-events__calendar svg {
    margin-right: 9px;
}

.holder_checkbox {
    display: flex;
    padding-left: 18px;
    padding-right: 30px;
}

.dashboard-events-item__description .checkbox-containers .input-container .holder-checkbox input {
    appearance: none;
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #858798;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    position: relative;
    padding: 0;
    flex-shrink: 0;
}

label.ala {
    color: white;
}

.dashboard-events-item__description .checkbox-containers .input-container .holder-checkbox input:after {
    content: '';
    width: 11px;
    height: 11px;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: none;
    position: absolute;
    background-image: url("/resources/images/marketplace/check.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.dashboard-events-item__description .checkbox-containers .input-container .holder-checkbox input:hover {
    background-color: #2fd326;
}

.dashboard-events-item__description .checkbox-containers .input-container .holder-checkbox input:checked {
    background-color: #2fd326;
    width: 15px;
    height: 15px;
    border: none;
    z-index: 3;
}

.dashboard-events-item__description .checkbox-containers .input-container .holder-checkbox input:checked:after {
    display: block;
}

.dashboard-events-item__description .checkbox-containers {
    border-top: 2px #ccc dashed;
    padding-top: 5px;
    display: flex;
    width: 100%;
    align-items: center;
}

.dashboard-events-item__description .checkbox-containers .input-container {
    display: flex;
    width: 33%;
    justify-content: center;
}

.dashboard-events-item__description .checkbox-containers .input-container .holder-checkbox {
    display: flex;
}

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

.ajax-modal__speaker-block img {
    border-radius: 50%;
    max-width: 250px;
}