@font-face {
    font-family: "Futura PT";
    src: url("/assets/fonts/futura/FuturaPTBold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Futura PT";
    src: url("/assets/fonts/futura/FuturaPTHeavy.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Futura PT";
    src: url("/assets/fonts/futura/FuturaPTMedium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Futura PT Book";
    src: url("/assets/fonts/futura/FuturaPTBook.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


:root {
    --bs-body-bg: rgba(255, 255, 255, 1);
    --custom-color-icon: rgba(39, 39, 39, 1);
    --bs-primary: rgba(159, 14, 193, 1);
    --bs-muted: rgba(39, 39, 39, 1);
    --bs-secondary-color: rgba(39, 39, 39, .8);
    --bs-card-color: rgba(39, 39, 39, 1);
    --bs-body-color: var(--bs-body-color);
    --bs-border-color: rgba(39, 39, 39, 1);
    /* --bs-border-color: var(--bs-card-color); */
    --bs-custom-color: rgba(240, 240, 240, 1);
    --bs-btn-hover-color: 
    color: var();
    background-color: var(--bs-btn-hover-bg);
}
[data-bs-theme=dark]:root {
    --bs-body-bg: rgba(31, 31, 31, 1);
    --custom-color-icon: rgba(240, 240, 240, 1);
    --bs-muted: rgba(240, 240, 240, 1);
    --bs-secondary-color: rgba(240, 240, 240, .8);
    --bs-card-color: rgba(240, 240, 240, 1);
    /* --bs-border-color: var(--bs-card-color); */
    --bs-border-color: rgba(240, 240, 240, 1);
    --bs-custom-color: rgba(31, 31, 31, 1);
}
[data-bs-theme=dark][data-color-theme=Blue_Theme]:root, 
[data-bs-theme=light][data-color-theme=Blue_Theme]:root {
    --bs-primary: rgba(159, 14, 193, 1);
}
[data-bs-theme=dark] .table {
    --bs-table-bg: rgba(31, 31, 31, 1);
}
[data-bs-theme=dark] .table>:not(caption)>*>* {
    color: rgba(240, 240, 240, 1) !important;
}
[data-bs-theme=dark] .card {
    --bs-card-title-color: #eaeff4;
    --bs-card-subtitle-color: rgba(240, 240, 240, 1);
}
[data-bs-theme=dark] .form-control, 
[data-bs-theme=dark] .form-select,
[data-bs-theme=dark] .form-control:focus, 
[data-bs-theme=dark] .form-select:focus {
    border-color: rgba(240, 240, 240, 1) !important;
    color: rgba(240, 240, 240, 1);
    background-color: rgba(31, 31, 31, 1) !important;
}
.form-control:focus {color: rgba(31, 31, 31, 1);}
[data-bs-theme=dark] .form-control:focus {color:rgba(240, 240, 240, 1);}
.form-control:focus {border-color: rgba(31, 31, 31, 1);}
[data-bs-theme=dark] .form-control:focus {border-color:rgba(240, 240, 240, 1);}

[data-bs-theme=dark] .cke_button_label, [data-bs-theme=dark] .cke_combo_text, [data-bs-theme=dark] .col-form-label, [data-bs-theme=dark] .dtp .dtp-picker-time>a, [data-bs-theme=dark] .dtp table.dtp-picker-days tr>td>a, [data-bs-theme=dark] .dtp table.dtp-picker-days tr>th, [data-bs-theme=dark] .form-label, [data-bs-theme=dark] .noUi-tooltip, [data-bs-theme=dark] .picker, [data-bs-theme=dark] .ql-snow .ql-picker.ql-header .ql-picker-item::before, [data-bs-theme=dark] .ql-snow .ql-picker.ql-header .ql-picker-label::before, [data-bs-theme=dark] .text-dark {
    color: rgba(240, 240, 240, 1) !important;
}
.form-text, .text-muted {
    letter-spacing: 1px;
}
.EasyMDEContainer .CodeMirror {
    border: 1px solid var(--bs-card-color);
    color: var(--bs-card-color);
    background-color: var(--bs-body-bg) !important;
}
[data-bs-theme=dark] .daterangepicker .ranges li:hover, [data-bs-theme=dark] .daterangepicker td.available:hover, [data-bs-theme=dark] .daterangepicker th.available:hover, [data-bs-theme=dark] .ql-snow .ql-picker-options, [data-bs-theme=dark] .select2-container--classic .select2-dropdown, [data-bs-theme=dark] .select2-container--classic .select2-selection--single, [data-bs-theme=dark] .select2-container--default .select2-selection--multiple, [data-bs-theme=dark] .select2-container--default .select2-selection--single, [data-bs-theme=dark] .select2-dropdown {
    background-color: rgba(31, 31, 31, 1);
    color: rgba(240, 240, 240, 1);
}
.select2-selection, .form-control, .editor-toolbar {
    border-color: var(--bs-border-color) !important;
}
.btn-default, .btn-default:hover, .btn-default:focus {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}






#main-wrapper {
    padding-top: 0;
    background-color: transparent !important;
}
.custom__svg_icon path {stroke: var(--custom-color-icon);}
.topbar .navbar .navbar-nav .nav-item .nav-link:hover {
    color: transparent;
    background: transparent;
}
body {
    font-family: "Futura PT", Arial, Helvetica, sans-serif !important;
    overflow-x: hidden;
    background: rgba(246, 246, 246, 1);
    color: rgba(39, 39, 39, 1);
}
[data-bs-theme=dark] body {
    color: rgba(240, 240, 240, 1);
    background: rgba(31, 31, 31, 1);
}
.topbar {
    margin: 0 0 16px !important;
    box-shadow: none;
    border-radius: 0;
    background: transparent !important;
}
.topbar .navbar {
    margin: 0 -15px;
    padding: 0 15px;
    background: rgba(255, 255, 255, 1);
}
[data-bs-theme=dark] .topbar .navbar {background: rgba(38, 38, 38, 1);}
[data-bs-theme=dark] #main-wrapper {
    background: rgba(31, 31, 31, 1) !important;
}
.page-wrapper {
    margin: 0 auto;
    padding-bottom: 144px;
    /*max-width: 600px;*/
}
.body-wrapper .container-fluid {
    position: relative;
    box-sizing: border-box;
}
.expo__menu {
    position: fixed;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    border-radius: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
    padding: 0 0 16px;
}
.expo__menu_in {
    width: 100%;
}
.expo__menu_in .nav-pills {
    width: 100%;
    display: flex;
    padding: 12px 24px;
    justify-content: space-between;
    align-items: center;
}
.expo__menu .user-profile-tab .nav-item .nav-link {
    padding: 7px !important;
    gap: 0 6px;
    color: rgba(120, 120, 120, 0.6);
}
.expo__menu .user-profile-tab .nav-item .nav-link.active {
    border: none;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(159, 14, 193, 1);
    border-radius:10px;
}
.nav-item__icon {
    color: rgba(39, 39, 39, 1);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
[data-bs-theme=dark] body {
    background-color: rgba(31, 31, 31, 1);
}
[data-bs-theme=dark] .nav-item__icon {
    color: rgba(240, 240, 240, 1);
}
[data-bs-theme=dark] .expo__menu {
    background: rgba(38, 38, 38, 1);
}
[data-bs-theme=dark] .expo__menu .user-profile-tab .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.6);
}
[data-bs-theme=dark] .expo__menu .user-profile-tab .nav-item .nav-link.active {
    color: rgba(255, 255, 255, 1);
    
}

.expo__menu .user-profile-tab .nav-item .nav-link.active .nav-item__icon {color: rgba(255, 255, 255, 1);}
/*
@media (max-width: 1299.98px) {
    .left-sidebar {
        display: none;
    }
}
@media (max-width: 599.98px) {
    .left-sidebar {
        display: unset;
    }
}*/


.sidebar-nav ul .sidebar-item .sidebar-link {
    color: var(--bs-dark);
    display: flex;
    white-space: nowrap;
    align-items: center;
    line-height: 25px;
    position: relative;
    margin: 5px 0 !important;
    padding: 5px 0;
    font-size: 15px;
    text-decoration: none;
}
.left-sidebar {
    /*width: 300px;*/
    background-color: rgba(246, 246, 246, 1);
    position: fixed;
    transition: .2s ease-in;
    height: calc(100% - 100px);
    z-index: 13;
    box-shadow: 0 2px 6px rgba(37, 83, 185, .1);
    border-radius: 1.125rem;
}
[data-bs-theme=dark] .left-sidebar {
    background-color:rgba(31, 31, 31, 1);
}
.left-sidebar .brand-logo .sidebartoggler,
.left-sidebar .brand-logo .sidebartoggler:hover {color: rgba(39, 39, 39, 1);}

[data-bs-theme=dark] .left-sidebar .brand-logo .sidebartoggler, 
[data-bs-theme=dark] .left-sidebar .brand-logo .sidebartoggler:hover {color: rgba(240, 240, 240, 1);}

.left-sidebar .brand-logo .sidebartoggler .ti {font-weight: 700;}
.sidebar-nav ul .sidebar-item .sidebar-link {
    color: rgba(39, 39, 39, 1);
    display: flex;
    white-space: nowrap;
    align-items: center;
    position: relative;
    margin: 15px 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.2em;
    text-decoration: none;
    gap: 0 12px;
}
[data-bs-theme=dark] .sidebar-nav ul .sidebar-item .sidebar-link {
    color: rgba(240, 240, 240, 1);
}
.left-sidebar {
    background-image: url('/assets/images/sidebar-dark.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
#main-wrapper {
    overflow-x: hidden;
}

.expbnr {
    color: #F0F0F0;
    display: flex;
    max-width: 400px;
    height: auto;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 500px;
    margin: 0 0 24px;
}
.expbnr__inner {
    padding-top: 63px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}
.expbnr__title {
    margin: 0 0 9px;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: rgba(240, 240, 240, 1);
}
.expbnr__desc {
    color: rgba(240, 240, 240, 1);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 24px;
}
.expbnr__btn {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    width: 136px;
    padding: 12px 0;
    background: rgba(159, 14, 193, 1);
    color: #fff;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.expbnr__img {
    display: flex;
    width: 100%;
    height: auto;
}
.body-wrapper .container-fluid {
    padding: 0 16px;
}
.expmn {
    margin: 0 -16px 24px;
}
.expmn__img {
    display: flex;
    height: auto;
    width: 100%;
}
.explnks {
    display: flex;
    gap: 14px;
    flex-direction: column;
}
.explnks__item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 12px 8px 12px 16px;
    gap: 8px;
    background: rgba(56, 26, 71, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 12px;
}
.explnks__item span {
    margin-right: auto;
}
.expmn__title {
    color: rgba(39, 39, 39, 1);
    margin: 0 0 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.expmn__title p {
    margin: 0;
}
[data-bs-theme=dark]  .expmn__title {
    color: rgba(255, 255, 255, 1);
}

.expmn__times {
    margin: 0 0 24px;
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.expmn__time {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 5px;
    color: rgba(39, 39, 39, 1);
    font-family: Futura PT;
    font-size: 14px;
    line-height: 22px;
}
.expmn__time_icon {
    color: rgba(120, 120, 120, 0.6);
    transform: translateY(3px);
}
[data-bs-theme=dark] .expmn__time {color: rgba(240, 240, 240, 1);}
[data-bs-theme=dark] .expmn__time_icon {color: rgba(255, 255, 255, 0.6);}
.exptt {
    background: rgba(255, 255, 255, 1);
    margin: 0 -15px 1px;
    padding: 12px 16px;
}
[data-bs-theme=dark] .exptt {
    background: rgba(38, 38, 38, 1);
    color: rgba(240, 240, 240, 1);
}
[data-bs-theme=dark] .exptt a {
    color: rgba(240, 240, 240, 1);
}
.exptt__header {
    display: flex;
    margin: 12px 0 0;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    gap: 0 24px;
}
.exptt__speaker {
    margin: 0 0 8px;
}
.exptt__desc {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
.exptt__place {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

}
.exptt__slbox {
    position: relative;
    padding: 0 0 10px;
    margin: 0 -15px 10px;
    display: flex;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    gap: 8px;
    white-space: nowrap;
    overflow-x: auto;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    cursor: pointer;
}
.exptt__slbox::-webkit-scrollbar-track {
    background-color: transparent;
}

.exptt__slbox::-webkit-scrollbar {
    display: none;
    background-color: transparent;
}

.exptt__slbox::-webkit-scrollbar-thumb {
    background-color: transparent;
}
.exptt__imgs {
    margin: 0 0 12px;
    display: flex;
    width: 100%;
    gap: 8px;
}
.exptt__imgs img {
}
.exptt__sl {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    border-radius: 11px;
    transition: all .3s ease-out;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: rgba(39, 39, 39, 1);
    white-space: nowrap;
}
.exptt__sl-active {
    background-color: rgba(39, 39, 39, 1);
    color: rgba(246, 246, 246, 1);
}
[data-bs-theme=dark] .exptt__sl {
    color: rgba(240, 240, 240, 1);
}
[data-bs-theme=dark] .exptt__sl-active {
    color: rgba(31, 31, 31, 1);
    background: rgba(240, 240, 240, 1);
}
.exptt__r {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
}
.exptt__r-8 {background-color: rgba(159, 14, 193, 1);}
.exptt__r-9 {background-color: rgba(255, 198, 0, 1);}
.exptt__r-10 {background-color: rgba(72, 130, 255, 1);}
.exptt__r-11 {background-color: #1F1F1F;}
.exptt__r-12 {background-color: #0270CC;}
.exptt__r-13 {background-color: #d93b38;}

.exptt__join {
    display: inline-flex;
    margin: 12px 0 0;
    background: rgba(159, 14, 193, 1);
    color: rgba(240, 240, 240, 1);
    padding: 8px 12px;
    border-radius: 11px;
    cursor: pointer;
}
.exptt__join-active {
    background: rgba(246, 246, 246, 1);
    color: rgba(39, 39, 39, 1);
}
[data-bs-theme=dark] .exptt__join-active {
    background: rgba(31, 31, 31, 1);
    color: rgba(240, 240, 240, 1);
}
.exptt__search {
    background: rgba(255, 255, 255, 1);
    display: flex;
    gap: 0 12px;
    margin: 0 0 16px;
    padding: 10px 16px;
    width: 100%;
    border-radius: 11px;
    align-items: center;
}
.exptt__search_icon {
    color: rgba(39, 39, 39, 1);
}
.exptt__search_input {
    color: rgba(39, 39, 39, 1);
    outline: none;
    border: none;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    flex-grow: 1;
    box-shadow: none !important;
    background: transparent !important;
}
.exptt__search_input::placeholder {
    font-family: 'Futura PT' !important;
    color: rgba(39, 39, 39, 1) !important;
    font-size: 15px;
    line-height: 22px;
    opacity: 1 !important;
}
.exptt__empty {
    text-align: center;
    font-family: 'Futura PT Book';
    font-size: 18px;
    line-height: 24px;
}
[data-bs-theme=dark] .exptt__search {
    background-color: rgba(38, 38, 38, 1);
}
[data-bs-theme=dark] .exptt__search_icon,
[data-bs-theme=dark] .exptt__search_input,
[data-bs-theme=dark] .exptt__search_input::placeholder {
    color: rgba(240, 240, 240, 1) !important;
}

.exprm {
    display: flex;
    background: rgba(255, 255, 255, 1);
    margin: 0 0 16px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px 15px;
    border-radius: 12px;
}
[data-bs-theme=dark] .exprm {color: rgba(240, 240, 240, 1); background: rgba(38, 38, 38, 1);}

.exprm__t {
    margin: 0 0 2px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.exprm__d {
    font-family: "Futura PT Book";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.exprm__title {
    font-family: 'Futura PT';
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 16px;
}
[data-bs-theme=dark] .exprm__title {color: rgba(240, 240, 240, 1); }

.expqr__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    margin: 0 0 12px;
}
.expqr__desc {
    font-family: 'Futura PT Book';
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 16px;
}

.expqr__img {
    border: 1px solid rgba(236, 236, 236, 1);
    padding: 40px;
    box-sizing: border-box;
    border-radius: 40px;
    background: #fff;
}
.expspk__img {
    border-radius: 20px;
    margin: 0 auto 20px;
    width: 200px;
    padding: 4px;
    background: linear-gradient(90deg, #f3A100 0%, #ff4f00 100%);
}
.expspk__imgbox {
    width: 100%;
}
.expspk__imgbox img {
    width: 100%;
    border-radius: 16px;
}
.expspk .exptt__desc {
    margin: 0 0 32px;
}
.expspk__title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 8px;
}
.expspk__desc {
    font-family: 'Futura PT Book';
    font-size: 18px;
    line-height: 24px;
}
.expspk__speaker_title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 22px;
}
.expspk .exptt__speaker {
    margin: 0 0 16px;
}
.expspk .exptt__speaker .exptt__speaker_name {
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.expspk .exptt__join {
    width: 100%;
    text-align: center;
    background: rgba(159, 14, 193, 1);
    color: rgba(240, 240, 240, 1);
    justify-content: center;
    padding: 12px 0;
}
.expspk .exptt__join-active {
    color: rgba(39, 39, 39, 1);
    background: rgba(255, 255, 255, 1);
}
[data-bs-theme=dark] .expspk .exptt__join-active {
    color: rgba(240, 240, 240, 1);
    background: rgba(38, 38, 38, 1);
}

.exptt__slbox  .swiper-slide {
    width: auto;
    padding-left: 8px;
    position: relative;
}
.exptt__slbox  .swiper-slide:last-child {
    padding: 0 8px;
}
.exprm__filter {
    display: flex;
    margin: 0 0 16px;
    border: 2px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    width: 100%;
}
.exprm__filter_btn {
    width: 50%;
    display: inline-flex;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    line-height: 22px;
    border-radius: 16px;
    text-align: center;
    padding: 8px 0;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-out;
}
.exprm__filter_btn-active {
    background: rgba(159, 14, 193, 1);
    color: rgba(255, 255, 255, 1);
}
[data-bs-theme=dark] .exprm__filter {
    background: rgba(38, 38, 38, 1);
    border: 2px solid rgba(38, 38, 38, 1);
}
[data-bs-theme=dark] .exprm__filter_btn {
    color: rgba(255, 255, 255, 1);
}

.expexp {
    background: rgba(255, 255, 255, 1);
    margin: 0 -15px 1px;
    padding: 12px 16px;
    display: flex;
    gap: 0 12px;
}

[data-bs-theme=dark] .expexp {
    background: rgba(38, 38, 38, 1);
    color: rgba(240, 240, 240, 1);
}
.expexp__content {
    flex-grow: 1;
}
.expexp__img {
    min-width: 100px;
    width: 100px;
}
.expexp__title {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 22px;
    display: block;
    color: rgba(39, 39, 39, 1);
}
.expexp__desc {
    font-family: 'Futura PT Book';
    font-size: 16px;
    line-height: 22px;
}
[data-bs-theme=dark] .expexp__title {
    color: rgba(240, 240, 240, 1);
}
.expexp__btns {
    display: flex;
    gap: 0 16px;
}
.expexp__img {
    width: 100%;
    margin: 0 0 24px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.expexp__img img {
    max-width: 300px;
    height: auto;
    display: block;
}

.regxp {
    display: flex;
    width: 100%;
    height: 100%;
}
.regxp__inner {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.regxp__step {
    display: none;
}
.regxp__step-active {
    display: flex;
}
.regxp__header {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0 0 24px;
    padding: 8px;
    position: relative;
    background: rgba(240, 240, 240, 1);
}
.regxp__header_rightbtn {
    position: absolute;
    right: 2px;
    top: calc(50% - 20px);
}
[data-bs-theme=dark] .regxp__header {
    background: rgba(38, 38, 38, 1);
}
.regxp__authed {
    position: absolute;
    right: 8px;
    top: calc(50% - 21px);

}
.regxp__authed img {
    border-radius: 50%;
    width: 42px;
    height: 42px;
}
.regxp__back {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.regxp__title {
    flex-grow: 1;
    padding-right: 56px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}
.regxp__view {
    
}
.regxp__view_welcome {
    display: flex;
    justify-content: center;
}
.regxp__view_welcome img {
    max-width: 100%;
    height: auto;
    display: block;
}
.regxp__qr {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.regxp__qr_img {
    display: flex;
    justify-content: center;
}
.regxp__qr_title {
    font-weight: 700;
    padding: 20px 0 40px;
}
.regxp__btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 64px;
    margin-top: auto;
}
.regxp__btn {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    color: rgba(38, 38, 38, 1);
    background: rgba(240, 240, 240, 1);
    border: none;
    outline: none;
}
[data-bs-theme=dark] .regxp__btn {
    background: rgba(38, 38, 38, 1);
    color: rgba(255, 255, 255, 1);
}

.regxp__btn-purple, 
[data-bs-theme=dark] .regxp__btn-purple {
    background: rgba(159, 14, 193, 1);
    color: rgba(255, 255, 255, 1);
}

.regxp__step-0 .regxp__btns {
    flex-direction: column;
    gap: 24px;
    max-width: 390px;
    margin: 0 auto;
}
.regxp__view_searchempty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}
.regxp__view_searchempty_title {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
.regxp__view_member, .regxp__view_form {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px;
    align-items: center;
    justify-content: center;
}
.regxp__view_member__imgs {
    margin: 0 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.regxp__view_member__speaker {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;
    margin: 0 0 8px;
}
.regxp__view_member__speaker-org {
    padding: 8px;
    border-radius: 12px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.2em;
    background: linear-gradient(135.96deg, #F8CA00 -1.73%, #FF6F1A 100%);
}
.regxp__view_member__desc {
    font-family: 'Futura PT Book';
    font-size: 16px;
    text-align: center;
}
.regxp__view_form__row {
    max-width: 400px;
    width: 100%;
    margin: 0 0 24px;
}
.regxp__view_form__row .form-label {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
}
.regxp__view_form__row .form-label {
    
}
.regxp__view_form__row .form-control:focus {
    background: inherit;
}

.regxp__view_form__row .form-control, 
.regxp__view_form__row .form-select {
    border-color: rgba(39, 39, 39, 1) !important;
}

[data-bs-theme=dark] .regxp__view_form__row .form-control, 
[data-bs-theme=dark] .regxp__view_form__row .form-select {
    border-color: rgba(92, 92, 92, 1) !important;
    color: rgba(240, 240, 240, 1);
    background-color: rgba(31, 31, 31, 1);
}
body[data-sidebartype=mini-sidebar] .left-sidebar img {
    width: 47px;
}
.alert {
    border-radius: 12px !important;
}
.btn {
    border-radius: 12px !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.btn-primary {
    background: rgba(159, 14, 193, 1) !important;
}
/* .btn:hover,
.btn:active, 
.btn:focus {
    
} */

.btn-group {
    gap: 8px;
}
.left-sidebar .sidebar-nav ul .sidebar-item .sidebar-link {
    transition: transform .3s ease-out;
}
.left-sidebar .sidebar-nav ul .sidebar-item .sidebar-link .hide-menu {
    max-width: 170px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
body[data-sidebartype="mini-sidebar"] .left-sidebar .sidebar-nav ul .sidebar-item .sidebar-link {
    transform: translateX(9px);    
    display: flex;
    align-items: center;
}
body[data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav ul .sidebar-item .sidebar-link {
    transform: translateX(0px);    
}
.left-sidebar .scroll-sidebar { 
    height: calc(100vh - 174px);    
}
@media (min-width: 1300px) {
    [data-layout="vertical"] body[data-sidebartype="mini-sidebar"] .left-sidebar .scroll-sidebar {
        padding: 0 12px;
        height: calc(100vh - 174px);
    }
}

body[data-sidebartype="mini-sidebar"] .left-sidebar:not(:hover) #sidebarnav .sidebar-item .secondary-hover-bg.active::before {
    width: calc(100% + 30px);
    margin: 0 -6px;
    border-radius: 0;
}

@media screen and (max-width: 600px) {
    .regxp__btns {
        gap: 0 32px;
    }
    .card-body-exponents {
        padding: 0 !important;
    }
}
#toast-container>:hover,
#toast-container {
    box-shadow: none !important;
}
#toast-container>div {
    opacity: 1 !important;
    border-radius: 12px;
}
.toast-success {
    background-color: #3ee48e!important;
}

.toast-error {
    background-color: #ff6a45!important;
}

.toast-info {
    background-color: #46caeb!important;
}

.toast-warning {
    background-color: #ffa42d!important;
}

.pulsing-char {
    font-size: 12px;
    color: #ff8000;
    animation: pulse 1s infinite;
    display: inline-block;
}


.pulsing-char {
    /* font-size: 48px; */
    color: #ff0000;
    animation: pulse 1s infinite;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s;
}

.pulsing-char:hover {
    transform: scale(1.2);
}

@keyframes pulse {
    0% {
        text-shadow: 0 0 2px #ff8000, 0 0 4px #ff8000;
        transform: scale(1);
    }
    50% {
        text-shadow: 0 0 10px #ff8000, 0 0 20px #ff8000, 0 0 30px #ff8000;
        transform: scale(1.05);
    }
    100% {
        text-shadow: 0 0 2px #ff8000, 0 0 5px #ff8000;
        transform: scale(1);
    }
}

#copyright {
    text-align: center;
    position: relative;
    top: 65px;
    color: #6f42c1;
}

.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.exp-ava {
    width: 200px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: white;
}
@media (max-width: 400px) {
    .exp-ava {
        width: 150px !important;
        height: 100px !important;
    }
}

.exphome {
    width: 100%;
    max-width: 400px;
}
.expm {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 20px;
}
.expm__row {
    display: flex;
    gap: 16px;
}
.expm__item {
    background: #381A47;
    border-radius: 20px;
    height: 100px;
    width: 100%;
    max-width: 400px;
    display: block;
    position: relative;
    overflow: hidden;
}
.expm__item-half {
    height: 171px;
}
.expm__item-big {
    height: 171px;
}
.expm__item_title {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    top: 13px;
    left: 16px;
    z-index: 2;
}

.expm__item_img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; 
    width:100%; 
    //height:100px; 
    top: 0; 
    bottom: 0; 
    right: 0; 
    z-index: 1; 
    object-fit: cover;
}

@media print {
    @page {
        margin: 0.5cm;
        padding: 0;
        size: auto; /* или specific size like A4 */
    }
    .offcanvas, #copyright {
        display: none;
    }
    
    #main-wrapper .left-sidebar,
    #main-wrapper .offcanvas ,
    #main-wrapper .modal,
    .modal,
    #main-wrapper #copyright,
    .topbar, .btn {
        display: none;
    }
    #main-wrapper * {
        page-break-after: avoid;
    }
    .page-wrapper, .body-wrapper, body, body * {
        min-height: unset;
        height: unset;
    }
    
}

.media_preview {
    height: 80px;
    aspect-ratio: 3/2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.select2-container--open {
    z-index: 10000;
}

.exptt__media {
    display: flex;
    gap: 13px;
}