[v-cloak] {
    display: none;
}

.cursor-unset {
    cursor: unset !important;
}

.bg-img-start {
    height: 32rem;
    background-image: url('../../../assets/admin/img/card-6.svg');
}

.oc-error {
    background-image: url('../../../assets/admin/img/oc-error.svg');
    height: 100px;
    background-size: cover;
    background-position: center;
}

.oc-error-light {
    background-image: url('../../../assets/admin/img/oc-error-light.svg');
    height: 100px;
    background-size: cover;
    background-position: center;
}


.login-form {
    max-width: 30rem;
}

.filter_dropdown {
    min-width: 22rem !important;
}

#datatableCounterInfo {
    display: none;
}

.customImageStyle {
    max-width: 15rem !important;
}

.addUserStepConfirmation {
    display: none;
}

.admin_dropdown_account {
    width: 16rem !important;
}

.form-label {
    margin-bottom: 0.3rem !important;
}

.form-switch .form-check-input {
    margin-top: -0.15rem !important;
}

.dynamic_form_remove_btn {
    right: 3.25rem !important;
}

.flag-btn {
    width: 30px !important;
    height: 30px !important;
    font-size: 12px !important;
}

.alert_image {
    width: 3rem !important;
    height: 3rem !important;
}

.avatar-square {
    border-radius: 2px !important;
}

.card-icon i {
    font-size: 25px;
    padding: 5px 10px;
    background-color: rgba(189, 197, 209, .2);
    border-radius: 5px;
}


.navbarNotificationsDropdown {
    width: 25rem;
}

.filter_dropdown {
    min-width: 22rem;
}

.dataTables-image {
    width: 10rem;
}

.dashboard-height {
    height: 25rem;
}

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

.dashboard-margin-top {
    margin-top: -19rem;
}

.chartjs-height {
    height: 18rem;
}

.chartjs-line-height {
    height: 3rem;
}

.sales-chart-height {
    height: 15rem;
}

.aside-sales-chart-height {
    min-height: 9rem;
}

.bar-chart-height {
    height: 18rem;
}

.circle-chart {
    height: 14rem;
}

.kycInfoImg {
    width: 220px;
    height: auto;
    border-radius: 5px;
}

.link-text i {
    font-size: 10px;
}

#Notiflix-Icon-success,
#Notiflix-Icon-failure,
#Notiflix-Icon-warning {
    fill: #fff !important;
}

.color-form-input {
    height: 42px;
}

.object-fit-contain {
    object-fit: contain;
}

#logoImg,
#faviconImg,
#adminLogoImg,
#adminDarkVersionLogo {
    min-height: 150px;
}

.adminDarkLogoUploader {
    background: #25282a !important;
}

.addAnotherOptionFieldTemplate {
    position: relative;
}

.btn-with-icon {
    width: 100% !important;
}


.remove-icon, .remove-icon-footer {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.ui-menu {
    width: 300px;
    background: #f9fafc;
    padding: 0 10px !important;
}

.ui-menu .ui-menu-item {
    list-style: none;
    padding: 5px !important;
    cursor: pointer;
}

.ui-menu .ui-menu-item:hover {
    background: #fff !important;
}

.ui-menu .ui-menu-item:last-child {
    padding-bottom: 5px !important;
}

.ui-helper-hidden-accessible {
    display: none;
}


.plugin-list .list-group-item {
    --bs-list-group-border-width: 0px !important;
}

#content_img {
    padding: 70px 0 !important;
}

/*datatable*/
#datatable_wrapper {
    position: relative;
    min-height: 200px;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    text-align: center;
    padding: 2px
}

.dataTables_processing > div:last-child {
    position: relative;
    width: 80px;
    height: 15px;
    margin: 1em auto
}

.dataTables_processing > div:last-child > div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #377dff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.dataTables_processing > div:last-child > div:nth-child(1) {
    left: 8px;
    animation: datatables-loader-1 .6s infinite
}

.dataTables_processing > div:last-child > div:nth-child(2) {
    left: 8px;
    animation: datatables-loader-2 .6s infinite
}

.dataTables_processing > div:last-child > div:nth-child(3) {
    left: 32px;
    animation: datatables-loader-2 .6s infinite
}

.dataTables_processing > div:last-child > div:nth-child(4) {
    left: 56px;
    animation: datatables-loader-3 .6s infinite
}

@keyframes datatables-loader-1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes datatables-loader-3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes datatables-loader-2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}

.datatable-custom-pagination {
    display: flex;
    flex-wrap: wrap;
}

.tom-select-custom .ts-dropdown .create, .tom-select-custom .ts-dropdown .no-results, .tom-select-custom .ts-dropdown .optgroup-header, .tom-select-custom .ts-dropdown .option {
    padding: 0.5rem 1.5rem 0.5rem 1rem !important;
}


.table-responsive.datatable-custom {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1650px) {
    .table-responsive.datatable-custom {
        overflow-x: auto;
    }
}

.text-cap {
    margin-bottom: 0.5rem !important;
}

.dynamic-feild-table {
    overflow-x: visible !important;
}


#add_kyc_form_table .js-add-field {
    box-shadow: none !important;
}

#basic_control .color_setting {
    box-shadow: none !important;
}

@media (max-width: 575px) {
    .dropdown-menu.dropdown-menu-end.dropdown-card.navbar-dropdown-menu.navbar-dropdown-menu-borderless.show {
        width: 300px !important;
        right: -50px;
    }

    #pushNotificationArea #accountNavbarDropdown,
    #pushNotificationArea #navbarNotificationsDropdown {
        width: 30px;
    }

    #pushNotificationArea #accountNavbarDropdown .avatar-img {
        aspect-ratio: 1;
        height: auto;
        margin-top: 10px;
    }
}

.language_card {
    --bs-card-spacer-y: 0.7rem !important;
}

.set-slug {
    padding: 0.125rem 0.5rem !important;
}

#newSlug {
    padding: 0.125rem 0.5rem !important;
}

#btn-ok {
    padding: 3px 5px !important;
}

#btn-cancel {
    padding: 3px 5px !important;
}

.custom-list {
    --bs-list-group-item-padding-y: 0.7rem
}

.note-editor .note-toolbar .note-color .dropdown-toggle {
    width: auto !important;
}

#edit_page .note-editor .note-frame .card {
    border-radius: 2px !important;
}

#edit_page .note-editor .note-toolbar {
    border-bottom: 1px solid #f1f1f1 !important;
}

.custom-block {
    border: 1px solid #ccc;
    padding: 10px;
    position: relative;
    margin: 10px 0;
    background: #f9f9f9 !important;
    color: #ed4c78 !important;
}

.custom-block-content {
    display: inline-block;
}

.delete-block {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    padding: 2px 6px;
}

.up-block {
    position: absolute;
    top: -18px;
    left: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    padding: 2px 6px;
}

.down-block {
    position: absolute;
    bottom: -18px;
    left: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    padding: 2px 6px;
}

#manage-menu .list-group-item {
    border: 1px solid #e7eaf3 !important;
    border-radius: 0.5rem !important;
}

#manage-menu .btn-icon.btn-sm {
    font-size: .8575rem !important;
    width: 0 !important;
    height: 0rem !important;
}

.page-link {
    min-width: 0px !important;
}

.filter_dropdown {
    transform: translate3d(-30px, 39.5px, 0px) !important;
}


@media (max-width: 767px) {
    .email-count {
        transform: rotate(0deg);
    }

    .email-card-thumbs-area {
        margin: auto;
    }
}

.email-design-btn {
    position: fixed;
    top: 20px;
    left: 20px;
}

.box-card {
    border: none;
    border-radius: 10px;
    box-shadow: var(--shadow2);
    background-color: var(--white);
}

.box-card .box-card-header {
    padding: 20px;
}

.box-card .box-card-header .box-card-title {
    font-size: 18px;
}

.badge_4_XmD.mantis_3oZCD {
    background-color: var(--bs-green);
}

.badge_4_XmD.bg-success {
    background-color: var(--bs-green);
}

.badge_4_XmD.bg-danger {
    background-color: var(--bs-red);
}

.badge_4_XmD.bg-warning {
    background-color: var(--bs-yellow);
}

.badge_4_XmD.bg-dark {
    background-color: var(--bs-dark);
}

.badge_4_XmD {
    display: inline-block;
    padding: 3px 6px;
    margin: 0 0 3px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    background-color: #a9b5c0;
    border-radius: 2px;
}

.badge_4_XmD.slate_1qnpm {
    background-color: #294661;
}

.bg-orange {
    background-color: #fb8c00 !important;
}

.transaction-card {
    border-bottom: 2px solid #6371f8 !important;
    border-radius: 5px;
}

.user-card {
    border-bottom: 2px solid #6371f8 !important;
    border-radius: 5px;
}

.sales-card {
    border-bottom: 2px solid #6371f8 !important;
    border-radius: 5px;
}

.order-card {
    border-bottom: 2px solid #6371f8 !important;
    border-radius: 5px;
}

.history-card {
    border-bottom: 2px solid #6371f8 !important;
    border-radius: 5px;
}

.sale-card {
    border-top: 2px solid #6371f8 !important;
    border-radius: 5px;
}

.user-card .card-body .card-title-top i {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #e7e7ff;
    color: #6371f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0px 18px 0;
}

.user-card .card-body .badge {
    color: #02d584 !important;
}

.nav-pills .nav-link {
    font-weight: 500;
}

.nav-pills .nav-link:hover {
    background-color: #e7e7ff !important;
    color: #6e71ff !important;
}

.nav-vertical.nav-pills .nav-link.active {
    background-color: #6e71ff !important;
    color: #e7e7ff !important;
}

.navbar-dark .nav-pills .nav-link.active {
    background-color: #6e71ff !important;
    color: #e7e7ff !important;
}

.order-chart {
    height: 350px;
}

.avatar-xl {
    max-width: 65px !important;
    margin: 0 10px !important;
}

.alert-btn {
    position: absolute;
    right: 10px;
    top: 35px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: #a7a0a0 !important;
}

.alert {
    color: #000 !important;
    background-color: #f0f0f054 !important;
}

.table-width {
    min-width: 1400px;
}


@media (max-width: 898px) {
    .alert {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .alert-btn {
        right: 10px;
        top: 8px;
    }

    .alert-box {
        justify-content: center;
    }

    .alert-box .flex-grow-1 {
        margin-left: 0 !important;
    }

    .alert-content {
        justify-content: center;
    }

    .allow-btn {
        margin-top: 15px;
    }
}

.avatar-xl.avatar-4x3 {
    margin: auto !important;
}


.note-editor.note-airframe, .note-editor.note-frame {
    border-color: rgba(231, 234, 243, .7) !important;
}

.note-editor .note-toolbar, .note-popover .popover-content {
    padding: 6px 0 10px 10px !important;
}

.note-editor.note-airframe .note-statusbar, .note-editor.note-frame .note-statusbar {
    background-color: #ffffff1d !important;
    border-top: 1px solid #ffffff32 !important;
}

.note-btn-group .note-btn {
    border-color: #f2f2f232 !important;
}

.note-editor.card {
    box-shadow: none !important;
}

.base-url-text {
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 14px;
}

.slug-input {
    min-width: 100px;
    flex-shrink: 1;
    flex-grow: 1;
}

.slug-edit-btn {
    --bs-btn-padding-y: 0.2rem !important;
    --bs-btn-padding-x: 0.5rem !important;
}


.welcome {
    width: 100%;
    /*height: 100vh;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.welcome-container {
    max-width: 800px;
    width: 100%;
    height: 500px;
    padding: 30px 30px;
    border-radius: 15px;
    background-color: #5956E9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.welcome-right-image {
    max-width: 450px;
    width: 100%;
    height: 400px;
}

.welcome-right-image img {
    width: 100%;
    height: 100%;
}

.welcome-left-content {
    max-width: 326px;
    width: 100%;
}

.welcome-left-content h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}

.welcome-left-content p {
    color: #fff;
}

@media (max-width: 991.98px) {
    /* Tablets and smaller */
    .navbar-nav-wrap .navbar-brand-logo {
        min-width: 2rem;
        max-width: 2rem;
    }
}

@media (max-width: 575.98px) {
    /* Mobile only */
    .navbar-nav-wrap .navbar-brand-logo {
        min-width: 2rem;
        max-width: 2rem;
    }
}


