@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("./../icons/font-awesome/css/all.min.css");
@import url(../css/animate.min.css);
@import url(../js/plugin/perfect-scrollbar/css/perfect-scrollbar.css);
@import url(../js/plugin/metismenu/css/metisMenu.min.css);
@import url(../js/plugin/swiper/css/swiper-bundle.min.css);


[data-typography="poppins"] {
    font-family: "Open Sans";
}

:root {
    /*Primary Color*/
    --color-primary: #1eb7e9;
    --color-bg-primary: #fff;
    --color-bg-primary-hover: #019ed1;
    /*Secondary Color*/
    --color-primary-opacity-1: rgba(249, 58, 11, 0.1);
    --color-secondary: #3176b1;
    --color-bg-secondary: #fff;
    --color-bg-secondary-hover: #2772b2;
    /*Login Page*/
    --login-logo-width-lg: 270px;
    --login-logo-height-lg: 60px;
    --login-logo-width-xs: 216px;
    --login-logo-height-xs: 48px;
    --bg-login-logo: #fff;
    --bg-login-logo-xs: var(--color-primary);
    --color-login-links: #2b6497;
    --bg-login-header-xs: #1eb7e9;
    --color-login-header-xs: #fff;
    /*nav colors*/
    --nav-logo-width-lg: 216px;
    --nav-logo-height-lg: 48px;
    --nav-logo-width-xs: 189px;
    --nav-logo-height-xs: 42px;
    --bg-nav-head: var(--color-primary);
    --bg-nav: var(--color-primary);
    --color-nav: var(--color-bg-primary);
    --bg-nav-active: var(--color-bg-primary-hover);
    --color-nav-active: var(--color-bg-primary-hover);
    --color-nav-active-border: var(--color-nav);
    /*main Colors*/
    --color-warning: #F7B21F;
    --color-danger: #DD2121;
    --color-success: #94D153;
    --color-info: #1eb7e9;
    --color-dark: #424276;
    --color-title: #444444;
    --color-text: #272727;
    --color-body: #f2f6fe;
    --color-grey-dark: #6e6e6e;
    --color-grey-light: #d6d6d6;
    --shadow-color: 11 73 249 / 25%;
    /*text color with main color bg*/
    --color-bg-warning: #000;
    --color-bg-danger: #fff;
    --color-bg-success: #fff;
    --color-bg-info: #fff;
    --color-bg-dark: #fff;
    --color-bg-light: #fff;
    /*Hover color for primary background*/
    --color-bg-success-hover: #7ebd3c;
    --color-bg-danger-hover: #c81414;
    --color-bg-warning-hover: #019ed1;
    --color-bg-info-hover: #019ed1;
    --color-bg-dark-hover: #000;
    --color-bg-light-hover: #019ed1;
    /*border*/
    --color-border: #e4e8ef;
    --app-container-width: 100%;
    --font-family-title: Roboto, sans-serif;
    /*extras*/
    --logo-login-bg-color: #fff;
    --border-radius: 0.75rem;
    --rgba-primary-1: rgba(249, 58, 11, 0.1);
    --rgba-primary-2: rgba(249, 58, 11, 0.2);
    --rgba-primary-3: rgba(249, 58, 11, 0.3);
    --rgba-primary-4: rgba(249, 58, 11, 0.4);
    --rgba-primary-5: rgba(249, 58, 11, 0.5);
    --rgba-primary-6: rgba(249, 58, 11, 0.6);
    --rgba-primary-7: rgba(249, 58, 11, 0.7);
    --rgba-primary-8: rgba(249, 58, 11, 0.8);
    --rgba-primary-9: rgba(249, 58, 11, 0.9);
}

#nav-text-bottom-help {
    margin-top: 15px !important;
}

label.form-check-label.pl-3 {
    padding-left: 0.3rem !important;
}

#label-text {
    margin-left: 5px;
}

.form-check.custom-checkbox {
    margin-left: 14px;
}
/*#right-div:nth-child(3) {
    padding-bottom: 0px !important;
}*/
.mt-4.pt-3.mt-md-tp-login.trust-pilot-img.d-flex.flex-column.align-items-center.align-items-md-end {
    margin-top: auto !important;
}

#pnlMobileNumber i.box-align {
    margin-left: 66px !important;
}

#mobileNumberMsg {
    margin-left: 44px;
}

.box-align {
    margin-left: 55px;
}

.round-border-box {
    border: 1px solid var(--color-border) !important;
    border-radius: 1.25rem !important;
}

#report-wrapper th, #report-wrapper .info td {
    text-align: center !important;
}

#job-list .card {
    overflow-x: scroll;
}

@media (max-width:768px) {
    .cvrt .adj-col-3 {
        min-width: 60px !important;
    }
}

.emp-custom-sidebar {
    display: none;
}

#tp .btn-check + .resp-label.ei-label {
    margin: 5px !important;
}
/*
#tp .resp-label-25{
    min-height:67px;
}*/
#tp .meta-tt-25{
    text-align:center !important;
}

select.d-inline-block.form-control.px-2.py-0.text-center.timeandattempt {
    cursor: pointer !important;
}

.dlabnav .metismenu ul.submenu-1 a.mm-active::before {
    background-color: var(--color-nav-active) !important;
}

tr#description-text td {
    text-align: left !important;
}

#report-wrapper th, #report-wrapper td {
    text-align: center !important;
}

@media only screen and (max-width:767px) {
    .p-xs-10 {
        padding: 10px !important;
    }

    .py-xs-3 {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }
}

@media only screen (max-width:767px) {
    #tpilot {
        text-align: center !important;
    }
}

@media only screen and (max-width: 1337px) and (min-width:885px) {
    .login-page-wrapper.gf .mt-md-tp-login {
        margin-top: 6vh !important;
    }
}

.select2 {
    cursor: pointer !important;
}

.mm-collapse.submenu-1.mm-show {
    max-height: 500px;
    overflow-y: auto !important;
}

    .mm-collapse.submenu-1.mm-show::-webkit-scrollbar {
        width: 50px;
        background: transparent;
    }

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > ul {
    max-height: 500px;
    overflow-y: auto !important;
}

@media only screen and (max-width:575px) {
    .wizard-outer {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}


@media only screen and (max-width:620px) and (min-width:350px) {
    #start-button {
        width: 145px !important;
    }
}

@media only screen and (max-width:349px) {

    #start-button {
        width: 115px !important;
    }

        #start-button span {
            font-size: 14px !important;
            padding: 0;
        }

            #start-button span img {
                height: 18px;
                width: 18px
            }

    #back-button {
        width: 100px;
        height: 51px;
    }

        #back-button span {
            font-size: 15px !important;
        }
}

#zoomlevel {
    cursor: pointer !important;
}

.image-zoom-button {
    cursor: pointer !important;
}

body {
    overflow-x: hidden;
    height: 100%;
    position: relative;
    max-width: 100%;
    color: var(--color-title);
    margin: 0;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    background-color: var(--color-body);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cookie-policy-modal .modal-dialog {
    bottom: 0;
    position: fixed;
    max-width: 98% !important;
    left: 1%;
}

.uni-banner {
    background-image: url(../images/Banner/banner-prem.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 50% 90%;
}

@media only screen and (max-width: 400px) and (min-width: 300px) {

    .ei-label {
        min-width: 150px !important;
    }
}

@media only screen and (max-width: 1723px) and (min-width: 1601px) {

    .premium-banner {
        background-size: 36% 48% !important;
        background-position-y: 29px !important;
        background-position: 105%;
    }
}


@media only screen and (max-width: 1510px) and (min-width: 1346px) {

    .premium-banner {
        background-size: 36% 48% !important;
    }
}

@media only screen and (max-width: 1242px) and (min-width: 992px) {


    .card-body .mt-3 {
        font-size: 13px !important;
    }
}



/*for resizing the size of ipad image and text size of premium banner */
@media only screen and (max-width: 1242px) and (min-width: 1213px) {




    .premium-banner {
        background-size: 36% 40% !important;
        background-position-y: 29px !important;
        background-position: 105%;
    }
}

@media only screen and (max-width: 1212px) and (min-width: 1076px) {

    .premium-banner {
        background-size: 36% 34% !important;
        background-position-y: 29px !important;
    }
}

@media only screen and (max-width: 1075px) and (min-width: 992px) {

    .premium-banner {
        background-size: 36% 34% !important;
        background-position-y: 31px !important;
    }
}



@media only screen and (max-width: 1242px) {
    .premium-banner .card-body .card-title.lh-sm.text-transform-none.fs-2 {
        font-size: 18px !important;
    }
}


/*for resizing the free test card*/

#free-tests .card-body {
    padding: 0.8755rem;
}


@media only screen and (max-width: 991px) and (min-width: 576px) {

    .premium-banner {
        background-size: 28% 42% !important;
        background-position-y: 29px;
        background-position: 104%;
    }

    #free-tests {
        --bs-gutter-y: -1rem !important;
    }
}

@media only screen and (min-width: 433px) and (max-width: 575px) {

    .premium-banner {
        background-size: 35% 54% !important;
        background-position-y: 17px !important;
    }
}

@media only screen and (min-width: 336px) and (max-width: 432px) {

    .premium-banner {
        background-size: 37% 30% !important;
        background-position-y: 17px !important;
    }
}

@media only screen and (min-width: 289px) and (max-width: 335px) {

    .premium-banner {
        background-size: 34% 27% !important;
        background-position-y: 17px !important;
    }
}

/**********************************/

@media only screen and (max-width: 288px) {
    .premium-banner {
        background-size: 44% 17% !important;
        background-position-y: 17px !important;
    }
}



/*for resizing the announcment banner and putting it to another row */
@media only screen and (max-width: 991px) and (min-width: 574px) {
    /*.annc-p {
            font-size: 25px !important;
        }*/

    #trustpilot {
        width: 30.666667% !important;
    }

    #rt {
        margin-right: 50px;
    }
}

/* ******************************************** */

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .annc-p {
        font-size: 16px !important;
    }
}

@media only screen and (max-width:412px) and (min-width:280px) {
    .annc-p {
        font-size: 14px !important;
    }
}

/*for resizing the ipad image and university logos*/

@media only screen and (max-width: 991px) and (min-width: 768px) {

    .premium-banner {
        background-size: 27% 60%;
        background-position: 103% center !important;
        background-position-y: 28% !important;
    }

    .ann-uni-logo-div img {
        width: 28%;
        padding: 0px 57px 0px 20px !important;
    }
}




/*****************************/
@media only screen and (max-width: 768px) and (min-width: 577px) {

    .premium-banner {
        background-image: url(../images/amazon.png);
        background-size: 28% 42% !important;
        background-position: 102% center !important;
        background-position-y: 32px !important;
    }
}





.ass-nav-page .tt-name {
    display: none !important;
}



.annc-quote:after, .annc-quote:before {
    content: '';
    height: 35px;
    width: 35px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center;
    position: relative;
    display: inline-block;
}

.annc-quote:before {
    background: url(../images/Banner/Quotes01.png);
    margin-bottom: -12px;
    margin-left: -13px;
}

.annc-quote:after {
    background: url(../images/Banner/Quotes02.png);
    margin-bottom: -15px;
}

.annc-p {
    font-size: 1.3rem;
    line-height: 1.6;
}

.ann-uni-logo-div {
    display: flex;
    justify-content: start;
    align-items: center;
}

    .ann-uni-logo-div img {
        width: 33.33%;
        padding: 8px;
    }


.bg-gf-blue {
    background-color: #1EB7E9 !important;
    border-color: #1EB7E9 !important;
    color: #fff !important;
}

.ipad-img {
    background-image: url(../images/amazon.png);
    background-repeat: no-repeat;
    background-size: 20% 85%;
    background-position-y: 10px;
}


.cursor-pointer:hover {
    cursor: pointer !important;
}

.browser {
    width: 400px;
    min-width: 200px;
    min-height: 264px;
    background: #ffffff;
    box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    animation: bobble 1.8s ease-in-out infinite;
    position: relative;
    left: 50%;
    margin-left: -200px;
}

    .browser .controls {
        width: 100%;
        height: 32px;
        background: #e8ecef;
        border-radius: 3px 3px 0 0;
        box-sizing: border-box;
        padding: 10px 12px;
    }

        .browser .controls i {
            height: 12px;
            width: 12px;
            border-radius: 100%;
            display: block;
            float: left;
            background: #d6dce0;
            margin-right: 8px;
        }

.eye {
    position: absolute;
    left: 34%;
    top: 80px;
    width: 32px;
    height: 32px;
    opacity: 1;
}

    .eye + .eye {
        right: 34%;
        left: auto;
    }

    .eye:before, .eye:after {
        position: absolute;
        left: 15px;
        content: " ";
        height: 40px;
        width: 3px;
        border-radius: 2px;
        background-color: #ff5e5b;
    }

    .eye:before {
        transform: rotate(45deg);
    }

    .eye:after {
        transform: rotate(-45deg);
    }

.mouth {
    position: absolute;
    width: 250px;
    top: 178px;
    left: 50%;
    margin-left: -125px;
    height: 40px;
}

    .mouth .lips {
        position: absolute;
        left: 15px;
        content: " ";
        height: 40px;
        width: 3px;
        border-radius: 2px;
        background-color: #ff5e5b;
        transform: rotate(-54deg);
    }

        .mouth .lips:nth-child(odd) {
            transform: rotate(54deg);
        }

        .mouth .lips:nth-child(n+2) {
            margin-left: 31px;
        }

        .mouth .lips:nth-child(n+3) {
            margin-left: 62px;
        }

        .mouth .lips:nth-child(n+4) {
            margin-left: 93px;
        }

        .mouth .lips:nth-child(n+5) {
            margin-left: 124px;
        }

        .mouth .lips:nth-child(n+6) {
            margin-left: 155px;
        }

        .mouth .lips:nth-child(n+7) {
            margin-left: 186px;
        }

        .mouth .lips:nth-child(n+8) {
            margin-left: 217px;
        }

        .mouth .lips:nth-child(n+9) {
            margin-left: 248px;
        }

@keyframes bobble {
    0%, 100% {
        margin-top: 40px;
        margin-bottom: 48px;
        box-shadow: 0 40px 80px rgba(0, 0, 0, 0.24);
    }

    50% {
        margin-top: 54px;
        margin-bottom: 34px;
        box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .browser {
        width: 280px;
        margin-left: -140px;
    }

        .browser .eye {
            left: 30%;
        }

            .browser .eye + .eye {
                left: auto;
                right: 30%;
            }
}

@media only screen and (min-device-width: 678px) {
    .yt-vids-wrap {
    }

        .yt-vids-wrap .yt-vid-wrap {
        }

    .yt-vid-wrap {
        min-width: 370px !important;
    }
}

@media only screen and (max-width:768px) {
}

@media only screen and (max-width:1023px) {
}

@media only screen and (min-width:1024px) {
}

.youtube-vid {
    height: 12rem !important;
    background-position-x: 0 !important;
    background-position-y: 50% !important;
    background-size: 100% 134% !important;
}

.DG.game-wrapper canvas {
    margin-top: 0px !important;
}

#gamecontent {
    display: block;
    position: relative;
    min-width: 100% !important;
    min-height: 82vh !important;
    background-color: var(--color-body);
}

    #gamecontent canvas {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        margin-right: 2px;
        height: 100% !important;
        /*margin-top: 0px !important;*/
    }

@media only screen and (min-width: 61.9376rem) {
    #gamecontent canvas {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 61.9375rem) {

    .DG canvas {
        margin-left: unset !important;
        width: 100% !important;
    }
}

.z-index-2 {
    z-index: 2 !important;
}

em.invalid {
    color: var(--color-danger);
    font-size: 0.8rem;
}

.report-top .card.bg-transparent {
    box-shadow: none;
}

.basic-form input, .basic-form select {
    font-size: 1.125rem;
}

.dlabnav .logo-img {
    height: var(--nav-logo-height-lg);
    width: var(--nav-logo-width-lg);
}

@media only screen and (max-width: 767px) {
    .dlabnav .logo-img {
        height: var(--nav-logo-height-xs);
        width: var(--nav-logo-width-xs);
    }

    #report-wrapper table#item_types, #report-wrapper table#speed_accuracy {
        font-size: small !important;
    }
}







#report-wrapper .card-text {
    font-size: large;
}

#report-wrapper table th {
    background: #444;
    color: var(--color-bg-dark);
}

#report-wrapper table td {
    border: 1px var(--color-border) solid;
    background: #fff;
}

#report-wrapper th, #report-wrapper td {
    text-align: center;
}

#report-wrapper .btn-light:hover, #report-wrapper .btn-light:active, #report-wrapper .btn-light:focus {
    background-color: #c8c8c8;
    border-color: #c8c8c8;
}

#report-wrapper .report-buttons .btn {
    font-size: 15px;
    flex-direction: row !important;
    align-items: center;
}

#report-wrapper .wpq-rep-h {
    min-width: 50px;
}
#report-wrapper .wpq-rep-pos-h {
    width: 400px;
}

#report-wrapper .lia-rep-h {
    min-width: 50px;
}

    #report-wrapper .lia-rep-h.pos {
        width: 400px;
        min-width: 250px;
    }

#percentileChart, #performanceChart, #speed-Accuracy, .percentileChart, .performanceChart, .speed-Accuracy {
    display: flex;
    justify-content: center;
    align-items: center;
}

    #percentileChart .highcharts-root, #performanceChart .highcharts-root, #speed-Accuracy .highcharts-root {
        max-width: 100%;
    }
    .percentileChart .highcharts-root, .performanceChart .highcharts-root, .speed-Accuracy .highcharts-root {
        max-width: 100%;
    }
#main-wrapper.menu-toggle .show-menu-toggle-item, [data-sidebar-style="mini"] .show-menu-toggle-item {
    display: inline-flex !important;
}

#main-wrapper.menu-toggle .hide-menu-toggle-item, [data-sidebar-style="mini"] .hide-menu-toggle-item {
    display: none !important;
}

.icon-svg {
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: 0.2rem;
}

.svg-filter-white {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}


.filter-icon-svg {
    filter: opacity(.7);
}

@media only screen and (min-width: 684px) {
    #tp .svg-meta {
        min-width: 600px;
    }
}

.ability-label {
    max-width: 340px;
}

.wgt-label, .ipat-label, .cnrt-label, .ei-label {
    /*min-width: 170px;*/
    width: 100%;
    box-sizing: border-box;
}

    .ei-label .label-icon {
        background-color: transparent !important;
    }

.submit-tab {
    min-height: 400px;
}

.z-index-6 {
    z-index: 6;
}

.z-index-5 {
    z-index: 5;
}
/*xs*/
@media only screen and (max-width: 412px) {
    .ability-label {
        width: 100%;
    }

    .answer-sheet-sjt {
        justify-content: space-between;
    }

        .answer-sheet-sjt .btn-ans-wrapper {
            justify-content: center;
            align-items: center;
        }

    .sjt-ans-btn {
        height: 32px;
        width: 32px;
        display: flex;
        padding: 0px !important;
        align-items: center;
        justify-content: center;
    }
}
/*sm*/
@media only screen and (min-width:413px) and (max-width: 767px) {
    .ability-label {
        width: 340px;
    }
}
/*md*/
@media only screen and (min-width:768px) and (max-width: 991px) {
    .ability-label {
        width: 340px;
    }
}
/*md-1*/
@media only screen and (min-width:992px) {
    .it-1 {
        min-height: 150px;
    }

    .it-3, .it-14, .it-16, .it-15, .it-2 {
        min-height: 100px;
    }

    .meta-tt-2 {
        min-height: 400px;
    }

    .meta-tt-1 .meta-img {
        max-height: 450px;
    }

    .meta-tt-3 .meta-img, .meta-tt-15 .meta-img {
        max-height: 356px;
    }

    .meta-tt-14 .meta-img, .meta-tt-16 .meta-img {
        max-height: 300px;
    }

    .resp-wrapper-ability {
        /*padding-bottom: 50px;*/
    }
}

@media only screen and (min-width:992px) and (max-width: 1270px) {
    .ability-label {
        width: 100%;
    }
}
/*lg*/
@media only screen and (min-width:1271px) {
    .ability-label {
        width: 340px;
    }
}

#tp .btn-check + .resp-label {
    color: var(--color-title);
    border: 1px solid var(--color-primary);
    border-radius: 1.75rem;
    font-weight: bold;
}

    #tp .btn-check + .resp-label:not(.ignore-mw) {
        /*min-width: 340px;*/
    }

    #tp .btn-check + .resp-label.sjt-label:not(.ignore-mw) {
        min-width: 130px;
    }

    #tp .btn-check + .resp-label.ei-label {
        margin: 1px !important;
    }

        #tp .btn-check + .resp-label.ei-label .label-icon {
            padding: 0.7rem;
        }

    #tp .btn-check + .resp-label.wct-label {
        min-width: 125px;
    }

    #tp .btn-check + .resp-label .label-icon {
        color: var(--color-bg-primary);
        background-color: var(--color-bg-primary-hover);
        border-radius: 1.3rem;
        padding: 0.6rem 1.3rem;
    }

    #tp .btn-check + .resp-label .label-text {
        padding: 0.6rem 1rem;
    }

#tp .btn-check:checked + .resp-label {
    background-color: var(--color-primary);
    color: var(--color-bg-primary);
}

    #tp .btn-check:checked + .resp-label .label-icon {
        color: var(--color-bg-primary);
        background-color: var(--color-bg-primary-hover);
    }

#tp .drag-drop-item.drag-active {
    opacity: .8;
}

#tp .vertical-sort-drag {
    opacity: .5;
}



#tp .drag-drop-response-div div:not(:first-child):not(.ui-draggable-dragging) {
    display: none;
}

#tp .drag-drop-item.drag-hover {
    opacity: .5;
}

#tp .drag-drop-response, #tp .sortable-vertical .ui-sortable-handle {
    cursor: grab !important;
}

#tp .sortable-vertical .sortable-placeholder {
    height: 50px;
    width: 100%;
    border: 1px dotted var(--color-primary) !important;
}

#tp .test-nav li.isAnswered {
    background-color: var(--color-primary);
}

#tp .test-nav li.active {
    background-color: rgba(0, 0, 0, 0.6);
}

#tp .test-nav li {
    background-color: #c9c9c9;
    height: 14px;
}

    #tp .test-nav li a {
        height: 14px;
        width: 100%;
        display: flex;
    }

#tp .svg-meta img {
    width: 100%;
}

@media only screen and (min-width: 684px) {
    #tp .svg-meta {
        min-width: 600px;
    }
}

@media only screen and (max-width: 683px) {
    #tp .svg-meta {
        width: 100%;
    }
}

.rem-pad-xs {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.password-strength-pills li {
    background-color: #e1e1e1;
}

    .password-strength-pills li.active.danger {
        background-color: var(--color-danger);
    }

    .password-strength-pills li.active.warning {
        background-color: var(--color-warning);
    }

    .password-strength-pills li.active.success {
        background-color: var(--color-success);
    }




input[type=range][orient=vertical] {
    writing-mode: bt-lr;
    -webkit-appearance: slider-vertical;
    width: 8px;
    height: 175px;
    padding: 0 5px;
}

.popover.categoryButtonPopover {
    min-width: 100%;
    border: 0px;
    box-shadow: none;
    background-color: transparent;
    position: relative !important;
    transform: translate(0px, 0px) !important;
    margin-bottom: 10px !important;
}

    .popover.categoryButtonPopover .popover-arrow {
        display: none;
    }

    .popover.categoryButtonPopover .arrow-c {
        z-index: 5;
        height: 30px;
        width: 30px;
        background-color: aliceblue;
        position: absolute;
        top: 0;
        display: block !important;
        transform: rotate(45deg);
        margin-top: 7px;
    }

    .popover.categoryButtonPopover .popover-body {
        background-color: aliceblue;
        border-radius: 0.75rem;
        padding: 0px;
        margin-top: 1rem;
    }

.popover.testButtonPopover {
    min-width: 100%;
    border: 0px;
    box-shadow: none;
    background-color: transparent;
    position: relative !important;
    transform: translate(0px, 0px) !important;
    margin-bottom: 10px !important;
}

    .popover.testButtonPopover .popover-arrow {
        display: none;
    }

    .popover.testButtonPopover .arrow-c {
        z-index: 5;
        height: 30px;
        width: 30px;
        background-color: #fff;
        position: absolute;
        top: 0;
        display: block !important;
        transform: rotate(45deg);
        margin-top: -14px;
    }

    .popover.testButtonPopover .popover-body {
        background-color: #fff;
        border-radius: 0.75rem;
        padding: 0px;
    }

[data-sidebar-style="full"] .popover.testButtonPopover .popover-body {
}

[data-sidebar-style="full"].nav-toggle-is-active .popover.testButtonPopover .popover-body {
}

[data-sidebar-style="mini"] .popover.testButtonPopover .popover-body {
}

.popover.testButtonPopover .btn-outline-light {
    background-color: #fff;
}

.popover.testButtonPopover .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    border-bottom-color: #000;
}

.text-transform-none {
    text-transform: none !important;
}

.text-color-primary {
    color: var(--color-primary);
}

.text-bg-primary, .text-color-bg-primary {
    color: var(--color-bg-primary) !important;
}

.text-bg-secondary {
    color: var(--color-bg-secondary) !important;
}

.text-nav {
    color: var(--color-nav) !important;
}

.text-bg-dark {
    color: var(--color-bg-dark) !important;
}

/*
0 - 600: Phone
600 - 900: Tablet portrait
900 - 1200: Tablet landscape
1200 - 1800: Normal styles
1800+ : Big Desktop
1em = 16px
The smaller device rules always should write below the bigger device rules
Fixing Order => Base + Typography >> General Layout + Grid >> Page Layout + Component
*/
/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

    hr:not([size]) {
        height: 1px;
    }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-title);
}

h1, .h1 {
    font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.25rem;
    }
}

h2, .h2 {
    font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 1.875rem;
    }
}

h3, .h3 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.5rem;
    }
}

h4, .h4 {
    font-size: 1.25rem;
}

h5, .h5 {
    font-size: 1.125rem;
}

h6, .h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small, .small {
    font-size: 0.875em;
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: var(--color-title);
    text-decoration: underline;
}

    a:hover {
        color: var(--color-primary-hover);
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

code {
    font-size: 0.875em;
    color: #e83e8c;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700;
    }

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #89879f;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

    button:focus:not(:focus-visible) {
        outline: 0;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button:not(:disabled),
    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled) {
        cursor: pointer;
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.09375rem;
    font-weight: 300;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.09375rem;
}

    .blockquote > :last-child {
        margin-bottom: 0;
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "\2014\00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #F8F8F8;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1440) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
        margin-top: var(--bs-gutter-y);
    }

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1440) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #393939;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #393939;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #393939;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: #EEEEEE;
}

    .table > :not(caption) > * > * {
        padding: 0.5rem 0.5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }

    .table > tbody {
        vertical-align: inherit;
    }

    .table > thead {
        vertical-align: bottom;
    }

    .table > :not(:last-child) > :last-child > * {
        border-bottom-color: currentColor;
    }

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 1px;
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #fed8ce;
    --bs-table-striped-bg: #f1cdc4;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e5c2b9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ebc8bf;
    --bs-table-hover-color: #000;
    border-color: #e5c2b9;
}

.table-secondary {
    --bs-table-bg: #d0dddc;
    --bs-table-striped-bg: #c6d2d1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bbc7c6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c0cccc;
    --bs-table-hover-color: #000;
    border-color: #bbc7c6;
}

.table-success {
    --bs-table-bg: #e1f9e0;
    --bs-table-striped-bg: #d6edd5;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbe0ca;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d0e6cf;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbe0ca;
}

.table-info {
    --bs-table-bg: #f7ddf3;
    --bs-table-striped-bg: #ebd2e7;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dec7db;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e4cce1;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dec7db;
}

.table-warning {
    --bs-table-bg: #ffeddd;
    --bs-table-striped-bg: #f2e1d2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6d5c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ecdbcc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6d5c7;
}

.table-danger {
    --bs-table-bg: #fdd5dc;
    --bs-table-striped-bg: #f0cad1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e4c0c6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #eac5cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e4c0c6;
}

.table-light {
    --bs-table-bg: #c8c8c8;
    --bs-table-striped-bg: #bebebe;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b4b4b4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #b9b9b9;
    --bs-table-hover-color: #000;
    border-color: #b4b4b4;
}

.table-dark {
    --bs-table-bg: #6e6e6e;
    --bs-table-striped-bg: #757575;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #7d7d7d;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #797979;
    --bs-table-hover-color: #000;
    color: var(--color-bg-dark);
    border-color: #7d7d7d;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }


    .rounded-xs-circle {
        border-radius: 50% !important;
    }

    .intro-pane .bg-transparent {
        background-color: #fff !important;
    }
}

.rounded-tut-5px {
    border-radius: 5px !important;
}

.hamburger {
    display: inline-block;
    /*left: 0rem;*/
    position: relative;
    top: 0rem;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 1.625rem;
    z-index: 999;
}

    .hamburger .line {
        background-color: var(--color-primary);
        display: block;
        height: 0.1875rem;
        border-radius: 0.1875rem;
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
        margin-right: auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover .line {
        background-color: var(--color-bg-primary-hover);
    }

    .hamburger .line:nth-child(1) {
        width: 1.625rem;
    }

    .hamburger .line:nth-child(2) {
        width: 1.625rem;
    }

    .hamburger .line:nth-child(3) {
        width: 0.9375rem;
    }

    .hamburger:hover {
        cursor: pointer;
    }

        .hamburger:hover .line {
            width: 1.625rem;
        }

    .hamburger.is-active .line:nth-child(1),
    .hamburger.is-active .line:nth-child(3) {
        width: 0.625rem;
        height: 0.125rem;
    }

    .hamburger.is-active .line:nth-child(2) {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        width: 1.375rem;
        height: 0.125rem;
    }

    .hamburger.is-active .line:nth-child(1) {
        -webkit-transform: translateY(4px) translateX(12px) rotate(45deg);
        transform: translateY(4px) translateX(12px) rotate(45deg);
    }

    .hamburger.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-4px) translateX(12px) rotate(-45deg);
        transform: translateY(-4px) translateX(12px) rotate(-45deg);
    }

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-control {
        transform: translateY(0%) !important;
    }



    .hamburger.is-active .line:nth-child(1),
    .hamburger.is-active .line:nth-child(3) {
        width: 2rem !important;
        height: 0.125rem;
        background-color: #fff;
    }

    .hamburger.is-active .line:nth-child(2) {
        display: none;
    }

    .hamburger.is-active .line:nth-child(1) {
        -webkit-transform: translateY(4px) translateX(12px) rotate(45deg);
        transform: translateY(12px) translateX(-3px) rotate(45deg) !important;
    }

    .hamburger.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-4px) translateX(12px) rotate(-45deg);
        transform: translateY(5px) translateX(-3px) rotate(135deg) !important;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1439.98) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.form-label {
    margin-bottom: 0.5rem;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.09375rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.765625rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
}



.input-group {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

    .input-group .input-icon-start, .input-group .input-icon-end {
        display: flex;
        align-items: center;
        padding: 0.6rem;
        color: var(--color-text);
        line-height: 1.5rem;
        position: absolute;
        background-color: transparent;
        border: 1px solid transparent;
        z-index: 5;
    }

    .input-group .input-icon-end {
        right: 0;
    }

    .input-group input.form-control, .input-group select.form-control {
        padding-left: 3rem;
        border-radius: 0;
    }

    .input-group .form-control {
        color: var(--color-text);
        white-space: nowrap;
        background-color: transparent;
        border: 1px solid transparent;
        border-bottom: 1px solid var(--color-border);
    }

    .input-group.select2-group .input-icon-start {
        margin-bottom: -1px !important;
    }

    .input-group > .form-control,
    .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
    }

        .input-group > .form-control:focus,
        .input-group > .form-select:focus {
            border-top: 1px solid transparent;
            border-left: 1px solid transparent;
            border-right: 1px solid transparent;
            border-bottom: 1px solid var(--color-primary);
            z-index: 3;
            box-shadow: none;
        }


    .input-group .btn {
        position: relative;
        z-index: 2;
    }

        .input-group .btn:focus {
            z-index: 3;
        }

    .input-group .select2-selection select2-selection--single {
        background-color: transparent !important;
    }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.765625rem;
    border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}




@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control {
    background-color: transparent;
    height: 3.5rem;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-text);
    border: background-clip: padding-box;
    appearance: none;
    border-radius: 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media only screen and (max-width: 87.5rem) {
    .form-control {
        height: 3rem;
    }
}

.form-control:hover, .form-control:focus, .form-control.active {
    box-shadow: none;
}

.form-control:focus {
    /*border-color: var(--bg-primary);*/
}

.form-control.solid {
    background: #F8F8F8;
    border-color: #ececec;
    color: #000;
}

    .form-control.solid[type="file"] {
        padding: 6px 10px;
    }

.form-control:disabled,
.form-control[readonly] {
    background: #fff;
    opacity: 1;
}

.form-control[type="file"] {
    overflow: hidden;
}

    .form-control[type="file"]:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

.form-control:focus {
    border-color: var(--color-primary);
    outline: 0;
    /*box-shadow: 0 0 0 0.25rem rgba(249, 58, 11, 0.25);*/
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::placeholder {
    color: var(--color-text);
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--color-text);
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #393939;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #393939;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.765625rem;
    border-radius: 0.2rem;
}

    .form-control-sm::file-selector-button {
        padding: 0.25rem 0.5rem;
        margin: -0.25rem -0.5rem;
        margin-inline-end: 0.5rem;
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: 0.25rem 0.5rem;
        margin: -0.25rem -0.5rem;
        margin-inline-end: 0.5rem;
    }

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    border-radius: 0.3rem;
}

    .form-control-lg::file-selector-button {
        padding: 0.5rem 1rem;
        margin: -0.5rem -1rem;
        margin-inline-end: 1rem;
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: 0.5rem 1rem;
        margin: -0.5rem -1rem;
        margin-inline-end: 1rem;
    }

textarea.form-control {
    border-radius: 0px;
    min-height: calc(1.5em + 0.75rem + 2px);
    border: 1px solid transparent;
    border-bottom: 1px solid var(--color-border);
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.375rem;
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

    .form-control-color::-moz-color-swatch {
        height: 1.5em;
        border-radius: 0.75rem;
    }

    .form-control-color::-webkit-color-swatch {
        height: 1.5em;
        border-radius: 0.75rem;
    }

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #393939;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #f5f5f5;
    border-radius: 0.75rem;
    appearance: none;
}

    .form-select:focus {
        border-color: #fc9d85;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(249, 58, 11, 0.25);
    }

    .form-select[multiple], .form-select[size]:not([size="1"]) {
        padding-right: 0.75rem;
        background-image: none;
    }

    .form-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .form-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #393939;
    }

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.765625rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.09375rem;
}

.form-check {
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    color-adjust: exact;
}

    .form-check-input[type="checkbox"] {
        border-radius: 0.25em;
    }

    .form-check-input.reg-page-checkbox[type="checkbox"] {
        border-radius: 0.25em !important;
    }


    .form-check-input[type="radio"] {
        border-radius: 50%;
    }

    .form-check-input:active {
        filter: brightness(90%);
    }

    .form-check-input:focus {
        border-color: #fc9d85;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(249, 58, 11, 0.25);
    }

    .form-check-input:checked {
        background-color: #F93A0B;
        border-color: #F93A0B;
    }

        .form-check-input:checked[type="checkbox"] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        }

        .form-check-input:checked[type="radio"] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
        }

    .form-check-input[type="checkbox"]:indeterminate {
        background-color: #F93A0B;
        border-color: #F93A0B;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: 0.5;
    }

        .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
            opacity: 0.5;
        }

.form-switch {
    padding-left: 2.5em;
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position 0.15s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fc9d85'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

    .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
        pointer-events: none;
        filter: none;
        opacity: 0.65;
    }

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

    .form-range:focus {
        outline: 0;
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #F8F8F8, 0 0 0 0.25rem rgba(249, 58, 11, 0.25);
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #F8F8F8, 0 0 0 0.25rem rgba(249, 58, 11, 0.25);
        }

    .form-range::-moz-focus-outer {
        border: 0;
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #F93A0B;
        border: 0;
        border-radius: 1rem;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        appearance: none;
    }

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #fdc4b6;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #F93A0B;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #fdc4b6;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd;
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd;
    }

.form-floating {
    position: relative;
}

    .form-floating > .form-control,
    .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        padding: 1rem 0.75rem;
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem 0.75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}

.form-floating > .form-control::placeholder {
    color: transparent;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

    .form-floating > .form-control:focus ~ label,
    .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .form-floating > .form-select ~ label {
        opacity: 0.65;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}


.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #68e365;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.765625rem;
    color: #000;
    background-color: rgba(104, 227, 101, 0.9);
    border-radius: 0.75rem;
}


.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #f72b50;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.765625rem;
    color: #000;
    background-color: rgba(247, 43, 80, 0.9);
    border-radius: 0.75rem;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em;
}

.btn {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1rem;
    font-weight: bold;
    border-radius: 1.2rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

@media only screen and (max-width: 87.5rem) {
    .btn {
    }
}

.btn:hover {
    color: var(--color-title);
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(var(--shadow-primary-color));
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}


.btn-icon {
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
}

.btn .btn-text {
    flex-grow: 1;
    text-align: center;
    align-self: center;
    padding: 0px 1rem;
}

.btn-icon .btn-icon-start, .btn-icon .btn-icon-end {
    display: flex;
    align-items: center;
    position: absolute;
    background-color: transparent;
    border: 1px solid transparent;
}


.btn-icon-only {
}

.btn-icon .btn-icon-end {
    position: relative;
}

.btn-sm.btn-icon .btn-icon-end {
    margin-left: 1rem;
}

.dropdown.dropdown-search-header .dropdown-menu {
    display: contents !important;
}


@media only screen and (max-width: 575.5px) {
    .rounded-xs-circle {
        border-radius: 50% !important;
    }

    .btn-icon .btn-icon-start {
        position: relative;
    }

    .dropdown.dropdown-search-header .dropdown-menu {
        display: none !important;
    }

    .dropdown.dropdown-search-header a[aria-expanded="true"] + .dropdown-menu {
        display: contents !important;
    }

    input#nav-job-search {
        height: 40px;
        border-radius: 0.75rem;
        padding-left: 10px;
        margin-left: -1px;
        max-width: 170px;
    }
}




.btn-primary {
    color: var(--color-bg-primary);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

    .btn-primary:hover {
        color: var(--color-primary);
        background-color: var(--color-bg-primary);
        border-color: var(--color-primary);
    }


.btn-primary-inverse:hover {
    color: var(--color-bg-primary);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-primary-inverse {
    color: var(--color-primary);
    background-color: var(--color-bg-primary);
    border-color: var(--color-primary);
}



.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: var(--color-bg-primary);
    background-color: var(--color-primary);
    border-color: var(--color-bg-primary-hover);
    box-shadow: 0 0 0 0.25rem rgb(9 118 212 / 50%);
}

.active-state:focus-visible, .link-focus-visible-body:focus-visible {
    border-color: var(--color-bg-primary-hover);
    box-shadow: 0 0 0 0.25rem rgb(9 118 212 / 50%);
}

.dlabnav .metismenu > li > a:focus-visible {
    box-shadow: 0 0 0 0.25rem var(--color-secondary) !important;
}

.active-state-testbutton:focus-visible {
    outline: auto;
}



.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #000;
    /*background-color: #fa613c;
        border-color: #fa4e23;*/
}

    .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(212, 49, 9, 0.5);
    }

.btn-primary:disabled, .btn-primary.disabled {
    color: var(--color-bg-primary);
    background-color: var(--color-bg-primary-hover);
    border-color: var(--color-primary);
}

.btn-secondary {
    color: var(--color-bg-secondary);
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

    .btn-secondary:hover {
        color: var(--color-bg-secondary);
        background-color: var(--color-bg-secondary-hover);
        border-color: var(--color-bg-secondary-hover);
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: var(--color-bg-secondary);
        background-color: var(--color-bg-secondary-hover);
        border-color: var(--color-bg-secondary-hover);
        box-shadow: 0 0 0 0.25rem rgb(9 118 212 / 50%);
    }

    .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-primary.dropdown-toggle {
        color: #000;
        /*background-color: #fa613c;
        border-color: #fa4e23;*/
    }

        .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(212, 49, 9, 0.5);
        }

    .btn-secondary:disabled, .btn-secondary.disabled {
        color: var(--color-bg-secondary);
        background-color: var(--color-bg-secondary-hover);
        border-color: var(--color-secondary);
    }

.btn-success {
    color: var(--color-bg-success);
    background-color: var(--color-success);
    border-color: var(--color-success);
}

    .btn-success:hover {
        color: var(--color-bg-success);
        background-color: var(--color-bg-success-hover);
        border-color: var(--color-bg-success-hover);
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        color: var(--color-bg-success);
        background-color: var(--color-bg-success-hover);
        border-color: var(--color-bg-success-hover);
    }

    .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        color: #000;
        /*background-color: #fa613c;
        border-color: #fa4e23;*/
    }

        .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(212, 49, 9, 0.5);
        }

    .btn-success:disabled, .btn-success.disabled {
        color: #000;
        background-color: #c8c8c8;
        border-color: #c8c8c8;
    }

.btn-info {
    color: var(--color-bg-info);
    background-color: var(--color-info);
    border-color: var(--color-info);
}

    .btn-info:hover {
        color: var(--color-bg-info);
        background-color: var(--color-bg-info-hover);
        border-color: var(--color-bg-info-hover);
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        color: var(--color-bg-info);
        background-color: var(--color-bg-info-hover);
        border-color: var(--color-bg-info-hover);
    }

    .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        color: #000;
        /*background-color: #fa613c;
        border-color: #fa4e23;*/
    }

        .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(212, 49, 9, 0.5);
        }

    .btn-info:disabled, .btn-info.disabled {
        color: #000;
        background-color: #c8c8c8;
        border-color: #c8c8c8;
    }

.btn-warning {
    color: var(--color-bg-warning);
    background-color: var(--color-warning);
    border-color: var(--color-warning);
}

    .btn-warning:hover {
        color: var(--color-bg-warning);
        background-color: var(--color-bg-warning-hover);
        border-color: var(--color-bg-warning-hover);
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus {
        color: var(--color-bg-warning);
        background-color: var(--color-bg-warning-hover);
        border-color: var(--color-bg-warning-hover);
    }

    .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
        color: #000;
        /*background-color: #fa613c;
        border-color: #fa4e23;*/
    }

        .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(212, 49, 9, 0.5);
        }

    .btn-warning:disabled, .btn-warning.disabled {
        color: #000;
        background-color: #c8c8c8;
        border-color: #c8c8c8;
    }

.btn-danger {
    color: var(--color-bg-danger);
    background-color: var(--color-danger);
    border-color: var(--color-danger);
}

    .btn-danger:hover {
        color: var(--color-bg-danger);
        background-color: var(--color-bg-danger-hover);
        border-color: var(--color-bg-danger-hover);
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        color: var(--color-bg-danger);
        background-color: var(--color-bg-danger-hover);
        border-color: var(--color-bg-danger-hover);
    }

    .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
        color: #000;
        /*background-color: #fa613c;
        border-color: #fa4e23;*/
    }

        .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(212, 49, 9, 0.5);
        }

    .btn-danger:disabled, .btn-danger.disabled {
        color: #000;
        background-color: #c8c8c8;
        border-color: #c8c8c8;
    }

/*.test-btn-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
}*/

#tab1 .btn-test-tt-8 {
    min-width: 270px
}

.test-btn-wrapper > div {
    display: flex;
    flex-wrap: wrap;
}

    .test-btn-wrapper > div a {
        margin-bottom: 0.75rem;
    }

.emp-test-wrapper a.btn-test {
    align-self: end;
}

.btn-test, .btn-asx {
    margin-right: 0px !important;
}

.lock-btn {
    color: #999;
}

.btn-test > div:first-child, .btn-asx > div:first-child {
    border: 1px solid #ccc;
}

.btn-test.play-btn > div:first-child, .btn-asx.play-btn > div:first-child, .cat-selected {
    background-color: var(--color-primary-opacity-1);
    border: 1px solid var(--color-primary-opacity-1);
}

    .btn-test.play-btn > div:first-child:hover, .btn-asx.play-btn > div:first-child:hover {
        background-color: #fff;
    }

.btn-test.play-btn .fa {
    color: var(--color-primary)
}

.btn-test.play-btn .btn-text {
    color: #444;
    font-size: 16px;
    font-weight: 700 !important;
}

.btn-test small {
    color: #444;
    font-size: 10px;
}

.btn-asx .fa, .play-btn .fa {
    font-size: 1.8em;
}

.lock-btn .fa {
    color: #ddd;
}

.play-btn:hover, .btn-asx:hover {
    color: var(--color-primary);
}


.btn-light {
    color: var(--color-text);
    background-color: var(--color-bg-light);
    border-color: var(--color-bg-light-hover);
}

    .btn-light:hover {
        color: #fff;
        background-color: var(--color-bg-light-hover);
        border-color: var(--color-bg-light-hover);
    }

    .btn-check:focus + .btn-light, .btn-light:focus {
        color: #000;
        background-color: #d0d0d0;
        border-color: #cecece;
        box-shadow: 0 0 0 0.25rem rgba(170, 170, 170, 0.5);
    }

    .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: lightgray;
        border-color: #cecece;
    }

        .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(170, 170, 170, 0.5);
        }

    .btn-light:disabled, .btn-light.disabled {
        color: #000;
        background-color: #c8c8c8;
        border-color: #c8c8c8;
    }

.btn-dark {
    color: var(--color-bg-dark);
    background-color: var(--color-dark);
    border-color: var(--color-dark);
}

    .btn-dark:hover {
        color: var(--color-bg-dark);
        background-color: var(--color-dark);
        border-color: var(--color-bg-dark-hover);
    }

    .btn-check:focus + .btn-dark, .btn-dark:focus {
        color: var(--color-bg-dark);
        background-color: var(--color-dark);
        border-color: var(--color-bg-dark-hover);
    }

    .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
        color: #000;
        /*background-color: #fa613c;
        border-color: #fa4e23;*/
    }

        .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
        }

    .btn-dark:disabled, .btn-dark.disabled {
        color: #fff;
        background-color: #6e6e6e;
        border-color: #6e6e6e;
    }


.btn-outline-primary {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        /*box-shadow: 0 0 0 0.25rem rgba(249, 58, 11, 0.5);*/
    }

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        color: #000;
        background-color: #F93A0B;
        border-color: #F93A0B;
    }

        .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
            /*box-shadow: 0 0 0 0.25rem rgba(249, 58, 11, 0.5);*/
        }

    .btn-outline-primary:disabled, .btn-outline-primary.disabled {
        color: #F93A0B;
        background-color: transparent;
    }

.btn-outline-success {
    color: #68e365;
    border-color: #68e365;
}

    .btn-outline-success:hover {
        color: #000;
        background-color: #68e365;
        border-color: #68e365;
    }

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        box-shadow: 0 0 0 0.25rem rgba(104, 227, 101, 0.5);
    }

    .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
        color: #000;
        background-color: #68e365;
        border-color: #68e365;
    }

        .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(104, 227, 101, 0.5);
        }

    .btn-outline-success:disabled, .btn-outline-success.disabled {
        color: #68e365;
        background-color: transparent;
    }

.btn-outline-info {
    color: #D653C1;
    border-color: #D653C1;
}

    .btn-outline-info:hover {
        color: #000;
        background-color: #D653C1;
        border-color: #D653C1;
    }

    .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
        box-shadow: 0 0 0 0.25rem rgba(214, 83, 193, 0.5);
    }

    .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
        color: #000;
        background-color: #D653C1;
        border-color: #D653C1;
    }

        .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(214, 83, 193, 0.5);
        }

    .btn-outline-info:disabled, .btn-outline-info.disabled {
        color: #D653C1;
        background-color: transparent;
    }

.btn-outline-warning {
    color: #ffa755;
    border-color: #ffa755;
}

    .btn-outline-warning:hover {
        color: #000;
        background-color: #ffa755;
        border-color: #ffa755;
    }

    .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 167, 85, 0.5);
    }

    .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
        color: #000;
        background-color: #ffa755;
        border-color: #ffa755;
    }

        .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(255, 167, 85, 0.5);
        }

    .btn-outline-warning:disabled, .btn-outline-warning.disabled {
        color: #ffa755;
        background-color: transparent;
    }

.btn-outline-danger {
    color: var(--color-danger);
    border-color: var(--color-danger);
}

    .btn-outline-danger:hover {
        color: var(--color-bg-danger);
        background-color: var(--color-danger);
        border-color: var(--color-danger);
    }

    .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
        box-shadow: 0 0 0 0.25rem rgba(247, 43, 80, 0.5);
    }

    .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
        color: var(--color-bg-danger);
        background-color: var(--color-bg-danger-hover);
        border-color: var(--color-bg-danger);
    }

        .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(247, 43, 80, 0.5);
        }

    .btn-outline-danger:disabled, .btn-outline-danger.disabled {
        color: var(--color-bg-danger);
        background-color: var(--color-bg-danger-hover);
        border-color: var(--color-danger);
    }

.btn-outline-light {
    color: #c8c8c8;
    border-color: #c8c8c8;
}

    .btn-outline-light:hover {
        color: #000;
        background-color: #c8c8c8;
        border-color: #c8c8c8;
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, 0.5);
    }

    .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
        color: #000;
        background-color: #c8c8c8;
        border-color: #c8c8c8;
    }

        .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, 0.5);
        }

    .btn-outline-light:disabled, .btn-outline-light.disabled {
        color: #c8c8c8;
        background-color: transparent;
    }

.btn-outline-dark {
    color: #000;
    border-color: #000;
    border-width: 0.222rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #6e6e6e;
        border-color: #6e6e6e;
    }

    .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
        box-shadow: 0 0 0 0.25rem rgba(110, 110, 110, 0.5);
    }

    .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
        color: #fff;
        background-color: #6e6e6e;
        border-color: #6e6e6e;
    }

        .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(110, 110, 110, 0.5);
        }

    .btn-outline-dark:disabled, .btn-outline-dark.disabled {
        color: #6e6e6e;
        background-color: transparent;
    }

.btn-link {
    font-weight: 400;
    color: #F93A0B;
    text-decoration: underline;
}

    .btn-link:hover {
        color: #c72e09;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.765625rem;
    border-radius: 0.7rem;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.875rem;
    color: #393939;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.75rem;
}

    .dropdown-menu[data-bs-popper] {
        left: 0;
        margin-top: 0.125rem;
    }

.dropdown-menu-start {
    --bs-position: start;
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto /* rtl:ignore */;
        left: 0 /* rtl:ignore */;
    }

.dropdown-menu-end {
    --bs-position: end;
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0 /* rtl:ignore */;
        left: auto /* rtl:ignore */;
    }

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto /* rtl:ignore */;
            left: 0 /* rtl:ignore */;
        }

    .dropdown-menu-sm-end {
        --bs-position: end;
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0 /* rtl:ignore */;
            left: auto /* rtl:ignore */;
        }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto /* rtl:ignore */;
            left: 0 /* rtl:ignore */;
        }

    .dropdown-menu-md-end {
        --bs-position: end;
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0 /* rtl:ignore */;
            left: auto /* rtl:ignore */;
        }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto /* rtl:ignore */;
            left: 0 /* rtl:ignore */;
        }

    .dropdown-menu-lg-end {
        --bs-position: end;
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0 /* rtl:ignore */;
            left: auto /* rtl:ignore */;
        }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto /* rtl:ignore */;
            left: 0 /* rtl:ignore */;
        }

    .dropdown-menu-xl-end {
        --bs-position: end;
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0 /* rtl:ignore */;
            left: auto /* rtl:ignore */;
        }
}

@media (min-width: 1440) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto /* rtl:ignore */;
            left: 0 /* rtl:ignore */;
        }

    .dropdown-menu-xxl-end {
        --bs-position: end;
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0 /* rtl:ignore */;
            left: auto /* rtl:ignore */;
        }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}

    .dropup .dropdown-menu[data-bs-popper] {
        margin-top: 0;
        margin-bottom: 0.125rem;
    }

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
}

    .dropend .dropdown-menu[data-bs-popper] {
        margin-top: 0;
        margin-left: 0.125rem;
    }

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
}

    .dropstart .dropdown-menu[data-bs-popper] {
        margin-top: 0;
        margin-right: 0.125rem;
    }

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: var(--color-title);
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.765625rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}


.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        flex: 1 1 auto;
    }

        .btn-group > .btn-check:checked + .btn,
        .btn-group > .btn-check:focus + .btn,
        .btn-group > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn-check:checked + .btn,
        .btn-group-vertical > .btn-check:focus + .btn,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1;
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .btn-group-vertical > .btn,
    .btn-group-vertical > .btn-group {
        width: 100%;
    }

        .btn-group-vertical > .btn:not(:first-child),
        .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px;
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
        .btn-group-vertical > .btn-group:not(:last-child) > .btn {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical > .btn ~ .btn,
        .btn-group-vertical > .btn-group:not(:first-child) > .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: none;
        border: 1px solid transparent;
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
            isolation: isolate;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #F8F8F8;
            border-color: #dee2e6 #dee2e6 #F8F8F8;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.75rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #F93A0B;
    }

.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-sm,
    .navbar > .container-md,
    .navbar > .container-lg,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    padding-top: 0.3359375rem;
    padding-bottom: 0.3359375rem;
    margin-right: 1rem;
    font-size: 1.09375rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
    }

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.09375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

@media (min-width: 1440) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

    .navbar-expand .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu:not(.relative-position) {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}

    .navbar-light .navbar-text a,
    .navbar-light .navbar-text a:hover,
    .navbar-light .navbar-text a:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}

    .navbar-dark .navbar-text a,
    .navbar-dark .navbar-text a:hover,
    .navbar-dark .navbar-text a:focus {
        color: #fff;
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.75rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(0.75rem - 1px);
            border-top-right-radius: calc(0.75rem - 1px);
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(0.75rem - 1px);
            border-bottom-left-radius: calc(0.75rem - 1px);
        }

        .card > .card-header + .list-group,
        .card > .list-group + .card-footer {
            border-top: 0;
        }

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
    color: var(--color-title);
    font-weight: bold;
    font-size: 1.4rem !important;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1rem /* rtl:ignore */;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
    }

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.75rem - 1px) calc(0.75rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

    .card-header-tabs .nav-link.active {
        background-color: #fff;
        border-bottom-color: #fff;
    }

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.75rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.75rem - 1px);
    border-top-right-radius: calc(0.75rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.75rem - 1px);
    border-bottom-left-radius: calc(0.75rem - 1px);
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top,
                .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom,
                .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top,
                .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom,
                .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 0.875rem;
    color: #393939;
    text-align: left;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button.collapsed {
    border-bottom-width: 0;
}

.accordion-button:not(.collapsed) {
    color: #e0340a;
    background-color: #feebe7;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e0340a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(180deg);
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23393939'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #fc9d85;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(249, 58, 11, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 1px;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.accordion-collapse {
    border: solid rgba(0, 0, 0, 0.125);
    border-width: 0 1px;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-button {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: 0.5rem;
        color: #6c757d;
        content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #F93A0B;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: #c72e09;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: #c72e09;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(249, 58, 11, 0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #F93A0B;
    border-color: #F93A0B;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.09375rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.765625rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.75rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    padding-right: 1.7rem !important;
}

#bootstrap-show-notification-container .alert {
}

    #bootstrap-show-notification-container .alert .btn-close {
    }

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem;
    }

.alert-primary {
    color: #952307;
    background-color: #fed8ce;
    border-color: #fdc4b6;
}

    .alert-primary .alert-link {
        color: #771c06;
    }

.alert-secondary {
    color: #0c3430;
    background-color: #d0dddc;
    border-color: #b9cccb;
}

    .alert-secondary .alert-link {
        color: #0a2a26;
    }

.alert-success {
    color: #2a5b28;
    background-color: #e1f9e0;
    border-color: #d2f7d1;
}

    .alert-success .alert-link {
        color: #224920;
    }



.alert-info .alert-link {
}

.alert-warning {
    color: var(--color-bg-warning);
    background-color: #ffeddd;
    border-color: #ffe5cc;
}

    .alert-warning .alert-link {
        color: #52361b;
    }

.alert-danger {
    color: #ff0000;
    background-color: #fdd5dc;
    border-color: #fdbfcb;
}

    .alert-danger .alert-link {
        color: #761526;
    }

.alert-light {
    color: #505050;
    background-color: #f4f4f4;
    border-color: #efefef;
}

    .alert-light .alert-link {
        color: #404040;
    }

.alert-dark {
    color: #424242;
    background-color: #e2e2e2;
    border-color: #d4d4d4;
}

    .alert-dark .alert-link {
        color: #353535;
    }

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.65625rem;
    background-color: #e9ecef;
    border-radius: 0.75rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #F93A0B;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.75rem;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #393939;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #F93A0B;
        border-color: #F93A0B;
    }

    .list-group-item + .list-group-item {
        border-top-width: 0;
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px;
        }

.list-group-horizontal {
    flex-direction: row;
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: 0.75rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: 0.75rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px;
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

        .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: 0.75rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: 0.75rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

        .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: 0.75rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: 0.75rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

        .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: 0.75rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: 0.75rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

        .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: 0.75rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: 0.75rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 1440) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }

        .list-group-horizontal-xxl > .list-group-item:first-child {
            border-bottom-left-radius: 0.75rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xxl > .list-group-item:last-child {
            border-top-right-radius: 0.75rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xxl > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-xxl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

.list-group-flush {
    border-radius: 0;
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px;
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0;
        }

.list-group-item-primary {
    color: #952307;
    background-color: #fed8ce;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #952307;
        background-color: #e5c2b9;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #952307;
        border-color: #952307;
    }

.list-group-item-secondary {
    color: #0c3430;
    background-color: #d0dddc;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #0c3430;
        background-color: #bbc7c6;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #0c3430;
        border-color: #0c3430;
    }

.list-group-item-success {
    color: #2a5b28;
    background-color: #e1f9e0;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #2a5b28;
        background-color: #cbe0ca;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #2a5b28;
        border-color: #2a5b28;
    }

.list-group-item-info {
    color: #803274;
    background-color: #f7ddf3;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #803274;
        background-color: #dec7db;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #803274;
        border-color: #803274;
    }

.list-group-item-warning {
    color: #664322;
    background-color: #ffeddd;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #664322;
        background-color: #e6d5c7;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #664322;
        border-color: #664322;
    }

.list-group-item-danger {
    color: #941a30;
    background-color: #fdd5dc;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #941a30;
        background-color: #e4c0c6;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #941a30;
        border-color: #941a30;
    }

.list-group-item-light {
    color: #505050;
    background-color: #f4f4f4;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #505050;
        background-color: gainsboro;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #505050;
        border-color: #505050;
    }

.list-group-item-dark {
    color: #424242;
    background-color: #e2e2e2;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #424242;
        background-color: #cbcbcb;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #424242;
        border-color: #424242;
    }

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.75rem;
    opacity: 0.5;
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: 0.75;
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(249, 58, 11, 0.25);
        opacity: 1;
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        user-select: none;
        opacity: 0.25;
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.75rem;
}

    .toast:not(.showing):not(.show) {
        opacity: 0;
    }

    .toast.hide {
        display: none;
    }

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

    .toast-container > :not(:last-child) {
        margin-bottom: 15px;
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.75rem - 1px);
    border-top-right-radius: calc(0.75rem - 1px);
}

    .toast-header .btn-close {
        margin-right: -0.375rem;
        margin-left: 0.75rem;
    }

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #EEEEEE;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #EEEEEE;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

    .modal-footer > * {
        margin: 0.25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
    }

    .modal-xl {
        max-width: 950px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 1439.98) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0;
        }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.765625rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .tooltip-arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
        bottom: 0;
    }

        .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
            top: -1px;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
            right: -1px;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
        top: 0;
    }

        .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
            bottom: -1px;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
            left: -1px;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.75rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.765625rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--color-primary-opacity-1);
    border-radius: 0.3rem;
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
    }

        .popover .popover-arrow::before, .popover .popover-arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
        bottom: 0;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
        bottom: 1px;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: #fff;
    }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
        left: 0;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
        left: 1px;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: #fff;
    }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(-0.5rem - 1px);
}

    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
        top: 0;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: var(--dark);
    }

    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
        top: 1px;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: var(--dark);
    }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
        right: 0;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
        right: 1px;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: #fff;
    }

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #000;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 1rem 1rem;
    color: #393939;
}

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

    .carousel-item-next:not(.carousel-item-start),
    .active.carousel-item-end {
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start {
        transform: translateX(-100%);
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-start,
    .carousel-fade .carousel-item-prev.carousel-item-end {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 0.5;
        transition: opacity 0.6s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #F93A0B;
}

    .link-primary:hover, .link-primary:focus {
        color: #fa613c;
    }

.link-secondary {
    color: #145650;
}

    .link-secondary:hover, .link-secondary:focus {
        color: #104540;
    }

.link-success {
    color: #68e365;
}

    .link-success:hover, .link-success:focus {
        color: #86e984;
    }

.link-info {
    color: #D653C1;
}

    .link-info:hover, .link-info:focus {
        color: #de75cd;
    }

.link-warning {
    color: #ffa755;
}

    .link-warning:hover, .link-warning:focus {
        color: #ffb977;
    }

.link-danger {
    color: #f72b50;
}

    .link-danger:hover, .link-danger:focus {
        color: #f95573;
    }

.link-light {
    color: #c8c8c8;
}

    .link-light:hover, .link-light:focus {
        color: lightgray;
    }

.link-dark {
    color: #6e6e6e;
}

    .link-dark:hover, .link-dark:focus {
        color: #585858;
    }

.ratio {
    position: relative;
    width: 100%;
}

    .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: "";
    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1440) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow-btn-block {
    box-shadow: 5px 20px 50px #d8d8d8;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-xs {
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1) !important;
}



.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid var(--color-border) !important;
}

.border-0 {
    border: 0 !important;
    border-style: hidden !important;
}

.border-top {
    border-top: 1px solid var(--color-border) !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid var(--color-border) !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px !important;
    border-style: solid;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid var(--color-border) !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: var(--color-primary) !important;
}

.border-secondary {
    border-color: #145650 !important;
}

.border-success {
    border-color: var(--color-success) !important;
}

.border-info {
    border-color: var(--color-info) !important;
}

.border-warning {
    border-color: var(--color-warning) !important;
}

.border-danger {
    border-color: var(--color-danger) !important;
}

.border-light {
    border-color: var(--color-border) !important;
}

.border-dark {
    border-color: var(--color-dark) !important;
}

.border-grey {
    border-color: #b4b4b4 !important;
}


.border-white {
    border-color: #fff !important;
}

.border-0 {
    border-width: 0 !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}


.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pt-6, .py-6 {
    padding-top: 3.5rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pr-6, .px-6 {
    padding-right: 3.5rem !important
}

.pr-7, .px-7 {
    padding-right: 4.5rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pb-6, .py-6 {
    padding-bottom: 3.5rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.pl-6, .px-6 {
    padding-left: 3.5rem !important
}

.pl-7, .px-7 {
    padding-left: 4.5rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mt-n4-5, .my-n4-5 {
    margin-top: -2.2rem !important
}

.mt-n4-6, .my-n4-6 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .pr-sm-6, .px-sm-6 {
        padding-right: 4.5rem !important
    }


    .pl-sm-6, .px-sm-6 {
        padding-left: 4.5rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mr-md-10 {
        margin-right: 6rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }


    .pr-md-6, .px-md-6 {
        padding-right: 4rem !important
    }

    .pl-md-6, .px-md-6 {
        padding-left: 4rem !important
    }

    .px-md-gf-grey-bg {
        padding-left: 6% !important;
        padding-right: 6% !important;
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .login-page-wrapper .mt-md-tp-login {
        margin-top: 20vh !important;
    }

    .login-page-wrapper.gf .mt-md-tp-login {
        margin-top: 17vh !important;
    }



    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}


.fs-1 {
    font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-2 {
    font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-3 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-4 {
    font-size: 1.125rem !important;
}

.fs-5 {
    font-size: 1rem !important;
}

.fs-6 {
    font-size: 0.938rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}


.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

.text-primary {
    color: var(--color-primary);
}



.text-title {
    color: var(--color-title);
}

.text-secondary {
    color: var(--color-secondary);
}

.text-success {
    color: #68e365 !important;
}

.text-info {
    color: #D653C1 !important;
}

.text-warning {
    color: #ffa755 !important;
}

.text-danger {
    color: #f72b50 !important;
}

.text-light {
    color: #c8c8c8 !important;
}

.text-dark {
    color: #6e6e6e !important;
}

.text-white {
    color: #fff !important;
}

.text-body {
    color: var(--color-text);
}

.text-muted {
    color: #85899f !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    color: inherit !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.bg-orange {
    background-color: #FF815F;
}

.bg-primary {
    background-color: var(--color-primary) !important;
}

.bg-font-color-primary {
    background-color: var(--color-bg-primary) !important;
}

.bg-hover-primary:hover {
    background-color: var(--color-bg-primary-hover) !important;
}

.bg-secondary {
    background-color: var(--color-secondary) !important;
}

.bg-success {
    background-color: var(--color-success) !important;
}

.bg-info {
    background-color: #D653C1 !important;
}

.bg-warning {
    background-color: var(--color-warning) !important;
}

.bg-danger {
    background-color: var(--color-danger) !important;
}

.bg-grey {
    background-color: var(--color-grey-dark) !important;
}

.bg-blue-dark {
    background-color: #424276 !important;
}

.bg-light {
    background-color: var(--color-grey-light) !important;
}

.bg-dark {
    background-color: var(--color-dark) !important;
}

.bg-body {
    background-color: #F8F8F8 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.bg-linkedin {
    background: rgba(14, 121, 179, 0.15);
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.75rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
}

.rounded-top-left {
    border-left: 1px solid transparent;
    border-top-left-radius: 0.75rem !important;
}

.rounded-top-right {
    border-right: 1px solid transparent;
    border-top-right-radius: 0.75rem !important;
}

.rounded-end {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.75rem !important;
    border-top-left-radius: 0.75rem !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-justify {
        text-align: justify !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .bg-sm-white {
        background-color: #fff !important;
    }

    .border-sm-rounded {
        border-radius: 0.75rem !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }
}

@media (min-width: 1440) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .text-xxl-left {
        text-align: left !important;
    }

    .text-xxl-right {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.25rem !important;
    }

    .fs-2 {
        font-size: 1.875rem !important;
    }

    .fs-3 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

.c-pointer {
    cursor: pointer;
}

* {
    outline: none;
    padding: 0;
}

    *::after {
        margin: 0;
        padding: 0;
    }

    *::before {
        margin: 0;
        padding: 0;
    }

::selection {
    color: var(--color-bg-primary);
    background: var(--color-primary);
}

::-moz-selection {
    color: var(--color-bg-primary);
    background: var(--color-primary);
}

@media only screen and (max-width: 100rem) {
    :root {
        font-size: 14px;
    }
}


p {
    line-height: 1.8;
}

.box-shadow-none {
    box-shadow: none !important;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

#main-wrapper {
    opacity: 0;
    transition: all 0.25s ease-in;
    overflow: hidden;
    position: relative;
    /* background-color: #F2F6FE;*/
}

    #main-wrapper.show {
        opacity: 1;
    }

.rounded-lg {
    border-radius: 1.25rem;
}

ul {
    padding: 0;
    margin: 0;
}

li {
}

a {
    color: var(--color-title);
    text-decoration: none;
}

    a:hover, a:focus, a.active {
        color: var(--color-bg-primary-hover);
        text-decoration: none;
    }

.btn-link:hover, .btn-link:focus, .btn-link.active {
    text-decoration: none;
}

.fs-v-small {
    font-size: 0.5rem !important;
    line-height: 0.75rem;
}

.fs-12 {
    font-size: 0.75rem !important;
    line-height: 1.5;
}

.fs-13 {
    font-size: 0.8125rem !important;
    line-height: 1.5;
}

.fs-14 {
    font-size: 0.875rem !important;
    line-height: 1.6;
}

.fs-15 {
    font-size: 0.875rem !important;
    line-height: 1.5;
}

.fs-16 {
    font-size: 1rem !important;
    line-height: 1.6;
}

.fs-17 {
    font-size: 1.25rem !important;
    line-height: 1.6;
}

@media only screen and (max-width: 35.9375rem) {
    .fs-16 {
        font-size: 0.875rem !important;
    }
}

.fs-18 {
    font-size: 1.125rem !important;
    line-height: 1.5;
}

@media only screen and (max-width: 35.9375rem) {
    .fs-18 {
        font-size: 1rem !important;
    }
}

.fs-20 {
    font-size: 1.25rem !important;
    line-height: 1.5;
}

.fs-22 {
    font-size: 1.375rem !important;
    line-height: 1.5;
}

.fs-24 {
    font-size: 1.5rem !important;
    line-height: 1.4;
}

.fs-26 {
    font-size: 1.625rem !important;
    line-height: 1.4;
}

.fs-28 {
    font-size: 1.75rem !important;
    line-height: 1.4;
}

@media only screen and (max-width: 35.9375rem) {
    .fs-28 {
        font-size: 1.5rem !important;
    }
}

.fs-30 {
    font-size: 1.875rem !important;
    line-height: 1.4;
}

.fs-32 {
    font-size: 2rem !important;
    line-height: 1.25;
}

.fs-34 {
    font-size: 2.125rem !important;
    line-height: 1.25;
}

.fs-35 {
    font-size: 2.1875rem !important;
    line-height: 1.25;
}

.fs-36 {
    font-size: 2.25rem !important;
    line-height: 1.25;
}

.fs-38 {
    font-size: 2.375rem !important;
    line-height: 1.25;
}

.fs-46 {
    font-size: 2.875rem !important;
    line-height: 1.25;
}

.fs-48 {
    font-size: 3.5rem !important;
    line-height: 1.25;
}

.font-w100 {
    font-weight: 100;
}

.font-w200 {
    font-weight: 200;
}

.font-w300 {
    font-weight: 300;
}

.font-w400 {
    font-weight: 400;
}

.font-w500 {
    font-weight: 500;
}

.font-w600 {
    font-weight: 600;
}

.font-w700 {
    font-weight: 700;
}

.font-w800 {
    font-weight: 800;
}

.font-w900 {
    font-weight: 900;
}

h1, .h1, .h1, h2, .h2, .h2, h3, .h3, .h3, h4, .h4, .h4, h5, .h5, .h5, h6, .h6, .h6 {
    line-height: 1.5;
}

.w-space-no {
    white-space: nowrap;
}

.content-body .container {
    margin-top: 2.5rem;
}

.content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl, .content-body .container-xxl {
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media only screen and (max-width: 75rem) {
    .content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl, .content-body .container-xxl {
        padding-top: 1.5rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media only screen and (max-width: 47.9375rem) {
    .content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl, .content-body .container-xxl {
        padding-top: 1.25rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}

@media only screen and (max-width: 35.9375rem) {
    .content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl, .content-body .container-xxl {
        padding-top: 0.9375rem;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

/*sp*/
.row.sp4,
.sp4 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
}

    .row.sp4 [class*="col-"],
    .sp4 [class*="col-"] {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }

.op1 {
    opacity: 0.1;
}

.op2 {
    opacity: 0.2;
}

.op3 {
    opacity: 0.3;
}

.op4 {
    opacity: 0.4;
}

.op5 {
    opacity: 0.5;
}

.op6 {
    opacity: 0.6;
}

.op7 {
    opacity: 0.7;
}

.op8 {
    opacity: 0.8;
}

.op9 {
    opacity: 0.9;
}

.content-heading {
    font-size: 1rem;
    margin-bottom: 1.875rem;
    margin-top: 3.125rem;
    border-bottom: 0.0625rem solid #f5f5f5;
    padding-bottom: 0.625rem;
}

[direction="rtl"] .content-heading {
    text-align: right;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: none;
}

.vh-100 {
    height: 100vh !important;
}

.support-ticket {
    position: fixed;
    bottom: 1.875rem;
    right: 0.9375rem;
    z-index: 999999;
}

.support-ticket-btn {
    width: 6.25rem;
    background: #7CB442;
    animation: 0.7s ease-in-out 0s infinite alternate none running crescendo;
    border-radius: 3.125rem;
    color: #fff;
    font-size: 0.5rem;
    font-size: 1rem;
    padding: 0.3125rem 0.625rem 0.4375rem;
    text-align: center;
    display: inline-block;
    box-shadow: rgba(124, 180, 66, 0.7) 0rem 0.5rem 2.1875rem 0rem;
}

    .support-ticket-btn:hover, .support-ticket-btn:focus {
        color: #fff;
    }

.text-blue {
    color: #5e72e4;
}

.text-indigo {
    color: #6610f2;
}

.text-purple {
    color: #6f42c1;
}

.text-pink {
    color: #e83e8c;
}

.text-red {
    color: #EE3232;
}

.text-orange {
    color: #ff9900;
}

.text-yellow {
    color: #FFFA6F;
}

.text-green {
    color: #297F00;
}

.text-grey {
    color: #ababab;
}

.text-teal {
    color: #20c997;
}

.text-cyan {
    color: #3065D0;
}

/* .bg-gray-dark{
	background:$color_pallate_2 !important;
}
.bg-purpal{
	background:$color_pallate_4 !important;
}
.bg-red{
	background:$color_pallate_5 !important;
}
.bg-blue-dark{
	background:$color_pallate_6 !important;
} */
.bg-blue {
    background: #496ecc !important;
}

.bg-orange {
    background: #ed8030 !important;
}

.bg-green {
    background: #299e4a !important;
}

.bg-purpel {
    background: #9517c1 !important;
}

.bg-dark-blue {
    background: #251e71 !important;
}

/* .bg-blue-light{
	background:$color_pallate_8 !important;
}
.bg-green-light{
	background:$color_pallate_9 !important;
}
.bg-green{
	background:$color_pallate_10 !important;
} */
.bg-black {
    background: #000;
}

.text-black {
    color: #000 !important;
}

.dlab-scroll {
    position: relative;
}

.scale1 {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    display: inline-block;
}

.scale2 {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    display: inline-block;
}

.scale3 {
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    display: inline-block;
}

.scale4 {
    transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    display: inline-block;
}

.scale5 {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    display: inline-block;
}

.scale-2 {
    transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    display: inline-block;
}

@-webkit-keyframes crescendo {
    from {
        -webkit-transform: translateY(5px) scale(0.8);
        -ms-transform: translateY(5px) scale(0.8);
        transform: translateY(5px) scale(0.8);
    }

    to {
        -webkit-transform: translateY(0px) scale(1);
        -ms-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }
}

.height10 {
    height: 0.625rem;
}

.height20 {
    height: 1.25rem;
}

.height30 {
    height: 1.875rem;
}

.height40 {
    height: 2.5rem;
}

.height50 {
    height: 3.125rem;
}

.height60 {
    height: 3.75rem;
}

.height70 {
    height: 4.375rem;
}

.height80 {
    height: 5rem;
}

.height90 {
    height: 5.625rem;
}

.height100 {
    height: 6.25rem;
}

.height110 {
    height: 6.875rem;
}

.height120 {
    height: 7.5rem;
}

.height130 {
    height: 8.125rem;
}

.height140 {
    height: 8.75rem;
}

.height150 {
    height: 9.375rem;
}

.height160 {
    height: 10rem;
}

.height170 {
    height: 10.625rem;
}

.height180 {
    height: 11.25rem;
}

.height190 {
    height: 11.875rem;
}

.height200 {
    height: 12.5rem;
}

.height210 {
    height: 13.125rem;
}

.height220 {
    height: 13.75rem;
}

.height230 {
    height: 14.375rem;
}

.height240 {
    height: 15rem;
}

.height250 {
    height: 15.625rem;
}

.height260 {
    height: 16.25rem;
}

.height270 {
    height: 16.875rem;
}

.height280 {
    height: 17.5rem;
}

.height290 {
    height: 18.125rem;
}

.height300 {
    height: 18.75rem;
}

.height310 {
    height: 19.375rem;
}

.height320 {
    height: 20rem;
}

.height330 {
    height: 20.625rem;
}

.height340 {
    height: 21.25rem;
}

.height350 {
    height: 21.875rem;
}

.height360 {
    height: 22.5rem;
}

.height370 {
    height: 23.125rem;
}

.height380 {
    height: 23.75rem;
}

.height390 {
    height: 24.375rem;
}

.height400 {
    height: 25rem;
}

.height415 {
    height: 25.9375rem;
}

.height500 {
    height: 31.25rem;
}

.height550 {
    height: 34.375rem;
}

.height600 {
    height: 37.5rem;
}

.height630 {
    height: 39.375rem;
}

.height720 {
    height: 45rem;
}

.height750 {
    height: 46.875rem;
}

.height800 {
    height: 50rem;
}

.width10 {
    width: 0.625rem;
}

.width20 {
    width: 1.25rem;
}

.width30 {
    width: 1.875rem;
}

.width40 {
    width: 2.5rem;
}

.width50 {
    width: 3.125rem;
}

.width60 {
    width: 3.75rem;
}

.width70 {
    width: 4.375rem;
}

.width80 {
    width: 5rem;
}

.width90 {
    width: 5.625rem;
}

.width100 {
    width: 6.25rem;
}

.width110 {
    width: 6.875rem;
}

.width120 {
    width: 7.5rem;
}

.width130 {
    width: 8.125rem;
}

.width140 {
    width: 8.75rem;
}

.width150 {
    width: 9.375rem;
}

.width160 {
    width: 10rem;
}

.width170 {
    width: 10.625rem;
}

.width180 {
    width: 11.25rem;
}

.width190 {
    width: 11.875rem;
}

.width200 {
    width: 12.5rem;
}

.width210 {
    width: 13.125rem;
}

.width220 {
    width: 13.75rem;
}

.width230 {
    width: 14.375rem;
}

.width240 {
    width: 15rem;
}

.width250 {
    width: 15.625rem;
}

.width260 {
    width: 16.25rem;
}

.width270 {
    width: 16.875rem;
}

.width280 {
    width: 17.5rem;
}

.width290 {
    width: 18.125rem;
}

.width300 {
    width: 18.75rem;
}

.width310 {
    width: 19.375rem;
}

.width320 {
    width: 20rem;
}

.width330 {
    width: 20.625rem;
}

.width340 {
    width: 21.25rem;
}

.width350 {
    width: 21.875rem;
}

.width360 {
    width: 22.5rem;
}

.width370 {
    width: 23.125rem;
}

.width380 {
    width: 23.75rem;
}

.width390 {
    width: 24.375rem;
}

.width400 {
    width: 25rem;
}

.rounded {
    border-radius: 0.75rem !important;
}

label {
    margin-bottom: 0.5rem;
}

@keyframes gXGDoR {
    from {
        -webkit-transform: translateY(5px) scale(0.8);
        -ms-transform: translateY(5px) scale(0.8);
        transform: translateY(5px) scale(0.8);
    }

    to {
        -webkit-transform: translateY(0px) scale(1);
        -ms-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }
}

@keyframes crescendo {
    from {
        -webkit-transform: translateY(5px) scale(0.8);
        -ms-transform: translateY(5px) scale(0.8);
        transform: translateY(5px) scale(0.8);
    }

    to {
        -webkit-transform: translateY(0px) scale(1);
        -ms-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }
}

@keyframes gXGDoR {
    from {
        -webkit-transform: translateY(5px) scale(0.8);
        -ms-transform: translateY(5px) scale(0.8);
        transform: translateY(5px) scale(0.8);
    }

    to {
        -webkit-transform: translateY(0px) scale(1);
        -ms-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
}
/* Editable */
#preloader {
    background-color: #fff;
    padding: 0;
    margin: 0;
    height: 100%;
    position: fixed;
    z-index: 99999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #preloader .lds-ripple, #app-wrapper .lds-ripple {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }

        #preloader .lds-ripple div, #app-wrapper .lds-ripple div {
            position: absolute;
            border: 4px solid var(--color-primary);
            opacity: 1;
            border-radius: 50%;
            animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        }

            #preloader .lds-ripple div:nth-child(2), #app-wrapper .lds-ripple div:nth-child(2) {
                animation-delay: -0.5s;
            }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.footer {
    background-color: #F2F6FE;
    font-size: 0.875rem;
}

#main-wrapper.menu-toggle .footer {
}

.footer .copyright {
    padding: 0.9375rem 1.5rem;
}

    .footer .copyright p {
        margin: 0;
        color: #000;
    }

    .footer .copyright a {
        color: var(--color-login-links);
    }

[data-sidebar-style="mini"] .nav-control,
[data-layout="horizontal"] .nav-control {
    display: none;
}



.nav-header {
    min-height: 7.5rem;
    width: 20.5rem;
    display: flex;
    align-items: center;
    text-align: left;
    top: 0;
    background-color: var(--bg-nav-head);
    transition: all .2s ease;
    z-index: 5;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header, [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .nav-header {
    background-color: var(--bg-nav);
}

.nav-header .logo-abbr {
    max-width: 2.9375rem;
}

@media only screen and (max-width: 87.5rem) {
    .nav-header .logo-abbr {
        max-width: 2.8125rem;
    }
}

@media only screen and (max-width: 450px) {
    .card-title {
        font-size: 15px !important;
    }

    .reduce-fs-ftb {
        font-size: 12.5px !important;
    }
}

@media only screen and (max-width: 35.9375rem) {
    .nav-header .logo-abbr {
        width: 2.1875rem;
        height: 2.1875rem;
    }
}

.nav-header .logo-compact {
    display: none;
}

@media only screen and (max-width: 87.5rem) {
    .nav-header {
        min-height: 5.5rem;
        width: 17rem;
    }
}

.nav-header .brand-logo {
    display: flex;
    height: 100%;
    width: 100%;
    /*justify-content: flex-start;*/
    align-items: center;
    font-size: 1.125rem;
    color: var(--color-bg-primary);
    text-decoration: none;
    /*padding-left: 1.875rem;
    padding-right: 1.875rem;*/
    font-weight: 700;
}

@media only screen and (max-width: 87.5rem) {
    .nav-header .brand-logo {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

[data-sidebar-style="compact"] .nav-header .brand-logo, [data-sidebar-style="mini"] .nav-header .brand-logo {
    padding-left: 1.2em;
    padding-right: 0;
    justify-content: start;
}

@media only screen and (max-width: 47.9375rem) {
    .nav-header .brand-logo {
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
    }
}

.nav-header .brand-title {
    /*margin-left: 0.9375rem;
    max-width: 8.75rem;*/
    font-size: 2.375rem;
    color: #000;
}

[data-theme-version="dark"] .nav-header .brand-title {
    background-position: 0 120%;
}

@media only screen and (max-width: 47.9375rem) {
    .nav-header {
        top: 0;
        /*background: transparent;*/
    }
}

.nav-header .rect-primary-rect {
    fill: var(--color-primary);
}

@media only screen and (max-width: 74.9375rem) {
    .nav-header {
        min-height: 5rem;
    }
}

@media only screen and (max-width: 63.9375rem) {
    .nav-header {
        /*width: 5rem;*/
    }

        .nav-header .brand-title {
            /*display: none;*/
        }

    #main-wrapper.menu-toggle .nav-control {
        position: absolute;
        left: 10rem;
        top: 0rem;
        background-color: var(--color-dark);
        left: 16rem !important;
        height: 100vh;
        width: calc(100vw-15rem);
        z-index: 7;
        opacity: .7;
    }

        #main-wrapper.menu-toggle .nav-control .hamburger {
            position: absolute;
            right: 50px;
            top: 10px;
            z-index: 10;
        }
}

.nav-control {
    cursor: pointer;
    right: -5rem;
    text-align: center;
    top: 55%;
    transform: translateY(-50%);
    z-index: 9999;
    font-size: 1.4rem;
    padding: 0.125rem 0.5rem 0;
    border-radius: 0.125rem;
}

@media only screen and (max-width: 87.5rem) {
    .nav-control {
        right: 0.444rem;
    }
}

@media only screen and (max-width: 47.9375rem) {
    .nav-control {
        right: -3rem;
    }
}

@media only screen and (max-width: 35.9375rem) {
    .nav-control {
        right: -3rem;
    }
}

[data-sidebar-style="mini"] .nav-header {
    height: 6.5rem;
}

    [data-sidebar-style="mini"] .nav-header .logo-abbr {
        display: block;
    }

@media only screen and (max-width: 63.9375rem) {
    [data-sidebar-style="mini"] .nav-header {
        height: 5.5rem;
    }
}


.header {
    height: 6rem;
    z-index: 6;
    position: relative;
    padding: 0rem;
    background-color: var(--color-header-bg);
    padding-left: 20.563rem;
    padding-top: 0rem;
    transition: all .2s ease;
    border-bottom: 1px solid #e4e8ef;
}

    .header .header-content {
        height: 100%;
        /*padding-left: 7rem;*/
        padding-left: 1.2rem;
        padding-right: 1.875rem;
        align-items: center;
        display: flex;
    }

@media only screen and (max-width: 87.5rem) {
    .header .header-content {
        padding-left: 1.2rem;
    }
}

@media only screen and (max-width: 74.9375rem) {
    .header .header-content {
    }
}

@media only screen and (max-width: 47.9375rem) {
    .header .header-content {
        padding-right: 0.938rem;
    }
}

.header .navbar {
    padding: 0;
    height: 100%;
    width: 100%;
}

    .header .navbar .navbar-collapse {
        height: 100%;
        width: 100%;
    }

@media only screen and (max-width: 87.5rem) {
    .header {
        height: 5.5rem;
    }
}

@media only screen and (max-width: 74.9375rem) {
    .header {
        height: 5rem;
    }
}

@media only screen and (max-width: 47.9375rem) {
    .header {
        padding-top: 0;
    }
}


@media only screen and (max-width: 87.5rem) {
    .pulse-css {
        height: 1rem;
        width: 1rem;
    }
}

@-webkit-keyframes pulse-me {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0;
    }

    50% {
        opacity: 0.1;
    }

    70% {
        opacity: 0.09;
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

@keyframes pulse-me {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0;
    }

    50% {
        opacity: 0.1;
    }

    70% {
        opacity: 0.09;
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

[data-sidebar-style="full"] .header,
[data-sidebar-style="overlay"] .header {
    width: 100%;
}

@media only screen and (max-width: 87.5rem) {
    [data-sidebar-style="full"] .header,
    [data-sidebar-style="overlay"] .header {
        width: 100%;
        padding-left: 17rem;
    }
}

@media only screen and (max-width: 63.9375rem) {
    [data-sidebar-style="full"] .header,
    [data-sidebar-style="overlay"] .header {
        width: 100%;
        padding-left: 0rem;
    }
}

[data-sidebar-style="mini"] .header {
    width: 100%;
    height: 6.5rem;
    padding-left: 7.5rem;
}

@media only screen and (max-width: 63.9375rem) {
    [data-sidebar-style="mini"] .header {
        height: 5.5rem;
        padding-left: 6.5rem;
    }
}

[data-sidebar-style="compact"] .header {
    width: 100%;
    padding-left: 12.5rem;
}

    [data-sidebar-style="compact"] .header .header-content {
        padding-left: 2.5rem;
    }

[data-header-position="fixed"] .header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--color-body);
}

[data-header-position="fixed"] .content-body {
    padding-top: 6rem;
}

@media only screen and (max-width: 87.5rem) {
    [data-header-position="fixed"] .content-body {
        padding-top: 5.5rem;
    }
}

@media only screen and (max-width: 74.9375rem) {
    [data-header-position="fixed"] .content-body {
        padding-top: 5rem;
    }
}

[data-header-position="fixed"] .dlabnav {
    margin-top: 0;
}

.header-left {
    height: 100%;
    display: flex;
    align-items: center;
}

    .header-left .breadcrumb {
        margin-bottom: 0;
    }

    .header-left .agenda a {
        border-radius: 1.75rem;
    }

        .header-left .agenda a i {
            margin-right: 0.75rem;
        }

@media only screen and (max-width: 87.5rem) {
    .header-left .agenda a i {
        margin-right: 0rem;
    }
}

@media only screen and (max-width: 93.75rem) {
    .header-left .agenda a {
        font-size: 0;
        border-radius: 0.75rem;
        padding: 0.8125rem 0.9375rem;
    }

        .header-left .agenda a i {
            font-size: 1.25rem;
            margin-right: 0;
        }
}

@media only screen and (max-width: 35.9375rem) {
    .header-left .agenda {
        display: none;
    }
}

.header-left .dashboard_bar {
    font-size: 1.75rem;
    font-weight: 600;
    color: #000;
}

@media only screen and (max-width: 74.9375rem) {
    .header-left .dashboard_bar {
        font-size: 2.125rem;
    }
}

@media only screen and (max-width: 47.9375rem) {
    .header-left .dashboard_bar {
        display: none;
    }
}

.header-left .dashboard_bar.sub-bar {
    font-size: 1.875rem;
}

.header-left .search-area {
    width: 18.875rem;
    border-radius: 2.375rem;
    margin-left: 7rem;
}

@media only screen and (max-width: 100rem) {
    .header-left .search-area {
        width: 18.75rem;
    }
}

@media only screen and (max-width: 74.9375rem) {
    .header-left .search-area {
        display: none;
    }
}

.header-left .search-area .form-control {
    border: 0;
    background: #F6F6F6;
    border-top-left-radius: 2.625rem;
    border-bottom-left-radius: 2.625rem;
    height: 3.5rem;
}

@media only screen and (max-width: 87.5rem) {
    .header-left .search-area .form-control {
        height: 3rem;
    }
}

.header-left .search-area .input-group-text {
    border-top-right-radius: 2.625rem;
    border-bottom-right-radius: 2.625rem;
    background: #F1F1F1;
}

    .header-left .search-area .input-group-text a i {
        font-size: 1.5rem;
    }

@media only screen and (max-width: 87.5rem) {
    .header-left .search-area .input-group-text {
        height: 3rem;
    }
}

[data-sidebar-style="compact"] .header-left {
    margin-left: 0;
}

.header-right {
    height: 100%;
}

    .header-right .nav-item {
        height: 100%;
        display: flex;
        align-items: center;
    }

        .header-right .nav-item .nav-link {
            color: #464a53;
            font-size: 1.125rem;
        }

    .header-right .right-sidebar {
        margin-right: -1.875rem;
    }

        .header-right .right-sidebar a {
            height: 5rem;
            width: 5rem;
            text-align: center;
            justify-content: center;
            display: flex;
            align-items: center;
            border-left: 0.0625rem solid #c8c8c8;
        }

    .header-right > li:not(:first-child) {
        padding-left: 1.25rem;
    }

@media only screen and (max-width: 74.9375rem) {
    .header-right > li:not(:first-child) {
        padding-left: 1rem;
    }
}

@media only screen and (max-width: 35.9375rem) {
    .header-right > li:not(:first-child) {
        padding-left: 0.4rem;
    }
}

@media only screen and (max-width: 47.9375rem) {
    .header-right .notification_dropdown {
        position: static;
    }
}

.header-right .notification_dropdown .nav-link {
    position: relative;
    color: var(--color-primary);
    border-radius: 1.25rem;
    padding: 0.9375rem;
    line-height: 1;
}

@media only screen and (max-width: 87.5rem) {
    .header-right .notification_dropdown .nav-link {
        padding: 0.625rem;
    }
}

.header-right .notification_dropdown .nav-link i {
    font-size: 1.5rem;
}

@media only screen and (max-width: 87.5rem) {
    .header-right .notification_dropdown .nav-link i {
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 87.5rem) {
    .header-right .notification_dropdown .nav-link svg {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media only screen and (max-width: 35.9375rem) {
    .header-right .notification_dropdown .nav-link svg {
        width: 1.25rem;
        height: 1.25rem;
    }
}

.header-right .notification_dropdown .nav-link .badge {
    position: absolute;
    font-size: 0.625rem;
    border-radius: 50%;
    right: -0.5rem;
    top: -0.25rem;
    font-weight: normal;
    height: 1.875rem;
    width: 1.875rem;
    line-height: 1.125rem;
    text-align: center;
    padding: 0.3125rem;
    font-size: 0.875rem;
}

@media only screen and (max-width: 87.5rem) {
    .header-right .notification_dropdown .nav-link .badge {
        height: 1.25rem;
        width: 1.25rem;
        border-width: 0.125rem;
        line-height: 0.4375rem;
        font-size: 0.5625rem;
    }
}

@media only screen and (max-width: 35.9375rem) {
    .header-right .notification_dropdown .nav-link .badge {
        height: 1.125rem;
        width: 1.125rem;
        padding: 0;
        line-height: 0.9375rem;
        right: 0rem;
        top: -0.125rem;
    }
}

.header-right .notification_dropdown .dropdown-item:focus a, .header-right .notification_dropdown .dropdown-item:active a {
    color: #fff;
}

.header-right .notification_dropdown .dropdown-item a {
    color: #6e6e6e;
}

    .header-right .notification_dropdown .dropdown-item a:hover {
        text-decoration: none;
    }

.header-right .dropdown-menu {
    border-width: 0;
    box-shadow: 0 0 2.3125rem rgba(8, 21, 66, 0.05);
}

.header-right .search-area {
    width: 21.25rem;
}

    .header-right .search-area .form-control {
        height: 3.5rem;
        background: #f3f3f3;
        border: 0;
    }

    .header-right .search-area .input-group-text {
        height: 3.5rem;
        border-radius: 1rem;
        background: #f3f3f3;
        padding: 0 1.25rem;
    }

        .header-right .search-area .input-group-text i {
            font-size: 1.5rem;
        }

@media only screen and (max-width: 100rem) {
    .header-right .search-area {
        width: 15.625rem;
    }
}

@media only screen and (max-width: 74.9375rem) {
    .header-right .search-area {
        display: none;
    }
}

.dlab-fullscreen #icon-minimize {
    display: none;
}

.dlab-fullscreen.active #icon-full {
    display: none;
}

.dlab-fullscreen.active #icon-minimize {
    display: inline-block;
}

.notification_dropdown .dropdown-menu-end {
    min-width: 19.375rem;
    padding: 0rem 0 1rem;
    top: 100%;
}

    .notification_dropdown .dropdown-menu-end .notification_title {
        background: var(--color-primary);
        color: var(--color-bg-primary);
        padding: 0.625rem 1.25rem;
    }

        .notification_dropdown .dropdown-menu-end .notification_title h5, .notification_dropdown .dropdown-menu-end .notification_title .h5 {
            color: var(--color-bg-primary);
            margin-bottom: 0.1875rem;
        }

    .notification_dropdown .dropdown-menu-end .media {
        width: 2.8125rem;
        height: 2.8125rem;
        font-size: 1.125rem;
    }

        .notification_dropdown .dropdown-menu-end .media > span {
            width: 2.1875rem;
            height: 2.1875rem;
            border-radius: 3.125rem;
            display: inline-block;
            padding: 0.4375rem 0.5625rem;
            margin-right: 0.625rem;
        }

            .notification_dropdown .dropdown-menu-end .media > span.success {
                background: #e7fbe6;
                color: #68e365;
            }

            .notification_dropdown .dropdown-menu-end .media > span.primary {
                background: var(--rgba-primary-1);
                color: var(--color-primary);
            }

            .notification_dropdown .dropdown-menu-end .media > span.danger {
                background: #fee6ea;
                color: #f72b50;
            }

        .notification_dropdown .dropdown-menu-end .media .notify-time {
            width: 100%;
            margin-right: 0;
            color: #828690;
        }

        .notification_dropdown .dropdown-menu-end .media p {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            max-width: 12.5rem;
            margin-bottom: 0;
            margin-top: 0.3125rem;
        }

@media only screen and (max-width: 35.9375rem) {
    .notification_dropdown .dropdown-menu-end .media p {
        max-width: 6.25rem;
    }
}

.notification_dropdown .dropdown-menu-end .all-notification {
    display: block;
    padding: 0.9375rem 1.875rem 0;
    text-align: center;
    border-top: 0.0625rem solid #c8c8c8;
}

    .notification_dropdown .dropdown-menu-end .all-notification i {
        margin-left: 0.625rem;
    }

.header-profile > a.nav-link {
    padding: 0;
    display: flex;
    align-items: center;
    margin-left: 0.9375rem;
}

    .header-profile > a.nav-link i {
        font-weight: 700;
    }

    .header-profile > a.nav-link .header-info {
        padding-left: 0rem;
        text-align: left;
    }

@media only screen and (max-width: 87.5rem) {
    .header-profile > a.nav-link .header-info {
        padding-left: 0.625rem;
    }
}

@media only screen and (max-width: 35.9375rem) {
    .header-profile > a.nav-link .header-info {
        display: none;
    }
}

.header-profile > a.nav-link .header-info span {
    font-size: 1rem;
    color: #000;
    display: block;
    font-weight: 600;
}

.header-profile > a.nav-link .header-info strong {
    color: #6e6e6e;
}

.header-profile > a.nav-link .header-info small, .header-profile > a.nav-link .header-info .small {
    display: block;
    font-size: 0.8125rem;
    color: #89879f;
    font-weight: 400;
    line-height: 1.2;
}

@media only screen and (max-width: 87.5rem) {
    .header-profile > a.nav-link {
        margin-left: 0rem;
        padding-left: 0rem;
    }

        .header-profile > a.nav-link .header-info span {
            font-size: 1rem;
        }
}

@media only screen and (max-width: 35.9375rem) {
    .header-profile > a.nav-link {
        margin-left: 0rem;
        padding-left: 0rem;
        border-left: 0;
    }
}

.header-profile .dropdown-menu {
    padding: 0.9375rem 0;
    min-width: 12.5rem;
}

    .header-profile .dropdown-menu a:hover, .header-profile .dropdown-menu a:focus, .header-profile .dropdown-menu a.active {
        color: #F93A0B;
    }

.header-profile img {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.25rem;
}

@media only screen and (max-width: 87.5rem) {
    .header-profile img {
        width: 2.4375rem;
        height: 2.4375rem;
    }
}

.header-profile .dropdown-toggle i {
    font-size: 1.25rem;
}

@media only screen and (max-width: 35.9375rem) {
    .header-profile .dropdown-toggle span {
        display: none;
    }
}

.header-profile .profile_title {
    background: #F93A0B;
    color: #fff;
    padding: 0.625rem 1.25rem;
}

    .header-profile .profile_title h5, .header-profile .profile_title .h5 {
        color: #fff;
        margin-bottom: 0.1875rem;
    }

.header-profile .dropdown-item {
    padding: 0.5rem 1.5rem;
}

[data-container="boxed"] .search-area {
    display: none !important;
}


.nav-label {
    margin: 0.625rem 1.875rem 0;
    padding: 1.5625rem 0 0.625rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
    border-top: 0.0625rem solid #eaeaea;
    color: #999999;
}

    .nav-label.first {
        border: 0rem;
        margin-top: 0rem;
    }

.nav-badge {
    position: absolute;
    right: 2.8125rem;
    top: 0.625rem;
}

.content-body {
    margin-left: 20.563rem;
    z-index: 0;
    transition: all .2s ease;
}

@media only screen and (max-width: 87.5rem) {
    .content-body {
        margin-left: 17rem;
    }
}


.dlabnav {
    width: 20.5rem;
    padding-bottom: 0;
    /*height: calc(100% - 7.5rem);*/
    height: calc(100%) !important;
    position: absolute;
    /*top: 7.5rem;*/
    padding-top: 0;
    z-index: 6;
    background-color: var(--bg-nav);
    transition: all .2s ease;
    box-shadow: 0rem 0.9375rem 1.875rem 0rem rgba(0, 0, 0, 0.02);
}

@media only screen and (max-width: 87.5rem) {
    .dlabnav {
        top: 0rem;
        height: calc(100% - 78px);
    }
}

@media only screen and (max-width: 74.9375rem) {
    .dlabnav {
        top: 0rem;
        height: calc(100%);
    }
}

@media only screen and (max-width: 47.9375rem) {
    .dlabnav {
        width: 18rem;
    }
}

.dlabnav .dlabnav-scroll {
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.dlabnav .dlabnav-scroll {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .dlabnav .dlabnav-scroll::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

@media only screen and (max-width: 87.5rem) {
    .dlabnav {
        width: 17rem;
    }
}

.dlabnav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dlabnav .metismenu {
    display: flex;
    flex-direction: column;
}

    .dlabnav .metismenu.fixed {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
    }

    .dlabnav .metismenu > li {
        display: flex;
        flex-direction: column;
    }


        .dlabnav .metismenu > li a > i {
            font-size: 1.3rem;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: 0;
            height: auto;
            width: auto;
            text-align: center;
            margin-right: 2rem;
            border-radius: 0.125rem;
            line-height: 1;
            border-radius: 0.125rem;
        }

[data-sidebar-style="compact"] .dlabnav .metismenu > li a > i {
    display: block;
    padding: 0;
    background: rgba(0, 0, 0, 0.05);
    /* background:rgba($light,0.2); */
    color: rgba(0, 0, 0, 0.3);
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 1.25rem;
    line-height: 3.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.3125rem;
}


@media only screen and (max-width: 84.375rem) {
    .dlabnav .metismenu > li a > i {
        height: auto;
        line-height: 0.0625rem;
        width: auto;
        font-size: 1.5rem;
        padding: 0;
    }
}

.dlabnav .metismenu > li > a {
    font-weight: 600;
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

    .dlabnav .metismenu > li > a:not(.rem-def-css) {
        color: var(--color-nav);
    }

    .dlabnav .metismenu > li > a > .icon-svg {
        color: var(--color-nav);
    }


    .dlabnav .metismenu > li > a svg {
        max-width: 1.5rem;
        max-height: 1.5rem;
        height: 100%;
        margin-right: 0.3125rem;
        margin-top: -0.1875rem;
    }

    .dlabnav .metismenu > li > a g [fill] {
        fill: #8088a1;
    }

.dlabnav .metismenu > li:hover > a, .dlabnav .metismenu > li:focus > a {
    /*  background-color: lighten($color: $primary, $amount: 40%); */
    /*color: var(--color-bg-primary);*/
}

    .dlabnav .metismenu > li:hover > a g [fill], .dlabnav .metismenu > li:focus > a g [fill] {
        fill: var(--color-bg-primary);
    }

.dlabnav .metismenu > li.mm-active {
    border-left: 0.5rem solid var(--color-nav-active);
}

    .dlabnav .metismenu > li.mm-active > a {
        color: var(--color-nav-active);
        background-color: var(--bg-nav-active);
        font-weight: 700;
        box-shadow: none;
        border-radius: 0.5rem;
    }

        .dlabnav .metismenu > li.mm-active > a i {
            font-weight: 100;
        }

        .dlabnav .metismenu > li.mm-active > a g [fill] {
            fill: var(--color-primary);
        }

        .dlabnav .metismenu > li.mm-active > a:after {
            border-top: 0.3125rem solid var(--color-nav-active);
            border-left: 0.3125rem solid var(--color-nav-active);
        }

[data-sidebar-style="compact"] .dlabnav .metismenu > li.mm-active {
}

    [data-sidebar-style="compact"] .dlabnav .metismenu > li.mm-active > a i {
        background: var(--rgba-primary-1);
        color: var(--color-primary) !important;
    }

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li > a.rem-def-css {
    color: var(--color-nav);
}

.dlabnav .metismenu li {
    position: relative;
}

.dlabnav .metismenu ul {
    transition: all .2s ease-in-out;
    position: relative;
    z-index: 1;
    padding: 0.5rem 0;
}

    .dlabnav .metismenu ul.submenu-1 a, .dlabnav .metismenu ul.submenu-1 a:hover, .dlabnav .metismenu ul.submenu-1 a:active, .dlabnav .metismenu ul.submenu-1 a:focus {
        color: var(--color-nav);
    }

        .dlabnav .metismenu ul.submenu-1 a:before {
            background-color: var(--color-nav);
        }

        .dlabnav .metismenu ul.submenu-1 a.mm-active {
            background-color: var(--bg-nav-active);
            color: var(--color-nav-active);
            border-radius: 0.5rem;
            margin-left: 0.5rem;
            margin-right: 0.5rem;
        }

        .dlabnav .metismenu ul.submenu-1 a:before {
            background-color: var(--color-nav);
        }

    .dlabnav .metismenu ul a {
        padding-top: .5rem;
        padding-bottom: .5rem;
        position: relative;
        font-size: 0.9375rem;
        padding-left: 5rem;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

@media only screen and (max-width: 84.375rem) {
    .dlabnav .metismenu ul a {
        padding-left: 4.6rem;
    }
}

@media only screen and (max-width: 47.9375rem) {
    .dlabnav .metismenu ul a {
        padding-left: 3.5rem;
        font-size: 0.875rem;
    }
}

[data-sidebar-style="full"] .dlabnav .metismenu ul a:before {
    content: "";
    height: 0.125rem;
    width: 0.375rem;
    position: absolute;
    left: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

[data-sidebar-style="full"] .dlabnav .metismenu ul a:hover {
    padding-left: 5.5rem;
}

@media only screen and (max-width: 78.125rem) {
    [data-sidebar-style="full"] .dlabnav .metismenu ul a:hover {
        padding-left: 4.5rem;
    }
}

[data-sidebar-style="full"] .dlabnav .metismenu ul a:hover:before {
    width: 1.25rem;
}

.dlabnav .metismenu ul a:hover, .dlabnav .metismenu ul a:focus, .dlabnav .metismenu ul a.mm-active {
    text-decoration: none;
    color: var(--color-primary);
}

.dlabnav .metismenu ul a:before {
    position: absolute;
    content: none;
    height: 0.125rem;
    width: 0.5rem;
    top: 50%;
    left: 1.75rem;
    border-radius: 3.75rem;
    transform: translateY(-50%);
}

@media only screen and (max-width: 84.375rem) {
    .dlabnav .metismenu ul a:before {
        left: 2.8125rem;
    }
}

.dlabnav .metismenu a {
    position: relative;
    display: block;
    padding: 0.625rem 1.875rem;
    outline-width: 0;
    /*color: #759791;*/
    text-decoration: none;
}

@media only screen and (max-width: 47.9375rem) {
    .dlabnav .metismenu a {
        padding: 0.625rem 1.25rem;
    }
}

.dlabnav .metismenu .has-arrow:after {
    border-top: 0.3125rem solid var(--color-nav);
    border-left: 0.3125rem solid var(--color-nav);
    border-bottom: 0.3125rem solid transparent;
    border-right: 0.3125rem solid transparent;
    right: 1.875rem;
    top: 48%;
    -webkit-transform: rotate(-225deg) translateY(-50%);
    transform: rotate(-225deg) translateY(-50%);
}

.dlabnav .metismenu .has-arrow[aria-expanded=true]:after,
.dlabnav .metismenu .mm-active > .has-arrow:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    /* margin-right: 2rem; */
}

.dlabnav .main-menu {
    padding: 0.625rem 1.875rem;
}

.dlabnav .header-info2 {
    padding: 0 20px;
}

    .dlabnav .header-info2 img {
        height: 3.75rem;
        width: 3.75rem;
        border-radius: 1.25rem;
        margin-right: 1.2rem;
    }

    .dlabnav .header-info2 span {
        font-size: 1.25rem;
        font-weight: 500;
        color: #393939;
    }

@media only screen and (max-width: 87.5rem) {
    .dlabnav .header-info2 span {
        font-size: 0.9rem;
    }
}

.dlabnav .header-info2 i {
    margin-left: 1rem;
    font-size: 1.2rem;
}

@media only screen and (max-width: 87.5rem) {
    .dlabnav .header-info2 {
        padding: 0;
    }
}

.copyright {
    padding: 0 1.875rem;
    color: #9fa4a6;
    margin-top: 1.875rem;
}

    .copyright p {
        font-size: 0.875rem;
    }

    .copyright strong {
        display: block;
        font-size: 0.875rem;
    }

@media only screen and (max-width: 63.9375rem) {
    .nav-header {
        /*width: 5rem;*/
    }
}

@media (max-width: 47.9375rem) {
    .brand-title {
        /*display: none;*/
    }

    .footer {
        padding-left: 0;
    }

    .dlabnav {
        left: 0;
        /*top: 5rem;*/
    }
}


/*
0 - 600: Phone
600 - 900: Tablet portrait
900 - 1200: Tablet landscape
1200 - 1800: Normal styles
1800+ : Big Desktop
1em = 16px
The smaller device rules always should write below the bigger device rules
Fixing Order => Base + Typography >> General Layout + Grid >> Page Layout + Component
*/

[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu > li {
    /*padding: 0 0.8rem;*/
}

    [data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu > li > a {
        font-size: 1.125rem;
        padding: 1.375rem 2.1875rem;
    }

    [data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu > li.mm-active > a {
        -webkit-transition: background-color 0.1s linear;
        -ms-transition: background-color 0.1 linear;
        transition: background-color 0.5s linear;
    }

    [data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu > li.mm-active > a {
        padding-left: calc(2.1875rem - 0.5rem);
    }

    [data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu > li.mm-active:before {
        width: 0.563rem;
    }

@media only screen and (max-width: 87.5rem) {
    [data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu > li.mm-active:before {
        width: 0.600rem;
    }
}

[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu > li.mm-active > a i {
    font-weight: 300;
}

[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu > li .has-arrow:after {
    right: 1.5rem;
}

@media only screen and (max-width: 87.5rem) {
    [data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu > li {
        padding: 0 0;
    }

        [data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu > li > a {
            font-size: 1rem;
            padding: 0.9375rem 1.25rem;
        }
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header {
    width: 6.5rem;
    z-index: 999;
}

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .brand-logo {
        padding-left: 1.5em;
        padding-right: 0;
        justify-content: start;
    }

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .nav-control {
        right: -4rem;
    }

        [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .nav-control .hamburger .line {
            background-color: var(--color-primary);
        }

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .copyright,
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .plus-box {
    /*display: none;*/
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .header {
    padding-left: 7.5rem;
    width: 100%;
}

[direction="rtl"][data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .header {
    padding: 0 0.9375rem;
    padding-right: 7.5rem;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .header .header-content {
    /*padding-left: 5rem;*/
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav {
    width: 6.5rem;
    overflow: visible;
    position: absolute;
}

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .nav-text {
        display: none;
    }

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .slimScrollDiv,
    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .dlabnav-scroll {
        overflow: visible !important;
    }

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .header-info2 {
        padding: 0;
    }

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .sidebar-info {
        display: none !important;
    }

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .header-profile2 {
        margin: 0 0.5rem;
    }

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li {
        position: relative;
    }

        [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li a {
            background: transparent;
            margin: 0.125rem 0;
            align-self: center;
        }

            [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li a.mm-active {
                background-color: var(--bg-nav-active);
                color: var(--color-nav-active);
                margin: 0.125rem 0;
                align-self: center;
            }

            [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li a svg {
                max-width: 1.5rem;
                max-height: 1.5rem;
                margin-right: 0;
            }

            [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li a:before {
                content: none;
            }

            [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li a i {
                margin: 0;
            }

        [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li > ul {
            position: absolute;
            left: 5.8rem;
            top: 0;
            width: 12rem;
            z-index: 1001;
            display: none;
            padding-left: 0.0625rem;
            height: auto !important;
            box-shadow: 0rem 0rem 2.5rem 0rem rgba(82, 63, 105, 0.1);
            border-radius: 0.375rem;
            margin-left: 0;
            border: 0;
            background: var(--bg-nav);
        }

[direction="rtl"][data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li > ul {
    left: auto;
    right: 5rem;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li > ul li:hover ul {
    left: 11.8125rem;
    top: 0;
}

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li > ul li:hover ul:after {
        content: none;
    }

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li:hover > ul {
    display: block;
    height: auto;
    overflow: visible;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li {
    transition: all 0.4s ease-in-out;
    padding: 0 0.5rem;
}

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li > a {
        padding: 1.25rem 1rem;
        text-align: center;
        border-radius: 3rem;
    }

        [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li > a.has-arrow:after {
            display: none;
        }

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li.mm-active > a {
        background-color: var(--bg-nav-active);
        border-radius: 0.5rem;
        padding: 1.25rem 1.25rem;
        height: 54px;
        width: 82px;
        justify-content: center;
    }

        [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li.mm-active > a i {
            color: var(--color-nav-active);
            padding: 0;
        }

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover:nth-last-child(-n + 1) > ul {
        bottom: 0;
        top: auto;
    }

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > a {
    }

[data-theme-version="dark"][data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > a {
    background: #212130;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > a i {
    /*color: var(--color-primary);*/
    /* background:$primary; */
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > ul {
    height: auto !important;
    padding: 0.625rem 0;
}

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > ul a {
        padding: 0.375rem 1.25rem 0.375rem 1.25rem;
        margin-left: -.1rem;
    }

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > ul ul {
        padding: 0.625rem 0;
    }

        [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > ul ul a {
            padding: 0.375rem 1.25rem 0.375rem 1.25rem;
            margin-left: -.1rem;
        }

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .brand-title {
    display: none;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu .nav-label,
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu .nav-badge {
    display: none;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .content-body {
    margin-left: 6.5rem;
}

[direction="rtl"][data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .content-body {
    margin-right: 5.7rem;
    margin-left: auto;
    border: 0;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle + .footer {
    padding-left: 5.7rem;
}

[direction="rtl"][data-sidebar-style="full"][data-layout="vertical"] .menu-toggle + .footer {
    padding-left: 0;
    padding-right: 5.7rem;
}

[data-sidebar-style="full"][data-layout="horizontal"] .header .header-content {
    padding-left: 1.875rem;
}

/*
0 - 600: Phone
600 - 900: Tablet portrait
900 - 1200: Tablet landscape
1200 - 1800: Normal styles
1800+ : Big Desktop
1em = 16px
The smaller device rules always should write below the bigger device rules
Fixing Order => Base + Typography >> General Layout + Grid >> Page Layout + Component
*/

@media only screen and (min-width: 48rem) {

    [data-sidebar-style="mini"] .dlabnav .metismenu li a.rem-def-css {
        background-color: transparent;
        color: var(--color-nav);
    }

    [data-sidebar-style="mini"] .dlabnav .metismenu li.mm-active a.rem-def-css {
        background-color: var(--bg-nav-active);
        color: var(--color-nav-active);
    }

    [data-sidebar-style="mini"] .nav-header {
        width: 6.25rem;
    }

        [data-sidebar-style="mini"] .nav-header .nav-control {
            z-index: -1;
        }

            [data-sidebar-style="mini"] .nav-header .nav-control .hamburger {
                left: 6.25rem !important;
            }

                [data-sidebar-style="mini"] .nav-header .nav-control .hamburger .line {
                    background-color: #6e6e6e !important;
                }

        [data-sidebar-style="mini"] .nav-header .brand-title {
            display: none;
        }

        [data-sidebar-style="mini"] .nav-header .hamburger {
            display: none;
        }

    [data-sidebar-style="mini"] .header .header-content {
        padding-left: 1.875rem;
    }

    [direction="rtl"][data-sidebar-style="mini"] .header .header-content {
        padding-right: 1.875rem;
    }

    [data-sidebar-style="mini"] .dlabnav {
        width: 6.25rem;
        overflow: visible;
        position: absolute;
        /*top: 6.5rem;*/
    }

        [data-sidebar-style="mini"] .dlabnav .copyright,
        [data-sidebar-style="mini"] .dlabnav .plus-box {
            display: none;
        }

        [data-sidebar-style="mini"] .dlabnav .nav-text {
            display: none;
        }

        [data-sidebar-style="mini"] .dlabnav .slimScrollDiv,
        [data-sidebar-style="mini"] .dlabnav .dlabnav-scroll {
            overflow: visible !important;
        }

        [data-sidebar-style="mini"] .dlabnav .nav-user {
            padding: 0.6875rem;
        }

            [data-sidebar-style="mini"] .dlabnav .nav-user .media-body {
                display: none;
            }

        [data-sidebar-style="mini"] .dlabnav .header-profile {
            margin-bottom: 0;
            margin-top: 0.75rem;
        }

            [data-sidebar-style="mini"] .dlabnav .header-profile:hover > a.nav-link {
                border-radius: 3rem;
            }

            [data-sidebar-style="mini"] .dlabnav .header-profile img {
                width: 3rem;
                height: 3rem;
            }

            [data-sidebar-style="mini"] .dlabnav .header-profile > a.nav-link {
                border-radius: 3rem;
                padding: 0.3125rem 0.3125rem;
            }

            [data-sidebar-style="mini"] .dlabnav .header-profile .header-info {
                display: none;
            }

        [data-sidebar-style="mini"] .dlabnav .metismenu li a {
            padding: 0.813rem 0.875rem;
        }

            [data-sidebar-style="mini"] .dlabnav .metismenu li a svg {
                margin-right: 0;
            }

            [data-sidebar-style="mini"] .dlabnav .metismenu li a i {
                height: auto;
                width: auto;
                line-height: 1;
                margin: 0;
            }

        [data-sidebar-style="mini"] .dlabnav .metismenu li > ul {
            position: absolute;
            left: 6.25rem;
            top: 2.9375rem;
            width: 11.875rem;
            z-index: 1001;
            display: none;
            padding-left: 0.0625rem;
            box-shadow: 0rem 0rem 2.5rem 0rem rgba(82, 63, 105, 0.1);
            height: auto !important;
            border-radius: 1.25rem;
            background: var(--bg-nav);
        }

    [direction="rtl"]:not([data-layout="horizontal"])[data-sidebar-style="mini"] .dlabnav .metismenu li > ul {
        left: auto;
        right: 6.25rem;
        box-shadow: 0rem 0rem 2.5rem 0rem rgba(82, 63, 105, 0.1);
    }

    [data-sidebar-style="mini"] .dlabnav .metismenu > li {
        padding: 0rem 0.1rem;
    }

        [data-sidebar-style="mini"] .dlabnav .metismenu > li > a {
            padding: 1.125rem 0.875rem;
            /* width: 64px;
        height: 64px; */
            text-align: center;
            line-height: 1;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

            [data-sidebar-style="mini"] .dlabnav .metismenu > li > a > i {
                padding: 0;
                font-size: 1.375rem;
            }

            [data-sidebar-style="mini"] .dlabnav .metismenu > li > a.has-arrow:after {
                display: none;
            }

    [data-sidebar-style="mini"] .dlabnav .metismenu .nav-label,
    [data-sidebar-style="mini"] .dlabnav .metismenu .nav-badge {
        display: none;
    }
}

@media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
    [data-sidebar-style="mini"] .dlabnav {
        top: 0rem;
    }
}

@media only screen and (min-width: 48rem) {
    [data-sidebar-style="mini"] .dlabnav .header-info2 {
        padding: 0;
    }

    [data-sidebar-style="mini"] .dlabnav .sidebar-info {
        display: none !important;
    }

    [data-sidebar-style="mini"] .dlabnav .header-profile2 {
        margin: 0 0.5rem;
    }

    [data-sidebar-style="mini"] .content-body {
        margin-left: 6.5rem;
    }

    [data-sidebar-style="mini"] .footer {
        padding-left: 6.5rem;
    }

    [data-sidebar-style="mini"][data-header-position="fixed"] .content-body {
        padding-top: 6.5rem;
    }
}

@media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
    [data-sidebar-style="mini"][data-header-position="fixed"] .content-body {
        padding-top: 5.5rem;
    }
}

@media only screen and (min-width: 48rem) {
    [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav {
        position: absolute !important;
    }

        [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu li:hover > ul {
            display: block;
        }

        [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li:nth-last-child(-n + 1) > ul {
            bottom: 0;
            top: auto !important;
        }

            [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li:nth-last-child(-n + 1) > ul:after {
                top: auto;
                bottom: 1.25rem;
            }
}

@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
    [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li:nth-last-child(-n + 1) > ul {
        bottom: 0;
        top: auto !important;
    }
}

@media only screen and (min-width: 48rem) {
    [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li > ul {
        overflow: visible;
    }

        [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li > ul:after {
            content: none;
        }

        [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li > ul li:hover ul {
            padding: 0.625rem 0;
            width: 13rem;
            left: 13rem;
            top: -0.625rem;
            border: 0;
            margin: 0;
        }

            [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li > ul li:hover ul:after {
                content: none;
            }

    [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li > a {
        justify-content: center;
    }

    [direction="rtl"][data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li > ul li:hover ul {
        left: auto;
        right: 13rem;
    }

    [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li.mm-active > a {
        height: 54px;
        width: 54px;
        border-radius: 0.5rem;
        align-self: center;
        padding: 1.25rem;
    }


        [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li.mm-active > a i {
            /*color: var(--color-primary);*/
        }

    [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li:hover > a {
        /*background: var(--rgba-primary-1);
        color: var(--color-primary);*/
        margin-left: 0.2rem;
        margin-right: 0.2rem;
        /* box-shadow:0 12px 15px 0 var(--rgba-primary-1); */
        position: unset;
    }

        [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li:hover > a i {
            /*color: var(--color-primary);*/
        }

    [direction="rtl"][data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li:hover > a .nav-text {
        padding-left: auto;
        padding-right: 1.6875rem;
    }

    [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li:hover > ul {
        height: auto !important;
        overflow: visible;
        border: 0;
        margin-left: 0;
        left: 6.25rem;
        width: 13rem;
        border-radius: 1.25rem;
        border: 0;
        padding: 0.625rem 0;
        top: 0;
    }

    [data-theme-version="dark"][data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li:hover > ul {
        box-shadow: 0rem 0rem 2.5rem 0rem rgba(82, 63, 105, 0.1);
    }

    [direction="rtl"][data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li:hover > ul {
        left: auto;
        right: 6.25rem;
    }

    [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li:hover > ul a {
        padding: 0.375rem 1.25rem 0.375rem 1.25rem;
    }

        [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li:hover > ul a:before {
            content: none;
        }

        [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li:hover > ul a.has-arrow:after {
            right: 1.25rem;
        }

    [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li:hover > ul ul a {
        padding: 0.375rem 1.25rem 0.375rem 1.25rem;
        margin-left: -0.1rem;
    }

        [data-sidebar-style="mini"][data-layout="vertical"] .dlabnav .metismenu > li:hover > ul ul a:before {
            content: none;
        }

    [data-sidebar-style="mini"][data-header-position="fixed"][data-container="boxed"][data-layout="vertical"] .header {
        width: 74.9375rem;
    }

    [data-sidebar-style="mini"][data-layout="horizontal"] .dlabnav .metismenu > li {
        padding: 0;
    }

        [data-sidebar-style="mini"][data-layout="horizontal"] .dlabnav .metismenu > li > a {
            padding: 1.125rem;
        }

            [data-sidebar-style="mini"][data-layout="horizontal"] .dlabnav .metismenu > li > a i {
                padding: 0;
                margin: 0;
            }

    [direction="rtl"][data-sidebar-style="mini"][data-layout="horizontal"] .dlabnav .metismenu > li > a {
        padding: 1.125rem;
    }

        [direction="rtl"][data-sidebar-style="mini"][data-layout="horizontal"] .dlabnav .metismenu > li > a svg {
            margin-left: 0;
        }

    [data-sidebar-style="mini"][data-layout="horizontal"] .dlabnav .metismenu > li > a svg {
        margin-right: 0;
        margin-top: 0;
    }

    [data-sidebar-style="mini"][data-layout="horizontal"] .dlabnav .metismenu > li > ul li a {
        padding: 0.5rem 1.25rem 0.5rem 1.25rem;
    }
}

@media only screen and (max-width: 74.9375rem) {
    [data-sidebar-style="mini"] .dlabnav li.mm-active ul {
        height: auto !important;
    }

    [data-sidebar-style="mini"] .dlabnav li a.has-arrow::after {
        transform: rotate(-45deg) translateY(-50%);
    }
}



[data-sidebar-style="overlay"][data-layout="vertical"] .dlabnav {
    border-radius: 0 0 0 0 !important;
}

@media only screen and (max-width: 47.9375rem) {
    [data-sidebar-style="overlay"][data-layout="vertical"] .dlabnav {
        border-radius: 0 0 0 0 !important;
    }
}

[data-sidebar-style="overlay"][data-layout="vertical"] .nav-header {
    border-radius: 0;
}

[data-sidebar-style="overlay"][data-layout="vertical"] .menu-toggle .nav-header {
    border-radius: 0 0 0 0;
}

[data-sidebar-style="overlay"] .dlabnav {
    left: -100%;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
}

    [data-sidebar-style="overlay"] .dlabnav .metismenu > li {
        padding: 0 0.5rem;
    }

        [data-sidebar-style="overlay"] .dlabnav .metismenu > li > a {
            font-size: 1rem;
            padding: 1.25rem 1.25rem;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
        }

            [data-sidebar-style="overlay"] .dlabnav .metismenu > li > a i {
                height: auto;
                width: auto;
                line-height: 1;
            }

        [data-sidebar-style="overlay"] .dlabnav .metismenu > li:hover > a {
        }

            [data-sidebar-style="overlay"] .dlabnav .metismenu > li:hover > a i {
                /*color: var(--color-primary);*/
            }

        [data-sidebar-style="overlay"] .dlabnav .metismenu > li.mm-active > a {
            margin-left: 0.2rem;
            margin-right: 0.2rem;
        }

            [data-sidebar-style="overlay"] .dlabnav .metismenu > li.mm-active > a i {
                /*color: var(--color-primary);*/
            }

@media only screen and (max-width: 35.9375rem) {
    [data-sidebar-style="overlay"] .dlabnav .metismenu > li {
        padding: 0rem 0.9375rem;
    }
}

[data-sidebar-style="overlay"] .dlabnav .metismenu ul a {
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
    font-size: 0.9375rem;
    padding-left: 4rem;
}

    [data-sidebar-style="overlay"] .dlabnav .metismenu ul a:before {
        left: 1.5625rem;
    }

[direction="rtl"][data-sidebar-style="overlay"] .dlabnav {
    left: auto;
    right: -100%;
}

@media only screen and (max-width: 47.9375rem) {
    [data-sidebar-style="overlay"] .dlabnav .metismenu > li > a.rem-def-css {
        background-color: transparent;
        color: var(--color-nav);
    }

    [data-sidebar-style="overlay"] .dlabnav .metismenu > li.mm-active > a.rem-def-css {
        background-color: var(--bg-nav-active);
        color: var(--color-nav-active);
    }

    [data-sidebar-style="overlay"] .dlabnav .metismenu > li > a {
        font-size: 0.875rem;
        padding: 0.75rem 0.875rem;
    }

        [data-sidebar-style="overlay"] .dlabnav .metismenu > li > a i {
            font-size: 1.125rem;
        }

    [data-sidebar-style="overlay"] .dlabnav .metismenu ul li a {
        padding-left: 3.4rem;
    }
}

[data-sidebar-style="overlay"] .content-body {
    margin-left: 0;
}


[data-sidebar-style="overlay"] .nav-header .hamburger.is-active {
    left: 0;
}

    [data-sidebar-style="overlay"] .nav-header .hamburger.is-active .line {
        background-color: var(--color-primary);
    }

[data-sidebar-style="overlay"] .menu-toggle .nav-header {
    left: auto;
}

[data-sidebar-style="overlay"] .menu-toggle .dlabnav {
    left: 0;
}

[direction="rtl"][data-sidebar-style="overlay"] .menu-toggle .dlabnav {
    left: auto;
    right: 0;
}

[data-sidebar-style="overlay"] .footer {
    padding-left: 0;
}

[data-sidebar-position="fixed"][data-layout="vertical"] .nav-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

[data-sidebar-position="fixed"][data-layout="vertical"] .dlabnav {
    position: fixed;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    [data-sidebar-position="fixed"][data-layout="vertical"] .dlabnav .dlabnav-scroll {
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
    }

[data-sidebar-position="fixed"][data-layout="vertical"] .menu-toggle .dlabnav {
    position: fixed;
}

[data-layout="vertical"] .nav-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

[data-layout="vertical"] .dlabnav {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

[data-sidebar-style="icon-hover"][data-layout="vertical"][data-container="wide-boxed"] .dlabnav,
[data-sidebar-style="icon-hover"][data-layout="vertical"][data-container="boxed"] .dlabnav,
[data-header-position="fixed"][data-sidebar-position="fixed"][data-sidebar-style="icon-hover"][data-layout="vertical"][data-container="wide-boxed"] .dlabnav,
[data-header-position="fixed"][data-sidebar-position="fixed"][data-sidebar-style="icon-hover"][data-layout="vertical"][data-container="boxed"] .dlabnav,
[data-sidebar-style="overlay"][data-layout="vertical"][data-container="wide-boxed"] .dlabnav,
[data-sidebar-style="overlay"][data-layout="vertical"][data-container="boxed"] .dlabnav,
[data-header-position="fixed"][data-sidebar-position="fixed"][data-sidebar-style="overlay"][data-layout="vertical"][data-container="wide-boxed"] .dlabnav,
[data-header-position="fixed"][data-sidebar-position="fixed"][data-sidebar-style="overlay"][data-layout="vertical"][data-container="boxed"] .dlabnav {
    position: absolute;
}

.sidebar-right-trigger {
    position: absolute;
    z-index: 9;
    top: 14.75rem;
    right: 100%;
    background-color: #F93A0B;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    text-align: center;
    font-size: 1.75rem;
    line-height: 3rem;
    border-radius: 0.3125rem 0 0 0.3125rem;
    box-shadow: -0.3125rem 0.1875rem 0.3125rem 0rem rgba(119, 119, 119, 0.15);
}

@media only screen and (max-width: 64rem) {
    .sidebar-right-trigger {
        display: none;
    }
}

.nice-select.wide {
    line-height: 2.8125rem;
}

@keyframes bounce {
    0% {
        transform: translateX(-8%);
        -webkit-transform: translateX(-8%);
    }

    50% {
        transform: translateX(8%);
        -webkit-transform: translateX(8%);
    }

    100% {
        transform: translateX(-8%);
        -webkit-transform: translateX(-8%);
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: translateX(-8%);
        -webkit-transform: translateX(-8%);
    }

    50% {
        transform: translateX(8%);
        -webkit-transform: translateX(8%);
    }

    100% {
        transform: translateY(-8%);
        -webkit-transform: translateY(-8%);
    }
}

@media only screen and (max-width: 87.5rem) {
    .nice-select.wide {
        line-height: 2rem;
    }
}

.nav-user {
    background: var(--color-primary);
    margin-bottom: 0.625rem;
    padding: 1.25rem 1.5625rem 0.9375rem;
}

@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
    .nav-user {
        padding: 1.25rem 0.9375rem 0.9375rem;
    }
}

.nav-user img {
    width: 2.1875rem;
    height: 2.1875rem;
}

@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
    .nav-user img {
        width: 2.1875rem;
        height: 2.1875rem;
        margin-bottom: 0.625rem;
    }
}

.nav-user h5, .nav-user .h5 {
    margin-left: 0.625rem;
    margin-bottom: 0.1875rem;
    color: #fff;
}

@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
    .nav-user h5, .nav-user .h5 {
        display: none;
    }
}


.nav-user p {
    margin-left: 0.625rem;
    margin-bottom: 0.5rem;
    color: #afcff7;
}

@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
    .nav-user p {
        display: none;
    }
}

@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
    .nav-user i {
        margin-top: 0.9375rem;
        display: block;
    }
}

.menu-toggle .nav-user {
    padding: 1.25rem 0.9375rem 0.9375rem;
}

    .menu-toggle .nav-user img {
        width: 2.1875rem;
        height: 2.1875rem;
        margin-bottom: 0.625rem;
    }

    .menu-toggle .nav-user h5, .menu-toggle .nav-user .h5,
    .menu-toggle .nav-user p {
        display: none;
    }

    .menu-toggle .nav-user i {
        margin-top: 0.9375rem;
        display: block;
    }

    .menu-toggle .nav-user .dropdown-menu {
        left: 2.8125rem !important;
        top: 1.375rem !important;
    }


@media (min-width: 62rem) {
    [data-container="boxed"] #main-wrapper {
        max-width: 74.9375rem;
        margin: 0 auto;
        box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.1);
    }

    [direction="rtl"][data-container="boxed"] #main-wrapper {
        text-align: right;
    }

    [data-container="boxed"] .invoice-num {
        font-size: 1.375rem;
    }
}

@media only screen and (min-width: 84.375rem) {
    [data-layout="vertical"][data-sidebar-style="overlay"][data-container="boxed"][data-header-position="fixed"] .header {
        width: 74.9375rem;
    }
}

@media only screen and (min-width: 75rem) and (max-width: 84.3125rem) {
    [data-layout="vertical"][data-sidebar-style="overlay"][data-container="boxed"][data-header-position="fixed"] .header {
        width: 74.9375rem;
    }
}

[data-header-position="fixed"][data-layout="horizontal"][data-container="boxed"] .dlabnav {
    max-width: 74.9375rem;
}

[data-layout="vertical"][data-container="boxed"][data-header-position="fixed"] .header,
[data-layout="horizontal"][data-container="boxed"][data-header-position="fixed"] .header {
    width: 74.9375rem;
}

[data-layout="horizontal"][data-container="boxed"][data-header-position="fixed"][data-sidebar-style="mini"] .header {
    width: 74.9375rem;
}

[data-container="boxed"] .metismenu.fixed {
    left: auto;
    max-width: 74.9375rem;
}

[data-container="boxed"] .page-titles {
    margin-bottom: 3rem;
    padding: 0.9375rem 0.9375rem;
}

[data-container="boxed"] .content-body .container-fluid, [data-container="boxed"] .content-body .container-sm, [data-container="boxed"] .content-body .container-md, [data-container="boxed"] .content-body .container-lg, [data-container="boxed"] .content-body .container-xl, [data-container="boxed"] .content-body .container-xxl {
    padding: 2.5rem;
}

[data-container="boxed"][data-layout="vertical"] .page-titles {
    margin-left: 0;
    margin-right: 0;
}

[data-layout="vertical"][data-container="boxed"][data-sidebar-position="fixed"][data-header-position="static"][data-sidebar-style="overlay"] .nav-header {
    position: absolute;
}

[data-layout="vertical"][data-container="boxed"][data-sidebar-position="fixed"][data-header-position="static"][data-sidebar-style="overlay"] .menu-toggle .dlabnav {
    position: absolute;
}

[data-container="boxed"][data-sidebar-position="fixed"][data-layout="horizontal"] .dlabnav.fixed {
    left: auto;
    max-width: 74.9375rem;
}

@media (min-width: 62rem) {
    [data-container="wide-boxed"] #main-wrapper {
        max-width: 92.5rem;
        margin: 0 auto;
        box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.1);
    }

    [direction="rtl"][data-container="wide-boxed"] #main-wrapper {
        text-align: right;
    }
}

@media only screen and (min-width: 84.375rem) {
    [data-layout="vertical"][data-sidebar-style="overlay"][data-container="wide-boxed"][data-header-position="fixed"] .header {
        width: 92.5rem;
    }
}

@media only screen and (min-width: 75rem) and (max-width: 100rem) {
    [data-layout="vertical"][data-sidebar-style="overlay"][data-container="wide-boxed"][data-header-position="fixed"] .header {
        width: 92.5rem;
    }
}

[data-sidebar-style="compact"][data-header-position="fixed"][data-container="wide-boxed"][data-layout="vertical"] .header {
    width: 92.5rem;
}

[data-header-position="fixed"][data-layout="horizontal"][data-container="wide-boxed"] .dlabnav {
    max-width: 92.5rem;
}

[data-layout="vertical"][data-container="wide-boxed"][data-header-position="fixed"] .header,
[data-layout="horizontal"][data-container="wide-boxed"][data-header-position="fixed"] .header {
    width: 92.5rem;
}

[data-layout="horizontal"][data-container="wide-boxed"][data-header-position="fixed"][data-sidebar-style="mini"] .header {
    width: 92.5rem;
}

[data-container="wide-boxed"] .metismenu.fixed {
    left: auto;
    max-width: 92.5rem;
}

[data-container="wide-boxed"] .page-titles {
    margin-bottom: 3rem;
    padding: 0.9375rem 0.9375rem;
}

[data-container="wide-boxed"] .content-body .container-fluid, [data-container="wide-boxed"] .content-body .container-sm, [data-container="wide-boxed"] .content-body .container-md, [data-container="wide-boxed"] .content-body .container-lg, [data-container="wide-boxed"] .content-body .container-xl, [data-container="wide-boxed"] .content-body .container-xxl {
    padding: 2.5rem;
}

[data-container="wide-boxed"][data-layout="vertical"] .page-titles {
    margin-left: 0;
    margin-right: 0;
}

[data-layout="vertical"][data-container="wide-boxed"][data-sidebar-position="fixed"][data-header-position="static"][data-sidebar-style="overlay"] .nav-header {
    position: absolute;
}

[data-layout="vertical"][data-container="wide-boxed"][data-sidebar-position="fixed"][data-header-position="static"][data-sidebar-style="overlay"] .menu-toggle .dlabnav {
    position: absolute;
}

[data-container="wide-boxed"][data-sidebar-position="fixed"][data-layout="horizontal"] .dlabnav.fixed {
    left: auto;
    max-width: 92.5rem;
}



.input-rounded {
    border-radius: 6.25rem;
}

.input-group-text {
    background: #fff;
    border: 0.0625rem solid #f5f5f5;
    min-width: 3rem;
    display: flex;
    justify-content: center;
    padding: 0.532rem 0.75rem;
}

    .input-group-text i {
        font-size: 1rem;
        color: #ababab;
    }

.form-file-label {
    height: 2.5rem;
    padding: 0.5rem 0.75rem;
}

.input-group-prepend .btn,
.input-group-append .btn {
    z-index: 0;
}

.custom-select {
    background: none;
    border-color: #f5f5f5;
    color: #6e6e6e;
}

    .custom-select:focus {
        box-shadow: none;
        border-color: var(--color-primary);
        color: var(--color-primary);
    }

.form-file-label {
    background: #656C73;
    white-space: nowrap;
    color: #fff;
}

[data-theme-version="dark"] .form-file-label {
    background: #2e2e42;
    border-color: #2e2e42;
    color: #393939;
}

.custom_file_input .form-file-label::after {
    height: 100%;
}


.form-file {
    border: 0.0625rem solid #f5f5f5;
    background: #fff;
}

[data-theme-version="dark"] .form-file {
    background: #17171E;
    border-color: #2e2e42;
}

.input-group > .form-control-plaintext,
.input-group > .form-select,
.input-group > .form-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .form-file {
    display: flex;
    align-items: center;
}

    .input-group > .form-file:not(:last-child) .form-file-label, .input-group > .form-file:not(:last-child) .form-file-label::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group > .form-file:not(:first-child) .form-file-label {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }


.form-file .form-control {
    margin: 0;
    border-radius: 0;
    border: 0;
    height: auto;
}

.form-check-label {
    margin-left: 0.3125rem;
    margin-top: 0.1875rem;
}

.form-check-inline .form-check-input {
    margin-right: 0.625rem;
}

@media (max-width:1600px) {
    .form-check-input.reg-page-checkbox {
        width: 16px !important;
        height: 16px !important;
    }
}

.form-check-input {
    margin-top: 0.3rem;
    border-width: 0.1rem;
    width: 1.375rem; /*1.375rem;*/
    height: 1.438rem; /*1.438rem;*/
    border-color: #dcdcdc;
    border-radius: 50px;
    background-color: #dcdcdc;
}

    .form-check-input.reg-page-checkbox {
        margin-top: 0.3rem;
        border-width: 0.1rem;
        width: 18px !important; /*1.375rem;*/
        height: 18px !important; /*1.438rem;*/
        border-color: #dcdcdc;
        border-radius: 50px;
        background-color: #dcdcdc;
    }

.form-check {
    line-height: normal;
}

.form-check-input:focus ~ .form-check-label::before {
    box-shadow: none !important;
}

.form-check-label::before {
    background-color: transparent;
    border-color: #c8c8c8;
    border-width: 0.125rem;
    border-radius: 0.125rem !important;
}

.check-xs .form-check-input {
    width: 1.125rem;
    height: 1.125rem;
}

.check-lg .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
}

.check-xl .form-check-input {
    width: 1.75rem;
    height: 1.75rem;
}

.checkbox-info .form-check-input:focus {
    border-color: #D653C1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(214, 83, 193, 0.25);
}

.checkbox-info .form-check-input:checked {
    background-color: #D653C1;
    border-color: #D653C1;
}

.checkbox-danger .form-check-input:focus {
    border-color: #f72b50;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(247, 43, 80, 0.25);
}

.checkbox-danger .form-check-input:checked {
    background-color: #f72b50;
    border-color: #f72b50;
}

.checkbox-success .form-check-input:focus {
    border-color: #68e365;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(104, 227, 101, 0.25);
}

.checkbox-success .form-check-input:checked {
    background-color: #68e365;
    border-color: #68e365;
}

.checkbox-warning .form-check-input:focus {
    border-color: #ffa755;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 167, 85, 0.25);
}

.checkbox-warning .form-check-input:checked {
    background-color: #ffa755;
    border-color: #ffa755;
}

.checkbox-secondary .form-check-input:focus {
    border-color: #145650;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(20, 86, 80, 0.25);
}

.checkbox-secondary .form-check-input:checked {
    background-color: #145650;
    border-color: #145650;
}


.form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.form-check-input.switch-success:checked {
    background-color: var(--color-success);
    border-color: var(--color-success);
}

.form-check-input:focus {
    border-color: var(--color-primary);
    box-shadow: var(--rgb-shadow);
}

.select2-container {
    width: 100% !important;
    background-color: transparent;
}

.select2-container--default .select2-selection--single {
    height: 2.5rem;
    background-color: transparent;
    padding-left: 2.8rem;
    padding-bottom: 2rem !important;
    line-height: 1.5rem !important;
}

    .select2-container--default .select2-selection--single:hover, .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single.active {
        box-shadow: none;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
    }

.select2-container--default .select2-selection--multiple {
    border-color: var(--color-border);
}

.select2-dropdown {
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--color-primary);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f5f5f5;
    background: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0.375rem;
    right: 0.9375rem;
}

.select2-container .select2-selection--multiple {
    min-height: 2.5rem;
    color: #393939;
    border-radius: 1.25rem;
    border: 0.0625rem solid #c8c8c8;
}

.select2-dropdown {
    border-color: #c8c8c8;
}


.swal2-popup .swal2-content {
    color: #393939;
}

.bootstrap-select {
    margin-bottom: 0;
}

    .bootstrap-select .btn {
        border: 1px solid #f5f5f5 !important;
        background-color: transparent !important;
        font-weight: 400;
        color: #393939 !important;
    }


        .bootstrap-select .btn:active, .bootstrap-select .btn:focus, .bootstrap-select .btn:hover {
            outline: none !important;
            outline-offset: 0;
        }

    .bootstrap-select .dropdown-menu {
        border-color: #f5f5f5 !important;
        box-shadow: 0rem 0rem 2.5rem 0rem rgba(82, 63, 105, 0.1);
    }

        .bootstrap-select .dropdown-menu .dropdown-item {
            padding: 0.25rem 1rem;
        }

[data-theme-version="dark"] .bootstrap-select .dropdown-menu {
    border-color: var(--color-border) !important;
}

.input-group > .bootstrap-select:not(:first-child) .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .bootstrap-select:not(:last-child) .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-item {
    margin-bottom: 1.25rem;
}

.accordion-header {
    padding: 1rem 1.75rem;
    border: 0.0625rem solid #f5f5f5;
    cursor: pointer;
    position: relative;
    color: var(--color-title);
    font-weight: 400;
    border-radius: 1.25rem;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.accordion-header-indicator {
    font-family: 'themify';
    position: absolute;
    right: 1.5625rem;
    top: 50%;
    transform: translateY(-50%);
}

[direction="rtl"] .accordion-header-indicator {
    right: auto;
    left: 1.5625rem;
}

.accordion-header-indicator.indicator_bordered {
    display: inline-block;
    width: 1.5625rem;
    text-align: center;
    height: 1.5625rem;
    border: 0.0625rem solid #f5f5f5;
    border-radius: 50%;
    line-height: 1.5625rem;
}

.accordion-item .accordion-header-custom:not(.collapsed) .i-collapsed {
    display: none !important;
}

.accordion-item .accordion-header-custom.collapsed .i-open {
    display: none !important;
}

.alert {
    border-radius: 1.25rem;
    padding: 1rem 1.5rem;
}

    .alert p {
        line-height: 1.5;
    }

.alert-rounded {
    border-radius: 1.875rem;
}

.alert-primary {
    background: var(--rgba-primary-1);
    border-color: var(--rgba-primary-1);
    color: var(--color-primary);
}

.alert-secondary {
    background: #d9f6f3;
    border-color: #d9f6f3;
    color: #145650;
}


.alert-success {
    background: #e7fbe6;
    border-color: #e7fbe6;
    color: #68e365;
}

.alert-warning {
    background: #ffe9d5;
    border-color: #ffe9d5;
    color: #ffa755;
}


.alert-danger {
    background: #fee6ea;
    border-color: #fee6ea;
    color: var(--color-danger);
}

.alert-info {
    /*border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: var(--color-bg-primary);*/
}

.alert-dark {
    background: white;
    border-color: white;
    color: #6e6e6e;
}


.alert-light {
    background: #c8c8c8;
    border-color: #c8c8c8;
    color: #6e6e6e;
}


.alert-dismissible.solid .close:hover {
    color: #fff;
    opacity: 1;
}

.alert-resume-success {
    background: #e7fbe6;
    border-color: #e7fbe6;
    color: #444;
}

.alert-resume-warning {
    background: #ffe9d5;
    border-color: #ffe9d5;
    color: #444;
}

.alert-resume-danger {
    background: #fee6ea;
    border-color: #fee6ea;
    color: #444;
}

.badge {
    line-height: 1.5;
    border-radius: 1.03125rem;
    padding: 0.25rem 0.625rem;
    border: 0.0625rem solid transparent;
}

.badge-rounded {
    border-radius: 1.25rem;
    padding: 0.1875rem 0.8125rem;
}

.badge-circle {
    border-radius: 6.25rem;
    padding: 0.1875rem 0.4375rem;
}

.badge-outline-primary {
    border: 0.0625rem solid var(--color-primary);
    color: var(--color-primary);
}

.badge-outline-secondary {
    border: 0.0625rem solid #145650;
    color: #145650;
}

.badge-outline-success {
    border: 0.0625rem solid #68e365;
    color: #68e365;
}

.badge-outline-info {
    border: 0.0625rem solid #D653C1;
    color: #D653C1;
}

.badge-outline-warning {
    border: 0.0625rem solid #ffa755;
    color: #ffa755;
}

.badge-outline-danger {
    border: 0.0625rem solid #f72b50;
    color: #f72b50;
}

.badge-outline-light {
    border: 0.0625rem solid #f5f5f5;
    color: #6e6e6e;
}

.badge-outline-dark {
    border: 0.0625rem solid #6e6e6e;
    color: #6e6e6e;
}

[data-theme-version="dark"] .badge-outline-dark {
    color: #393939;
}

.badge-xs {
    font-size: 0.625rem;
    padding: 0rem 0.3125rem;
    line-height: 1.125rem;
}

.badge-sm {
    font-size: 0.6875rem;
    padding: 0.3125rem 0.5rem;
    line-height: 0.6875rem;
}

.badge-lg {
    font-size: 0.875rem;
    padding: 0rem 0.625rem;
    line-height: 1.875rem;
}

.badge-xl {
    font-size: 1rem;
    padding: 0rem 0.9375rem;
    line-height: 2.1875rem;
}

.badge-default {
    background: #ADB6C7;
}

.badge-success {
    background-color: #68e365;
}

.badge-secondary {
    background-color: #145650;
}

.badge-info {
    background-color: #D653C1;
}

.badge-primary {
    background-color: var(--color-primary);
}

.badge-warning {
    background-color: #ffa755;
}

.badge-danger {
    background-color: #f72b50;
}

.badge-dark {
    background-color: #6e6e6e;
}

.badge-light {
    background-color: #c8c8c8;
}

@media only screen and (max-width: 35.9375rem) {
    .page-titles .breadcrumb-widget {
        text-align: left !important;
        margin-bottom: 0.9375rem;
    }
}

button {
    cursor: pointer;
}

    button:focus {
        outline: 0;
        box-shadow: none;
    }

.btn:hover, .btn:focus, .btn:active, .btn.active {
    outline: 0 !important;
}


.btn.btn-success {
    color: var(--color-bg-success);
}

.btn.btn-warning {
    color: var(--color-bg-warning);
}



.btn.btn-info {
    color: var(--color-bg-info);
}

.btn.btn-danger {
    color: var(--color-bg-danger);
}

.btn-transparent {
    background-color: transparent;
}


.btn-link {
    color: var(--color-primary);
    text-decoration: none;
}

    .btn-link:hover {
        color: var(--primary-hover);
    }

.btn-outline-primary {
    border-color: var(--color-primary);
    border-width: 0.222rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

    .btn-outline-primary:hover {
        border-color: var(--primary-hover);
        background-color: var(--primary-hover);
    }


.btn-block {
    display: block;
    width: 100%;
}

.shadow-n {
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgb(82 63 105 / 5%);
}

.shadow.btn-primary {
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 var(--rgba-primary-2) !important;
    box-shadow: 0 0.3125rem 0.9375rem 0 var(--rgba-primary-2) !important;
}

.shadow.btn-secondary {
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(20, 86, 80, 0.2) !important;
    box-shadow: 0 0.3125rem 0.9375rem 0 rgba(20, 86, 80, 0.2) !important;
}

.shadow.btn-warning {
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(255, 167, 85, 0.2) !important;
    box-shadow: 0 0.3125rem 0.9375rem 0 rgba(255, 167, 85, 0.2) !important;
}

.shadow.btn-danger {
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(247, 43, 80, 0.2) !important;
    box-shadow: 0 0.3125rem 0.9375rem 0 rgba(247, 43, 80, 0.2) !important;
}

.shadow.btn-info {
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(214, 83, 193, 0.2) !important;
    box-shadow: 0 0.3125rem 0.9375rem 0 rgba(214, 83, 193, 0.2) !important;
}

.shadow.btn-success {
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(104, 227, 101, 0.2) !important;
    box-shadow: 0 0.3125rem 0.9375rem 0 rgba(104, 227, 101, 0.2) !important;
}

.btn-xxs {
    padding: 0.375rem 0.9375rem;
    font-size: 0.6875rem;
    line-height: 1.3;
}

.btn-xs {
    font-size: 0.75rem;
    padding: 0.438rem 1rem;
    font-weight: 600;
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 0.813rem !important;
    padding: 0.725rem 1rem;
}

.btn-md {
    font-size: 0.875rem !important;
    padding: 0.875rem 1.25rem;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

@media only screen and (max-width: 35.9375rem) {
    .btn-lg, .btn-group-lg > .btn {
        padding: 0.75rem 1.25rem;
    }
}

.btn-xl {
    padding: 0.6rem 1rem;
}

    .btn-xl.btn-default {
        font-weight: 600;
    }

.btn-square {
    border-radius: 0;
}

.btn-rounded {
    border-radius: 2.5rem !important;
}




.toggle-dropdown::after {
    margin-left: 0.755em;
}

.social-btn-icon .btn {
    min-width: 7.5rem;
    margin-bottom: 1.5rem;
}

.social-icon .btn {
    padding: .7rem 1.4rem;
}

.btn-circle {
    height: 5rem;
    width: 5rem;
    border-radius: 50% !important;
}

.btn-circle-sm {
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
}

.btn-circle-md {
    width: 6rem;
    height: 6rem;
    font-size: 2.5rem;
}

    .btn-circle-md i {
        font-size: 2.4rem;
    }

.btn-circle-lg {
    width: 8rem;
    height: 8rem;
    font-size: 3.2rem;
}

    .btn-circle-lg i {
        font-size: 3.1rem;
    }

.btn-page .btn {
    min-width: 6.875rem;
    margin-right: 0.25rem;
    margin-bottom: 0.5rem;
}

.btn-light {
    background: #c8c8c8;
    border-color: #c8c8c8;
    color: #fff;
}

    .btn-light:active, .btn-light:focus, .btn-light:hover {
        background: white;
        color: #6e6e6e;
        border-color: white;
    }

.btn-outline-primary:hover {
    color: var(--bg-primary-color);
}

.btn-outline-warning:hover {
    color: #fff;
}

.btn-outline-light {
    color: #6e6e6e;
}

.btn-group.btn-rounded .btn:first-child {
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
}

.btn-group.btn-rounded .btn:last-child {
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
}


.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-bg-primary);
}

    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus,
    .btn-outline-primary:active:focus,
    .btn-outline-primary.active:focus,
    .btn-outline-primary.dropdown-toggle.show:focus {
        /*box-shadow: 0 0 0 0.25rem var(--bg-primary);*/
    }

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    /*box-shadow: 0 0 0 0.25rem var(--bg-primary);*/
}

.btn-close:focus {
    /*box-shadow: 0 0 0 0.25rem var(--bg-primary);*/
}

.card {
    margin-bottom: 1.875rem;
    background-color: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0rem solid transparent;
    /*border-radius: 1.25rem;*/
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.05);
    height: calc(100% - 30px);
}

@media only screen and (max-width: 35.9375rem) {
    .card {
        margin-bottom: 0.938rem;
        height: calc(100% - 0.938rem);
    }


    .fs-xs {
        font-size: 0.75rem !important;
        line-height: 1.5;
    }

    .p-xs-0 {
        padding: 0 !important;
    }

    .fs-xs-13 {
        font-size: 13px !important;
        line-height: 1.5;
    }
}

.card-body {
    padding: 1.875rem;
}

@media only screen and (max-width: 35.9375rem) {
    .card-body {
        padding: 1rem;
    }
}

.card-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--color-title);
    text-transform: capitalize;
}

.card-title--large {
    font-size: 1.5rem;
}

.card-title--medium {
    font-size: 1rem;
}

.card-title--small {
    font-size: 0.875rem;
}

.card-header {
    border-color: #f5f5f5;
    position: relative;
    background: transparent;
    padding: 1.5rem 1.875rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 35.9375rem) {
    .card-header {
        padding: 1.25rem 1rem 1.25rem;
    }
}

.card-header .card-title {
    margin-bottom: 0rem;
}

.card-header .subtitle {
    padding-top: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.card-footer {
    border-color: #f5f5f5;
    background: transparent;
    padding: 1.25rem 1.875rem 1.25rem;
}

.transparent-card.card {
    background: transparent;
    border: 0.0625rem solid transparent;
    box-shadow: none;
}

.card-action > a {
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    border-radius: 0.3125rem;
    border-color: transparent;
    text-align: center;
    background: var(--primary-dark);
    color: #fff;
    margin-right: 0.5rem;
}

    .card-action > a:last-child {
        margin-right: 0;
    }

    .card-action > a:hover, .card-action > a:focus {
        background: var(--primary-dark);
    }

    .card-action > a i, .card-action > a span {
        font-size: 1rem;
    }

.card-action .dropdown {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.3125rem;
    border-color: transparent;
    text-align: center;
    margin-right: 0.5rem;
    top: -0.125rem;
    position: relative;
    display: inline-block;
    background: var(--primary-dark);
    color: var(--color-primary);
}

    .card-action .dropdown:hover, .card-action .dropdown:focus {
        background: var(--primary-dark);
    }


    .card-action .dropdown .btn {
        padding: 0;
        line-height: 1.6875rem;
        color: #fff;
    }

        .card-action .dropdown .btn:focus {
            box-shadow: none;
        }

.card-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    overflow: auto;
}

.card-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
}

    .card-loader i {
        margin: 0 auto;
        background: var(--primary-dark);
        padding: 0.625rem;
        border-radius: 50%;
        color: #fff;
        font-size: 1rem;
    }

.rotate-refresh {
    -webkit-animation: mymove 0.8s infinite linear;
    animation: mymove 0.8s infinite linear;
    display: inline-block;
}

.card-header .border-0 {
    padding-bottom: 0;
}

@-webkit-keyframes mymove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mymove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.dropdown-toggle:focus {
    box-shadow: none !important;
}

.dropdown-outline {
    border: 0.1rem solid var(--color-primary);
}

.dropdown-menu {
    font-size: inherit;
    border: 0;
    z-index: 2;
    overflow: hidden;
    border-radius: 1.25rem;
    box-shadow: 0 0 3.125rem 0 rgba(82, 63, 105, 0.15);
    margin-top: 0;
}

    .dropdown-menu .dropdown-item {
        font-size: 1rem;
        color: #393939;
        padding: 0.5rem 1.75rem;
    }

@media only screen and (max-width: 87.5rem) {
    .dropdown-menu .dropdown-item {
        padding: 0.375rem 1rem;
        font-size: 0.875rem;
    }
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active {
    color: #514e5f;
}

.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    color: var(--color-primary);
    background: var(--rgba-primary-1);
}

.dropdown-menu.show {
    right: 0;
}

.dropdown-toggle-split {
    padding: 0 0.625rem;
    opacity: 0.85;
}

    .dropdown-toggle-split:after {
        margin-left: 0 !important;
    }

    .dropdown-toggle-split:active, .dropdown-toggle-split:focus, .dropdown-toggle-split:hover {
        opacity: 1;
    }

.dropright .dropdown-toggle::after {
    content: none;
}

.custom-dropdown {
    display: inline-block;
    margin-bottom: 1rem;
}

    .custom-dropdown .dropdown-menu {
        border: 0rem;
        min-width: 10rem;
    }

.card-action .custom-dropdown {
    margin: 0rem;
    background: var(--rgba-primary-1);
}

    .card-action .custom-dropdown.show, .card-action .custom-dropdown:focus, .card-action .custom-dropdown:hover {
        background: var(--color-primary);
        color: #fff;
    }

    .card-action .custom-dropdown i {
        display: inline-block;
        padding-top: 0.5625rem;
    }

.dropdown .dropdown-dots {
    position: relative;
    height: 0.3125rem;
    width: 0.3125rem;
    background: rgba(110, 110, 110, 0.4);
    border-radius: 0.3125rem;
    display: block;
}

    .dropdown .dropdown-dots:after, .dropdown .dropdown-dots:before {
        content: "";
        height: 0.3125rem;
        width: 0.3125rem;
        background: rgba(110, 110, 110, 0.4);
        position: absolute;
        border-radius: 0.3125rem;
    }

    .dropdown .dropdown-dots:after {
        right: -0.5rem;
    }

    .dropdown .dropdown-dots:before {
        left: -0.5rem;
    }

    .dropdown .dropdown-dots.text-white {
        background: rgba(255, 255, 255, 0.7);
    }

        .dropdown .dropdown-dots.text-white:after, .dropdown .dropdown-dots.text-white:before {
            background: rgba(255, 255, 255, 0.7);
        }

.grid-col {
    padding: 0.5rem !important;
    background: #f2f4fa;
}

.row.grid {
    margin-bottom: 1.5rem;
    text-align: center;
}

    .row.grid .grid-col:first-child {
        text-align: left;
    }

.label {
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    padding: .2rem .8rem;
}

.label-fixed {
    width: 7.5rem;
    padding: .6rem 0;
}

.label-fixed-lg {
    width: 9.5rem;
    padding: .6rem 0;
}

.label-big {
    width: 16.8rem;
    font-size: 1.4rem;
    padding: 1.1rem 0;
}

.label-xl {
    width: 10.5rem;
    padding: 1.1rem 0;
    font-size: 1.5rem;
}

.label-lg {
    width: 9.5rem;
    padding: 1.1rem 0;
}

.label-md {
    width: 8.5rem;
    padding: 1.1rem 0;
}

.label-sm {
    width: 7.5rem;
    padding: 1.1rem 0;
}

.label-default {
    background: #ADB6C7;
}

.label-primary {
    background: var(--color-primary);
    color: #fff;
}

.label-secondary {
    background: #145650;
    color: #fff;
}

.label-info {
    background: #D653C1;
    color: #fff;
}

.label-success {
    background: #5C9E31;
    color: #fff;
}

.label-warning {
    background: #FF9F3D;
    color: #fff;
}

.label-danger {
    background: #c41e3a;
    color: #fff;
}

.label-light {
    background: #c8c8c8;
    color: #000;
}

.label-dark {
    background: #6e6e6e;
    color: #fff;
}

code {
    word-break: break-word;
    padding: 0.125rem 0.3125rem;
    border-radius: 0.1875rem;
    background: #fdcdd6;
    color: #f72b50;
}


.media img {
    border-radius: 0.1875rem;
}

.modal-header {
    padding: 1rem 1.875rem;
}

    .modal-header .close {
        padding: 0.875rem 1.815rem;
        margin: 0;
        position: absolute;
        right: 0;
        float: none;
        top: 0;
        font-size: 1.875rem;
        font-weight: 100;
    }

.modal-body {
    padding: 1.875rem;
}

.modal-footer {
    padding: 1rem 1.875rem;
}

.modal-content {
    border-radius: 1.25rem;
}

.modal-backdrop {
    z-index: 10 !important;
}

.popover {
    border: 0.125rem solid var(--color-primary-opacity-1);
    min-width: 13.125rem;
    box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.1);
}


.popover-header {
    background: #145650;
    color: #fff;
    font-weight: 300;
}

    .popover-header::before {
        border-bottom: 0 !important;
    }

.popover-body {
    font-size: 0.75rem;
}


@media only screen and (max-width: 47.9375rem) {
    .popover {
        z-index: 1;
    }
}

.bootstrap-popover-wrapper .bootstrap-popover:not(:last-child) {
    margin-right: 0.5rem;
}

.bootstrap-popover-wrapper .bootstrap-popover {
    margin-bottom: .5rem;
}

    .bootstrap-popover-wrapper .bootstrap-popover button:hover, .bootstrap-popover-wrapper .bootstrap-popover button:focus {
        background: var(--color-primary);
        color: #fff;
        box-shadow: none;
    }

.bs-popover-top .arrow::after, .bs-popover-auto[data-popper-placement^="top"] .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 0rem;
    border-top-color: #145650;
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 0rem;
    border-left-color: #145650;
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 0rem;
    border-right-color: #145650;
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 0rem;
    border-bottom-color: #145650;
}

.note-popover {
    display: none;
}

.progress-bar {
    background-color: var(--color-primary);
}

.progress-bar-primary {
    background-color: var(--color-primary);
}

.progress-bar-success {
    background-color: #68e365;
}

.progress-bar-info {
    background-color: #D653C1;
}

.progress-bar-danger {
    background-color: #f72b50;
}

.progress-bar-warning {
    background-color: #ffa755;
}

.progress-bar-pink {
    background-color: #e83e8c;
}

.progress {
    height: 6px;
    background-color: #86899F;
    overflow: hidden;
}

[data-theme-version="dark"] .progress {
    background-color: #17171E;
}

.progress-bar {
    border-radius: 1.25rem;
}

.progress-vertical {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 2rem;
    min-height: 17rem;
    position: relative;
}

@media (max-width: 991.98px) {
    .progress-vertical {
        margin-right: 1rem;
    }
}

.progress-vertical-bottom {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 2rem;
    min-height: 17rem;
    position: relative;
    transform: rotate(180deg);
}

@media (max-width: 991.98px) {
    .progress-vertical-bottom {
        margin-right: 1rem;
    }
}

.progress-animated {
    animation-duration: 5s;
    animation-name: myanimation;
    transition: all 5s ease 0s;
}

@keyframes myanimation {
    0% {
        width: 0;
    }
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > ul {
    /* Styling for the scrollbar */
    scrollbar-width: thin; /* Width of the scrollbar (supported in Firefox) */
    scrollbar-color: var(--color-primary) #f5f5f5; /* Color of the scrollbar thumb and track */
}

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > ul::-webkit-scrollbar {
        /* Styling for WebKit-based browsers (Chrome, Safari, etc.) */
        width: 0.5rem; /* Width of the scrollbar */
        height: 0.5rem; /* Height of the scrollbar */
        background-color: #f5f5f5; /* Background color of the scrollbar */
    }

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > ul::-webkit-scrollbar-track {
        /* Styling for the scrollbar track */
        -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3); /* Box shadow for the scrollbar track */
        border-radius: 0.625rem; /* Border radius of the scrollbar track */
        background-color: #f5f5f5; /* Background color of the scrollbar track */
    }

    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > ul::-webkit-scrollbar-thumb {
        /* Styling for the scrollbar thumb */
        border-radius: 0.625rem; /* Border radius of the scrollbar thumb */
        -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3); /* Box shadow for the scrollbar thumb */
        background-color: var(--color-primary); /* Background color of the scrollbar thumb (using a CSS variable) */
    }

.jsgrid-grid-body::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 0.5rem;
    height: 0.5rem;
}

.jsgrid-grid-body::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
    border-radius: 0.625rem;
    background-color: #f5f5f5;
}

.jsgrid-grid-body::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 0.625rem;
    -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
    background-color: var(--color-primary);
}


.nav-pills .nav-link {
    border-radius: 1.25rem;
    padding: 0.75rem 1.25rem;
}

.flex-overflow-x {
    flex-wrap: nowrap;
}

.nav-pills.user-profile-pills .nav-link {
    min-width: 180px;
    margin-right: 5px;
    margin-bottom: 2px;
    padding: 0.75rem 1.5rem;
}

.connecting-line {
    background-color: var(--color-grey-light);
    box-sizing: content-box !important;
    height: 4px;
    position: absolute;
    z-index: 1 !important;
}

.wizard .nav-pills {
    flex-wrap: nowrap;
}

    .wizard .nav-pills > li {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-grow: 1;
    }


        .wizard .nav-pills > li > a {
            margin-bottom: 0.75rem;
            border-radius: 50%;
            font-weight: 600;
            z-index: 2 !important;
        }

        .wizard .nav-pills > li > span {
            text-align: center;
        }

        .wizard .nav-pills > li .con-line {
            position: relative;
            height: 2px !important;
            background: #eee !important;
            z-index: 1 !important;
            width: 100%;
            top: -70%;
            margin-left: 101%;
            transition: all .35s ease .15s;
        }

        /*.wizard .nav-pills > li > a.active {*/
        /*background-color: var(--color-primary) !important;*/
        /*border: 1px double var(--color-primary);
        }*/

        .wizard .nav-pills > li > a.active ~ span {
            transition: all .35s ease .15s;
        }

        .wizard .nav-pills > li.ok .con-line {
            background-color: var(--color-primary) !important;
        }

        .wizard .nav-pills > li.ok > a {
            background-color: var(--color-primary) !important;
            color: var(--color-bg-primary);
        }

.cat-wizard .nav-pills li a {
    background-color: #ADB6C7;
    color: #fff;
    padding: 3.5px 8.75px;
    z-index: 2;
    font-size: 0.75em;
}

.cat-wizard .nav-pills > li > a ~ span {
    color: #ccc;
}

.cat-wizard .nav-pills li a.active {
    background-color: var(--color-primary) !important;
    color: var(--color-bg-primary);
}

.cat-wizard .nav-pills > li > a.active ~ span {
    color: var(--color-primary);
}

.wizard .nav-pills > li .con-line {
    background: #e0e0e0;
    top: -77%;
}


.default-tab .nav-link {
    background: transparent;
    border-radius: 0rem;
    font-weight: 500;
}

    .default-tab .nav-link i {
        display: inline-block;
        transform: scale(1.5);
        color: var(--color-primary);
    }

    .default-tab .nav-link:focus, .default-tab .nav-link:hover, .default-tab .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff #ebeef6;
        border-radius: 1.25rem 1.25rem 0 0;
        color: var(--color-primary);
    }

.nav-pills.light .nav-link.active, .nav-pills.light .show > .nav-link {
    background: var(--rgba-primary-1);
    color: var(--color-primary);
    box-shadow: none;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--color-primary);
}

.nav-pills .nav-link.profile-tab-link {
    background-color: #dcdcdc;
    box-shadow: 0 0 1.25rem 0 var(#c8c8c8);
}

    .nav-pills .nav-link.profile-tab-link.active {
        background-color: #2e2e42;
        box-shadow: 0 0 1.25rem 0 var(#2e2e42);
    }

.tooltip-wrapper button:not(:last-child) {
    margin-right: 0.5rem;
}

.tooltip-wrapper button:hover {
    background: var(--color-primary);
    color: #fff;
}

.tooltip-wrapper button {
    margin-bottom: .5rem;
}

    .tooltip-wrapper button:focus {
        box-shadow: none;
    }

.tooltip-inner {
    border-radius: 0;
    background: #333333;
    font-size: 0.75rem;
    font-weight: 300;
    padding: 0.35rem 0.7rem;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #333333;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #333333;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #333333;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #333333;
}

.bgl-primary {
    background: var(--rgba-primary-1);
    border-color: var(--rgba-primary-1);
}

.bgl-secondary {
    background: #d9f6f3;
    border-color: #d9f6f3;
}

.bgl-success {
    background: #e7fbe6;
    border-color: #e7fbe6;
}

.bgl-warning {
    background: #ffe9d5;
    border-color: #ffe9d5;
}


.bgl-danger {
    background: #fee6ea;
    border-color: #fee6ea;
}


.bgl-info {
    background: #efbae6;
    border-color: #efbae6;
}

.bg-primary-light {
    background: var(--rgba-primary-5);
}

.bg-secondary-light {
    background: rgba(217, 246, 243, 0.5);
}

.bg-success-light {
    background: rgba(231, 251, 230, 0.5);
}

.bg-warning-light {
    background: rgba(255, 233, 213, 0.5);
}


.bg-danger-light {
    background: rgba(254, 230, 234, 0.5);
}

.bg-info-light {
    background: rgba(239, 186, 230, 0.5);
}


.card-list {
    overflow: unset;
    height: calc(100% - 50px);
}

    .card-list .card-header {
        padding-top: 0;
        padding-bottom: 0;
    }

        .card-list .card-header .photo {
            overflow: hidden;
            border-radius: 0.3125rem;
            width: 100%;
        }

@media only screen and (max-width: 74.9375rem) {
    .card-list {
        height: calc(100% - 40px);
    }
}

.card-list.list-left {
    margin-top: 0.9375rem;
    margin-left: 0.9375rem;
}

    .card-list.list-left .card-header {
        padding-left: 0;
    }

        .card-list.list-left .card-header .photo {
            margin: -0.9375rem 0.9375rem 0 -0.9375rem;
        }

.card-list.list-right {
    margin-top: 0.9375rem;
    margin-right: 0.9375rem;
    text-align: right;
}

    .card-list.list-right .card-header {
        padding-right: 0;
    }

        .card-list.list-right .card-header .photo {
            margin: -0.9375rem -0.9375rem 0 0.9375rem;
        }

            .card-list.list-right .card-header .photo img {
                width: 100%;
            }

.card-list.list-center {
    margin-top: 0.9375rem;
}

    .card-list.list-center .card-header .photo {
        margin: -0.9375rem 0 0 0;
    }

.card-list .photo img {
    width: 100%;
}

.card-profile .profile-photo {
    margin-top: -1.25rem;
}


.table {
    color: strong;
    color-color: #6e6e6e;
}

    .table th, .table td {
        border-color: #f5f5f5;
        padding: 0.9375rem 0.625rem;
    }

    .table.table-striped tbody tr:nth-of-type(odd), .table.table-hover tr:hover {
        background-color: #f2f4fa;
    }

[data-theme-version="dark"] .table.table-striped tbody tr:nth-of-type(odd), [data-theme-version="dark"] .table.table-hover tr:hover {
    background-color: #17171E;
}

.table.shadow-hover tbody tr:hover {
    background-color: #fff;
    box-shadow: 0 0rem 1.875rem var(--rgba-primary-2);
}

[data-theme-version="dark"] .table.shadow-hover tbody tr:hover {
    background-color: #17171E;
}

.table.tr-rounded tr td:first-child, .table.tr-rounded tr th:first-child {
    border-radius: 2.8125rem 0 0 2.8125rem;
}

.table.tr-rounded tr td:last-child, .table.tr-rounded tr th:last-child {
    border-radius: 0 2.8125rem 2.8125rem 0;
}

.table.border-hover tr td {
    border-width: 0.0625rem 0 0.0625rem 0;
    border-bottom: 0.0625rem solid transparent;
    border-color: transparent;
}

    .table.border-hover tr td:first-child {
        border-width: 0.0625rem 0 0.0625rem 0.0625rem;
    }

    .table.border-hover tr td:last-child {
        border-width: 0.0625rem 0.0625rem 0.0625rem 0;
    }

.table.border-hover tr:hover td {
    border-color: #EEEEEE;
}

.table.bg-primary-hover th, .table.bg-primary-hover td {
    border: none;
    font-weight: 500;
}

.table.bg-primary-hover td {
    color: #000;
}

.table.bg-primary-hover th {
    color: #6C6C6C;
}

.table.bg-primary-hover tr:hover td, .table.bg-primary-hover tr:hover th {
    background: var(--color-primary);
    color: #fff;
}

.table.bg-secondary-hover th, .table.bg-secondary-hover td {
    border: none;
    font-weight: 500;
}

.table.bg-secondary-hover td {
    color: #000;
}

.table.bg-secondary-hover th {
    color: #6C6C6C;
}

.table.bg-secondary-hover tr:hover td, .table.bg-secondary-hover tr:hover th {
    background: #145650;
    color: #fff !important;
}

.table.bg-info-hover th, .table.bg-info-hover td {
    border: none;
    font-weight: 500;
}

.table.bg-info-hover td {
    color: #000;
}

.table.bg-info-hover th {
    color: #6C6C6C;
}

.table.bg-info-hover tr:hover td, .table.bg-info-hover tr:hover th {
    background: #D653C1;
    color: #fff !important;
}

.table.bg-warning-hover th, .table.bg-warning-hover td {
    border: none;
    font-weight: 500;
}

.table.bg-warning-hover td {
    color: #000;
}

.table.bg-warning-hover th {
    color: #6C6C6C;
}

.table.bg-warning-hover tr:hover td, .table.bg-warning-hover tr:hover th {
    background: #ffa755;
    color: #fff !important;
}

.table.border-no td {
    border: 0;
}

.table.short-one tr td:first-child, .table.short-one tr th:first-child {
    width: 3.75rem;
}

.table thead th {
    border-bottom: 0.0625rem solid #EEEEEE;
    text-transform: capitalize;
    font-size: 1.125rem;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: 0.0313rem;
    border-color: #f5f5f5 !important;
}

[data-theme-version="dark"] .table thead th {
    border-color: #2e2e42;
}

.table tbody tr td {
    vertical-align: middle;
    border-color: #f5f5f5;
}

.table:not(.table-bordered) thead th {
    border-top: none;
}

.table .thead-primary th {
    background-color: var(--color-primary);
    color: #fff;
}

.table .thead-info th {
    background-color: #D653C1;
    color: #fff;
}

.table .thead-warning th {
    background-color: #ffa755;
    color: #fff;
}

.table .thead-danger th {
    background-color: #f72b50;
    color: #fff;
}

.table .thead-success th {
    background-color: #68e365;
    color: #fff;
}

.table.primary-table-bordered {
    border: 0.0625rem solid #f5f5f5;
}

[data-theme-version="dark"] .table.primary-table-bordered {
    border-color: #2e2e42;
}

.table.primary-table-bg-hover thead th {
    background-color: var(--primary-dark);
    color: #fff;
    border-bottom: none;
}

.table.primary-table-bg-hover tbody tr {
    background-color: var(--color-primary);
    color: #fff;
    transition: all .1s ease;
}

    .table.primary-table-bg-hover tbody tr:hover {
        background-color: var(--rgba-primary-8);
    }

    .table.primary-table-bg-hover tbody tr:not(:last-child) td, .table.primary-table-bg-hover tbody tr:not(:last-child) th {
        border-bottom: 0.0625rem solid var(--primary-dark);
    }

.table-responsive-tiny {
    min-width: 18.75rem;
}

.table-responsive-sm {
    min-width: 30rem !important;
}

.table-responsive-md {
    min-width: 36rem !important;
}

.table-responsive-lg {
    min-width: 60.9375rem !important;
}

.table-responsive-xl {
    min-width: 70.9375rem !important;
}

.table-primary, .table-primary > th, .table-primary > td {
    background-color: var(--rgba-primary-1);
    color: var(--color-primary);
}

.table-success, .table-success > th, .table-success > td {
    background-color: #e7fbe6;
    color: #68e365;
}

.table-info, .table-info > th, .table-info > td {
    background-color: #efbae6;
    color: #D653C1;
}

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #ffe9d5;
    color: #ffa755;
}

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #fee6ea;
    color: #f72b50;
}


.table-active, .table-active > th, .table-active > td {
    background-color: #f2f4fa;
}

.card-table th:first-child, .card-table td:first-child {
    padding-left: 1.875rem;
}

@media only screen and (max-width: 35.9375rem) {
    .card-table th:first-child, .card-table td:first-child {
        padding-left: 0.9375rem;
    }
}

.card-table th:last-child, .card-table td:last-child {
    padding-right: 1.875rem;
}

@media only screen and (max-width: 35.9375rem) {
    .card-table th:last-child, .card-table td:last-child {
        padding-right: 0.9375rem;
    }
}

.bootgrid-header {
    padding: 0 !important;
    margin: 0;
}

@media only screen and (max-width: 35.9375rem) {
    .bootgrid-header .actionBar {
        padding: 0;
    }

    .bootgrid-header .search {
        margin: 0 0 0.625rem 0;
    }
}

table#example {
    padding: 0rem 0 2rem 0;
}

table.dataTable {
    font-size: 0.875rem;
}

#example2_wrapper .dataTables_scrollBody {
    max-height: 33.25rem !important;
}

#employees, #custommers {
    padding: .5rem 0 1rem 0;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0.125rem solid #EEEEEE;
    border-top: 0;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 0;
}

table.dataTable tbody tr, table.dataTable tbody td {
    background: transparent !important;
}

table.dataTable thead th {
    color: #000;
    white-space: nowrap;
    font-size: 1.125rem;
    text-transform: capitalize;
    font-weight: 600;
    padding: 1.25rem 0.9375rem;
}

[data-theme-version="dark"] table.dataTable thead th {
    color: #fff;
}

@media only screen and (max-width: 87.5rem) {
    table.dataTable thead th {
        font-size: 1rem;
    }
}

table.dataTable tbody td {
    padding: 1.25rem 0.9375rem;
    font-size: 1rem;
    font-weight: 400;
    border-bottom: 0;
}

@media only screen and (max-width: 35.9375rem) {
    table.dataTable tbody td {
        padding: 0.5rem 0.3125rem;
    }
}

@media only screen and (max-width: 87.5rem) {
    table.dataTable tbody td {
        font-size: 0.875rem;
        padding: 0.5rem 0.9375rem;
    }
}

table.dataTable tr.selected {
    color: var(--color-primary);
}

table.dataTable tfoot th {
    color: #6e6e6e;
    font-weight: 600;
}

td.text-ov {
    white-space: nowrap;
}

.dataTables_wrapper .dataTables_paginate {
    align-items: center;
    display: flex;
    flex-flow: wrap;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        font-size: 1.125rem;
        height: 3.125rem;
        width: fit-content;
        border: 0.0625rem solid var(--color-primary);
        border-radius: 2.8125rem;
        padding: 0 1.25rem;
        line-height: 3.125rem;
        margin: 0 0.625rem;
        display: inline-block;
        color: var(--color-primary) !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.previous.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next.next:hover {
            color: #fff !important;
            background: var(--color-primary) !important;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
            color: var(--color-primary) !important;
        }

@media only screen and (max-width: 35.9375rem) {
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        height: 3.125rem;
        width: fit-content;
        line-height: 3.125rem;
        padding: 0 0.75rem;
    }
}

.dataTables_wrapper .dataTables_paginate span .paginate_button {
    height: 3.125rem;
    width: 3.125rem;
    padding: 0;
    margin-left: 0rem;
    margin: 0 0.125rem;
    line-height: 3.125rem;
    text-align: center;
    font-size: 1.125rem;
    border-radius: 2.8125rem;
    color: var(--color-primary) !important;
    background: var(--rgba-primary-1);
}

@media only screen and (max-width: 35.9375rem) {
    .dataTables_wrapper .dataTables_paginate span .paginate_button {
        height: 3.125rem;
        width: 3.125rem;
        line-height: 3.125rem;
    }
}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current, .dataTables_wrapper .dataTables_paginate span .paginate_button:hover {
    color: var(--color-primary) !important;
}

    .dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate span .paginate_button:hover:hover {
        color: #fff !important;
        background: var(--color-primary) !important;
    }

.dataTables_wrapper input[type="search"], .dataTables_wrapper input[type="text"], .dataTables_wrapper select {
    border: 0.0625rem solid var(--color-border);
    padding: .3rem 0.5rem;
    color: var(--color-text);
    border-radius: var(--border-radius);
}

.dataTables_wrapper .dataTables_length {
    margin-bottom: 0.9375rem;
}

    .dataTables_wrapper .dataTables_length .bootstrap-select {
        width: 5rem;
        margin: 0 0.3125rem;
    }

table.dataTable.no-footer {
    border-bottom: 0;
}

.rounded-lg {
    min-width: 1.875rem;
}

.dataTables_scroll {
    padding: 1rem 0;
}

.dataTables_scrollFoot {
    padding-top: 1rem;
}

.dataTablesCard {
    background-color: #fff;
    border-radius: 1.25rem;
}

    .dataTablesCard.border-no td {
        border-top: 0 !important;
    }

@media (max-width: 991.98px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        text-align: left;
    }
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #393939 !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #393939;
    border-radius: 1rem;
    padding: 0.125rem 0;
}

.paging_simple_numbers.dataTables_paginate {
    padding: 0.3125rem 0.3125rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #393939 !important;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-color: #EEEEEE;
}

.dataTables_wrapper .dataTables_length .bootstrap-select .dropdown-toggle {
    font-size: 0.813rem !important;
    padding: 0.625rem 1rem;
}

.fooicon {
    font-size: 1.25rem;
    color: #6e6e6e;
}

.jsgrid-table .jsgrid-header-row > .jsgrid-header-cell {
    color: #6e6e6e;
}

.jsgrid-table > tbody > tr > td {
    padding: 1.2em;
}

.jsgrid-table .jsgrid-insert-row input, .jsgrid-table .jsgrid-insert-row select, .jsgrid-table .jsgrid-edit-row input, .jsgrid-table .jsgrid-edit-row select {
    border: 0.0625rem solid #DDDFE1;
}

.jsgrid .jsgrid-button {
    border: 0 !important;
    margin-left: 0.625rem;
}



.viplayer {
    width: 80%;
}

.viplayerDiv {
    text-align: left;
}
/* For Tablets adm mobiles */
@media only screen and (max-width: 35.9375rem) {
    .viplayer {
        width: 70%;
    }

    .viplayerDiv {
        text-align: center;
    }
}

.jsgrid .jsgrid-button {
    border: 0 !important;
    margin-left: 0.625rem;
}


.cat-div {
    min-height: 72px;
    border: 1px #EFEFF2 solid;
}

    .cat-div .cat-name {
        font-size: 16px;
        color: #21213F;
    }

.cat-wizard .wizard-buttons {
}

    .cat-wizard .wizard-buttons .btn {
        min-width: 100px;
    }

.cat-wizard .tab-pane {
    min-height: 414px;
}

.cat-wizard .tab-title {
    text-align: center;
    padding: 0px 20px 20px 20px;
    font-weight: 600;
    font-size: 20px;
}

.cat-wizard .tab-pane .btn {
    padding: 1em !important;
}

.cat-wizard .tab-pane .btn {
    border: 1px var(--color-primary) solid;
}

.cat-wizard .far {
    color: #2D2D68;
}

.px-3 {
    padding-left: 2rem !important;
}

.cat-selected .cat-name, .cat-selected .far {
    color: var(--color-primary);
}

.alert-body-text {
    padding-right: 15px;
}

.upg-modal .detail-para {
    font-size: 14px;
    line-height: 1.5;
}

.upg-modal .input-group {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--color-primary);
    border-radius: 10px;
}

    .upg-modal .input-group input:focus {
        border: 0 !important;
    }

    .upg-modal .input-group button {
        border-top-right-radius: 9px;
        border-bottom-right-radius: 9px;
        background-color: #1eb7e9;
    }

        .upg-modal .input-group button:hover {
            color: #fff;
        }

@media only screen and (max-width: 390px) {
    .upg-modal .modal-footer .upg-nw-btn, .upg-modal .modal-footer .mb-later {
    }
}

.sel-pkg-upgrd-opt-lbl {
    font-weight: 600;
    border-bottom: 3px solid #00a6ea;
    width: 180px;
    padding-bottom: 5px;
}

label.pkg-sel-lbl:has(input[type="radio"]:checked) {
    border: 1px solid #000;
    border-radius: 10px;
}

    label.pkg-sel-lbl:has(input[type="radio"]:checked) .desc {
        background-color: #00A6EA;
    }

        label.pkg-sel-lbl:has(input[type="radio"]:checked) .desc .desc-txt, label.pkg-sel-lbl:has(input[type="radio"]:checked) .desc .pricing, label.pkg-sel-lbl:has(input[type="radio"]:checked) .desc .desc-txt .fa-info-circle {
            color: #fff;
        }

    label.pkg-sel-lbl:has(input[type="radio"]:checked) .sel-sign .fa-minus {
        display: unset;
    }

    label.pkg-sel-lbl:has(input[type="radio"]:checked) .sel-sign .fa-plus {
        display: none;
    }

    label.pkg-sel-lbl:has(input[type="radio"]:checked) .sel-sign .fa-check {
        display: unset;
        font-size: 12px;
        position: absolute;
        right: -10px;
        margin-top: -7px;
        background: #2c2c68;
        color: #fff;
        width: 25px;
        height: 25px;
        border-radius: 17px;
        text-align: center;
        line-height: 25px;
        top: 0;
    }

    label.pkg-sel-lbl:has(input[type="radio"]:checked) .sel-sign {
        background-color: #69C9F1;
    }




.pkg-sel-lbl {
    width: 100%;
    cursor: pointer;
    position: relative;
}

    .pkg-sel-lbl .left-img {
        background-color: #d2ecf8;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

        .pkg-sel-lbl .left-img img {
            height: 30px;
        }

    .pkg-sel-lbl .desc {
        background-color: #d2ecf8;
    }

        .pkg-sel-lbl .desc .desc-txt {
            font-size: 14px;
            display: flex;
            flex-direction: column;
        }

        .pkg-sel-lbl .desc .pkg-h {
            font-weight: 600;
        }

        .pkg-sel-lbl .desc .pkg-desc {
            font-weight: 400;
            line-height: 1.5em;
            color: #444;
        }

        .pkg-sel-lbl .desc .desc-txt .fa-info-circle {
            color: #8D9A9F;
        }


        .pkg-sel-lbl .desc .pricing {
            font-size: 14px;
            font-weight: 600;
            color: #00a6ea;
        }

    .pkg-sel-lbl .sel-sign {
        min-width: 76px;
        background-color: #e7e7e7;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }


        .pkg-sel-lbl .sel-sign .fa-minus, .pkg-sel-lbl .sel-sign .fa-check {
            display: none;
        }

        .pkg-sel-lbl .sel-sign .fa-plus {
            color: #00a6ea;
        }

.btn-dark-blue {
    color: #fff;
    background-color: #2D2D68;
    border-color: #2D2D68;
}

    .btn-dark-blue:hover {
        color: #2D2D68;
        background-color: #fff;
        border-color: #2D2D68;
    }



.coup-cod-inp {
    width: 310px;
    border-radius: 10px;
}

.app-coup-btn {
    border-radius: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    width: 190px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .video-container video {
        width: 100%;
    }

.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

    .fullscreen-overlay video {
        width: 50%;
        height: 50%;
        object-fit: contain;
    }

.list-style-disc {
    list-style: disc;
}

.yt-av-close-btn {
    position: absolute;
    top: -18px;
    right: 0px;
    background: #00000057;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
}


#dify-chatbot-bubble-button {
    background-color: #1C64F2 !important;
    background-image: url("https://static.vecteezy.com/system/resources/thumbnails/024/280/430/small_2x/sparkle-stars-white-png.png") !important;
    background-size: 60% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    bottom: 53px !important;
}

    #dify-chatbot-bubble-button img,
    #dify-chatbot-bubble-button svg {
        display: none !important;
    }

#dify-chatbot-bubble-window {
    width: 30rem !important;
    height: 50rem !important;
    position: fixed !important;
    bottom: 45px !important;
}

    #dify-chatbot-bubble-window .text-text-tertiary, #dify-chatbot-bubble-window .text-text-tertiary ~ img {
        display: none !important;
    }

@media(max-width: 600px) {
    #dify-chatbot-bubble-window {
        width: 80% !important;
        height: 80% !important;
        bottom: 50px !important;
        border-radius: 0 !important;
    }
}

