@charset "UTF-8";



body.theme-dark{
    --bs-blue:#435ebe;
    --bs-indigo:#6610f2;
    --bs-purple:#6f42c1;
    --bs-pink:#d63384;
    --bs-red:#dc3545;
    --bs-orange:#fd7e14;
    --bs-yellow:#ffc107;
    --bs-green:#198754;
    --bs-teal:#20c997;
    --bs-cyan:#0dcaf0;
    --bs-white:#fff;
    --bs-gray:#6c757d;
    --bs-gray-dark:#343a40;
    --bs-gray-100:#f8f9fa;
    --bs-gray-200:#e9ecef;
    --bs-gray-300:#dee2e6;
    --bs-gray-400:#ced4da;
    --bs-gray-500:#adb5bd;
    --bs-gray-600:#6c757d;
    --bs-gray-700:#495057;
    --bs-gray-800:#343a40;
    --bs-gray-900:#212529;
    --bs-primary:#435ebe;
    --bs-secondary:#6c757d;
    --bs-success:#198754;
    --bs-info:#0dcaf0;
    --bs-warning:#ffc107;
    --bs-danger:#dc3545;
    --bs-light:#f8f9fa;
    --bs-dark:#f2f7ff;
    --bs-primary-rgb:67,94,190;
    --bs-secondary-rgb:108,117,125;
    --bs-success-rgb:25,135,84;
    --bs-info-rgb:13,202,240;
    --bs-warning-rgb:255,193,7;
    --bs-danger-rgb:220,53,69;
    --bs-light-rgb:248,249,250;
    --bs-dark-rgb:242,247,255;
    --bs-white-rgb:255,255,255;
    --bs-black-rgb:0,0,0;
    --bs-body-color-rgb:194,194,217;
    --bs-body-bg-rgb:21,21,33;
    --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size:0.8rem;
    --bs-body-font-weight:400;
    --bs-body-line-height:1.5;
    --bs-body-color:#c2c2d9;
    --bs-body-bg:#151521;
    /*--bs-body-bg: #151521f0;*/

}
body.theme-dark *,body.theme-dark :after,body.theme-dark :before{
    box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference){
    body.theme-dark :root{
        scroll-behavior:smooth
    }
}
body.theme-dark body{
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    background-color:var(--bs-body-bg);
    color:var(--bs-body-color);
    font-family:var(--bs-body-font-family);
    font-size:var(--bs-body-font-size);
    font-weight:var(--bs-body-font-weight);
    line-height:var(--bs-body-line-height);
    margin:0;
    text-align:var(--bs-body-text-align)
}
body.theme-dark hr{
    border:0;
    border-top:1px solid;
    color:inherit;
    margin:1rem 0;
    opacity:.25
}
body.theme-dark .h1,body.theme-dark .h2,body.theme-dark .h3,body.theme-dark .h4,body.theme-dark .h5,body.theme-dark .h6,body.theme-dark h1,body.theme-dark h2,body.theme-dark h3,body.theme-dark h4,body.theme-dark h5,body.theme-dark h6{
    color:#fff;
    font-weight:700;
    line-height:1.2;
    margin-bottom:.5rem;
    margin-top:0
}
body.theme-dark .h1,body.theme-dark h1{
    font-size:calc(1.375rem + 1.5vw)
}
@media (min-width:1200px){
    body.theme-dark .h1,body.theme-dark h1{
        font-size:2.5rem
    }
}
body.theme-dark .h2,body.theme-dark h2{
    font-size:calc(1.325rem + .9vw)
}
@media (min-width:1200px){
    body.theme-dark .h2,body.theme-dark h2{
        font-size:2rem
    }
}
body.theme-dark .h3,body.theme-dark h3{
    font-size:calc(1.3rem + .6vw)
}
@media (min-width:1200px){
    body.theme-dark .h3,body.theme-dark h3{
        font-size:1.75rem
    }
}
body.theme-dark .h4,body.theme-dark h4{
    font-size:calc(1.275rem + .3vw)
}
@media (min-width:1200px){
    body.theme-dark .h4,body.theme-dark h4{
        font-size:1.5rem
    }
}
body.theme-dark .h5,body.theme-dark h5{
    font-size:1rem
}
body.theme-dark .h6,body.theme-dark h6{
    font-size:1rem
}
body.theme-dark p{
    margin-bottom:1rem;
    margin-top:0
}
body.theme-dark abbr[title]{
    cursor:help;
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted;
    -webkit-text-decoration-skip-ink:none;
    text-decoration-skip-ink:none
}
body.theme-dark address{
    font-style:normal;
    line-height:inherit;
    margin-bottom:1rem
}
body.theme-dark ol,body.theme-dark ul{
    padding-left:2rem
}
body.theme-dark dl,body.theme-dark ol,body.theme-dark ul{
    margin-bottom:1rem;
    margin-top:0
}
body.theme-dark ol ol,body.theme-dark ol ul,body.theme-dark ul ol,body.theme-dark ul ul{
    margin-bottom:0
}
body.theme-dark dt{
    font-weight:700
}
body.theme-dark dd{
    margin-bottom:.5rem;
    margin-left:0
}
body.theme-dark blockquote{
    margin:0 0 1rem
}
body.theme-dark b,body.theme-dark strong{
    font-weight:bolder
}
body.theme-dark .small,body.theme-dark small{
    font-size:.875em
}
body.theme-dark .mark,body.theme-dark mark{
    background-color:var(--bs-highlight-bg);
    padding:.2em
}
body.theme-dark sub,body.theme-dark sup{
    font-size:.75em;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
body.theme-dark sub{
    bottom:-.25em
}
body.theme-dark sup{
    top:-.5em
}
body.theme-dark a{
    /*color:var(--bs-link-color);*/
    color: #94969c;
    text-decoration:underline
}
body.theme-dark a:hover{
    color:var(--bs-link-hover-color)
}
body.theme-dark a:not([href]):not([class]),body.theme-dark a:not([href]):not([class]):hover{
    color:inherit;
    text-decoration:none
}
body.theme-dark code,body.theme-dark kbd,body.theme-dark pre,body.theme-dark samp{
    font-family:var(--bs-font-monospace);
    font-size:1em
}
body.theme-dark pre{
    display:block;
    font-size:.875em;
    margin-bottom:1rem;
    margin-top:0;
    overflow:auto
}
body.theme-dark pre code{
    color:inherit;
    font-size:inherit;
    word-break:normal
}
body.theme-dark code{
    word-wrap:break-word;
    color:var(--bs-code-color);
    font-size:.875em
}
a>body.theme-dark code{
    color:inherit
}
body.theme-dark kbd{
    background-color:#212529;
    border-radius:.2rem;
    color:#fff;
    font-size:.875em;
    padding:.2rem .4rem
}
body.theme-dark kbd kbd{
    font-size:1em;
    font-weight:700;
    padding:0
}
body.theme-dark figure{
    margin:0 0 1rem
}
body.theme-dark img,body.theme-dark svg{
    vertical-align:middle
}
body.theme-dark table{
    border-collapse:collapse;
    caption-side:bottom
}
body.theme-dark caption{
    color:#7c8db5;
    padding-bottom:.5rem;
    padding-top:.5rem;
    text-align:left
}
body.theme-dark th{
    text-align:inherit;
    text-align:-webkit-match-parent
}
body.theme-dark tbody,body.theme-dark td,body.theme-dark tfoot,body.theme-dark th,body.theme-dark thead,body.theme-dark tr{
    border:0 solid;
    border-color:inherit
}
body.theme-dark label{
    display:inline-block
}
body.theme-dark button{
    border-radius:0
}
body.theme-dark button:focus:not(:focus-visible){
    outline:0
}
body.theme-dark button,body.theme-dark input,body.theme-dark optgroup,body.theme-dark select,body.theme-dark textarea{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
    /*margin: 10px;*/
}
body.theme-dark button,body.theme-dark select{
    text-transform:none
}
body.theme-dark [role=button]{
    cursor:pointer
}
body.theme-dark select{
    word-wrap:normal
}
body.theme-dark select:disabled{
    opacity:1
}
body.theme-dark [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{
    display:none!important
}
body.theme-dark [type=button],body.theme-dark [type=reset],body.theme-dark [type=submit],body.theme-dark button{
    -webkit-appearance:button
}
body.theme-dark [type=button]:not(:disabled),body.theme-dark [type=reset]:not(:disabled),body.theme-dark [type=submit]:not(:disabled),body.theme-dark button:not(:disabled){
    cursor:pointer
}
body.theme-dark ::-moz-focus-inner{
    border-style:none;
    padding:0
}
body.theme-dark textarea{
    resize:vertical
}
body.theme-dark fieldset{
    border:0;
    margin:0;
    min-width:0;
    padding:0
}
body.theme-dark legend{
    float:left;
    font-size:calc(1.275rem + .3vw);
    line-height:inherit;
    margin-bottom:.5rem;
    padding:0;
    width:100%
}
@media (min-width:1200px){
    body.theme-dark legend{
        font-size:1.5rem
    }
}
body.theme-dark legend+*{
    clear:left
}
body.theme-dark ::-webkit-datetime-edit-day-field,body.theme-dark ::-webkit-datetime-edit-fields-wrapper,body.theme-dark ::-webkit-datetime-edit-hour-field,body.theme-dark ::-webkit-datetime-edit-minute,body.theme-dark ::-webkit-datetime-edit-month-field,body.theme-dark ::-webkit-datetime-edit-text,body.theme-dark ::-webkit-datetime-edit-year-field{
    padding:0
}
body.theme-dark ::-webkit-inner-spin-button{
    height:auto
}
body.theme-dark [type=search]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
body.theme-dark ::-webkit-search-decoration{
    -webkit-appearance:none
}
body.theme-dark ::-webkit-color-swatch-wrapper{
    padding:0
}
body.theme-dark ::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
body.theme-dark ::file-selector-button{
    -webkit-appearance:button;
    font:inherit
}
body.theme-dark output{
    display:inline-block
}
body.theme-dark iframe{
    border:0
}
body.theme-dark summary{
    cursor:pointer;
    display:list-item
}
body.theme-dark progress{
    vertical-align:baseline
}
body.theme-dark [hidden]{
    display:none!important
}
body.theme-dark .lead{
    font-size:1.25rem;
    font-weight:300
}
body.theme-dark .display-1{
    font-size:calc(1.625rem + 4.5vw);
    font-weight:300;
    line-height:1.2
}
@media (min-width:1200px){
    body.theme-dark .display-1{
        font-size:5rem
    }
}
body.theme-dark .display-2{
    font-size:calc(1.575rem + 3.9vw);
    font-weight:300;
    line-height:1.2
}
@media (min-width:1200px){
    body.theme-dark .display-2{
        font-size:4.5rem
    }
}
body.theme-dark .display-3{
    font-size:calc(1.525rem + 3.3vw);
    font-weight:300;
    line-height:1.2
}
@media (min-width:1200px){
    body.theme-dark .display-3{
        font-size:4rem
    }
}
body.theme-dark .display-4{
    font-size:calc(1.475rem + 2.7vw);
    font-weight:300;
    line-height:1.2
}
@media (min-width:1200px){
    body.theme-dark .display-4{
        font-size:3.5rem
    }
}
body.theme-dark .display-5{
    font-size:calc(1.425rem + 2.1vw);
    font-weight:300;
    line-height:1.2
}
@media (min-width:1200px){
    body.theme-dark .display-5{
        font-size:3rem
    }
}
body.theme-dark .display-6{
    font-size:calc(1.375rem + 1.5vw);
    font-weight:300;
    line-height:1.2
}
@media (min-width:1200px){
    body.theme-dark .display-6{
        font-size:2.5rem
    }
}
body.theme-dark .list-inline,body.theme-dark .list-unstyled{
    list-style:none;
    padding-left:0
}
body.theme-dark .list-inline-item{
    display:inline-block
}
body.theme-dark .list-inline-item:not(:last-child){
    margin-right:.5rem
}
body.theme-dark .initialism{
    font-size:.875em;
    text-transform:uppercase
}
body.theme-dark .blockquote{
    font-size:1.25rem;
    margin-bottom:1rem
}
body.theme-dark .blockquote>:last-child{
    margin-bottom:0
}
body.theme-dark .blockquote-footer{
    color:#6c757d;
    font-size:.875em;
    margin-bottom:1rem;
    margin-top:-1rem
}
body.theme-dark .blockquote-footer:before{
    content:"— "
}
body.theme-dark .img-fluid{
    height:auto;
    max-width:100%
}
body.theme-dark .img-thumbnail{
    background-color:#f2f7ff;
    border:1px solid #dee2e6;
    border-radius:.25rem;
    height:auto;
    max-width:100%;
    padding:.25rem
}
body.theme-dark .figure{
    display:inline-block
}
body.theme-dark .figure-img{
    line-height:1;
    margin-bottom:.5rem
}
body.theme-dark .figure-caption{
    color:#6c757d;
    font-size:.875em
}
body.theme-dark .container,body.theme-dark .container-fluid,body.theme-dark .container-lg,body.theme-dark .container-md,body.theme-dark .container-sm,body.theme-dark .container-xl,body.theme-dark .container-xxl{
    --bs-gutter-x:0.75rem;
    --bs-gutter-y:0;
    margin-left:auto;
    margin-right:auto;
    padding-left:calc(var(--bs-gutter-x)*.5);
    padding-right:calc(var(--bs-gutter-x)*.5);
    width:100%
}
@media (min-width:576px){
    body.theme-dark .container,body.theme-dark .container-sm{
        max-width:540px
    }
}
@media (min-width:768px){
    body.theme-dark .container,body.theme-dark .container-md,body.theme-dark .container-sm{
        max-width:720px
    }
}
@media (min-width:992px){
    body.theme-dark .container,body.theme-dark .container-lg,body.theme-dark .container-md,body.theme-dark .container-sm{
        max-width:960px
    }
}
@media (min-width:1200px){
    body.theme-dark .container,body.theme-dark .container-lg,body.theme-dark .container-md,body.theme-dark .container-sm,body.theme-dark .container-xl{
        max-width:1140px
    }
}
@media (min-width:1400px){
    body.theme-dark .container,body.theme-dark .container-lg,body.theme-dark .container-md,body.theme-dark .container-sm,body.theme-dark .container-xl,body.theme-dark .container-xxl{
        max-width:1320px
    }
}
body.theme-dark .row{
    --bs-gutter-x:1.5rem;
    --bs-gutter-y:0;
    display:flex;
    flex-wrap:wrap;
    margin-left:calc(var(--bs-gutter-x)*-.5);
    margin-right:calc(var(--bs-gutter-x)*-.5);
    margin-top:calc(var(--bs-gutter-y)*-1)
}
body.theme-dark .row>*{
    flex-shrink:0;
    margin-top:var(--bs-gutter-y);
    max-width:100%;
    padding-left:calc(var(--bs-gutter-x)*.5);
    padding-right:calc(var(--bs-gutter-x)*.5);
    width:100%
}
body.theme-dark .col{
    flex:1 0 0%
}
body.theme-dark .row-cols-auto>*{
    flex:0 0 auto;
    width:auto
}
body.theme-dark .row-cols-1>*{
    flex:0 0 auto;
    width:100%
}
body.theme-dark .row-cols-2>*{
    flex:0 0 auto;
    width:50%
}
body.theme-dark .row-cols-3>*{
    flex:0 0 auto;
    width:33.3333333333%
}
body.theme-dark .row-cols-4>*{
    flex:0 0 auto;
    width:25%
}
body.theme-dark .row-cols-5>*{
    flex:0 0 auto;
    width:20%
}
body.theme-dark .row-cols-6>*{
    flex:0 0 auto;
    width:16.6666666667%
}
body.theme-dark .col-auto{
    flex:0 0 auto;
    width:auto
}
body.theme-dark .col-1{
    flex:0 0 auto;
    width:8.33333333%
}
body.theme-dark .col-2{
    flex:0 0 auto;
    width:16.66666667%
}
body.theme-dark .col-3{
    flex:0 0 auto;
    width:25%
}
body.theme-dark .col-4{
    flex:0 0 auto;
    width:33.33333333%
}
body.theme-dark .col-5{
    flex:0 0 auto;
    width:41.66666667%
}
body.theme-dark .col-6{
    flex:0 0 auto;
    width:50%
}
body.theme-dark .col-7{
    flex:0 0 auto;
    width:58.33333333%
}
body.theme-dark .col-8{
    flex:0 0 auto;
    width:66.66666667%
}
body.theme-dark .col-9{
    flex:0 0 auto;
    width:75%
}
body.theme-dark .col-10{
    flex:0 0 auto;
    width:83.33333333%
}
body.theme-dark .col-11{
    flex:0 0 auto;
    width:91.66666667%
}
body.theme-dark .col-12{
    flex:0 0 auto;
    width:100%
}
body.theme-dark .offset-1{
    margin-left:8.33333333%
}
body.theme-dark .offset-2{
    margin-left:16.66666667%
}
body.theme-dark .offset-3{
    margin-left:25%
}
body.theme-dark .offset-4{
    margin-left:33.33333333%
}
body.theme-dark .offset-5{
    margin-left:41.66666667%
}
body.theme-dark .offset-6{
    margin-left:50%
}
body.theme-dark .offset-7{
    margin-left:58.33333333%
}
body.theme-dark .offset-8{
    margin-left:66.66666667%
}
body.theme-dark .offset-9{
    margin-left:75%
}
body.theme-dark .offset-10{
    margin-left:83.33333333%
}
body.theme-dark .offset-11{
    margin-left:91.66666667%
}
body.theme-dark .g-0,body.theme-dark .gx-0{
    --bs-gutter-x:0
}
body.theme-dark .g-0,body.theme-dark .gy-0{
    --bs-gutter-y:0
}
body.theme-dark .g-1,body.theme-dark .gx-1{
    --bs-gutter-x:0.25rem
}
body.theme-dark .g-1,body.theme-dark .gy-1{
    --bs-gutter-y:0.25rem
}
body.theme-dark .g-2,body.theme-dark .gx-2{
    --bs-gutter-x:0.5rem
}
body.theme-dark .g-2,body.theme-dark .gy-2{
    --bs-gutter-y:0.5rem
}
body.theme-dark .g-3,body.theme-dark .gx-3{
    --bs-gutter-x:1rem
}
body.theme-dark .g-3,body.theme-dark .gy-3{
    --bs-gutter-y:1rem
}
body.theme-dark .g-4,body.theme-dark .gx-4{
    --bs-gutter-x:1.5rem
}
body.theme-dark .g-4,body.theme-dark .gy-4{
    --bs-gutter-y:1.5rem
}
body.theme-dark .g-5,body.theme-dark .gx-5{
    --bs-gutter-x:3rem
}
body.theme-dark .g-5,body.theme-dark .gy-5{
    --bs-gutter-y:3rem
}
@media (min-width:576px){
    body.theme-dark .col-sm{
        flex:1 0 0%
    }
    body.theme-dark .row-cols-sm-auto>*{
        flex:0 0 auto;
        width:auto
    }
    body.theme-dark .row-cols-sm-1>*{
        flex:0 0 auto;
        width:100%
    }
    body.theme-dark .row-cols-sm-2>*{
        flex:0 0 auto;
        width:50%
    }
    body.theme-dark .row-cols-sm-3>*{
        flex:0 0 auto;
        width:33.3333333333%
    }
    body.theme-dark .row-cols-sm-4>*{
        flex:0 0 auto;
        width:25%
    }
    body.theme-dark .row-cols-sm-5>*{
        flex:0 0 auto;
        width:20%
    }
    body.theme-dark .row-cols-sm-6>*{
        flex:0 0 auto;
        width:16.6666666667%
    }
    body.theme-dark .col-sm-auto{
        flex:0 0 auto;
        width:auto
    }
    body.theme-dark .col-sm-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    body.theme-dark .col-sm-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    body.theme-dark .col-sm-3{
        flex:0 0 auto;
        width:25%
    }
    body.theme-dark .col-sm-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    body.theme-dark .col-sm-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    body.theme-dark .col-sm-6{
        flex:0 0 auto;
        width:50%
    }
    body.theme-dark .col-sm-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    body.theme-dark .col-sm-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    body.theme-dark .col-sm-9{
        flex:0 0 auto;
        width:75%
    }
    body.theme-dark .col-sm-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    body.theme-dark .col-sm-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    body.theme-dark .col-sm-12{
        flex:0 0 auto;
        width:100%
    }
    body.theme-dark .offset-sm-0{
        margin-left:0
    }
    body.theme-dark .offset-sm-1{
        margin-left:8.33333333%
    }
    body.theme-dark .offset-sm-2{
        margin-left:16.66666667%
    }
    body.theme-dark .offset-sm-3{
        margin-left:25%
    }
    body.theme-dark .offset-sm-4{
        margin-left:33.33333333%
    }
    body.theme-dark .offset-sm-5{
        margin-left:41.66666667%
    }
    body.theme-dark .offset-sm-6{
        margin-left:50%
    }
    body.theme-dark .offset-sm-7{
        margin-left:58.33333333%
    }
    body.theme-dark .offset-sm-8{
        margin-left:66.66666667%
    }
    body.theme-dark .offset-sm-9{
        margin-left:75%
    }
    body.theme-dark .offset-sm-10{
        margin-left:83.33333333%
    }
    body.theme-dark .offset-sm-11{
        margin-left:91.66666667%
    }
    body.theme-dark .g-sm-0,body.theme-dark .gx-sm-0{
        --bs-gutter-x:0
    }
    body.theme-dark .g-sm-0,body.theme-dark .gy-sm-0{
        --bs-gutter-y:0
    }
    body.theme-dark .g-sm-1,body.theme-dark .gx-sm-1{
        --bs-gutter-x:0.25rem
    }
    body.theme-dark .g-sm-1,body.theme-dark .gy-sm-1{
        --bs-gutter-y:0.25rem
    }
    body.theme-dark .g-sm-2,body.theme-dark .gx-sm-2{
        --bs-gutter-x:0.5rem
    }
    body.theme-dark .g-sm-2,body.theme-dark .gy-sm-2{
        --bs-gutter-y:0.5rem
    }
    body.theme-dark .g-sm-3,body.theme-dark .gx-sm-3{
        --bs-gutter-x:1rem
    }
    body.theme-dark .g-sm-3,body.theme-dark .gy-sm-3{
        --bs-gutter-y:1rem
    }
    body.theme-dark .g-sm-4,body.theme-dark .gx-sm-4{
        --bs-gutter-x:1.5rem
    }
    body.theme-dark .g-sm-4,body.theme-dark .gy-sm-4{
        --bs-gutter-y:1.5rem
    }
    body.theme-dark .g-sm-5,body.theme-dark .gx-sm-5{
        --bs-gutter-x:3rem
    }
    body.theme-dark .g-sm-5,body.theme-dark .gy-sm-5{
        --bs-gutter-y:3rem
    }
}
@media (min-width:768px){
    body.theme-dark .col-md{
        flex:1 0 0%
    }
    body.theme-dark .row-cols-md-auto>*{
        flex:0 0 auto;
        width:auto
    }
    body.theme-dark .row-cols-md-1>*{
        flex:0 0 auto;
        width:100%
    }
    body.theme-dark .row-cols-md-2>*{
        flex:0 0 auto;
        width:50%
    }
    body.theme-dark .row-cols-md-3>*{
        flex:0 0 auto;
        width:33.3333333333%
    }
    body.theme-dark .row-cols-md-4>*{
        flex:0 0 auto;
        width:25%
    }
    body.theme-dark .row-cols-md-5>*{
        flex:0 0 auto;
        width:20%
    }
    body.theme-dark .row-cols-md-6>*{
        flex:0 0 auto;
        width:16.6666666667%
    }
    body.theme-dark .col-md-auto{
        flex:0 0 auto;
        width:auto
    }
    body.theme-dark .col-md-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    body.theme-dark .col-md-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    body.theme-dark .col-md-3{
        flex:0 0 auto;
        width:25%
    }
    body.theme-dark .col-md-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    body.theme-dark .col-md-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    body.theme-dark .col-md-6{
        flex:0 0 auto;
        width:50%
    }
    body.theme-dark .col-md-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    body.theme-dark .col-md-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    body.theme-dark .col-md-9{
        flex:0 0 auto;
        width:75%
    }
    body.theme-dark .col-md-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    body.theme-dark .col-md-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    body.theme-dark .col-md-12{
        flex:0 0 auto;
        width:100%
    }
    body.theme-dark .offset-md-0{
        margin-left:0
    }
    body.theme-dark .offset-md-1{
        margin-left:8.33333333%
    }
    body.theme-dark .offset-md-2{
        margin-left:16.66666667%
    }
    body.theme-dark .offset-md-3{
        margin-left:25%
    }
    body.theme-dark .offset-md-4{
        margin-left:33.33333333%
    }
    body.theme-dark .offset-md-5{
        margin-left:41.66666667%
    }
    body.theme-dark .offset-md-6{
        margin-left:50%
    }
    body.theme-dark .offset-md-7{
        margin-left:58.33333333%
    }
    body.theme-dark .offset-md-8{
        margin-left:66.66666667%
    }
    body.theme-dark .offset-md-9{
        margin-left:75%
    }
    body.theme-dark .offset-md-10{
        margin-left:83.33333333%
    }
    body.theme-dark .offset-md-11{
        margin-left:91.66666667%
    }
    body.theme-dark .g-md-0,body.theme-dark .gx-md-0{
        --bs-gutter-x:0
    }
    body.theme-dark .g-md-0,body.theme-dark .gy-md-0{
        --bs-gutter-y:0
    }
    body.theme-dark .g-md-1,body.theme-dark .gx-md-1{
        --bs-gutter-x:0.25rem
    }
    body.theme-dark .g-md-1,body.theme-dark .gy-md-1{
        --bs-gutter-y:0.25rem
    }
    body.theme-dark .g-md-2,body.theme-dark .gx-md-2{
        --bs-gutter-x:0.5rem
    }
    body.theme-dark .g-md-2,body.theme-dark .gy-md-2{
        --bs-gutter-y:0.5rem
    }
    body.theme-dark .g-md-3,body.theme-dark .gx-md-3{
        --bs-gutter-x:1rem
    }
    body.theme-dark .g-md-3,body.theme-dark .gy-md-3{
        --bs-gutter-y:1rem
    }
    body.theme-dark .g-md-4,body.theme-dark .gx-md-4{
        --bs-gutter-x:1.5rem
    }
    body.theme-dark .g-md-4,body.theme-dark .gy-md-4{
        --bs-gutter-y:1.5rem
    }
    body.theme-dark .g-md-5,body.theme-dark .gx-md-5{
        --bs-gutter-x:3rem
    }
    body.theme-dark .g-md-5,body.theme-dark .gy-md-5{
        --bs-gutter-y:3rem
    }
}
@media (min-width:992px){
    body.theme-dark .col-lg{
        flex:1 0 0%
    }
    body.theme-dark .row-cols-lg-auto>*{
        flex:0 0 auto;
        width:auto
    }
    body.theme-dark .row-cols-lg-1>*{
        flex:0 0 auto;
        width:100%
    }
    body.theme-dark .row-cols-lg-2>*{
        flex:0 0 auto;
        width:50%
    }
    body.theme-dark .row-cols-lg-3>*{
        flex:0 0 auto;
        width:33.3333333333%
    }
    body.theme-dark .row-cols-lg-4>*{
        flex:0 0 auto;
        width:25%
    }
    body.theme-dark .row-cols-lg-5>*{
        flex:0 0 auto;
        width:20%
    }
    body.theme-dark .row-cols-lg-6>*{
        flex:0 0 auto;
        width:16.6666666667%
    }
    body.theme-dark .col-lg-auto{
        flex:0 0 auto;
        width:auto
    }
    body.theme-dark .col-lg-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    body.theme-dark .col-lg-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    body.theme-dark .col-lg-3{
        flex:0 0 auto;
        width:25%
    }
    body.theme-dark .col-lg-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    body.theme-dark .col-lg-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    body.theme-dark .col-lg-6{
        flex:0 0 auto;
        width:50%
    }
    body.theme-dark .col-lg-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    body.theme-dark .col-lg-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    body.theme-dark .col-lg-9{
        flex:0 0 auto;
        width:75%
    }
    body.theme-dark .col-lg-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    body.theme-dark .col-lg-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    body.theme-dark .col-lg-12{
        flex:0 0 auto;
        width:100%
    }
    body.theme-dark .offset-lg-0{
        margin-left:0
    }
    body.theme-dark .offset-lg-1{
        margin-left:8.33333333%
    }
    body.theme-dark .offset-lg-2{
        margin-left:16.66666667%
    }
    body.theme-dark .offset-lg-3{
        margin-left:25%
    }
    body.theme-dark .offset-lg-4{
        margin-left:33.33333333%
    }
    body.theme-dark .offset-lg-5{
        margin-left:41.66666667%
    }
    body.theme-dark .offset-lg-6{
        margin-left:50%
    }
    body.theme-dark .offset-lg-7{
        margin-left:58.33333333%
    }
    body.theme-dark .offset-lg-8{
        margin-left:66.66666667%
    }
    body.theme-dark .offset-lg-9{
        margin-left:75%
    }
    body.theme-dark .offset-lg-10{
        margin-left:83.33333333%
    }
    body.theme-dark .offset-lg-11{
        margin-left:91.66666667%
    }
    body.theme-dark .g-lg-0,body.theme-dark .gx-lg-0{
        --bs-gutter-x:0
    }
    body.theme-dark .g-lg-0,body.theme-dark .gy-lg-0{
        --bs-gutter-y:0
    }
    body.theme-dark .g-lg-1,body.theme-dark .gx-lg-1{
        --bs-gutter-x:0.25rem
    }
    body.theme-dark .g-lg-1,body.theme-dark .gy-lg-1{
        --bs-gutter-y:0.25rem
    }
    body.theme-dark .g-lg-2,body.theme-dark .gx-lg-2{
        --bs-gutter-x:0.5rem
    }
    body.theme-dark .g-lg-2,body.theme-dark .gy-lg-2{
        --bs-gutter-y:0.5rem
    }
    body.theme-dark .g-lg-3,body.theme-dark .gx-lg-3{
        --bs-gutter-x:1rem
    }
    body.theme-dark .g-lg-3,body.theme-dark .gy-lg-3{
        --bs-gutter-y:1rem
    }
    body.theme-dark .g-lg-4,body.theme-dark .gx-lg-4{
        --bs-gutter-x:1.5rem
    }
    body.theme-dark .g-lg-4,body.theme-dark .gy-lg-4{
        --bs-gutter-y:1.5rem
    }
    body.theme-dark .g-lg-5,body.theme-dark .gx-lg-5{
        --bs-gutter-x:3rem
    }
    body.theme-dark .g-lg-5,body.theme-dark .gy-lg-5{
        --bs-gutter-y:3rem
    }
}
@media (min-width:1200px){
    body.theme-dark .col-xl{
        flex:1 0 0%
    }
    body.theme-dark .row-cols-xl-auto>*{
        flex:0 0 auto;
        width:auto
    }
    body.theme-dark .row-cols-xl-1>*{
        flex:0 0 auto;
        width:100%
    }
    body.theme-dark .row-cols-xl-2>*{
        flex:0 0 auto;
        width:50%
    }
    body.theme-dark .row-cols-xl-3>*{
        flex:0 0 auto;
        width:33.3333333333%
    }
    body.theme-dark .row-cols-xl-4>*{
        flex:0 0 auto;
        width:25%
    }
    body.theme-dark .row-cols-xl-5>*{
        flex:0 0 auto;
        width:20%
    }
    body.theme-dark .row-cols-xl-6>*{
        flex:0 0 auto;
        width:16.6666666667%
    }
    body.theme-dark .col-xl-auto{
        flex:0 0 auto;
        width:auto
    }
    body.theme-dark .col-xl-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    body.theme-dark .col-xl-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    body.theme-dark .col-xl-3{
        flex:0 0 auto;
        width:25%
    }
    body.theme-dark .col-xl-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    body.theme-dark .col-xl-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    body.theme-dark .col-xl-6{
        flex:0 0 auto;
        width:50%
    }
    body.theme-dark .col-xl-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    body.theme-dark .col-xl-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    body.theme-dark .col-xl-9{
        flex:0 0 auto;
        width:75%
    }
    body.theme-dark .col-xl-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    body.theme-dark .col-xl-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    body.theme-dark .col-xl-12{
        flex:0 0 auto;
        width:100%
    }
    body.theme-dark .offset-xl-0{
        margin-left:0
    }
    body.theme-dark .offset-xl-1{
        margin-left:8.33333333%
    }
    body.theme-dark .offset-xl-2{
        margin-left:16.66666667%
    }
    body.theme-dark .offset-xl-3{
        margin-left:25%
    }
    body.theme-dark .offset-xl-4{
        margin-left:33.33333333%
    }
    body.theme-dark .offset-xl-5{
        margin-left:41.66666667%
    }
    body.theme-dark .offset-xl-6{
        margin-left:50%
    }
    body.theme-dark .offset-xl-7{
        margin-left:58.33333333%
    }
    body.theme-dark .offset-xl-8{
        margin-left:66.66666667%
    }
    body.theme-dark .offset-xl-9{
        margin-left:75%
    }
    body.theme-dark .offset-xl-10{
        margin-left:83.33333333%
    }
    body.theme-dark .offset-xl-11{
        margin-left:91.66666667%
    }
    body.theme-dark .g-xl-0,body.theme-dark .gx-xl-0{
        --bs-gutter-x:0
    }
    body.theme-dark .g-xl-0,body.theme-dark .gy-xl-0{
        --bs-gutter-y:0
    }
    body.theme-dark .g-xl-1,body.theme-dark .gx-xl-1{
        --bs-gutter-x:0.25rem
    }
    body.theme-dark .g-xl-1,body.theme-dark .gy-xl-1{
        --bs-gutter-y:0.25rem
    }
    body.theme-dark .g-xl-2,body.theme-dark .gx-xl-2{
        --bs-gutter-x:0.5rem
    }
    body.theme-dark .g-xl-2,body.theme-dark .gy-xl-2{
        --bs-gutter-y:0.5rem
    }
    body.theme-dark .g-xl-3,body.theme-dark .gx-xl-3{
        --bs-gutter-x:1rem
    }
    body.theme-dark .g-xl-3,body.theme-dark .gy-xl-3{
        --bs-gutter-y:1rem
    }
    body.theme-dark .g-xl-4,body.theme-dark .gx-xl-4{
        --bs-gutter-x:1.5rem
    }
    body.theme-dark .g-xl-4,body.theme-dark .gy-xl-4{
        --bs-gutter-y:1.5rem
    }
    body.theme-dark .g-xl-5,body.theme-dark .gx-xl-5{
        --bs-gutter-x:3rem
    }
    body.theme-dark .g-xl-5,body.theme-dark .gy-xl-5{
        --bs-gutter-y:3rem
    }
}
@media (min-width:1400px){
    body.theme-dark .col-xxl{
        flex:1 0 0%
    }
    body.theme-dark .row-cols-xxl-auto>*{
        flex:0 0 auto;
        width:auto
    }
    body.theme-dark .row-cols-xxl-1>*{
        flex:0 0 auto;
        width:100%
    }
    body.theme-dark .row-cols-xxl-2>*{
        flex:0 0 auto;
        width:50%
    }
    body.theme-dark .row-cols-xxl-3>*{
        flex:0 0 auto;
        width:33.3333333333%
    }
    body.theme-dark .row-cols-xxl-4>*{
        flex:0 0 auto;
        width:25%
    }
    body.theme-dark .row-cols-xxl-5>*{
        flex:0 0 auto;
        width:20%
    }
    body.theme-dark .row-cols-xxl-6>*{
        flex:0 0 auto;
        width:16.6666666667%
    }
    body.theme-dark .col-xxl-auto{
        flex:0 0 auto;
        width:auto
    }
    body.theme-dark .col-xxl-1{
        flex:0 0 auto;
        width:8.33333333%
    }
    body.theme-dark .col-xxl-2{
        flex:0 0 auto;
        width:16.66666667%
    }
    body.theme-dark .col-xxl-3{
        flex:0 0 auto;
        width:25%
    }
    body.theme-dark .col-xxl-4{
        flex:0 0 auto;
        width:33.33333333%
    }
    body.theme-dark .col-xxl-5{
        flex:0 0 auto;
        width:41.66666667%
    }
    body.theme-dark .col-xxl-6{
        flex:0 0 auto;
        width:50%
    }
    body.theme-dark .col-xxl-7{
        flex:0 0 auto;
        width:58.33333333%
    }
    body.theme-dark .col-xxl-8{
        flex:0 0 auto;
        width:66.66666667%
    }
    body.theme-dark .col-xxl-9{
        flex:0 0 auto;
        width:75%
    }
    body.theme-dark .col-xxl-10{
        flex:0 0 auto;
        width:83.33333333%
    }
    body.theme-dark .col-xxl-11{
        flex:0 0 auto;
        width:91.66666667%
    }
    body.theme-dark .col-xxl-12{
        flex:0 0 auto;
        width:100%
    }
    body.theme-dark .offset-xxl-0{
        margin-left:0
    }
    body.theme-dark .offset-xxl-1{
        margin-left:8.33333333%
    }
    body.theme-dark .offset-xxl-2{
        margin-left:16.66666667%
    }
    body.theme-dark .offset-xxl-3{
        margin-left:25%
    }
    body.theme-dark .offset-xxl-4{
        margin-left:33.33333333%
    }
    body.theme-dark .offset-xxl-5{
        margin-left:41.66666667%
    }
    body.theme-dark .offset-xxl-6{
        margin-left:50%
    }
    body.theme-dark .offset-xxl-7{
        margin-left:58.33333333%
    }
    body.theme-dark .offset-xxl-8{
        margin-left:66.66666667%
    }
    body.theme-dark .offset-xxl-9{
        margin-left:75%
    }
    body.theme-dark .offset-xxl-10{
        margin-left:83.33333333%
    }
    body.theme-dark .offset-xxl-11{
        margin-left:91.66666667%
    }
    body.theme-dark .g-xxl-0,body.theme-dark .gx-xxl-0{
        --bs-gutter-x:0
    }
    body.theme-dark .g-xxl-0,body.theme-dark .gy-xxl-0{
        --bs-gutter-y:0
    }
    body.theme-dark .g-xxl-1,body.theme-dark .gx-xxl-1{
        --bs-gutter-x:0.25rem
    }
    body.theme-dark .g-xxl-1,body.theme-dark .gy-xxl-1{
        --bs-gutter-y:0.25rem
    }
    body.theme-dark .g-xxl-2,body.theme-dark .gx-xxl-2{
        --bs-gutter-x:0.5rem
    }
    body.theme-dark .g-xxl-2,body.theme-dark .gy-xxl-2{
        --bs-gutter-y:0.5rem
    }
    body.theme-dark .g-xxl-3,body.theme-dark .gx-xxl-3{
        --bs-gutter-x:1rem
    }
    body.theme-dark .g-xxl-3,body.theme-dark .gy-xxl-3{
        --bs-gutter-y:1rem
    }
    body.theme-dark .g-xxl-4,body.theme-dark .gx-xxl-4{
        --bs-gutter-x:1.5rem
    }
    body.theme-dark .g-xxl-4,body.theme-dark .gy-xxl-4{
        --bs-gutter-y:1.5rem
    }
    body.theme-dark .g-xxl-5,body.theme-dark .gx-xxl-5{
        --bs-gutter-x:3rem
    }
    body.theme-dark .g-xxl-5,body.theme-dark .gy-xxl-5{
        --bs-gutter-y:3rem
    }
}
body.theme-dark .dataTable-table,body.theme-dark .table{
    --bs-table-color:#c2c2d9;
    --bs-table-bg:transparent;
    --bs-table-border-color:#3f3f3f;
    --bs-table-accent-bg:transparent;
    --bs-table-striped-color:#607080;
    --bs-table-striped-bg:rgba(0,0,0,.05);
    --bs-table-active-color:#607080;
    --bs-table-active-bg:rgba(0,0,0,.1);
    --bs-table-hover-color:#fff;
    --bs-table-hover-bg:hsla(0,0%,100%,.075);
    border-color:var(--bs-table-border-color);
    color:var(--bs-table-color);
    margin-bottom:1rem;
    vertical-align:top;
    width:100%
}
body.theme-dark .dataTable-table>:not(caption)>*>*,body.theme-dark .table>:not(caption)>*>*{
    background-color:var(--bs-table-bg);
    border-bottom-width:1px;
    box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);
    padding:.5rem
}
body.theme-dark .dataTable-table>tbody,body.theme-dark .table>tbody{
    vertical-align:inherit
}
body.theme-dark .dataTable-table>thead,body.theme-dark .table>thead{
    vertical-align:bottom
}
body.theme-dark .table-group-divider{
    border-top:2px solid #707070
}
body.theme-dark .caption-top{
    caption-side:top
}
body.theme-dark .table-sm>:not(caption)>*>*{
    padding:.25rem
}
body.theme-dark .table-bordered>:not(caption)>*{
    border-width:1px 0;
    background-color: #1e1e2d;
}

body.theme-dark .table-bordered>:not(caption)>*>*{
    border-width:0 1px
}
body.theme-dark .table-borderless>:not(caption)>*>*{
    border-bottom-width:0
}
body.theme-dark .table-borderless>:not(:first-child){
    border-top-width:0
}
body.theme-dark .table-striped-columns>:not(caption)>tr>:nth-child(2n),body.theme-dark .table-striped>tbody>tr:nth-of-type(odd)>*{
    --bs-table-accent-bg:var(--bs-table-striped-bg);
    color:var(--bs-table-striped-color)
}
body.theme-dark .table-active{
    --bs-table-accent-bg:var(--bs-table-active-bg);
    color:var(--bs-table-active-color)
}
body.theme-dark .table-hover>tbody>tr:hover>*{
    --bs-table-accent-bg:var(--bs-table-hover-bg);
    color:var(--bs-table-hover-color)
}
body.theme-dark .table-primary{
    --bs-table-color:#000;
    --bs-table-bg:#d9dff2;
    --bs-table-border-color:#c3c9da;
    --bs-table-striped-bg:#ced4e6;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#c3c9da;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#c9cee0;
    --bs-table-hover-color:#000
}
body.theme-dark .table-primary,body.theme-dark .table-secondary{
    border-color:var(--bs-table-border-color);
    color:var(--bs-table-color)
}
body.theme-dark .table-secondary{
    --bs-table-color:#000;
    --bs-table-bg:#e2e3e5;
    --bs-table-border-color:#cbccce;
    --bs-table-striped-bg:#d7d8da;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#cbccce;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#d1d2d4;
    --bs-table-hover-color:#000
}
body.theme-dark .table-success{
    --bs-table-color:#000;
    --bs-table-bg:#d1e7dd;
    --bs-table-border-color:#bcd0c7;
    --bs-table-striped-bg:#c7dbd2;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#bcd0c7;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#c1d6cc;
    --bs-table-hover-color:#000
}
body.theme-dark .table-info,body.theme-dark .table-success{
    border-color:var(--bs-table-border-color);
    color:var(--bs-table-color)
}
body.theme-dark .table-info{
    --bs-table-color:#000;
    --bs-table-bg:#cff4fc;
    --bs-table-border-color:#badce3;
    --bs-table-striped-bg:#c5e8ef;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#badce3;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#bfe2e9;
    --bs-table-hover-color:#000
}
body.theme-dark .table-warning{
    --bs-table-color:#000;
    --bs-table-bg:#fff3cd;
    --bs-table-border-color:#e6dbb9;
    --bs-table-striped-bg:#f2e7c3;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#e6dbb9;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#ece1be;
    --bs-table-hover-color:#000
}
body.theme-dark .table-danger,body.theme-dark .table-warning{
    border-color:var(--bs-table-border-color);
    color:var(--bs-table-color)
}
body.theme-dark .table-danger{
    --bs-table-color:#000;
    --bs-table-bg:#f8d7da;
    --bs-table-border-color:#dfc2c4;
    --bs-table-striped-bg:#eccccf;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#dfc2c4;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#e5c7ca;
    --bs-table-hover-color:#000
}
body.theme-dark .table-light{
    --bs-table-color:#000;
    --bs-table-bg:#f8f9fa;
    --bs-table-border-color:#dfe0e1;
    --bs-table-striped-bg:#ecedee;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#dfe0e1;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#e5e6e7;
    --bs-table-hover-color:#000
}
body.theme-dark .table-dark,body.theme-dark .table-light{
    border-color:var(--bs-table-border-color);
    color:var(--bs-table-color)
}
body.theme-dark .table-dark{
    --bs-table-color:#000;
    --bs-table-bg:#f2f7ff;
    --bs-table-border-color:#dadee6;
    --bs-table-striped-bg:#e6ebf2;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#dadee6;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#e0e4ec;
    --bs-table-hover-color:#000
}
body.theme-dark .table-responsive{
    -webkit-overflow-scrolling:touch;
    overflow-x:auto
}
@media (max-width:575.98px){
    body.theme-dark .table-responsive-sm{
        -webkit-overflow-scrolling:touch;
        overflow-x:auto
    }
}
@media (max-width:767.98px){
    body.theme-dark .table-responsive-md{
        -webkit-overflow-scrolling:touch;
        overflow-x:auto
    }
}
@media (max-width:991.98px){
    body.theme-dark .table-responsive-lg{
        -webkit-overflow-scrolling:touch;
        overflow-x:auto
    }
}
@media (max-width:1199.98px){
    body.theme-dark .table-responsive-xl{
        -webkit-overflow-scrolling:touch;
        overflow-x:auto
    }
}
@media (max-width:1399.98px){
    body.theme-dark .table-responsive-xxl{
        -webkit-overflow-scrolling:touch;
        overflow-x:auto
    }
}
body.theme-dark .form-label{
    color:#c2c2d9;
    margin-bottom:.5rem
}
body.theme-dark .col-form-label{
    color:#c2c2d9;
    font-size:inherit;
    line-height:1.5;
    margin-bottom:0;
    padding-bottom:calc(.375rem + 1px);
    padding-top:calc(.375rem + 1px)
}
body.theme-dark .col-form-label-lg{
    font-size:1.25rem;
    padding-bottom:calc(.5rem + 1px);
    padding-top:calc(.5rem + 1px)
}
body.theme-dark .col-form-label-sm{
    font-size:.875rem;
    padding-bottom:calc(.25rem + 1px);
    padding-top:calc(.25rem + 1px)
}
body.theme-dark .form-text{
    color:#7c8db5;
    font-size:.875em;
    margin-top:.25rem
}
body.theme-dark .form-control{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-clip:padding-box;
    background-color:#1b1b29;
    border:1px solid #35354f;
    border-radius:.25rem;
    color:#c2c2d9;
    display:block;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    padding:.375rem .75rem;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width:100%
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .form-control{
        transition:none
    }
}
body.theme-dark .form-control[type=file]{
    overflow:hidden
}
body.theme-dark .form-control[type=file]:not(:disabled):not([readonly]){
    cursor:pointer
}
body.theme-dark .form-control:focus{
    background-color:#1b1b29;
    border-color:#4b4b68;
    box-shadow:0 0 0 .25rem rgba(67,94,190,.25);
    color:#c2c2d9;
    outline:0
}
body.theme-dark .form-control::-webkit-date-and-time-value{
    height:1.5em
}
body.theme-dark .form-control::-moz-placeholder{
    color:#adb5bd;
    opacity:1
}
body.theme-dark .form-control::placeholder{
    color:#adb5bd;
    opacity:1
}
body.theme-dark .form-control:disabled{
    background-color:#40404d;
    opacity:1
}
body.theme-dark .form-control::-webkit-file-upload-button{
    -webkit-margin-end:.75rem;
    background-color:#e6eef5;
    border:0 solid;
    border-color:inherit;
    border-inline-end-width:1px;
    border-radius:0;
    color:#607080;
    margin:-.375rem -.75rem;
    margin-inline-end:.75rem;
    padding:.375rem .75rem;
    pointer-events:none;
    -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
body.theme-dark .form-control::file-selector-button{
    -webkit-margin-end:.75rem;
    background-color:#e6eef5;
    border:0 solid;
    border-color:inherit;
    border-inline-end-width:1px;
    border-radius:0;
    color:#607080;
    margin:-.375rem -.75rem;
    margin-inline-end:.75rem;
    padding:.375rem .75rem;
    pointer-events:none;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .form-control::-webkit-file-upload-button{
        -webkit-transition:none;
        transition:none
    }
    body.theme-dark .form-control::file-selector-button{
        transition:none
    }
}
body.theme-dark .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
    background-color:#dbe2e9
}
body.theme-dark .form-control:hover:not(:disabled):not([readonly])::file-selector-button{
    background-color:#dbe2e9
}
body.theme-dark .form-control-plaintext{
    background-color:transparent;
    border:solid transparent;
    border-width:1px 0;
    color:#c2c2d9;
    display:block;
    line-height:1.5;
    margin-bottom:0;
    padding:.375rem 0;
    width:100%
}
body.theme-dark .form-control-plaintext:focus{
    outline:0
}
body.theme-dark .form-control-plaintext.form-control-lg,body.theme-dark .form-control-plaintext.form-control-sm{
    padding-left:0;
    padding-right:0
}
body.theme-dark .form-control-sm{
    border-radius:.2rem;
    font-size:.875rem;
    min-height:calc(1.5em + .5rem + 2px);
    padding:.25rem .5rem
}
body.theme-dark .form-control-sm::-webkit-file-upload-button{
    -webkit-margin-end:.5rem;
    margin:-.25rem -.5rem;
    margin-inline-end:.5rem;
    padding:.25rem .5rem
}
body.theme-dark .form-control-sm::file-selector-button{
    -webkit-margin-end:.5rem;
    margin:-.25rem -.5rem;
    margin-inline-end:.5rem;
    padding:.25rem .5rem
}
body.theme-dark .form-control-lg{
    border-radius:.3rem;
    font-size:1.25rem;
    min-height:calc(1.5em + 1rem + 2px);
    padding:.5rem 1rem
}
body.theme-dark .form-control-lg::-webkit-file-upload-button{
    -webkit-margin-end:1rem;
    margin:-.5rem -1rem;
    margin-inline-end:1rem;
    padding:.5rem 1rem
}
body.theme-dark .form-control-lg::file-selector-button{
    -webkit-margin-end:1rem;
    margin:-.5rem -1rem;
    margin-inline-end:1rem;
    padding:.5rem 1rem
}
body.theme-dark textarea.form-control{
    min-height:calc(1.5em + .75rem + 2px)
}
body.theme-dark textarea.form-control-sm{
    min-height:calc(1.5em + .5rem + 2px)
}
body.theme-dark textarea.form-control-lg{
    min-height:calc(1.5em + 1rem + 2px)
}
body.theme-dark .form-control-color{
    height:calc(1.5em + .75rem + 2px);
    padding:.375rem;
    width:3rem
}
body.theme-dark .form-control-color:not(:disabled):not([readonly]){
    cursor:pointer
}
body.theme-dark .form-control-color::-moz-color-swatch{
    border:0!important;
    border-radius:.25rem
}
body.theme-dark .form-control-color::-webkit-color-swatch{
    border-radius:.25rem
}
body.theme-dark .form-control-color.form-control-sm{
    height:calc(1.5em + .5rem + 2px)
}
body.theme-dark .form-control-color.form-control-lg{
    height:calc(1.5em + 1rem + 2px)
}
body.theme-dark .form-select{
    -moz-padding-start:calc(.75rem - 3px);
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-color:#1b1b29;
    background-image:url("data:image/svg+xml;charset=utf-8,%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 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position:right .75rem center;
    background-repeat:no-repeat;
    background-size:16px 12px;
    border:1px solid #35354f;
    border-radius:.25rem;
    color:#c2c2d9;
    display:block;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    padding:.375rem 1.75rem .375rem .75rem;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width:100%
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .form-select{
        transition:none
    }
}
body.theme-dark .form-select:focus{
    border-color:#a1afdf;
    box-shadow:0 0 0 .25rem rgba(67,94,190,.25);
    outline:0
}
body.theme-dark .form-select[multiple],body.theme-dark .form-select[size]:not([size="1"]){
    background-image:none;
    padding-right:.75rem
}
body.theme-dark .form-select:disabled{
    background-color:#40404d;
    color:#6c757d
}
body.theme-dark .form-select:-moz-focusring{
    color:transparent;
    text-shadow:0 0 0 #c2c2d9
}
body.theme-dark .form-select-sm{
    border-radius:.2rem;
    font-size:.875rem;
    padding-bottom:.25rem;
    padding-left:.5rem;
    padding-top:.25rem
}
body.theme-dark .form-select-lg{
    border-radius:.3rem;
    font-size:1.25rem;
    padding-bottom:.5rem;
    padding-left:1rem;
    padding-top:.5rem
}
body.theme-dark .form-check{
    display:block;
    margin-bottom:.125rem;
    min-height:1.5rem;
    padding-left:1.7em
}
body.theme-dark .form-check .form-check-input{
    float:left;
    margin-left:-1.7em
}
body.theme-dark .form-check-reverse{
    padding-left:0;
    padding-right:1.7em;
    text-align:right
}
body.theme-dark .form-check-reverse .form-check-input{
    float:right;
    margin-left:0;
    margin-right:-1.7em
}
body.theme-dark .form-check-input{
    color-adjust:exact;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-color:#20202d;
    background-position:50%;
    background-repeat:no-repeat;
    background-size:contain;
    border:3px solid #393b42;
    height:1.2em;
    margin-top:.15em;
    -webkit-print-color-adjust:exact;
    print-color-adjust:exact;
    transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    vertical-align:top;
    width:1.2em
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .form-check-input{
        transition:none
    }
}
body.theme-dark .form-check-input[type=checkbox]{
    border-radius:.3em
}
body.theme-dark .form-check-input[type=radio]{
    border-radius:50%
}
body.theme-dark .form-check-input:active{
    filter:brightness(90%)
}
body.theme-dark .form-check-input:focus{
    border-color:#a1afdf;
    box-shadow:0 0 0 .25rem rgba(67,94,190,.25);
    outline:0
}
body.theme-dark .form-check-input:checked{
    background-color:#435ebe;
    border-color:#435ebe
}
body.theme-dark .form-check-input:checked[type=checkbox]{
    background-image:url("data:image/svg+xml;charset=utf-8,%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 10 3 3 6-6'/%3E%3C/svg%3E")
}
body.theme-dark .form-check-input:checked[type=radio]{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}
body.theme-dark .form-check-input[type=checkbox]:indeterminate{
    background-color:#435ebe;
    background-image:url("data:image/svg+xml;charset=utf-8,%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");
    border-color:#435ebe
}
body.theme-dark .form-check-input:disabled{
    filter:none;
    opacity:.5;
    pointer-events:none
}
body.theme-dark .form-check-input:disabled~.form-check-label,body.theme-dark .form-check-input[disabled]~.form-check-label{
    cursor:default;
    opacity:.5
}
body.theme-dark .form-switch{
    padding-left:2.5em
}
body.theme-dark .form-switch .form-check-input{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%239899ac'/%3E%3C/svg%3E");
    background-position:0;
    border-radius:2em;
    margin-left:-2.5em;
    transition:background-position .15s ease-in-out;
    width:2em
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .form-switch .form-check-input{
        transition:none
    }
}
body.theme-dark .form-switch .form-check-input:focus{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23a1afdf'/%3E%3C/svg%3E")
}
body.theme-dark .form-switch .form-check-input:checked{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position:100%
}
body.theme-dark .form-switch.form-check-reverse{
    padding-left:0;
    padding-right:2.5em
}
body.theme-dark .form-switch.form-check-reverse .form-check-input{
    margin-left:0;
    margin-right:-2.5em
}
body.theme-dark .form-check-inline{
    display:inline-block;
    margin-right:1rem
}
body.theme-dark .btn-check{
    clip:rect(0,0,0,0);
    pointer-events:none;
    position:absolute
}
body.theme-dark .btn-check:disabled+.btn,body.theme-dark .btn-check[disabled]+.btn{
    filter:none;
    opacity:.65;
    pointer-events:none
}
body.theme-dark .form-range{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-color:transparent;
    height:1.5rem;
    padding:0;
    width:100%
}
body.theme-dark .form-range:focus{
    outline:0
}
body.theme-dark .form-range:focus::-webkit-slider-thumb{
    box-shadow:0 0 0 1px #f2f7ff,0 0 0 .25rem rgba(67,94,190,.25)
}
body.theme-dark .form-range:focus::-moz-range-thumb{
    box-shadow:0 0 0 1px #f2f7ff,0 0 0 .25rem rgba(67,94,190,.25)
}
body.theme-dark .form-range::-moz-focus-outer{
    border:0
}
body.theme-dark .form-range::-webkit-slider-thumb{
    -webkit-appearance:none;
    appearance:none;
    background-color:#435ebe;
    border:0;
    border-radius:1rem;
    height:1rem;
    margin-top:-.25rem;
    -webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width:1rem
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .form-range::-webkit-slider-thumb{
        -webkit-transition:none;
        transition:none
    }
}
body.theme-dark .form-range::-webkit-slider-thumb:active{
    background-color:#c7cfec
}
body.theme-dark .form-range::-webkit-slider-runnable-track{
    background-color:#dee2e6;
    border-color:transparent;
    border-radius:1rem;
    color:transparent;
    cursor:pointer;
    height:.5rem;
    width:100%
}
body.theme-dark .form-range::-moz-range-thumb{
    -moz-appearance:none;
    appearance:none;
    background-color:#435ebe;
    border:0;
    border-radius:1rem;
    height:1rem;
    -moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width:1rem
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .form-range::-moz-range-thumb{
        -moz-transition:none;
        transition:none
    }
}
body.theme-dark .form-range::-moz-range-thumb:active{
    background-color:#c7cfec
}
body.theme-dark .form-range::-moz-range-track{
    background-color:#dee2e6;
    border-color:transparent;
    border-radius:1rem;
    color:transparent;
    cursor:pointer;
    height:.5rem;
    width:100%
}
body.theme-dark .form-range:disabled{
    pointer-events:none
}
body.theme-dark .form-range:disabled::-webkit-slider-thumb{
    background-color:#adb5bd
}
body.theme-dark .form-range:disabled::-moz-range-thumb{
    background-color:#adb5bd
}
body.theme-dark .form-floating{
    position:relative
}
body.theme-dark .form-floating>.form-control,body.theme-dark .form-floating>.form-control-plaintext,body.theme-dark .form-floating>.form-select{
    height:calc(3.5rem + 2px);
    line-height:1.25
}
body.theme-dark .form-floating>label{
    border:1px solid transparent;
    height:100%;
    left:0;
    overflow:hidden;
    padding:1rem .75rem;
    pointer-events:none;
    position:absolute;
    text-overflow:ellipsis;
    top:0;
    transform-origin:0 0;
    transition:opacity .1s ease-in-out,transform .1s ease-in-out;
    white-space:nowrap;
    width:100%
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .form-floating>label{
        transition:none
    }
}
body.theme-dark .form-floating>.form-control,body.theme-dark .form-floating>.form-control-plaintext{
    padding:1rem .75rem
}
body.theme-dark .form-floating>.form-control-plaintext::-moz-placeholder,body.theme-dark .form-floating>.form-control::-moz-placeholder{
    color:transparent
}
body.theme-dark .form-floating>.form-control-plaintext::placeholder,body.theme-dark .form-floating>.form-control::placeholder{
    color:transparent
}
body.theme-dark .form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),body.theme-dark .form-floating>.form-control:not(:-moz-placeholder-shown){
    padding-bottom:.625rem;
    padding-top:1.625rem
}
body.theme-dark .form-floating>.form-control-plaintext:focus,body.theme-dark .form-floating>.form-control-plaintext:not(:placeholder-shown),body.theme-dark .form-floating>.form-control:focus,body.theme-dark .form-floating>.form-control:not(:placeholder-shown){
    padding-bottom:.625rem;
    padding-top:1.625rem
}
body.theme-dark .form-floating>.form-control-plaintext:-webkit-autofill,body.theme-dark .form-floating>.form-control:-webkit-autofill{
    padding-bottom:.625rem;
    padding-top:1.625rem
}
body.theme-dark .form-floating>.form-select{
    padding-bottom:.625rem;
    padding-top:1.625rem
}
body.theme-dark .form-floating>.form-control:not(:-moz-placeholder-shown)~label{
    opacity:.65;
    transform:scale(.85) translateY(-.5rem) translateX(.15rem)
}
body.theme-dark .form-floating>.form-control-plaintext~label,body.theme-dark .form-floating>.form-control:focus~label,body.theme-dark .form-floating>.form-control:not(:placeholder-shown)~label,body.theme-dark .form-floating>.form-select~label{
    opacity:.65;
    transform:scale(.85) translateY(-.5rem) translateX(.15rem)
}
body.theme-dark .form-floating>.form-control:-webkit-autofill~label{
    opacity:.65;
    transform:scale(.85) translateY(-.5rem) translateX(.15rem)
}
body.theme-dark .form-floating>.form-control-plaintext~label{
    border-width:1px 0
}
body.theme-dark .input-group{
    align-items:stretch;
    display:flex;
    flex-wrap:wrap;
    position:relative;
    width:100%
}
body.theme-dark .input-group>.form-control,body.theme-dark .input-group>.form-floating,body.theme-dark .input-group>.form-select{
    flex:1 1 auto;
    min-width:0;
    position:relative;
    width:1%
}
body.theme-dark .input-group>.form-control:focus,body.theme-dark .input-group>.form-floating:focus-within,body.theme-dark .input-group>.form-select:focus{
    z-index:3
}
body.theme-dark .input-group .btn{
    position:relative;
    z-index:2
}
body.theme-dark .input-group .btn:focus{
    z-index:3
}
body.theme-dark .input-group-text{
    align-items:center;
    background-color:#252538;
    border:1px solid #35354f;
    border-radius:.25rem;
    color:#526e8a;
    display:flex;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    padding:.375rem .75rem;
    text-align:center;
    white-space:nowrap
}
body.theme-dark .input-group-lg>.btn,body.theme-dark .input-group-lg>.form-control,body.theme-dark .input-group-lg>.form-select,body.theme-dark .input-group-lg>.input-group-text{
    border-radius:.3rem;
    font-size:1.25rem;
    padding:.5rem 1rem
}
body.theme-dark .input-group-sm>.btn,body.theme-dark .input-group-sm>.form-control,body.theme-dark .input-group-sm>.form-select,body.theme-dark .input-group-sm>.input-group-text{
    border-radius:.2rem;
    font-size:.875rem;
    padding:.25rem .5rem
}
body.theme-dark .input-group-lg>.form-select,body.theme-dark .input-group-sm>.form-select{
    padding-right:2.5rem
}
body.theme-dark .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),body.theme-dark .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,body.theme-dark .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,body.theme-dark .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),body.theme-dark .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),body.theme-dark .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,body.theme-dark .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,body.theme-dark .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
body.theme-dark .input-group>.form-floating:not(:first-child)>.form-control,body.theme-dark .input-group>.form-floating:not(:first-child)>.form-select,body.theme-dark .input-group>:not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    border-bottom-left-radius:0;
    border-top-left-radius:0;
    margin-left:-1px
}
body.theme-dark .valid-feedback{
    color:#198754;
    display:none;
    font-size:.875em;
    margin-top:.25rem;
    width:100%
}
body.theme-dark .valid-tooltip{
    background-color:rgba(25,135,84,.9);
    border-radius:.25rem;
    color:#fff;
    display:none;
    font-size:.875rem;
    margin-top:.1rem;
    max-width:100%;
    padding:.25rem .5rem;
    position:absolute;
    top:100%;
    z-index:5
}
.was-validated body.theme-dark:valid~.valid-feedback,.was-validated body.theme-dark:valid~.valid-tooltip,body.theme-dark.is-valid~.valid-feedback,body.theme-dark.is-valid~.valid-tooltip{
    display:block
}
.was-validated body.theme-dark .form-control:valid,body.theme-dark .form-control.is-valid{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position:right calc(.375em + .1875rem) center;
    background-repeat:no-repeat;
    background-size:calc(.75em + .375rem) calc(.75em + .375rem);
    border-color:#198754;
    padding-right:calc(1.5em + .75rem)
}
.was-validated body.theme-dark .form-control:valid:focus,body.theme-dark .form-control.is-valid:focus{
    border-color:#198754;
    box-shadow:0 0 0 .25rem rgba(25,135,84,.25)
}
.was-validated body.theme-dark textarea.form-control:valid,body.theme-dark textarea.form-control.is-valid{
    background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right:calc(1.5em + .75rem)
}
.was-validated body.theme-dark .form-select:valid,body.theme-dark .form-select.is-valid{
    border-color:#198754
}
.was-validated body.theme-dark .form-select:valid:not([multiple]):not([size]),.was-validated body.theme-dark .form-select:valid:not([multiple])[size="1"],body.theme-dark .form-select.is-valid:not([multiple]):not([size]),body.theme-dark .form-select.is-valid:not([multiple])[size="1"]{
    background-image:url("data:image/svg+xml;charset=utf-8,%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 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position:right .75rem center,center right 2.5rem;
    background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right:calc(.75em + 3.0625rem)
}
.was-validated body.theme-dark .form-select:valid:focus,body.theme-dark .form-select.is-valid:focus{
    border-color:#198754;
    box-shadow:0 0 0 .25rem rgba(25,135,84,.25)
}
.was-validated body.theme-dark .form-control-color:valid,body.theme-dark .form-control-color.is-valid{
    width:calc(3.75rem + 1.5em)
}
.was-validated body.theme-dark .form-check-input:valid,body.theme-dark .form-check-input.is-valid{
    border-color:#198754
}
.was-validated body.theme-dark .form-check-input:valid:checked,body.theme-dark .form-check-input.is-valid:checked{
    background-color:#198754
}
.was-validated body.theme-dark .form-check-input:valid:focus,body.theme-dark .form-check-input.is-valid:focus{
    box-shadow:0 0 0 .25rem rgba(25,135,84,.25)
}
.was-validated body.theme-dark .form-check-input:valid~.form-check-label,body.theme-dark .form-check-input.is-valid~.form-check-label{
    color:#198754
}
body.theme-dark .form-check-inline .form-check-input~.valid-feedback{
    margin-left:.5em
}
.was-validated body.theme-dark .input-group .form-control:valid,.was-validated body.theme-dark .input-group .form-select:valid,body.theme-dark .input-group .form-control.is-valid,body.theme-dark .input-group .form-select.is-valid{
    z-index:1
}
.was-validated body.theme-dark .input-group .form-control:valid:focus,.was-validated body.theme-dark .input-group .form-select:valid:focus,body.theme-dark .input-group .form-control.is-valid:focus,body.theme-dark .input-group .form-select.is-valid:focus{
    z-index:3
}
body.theme-dark .invalid-feedback{
    color:#dc3545;
    display:none;
    font-size:.875em;
    margin-top:.25rem;
    width:100%
}
body.theme-dark .invalid-tooltip{
    background-color:rgba(220,53,69,.9);
    border-radius:.25rem;
    color:#fff;
    display:none;
    font-size:.875rem;
    margin-top:.1rem;
    max-width:100%;
    padding:.25rem .5rem;
    position:absolute;
    top:100%;
    z-index:5
}
.was-validated body.theme-dark:invalid~.invalid-feedback,.was-validated body.theme-dark:invalid~.invalid-tooltip,body.theme-dark.is-invalid~.invalid-feedback,body.theme-dark.is-invalid~.invalid-tooltip{
    display:block
}
.was-validated body.theme-dark .form-control:invalid,body.theme-dark .form-control.is-invalid{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position:right calc(.375em + .1875rem) center;
    background-repeat:no-repeat;
    background-size:calc(.75em + .375rem) calc(.75em + .375rem);
    border-color:#dc3545;
    padding-right:calc(1.5em + .75rem)
}
.was-validated body.theme-dark .form-control:invalid:focus,body.theme-dark .form-control.is-invalid:focus{
    border-color:#dc3545;
    box-shadow:0 0 0 .25rem rgba(220,53,69,.25)
}
.was-validated body.theme-dark textarea.form-control:invalid,body.theme-dark textarea.form-control.is-invalid{
    background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right:calc(1.5em + .75rem)
}
.was-validated body.theme-dark .form-select:invalid,body.theme-dark .form-select.is-invalid{
    border-color:#dc3545
}
.was-validated body.theme-dark .form-select:invalid:not([multiple]):not([size]),.was-validated body.theme-dark .form-select:invalid:not([multiple])[size="1"],body.theme-dark .form-select.is-invalid:not([multiple]):not([size]),body.theme-dark .form-select.is-invalid:not([multiple])[size="1"]{
    background-image:url("data:image/svg+xml;charset=utf-8,%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 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position:right .75rem center,center right 2.5rem;
    background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right:calc(.75em + 3.0625rem)
}
.was-validated body.theme-dark .form-select:invalid:focus,body.theme-dark .form-select.is-invalid:focus{
    border-color:#dc3545;
    box-shadow:0 0 0 .25rem rgba(220,53,69,.25)
}
.was-validated body.theme-dark .form-control-color:invalid,body.theme-dark .form-control-color.is-invalid{
    width:calc(3.75rem + 1.5em)
}
.was-validated body.theme-dark .form-check-input:invalid,body.theme-dark .form-check-input.is-invalid{
    border-color:#dc3545
}
.was-validated body.theme-dark .form-check-input:invalid:checked,body.theme-dark .form-check-input.is-invalid:checked{
    background-color:#dc3545
}
.was-validated body.theme-dark .form-check-input:invalid:focus,body.theme-dark .form-check-input.is-invalid:focus{
    box-shadow:0 0 0 .25rem rgba(220,53,69,.25)
}
.was-validated body.theme-dark .form-check-input:invalid~.form-check-label,body.theme-dark .form-check-input.is-invalid~.form-check-label{
    color:#dc3545
}
body.theme-dark .form-check-inline .form-check-input~.invalid-feedback{
    margin-left:.5em
}
.was-validated body.theme-dark .input-group .form-control:invalid,.was-validated body.theme-dark .input-group .form-select:invalid,body.theme-dark .input-group .form-control.is-invalid,body.theme-dark .input-group .form-select.is-invalid{
    z-index:2
}
.was-validated body.theme-dark .input-group .form-control:invalid:focus,.was-validated body.theme-dark .input-group .form-select:invalid:focus,body.theme-dark .input-group .form-control.is-invalid:focus,body.theme-dark .input-group .form-select.is-invalid:focus{
    z-index:3
}
body.theme-dark .btn{
    --bs-btn-padding-x:0.75rem;
    --bs-btn-padding-y:0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size:1rem;
    --bs-btn-font-weight:400;
    --bs-btn-line-height:1.5;
    --bs-btn-color:#c2c2d9;
    --bs-btn-bg:transparent;
    --bs-btn-border-width:1px;
    --bs-btn-border-color:transparent;
    --bs-btn-border-radius:0.25rem;
    --bs-btn-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);
    --bs-btn-disabled-opacity:0.65;
    --bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);
    background-color:var(--bs-btn-bg);
    border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius:var(--bs-btn-border-radius);
    color:var(--bs-btn-color);
    cursor:pointer;
    display:inline-block;
    font-family:var(--bs-btn-font-family);
    font-size:var(--bs-btn-font-size);
    font-weight:var(--bs-btn-font-weight);
    line-height:var(--bs-btn-line-height);
    padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align:center;
    text-decoration:none;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    vertical-align:middle
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .btn{
        transition:none
    }
}
.btn-check:focus+body.theme-dark .btn,body.theme-dark .btn:focus,body.theme-dark .btn:hover{
    background-color:var(--bs-btn-hover-bg);
    border-color:var(--bs-btn-hover-border-color);
    color:var(--bs-btn-hover-color)
}
.btn-check:focus+body.theme-dark .btn,body.theme-dark .btn:focus{
    box-shadow:var(--bs-btn-focus-box-shadow);
    outline:0
}
.btn-check:active+body.theme-dark .btn,.btn-check:checked+body.theme-dark .btn,body.theme-dark .btn.active,body.theme-dark .btn.show,body.theme-dark .btn:active{
    background-color:var(--bs-btn-active-bg);
    border-color:var(--bs-btn-active-border-color);
    color:var(--bs-btn-active-color)
}
.btn-check:active+body.theme-dark .btn:focus,.btn-check:checked+body.theme-dark .btn:focus,body.theme-dark .btn.active:focus,body.theme-dark .btn.show:focus,body.theme-dark .btn:active:focus{
    box-shadow:var(--bs-btn-focus-box-shadow)
}
body.theme-dark .btn.disabled,body.theme-dark .btn:disabled,fieldset:disabled body.theme-dark .btn{
    background-color:var(--bs-btn-disabled-bg);
    border-color:var(--bs-btn-disabled-border-color);
    color:var(--bs-btn-disabled-color);
    opacity:var(--bs-btn-disabled-opacity);
    pointer-events:none
}
body.theme-dark .btn-primary{
    --bs-btn-color:#fff;
    --bs-btn-bg:#435ebe;
    --bs-btn-border-color:#435ebe;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#3950a2;
    --bs-btn-hover-border-color:#364b98;
    --bs-btn-focus-shadow-rgb:95,118,200;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#364b98;
    --bs-btn-active-border-color:#32478f;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#435ebe;
    --bs-btn-disabled-border-color:#435ebe
}
body.theme-dark .btn-secondary{
    --bs-btn-color:#fff;
    --bs-btn-bg:#6c757d;
    --bs-btn-border-color:#6c757d;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#5c636a;
    --bs-btn-hover-border-color:#565e64;
    --bs-btn-focus-shadow-rgb:130,138,145;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#565e64;
    --bs-btn-active-border-color:#51585e;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#6c757d;
    --bs-btn-disabled-border-color:#6c757d
}
body.theme-dark .btn-success{
    --bs-btn-color:#fff;
    --bs-btn-bg:#198754;
    --bs-btn-border-color:#198754;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#157347;
    --bs-btn-hover-border-color:#146c43;
    --bs-btn-focus-shadow-rgb:60,153,110;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#146c43;
    --bs-btn-active-border-color:#13653f;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#198754;
    --bs-btn-disabled-border-color:#198754
}
body.theme-dark .btn-info{
    --bs-btn-color:#000;
    --bs-btn-bg:#0dcaf0;
    --bs-btn-border-color:#0dcaf0;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#31d2f2;
    --bs-btn-hover-border-color:#25cff2;
    --bs-btn-focus-shadow-rgb:11,172,204;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#3dd5f3;
    --bs-btn-active-border-color:#25cff2;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#0dcaf0;
    --bs-btn-disabled-border-color:#0dcaf0
}
body.theme-dark .btn-warning{
    --bs-btn-color:#000;
    --bs-btn-bg:#ffc107;
    --bs-btn-border-color:#ffc107;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#ffca2c;
    --bs-btn-hover-border-color:#ffc720;
    --bs-btn-focus-shadow-rgb:217,164,6;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#ffcd39;
    --bs-btn-active-border-color:#ffc720;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#ffc107;
    --bs-btn-disabled-border-color:#ffc107
}
body.theme-dark .btn-danger{
    --bs-btn-color:#fff;
    --bs-btn-bg:#dc3545;
    --bs-btn-border-color:#dc3545;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#bb2d3b;
    --bs-btn-hover-border-color:#b02a37;
    --bs-btn-focus-shadow-rgb:225,83,97;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#b02a37;
    --bs-btn-active-border-color:#a52834;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#dc3545;
    --bs-btn-disabled-border-color:#dc3545
}
body.theme-dark .btn-light{
    --bs-btn-color:#000;
    --bs-btn-bg:#f8f9fa;
    --bs-btn-border-color:#f8f9fa;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#d3d4d5;
    --bs-btn-hover-border-color:#c6c7c8;
    --bs-btn-focus-shadow-rgb:211,212,213;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#c6c7c8;
    --bs-btn-active-border-color:#babbbc;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#f8f9fa;
    --bs-btn-disabled-border-color:#f8f9fa
}
body.theme-dark .btn-dark{
    --bs-btn-color:#000;
    --bs-btn-bg:#f2f7ff;
    --bs-btn-border-color:#f2f7ff;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#f4f8ff;
    --bs-btn-hover-border-color:#f3f8ff;
    --bs-btn-focus-shadow-rgb:206,210,217;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#f5f9ff;
    --bs-btn-active-border-color:#f3f8ff;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#000;
    --bs-btn-disabled-bg:#f2f7ff;
    --bs-btn-disabled-border-color:#f2f7ff
}
body.theme-dark .btn-outline-primary{
    --bs-btn-color:#435ebe;
    --bs-btn-border-color:#435ebe;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#435ebe;
    --bs-btn-hover-border-color:#435ebe;
    --bs-btn-focus-shadow-rgb:67,94,190;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#435ebe;
    --bs-btn-active-border-color:#435ebe;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#435ebe;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#435ebe;
    --bs-gradient:none
}
body.theme-dark .btn-outline-secondary{
    --bs-btn-color:#6c757d;
    --bs-btn-border-color:#6c757d;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#6c757d;
    --bs-btn-hover-border-color:#6c757d;
    --bs-btn-focus-shadow-rgb:108,117,125;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#6c757d;
    --bs-btn-active-border-color:#6c757d;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#6c757d;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#6c757d;
    --bs-gradient:none
}
body.theme-dark .btn-outline-success{
    --bs-btn-color:#198754;
    --bs-btn-border-color:#198754;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#198754;
    --bs-btn-hover-border-color:#198754;
    --bs-btn-focus-shadow-rgb:25,135,84;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#198754;
    --bs-btn-active-border-color:#198754;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#198754;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#198754;
    --bs-gradient:none
}
body.theme-dark .btn-outline-info{
    --bs-btn-color:#0dcaf0;
    --bs-btn-border-color:#0dcaf0;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#0dcaf0;
    --bs-btn-hover-border-color:#0dcaf0;
    --bs-btn-focus-shadow-rgb:13,202,240;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#0dcaf0;
    --bs-btn-active-border-color:#0dcaf0;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#0dcaf0;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#0dcaf0;
    --bs-gradient:none
}
body.theme-dark .btn-outline-warning{
    --bs-btn-color:#ffc107;
    --bs-btn-border-color:#ffc107;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#ffc107;
    --bs-btn-hover-border-color:#ffc107;
    --bs-btn-focus-shadow-rgb:255,193,7;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#ffc107;
    --bs-btn-active-border-color:#ffc107;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#ffc107;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#ffc107;
    --bs-gradient:none
}
body.theme-dark .btn-outline-danger{
    --bs-btn-color:#dc3545;
    --bs-btn-border-color:#dc3545;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#dc3545;
    --bs-btn-hover-border-color:#dc3545;
    --bs-btn-focus-shadow-rgb:220,53,69;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#dc3545;
    --bs-btn-active-border-color:#dc3545;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#dc3545;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#dc3545;
    --bs-gradient:none
}
body.theme-dark .btn-outline-light{
    --bs-btn-color:#f8f9fa;
    --bs-btn-border-color:#f8f9fa;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#f8f9fa;
    --bs-btn-hover-border-color:#f8f9fa;
    --bs-btn-focus-shadow-rgb:248,249,250;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#f8f9fa;
    --bs-btn-active-border-color:#f8f9fa;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#f8f9fa;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#f8f9fa;
    --bs-gradient:none
}
body.theme-dark .btn-outline-dark{
    --bs-btn-color:#f2f7ff;
    --bs-btn-border-color:#f2f7ff;
    --bs-btn-hover-color:#000;
    --bs-btn-hover-bg:#f2f7ff;
    --bs-btn-hover-border-color:#f2f7ff;
    --bs-btn-focus-shadow-rgb:242,247,255;
    --bs-btn-active-color:#000;
    --bs-btn-active-bg:#f2f7ff;
    --bs-btn-active-border-color:#f2f7ff;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:#f2f7ff;
    --bs-btn-disabled-bg:transparent;
    --bs-btn-disabled-border-color:#f2f7ff;
    --bs-gradient:none
}
body.theme-dark .btn-link{
    --bs-btn-font-weight:400;
    --bs-btn-color:#435ebe;
    --bs-btn-bg:transparent;
    --bs-btn-border-color:transparent;
    --bs-btn-hover-color:#697ecb;
    --bs-btn-hover-border-color:transparent;
    --bs-btn-active-color:#697ecb;
    --bs-btn-active-border-color:transparent;
    --bs-btn-disabled-color:#6c757d;
    --bs-btn-disabled-border-color:transparent;
    --bs-btn-box-shadow:none;
    --bs-btn-focus-shadow-rgb:95,118,200;
    text-decoration:underline
}
body.theme-dark .btn-link:focus{
    color:var(--bs-btn-color)
}
body.theme-dark .btn-link:hover{
    color:var(--bs-btn-hover-color)
}
body.theme-dark .btn-group-lg>.btn,body.theme-dark .btn-lg{
    --bs-btn-padding-y:0.5rem;
    --bs-btn-padding-x:1rem;
    --bs-btn-font-size:1.25rem;
    --bs-btn-border-radius:0.3rem
}
body.theme-dark .btn-group-sm>.btn,body.theme-dark .btn-sm{
    --bs-btn-padding-y:0.25rem;
    --bs-btn-padding-x:0.5rem;
    --bs-btn-font-size:0.875rem;
    --bs-btn-border-radius:0.2rem
}
body.theme-dark .fade{
    transition:opacity .15s linear
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .fade{
        transition:none
    }
}
body.theme-dark .fade:not(.show){
    opacity:0
}
body.theme-dark .collapse:not(.show){
    display:none
}
body.theme-dark .collapsing{
    height:0;
    overflow:hidden;
    transition:height .35s ease
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .collapsing{
        transition:none
    }
}
body.theme-dark .collapsing.collapse-horizontal{
    height:auto;
    transition:width .35s ease;
    width:0
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .collapsing.collapse-horizontal{
        transition:none
    }
}
body.theme-dark .dropdown,body.theme-dark .dropdown-center,body.theme-dark .dropend,body.theme-dark .dropstart,body.theme-dark .dropup,body.theme-dark .dropup-center{
    position:relative
}
body.theme-dark .dropdown-toggle{
    white-space:nowrap
}
body.theme-dark .dropdown-toggle:after{
    border-bottom:0;
    border-left:.3em solid transparent;
    border-right:.3em solid transparent;
    border-top:.3em solid;
    content:"";
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em
}
body.theme-dark .dropdown-toggle:empty:after{
    margin-left:0
}
body.theme-dark .dropdown-menu{
    --bs-dropdown-min-width:15rem;
    --bs-dropdown-padding-x:0;
    --bs-dropdown-padding-y:0.5rem;
    --bs-dropdown-spacer:0.125rem;
    --bs-dropdown-font-size:1rem;
    --bs-dropdown-color:#92929f;
    --bs-dropdown-bg:#161b22;
    --bs-dropdown-border-color:rgba(0,0,0,.15);
    --bs-dropdown-border-radius:0.25rem;
    --bs-dropdown-border-width:0;
    --bs-dropdown-inner-border-radius:0.25rem;
    --bs-dropdown-divider-bg:#bdc7d1;
    --bs-dropdown-divider-margin-y:0.5rem;
    --bs-dropdown-box-shadow:1px 4px 15px #f4f5f9;
    --bs-dropdown-link-color:#92929f;
    --bs-dropdown-link-hover-color:#fff;
    --bs-dropdown-link-hover-bg:#22262d;
    --bs-dropdown-link-active-color:#fff;
    --bs-dropdown-link-active-bg:#435ebe;
    --bs-dropdown-link-disabled-color:#6c757d;
    --bs-dropdown-item-padding-x:1.5rem;
    --bs-dropdown-item-padding-y:0.45rem;
    --bs-dropdown-header-color:#6c757d;
    --bs-dropdown-header-padding-x:1.5rem;
    --bs-dropdown-header-padding-y:0.5rem;
    background-clip:padding-box;
    background-color:var(--bs-dropdown-bg);
    border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius:var(--bs-dropdown-border-radius);
    color:var(--bs-dropdown-color);
    display:none;
    font-size:var(--bs-dropdown-font-size);
    list-style:none;
    margin:0;
    min-width:var(--bs-dropdown-min-width);
    padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    position:absolute;
    text-align:left;
    z-index:1000
}
body.theme-dark .dropdown-menu[data-bs-popper]{
    left:0;
    margin-top:var(--bs-dropdown-spacer);
    top:100%
}
body.theme-dark .dropdown-menu-start{
    --bs-position:start
}
body.theme-dark .dropdown-menu-start[data-bs-popper]{
    left:0;
    right:auto
}
body.theme-dark .dropdown-menu-end{
    --bs-position:end
}
body.theme-dark .dropdown-menu-end[data-bs-popper]{
    left:auto;
    right:0
}
@media (min-width:576px){
    body.theme-dark .dropdown-menu-sm-start{
        --bs-position:start
    }
    body.theme-dark .dropdown-menu-sm-start[data-bs-popper]{
        left:0;
        right:auto
    }
    body.theme-dark .dropdown-menu-sm-end{
        --bs-position:end
    }
    body.theme-dark .dropdown-menu-sm-end[data-bs-popper]{
        left:auto;
        right:0
    }
}
@media (min-width:768px){
    body.theme-dark .dropdown-menu-md-start{
        --bs-position:start
    }
    body.theme-dark .dropdown-menu-md-start[data-bs-popper]{
        left:0;
        right:auto
    }
    body.theme-dark .dropdown-menu-md-end{
        --bs-position:end
    }
    body.theme-dark .dropdown-menu-md-end[data-bs-popper]{
        left:auto;
        right:0
    }
}
@media (min-width:992px){
    body.theme-dark .dropdown-menu-lg-start{
        --bs-position:start
    }
    body.theme-dark .dropdown-menu-lg-start[data-bs-popper]{
        left:0;
        right:auto
    }
    body.theme-dark .dropdown-menu-lg-end{
        --bs-position:end
    }
    body.theme-dark .dropdown-menu-lg-end[data-bs-popper]{
        left:auto;
        right:0
    }
}
@media (min-width:1200px){
    body.theme-dark .dropdown-menu-xl-start{
        --bs-position:start
    }
    body.theme-dark .dropdown-menu-xl-start[data-bs-popper]{
        left:0;
        right:auto
    }
    body.theme-dark .dropdown-menu-xl-end{
        --bs-position:end
    }
    body.theme-dark .dropdown-menu-xl-end[data-bs-popper]{
        left:auto;
        right:0
    }
}
@media (min-width:1400px){
    body.theme-dark .dropdown-menu-xxl-start{
        --bs-position:start
    }
    body.theme-dark .dropdown-menu-xxl-start[data-bs-popper]{
        left:0;
        right:auto
    }
    body.theme-dark .dropdown-menu-xxl-end{
        --bs-position:end
    }
    body.theme-dark .dropdown-menu-xxl-end[data-bs-popper]{
        left:auto;
        right:0
    }
}
body.theme-dark .dropup .dropdown-menu[data-bs-popper]{
    bottom:100%;
    margin-bottom:var(--bs-dropdown-spacer);
    margin-top:0;
    top:auto
}
body.theme-dark .dropup .dropdown-toggle:after{
    border-bottom:.3em solid;
    border-left:.3em solid transparent;
    border-right:.3em solid transparent;
    border-top:0;
    content:"";
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em
}
body.theme-dark .dropup .dropdown-toggle:empty:after{
    margin-left:0
}
body.theme-dark .dropend .dropdown-menu[data-bs-popper]{
    left:100%;
    margin-left:var(--bs-dropdown-spacer);
    margin-top:0;
    right:auto;
    top:0
}
body.theme-dark .dropend .dropdown-toggle:after{
    border-bottom:.3em solid transparent;
    border-left:.3em solid;
    border-right:0;
    border-top:.3em solid transparent;
    content:"";
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em
}
body.theme-dark .dropend .dropdown-toggle:empty:after{
    margin-left:0
}
body.theme-dark .dropend .dropdown-toggle:after{
    vertical-align:0
}
body.theme-dark .dropstart .dropdown-menu[data-bs-popper]{
    left:auto;
    margin-right:var(--bs-dropdown-spacer);
    margin-top:0;
    right:100%;
    top:0
}
body.theme-dark .dropstart .dropdown-toggle:after{
    content:"";
    display:inline-block;
    display:none;
    margin-left:.255em;
    vertical-align:.255em
}
body.theme-dark .dropstart .dropdown-toggle:before{
    border-bottom:.3em solid transparent;
    border-right:.3em solid;
    border-top:.3em solid transparent;
    content:"";
    display:inline-block;
    margin-right:.255em;
    vertical-align:.255em
}
body.theme-dark .dropstart .dropdown-toggle:empty:after{
    margin-left:0
}
body.theme-dark .dropstart .dropdown-toggle:before{
    vertical-align:0
}
body.theme-dark .dropdown-divider{
    border-top:1px solid var(--bs-dropdown-divider-bg);
    height:0;
    margin:var(--bs-dropdown-divider-margin-y) 0;
    opacity:1;
    overflow:hidden
}
body.theme-dark .dropdown-item{
    background-color:transparent;
    border:0;
    clear:both;
    color:var(--bs-dropdown-link-color);
    display:block;
    font-weight:400;
    padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    text-align:inherit;
    text-decoration:none;
    white-space:nowrap;
    width:100%
}
body.theme-dark .dropdown-item:focus,body.theme-dark .dropdown-item:hover{
    background-color:var(--bs-dropdown-link-hover-bg);
    color:var(--bs-dropdown-link-hover-color)
}
body.theme-dark .dropdown-item.active,body.theme-dark .dropdown-item:active{
    background-color:var(--bs-dropdown-link-active-bg);
    color:var(--bs-dropdown-link-active-color);
    text-decoration:none
}
body.theme-dark .dropdown-item.disabled,body.theme-dark .dropdown-item:disabled{
    background-color:transparent;
    color:var(--bs-dropdown-link-disabled-color);
    pointer-events:none
}
body.theme-dark .dropdown-menu.show{
    display:block
}
body.theme-dark .dropdown-header{
    color:var(--bs-dropdown-header-color);
    display:block;
    font-size:.875rem;
    margin-bottom:0;
    padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    white-space:nowrap
}
body.theme-dark .dropdown-item-text{
    color:var(--bs-dropdown-link-color);
    display:block;
    padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)
}
body.theme-dark .dropdown-menu-dark{
    --bs-dropdown-color:#dee2e6;
    --bs-dropdown-bg:#343a40;
    --bs-dropdown-border-color:rgba(0,0,0,.15);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color:#dee2e6;
    --bs-dropdown-link-hover-color:#fff;
    --bs-dropdown-divider-bg:#bdc7d1;
    --bs-dropdown-link-hover-bg:hsla(0,0%,100%,.15);
    --bs-dropdown-link-active-color:#fff;
    --bs-dropdown-link-active-bg:#435ebe;
    --bs-dropdown-link-disabled-color:#adb5bd;
    --bs-dropdown-header-color:#adb5bd
}
body.theme-dark .btn-group,body.theme-dark .btn-group-vertical{
    display:inline-flex;
    position:relative;
    vertical-align:middle
}
body.theme-dark .btn-group-vertical>.btn,body.theme-dark .btn-group>.btn{
    flex:1 1 auto;
    position:relative
}
body.theme-dark .btn-group-vertical>.btn-check:checked+.btn,body.theme-dark .btn-group-vertical>.btn-check:focus+.btn,body.theme-dark .btn-group-vertical>.btn.active,body.theme-dark .btn-group-vertical>.btn:active,body.theme-dark .btn-group-vertical>.btn:focus,body.theme-dark .btn-group-vertical>.btn:hover,body.theme-dark .btn-group>.btn-check:checked+.btn,body.theme-dark .btn-group>.btn-check:focus+.btn,body.theme-dark .btn-group>.btn.active,body.theme-dark .btn-group>.btn:active,body.theme-dark .btn-group>.btn:focus,body.theme-dark .btn-group>.btn:hover{
    z-index:1
}
body.theme-dark .btn-toolbar{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start
}
body.theme-dark .btn-toolbar .input-group{
    width:auto
}
body.theme-dark .btn-group{
    border-radius:.25rem
}
body.theme-dark .btn-group>.btn-group:not(:first-child),body.theme-dark .btn-group>.btn:not(:first-child){
    margin-left:-1px
}
body.theme-dark .btn-group>.btn-group:not(:last-child)>.btn,body.theme-dark .btn-group>.btn.dropdown-toggle-split:first-child,body.theme-dark .btn-group>.btn:not(:last-child):not(.dropdown-toggle){
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
body.theme-dark .btn-group>.btn-group:not(:first-child)>.btn,body.theme-dark .btn-group>.btn:nth-child(n+3),body.theme-dark .btn-group>:not(.btn-check)+.btn{
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
body.theme-dark .dropdown-toggle-split{
    padding-left:.5625rem;
    padding-right:.5625rem
}
.dropend body.theme-dark .dropdown-toggle-split:after,.dropup body.theme-dark .dropdown-toggle-split:after,body.theme-dark .dropdown-toggle-split:after{
    margin-left:0
}
.dropstart body.theme-dark .dropdown-toggle-split:before{
    margin-right:0
}
body.theme-dark .btn-group-sm>.btn+.dropdown-toggle-split,body.theme-dark .btn-sm+.dropdown-toggle-split{
    padding-left:.375rem;
    padding-right:.375rem
}
body.theme-dark .btn-group-lg>.btn+.dropdown-toggle-split,body.theme-dark .btn-lg+.dropdown-toggle-split{
    padding-left:.75rem;
    padding-right:.75rem
}
body.theme-dark .btn-group-vertical{
    align-items:flex-start;
    flex-direction:column;
    justify-content:center
}
body.theme-dark .btn-group-vertical>.btn,body.theme-dark .btn-group-vertical>.btn-group{
    width:100%
}
body.theme-dark .btn-group-vertical>.btn-group:not(:first-child),body.theme-dark .btn-group-vertical>.btn:not(:first-child){
    margin-top:-1px
}
body.theme-dark .btn-group-vertical>.btn-group:not(:last-child)>.btn,body.theme-dark .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
body.theme-dark .btn-group-vertical>.btn-group:not(:first-child)>.btn,body.theme-dark .btn-group-vertical>.btn~.btn{
    border-top-left-radius:0;
    border-top-right-radius:0
}
body.theme-dark .nav{
    --bs-nav-link-padding-x:1rem;
    --bs-nav-link-padding-y:0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: ;
    --bs-nav-link-hover-color: ;
    --bs-nav-link-disabled-color:#6c757d;
    display:flex;
    flex-wrap:wrap;
    list-style:none;
    margin-bottom:0;
    padding-left:0
}
body.theme-dark .nav-link{
    color:var(--bs-nav-link-color);
    display:block;
    font-size:var(--bs-nav-link-font-size);
    font-weight:var(--bs-nav-link-font-weight);
    padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    text-decoration:none;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .nav-link{
        transition:none
    }
}
body.theme-dark .nav-link:focus,body.theme-dark .nav-link:hover{
    color:var(--bs-nav-link-hover-color)
}
body.theme-dark .nav-link.disabled{
    color:var(--bs-nav-link-disabled-color);
    cursor:default;
    pointer-events:none
}
body.theme-dark .nav-tabs{
    --bs-nav-tabs-border-width:1px;
    --bs-nav-tabs-border-color:#dee2e6;
    --bs-nav-tabs-border-radius:0.25rem;
    --bs-nav-tabs-link-hover-border-color:#e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color:#495057;
    --bs-nav-tabs-link-active-bg:rgba(44,44,58,.85);
    --bs-nav-tabs-link-active-border-color:#dee2e6 #dee2e6 rgba(44,44,58,.85);
    border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}
body.theme-dark .nav-tabs .nav-link{
    background:none;
    border:var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius:var(--bs-nav-tabs-border-radius);
    border-top-right-radius:var(--bs-nav-tabs-border-radius);
    margin-bottom:calc(var(--bs-nav-tabs-border-width)*-1)
}
body.theme-dark .nav-tabs .nav-link:focus,body.theme-dark .nav-tabs .nav-link:hover{
    border-color:var(--bs-nav-tabs-link-hover-border-color);
    isolation:isolate
}
body.theme-dark .nav-tabs .nav-link.disabled,body.theme-dark .nav-tabs .nav-link:disabled{
    background-color:transparent;
    border-color:transparent;
    color:var(--bs-nav-link-disabled-color)
}
body.theme-dark .nav-tabs .nav-item.show .nav-link,body.theme-dark .nav-tabs .nav-link.active{
    background-color:var(--bs-nav-tabs-link-active-bg);
    border-color:var(--bs-nav-tabs-link-active-border-color);
    color:var(--bs-nav-tabs-link-active-color)
}
body.theme-dark .nav-tabs .dropdown-menu{
    border-top-left-radius:0;
    border-top-right-radius:0;
    margin-top:calc(var(--bs-nav-tabs-border-width)*-1)
}
body.theme-dark .nav-pills{
    --bs-nav-pills-border-radius:0.25rem;
    --bs-nav-pills-link-active-color:#fff;
    --bs-nav-pills-link-active-bg:#435ebe
}
body.theme-dark .nav-pills .nav-link{
    background:none;
    border:0;
    border-radius:var(--bs-nav-pills-border-radius)
}
body.theme-dark .nav-pills .nav-link:disabled{
    background-color:transparent;
    border-color:transparent;
    color:var(--bs-nav-link-disabled-color)
}
body.theme-dark .nav-pills .nav-link.active,body.theme-dark .nav-pills .show>.nav-link{
    background-color:var(--bs-nav-pills-link-active-bg);
    color:var(--bs-nav-pills-link-active-color)
}
body.theme-dark .nav-fill .nav-item,body.theme-dark .nav-fill>.nav-link{
    flex:1 1 auto;
    text-align:center
}
body.theme-dark .nav-justified .nav-item,body.theme-dark .nav-justified>.nav-link{
    flex-basis:0;
    flex-grow:1;
    text-align:center
}
body.theme-dark .nav-fill .nav-item .nav-link,body.theme-dark .nav-justified .nav-item .nav-link{
    width:100%
}
body.theme-dark .tab-content>.tab-pane{
    display:none
}
body.theme-dark .tab-content>.active{
    display:block
}
body.theme-dark .navbar{
    --bs-navbar-padding-x:0;
    --bs-navbar-padding-y:0.5rem;
    --bs-navbar-color:rgba(0,0,0,.55);
    --bs-navbar-hover-color:rgba(0,0,0,.7);
    --bs-navbar-disabled-color:rgba(0,0,0,.3);
    --bs-navbar-active-color:rgba(0,0,0,.9);
    --bs-navbar-brand-padding-y:0.3125rem;
    --bs-navbar-brand-margin-end:1rem;
    --bs-navbar-brand-font-size:1.25rem;
    --bs-navbar-brand-color:rgba(0,0,0,.9);
    --bs-navbar-brand-hover-color:rgba(0,0,0,.9);
    --bs-navbar-nav-link-padding-x:0.5rem;
    --bs-navbar-toggler-padding-y:0.25rem;
    --bs-navbar-toggler-padding-x:0.75rem;
    --bs-navbar-toggler-font-size:1.25rem;
    --bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --bs-navbar-toggler-border-color:rgba(0,0,0,.1);
    --bs-navbar-toggler-border-radius:0.25rem;
    --bs-navbar-toggler-focus-width:0.25rem;
    --bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;
    align-items:center;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    position:relative
}
body.theme-dark .navbar>.container,body.theme-dark .navbar>.container-fluid,body.theme-dark .navbar>.container-lg,body.theme-dark .navbar>.container-md,body.theme-dark .navbar>.container-sm,body.theme-dark .navbar>.container-xl,body.theme-dark .navbar>.container-xxl{
    align-items:center;
    display:flex;
    flex-wrap:inherit;
    justify-content:space-between
}
body.theme-dark .navbar-brand{
    color:var(--bs-navbar-brand-color);
    font-size:var(--bs-navbar-brand-font-size);
    margin-right:var(--bs-navbar-brand-margin-end);
    padding-bottom:var(--bs-navbar-brand-padding-y);
    padding-top:var(--bs-navbar-brand-padding-y);
    text-decoration:none;
    white-space:nowrap
}
body.theme-dark .navbar-brand:focus,body.theme-dark .navbar-brand:hover{
    color:var(--bs-navbar-brand-hover-color)
}
body.theme-dark .navbar-nav{
    --bs-nav-link-padding-x:0;
    --bs-nav-link-padding-y:0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color:var(--bs-navbar-color);
    --bs-nav-link-hover-color:var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);
    display:flex;
    flex-direction:column;
    list-style:none;
    margin-bottom:0;
    padding-left:0
}
body.theme-dark .navbar-nav .nav-link.active,body.theme-dark .navbar-nav .show>.nav-link{
    color:var(--bs-navbar-active-color)
}
body.theme-dark .navbar-nav .dropdown-menu{
    position:static
}
body.theme-dark .navbar-text{
    color:var(--bs-navbar-color);
    padding-bottom:.5rem;
    padding-top:.5rem
}
body.theme-dark .navbar-text a,body.theme-dark .navbar-text a:focus,body.theme-dark .navbar-text a:hover{
    color:var(--bs-navbar-active-color)
}
body.theme-dark .navbar-collapse{
    align-items:center;
    flex-basis:100%;
    flex-grow:1
}
body.theme-dark .navbar-toggler{
    background-color:transparent;
    border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius:var(--bs-navbar-toggler-border-radius);
    color:var(--bs-navbar-color);
    font-size:var(--bs-navbar-toggler-font-size);
    line-height:1;
    padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    transition:var(--bs-navbar-toggler-transition)
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .navbar-toggler{
        transition:none
    }
}
body.theme-dark .navbar-toggler:hover{
    text-decoration:none
}
body.theme-dark .navbar-toggler:focus{
    box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);
    outline:0;
    text-decoration:none
}
body.theme-dark .navbar-toggler-icon{
    background-image:var(--bs-navbar-toggler-icon-bg);
    background-position:50%;
    background-repeat:no-repeat;
    background-size:100%;
    display:inline-block;
    height:1.5em;
    vertical-align:middle;
    width:1.5em
}
body.theme-dark .navbar-nav-scroll{
    max-height:var(--bs-scroll-height,75vh);
    overflow-y:auto
}
@media (min-width:576px){
    body.theme-dark .navbar-expand-sm{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    body.theme-dark .navbar-expand-sm .navbar-nav{
        flex-direction:row
    }
    body.theme-dark .navbar-expand-sm .navbar-nav .dropdown-menu{
        position:absolute
    }
    body.theme-dark .navbar-expand-sm .navbar-nav .nav-link{
        padding-left:var(--bs-navbar-nav-link-padding-x);
        padding-right:var(--bs-navbar-nav-link-padding-x)
    }
    body.theme-dark .navbar-expand-sm .navbar-nav-scroll{
        overflow:visible
    }
    body.theme-dark .navbar-expand-sm .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    body.theme-dark .navbar-expand-sm .navbar-toggler{
        display:none
    }
    body.theme-dark .navbar-expand-sm .offcanvas{
        background-color:transparent!important;
        border:0!important;
        flex-grow:1;
        height:auto!important;
        position:static;
        transform:none!important;
        transition:none;
        visibility:visible!important;
        width:auto!important;
        z-index:auto
    }
    body.theme-dark .navbar-expand-sm .offcanvas .offcanvas-header{
        display:none
    }
    body.theme-dark .navbar-expand-sm .offcanvas .offcanvas-body{
        display:flex;
        flex-grow:0;
        overflow-y:visible;
        padding:0
    }
}
@media (min-width:768px){
    body.theme-dark .navbar-expand-md{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    body.theme-dark .navbar-expand-md .navbar-nav{
        flex-direction:row
    }
    body.theme-dark .navbar-expand-md .navbar-nav .dropdown-menu{
        position:absolute
    }
    body.theme-dark .navbar-expand-md .navbar-nav .nav-link{
        padding-left:var(--bs-navbar-nav-link-padding-x);
        padding-right:var(--bs-navbar-nav-link-padding-x)
    }
    body.theme-dark .navbar-expand-md .navbar-nav-scroll{
        overflow:visible
    }
    body.theme-dark .navbar-expand-md .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    body.theme-dark .navbar-expand-md .navbar-toggler{
        display:none
    }
    body.theme-dark .navbar-expand-md .offcanvas{
        background-color:transparent!important;
        border:0!important;
        flex-grow:1;
        height:auto!important;
        position:static;
        transform:none!important;
        transition:none;
        visibility:visible!important;
        width:auto!important;
        z-index:auto
    }
    body.theme-dark .navbar-expand-md .offcanvas .offcanvas-header{
        display:none
    }
    body.theme-dark .navbar-expand-md .offcanvas .offcanvas-body{
        display:flex;
        flex-grow:0;
        overflow-y:visible;
        padding:0
    }
}
@media (min-width:992px){
    body.theme-dark .navbar-expand-lg{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    body.theme-dark .navbar-expand-lg .navbar-nav{
        flex-direction:row
    }
    body.theme-dark .navbar-expand-lg .navbar-nav .dropdown-menu{
        position:absolute
    }
    body.theme-dark .navbar-expand-lg .navbar-nav .nav-link{
        padding-left:var(--bs-navbar-nav-link-padding-x);
        padding-right:var(--bs-navbar-nav-link-padding-x)
    }
    body.theme-dark .navbar-expand-lg .navbar-nav-scroll{
        overflow:visible
    }
    body.theme-dark .navbar-expand-lg .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    body.theme-dark .navbar-expand-lg .navbar-toggler{
        display:none
    }
    body.theme-dark .navbar-expand-lg .offcanvas{
        background-color:transparent!important;
        border:0!important;
        flex-grow:1;
        height:auto!important;
        position:static;
        transform:none!important;
        transition:none;
        visibility:visible!important;
        width:auto!important;
        z-index:auto
    }
    body.theme-dark .navbar-expand-lg .offcanvas .offcanvas-header{
        display:none
    }
    body.theme-dark .navbar-expand-lg .offcanvas .offcanvas-body{
        display:flex;
        flex-grow:0;
        overflow-y:visible;
        padding:0
    }
}
@media (min-width:1200px){
    body.theme-dark .navbar-expand-xl{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    body.theme-dark .navbar-expand-xl .navbar-nav{
        flex-direction:row
    }
    body.theme-dark .navbar-expand-xl .navbar-nav .dropdown-menu{
        position:absolute
    }
    body.theme-dark .navbar-expand-xl .navbar-nav .nav-link{
        padding-left:var(--bs-navbar-nav-link-padding-x);
        padding-right:var(--bs-navbar-nav-link-padding-x)
    }
    body.theme-dark .navbar-expand-xl .navbar-nav-scroll{
        overflow:visible
    }
    body.theme-dark .navbar-expand-xl .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    body.theme-dark .navbar-expand-xl .navbar-toggler{
        display:none
    }
    body.theme-dark .navbar-expand-xl .offcanvas{
        background-color:transparent!important;
        border:0!important;
        flex-grow:1;
        height:auto!important;
        position:static;
        transform:none!important;
        transition:none;
        visibility:visible!important;
        width:auto!important;
        z-index:auto
    }
    body.theme-dark .navbar-expand-xl .offcanvas .offcanvas-header{
        display:none
    }
    body.theme-dark .navbar-expand-xl .offcanvas .offcanvas-body{
        display:flex;
        flex-grow:0;
        overflow-y:visible;
        padding:0
    }
}
@media (min-width:1400px){
    body.theme-dark .navbar-expand-xxl{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    body.theme-dark .navbar-expand-xxl .navbar-nav{
        flex-direction:row
    }
    body.theme-dark .navbar-expand-xxl .navbar-nav .dropdown-menu{
        position:absolute
    }
    body.theme-dark .navbar-expand-xxl .navbar-nav .nav-link{
        padding-left:var(--bs-navbar-nav-link-padding-x);
        padding-right:var(--bs-navbar-nav-link-padding-x)
    }
    body.theme-dark .navbar-expand-xxl .navbar-nav-scroll{
        overflow:visible
    }
    body.theme-dark .navbar-expand-xxl .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    body.theme-dark .navbar-expand-xxl .navbar-toggler{
        display:none
    }
    body.theme-dark .navbar-expand-xxl .offcanvas{
        background-color:transparent!important;
        border:0!important;
        flex-grow:1;
        height:auto!important;
        position:static;
        transform:none!important;
        transition:none;
        visibility:visible!important;
        width:auto!important;
        z-index:auto
    }
    body.theme-dark .navbar-expand-xxl .offcanvas .offcanvas-header{
        display:none
    }
    body.theme-dark .navbar-expand-xxl .offcanvas .offcanvas-body{
        display:flex;
        flex-grow:0;
        overflow-y:visible;
        padding:0
    }
}
body.theme-dark .navbar-expand{
    flex-wrap:nowrap;
    justify-content:flex-start
}
body.theme-dark .navbar-expand .navbar-nav{
    flex-direction:row
}
body.theme-dark .navbar-expand .navbar-nav .dropdown-menu{
    position:absolute
}
body.theme-dark .navbar-expand .navbar-nav .nav-link{
    padding-left:var(--bs-navbar-nav-link-padding-x);
    padding-right:var(--bs-navbar-nav-link-padding-x)
}
body.theme-dark .navbar-expand .navbar-nav-scroll{
    overflow:visible
}
body.theme-dark .navbar-expand .navbar-collapse{
    display:flex!important;
    flex-basis:auto
}
body.theme-dark .navbar-expand .navbar-toggler{
    display:none
}
body.theme-dark .navbar-expand .offcanvas{
    background-color:transparent!important;
    border:0!important;
    flex-grow:1;
    height:auto!important;
    position:static;
    transform:none!important;
    transition:none;
    visibility:visible!important;
    width:auto!important;
    z-index:auto
}
body.theme-dark .navbar-expand .offcanvas .offcanvas-header{
    display:none
}
body.theme-dark .navbar-expand .offcanvas .offcanvas-body{
    display:flex;
    flex-grow:0;
    overflow-y:visible;
    padding:0
}
body.theme-dark .navbar-dark{
    --bs-navbar-color:hsla(0,0%,100%,.55);
    --bs-navbar-hover-color:hsla(0,0%,100%,.75);
    --bs-navbar-disabled-color:hsla(0,0%,100%,.25);
    --bs-navbar-active-color:#fff;
    --bs-navbar-brand-color:#fff;
    --bs-navbar-brand-hover-color:#fff;
    --bs-navbar-toggler-border-color:hsla(0,0%,100%,.1);
    --bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
body.theme-dark .card{
    --bs-card-spacer-y:1rem;
    --bs-card-spacer-x:1rem;
    --bs-card-title-spacer-y:0.5rem;
    --bs-card-border-width:1px;
    --bs-card-border-color:rgba(0,0,0,.125);
    --bs-card-border-radius:0.7rem;
    --bs-card-box-shadow:-8px 12px 18px 0 rgba(25,42,70,.13);
    --bs-card-inner-border-radius:calc(0.7rem - 1px);
    --bs-card-cap-padding-y:1.5rem;
    --bs-card-cap-padding-x:1.5rem;
    --bs-card-cap-bg:#1e1e2d;
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg:#1e1e2d;
    --bs-card-img-overlay-padding:1rem;
    --bs-card-group-margin:0.75rem;
    word-wrap:break-word;
    background-clip:border-box;
    background-color:var(--bs-card-bg);
    border:var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius:var(--bs-card-border-radius);
    display:flex;
    flex-direction:column;
    height:var(--bs-card-height);
    min-width:0;
    position:relative
}
body.theme-dark .card>hr{
    margin-left:0;
    margin-right:0
}
body.theme-dark .card>.list-group{
    border-bottom:inherit;
    border-top:inherit
}
body.theme-dark .card>.list-group:first-child{
    border-top-left-radius:var(--bs-card-inner-border-radius);
    border-top-right-radius:var(--bs-card-inner-border-radius);
    border-top-width:0
}
body.theme-dark .card>.list-group:last-child{
    border-bottom-left-radius:var(--bs-card-inner-border-radius);
    border-bottom-right-radius:var(--bs-card-inner-border-radius);
    border-bottom-width:0
}
body.theme-dark .card>.card-header+.list-group,body.theme-dark .card>.list-group+.card-footer{
    border-top:0
}
body.theme-dark .card-body{
    color:var(--bs-card-color);
    flex:1 1 auto;
    padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x)
}
body.theme-dark .card-title{
    margin-bottom:var(--bs-card-title-spacer-y)
}
body.theme-dark .card-subtitle{
    margin-bottom:0;
    margin-top:calc(var(--bs-card-title-spacer-y)*-.5)
}
body.theme-dark .card-text:last-child{
    margin-bottom:0
}
body.theme-dark .card-link+.card-link{
    margin-left:var(--bs-card-spacer-x)
}
body.theme-dark .card-header{
    background-color:var(--bs-card-cap-bg);
    border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);
    color:var(--bs-card-cap-color);
    margin-bottom:0;
    padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)
}
body.theme-dark .card-header:first-child{
    border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}
body.theme-dark .card-footer{
    background-color:var(--bs-card-cap-bg);
    border-top:var(--bs-card-border-width) solid var(--bs-card-border-color);
    color:var(--bs-card-cap-color);
    padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)
}
body.theme-dark .card-footer:last-child{
    border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}
body.theme-dark .card-header-tabs{
    border-bottom:0;
    margin-bottom:calc(var(--bs-card-cap-padding-y)*-1);
    margin-left:calc(var(--bs-card-cap-padding-x)*-.5);
    margin-right:calc(var(--bs-card-cap-padding-x)*-.5)
}
body.theme-dark .card-header-tabs .nav-link.active{
    background-color:var(--bs-card-bg);
    border-bottom-color:var(--bs-card-bg)
}
body.theme-dark .card-header-pills{
    margin-left:calc(var(--bs-card-cap-padding-x)*-.5);
    margin-right:calc(var(--bs-card-cap-padding-x)*-.5)
}
body.theme-dark .card-img-overlay{
    border-radius:var(--bs-card-inner-border-radius);
    bottom:0;
    left:0;
    padding:var(--bs-card-img-overlay-padding);
    position:absolute;
    right:0;
    top:0
}
body.theme-dark .card-img,body.theme-dark .card-img-bottom,body.theme-dark .card-img-top{
    width:100%
}
body.theme-dark .card-img,body.theme-dark .card-img-top{
    border-top-left-radius:var(--bs-card-inner-border-radius);
    border-top-right-radius:var(--bs-card-inner-border-radius)
}
body.theme-dark .card-img,body.theme-dark .card-img-bottom{
    border-bottom-left-radius:var(--bs-card-inner-border-radius);
    border-bottom-right-radius:var(--bs-card-inner-border-radius)
}
body.theme-dark .card-group>.card{
    margin-bottom:var(--bs-card-group-margin)
}
@media (min-width:576px){
    body.theme-dark .card-group{
        display:flex;
        flex-flow:row wrap
    }
    body.theme-dark .card-group>.card{
        flex:1 0 0%;
        margin-bottom:0
    }
    body.theme-dark .card-group>.card+.card{
        border-left:0;
        margin-left:0
    }
    body.theme-dark .card-group>.card:not(:last-child){
        border-bottom-right-radius:0;
        border-top-right-radius:0
    }
    body.theme-dark .card-group>.card:not(:last-child) .card-header,body.theme-dark .card-group>.card:not(:last-child) .card-img-top{
        border-top-right-radius:0
    }
    body.theme-dark .card-group>.card:not(:last-child) .card-footer,body.theme-dark .card-group>.card:not(:last-child) .card-img-bottom{
        border-bottom-right-radius:0
    }
    body.theme-dark .card-group>.card:not(:first-child){
        border-bottom-left-radius:0;
        border-top-left-radius:0
    }
    body.theme-dark .card-group>.card:not(:first-child) .card-header,body.theme-dark .card-group>.card:not(:first-child) .card-img-top{
        border-top-left-radius:0
    }
    body.theme-dark .card-group>.card:not(:first-child) .card-footer,body.theme-dark .card-group>.card:not(:first-child) .card-img-bottom{
        border-bottom-left-radius:0
    }
}
body.theme-dark .accordion{
    --bs-accordion-color:#fff;
    --bs-accordion-bg:transparent;
    --bs-accordion-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;
    --bs-accordion-border-color:rgb(245 240 240 / 13%);
    --bs-accordion-border-width:1px;
    --bs-accordion-border-radius:0.25rem;
    --bs-accordion-inner-border-radius:calc(0.25rem - 1px);
    --bs-accordion-btn-padding-x:1.25rem;
    --bs-accordion-btn-padding-y:1rem;
    --bs-accordion-btn-color:#c2c2d9;
    --bs-accordion-btn-bg:transparent;
    --bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23607080'%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");
    --bs-accordion-btn-icon-width:1.25rem;
    --bs-accordion-btn-icon-transform:rotate(180deg);
    --bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233c55ab'%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");
    --bs-accordion-btn-focus-border-color:#a1afdf;
    --bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(67,94,190,.25);
    --bs-accordion-body-padding-x:1.25rem;
    --bs-accordion-body-padding-y:1rem;
    --bs-accordion-active-color:#3c55ab;
    --bs-accordion-active-bg:#eceff9
}
body.theme-dark .accordion-button{
    align-items:center;
    background-color:var(--bs-accordion-btn-bg);
    border:0;
    border-radius:0;
    color:var(--bs-accordion-btn-color);
    display:flex;
    font-size:1rem;
    overflow-anchor:none;
    padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    position:relative;
    text-align:left;
    transition:var(--bs-accordion-transition);
    width:100%
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .accordion-button{
        transition:none
    }
}
body.theme-dark .accordion-button:not(.collapsed){
    background-color:#585a607a;
    box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);
    color:#dadeee
}
body.theme-dark .accordion-button:not(.collapsed):after{
    background-image:var(--bs-accordion-btn-active-icon);
    transform:var(--bs-accordion-btn-icon-transform)
}
body.theme-dark .accordion-button:after{
    background-image:var(--bs-accordion-btn-icon);
    background-repeat:no-repeat;
    background-size:var(--bs-accordion-btn-icon-width);
    content:"";
    flex-shrink:0;
    height:var(--bs-accordion-btn-icon-width);
    margin-left:auto;
    transition:var(--bs-accordion-btn-icon-transition);
    width:var(--bs-accordion-btn-icon-width)
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .accordion-button:after{
        transition:none
    }
}
body.theme-dark .accordion-button:hover{
    z-index:2
}
body.theme-dark .accordion-button:focus{
    border-color:var(--bs-accordion-btn-focus-border-color);
    box-shadow:var(--bs-accordion-btn-focus-box-shadow);
    outline:0;
    z-index:3
}
body.theme-dark .accordion-header{
    margin-bottom:0
}
body.theme-dark .accordion-item{
    background-color:var(--bs-accordion-bg);
    border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    color:var(--bs-accordion-color)
}
body.theme-dark .accordion-item:first-of-type{
    border-top-left-radius:var(--bs-accordion-border-radius);
    border-top-right-radius:var(--bs-accordion-border-radius)
}
body.theme-dark .accordion-item:first-of-type .accordion-button{
    border-top-left-radius:var(--bs-accordion-inner-border-radius);
    border-top-right-radius:var(--bs-accordion-inner-border-radius)
}
body.theme-dark .accordion-item:not(:first-of-type){
    border-top:0
}
body.theme-dark .accordion-item:last-of-type{
    border-bottom-left-radius:var(--bs-accordion-border-radius);
    border-bottom-right-radius:var(--bs-accordion-border-radius)
}
body.theme-dark .accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-left-radius:var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius:var(--bs-accordion-inner-border-radius)
}
body.theme-dark .accordion-item:last-of-type .accordion-collapse{
    border-bottom-left-radius:var(--bs-accordion-border-radius);
    border-bottom-right-radius:var(--bs-accordion-border-radius)
}
body.theme-dark .accordion-body{
    padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}
body.theme-dark .accordion-flush .accordion-collapse{
    border-width:0
}
body.theme-dark .accordion-flush .accordion-item{
    border-left:0;
    border-radius:0;
    border-right:0
}
body.theme-dark .accordion-flush .accordion-item:first-child{
    border-top:0
}
body.theme-dark .accordion-flush .accordion-item:last-child{
    border-bottom:0
}
body.theme-dark .accordion-flush .accordion-item .accordion-button{
    border-radius:0
}
body.theme-dark .breadcrumb{
    --bs-breadcrumb-padding-x:0;
    --bs-breadcrumb-padding-y:0;
    --bs-breadcrumb-margin-bottom:1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color:#6c757d;
    --bs-breadcrumb-item-padding-x:0.5rem;
    --bs-breadcrumb-item-active-color:#6c757d;
    background-color:var(--bs-breadcrumb-bg);
    border-radius:var(--bs-breadcrumb-border-radius);
    display:flex;
    flex-wrap:wrap;
    font-size:var(--bs-breadcrumb-font-size);
    list-style:none;
    margin-bottom:var(--bs-breadcrumb-margin-bottom);
    padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)
}
body.theme-dark .breadcrumb-item+.breadcrumb-item{
    padding-left:var(--bs-breadcrumb-item-padding-x)
}
body.theme-dark .breadcrumb-item+.breadcrumb-item:before{
    color:var(--bs-breadcrumb-divider-color);
    content:var(--bs-breadcrumb-divider,"/");
    float:left;
    padding-right:var(--bs-breadcrumb-item-padding-x)
}
body.theme-dark .breadcrumb-item.active{
    color:var(--bs-breadcrumb-item-active-color)
}
body.theme-dark .pagination{
    --bs-pagination-padding-x:0.75rem;
    --bs-pagination-padding-y:0.375rem;
    --bs-pagination-font-size:1rem;
    --bs-pagination-color:#92929f;
    --bs-pagination-bg:#151521;
    --bs-pagination-border-width:1px;
    --bs-pagination-border-color:#151521;
    --bs-pagination-border-radius:0.25rem;
    --bs-pagination-hover-color:#fff;
    --bs-pagination-hover-bg:#21212c;
    --bs-pagination-hover-border-color:#151521;
    --bs-pagination-focus-color:#364b98;
    --bs-pagination-focus-bg:#212e48;
    --bs-pagination-focus-box-shadow:none;
    --bs-pagination-active-color:#fff;
    --bs-pagination-active-bg:#435ebe;
    --bs-pagination-active-border-color:#435ebe;
    --bs-pagination-disabled-color:#6c757d;
    --bs-pagination-disabled-bg:#000;
    --bs-pagination-disabled-border-color:#000;
    display:flex;
    list-style:none;
    padding-left:0
}
body.theme-dark .page-link{
    background-color:var(--bs-pagination-bg);
    border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    color:var(--bs-pagination-color);
    display:block;
    font-size:var(--bs-pagination-font-size);
    padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    position:relative;
    text-decoration:none;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .page-link{
        transition:none
    }
}
body.theme-dark .page-link:hover{
    background-color:var(--bs-pagination-hover-bg);
    border-color:var(--bs-pagination-hover-border-color);
    color:var(--bs-pagination-hover-color);
    z-index:2
}
body.theme-dark .page-link:focus{
    background-color:var(--bs-pagination-focus-bg);
    box-shadow:var(--bs-pagination-focus-box-shadow);
    color:var(--bs-pagination-focus-color);
    outline:0;
    z-index:3
}
.active>body.theme-dark .page-link,body.theme-dark .page-link.active{
    background-color:var(--bs-pagination-active-bg);
    border-color:var(--bs-pagination-active-border-color);
    color:var(--bs-pagination-active-color);
    z-index:3
}
.disabled>body.theme-dark .page-link,body.theme-dark .page-link.disabled{
    background-color:var(--bs-pagination-disabled-bg);
    border-color:var(--bs-pagination-disabled-border-color);
    color:var(--bs-pagination-disabled-color);
    pointer-events:none
}
body.theme-dark .page-item:not(:first-child) .page-link{
    margin-left:-1px
}
body.theme-dark .page-item:first-child .page-link{
    border-bottom-left-radius:var(--bs-pagination-border-radius);
    border-top-left-radius:var(--bs-pagination-border-radius)
}
body.theme-dark .page-item:last-child .page-link{
    border-bottom-right-radius:var(--bs-pagination-border-radius);
    border-top-right-radius:var(--bs-pagination-border-radius)
}
body.theme-dark .pagination-lg{
    --bs-pagination-padding-x:1.5rem;
    --bs-pagination-padding-y:0.75rem;
    --bs-pagination-font-size:1.25rem;
    --bs-pagination-border-radius:0.3rem
}
body.theme-dark .pagination-sm{
    --bs-pagination-padding-x:0.5rem;
    --bs-pagination-padding-y:0.25rem;
    --bs-pagination-font-size:0.875rem;
    --bs-pagination-border-radius:0.2rem
}
body.theme-dark .badge{
    --bs-badge-padding-x:0.65em;
    --bs-badge-padding-y:0.35em;
    --bs-badge-font-size:0.85em;
    --bs-badge-font-weight:700;
    --bs-badge-color:#fff;
    --bs-badge-border-radius:0.25rem;
    border-radius:var(--bs-badge-border-radius);
    color:var(--bs-badge-color);
    display:inline-block;
    font-size:var(--bs-badge-font-size);
    font-weight:var(--bs-badge-font-weight);
    line-height:1;
    padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    text-align:center;
    vertical-align:baseline;
    white-space:nowrap
}
body.theme-dark .badge:empty{
    display:none
}
body.theme-dark .btn .badge{
    position:relative;
    top:-1px
}
body.theme-dark .alert{
    --bs-alert-bg:transparent;
    --bs-alert-padding-x:1rem;
    --bs-alert-padding-y:1rem;
    --bs-alert-margin-bottom:1rem;
    --bs-alert-color:inherit;
    --bs-alert-border-color:transparent;
    --bs-alert-border:1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius:0.25rem;
    background-color:var(--bs-alert-bg);
    border:var(--bs-alert-border);
    border-radius:var(--bs-alert-border-radius);
    color:var(--bs-alert-color);
    margin-bottom:var(--bs-alert-margin-bottom);
    padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    position:relative
}
body.theme-dark .alert-heading{
    color:inherit
}
body.theme-dark .alert-link{
    font-weight:700
}
body.theme-dark .alert-dismissible{
    padding-right:3rem
}
body.theme-dark .alert-dismissible .btn-close{
    padding:1.25rem 1rem;
    position:absolute;
    right:0;
    top:0;
    z-index:2
}
body.theme-dark .alert-primary{
    --bs-alert-color:#283872;
    --bs-alert-bg:#d9dff2;
    --bs-alert-border-color:#c7cfec
}
body.theme-dark .alert-primary .alert-link{
    color:#202d5b
}
body.theme-dark .alert-secondary{
    --bs-alert-color:#41464b;
    --bs-alert-bg:#e2e3e5;
    --bs-alert-border-color:#d3d6d8
}
body.theme-dark .alert-secondary .alert-link{
    color:#34383c
}
body.theme-dark .alert-success{
    --bs-alert-color:#0f5132;
    --bs-alert-bg:#d1e7dd;
    --bs-alert-border-color:#badbcc
}
body.theme-dark .alert-success .alert-link{
    color:#0c4128
}
body.theme-dark .alert-info{
    --bs-alert-color:#055160;
    --bs-alert-bg:#cff4fc;
    --bs-alert-border-color:#b6effb
}
body.theme-dark .alert-info .alert-link{
    color:#04414d
}
body.theme-dark .alert-warning{
    --bs-alert-color:#664d03;
    --bs-alert-bg:#fff3cd;
    --bs-alert-border-color:#ffecb5
}
body.theme-dark .alert-warning .alert-link{
    color:#523e02
}
body.theme-dark .alert-danger{
    --bs-alert-color:#842029;
    --bs-alert-bg:#f8d7da;
    --bs-alert-border-color:#f5c2c7
}
body.theme-dark .alert-danger .alert-link{
    color:#6a1a21
}
body.theme-dark .alert-light{
    --bs-alert-color:#636464;
    --bs-alert-bg:#fefefe;
    --bs-alert-border-color:#fdfdfe
}
body.theme-dark .alert-light .alert-link{
    color:#4f5050
}
body.theme-dark .alert-dark{
    --bs-alert-color:#616366;
    --bs-alert-bg:#fcfdff;
    --bs-alert-border-color:#fbfdff
}
body.theme-dark .alert-dark .alert-link{
    color:#4e4f52
}
@-webkit-keyframes progress-bar-stripes{
    0%{
        background-position-x:1rem
    }
}
@keyframes progress-bar-stripes{
    0%{
        background-position-x:1rem
    }
}
body.theme-dark .progress{
    --bs-progress-height:0.5rem;
    --bs-progress-font-size:0.75rem;
    --bs-progress-bg:#e9ecef;
    --bs-progress-border-radius:0.25rem;
    --bs-progress-box-shadow:inset 0 1px 2px rgba(0,0,0,.075);
    --bs-progress-bar-color:#fff;
    --bs-progress-bar-bg:#435ebe;
    --bs-progress-bar-transition:width 0.6s ease;
    background-color:var(--bs-progress-bg);
    border-radius:var(--bs-progress-border-radius);
    display:flex;
    font-size:var(--bs-progress-font-size);
    height:var(--bs-progress-height);
    overflow:hidden
}
body.theme-dark .progress-bar{
    background-color:var(--bs-progress-bar-bg);
    color:var(--bs-progress-bar-color);
    display:flex;
    flex-direction:column;
    justify-content:center;
    overflow:hidden;
    text-align:center;
    transition:var(--bs-progress-bar-transition);
    white-space:nowrap
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .progress-bar{
        transition:none
    }
}
body.theme-dark .progress-bar-striped{
    background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size:var(--bs-progress-height) var(--bs-progress-height)
}
body.theme-dark .progress-bar-animated{
    -webkit-animation:progress-bar-stripes 1s linear infinite;
    animation:progress-bar-stripes 1s linear infinite
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .progress-bar-animated{
        -webkit-animation:none;
        animation:none
    }
}
body.theme-dark .list-group{
    --bs-list-group-color:#afb0be;
    --bs-list-group-bg:#151521;
    --bs-list-group-border-color:rgba(0,0,0,.125);
    --bs-list-group-border-width:1px;
    --bs-list-group-border-radius:0.25rem;
    --bs-list-group-item-padding-x:1rem;
    --bs-list-group-item-padding-y:0.5rem;
    --bs-list-group-action-color:#495057;
    --bs-list-group-action-hover-color:#afb0be;
    --bs-list-group-action-hover-bg:#101113;
    --bs-list-group-action-active-color:#607080;
    --bs-list-group-action-active-bg:#292940;
    --bs-list-group-disabled-color:#000;
    --bs-list-group-disabled-bg:#fff;
    --bs-list-group-active-color:#fff;
    --bs-list-group-active-bg:#435ebe;
    --bs-list-group-active-border-color:#435ebe;
    border-radius:var(--bs-list-group-border-radius);
    display:flex;
    flex-direction:column;
    margin-bottom:0;
    padding-left:0
}
body.theme-dark .list-group-numbered{
    counter-reset:section;
    list-style-type:none
}
body.theme-dark .list-group-numbered>.list-group-item:before{
    content:counters(section,".") ". ";
    counter-increment:section
}
body.theme-dark .list-group-item-action{
    color:var(--bs-list-group-action-color);
    text-align:inherit;
    width:100%
}
body.theme-dark .list-group-item-action:focus,body.theme-dark .list-group-item-action:hover{
    background-color:var(--bs-list-group-action-hover-bg);
    color:var(--bs-list-group-action-hover-color);
    text-decoration:none;
    z-index:1
}
body.theme-dark .list-group-item-action:active{
    background-color:var(--bs-list-group-action-active-bg);
    color:var(--bs-list-group-action-active-color)
}
body.theme-dark .list-group-item{
    background-color:var(--bs-list-group-bg);
    border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
    color:var(--bs-list-group-color);
    display:block;
    padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    position:relative;
    text-decoration:none
}
body.theme-dark .list-group-item:first-child{
    border-top-left-radius:inherit;
    border-top-right-radius:inherit
}
body.theme-dark .list-group-item:last-child{
    border-bottom-left-radius:inherit;
    border-bottom-right-radius:inherit
}
body.theme-dark .list-group-item.disabled,body.theme-dark .list-group-item:disabled{
    background-color:var(--bs-list-group-disabled-bg);
    color:var(--bs-list-group-disabled-color);
    pointer-events:none
}
body.theme-dark .list-group-item.active{
    background-color:var(--bs-list-group-active-bg);
    border-color:var(--bs-list-group-active-border-color);
    color:var(--bs-list-group-active-color);
    z-index:2
}
body.theme-dark .list-group-item+body.theme-dark .list-group-item{
    border-top-width:0
}
body.theme-dark .list-group-item+body.theme-dark .list-group-item.active{
    border-top-width:var(--bs-list-group-border-width);
    margin-top:calc(var(--bs-list-group-border-width)*-1)
}
body.theme-dark .list-group-horizontal{
    flex-direction:row
}
body.theme-dark .list-group-horizontal>.list-group-item:first-child{
    border-bottom-left-radius:var(--bs-list-group-border-radius);
    border-top-right-radius:0
}
body.theme-dark .list-group-horizontal>.list-group-item:last-child{
    border-bottom-left-radius:0;
    border-top-right-radius:var(--bs-list-group-border-radius)
}
body.theme-dark .list-group-horizontal>.list-group-item.active{
    margin-top:0
}
body.theme-dark .list-group-horizontal>.list-group-item+.list-group-item{
    border-left-width:0;
    border-top-width:var(--bs-list-group-border-width)
}
body.theme-dark .list-group-horizontal>.list-group-item+.list-group-item.active{
    border-left-width:var(--bs-list-group-border-width);
    margin-left:calc(var(--bs-list-group-border-width)*-1)
}
@media (min-width:576px){
    body.theme-dark .list-group-horizontal-sm{
        flex-direction:row
    }
    body.theme-dark .list-group-horizontal-sm>.list-group-item:first-child{
        border-bottom-left-radius:var(--bs-list-group-border-radius);
        border-top-right-radius:0
    }
    body.theme-dark .list-group-horizontal-sm>.list-group-item:last-child{
        border-bottom-left-radius:0;
        border-top-right-radius:var(--bs-list-group-border-radius)
    }
    body.theme-dark .list-group-horizontal-sm>.list-group-item.active{
        margin-top:0
    }
    body.theme-dark .list-group-horizontal-sm>.list-group-item+.list-group-item{
        border-left-width:0;
        border-top-width:var(--bs-list-group-border-width)
    }
    body.theme-dark .list-group-horizontal-sm>.list-group-item+.list-group-item.active{
        border-left-width:var(--bs-list-group-border-width);
        margin-left:calc(var(--bs-list-group-border-width)*-1)
    }
}
@media (min-width:768px){
    body.theme-dark .list-group-horizontal-md{
        flex-direction:row
    }
    body.theme-dark .list-group-horizontal-md>.list-group-item:first-child{
        border-bottom-left-radius:var(--bs-list-group-border-radius);
        border-top-right-radius:0
    }
    body.theme-dark .list-group-horizontal-md>.list-group-item:last-child{
        border-bottom-left-radius:0;
        border-top-right-radius:var(--bs-list-group-border-radius)
    }
    body.theme-dark .list-group-horizontal-md>.list-group-item.active{
        margin-top:0
    }
    body.theme-dark .list-group-horizontal-md>.list-group-item+.list-group-item{
        border-left-width:0;
        border-top-width:var(--bs-list-group-border-width)
    }
    body.theme-dark .list-group-horizontal-md>.list-group-item+.list-group-item.active{
        border-left-width:var(--bs-list-group-border-width);
        margin-left:calc(var(--bs-list-group-border-width)*-1)
    }
}
@media (min-width:992px){
    body.theme-dark .list-group-horizontal-lg{
        flex-direction:row
    }
    body.theme-dark .list-group-horizontal-lg>.list-group-item:first-child{
        border-bottom-left-radius:var(--bs-list-group-border-radius);
        border-top-right-radius:0
    }
    body.theme-dark .list-group-horizontal-lg>.list-group-item:last-child{
        border-bottom-left-radius:0;
        border-top-right-radius:var(--bs-list-group-border-radius)
    }
    body.theme-dark .list-group-horizontal-lg>.list-group-item.active{
        margin-top:0
    }
    body.theme-dark .list-group-horizontal-lg>.list-group-item+.list-group-item{
        border-left-width:0;
        border-top-width:var(--bs-list-group-border-width)
    }
    body.theme-dark .list-group-horizontal-lg>.list-group-item+.list-group-item.active{
        border-left-width:var(--bs-list-group-border-width);
        margin-left:calc(var(--bs-list-group-border-width)*-1)
    }
}
@media (min-width:1200px){
    body.theme-dark .list-group-horizontal-xl{
        flex-direction:row
    }
    body.theme-dark .list-group-horizontal-xl>.list-group-item:first-child{
        border-bottom-left-radius:var(--bs-list-group-border-radius);
        border-top-right-radius:0
    }
    body.theme-dark .list-group-horizontal-xl>.list-group-item:last-child{
        border-bottom-left-radius:0;
        border-top-right-radius:var(--bs-list-group-border-radius)
    }
    body.theme-dark .list-group-horizontal-xl>.list-group-item.active{
        margin-top:0
    }
    body.theme-dark .list-group-horizontal-xl>.list-group-item+.list-group-item{
        border-left-width:0;
        border-top-width:var(--bs-list-group-border-width)
    }
    body.theme-dark .list-group-horizontal-xl>.list-group-item+.list-group-item.active{
        border-left-width:var(--bs-list-group-border-width);
        margin-left:calc(var(--bs-list-group-border-width)*-1)
    }
}
@media (min-width:1400px){
    body.theme-dark .list-group-horizontal-xxl{
        flex-direction:row
    }
    body.theme-dark .list-group-horizontal-xxl>.list-group-item:first-child{
        border-bottom-left-radius:var(--bs-list-group-border-radius);
        border-top-right-radius:0
    }
    body.theme-dark .list-group-horizontal-xxl>.list-group-item:last-child{
        border-bottom-left-radius:0;
        border-top-right-radius:var(--bs-list-group-border-radius)
    }
    body.theme-dark .list-group-horizontal-xxl>.list-group-item.active{
        margin-top:0
    }
    body.theme-dark .list-group-horizontal-xxl>.list-group-item+.list-group-item{
        border-left-width:0;
        border-top-width:var(--bs-list-group-border-width)
    }
    body.theme-dark .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{
        border-left-width:var(--bs-list-group-border-width);
        margin-left:calc(var(--bs-list-group-border-width)*-1)
    }
}
body.theme-dark .list-group-flush{
    border-radius:0
}
body.theme-dark .list-group-flush>.list-group-item{
    border-width:0 0 var(--bs-list-group-border-width)
}
body.theme-dark .list-group-flush>.list-group-item:last-child{
    border-bottom-width:0
}
body.theme-dark .list-group-item-primary{
    background-color:#d9dff2;
    color:#283872
}
body.theme-dark .list-group-item-primary.list-group-item-action:focus,body.theme-dark .list-group-item-primary.list-group-item-action:hover{
    background-color:#c3c9da;
    color:#283872
}
body.theme-dark .list-group-item-primary.list-group-item-action.active{
    background-color:#283872;
    border-color:#283872;
    color:#fff
}
body.theme-dark .list-group-item-secondary{
    background-color:#e2e3e5;
    color:#41464b
}
body.theme-dark .list-group-item-secondary.list-group-item-action:focus,body.theme-dark .list-group-item-secondary.list-group-item-action:hover{
    background-color:#cbccce;
    color:#41464b
}
body.theme-dark .list-group-item-secondary.list-group-item-action.active{
    background-color:#41464b;
    border-color:#41464b;
    color:#fff
}
body.theme-dark .list-group-item-success{
    background-color:#d1e7dd;
    color:#0f5132
}
body.theme-dark .list-group-item-success.list-group-item-action:focus,body.theme-dark .list-group-item-success.list-group-item-action:hover{
    background-color:#bcd0c7;
    color:#0f5132
}
body.theme-dark .list-group-item-success.list-group-item-action.active{
    background-color:#0f5132;
    border-color:#0f5132;
    color:#fff
}
body.theme-dark .list-group-item-info{
    background-color:#cff4fc;
    color:#055160
}
body.theme-dark .list-group-item-info.list-group-item-action:focus,body.theme-dark .list-group-item-info.list-group-item-action:hover{
    background-color:#badce3;
    color:#055160
}
body.theme-dark .list-group-item-info.list-group-item-action.active{
    background-color:#055160;
    border-color:#055160;
    color:#fff
}
body.theme-dark .list-group-item-warning{
    background-color:#fff3cd;
    color:#664d03
}
body.theme-dark .list-group-item-warning.list-group-item-action:focus,body.theme-dark .list-group-item-warning.list-group-item-action:hover{
    background-color:#e6dbb9;
    color:#664d03
}
body.theme-dark .list-group-item-warning.list-group-item-action.active{
    background-color:#664d03;
    border-color:#664d03;
    color:#fff
}
body.theme-dark .list-group-item-danger{
    background-color:#f8d7da;
    color:#842029
}
body.theme-dark .list-group-item-danger.list-group-item-action:focus,body.theme-dark .list-group-item-danger.list-group-item-action:hover{
    background-color:#dfc2c4;
    color:#842029
}
body.theme-dark .list-group-item-danger.list-group-item-action.active{
    background-color:#842029;
    border-color:#842029;
    color:#fff
}
body.theme-dark .list-group-item-light{
    background-color:#fefefe;
    color:#636464
}
body.theme-dark .list-group-item-light.list-group-item-action:focus,body.theme-dark .list-group-item-light.list-group-item-action:hover{
    background-color:#e5e5e5;
    color:#636464
}
body.theme-dark .list-group-item-light.list-group-item-action.active{
    background-color:#636464;
    border-color:#636464;
    color:#fff
}
body.theme-dark .list-group-item-dark{
    background-color:#fcfdff;
    color:#616366
}
body.theme-dark .list-group-item-dark.list-group-item-action:focus,body.theme-dark .list-group-item-dark.list-group-item-action:hover{
    background-color:#e3e4e6;
    color:#616366
}
body.theme-dark .list-group-item-dark.list-group-item-action.active{
    background-color:#616366;
    border-color:#616366;
    color:#fff
}
body.theme-dark .btn-close{
    background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border:0;
    border-radius:.25rem;
    box-sizing:content-box;
    color:#000;
    height:1em;
    opacity:.5;
    padding:.25em;
    width:1em
}
body.theme-dark .btn-close:hover{
    color:#000;
    opacity:.75;
    text-decoration:none
}
body.theme-dark .btn-close:focus{
    box-shadow:0 0 0 .25rem rgba(67,94,190,.25);
    opacity:1;
    outline:0
}
body.theme-dark .btn-close.disabled,body.theme-dark .btn-close:disabled{
    opacity:.25;
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
body.theme-dark .btn-close-white{
    filter:invert(1) grayscale(100%) brightness(200%)
}
body.theme-dark .toast{
    --bs-toast-padding-x:0.75rem;
    --bs-toast-padding-y:0.5rem;
    --bs-toast-spacing:0.75rem;
    --bs-toast-max-width:350px;
    --bs-toast-font-size:0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg:hsla(0,0%,100%,.85);
    --bs-toast-border-width:1px;
    --bs-toast-border-color:rgba(0,0,0,.1);
    --bs-toast-border-radius:0.25rem;
    --bs-toast-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);
    --bs-toast-header-color:#6c757d;
    --bs-toast-header-bg:hsla(0,0%,100%,.85);
    --bs-toast-header-border-color:rgba(0,0,0,.05);
    background-clip:padding-box;
    background-color:var(--bs-toast-bg);
    border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    border-radius:var(--bs-toast-border-radius);
    box-shadow:var(--bs-toast-box-shadow);
    color:var(--bs-toast-color);
    font-size:var(--bs-toast-font-size);
    max-width:100%;
    pointer-events:auto;
    width:var(--bs-toast-max-width)
}
body.theme-dark .toast.showing{
    opacity:0
}
body.theme-dark .toast:not(.show){
    display:none
}
body.theme-dark .toast-container{
    max-width:100%;
    pointer-events:none;
    position:absolute;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    z-index:1090
}
body.theme-dark .toast-container>:not(:last-child){
    margin-bottom:var(--bs-toast-spacing)
}
body.theme-dark .toast-header{
    align-items:center;
    background-clip:padding-box;
    background-color:var(--bs-toast-header-bg);
    border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    color:var(--bs-toast-header-color);
    display:flex;
    padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x)
}
body.theme-dark .toast-header .btn-close{
    margin-left:var(--bs-toast-padding-x);
    margin-right:calc(var(--bs-toast-padding-x)*-.5)
}
body.theme-dark .toast-body{
    word-wrap:break-word;
    padding:var(--bs-toast-padding-x)
}
body.theme-dark .modal{
    --bs-modal-zindex:1050;
    --bs-modal-width:500px;
    --bs-modal-padding:1rem;
    --bs-modal-margin:0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg:#1e1e2d;
    --bs-modal-border-color:rgba(0,0,0,.2);
    --bs-modal-border-width:1px;
    --bs-modal-border-radius:0.3rem;
    --bs-modal-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075);
    --bs-modal-inner-border-radius:calc(0.3rem - 1px);
    --bs-modal-header-padding-x:1rem;
    --bs-modal-header-padding-y:1rem;
    --bs-modal-header-padding:1rem 1rem;
    --bs-modal-header-border-color:#6c757d;
    --bs-modal-header-border-width:1px;
    --bs-modal-title-line-height:1.5;
    --bs-modal-footer-gap:0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color:#6c757d;
    --bs-modal-footer-border-width:1px;
    display:none;
    height:100%;
    left:0;
    outline:0;
    overflow-x:hidden;
    overflow-y:auto;
    position:fixed;
    top:0;
    width:100%;
    z-index:var(--bs-modal-zindex)
}
body.theme-dark .modal-dialog{
    margin:var(--bs-modal-margin);
    pointer-events:none;
    position:relative;
    width:auto
}
.modal.fade body.theme-dark .modal-dialog{
    transform:translateY(-50px);
    transition:transform .3s ease-out
}
@media (prefers-reduced-motion:reduce){
    .modal.fade body.theme-dark .modal-dialog{
        transition:none
    }
}
.modal.show body.theme-dark .modal-dialog{
    transform:none
}
.modal.modal-static body.theme-dark .modal-dialog{
    transform:scale(1.02)
}
body.theme-dark .modal-dialog-scrollable{
    height:calc(100% - var(--bs-modal-margin)*2)
}
body.theme-dark .modal-dialog-scrollable .modal-content{
    max-height:100%;
    overflow:hidden
}
body.theme-dark .modal-dialog-scrollable .modal-body{
    overflow-y:auto
}
body.theme-dark .modal-dialog-centered{
    align-items:center;
    display:flex;
    min-height:calc(100% - var(--bs-modal-margin)*2)
}
body.theme-dark .modal-content{
    background-clip:padding-box;
    background-color:var(--bs-modal-bg);
    border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius:var(--bs-modal-border-radius);
    color:var(--bs-modal-color);
    display:flex;
    flex-direction:column;
    outline:0;
    pointer-events:auto;
    position:relative;
    width:100%
}
body.theme-dark .modal-backdrop{
    --bs-backdrop-zindex:1040;
    --bs-backdrop-bg:#000;
    --bs-backdrop-opacity:0.5;
    background-color:var(--bs-backdrop-bg);
    height:100vh;
    left:0;
    position:fixed;
    top:0;
    width:100vw;
    z-index:var(--bs-backdrop-zindex)
}
body.theme-dark .modal-backdrop.fade{
    opacity:0
}
body.theme-dark .modal-backdrop.show{
    opacity:var(--bs-backdrop-opacity)
}
body.theme-dark .modal-header{
    align-items:center;
    border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius:var(--bs-modal-inner-border-radius);
    border-top-right-radius:var(--bs-modal-inner-border-radius);
    display:flex;
    flex-shrink:0;
    justify-content:space-between;
    padding:var(--bs-modal-header-padding)
}
body.theme-dark .modal-header .btn-close{
    margin:calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;
    padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)
}
body.theme-dark .modal-title{
    line-height:var(--bs-modal-title-line-height);
    margin-bottom:0
}
body.theme-dark .modal-body{
    flex:1 1 auto;
    padding:var(--bs-modal-padding);
    position:relative
}
body.theme-dark .modal-footer{
    align-items:center;
    background-color:var(--bs-modal-footer-bg);
    border-bottom-left-radius:var(--bs-modal-inner-border-radius);
    border-bottom-right-radius:var(--bs-modal-inner-border-radius);
    border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    display:flex;
    flex-shrink:0;
    flex-wrap:wrap;
    justify-content:flex-end;
    padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)
}
body.theme-dark .modal-footer>*{
    margin:calc(var(--bs-modal-footer-gap)*.5)
}
@media (min-width:576px){
    body.theme-dark .modal{
        --bs-modal-margin:1.75rem;
        --bs-modal-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15)
    }
    body.theme-dark .modal-dialog{
        margin-left:auto;
        margin-right:auto;
        max-width:var(--bs-modal-width)
    }
    body.theme-dark .modal-sm{
        --bs-modal-width:300px
    }
}
@media (min-width:992px){
    body.theme-dark .modal-lg,body.theme-dark .modal-xl{
        --bs-modal-width:800px
    }
}
@media (min-width:1200px){
    body.theme-dark .modal-xl{
        --bs-modal-width:1140px
    }
}
body.theme-dark .modal-fullscreen{
    height:100%;
    margin:0;
    max-width:none;
    width:100vw
}
body.theme-dark .modal-fullscreen .modal-content{
    border:0;
    border-radius:0;
    height:100%
}
body.theme-dark .modal-fullscreen .modal-footer,body.theme-dark .modal-fullscreen .modal-header{
    border-radius:0
}
body.theme-dark .modal-fullscreen .modal-body{
    overflow-y:auto
}
@media (max-width:575.98px){
    body.theme-dark .modal-fullscreen-sm-down{
        height:100%;
        margin:0;
        max-width:none;
        width:100vw
    }
    body.theme-dark .modal-fullscreen-sm-down .modal-content{
        border:0;
        border-radius:0;
        height:100%
    }
    body.theme-dark .modal-fullscreen-sm-down .modal-footer,body.theme-dark .modal-fullscreen-sm-down .modal-header{
        border-radius:0
    }
    body.theme-dark .modal-fullscreen-sm-down .modal-body{
        overflow-y:auto
    }
}
@media (max-width:767.98px){
    body.theme-dark .modal-fullscreen-md-down{
        height:100%;
        margin:0;
        max-width:none;
        width:100vw
    }
    body.theme-dark .modal-fullscreen-md-down .modal-content{
        border:0;
        border-radius:0;
        height:100%
    }
    body.theme-dark .modal-fullscreen-md-down .modal-footer,body.theme-dark .modal-fullscreen-md-down .modal-header{
        border-radius:0
    }
    body.theme-dark .modal-fullscreen-md-down .modal-body{
        overflow-y:auto
    }
}
@media (max-width:991.98px){
    body.theme-dark .modal-fullscreen-lg-down{
        height:100%;
        margin:0;
        max-width:none;
        width:100vw
    }
    body.theme-dark .modal-fullscreen-lg-down .modal-content{
        border:0;
        border-radius:0;
        height:100%
    }
    body.theme-dark .modal-fullscreen-lg-down .modal-footer,body.theme-dark .modal-fullscreen-lg-down .modal-header{
        border-radius:0
    }
    body.theme-dark .modal-fullscreen-lg-down .modal-body{
        overflow-y:auto
    }
}
@media (max-width:1199.98px){
    body.theme-dark .modal-fullscreen-xl-down{
        height:100%;
        margin:0;
        max-width:none;
        width:100vw
    }
    body.theme-dark .modal-fullscreen-xl-down .modal-content{
        border:0;
        border-radius:0;
        height:100%
    }
    body.theme-dark .modal-fullscreen-xl-down .modal-footer,body.theme-dark .modal-fullscreen-xl-down .modal-header{
        border-radius:0
    }
    body.theme-dark .modal-fullscreen-xl-down .modal-body{
        overflow-y:auto
    }
}
@media (max-width:1399.98px){
    body.theme-dark .modal-fullscreen-xxl-down{
        height:100%;
        margin:0;
        max-width:none;
        width:100vw
    }
    body.theme-dark .modal-fullscreen-xxl-down .modal-content{
        border:0;
        border-radius:0;
        height:100%
    }
    body.theme-dark .modal-fullscreen-xxl-down .modal-footer,body.theme-dark .modal-fullscreen-xxl-down .modal-header{
        border-radius:0
    }
    body.theme-dark .modal-fullscreen-xxl-down .modal-body{
        overflow-y:auto
    }
}
body.theme-dark .tooltip{
    --bs-tooltip-zindex:1070;
    --bs-tooltip-max-width:200px;
    --bs-tooltip-padding-x:0.5rem;
    --bs-tooltip-padding-y:0.25rem;
    --bs-tooltip-margin:0;
    --bs-tooltip-font-size:0.875rem;
    --bs-tooltip-color:#fff;
    --bs-tooltip-bg:#000;
    --bs-tooltip-border-radius:0.25rem;
    --bs-tooltip-opacity:0.9;
    --bs-tooltip-arrow-width:0.8rem;
    --bs-tooltip-arrow-height:0.4rem;
    word-wrap:break-word;
    display:block;
    font-family: var(--bs-font-sans-serif);
    font-size:var(--bs-tooltip-font-size);
    font-style:normal;
    font-weight:400;
    letter-spacing:normal;
    line-break:auto;
    line-height:1.5;
    margin:var(--bs-tooltip-margin);
    opacity:0;
    padding:var(--bs-tooltip-arrow-height);
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    white-space:normal;
    word-break:normal;
    word-spacing:normal;
    z-index:var(--bs-tooltip-zindex)
}
body.theme-dark .tooltip.show{
    opacity:var(--bs-tooltip-opacity)
}
body.theme-dark .tooltip .tooltip-arrow{
    display:block;
    height:var(--bs-tooltip-arrow-height);
    width:var(--bs-tooltip-arrow-width)
}
body.theme-dark .tooltip .tooltip-arrow:before{
    border-color:transparent;
    border-style:solid;
    content:"";
    position:absolute
}
body.theme-dark .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,body.theme-dark .bs-tooltip-top .tooltip-arrow{
    bottom:0
}
body.theme-dark .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,body.theme-dark .bs-tooltip-top .tooltip-arrow:before{
    border-top-color:var(--bs-tooltip-bg);
    border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    top:-1px
}
body.theme-dark .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,body.theme-dark .bs-tooltip-end .tooltip-arrow{
    height:var(--bs-tooltip-arrow-width);
    left:0;
    width:var(--bs-tooltip-arrow-height)
}
body.theme-dark .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,body.theme-dark .bs-tooltip-end .tooltip-arrow:before{
    border-right-color:var(--bs-tooltip-bg);
    border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    right:-1px
}
body.theme-dark .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,body.theme-dark .bs-tooltip-bottom .tooltip-arrow{
    top:0
}
body.theme-dark .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,body.theme-dark .bs-tooltip-bottom .tooltip-arrow:before{
    border-bottom-color:var(--bs-tooltip-bg);
    border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    bottom:-1px
}
body.theme-dark .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,body.theme-dark .bs-tooltip-start .tooltip-arrow{
    height:var(--bs-tooltip-arrow-width);
    right:0;
    width:var(--bs-tooltip-arrow-height)
}
body.theme-dark .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,body.theme-dark .bs-tooltip-start .tooltip-arrow:before{
    border-left-color:var(--bs-tooltip-bg);
    border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    left:-1px
}
body.theme-dark .tooltip-inner{
    background-color:var(--bs-tooltip-bg);
    border-radius:var(--bs-tooltip-border-radius);
    color:var(--bs-tooltip-color);
    max-width:var(--bs-tooltip-max-width);
    padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    text-align:center
}
body.theme-dark .popover{
    --bs-popover-zindex:1060;
    --bs-popover-max-width:276px;
    --bs-popover-font-size:0.875rem;
    --bs-popover-bg:#fff;
    --bs-popover-border-width:1px;
    --bs-popover-border-color:rgba(0,0,0,.2);
    --bs-popover-border-radius:0.3rem;
    --bs-popover-inner-border-radius:calc(0.3rem - 1px);
    --bs-popover-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);
    --bs-popover-header-padding-x:1rem;
    --bs-popover-header-padding-y:0.5rem;
    --bs-popover-header-font-size:1rem;
    --bs-popover-header-color:var(--bs-heading-color);
    --bs-popover-header-bg:#f0f0f0;
    --bs-popover-body-padding-x:1rem;
    --bs-popover-body-padding-y:1rem;
    --bs-popover-body-color:#607080;
    --bs-popover-arrow-width:1rem;
    --bs-popover-arrow-height:0.5rem;
    --bs-popover-arrow-border:var(--bs-popover-border-color);
    word-wrap:break-word;
    background-clip:padding-box;
    background-color:var(--bs-popover-bg);
    border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius:var(--bs-popover-border-radius);
    display:block;
    font-family: var(--bs-font-sans-serif);
    font-size:var(--bs-popover-font-size);
    font-style:normal;
    font-weight:400;
    letter-spacing:normal;
    line-break:auto;
    line-height:1.5;
    max-width:var(--bs-popover-max-width);
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    white-space:normal;
    word-break:normal;
    word-spacing:normal;
    z-index:var(--bs-popover-zindex)
}
body.theme-dark .popover .popover-arrow{
    display:block;
    height:var(--bs-popover-arrow-height);
    width:var(--bs-popover-arrow-width)
}
body.theme-dark .popover .popover-arrow:after,body.theme-dark .popover .popover-arrow:before{
    border:0 solid transparent;
    content:"";
    display:block;
    position:absolute
}
body.theme-dark .bs-popover-auto[data-popper-placement^=top]>.popover-arrow,body.theme-dark .bs-popover-top>.popover-arrow{
    bottom:calc(var(--bs-popover-arrow-height)*-1 - var(--bs-popover-border-width))
}
body.theme-dark .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,body.theme-dark .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,body.theme-dark .bs-popover-top>.popover-arrow:after,body.theme-dark .bs-popover-top>.popover-arrow:before{
    border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}
body.theme-dark .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,body.theme-dark .bs-popover-top>.popover-arrow:before{
    border-top-color:var(--bs-popover-arrow-border);
    bottom:0
}
body.theme-dark .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,body.theme-dark .bs-popover-top>.popover-arrow:after{
    border-top-color:var(--bs-popover-bg);
    bottom:var(--bs-popover-border-width)
}
body.theme-dark .bs-popover-auto[data-popper-placement^=right]>.popover-arrow,body.theme-dark .bs-popover-end>.popover-arrow{
    height:var(--bs-popover-arrow-width);
    left:calc(var(--bs-popover-arrow-height)*-1 - var(--bs-popover-border-width));
    width:var(--bs-popover-arrow-height)
}
body.theme-dark .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,body.theme-dark .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,body.theme-dark .bs-popover-end>.popover-arrow:after,body.theme-dark .bs-popover-end>.popover-arrow:before{
    border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}
body.theme-dark .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,body.theme-dark .bs-popover-end>.popover-arrow:before{
    border-right-color:var(--bs-popover-arrow-border);
    left:0
}
body.theme-dark .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,body.theme-dark .bs-popover-end>.popover-arrow:after{
    border-right-color:var(--bs-popover-bg);
    left:var(--bs-popover-border-width)
}
body.theme-dark .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,body.theme-dark .bs-popover-bottom>.popover-arrow{
    top:calc(var(--bs-popover-arrow-height)*-1 - var(--bs-popover-border-width))
}
body.theme-dark .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,body.theme-dark .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,body.theme-dark .bs-popover-bottom>.popover-arrow:after,body.theme-dark .bs-popover-bottom>.popover-arrow:before{
    border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}
body.theme-dark .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,body.theme-dark .bs-popover-bottom>.popover-arrow:before{
    border-bottom-color:var(--bs-popover-arrow-border);
    top:0
}
body.theme-dark .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,body.theme-dark .bs-popover-bottom>.popover-arrow:after{
    border-bottom-color:var(--bs-popover-bg);
    top:var(--bs-popover-border-width)
}
body.theme-dark .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,body.theme-dark .bs-popover-bottom .popover-header:before{
    border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
    content:"";
    display:block;
    left:50%;
    margin-left:calc(var(--bs-popover-arrow-width)*-.5);
    position:absolute;
    top:0;
    width:var(--bs-popover-arrow-width)
}
body.theme-dark .bs-popover-auto[data-popper-placement^=left]>.popover-arrow,body.theme-dark .bs-popover-start>.popover-arrow{
    height:var(--bs-popover-arrow-width);
    right:calc(var(--bs-popover-arrow-height)*-1 - var(--bs-popover-border-width));
    width:var(--bs-popover-arrow-height)
}
body.theme-dark .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,body.theme-dark .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,body.theme-dark .bs-popover-start>.popover-arrow:after,body.theme-dark .bs-popover-start>.popover-arrow:before{
    border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}
body.theme-dark .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,body.theme-dark .bs-popover-start>.popover-arrow:before{
    border-left-color:var(--bs-popover-arrow-border);
    right:0
}
body.theme-dark .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,body.theme-dark .bs-popover-start>.popover-arrow:after{
    border-left-color:var(--bs-popover-bg);
    right:var(--bs-popover-border-width)
}
body.theme-dark .popover-header{
    background-color:var(--bs-popover-header-bg);
    border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius:var(--bs-popover-inner-border-radius);
    border-top-right-radius:var(--bs-popover-inner-border-radius);
    color:var(--bs-popover-header-color);
    font-size:var(--bs-popover-header-font-size);
    margin-bottom:0;
    padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)
}
body.theme-dark .popover-header:empty{
    display:none
}
body.theme-dark .popover-body{
    color:var(--bs-popover-body-color);
    padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)
}
body.theme-dark .carousel{
    position:relative
}
body.theme-dark .carousel.pointer-event{
    touch-action:pan-y
}
body.theme-dark .carousel-inner{
    overflow:hidden;
    position:relative;
    width:100%
}
body.theme-dark .carousel-inner:after{
    clear:both;
    content:"";
    display:block
}
body.theme-dark .carousel-item{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    display:none;
    float:left;
    margin-right:-100%;
    position:relative;
    transition:transform .6s ease-in-out;
    width:100%
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .carousel-item{
        transition:none
    }
}
body.theme-dark .carousel-item-next,body.theme-dark .carousel-item-prev,body.theme-dark .carousel-item.active{
    display:block
}
body.theme-dark .active.carousel-item-end,body.theme-dark .carousel-item-next:not(.carousel-item-start){
    transform:translateX(100%)
}
body.theme-dark .active.carousel-item-start,body.theme-dark .carousel-item-prev:not(.carousel-item-end){
    transform:translateX(-100%)
}
body.theme-dark .carousel-fade .carousel-item{
    opacity:0;
    transform:none;
    transition-property:opacity
}
body.theme-dark .carousel-fade .carousel-item-next.carousel-item-start,body.theme-dark .carousel-fade .carousel-item-prev.carousel-item-end,body.theme-dark .carousel-fade .carousel-item.active{
    opacity:1;
    z-index:1
}
body.theme-dark .carousel-fade .active.carousel-item-end,body.theme-dark .carousel-fade .active.carousel-item-start{
    opacity:0;
    transition:opacity 0s .6s;
    z-index:0
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .carousel-fade .active.carousel-item-end,body.theme-dark .carousel-fade .active.carousel-item-start{
        transition:none
    }
}
body.theme-dark .carousel-control-next,body.theme-dark .carousel-control-prev{
    align-items:center;
    background:none;
    border:0;
    bottom:0;
    color:#fff;
    display:flex;
    justify-content:center;
    opacity:.5;
    padding:0;
    position:absolute;
    text-align:center;
    top:0;
    transition:opacity .15s ease;
    width:15%;
    z-index:1
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .carousel-control-next,body.theme-dark .carousel-control-prev{
        transition:none
    }
}
body.theme-dark .carousel-control-next:focus,body.theme-dark .carousel-control-next:hover,body.theme-dark .carousel-control-prev:focus,body.theme-dark .carousel-control-prev:hover{
    color:#fff;
    opacity:.9;
    outline:0;
    text-decoration:none
}
body.theme-dark .carousel-control-prev{
    left:0
}
body.theme-dark .carousel-control-next{
    right:0
}
body.theme-dark .carousel-control-next-icon,body.theme-dark .carousel-control-prev-icon{
    background-position:50%;
    background-repeat:no-repeat;
    background-size:100% 100%;
    display:inline-block;
    height:2rem;
    width:2rem
}
body.theme-dark .carousel-control-prev-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%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")
}
body.theme-dark .carousel-control-next-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%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")
}
body.theme-dark .carousel-indicators{
    bottom:0;
    display:flex;
    justify-content:center;
    left:0;
    list-style:none;
    margin-bottom:1rem;
    margin-left:15%;
    margin-right:15%;
    padding:0;
    position:absolute;
    right:0;
    z-index:2
}
body.theme-dark .carousel-indicators [data-bs-target]{
    background-clip:padding-box;
    background-color:#fff;
    border:0;
    border-bottom:10px solid transparent;
    border-top:10px solid transparent;
    box-sizing:content-box;
    cursor:pointer;
    flex:0 1 auto;
    height:3px;
    margin-left:3px;
    margin-right:3px;
    opacity:.5;
    padding:0;
    text-indent:-999px;
    transition:opacity .6s ease;
    width:30px
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .carousel-indicators [data-bs-target]{
        transition:none
    }
}
body.theme-dark .carousel-indicators .active{
    opacity:1
}
body.theme-dark .carousel-caption{
    bottom:1.25rem;
    color:#fff;
    left:15%;
    padding-bottom:1.25rem;
    padding-top:1.25rem;
    position:absolute;
    right:15%;
    text-align:center
}
body.theme-dark .carousel-dark .carousel-control-next-icon,body.theme-dark .carousel-dark .carousel-control-prev-icon{
    filter:invert(1) grayscale(100)
}
body.theme-dark .carousel-dark .carousel-indicators [data-bs-target]{
    background-color:#000
}
body.theme-dark .carousel-dark .carousel-caption{
    color:#000
}
body.theme-dark .spinner-border,body.theme-dark .spinner-grow{
    -webkit-animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    border-radius:50%;
    display:inline-block;
    height:var(--bs-spinner-height);
    vertical-align:var(--bs-spinner-vertical-align);
    width:var(--bs-spinner-width)
}
@-webkit-keyframes spinner-border{
    to{
        transform:rotate(1turn)
    }
}
@keyframes spinner-border{
    to{
        transform:rotate(1turn)
    }
}
body.theme-dark .spinner-border{
    --bs-spinner-width:2rem;
    --bs-spinner-height:2rem;
    --bs-spinner-vertical-align:-0.125em;
    --bs-spinner-border-width:0.25em;
    --bs-spinner-animation-speed:0.75s;
    --bs-spinner-animation-name:spinner-border;
    border-right-color:currentcolor;
    border:var(--bs-spinner-border-width) solid;
    border-right:var(--bs-spinner-border-width) solid transparent
}
body.theme-dark .spinner-border-sm{
    --bs-spinner-width:1rem;
    --bs-spinner-height:1rem;
    --bs-spinner-border-width:0.2em
}
@-webkit-keyframes spinner-grow{
    0%{
        transform:scale(0)
    }
    50%{
        opacity:1;
        transform:none
    }
}
@keyframes spinner-grow{
    0%{
        transform:scale(0)
    }
    50%{
        opacity:1;
        transform:none
    }
}
body.theme-dark .spinner-grow{
    --bs-spinner-width:2rem;
    --bs-spinner-height:2rem;
    --bs-spinner-vertical-align:-0.125em;
    --bs-spinner-animation-speed:0.75s;
    --bs-spinner-animation-name:spinner-grow;
    background-color:currentcolor;
    opacity:0
}
body.theme-dark .spinner-grow-sm{
    --bs-spinner-width:1rem;
    --bs-spinner-height:1rem
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .spinner-border,body.theme-dark .spinner-grow{
        --bs-spinner-animation-speed:1.5s
    }
}
body.theme-dark .offcanvas,body.theme-dark .offcanvas-lg,body.theme-dark .offcanvas-md,body.theme-dark .offcanvas-sm,body.theme-dark .offcanvas-xl,body.theme-dark .offcanvas-xxl{
    --bs-offcanvas-width:400px;
    --bs-offcanvas-height:30vh;
    --bs-offcanvas-padding-x:1rem;
    --bs-offcanvas-padding-y:1rem;
    --bs-offcanvas-color: ;
    --bs-offcanvas-bg:#fff;
    --bs-offcanvas-border-width:1px;
    --bs-offcanvas-border-color:rgba(0,0,0,.2);
    --bs-offcanvas-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075)
}
@media (max-width:575.98px){
    body.theme-dark .offcanvas-sm{
        background-clip:padding-box;
        background-color:var(--bs-offcanvas-bg);
        bottom:0;
        color:var(--bs-offcanvas-color);
        display:flex;
        flex-direction:column;
        max-width:100%;
        outline:0;
        position:fixed;
        transition:transform .3s ease-in-out;
        visibility:hidden;
        z-index:1045
    }
}
@media (max-width:575.98px) and (prefers-reduced-motion:reduce){
    body.theme-dark .offcanvas-sm{
        transition:none
    }
}
@media (max-width:575.98px){
    body.theme-dark .offcanvas-sm.offcanvas-start{
        border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left:0;
        top:0;
        transform:translateX(-100%);
        width:var(--bs-offcanvas-width)
    }
    body.theme-dark .offcanvas-sm.offcanvas-end{
        border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right:0;
        top:0;
        transform:translateX(100%);
        width:var(--bs-offcanvas-width)
    }
    body.theme-dark .offcanvas-sm.offcanvas-top{
        border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        height:var(--bs-offcanvas-height);
        left:0;
        max-height:100%;
        right:0;
        top:0;
        transform:translateY(-100%)
    }
    body.theme-dark .offcanvas-sm.offcanvas-bottom{
        border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        height:var(--bs-offcanvas-height);
        left:0;
        max-height:100%;
        right:0;
        transform:translateY(100%)
    }
    body.theme-dark .offcanvas-sm.show:not(.hiding),body.theme-dark .offcanvas-sm.showing{
        transform:none
    }
    body.theme-dark .offcanvas-sm.hiding,body.theme-dark .offcanvas-sm.show,body.theme-dark .offcanvas-sm.showing{
        visibility:visible
    }
}
@media (min-width:576px){
    body.theme-dark .offcanvas-sm{
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width:0;
        background-color:transparent!important
    }
    body.theme-dark .offcanvas-sm .offcanvas-header{
        display:none
    }
    body.theme-dark .offcanvas-sm .offcanvas-body{
        background-color:transparent!important;
        display:flex;
        flex-grow:0;
        overflow-y:visible;
        padding:0
    }
}
@media (max-width:767.98px){
    body.theme-dark .offcanvas-md{
        background-clip:padding-box;
        background-color:var(--bs-offcanvas-bg);
        bottom:0;
        color:var(--bs-offcanvas-color);
        display:flex;
        flex-direction:column;
        max-width:100%;
        outline:0;
        position:fixed;
        transition:transform .3s ease-in-out;
        visibility:hidden;
        z-index:1045
    }
}
@media (max-width:767.98px) and (prefers-reduced-motion:reduce){
    body.theme-dark .offcanvas-md{
        transition:none
    }
}
@media (max-width:767.98px){
    body.theme-dark .offcanvas-md.offcanvas-start{
        border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left:0;
        top:0;
        transform:translateX(-100%);
        width:var(--bs-offcanvas-width)
    }
    body.theme-dark .offcanvas-md.offcanvas-end{
        border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right:0;
        top:0;
        transform:translateX(100%);
        width:var(--bs-offcanvas-width)
    }
    body.theme-dark .offcanvas-md.offcanvas-top{
        border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        height:var(--bs-offcanvas-height);
        left:0;
        max-height:100%;
        right:0;
        top:0;
        transform:translateY(-100%)
    }
    body.theme-dark .offcanvas-md.offcanvas-bottom{
        border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        height:var(--bs-offcanvas-height);
        left:0;
        max-height:100%;
        right:0;
        transform:translateY(100%)
    }
    body.theme-dark .offcanvas-md.show:not(.hiding),body.theme-dark .offcanvas-md.showing{
        transform:none
    }
    body.theme-dark .offcanvas-md.hiding,body.theme-dark .offcanvas-md.show,body.theme-dark .offcanvas-md.showing{
        visibility:visible
    }
}
@media (min-width:768px){
    body.theme-dark .offcanvas-md{
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width:0;
        background-color:transparent!important
    }
    body.theme-dark .offcanvas-md .offcanvas-header{
        display:none
    }
    body.theme-dark .offcanvas-md .offcanvas-body{
        background-color:transparent!important;
        display:flex;
        flex-grow:0;
        overflow-y:visible;
        padding:0
    }
}
@media (max-width:991.98px){
    body.theme-dark .offcanvas-lg{
        background-clip:padding-box;
        background-color:var(--bs-offcanvas-bg);
        bottom:0;
        color:var(--bs-offcanvas-color);
        display:flex;
        flex-direction:column;
        max-width:100%;
        outline:0;
        position:fixed;
        transition:transform .3s ease-in-out;
        visibility:hidden;
        z-index:1045
    }
}
@media (max-width:991.98px) and (prefers-reduced-motion:reduce){
    body.theme-dark .offcanvas-lg{
        transition:none
    }
}
@media (max-width:991.98px){
    body.theme-dark .offcanvas-lg.offcanvas-start{
        border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left:0;
        top:0;
        transform:translateX(-100%);
        width:var(--bs-offcanvas-width)
    }
    body.theme-dark .offcanvas-lg.offcanvas-end{
        border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right:0;
        top:0;
        transform:translateX(100%);
        width:var(--bs-offcanvas-width)
    }
    body.theme-dark .offcanvas-lg.offcanvas-top{
        border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        height:var(--bs-offcanvas-height);
        left:0;
        max-height:100%;
        right:0;
        top:0;
        transform:translateY(-100%)
    }
    body.theme-dark .offcanvas-lg.offcanvas-bottom{
        border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        height:var(--bs-offcanvas-height);
        left:0;
        max-height:100%;
        right:0;
        transform:translateY(100%)
    }
    body.theme-dark .offcanvas-lg.show:not(.hiding),body.theme-dark .offcanvas-lg.showing{
        transform:none
    }
    body.theme-dark .offcanvas-lg.hiding,body.theme-dark .offcanvas-lg.show,body.theme-dark .offcanvas-lg.showing{
        visibility:visible
    }
}
@media (min-width:992px){
    body.theme-dark .offcanvas-lg{
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width:0;
        background-color:transparent!important
    }
    body.theme-dark .offcanvas-lg .offcanvas-header{
        display:none
    }
    body.theme-dark .offcanvas-lg .offcanvas-body{
        background-color:transparent!important;
        display:flex;
        flex-grow:0;
        overflow-y:visible;
        padding:0
    }
}
@media (max-width:1199.98px){
    body.theme-dark .offcanvas-xl{
        background-clip:padding-box;
        background-color:var(--bs-offcanvas-bg);
        bottom:0;
        color:var(--bs-offcanvas-color);
        display:flex;
        flex-direction:column;
        max-width:100%;
        outline:0;
        position:fixed;
        transition:transform .3s ease-in-out;
        visibility:hidden;
        z-index:1045
    }
}
@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){
    body.theme-dark .offcanvas-xl{
        transition:none
    }
}
@media (max-width:1199.98px){
    body.theme-dark .offcanvas-xl.offcanvas-start{
        border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left:0;
        top:0;
        transform:translateX(-100%);
        width:var(--bs-offcanvas-width)
    }
    body.theme-dark .offcanvas-xl.offcanvas-end{
        border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right:0;
        top:0;
        transform:translateX(100%);
        width:var(--bs-offcanvas-width)
    }
    body.theme-dark .offcanvas-xl.offcanvas-top{
        border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        height:var(--bs-offcanvas-height);
        left:0;
        max-height:100%;
        right:0;
        top:0;
        transform:translateY(-100%)
    }
    body.theme-dark .offcanvas-xl.offcanvas-bottom{
        border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        height:var(--bs-offcanvas-height);
        left:0;
        max-height:100%;
        right:0;
        transform:translateY(100%)
    }
    body.theme-dark .offcanvas-xl.show:not(.hiding),body.theme-dark .offcanvas-xl.showing{
        transform:none
    }
    body.theme-dark .offcanvas-xl.hiding,body.theme-dark .offcanvas-xl.show,body.theme-dark .offcanvas-xl.showing{
        visibility:visible
    }
}
@media (min-width:1200px){
    body.theme-dark .offcanvas-xl{
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width:0;
        background-color:transparent!important
    }
    body.theme-dark .offcanvas-xl .offcanvas-header{
        display:none
    }
    body.theme-dark .offcanvas-xl .offcanvas-body{
        background-color:transparent!important;
        display:flex;
        flex-grow:0;
        overflow-y:visible;
        padding:0
    }
}
@media (max-width:1399.98px){
    body.theme-dark .offcanvas-xxl{
        background-clip:padding-box;
        background-color:var(--bs-offcanvas-bg);
        bottom:0;
        color:var(--bs-offcanvas-color);
        display:flex;
        flex-direction:column;
        max-width:100%;
        outline:0;
        position:fixed;
        transition:transform .3s ease-in-out;
        visibility:hidden;
        z-index:1045
    }
}
@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){
    body.theme-dark .offcanvas-xxl{
        transition:none
    }
}
@media (max-width:1399.98px){
    body.theme-dark .offcanvas-xxl.offcanvas-start{
        border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left:0;
        top:0;
        transform:translateX(-100%);
        width:var(--bs-offcanvas-width)
    }
    body.theme-dark .offcanvas-xxl.offcanvas-end{
        border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right:0;
        top:0;
        transform:translateX(100%);
        width:var(--bs-offcanvas-width)
    }
    body.theme-dark .offcanvas-xxl.offcanvas-top{
        border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        height:var(--bs-offcanvas-height);
        left:0;
        max-height:100%;
        right:0;
        top:0;
        transform:translateY(-100%)
    }
    body.theme-dark .offcanvas-xxl.offcanvas-bottom{
        border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        height:var(--bs-offcanvas-height);
        left:0;
        max-height:100%;
        right:0;
        transform:translateY(100%)
    }
    body.theme-dark .offcanvas-xxl.show:not(.hiding),body.theme-dark .offcanvas-xxl.showing{
        transform:none
    }
    body.theme-dark .offcanvas-xxl.hiding,body.theme-dark .offcanvas-xxl.show,body.theme-dark .offcanvas-xxl.showing{
        visibility:visible
    }
}
@media (min-width:1400px){
    body.theme-dark .offcanvas-xxl{
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width:0;
        background-color:transparent!important
    }
    body.theme-dark .offcanvas-xxl .offcanvas-header{
        display:none
    }
    body.theme-dark .offcanvas-xxl .offcanvas-body{
        background-color:transparent!important;
        display:flex;
        flex-grow:0;
        overflow-y:visible;
        padding:0
    }
}
body.theme-dark .offcanvas{
    background-clip:padding-box;
    background-color:var(--bs-offcanvas-bg);
    bottom:0;
    color:var(--bs-offcanvas-color);
    display:flex;
    flex-direction:column;
    max-width:100%;
    outline:0;
    position:fixed;
    transition:transform .3s ease-in-out;
    visibility:hidden;
    z-index:1045
}
@media (prefers-reduced-motion:reduce){
    body.theme-dark .offcanvas{
        transition:none
    }
}
body.theme-dark .offcanvas.offcanvas-start{
    border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left:0;
    top:0;
    transform:translateX(-100%);
    width:var(--bs-offcanvas-width)
}
body.theme-dark .offcanvas.offcanvas-end{
    border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right:0;
    top:0;
    transform:translateX(100%);
    width:var(--bs-offcanvas-width)
}
body.theme-dark .offcanvas.offcanvas-top{
    border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    height:var(--bs-offcanvas-height);
    left:0;
    max-height:100%;
    right:0;
    top:0;
    transform:translateY(-100%)
}
body.theme-dark .offcanvas.offcanvas-bottom{
    border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    height:var(--bs-offcanvas-height);
    left:0;
    max-height:100%;
    right:0;
    transform:translateY(100%)
}
body.theme-dark .offcanvas.show:not(.hiding),body.theme-dark .offcanvas.showing{
    transform:none
}
body.theme-dark .offcanvas.hiding,body.theme-dark .offcanvas.show,body.theme-dark .offcanvas.showing{
    visibility:visible
}
body.theme-dark .offcanvas-backdrop{
    background-color:#000;
    height:100vh;
    left:0;
    position:fixed;
    top:0;
    width:100vw;
    z-index:1040
}
body.theme-dark .offcanvas-backdrop.fade{
    opacity:0
}
body.theme-dark .offcanvas-backdrop.show{
    opacity:.5
}
body.theme-dark .offcanvas-header{
    align-items:center;
    display:flex;
    justify-content:space-between;
    padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}
body.theme-dark .offcanvas-header .btn-close{
    margin-bottom:calc(var(--bs-offcanvas-padding-y)*-.5);
    margin-right:calc(var(--bs-offcanvas-padding-x)*-.5);
    margin-top:calc(var(--bs-offcanvas-padding-y)*-.5);
    padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)
}
body.theme-dark .offcanvas-title{
    line-height:1.5;
    margin-bottom:0
}
body.theme-dark .offcanvas-body{
    flex-grow:1;
    overflow-y:auto;
    padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}
body.theme-dark .placeholder{
    background-color:currentcolor;
    cursor:wait;
    display:inline-block;
    min-height:1em;
    opacity:.5;
    vertical-align:middle
}
body.theme-dark .placeholder.btn:before{
    content:"";
    display:inline-block
}
body.theme-dark .placeholder-xs{
    min-height:.6em
}
body.theme-dark .placeholder-sm{
    min-height:.8em
}
body.theme-dark .placeholder-lg{
    min-height:1.2em
}
body.theme-dark .placeholder-glow .placeholder{
    -webkit-animation:placeholder-glow 2s ease-in-out infinite;
    animation:placeholder-glow 2s ease-in-out infinite
}
@-webkit-keyframes placeholder-glow{
    50%{
        opacity:.2
    }
}
@keyframes placeholder-glow{
    50%{
        opacity:.2
    }
}
body.theme-dark .placeholder-wave{
    -webkit-animation:placeholder-wave 2s linear infinite;
    animation:placeholder-wave 2s linear infinite;
    -webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);
    mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);
    -webkit-mask-size:200% 100%;
    mask-size:200% 100%
}
@-webkit-keyframes placeholder-wave{
    to{
        -webkit-mask-position:-200% 0;
        mask-position:-200% 0
    }
}
@keyframes placeholder-wave{
    to{
        -webkit-mask-position:-200% 0;
        mask-position:-200% 0
    }
}
body.theme-dark .alert{
    border:none
}
body.theme-dark .alert p{
    margin-bottom:0
}
body.theme-dark .alert button.close{
    line-height:.75;
    padding:.75rem
}
body.theme-dark .alert .alert-heading,body.theme-dark .alert .alert-heading+p{
    margin-left:.4rem
}
body.theme-dark .alert-primary{
    background-color:#435ebe;
    color:#fff
}
body.theme-dark .alert-primary a{
    color:#fff;
    font-weight:700
}
body.theme-dark .alert-secondary{
    background-color:#ebeef3;
    color:#383d41
}
body.theme-dark .alert-secondary a{
    color:#fff;
    font-weight:700
}
body.theme-dark .alert-success{
    background-color:#198754;
    color:#fff
}
body.theme-dark .alert-success a{
    color:#fff;
    font-weight:700
}
body.theme-dark .alert-warning{
    background-color:#eaca4a;
    color:#3f3a26
}
body.theme-dark .alert-warning a{
    color:#fff;
    font-weight:700
}
body.theme-dark .alert-danger{
    background-color:#f3616d;
    color:#fff
}
body.theme-dark .alert-danger a{
    color:#fff;
    font-weight:700
}
body.theme-dark .alert-dark{
    background-color:#454546;
    color:#fff
}
body.theme-dark .alert-dark a{
    color:#fff;
    font-weight:700
}
body.theme-dark .alert-light{
    background-color:#f9f9f9;
    color:#607080
}
body.theme-dark .alert-light a{
    color:#fff;
    font-weight:700
}
body.theme-dark .alert-info{
    background-color:#56b6f7;
    color:#fff
}
body.theme-dark .alert-info a{
    color:#fff;
    font-weight:700
}
body.theme-dark .alert-light-primary{
    background-color:#839bf0;
    border:1px solid #8092d3;
    color:#14286c
}
body.theme-dark .alert-light-secondary{
    background-color:#95b3cd;
    border:1px solid #9ca2a8;
    color:#224257
}
body.theme-dark .alert-light-success{
    background-color:#53d89a;
    border:1px solid #64ae8c;
    color:#0d5635
}
body.theme-dark .alert-light-danger{
    background-color:#ff98a2;
    border:1px solid #ea8992;
    color:#7a151f
}
body.theme-dark .alert-light-warning{
    background-color:#ffde78;
    border:1px solid #ffd658;
    color:#806102
}
body.theme-dark .alert-light-info{
    background-color:#72e7ff;
    border:1px solid #5cdbf5;
    color:#04677c
}
body.theme-dark .avatar{
    border-radius:50%;
    display:inline-flex;
    position:relative;
    text-align:center;
    vertical-align:middle
}
body.theme-dark .avatar .avatar-content{
    align-items:center;
    color:#fff;
    display:flex;
    font-size:.875rem;
    height:32px;
    justify-content:center;
    width:32px
}
body.theme-dark .avatar .avatar-content i,body.theme-dark .avatar .avatar-content svg{
    color:#fff;
    font-size:1rem;
    height:1rem
}
body.theme-dark .avatar .avatar-content i:before{
    vertical-align:top
}
body.theme-dark .avatar img{
    border-radius:50%;
    height:32px;
    width:32px
}
body.theme-dark .avatar .avatar-status{
    border:1px solid #fff;
    border-radius:50%;
    bottom:0;
    height:.7rem;
    position:absolute;
    right:0;
    width:.7rem
}
body.theme-dark .avatar.avatar-sm .avatar-content,body.theme-dark .avatar.avatar-sm img{
    font-size:.8rem;
    height:24px;
    width:24px
}
body.theme-dark .avatar.avatar-md .avatar-content,body.theme-dark .avatar.avatar-md img{
    font-size:.8rem;
    height:32px;
    width:32px
}
body.theme-dark .avatar.avatar-md2 .avatar-content,body.theme-dark .avatar.avatar-md2 img{
    font-size:.8rem;
    height:40px;
    width:40px
}
body.theme-dark .avatar.avatar-lg .avatar-content,body.theme-dark .avatar.avatar-lg img{
    font-size:1.2rem;
    height:48px;
    width:48px
}
body.theme-dark .avatar.avatar-xl .avatar-content,body.theme-dark .avatar.avatar-xl img{
    font-size:1.4rem;
    height:60px;
    width:60px
}
body.theme-dark .btn .badge{
    border-radius:50%;
    margin-left:5px
}
body.theme-dark .btn .badge.bg-transparent{
    background-color:hsla(0,0%,100%,.25)!important;
    color:#fff
}
body.theme-dark .btn i,body.theme-dark .btn svg{
    height:1rem;
    width:1rem
}
body.theme-dark .btn.icon{
    padding:.4rem .6rem
}
body.theme-dark .btn.icon svg{
    height:1rem;
    width:1rem
}
body.theme-dark .btn.icon.icon-left svg{
    margin-right:3px
}
body.theme-dark .btn.icon.icon-right svg{
    margin-left:3px
}
body.theme-dark .btn.btn-outline-white{
    border-color:#fff;
    color:#fff
}
body.theme-dark .btn.btn-outline-white:hover{
    background-color:#fff;
    color:#333
}
body.theme-dark .btn.btn-light-primary{
    background-color:#7286ce;
    color:#000
}
body.theme-dark .btn.btn-light-secondary{
    background-color:#91989e;
    color:#000
}
body.theme-dark .btn.btn-light-success{
    background-color:#53a57f;
    color:#000
}
body.theme-dark .btn.btn-light-danger{
    background-color:#e87c86;
    color:#000
}
body.theme-dark .btn.btn-light-warning{
    background-color:#ffd145;
    color:#000
}
body.theme-dark .btn.btn-light-info{
    background-color:#4ad7f4;
    color:#000
}
body.theme-dark .btn.btn-danger,body.theme-dark .btn.btn-info,body.theme-dark .btn.btn-primary,body.theme-dark .btn.btn-secondary,body.theme-dark .btn.btn-success,body.theme-dark .btn.btn-warning{
    color:#fff
}
body.theme-dark .btn.btn-light{
    color:#c2c2d9
}
body.theme-dark .btn.btn-dark{
    color:#fff
}
body.theme-dark .btn-block{
    width:100%
}
body.theme-dark .btn-group:not(.dropdown) .btn:not([class*=btn-]){
    border:1px solid #dfe3e7
}
body.theme-dark .btn-group>.btn{
    border-radius:.267rem
}
body.theme-dark .buttons .btn{
    margin:0 10px 10px 0
}
body.theme-dark .breadcrumb.breadcrumb-right{
    justify-content:flex-end;
    margin-top:1rem
}
body.theme-dark .breadcrumb.breadcrumb-center{
    justify-content:center;
    margin-top:1rem
}
body.theme-dark .carousel-inner{
    border-radius:.7rem
}
body.theme-dark .carousel-caption .h5,body.theme-dark .carousel-caption h5{
    color:#fff
}
body.theme-dark .card{
    border:none;
    margin-bottom:2.2rem
}
body.theme-dark #auth .card.card-statistic{
    background:linear-gradient(180deg,#25a6f1,#54b9ff);
    box-shadow:1px 2px 5px rgba(47,170,244,.5)
}
body.theme-dark .card.card-statistic{
    background:linear-gradient(180deg,#25a6f1,#54b9ff);
    box-shadow:1px 2px 5px rgba(47,170,244,.5)
}
body.theme-dark .card.card-statistic .card-title{
    color:hsla(0,0%,100%,.651);
    font-size:1.3rem;
    font-weight:400;
    letter-spacing:.8px;
    margin-bottom:0;
    margin-top:5px;
    text-transform:uppercase
}
body.theme-dark .card.card-statistic .card-right p{
    color:#fff;
    font-size:1.5rem;
    margin-bottom:0
}
body.theme-dark .card.card-statistic .card-right span.green{
    color:#6fff6f
}
body.theme-dark .card.card-statistic .card-right span.red{
    color:#ff7979
}
body.theme-dark .card.card-statistic .chart-wrapper{
    height:100px
}
body.theme-dark .card .card-header{
    border:none
}
body.theme-dark .card .card-header .h4,body.theme-dark .card .card-header h4{
    font-size:1.2rem;
    font-weight:700
}
body.theme-dark .card .card-header~.card-body{
    padding-top:0
}
body.theme-dark .card .card-content{
    position:relative
}
body.theme-dark .card .card-title{
    font-size:1.2rem
}
body.theme-dark .card .card-body{
    padding:1rem
}
body.theme-dark .card .card-heading{
    color:#555;
    font-size:1.5rem
}
body.theme-dark .card .card-img-overlay{
    background-color:rgba(0,0,0,.6)
}
body.theme-dark .card .card-img-overlay p{
    color:#eee
}
body.theme-dark .card .card-img-overlay .card-title{
    color:#fff
}
body.theme-dark .pricing .card{
    border-right:1px solid #e9ecef;
    box-shadow:0 10px 10px #e9ecef;
    margin-bottom:0
}
body.theme-dark .pricing .h1,body.theme-dark .pricing h1{
    font-size:4rem;
    margin-bottom:3rem;
    text-align:center
}
body.theme-dark .pricing .card-header .card-title{
    font-size:2rem!important;
    margin-bottom:0
}
body.theme-dark .pricing .card-header p{
    font-size:.8rem
}
body.theme-dark .pricing ul li{
    list-style:none;
    margin-bottom:.5rem
}
body.theme-dark .pricing ul li i,body.theme-dark .pricing ul li svg{
    color:#198754;
    font-size:1rem;
    margin-right:7px;
    width:1rem
}
body.theme-dark .pricing .card-highlighted{
    background-color:#435ebe;
    padding-bottom:20px;
    padding-top:20px
}
body.theme-dark .pricing .card-highlighted .card-body,body.theme-dark .pricing .card-highlighted .card-header{
    background-color:#435ebe;
    color:#1e1e2d
}
body.theme-dark .pricing .card-highlighted ul li{
    color:#fff
}
body.theme-dark .pricing .card-highlighted ul li i,body.theme-dark .pricing .card-highlighted ul li svg{
    color:#4dd4ac
}
body.theme-dark .pricing .card-highlighted .card-footer{
    background-color:#435ebe
}
body.theme-dark .pricing .card-highlighted .card-title{
    color:#fff;
    font-size:1.8rem
}
body.theme-dark .divider{
    display:block;
    margin:1rem 0;
    overflow:hidden;
    text-align:center
}
body.theme-dark .divider .divider-text{
    background-color:#151521;
    display:inline-block;
    padding:0 1rem;
    position:relative
}
body.theme-dark .divider .divider-text:after,body.theme-dark .divider .divider-text:before{
    border-top:1px solid #343a40;
    content:"";
    position:absolute;
    top:50%;
    width:9999px
}
body.theme-dark .divider .divider-text:before{
    right:100%
}
body.theme-dark .divider .divider-text:after{
    left:100%
}
body.theme-dark .divider.divider-left .divider-text{
    float:left
}
body.theme-dark .divider.divider-left-center .divider-text{
    left:-25%
}
body.theme-dark .divider.divider-right-center .divider-text{
    left:25%
}
body.theme-dark .divider.divider-right .divider-text{
    float:right
}
body.theme-dark .btn:not(.btn-light):not([class^=btn-outline-]) .dropdown-toggle:after{
    color:#fff
}
body.theme-dark .dropdown-menu-large{
    min-width:16rem
}
body.theme-dark .dropdown-menu{
    box-shadow:0 0 30px rgba(0,0,0,.03)
}
body.theme-dark .dropdown-item{
    transition:all .5s
}
body.theme-dark .dropdown-menu-end.show{
    right:0;
    top:100%
}
body.theme-dark .dropdown .avatar{
    margin-right:.6rem
}
body.theme-dark .user-dropdown-name,body.theme-dark .user-dropdown-status{
    margin:0
}
body.theme-dark .form-group{
    margin-bottom:.7rem
}
body.theme-dark .form-group label{
    color:#c2c2d9;
    font-weight:600
}
body.theme-dark .form-group .small,body.theme-dark .form-group small{
    font-size:.7rem
}
body.theme-dark .form-group.with-title{
    position:relative
}
body.theme-dark .form-group.with-title label{
    background-color:#2f2f48;
    border:solid #3f3f5e;
    border-width:1px 1px 0;
    font-size:.6rem;
    left:0;
    padding:5px;
    position:absolute;
    top:0;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width:100%
}
body.theme-dark .form-group.with-title .form-control,body.theme-dark .form-group.with-title dataTable-input{
    padding-top:2rem
}
body.theme-dark .form-group.with-title .form-control:focus~label,body.theme-dark .form-group.with-title dataTable-input:focus~label{
    border-left:1px solid #435ebe;
    border-right:1px solid #435ebe;
    border-top:1px solid #435ebe
}
body.theme-dark .form-group[class*=has-icon-].has-icon-left .form-control{
    padding-left:2.5rem
}
body.theme-dark .form-group[class*=has-icon-].has-icon-left .form-control-icon{
    left: 6px;
    top: 5px;
}
body.theme-dark .form-group[class*=has-icon-].has-icon-right .form-control{
    padding-right:2.5rem
}
body.theme-dark .form-group[class*=has-icon-].has-icon-right .form-control-icon{
    right:0
}
body.theme-dark .form-group[class*=has-icon-] .form-control:focus~.form-control-icon i,body.theme-dark .form-group[class*=has-icon-] .form-control:focus~.form-control-icon svg{
    color:#5a8dee
}
body.theme-dark .form-group[class*=has-icon-] .form-control.form-control-xl{
    padding-left:3rem
}
body.theme-dark .form-group[class*=has-icon-] .form-control.form-control-xl~.form-control-icon i{
    font-size:1.6rem
}
body.theme-dark .form-group[class*=has-icon-] .form-control.form-control-xl~.form-control-icon i:before{
    color:#a6a8aa
}
body.theme-dark .form-group[class*=has-icon-] .form-control-icon{
    padding:0 .6rem;
    position:absolute
}
body.theme-dark .form-group[class*=has-icon-] .form-control-icon i,body.theme-dark .form-group[class*=has-icon-] .form-control-icon svg{
    color:#adb5bd;
    font-size:1.2rem;
    width:1.2rem
}
body.theme-dark .form-group[class*=has-icon-] .form-control-icon i:before,body.theme-dark .form-group[class*=has-icon-] .form-control-icon svg:before{
    vertical-align:sub
}
body.theme-dark .form-group.mandatory .form-label:first-child:after{
    color:#dc3545;
    content:" *"
}
body.theme-dark .form-group.is-invalid *{
    border-color:#dc3545;
    color:#dc3545
}
body.theme-dark .form-control~.form-control-icon{
    top:.28rem
}
body.theme-dark .form-control.form-control-lg{
    font-size:1.05rem;
    padding:.55rem 1rem
}
body.theme-dark .form-control.form-control-lg~.form-control-icon{
    top:.55rem
}
body.theme-dark .form-control.form-control-xl{
    font-size:1.2rem;
    padding:.85rem 1rem
}
body.theme-dark .form-control.form-control-xl~.form-control-icon{
    top:.55rem
}
body.theme-dark .form-check .form-check-input[class*=bg-]{
    border:0
}
body.theme-dark .form-check .form-check-input:focus{
    box-shadow:none
}
body.theme-dark .form-check .form-check-input.form-check-primary{
    background-color:#435ebe;
    border-color:#435ebe
}
body.theme-dark .form-check .form-check-input.form-check-primary:not(:checked){
    background-color:transparent;
    border:1px solid #ced4da
}
body.theme-dark .form-check .form-check-input.form-check-primary.form-check-glow{
    box-shadow:0 0 5px #697ecb
}
body.theme-dark .form-check .form-check-input.form-check-primary.form-check-glow:not(:checked){
    box-shadow:none
}
body.theme-dark .form-check .form-check-input.form-check-secondary{
    background-color:#6c757d;
    border-color:#6c757d
}
body.theme-dark .form-check .form-check-input.form-check-secondary:not(:checked){
    background-color:transparent;
    border:1px solid #ced4da
}
body.theme-dark .form-check .form-check-input.form-check-secondary.form-check-glow{
    box-shadow:0 0 5px #868e96
}
body.theme-dark .form-check .form-check-input.form-check-secondary.form-check-glow:not(:checked){
    box-shadow:none
}
body.theme-dark .form-check .form-check-input.form-check-success{
    background-color:#198754;
    border-color:#198754
}
body.theme-dark .form-check .form-check-input.form-check-success:not(:checked){
    background-color:transparent;
    border:1px solid #ced4da
}
body.theme-dark .form-check .form-check-input.form-check-success.form-check-glow{
    box-shadow:0 0 5px #21b26f
}
body.theme-dark .form-check .form-check-input.form-check-success.form-check-glow:not(:checked){
    box-shadow:none
}
body.theme-dark .form-check .form-check-input.form-check-info{
    background-color:#0dcaf0;
    border-color:#0dcaf0
}
body.theme-dark .form-check .form-check-input.form-check-info:not(:checked){
    background-color:transparent;
    border:1px solid #ced4da
}
body.theme-dark .form-check .form-check-input.form-check-info.form-check-glow{
    box-shadow:0 0 5px #3cd5f4
}
body.theme-dark .form-check .form-check-input.form-check-info.form-check-glow:not(:checked){
    box-shadow:none
}
body.theme-dark .form-check .form-check-input.form-check-warning{
    background-color:#ffc107;
    border-color:#ffc107
}
body.theme-dark .form-check .form-check-input.form-check-warning:not(:checked){
    background-color:transparent;
    border:1px solid #ced4da
}
body.theme-dark .form-check .form-check-input.form-check-warning.form-check-glow{
    box-shadow:0 0 5px #ffce3a
}
body.theme-dark .form-check .form-check-input.form-check-warning.form-check-glow:not(:checked){
    box-shadow:none
}
body.theme-dark .form-check .form-check-input.form-check-danger{
    background-color:#dc3545;
    border-color:#dc3545
}
body.theme-dark .form-check .form-check-input.form-check-danger:not(:checked){
    background-color:transparent;
    border:1px solid #ced4da
}
body.theme-dark .form-check .form-check-input.form-check-danger.form-check-glow{
    box-shadow:0 0 5px #e4606d
}
body.theme-dark .form-check .form-check-input.form-check-danger.form-check-glow:not(:checked){
    box-shadow:none
}
body.theme-dark .form-check .form-check-input.form-check-light{
    background-color:#f8f9fa;
    border-color:#f8f9fa
}
body.theme-dark .form-check .form-check-input.form-check-light:not(:checked){
    background-color:transparent;
    border:1px solid #ced4da
}
body.theme-dark .form-check .form-check-input.form-check-light.form-check-glow{
    box-shadow:0 0 5px #fff
}
body.theme-dark .form-check .form-check-input.form-check-light.form-check-glow:not(:checked){
    box-shadow:none
}
body.theme-dark .form-check .form-check-input.form-check-dark{
    background-color:#f2f7ff;
    border-color:#f2f7ff
}
body.theme-dark .form-check .form-check-input.form-check-dark:not(:checked){
    background-color:transparent;
    border:1px solid #ced4da
}
body.theme-dark .form-check .form-check-input.form-check-dark.form-check-glow{
    box-shadow:0 0 5px #fff
}
body.theme-dark .form-check .form-check-input.form-check-dark.form-check-glow:not(:checked){
    box-shadow:none
}
body.theme-dark .form-check.form-check-sm .form-check-input{
    height:.9rem;
    margin-top:.3em;
    width:.9rem
}
body.theme-dark .form-check.form-check-sm label{
    font-size:.7rem
}
body.theme-dark .form-check.form-check-lg .form-check-input{
    height:1.5rem;
    margin-top:.3em;
    width:1.5rem
}
body.theme-dark .form-check.form-check-lg label{
    font-size:1rem
}
body.theme-dark .form-check.form-check-primary .form-check-input{
    background-color:#435ebe;
    border-color:#435ebe
}
body.theme-dark .form-check.form-check-secondary .form-check-input{
    background-color:#6c757d;
    border-color:#6c757d
}
body.theme-dark .form-check.form-check-success .form-check-input{
    background-color:#198754;
    border-color:#198754
}
body.theme-dark .form-check.form-check-info .form-check-input{
    background-color:#0dcaf0;
    border-color:#0dcaf0
}
body.theme-dark .form-check.form-check-warning .form-check-input{
    background-color:#ffc107;
    border-color:#ffc107
}
body.theme-dark .form-check.form-check-danger .form-check-input{
    background-color:#dc3545;
    border-color:#dc3545
}
body.theme-dark .form-check.form-check-light .form-check-input{
    background-color:#f8f9fa;
    border-color:#f8f9fa
}
body.theme-dark .form-check.form-check-dark .form-check-input{
    background-color:#f2f7ff;
    border-color:#f2f7ff
}
body.theme-dark .dataTable-input{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-clip:padding-box;
    background-color:#fff;
    border:1px solid #dfe3e7;
    border-radius:.25rem;
    color:#555252;
    font-size:.9025rem;
    font-weight:400;
    line-height:1.5;
    min-height:calc(1.5em + .934rem + 2px);
    padding:.467rem .6rem;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
body.theme-dark .dataTable-input:focus{
    box-shadow:0 3px 8px 0 rgba(0,0,0,.1);
    color:#555252;
    outline:0
}
body.theme-dark .choices__inner{
    background-color:#1b1b29;
    border-color:#35354f
}
body.theme-dark .choices__input{
    background-color:#1b1b29!important;
    color:#fff
}
body.theme-dark .choices__list{
    background-color:#1b1b29
}
body.theme-dark .choices__list--dropdown .choices__item--selectable.is-highlighted{
    background-color:#28283c
}
body.theme-dark .modal .modal-content{
    border:none;
    box-shadow:-8px 12px 18px 0 rgba(25,42,70,.13)
}
body.theme-dark .modal .modal-full{
    max-width:94%
}
body.theme-dark .modal .white{
    color:#fff
}
body.theme-dark .modal .modal-header{
    align-items:center;
    display:flex;
    justify-content:space-between
}
body.theme-dark .modal .modal-header .modal-title{
    font-size:1.1rem
}
body.theme-dark .modal .modal-header .close{
    background:none;
    border:none;
    border-radius:50%;
    padding:7px 10px
}
body.theme-dark .modal .modal-header .close:hover{
    background:#dee2e6
}
body.theme-dark .modal .modal-header i,body.theme-dark .modal .modal-header svg{
    font-size:12px;
    height:12px;
    width:12px
}
body.theme-dark .modal .modal-footer{
    padding:1rem
}
body.theme-dark .modal.modal-borderless .modal-header{
    border-bottom:0
}
body.theme-dark .modal.modal-borderless .modal-footer{
    border-top:0
}
body.theme-dark #sidebar.active .sidebar-wrapper{
    left:0
}
body.theme-dark #sidebar:not(.active) .sidebar-wrapper{
    left:-300px
}
body.theme-dark #sidebar:not(.active)~#main{
    margin-left:0
}
body.theme-dark .sidebar-wrapper{
    background-color:#1e1e2d;
    bottom:0;
    height:100vh;
    overflow-y:auto;
    position:fixed;
    top:0;
    transition:left .5s ease-out;
    width:300px;
    z-index:10
}
body.theme-dark .sidebar-wrapper .sidebar-header{
    font-size:2rem;
    font-weight:700;
    padding:2rem 2rem 1rem
}
body.theme-dark .sidebar-wrapper .sidebar-header img{
    height:1.2rem
}
body.theme-dark .sidebar-wrapper .sidebar-toggler.x{
    display:none;
    position:absolute;
    right:1.75rem;
    top:.25rem
}
body.theme-dark .sidebar-wrapper .menu{
    font-weight:600;
    margin-top:2rem;
    padding:0 2rem
}
body.theme-dark .sidebar-wrapper .menu .sidebar-title{
    color:#9899ac;
    font-size:1rem;
    font-weight:600;
    list-style:none;
    margin:1.5rem 0 1rem;
    padding:0 1rem
}
body.theme-dark .sidebar-wrapper .menu .sidebar-link{
    align-items:center;
    border-radius:.5rem;
    color:#9899ac;
    display:block;
    display:flex;
    font-size:1rem;
    padding:.7rem 1rem;
    text-decoration:none;
    transition:all .5s
}
body.theme-dark .sidebar-wrapper .menu .sidebar-link i,body.theme-dark .sidebar-wrapper .menu .sidebar-link svg{
    color:#7c8db5
}
body.theme-dark .sidebar-wrapper .menu .sidebar-link i:before{
    vertical-align:top
}
body.theme-dark .sidebar-wrapper .menu .sidebar-link span{
    margin-left:1rem
}
body.theme-dark .sidebar-wrapper .menu .sidebar-link:hover{
    background-color:#282839
}
body.theme-dark .sidebar-wrapper .menu .sidebar-item{
    list-style:none;
    margin-top:.5rem;
    position:relative
}
body.theme-dark .sidebar-wrapper .menu .sidebar-item.has-sub .sidebar-link:after{
    color:#ccc;
    content:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path style="fill:none;stroke:gray;stroke-width:1" d="m6 9 6 6 6-6"/></svg>');
    display:block;
    position:absolute;
    right:15px;
    top:12px
}
body.theme-dark .sidebar-wrapper .menu .sidebar-item.active.has-sub .sidebar-link:after{
    content:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path style="fill:none;stroke:%23fff;stroke-width:1" d="m6 9 6 6 6-6"/></svg>')
}
body.theme-dark .sidebar-wrapper .menu .sidebar-item.active>.sidebar-link{
    background-color:#435ebe
}
body.theme-dark .sidebar-wrapper .menu .sidebar-item.active>.sidebar-link span{
    color:#fff
}
body.theme-dark .sidebar-wrapper .menu .sidebar-item.active>.sidebar-link i,body.theme-dark .sidebar-wrapper .menu .sidebar-item.active>.sidebar-link svg{
    fill:#fff;
    color:#fff
}
body.theme-dark .sidebar-wrapper .menu .sidebar-item.active>.sidebar-link.has-sub:after{
    content:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path style="fill:none;stroke:%23fff;stroke-width:1" d="m6 9 6 6 6-6"/></svg>')
}

body.theme-dark .sidebar-wrapper .menu .submenu{
    display:none;
    list-style:none;
    overflow:hidden;
    transition:max-height 2s cubic-bezier(0,.55,.45,1)
}
body.theme-dark .sidebar-wrapper .menu .submenu.active{
    display:block;
    max-height:999px
}
body.theme-dark .sidebar-wrapper .menu .submenu .submenu-item.active{
    position:relative
}
body.theme-dark .sidebar-wrapper .menu .submenu .submenu-item.active>a{
    color:#435ebe;
    font-weight:700
}
body.theme-dark .sidebar-wrapper .menu .submenu .submenu-item a{
    color:#9899ac;
    display:block;
    font-size:.85rem;
    font-weight:600;
    letter-spacing:.5px;
    padding:.7rem 2rem;
    transition:all .3s
}
body.theme-dark .sidebar-wrapper .menu .submenu .submenu-item a:hover{
    color:#fff;
    margin-left:.3rem
}
body.theme-dark .sidebar-backdrop{
    background-color:rgba(0,0,0,.5);
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:9
}
@media screen and (max-width:1199px){
    body.theme-dark .sidebar-wrapper{
        left:-300px;
        position:absolute
    }
    body.theme-dark .sidebar-wrapper .sidebar-toggler.x{
        display:block
    }
}
body.theme-dark .nav-pills .nav-link.active{
    box-shadow:0 2px 10px rgba(67,94,190,.5)
}
body.theme-dark .nav-tabs,body.theme-dark .nav-tabs .nav-link{
    border:none
}
body.theme-dark .nav-tabs .nav-link:hover{
    border:none;
    text-shadow:0 0 2px rgba(67,94,190,.3)
}
body.theme-dark .nav-tabs .nav-link.active{
    border:none;
    color:#435ebe;
    position:relative
}
body.theme-dark .nav-tabs .nav-link.active:after{
    background-color:#435ebe;
    bottom:0;
    box-shadow:0 2px 5px rgba(67,94,190,.5);
    content:"";
    height:2px;
    left:0;
    position:absolute;
    width:100%
}
body.theme-dark .navbar-fixed{
    background-color:#fff;
    position:fixed
}
body.theme-dark .navbar{
    height:90px;
    padding:1.5rem
}
body.theme-dark .navbar .navbar-brand img{
    height:1.5rem
}
body.theme-dark .navbar .user-menu img{
    height:39px;
    width:39px
}
body.theme-dark .navbar.navbar-header li{
    align-items:center;
    display:flex
}
body.theme-dark .navbar.navbar-header li.nav-icon{
    margin-right:.4rem
}
body.theme-dark .navbar.navbar-header li.nav-icon .nav-link{
    border-radius:50%;
    display:block;
    padding:.4rem
}
body.theme-dark .navbar.navbar-header li.nav-icon .nav-link:hover{
    background-color:#e9ecef
}
body.theme-dark .navbar.navbar-header .dropdown>a{
    color:#6c757d;
    font-weight:600
}
body.theme-dark .navbar.navbar-header .dropdown>a svg{
    height:24px;
    width:24px
}
body.theme-dark .navbar.navbar-header .dropdown>a:after{
    display:none
}
body.theme-dark .navbar-top .notification-dropdown{
    min-width:20rem
}
body.theme-dark .navbar-top .notification-item{
    margin-bottom:.4rem
}
body.theme-dark .navbar-top .notification-item a{
    color:#c2c2d9
}
body.theme-dark .navbar-top .notification-item p{
    margin-bottom:0
}
body.theme-dark .navbar-top .notification-icon{
    border-radius:50%;
    color:#fff;
    height:40px;
    text-align:center;
    vertical-align:middle;
    width:40px
}
body.theme-dark .navbar-top .notification-icon i{
    font-size:20px;
    vertical-align:-moz-middle-with-baseline
}
body.theme-dark .layout-horizontal .header-top{
    background-color:#171722;
    padding:1.1rem
}
body.theme-dark .layout-horizontal .header-top .container{
    align-items:center;
    display:flex;
    justify-content:space-between
}
body.theme-dark .layout-horizontal .header-top .burger-btn i{
    display:inline-block;
    height:20px
}
body.theme-dark .layout-horizontal .header-top .logo img{
    height:20px
}
body.theme-dark .layout-horizontal .header-top-right{
    align-items:center;
    display:flex;
    gap:1rem
}
body.theme-dark .layout-horizontal .main-navbar{
    background-color:#1a1a2d;
    padding:1rem
}
body.theme-dark .layout-horizontal .main-navbar ul{
    display:flex;
    gap:2rem;
    list-style:none;
    margin-bottom:0;
    padding:0
}
body.theme-dark .layout-horizontal .main-navbar ul .menu-link{
    align-items:center;
    display:flex;
    flex-direction:row;
    gap:.5rem;
    padding:.4rem 0;
    position:relative
}
body.theme-dark .layout-horizontal .main-navbar ul .menu-link span{
    height:20px
}
body.theme-dark .layout-horizontal .main-navbar ul>.menu-item{
    position:relative
}
body.theme-dark .layout-horizontal .main-navbar ul>.menu-item .menu-link{
    color:#dee2e6
}
body.theme-dark .layout-horizontal .main-navbar ul>.menu-item.has-sub .menu-link{
    padding-right:1.3rem
}
body.theme-dark .layout-horizontal .main-navbar ul>.menu-item.has-sub .menu-link:after{
    color:#fff;
    content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ccc' opacity='.7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    display:block;
    position:absolute;
    right:0;
    top:7px
}
body.theme-dark .layout-horizontal .main-navbar ul>.menu-item:hover .menu-link{
    color:#fff
}
body.theme-dark .layout-horizontal .main-navbar ul>.menu-item:hover .submenu{
    opacity:1;
    top:100%;
    visibility:visible
}
body.theme-dark .layout-horizontal .main-navbar .submenu{
    background-color:#1e1e2d;
    border-radius:.2rem;
    box-shadow:0 5px 20px rgba(27,27,27,.1);
    opacity:0;
    position:absolute;
    top:125%;
    transition:all .3s cubic-bezier(0,.55,.45,1);
    visibility:hidden;
    z-index:999
}
body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group-wrapper{
    position:relative
}
body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group{
    display:table-cell;
    flex-wrap:wrap;
    max-height:200px;
    min-width:200px;
    padding:.5rem .3rem .3rem .5rem
}
body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group .submenu-item,body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group .submenu-item.has-sub .submenu-link{
    position:relative
}
body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group .submenu-item.has-sub .submenu-link:after{
    content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23888' class='bi bi-chevron-right'%3E%3Cpath fill-rule='evenodd' 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");
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-40%)
}
body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group .submenu-item a{
    color:#9899ac;
    display:block;
    padding:.6rem 2rem .6rem .6rem
}
body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group .submenu-item a:hover{
    color:#187de4
}
body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group .submenu-item:hover .subsubmenu{
    opacity:1;
    top:0;
    visibility:visible
}
body.theme-dark .layout-horizontal .main-navbar .subsubmenu{
    background-color:#1e1e2d;
    border-radius:.2rem;
    border-radius:.3rem;
    box-shadow:0 5px 20px rgba(27,27,27,.1);
    display:flex;
    flex-direction:column;
    gap:0;
    left:100%;
    min-width:200px;
    opacity:0;
    padding:.5rem;
    position:absolute;
    top:125%;
    top:1rem;
    transition:all .3s cubic-bezier(0,.55,.45,1);
    visibility:hidden;
    z-index:999
}
@media screen and (max-width:1199px){
    body.theme-dark .layout-horizontal .main-navbar{
        background-color:#f5f7fc;
        display:none;
        overflow:hidden;
        padding:1rem
    }
    body.theme-dark .layout-horizontal .main-navbar.active{
        max-height:none
    }
    body.theme-dark .layout-horizontal .main-navbar ul{
        flex-direction:column;
        gap:0
    }
    body.theme-dark .layout-horizontal .main-navbar ul .menu-item.has-sub .menu-link:after{
        content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23888' opacity='.7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important;
        top:unset
    }
    body.theme-dark .layout-horizontal .main-navbar ul .menu-link{
        color:#6c757d!important;
        padding:1rem 0
    }
    body.theme-dark .layout-horizontal .main-navbar .submenu{
        background-color:unset;
        box-shadow:none;
        display:none;
        opacity:1;
        padding:0 1rem;
        position:static;
        transition:all .2s;
        visibility:visible!important
    }
    body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group-wrapper{
        display:flex;
        flex-direction:column;
        max-height:unset
    }
    body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group{
        max-height:unset;
        min-width:unset;
        padding:0;
        width:100%
    }
    body.theme-dark .layout-horizontal .main-navbar .submenu.active{
        display:block
    }
    body.theme-dark .layout-horizontal .main-navbar .subsubmenu{
        background-color:unset;
        box-shadow:none;
        display:none;
        opacity:1;
        padding:1rem;
        position:static;
        visibility:visible!important
    }
    body.theme-dark .layout-horizontal .main-navbar .subsubmenu.active{
        display:block
    }
}
body.theme-dark #topbarUserDropdown:after{
    margin-left:1rem
}
body.theme-dark .pagination.pagination-primary .page-item.active .page-link{
    background-color:#435ebe;
    border-color:#435ebe;
    box-shadow:0 2px 5px rgba(67,94,190,.3)
}
body.theme-dark .pagination.pagination-secondary .page-item.active .page-link{
    background-color:#6c757d;
    border-color:#6c757d;
    box-shadow:0 2px 5px hsla(208,7%,46%,.3)
}
body.theme-dark .pagination.pagination-success .page-item.active .page-link{
    background-color:#198754;
    border-color:#198754;
    box-shadow:0 2px 5px rgba(25,135,84,.3)
}
body.theme-dark .pagination.pagination-info .page-item.active .page-link{
    background-color:#0dcaf0;
    border-color:#0dcaf0;
    box-shadow:0 2px 5px rgba(13,202,240,.3)
}
body.theme-dark .pagination.pagination-warning .page-item.active .page-link{
    background-color:#ffc107;
    border-color:#ffc107;
    box-shadow:0 2px 5px rgba(255,193,7,.3)
}
body.theme-dark .pagination.pagination-danger .page-item.active .page-link{
    background-color:#dc3545;
    border-color:#dc3545;
    box-shadow:0 2px 5px rgba(220,53,69,.3)
}
body.theme-dark .pagination.pagination-light .page-item.active .page-link{
    background-color:#f8f9fa;
    border-color:#f8f9fa;
    box-shadow:0 2px 5px rgba(248,249,250,.3)
}
body.theme-dark .pagination.pagination-dark .page-item.active .page-link{
    background-color:#f2f7ff;
    border-color:#f2f7ff;
    box-shadow:0 2px 5px rgba(242,247,255,.3)
}
body.theme-dark .page-item:not(.active) .page-link:hover{
    color:#fff
}
body.theme-dark .page-item i,body.theme-dark .page-item svg{
    font-size:13px;
    height:13px;
    width:13px
}
body.theme-dark .page-item .page-link{
    font-size:.875rem
}
body.theme-dark .page-item .page-link:focus{
    box-shadow:none
}
body.theme-dark .page-item:first-child{
    margin-right:.4rem
}
body.theme-dark .page-item:last-child{
    margin-left:.4rem
}
body.theme-dark .dataTable-table td,body.theme-dark .dataTable-table thead th,body.theme-dark .table td,body.theme-dark .table thead th{
    vertical-align:middle
}
body.theme-dark .dataTable-table:not(.table-borderless) thead th,body.theme-dark .table:not(.table-borderless) thead th{
    border-bottom:1px solid #dedede!important
}
body.theme-dark .table-md.dataTable-table tr td,body.theme-dark .table-md.dataTable-table tr th,body.theme-dark .table-sm.dataTable-table tr td,body.theme-dark .table-sm.dataTable-table tr th,body.theme-dark .table.table-md tr td,body.theme-dark .table.table-md tr th,body.theme-dark .table.table-sm tr td,body.theme-dark .table.table-sm tr th{
    padding:1rem
}
body.theme-dark .table-lg.dataTable-table tr td,body.theme-dark .table-lg.dataTable-table tr th,body.theme-dark .table.table-lg tr td,body.theme-dark .table.table-lg tr th{
    padding:1.3rem
}
body.theme-dark .dataTable-container{
    overflow-x:auto
}
body.theme-dark .progress.progress-primary{
    overflow:visible
}
body.theme-dark .progress.progress-primary .progress-bar{
    background-color:#435ebe;
    border-radius:.25rem
}
body.theme-dark .progress.progress-secondary{
    overflow:visible
}
body.theme-dark .progress.progress-secondary .progress-bar{
    background-color:#6c757d;
    border-radius:.25rem
}
body.theme-dark .progress.progress-success{
    overflow:visible
}
body.theme-dark .progress.progress-success .progress-bar{
    background-color:#198754;
    border-radius:.25rem
}
body.theme-dark .progress.progress-info{
    overflow:visible
}
body.theme-dark .progress.progress-info .progress-bar{
    background-color:#0dcaf0;
    border-radius:.25rem
}
body.theme-dark .progress.progress-warning{
    overflow:visible
}
body.theme-dark .progress.progress-warning .progress-bar{
    background-color:#ffc107;
    border-radius:.25rem
}
body.theme-dark .progress.progress-danger{
    overflow:visible
}
body.theme-dark .progress.progress-danger .progress-bar{
    background-color:#dc3545;
    border-radius:.25rem
}
body.theme-dark .progress.progress-light{
    overflow:visible
}
body.theme-dark .progress.progress-light .progress-bar{
    background-color:#f8f9fa;
    border-radius:.25rem
}
body.theme-dark .progress.progress-dark{
    overflow:visible
}
body.theme-dark .progress.progress-dark .progress-bar{
    background-color:#f2f7ff;
    border-radius:.25rem
}
body.theme-dark .progress.progress-sm{
    height:.4rem
}
body.theme-dark .progress.progress-lg{
    height:1.5rem
}
body.theme-dark .progress .progress-bar{
    overflow:visible;
    position:relative
}
body.theme-dark .progress .progress-bar.progress-label:before{
    color:#495057;
    content:attr(aria-valuenow) "%";
    font-size:.8rem;
    position:absolute;
    right:0;
    top:-1.3rem
}
body.theme-dark .bi{
    height:1rem;
    width:1rem
}
body.theme-dark .bi.bi-middle:before{
    vertical-align:middle
}
body.theme-dark .bi.bi-sub:before{
    vertical-align:sub
}
body.theme-dark .stats-icon{
    align-items:center;
    background-color:#000;
    border-radius:.5rem;
    display:flex;
    float:right;
    height:3rem;
    justify-content:center;
    width:3rem
}
body.theme-dark .stats-icon i{
    color:#fff;
    font-size:1.7rem
}
body.theme-dark .stats-icon.purple{
    background-color:#9694ff
}
body.theme-dark .stats-icon.blue{
    background-color:#57caeb
}
body.theme-dark .stats-icon.red{
    background-color:#ff7976
}
body.theme-dark .stats-icon.green{
    background-color:#5ddab4
}
@media (max-width:767px){
    body.theme-dark .stats-icon{
        float:left;
        margin-bottom:.4rem
    }
}
body.theme-dark .burger-btn{
    display:none
}
body.theme-dark #main{
    margin-left:300px;
    padding:1rem
}
@media screen and (max-width:1199px){
    body.theme-dark #main{
        margin-left:0
    }
}
body.theme-dark #main.layout-navbar{
    padding:0;
    transition:margin-left .5s ease-out
}
body.theme-dark #main.layout-horizontal{
    margin:0;
    padding:0
}
body.theme-dark #main #main-content{
    padding:2rem
}
body.theme-dark .page-heading{
    margin:0 0 2rem
}
body.theme-dark .page-heading .h3,body.theme-dark .page-heading h3{
    font-weight:700
}
body.theme-dark .page-title-headings{
    align-items:center;
    display:flex;
    justify-content:space-between;
    margin-bottom:.5rem
}
body.theme-dark .page-title-headings .h3,body.theme-dark .page-title-headings h3{
    margin-bottom:0;
    margin-right:1rem
}
body.theme-dark .page-title-headings .breadcrumb{
    margin-bottom:0
}
body.theme-dark a{
    text-decoration:none
}
body.theme-dark .mt-10{
    margin-top:3rem
}
body.theme-dark .mb-10{
    margin-bottom:3rem
}
body.theme-dark .my-10{
    margin-bottom:3rem;
    margin-top:3rem
}
body.theme-dark .mb-24{
    margin-bottom:6rem
}
body.theme-dark .my-24{
    margin-bottom:6rem;
    margin-top:6rem
}
body.theme-dark .opacity-50{
    opacity:50%
}
body.theme-dark .py-4-5{
    padding-bottom:2rem!important;
    padding-top:2rem!important
}
body.theme-dark .text-sm{
    font-size:.875rem
}
body.theme-dark .text-xl{
    font-size:1.25rem
}
body.theme-dark .text-4xl{
    font-size:2.25rem
}
body.theme-dark .text-6xl{
    font-size:4rem
}
body.theme-dark .text-black{
    color:#000
}
body.theme-dark .bg-gradient-ltr{
    background:linear-gradient(90deg,#095cde,#53c3f3)
}
body.theme-dark .bg-light-primary{
    background-color:#7286ce;
    color:#000
}
body.theme-dark .bg-light-secondary{
    background-color:#91989e;
    color:#000
}
body.theme-dark .bg-light-success{
    background-color:#53a57f;
    color:#000
}
body.theme-dark .bg-light-danger{
    background-color:#e87c86;
    color:#000
}
body.theme-dark .bg-light-warning{
    background-color:#ffd145;
    color:#000
}
body.theme-dark .bg-light-info{
    background-color:#4ad7f4;
    color:#000
}
body.theme-dark .font-semibold{
    font-weight:600
}
body.theme-dark .font-bold{
    font-weight:700
}
body.theme-dark .font-extrabold{
    font-weight:800
}
body.theme-dark .text-width-md{
    max-width:450px
}
body.theme-dark .text-gray-300{
    color:#dee2e6!important
}
body.theme-dark .text-gray-400{
    color:#ced4da!important
}
body.theme-dark .text-gray-500{
    color:#adb5bd!important
}
body.theme-dark .text-gray-600{
    color:#6c757d!important
}
body.theme-dark .btn-xl{
    padding:1rem 2rem
}
body.theme-dark .icon-mid:before{
    vertical-align:middle
}
body.theme-dark .z-1{
    z-index:1
}
body.theme-dark .swal2-popup,body.theme-dark .swal2-validation-message{
    background-color:#1e1e2d!important;
    color:#fff!important
}
body.theme-dark .swal2-title{
    color:#fff!important
}
body.theme-dark .swal2-styled.swal2-confirm{
    background-color:#3699ff!important
}
body.theme-dark .swal2-styled.swal2-confirm:hover{
    background-color:#187de4!important
}
body.theme-dark .apexcharts-text tspan{
    fill:#c2c2d9!important
}
body.theme-dark .apexcharts-legend-text{
    color:#c2c2d9!important
}
body.theme-dark .theme-toggle{
    color:#9899ac
}
body.theme-dark .pricing .card{
    border:none;
    box-shadow:none
}
body.theme-dark .note-editing-area .note-editable{
    background-color:#fff
}
body.theme-dark .dataTable-input{
    background-color:#1b1b29;
    border-color:#35354f;
    transition:all .2s ease-in-out
}
body.theme-dark .dataTable-input:focus{
    background-color:#1b1b29;
    border-color:#4b4b68;
    color:#c2c2d9
}
body.theme-dark .is-valid~.valid-feedback,body.theme-dark .is-valid~.valid-tooltip,body.theme-dark .was-validated :valid~.valid-feedback,body.theme-dark .was-validated :valid~.valid-tooltip{
    display:block
}
body.theme-dark .is-invalid~.invalid-feedback,body.theme-dark .is-invalid~.invalid-tooltip,body.theme-dark .was-validated :invalid~.invalid-feedback,body.theme-dark .was-validated :invalid~.invalid-tooltip{
    display:block
}
 
body.theme-dark #auth .card {
    background: rgb(30 30 45);
}
body.theme-dark .top-left-toggle{
    background: #24242657
}

body.theme-dark .form-control.form-control-xl~.form-control-icon {
    top: .28rem;
}
body.theme-dark .xsa {
    letter-spacing: -.025rem;
    text-transform: uppercase;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, .11), 0 2px 4px -1px rgba(0, 0, 0, .07);
    background-size: 150%;
    background-position-x: 25%;
    border-color: #cb0c9f;
    display: inline-block;
    font-weight: 700;
    line-height: 1.4;
    color: #67748e;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid #a3acbd;
    padding: .55rem 1.5rem;
    font-size: .75rem;
    border-radius: .5rem;
    transition: all .15s ease-in;
    color: cornflowerblue;
}
body.theme-dark .btSmall {
    line-height: 1.4;
    background-color: #334d99;
    font-size: 0.75rem;
    border-radius: .5rem;
    transition: all .15s ease-in;
}

body.theme-dark .dropzone {
    background: #403d3c63 !important;
}
body.theme-dark .dt-button-info
{
    background: #403d3c63 !important; 
}
body.theme-dark .dt-button-info h2
{
    background: #403d3c63 !important; 
}
body.theme-dark .swal2-popup
{
    padding: 10px;
}

/*dropdown*/
body.theme-dark .dropdown.is-spaced .dropdown-menu2 .dropdown-content{
    border:1px solid #ededed;
    -webkit-box-shadow:none;
    box-shadow:none;
    background-color: var(--bs-list-group-action-hover-bg);
}
body.theme-dark .dropdown.is-spaced .dropdown-item{
    padding-right:1rem !important;
    padding:.5rem 1rem;
    font-size:15px;
    color:#a2a5b9;
    -webkit-transition:all .3s;
    transition:all .3s
}
body.theme-dark .dropdown.is-spaced .dropdown-item:not(.is-button):hover,.dropdown.is-spaced .dropdown-item:not(.is-button).is-active{
    background:#f5f5f5;
    color:#283252
}
body.theme-dark .dropdown.is-spaced .dropdown-item.no-hover:hover{
    background:#fff
}
body.theme-dark .dropdown.is-spaced .dropdown-item.is-media{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background-color: #000;
}
body.theme-dark .dropdown.is-spaced .dropdown-item.is-media:hover .icon svg,.dropdown.is-spaced .dropdown-item.is-media.is-active .icon svg{
    stroke:#671cc9
}
body.theme-dark .dropdown.is-spaced .dropdown-item.is-media:hover .icon .lnir,.dropdown.is-spaced .dropdown-item.is-media:hover .icon .lnil,.dropdown.is-spaced .dropdown-item.is-media.is-active .icon .lnir,.dropdown.is-spaced .dropdown-item.is-media.is-active .icon .lnil{
    color:#671cc9
}
body.theme-dark .dropdown.is-spaced .dropdown-item.is-media .icon{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    height:20px;
    width:28px
}
body.theme-dark .dropdown.is-spaced .dropdown-item.is-media .icon svg{
    height:18px;
    width:18px;
    -webkit-transition:stroke .3s;
    transition:stroke .3s
}
body.theme-dark .dropdown.is-spaced .dropdown-item.is-media .icon .lnir,.dropdown.is-spaced .dropdown-item.is-media .icon .lnil{
    font-size:16px;
    -webkit-transition:color .3s;
    transition:color .3s
}
body.theme-dark .dropdown.is-spaced .dropdown-item.is-media .item-img{
    display:block;
    height:32px;
    width:32px;
    border-radius:6px
}
body.theme-dark .dropdown.is-spaced .dropdown-item.is-media .item-img.is-rounded{
    border-radius:50%
}
body.theme-dark .dropdown.is-spaced .dropdown-item.is-media .meta{
    margin-left:10px
}
body.theme-dark .dropdown.is-spaced .dropdown-item.is-media .meta span{
    display:block;
    line-height:1.3
}
body.theme-dark .dropdown.is-spaced .dropdown-item.is-media .meta span:first-child{
    font-family:"Montserrat",sans-serif;
    font-size:11px;
    font-weight:600;
}
body.theme-dark .dropdown.is-spaced .dropdown-item.is-media .meta span:nth-child(2){
    font-family:"Roboto",sans-serif;
    color:#a2a5b9;
    font-size:11px
}
body.theme-dark .dropdown .is-trigger .button{
    font-family:"Roboto",sans-serif
}
body.theme-dark .dropdown .is-trigger .button:focus{
    -webkit-box-shadow:none;
    box-shadow:none;
    outline:none;
    border-color:#e3e3e3;
    -webkit-box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06);
    box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06)
}
body.theme-dark .dropdown .dropdown-menu2 .dropdown-item{
    color:#a2a5b9
}
body.theme-dark .dropdown .dropdown-menu2 .dropdown-item:hover{
    color:#283252
}
body.theme-dark .dropdown .dropdown-menu2 .dropdown-item.has-child{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding-right:1rem
}
body.theme-dark .dropdown .dropdown-menu2 .dropdown-item.has-child svg{
    height:16px;
    width:16px;
    stroke:#999
}
body.theme-dark .dropdown .dropdown-menu2 .dropdown-item.has-child .child-dropdown{
    position:absolute;
    right:-282px;
    top:0;
    width:280px;
    -webkit-transition:all .3s;
    transition:all .3s;
    opacity:0;
    -webkit-transform:translateY(10px);
    transform:translateY(10px);
    pointer-events:none
}
body.theme-dark .dropdown .dropdown-menu2 .dropdown-item.has-child .child-dropdown .inner{
    position:relative;
    height:100%;
    width:100%;
    background:#fff;
    border:1px solid #ccc;
    border-radius:6px;
    padding:8px 0
}
body.theme-dark .dropdown .dropdown-menu2 .dropdown-item.has-child .child-dropdown .inner .column-setting{
    padding:0 6px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:10px
}
body.theme-dark .dropdown .dropdown-menu2 .dropdown-item.has-child .child-dropdown .inner .column-setting label{
    -webkit-transform:scale(0.7);
    transform:scale(0.7)
}
body.theme-dark.dropdown .dropdown-menu2 .dropdown-item.has-child .child-dropdown .inner .column-setting .text span{
    display:block;
    font-size:.8rem
}
body.theme-dark.dropdown .dropdown-menu2 .dropdown-item.has-child .child-dropdown .inner .column-setting .text span:first-child{
    color:#283252;
    font-weight:500
}
body.theme-dark.dropdown .dropdown-menu2 .dropdown-item.has-child .child-dropdown .inner .column-setting .text span:nth-child(2){
    color:#999
}
body.theme-dark.dropdown .dropdown-menu2 .dropdown-item.has-child:hover .child-dropdown{
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0);
    pointer-events:all
}
body.theme-dark.dropdown.is-spaced .dropdown-menu2 .dropdown-content {
    border: 1px solid #ededed;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Add to your stylesheet */
body.theme-dark.dropdown-menu2.left-aligned {
   right: 0;
    left: auto;
}

body.theme-dark.buttons-html5 {
    margin-bottom: 7px;
}

body.theme-dark.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box{
    background-color: #262323;
}
body.theme-dark .apexcharts-title-text{
    fill: #fffafa !important;
}
body.theme-dark .apexcharts-tooltip{
    background-color: #262323;
}

body.theme-dark .apexcharts-series-group .apexcharts-series .apexcharts-series-group
{
stroke: #fffafa;
}
body.theme-dark .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background-color: #262323; /* You can change this to any color you want */
    color: #fffafa;  /* Optional: Change text color to ensure visibility */
    border-radius: 5px; /* Optional: Round the corners */
}

body.theme-dark .apexcharts-yaxis-title {
    fill: currentColor !important;
    }
    
body.theme-dark .apexcharts-tooltip .apexcharts-xaxis-title {
    fill: currentColor !important;
    }
    
