@charset "UTF-8";
/*@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");*/ /* Using a url */


@font-face {
    font-family: segoe-vf;
    src: url('fonts/Segoe UI.ttf');
}

@font-face {
    font-family: Gotham-Rounded;
    src: url("fonts/gothamrnd_light.otf");
}

@font-face {
    font-family: Gotham-Rounded-Book;
    src: url("fonts/gothamrnd_book.otf");
}

@font-face {
    font-family: Gotham-Rounded-Medium;
    src: url("fonts/gothamrnd_medium.otf");
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/*// <uniquifier > : Use a unique and descriptive class name
// <weight > : Use a value from 300 to 800
// <width > : Use a value from 75 to 100*/

.open-sans-normal {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: 'width' 75;
}

:root {
    --bs-navbar-color: #fff;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    --bs-sidebar-active-color: #181818;
    /*--bs-font-roboto: "Gotham-Rounded",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-roboto-medium: "Gotham-Rounded-Medium";
    --bs-font-roboto-regular: "Gotham-Rounded-Book";*/
    --bs-font-roboto: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-roboto-medium: var(--bs-font-roboto);
    --bs-font-roboto-regular: var(--bs-font-roboto);
    /*--bs-font-roboto: "segoe-vf", sans-serif;
    --bs-font-roboto: open-sans-normal, "segoe-vf", sans-serif;*/
    --bs-card-hover-color: #d9d9d9;
    --bs-card-bg-active: #ededed;
    --bs-card-text-color: #868686;
    /*--bs-card-font-size: 0.95rem;*/
    --bs-card-font-size: 0.99rem;
    --bs-btn-bg-danger: #dc4c64;
    /*--bs-border-radius: 0.6rem;*/
    --bs-border-radius: 0.4rem;
    --bs-form-border-radius: 2px;
    --bs-third-bg-subtle: #f1f1f1;
    --bs-accordion-btn-third-bg: #f1f1f1;
    --bs-accordion-active-color: #f1f1f1;
    --bs-accordion-border-third-color: #dee2e6;
    --bs-border-color-rgb: 0,0,0;
    --bs-emphasis-color: #343434;
    --bs-emphasis-color-rgb: 52, 52, 52;
    --bs-emphasis-light-color: #f1f1f1;
    --bs-emphasis-light-color-rgb: 255, 255, 255;
    --bs-input-border-color: #a7a7a7;
    --bs-modal-bg-color:#fff;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-card-text-color),var(--bs-text-opacity)) !important;
}

/*input:-webkit-autofill,
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-text-fill-color: #333;
}*/

.-mx-10 {
    margin-left:-10px !important;
    margin-right:-10px !important;
}

.-mx-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
}

.-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
}

.text-underline{
    text-decoration:underline;
}

.divider {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #d9d9d9 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
    
    background-color: transparent;
    
}

.form-group label{
    font-weight:600;
}

.form-group .form-control {
    --bs-border-color: #a7a7a7;
    border: var(--bs-border-width) solid var( --bs-input-border-color);
}


.login-form .form-control {
    border-radius: var(--bs-form-border-radius);
    height: 44px;
}

.text-stylish-1 {
    font-family: "Poppins",sans-serif;
}

.btn-light {
    --bs-btn-bg: #e6e9ed;
    --bs-btn-border-color: #d4d8dd;
}

/*.btn-dark {
    --bs-btn-bg: #3c4b52;
    --bs-btn-border-color: #d4d8dd;
    --bs-btn-color: #dbdbdb;
}*/
.alert-1 {
    background-color: #e7e7e7 !important;
}
.fw-bold {
    font-weight: 600 !important;
}

.breadcrumb {
    --bs-breadcrumb-font-size: 0.975rem;
}

.border-opacity-5 {
    --bs-border-opacity: 0.05 !important;
}
.border-opacity-10 {
    --bs-border-opacity: 0.10 !important;
}
.border-opacity-25 {
    --bs-border-opacity: 0.25 !important;
}
.border-opacity-50 {
    --bs-border-opacity: 0.50 !important;
}
.modal {
    --bs-modal-bg: var(--bs-modal-bg-color);
}
.card {
    --bs-border-opacity: 1;
    --bs-card-border-radius: var(--bs-border-radius);
    border-radius: var(--bs-card-border-radius);
    --bs-card-title-color: #3a3a3a;
    --bs-border-opacity: 0.25;
    border-color: rgba(var(--bs-border-color-rgb), var(--bs-border-opacity));
    --bs-card-font-family: var(--bs-font-roboto-regular); /*"Gotham-Rounded-Book"*/
    background: #fff;
}

.card-body {
    --bs-card-spacer-y: 25px;
    --bs-card-spacer-x: 25px;    
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);    
}

.card-text {
    font-size: var(--bs-card-font-size);
    color: var(--bs-card-text-color);
}

.card.card-outline {
    border-top: 3px solid #9cc5ac;
}

.navbar-nav {
    --bs-navbar-color: #fff;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    color: var(--bs-nav-link-color) !important;
}

.nav-bar-link {
    --bs-navbar-color: #fff;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    color: var(--bs-nav-link-color) !important;
}
.accordion {
    --bs-accordion-btn-bg: var(--bs-primary-bg-subtle);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
    --bs-accordion-bg: #f0f8ff0f;
}

.accordion-button {
    /*font-size: 1.15rem;
    font-weight: 500;*/
    --bs-accordion-btn-padding-y: 0.25rem;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    background-color: var(--bs-accordion-btn-bg);
}

    .accordion-button:not(.collapsed) {
        color: var(--bs-accordion-active-color);
        background-color: var(--bs-accordion-active-bg);
        box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    }

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}


.accordion.accordion-secondary {
    --bs-accordion-btn-bg: var(--bs-third-bg-subtle);
    --bs-accordion-active-bg: var(--bs-third-bg-subtle);
    --bs-accordion-bg: #f0f8ff0f;
}
.accordion-secondary .accordion-button {
    font-size: 1.15rem;
    font-weight: 500;
    --bs-accordion-btn-padding-y: 0.25rem;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    background-color: rgba(247,248,250,0.75);
}

    .accordion-secondary .accordion-button:not(.collapsed) {
        color: var(--bs-accordion-active-color);
        background-color: var(--bs-accordion-active-third-bg);
        box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-third-color);
    }

.accordion-secondary .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-third-color);
}

    .accordion-secondary .accordion-item:has(.accordion-collapse.collapse.show):last-child {
        border: solid 1px var(--bs-accordion-border-third-color);
    }
    .accordion-secondary .accordion-item:has(.accordion-collapse.collapse.show):first-child {
        border: solid 1px var(--bs-accordion-border-third-color);
    }
    .accordion-secondary .accordion-item:has(.accordion-collapse.collapse.show):not(:first-child):not(:last-child) {
        border-right: solid 1px var(--bs-accordion-border-third-color);
        border-left: solid 1px var(--bs-accordion-border-third-color);
    }


.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: #303638;
    --bs-table-bg: #ffffff;
    --bs-table-border-color: #ebf1f6;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #67757c;
    --bs-table-striped-bg: #e9ecef;
    --bs-table-active-color: #67757c;
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: #67757c;
    --bs-table-hover-bg: #f6f9fc;
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

#main-wrapper {
    min-height: 100vh;
    /*background-color: #edf1f5;*/
}

body {
    /*Poppins,*/
    /*font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 14.5px;
    color: #5c6570;*/
    /*letter-spacing: 0.035rem;*/
}

body {
    margin: 0;
    /*--bs-body-font-size: 1.05rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 140%;*/
    --bs-body-color: #555555;
    --bs-body-color-rgb: 85, 85, 85;
    --bs-body-bg: #fff;
    /*--bs-body-bg: #e9e9e9;*/
    --bs-body-bg-rgb: 247, 247, 247;
    --bs-body-font-family: var(--bs-font-roboto);
    font-family: var(--bs-body-font-family);
    /*font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);*/
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.page-wrapper .body-wrapper > .container-fluid, .page-wrapper .body-wrapper > .container-lg, .page-wrapper .body-wrapper > .container-md, .page-wrapper .body-wrapper > .container-sm, .page-wrapper .body-wrapper > .container-xl, .page-wrapper .body-wrapper > .container-xxl {
    transition: .2s ease-in;
    padding: 0 24px;
    min-height: calc(100vh - 145px);
}

.body-wrapper {
    padding-top: calc(60px + 30px);
}

a {
    text-decoration: none;
}

    a:hover .h1, a:hover .h2, a:hover .h3, a:hover .h4, a:hover .h5, a:hover .h6, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
        color: #4e4e4e !important;
    }

ul {
    list-style: none;
    padding: 0;
}

.toast-onload {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 999;
    max-width: 294px;
    width: 100%;
    transition: all .5s;
}

.left-part {
    position: absolute;
    height: 100%;
    width: 260px;
    border-right: 1px solid #ebf1f6;
}

    .left-part.fixed-left-part {
        position: fixed;
        top: 0;
        padding-top: 10px;
    }

    .left-part .show-left-part {
        position: absolute;
        top: 45%;
        right: -41px;
    }

    .left-part .lstick {
        margin-left: -16px;
    }

.dashboard-part.right-part {
    overflow-x: hidden !important;
}

.right-part {
    width: calc(100% - 260px);
    height: calc(100vh - 129px);
    margin-left: 260px;
}

.reverse-mode .left-part {
    right: 0;
    border-left: 1px solid #ebf1f6;
}

    .reverse-mode .left-part.dashboard-right-part {
        top: 60px;
    }

.reverse-mode .show-left-part {
    right: auto;
    left: -41px;
}

.reverse-mode .right-part {
    margin-left: 0;
    margin-right: 260px;
}

@media (min-width:1300px) {
    [data-layout=vertical] .topbar {
        left: 0;
    }

    [data-layout=vertical] body .page-wrapper {
        margin-left: 260px;
    }

    [data-layout=vertical] body[data-sidebartype=mini-sidebar] .page-wrapper {
        /*margin-left: 70px;*/
        margin-left: 0px;
    }

    [data-layout=vertical] body[data-sidebartype=mini-sidebar] .nav-small-cap .nav-small-cap-icon {
        display: inline-block;
    }

    [data-layout=vertical] body[data-sidebartype=mini-sidebar] .logo-img {
        width: 40px;
        overflow: hidden;
    }

    [data-layout=vertical] body[data-sidebartype=mini-sidebar] .sidebar-nav .has-arrow::after {
        display: none;
    }

    [data-layout=vertical] body[data-sidebartype=mini-sidebar] .sidebar-nav .sidebar-list .sidebar-list-item {
        text-align: center;
    }

    [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar {
        /*width: 70px;*/
        width: 0px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
    }

        [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar .scroll-sidebar {
            height: calc(100vh - 50px);
        }

        [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar .hide-menu, [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar .sidebar-ad {
            display: none;
        }

        [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover {
            width: 260px;
            z-index: 50;
        }

            [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover .logo-img {
                width: 100%
            }

            [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover .nav-small-cap .nav-small-cap-icon {
                display: none;
            }

            [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover .hide-menu, [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-ad, [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav .has-arrow::after {
                display: block;
            }

            [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav .sidebar-list .sidebar-list-item {
                text-align: left;
            }

            [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover .logo-img {
                width: 100%
            }
}

html[data-boxed-layout=boxed] .container-fluid, html[data-boxed-layout=boxed] .container-lg, html[data-boxed-layout=boxed] .container-md, html[data-boxed-layout=boxed] .container-sm, html[data-boxed-layout=boxed] .container-xl, html[data-boxed-layout=boxed] .container-xxl {
    max-width: 1300px;
    margin: 0 auto;
}

.with-horizontal {
    display: none;
}

.with-vertical {
    display: block;
}

@media (max-width:767px) {
    #main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar, #main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar .sidebar-footer {
        left: -260px;
    }

    #main-wrapper.show-sidebar .left-sidebar, #main-wrapper.show-sidebar .left-sidebar .sidebar-footer {
        left: 0;
    }

    #main-wrapper[data-layout=vertical][data-header-position=fixed][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse, #main-wrapper[data-layout=vertical][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse {
        position: relative;
        top: 60px;
    }

    .left-part {
        position: fixed;
        left: -260px;
        background: #fff;
        z-index: 1;
        transition: .1s ease-in;
    }

        .left-part.show-panel {
            left: 0;
        }

    .reverse-mode .left-part {
        right: -260px;
        left: auto;
    }

        .reverse-mode .left-part.show-panel {
            right: 0;
        }

    .right-part {
        width: 100%;
        margin-left: 0;
    }
}

.left-sidebar {
    width: 260px;
    flex-shrink: 0;
    background: #2f323c;
    z-index: 10;
    transition: .2s ease-in;
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    top: 94px;
}

    .left-sidebar .sidebartoggler {
        color: var(--bs-dark-text-emphasis);
    }

    .left-sidebar .scroll-sidebar {
        overflow-y: auto;
        height: calc(100vh - 80px);
    }

        .left-sidebar .scroll-sidebar .simplebar-track.simplebar-horizontal {
            visibility: hidden !important;
        }

.simplebar-scrollbar:before {
    background: rgba(0, 0, 0, .5) !important;
}

.brand-logo {
    min-height: 60px;
    width: 260px;
}

    .brand-logo img {
        /*max-height: 60px;*/
    }

.logo-text {
    float: left;
    height: 61px;
    padding: 20px 15px;
    /* font-size: 18px; */
    line-height: 20px;
    font-family: 'Alfa Slab One', cursive;
    font-size: 28px;
}

#sidebarnav {
    /*padding: 0 15px;*/
}

.sidebar-nav ul .sidebar-item {
    width: 100%;
    border-bottom: 1px solid rgb(231 231 231 / 5%);
}
    .sidebar-nav ul .sidebar-item:hover {
        background-color: #00000030;
    }

    .sidebar-nav ul .sidebar-item .sidebar-link {
        display: flex;
        white-space: nowrap;
        align-items: center;
        line-height: 25px;
        position: relative;
        padding: 10px 20px;
        text-decoration: none;
        color: var(--bs-white) !important;
        opacity: .9;
        /*border-radius: 6px;*/
        gap: 10px;
        /*margin: 5px 0;*/
    }

        .sidebar-nav ul .sidebar-item .sidebar-link.sublink {
            font-weight: 300;
        }

        .sidebar-nav ul .sidebar-item .sidebar-link .side-badge.badge {
            position: absolute;
            right: 32px;
            top: 13px;
            padding: 3px 10px;
            border-radius: 4px;
            font-size: 12px;
        }

        .sidebar-nav ul .sidebar-item .sidebar-link .hide-menu {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            /*margin-left: 4px;
            line-height: normal;*/
        }

        .sidebar-nav ul .sidebar-item .sidebar-link iconify-icon {
            flex-shrink: 0;
            font-size: 20px;
            display: flex;
            align-items: center;
        }

        .sidebar-nav ul .sidebar-item .sidebar-link:hover {
            color: var(--bs-white);
            opacity: 1;
        }

            .sidebar-nav ul .sidebar-item .sidebar-link:hover.link-disabled {
                opacity: .38;
            }

            .sidebar-nav ul .sidebar-item .sidebar-link:hover.has-arrow::after {
                border-color: var(--bs-white);
            }

    .sidebar-nav ul .sidebar-item.sidebar-profile .sidebar-link.active {
        background-color: transparent !important;
    }

    .sidebar-nav ul .sidebar-item .sidebar-link.active {
        background-color: var(--bs-primary);
        border-color: var(--bs-white);
    }

        .sidebar-nav ul .sidebar-item .sidebar-link.active:hover.has-arrow::after {
            border-color: var(--bs-white);
        }

    .sidebar-nav ul .sidebar-item .link-disabled {
        opacity: .38;
    }

    .sidebar-nav ul .sidebar-item .first-level {
        margin-top: 10px;
    }

        .sidebar-nav ul .sidebar-item .first-level .sidebar-item {
            transition: all .4s ease-in-out;
            border-bottom: solid 1px #cccccc00;
        }

            .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link iconify-icon {
                display: none;
                font-size: 15px;
            }

.with-horizontal .sidebar-nav ul .sidebar-item .first-level .sidebar-item {    
    border-bottom: solid 1px #cccccc5e;
}

.sidebar-item .sidebar-link .d-flex {
    display: none !important;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link:hover {
    color: var(--bs-white);
    opacity: 1;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link.active.has-arrow::after {
    border-color: var(--bs-white);
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item > .sidebar-link {
    padding: 10px 14px;
    padding-left: 25px;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item:last-child {
    margin-bottom: 16px;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link.active {
    color: var(--bs-white) !important;
    opacity: 1;
    background-color: transparent;
}

.sidebar-nav ul .sidebar-item .two-level .sidebar-item .sidebar-link {
    padding: 12px 4px 12px 25px;
}

.sidebar-nav ul .sidebar-item .three-level .sidebar-item .sidebar-link {
    padding: 12px 4px 12px 50px;
}

.sidebar-nav ul .sidebar-item.selected > .sidebar-link, .sidebar-nav ul .sidebar-item.selected > .sidebar-link.active, .sidebar-nav ul .sidebar-item > .sidebar-link.active {
    background-color: var(--bs-sidebar-active-color);
    color: var(--bs-white);
    opacity: 1;
}

.sidebar-nav ul .sidebar-item.selected .sidebar-link.has-arrow::after {
    border-color: var(--bs-white);
}

.sidebar-nav .sidebar-list .sidebar-list-item {
    padding: 8px 0;
}

.sidebar-nav .devider {
    margin: 7px 0;
    border-top: 1px solid var(--bs-white);
    opacity: .08;
}

.nav-small-cap {
    margin-top: 24px;
    color: #fff;
    
    font-weight: 700;
    padding: 0 0 8px;
    line-height: 26px;
    text-transform: uppercase;
    padding-left: 20px;
}

    .nav-small-cap .nav-small-cap-icon {
        display: none;
    }

.collapse.in {
    display: block;
}

@media (max-width:1199px) {
    .brand-logo {
        width: auto;
    }
}

@media (min-width:1300px) {
    [data-layout=vertical] [data-sidebartype=mini-sidebar] .brand-logo {
        /*width: 70px;*/
    }

    [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar {
        width: 70px;
    }

        [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar .sidebar-nav ul .sidebar-item .first-level .sidebar-item > .sidebar-link, [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar .sidebar-profile .sidebar-link {
            justify-content: center;
        }

        [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar .sidebar-nav ul .sidebar-item .two-level .sidebar-item .sidebar-link {
            padding: 10px 12px 10px 12px;
        }

        [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link iconify-icon {
            font-size: 14px;
        }

        [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar:hover {
            width: 260px;
            position: fixed;
            height: 100vh;
        }

            [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .two-level .sidebar-item .sidebar-link {
                padding: 12px 4px 12px 25px;
            }

            [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .three-level .sidebar-item .sidebar-link {
                padding: 12px 4px 12px 50px;
            }

            [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .first-level .sidebar-item > .sidebar-link, [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-profile .sidebar-link {
                justify-content: start;
            }

            [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link iconify-icon {
                font-size: 15px;
            }

            [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar:hover .nav-small-cap {
                text-align: left;
            }

            [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .first-level .sidebar-link iconify-icon {
                display: none;
            }

    [data-layout=vertical] [data-sidebartype=mini-sidebar] .nav-small-cap {
        text-align: center;
    }

    [data-layout=vertical] [data-sidebartype=mini-sidebar] .sidebar-nav ul .sidebar-item .first-level {
        padding-left: 0;
    }

    [data-layout=vertical] [data-sidebartype=mini-sidebar] .sidebar-nav ul .sidebar-item .sidebar-link iconify-icon {
        display: block;
        width: auto;
    }
}

#mobilenavbar .brand-logo {
    padding: 0 0;
}

#mobilenavbar .sidebar-nav ul .sidebar-item .sidebar-link {
    color: #20222a !important;
    font-weight: 600;
    opacity: .8 !important;
}

    #mobilenavbar .sidebar-nav ul .sidebar-item .sidebar-link.active {
        background-color: transparent !important;
    }

#mobilenavbar .sidebar-nav ul li .has-arrow::after {
    border-color: #20222a !important;
}

#mobilenavbar .sidebar-nav ul li .has-arrow.active::after {
    border-color: #20222a !important;
}

@media (max-width:1299.98px) {
    .left-sidebar {
        width: 260px;
        position: fixed;
        left: -260px;
        height: 100%
    }

    #main-wrapper.show-sidebar .left-sidebar {
        left: 0;
    }

    .topbar .navbar .navbar-collapse {
        border-top: 1px solid var(--bs-border-color);
    }

    .show-sidebar + .dark-transparent {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 8;
    }
}

.sidebar-nav .sidebar-profile .has-arrow::after {
    top: 20px;
}

.sidebar-nav .sidebar-profile .has-arrow.active::after {
    top: 17px;
}

.sidebar-nav .has-arrow {
    position: relative;
}

    .sidebar-nav .has-arrow::after {
        position: absolute;
        content: "";
        width: 7px;
        height: 7px;
        border-width: 1px 0 0 1px;
        border-style: solid;
        margin-left: 10px;
        transform: rotate(135deg) translate(0, -50%);
        transform-origin: top;
        right: 15px;
        transition: all .3s ease-out;
        top: 22px;
    }

    .sidebar-nav .has-arrow[aria-expanded=true]::after, .sidebar-nav li.active > .has-arrow::after, .sidebar-nav li > .has-arrow.active::after {
        margin-top: 1px;
        border-color: var(--bs-white);
        transform: rotate(-135deg) translate(0, -50%);
        top: 19px;
    }

.topbar-admin {    
    --bs-navbar-bg: #14763b;
    background: var(--bs-navbar-bg);    
}

.topbar-web {
    --bs-navbar-bg: #fd502a;
    background: var(--bs-navbar-bg);
    background-image: linear-gradient(to left, #5569c3, #37af98);
}

.topbar {
    position: fixed;
    padding: 0 18px;
    top: 0;
    width: 100%;
   /* --bs-navbar-bg: #14763b;
    background: var(--bs-navbar-bg);*/
    z-index: 50;
    box-shadow: 1px 0 7px rgba(0, 0, 0, .05);
}

@media screen and (max-width:768px) {
    .topbar {
        padding: 0 0;
    }
}

.topbar .navbar {
    min-height: 60px;
}

    .topbar .navbar .navbar-toggler:focus {
        box-shadow: none;
    }

    .topbar .navbar .navbar-nav .dropdown-menu {
        position: absolute;
        min-width: 200px;
    }

        .topbar .navbar .navbar-nav .dropdown-menu .dropdown-item {
            border-radius: 8px;
        }

@media (min-width:768px) {
    .topbar .navbar .navbar-nav .dropdown-menu.content-dd {
        width: 300px;
    }
}

.topbar .navbar .navbar-nav .nav-item.dropdown .dropdown-menu-start {
    left: 0;
    right: auto;
    top: 100%
}

.topbar .navbar .navbar-nav .nav-item.dropdown .dropdown-menu-end {
    right: 0;
    left: auto;
    top: 100%
}

.topbar .navbar .navbar-nav .nav-item.dropdown:hover .nav-link {
    color: var(--bs-primary);
}

.topbar .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.topbar .navbar .navbar-nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    padding: 15px 15px;
    font-size: 30px;
    display: flex;
    color: #333;
    align-items: center;
}

    .topbar .navbar .navbar-nav .nav-item .nav-link:hover {
        color: var(--bs-primary);
    }

.topbar .navbar .navbar-nav .mega-dropdown {
    position: static;
}

    .topbar .navbar .navbar-nav .mega-dropdown .dropdown-menu {
        padding: 30px;
        width: 100%;
        max-height: 480px;
        overflow: auto;
        z-index: 2;
    }

.topbar .navbar .navbar-nav .dropdown-menu {
    position: absolute;
    min-width: 200px;
    right:0;
}

@media (min-width:768px) {
    .topbar .navbar .navbar-nav .dropdown-menu.content-dd {
        width: 300px;
    }
}

.profile-status {
    border: 2px solid #fff;
    height: 10px;
    left: 35px;
    top: -2px;
    width: 10px;
}

.message-body {
    max-height: 360px;
}

.hover-dd {
    position: static;
}

    .hover-dd .dropdown-menu-nav {
        min-width: 860px !important;
        width: 100%
    }

    .hover-dd:hover .dropdown-menu {
        display: block;
    }

.notify {
    position: relative;
    top: -20px;
    right: -8px;
}

    .notify .heartbit {
        position: absolute;
        top: -5px;
        right: -2px;
        height: 18px;
        width: 18px;
        z-index: 10;
        border: 2px solid #ff5050;
        border-radius: 70px;
        animation: heartbit 1s ease-out;
        -moz-animation: heartbit 1s ease-out;
        -moz-animation-iteration-count: infinite;
        -o-animation: heartbit 1s ease-out;
        -o-animation-iteration-count: infinite;
        -webkit-animation: heartbit 1s ease-out;
        animation-iteration-count: infinite;
    }

    .notify .point {
        width: 4px;
        height: 4px;
        border-radius: 30px;
        position: absolute;
        right: 5px;
        top: 2px;
        background-color: #ff5050;
        position: absolute;
    }

@keyframes heartbit {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(.1);
        opacity: .1;
    }

    50% {
        transform: scale(.5);
        opacity: .3;
    }

    75% {
        transform: scale(.8);
        opacity: .5;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@media (max-width:767.98px) {
    .topbar .navbar-nav .dropdown-menu {
        position: absolute;
        width: 100%
    }

    .topbar .navbar-nav .nav-item.dropdown {
        position: static;
    }
}

.dropdown-menu-end {
    right: 15px;
    left: auto;
}

@media screen and (max-width:1199px) and (min-width:767px) {
    .topbar .navbar .navbar-nav .hover-dd .dropdown-menu-nav {
        max-width: 680px;
    }
}

@media screen and (max-width:767px) {
    .topbar .navbar .navbar-nav .dropdown-menu {
        right: 0;
    }
}

@media screen and (max-width:1199px) {
    html[data-layout=horizontal] #sidebarnav {
        padding-left: 15px !important;
    }
}

html[data-layout=horizontal] .topbar {
    z-index: 99;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

html[data-layout=horizontal] .app-header .navbar {
    min-height: 60px;
}

    html[data-layout=horizontal] .app-header .navbar .navbar-nav .nav-item .nav-link {
        height: 60px;
        line-height: 60px;
    }

html[data-layout=horizontal] .brand-logo {
    width: auto;
    margin-right: 20px;
}

@media screen and (max-width:1199px) {
    html[data-layout=horizontal] .brand-logo {
        margin-right: 0;
    }
}

html[data-layout=horizontal] #sidebarnav {
    list-style: none;
    padding-left: 0;
}

@media (min-width:1300px) {
    html[data-layout=horizontal] .with-vertical {
        display: none;
    }

    html[data-layout=horizontal] .with-horizontal {
        display: block;
    }
}

html[data-layout=horizontal] .notification {
    top: 20px;
}

html[data-layout=horizontal] .body-wrapper {
    padding-top: 80px;
}
@media (min-width: 576px) {
    html[data-layout=horizontal] .body-wrapper {
        padding-top: 154px;
    }
}



    html[data-layout=horizontal] .body-wrapper > .container-fluid, 
    html[data-layout=horizontal] .body-wrapper > .container-lg, 
    html[data-layout=horizontal] .body-wrapper > .container-md, 
    html[data-layout=horizontal] .body-wrapper > .container-sm, 
    html[data-layout=horizontal] .body-wrapper > .container-xl, 
    html[data-layout=horizontal] .body-wrapper > .container-xxl {
        /*padding-top: calc(115px - 20px) !important;*/
        padding: 15px;
        padding-top:0px;
    }

html[data-layout=horizontal] .reverse-mode .left-part {
    right: 0;
    border-left: 1px solid #ebf1f6;
}

    html[data-layout=horizontal] .reverse-mode .left-part.dashboard-right-part {
        top: 125px;
    }

@media screen and (max-width:1199px) {
    html[data-layout=horizontal] .body-wrapper > .container-fluid, html[data-layout=horizontal] .body-wrapper > .container-lg, html[data-layout=horizontal] .body-wrapper > .container-md, html[data-layout=horizontal] .body-wrapper > .container-sm, html[data-layout=horizontal] .body-wrapper > .container-xl, html[data-layout=horizontal] .body-wrapper > .container-xxl {
        /*padding-top: 45px !important;*/
    }
}

@media (min-width:992px) and (max-width:1299.98px) {
    html[data-layout=horizontal] .body-wrapper > .container-fluid, html[data-layout=horizontal] .body-wrapper > .container-lg, html[data-layout=horizontal] .body-wrapper > .container-md, html[data-layout=horizontal] .body-wrapper > .container-sm, html[data-layout=horizontal] .body-wrapper > .container-xl, html[data-layout=horizontal] .body-wrapper > .container-xxl {
        padding: 20px 10px;
    }
}

@media (min-width:1300px) {
    html[data-layout=horizontal][data-boxed-layout=full] .body-wrapper > .container-fluid, html[data-layout=horizontal][data-boxed-layout=full] .body-wrapper > .container-lg, html[data-layout=horizontal][data-boxed-layout=full] .body-wrapper > .container-md, html[data-layout=horizontal][data-boxed-layout=full] .body-wrapper > .container-sm, html[data-layout=horizontal][data-boxed-layout=full] .body-wrapper > .container-xl, html[data-layout=horizontal][data-boxed-layout=full] .body-wrapper > .container-xxl, html[data-layout=horizontal][data-boxed-layout=full] .navbar, html[data-layout=horizontal][data-boxed-layout=full] .scroll-sidebar {
        position: relative;
        max-width: 100%;
        margin: 0 auto;
    }

    html[data-layout=horizontal][data-boxed-layout=boxed] .body-wrapper > .container-fluid, html[data-layout=horizontal][data-boxed-layout=boxed] .body-wrapper > .container-lg, html[data-layout=horizontal][data-boxed-layout=boxed] .body-wrapper > .container-md, html[data-layout=horizontal][data-boxed-layout=boxed] .body-wrapper > .container-sm, html[data-layout=horizontal][data-boxed-layout=boxed] .body-wrapper > .container-xl, html[data-layout=horizontal][data-boxed-layout=boxed] .body-wrapper > .container-xxl, html[data-layout=horizontal][data-boxed-layout=boxed] .navbar, html[data-layout=horizontal][data-boxed-layout=boxed] .scroll-sidebar {
        position: relative;
        max-width: 1300px;
        margin: 0 auto;
    }
}

@media (min-width:1300px) {
    html[data-layout=horizontal] .app-header {
        transition: 0s;
    }

        html[data-layout=horizontal] .app-header .navbar {
            padding: 0 15px;
        }

    html[data-layout=horizontal] .body-wrapper > .container-fluid, html[data-layout=horizontal] .body-wrapper > .container-lg, html[data-layout=horizontal] .body-wrapper > .container-md, html[data-layout=horizontal] .body-wrapper > .container-sm, html[data-layout=horizontal] .body-wrapper > .container-xl, html[data-layout=horizontal] .body-wrapper > .container-xxl, html[data-layout=horizontal] .navbar, html[data-layout=horizontal] .scroll-sidebar {
        position: relative;
        max-width: 1300px;
        margin: 0 auto;
    }

    html[data-layout=horizontal] .sidebar-nav #sidebarnav {
        flex-wrap: wrap;
    }

        html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item > .has-arrow:after {
            display: block;
        }

        html[data-layout=horizontal] .sidebar-nav #sidebarnav .sidebar-item .first-level .sidebar-link {
            color: #20222a !important;
        }

    html[data-layout=horizontal] .left-sidebar {
        position: fixed;
        top: 94px;
        width: 100%;
        height: auto;
        z-index: 45;
        transition: 0s;
        /*border-top: 1px solid var(--bs-border-color);
        border-bottom: 1px solid var(--bs-border-color);*/
    }

        html[data-layout=horizontal] .left-sidebar .scroll-sidebar {
            height: calc(65px - 5px);
            overflow-y: unset;
            /*padding: 3px 15px;*/
            padding: 0px 15px;
        }

    html[data-layout=horizontal] .sidebar-nav #sidebarnav {
        display: flex;
        width: 100%;
        margin: 0;
        gap: 3px;
    }

        html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item {
            border-bottom: 0;
        }

            html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:last-child {
                margin-right: 0;
            }

            html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item > .sidebar-link {
                gap: 12px;
                padding: 0 18px;
                line-height: 60px;
                font-weight: 400;
                /*font-size: clamp(14px, 1.0526315789vw, 16px);*/
                font-size: clamp(18px, 1.0526315789vw, 22px);
            }

                html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item > .sidebar-link .hide-menu {
                    margin-left: 0;
                }

                html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item > .sidebar-link iconify-icon {
                    font-size: 18px;
                }

                html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item > .sidebar-link.has-arrow {
                    padding-right: 35px !important;
                }

        html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item {
            position: relative;
            width: auto;
            margin-bottom: 0;
            min-height: 60px;
        }

            html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .first-level, html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .second-level {
                animation: menuDropdownShow .3s ease-in-out;
                transition: background-color .3s;
                background-color: var(--bs-white);
                /*border-radius: 8px;*/
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px;
            }

                html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .first-level .sidebar-item > .sidebar-link .sidebar-icon, html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .second-level .sidebar-item > .sidebar-link .sidebar-icon {
                    margin-right: 0;
                    margin-left: 0;
                    flex-shrink: 0;
                }

                html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .first-level .sidebar-item, html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .second-level .sidebar-item {
                    position: relative;
                }

                    html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .first-level .sidebar-item .sidebar-link, html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .second-level .sidebar-item .sidebar-link {
                        
                        gap: 0;
                        color: var(--bs-body-color);
                        opacity: 1;
                        font-weight: 400;
                    }

                        html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .first-level .sidebar-item .sidebar-link:hover, html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .second-level .sidebar-item .sidebar-link:hover {
                            background-color: rgba(var(--bs-primary), .1);
                            color: var(--bs-primary) !important;
                        }

                            html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .first-level .sidebar-item .sidebar-link:hover.has-arrow::after, html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .second-level .sidebar-item .sidebar-link:hover.has-arrow::after {
                                border-color: var(--bs-primary);
                            }

                        html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .first-level .sidebar-item .sidebar-link iconify-icon, html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .second-level .sidebar-item .sidebar-link iconify-icon {
                            font-size: 10px;
                            display: block;
                        }

                        html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .first-level .sidebar-item .sidebar-link.active, html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .second-level .sidebar-item .sidebar-link.active {
                            color: var(--bs-primary) !important;
                            font-weight: 500;
                        }

                    html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .first-level .sidebar-item:last-child, html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .second-level .sidebar-item:last-child {
                        margin-bottom: 0;
                    }

            html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item > .has-arrow:after {
                transform: rotate(-135deg) translate(0, -50%);
                right: 15px;
                /*top: 21px;*/
                top: 28px;
            }

            html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:last-child > .first-level {
                /* right: 0;
                left: auto;*/
                left: 0;
                right: auto;
            }

            html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item > .two-column + .first-level {
                width: 400px;
            }

                html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item > .two-column + .first-level > .sidebar-item {
                    float: left;
                    vertical-align: top;
                    width: 50%
                }

            html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item ul {
                position: absolute;
                left: 0;
                top: calc(65px - 15px);
                width: 260px;
                padding-bottom: 0;
                display: none;
                z-index: 100;
                box-shadow: 0 15px 30px rgba(0, 0, 0, .12);
                background: var(--bs-white);
                transition: cubic-bezier(.075, .82, .165, 1);
            }

        html[data-layout=horizontal] .sidebar-nav #sidebarnav > .mega-dropdown {
            position: static;
        }

            html[data-layout=horizontal] .sidebar-nav #sidebarnav > .mega-dropdown .first-level {
                width: 100%
            }

                html[data-layout=horizontal] .sidebar-nav #sidebarnav > .mega-dropdown .first-level > li {
                    width: 25%;
                    float: left;
                }

        html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:hover ul.first-level, html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:hover ul.first-level.collapse {
            display: block;
        }

        html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item ul.second-level {
            left: 260px;
            top: 0;
        }

        html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item .first-level .right-side-dd ul.second-level, html[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:last-child > .first-level ul.second-level {
            right: 260px;
            top: 0;
            left: auto;
        }

        html[data-layout=horizontal] .sidebar-nav #sidebarnav ul.first-level > .sidebar-item:hover ul.second-level {
            display: block;
        }

        html[data-layout=horizontal] .sidebar-nav #sidebarnav .badge, html[data-layout=horizontal] .sidebar-nav #sidebarnav .nav-small-cap, html[data-layout=horizontal] .sidebar-nav #sidebarnav .sidebar-footer, html[data-layout=horizontal] .sidebar-nav #sidebarnav .user-pro {
            display: none;
        }
}

@media (max-width:1299.98px) {
    html[data-layout=horizontal].show-sidebar .left-sidebar {
        left: 0;
    }

    html[data-layout=horizontal] .left-sidebar .sidebar-nav .sidebar-item .collapse .sidebar-item .sidebar-link iconify-icon {
        font-size: 16px;
    }

    html[data-layout=horizontal] .app-header .navbar .navbar-collapse {
        padding: 0;
    }
}

@keyframes menuDropdownShow {
    0% {
        opacity: 0;
        transform: translateY(-.5rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.customizer-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

.auth-customizer-none .customizer-btn {
    display: none !important;
}

.customizer-box label.btn {
    background: 0 0 !important;
    color: var(--bs-body-color);
    box-shadow: rgba(0, 0, 0, .05) 0 9px 17.5px !important;
    border: 1px solid var(--bs-border-color) !important;
    display: flex;
    align-items: center;
    transition: all .1s ease-in 0s;
    min-width: 80px;
}

    .customizer-box label.btn:hover {
        color: var(--bs-primary);
        transform: scale(1.05);
    }

.customizer-box .btn-check:checked + .btn, .customizer-box .btn.active, .customizer-box .btn.show, .customizer-box .btn:first-child:active, .customizer-box :not(.btn-check) + .btn:active {
    color: var(--bs-body-color);
}

    .customizer-box .btn-check:checked + .btn .icon, .customizer-box .btn.active .icon, .customizer-box .btn.show .icon, .customizer-box .btn:first-child:active .icon, .customizer-box :not(.btn-check) + .btn:active .icon {
        color: var(--bs-primary);
    }

.customizer-box.color-pallete .btn-check:checked + .btn .icon, .customizer-box.color-pallete .btn.active .icon, .customizer-box.color-pallete .btn.show .icon, .customizer-box.color-pallete .btn:first-child:active .icon, .customizer-box.color-pallete :not(.btn-check) + .btn:active .icon {
    opacity: 1;
}

.customizer-box.color-pallete label .color-box {
    width: 25px;
    height: 25px;
}

    .customizer-box.color-pallete label .color-box .icon {
        opacity: 0;
    }

    .customizer-box.color-pallete label .color-box.skin-1 {
        background-color: #f33e5a;
    }

    .customizer-box.color-pallete label .color-box.skin-2 {
        background-color: #0074ba;
    }

    .customizer-box.color-pallete label .color-box.skin-3 {
        background-color: #763ebd;
    }

    .customizer-box.color-pallete label .color-box.skin-4 {
        background-color: #0a7ea4;
    }

    .customizer-box.color-pallete label .color-box.skin-5 {
        background-color: #01c0c8;
    }

    .customizer-box.color-pallete label .color-box.skin-6 {
        background-color: #fa896b;
    }

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 40px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

[data-side-type=material] .card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

[data-side-type=material] .left-sidebar {
    box-shadow: 1px 0 20px rgba(0, 0, 0, .08);
}

[data-side-type=material][data-card=border] .card {
    border: 0 !important;
}

.mr-auto{
    margin-right:auto !important;
}
.ml-auto {
    margin-left: auto !important;
}

.btn {
    /*text-transform: capitalize;*/
    border-radius: 0.4rem;
    --bs-btn-box-shadow: 0 4px 9px -4px #c9baff;
    box-shadow: var(--bs-btn-box-shadow);
    --bs-btn-font-size: 1.1rem;
}
.btn-1 {
    padding-top: 8px;
    padding-bottom: 9px;
}
.btn span{
    display:inline-block;
}

    .btn .fa {
        margin-right: 0.05rem !important;
        display: inline-block;
    
    }

    .btn.bg-primary-subtle:hover {
        background-color: var(--bs-primary) !important;
        color: var(--bs-white) !important;
    }

    .btn.bg-secondary-subtle:hover {
        background-color: var(--bs-secondary) !important;
        color: var(--bs-white) !important;
    }

    .btn.bg-warning-subtle:hover {
        background-color: var(--bs-warning) !important;
        color: var(--bs-white) !important;
    }

    .btn.bg-danger-subtle:hover {
        background-color: var(--bs-danger) !important;
        color: var(--bs-white) !important;
    }

    .btn.bg-success-subtle:hover {
        background-color: var(--bs-success) !important;
        color: var(--bs-white) !important;
    }

    .btn.bg-info-subtle:hover {
        background-color: var(--bs-info) !important;
        color: var(--bs-white) !important;
    }

.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 5px;
    line-height: 30px;
}

    .btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
        width: 35px;
        height: 35px;
        padding: 8px 10px;
        font-size: 14px;
    }

    .btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
        width: 50px;
        height: 50px;
        padding: 14px 10px;
        font-size: 18px;
        line-height: 23px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 14px 15px;
        font-size: 24px;
    }

.btn-white {
    background-color: var(--bs-white);
    color: var(--bs-primary);
}

    .btn-white:hover {
        background-color: var(--bs-white);
        color: var(--bs-primary);
    }

.btn-white-outline {
    background-color: transparent;
    border: 1px solid var(--bs-white);
    color: var(--bs-white);
}

    .btn-white-outline:hover {
        background-color: var(--bs-white);
        color: var(--bs-primary);
    }

.btn-default {
    background-color: var(--bs-gray-100);
    color: var(--bs-dark);
    border: solid 1px var(--bs-gray-400);
}
.btn-default:hover {
    background-color: var(--bs-gray-300);
    color: var(--bs-dark);
    border: solid 1px var(--bs-gray-400);
}

.button-group .btn {
    margin-bottom: 12px;
    margin-right: 12px;
}

.btn .text-active {
    display: none;
}

.btn.active .text {
    display: none;
}

.btn.active .text-active {
    display: inline-block;
}

.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
    width: 50px;
    height: 50px;
    padding: 14px 10px;
    font-size: 18px;
    line-height: 23px;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

html[data-card=border] .card {
    border: 1px solid var(--bs-border-color);
    box-shadow: none;
}

.card {
    margin-bottom: var(--bs-gutter-x);
}

.card-title-cat {
    font-size: 1.15rem;    
    margin-bottom: 3px;
    color: var(--bs-card-title-color) !important;
    
}
.card-title-product,
.card-title-product a {
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: var(--bs-card-title-color) !important;
    font-family: var(--bs-card-font-family);
}
.card-title-product a {    
    margin-bottom: 0px;    
}

.card-title-category,
.card-title-category a {
    font-size: 1.4rem;
    margin-bottom: 8px;
    color: var(--bs-card-title-color) !important;
    font-family: var(--bs-card-font-family);
}

.card-subtitle {
    font-size: 14px;
    line-height: 24px;
    color: var(--bs-card-subtitle-color);
}

.card-hover {
    transition: .2s ease-in;
}

    .card-hover:hover {
        transform: translate3d(0, -5px, 0);
    }

.cardwithborder .card {
    box-shadow: none;
    border: 1px solid var(--bs-border-color);
}

.auth-card {
    max-width: 460px;
    width: 100%
}

.card-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
}

.draggable-cards .card-header {
    cursor: move;
}

.card-moved .card {
    background: var(--bs-info);
    color: var(--bs-white);
}

.dropdown-menu-animate-up {
    animation: animation-dropdown-menu-fade-in .5s ease 1, animation-dropdown-menu-move-up .5s ease-out 1;
}

@keyframes animation-dropdown-menu-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.user-profile-tab .nav-item .nav-link {
    background-color: transparent;
    color: var(--bs-heading-color);
}

    .user-profile-tab .nav-item .nav-link.active {
        color: var(--bs-primary);
        border-bottom: 2px solid var(--bs-primary);
    }

.accordion-no-button::after {
    display: none
}
.text-muted{
    color:#ccc !important;
}

.nav-tabs .nav-link {
    font-size: 1.0rem;
    color: var(--bs-nav-tabs-link-active-color);
    font-weight: 500;
}

    .nav-tabs .nav-link.active {
        background-color: #38ab9a;
    }
/*.nav-tabs, .nav-tabs .nav-link {
    border-radius: 6px;
}*/

.progress-bar {
    border-radius: 6px;
}

.form-control-lg, .form-select-lg, .input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
    border-radius: 6px;
}

.attendance .form-select {
    max-width: 120px;
}

.form-check-input.success:checked {
    background-color: var(--bs-success);
    border: var(--bs-success);
}

.form-check-input.danger:checked {
    background-color: var(--bs-danger);
    border: var(--bs-danger);
}

.form-check-input.warning:checked {
    background-color: var(--bs-warning);
    border: var(--bs-warning);
}

.form-check-input.primary:checked {
    background-color: var(--bs-primary);
    border: var(--bs-primary);
}

.form-check-input.secondary:checked {
    background-color: var(--bs-secondary);
    border: var(--bs-secondary);
}

.r-separator .form-group {
    border-bottom: 1px solid var(--bs-border-color);
}

    .r-separator .form-group:last-child {
        border-bottom: none;
    }

.striped-rows .row:nth-child(odd) {
    background-color: var(--bs-gray-200);
}

.b-form .row {
    border-bottom: 1px solid var(--bs-border-color);
    margin-bottom: 0;
    padding: 15px 0;
}

    .b-form .row:last-child {
        border-bottom: none;
    }

.b-label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.floating-labels .form-control {
    box-shadow: none;
}

.floating-labels .form-group {
    position: relative;
}

.floating-labels .form-control {
    padding: 10px 10px 10px 0;
    display: block;
    border: none;
    font-family: var(--bs-body-font-family);
    border-radius: 0;
    border-bottom: 1px solid var(--bs-gray-300);
}

    .floating-labels .form-control:focus {
        box-shadow: none;
    }

.floating-labels select.form-control > option {
    font-size: 14px;
}

.floating-labels .has-error .form-control {
    border-bottom: 1px solid var(--bs-danger) !important;
}

.floating-labels .has-warning .form-control {
    border-bottom: 1px solid var(--bs-warning) !important;
}

.floating-labels .has-success .form-control {
    border-bottom: 1px solid var(--bs-success) !important;
}

.floating-labels .form-control:focus {
    outline: 0;
    border: none;
}

.floating-labels label {
    color: var(--bs-body-color-rgb);
    position: absolute;
    cursor: auto;
    top: 5px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
}

.floating-labels .focused label {
    top: -20px;
    font-size: 12px;
    color: var(--bs-dark);
}

.floating-labels .bar {
    position: relative;
    display: block;
}

    .floating-labels .bar:after, .floating-labels .bar:before {
        content: "";
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: var(--bs-primary);
        transition: .2s ease all;
        -moz-transition: .2s ease all;
        -webkit-transition: .2s ease all;
    }

    .floating-labels .bar:before {
        left: 50%
    }

    .floating-labels .bar:after {
        right: 50%
    }

.floating-labels .form-control:focus ~ .bar:after, .floating-labels .form-control:focus ~ .bar:before {
    width: 50%
}

.floating-labels .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5;
}

.floating-labels .input-lg, .floating-labels .input-lg ~ label {
    font-size: 24px;
}

.floating-labels .input-sm, .floating-labels .input-sm ~ label {
    font-size: 16px;
}

.has-warning .bar:after, .has-warning .bar:before {
    background: var(--bs-warning);
}

.has-success .bar:after, .has-success .bar:before {
    background: var(--bs-success);
}

.has-error .bar:after, .has-error .bar:before {
    background: var(--bs-danger);
}

.form-control-danger, .form-control-success, .form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label, .has-success .custom-control, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label {
    color: var(--bs-success);
}

.has-success .form-control-success {
    background-image: url(../images/svgs/success.svg);
}

.has-success .form-control {
    border-color: var(--bs-success);
}

.has-warning .col-form-label, .has-warning .custom-control, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label {
    color: var(--bs-warning);
}

.has-warning .form-control-warning {
    background-image: url(../images/svgs/warning.svg);
}

.has-warning .form-control {
    border-color: var(--bs-warning);
}

.has-danger .col-form-label, .has-danger .custom-control, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
    color: var(--bs-danger);
}

.has-danger .form-control-danger {
    background-image: url(../images/svgs/danger.svg);
}

.has-danger .form-control {
    border-color: var(--bs-danger);
}

.dropzone {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--bs-primary) !important;
    border-radius: 6px;
    background-color: var(--bs-primary-bg-subtle) !important;
}

    .dropzone .dz-preview .dz-error-message {
        background: var(--bs-danger) !important;
    }

        .dropzone .dz-preview .dz-error-message:after {
            border-bottom: 6px solid var(--bs-danger) !important;
        }

.datepicker .day, .datepicker .dow {
    padding: 5px 10px;
}

.dtp-date .material-icons {
    color: var(--bs-white) !important;
}

.error .form-control {
    border-color: var(--bs-danger);
}

.error .help-block {
    color: var(--bs-danger);
}

.validate .form-control {
    border-color: var(--bs-success);
}

.validate .help-block {
    color: var(--bs-success);
}

.picker__day--infocus:hover, .picker__day--outfocus:hover {
    background: var(--bs-primary) !important;
    color: #fff !important;
}

.picker__button--clear, .picker__button--close, .picker__button--today {
    font-weight: 600 !important;
}

.dtp div.dtp-date, .dtp div.dtp-time, .dtp table.dtp-picker-days tr > td > a.selected, .dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: var(--bs-primary) !important;
}

.ql-container {
    height: 300px !important;
    font-family: inherit !important;
}

.table > :not(caption) > * > * {
    border-color: var(--bs-table-border-color);
}

.table th {
    color: var(--bs-heading-color);
}
.table td {
    color: var(--bs-table-color);
}

.table th, .table td {
    background-color: var(--bs-table-bg);
}

    .table.table-dark th, .table.table-dark.border {
        color: var(--bs-white);
        border-color: var(--bs-table-border-color) !important;
    }

.bootstrap-table.bootstrap5 .pagination {
    max-width: 100%;
    overflow-x: auto;
}

.bootstrap-table.bootstrap5 .btn-group {
    border-radius: 6px;
}

.bootstrap-table.bootstrap5 .input-group {
    width: auto;
}

.table-striped-columns-1 tbody td:nth-child(3) {
    background-color: lightblue;
}
.table-striped-columns-1 tbody td:nth-child(3) {
    background-color: lightblue;
}
.table-striped-columns-1 tbody td:nth-child(3) {
    background-color: lightblue;
}
.table-striped-columns-1 tbody td:nth-child(3) {
    background-color: lightblue;
}

/*.table-striped-columns tbody td:nth-child(even) {
    background-color: #ff0000;
}*/

body div.dt-buttons > .dt-button, body div.dt-buttons > div.dt-button-split .dt-button {
    background: var(--bs-primary);
    border-radius: 6px;
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: #fff;
}

    body div.dt-buttons > .dt-button:hover, body div.dt-buttons > div.dt-button-split .dt-button:hover {
        background: var(--bs-primary) !important;
        border-radius: 6px !important;
        background-color: var(--bs-primary) !important;
        border: 1px solid var(--bs-primary) !important;
        color: #fff !important;
    }

body table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow: inset 0 0 0 9999px var(--bs-light);
}

body table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px var(--bs-primary);
}

.form-check-input.secondary:checked {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.form-check-input.danger:checked {
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
}

.form-check-input.warning:checked {
    background-color: var(--bs-warning);
    border-color: var(--bs-warning);
}

.form-check-input.success:checked {
    background-color: var(--bs-success);
    border-color: var(--bs-success);
}

.h-4 {
    height: 4px;
}

.h-5 {
    height: 5px;
}

.h-140 {
    height: 140px !important;
}

.h-330 {
    height: 330px;
}

.h-370 {
    height: 370px;
}

.h-450 {
    height: 450px;
}

.h-475 {
    height: 475px;
}

.h-755 {
    height: 755px;
}

.h-600 {
    height: 600px;
}

.h-500 {
    height: 500px;
}

.round-100 {
    width: 100px;
    height: 100px;
}

.round-110 {
    width: 110px;
    height: 110px;
}

.min-width-40 {
    min-width: 40px !important;
}

.round-8 {
    width: 8px;
    height: 8px;
}

.round-10 {
    width: 10px;
    height: 10px;
}

.round-16 {
    width: 16px;
    height: 16px;
}

.round-20 {
    width: 20px !important;
    height: 20px !important;
}

.round-30 {
    width: 30px;
    height: 30px;
}

.round-32 {
    width: 32px;
    height: 32px;
}

.round-40 {
    width: 40px !important;
    height: 40px;
}

.round {
    width: 45px;
    height: 45px;
}

.round-sm {
    width: 35px;
    height: 35px;
}

.round-50 {
    width: 50px;
    height: 50px;
}

.round-48 {
    width: 48px;
    height: 48px;
}

.round-56 {
    width: 56px;
    height: 56px;
}

.feather-sm {
    width: 18px;
    height: 18px;
}

.feather-lg {
    width: 28px;
    height: 28px;
}

.feather-xl {
    width: 35px;
    height: 35px;
}

.iconify-sm {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconify-md {
    font-size: 20px;
}

.iconify-lg {
    font-size: 30px;
}

.iconify-xl {
    font-size: 35px;
}

.iconify-xxl {
    font-size: 48px;
}

.w-80 {
    width: 80%
}

.icon-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-icon-hover-bg {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .nav-icon-hover-bg:hover {
        background-color: var(--bs-primary-bg-subtle);
        color: var(--bs-primary);
    }

.hover-img {
    transition: .2s ease-in;
}

    .hover-img:hover {
        transform: translateY(-10px);
    }

.radial-gradient {
    position: relative;
}

    .radial-gradient::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: .3;
        background: radial-gradient(#d2f1df, #d3d7fa, #bad8f4) 0 0/400% 400%;
        animation: 15s ease 0s infinite normal none running gradient;
    }

.linear-gradient {
    background-image: linear-gradient(#50b2fc, #f44c66);
}

.bg-primary-gt {
    background: linear-gradient(261.23deg, var(--bs-primary) .42%, #5a52ff 100%);
}

.bg-light-dark {
    background-color: rgba(0, 0, 0, .3) !important;
}

.bg-hover-primary:hover {
    color: var(--bs-primary) !important;
}

.bg-hover-light-black:hover {
    background: var(--bs-light);
}

.z-index-5 {
    z-index: 5 !important;
}

.text-body-color {
    color: var(--bs-body-color-rgb);
}

.title-part-padding {
    padding: 15px 30px;
}

.lstick {
    width: 2px;
    background: var(--bs-info);
    height: 30px;
    margin-left: -20px;
    margin-right: 18px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--bs-heading-color) !important;
    line-height: 140%;
    font-weight: 500 !important;
   
    margin: 0px !important;
}

.text-bodycolor {
    color: #67757c;
}

.auth-max-width {
    width: 100%;
    max-width: 400px;
}

.truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cursor-pointer {
    cursor: pointer;
}

html[dir=rtl] .btn-group > .btn-group:not(:first-child), html[dir=rtl] .btn-group > .btn:not(:first-child) {
    margin-right: -var(--bs-border-width);
}

html[dir=rtl] .btn-group > .btn-group:not(:last-child) > .btn, html[dir=rtl] .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

html[dir=rtl] .btn-group > .btn-group:not(:first-child) > .btn, html[dir=rtl] .btn-group > .btn:nth-child(n+3), html[dir=rtl] .btn-group > :not(.btn-check) + .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

html[dir=rtl] .float-start {
    float: right !important;
}

html[dir=rtl] .float-end {
    float: left !important;
}

html[dir=rtl] .float-none {
    float: none !important;
}

@media (min-width:576px) {
    html[dir=rtl] .float-sm-start {
        float: right !important;
    }

    html[dir=rtl] .float-sm-end {
        float: left !important;
    }

    html[dir=rtl] .float-sm-none {
        float: none !important;
    }
}

@media (min-width:768px) {
    html[dir=rtl] .float-md-start {
        float: right !important;
    }

    html[dir=rtl] .float-md-end {
        float: left !important;
    }

    html[dir=rtl] .float-md-none {
        float: none !important;
    }
}

@media (min-width:992px) {
    html[dir=rtl] .float-lg-start {
        float: right !important;
    }

    html[dir=rtl] .float-lg-end {
        float: left !important;
    }

    html[dir=rtl] .float-lg-none {
        float: none !important;
    }
}

@media (min-width:1300px) {
    html[dir=rtl] .float-xl-start {
        float: right !important;
    }

    html[dir=rtl] .float-xl-end {
        float: left !important;
    }

    html[dir=rtl] .float-xl-none {
        float: none !important;
    }
}

@media (min-width:1400px) {
    html[dir=rtl] .float-xxl-start {
        float: right !important;
    }

    html[dir=rtl] .float-xxl-end {
        float: left !important;
    }

    html[dir=rtl] .float-xxl-none {
        float: none !important;
    }
}

html[dir=rtl] .dropdown-menu-start {
    --bs-position: start;
    right: 0;
    left: auto;
}

html[dir=rtl] .dropdown-menu-end {
    --bs-position: end;
    right: auto;
    left: 0;
}

@media (min-width:576px) {
    html[dir=rtl] .dropdown-menu-sm-start {
        --bs-position: start;
        right: 0;
        left: auto;
    }

    html[dir=rtl] .dropdown-menu-sm-end {
        --bs-position: end;
        right: auto;
        left: 0;
    }
}

@media (min-width:768px) {
    html[dir=rtl] .dropdown-menu-md-start {
        --bs-position: start;
        right: 0;
        left: auto;
    }

    html[dir=rtl] .dropdown-menu-md-end {
        --bs-position: end;
        right: auto;
        left: 0;
    }
}

@media (min-width:992px) {
    html[dir=rtl] .dropdown-menu-lg-start {
        --bs-position: start;
        right: 0;
        left: auto;
    }

    html[dir=rtl] .dropdown-menu-lg-end {
        --bs-position: end;
        right: auto;
        left: 0;
    }
}

@media (min-width:1300px) {
    html[dir=rtl] .dropdown-menu-xl-start {
        --bs-position: start;
        right: 0;
        left: auto;
    }

    html[dir=rtl] .dropdown-menu-xl-end {
        --bs-position: end;
        right: auto;
        left: 0;
    }
}

@media (min-width:1400px) {
    html[dir=rtl] .dropdown-menu-xxl-start {
        --bs-position: start;
        right: 0;
        left: auto;
    }

    html[dir=rtl] .dropdown-menu-xxl-end {
        --bs-position: end;
        right: auto;
        left: 0;
    }
}

html[dir=rtl] .m-0 {
    margin: 0 !important;
}

html[dir=rtl] .mt-0, html[dir=rtl] .my-0 {
    margin-top: 0 !important;
}

html[dir=rtl] .me-0 {
    margin-right: unset !important;
    margin-left: 0 !important;
}

html[dir=rtl] .mb-0, html[dir=rtl] .my-0 {
    margin-bottom: 0 !important;
}

html[dir=rtl] .ms-0 {
    margin-left: unset !important;
    margin-right: 0 !important;
}

html[dir=rtl] .m-1 {
    margin: .25rem !important;
}

html[dir=rtl] .mt-1, html[dir=rtl] .my-1 {
    margin-top: .25rem !important;
}

html[dir=rtl] .me-1 {
    margin-right: unset !important;
    margin-left: .25rem !important;
}

html[dir=rtl] .mb-1, html[dir=rtl] .my-1 {
    margin-bottom: .25rem !important;
}

html[dir=rtl] .ms-1 {
    margin-left: unset !important;
    margin-right: .25rem !important;
}

html[dir=rtl] .m-2 {
    margin: .5rem !important;
}

html[dir=rtl] .mt-2, html[dir=rtl] .my-2 {
    margin-top: .5rem !important;
}

html[dir=rtl] .me-2 {
    margin-right: unset !important;
    margin-left: .5rem !important;
}

html[dir=rtl] .mb-2, html[dir=rtl] .my-2 {
    margin-bottom: .5rem !important;
}

html[dir=rtl] .ms-2 {
    margin-left: unset !important;
    margin-right: .5rem !important;
}

html[dir=rtl] .m-3 {
    margin: 1rem !important;
}

html[dir=rtl] .mt-3, html[dir=rtl] .my-3 {
    margin-top: 1rem !important;
}

html[dir=rtl] .me-3 {
    margin-right: unset !important;
    margin-left: 1rem !important;
}

html[dir=rtl] .mb-3, html[dir=rtl] .my-3 {
    margin-bottom: 1rem !important;
}

html[dir=rtl] .ms-3 {
    margin-left: unset !important;
    margin-right: 1rem !important;
}

html[dir=rtl] .m-4 {
    margin: 1.5rem !important;
}

html[dir=rtl] .mt-4, html[dir=rtl] .my-4 {
    margin-top: 1.5rem !important;
}

html[dir=rtl] .me-4 {
    margin-right: unset !important;
    margin-left: 1.5rem !important;
}

html[dir=rtl] .mb-4, html[dir=rtl] .my-4 {
    margin-bottom: 1.5rem !important;
}

html[dir=rtl] .ms-4 {
    margin-left: unset !important;
    margin-right: 1.5rem !important;
}

html[dir=rtl] .m-5 {
    margin: 3rem !important;
}

html[dir=rtl] .mt-5, html[dir=rtl] .my-5 {
    margin-top: 3rem !important;
}

html[dir=rtl] .me-5 {
    margin-right: unset !important;
    margin-left: 3rem !important;
}

html[dir=rtl] .mb-5, html[dir=rtl] .my-5 {
    margin-bottom: 3rem !important;
}

html[dir=rtl] .ms-5 {
    margin-left: unset !important;
    margin-right: 3rem !important;
}

html[dir=rtl] .m-6 {
    margin: 12px !important;
}

html[dir=rtl] .mt-6, html[dir=rtl] .my-6 {
    margin-top: 12px !important;
}

html[dir=rtl] .me-6 {
    margin-right: unset !important;
    margin-left: 12px !important;
}

html[dir=rtl] .mb-6, html[dir=rtl] .my-6 {
    margin-bottom: 12px !important;
}

html[dir=rtl] .ms-6 {
    margin-left: unset !important;
    margin-right: 12px !important;
}

html[dir=rtl] .m-7 {
    margin: 30px !important;
}

html[dir=rtl] .mt-7, html[dir=rtl] .my-7 {
    margin-top: 30px !important;
}

html[dir=rtl] .me-7 {
    margin-right: unset !important;
    margin-left: 30px !important;
}

html[dir=rtl] .mb-7, html[dir=rtl] .my-7 {
    margin-bottom: 30px !important;
}

html[dir=rtl] .ms-7 {
    margin-left: unset !important;
    margin-right: 30px !important;
}

html[dir=rtl] .m-8 {
    margin: 10px !important;
}

html[dir=rtl] .mt-8, html[dir=rtl] .my-8 {
    margin-top: 10px !important;
}

html[dir=rtl] .me-8 {
    margin-right: unset !important;
    margin-left: 10px !important;
}

html[dir=rtl] .mb-8, html[dir=rtl] .my-8 {
    margin-bottom: 10px !important;
}

html[dir=rtl] .ms-8 {
    margin-left: unset !important;
    margin-right: 10px !important;
}

html[dir=rtl] .m-9 {
    margin: 20px !important;
}

html[dir=rtl] .mt-9, html[dir=rtl] .my-9 {
    margin-top: 20px !important;
}

html[dir=rtl] .me-9 {
    margin-right: unset !important;
    margin-left: 20px !important;
}

html[dir=rtl] .mb-9, html[dir=rtl] .my-9 {
    margin-bottom: 20px !important;
}

html[dir=rtl] .ms-9 {
    margin-left: unset !important;
    margin-right: 20px !important;
}

html[dir=rtl] .p-0 {
    padding: 0 !important;
}

html[dir=rtl] .pt-0, html[dir=rtl] .py-0 {
    padding-top: 0 !important;
}

html[dir=rtl] .pe-0 {
    padding-right: unset !important;
    padding-left: 0 !important;
}

html[dir=rtl] .pb-0, html[dir=rtl] .py-0 {
    padding-bottom: 0 !important;
}

html[dir=rtl] .ps-0 {
    padding-left: unset !important;
    padding-right: 0 !important;
}

html[dir=rtl] .p-1 {
    padding: .25rem !important;
}

html[dir=rtl] .pt-1, html[dir=rtl] .py-1 {
    padding-top: .25rem !important;
}

html[dir=rtl] .pe-1 {
    padding-right: unset !important;
    padding-left: .25rem !important;
}

html[dir=rtl] .pb-1, html[dir=rtl] .py-1 {
    padding-bottom: .25rem !important;
}

html[dir=rtl] .ps-1 {
    padding-left: unset !important;
    padding-right: .25rem !important;
}

html[dir=rtl] .p-2 {
    padding: .5rem !important;
}

html[dir=rtl] .pt-2, html[dir=rtl] .py-2 {
    padding-top: .5rem !important;
}

html[dir=rtl] .pe-2 {
    padding-right: unset !important;
    padding-left: .5rem !important;
}

html[dir=rtl] .pb-2, html[dir=rtl] .py-2 {
    padding-bottom: .5rem !important;
}

html[dir=rtl] .ps-2 {
    padding-left: unset !important;
    padding-right: .5rem !important;
}

html[dir=rtl] .p-3 {
    padding: 1rem !important;
}

html[dir=rtl] .pt-3, html[dir=rtl] .py-3 {
    padding-top: 1rem !important;
}

html[dir=rtl] .pe-3 {
    padding-right: unset !important;
    padding-left: 1rem !important;
}

html[dir=rtl] .pb-3, html[dir=rtl] .py-3 {
    padding-bottom: 1rem !important;
}

html[dir=rtl] .ps-3 {
    padding-left: unset !important;
    padding-right: 1rem !important;
}

html[dir=rtl] .p-4 {
    padding: 1.5rem !important;
}

html[dir=rtl] .pt-4, html[dir=rtl] .py-4 {
    padding-top: 1.5rem !important;
}

html[dir=rtl] .pe-4 {
    padding-right: unset !important;
    padding-left: 1.5rem !important;
}

html[dir=rtl] .pb-4, html[dir=rtl] .py-4 {
    padding-bottom: 1.5rem !important;
}

html[dir=rtl] .ps-4 {
    padding-left: unset !important;
    padding-right: 1.5rem !important;
}

html[dir=rtl] .p-5 {
    padding: 3rem !important;
}

html[dir=rtl] .pt-5, html[dir=rtl] .py-5 {
    padding-top: 3rem !important;
}

html[dir=rtl] .pe-5 {
    padding-right: unset !important;
    padding-left: 3rem !important;
}

html[dir=rtl] .pb-5, html[dir=rtl] .py-5 {
    padding-bottom: 3rem !important;
}

html[dir=rtl] .ps-5 {
    padding-left: unset !important;
    padding-right: 3rem !important;
}

html[dir=rtl] .p-6 {
    padding: 12px !important;
}

html[dir=rtl] .pt-6, html[dir=rtl] .py-6 {
    padding-top: 12px !important;
}

html[dir=rtl] .pe-6 {
    padding-right: unset !important;
    padding-left: 12px !important;
}

html[dir=rtl] .pb-6, html[dir=rtl] .py-6 {
    padding-bottom: 12px !important;
}

html[dir=rtl] .ps-6 {
    padding-left: unset !important;
    padding-right: 12px !important;
}

html[dir=rtl] .p-7 {
    padding: 30px !important;
}

html[dir=rtl] .pt-7, html[dir=rtl] .py-7 {
    padding-top: 30px !important;
}

html[dir=rtl] .pe-7 {
    padding-right: unset !important;
    padding-left: 30px !important;
}

html[dir=rtl] .pb-7, html[dir=rtl] .py-7 {
    padding-bottom: 30px !important;
}

html[dir=rtl] .ps-7 {
    padding-left: unset !important;
    padding-right: 30px !important;
}

html[dir=rtl] .p-8 {
    padding: 10px !important;
}

html[dir=rtl] .pt-8, html[dir=rtl] .py-8 {
    padding-top: 10px !important;
}

html[dir=rtl] .pe-8 {
    padding-right: unset !important;
    padding-left: 10px !important;
}

html[dir=rtl] .pb-8, html[dir=rtl] .py-8 {
    padding-bottom: 10px !important;
}

html[dir=rtl] .ps-8 {
    padding-left: unset !important;
    padding-right: 10px !important;
}

html[dir=rtl] .p-9 {
    padding: 20px !important;
}

html[dir=rtl] .pt-9, html[dir=rtl] .py-9 {
    padding-top: 20px !important;
}

html[dir=rtl] .pe-9 {
    padding-right: unset !important;
    padding-left: 20px !important;
}

html[dir=rtl] .pb-9, html[dir=rtl] .py-9 {
    padding-bottom: 20px !important;
}

html[dir=rtl] .ps-9 {
    padding-left: unset !important;
    padding-right: 20px !important;
}

html[dir=rtl] .m-n1 {
    margin: -.25rem !important;
}

html[dir=rtl] .mt-n1, html[dir=rtl] .my-n1 {
    margin-top: -.25rem !important;
}

html[dir=rtl] .me-n1, html[dir=rtl] .mx-n1 {
    margin-right: unset !important;
    margin-left: -.25rem !important;
}

html[dir=rtl] .mb-n1, html[dir=rtl] .my-n1 {
    margin-bottom: -.25rem !important;
}

html[dir=rtl] .ms-n1, html[dir=rtl] .mx-n1 {
    margin-left: unset !important;
    margin-right: -.25rem !important;
}

html[dir=rtl] .m-n2 {
    margin: -.5rem !important;
}

html[dir=rtl] .mt-n2, html[dir=rtl] .my-n2 {
    margin-top: -.5rem !important;
}

html[dir=rtl] .me-n2, html[dir=rtl] .mx-n2 {
    margin-right: unset !important;
    margin-left: -.5rem !important;
}

html[dir=rtl] .mb-n2, html[dir=rtl] .my-n2 {
    margin-bottom: -.5rem !important;
}

html[dir=rtl] .ms-n2, html[dir=rtl] .mx-n2 {
    margin-left: unset !important;
    margin-right: -.5rem !important;
}

html[dir=rtl] .m-n3 {
    margin: -1rem !important;
}

html[dir=rtl] .mt-n3, html[dir=rtl] .my-n3 {
    margin-top: -1rem !important;
}

html[dir=rtl] .me-n3, html[dir=rtl] .mx-n3 {
    margin-right: unset !important;
    margin-left: -1rem !important;
}

html[dir=rtl] .mb-n3, html[dir=rtl] .my-n3 {
    margin-bottom: -1rem !important;
}

html[dir=rtl] .ms-n3, html[dir=rtl] .mx-n3 {
    margin-left: unset !important;
    margin-right: -1rem !important;
}

html[dir=rtl] .m-n4 {
    margin: -1.5rem !important;
}

html[dir=rtl] .mt-n4, html[dir=rtl] .my-n4 {
    margin-top: -1.5rem !important;
}

html[dir=rtl] .me-n4, html[dir=rtl] .mx-n4 {
    margin-right: unset !important;
    margin-left: -1.5rem !important;
}

html[dir=rtl] .mb-n4, html[dir=rtl] .my-n4 {
    margin-bottom: -1.5rem !important;
}

html[dir=rtl] .ms-n4, html[dir=rtl] .mx-n4 {
    margin-left: unset !important;
    margin-right: -1.5rem !important;
}

html[dir=rtl] .m-n5 {
    margin: -3rem !important;
}

html[dir=rtl] .mt-n5, html[dir=rtl] .my-n5 {
    margin-top: -3rem !important;
}

html[dir=rtl] .me-n5, html[dir=rtl] .mx-n5 {
    margin-right: unset !important;
    margin-left: -3rem !important;
}

html[dir=rtl] .mb-n5, html[dir=rtl] .my-n5 {
    margin-bottom: -3rem !important;
}

html[dir=rtl] .ms-n5, html[dir=rtl] .mx-n5 {
    margin-left: unset !important;
    margin-right: -3rem !important;
}

html[dir=rtl] .m-n6 {
    margin: -12px !important;
}

html[dir=rtl] .mt-n6, html[dir=rtl] .my-n6 {
    margin-top: -12px !important;
}

html[dir=rtl] .me-n6, html[dir=rtl] .mx-n6 {
    margin-right: unset !important;
    margin-left: -12px !important;
}

html[dir=rtl] .mb-n6, html[dir=rtl] .my-n6 {
    margin-bottom: -12px !important;
}

html[dir=rtl] .ms-n6, html[dir=rtl] .mx-n6 {
    margin-left: unset !important;
    margin-right: -12px !important;
}

html[dir=rtl] .m-n7 {
    margin: -30px !important;
}

html[dir=rtl] .mt-n7, html[dir=rtl] .my-n7 {
    margin-top: -30px !important;
}

html[dir=rtl] .me-n7, html[dir=rtl] .mx-n7 {
    margin-right: unset !important;
    margin-left: -30px !important;
}

html[dir=rtl] .mb-n7, html[dir=rtl] .my-n7 {
    margin-bottom: -30px !important;
}

html[dir=rtl] .ms-n7, html[dir=rtl] .mx-n7 {
    margin-left: unset !important;
    margin-right: -30px !important;
}

html[dir=rtl] .m-n8 {
    margin: -10px !important;
}

html[dir=rtl] .mt-n8, html[dir=rtl] .my-n8 {
    margin-top: -10px !important;
}

html[dir=rtl] .me-n8, html[dir=rtl] .mx-n8 {
    margin-right: unset !important;
    margin-left: -10px !important;
}

html[dir=rtl] .mb-n8, html[dir=rtl] .my-n8 {
    margin-bottom: -10px !important;
}

html[dir=rtl] .ms-n8, html[dir=rtl] .mx-n8 {
    margin-left: unset !important;
    margin-right: -10px !important;
}

html[dir=rtl] .m-n9 {
    margin: -20px !important;
}

html[dir=rtl] .mt-n9, html[dir=rtl] .my-n9 {
    margin-top: -20px !important;
}

html[dir=rtl] .me-n9, html[dir=rtl] .mx-n9 {
    margin-right: unset !important;
    margin-left: -20px !important;
}

html[dir=rtl] .mb-n9, html[dir=rtl] .my-n9 {
    margin-bottom: -20px !important;
}

html[dir=rtl] .ms-n9, html[dir=rtl] .mx-n9 {
    margin-left: unset !important;
    margin-right: -20px !important;
}

html[dir=rtl] .m-auto {
    margin: auto !important;
}

html[dir=rtl] .mt-auto, html[dir=rtl] .my-auto {
    margin-top: auto !important;
}

html[dir=rtl] .me-auto, html[dir=rtl] .mx-auto {
    margin-right: unset !important;
    margin-left: auto !important;
}

html[dir=rtl] .mb-auto, html[dir=rtl] .my-auto {
    margin-bottom: auto !important;
}

html[dir=rtl] .ms-auto, html[dir=rtl] .mx-auto {
    margin-left: unset !important;
    margin-right: auto !important;
}

@media (min-width:576px) {
    html[dir=rtl] .m-sm-0 {
        margin: 0 !important;
    }

    html[dir=rtl] .mt-sm-0, html[dir=rtl] .my-sm-0 {
        margin-top: 0 !important;
    }

    html[dir=rtl] .me-sm-0 {
        margin-right: unset !important;
        margin-left: 0 !important;
    }

    html[dir=rtl] .mb-sm-0, html[dir=rtl] .my-sm-0 {
        margin-bottom: 0 !important;
    }

    html[dir=rtl] .ms-sm-0 {
        margin-left: unset !important;
        margin-right: 0 !important;
    }

    html[dir=rtl] .m-sm-1 {
        margin: .25rem !important;
    }

    html[dir=rtl] .mt-sm-1, html[dir=rtl] .my-sm-1 {
        margin-top: .25rem !important;
    }

    html[dir=rtl] .me-sm-1 {
        margin-right: unset !important;
        margin-left: .25rem !important;
    }

    html[dir=rtl] .mb-sm-1, html[dir=rtl] .my-sm-1 {
        margin-bottom: .25rem !important;
    }

    html[dir=rtl] .ms-sm-1 {
        margin-left: unset !important;
        margin-right: .25rem !important;
    }

    html[dir=rtl] .m-sm-2 {
        margin: .5rem !important;
    }

    html[dir=rtl] .mt-sm-2, html[dir=rtl] .my-sm-2 {
        margin-top: .5rem !important;
    }

    html[dir=rtl] .me-sm-2 {
        margin-right: unset !important;
        margin-left: .5rem !important;
    }

    html[dir=rtl] .mb-sm-2, html[dir=rtl] .my-sm-2 {
        margin-bottom: .5rem !important;
    }

    html[dir=rtl] .ms-sm-2 {
        margin-left: unset !important;
        margin-right: .5rem !important;
    }

    html[dir=rtl] .m-sm-3 {
        margin: 1rem !important;
    }

    html[dir=rtl] .mt-sm-3, html[dir=rtl] .my-sm-3 {
        margin-top: 1rem !important;
    }

    html[dir=rtl] .me-sm-3 {
        margin-right: unset !important;
        margin-left: 1rem !important;
    }

    html[dir=rtl] .mb-sm-3, html[dir=rtl] .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    html[dir=rtl] .ms-sm-3 {
        margin-left: unset !important;
        margin-right: 1rem !important;
    }

    html[dir=rtl] .m-sm-4 {
        margin: 1.5rem !important;
    }

    html[dir=rtl] .mt-sm-4, html[dir=rtl] .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    html[dir=rtl] .me-sm-4 {
        margin-right: unset !important;
        margin-left: 1.5rem !important;
    }

    html[dir=rtl] .mb-sm-4, html[dir=rtl] .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    html[dir=rtl] .ms-sm-4 {
        margin-left: unset !important;
        margin-right: 1.5rem !important;
    }

    html[dir=rtl] .m-sm-5 {
        margin: 3rem !important;
    }

    html[dir=rtl] .mt-sm-5, html[dir=rtl] .my-sm-5 {
        margin-top: 3rem !important;
    }

    html[dir=rtl] .me-sm-5 {
        margin-right: unset !important;
        margin-left: 3rem !important;
    }

    html[dir=rtl] .mb-sm-5, html[dir=rtl] .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    html[dir=rtl] .ms-sm-5 {
        margin-left: unset !important;
        margin-right: 3rem !important;
    }

    html[dir=rtl] .m-sm-6 {
        margin: 12px !important;
    }

    html[dir=rtl] .mt-sm-6, html[dir=rtl] .my-sm-6 {
        margin-top: 12px !important;
    }

    html[dir=rtl] .me-sm-6 {
        margin-right: unset !important;
        margin-left: 12px !important;
    }

    html[dir=rtl] .mb-sm-6, html[dir=rtl] .my-sm-6 {
        margin-bottom: 12px !important;
    }

    html[dir=rtl] .ms-sm-6 {
        margin-left: unset !important;
        margin-right: 12px !important;
    }

    html[dir=rtl] .m-sm-7 {
        margin: 30px !important;
    }

    html[dir=rtl] .mt-sm-7, html[dir=rtl] .my-sm-7 {
        margin-top: 30px !important;
    }

    html[dir=rtl] .me-sm-7 {
        margin-right: unset !important;
        margin-left: 30px !important;
    }

    html[dir=rtl] .mb-sm-7, html[dir=rtl] .my-sm-7 {
        margin-bottom: 30px !important;
    }

    html[dir=rtl] .ms-sm-7 {
        margin-left: unset !important;
        margin-right: 30px !important;
    }

    html[dir=rtl] .m-sm-8 {
        margin: 10px !important;
    }

    html[dir=rtl] .mt-sm-8, html[dir=rtl] .my-sm-8 {
        margin-top: 10px !important;
    }

    html[dir=rtl] .me-sm-8 {
        margin-right: unset !important;
        margin-left: 10px !important;
    }

    html[dir=rtl] .mb-sm-8, html[dir=rtl] .my-sm-8 {
        margin-bottom: 10px !important;
    }

    html[dir=rtl] .ms-sm-8 {
        margin-left: unset !important;
        margin-right: 10px !important;
    }

    html[dir=rtl] .m-sm-9 {
        margin: 20px !important;
    }

    html[dir=rtl] .mt-sm-9, html[dir=rtl] .my-sm-9 {
        margin-top: 20px !important;
    }

    html[dir=rtl] .me-sm-9 {
        margin-right: unset !important;
        margin-left: 20px !important;
    }

    html[dir=rtl] .mb-sm-9, html[dir=rtl] .my-sm-9 {
        margin-bottom: 20px !important;
    }

    html[dir=rtl] .ms-sm-9 {
        margin-left: unset !important;
        margin-right: 20px !important;
    }

    html[dir=rtl] .p-sm-0 {
        padding: 0 !important;
    }

    html[dir=rtl] .pt-sm-0, html[dir=rtl] .py-sm-0 {
        padding-top: 0 !important;
    }

    html[dir=rtl] .pe-sm-0 {
        padding-right: unset !important;
        padding-left: 0 !important;
    }

    html[dir=rtl] .pb-sm-0, html[dir=rtl] .py-sm-0 {
        padding-bottom: 0 !important;
    }

    html[dir=rtl] .ps-sm-0 {
        padding-left: unset !important;
        padding-right: 0 !important;
    }

    html[dir=rtl] .p-sm-1 {
        padding: .25rem !important;
    }

    html[dir=rtl] .pt-sm-1, html[dir=rtl] .py-sm-1 {
        padding-top: .25rem !important;
    }

    html[dir=rtl] .pe-sm-1 {
        padding-right: unset !important;
        padding-left: .25rem !important;
    }

    html[dir=rtl] .pb-sm-1, html[dir=rtl] .py-sm-1 {
        padding-bottom: .25rem !important;
    }

    html[dir=rtl] .ps-sm-1 {
        padding-left: unset !important;
        padding-right: .25rem !important;
    }

    html[dir=rtl] .p-sm-2 {
        padding: .5rem !important;
    }

    html[dir=rtl] .pt-sm-2, html[dir=rtl] .py-sm-2 {
        padding-top: .5rem !important;
    }

    html[dir=rtl] .pe-sm-2 {
        padding-right: unset !important;
        padding-left: .5rem !important;
    }

    html[dir=rtl] .pb-sm-2, html[dir=rtl] .py-sm-2 {
        padding-bottom: .5rem !important;
    }

    html[dir=rtl] .ps-sm-2 {
        padding-left: unset !important;
        padding-right: .5rem !important;
    }

    html[dir=rtl] .p-sm-3 {
        padding: 1rem !important;
    }

    html[dir=rtl] .pt-sm-3, html[dir=rtl] .py-sm-3 {
        padding-top: 1rem !important;
    }

    html[dir=rtl] .pe-sm-3 {
        padding-right: unset !important;
        padding-left: 1rem !important;
    }

    html[dir=rtl] .pb-sm-3, html[dir=rtl] .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    html[dir=rtl] .ps-sm-3 {
        padding-left: unset !important;
        padding-right: 1rem !important;
    }

    html[dir=rtl] .p-sm-4 {
        padding: 1.5rem !important;
    }

    html[dir=rtl] .pt-sm-4, html[dir=rtl] .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    html[dir=rtl] .pe-sm-4 {
        padding-right: unset !important;
        padding-left: 1.5rem !important;
    }

    html[dir=rtl] .pb-sm-4, html[dir=rtl] .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    html[dir=rtl] .ps-sm-4 {
        padding-left: unset !important;
        padding-right: 1.5rem !important;
    }

    html[dir=rtl] .p-sm-5 {
        padding: 3rem !important;
    }

    html[dir=rtl] .pt-sm-5, html[dir=rtl] .py-sm-5 {
        padding-top: 3rem !important;
    }

    html[dir=rtl] .pe-sm-5 {
        padding-right: unset !important;
        padding-left: 3rem !important;
    }

    html[dir=rtl] .pb-sm-5, html[dir=rtl] .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    html[dir=rtl] .ps-sm-5 {
        padding-left: unset !important;
        padding-right: 3rem !important;
    }

    html[dir=rtl] .p-sm-6 {
        padding: 12px !important;
    }

    html[dir=rtl] .pt-sm-6, html[dir=rtl] .py-sm-6 {
        padding-top: 12px !important;
    }

    html[dir=rtl] .pe-sm-6 {
        padding-right: unset !important;
        padding-left: 12px !important;
    }

    html[dir=rtl] .pb-sm-6, html[dir=rtl] .py-sm-6 {
        padding-bottom: 12px !important;
    }

    html[dir=rtl] .ps-sm-6 {
        padding-left: unset !important;
        padding-right: 12px !important;
    }

    html[dir=rtl] .p-sm-7 {
        padding: 30px !important;
    }

    html[dir=rtl] .pt-sm-7, html[dir=rtl] .py-sm-7 {
        padding-top: 30px !important;
    }

    html[dir=rtl] .pe-sm-7 {
        padding-right: unset !important;
        padding-left: 30px !important;
    }

    html[dir=rtl] .pb-sm-7, html[dir=rtl] .py-sm-7 {
        padding-bottom: 30px !important;
    }

    html[dir=rtl] .ps-sm-7 {
        padding-left: unset !important;
        padding-right: 30px !important;
    }

    html[dir=rtl] .p-sm-8 {
        padding: 10px !important;
    }

    html[dir=rtl] .pt-sm-8, html[dir=rtl] .py-sm-8 {
        padding-top: 10px !important;
    }

    html[dir=rtl] .pe-sm-8 {
        padding-right: unset !important;
        padding-left: 10px !important;
    }

    html[dir=rtl] .pb-sm-8, html[dir=rtl] .py-sm-8 {
        padding-bottom: 10px !important;
    }

    html[dir=rtl] .ps-sm-8 {
        padding-left: unset !important;
        padding-right: 10px !important;
    }

    html[dir=rtl] .p-sm-9 {
        padding: 20px !important;
    }

    html[dir=rtl] .pt-sm-9, html[dir=rtl] .py-sm-9 {
        padding-top: 20px !important;
    }

    html[dir=rtl] .pe-sm-9 {
        padding-right: unset !important;
        padding-left: 20px !important;
    }

    html[dir=rtl] .pb-sm-9, html[dir=rtl] .py-sm-9 {
        padding-bottom: 20px !important;
    }

    html[dir=rtl] .ps-sm-9 {
        padding-left: unset !important;
        padding-right: 20px !important;
    }

    html[dir=rtl] .m-sm-n1 {
        margin: -.25rem !important;
    }

    html[dir=rtl] .mt-sm-n1, html[dir=rtl] .my-sm-n1 {
        margin-top: -.25rem !important;
    }

    html[dir=rtl] .me-sm-n1, html[dir=rtl] .mx-sm-n1 {
        margin-right: unset !important;
        margin-left: -.25rem !important;
    }

    html[dir=rtl] .mb-sm-n1, html[dir=rtl] .my-sm-n1 {
        margin-bottom: -.25rem !important;
    }

    html[dir=rtl] .ms-sm-n1, html[dir=rtl] .mx-sm-n1 {
        margin-left: unset !important;
        margin-right: -.25rem !important;
    }

    html[dir=rtl] .m-sm-n2 {
        margin: -.5rem !important;
    }

    html[dir=rtl] .mt-sm-n2, html[dir=rtl] .my-sm-n2 {
        margin-top: -.5rem !important;
    }

    html[dir=rtl] .me-sm-n2, html[dir=rtl] .mx-sm-n2 {
        margin-right: unset !important;
        margin-left: -.5rem !important;
    }

    html[dir=rtl] .mb-sm-n2, html[dir=rtl] .my-sm-n2 {
        margin-bottom: -.5rem !important;
    }

    html[dir=rtl] .ms-sm-n2, html[dir=rtl] .mx-sm-n2 {
        margin-left: unset !important;
        margin-right: -.5rem !important;
    }

    html[dir=rtl] .m-sm-n3 {
        margin: -1rem !important;
    }

    html[dir=rtl] .mt-sm-n3, html[dir=rtl] .my-sm-n3 {
        margin-top: -1rem !important;
    }

    html[dir=rtl] .me-sm-n3, html[dir=rtl] .mx-sm-n3 {
        margin-right: unset !important;
        margin-left: -1rem !important;
    }

    html[dir=rtl] .mb-sm-n3, html[dir=rtl] .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    html[dir=rtl] .ms-sm-n3, html[dir=rtl] .mx-sm-n3 {
        margin-left: unset !important;
        margin-right: -1rem !important;
    }

    html[dir=rtl] .m-sm-n4 {
        margin: -1.5rem !important;
    }

    html[dir=rtl] .mt-sm-n4, html[dir=rtl] .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    html[dir=rtl] .me-sm-n4, html[dir=rtl] .mx-sm-n4 {
        margin-right: unset !important;
        margin-left: -1.5rem !important;
    }

    html[dir=rtl] .mb-sm-n4, html[dir=rtl] .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    html[dir=rtl] .ms-sm-n4, html[dir=rtl] .mx-sm-n4 {
        margin-left: unset !important;
        margin-right: -1.5rem !important;
    }

    html[dir=rtl] .m-sm-n5 {
        margin: -3rem !important;
    }

    html[dir=rtl] .mt-sm-n5, html[dir=rtl] .my-sm-n5 {
        margin-top: -3rem !important;
    }

    html[dir=rtl] .me-sm-n5, html[dir=rtl] .mx-sm-n5 {
        margin-right: unset !important;
        margin-left: -3rem !important;
    }

    html[dir=rtl] .mb-sm-n5, html[dir=rtl] .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    html[dir=rtl] .ms-sm-n5, html[dir=rtl] .mx-sm-n5 {
        margin-left: unset !important;
        margin-right: -3rem !important;
    }

    html[dir=rtl] .m-sm-n6 {
        margin: -12px !important;
    }

    html[dir=rtl] .mt-sm-n6, html[dir=rtl] .my-sm-n6 {
        margin-top: -12px !important;
    }

    html[dir=rtl] .me-sm-n6, html[dir=rtl] .mx-sm-n6 {
        margin-right: unset !important;
        margin-left: -12px !important;
    }

    html[dir=rtl] .mb-sm-n6, html[dir=rtl] .my-sm-n6 {
        margin-bottom: -12px !important;
    }

    html[dir=rtl] .ms-sm-n6, html[dir=rtl] .mx-sm-n6 {
        margin-left: unset !important;
        margin-right: -12px !important;
    }

    html[dir=rtl] .m-sm-n7 {
        margin: -30px !important;
    }

    html[dir=rtl] .mt-sm-n7, html[dir=rtl] .my-sm-n7 {
        margin-top: -30px !important;
    }

    html[dir=rtl] .me-sm-n7, html[dir=rtl] .mx-sm-n7 {
        margin-right: unset !important;
        margin-left: -30px !important;
    }

    html[dir=rtl] .mb-sm-n7, html[dir=rtl] .my-sm-n7 {
        margin-bottom: -30px !important;
    }

    html[dir=rtl] .ms-sm-n7, html[dir=rtl] .mx-sm-n7 {
        margin-left: unset !important;
        margin-right: -30px !important;
    }

    html[dir=rtl] .m-sm-n8 {
        margin: -10px !important;
    }

    html[dir=rtl] .mt-sm-n8, html[dir=rtl] .my-sm-n8 {
        margin-top: -10px !important;
    }

    html[dir=rtl] .me-sm-n8, html[dir=rtl] .mx-sm-n8 {
        margin-right: unset !important;
        margin-left: -10px !important;
    }

    html[dir=rtl] .mb-sm-n8, html[dir=rtl] .my-sm-n8 {
        margin-bottom: -10px !important;
    }

    html[dir=rtl] .ms-sm-n8, html[dir=rtl] .mx-sm-n8 {
        margin-left: unset !important;
        margin-right: -10px !important;
    }

    html[dir=rtl] .m-sm-n9 {
        margin: -20px !important;
    }

    html[dir=rtl] .mt-sm-n9, html[dir=rtl] .my-sm-n9 {
        margin-top: -20px !important;
    }

    html[dir=rtl] .me-sm-n9, html[dir=rtl] .mx-sm-n9 {
        margin-right: unset !important;
        margin-left: -20px !important;
    }

    html[dir=rtl] .mb-sm-n9, html[dir=rtl] .my-sm-n9 {
        margin-bottom: -20px !important;
    }

    html[dir=rtl] .ms-sm-n9, html[dir=rtl] .mx-sm-n9 {
        margin-left: unset !important;
        margin-right: -20px !important;
    }

    html[dir=rtl] .m-sm-auto {
        margin: auto !important;
    }

    html[dir=rtl] .mt-sm-auto, html[dir=rtl] .my-sm-auto {
        margin-top: auto !important;
    }

    html[dir=rtl] .me-sm-auto, html[dir=rtl] .mx-sm-auto {
        margin-right: unset !important;
        margin-left: auto !important;
    }

    html[dir=rtl] .mb-sm-auto, html[dir=rtl] .my-sm-auto {
        margin-bottom: auto !important;
    }

    html[dir=rtl] .ms-sm-auto, html[dir=rtl] .mx-sm-auto {
        margin-left: unset !important;
        margin-right: auto !important;
    }
}

@media (min-width:768px) {
    html[dir=rtl] .m-md-0 {
        margin: 0 !important;
    }

    html[dir=rtl] .mt-md-0, html[dir=rtl] .my-md-0 {
        margin-top: 0 !important;
    }

    html[dir=rtl] .me-md-0 {
        margin-right: unset !important;
        margin-left: 0 !important;
    }

    html[dir=rtl] .mb-md-0, html[dir=rtl] .my-md-0 {
        margin-bottom: 0 !important;
    }

    html[dir=rtl] .ms-md-0 {
        margin-left: unset !important;
        margin-right: 0 !important;
    }

    html[dir=rtl] .m-md-1 {
        margin: .25rem !important;
    }

    html[dir=rtl] .mt-md-1, html[dir=rtl] .my-md-1 {
        margin-top: .25rem !important;
    }

    html[dir=rtl] .me-md-1 {
        margin-right: unset !important;
        margin-left: .25rem !important;
    }

    html[dir=rtl] .mb-md-1, html[dir=rtl] .my-md-1 {
        margin-bottom: .25rem !important;
    }

    html[dir=rtl] .ms-md-1 {
        margin-left: unset !important;
        margin-right: .25rem !important;
    }

    html[dir=rtl] .m-md-2 {
        margin: .5rem !important;
    }

    html[dir=rtl] .mt-md-2, html[dir=rtl] .my-md-2 {
        margin-top: .5rem !important;
    }

    html[dir=rtl] .me-md-2 {
        margin-right: unset !important;
        margin-left: .5rem !important;
    }

    html[dir=rtl] .mb-md-2, html[dir=rtl] .my-md-2 {
        margin-bottom: .5rem !important;
    }

    html[dir=rtl] .ms-md-2 {
        margin-left: unset !important;
        margin-right: .5rem !important;
    }

    html[dir=rtl] .m-md-3 {
        margin: 1rem !important;
    }

    html[dir=rtl] .mt-md-3, html[dir=rtl] .my-md-3 {
        margin-top: 1rem !important;
    }

    html[dir=rtl] .me-md-3 {
        margin-right: unset !important;
        margin-left: 1rem !important;
    }

    html[dir=rtl] .mb-md-3, html[dir=rtl] .my-md-3 {
        margin-bottom: 1rem !important;
    }

    html[dir=rtl] .ms-md-3 {
        margin-left: unset !important;
        margin-right: 1rem !important;
    }

    html[dir=rtl] .m-md-4 {
        margin: 1.5rem !important;
    }

    html[dir=rtl] .mt-md-4, html[dir=rtl] .my-md-4 {
        margin-top: 1.5rem !important;
    }

    html[dir=rtl] .me-md-4 {
        margin-right: unset !important;
        margin-left: 1.5rem !important;
    }

    html[dir=rtl] .mb-md-4, html[dir=rtl] .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    html[dir=rtl] .ms-md-4 {
        margin-left: unset !important;
        margin-right: 1.5rem !important;
    }

    html[dir=rtl] .m-md-5 {
        margin: 3rem !important;
    }

    html[dir=rtl] .mt-md-5, html[dir=rtl] .my-md-5 {
        margin-top: 3rem !important;
    }

    html[dir=rtl] .me-md-5 {
        margin-right: unset !important;
        margin-left: 3rem !important;
    }

    html[dir=rtl] .mb-md-5, html[dir=rtl] .my-md-5 {
        margin-bottom: 3rem !important;
    }

    html[dir=rtl] .ms-md-5 {
        margin-left: unset !important;
        margin-right: 3rem !important;
    }

    html[dir=rtl] .m-md-6 {
        margin: 12px !important;
    }

    html[dir=rtl] .mt-md-6, html[dir=rtl] .my-md-6 {
        margin-top: 12px !important;
    }

    html[dir=rtl] .me-md-6 {
        margin-right: unset !important;
        margin-left: 12px !important;
    }

    html[dir=rtl] .mb-md-6, html[dir=rtl] .my-md-6 {
        margin-bottom: 12px !important;
    }

    html[dir=rtl] .ms-md-6 {
        margin-left: unset !important;
        margin-right: 12px !important;
    }

    html[dir=rtl] .m-md-7 {
        margin: 30px !important;
    }

    html[dir=rtl] .mt-md-7, html[dir=rtl] .my-md-7 {
        margin-top: 30px !important;
    }

    html[dir=rtl] .me-md-7 {
        margin-right: unset !important;
        margin-left: 30px !important;
    }

    html[dir=rtl] .mb-md-7, html[dir=rtl] .my-md-7 {
        margin-bottom: 30px !important;
    }

    html[dir=rtl] .ms-md-7 {
        margin-left: unset !important;
        margin-right: 30px !important;
    }

    html[dir=rtl] .m-md-8 {
        margin: 10px !important;
    }

    html[dir=rtl] .mt-md-8, html[dir=rtl] .my-md-8 {
        margin-top: 10px !important;
    }

    html[dir=rtl] .me-md-8 {
        margin-right: unset !important;
        margin-left: 10px !important;
    }

    html[dir=rtl] .mb-md-8, html[dir=rtl] .my-md-8 {
        margin-bottom: 10px !important;
    }

    html[dir=rtl] .ms-md-8 {
        margin-left: unset !important;
        margin-right: 10px !important;
    }

    html[dir=rtl] .m-md-9 {
        margin: 20px !important;
    }

    html[dir=rtl] .mt-md-9, html[dir=rtl] .my-md-9 {
        margin-top: 20px !important;
    }

    html[dir=rtl] .me-md-9 {
        margin-right: unset !important;
        margin-left: 20px !important;
    }

    html[dir=rtl] .mb-md-9, html[dir=rtl] .my-md-9 {
        margin-bottom: 20px !important;
    }

    html[dir=rtl] .ms-md-9 {
        margin-left: unset !important;
        margin-right: 20px !important;
    }

    html[dir=rtl] .p-md-0 {
        padding: 0 !important;
    }

    html[dir=rtl] .pt-md-0, html[dir=rtl] .py-md-0 {
        padding-top: 0 !important;
    }

    html[dir=rtl] .pe-md-0 {
        padding-right: unset !important;
        padding-left: 0 !important;
    }

    html[dir=rtl] .pb-md-0, html[dir=rtl] .py-md-0 {
        padding-bottom: 0 !important;
    }

    html[dir=rtl] .ps-md-0 {
        padding-left: unset !important;
        padding-right: 0 !important;
    }

    html[dir=rtl] .p-md-1 {
        padding: .25rem !important;
    }

    html[dir=rtl] .pt-md-1, html[dir=rtl] .py-md-1 {
        padding-top: .25rem !important;
    }

    html[dir=rtl] .pe-md-1 {
        padding-right: unset !important;
        padding-left: .25rem !important;
    }

    html[dir=rtl] .pb-md-1, html[dir=rtl] .py-md-1 {
        padding-bottom: .25rem !important;
    }

    html[dir=rtl] .ps-md-1 {
        padding-left: unset !important;
        padding-right: .25rem !important;
    }

    html[dir=rtl] .p-md-2 {
        padding: .5rem !important;
    }

    html[dir=rtl] .pt-md-2, html[dir=rtl] .py-md-2 {
        padding-top: .5rem !important;
    }

    html[dir=rtl] .pe-md-2 {
        padding-right: unset !important;
        padding-left: .5rem !important;
    }

    html[dir=rtl] .pb-md-2, html[dir=rtl] .py-md-2 {
        padding-bottom: .5rem !important;
    }

    html[dir=rtl] .ps-md-2 {
        padding-left: unset !important;
        padding-right: .5rem !important;
    }

    html[dir=rtl] .p-md-3 {
        padding: 1rem !important;
    }

    html[dir=rtl] .pt-md-3, html[dir=rtl] .py-md-3 {
        padding-top: 1rem !important;
    }

    html[dir=rtl] .pe-md-3 {
        padding-right: unset !important;
        padding-left: 1rem !important;
    }

    html[dir=rtl] .pb-md-3, html[dir=rtl] .py-md-3 {
        padding-bottom: 1rem !important;
    }

    html[dir=rtl] .ps-md-3 {
        padding-left: unset !important;
        padding-right: 1rem !important;
    }

    html[dir=rtl] .p-md-4 {
        padding: 1.5rem !important;
    }

    html[dir=rtl] .pt-md-4, html[dir=rtl] .py-md-4 {
        padding-top: 1.5rem !important;
    }

    html[dir=rtl] .pe-md-4 {
        padding-right: unset !important;
        padding-left: 1.5rem !important;
    }

    html[dir=rtl] .pb-md-4, html[dir=rtl] .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    html[dir=rtl] .ps-md-4 {
        padding-left: unset !important;
        padding-right: 1.5rem !important;
    }

    html[dir=rtl] .p-md-5 {
        padding: 3rem !important;
    }

    html[dir=rtl] .pt-md-5, html[dir=rtl] .py-md-5 {
        padding-top: 3rem !important;
    }

    html[dir=rtl] .pe-md-5 {
        padding-right: unset !important;
        padding-left: 3rem !important;
    }

    html[dir=rtl] .pb-md-5, html[dir=rtl] .py-md-5 {
        padding-bottom: 3rem !important;
    }

    html[dir=rtl] .ps-md-5 {
        padding-left: unset !important;
        padding-right: 3rem !important;
    }

    html[dir=rtl] .p-md-6 {
        padding: 12px !important;
    }

    html[dir=rtl] .pt-md-6, html[dir=rtl] .py-md-6 {
        padding-top: 12px !important;
    }

    html[dir=rtl] .pe-md-6 {
        padding-right: unset !important;
        padding-left: 12px !important;
    }

    html[dir=rtl] .pb-md-6, html[dir=rtl] .py-md-6 {
        padding-bottom: 12px !important;
    }

    html[dir=rtl] .ps-md-6 {
        padding-left: unset !important;
        padding-right: 12px !important;
    }

    html[dir=rtl] .p-md-7 {
        padding: 30px !important;
    }

    html[dir=rtl] .pt-md-7, html[dir=rtl] .py-md-7 {
        padding-top: 30px !important;
    }

    html[dir=rtl] .pe-md-7 {
        padding-right: unset !important;
        padding-left: 30px !important;
    }

    html[dir=rtl] .pb-md-7, html[dir=rtl] .py-md-7 {
        padding-bottom: 30px !important;
    }

    html[dir=rtl] .ps-md-7 {
        padding-left: unset !important;
        padding-right: 30px !important;
    }

    html[dir=rtl] .p-md-8 {
        padding: 10px !important;
    }

    html[dir=rtl] .pt-md-8, html[dir=rtl] .py-md-8 {
        padding-top: 10px !important;
    }

    html[dir=rtl] .pe-md-8 {
        padding-right: unset !important;
        padding-left: 10px !important;
    }

    html[dir=rtl] .pb-md-8, html[dir=rtl] .py-md-8 {
        padding-bottom: 10px !important;
    }

    html[dir=rtl] .ps-md-8 {
        padding-left: unset !important;
        padding-right: 10px !important;
    }

    html[dir=rtl] .p-md-9 {
        padding: 20px !important;
    }

    html[dir=rtl] .pt-md-9, html[dir=rtl] .py-md-9 {
        padding-top: 20px !important;
    }

    html[dir=rtl] .pe-md-9 {
        padding-right: unset !important;
        padding-left: 20px !important;
    }

    html[dir=rtl] .pb-md-9, html[dir=rtl] .py-md-9 {
        padding-bottom: 20px !important;
    }

    html[dir=rtl] .ps-md-9 {
        padding-left: unset !important;
        padding-right: 20px !important;
    }

    html[dir=rtl] .m-md-n1 {
        margin: -.25rem !important;
    }

    html[dir=rtl] .mt-md-n1, html[dir=rtl] .my-md-n1 {
        margin-top: -.25rem !important;
    }

    html[dir=rtl] .me-md-n1, html[dir=rtl] .mx-md-n1 {
        margin-right: unset !important;
        margin-left: -.25rem !important;
    }

    html[dir=rtl] .mb-md-n1, html[dir=rtl] .my-md-n1 {
        margin-bottom: -.25rem !important;
    }

    html[dir=rtl] .ms-md-n1, html[dir=rtl] .mx-md-n1 {
        margin-left: unset !important;
        margin-right: -.25rem !important;
    }

    html[dir=rtl] .m-md-n2 {
        margin: -.5rem !important;
    }

    html[dir=rtl] .mt-md-n2, html[dir=rtl] .my-md-n2 {
        margin-top: -.5rem !important;
    }

    html[dir=rtl] .me-md-n2, html[dir=rtl] .mx-md-n2 {
        margin-right: unset !important;
        margin-left: -.5rem !important;
    }

    html[dir=rtl] .mb-md-n2, html[dir=rtl] .my-md-n2 {
        margin-bottom: -.5rem !important;
    }

    html[dir=rtl] .ms-md-n2, html[dir=rtl] .mx-md-n2 {
        margin-left: unset !important;
        margin-right: -.5rem !important;
    }

    html[dir=rtl] .m-md-n3 {
        margin: -1rem !important;
    }

    html[dir=rtl] .mt-md-n3, html[dir=rtl] .my-md-n3 {
        margin-top: -1rem !important;
    }

    html[dir=rtl] .me-md-n3, html[dir=rtl] .mx-md-n3 {
        margin-right: unset !important;
        margin-left: -1rem !important;
    }

    html[dir=rtl] .mb-md-n3, html[dir=rtl] .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    html[dir=rtl] .ms-md-n3, html[dir=rtl] .mx-md-n3 {
        margin-left: unset !important;
        margin-right: -1rem !important;
    }

    html[dir=rtl] .m-md-n4 {
        margin: -1.5rem !important;
    }

    html[dir=rtl] .mt-md-n4, html[dir=rtl] .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    html[dir=rtl] .me-md-n4, html[dir=rtl] .mx-md-n4 {
        margin-right: unset !important;
        margin-left: -1.5rem !important;
    }

    html[dir=rtl] .mb-md-n4, html[dir=rtl] .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    html[dir=rtl] .ms-md-n4, html[dir=rtl] .mx-md-n4 {
        margin-left: unset !important;
        margin-right: -1.5rem !important;
    }

    html[dir=rtl] .m-md-n5 {
        margin: -3rem !important;
    }

    html[dir=rtl] .mt-md-n5, html[dir=rtl] .my-md-n5 {
        margin-top: -3rem !important;
    }

    html[dir=rtl] .me-md-n5, html[dir=rtl] .mx-md-n5 {
        margin-right: unset !important;
        margin-left: -3rem !important;
    }

    html[dir=rtl] .mb-md-n5, html[dir=rtl] .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    html[dir=rtl] .ms-md-n5, html[dir=rtl] .mx-md-n5 {
        margin-left: unset !important;
        margin-right: -3rem !important;
    }

    html[dir=rtl] .m-md-n6 {
        margin: -12px !important;
    }

    html[dir=rtl] .mt-md-n6, html[dir=rtl] .my-md-n6 {
        margin-top: -12px !important;
    }

    html[dir=rtl] .me-md-n6, html[dir=rtl] .mx-md-n6 {
        margin-right: unset !important;
        margin-left: -12px !important;
    }

    html[dir=rtl] .mb-md-n6, html[dir=rtl] .my-md-n6 {
        margin-bottom: -12px !important;
    }

    html[dir=rtl] .ms-md-n6, html[dir=rtl] .mx-md-n6 {
        margin-left: unset !important;
        margin-right: -12px !important;
    }

    html[dir=rtl] .m-md-n7 {
        margin: -30px !important;
    }

    html[dir=rtl] .mt-md-n7, html[dir=rtl] .my-md-n7 {
        margin-top: -30px !important;
    }

    html[dir=rtl] .me-md-n7, html[dir=rtl] .mx-md-n7 {
        margin-right: unset !important;
        margin-left: -30px !important;
    }

    html[dir=rtl] .mb-md-n7, html[dir=rtl] .my-md-n7 {
        margin-bottom: -30px !important;
    }

    html[dir=rtl] .ms-md-n7, html[dir=rtl] .mx-md-n7 {
        margin-left: unset !important;
        margin-right: -30px !important;
    }

    html[dir=rtl] .m-md-n8 {
        margin: -10px !important;
    }

    html[dir=rtl] .mt-md-n8, html[dir=rtl] .my-md-n8 {
        margin-top: -10px !important;
    }

    html[dir=rtl] .me-md-n8, html[dir=rtl] .mx-md-n8 {
        margin-right: unset !important;
        margin-left: -10px !important;
    }

    html[dir=rtl] .mb-md-n8, html[dir=rtl] .my-md-n8 {
        margin-bottom: -10px !important;
    }

    html[dir=rtl] .ms-md-n8, html[dir=rtl] .mx-md-n8 {
        margin-left: unset !important;
        margin-right: -10px !important;
    }

    html[dir=rtl] .m-md-n9 {
        margin: -20px !important;
    }

    html[dir=rtl] .mt-md-n9, html[dir=rtl] .my-md-n9 {
        margin-top: -20px !important;
    }

    html[dir=rtl] .me-md-n9, html[dir=rtl] .mx-md-n9 {
        margin-right: unset !important;
        margin-left: -20px !important;
    }

    html[dir=rtl] .mb-md-n9, html[dir=rtl] .my-md-n9 {
        margin-bottom: -20px !important;
    }

    html[dir=rtl] .ms-md-n9, html[dir=rtl] .mx-md-n9 {
        margin-left: unset !important;
        margin-right: -20px !important;
    }

    html[dir=rtl] .m-md-auto {
        margin: auto !important;
    }

    html[dir=rtl] .mt-md-auto, html[dir=rtl] .my-md-auto {
        margin-top: auto !important;
    }

    html[dir=rtl] .me-md-auto, html[dir=rtl] .mx-md-auto {
        margin-right: unset !important;
        margin-left: auto !important;
    }

    html[dir=rtl] .mb-md-auto, html[dir=rtl] .my-md-auto {
        margin-bottom: auto !important;
    }

    html[dir=rtl] .ms-md-auto, html[dir=rtl] .mx-md-auto {
        margin-left: unset !important;
        margin-right: auto !important;
    }
}

@media (min-width:992px) {
    html[dir=rtl] .m-lg-0 {
        margin: 0 !important;
    }

    html[dir=rtl] .mt-lg-0, html[dir=rtl] .my-lg-0 {
        margin-top: 0 !important;
    }

    html[dir=rtl] .me-lg-0 {
        margin-right: unset !important;
        margin-left: 0 !important;
    }

    html[dir=rtl] .mb-lg-0, html[dir=rtl] .my-lg-0 {
        margin-bottom: 0 !important;
    }

    html[dir=rtl] .ms-lg-0 {
        margin-left: unset !important;
        margin-right: 0 !important;
    }

    html[dir=rtl] .m-lg-1 {
        margin: .25rem !important;
    }

    html[dir=rtl] .mt-lg-1, html[dir=rtl] .my-lg-1 {
        margin-top: .25rem !important;
    }

    html[dir=rtl] .me-lg-1 {
        margin-right: unset !important;
        margin-left: .25rem !important;
    }

    html[dir=rtl] .mb-lg-1, html[dir=rtl] .my-lg-1 {
        margin-bottom: .25rem !important;
    }

    html[dir=rtl] .ms-lg-1 {
        margin-left: unset !important;
        margin-right: .25rem !important;
    }

    html[dir=rtl] .m-lg-2 {
        margin: .5rem !important;
    }

    html[dir=rtl] .mt-lg-2, html[dir=rtl] .my-lg-2 {
        margin-top: .5rem !important;
    }

    html[dir=rtl] .me-lg-2 {
        margin-right: unset !important;
        margin-left: .5rem !important;
    }

    html[dir=rtl] .mb-lg-2, html[dir=rtl] .my-lg-2 {
        margin-bottom: .5rem !important;
    }

    html[dir=rtl] .ms-lg-2 {
        margin-left: unset !important;
        margin-right: .5rem !important;
    }

    html[dir=rtl] .m-lg-3 {
        margin: 1rem !important;
    }

    html[dir=rtl] .mt-lg-3, html[dir=rtl] .my-lg-3 {
        margin-top: 1rem !important;
    }

    html[dir=rtl] .me-lg-3 {
        margin-right: unset !important;
        margin-left: 1rem !important;
    }

    html[dir=rtl] .mb-lg-3, html[dir=rtl] .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    html[dir=rtl] .ms-lg-3 {
        margin-left: unset !important;
        margin-right: 1rem !important;
    }

    html[dir=rtl] .m-lg-4 {
        margin: 1.5rem !important;
    }

    html[dir=rtl] .mt-lg-4, html[dir=rtl] .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    html[dir=rtl] .me-lg-4 {
        margin-right: unset !important;
        margin-left: 1.5rem !important;
    }

    html[dir=rtl] .mb-lg-4, html[dir=rtl] .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    html[dir=rtl] .ms-lg-4 {
        margin-left: unset !important;
        margin-right: 1.5rem !important;
    }

    html[dir=rtl] .m-lg-5 {
        margin: 3rem !important;
    }

    html[dir=rtl] .mt-lg-5, html[dir=rtl] .my-lg-5 {
        margin-top: 3rem !important;
    }

    html[dir=rtl] .me-lg-5 {
        margin-right: unset !important;
        margin-left: 3rem !important;
    }

    html[dir=rtl] .mb-lg-5, html[dir=rtl] .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    html[dir=rtl] .ms-lg-5 {
        margin-left: unset !important;
        margin-right: 3rem !important;
    }

    html[dir=rtl] .m-lg-6 {
        margin: 12px !important;
    }

    html[dir=rtl] .mt-lg-6, html[dir=rtl] .my-lg-6 {
        margin-top: 12px !important;
    }

    html[dir=rtl] .me-lg-6 {
        margin-right: unset !important;
        margin-left: 12px !important;
    }

    html[dir=rtl] .mb-lg-6, html[dir=rtl] .my-lg-6 {
        margin-bottom: 12px !important;
    }

    html[dir=rtl] .ms-lg-6 {
        margin-left: unset !important;
        margin-right: 12px !important;
    }

    html[dir=rtl] .m-lg-7 {
        margin: 30px !important;
    }

    html[dir=rtl] .mt-lg-7, html[dir=rtl] .my-lg-7 {
        margin-top: 30px !important;
    }

    html[dir=rtl] .me-lg-7 {
        margin-right: unset !important;
        margin-left: 30px !important;
    }

    html[dir=rtl] .mb-lg-7, html[dir=rtl] .my-lg-7 {
        margin-bottom: 30px !important;
    }

    html[dir=rtl] .ms-lg-7 {
        margin-left: unset !important;
        margin-right: 30px !important;
    }

    html[dir=rtl] .m-lg-8 {
        margin: 10px !important;
    }

    html[dir=rtl] .mt-lg-8, html[dir=rtl] .my-lg-8 {
        margin-top: 10px !important;
    }

    html[dir=rtl] .me-lg-8 {
        margin-right: unset !important;
        margin-left: 10px !important;
    }

    html[dir=rtl] .mb-lg-8, html[dir=rtl] .my-lg-8 {
        margin-bottom: 10px !important;
    }

    html[dir=rtl] .ms-lg-8 {
        margin-left: unset !important;
        margin-right: 10px !important;
    }

    html[dir=rtl] .m-lg-9 {
        margin: 20px !important;
    }

    html[dir=rtl] .mt-lg-9, html[dir=rtl] .my-lg-9 {
        margin-top: 20px !important;
    }

    html[dir=rtl] .me-lg-9 {
        margin-right: unset !important;
        margin-left: 20px !important;
    }

    html[dir=rtl] .mb-lg-9, html[dir=rtl] .my-lg-9 {
        margin-bottom: 20px !important;
    }

    html[dir=rtl] .ms-lg-9 {
        margin-left: unset !important;
        margin-right: 20px !important;
    }

    html[dir=rtl] .p-lg-0 {
        padding: 0 !important;
    }

    html[dir=rtl] .pt-lg-0, html[dir=rtl] .py-lg-0 {
        padding-top: 0 !important;
    }

    html[dir=rtl] .pe-lg-0 {
        padding-right: unset !important;
        padding-left: 0 !important;
    }

    html[dir=rtl] .pb-lg-0, html[dir=rtl] .py-lg-0 {
        padding-bottom: 0 !important;
    }

    html[dir=rtl] .ps-lg-0 {
        padding-left: unset !important;
        padding-right: 0 !important;
    }

    html[dir=rtl] .p-lg-1 {
        padding: .25rem !important;
    }

    html[dir=rtl] .pt-lg-1, html[dir=rtl] .py-lg-1 {
        padding-top: .25rem !important;
    }

    html[dir=rtl] .pe-lg-1 {
        padding-right: unset !important;
        padding-left: .25rem !important;
    }

    html[dir=rtl] .pb-lg-1, html[dir=rtl] .py-lg-1 {
        padding-bottom: .25rem !important;
    }

    html[dir=rtl] .ps-lg-1 {
        padding-left: unset !important;
        padding-right: .25rem !important;
    }

    html[dir=rtl] .p-lg-2 {
        padding: .5rem !important;
    }

    html[dir=rtl] .pt-lg-2, html[dir=rtl] .py-lg-2 {
        padding-top: .5rem !important;
    }

    html[dir=rtl] .pe-lg-2 {
        padding-right: unset !important;
        padding-left: .5rem !important;
    }

    html[dir=rtl] .pb-lg-2, html[dir=rtl] .py-lg-2 {
        padding-bottom: .5rem !important;
    }

    html[dir=rtl] .ps-lg-2 {
        padding-left: unset !important;
        padding-right: .5rem !important;
    }

    html[dir=rtl] .p-lg-3 {
        padding: 1rem !important;
    }

    html[dir=rtl] .pt-lg-3, html[dir=rtl] .py-lg-3 {
        padding-top: 1rem !important;
    }

    html[dir=rtl] .pe-lg-3 {
        padding-right: unset !important;
        padding-left: 1rem !important;
    }

    html[dir=rtl] .pb-lg-3, html[dir=rtl] .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    html[dir=rtl] .ps-lg-3 {
        padding-left: unset !important;
        padding-right: 1rem !important;
    }

    html[dir=rtl] .p-lg-4 {
        padding: 1.5rem !important;
    }

    html[dir=rtl] .pt-lg-4, html[dir=rtl] .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    html[dir=rtl] .pe-lg-4 {
        padding-right: unset !important;
        padding-left: 1.5rem !important;
    }

    html[dir=rtl] .pb-lg-4, html[dir=rtl] .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    html[dir=rtl] .ps-lg-4 {
        padding-left: unset !important;
        padding-right: 1.5rem !important;
    }

    html[dir=rtl] .p-lg-5 {
        padding: 3rem !important;
    }

    html[dir=rtl] .pt-lg-5, html[dir=rtl] .py-lg-5 {
        padding-top: 3rem !important;
    }

    html[dir=rtl] .pe-lg-5 {
        padding-right: unset !important;
        padding-left: 3rem !important;
    }

    html[dir=rtl] .pb-lg-5, html[dir=rtl] .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    html[dir=rtl] .ps-lg-5 {
        padding-left: unset !important;
        padding-right: 3rem !important;
    }

    html[dir=rtl] .p-lg-6 {
        padding: 12px !important;
    }

    html[dir=rtl] .pt-lg-6, html[dir=rtl] .py-lg-6 {
        padding-top: 12px !important;
    }

    html[dir=rtl] .pe-lg-6 {
        padding-right: unset !important;
        padding-left: 12px !important;
    }

    html[dir=rtl] .pb-lg-6, html[dir=rtl] .py-lg-6 {
        padding-bottom: 12px !important;
    }

    html[dir=rtl] .ps-lg-6 {
        padding-left: unset !important;
        padding-right: 12px !important;
    }

    html[dir=rtl] .p-lg-7 {
        padding: 30px !important;
    }

    html[dir=rtl] .pt-lg-7, html[dir=rtl] .py-lg-7 {
        padding-top: 30px !important;
    }

    html[dir=rtl] .pe-lg-7 {
        padding-right: unset !important;
        padding-left: 30px !important;
    }

    html[dir=rtl] .pb-lg-7, html[dir=rtl] .py-lg-7 {
        padding-bottom: 30px !important;
    }

    html[dir=rtl] .ps-lg-7 {
        padding-left: unset !important;
        padding-right: 30px !important;
    }

    html[dir=rtl] .p-lg-8 {
        padding: 10px !important;
    }

    html[dir=rtl] .pt-lg-8, html[dir=rtl] .py-lg-8 {
        padding-top: 10px !important;
    }

    html[dir=rtl] .pe-lg-8 {
        padding-right: unset !important;
        padding-left: 10px !important;
    }

    html[dir=rtl] .pb-lg-8, html[dir=rtl] .py-lg-8 {
        padding-bottom: 10px !important;
    }

    html[dir=rtl] .ps-lg-8 {
        padding-left: unset !important;
        padding-right: 10px !important;
    }

    html[dir=rtl] .p-lg-9 {
        padding: 20px !important;
    }

    html[dir=rtl] .pt-lg-9, html[dir=rtl] .py-lg-9 {
        padding-top: 20px !important;
    }

    html[dir=rtl] .pe-lg-9 {
        padding-right: unset !important;
        padding-left: 20px !important;
    }

    html[dir=rtl] .pb-lg-9, html[dir=rtl] .py-lg-9 {
        padding-bottom: 20px !important;
    }

    html[dir=rtl] .ps-lg-9 {
        padding-left: unset !important;
        padding-right: 20px !important;
    }

    html[dir=rtl] .m-lg-n1 {
        margin: -.25rem !important;
    }

    html[dir=rtl] .mt-lg-n1, html[dir=rtl] .my-lg-n1 {
        margin-top: -.25rem !important;
    }

    html[dir=rtl] .me-lg-n1, html[dir=rtl] .mx-lg-n1 {
        margin-right: unset !important;
        margin-left: -.25rem !important;
    }

    html[dir=rtl] .mb-lg-n1, html[dir=rtl] .my-lg-n1 {
        margin-bottom: -.25rem !important;
    }

    html[dir=rtl] .ms-lg-n1, html[dir=rtl] .mx-lg-n1 {
        margin-left: unset !important;
        margin-right: -.25rem !important;
    }

    html[dir=rtl] .m-lg-n2 {
        margin: -.5rem !important;
    }

    html[dir=rtl] .mt-lg-n2, html[dir=rtl] .my-lg-n2 {
        margin-top: -.5rem !important;
    }

    html[dir=rtl] .me-lg-n2, html[dir=rtl] .mx-lg-n2 {
        margin-right: unset !important;
        margin-left: -.5rem !important;
    }

    html[dir=rtl] .mb-lg-n2, html[dir=rtl] .my-lg-n2 {
        margin-bottom: -.5rem !important;
    }

    html[dir=rtl] .ms-lg-n2, html[dir=rtl] .mx-lg-n2 {
        margin-left: unset !important;
        margin-right: -.5rem !important;
    }

    html[dir=rtl] .m-lg-n3 {
        margin: -1rem !important;
    }

    html[dir=rtl] .mt-lg-n3, html[dir=rtl] .my-lg-n3 {
        margin-top: -1rem !important;
    }

    html[dir=rtl] .me-lg-n3, html[dir=rtl] .mx-lg-n3 {
        margin-right: unset !important;
        margin-left: -1rem !important;
    }

    html[dir=rtl] .mb-lg-n3, html[dir=rtl] .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    html[dir=rtl] .ms-lg-n3, html[dir=rtl] .mx-lg-n3 {
        margin-left: unset !important;
        margin-right: -1rem !important;
    }

    html[dir=rtl] .m-lg-n4 {
        margin: -1.5rem !important;
    }

    html[dir=rtl] .mt-lg-n4, html[dir=rtl] .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    html[dir=rtl] .me-lg-n4, html[dir=rtl] .mx-lg-n4 {
        margin-right: unset !important;
        margin-left: -1.5rem !important;
    }

    html[dir=rtl] .mb-lg-n4, html[dir=rtl] .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    html[dir=rtl] .ms-lg-n4, html[dir=rtl] .mx-lg-n4 {
        margin-left: unset !important;
        margin-right: -1.5rem !important;
    }

    html[dir=rtl] .m-lg-n5 {
        margin: -3rem !important;
    }

    html[dir=rtl] .mt-lg-n5, html[dir=rtl] .my-lg-n5 {
        margin-top: -3rem !important;
    }

    html[dir=rtl] .me-lg-n5, html[dir=rtl] .mx-lg-n5 {
        margin-right: unset !important;
        margin-left: -3rem !important;
    }

    html[dir=rtl] .mb-lg-n5, html[dir=rtl] .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    html[dir=rtl] .ms-lg-n5, html[dir=rtl] .mx-lg-n5 {
        margin-left: unset !important;
        margin-right: -3rem !important;
    }

    html[dir=rtl] .m-lg-n6 {
        margin: -12px !important;
    }

    html[dir=rtl] .mt-lg-n6, html[dir=rtl] .my-lg-n6 {
        margin-top: -12px !important;
    }

    html[dir=rtl] .me-lg-n6, html[dir=rtl] .mx-lg-n6 {
        margin-right: unset !important;
        margin-left: -12px !important;
    }

    html[dir=rtl] .mb-lg-n6, html[dir=rtl] .my-lg-n6 {
        margin-bottom: -12px !important;
    }

    html[dir=rtl] .ms-lg-n6, html[dir=rtl] .mx-lg-n6 {
        margin-left: unset !important;
        margin-right: -12px !important;
    }

    html[dir=rtl] .m-lg-n7 {
        margin: -30px !important;
    }

    html[dir=rtl] .mt-lg-n7, html[dir=rtl] .my-lg-n7 {
        margin-top: -30px !important;
    }

    html[dir=rtl] .me-lg-n7, html[dir=rtl] .mx-lg-n7 {
        margin-right: unset !important;
        margin-left: -30px !important;
    }

    html[dir=rtl] .mb-lg-n7, html[dir=rtl] .my-lg-n7 {
        margin-bottom: -30px !important;
    }

    html[dir=rtl] .ms-lg-n7, html[dir=rtl] .mx-lg-n7 {
        margin-left: unset !important;
        margin-right: -30px !important;
    }

    html[dir=rtl] .m-lg-n8 {
        margin: -10px !important;
    }

    html[dir=rtl] .mt-lg-n8, html[dir=rtl] .my-lg-n8 {
        margin-top: -10px !important;
    }

    html[dir=rtl] .me-lg-n8, html[dir=rtl] .mx-lg-n8 {
        margin-right: unset !important;
        margin-left: -10px !important;
    }

    html[dir=rtl] .mb-lg-n8, html[dir=rtl] .my-lg-n8 {
        margin-bottom: -10px !important;
    }

    html[dir=rtl] .ms-lg-n8, html[dir=rtl] .mx-lg-n8 {
        margin-left: unset !important;
        margin-right: -10px !important;
    }

    html[dir=rtl] .m-lg-n9 {
        margin: -20px !important;
    }

    html[dir=rtl] .mt-lg-n9, html[dir=rtl] .my-lg-n9 {
        margin-top: -20px !important;
    }

    html[dir=rtl] .me-lg-n9, html[dir=rtl] .mx-lg-n9 {
        margin-right: unset !important;
        margin-left: -20px !important;
    }

    html[dir=rtl] .mb-lg-n9, html[dir=rtl] .my-lg-n9 {
        margin-bottom: -20px !important;
    }

    html[dir=rtl] .ms-lg-n9, html[dir=rtl] .mx-lg-n9 {
        margin-left: unset !important;
        margin-right: -20px !important;
    }

    html[dir=rtl] .m-lg-auto {
        margin: auto !important;
    }

    html[dir=rtl] .mt-lg-auto, html[dir=rtl] .my-lg-auto {
        margin-top: auto !important;
    }

    html[dir=rtl] .me-lg-auto, html[dir=rtl] .mx-lg-auto {
        margin-right: unset !important;
        margin-left: auto !important;
    }

    html[dir=rtl] .mb-lg-auto, html[dir=rtl] .my-lg-auto {
        margin-bottom: auto !important;
    }

    html[dir=rtl] .ms-lg-auto, html[dir=rtl] .mx-lg-auto {
        margin-left: unset !important;
        margin-right: auto !important;
    }
}

@media (min-width:1300px) {
    html[dir=rtl] .m-xl-0 {
        margin: 0 !important;
    }

    html[dir=rtl] .mt-xl-0, html[dir=rtl] .my-xl-0 {
        margin-top: 0 !important;
    }

    html[dir=rtl] .me-xl-0 {
        margin-right: unset !important;
        margin-left: 0 !important;
    }

    html[dir=rtl] .mb-xl-0, html[dir=rtl] .my-xl-0 {
        margin-bottom: 0 !important;
    }

    html[dir=rtl] .ms-xl-0 {
        margin-left: unset !important;
        margin-right: 0 !important;
    }

    html[dir=rtl] .m-xl-1 {
        margin: .25rem !important;
    }

    html[dir=rtl] .mt-xl-1, html[dir=rtl] .my-xl-1 {
        margin-top: .25rem !important;
    }

    html[dir=rtl] .me-xl-1 {
        margin-right: unset !important;
        margin-left: .25rem !important;
    }

    html[dir=rtl] .mb-xl-1, html[dir=rtl] .my-xl-1 {
        margin-bottom: .25rem !important;
    }

    html[dir=rtl] .ms-xl-1 {
        margin-left: unset !important;
        margin-right: .25rem !important;
    }

    html[dir=rtl] .m-xl-2 {
        margin: .5rem !important;
    }

    html[dir=rtl] .mt-xl-2, html[dir=rtl] .my-xl-2 {
        margin-top: .5rem !important;
    }

    html[dir=rtl] .me-xl-2 {
        margin-right: unset !important;
        margin-left: .5rem !important;
    }

    html[dir=rtl] .mb-xl-2, html[dir=rtl] .my-xl-2 {
        margin-bottom: .5rem !important;
    }

    html[dir=rtl] .ms-xl-2 {
        margin-left: unset !important;
        margin-right: .5rem !important;
    }

    html[dir=rtl] .m-xl-3 {
        margin: 1rem !important;
    }

    html[dir=rtl] .mt-xl-3, html[dir=rtl] .my-xl-3 {
        margin-top: 1rem !important;
    }

    html[dir=rtl] .me-xl-3 {
        margin-right: unset !important;
        margin-left: 1rem !important;
    }

    html[dir=rtl] .mb-xl-3, html[dir=rtl] .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    html[dir=rtl] .ms-xl-3 {
        margin-left: unset !important;
        margin-right: 1rem !important;
    }

    html[dir=rtl] .m-xl-4 {
        margin: 1.5rem !important;
    }

    html[dir=rtl] .mt-xl-4, html[dir=rtl] .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    html[dir=rtl] .me-xl-4 {
        margin-right: unset !important;
        margin-left: 1.5rem !important;
    }

    html[dir=rtl] .mb-xl-4, html[dir=rtl] .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    html[dir=rtl] .ms-xl-4 {
        margin-left: unset !important;
        margin-right: 1.5rem !important;
    }

    html[dir=rtl] .m-xl-5 {
        margin: 3rem !important;
    }

    html[dir=rtl] .mt-xl-5, html[dir=rtl] .my-xl-5 {
        margin-top: 3rem !important;
    }

    html[dir=rtl] .me-xl-5 {
        margin-right: unset !important;
        margin-left: 3rem !important;
    }

    html[dir=rtl] .mb-xl-5, html[dir=rtl] .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    html[dir=rtl] .ms-xl-5 {
        margin-left: unset !important;
        margin-right: 3rem !important;
    }

    html[dir=rtl] .m-xl-6 {
        margin: 12px !important;
    }

    html[dir=rtl] .mt-xl-6, html[dir=rtl] .my-xl-6 {
        margin-top: 12px !important;
    }

    html[dir=rtl] .me-xl-6 {
        margin-right: unset !important;
        margin-left: 12px !important;
    }

    html[dir=rtl] .mb-xl-6, html[dir=rtl] .my-xl-6 {
        margin-bottom: 12px !important;
    }

    html[dir=rtl] .ms-xl-6 {
        margin-left: unset !important;
        margin-right: 12px !important;
    }

    html[dir=rtl] .m-xl-7 {
        margin: 30px !important;
    }

    html[dir=rtl] .mt-xl-7, html[dir=rtl] .my-xl-7 {
        margin-top: 30px !important;
    }

    html[dir=rtl] .me-xl-7 {
        margin-right: unset !important;
        margin-left: 30px !important;
    }

    html[dir=rtl] .mb-xl-7, html[dir=rtl] .my-xl-7 {
        margin-bottom: 30px !important;
    }

    html[dir=rtl] .ms-xl-7 {
        margin-left: unset !important;
        margin-right: 30px !important;
    }

    html[dir=rtl] .m-xl-8 {
        margin: 10px !important;
    }

    html[dir=rtl] .mt-xl-8, html[dir=rtl] .my-xl-8 {
        margin-top: 10px !important;
    }

    html[dir=rtl] .me-xl-8 {
        margin-right: unset !important;
        margin-left: 10px !important;
    }

    html[dir=rtl] .mb-xl-8, html[dir=rtl] .my-xl-8 {
        margin-bottom: 10px !important;
    }

    html[dir=rtl] .ms-xl-8 {
        margin-left: unset !important;
        margin-right: 10px !important;
    }

    html[dir=rtl] .m-xl-9 {
        margin: 20px !important;
    }

    html[dir=rtl] .mt-xl-9, html[dir=rtl] .my-xl-9 {
        margin-top: 20px !important;
    }

    html[dir=rtl] .me-xl-9 {
        margin-right: unset !important;
        margin-left: 20px !important;
    }

    html[dir=rtl] .mb-xl-9, html[dir=rtl] .my-xl-9 {
        margin-bottom: 20px !important;
    }

    html[dir=rtl] .ms-xl-9 {
        margin-left: unset !important;
        margin-right: 20px !important;
    }

    html[dir=rtl] .p-xl-0 {
        padding: 0 !important;
    }

    html[dir=rtl] .pt-xl-0, html[dir=rtl] .py-xl-0 {
        padding-top: 0 !important;
    }

    html[dir=rtl] .pe-xl-0 {
        padding-right: unset !important;
        padding-left: 0 !important;
    }

    html[dir=rtl] .pb-xl-0, html[dir=rtl] .py-xl-0 {
        padding-bottom: 0 !important;
    }

    html[dir=rtl] .ps-xl-0 {
        padding-left: unset !important;
        padding-right: 0 !important;
    }

    html[dir=rtl] .p-xl-1 {
        padding: .25rem !important;
    }

    html[dir=rtl] .pt-xl-1, html[dir=rtl] .py-xl-1 {
        padding-top: .25rem !important;
    }

    html[dir=rtl] .pe-xl-1 {
        padding-right: unset !important;
        padding-left: .25rem !important;
    }

    html[dir=rtl] .pb-xl-1, html[dir=rtl] .py-xl-1 {
        padding-bottom: .25rem !important;
    }

    html[dir=rtl] .ps-xl-1 {
        padding-left: unset !important;
        padding-right: .25rem !important;
    }

    html[dir=rtl] .p-xl-2 {
        padding: .5rem !important;
    }

    html[dir=rtl] .pt-xl-2, html[dir=rtl] .py-xl-2 {
        padding-top: .5rem !important;
    }

    html[dir=rtl] .pe-xl-2 {
        padding-right: unset !important;
        padding-left: .5rem !important;
    }

    html[dir=rtl] .pb-xl-2, html[dir=rtl] .py-xl-2 {
        padding-bottom: .5rem !important;
    }

    html[dir=rtl] .ps-xl-2 {
        padding-left: unset !important;
        padding-right: .5rem !important;
    }

    html[dir=rtl] .p-xl-3 {
        padding: 1rem !important;
    }

    html[dir=rtl] .pt-xl-3, html[dir=rtl] .py-xl-3 {
        padding-top: 1rem !important;
    }

    html[dir=rtl] .pe-xl-3 {
        padding-right: unset !important;
        padding-left: 1rem !important;
    }

    html[dir=rtl] .pb-xl-3, html[dir=rtl] .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    html[dir=rtl] .ps-xl-3 {
        padding-left: unset !important;
        padding-right: 1rem !important;
    }

    html[dir=rtl] .p-xl-4 {
        padding: 1.5rem !important;
    }

    html[dir=rtl] .pt-xl-4, html[dir=rtl] .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    html[dir=rtl] .pe-xl-4 {
        padding-right: unset !important;
        padding-left: 1.5rem !important;
    }

    html[dir=rtl] .pb-xl-4, html[dir=rtl] .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    html[dir=rtl] .ps-xl-4 {
        padding-left: unset !important;
        padding-right: 1.5rem !important;
    }

    html[dir=rtl] .p-xl-5 {
        padding: 3rem !important;
    }

    html[dir=rtl] .pt-xl-5, html[dir=rtl] .py-xl-5 {
        padding-top: 3rem !important;
    }

    html[dir=rtl] .pe-xl-5 {
        padding-right: unset !important;
        padding-left: 3rem !important;
    }

    html[dir=rtl] .pb-xl-5, html[dir=rtl] .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    html[dir=rtl] .ps-xl-5 {
        padding-left: unset !important;
        padding-right: 3rem !important;
    }

    html[dir=rtl] .p-xl-6 {
        padding: 12px !important;
    }

    html[dir=rtl] .pt-xl-6, html[dir=rtl] .py-xl-6 {
        padding-top: 12px !important;
    }

    html[dir=rtl] .pe-xl-6 {
        padding-right: unset !important;
        padding-left: 12px !important;
    }

    html[dir=rtl] .pb-xl-6, html[dir=rtl] .py-xl-6 {
        padding-bottom: 12px !important;
    }

    html[dir=rtl] .ps-xl-6 {
        padding-left: unset !important;
        padding-right: 12px !important;
    }

    html[dir=rtl] .p-xl-7 {
        padding: 30px !important;
    }

    html[dir=rtl] .pt-xl-7, html[dir=rtl] .py-xl-7 {
        padding-top: 30px !important;
    }

    html[dir=rtl] .pe-xl-7 {
        padding-right: unset !important;
        padding-left: 30px !important;
    }

    html[dir=rtl] .pb-xl-7, html[dir=rtl] .py-xl-7 {
        padding-bottom: 30px !important;
    }

    html[dir=rtl] .ps-xl-7 {
        padding-left: unset !important;
        padding-right: 30px !important;
    }

    html[dir=rtl] .p-xl-8 {
        padding: 10px !important;
    }

    html[dir=rtl] .pt-xl-8, html[dir=rtl] .py-xl-8 {
        padding-top: 10px !important;
    }

    html[dir=rtl] .pe-xl-8 {
        padding-right: unset !important;
        padding-left: 10px !important;
    }

    html[dir=rtl] .pb-xl-8, html[dir=rtl] .py-xl-8 {
        padding-bottom: 10px !important;
    }

    html[dir=rtl] .ps-xl-8 {
        padding-left: unset !important;
        padding-right: 10px !important;
    }

    html[dir=rtl] .p-xl-9 {
        padding: 20px !important;
    }

    html[dir=rtl] .pt-xl-9, html[dir=rtl] .py-xl-9 {
        padding-top: 20px !important;
    }

    html[dir=rtl] .pe-xl-9 {
        padding-right: unset !important;
        padding-left: 20px !important;
    }

    html[dir=rtl] .pb-xl-9, html[dir=rtl] .py-xl-9 {
        padding-bottom: 20px !important;
    }

    html[dir=rtl] .ps-xl-9 {
        padding-left: unset !important;
        padding-right: 20px !important;
    }

    html[dir=rtl] .m-xl-n1 {
        margin: -.25rem !important;
    }

    html[dir=rtl] .mt-xl-n1, html[dir=rtl] .my-xl-n1 {
        margin-top: -.25rem !important;
    }

    html[dir=rtl] .me-xl-n1, html[dir=rtl] .mx-xl-n1 {
        margin-right: unset !important;
        margin-left: -.25rem !important;
    }

    html[dir=rtl] .mb-xl-n1, html[dir=rtl] .my-xl-n1 {
        margin-bottom: -.25rem !important;
    }

    html[dir=rtl] .ms-xl-n1, html[dir=rtl] .mx-xl-n1 {
        margin-left: unset !important;
        margin-right: -.25rem !important;
    }

    html[dir=rtl] .m-xl-n2 {
        margin: -.5rem !important;
    }

    html[dir=rtl] .mt-xl-n2, html[dir=rtl] .my-xl-n2 {
        margin-top: -.5rem !important;
    }

    html[dir=rtl] .me-xl-n2, html[dir=rtl] .mx-xl-n2 {
        margin-right: unset !important;
        margin-left: -.5rem !important;
    }

    html[dir=rtl] .mb-xl-n2, html[dir=rtl] .my-xl-n2 {
        margin-bottom: -.5rem !important;
    }

    html[dir=rtl] .ms-xl-n2, html[dir=rtl] .mx-xl-n2 {
        margin-left: unset !important;
        margin-right: -.5rem !important;
    }

    html[dir=rtl] .m-xl-n3 {
        margin: -1rem !important;
    }

    html[dir=rtl] .mt-xl-n3, html[dir=rtl] .my-xl-n3 {
        margin-top: -1rem !important;
    }

    html[dir=rtl] .me-xl-n3, html[dir=rtl] .mx-xl-n3 {
        margin-right: unset !important;
        margin-left: -1rem !important;
    }

    html[dir=rtl] .mb-xl-n3, html[dir=rtl] .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    html[dir=rtl] .ms-xl-n3, html[dir=rtl] .mx-xl-n3 {
        margin-left: unset !important;
        margin-right: -1rem !important;
    }

    html[dir=rtl] .m-xl-n4 {
        margin: -1.5rem !important;
    }

    html[dir=rtl] .mt-xl-n4, html[dir=rtl] .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    html[dir=rtl] .me-xl-n4, html[dir=rtl] .mx-xl-n4 {
        margin-right: unset !important;
        margin-left: -1.5rem !important;
    }

    html[dir=rtl] .mb-xl-n4, html[dir=rtl] .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    html[dir=rtl] .ms-xl-n4, html[dir=rtl] .mx-xl-n4 {
        margin-left: unset !important;
        margin-right: -1.5rem !important;
    }

    html[dir=rtl] .m-xl-n5 {
        margin: -3rem !important;
    }

    html[dir=rtl] .mt-xl-n5, html[dir=rtl] .my-xl-n5 {
        margin-top: -3rem !important;
    }

    html[dir=rtl] .me-xl-n5, html[dir=rtl] .mx-xl-n5 {
        margin-right: unset !important;
        margin-left: -3rem !important;
    }

    html[dir=rtl] .mb-xl-n5, html[dir=rtl] .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    html[dir=rtl] .ms-xl-n5, html[dir=rtl] .mx-xl-n5 {
        margin-left: unset !important;
        margin-right: -3rem !important;
    }

    html[dir=rtl] .m-xl-n6 {
        margin: -12px !important;
    }

    html[dir=rtl] .mt-xl-n6, html[dir=rtl] .my-xl-n6 {
        margin-top: -12px !important;
    }

    html[dir=rtl] .me-xl-n6, html[dir=rtl] .mx-xl-n6 {
        margin-right: unset !important;
        margin-left: -12px !important;
    }

    html[dir=rtl] .mb-xl-n6, html[dir=rtl] .my-xl-n6 {
        margin-bottom: -12px !important;
    }

    html[dir=rtl] .ms-xl-n6, html[dir=rtl] .mx-xl-n6 {
        margin-left: unset !important;
        margin-right: -12px !important;
    }

    html[dir=rtl] .m-xl-n7 {
        margin: -30px !important;
    }

    html[dir=rtl] .mt-xl-n7, html[dir=rtl] .my-xl-n7 {
        margin-top: -30px !important;
    }

    html[dir=rtl] .me-xl-n7, html[dir=rtl] .mx-xl-n7 {
        margin-right: unset !important;
        margin-left: -30px !important;
    }

    html[dir=rtl] .mb-xl-n7, html[dir=rtl] .my-xl-n7 {
        margin-bottom: -30px !important;
    }

    html[dir=rtl] .ms-xl-n7, html[dir=rtl] .mx-xl-n7 {
        margin-left: unset !important;
        margin-right: -30px !important;
    }

    html[dir=rtl] .m-xl-n8 {
        margin: -10px !important;
    }

    html[dir=rtl] .mt-xl-n8, html[dir=rtl] .my-xl-n8 {
        margin-top: -10px !important;
    }

    html[dir=rtl] .me-xl-n8, html[dir=rtl] .mx-xl-n8 {
        margin-right: unset !important;
        margin-left: -10px !important;
    }

    html[dir=rtl] .mb-xl-n8, html[dir=rtl] .my-xl-n8 {
        margin-bottom: -10px !important;
    }

    html[dir=rtl] .ms-xl-n8, html[dir=rtl] .mx-xl-n8 {
        margin-left: unset !important;
        margin-right: -10px !important;
    }

    html[dir=rtl] .m-xl-n9 {
        margin: -20px !important;
    }

    html[dir=rtl] .mt-xl-n9, html[dir=rtl] .my-xl-n9 {
        margin-top: -20px !important;
    }

    html[dir=rtl] .me-xl-n9, html[dir=rtl] .mx-xl-n9 {
        margin-right: unset !important;
        margin-left: -20px !important;
    }

    html[dir=rtl] .mb-xl-n9, html[dir=rtl] .my-xl-n9 {
        margin-bottom: -20px !important;
    }

    html[dir=rtl] .ms-xl-n9, html[dir=rtl] .mx-xl-n9 {
        margin-left: unset !important;
        margin-right: -20px !important;
    }

    html[dir=rtl] .m-xl-auto {
        margin: auto !important;
    }

    html[dir=rtl] .mt-xl-auto, html[dir=rtl] .my-xl-auto {
        margin-top: auto !important;
    }

    html[dir=rtl] .me-xl-auto, html[dir=rtl] .mx-xl-auto {
        margin-right: unset !important;
        margin-left: auto !important;
    }

    html[dir=rtl] .mb-xl-auto, html[dir=rtl] .my-xl-auto {
        margin-bottom: auto !important;
    }

    html[dir=rtl] .ms-xl-auto, html[dir=rtl] .mx-xl-auto {
        margin-left: unset !important;
        margin-right: auto !important;
    }
}

@media (min-width:1400px) {
    html[dir=rtl] .m-xxl-0 {
        margin: 0 !important;
    }

    html[dir=rtl] .mt-xxl-0, html[dir=rtl] .my-xxl-0 {
        margin-top: 0 !important;
    }

    html[dir=rtl] .me-xxl-0 {
        margin-right: unset !important;
        margin-left: 0 !important;
    }

    html[dir=rtl] .mb-xxl-0, html[dir=rtl] .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    html[dir=rtl] .ms-xxl-0 {
        margin-left: unset !important;
        margin-right: 0 !important;
    }

    html[dir=rtl] .m-xxl-1 {
        margin: .25rem !important;
    }

    html[dir=rtl] .mt-xxl-1, html[dir=rtl] .my-xxl-1 {
        margin-top: .25rem !important;
    }

    html[dir=rtl] .me-xxl-1 {
        margin-right: unset !important;
        margin-left: .25rem !important;
    }

    html[dir=rtl] .mb-xxl-1, html[dir=rtl] .my-xxl-1 {
        margin-bottom: .25rem !important;
    }

    html[dir=rtl] .ms-xxl-1 {
        margin-left: unset !important;
        margin-right: .25rem !important;
    }

    html[dir=rtl] .m-xxl-2 {
        margin: .5rem !important;
    }

    html[dir=rtl] .mt-xxl-2, html[dir=rtl] .my-xxl-2 {
        margin-top: .5rem !important;
    }

    html[dir=rtl] .me-xxl-2 {
        margin-right: unset !important;
        margin-left: .5rem !important;
    }

    html[dir=rtl] .mb-xxl-2, html[dir=rtl] .my-xxl-2 {
        margin-bottom: .5rem !important;
    }

    html[dir=rtl] .ms-xxl-2 {
        margin-left: unset !important;
        margin-right: .5rem !important;
    }

    html[dir=rtl] .m-xxl-3 {
        margin: 1rem !important;
    }

    html[dir=rtl] .mt-xxl-3, html[dir=rtl] .my-xxl-3 {
        margin-top: 1rem !important;
    }

    html[dir=rtl] .me-xxl-3 {
        margin-right: unset !important;
        margin-left: 1rem !important;
    }

    html[dir=rtl] .mb-xxl-3, html[dir=rtl] .my-xxl-3 {
        margin-bottom: 1rem !important;
    }

    html[dir=rtl] .ms-xxl-3 {
        margin-left: unset !important;
        margin-right: 1rem !important;
    }

    html[dir=rtl] .m-xxl-4 {
        margin: 1.5rem !important;
    }

    html[dir=rtl] .mt-xxl-4, html[dir=rtl] .my-xxl-4 {
        margin-top: 1.5rem !important;
    }

    html[dir=rtl] .me-xxl-4 {
        margin-right: unset !important;
        margin-left: 1.5rem !important;
    }

    html[dir=rtl] .mb-xxl-4, html[dir=rtl] .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    html[dir=rtl] .ms-xxl-4 {
        margin-left: unset !important;
        margin-right: 1.5rem !important;
    }

    html[dir=rtl] .m-xxl-5 {
        margin: 3rem !important;
    }

    html[dir=rtl] .mt-xxl-5, html[dir=rtl] .my-xxl-5 {
        margin-top: 3rem !important;
    }

    html[dir=rtl] .me-xxl-5 {
        margin-right: unset !important;
        margin-left: 3rem !important;
    }

    html[dir=rtl] .mb-xxl-5, html[dir=rtl] .my-xxl-5 {
        margin-bottom: 3rem !important;
    }

    html[dir=rtl] .ms-xxl-5 {
        margin-left: unset !important;
        margin-right: 3rem !important;
    }

    html[dir=rtl] .m-xxl-6 {
        margin: 12px !important;
    }

    html[dir=rtl] .mt-xxl-6, html[dir=rtl] .my-xxl-6 {
        margin-top: 12px !important;
    }

    html[dir=rtl] .me-xxl-6 {
        margin-right: unset !important;
        margin-left: 12px !important;
    }

    html[dir=rtl] .mb-xxl-6, html[dir=rtl] .my-xxl-6 {
        margin-bottom: 12px !important;
    }

    html[dir=rtl] .ms-xxl-6 {
        margin-left: unset !important;
        margin-right: 12px !important;
    }

    html[dir=rtl] .m-xxl-7 {
        margin: 30px !important;
    }

    html[dir=rtl] .mt-xxl-7, html[dir=rtl] .my-xxl-7 {
        margin-top: 30px !important;
    }

    html[dir=rtl] .me-xxl-7 {
        margin-right: unset !important;
        margin-left: 30px !important;
    }

    html[dir=rtl] .mb-xxl-7, html[dir=rtl] .my-xxl-7 {
        margin-bottom: 30px !important;
    }

    html[dir=rtl] .ms-xxl-7 {
        margin-left: unset !important;
        margin-right: 30px !important;
    }

    html[dir=rtl] .m-xxl-8 {
        margin: 10px !important;
    }

    html[dir=rtl] .mt-xxl-8, html[dir=rtl] .my-xxl-8 {
        margin-top: 10px !important;
    }

    html[dir=rtl] .me-xxl-8 {
        margin-right: unset !important;
        margin-left: 10px !important;
    }

    html[dir=rtl] .mb-xxl-8, html[dir=rtl] .my-xxl-8 {
        margin-bottom: 10px !important;
    }

    html[dir=rtl] .ms-xxl-8 {
        margin-left: unset !important;
        margin-right: 10px !important;
    }

    html[dir=rtl] .m-xxl-9 {
        margin: 20px !important;
    }

    html[dir=rtl] .mt-xxl-9, html[dir=rtl] .my-xxl-9 {
        margin-top: 20px !important;
    }

    html[dir=rtl] .me-xxl-9 {
        margin-right: unset !important;
        margin-left: 20px !important;
    }

    html[dir=rtl] .mb-xxl-9, html[dir=rtl] .my-xxl-9 {
        margin-bottom: 20px !important;
    }

    html[dir=rtl] .ms-xxl-9 {
        margin-left: unset !important;
        margin-right: 20px !important;
    }

    html[dir=rtl] .p-xxl-0 {
        padding: 0 !important;
    }

    html[dir=rtl] .pt-xxl-0, html[dir=rtl] .py-xxl-0 {
        padding-top: 0 !important;
    }

    html[dir=rtl] .pe-xxl-0 {
        padding-right: unset !important;
        padding-left: 0 !important;
    }

    html[dir=rtl] .pb-xxl-0, html[dir=rtl] .py-xxl-0 {
        padding-bottom: 0 !important;
    }

    html[dir=rtl] .ps-xxl-0 {
        padding-left: unset !important;
        padding-right: 0 !important;
    }

    html[dir=rtl] .p-xxl-1 {
        padding: .25rem !important;
    }

    html[dir=rtl] .pt-xxl-1, html[dir=rtl] .py-xxl-1 {
        padding-top: .25rem !important;
    }

    html[dir=rtl] .pe-xxl-1 {
        padding-right: unset !important;
        padding-left: .25rem !important;
    }

    html[dir=rtl] .pb-xxl-1, html[dir=rtl] .py-xxl-1 {
        padding-bottom: .25rem !important;
    }

    html[dir=rtl] .ps-xxl-1 {
        padding-left: unset !important;
        padding-right: .25rem !important;
    }

    html[dir=rtl] .p-xxl-2 {
        padding: .5rem !important;
    }

    html[dir=rtl] .pt-xxl-2, html[dir=rtl] .py-xxl-2 {
        padding-top: .5rem !important;
    }

    html[dir=rtl] .pe-xxl-2 {
        padding-right: unset !important;
        padding-left: .5rem !important;
    }

    html[dir=rtl] .pb-xxl-2, html[dir=rtl] .py-xxl-2 {
        padding-bottom: .5rem !important;
    }

    html[dir=rtl] .ps-xxl-2 {
        padding-left: unset !important;
        padding-right: .5rem !important;
    }

    html[dir=rtl] .p-xxl-3 {
        padding: 1rem !important;
    }

    html[dir=rtl] .pt-xxl-3, html[dir=rtl] .py-xxl-3 {
        padding-top: 1rem !important;
    }

    html[dir=rtl] .pe-xxl-3 {
        padding-right: unset !important;
        padding-left: 1rem !important;
    }

    html[dir=rtl] .pb-xxl-3, html[dir=rtl] .py-xxl-3 {
        padding-bottom: 1rem !important;
    }

    html[dir=rtl] .ps-xxl-3 {
        padding-left: unset !important;
        padding-right: 1rem !important;
    }

    html[dir=rtl] .p-xxl-4 {
        padding: 1.5rem !important;
    }

    html[dir=rtl] .pt-xxl-4, html[dir=rtl] .py-xxl-4 {
        padding-top: 1.5rem !important;
    }

    html[dir=rtl] .pe-xxl-4 {
        padding-right: unset !important;
        padding-left: 1.5rem !important;
    }

    html[dir=rtl] .pb-xxl-4, html[dir=rtl] .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    html[dir=rtl] .ps-xxl-4 {
        padding-left: unset !important;
        padding-right: 1.5rem !important;
    }

    html[dir=rtl] .p-xxl-5 {
        padding: 3rem !important;
    }

    html[dir=rtl] .pt-xxl-5, html[dir=rtl] .py-xxl-5 {
        padding-top: 3rem !important;
    }

    html[dir=rtl] .pe-xxl-5 {
        padding-right: unset !important;
        padding-left: 3rem !important;
    }

    html[dir=rtl] .pb-xxl-5, html[dir=rtl] .py-xxl-5 {
        padding-bottom: 3rem !important;
    }

    html[dir=rtl] .ps-xxl-5 {
        padding-left: unset !important;
        padding-right: 3rem !important;
    }

    html[dir=rtl] .p-xxl-6 {
        padding: 12px !important;
    }

    html[dir=rtl] .pt-xxl-6, html[dir=rtl] .py-xxl-6 {
        padding-top: 12px !important;
    }

    html[dir=rtl] .pe-xxl-6 {
        padding-right: unset !important;
        padding-left: 12px !important;
    }

    html[dir=rtl] .pb-xxl-6, html[dir=rtl] .py-xxl-6 {
        padding-bottom: 12px !important;
    }

    html[dir=rtl] .ps-xxl-6 {
        padding-left: unset !important;
        padding-right: 12px !important;
    }

    html[dir=rtl] .p-xxl-7 {
        padding: 30px !important;
    }

    html[dir=rtl] .pt-xxl-7, html[dir=rtl] .py-xxl-7 {
        padding-top: 30px !important;
    }

    html[dir=rtl] .pe-xxl-7 {
        padding-right: unset !important;
        padding-left: 30px !important;
    }

    html[dir=rtl] .pb-xxl-7, html[dir=rtl] .py-xxl-7 {
        padding-bottom: 30px !important;
    }

    html[dir=rtl] .ps-xxl-7 {
        padding-left: unset !important;
        padding-right: 30px !important;
    }

    html[dir=rtl] .p-xxl-8 {
        padding: 10px !important;
    }

    html[dir=rtl] .pt-xxl-8, html[dir=rtl] .py-xxl-8 {
        padding-top: 10px !important;
    }

    html[dir=rtl] .pe-xxl-8 {
        padding-right: unset !important;
        padding-left: 10px !important;
    }

    html[dir=rtl] .pb-xxl-8, html[dir=rtl] .py-xxl-8 {
        padding-bottom: 10px !important;
    }

    html[dir=rtl] .ps-xxl-8 {
        padding-left: unset !important;
        padding-right: 10px !important;
    }

    html[dir=rtl] .p-xxl-9 {
        padding: 20px !important;
    }

    html[dir=rtl] .pt-xxl-9, html[dir=rtl] .py-xxl-9 {
        padding-top: 20px !important;
    }

    html[dir=rtl] .pe-xxl-9 {
        padding-right: unset !important;
        padding-left: 20px !important;
    }

    html[dir=rtl] .pb-xxl-9, html[dir=rtl] .py-xxl-9 {
        padding-bottom: 20px !important;
    }

    html[dir=rtl] .ps-xxl-9 {
        padding-left: unset !important;
        padding-right: 20px !important;
    }

    html[dir=rtl] .m-xxl-n1 {
        margin: -.25rem !important;
    }

    html[dir=rtl] .mt-xxl-n1, html[dir=rtl] .my-xxl-n1 {
        margin-top: -.25rem !important;
    }

    html[dir=rtl] .me-xxl-n1, html[dir=rtl] .mx-xxl-n1 {
        margin-right: unset !important;
        margin-left: -.25rem !important;
    }

    html[dir=rtl] .mb-xxl-n1, html[dir=rtl] .my-xxl-n1 {
        margin-bottom: -.25rem !important;
    }

    html[dir=rtl] .ms-xxl-n1, html[dir=rtl] .mx-xxl-n1 {
        margin-left: unset !important;
        margin-right: -.25rem !important;
    }

    html[dir=rtl] .m-xxl-n2 {
        margin: -.5rem !important;
    }

    html[dir=rtl] .mt-xxl-n2, html[dir=rtl] .my-xxl-n2 {
        margin-top: -.5rem !important;
    }

    html[dir=rtl] .me-xxl-n2, html[dir=rtl] .mx-xxl-n2 {
        margin-right: unset !important;
        margin-left: -.5rem !important;
    }

    html[dir=rtl] .mb-xxl-n2, html[dir=rtl] .my-xxl-n2 {
        margin-bottom: -.5rem !important;
    }

    html[dir=rtl] .ms-xxl-n2, html[dir=rtl] .mx-xxl-n2 {
        margin-left: unset !important;
        margin-right: -.5rem !important;
    }

    html[dir=rtl] .m-xxl-n3 {
        margin: -1rem !important;
    }

    html[dir=rtl] .mt-xxl-n3, html[dir=rtl] .my-xxl-n3 {
        margin-top: -1rem !important;
    }

    html[dir=rtl] .me-xxl-n3, html[dir=rtl] .mx-xxl-n3 {
        margin-right: unset !important;
        margin-left: -1rem !important;
    }

    html[dir=rtl] .mb-xxl-n3, html[dir=rtl] .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }

    html[dir=rtl] .ms-xxl-n3, html[dir=rtl] .mx-xxl-n3 {
        margin-left: unset !important;
        margin-right: -1rem !important;
    }

    html[dir=rtl] .m-xxl-n4 {
        margin: -1.5rem !important;
    }

    html[dir=rtl] .mt-xxl-n4, html[dir=rtl] .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }

    html[dir=rtl] .me-xxl-n4, html[dir=rtl] .mx-xxl-n4 {
        margin-right: unset !important;
        margin-left: -1.5rem !important;
    }

    html[dir=rtl] .mb-xxl-n4, html[dir=rtl] .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }

    html[dir=rtl] .ms-xxl-n4, html[dir=rtl] .mx-xxl-n4 {
        margin-left: unset !important;
        margin-right: -1.5rem !important;
    }

    html[dir=rtl] .m-xxl-n5 {
        margin: -3rem !important;
    }

    html[dir=rtl] .mt-xxl-n5, html[dir=rtl] .my-xxl-n5 {
        margin-top: -3rem !important;
    }

    html[dir=rtl] .me-xxl-n5, html[dir=rtl] .mx-xxl-n5 {
        margin-right: unset !important;
        margin-left: -3rem !important;
    }

    html[dir=rtl] .mb-xxl-n5, html[dir=rtl] .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }

    html[dir=rtl] .ms-xxl-n5, html[dir=rtl] .mx-xxl-n5 {
        margin-left: unset !important;
        margin-right: -3rem !important;
    }

    html[dir=rtl] .m-xxl-n6 {
        margin: -12px !important;
    }

    html[dir=rtl] .mt-xxl-n6, html[dir=rtl] .my-xxl-n6 {
        margin-top: -12px !important;
    }

    html[dir=rtl] .me-xxl-n6, html[dir=rtl] .mx-xxl-n6 {
        margin-right: unset !important;
        margin-left: -12px !important;
    }

    html[dir=rtl] .mb-xxl-n6, html[dir=rtl] .my-xxl-n6 {
        margin-bottom: -12px !important;
    }

    html[dir=rtl] .ms-xxl-n6, html[dir=rtl] .mx-xxl-n6 {
        margin-left: unset !important;
        margin-right: -12px !important;
    }

    html[dir=rtl] .m-xxl-n7 {
        margin: -30px !important;
    }

    html[dir=rtl] .mt-xxl-n7, html[dir=rtl] .my-xxl-n7 {
        margin-top: -30px !important;
    }

    html[dir=rtl] .me-xxl-n7, html[dir=rtl] .mx-xxl-n7 {
        margin-right: unset !important;
        margin-left: -30px !important;
    }

    html[dir=rtl] .mb-xxl-n7, html[dir=rtl] .my-xxl-n7 {
        margin-bottom: -30px !important;
    }

    html[dir=rtl] .ms-xxl-n7, html[dir=rtl] .mx-xxl-n7 {
        margin-left: unset !important;
        margin-right: -30px !important;
    }

    html[dir=rtl] .m-xxl-n8 {
        margin: -10px !important;
    }

    html[dir=rtl] .mt-xxl-n8, html[dir=rtl] .my-xxl-n8 {
        margin-top: -10px !important;
    }

    html[dir=rtl] .me-xxl-n8, html[dir=rtl] .mx-xxl-n8 {
        margin-right: unset !important;
        margin-left: -10px !important;
    }

    html[dir=rtl] .mb-xxl-n8, html[dir=rtl] .my-xxl-n8 {
        margin-bottom: -10px !important;
    }

    html[dir=rtl] .ms-xxl-n8, html[dir=rtl] .mx-xxl-n8 {
        margin-left: unset !important;
        margin-right: -10px !important;
    }

    html[dir=rtl] .m-xxl-n9 {
        margin: -20px !important;
    }

    html[dir=rtl] .mt-xxl-n9, html[dir=rtl] .my-xxl-n9 {
        margin-top: -20px !important;
    }

    html[dir=rtl] .me-xxl-n9, html[dir=rtl] .mx-xxl-n9 {
        margin-right: unset !important;
        margin-left: -20px !important;
    }

    html[dir=rtl] .mb-xxl-n9, html[dir=rtl] .my-xxl-n9 {
        margin-bottom: -20px !important;
    }

    html[dir=rtl] .ms-xxl-n9, html[dir=rtl] .mx-xxl-n9 {
        margin-left: unset !important;
        margin-right: -20px !important;
    }

    html[dir=rtl] .m-xxl-auto {
        margin: auto !important;
    }

    html[dir=rtl] .mt-xxl-auto, html[dir=rtl] .my-xxl-auto {
        margin-top: auto !important;
    }

    html[dir=rtl] .me-xxl-auto, html[dir=rtl] .mx-xxl-auto {
        margin-right: unset !important;
        margin-left: auto !important;
    }

    html[dir=rtl] .mb-xxl-auto, html[dir=rtl] .my-xxl-auto {
        margin-bottom: auto !important;
    }

    html[dir=rtl] .ms-xxl-auto, html[dir=rtl] .mx-xxl-auto {
        margin-left: unset !important;
        margin-right: auto !important;
    }
}

html[dir=rtl] .text-start {
    text-align: right !important;
}

html[dir=rtl] .text-end {
    text-align: left !important;
}

html[dir=rtl] .text-center {
    text-align: center !important;
}

@media (min-width:576px) {
    html[dir=rtl] .text-sm-start {
        text-align: right !important;
    }

    html[dir=rtl] .text-sm-end {
        text-align: left !important;
    }

    html[dir=rtl] .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width:768px) {
    html[dir=rtl] .text-md-start {
        text-align: right !important;
    }

    html[dir=rtl] .text-md-end {
        text-align: left !important;
    }

    html[dir=rtl] .text-md-center {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    html[dir=rtl] .text-lg-start {
        text-align: right !important;
    }

    html[dir=rtl] .text-lg-end {
        text-align: left !important;
    }

    html[dir=rtl] .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width:1300px) {
    html[dir=rtl] .text-xl-start {
        text-align: right !important;
    }

    html[dir=rtl] .text-xl-end {
        text-align: left !important;
    }

    html[dir=rtl] .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width:1400px) {
    html[dir=rtl] .text-xxl-start {
        text-align: right !important;
    }

    html[dir=rtl] .text-xxl-end {
        text-align: left !important;
    }

    html[dir=rtl] .text-xxl-center {
        text-align: center !important;
    }
}

html[dir=rtl] .border-start.border-2.border-info {
    border-right: 2px solid #2cabe3 !important;
    border-left: 0 !important;
}

html[dir=rtl] .border-start.border-2.border-warning {
    border-right: 2px solid #ffc36d !important;
    border-left: 0 !important;
}

html[dir=rtl] .border-start.border-2.border-danger {
    border-right: 2px solid #ff5050 !important;
    border-left: 0 !important;
}

html[dir=rtl] .border-start.border-2.border-primary {
    border-right: 2px solid #f33e5a !important;
    border-left: 0 !important;
}

html[dir=rtl] .border-start.border-2.border-success {
    border-right: 2px solid #2cd07e !important;
    border-left: 0 !important;
}

html[dir=rtl] .border-start {
    border-right: 1px solid #ebf1f6 !important;
    border-left: 0 !important;
}

html[dir=rtl] .border-end {
    border-left: 1px solid #ebf1f6 !important;
    border-right: 0 !important;
}

html[dir=rtl] .border-end-0 {
    border-left: 0 !important;
}

html[dir=rtl] .border-start-0 {
    border-right: 0 !important;
}

html[dir=rtl] .rounded-right {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

html[dir=rtl] .rounded-left {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

html[dir=rtl] .end-0 {
    right: unset !important;
    left: 0;
}

html[dir=rtl] .card-group > .card {
    margin-bottom: 12px;
}

@media (min-width:576px) {
    html[dir=rtl] .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        html[dir=rtl] .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            html[dir=rtl] .card-group > .card + .card {
                margin-left: 0;
                border-right: 0;
                border-left: 1px solid #ebf1f6;
            }

            html[dir=rtl] .card-group > .card:last-child {
                border-top-left-radius: 20px;
                border-bottom-left-radius: 20px;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                html[dir=rtl] .card-group > .card:last-child .card-header, html[dir=rtl] .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                html[dir=rtl] .card-group > .card:last-child .card-footer, html[dir=rtl] .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            html[dir=rtl] .card-group > .card:first-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                border-top-right-radius: 20px;
                border-bottom-right-radius: 20px;
            }

                html[dir=rtl] .card-group > .card:first-child .card-header, html[dir=rtl] .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                html[dir=rtl] .card-group > .card:first-child .card-footer, html[dir=rtl] .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }
}

html[dir=rtl] :root {
    --bs-offcanvas-transition: transform 0.3s ease-in-out-in;
}

html[dir=rtl] .form-check {
    padding-left: 0;
    padding-right: 1.75em;
}

    html[dir=rtl] .form-check .form-check-input {
        float: right;
        margin-left: 0;
        margin-right: -1.75em;
    }

html[dir=rtl] .form-check-inline {
    margin-left: 1rem;
    margin-right: 0;
}

html[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
    float: right;
}

html[dir=rtl] .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: .5rem;
}

    html[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
        padding-left: .5rem;
        padding-right: 0;
    }

html[dir=rtl] .form-select {
    padding: .375rem .75rem .375rem 1.875rem;
    background-position: left .75rem center;
}

html[dir=rtl] .input-group > .custom-select:not(:last-child), html[dir=rtl] .input-group > .form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

html[dir=rtl] .input-group > .custom-select:not(:first-child), html[dir=rtl] .input-group > .form-control:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

html[dir=rtl] .input-group > .custom-file {
    display: flex;
    align-items: center;
}

    html[dir=rtl] .input-group > .custom-file:not(:last-child) .custom-file-label, html[dir=rtl] .input-group > .custom-file:not(:last-child) .custom-file-label::after {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    html[dir=rtl] .input-group > .custom-file:not(:first-child) .custom-file-label {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

html[dir=rtl] .input-group > :not(:first-child):not(.dropdown-menu) {
    margin-right: -var(--bs-border-width);
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

html[dir=rtl] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), html[dir=rtl] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), html[dir=rtl] .input-group > .input-group-append:not(:last-child) > .btn, html[dir=rtl] .input-group > .input-group-append:not(:last-child) > .input-group-text, html[dir=rtl] .input-group > .input-group-prepend > .btn, html[dir=rtl] .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

html[dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .btn, html[dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

html[dir=rtl] .input-group .form-control:not(:first-child), html[dir=rtl] .input-group .form-control:not(:last-child) {
    border-radius: 0 !important;
}

html[dir=rtl] .input-group > .input-group-append > .btn, html[dir=rtl] .input-group > .input-group-append > .input-group-text, html[dir=rtl] .input-group > .input-group-prepend:first-child > .btn:not(:first-child), html[dir=rtl] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

html[dir=rtl] .form-floating > label {
    right: 0;
    left: auto;
}

html[dir=rtl] .form-switch .form-check-input {
    margin-left: 8px;
}

html[dir=rtl] .accordion-button::after {
    margin-left: unset;
    margin-right: auto;
}

html[dir=rtl] .modal-header .btn-close {
    margin: -.5rem auto -.5rem -.5rem;
}

html[dir=rtl] .alert-dismissible.customize-alert {
    padding-left: 25px !important;
}

html[dir=rtl] .alert-dismissible .btn-close {
    left: 0;
    right: auto;
}

html[dir=rtl] .alert.customize-alert .side-line {
    left: unset;
    right: 0;
}

html[dir=rtl] .toast-header .btn-close {
    margin-left: -.375rem;
    margin-right: .75rem;
}

html[dir=rtl] .toast .btn-close.ms-auto {
    margin-left: 8px !important;
}

html[dir=rtl] .dropdown-toggle::after {
    margin-right: .255em;
    margin-left: 0;
}

html[dir=rtl] .offcanvas-end {
    left: 0;
    right: unset;
    transform: translateX(-100%);
}

html[dir=rtl] .offcanvas-start {
    right: 0;
    left: unset;
}

html[dir=rtl] body {
    text-align: right;
    direction: rtl;
}

html[dir=rtl] .toast-onload {
    left: 24px;
    right: unset;
}

html[dir=rtl] .topbar .navbar .navbar-nav .nav-item.dropdown .dropdown-menu-start {
    right: 0;
    left: auto;
}

html[dir=rtl] .topbar .navbar .navbar-nav .nav-item.dropdown .dropdown-menu-end {
    right: auto;
    left: 0;
}

html[dir=rtl] .customizer-btn {
    right: unset;
    left: 20px;
}

html[dir=rtl] [data-sidebartype=mini-sidebar] .left-sidebar:hover .nav-small-cap {
    text-align: right;
}

html[dir=rtl] [data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-item .two-level .sidebar-item .sidebar-link {
    padding: 10px 12px !important;
}

html[dir=rtl] [data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-item .three-level .sidebar-item .sidebar-link {
    padding: 10px 12px !important;
}

html[dir=rtl] .sidebar-nav ul .sidebar-item .sidebar-link .badge {
    left: 30px;
    right: auto;
    position: absolute;
}

html[dir=rtl] .steamline {
    margin-left: 0;
    border-right: 1px solid #ebf1f6;
    margin-right: 20px;
}

    html[dir=rtl] .steamline .sl-left {
        margin-left: 15px;
        margin-right: -20px;
    }

html[dir=rtl] .page-wrapper {
    margin-left: 0;
    margin-right: 260px;
}

@media (max-width:1299.98px) {
    html[dir=rtl] .page-wrapper {
        margin-right: 0;
    }
}

html[dir=rtl] .custom-select {
    padding: .375rem .75rem .375rem 1.75rem;
    background: url(../../html/assets/images/custom-select.png) left .35rem center no-repeat #fff;
}

html[dir=rtl] .custom-control {
    padding-left: 0;
    padding-right: 1.5rem;
}

html[dir=rtl] .custom-control-label::after, html[dir=rtl] .custom-control-label::before {
    left: auto;
    right: -25px;
}

html[dir=rtl] .list-group {
    padding: 0;
}

html[dir=rtl] .lstick {
    margin-right: -20px;
    margin-left: 18px;
}

html[dir=rtl] .msg-widget .msg-item .msg-body .down-arrow {
    left: auto;
    right: 10px;
}

html[dir=rtl] .custom-file-label {
    left: auto;
    right: 0;
    width: 100%
}

    html[dir=rtl] .custom-file-label::after {
        right: auto;
        left: 0;
    }

html[dir=rtl] .checkbox {
    padding-left: 0;
    padding-right: 20px;
}

    html[dir=rtl] .checkbox input[type=checkbox] {
        right: 0;
        left: auto;
    }

    html[dir=rtl] .checkbox label {
        padding-left: 0;
        padding-right: 5px;
    }

        html[dir=rtl] .checkbox label::before {
            left: auto;
            right: 0;
        }

        html[dir=rtl] .checkbox label::after {
            right: 3px;
            left: auto;
        }

html[dir=rtl] .radio {
    padding-left: 0;
    padding-right: 20px;
}

    html[dir=rtl] .radio input[type=radio] {
        right: 0;
        left: auto;
    }

    html[dir=rtl] .radio label {
        padding-left: 0;
        padding-right: 5px;
    }

        html[dir=rtl] .radio label::before {
            left: auto;
            right: 0;
        }

        html[dir=rtl] .radio label::after {
            right: 5px;
            left: auto;
        }

        html[dir=rtl] .radio label::after, html[dir=rtl] .radio label::before {
            margin-left: 0;
            margin-right: -20px;
        }

html[dir=rtl] .modal-footer > :not(:last-child) {
    margin-left: .25rem;
    margin-right: 0;
}

html[dir=rtl] .alert-dismissible {
    padding-left: 3.8125rem;
    padding-right: 1.25rem;
}

    html[dir=rtl] .alert-dismissible .close {
        left: 0;
        right: auto;
    }

html[dir=rtl] .dropdown-menu {
    text-align: right;
}

html[dir=rtl] .list-unstyled, html[dir=rtl] .nav, html[dir=rtl] .navbar-nav, html[dir=rtl] .pagination {
    padding-right: 0;
}

html[dir=rtl] .topbar .navbar-collapse {
    padding: 0 0 0 10px;
}

html[dir=rtl] .user-profile .profile-img {
    margin-right: 30px;
    margin-left: auto;
}

html[dir=rtl] .user-profile .profile-text > a:after {
    left: 20px;
    right: auto;
}

html[dir=rtl] .topbar .top-navbar .navbar-header .navbar-brand .logo-icon {
    margin-right: 0;
}

html[dir=rtl] .topbar .dropdown-menu.dropdown-menu-right .with-arrow {
    left: 0;
    right: auto;
}

    html[dir=rtl] .search-box .app-search .srh-btn, html[dir=rtl] .topbar .dropdown-menu.dropdown-menu-right .with-arrow > span {
        left: 20px;
        right: auto;
    }

html[dir=rtl] .dropdown-menu .flag-icon {
    margin-left: 5px;
    margin-right: 0;
}

html[dir=rtl] .activity-box .image-list > a {
    margin-left: 0;
    margin-right: -15px;
}

html[dir=rtl] .sidebar-nav .user-profile > .sidebar-link img {
    margin-right: 0;
    margin-left: 10px;
}

html[dir=rtl] .sidebar-nav ul .sidebar-item .first-level {
    padding-left: 0 !important;
}

html[dir=rtl] .sidebar-nav .has-arrow::after {
    margin-left: 0;
    margin-right: 10px;
    right: auto;
    left: 15px;
}

html[dir=rtl] .sidebar-nav ul .sidebar-item .sidebar-link .hide-menu {
    margin-left: 0;
    margin-right: 10px;
}

html[dir=rtl] .sidebar-nav ul .nav-small-cap {
    padding: 14px 15px 14px 12px;
}

html[dir=rtl] .sidebar-nav .user-profile .first-level {
    padding-left: 0 !important;
    padding-right: 48px !important;
}

html[dir=rtl] .sidebar-nav ul .sidebar-item .sidebar-link .badge {
    left: 34px;
    right: auto;
    top: 16px;
}

html[dir=rtl] .brand-logo {
    margin-right: 6px;
}

html[dir=rtl] .minicolors-theme-bootstrap.minicolors-position-left .minicolors-input {
    padding-right: 44px;
    padding-left: 12px;
}

html[dir=rtl] .minicolors-theme-bootstrap.minicolors-position-left > .minicolors-swatch {
    right: 5px;
    left: unset;
}

@media (min-width:768px) {
    html[dir=rtl] #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar: hover .sidebar-nav ul .sidebar-item .first-level {
        padding-left: 0;
        padding-right: 33px;
    }
}

html[dir=rtl] .customizer {
    right: auto;
}

    html[dir=rtl] .customizer.show-service-panel {
        left: 0;
        right: auto;
    }

        html[dir=rtl] .customizer.show-service-panel .service-panel-toggle {
            border-radius: 0 30px 30px 0;
            right: -54px;
        }

    html[dir=rtl] .customizer .service-panel-toggle {
        right: -75px;
        left: auto;
    }

html[dir=rtl] .message-box .message-widget a .user-img {
    margin: 0 0 15px 10px;
}

html[dir=rtl] .mailbox .message-center .message-item .mail-contnet {
    padding-right: 10px;
    padding-left: 0;
}

html[dir=rtl] .feed-widget .feed-body .feed-item > .feed-icon {
    margin-right: 0;
    margin-left: 10px;
}

html[dir=rtl] .note-has-grid .single-note-item .side-stick {
    left: unset;
    right: 0;
}

html[dir=rtl] .left-part {
    border-left: 1px solid #ebf1f6;
    border-right: none;
}

    html[dir=rtl] .left-part .show-left-part {
        left: -41px;
        right: auto;
    }

@media (min-width:768px) {
    html[dir=rtl] .right-part {
        margin-right: 260px;
        margin-left: 0;
    }
}

html[dir=rtl] .reverse-mode .left-part {
    right: auto;
    left: 0;
}

html[dir=rtl] .reverse-mode .show-left-part {
    left: auto;
    right: -41px;
}

html[dir=rtl] .reverse-mode .right-part {
    margin-right: 0;
    margin-left: 260px;
}

html[dir=rtl] .profiletimeline {
    padding-right: 40px;
    padding-left: 0;
    margin: 40px 30px 0 10px;
    border-right: 1px solid #ebf1f6;
    border-left: none;
}

    html[dir=rtl] .profiletimeline .sl-left {
        margin-right: -60px !important;
        margin-left: 15px;
        display: flex;
    }

html[dir=rtl] div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

html[dir=rtl] table.table-bordered.dataTable td, html[dir=rtl] table.table-bordered.dataTable th {
    border-left-width: 1px;
}

html[dir=rtl] div.dataTables_wrapper div.dataTables_filter input {
    margin-right: .5rem;
    margin-left: 0;
}

html[dir=rtl] div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
    padding-left: 1px;
}

html[dir=rtl] .lobilists .lobilist-actions {
    right: auto;
    left: 8px;
}

html[dir=rtl] .lobilists .lobilist-item .todo-actions {
    right: auto;
    left: 4px;
}

html[dir=rtl] .lobilists .lobilist-check {
    left: auto;
    right: 12px;
}

html[dir=rtl] .lobilists .lobilist-item, html[dir=rtl] .lobilists .lobilist-item-placeholder {
    padding-left: 0;
    padding-right: 35px;
}

    html[dir=rtl] .lobilists .lobilist-item .drag-handler {
        left: auto;
        right: 0;
    }

html[dir=rtl] .lobilists .lobilist-placeholder, html[dir=rtl] .lobilists .lobilist-wrapper {
    margin-left: 16px;
    margin-right: 0;
}

html[dir=rtl] .datepicker {
    direction: rtl;
}

html[dir=rtl] .minicolors .minicolors-grid {
    right: 22px;
    left: auto;
}

html[dir=rtl] .wizard > .actions {
    text-align: left;
}

    html[dir=rtl] .wizard > .actions > ul {
        text-align: left;
    }

html[dir=rtl] .wizard-content .wizard > .steps > ul > li:after {
    right: auto;
    left: 0;
}

html[dir=rtl] .wizard-content .wizard > .steps > ul > li:before {
    left: auto;
    right: 0;
}

html[dir=rtl] .wizard-content .wizard.vertical > .steps {
    float: right;
}

html[dir=rtl] .css-bar > i {
    margin-left: 0;
    margin-right: 5px;
}

html[dir=rtl] .treeview span.icon {
    margin-left: 5px;
    margin-right: 0;
}

html[dir=rtl] .dz-hidden-input {
    display: none;
}

html[dir=rtl] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
    padding: 10px 12px;
}

html[dir=rtl] #main-wrapper[data-sidebartype=full] .page-wrapper {
    margin-right: 260px;
    margin-left: 0;
}

html[dir=rtl] #main-wrapper[data-sidebartype=iconbar] .page-wrapper {
    margin-right: 180px;
    margin-left: 0;
}

html[dir=rtl] #main-wrapper[data-sidebartype=overlay] .left-sidebar {
    right: -260px;
    left: auto;
}

html[dir=rtl] #main-wrapper[data-sidebartype=overlay].show-sidebar .left-sidebar {
    right: 0;
    left: auto;
}

html[dir=rtl] .transform-rtl {
    transform: scaleX(-1) !important;
}

html[dir=rtl] .comment-widgets:before {
    left: unset;
    right: 25px;
}

@media (min-width:768px) {
    html[dir=rtl] #main-wrapper[data-sidebar-position=fixed][data-sidebartype=full] .topbar .top-navbar .navbar-collapse, html[dir=rtl] #main-wrapper[data-sidebar-position=fixed][data-sidebartype=overlay] .topbar .top-navbar .navbar-collapse {
        margin-right: 260px;
        margin-left: 0;
    }

    html[dir=rtl] #main-wrapper[data-sidebar-position=fixed][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-collapse {
        margin-right: 70px;
        margin-left: 0;
    }

    html[dir=rtl] #main-wrapper[data-sidebar-position=fixed][data-sidebartype=iconbar] .topbar .top-navbar .navbar-collapse {
        margin-right: 180px;
        margin-left: 0;
    }

    html[dir=rtl] #main-wrapper[data-sidebartype=mini-sidebar] .page-wrapper {
        margin-left: 0;
        margin-right: 70px;
    }

    html[dir=rtl] #main-wrapper[data-sidebartype=mini-sidebar] .user-profile .profile-img {
        margin-right: 9px;
        margin-left: 0;
    }

    html[dir=rtl] #main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .sidebar-link {
        padding: 12px 8px;
    }

    html[dir=rtl] #main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
        padding: 10px 12px;
    }
}

@media (max-width:575.98px) {
    html[dir=rtl] #main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar {
        right: -260px;
        left: auto;
    }

    html[dir=rtl] #main-wrapper.show-sidebar .left-sidebar {
        right: 0;
        left: auto;
    }

        html[dir=rtl] #main-wrapper.show-sidebar .left-sidebar .sidebar-footer {
            right: 0;
            left: auto;
        }
}

@media (max-width:767.98px) {
    html[dir=rtl] .left-part {
        right: -260px;
        left: auto;
    }

        html[dir=rtl] .left-part.show-panel {
            right: 0;
            left: inherit;
        }

    html[dir=rtl] .reverse-mode .left-part {
        left: -260px;
        right: unset;
    }

    html[dir=rtl] .reverse-mode .show-left-part {
        right: -50px;
        left: unset;
    }

    html[dir=rtl] .reverse-mode .show-panel {
        left: 0 !important;
    }

    html[dir=rtl] .right-part {
        margin-right: 0;
    }
}

html[dir=rtl] .stylish-table tbody tr.active, html[dir=rtl] .stylish-table tbody tr:hover {
    border-left: 0;
    border-right: 4px solid #2cabe3;
}

html[dir=rtl] .comment-widgets .comment-row {
    border-left: 0;
    border-right: 3px solid transparent;
}

    html[dir=rtl] .comment-widgets .comment-row:hover {
        border-left: 0;
        border-right: 3px solid #2cabe3;
    }

html[dir=rtl] .add-ct-btn {
    left: 4px;
    right: auto;
}

html[dir=rtl] .sidebar-nav .has-arrow::after {
    margin-left: 0;
    margin-right: 10px;
    right: auto;
    left: 15px;
}

html[dir=rtl][data-layout=horizontal] .page-wrapper {
    margin: 0 auto !important;
}

html[dir=rtl][data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item > .has-arrow:after {
    right: 5px;
}

@media screen and (max-width:1299.98px) {
    html[dir=rtl] .brand-logo {
        margin-right: 0 !important;
    }

    html[dir=rtl] .left-sidebar {
        right: -260px;
    }

    html[dir=rtl] #main-wrapper.show-sidebar .left-sidebar {
        right: 0;
    }
}

html[dir=rtl] .btn.minus {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-right: 1px solid !important;
}

html[dir=rtl] .btn.add {
    border-left: 1px solid !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

html[dir=rtl] .wizard-content .wizard > .steps > ul > li:before {
    left: unset;
    right: 0;
}

html[dir=rtl] .wizard-content .wizard > .steps > ul > li:after {
    left: 0;
    right: unset;
}

html[dir=rtl] .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

html[dir=rtl] .page-item:last-child .page-link {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

html[dir=rtl] .timeline-widget .timeline-item .timeline-time {
    padding: 6px 0 6px 16px;
}

body .datepicker table tr td.active, body .datepicker table tr td.active.disabled, body .datepicker table tr td.active.disabled:hover, body .datepicker table tr td.active:hover, body .datepicker table tr td.selected, body .datepicker table tr td.selected.disabled, body .datepicker table tr td.selected.disabled:hover, body .datepicker table tr td.selected:hover, body .datepicker table tr td.today, body .datepicker table tr td.today.disabled, body .datepicker table tr td.today.disabled:hover, body .datepicker table tr td.today:hover {
    background-color: var(--bs-primary) !important;
    background-image: unset;
    color: #fff;
}

body .datepicker table tr td.day.focused, body .datepicker table tr td.day:hover, body .datepicker table tr td.range, body .datepicker table tr td.range.disabled, body .datepicker table tr td.range.disabled:hover, body .datepicker table tr td.range:hover {
    background: var(--bs-gray-100);
}

body .daterangepicker {
    font-family: Manrope, sans-serif;
    border: 1px solid var(--bs-border-color);
}

    body .daterangepicker td.active {
        background-color: var(--bs-primary);
    }

        body .daterangepicker td.active:hover {
            background-color: var(--bs-primary);
        }

    body .daterangepicker td.in-range {
        background-color: var(--bs-primary-bg-subtle);
        color: var(--bs-primary);
    }

    body .daterangepicker .drp-buttons {
        border-top: 1px solid var(--bs-border-color);
    }

        body .daterangepicker .drp-buttons .btn {
            margin-left: 12px;
            font-weight: 400;
            border-radius: var(--bs-border-radius);
        }

    body .daterangepicker .calendar-table .next span {
        border: solid var(--bs-body-color);
        border-width: 0 2px 2px 0;
    }

    body .daterangepicker .calendar-table .prev span {
        border: solid var(--bs-body-color);
        border-width: 0 2px 2px 0;
    }

body .dtp > .dtp-content {
    max-height: 530px;
}

    body .dtp > .dtp-content > .dtp-date-view > header.dtp-header {
        background: var(--bs-primary) !important;
    }

body .dtp div.dtp-date {
    background: var(--bs-primary) !important;
}

body .dtp div.dtp-time {
    background: var(--bs-primary) !important;
}

body .dtp table.dtp-picker-days tr > td > a.selected {
    background: var(--bs-primary) !important;
}

body .dtp table.dtp-picker-days tr > th {
    color: var(--bs-body-color) !important;
}

body .dtp .dtp-actual-meridien a.selected {
    background: var(--bs-primary) !important;
}

body .dtp .p10 > a {
    color: var(--bs-primary) !important;
}

body .dtp a.dtp-meridien-am {
    color: var(--bs-body-color) !important;
    background: var(--bs-body-bg) !important;
}

body .dtp a.dtp-meridien-pm {
    color: var(--bs-body-color) !important;
    background: var(--bs-body-bg) !important;
}

body .picker__select--month {
    height: auto;
    border: 1px solid var(--bs-border-color);
    border-radius: 20px;
    background: 0 0;
}

body .picker__select--year {
    height: auto;
    border: 1px solid var(--bs-border-color);
    border-radius: 20px;
    background: 0 0;
}

body .picker__day--highlighted {
    border-color: var(--bs-primary);
}

    body .picker__day--highlighted:hover {
        background: var(--bs-primary);
        color: #fff;
    }

body .picker--focused .picker__day--highlighted {
    background: var(--bs-primary);
    color: #fff;
}

body .picker__day--today:before {
    border-top: .5em solid var(--bs-primary-bg-subtle);
}

body .picker__button--today {
    font-weight: 400;
    font-size: 16px;
}

    body .picker__button--today:before {
        border-top: .66em solid var(--bs-primary);
    }

body .picker__button--clear {
    font-weight: 400;
    font-size: 16px;
}

    body .picker__button--clear:before {
        border-top: 3px solid var(--bs-danger);
    }

body .picker__day {
    font-weight: 400;
    font-size: 16px;
    border-radius: var(--bs-border-radius);
}

body .picker__button--close {
    font-weight: 400;
    font-size: 16px;
}

body .picker__month {
    font-size: 18px;
}

body .picker__year {
    font-size: 18px;
}

body .picker__nav--prev:before {
    border-right: .75em solid var(--bs-body-color);
}

body .picker__nav--next:before {
    border-left: .75em solid var(--bs-body-color);
}

body .ql-container.ql-snow, body .ql-toolbar.ql-snow {
    border: 1px solid var(--bs-border-color);
}

body .ql-container.ql-snow {
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
}

body .ql-toolbar.ql-snow {
    border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
}

.calendar-container {
    padding: 30px 30px;
    background-color: var(--bs-primary);
    border-radius: 6px;
    border: 1px solid #e0e6ed;
}

.app-calendar .fc .fc-daygrid-day-frame {
    max-height: 90px;
}

.app-calendar .fc-event-title {
    font-weight: 600;
}

.app-calendar .fc-toolbar-title {
    color: var(--bs-primary);
    font-size: 18px;
}

.app-calendar .fc-daygrid-event {
    border-radius: 6px;
}

.app-calendar .fc .fc-col-header-cell-cushion, .app-calendar .fc .fc-daygrid-day-number {
    color: var(--bs-body-color-rgb);
    text-decoration: none;
}

.app-calendar .fc .fc-button-primary {
    background-color: var(--bs-white);
    border-color: var(--bs-primary);
    letter-spacing: 1px;
    font-size: 14px;
    color: var(--bs-white);
}

    .app-calendar .fc .fc-button-primary:not(:disabled).fc-button-active {
        background-color: var(--bs-primary);
        font-weight: 400;
        border-color: var(--bs-primary);
    }

    .app-calendar .fc .fc-button-primary:hover {
        background-color: var(--bs-primary);
        color: var(--bs-white);
        border-color: var(--bs-primary);
    }

    .app-calendar .fc .fc-button-primary:not(:disabled):active {
        background-color: var(--bs-border-color);
        border-color: var(--bs-border-color);
    }

    .app-calendar .fc .fc-button-primary:focus {
        box-shadow: none !important;
    }

    .app-calendar .fc .fc-button-primary:active:focus {
        box-shadow: none !important;
    }

.app-calendar .fc .fc-list-sticky .fc-list-day > * {
    background-color: var(--bs-white);
}

.app-calendar .fc .fc-daygrid-body {
    width: 100% !important;
}

.app-calendar .fc .fc-scrollgrid-section table {
    width: 100% !important;
}

.app-calendar .fc .fc-scrollgrid-section-body table {
    width: 100% !important;
}

.app-calendar .fc .fc-button {
    border-radius: 6px;
    padding: 7px 20px;
    text-transform: capitalize;
    color: var(--bs-primary);
}

    .app-calendar .fc .fc-button:hover {
        background-color: var(--bs-primary);
        color: var(--bs-white);
        border-color: var(--bs-primary);
    }

.app-calendar .fc .fc-toolbar > * > :not(:first-child) {
    margin-left: 4px !important;
}

.app-calendar .fc .fc-addEventButton-button {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
    font-weight: 400;
}

    .app-calendar .fc .fc-addEventButton-button:hover {
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
        box-shadow: none;
        color: var(--bs-white);
    }

    .app-calendar .fc .fc-addEventButton-button:not(:disabled):active {
        background-color: var(--bs-primary);
        box-shadow: none;
        color: var(--bs-white);
    }

.app-calendar .fc .fc-daygrid-day.fc-day-today {
    background-color: #fff;
    padding: 3px;
    border-radius: 23px;
}

    .app-calendar .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
        background-color: var(--bs-gray-200);
        border-radius: 6px;
    }

        .app-calendar .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-number {
            font-size: 15px;
            font-weight: 800;
        }

.app-calendar .fc .fc-list-event:hover td {
    background-color: var(--bs-gray-200);
}

.app-calendar .fc-theme-standard .fc-list-day-cushion {
    background-color: var(--bs-white);
}

.app-calendar .fc-theme-standard .fc-list {
    border: 1px solid var(--bs-border-color);
}

.app-calendar .fc-theme-standard .fc-scrollgrid {
    border: 0 solid var(--bs-border-color);
    border-width: 0;
}

.app-calendar .fc-theme-standard td {
    border: 1px solid var(--bs-border-color);
}

.app-calendar .fc-theme-standard th {
    border: 1px solid var(--bs-border-color);
    border-bottom: 0;
    border-width: 0;
    height: 56px;
    background-color: var(--bs-gray-200);
    vertical-align: middle;
    color: #a1aab2;
}

.app-calendar .fc-v-event .fc-event-main {
    color: var(--bs-gray-200);
}

.app-calendar .fc-timegrid-event-harness-inset .fc-timegrid-event {
    box-shadow: none;
}

.app-calendar .fc-timegrid-event.fc-event-mirror {
    box-shadow: none;
}

.app-calendar .fc-timegrid-more-link {
    box-shadow: none;
}

.app-calendar .event-fc-color {
    background-color: var(--bs-secondary-bg-subtle);
    border-width: 0 0 0 4px;
    border-style: solid;
    padding: 8px 10px;
    margin-bottom: 1px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

    .app-calendar .event-fc-color:hover {
        background-color: var(--bs-gray-200);
    }

.app-calendar .fc-daygrid-event-dot {
    margin: 0 6px 0 0;
}

.app-calendar .fc-bg-primary {
    color: var(--bs-primary);
    background-color: var(--bs-primary-bg-subtle);
    border-color: var(--bs-primary);
}

    .app-calendar .fc-bg-primary .fc-daygrid-event-dot {
        border-color: var(--bs-primary);
    }

    .app-calendar .fc-bg-primary.fc-h-event .fc-event-main {
        color: var(--bs-primary);
    }

.app-calendar .fc-bg-success {
    color: var(--bs-success);
    background-color: var(--bs-success-bg-subtle);
    border-color: var(--bs-success);
}

    .app-calendar .fc-bg-success .fc-daygrid-event-dot {
        border-color: var(--bs-success);
    }

    .app-calendar .fc-bg-success.fc-h-event .fc-event-main {
        color: var(--bs-success);
    }

.app-calendar .fc-bg-warning {
    color: var(--bs-warning);
    background-color: var(--bs-warning-bg-subtle);
    border-color: var(--bs-warning);
}

    .app-calendar .fc-bg-warning .fc-daygrid-event-dot {
        border-color: var(--bs-warning);
    }

    .app-calendar .fc-bg-warning.fc-h-event .fc-event-main {
        color: var(--bs-warning);
    }

.app-calendar .fc-bg-danger {
    color: var(--bs-danger);
    background-color: var(--bs-danger-bg-subtle);
    border-color: var(--bs-danger);
}

    .app-calendar .fc-bg-danger .fc-daygrid-event-dot {
        border-color: var(--bs-danger);
    }

    .app-calendar .fc-bg-danger.fc-h-event .fc-event-main {
        color: var(--bs-danger);
    }

.app-calendar .btn-update-event {
    display: none;
}

@media (max-width:1199px) {
    .app-calendar .calendar-container {
        padding: 30px 0 0 0;
    }

    .app-calendar .fc-theme-standard .fc-list {
        border: none;
    }

    .app-calendar .fc .fc-toolbar {
        align-items: center;
        flex-direction: column;
    }

        .app-calendar .fc .fc-toolbar.fc-header-toolbar {
            margin-bottom: 50px;
        }

    .app-calendar .fc-toolbar-chunk:not(:first-child) {
        margin-top: 35px;
    }
}

body .apexcharts-tooltip {
    border-radius: 16px;
}

body .apexcharts-tooltip-marker {
    border-radius: 4px;
    width: 12px;
    height: 4px;
}

body .apexcharts-tooltip.apexcharts-theme-dark {
    background: rgba(17, 28, 45, .8);
}

    body .apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
        border-bottom: 0;
        background: rgba(17, 28, 45, .7);
    }

body .apexcharts-tooltip-series-group {
    padding: 0 14px;
}

body .apexcharts-tooltip-title {
    padding: 10px 14px;
}

.css-bar {
    position: relative;
    display: inline-block;
    font-size: 16px;
    border-radius: 50%;
    background-color: transparent;
    margin-bottom: 20px;
    box-sizing: content-box;
    width: 80px;
    height: 80px;
    font-size: 18px;
}

    .css-bar:after {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        text-align: center;
        font-weight: light;
        color: var(--bs-body-color);
        content: attr(data-label);
        background-color: var(--bs-gray-100);
        z-index: 1;
        width: 70px;
        height: 70px;
        margin-left: 5px;
        margin-top: 5px;
        line-height: 70px;
    }

    .css-bar > img {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        text-align: center;
        font-weight: light;
        color: var(--bs-body-color);
        z-index: 2;
        width: 70px;
        height: 70px;
        margin-left: 5px;
        margin-top: 5px;
        line-height: 70px;
    }

    .css-bar > i {
        width: 70px;
        height: 70px;
        background: var(--bs-body-bg);
        line-height: 70px;
        position: absolute;
        border-radius: 100%;
        text-align: center;
        margin-left: 5px;
        margin-top: 5px;
        left: 0;
        right: 0;
        z-index: 2;
        font-size: 27px;
        color: var(--bs-body-color);
    }

.css-bar-success.css-bar-20 {
    background-image: linear-gradient(90deg, var(--bs-gray-100) 50%, transparent 50%, transparent), linear-gradient(162deg, #2cd07e 50%, var(--bs-gray-100) 50%, var(--bs-gray-100));
}

.css-bar-primary.css-bar-20 {
    background-image: linear-gradient(90deg, var(--bs-gray-100) 50%, transparent 50%, transparent), linear-gradient(162deg, var(--bs-primary) 50%, var(--bs-gray-100) 50%, var(--bs-gray-100));
}

.css-bar-danger.css-bar-20 {
    background-image: linear-gradient(90deg, var(--bs-gray-100) 50%, transparent 50%, transparent), linear-gradient(162deg, #ff5050 50%, var(--bs-gray-100) 50%, var(--bs-gray-100));
}

.css-bar-warning.css-bar-40 {
    background-image: linear-gradient(90deg, var(--bs-gray-100) 50%, transparent 50%, transparent), linear-gradient(234deg, #ffc36d 50%, var(--bs-gray-100) 50%, var(--bs-gray-100));
}

.css-bar-info.css-bar-60 {
    background-image: linear-gradient(306deg, #2cabe3 50%, transparent 50%, transparent), linear-gradient(270deg, #2cabe3 50%, var(--bs-gray-100) 50%, var(--bs-gray-100));
}

.checkout .wizard-content .tab-wizard .steps ul li.done .step {
    background-color: var(--bs-primary) !important;
}

.checkout .wizard-content .tab-wizard .steps ul li.current .step {
    background-color: var(--bs-primary) !important;
}

.checkout .wizard-content .tab-wizard .steps ul li.current a {
    color: var(--bs-muted);
}

.checkout .wizard-content .tab-wizard .steps ul li::after, .checkout .wizard-content .tab-wizard .steps ul li::before {
    height: 1px;
    width: 44%
}

.checkout .wizard-content .tab-wizard .steps ul li a {
    margin-top: 32px;
    padding-top: 36px;
    font-size: 12px;
}

    .checkout .wizard-content .tab-wizard .steps ul li a .step {
        margin-left: -14px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border: 0;
        font-size: 13px;
        color: #fff;
        background-color: rgba(136, 152, 170, .6);
    }

.checkout .wizard-content .tab-wizard .actions ul li a:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

.checkout .payment-method .btn-group-active .btn-group input:checked + label {
    background-color: var(--bs-primary-bg-subtle);
    border-color: var(--bs-primary);
    box-shadow: inherit;
}

.checkout .payment-method .btn-group-active .btn-group label {
    border-color: var(--bs-border-color);
}

.checkout .payment-method-list {
    display: none;
}

@media (max-width:768px) {
    .checkout .wizard-content .tab-wizard .steps ul li {
        display: table-cell;
        width: auto;
        float: none;
    }

        .checkout .wizard-content .tab-wizard .steps ul li:first-child::before, .checkout .wizard-content .tab-wizard .steps ul li:last-child::after {
            display: none;
        }
}

@media (min-width:992px) {
    .datatables .table-responsive {
        overflow-x: clip;
    }
}

.table-responsive .dataTables_wrapper .dataTables_length select {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-right: .625rem;
    font-size: .765625rem;
    border-radius: 5px;
    border-color: var(--bs-border-color);
}

.table-responsive .dataTables_wrapper .dataTables_filter {
    margin-bottom: 25px;
}

    .table-responsive .dataTables_wrapper .dataTables_filter input {
        padding: .25rem .5rem;
        font-size: .765625rem;
        border-radius: 5px;
        border: 1px solid var(--bs-border-color);
    }

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button {
    cursor: pointer;
    padding: 6px 12px;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    margin: 0 3px;
}

    .table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button .previous {
        border-radius: 7px 0 0 7px;
        background-color: var(--bs-gray-200);
    }

    .table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        color: #fff;
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
    }

.wizard {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .wizard a {
        outline: 0;
    }

    .wizard ul {
        list-style: none !important;
        padding: 0;
        margin: 0;
    }

        .wizard ul > li {
            display: block;
            padding: 0;
        }

    .wizard > .steps {
        position: relative;
        display: block;
        width: 100%
    }

        .wizard > .steps .current-info {
            position: absolute;
            left: -999em;
        }

        .wizard > .steps > ul > li {
            width: 25%;
            float: left;
        }

        .wizard > .steps a {
            display: block;
            width: auto;
            margin: 0 .5em .5em;
            padding: 1em 1em;
            text-decoration: none;
            border-radius: 6px;
        }

            .wizard > .steps a:hover {
                display: block;
                width: auto;
                margin: 0 .5em .5em;
                padding: 1em 1em;
                text-decoration: none;
                border-radius: 6px;
            }

            .wizard > .steps a:active {
                display: block;
                width: auto;
                margin: 0 .5em .5em;
                padding: 1em 1em;
                text-decoration: none;
                border-radius: 6px;
            }

        .wizard > .steps .disabled a {
            background: var(--bs-body-bg);
            color: var(--bs-body-color);
            cursor: default;
        }

            .wizard > .steps .disabled a:hover {
                background: var(--bs-border-color);
                color: var(--bs-body-color);
                cursor: default;
            }

            .wizard > .steps .disabled a:active {
                background: var(--bs-border-color);
                color: var(--bs-body-color);
                cursor: default;
            }

        .wizard > .steps .current a {
            background: var(--bs-primary);
            color: var(--bs-white);
            cursor: default;
        }

            .wizard > .steps .current a:active {
                background: var(--bs-primary);
                color: var(--bs-white);
                cursor: default;
            }

        .wizard > .steps .done a {
            background: #9dc8e2;
            color: var(--bs-white);
        }

            .wizard > .steps .done a:hover {
                background: #9dc8e2;
                color: var(--bs-white);
            }

            .wizard > .steps .done a:active {
                background: #9dc8e2;
                color: var(--bs-white);
            }

        .wizard > .steps .error a {
            background: var(--bs-danger);
            color: var(--bs-white);
        }

            .wizard > .steps .error a:hover {
                background: var(--bs-danger);
                color: var(--bs-white);
            }

            .wizard > .steps .error a:active {
                background: var(--bs-danger);
                color: var(--bs-white);
            }

    .wizard > .content {
        background: var(--bs-body-bg);
        display: block;
        margin: .5em;
        overflow: hidden;
        position: relative;
        width: auto;
        border-radius: 6px;
    }

        .wizard > .content > .title {
            position: absolute;
            left: -999em;
        }

        .wizard > .content > .body {
            float: left;
            position: relative;
            width: 100%;
            height: 100%;
            padding: 2.5%
        }

            .wizard > .content > .body ul {
                list-style: disc !important;
            }

                .wizard > .content > .body ul > li {
                    display: list-item;
                }

            .wizard > .content > .body > iframe {
                border: 0 none;
                width: 100%;
                height: 100%
            }

            .wizard > .content > .body input[type=checkbox] {
                display: inline-block;
            }

            .wizard > .content > .body input.error {
                background: var(--bs-danger-bg-subtle);
                border: 1px solid var(--bs-danger-bg-subtle);
                color: var(--bs-danger);
            }

            .wizard > .content > .body label {
                display: inline-block;
                margin-bottom: .5em;
            }

                .wizard > .content > .body label.error {
                    color: var(--bs-danger);
                    display: inline-block;
                    margin-left: 1.5em;
                }

    .wizard > .actions {
        position: relative;
        display: block;
        text-align: right;
        width: 100%;
        margin-top: 20px;
    }

        .wizard > .actions > ul {
            display: inline-block;
            text-align: right;
        }

            .wizard > .actions > ul > li {
                float: left;
                margin: 0 6px;
            }

        .wizard > .actions a {
            background: var(--bs-primary);
            color: var(--bs-white);
            display: block;
            padding: .5em 1em;
            text-decoration: none;
            border-radius: 6px;
        }

            .wizard > .actions a:hover {
                background: var(--bs-primary);
                color: var(--bs-white);
                display: block;
                padding: .5em 1em;
                text-decoration: none;
                border-radius: 6px;
            }

            .wizard > .actions a:active {
                background: var(--bs-primary);
                color: var(--bs-white);
                display: block;
                padding: .5em 1em;
                text-decoration: none;
                border-radius: 6px;
            }

    .wizard.vertical > .steps {
        display: inline;
        float: left;
        width: 30%
    }

        .wizard.vertical > .steps > ul > li {
            float: none;
            width: 100%
        }

    .wizard.vertical > .content {
        display: inline;
        float: left;
        margin: 0 2.5% .5em 2.5%;
        width: 65%
    }

    .wizard.vertical .actions {
        display: inline;
        float: right;
        margin: 0 2.5%;
        width: 95%
    }

        .wizard.vertical .actions ul li {
            margin: 0 0 0 1em;
        }

    .wizard .actions ul li a[href="#previous"] {
        background-color: rgba(136, 152, 170, .6);
        color: #fff;
        border: 0;
    }

        .wizard .actions ul li a[href="#previous"]:focus {
            box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
        }

        .wizard .actions ul li a[href="#previous"]:hover {
            background-color: rgba(136, 152, 170, .6) !important;
            box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
        }

        .wizard .actions ul li a[href="#previous"]:active {
            box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
        }

    .wizard .actions ul li.disabled {
        opacity: .6;
    }

.wizard-content .wizard {
    width: 100%;
    overflow: hidden;
}

    .wizard-content .wizard > .steps {
        position: relative;
        display: block;
        width: 100%
    }

        .wizard-content .wizard > .steps > ul {
            display: table;
            width: 100%;
            table-layout: fixed;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .wizard-content .wizard > .steps > ul > li {
                float: none;
                display: table-cell;
                width: auto;
                vertical-align: top;
                text-align: center;
                position: relative;
            }

                .wizard-content .wizard > .steps > ul > li:after {
                    content: "";
                    z-index: 0;
                    display: block;
                    position: absolute;
                    right: 0;
                }

                .wizard-content .wizard > .steps > ul > li:before {
                    content: "";
                    z-index: 0;
                    display: block;
                    position: absolute;
                    left: 0;
                }

                .wizard-content .wizard > .steps > ul > li a {
                    position: relative;
                    padding-top: 52px;
                    margin-top: 20px;
                    margin-bottom: 20px;
                    display: block;
                }

                .wizard-content .wizard > .steps > ul > li:first-child:before {
                    content: none;
                }

                .wizard-content .wizard > .steps > ul > li:last-child:after {
                    content: none;
                }

                .wizard-content .wizard > .steps > ul > li.current > a {
                    color: var(--bs-muted);
                    cursor: default;
                }

                .wizard-content .wizard > .steps > ul > li.current .step {
                    border-color: var(--bs-primary);
                    background-color: var(--bs-white);
                    color: var(--bs-primary);
                }

                .wizard-content .wizard > .steps > ul > li.disabled a {
                    color: var(--bs-muted);
                    cursor: default;
                }

                    .wizard-content .wizard > .steps > ul > li.disabled a:focus {
                        color: var(--bs-muted);
                        cursor: default;
                    }

                    .wizard-content .wizard > .steps > ul > li.disabled a:hover {
                        color: var(--bs-muted);
                        cursor: default;
                    }

                .wizard-content .wizard > .steps > ul > li.done a {
                    color: var(--bs-muted);
                }

                    .wizard-content .wizard > .steps > ul > li.done a:focus {
                        color: var(--bs-muted);
                    }

                    .wizard-content .wizard > .steps > ul > li.done a:hover {
                        color: var(--bs-muted);
                    }

                .wizard-content .wizard > .steps > ul > li.done .step {
                    background-color: var(--bs-primary);
                    border-color: var(--bs-primary);
                    color: var(--bs-white);
                }

                .wizard-content .wizard > .steps > ul > li.error .step {
                    border-color: var(--bs-danger);
                    color: var(--bs-danger);
                }

        .wizard-content .wizard > .steps .current-info {
            position: absolute;
            left: -99999px;
        }

        .wizard-content .wizard > .steps .current a {
            background: 0 0;
        }

        .wizard-content .wizard > .steps .disabled a {
            background: 0 0;
        }

            .wizard-content .wizard > .steps .disabled a:hover {
                background: 0 0;
            }

            .wizard-content .wizard > .steps .disabled a:active {
                background: 0 0;
            }

        .wizard-content .wizard > .steps .done a {
            background: 0 0;
        }

            .wizard-content .wizard > .steps .done a:hover {
                background: 0 0;
            }

            .wizard-content .wizard > .steps .done a:active {
                background: 0 0;
            }

        .wizard-content .wizard > .steps .step {
            background-color: var(--bs-white);
            display: inline-block;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -24px;
            z-index: 1;
            text-align: center;
        }

    .wizard-content .wizard > .content {
        background: 0 0;
        overflow: hidden;
        position: relative;
        width: auto;
        padding: 0;
        margin: 0;
    }

        .wizard-content .wizard > .content > .title {
            position: absolute;
            left: -99999px;
        }

        .wizard-content .wizard > .content > .body {
            padding: 0 20px;
        }

        .wizard-content .wizard > .content > iframe {
            border: 0;
            width: 100%;
            height: 100%
        }

    .wizard-content .wizard .content {
        margin-left: 0 !important;
    }

    .wizard-content .wizard .actions {
        position: relative;
        display: block;
        text-align: right;
        padding: 0 20px 20px;
    }

        .wizard-content .wizard .actions a {
            background: 0 0;
        }

            .wizard-content .wizard .actions a:hover {
                background: 0 0;
            }

        .wizard-content .wizard .actions > ul {
            float: right;
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .wizard-content .wizard .actions > ul > li {
                float: none;
                float: left;
            }

                .wizard-content .wizard .actions > ul > li > a {
                    background: var(--bs-primary);
                    color: var(--bs-white);
                    display: block;
                    padding: 7px 12px;
                    border-radius: 6px;
                    border: 1px solid transparent;
                }

                    .wizard-content .wizard .actions > ul > li > a:focus {
                        box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
                    }

                    .wizard-content .wizard .actions > ul > li > a:hover {
                        box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
                    }

                    .wizard-content .wizard .actions > ul > li > a:active {
                        box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
                    }

                .wizard-content .wizard .actions > ul > li a[href="#previous"] {
                    background-color: rgba(136, 152, 170, .6);
                    color: #fff;
                    border: 0;
                }

                    .wizard-content .wizard .actions > ul > li a[href="#previous"]:focus {
                        box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
                    }

                    .wizard-content .wizard .actions > ul > li a[href="#previous"]:hover {
                        background-color: rgba(136, 152, 170, .6) !important;
                        box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
                    }

                    .wizard-content .wizard .actions > ul > li a[href="#previous"]:active {
                        box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
                    }

            .wizard-content .wizard .actions > ul:after {
                content: "";
                display: table;
                clear: both;
            }

            .wizard-content .wizard .actions > ul > li + li {
                margin-left: 6px;
            }

            .wizard-content .wizard .actions > ul > li.disabled > a {
                opacity: .5;
                color: var(--bs-primary);
            }

                .wizard-content .wizard .actions > ul > li.disabled > a:focus {
                    color: var(--bs-primary);
                }

                .wizard-content .wizard .actions > ul > li.disabled > a:hover {
                    color: var(--bs-primary);
                }

                .wizard-content .wizard .actions > ul > li.disabled > a[href="#previous"] {
                    box-shadow: none;
                }

                    .wizard-content .wizard .actions > ul > li.disabled > a[href="#previous"]:focus {
                        box-shadow: none;
                    }

                    .wizard-content .wizard .actions > ul > li.disabled > a[href="#previous"]:hover {
                        box-shadow: none;
                    }

        .wizard-content .wizard .actions ul li.disabled a {
            color: var(--bs-white);
            background-color: rgba(136, 152, 170, .6);
            opacity: .6;
            border: 1px solid rgba(136, 152, 170, .6);
        }

            .wizard-content .wizard .actions ul li.disabled a:hover {
                color: var(--bs-white);
                background-color: rgba(136, 152, 170, .6) !important;
                opacity: .6;
                border: 1px solid rgba(136, 152, 170, .6);
            }

        .wizard-content .wizard .actions ul li a {
            background: var(--bs-primary);
        }

            .wizard-content .wizard .actions ul li a:hover {
                background: var(--bs-primary);
                color: var(--bs-white);
            }

    .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
        top: 45px;
        width: 50%;
        height: 3px;
        background-color: var(--bs-primary);
    }

    .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
        top: 45px;
        width: 50%;
        height: 3px;
        background-color: var(--bs-primary);
    }

    .wizard-content .wizard.wizard-circle > .steps > ul > li.current:after {
        background-color: var(--bs-light);
    }

    .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after {
        background-color: var(--bs-light);
    }

    .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
        background-color: var(--bs-light);
    }

    .wizard-content .wizard.wizard-circle > .steps .step {
        width: 50px;
        height: 50px;
        line-height: 45px;
        border: 3px solid var(--bs-light);
        font-size: 1.3rem;
        border-radius: 50%
    }

    .wizard-content .wizard.wizard-notification > .steps > ul > li:after {
        top: 39px;
        width: 50%;
        height: 2px;
        background-color: var(--bs-primary);
    }

    .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
        top: 39px;
        width: 50%;
        height: 2px;
        background-color: var(--bs-primary);
    }

    .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
        border: 2px solid var(--bs-primary);
        color: var(--bs-primary);
        line-height: 36px;
    }

        .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after {
            border-top-color: var(--bs-primary);
        }

    .wizard-content .wizard.wizard-notification > .steps > ul > li.current:after {
        background-color: var(--bs-light);
    }

    .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step {
        color: var(--bs-white);
    }

        .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
            border-top-color: var(--bs-primary);
        }

    .wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:after {
        background-color: var(--bs-light);
    }

    .wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:before {
        background-color: var(--bs-light);
    }

    .wizard-content .wizard.wizard-notification > .steps .step {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.3rem;
        border-radius: 15%;
        background-color: var(--bs-light);
    }

        .wizard-content .wizard.wizard-notification > .steps .step:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -8px;
            margin-bottom: -8px;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 8px solid var(--bs-light);
        }

    .wizard-content .wizard.vertical > .steps {
        display: inline;
        float: left;
        width: 20%
    }

        .wizard-content .wizard.vertical > .steps > ul > li {
            display: block;
            width: 100%
        }

            .wizard-content .wizard.vertical > .steps > ul > li:after {
                background-color: transparent !important;
            }

            .wizard-content .wizard.vertical > .steps > ul > li:before {
                background-color: transparent !important;
            }

            .wizard-content .wizard.vertical > .steps > ul > li.current:after {
                background-color: transparent !important;
            }

            .wizard-content .wizard.vertical > .steps > ul > li.current:before {
                background-color: transparent !important;
            }

            .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after {
                background-color: transparent !important;
            }

            .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before {
                background-color: transparent !important;
            }

    .wizard-content .wizard.vertical.wizard > .content {
        min-width: 80%
    }

.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .tabcontrol a {
        outline: 0;
    }

    .tabcontrol ul {
        list-style: none !important;
        padding: 0;
        margin: 0;
    }

        .tabcontrol ul > li {
            display: block;
            padding: 0;
        }

    .tabcontrol > .steps {
        position: relative;
        display: block;
        width: 100%
    }

        .tabcontrol > .steps .current-info {
            position: absolute;
            left: -999em;
        }

        .tabcontrol > .steps > ul {
            position: relative;
            margin: 6px 0 0 0;
            top: 1px;
            z-index: 1;
        }

            .tabcontrol > .steps > ul > li {
                float: left;
                margin: 5px 2px 0 0;
                padding: 1px;
                -webkit-border-top-left-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-topright: 5px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

                .tabcontrol > .steps > ul > li:hover {
                    background: var(--bs-body-bg);
                    border: 1px solid var(--bs-border-color);
                    padding: 0;
                }

                .tabcontrol > .steps > ul > li > a {
                    color: var(--bs-body-color);
                    display: inline-block;
                    border: 0 none;
                    margin: 0;
                    padding: 10px 30px;
                    text-decoration: none;
                }

                    .tabcontrol > .steps > ul > li > a:hover {
                        text-decoration: none;
                    }

                .tabcontrol > .steps > ul > li.current {
                    background: var(--bs-white);
                    border: 1px solid var(--bs-border-color);
                    border-bottom: 0 none;
                    padding: 0 0 1px 0;
                    margin-top: 0;
                }

                    .tabcontrol > .steps > ul > li.current > a {
                        padding: 15px 30px 10px 30px;
                    }

    .tabcontrol > .content {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 35em;
        overflow: hidden;
        border-top: 1px solid var(--bs-border-color);
        padding-top: 20px;
    }

        .tabcontrol > .content > .title {
            position: absolute;
            left: -999em;
        }

        .tabcontrol > .content > .body {
            float: left;
            position: absolute;
            width: 95%;
            height: 95%;
            padding: 2.5%
        }

            .tabcontrol > .content > .body ul {
                list-style: disc !important;
            }

                .tabcontrol > .content > .body ul > li {
                    display: list-item;
                }

@media (max-width:768px) {
    .wizard-content .wizard > .steps > ul {
        margin-bottom: 20px;
    }

        .wizard-content .wizard > .steps > ul > li {
            display: block;
            float: left;
            width: 50%
        }

            .wizard-content .wizard > .steps > ul > li > a {
                margin-bottom: 0;
            }

            .wizard-content .wizard > .steps > ul > li:first-child:before {
                content: ""
            }

            .wizard-content .wizard > .steps > ul > li:last-child:after {
                content: "";
                background-color: var(--bs-primary);
            }

    .wizard-content .wizard.vertical > .steps {
        width: 15%
    }
}

@media (max-width:600px) {
    .wizard .steps ul li {
        width: 100%
    }

    .wizard.vertical .steps {
        width: 100%
    }
}

@media (max-width:480px) {
    .wizard-content .wizard > .steps > ul > li {
        width: 100%
    }

        .wizard-content .wizard > .steps > ul > li.current:after {
            background-color: var(--bs-primary);
        }

    .wizard-content .wizard.vertical > .steps {
        width: 100%;
        float: none;
    }

        .wizard-content .wizard.vertical > .steps > ul > li {
            display: block;
            float: left;
            width: 50%
        }
}

svg {
    touch-action: none;
}
audio, canvas, embed, iframe, object, svg, video {
    display: block;
    vertical-align: middle;
}

.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    touch-action: none;
}

.jvectormap-tip {
    position: absolute;
    display: none;
    border: 0;
    border-radius: 6px;
    background: #20222a;
    color: #fff;
    font-family: inherit;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-goback, .jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    border-radius: 6px;
    background: #20222a;
    padding: 3px;
    color: #fff;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    box-sizing: content-box;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 10px;
    height: 10px;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}

.jvectormap-goback {
    bottom: 10px;
    z-index: 1000;
    padding: 6px;
}

.jvectormap-spinner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat url(data:image/gif; base64, R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

.jvectormap-legend-title {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.jvectormap-legend-cnt {
    position: absolute;
}

.jvectormap-legend-cnt-h {
    bottom: 0;
    right: 0;
}

.jvectormap-legend-cnt-v {
    top: 0;
    right: 0;
}

.jvectormap-legend {
    background: #20222a;
    color: #fff;
    border-radius: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend {
    float: left;
    margin: 0 10px 10px 0;
    padding: 3px 3px 1px 3px;
}

    .jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
        float: left;
    }

.jvectormap-legend-cnt-v .jvectormap-legend {
    margin: 10px 10px 0 0;
    padding: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
    width: 40px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
    height: 15px;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.jvectormap-legend-tick-text {
    font-size: 12px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
    text-align: center;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    padding-left: 3px;
}

circle.jvectormap-marker {
    stroke-width: 2px;
    stroke: #fff;
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, .25));
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-empty, .dd-item, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    cursor: move;
    color: var(--bs-body-color);
    text-decoration: none;
    font-weight: 700;
    border: 1px solid var(--bs-border-color);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-item > button {
    display: block;
    position: absolute;
    cursor: pointer;
    height: 25px;
    margin: 5px;
    width: 25px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: 0 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
}

    .dd-item > button:before {
        content: "+";
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .dd-item > button[data-action=collapse]:before {
        content: "-"
    }

.dd3-handle:before {
    color: var(--bs-body-color) !important;
}

.dd-empty, .dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: var(--bs-body-bg);
    border: 1px dashed var(--bs-border-color);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed var(--bs-border-color);
    min-height: 100px;
    background-color: var(--bs-body-bg);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    }

.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: var(--bs-body-color);
    text-decoration: none;
    font-weight: 700;
    border: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd3-content:hover {
        color: var(--bs-body-color);
        background: #fff;
    }

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .dd3-handle:before {
        content: "\ec42";
        font-family: tabler-icons;
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        text-indent: 0;
        font-size: 14px;
        font-weight: 900;
        color: var(--bs-body-color);
        top: 7px;
    }

.myadmin-dd .dd-list .dd-item .dd-handle {
    background: var(--bs-light);
    border: 1px solid var(--bs-border-color);
    padding: 8px 16px 8px 30px;
    height: auto;
    font-family: inherit;
    font-weight: 400;
    border-radius: var(--bs-border-radius);
}

.myadmin-dd-empty .dd-list .dd3-content {
    height: auto;
    border: 1px solid #ebf1f6;
    padding: 8px 16px 8px 46px;
    background: var(--bs-light);
    font-weight: 400;
    border-radius: var(--bs-border-radius);
}

.myadmin-dd-empty .dd-list .dd3-handle {
    border: 1px solid #ebf1f6;
    border-bottom: 0;
    background: var(--bs-light);
    height: 36px;
    width: 36px;
    border-radius: var(--bs-border-radius);
}

body .circle-filled .noUi-handle {
    background: var(--bs-primary);
    border-radius: 50%
}

    body .circle-filled .noUi-handle:after {
        display: none;
    }

    body .circle-filled .noUi-handle:before {
        display: none;
    }

body .noUi-handle {
    box-shadow: none;
    border-radius: 50%;
    background: #fff;
    border: 5px solid var(--bs-primary);
}

    body .noUi-handle:after {
        display: none;
    }

    body .noUi-handle:before {
        display: none;
    }

body .noUi-background {
    background: var(--bs-gray-100);
}

body .noUi-target {
    background-color: var(--bs-gray-100);
    border: none;
    box-shadow: none;
    border-radius: 1rem;
}

    body .noUi-target.noUi-connect {
        box-shadow: none;
    }

body .noUi-horizontal {
    height: 10px;
    padding-right: 17px;
}

    body .noUi-horizontal .noUi-handle {
        width: 20px;
        height: 20px;
        top: -5px;
        left: -1px;
    }

    body .noUi-horizontal .noUi-origin {
        left: 17px;
        right: -17px;
    }

    body .noUi-horizontal.slider-xl {
        height: 14px;
    }

        body .noUi-horizontal.slider-xl .noUi-handle {
            width: 28px;
            height: 28px;
            top: -7px;
        }

    body .noUi-horizontal.slider-lg {
        height: 12px;
    }

        body .noUi-horizontal.slider-lg .noUi-handle {
            width: 24px;
            height: 24px;
            top: -6px;
        }

    body .noUi-horizontal.slider-sm {
        height: 6px;
    }

        body .noUi-horizontal.slider-sm .noUi-handle {
            top: -7px;
        }

    body .noUi-horizontal.slider-xs {
        height: 3px;
    }

        body .noUi-horizontal.slider-xs .noUi-handle {
            top: -8px;
        }

body .noUi-vertical.square .noUi-handle {
    background: var(--bs-primary);
    border-radius: 3px;
}

    body .noUi-vertical.square .noUi-handle:before {
        display: block;
        width: 12px;
        height: 2px;
        left: -1px;
        top: 2px;
    }

    body .noUi-vertical.square .noUi-handle:after {
        display: block;
        width: 12px;
        height: 2px;
        left: -1px;
        top: 7px;
    }

body .square .noUi-handle {
    background: var(--bs-primary);
    border-radius: 3px;
}

    body .square .noUi-handle:before {
        display: block;
        width: 2px;
        height: 10px;
        left: 2px;
        top: 0;
    }

    body .square .noUi-handle:after {
        display: block;
        width: 2px;
        height: 10px;
        left: 7px;
        top: 0;
    }

body .square.slider-xl .noUi-handle:before {
    left: 5px;
    top: 4px;
}

body .square.slider-xl .noUi-handle:after {
    left: 10px;
    top: 4px;
}

body .square.slider-lg .noUi-handle:before {
    left: 3px;
    top: 2px;
}

body .square.slider-lg .noUi-handle:after {
    left: 8px;
    top: 2px;
}

body .noUi-connect {
    background: var(--bs-primary);
    box-shadow: none;
}

body .noUi-vertical {
    display: inline-block;
    width: 8px;
    height: 150px;
}

    body .noUi-vertical .noUi-handle {
        width: 20px;
        height: 20px;
        top: -5px;
        left: -6px;
    }

body .select2-container .select2-search--inline .select2-search__field {
    font-family: inherit;
}

body .select2-container--classic .select2-search--dropdown .select2-search__field, body .select2-container--default .select2-search--dropdown .select2-search__field, body .select2-container--default.select2-container--focus .select2-selection--multiple, body .select2-dropdown {
    border: 1px solid var(--bs-border-color);
}

body .select2-container--classic .select2-selection--single, body .select2-container--default .select2-selection--multiple, body .select2-container--default .select2-selection--single {
    border-radius: var(--bs-border-radius);
}

    body .select2-container--classic .select2-selection--single, body .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: var(--bs-white);
        background-image: unset !important;
    }

        body .select2-container--classic .select2-selection--single .select2-selection__arrow {
            border: 0;
        }

        body .select2-container--classic .select2-selection--single .select2-selection__arrow, body .select2-container--default .select2-selection--single .select2-selection__arrow {
            top: -2px;
            right: 20px;
            width: auto;
        }

body .select2-container .select2-search--inline .select2-search__field {
    height: 24px;
}

    body .select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
        color: var(--bs-body-color);
    }

    body .select2-container .select2-search--inline .select2-search__field::placeholder {
        color: var(--bs-body-color);
    }

body .select2-container .flag-icon {
    margin-right: 6px;
}

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, body .select2-container--default .select2-results__option--selected {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

body .select2-results__option {
    padding: 8px 10px;
}

body .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: var(--bs-light);
}

body .select2-container--classic .select2-selection--single, body .select2-container--classic .select2-selection--single .select2-selection__arrow, body .select2-container--classic .select2-selection--single .select2-selection__rendered, body .select2-container--default .select2-selection--multiple, body .select2-container--default .select2-selection--single, body .select2-container--default .select2-selection--single .select2-selection__arrow, body .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-color: var(--bs-border-color);
    color: var(--bs-body-color);
    height: 40px;
    line-height: 40px;
}

body .select2-container--default .select2-selection--multiple {
    line-height: 27px;
    height: auto;
}

    body .select2-container--classic .select2-selection--multiple .select2-selection__choice, body .select2-container--default .select2-selection--multiple .select2-selection__choice, body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
        color: #fff;
    }

body .select2-container {
    display: inline;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: var(--bs-border-radius);
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .simplebar-content-wrapper::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .simplebar-hide-scrollbar::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

.simplebar-content:after {
    content: " ";
    display: table;
}

.simplebar-content:before {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    [data-simplebar].simplebar-dragging .simplebar-content {
        pointer-events: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    [data-simplebar].simplebar-dragging .simplebar-track {
        pointer-events: all;
    }

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

    .simplebar-scrollbar:before {
        position: absolute;
        content: "";
        background: #000;
        border-radius: 7px;
        left: 2px;
        right: 2px;
        opacity: 0;
        transition: opacity .2s .5s linear;
        top: 2px;
        bottom: 2px;
        left: 2px;
        right: 2px;
    }

    .simplebar-scrollbar.simplebar-visible:before {
        opacity: .5;
        transition-delay: 0s;
        transition-duration: 0s;
    }

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        right: auto;
        left: 0;
        top: 0;
        bottom: 0;
        min-height: 0;
        min-width: 10px;
        width: auto;
    }

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important;
}

    .simplebar-dummy-scrollbar-size > div {
        width: 200%;
        height: 200%;
        margin: 10px 0;
    }

body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: var(--bs-primary) !important;
    border-radius: var(--bs-border-radius);
}

    body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
        box-shadow: unset;
    }

body div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    background-color: #ff5050 !important;
    border-radius: var(--bs-border-radius);
}

body div:where(.swal2-container) .h2:where(.swal2-title), body div:where(.swal2-container) h2:where(.swal2-title) {
    color: var(--bs-heading-color);
}

body div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: .25em solid rgba(44, 208, 126, .3);
}

body div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    background-color: var(--bs-success);
}

.toastr {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    color: #fff;
}

.toast-title {
    font-weight: 700;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a, .toast-message label {
        color: #fff;
    }

        .toast-message a:hover {
            color: var(--bs-body-color);
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    line-height: 1;
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
    }

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em;
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right .toast {
    position: fixed;
    top: 12px;
    right: 12px;
}

.toast-bottom-right .toast {
    position: fixed;
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

.toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    width: 100% !important;
}

    .toast-container * {
        box-sizing: border-box;
    }

    .toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        border: 0;
        border-radius: 6px;
        background-position: 15px center;
        background-repeat: no-repeat;
        box-shadow: 0 0 12px rgba(0, 0, 0, .08);
        color: #fff;
        opacity: 1;
    }

        .toast-container > div.rtl {
            direction: rtl;
            padding: 15px 50px 15px 15px;
            background-position: right 15px center;
        }

    .toast-container > .toast-info {
        background-image: url(data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
    }

    .toast-container > .toast-error {
        background-image: url(data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
    }

    .toast-container > .toast-success {
        background-image: url(data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
    }

    .toast-container > .toast-warning {
        background-image: url(data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
    }

    .toast-container.toast-bottom-center > div, .toast-container.toast-top-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .toast-container.toast-bottom-full-width > div, .toast-container.toast-top-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

.toast-success {
    background-color: #2cd07e !important;
}

.toast-error {
    background-color: #ff5050 !important;
}

.toast-info {
    background-color: #2cabe3 !important;
}

.toast-warning {
    background-color: #ffc36d !important;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
}

@media all and (min-width:241px) and (max-width:480px) {
    .toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

        .toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    .toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }

    .toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em;
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    .toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }

        .toast-container > div.rtl {
            padding: 15px 50px 15px 15px;
        }
}

.toast-container .toast {
    max-width: 100%
}

.twitter-typeahead {
    width: 100%
}

    .twitter-typeahead .tt-menu {
        width: 100%;
        background: var(--bs-white);
        border: 1px solid var(--bs-gray-100);
        border-radius: 5px;
        padding: .75rem 0;
    }

        .twitter-typeahead .tt-menu .tt-suggestion {
            padding: .25rem .75rem;
            cursor: pointer;
        }

            .twitter-typeahead .tt-menu .tt-suggestion:hover {
                background-color: var(--bs-primary);
                color: var(--bs-white);
            }

    .twitter-typeahead .empty-message {
        padding: 5px 10px;
        text-align: center;
    }

    .twitter-typeahead .rtl-typeahead .tt-menu {
        text-align: right;
    }

    .twitter-typeahead .league-name {
        margin: 0 10px 5px;
        padding: 7px 5px 10px;
        border-bottom: 1px solid var(--bs-gray-200);
    }

.scrollable-dropdown .twitter-typeahead .tt-menu {
    max-height: 80px;
    overflow-y: auto;
}

.bootstrap-maxlength {
    margin-top: .5rem;
}

body :not(pre) > code[class*=language-], body pre[class*=language-] {
    background: #1f2a3d;
}

.freeplan-bg {
    background-image: url(../images/backgrounds/dash-bg.jpg);
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-tabs.manage-tabs {
    border-bottom: 0 !important;
}

    .nav-tabs.manage-tabs .nav-item {
        margin-bottom: -1px;
        position: relative;
        z-index: 1;
        display: block;
        margin: 0;
        text-align: center;
        flex: 1;
    }

    .nav-tabs.manage-tabs .nav-link {
        position: relative;
        background: var(--bs-secondary) !important;
        color: #fff !important;
        font-weight: 400;
        border: 1px dotted rgba(255, 255, 255, .6);
        padding: 20px;
        font-size: 16px;
        border-radius: 6px;
    }

        .nav-tabs.manage-tabs .nav-link:hover {
            color: #fff;
        }

        .nav-tabs.manage-tabs .nav-item.show .nav-link, .nav-tabs.manage-tabs .nav-link.active {
            background-color: rgba(255, 255, 255, .1) !important;
            border-bottom: 2px solid #fff;
        }

.manage-table thead tr th {
    font-size: 16px;
    color: var(--bs-heading-color);
    font-weight: 600;
}

.manage-table .sml-pd {
    padding: 5px;
}

.manage-table tr.advanced-table {
    border: 2px solid var(--bs-table-border-color);
}

    .manage-table tr.advanced-table.active {
        border: 2px solid var(--bs-secondary) !important;
    }

    .manage-table tr.advanced-table .form-check-input:checked {
        background-color: var(--bs-secondary) !important;
        border-color: var(--bs-secondary) !important;
    }

    .manage-table tr.advanced-table .form-check-input:focus {
        border-color: var(--bs-secondary);
        box-shadow: none;
    }

    .manage-table tr.advanced-table td {
        vertical-align: middle;
        font-size: 16px;
        background: #fff;
        border-bottom-width: 0;
    }

.user-table thead {
    color: #20222a;
}

.user-table tbody tr {
    background-color: inherit;
}

    .user-table tbody tr:hover {
        background-color: rgba(0, 0, 0, .025);
    }

    .user-table tbody tr td {
        vertical-align: middle;
    }

    .user-table tbody tr .category-select {
        max-width: 150px;
    }

.chat-list li .chat-icon {
    display: none;
}

.chat-list li:hover .chat-icon {
    display: block;
}

.chat-box {
    overflow: auto;
}

.chat-list li {
    list-style: none;
}

    .chat-list li .chat-content {
        width: calc(100% - 140px);
    }

        .chat-list li .chat-content .message {
            border-top-right-radius: 25px;
            border-bottom-left-radius: 25px;
            padding: 15px 20px;
            border-top-left-radius: 5px;
            border-bottom-right-radius: 25px;
        }

    .chat-list li .chat-time {
        width: 80px;
        font-size: 13px;
    }

    .chat-list li.odd .chat-content {
        width: calc(100% - 90px);
    }

        .chat-list li.odd .chat-content .message {
            border-top-right-radius: 5px;
            border-bottom-left-radius: 25px;
            padding: 15px 20px;
            border-top-left-radius: 25px;
            border-bottom-right-radius: 25px;
        }

    .chat-list li.odd .box {
        clear: both;
    }

    .chat-list li.odd + .odd {
        margin-top: 0;
    }

    .chat-list li.reverse {
        text-align: right;
    }

        .chat-list li.reverse .chat-time {
            text-align: left;
        }

        .chat-list li.reverse .chat-content {
            padding-left: 0;
            padding-right: 15px;
        }

@media (max-width:767.98px) {
    .chat-list li .chat-content {
        width: calc(100% - 80px);
    }
}

.message-box .message-widget a:hover {
    background: rgba(0, 0, 0, .025);
}

.message-box .message-widget a .user-img {
    width: 45px;
}

    .message-box .message-widget a .user-img .profile-status {
        border: 2px solid #fff;
        height: 10px;
        left: 33px;
        position: absolute;
        top: -1px;
        width: 10px;
    }

    .message-box .message-widget a .user-img .online {
        background: #2cd07e;
    }

    .message-box .message-widget a .user-img .busy {
        background: #ff5050;
    }

    .message-box .message-widget a .user-img .away {
        background: #ffc36d;
    }

    .message-box .message-widget a .user-img .offline {
        background: #ffc36d;
    }

.message-box .message-widget a .mail-desc, .message-box .message-widget a .time {
    color: #67757c;
}

.right-part.chat-container, .right-part.invoice-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .right-part.chat-container .chat-box-inner-part, .right-part.invoice-box .chat-box-inner-part {
        width: 100%
    }

.left-part.list-of-user, .left-part.user-chat-box {
    height: 100vh;
}

.invoice-inner-part .invoiceing-box #custom-invoice #printableArea {
    display: none;
}

.right-part.invoice-box {
    height: 100% !important;
}

.chat-box .chat {
    display: none;
}

    .chat-box .chat.active-chat {
        display: block;
    }

@media (max-width:767.98px) {
    .right-part.invoice-box {
        display: block;
    }

        .right-part.invoice-box .chat-box-inner-part {
            width: 100%
        }
}

@media (min-width:768px) and (max-width:991.98px) {
    .left-part.list-of-user {
        position: fixed;
        left: -260px;
        background: #fff;
        z-index: 1;
        transition: .1s ease-in;
    }

        .left-part.list-of-user .show-left-part {
            right: -107px;
        }

        .left-part.list-of-user.show-panel {
            left: 65px;
        }

            .left-part.list-of-user.show-panel .show-left-part {
                right: -42px;
            }

    .right-part.invoice-box {
        margin-left: 0;
        width: 100%
    }
}

.steamline {
    position: relative;
    border-left: 1px solid #ebf1f6;
    margin-left: 25px;
}

    .steamline .sl-left {
        margin-left: -25px;
        z-index: 1;
        line-height: 40px;
        text-align: center;
        height: 40px;
        border-radius: 100%;
        color: #fff;
        margin-right: 16px;
    }

    .steamline .sl-right {
        padding-bottom: 25px;
    }

        .steamline .sl-right .desc, .steamline .sl-right .inline-photos {
            margin-bottom: 21px;
        }

    .steamline .sl-item {
        border-bottom: 1px solid #ebf1f6;
        margin: 20px 0;
        display: flex;
    }

        .steamline .sl-item:last-child {
            border-bottom: none;
        }

.sl-date {
    font-size: 10px;
    color: #a1aab2;
}

.time-item {
    border-color: #ebf1f6;
    padding-bottom: 1px;
    position: relative;
}

    .time-item:before {
        content: " ";
        display: table;
    }

    .time-item:after {
        background-color: #fff;
        border-color: #ebf1f6;
        border-radius: 10px;
        border-style: solid;
        border-width: 2px;
        bottom: 0;
        content: "";
        height: 14px;
        left: 0;
        margin-left: -8px;
        position: absolute;
        top: 5px;
        width: 14px;
    }

.time-item-item:after {
    content: " ";
    display: table;
}

.item-info {
    margin-bottom: 15px;
    margin-left: 15px;
}

    .item-info p {
        margin-bottom: 10px !important;
    }

@media (max-width:767.98px) {
    .freeplan-bg {
        background-position: center;
    }

        .freeplan-bg .card-body {
            padding: 5px !important;
        }
}

.weight-border {
    border-top: 2px solid #2cd07e;
    height: 2px;
    width: 100px;
    display: inline-block;
}

.bottom-text {
    position: absolute;
    bottom: 1.57rem;
}

@media (max-width:767px) {
    .bottom-text {
        right: 1.57rem;
    }
}

.calendar-schedule-table {
    width: 100%
}

    .calendar-schedule-table td {
        padding: 15px 10px;
        text-align: center;
        font-weight: 400;
    }

        .calendar-schedule-table td .month-option {
            text-align: left;
            color: #fff;
            font-weight: 400;
        }

        .calendar-schedule-table td.cal-active {
            border-radius: 6px;
            background: var(--bs-primary) !important;
        }

.mailbox-widget {
    border-bottom: 0 !important;
}

    .mailbox-widget .nav-item {
        position: relative;
        z-index: 1;
        display: flex;
        margin: 0;
        text-align: center;
        justify-content: flex-start;
    }

    .mailbox-widget .nav-link {
        position: relative;
        background: var(--bs-purple) !important;
        color: #fff !important;
        font-weight: 400;
        border: 1px dotted rgba(255, 255, 255, .3);
        padding: 10px 30px;
        font-size: 15px;
        border-radius: 6px;
    }

        .mailbox-widget .nav-link:hover {
            color: #fff;
        }

        .mailbox-widget .nav-item.show .nav-link, .mailbox-widget .nav-link.active {
            background-color: rgba(255, 255, 255, .1) !important;
            border: 1px solid transparent;
            border-bottom: 2px solid var(--bs-secondary) !important;
        }

.weather-report .weather-type {
    color: #e9ecef;
}

.weather-report.active {
    border-bottom: 2px solid #ff5050;
}

    .weather-report.active .weather-type {
        color: #ff5050;
    }

.demo-container .flot-text, .demo-container .flot-x-axis {
    display: none;
}

.demo-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.comment-widgets .comment-row {
    background: 0 0;
}

.comment-widgets:before {
    content: "";
    height: 100%;
    display: block;
    width: 1px;
    background: rgba(58, 63, 79, .08);
    position: absolute;
    left: 25px;
    z-index: revert-layer;
}

.comment-text.active .comment-footer .action-icons, .comment-text:hover .comment-footer .action-icons {
    visibility: visible;
}

.comment-footer .action-icons {
    visibility: hidden;
}

    .comment-footer .action-icons a {
        color: #a1aab2;
    }

        .comment-footer .action-icons a.active, .comment-footer .action-icons a:hover {
            color: #2cabe3;
        }

.datepicker .day, .datepicker .dow {
    padding: 5px 10px;
}

.primary-carousel .p-img {
    height: 390px;
}

.primary-carousel .read-more {
    position: absolute;
    bottom: 40px;
}

.social-box {
    background-color: #dee5ed;
}

.jvectormap-container svg path {
    fill: var(--bs-secondary);
}

.left-part {
    position: absolute;
    height: 100%;
    width: 260px;
}

    .left-part.fixed-left-part {
        position: fixed;
        top: 60px;
        padding-top: 10px;
        padding-bottom: 50px;
        border: 0 !important;
    }

    .left-part .show-left-part {
        position: absolute;
        top: 45%;
        right: -41px;
    }

    .left-part .lstick {
        margin-left: -16px;
    }

.dashboard-part.right-part {
    overflow-x: hidden !important;
}

.right-part {
    width: calc(100% - 260px);
    height: calc(100vh - 129px);
    margin-left: 260px;
}

.reverse-mode .left-part {
    right: 0;
}

    .reverse-mode .left-part.dashboard-right-part {
        top: 60px;
    }

.reverse-mode .show-left-part {
    right: auto;
    left: -41px;
}

.reverse-mode .right-part {
    margin-left: 0;
    margin-right: 260px;
}

@media (max-width:767px) {
    #main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar, #main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar .sidebar-footer {
        left: -260px;
    }

    #main-wrapper.show-sidebar .left-sidebar, #main-wrapper.show-sidebar .left-sidebar .sidebar-footer {
        left: 0;
    }

    #main-wrapper[data-layout=vertical][data-header-position=fixed][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse, #main-wrapper[data-layout=vertical][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse {
        position: relative;
        top: 60px;
    }

    .left-part {
        position: fixed;
        left: -260px;
        background: #fff;
        z-index: 1;
        transition: .1s ease-in;
    }

        .left-part.show-panel {
            left: 0;
        }

    .reverse-mode .left-part {
        right: -260px;
        left: auto;
    }

        .reverse-mode .left-part.show-panel {
            right: 0;
        }

    .right-part {
        width: 100%;
        margin-left: 0;
    }
}

.growl-notification-example {
    cursor: default;
    display: none;
}

.blog-img-one {
    background-image: url(../images/blog/blog-img9.jpg);
}

.blog-img-two {
    background-image: url(../images/blog/blog-img10.jpg);
}

.blog {
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

    .blog::before {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(33, 33, 33, .6);
    }

body .landingpage .topheader {
    z-index: 99;
    position: relative;
}

body .landingpage .navbar-nav .nav-link {
    font-size: 16px;
}

body .landingpage .banner-content {
    z-index: 9;
    position: relative;
}

body .landingpage .hero-section .hero-img-slide {
    min-width: 2000px;
    height: calc(100vh - 80px);
    max-height: 800px;
}

    body .landingpage .hero-section .hero-img-slide .banner-img-1 {
        height: 2512px;
        animation: 55s linear 0s infinite normal none running slideup;
    }

    body .landingpage .hero-section .hero-img-slide .banner-img-2 {
        height: 2512px;
        animation: 55s linear 0s infinite normal none running slideDown;
    }

@keyframes slideup {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideDown {
    0% {
        transform: translate3d(0, -100%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

body .landingpage .container-fluid, body .landingpage .container-lg, body .landingpage .container-md, body .landingpage .container-sm, body .landingpage .container-xl, body .landingpage .container-xxl {
    max-width: 1650px !important;
}

body .landingpage .container, body .landingpage .container-fluid, body .landingpage .container-lg, body .landingpage .container-md, body .landingpage .container-sm, body .landingpage .container-xl, body .landingpage .container-xxl {
    --bs-gutter-x: 30px;
}

body .landingpage .text-primary-grediant {
    background: linear-gradient(91deg, #186dde .53%, #7460ee 118.79%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 300%;
    animation: gradient 20s ease infinite;
}

body .landingpage .banner-title {
    font-size: 56px;
}

@media (max-width:575.98px) {
    body .landingpage .banner-title {
        font-size: 40px;
    }
}

body .landingpage .widget-title {
    font-size: 40px;
    font-weight: 700;
}

body .landingpage .space-sm {
    padding: 60px 0;
}

@keyframes gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

body .landingpage .section-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
}

@media (max-width:575.98px) {
    body .landingpage .section-title {
        font-size: 26px;
        font-weight: 700;
        line-height: 35px;
    }
}

body .landingpage .round-50 {
    height: 50px;
    width: 50px;
}

body .landingpage .c2a-box {
    background-image: url(../images/landingpage/line-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: rgba(145, 158, 171, .2) 0 0 2px 0, rgba(145, 158, 171, .12) 0 12px 24px -4px;
}

body .landingpage .product-card {
    margin-bottom: 70px;
    border: 0;
}

    body .landingpage .product-card .card-img-top {
        border-radius: 10px;
    }

    body .landingpage .product-card .overlay:hover .overlay-buttons {
        display: flex;
    }

    body .landingpage .product-card .overlay .overlay-buttons {
        position: absolute;
        height: 100%;
        background: rgba(31, 28, 46, .85);
        display: none;
        width: 100%;
        top: 0;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
    }

body .landingpage .navbar .nav-link {
    padding: .5rem 20px;
    font-weight: 500;
}

body .landingpage .dropdown:hover .dropdown-menu {
    display: block;
}

body .landingpage .icon-section .row .col-lg-3 {
    border: 1px solid rgba(120, 130, 140, .13);
    padding: 30px;
    transition: .1s ease-in;
    position: relative;
    background: #fff;
    min-height: 250px;
}

    body .landingpage .icon-section .row .col-lg-3:hover {
        box-shadow: 0 5px 50px rgba(0, 0, 0, .05);
        transform: scale(1.1);
        z-index: 10;
    }

body .landingpage .icon-section .display-icon {
    font-size: 36px;
}

body .landingpage .btn-group-lg > .btn, body .landingpage .btn-lg {
    padding: 13px 46px;
    font-size: 16px;
}

.img-shadow {
    box-shadow: 0 5px 80px -24px rgba(63, 63, 126, .6);
}

.moving-widget {
    animation: mover 5s infinite alternate;
}

.moving-widget-2 {
    animation: zoom-in-zoom-out 7s ease-in-out infinite;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-4px);
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.05, 1.05);
    }

    100% {
        transform: scale(1, 1);
    }
}

.el-element-overlay .white-box {
    padding: 0;
}

.el-element-overlay .el-card-item .el-overlay-1 {
    cursor: default;
}

    .el-element-overlay .el-card-item .el-overlay-1 img {
        height: auto;
        transition: all .4s linear;
    }

    .el-element-overlay .el-card-item .el-overlay-1:hover img {
        transform: scale(1.2) translateZ(0);
        -ms-transform: scale(1.2) translateZ(0);
        -webkit-transform: scale(1.2) translateZ(0);
    }

    .el-element-overlay .el-card-item .el-overlay-1 .el-info {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        text-decoration: none;
        transition: all .2s ease-in-out;
        transform: translateY(-50%) translateZ(0);
        -webkit-transform: translateY(-50%) translateZ(0);
        -ms-transform: translateY(-50%) translateZ(0);
    }

        .el-element-overlay .el-card-item .el-overlay-1 .el-info .el-item .el-link {
            padding: 12px 15px 10px;
        }

            .el-element-overlay .el-card-item .el-overlay-1 .el-info .el-item .el-link:hover {
                border-color: var(--bs-primary);
                background: var(--bs-primary);
            }

.el-element-overlay .el-card-item .el-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .7);
    transition: all .4s ease-in-out;
}

.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
    opacity: 1;
    transform: translateZ(0);
}

.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
    top: 0;
}

.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
    top: 0;
    height: 100%
}

.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
    top: -100%
}

.el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
    top: 100%;
    height: 0;
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    100% {
        background-position: 0 0;
    }
}

body .edit-list, body .edit-tsk {
    display: none;
}

body .task-list-section {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
}

body .task-list-container {
    width: 294px;
    flex-shrink: 0;
}

body .connect-sorting-todo {
    background: var(--bs-gray-200);
}

body .connect-sorting-inprogress {
    background-color: var(--bs-secondary-bg-subtle) !important;
}

body .connect-sorting-pending {
    background-color: var(--bs-info-bg-subtle) !important;
}

body .connect-sorting-done {
    background-color: var(--bs-success-bg-subtle) !important;
}

body .connect-sorting {
    padding: 20px;
    background: var(--bs-gray-200);
    border-radius: 6px;
}

    body .connect-sorting .task-container-header {
        display: flex;
        justify-content: space-between;
        padding: 6px 3px 18px;
    }

        body .connect-sorting .task-container-header .dropdown-toggle::after {
            display: none;
        }

        body .connect-sorting .task-container-header .dropdown .dropdown-toggle {
            width: 24px;
            height: 24px;
            display: flex;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            box-shadow: var(--bs-box-shadow);
            border-radius: 100%;
            background-color: var(--bs-body-bg);
            font-weight: var(--font-weight-bolder);
        }

    body .connect-sorting .add-s-task .addTask {
        width: 24px;
        height: 24px;
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        box-shadow: var(--bs-box-shadow);
        border-radius: 100%;
        background-color: var(--bs-body-bg);
        font-weight: var(--font-weight-bolder);
    }

body .scrumboard .task-header {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 11px 13px;
}

    body .scrumboard .task-header .dropdown .dropdown-toggle::after {
        display: none;
    }

    body .scrumboard .task-header .h4, body .scrumboard .task-header h4 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
    }

        body .scrumboard .task-header .h4:hover, body .scrumboard .task-header h4:hover {
            cursor: move;
        }

body .scrumboard .task-content {
    padding: 11px 13px;
}

body .scrumboard .card {
    background: var(--bs-body-bg);
    border: none;
    border-radius: 6px;
    margin-bottom: 15px;
}

    body .scrumboard .card .card-body {
        padding: 0;
    }

        body .scrumboard .card .card-body .task-body .task-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 15px;
        }

            body .scrumboard .card .card-body .task-body .task-bottom div.tb-section-1 span:hover {
                color: var(--bs-primary);
                cursor: pointer;
            }

            body .scrumboard .card .card-body .task-body .task-bottom div.tb-section-2 i.ti-pencil:hover {
                color: var(--bs-primary);
            }

    body .scrumboard .card.img-task .card-body .task-content img {
        height: 106px;
        width: 100%
    }

    body .scrumboard .card.simple-title-task .card-body .task-header {
        margin-bottom: 0;
        padding: 11px 13px;
    }

        body .scrumboard .card.simple-title-task .card-body .task-header div:nth-child(1) {
            width: 70%
        }

        body .scrumboard .card.simple-title-task .card-body .task-header div:nth-child(2) {
            width: 30%;
            text-align: right;
        }

    body .scrumboard .card.simple-title-task .card-body .task-body .task-bottom {
        padding: 3px 15px 11px 15px;
    }

body .ui-state-highlight {
    position: relative;
    border-color: var(--bs-primary);
    height: 141px;
    margin-bottom: 36px;
    border-radius: 15px;
    border: 2px dashed var(--bs-primary);
    background-color: var(--bs-body-bg);
    box-shadow: var(--card-box-shadow);
    background-image: linear-gradient(45deg, rgba(93, 135, 255, .09) 25%, transparent 25%, transparent 50%, rgba(93, 135, 255, .09) 50%, rgba(93, 135, 255, .09) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    animation: progress-bar-stripes 1s linear infinite;
}

body .connect-sorting-content {
    min-height: 60px;
}

.mh-n100 {
    max-height: calc(100vh - 100px);
}

.h-n150 {
    height: calc(100vh - 150px);
}

.h-n280 {
    height: calc(100vh - 280px);
}

.h-n80 {
    height: calc(100vh - 80px);
}

.action-btn.show-btn {
    display: none;
}

.chat-application .left-part {
    position: relative !important;
}

.parent-chat-box.app-chat-right .chat-box {
    width: 100%
}

.parent-chat-box.app-chat-right .app-chat-offcanvas {
    width: 0;
}

@media (max-width:991.98px) {
    .parent-chat-box .app-chat-offcanvas {
        width: 0;
    }

    .parent-chat-box.app-chat-right .app-chat-offcanvas {
        width: 300px;
        position: absolute;
        z-index: 9;
    }
}

@media (max-width:575.98px) {
    .parent-chat-box.app-chat-right .app-chat-offcanvas {
        left: 0;
        position: absolute;
        z-index: 9;
    }
}

.email-box {
    width: 100% !important;
}

.chat-box {
    width: calc(100% - 300px);
}

    .chat-box .chat-box-inner {
        height: 650px;
        max-height: 800px;
    }

    .chat-box .chat {
        display: none;
    }

        .chat-box .chat.active-chat {
            display: block;
        }

.app-chat-offcanvas {
    flex-shrink: 0;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    z-index: 2;
    background-color: var(--bs-card-bg);
    visibility: visible;
}

.file-chat-hover:hover .download-file {
    display: block;
}

.file-chat-hover .download-file {
    display: none;
}

@media (max-width:991.98px) {
    .app-chat .chat-users {
        height: calc(100vh - 295px) !important;
    }
}

.min-width-340 {
    min-width: 340px;
}

@media (max-width:991.98px) {
    .app-email-chatting-box {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--bs-card-bg);
    }

    .min-width-340 {
        min-width: 100%
    }
}

.note-has-grid .nav-link {
    padding: .5rem;
}

.note-has-grid .single-note-item .favourite-note {
    cursor: pointer;
}

.note-has-grid .single-note-item .side-stick {
    position: absolute;
    width: 3px;
    height: 35px;
    left: 0;
    background-color: var(--bs-gray-700);
}

.note-has-grid .single-note-item .category-dropdown.dropdown-toggle:after {
    display: none;
}

.note-has-grid .single-note-item .category [class*=category-] {
    height: 15px;
    width: 15px;
    display: none;
}

.note-has-grid .single-note-item .category .category-business {
    background-color: var(--bs-success-bg-subtle);
    border: 2px solid var(--bs-success);
}

.note-has-grid .single-note-item .category .category-social {
    background-color: var(--bs-info-bg-subtle);
    border: 2px solid var(--bs-info);
}

.note-has-grid .single-note-item .category .category-important {
    background-color: var(--bs-danger-bg-subtle);
    border: 2px solid var(--bs-danger);
}

.note-has-grid .single-note-item.all-category .point {
    color: rgba(var(--bs-gray-700), .5);
}

.note-has-grid .single-note-item.note-business .point {
    color: var(--bs-success-bg-subtle);
}

.note-has-grid .single-note-item.note-business .side-stick {
    background-color: var(--bs-success);
}

.note-has-grid .single-note-item.note-business .category .category-business {
    display: inline-block;
}

.note-has-grid .single-note-item.note-favourite .favourite-note {
    color: var(--bs-warning);
}

.note-has-grid .single-note-item.note-social .point {
    color: var(--bs-info-bg-subtle);
}

.note-has-grid .single-note-item.note-social .side-stick {
    background-color: var(--bs-info);
}

.note-has-grid .single-note-item.note-social .category .category-social {
    display: inline-block;
}

.note-has-grid .single-note-item.note-important .point {
    color: var(--bs-danger-bg-subtle);
}

.note-has-grid .single-note-item.note-important .side-stick {
    background-color: var(--bs-danger);
}

.note-has-grid .single-note-item.note-important .category .category-important {
    display: inline-block;
}

.note-has-grid .single-note-item.all-category .more-options, .note-has-grid .single-note-item.all-category.note-favourite .more-options {
    display: block;
}

.note-has-grid .single-note-item.all-category.note-business .more-options, .note-has-grid .single-note-item.all-category.note-favourite.note-business .more-options, .note-has-grid .single-note-item.all-category.note-favourite.note-important .more-options, .note-has-grid .single-note-item.all-category.note-favourite.note-social .more-options, .note-has-grid .single-note-item.all-category.note-important .more-options, .note-has-grid .single-note-item.all-category.note-social .more-options {
    display: none;
}

.app-invoice .invoice-users {
    height: calc(100vh - 262px);
}

.invoice-inner-part .invoiceing-box #custom-invoice #printableArea {
    display: none;
}

.btn-custom-fill .form-check-input {
    position: absolute;
    top: 30px;
    z-index: 99;
}

.btn-custom-fill .btn-outline-primary:hover {
    background-color: var(--bs-primary-bg-subtle);
}

.shop-part .shop-filters {
    width: 250px;
}

    .shop-part .shop-filters .by-colors .shop-color-list .shop-colors-item {
        width: 24px;
        height: 24px;
    }

        .shop-part .shop-filters .by-colors .shop-color-list .shop-colors-item.shop-colors-1 {
            background-color: #1890ff;
        }

        .shop-part .shop-filters .by-colors .shop-color-list .shop-colors-item.shop-colors-2 {
            background-color: #94d82d;
        }

        .shop-part .shop-filters .by-colors .shop-color-list .shop-colors-item.shop-colors-3 {
            background-color: #ff4842;
        }

        .shop-part .shop-filters .by-colors .shop-color-list .shop-colors-item.shop-colors-4 {
            background-color: #ffc107;
        }

        .shop-part .shop-filters .by-colors .shop-color-list .shop-colors-item.shop-colors-5 {
            background-color: #00ab55;
        }

        .shop-part .shop-filters .by-colors .shop-color-list .shop-colors-item.shop-colors-6 {
            background-color: #000;
        }

        .shop-part .shop-filters .by-colors .shop-color-list .shop-colors-item.shop-colors-7 {
            background-color: pink;
        }

.timeline-widget .timeline-item {
    min-height: 70px;
}

    .timeline-widget .timeline-item .timeline-time {
        padding: 6px 16px 6px 0;
        min-width: 90px;
    }

    .timeline-widget .timeline-item .timeline-badge-wrap .timeline-badge {
        width: 12px;
        height: 12px;
        border-radius: 50px;
        background-color: transparent;
    }

    .timeline-widget .timeline-item .timeline-badge-wrap .timeline-badge-border {
        width: 1px;
        height: 100%;
        background-color: var(--bs-border-color);
    }

    .timeline-widget .timeline-item .timeline-desc {
        padding: 6px 16px;
    }

    .timeline-widget .timeline-item .timeline-badge.badge-primary {
        border: 2px solid var(--bs-primary);
    }

.comment-widgets .comment-row {
    background: 0 0;
}

    .comment-widgets .comment-row.active, .comment-widgets .comment-row:hover {
        background: rgba(0, 0, 0, .025);
    }

.comment-text.active .comment-footer .action-icons, .comment-text:hover .comment-footer .action-icons {
    visibility: visible;
}

.comment-footer .action-icons {
    visibility: hidden;
}

    .comment-footer .action-icons a {
        color: var(--bs-body-color);
    }

        .comment-footer .action-icons a.active, .comment-footer .action-icons a:hover {
            color: var(--bs-info);
        }

.stylish-table tbody tr {
    border-left: 4px solid transparent;
}

    .stylish-table tbody tr.active, .stylish-table tbody tr:hover {
        border-left: 4px solid var(--bs-info);
    }

.stylish-table tbody td .small, .stylish-table tbody td small {
    line-height: 12px;
}

@media (max-width:991.98px) {
    .w-xs-100 {
        width: 100% !important;
    }
}

.todo-list li .assignedto li {
    margin-right: 2px;
}

    .todo-list li .assignedto li img {
        width: 30px;
    }

.message-box .message-widget a:hover {
    background: rgba(0, 0, 0, .025);
}

.message-box .message-widget a .user-img {
    width: 45px;
}

    .message-box .message-widget a .user-img .profile-status {
        border: 2px solid var(--bs-white);
        height: 10px;
        left: 33px;
        position: absolute;
        top: -1px;
        width: 10px;
    }

    .message-box .message-widget a .user-img .online {
        background: var(--bs-success);
    }

    .message-box .message-widget a .user-img .busy {
        background: var(--bs-danger);
    }

    .message-box .message-widget a .user-img .away {
        background: var(--bs-warning);
    }

    .message-box .message-widget a .user-img .offline {
        background: var(--bs-warning);
    }

.message-box .message-widget a .mail-desc, .message-box .message-widget a .time {
    color: var(--bs-body-color);
}

.mailbox .message-center {
    overflow: auto;
}

    .mailbox .message-center .message-item {
        display: flex;
    }

        .mailbox .message-center .message-item.active, .mailbox .message-center .message-item:hover {
            background: rgba(0, 0, 0, .025);
        }

        .mailbox .message-center .message-item .user-img {
            width: 40px;
        }

            .mailbox .message-center .message-item .user-img .profile-status {
                border: 2px solid var(--bs-white);
                height: 10px;
                left: 30px;
                position: absolute;
                top: 1px;
                width: 10px;
            }

            .mailbox .message-center .message-item .user-img .online {
                background: var(--bs-success);
            }

            .mailbox .message-center .message-item .user-img .busy {
                background: var(--bs-danger);
            }

            .mailbox .message-center .message-item .user-img .away {
                background: var(--bs-warning);
            }

            .mailbox .message-center .message-item .user-img .offline {
                background: var(--bs-warning);
            }

/****************************/

.site-logo .navbar-brand {
    display: inline-block;
    color: #754ffe;
    font-size: 40px;
    font-weight: 900;
    min-height: 94px;
    /*line-height: 92px;*/
    padding:0px;
}
    .site-logo .navbar-brand img {
        height: 92px;
    }

.logo-img img {
    height: 92px;
}

/*------------------
  Course section
---------------------*/



/*.course-detail-section {
    background-color: var(--bs-details-banner-bg);
}*/
.course-detail-right-box {
    right: 0;
    top: -140px;
    top: -259px;
}
.course-detail-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.course-detail-banner h3 {
    color:#333 !important;
}

    .course-detail-banner .banner-title {
        font-weight: 300 !important;
        color: #fff !important;
    }
    .course-detail-banner .banner-text {
        font-size: 21px;
        color: #fff !important;
    }

.course-detail-section .title-hero {
    width: 100%;
    background: #006595;
    background-size: cover;
    background-position: center center;
    /*padding-top: 100px;*/
}
.course-price-card {
    /*--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.375);
    box-shadow: var(--bs-box-shadow-sm) !important;*/
}

    .course-price-card .course-price-number {
        color:#333 !important;
    }

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.course-section .card {
    margin-left: 4px;
    margin-right: 4px;
    /*border: none !important;*/
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.05) 0px 2px 8px 0px;
    height: 100%;
    border: solid 1px #efefef;
}

    .course-section .card.category {
        
        border-radius: 0.8rem;
    }

    .course-section .card:hover {
        box-shadow: 0 2px 6px rgb(0 0 0 / 18%);
        background-color: rgb(233 233 233 / 28%);
    }

    .course-section .card .card-thumb,
    .course-slide-section .card .card-thumb {        
        border-top-left-radius: var(--bs-border-radius) !important;
        border-top-right-radius: var(--bs-border-radius) !important;
    }

        .course-section .card .card-thumb:hover + .card-body .card-title a {
            color: var(--bs-card-title-hover-color);
        }


        .course-section .card .card-thumb .price {
            font-size: 20px;
            color: #fff;
            font-weight: 500;
            background: var(--bs-theme-secondary-color);
            display: inline-block;
            padding: 10px 15px;
            margin: 14px;
            line-height: 20px;
        }

/*.course-slide-section .col-lg-12 .card.product .card-thumb {
    height: 330px;
}

.course-section .col-lg-3 .card.product .card-thumb {
    height: 170px;
}

.course-section .col-lg-4 .card.product .card-thumb {
    height: 200px;
}*/

/* Extra small devices (phones, 600px and down)
    col-* - 0 (xs)
    col-sm-* - 576px
*/
@media only screen and (max-width: 600px) {
    .course-section .card.product .card-thumb {
        height: 200px;
    }
    .course-slide-section .card.product .card-thumb {
        height: 200px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) 
    col-md-* - 768px
*/
@media only screen and (min-width: 600px) {
    .course-section .card.product .card-thumb {
        height: 230px;
    }
    .course-slide-section .card.product .card-thumb {
        height: 230px;
    }
}

/* Medium devices (landscape tablets, 768px and up) 
    col-lg-* - 992px
*/
@media only screen and (min-width: 768px) {
    .course-section .card.product .card-thumb {
        height: 250px;
    }
    .course-slide-section .card.product .card-thumb {
        height: 230px;
    }
}

/* Large devices (laptops/desktops, 992px and up) 
    col-xl-* - 1200px
*/
@media only screen and (min-width: 992px) {
    .course-section .card.product .card-thumb {
        height: 200px;
    }
    .course-slide-section .card.product .card-thumb {
        height: 230px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) 
    col-xxl-* - 1400px
*/
@media only screen and (min-width: 1200px) {
    .course-section .card.product .card-thumb {
        height: 200px;
    }
    .course-slide-section .card.product .card-thumb {
        height: 230px;
    }
}

/*.course-section [class*='col-sm-'] .card.product .card-thumb {
    height: 330px;
}

.course-section [class*='col-lg-'] .card.product .card-thumb {
    height: 200px;
}*/

/*.course-section .col-lg-3 .card.product .card-body {
    height: calc(100% - (200px + 70px + 48px));
}

.course-section .col-lg-4 .card.product .card-body {
    height: calc(100% - (230px + 70px + 48px));
}*/

.course-slide-section .card.product .card-body
{
    height:100px;
}

.course-section .col-lg-3 .card.category .card-thumb {
    /*height: 170px;*/
    height: 100px;
}

span.cat-yellow {
    background: linear-gradient(270deg, rgba(255, 143, 52, 0.14) 0%, rgba(255, 143, 52, 0.01) 100%);
}

.tp-category-icon span {
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
}

    .course-section .col-lg-3 .card.category .card-thumb .category-icon {
        text-align:center;
        padding-top:30px;
    }
    .course-section .col-lg-3 .card.category .card-thumb .category-icon img {
        width: 50px;
    }

.course-section .col-lg-4 .card.category .card-thumb {
    height: 200px;
}

.course-section .col-lg-3 .card.category .card-body {
    height: calc(100% - (170px + 70px));
}

.course-section .col-lg-4 .card.category .card-body {
    height: calc(100% - (200px + 70px));
}

.course-section .card .card-title a {
    color: inherit;
}

    .course-section .card .card-title a:hover {
        color: var(--bs-card-title-hover-color);
    }

.course-section .card .students {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-theme-secondary-color);
}

.course-section .card .card-author .ca-pic {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    float: left;
}

.course-section .card .card-author p {
    padding-left: 60px;
    margin-bottom: 0;
    padding-top: 7px;
    font-weight: 600;
}

    .course-section .card .card-author p span {
        color: var(--bs-theme-secondary-color);
    }


/*-----------------------*/

.course-filter {
    list-style: none;
    text-align: center;    
    margin-bottom: 60px;
}

    .course-filter li {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        color: #474747;
        /*padding: 12px 10px 5px;*/
        margin: 0 10px;
        /*border-bottom: 4px solid transparent;*/
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        font-family: var(--bs-font-roboto-regular);
    }

        .course-filter li.mixitup-control-active {
            color: var(--bs-theme-secondary-color);
            border-bottom: 4px solid var(--bs-theme-secondary-color);
        }

/**Product Details*******************************/
.card .course-thumb {
    border-radius: var(--qu-card-border-radius);
    height: 200px;
}
.ud-block-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ud-unstyled-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: none;
}

.ud-block-list.include li {
    margin-bottom: 0px;
}

.ud-block-list.one-col li {
    width: calc(100% - (1.6rem / 2));
}

.ud-block-list .ud-block-list-item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: auto;
    text-align: left;   
    white-space: normal;
}

    .ud-block-list .ud-block-list-item i {
        margin-top: 3px;
        color: #808080;
    }

.ud-block-list-item-content {
    margin-left: 1rem;
    min-height: 1.96rem;
}

.ud-block-list-item-content {
    flex: 1;
    min-width: 1px;
}
.ud-block-list-text {
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    
    
}

/* Initially, hide the extra text that
            can be revealed with the button */
.show-more-text {
    width: 100%;
    overflow: hidden;
}

.show-more-button {
    display: none;
}

.show-more-button {
    border: none !important;
    background-color: transparent;    
    position: relative;
    padding: 0px;
}

    .show-more-button span {
        display: inline-block;
    }

        .show-more-button span:first-child {
            padding-right: 5px;
            font-weight: 600;
            text-decoration: underline;
        }

        .show-more-button span:last-child {
            font-size: 1.3rem;
            position: absolute;
            top: -4px;
        }

.show-more-transparent-1 {
    position: relative;
}

.show-more-transparent-2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: transparent; /* For browsers that do not support gradients */
    background-image: linear-gradient(transparent, white);
}
/**Subscription Top Right******************/
.subscription-links li {
    padding: 0px;
}

    .subscription-links li a {
        display: block;
        padding: 0px 10px;
        color: #fff;
        font-weight: 400;
        line-height: 94px;
    }
.subscription-links > li:hover {
    background-color: #00000030;
}

.subscription-links .dropdown-menu {
    /*display: block;  */  
    border-radius:0px;    

}

/* Apply styles to child element */
.subscription-links > li .dropdown-menu {
    pointer-events: auto;
}



.subscription-links > li .dropdown-menu {
    background-color: #efefef;
}

.subscription-links .dropdown-menu li a {
    display: block;
    padding: 0px 20px;
    color: #333;
    font-weight: 500;
    line-height: 40px;
}
    .subscription-links .dropdown-menu li a:hover {
        background-color: #fff;
    }

/*----------------------
 Checkout Page   
 ------------------------*/

.bg-checkout-cart {
    border: solid 1px #d1d1d14f;
    /*border-top: 2px solid #5ea4f3;*/
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    background-color: #ffffff;
    
    max-width: 600px;
    margin: auto;
    border-radius: 0.2rem;
}

.bg-checkout-cart .checkout {
    background-color: #f7fbff;
}

    .bg-checkout-cart .label {
        width:70px;
        display:inline-block;
    }

    .bg-checkout-cart .cart-item-img {
        width: 100px;
        max-height: 60px;
        padding-top: 4px;
    }

    .bg-checkout-cart .cart-item-title {
    }

.btn-cart-delete {
    width: 50px;
    height: 50px;
    border: solid 1px #ccc;
}

.activity-checkout {
    list-style: none
}

    .activity-checkout .checkout-icon {
        position: absolute;
        top: -4px;
        left: -24px
    }

    .activity-checkout .checkout-item {
        position: relative;
        padding-bottom: 24px;
        padding-left: 35px;
        border-left: 2px solid #f5f6f8
    }

        .activity-checkout .checkout-item:first-child {
            border-color: #3b76e1
        }

            .activity-checkout .checkout-item:first-child:after {
                background-color: #3b76e1
            }

        .activity-checkout .checkout-item:last-child {
            border-color: transparent
        }

        .activity-checkout .checkout-item.crypto-activity {
            margin-left: 50px
        }

        .activity-checkout .checkout-item .crypto-date {
            position: absolute;
            top: 3px;
            left: -65px
        }


.card-radio {
    background-color: #f5f5f5;
    border: 2px solid #e3e3e3;
    border-radius: 1px;
    padding: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

    .card-radio:hover {
        cursor: pointer
    }

.card-radio-label {
    display: block
}

.card-textbox-label {
    height: 66px;
    display: block;
    border: 2px solid #869bc7;
    background-color: #869bc736;
}

.edit-btn {
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 25px;
    margin-top: -50px
}

.card-textbox-input {
    /*top: 10px;
    left: 10px;
    width: calc(100% - 20px);*/
    width: 100%;
    height: 44px;
    background: transparent;
    border: 2px solid #869bc7;
    background-color: #869bc736;
    font-size: 20px;
    border-radius: .45rem;
    padding-left: 10px;
    padding-right: 10px;
}

    .card-textbox-input::placeholder {
        opacity: 0.5;
        color: #333;
        font-size: 14px;
    }

.card-textbox-input-disabled {
    border: 2px solid #ccc !important;
    background-color: rgba(0, 0, 0, .1) !important;
    pointer-events:none;
}

    .card-radio-input {
        display: none
    }

.card-radio-title {
    font-weight: 400;
}

/*.card-radio-input:checked + .card-radio {
    border-color: #3b76e1 !important;
    background-color: var(--bs-card-bg-active);
}*/



.card-radio-input.rdo-selected + .card-radio {
    border-color: #00000042 !important;
    background-color: var(--bs-warning-bg-subtle);
}

.card-radio-circle {
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: .125em;
    margin-right: .125em;
    display: block;
    border: solid 2px #ccc;
}

    .card-radio-circle:before {
        content: "";
        box-shadow: 0px 0px 0px 13px rgba(0, 0, 0, 0);
        border-radius: 50%;
        width: .675rem;
        height: .675rem;
        background-color: transparent;
        pointer-events: none;
        display: block;
        margin-top: 2.3px;
        margin-left: 2.5px;
    }

.card-radio-input.rdo-selected + .card-radio .card-radio-circle {
    border-color: var(--bs-btn-bg-danger) !important
}

    .card-radio-input.rdo-selected + .card-radio .card-radio-circle:before {
        background-color: var(--bs-btn-bg-danger) !important
    }

/*.card-radio-input:checked + .card-radio .card-radio-circle {
    border-color: var(--bs-btn-bg-danger) !important
}

    .card-radio-input:checked + .card-radio .card-radio-circle:before {
        background-color: var(--bs-btn-bg-danger) !important
    }*/

.card-radio-img img{
    display:block;
    width:110px;
}

.font-size-16 {
    font-size: 16px !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*

    Home Page Categories Box
*/
.section_our_solution .row {
    align-items: center;
}

.our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .our_solution_category .solution_cards_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.solution_cards_box .solution_card {
    flex: 0 50%;
    background: #fff;
    /*box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);*/
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.08);
    border-radius: 15px;
    margin: 8px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 265px;
    transition: 0.7s;
}

    .solution_cards_box .solution_card:hover {
        /*background: #309df074;*/
        /*color: #fff;*/
        /*transform: scale(1.1);*/
        z-index: 9;
    }

        .solution_cards_box .solution_card:hover::before {
            background: rgb(85 108 214 / 10%);
        }

        .solution_cards_box .solution_card:hover .solu_title h3,
        .solution_cards_box .solution_card:hover .solu_description p {
            /*color: #fff;*/
        }

    .solution_cards_box .solution_card:before {
        content: "";
        position: absolute;
        background: rgb(85 108 214 / 5%);
        width: 170px;
        height: 400px;
        z-index: -1;
        transform: rotate(42deg);
        right: -56px;
        top: -23px;
        border-radius: 35px;
    }

    .solution_cards_box .solution_card:hover .solu_description button {
        background: #fff !important;
        color: #309df0;
    }

.solution_card .so_top_icon {
}

.solution_card .solu_title h3 {
    color: #212121 !important;
    font-size: 1.3rem;
    margin-top: 13px;
    margin-bottom: 13px;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
}

.solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient( 140deg, #42c3ca 0%, #42c3ca 50%, #42c3cac7 75% ) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
}

.our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.our_solution_content p {
}

.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .solution_cards_box .solution_card .so_top_icon img {
        width: 40px;
        height: 50px;
        object-fit: contain;
    }

.solution_cards_box .solution_card .btn {
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 600;
    background-color: #ede8ffa8;
    border-color: #6c757d5e;
    color: #212121 !important
}

/*start media query*/
@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }

    .our_solution_category {
        width: 100%;
        margin: 0 auto;
    }

        .our_solution_category .solution_cards_box {
            flex: auto;
        }
}

@media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
        position: relative;
        top: -3rem;
    }

    .our_solution_category {
        width: 50%;
        margin: 0 auto;
    }
}


._failed {
    border-bottom: solid 4px #dc3545 !important;
}

    ._failed i {
        color: #dc3545 !important;
    }

._success {
    box-shadow: 0 15px 25px #00000019;
    padding: 45px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    border-bottom: solid 4px #28a745;
}

    ._success i {
        font-size: 55px;
        color: #28a745;
    }

    ._success h2 {
        margin-bottom: 12px;
        font-size: 40px;
        font-weight: 500;
        line-height: 1.2;
        margin-top: 10px;
    }

    ._success p {
        margin-bottom: 0px;
        font-size: 18px;
        color: #495057;
        font-weight: 500;
    }

@media (min-width: 576px) {
    .position-sm-static {
        position: static !important;
    }

    .position-sm-relative {
        position: relative !important;
    }

    .position-sm-absolute {
        position: absolute !important;
    }

    .position-sm-fixed {
        position: fixed !important;
    }

    .position-sm-sticky {
        position: sticky !important;
    }
}

@media (min-width: 768px) {
    .position-md-static {
        position: static !important;
    }

    .position-md-relative {
        position: relative !important;
    }

    .position-md-absolute {
        position: absolute !important;
    }

    .position-md-fixed {
        position: fixed !important;
    }

    .position-md-sticky {
        position: sticky !important;
    }
}

@media (min-width: 992px) {
    .position-lg-static {
        position: static !important;
    }

    .position-lg-relative {
        position: relative !important;
    }

    .position-lg-absolute {
        position: absolute !important;
    }

    .position-lg-fixed {
        position: fixed !important;
    }

    .position-lg-sticky {
        position: sticky !important;
    }
}

@media (min-width: 1200px) {
    .position-xl-static {
        position: static !important;
    }

    .position-xl-relative {
        position: relative !important;
    }

    .position-xl-absolute {
        position: absolute !important;
    }

    .position-xl-fixed {
        position: fixed !important;
    }

    .position-xl-sticky {
        position: sticky !important;
    }
}

.bg-breadcrumb {
    border-bottom: solid 1px #f1f1f1;
}


.breadcrumb-item a {
    color: #20222a;
}

.breadcrumb-item.active {
    color: rgb(80 89 98 / 75%);
}

.lead {
    
    font-weight: 400;
}