
:root{
    --bs-blue:#3b7ddd;
    --bs-indigo:#6610f2;
    --bs-purple:#6f42c1;
    --bs-pink:#e83e8c;
    --bs-red:#dc3545;
    --bs-orange:#fd7e14;
    --bs-yellow:#ffc107;
    --bs-green:#28a745;
    --bs-teal:#20c997;
    --bs-cyan:#17a2b8;
    --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:#3b7ddd;
    --bs-secondary:#6f42c1;
    --bs-tertiary:#669ae5;
    --bs-success:#28a745;
    --bs-info:#20c997;
    --bs-warning:#fd7e14;
    --bs-danger:#dc3545;
    --bs-light:#e9ecef;
    --bs-dark:#153d77;
    --bs-primary-rgb:59,125,221;
    --bs-secondary-rgb:111,66,193;
    --bs-tertiary-rgb:102,154,229;
    --bs-success-rgb:40,167,69;
    --bs-info-rgb:32,201,151;
    --bs-warning-rgb:253,126,20;
    --bs-danger-rgb:220,53,69;
    --bs-light-rgb:233,236,239;
    --bs-dark-rgb:21,61,119;
    --bs-white-rgb:255,255,255;
    --bs-black-rgb:0,0,0;
    --bs-body-color-rgb:62,70,118;
    --bs-body-bg-rgb:244,247,252;
    --bs-font-sans-serif:"Hind Vadodara",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
    --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:14px;
    --bs-body-font-weight:400;
    --bs-body-line-height:1.5;
    --bs-body-color:#3e4676;
    --bs-body-bg:#f4f7fc
}
*,:after,:before{
    box-sizing:border-box
}
@media(prefers-reduced-motion:no-preference){
    :root{
        scroll-behavior:smooth
    }
}
body{

    -webkit-tap-highlight-color:rgba(0,0,0,0);
    background-color:var(--bs-body-bg);
    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)
}

dl,ol,ul{
    margin-bottom:1rem;
    margin-top:0
}
ol ol,ol ul,ul ol,ul ul{
    margin-bottom:0
}
dt{
    font-weight:500
}
dd{
    margin-bottom:.5rem;
    margin-left:0
}
blockquote{
    margin:0 0 1rem
}
b,strong{
    font-weight:bolder
}
.small,small{
    font-size:90%
}
.mark,mark{
    background-color:#fcf8e3;
    padding:.2em
}


a{
    color:#3b7ddd;
    text-decoration: none !important;
}
a:hover{
    color:#2f64b1;
    text-decoration:underline
}
a:not([href]):not([class]),a:not([href]):not([class]):hover{
    color:inherit;
    text-decoration:none
}

.list-inline,.list-unstyled{
    list-style:none;
    padding-left:0
}
.list-inline-item{
    display:inline-block
}
.list-inline-item:not(:last-child){
    margin-right:.5rem
}
.initialism{
    font-size:80%;
    text-transform:uppercase
}
.blockquote{
    font-size:1.171875rem;
    margin-bottom:1rem
}
.blockquote>:last-child{
    margin-bottom:0
}
.blockquote-footer{
    color:#6c757d;
    font-size:80%;
    margin-bottom:1rem;
    margin-top:-1rem
}
.blockquote-footer:before{
    content:"— "
}
.img-fluid,.img-thumbnail{
    height:auto;
    max-width:100%
}
.img-thumbnail{
    background-color:#f4f7fc;
    border:1px solid #dee2e6;
    border-radius:.2rem;
    padding:.25rem
}
.figure{
    display:inline-block
}
.figure-img{
    line-height:1;
    margin-bottom:.5rem
}
.figure-caption{
    color:#6c757d;
    font-size:80%
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{
    margin-left:auto;
    margin-right:auto;
    padding-left:var(--bs-gutter-x,1.25rem);
    padding-right:var(--bs-gutter-x,1.25rem);
    width:100%
}
@media(min-width:576px){
    .container,.container-sm{
        max-width:540px
    }
}
@media(min-width:768px){
    .container,.container-md,.container-sm{
        max-width:720px
    }
}
@media(min-width:992px){
    .container,.container-lg,.container-md,.container-sm{
        max-width:960px
    }
}
@media(min-width:1200px){
    .container,.container-lg,.container-md,.container-sm,.container-xl{
        max-width:1200px
    }
}

@media(prefers-reduced-motion:reduce){
    .fade{
        transition:none
    }
}
.fade:not(.show){
    opacity:0
}
.collapse:not(.show){
    display:none
}
.collapsing{
    height:0;
    overflow:hidden;
    transition:height .35s ease
}
@media(prefers-reduced-motion:reduce){
    .collapsing{
        transition:none
    }
}
.collapsing.collapse-horizontal{
    height:auto;
    transition:width .35s ease;
    width:0
}
@media(prefers-reduced-motion:reduce){
    .collapsing.collapse-horizontal{
        transition:none
    }
}
.dropdown,.dropend,.dropstart,.dropup{
    position:relative
}
.dropdown-toggle{
    white-space:nowrap
}
.dropdown-toggle:after{
    border-bottom:0;
    border-left:.3em solid transparent;
    border-right:.3em solid transparent;
    border-top:.3em solid;
    content:"";
    margin-left:.255em;
    vertical-align:.255em
}
.dropdown-toggle:empty:after{
    margin-left:0
}
.dropdown-menu{
    background-clip:padding-box;
    background-color:#fff;
    border:1px solid rgba(0,0,0,.15);
    border-radius:.3rem;
    color:#3e4676;
    display:none;
    font-size:1.4rem;
    list-style:none;
    margin:0;
    min-width:10rem;
    padding:.5rem 0;
    position:absolute;
    text-align:left;
    z-index:1000
}
.dropdown-menu[data-bs-popper]{
    left:0;
    margin-top:.125rem;
    top:100%
}
.dropdown-menu-start{
    --bs-position:start
}
.dropdown-menu-start[data-bs-popper]{
    left:0;
    right:auto
}
.dropdown-menu-end{
    --bs-position:end
}
.dropdown-menu-end[data-bs-popper]{
    left:auto;
    right:0
}
@media(min-width:576px){
    .dropdown-menu-sm-start{
        --bs-position:start
    }
    .dropdown-menu-sm-start[data-bs-popper]{
        left:0;
        right:auto
    }
    .dropdown-menu-sm-end{
        --bs-position:end
    }
    .dropdown-menu-sm-end[data-bs-popper]{
        left:auto;
        right:0
    }
}
@media(min-width:768px){
    .dropdown-menu-md-start{
        --bs-position:start
    }
    .dropdown-menu-md-start[data-bs-popper]{
        left:0;
        right:auto
    }
    .dropdown-menu-md-end{
        --bs-position:end
    }
    .dropdown-menu-md-end[data-bs-popper]{
        left:auto;
        right:0
    }
}
@media(min-width:992px){
    .dropdown-menu-lg-start{
        --bs-position:start
    }
    .dropdown-menu-lg-start[data-bs-popper]{
        left:0;
        right:auto
    }
    .dropdown-menu-lg-end{
        --bs-position:end
    }
    .dropdown-menu-lg-end[data-bs-popper]{
        left:auto;
        right:0
    }
}
@media(min-width:1200px){
    .dropdown-menu-xl-start{
        --bs-position:start
    }
    .dropdown-menu-xl-start[data-bs-popper]{
        left:0;
        right:auto
    }
    .dropdown-menu-xl-end{
        --bs-position:end
    }
    .dropdown-menu-xl-end[data-bs-popper]{
        left:auto;
        right:0
    }
}
@media(min-width:1440px){
    .dropdown-menu-xxl-start{
        --bs-position:start
    }
    .dropdown-menu-xxl-start[data-bs-popper]{
        left:0;
        right:auto
    }
    .dropdown-menu-xxl-end{
        --bs-position:end
    }
    .dropdown-menu-xxl-end[data-bs-popper]{
        left:auto;
        right:0
    }
}
.dropup .dropdown-menu[data-bs-popper]{
    bottom:100%;
    margin-bottom:.125rem;
    margin-top:0;
    top:auto
}
.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
}
.dropup .dropdown-toggle:empty:after{
    margin-left:0
}
.dropend .dropdown-menu[data-bs-popper]{
    left:100%;
    margin-left:.125rem;
    margin-top:0;
    right:auto;
    top:0
}
.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
}
.dropend .dropdown-toggle:empty:after{
    margin-left:0
}
.dropend .dropdown-toggle:after{
    vertical-align:0
}
.dropstart .dropdown-menu[data-bs-popper]{
    left:auto;
    margin-right:.125rem;
    margin-top:0;
    right:100%;
    top:0
}
.dropstart .dropdown-toggle:after{
    content:"";
    display:inline-block;
    display:none;
    margin-left:.255em;
    vertical-align:.255em
}
.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
}
.dropstart .dropdown-toggle:empty:after{
    margin-left:0
}
.dropstart .dropdown-toggle:before{
    vertical-align:0
}
.dropdown-divider{
    border-top:1px solid rgba(0,0,0,.15);
    height:0;
    margin:.5rem 0;
    overflow:hidden
}
.dropdown-item{
    background-color:transparent;
    border:0;
    clear:both;
    color:#495057;
    display:block;
    font-weight:400;
    padding:.35rem 1.5rem;
    text-align:inherit;
    white-space:nowrap;
    width:100%
}
.dropdown-item:focus,.dropdown-item:hover{
    background-color:#f8f9fa;
    color:#42484e;
    text-decoration:none
}
.dropdown-item.active,.dropdown-item:active{
    background-color:#3b7ddd;
    color:#fff;
    text-decoration:none
}
.dropdown-item.disabled,.dropdown-item:disabled{
    background-color:transparent;
    color:#adb5bd;
    pointer-events:none
}
.dropdown-menu.show{
    display:block
}
.dropdown-header{
    color:#6c757d;
    display:block;
    font-size:.75rem;
    margin-bottom:0;
    padding:.5rem 1.5rem;
    white-space:nowrap
}
.dropdown-item-text{
    color:#495057;
    display:block;
    padding:.35rem 1.5rem
}
.dropdown-menu-dark{
    background-color:#343a40;
    border-color:rgba(0,0,0,.15);
    color:#dee2e6
}
.dropdown-menu-dark .dropdown-item{
    color:#dee2e6
}
.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{
    background-color:hsla(0,0%,100%,.15);
    color:#fff
}
.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{
    background-color:#3b7ddd;
    color:#fff
}
.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{
    color:#adb5bd
}
.dropdown-menu-dark .dropdown-divider{
    border-color:rgba(0,0,0,.15)
}
.dropdown-menu-dark .dropdown-item-text{
    color:#dee2e6
}
.dropdown-menu-dark .dropdown-header{
    color:#adb5bd
}



.dropdown-toggle-split{
    padding-left:.525rem;
    padding-right:.525rem
}
.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{
    margin-left:0
}
.dropstart .dropdown-toggle-split:before{
    margin-right:0
}


.nav{
    display:flex;
    flex-wrap:wrap;
    list-style:none;
    margin-bottom:0;
    padding-left:0
}
.nav-link{
    color:#3b7ddd;
    display:block;
    padding:.5rem 1rem;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}
@media(prefers-reduced-motion:reduce){
    .nav-link{
        transition:none
    }
}
.nav-link:focus,.nav-link:hover{
    color:#2f64b1;
    text-decoration:none
}
.nav-link.disabled{
    color:#6c757d;
    cursor:default;
    pointer-events:none
}
.nav-tabs{
    border-bottom:1px solid #dee2e6
}
.nav-tabs .nav-link{
    background:none;
    border:1px solid transparent;
    border-top-left-radius:.2rem;
    border-top-right-radius:.2rem;
    margin-bottom:-1px
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{
    border-color:#e9ecef #e9ecef #dee2e6;
    isolation:isolate
}
.nav-tabs .nav-link.disabled{
    background-color:transparent;
    border-color:transparent;
    color:#6c757d
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{
    background-color:#f4f7fc;
    border-color:#dee2e6 #dee2e6 #f4f7fc;
    color:#495057
}
.nav-tabs .dropdown-menu{
    border-top-left-radius:0;
    border-top-right-radius:0;
    margin-top:-1px
}
.nav-pills .nav-link{
    background:none;
    border:0;
    border-radius:.2rem
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
    background-color:#3b7ddd;
    color:#fff
}
.nav-fill .nav-item,.nav-fill>.nav-link{
    flex:1 1 auto;
    text-align:center
}
.nav-justified .nav-item,.nav-justified>.nav-link{
    flex-basis:0;
    flex-grow:1;
    text-align:center
}
.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{
    width:100%
}
.tab-content>.tab-pane{
    display:none
}
.tab-content>.active{
    display:block
}
.navbar{
    align-items:center;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:0 1rem;
    position:relative
}
.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl{
    align-items:center;
    display:flex;
    flex-wrap:inherit;
    justify-content:space-between
}
.navbar-brand{
    font-size:1.125rem;
    margin-right:1rem;
    padding-bottom:.359375rem;
    padding-top:.359375rem;
    white-space:nowrap
}
.navbar-brand:focus,.navbar-brand:hover{
    text-decoration:none
}
.navbar-nav{
    display:flex;
    flex-direction:column;
    list-style:none;
    margin-bottom:0;
    padding-left:0
}
.navbar-nav .nav-link{
    padding-left:0;
    padding-right:0
}
.navbar-nav .dropdown-menu{
    position:static
}
.navbar-text{
    padding-bottom:.5rem;
    padding-top:.5rem
}
.navbar-collapse{
    align-items:center;
    flex-basis:100%;
    flex-grow:1
}
.navbar-toggler{
    background-color:transparent;
    border:1px solid transparent;
    border-radius:.2rem;
    font-size:1.125rem;
    line-height:1;
    padding:.25rem .75rem;
    transition:box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce){
    .navbar-toggler{
        transition:none
    }
}
.navbar-toggler:hover{
    text-decoration:none
}
.navbar-toggler:focus{
    box-shadow:0 0 0 .2rem;
    outline:0;
    text-decoration:none
}
.navbar-toggler-icon{
    background-position:50%;
    background-repeat:no-repeat;
    background-size:100%;
    display:inline-block;
    height:1.5em;
    vertical-align:middle;
    width:1.5em
}
.navbar-nav-scroll{
    max-height:var(--bs-scroll-height,75vh);
    overflow-y:auto
}
@media(min-width:576px){
    .navbar-expand-sm{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    .navbar-expand-sm .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link{
        padding-left:.5rem;
        padding-right:.5rem
    }
    .navbar-expand-sm .navbar-nav-scroll{
        overflow:visible
    }
    .navbar-expand-sm .navbar-collapse{
        display:flex!important;
        ;
        flex-basis:auto
    }
    .navbar-expand-sm .navbar-toggler,.navbar-expand-sm .offcanvas-header{
        display:none
    }
    .navbar-expand-sm .offcanvas{
        background-color:transparent;
        border-left:0;
        border-right:0;
        bottom:0;
        flex-grow:1;
        position:inherit;
        transform:none;
        transition:none;
        visibility:visible!important;
        ;
        z-index:1000
    }
    .navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{
        border-bottom:0;
        border-top:0;
        height:auto
    }
    .navbar-expand-sm .offcanvas-body{
        display:flex;
        flex-grow:0;
        overflow-y:visible;
        padding:0
    }
}
@media(min-width:768px){
    .navbar-expand-md{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    .navbar-expand-md .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding-left:.5rem;
        padding-right:.5rem
    }
    .navbar-expand-md .navbar-nav-scroll{
        overflow:visible
    }
    .navbar-expand-md .navbar-collapse{
        display:flex!important;
        ;
        flex-basis:auto
    }
    .navbar-expand-md .navbar-toggler,.navbar-expand-md .offcanvas-header{
        display:none
    }
    .navbar-expand-md .offcanvas{
        background-color:transparent;
        border-left:0;
        border-right:0;
        bottom:0;
        flex-grow:1;
        position:inherit;
        transform:none;
        transition:none;
        visibility:visible!important;
        ;
        z-index:1000
    }
    .navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{
        border-bottom:0;
        border-top:0;
        height:auto
    }
    .navbar-expand-md .offcanvas-body{
        display:flex;
        flex-grow:0;
        overflow-y:visible;
        padding:0
    }
}
@media(min-width:992px){
    .navbar-expand-lg{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    .navbar-expand-lg .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-left:.5rem;
        padding-right:.5rem
    }
    .navbar-expand-lg .navbar-nav-scroll{
        overflow:visible
    }
    .navbar-expand-lg .navbar-collapse{
        display:flex!important;
        ;
        flex-basis:auto
    }
    .navbar-expand-lg .navbar-toggler,.navbar-expand-lg .offcanvas-header{
        display:none
    }
    .navbar-expand-lg .offcanvas{
        background-color:transparent;
        border-left:0;
        border-right:0;
        bottom:0;
        flex-grow:1;
        position:inherit;
        transform:none;
        transition:none;
        visibility:visible!important;
        ;
        z-index:1000
    }
    .navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{
        border-bottom:0;
        border-top:0;
        height:auto
    }
    .navbar-expand-lg .offcanvas-body{
        display:flex;
        flex-grow:0;
        overflow-y:visible;
        padding:0
    }
}
@media(min-width:1200px){
    .navbar-expand-xl{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    .navbar-expand-xl .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link{
        padding-left:.5rem;
        padding-right:.5rem
    }
    .navbar-expand-xl .navbar-nav-scroll{
        overflow:visible
    }
    .navbar-expand-xl .navbar-collapse{
        display:flex!important;
        ;
        flex-basis:auto
    }
    .navbar-expand-xl .navbar-toggler,.navbar-expand-xl .offcanvas-header{
        display:none
    }
    .navbar-expand-xl .offcanvas{
        background-color:transparent;
        border-left:0;
        border-right:0;
        bottom:0;
        flex-grow:1;
        position:inherit;
        transform:none;
        transition:none;
        visibility:visible!important;
        ;
        z-index:1000
    }
    .navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{
        border-bottom:0;
        border-top:0;
        height:auto
    }
    .navbar-expand-xl .offcanvas-body{
        display:flex;
        flex-grow:0;
        overflow-y:visible;
        padding:0
    }
}
@media(min-width:1440px){
    .navbar-expand-xxl{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    .navbar-expand-xxl .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-xxl .navbar-nav .nav-link{
        padding-left:.5rem;
        padding-right:.5rem
    }
    .navbar-expand-xxl .navbar-nav-scroll{
        overflow:visible
    }
    .navbar-expand-xxl .navbar-collapse{
        display:flex!important;
        ;
        flex-basis:auto
    }
    .navbar-expand-xxl .navbar-toggler,.navbar-expand-xxl .offcanvas-header{
        display:none
    }
    .navbar-expand-xxl .offcanvas{
        background-color:transparent;
        border-left:0;
        border-right:0;
        bottom:0;
        flex-grow:1;
        position:inherit;
        transform:none;
        transition:none;
        visibility:visible!important;
        ;
        z-index:1000
    }
    .navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{
        border-bottom:0;
        border-top:0;
        height:auto
    }
    .navbar-expand-xxl .offcanvas-body{
        display:flex;
        flex-grow:0;
        overflow-y:visible;
        padding:0
    }
}
.navbar-expand{
    flex-wrap:nowrap;
    justify-content:flex-start
}
.navbar-expand .navbar-nav{
    flex-direction:row
}
.navbar-expand .navbar-nav .dropdown-menu{
    position:absolute
}
.navbar-expand .navbar-nav .nav-link{
    padding-left:.5rem;
    padding-right:1rem
}
.navbar-expand .navbar-nav-scroll{
    overflow:visible
}
.navbar-expand .navbar-collapse{
    display:flex!important;
    ;
    flex-basis:auto
}
.navbar-expand .navbar-toggler,.navbar-expand .offcanvas-header{
    display:none
}
.navbar-expand .offcanvas{
    background-color:transparent;
    border-left:0;
    border-right:0;
    bottom:0;
    flex-grow:1;
    position:inherit;
    transform:none;
    transition:none;
    visibility:visible!important;
    ;
    z-index:1000
}
.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{
    border-bottom:0;
    border-top:0;
    height:auto
}
.navbar-expand .offcanvas-body{
    display:flex;
    flex-grow:0;
    overflow-y:visible;
    padding:0
}
.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{
    color:rgba(0,0,0,.9)
}
.navbar-light .navbar-nav .nav-link{
    color:rgba(0,0,0,.55)
}
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{
    color:rgba(0,0,0,.7)
}
.navbar-light .navbar-nav .nav-link.disabled{
    color:rgba(0,0,0,.3)
}
.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{
    color:rgba(0,0,0,.9)
}
.navbar-light .navbar-toggler{
    border-color:rgba(0,0,0,.1);
    color:rgba(0,0,0,.55)
}
.navbar-light .navbar-toggler-icon{
    background-image: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")
}
.navbar-light .navbar-text{
    color:rgba(0,0,0,.55)
}
.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{
    color:rgba(0,0,0,.9)
}
.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{
    color:#fff
}
.navbar-dark .navbar-nav .nav-link{
    color:hsla(0,0%,100%,.55)
}
.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{
    color:hsla(0,0%,100%,.75)
}
.navbar-dark .navbar-nav .nav-link.disabled{
    color:hsla(0,0%,100%,.25)
}
.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{
    color:#fff
}
.navbar-dark .navbar-toggler{
    border-color:hsla(0,0%,100%,.1);
    color:hsla(0,0%,100%,.55)
}
.navbar-dark .navbar-toggler-icon{
    background-image: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")
}
.navbar-dark .navbar-text{
    color:hsla(0,0%,100%,.55)
}
.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{
    color:#fff
}

.card>hr{
    margin-left:0;
    margin-right:0
}
.card>.list-group{
    border-bottom:inherit;
    border-top:inherit
}
.card>.list-group:first-child{
    border-top-left-radius:.2rem;
    border-top-right-radius:.2rem;
    border-top-width:0
}
.card>.list-group:last-child{
    border-bottom-left-radius:.2rem;
    border-bottom-right-radius:.2rem;
    border-bottom-width:0
}
.card>.card-header+.list-group,.card>.list-group+.card-footer{
    border-top:0
}
.card-body{
    flex:1 1 auto;
    padding:1.80rem
}
.card-title{
    margin-top: 5px;
    margin-bottom: 5px;

}
.card-subtitle{
    margin-top:-.25rem
}
.card-subtitle,.card-text:last-child{
    margin-bottom:0
}
.card-link:hover{
    text-decoration:none
}
.card-link+.card-link{
    margin-left:1.25rem
}
.card-header{
    background-color:#fff;
    border-bottom:0 solid rgba(0,0,0,.125);
    margin-bottom:0;
    padding:.75rem 1.25rem
}
.card-header:first-child{
    border-radius:.2rem .2rem 0 0
}
.card-footer{
    background-color:#fff;
    border-top:0 solid rgba(0,0,0,.125);
    padding:.75rem 1.25rem
}
.card-footer:last-child{
    border-radius:0 0 .2rem .2rem
}
.card-header-tabs{
    border-bottom:0;
    margin-bottom:-.75rem;
    margin-left:-.625rem;
    margin-right:-.625rem
}
.card-header-tabs .nav-link.active{
    background-color:#fff;
    border-bottom-color:#fff
}
.card-header-pills{
    margin-left:-.625rem;
    margin-right:-.625rem
}
.card-img-overlay{
    border-radius:.2rem;
    bottom:0;
    left:0;
    padding:1rem;
    position:absolute;
    right:0;
    top:0
}
.card-img,.card-img-bottom,.card-img-top{
    width:100%
}
.card-img,.card-img-top{
    border-top-left-radius:.2rem;
    border-top-right-radius:.2rem
}
.card-img,.card-img-bottom{
    border-bottom-left-radius:.2rem;
    border-bottom-right-radius:.2rem
}
.card-group>.card{
    margin-bottom:.75rem
}
@media(min-width:576px){
    .card-group{
        display:flex;
        flex-flow:row wrap
    }
    .card-group>.card{
        flex:1 0 0%;
        margin-bottom:0
    }
    .card-group>.card+.card{
        border-left:0;
        margin-left:0
    }
    .card-group>.card:not(:last-child){
        border-bottom-right-radius:0;
        border-top-right-radius:0
    }
    .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{
        border-top-right-radius:0
    }
    .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{
        border-bottom-right-radius:0
    }
    .card-group>.card:not(:first-child){
        border-bottom-left-radius:0;
        border-top-left-radius:0
    }
    .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{
        border-top-left-radius:0
    }
    .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{
        border-bottom-left-radius:0
    }
}

.breadcrumb{
    background-color:transparent;
    display:flex;
    flex-wrap:wrap;
    list-style:none;
    margin-bottom:1rem;
    padding:0
}
.breadcrumb-item+.breadcrumb-item{
    padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item:before{
    color:#ced4da;
    content:var(--bs-breadcrumb-divider,"/");
    float:left;
    padding-right:.5rem
}

@-webkit-keyframes progress-bar-stripes{
    0%{
        background-position-x:1rem
    }
}
@keyframes progress-bar-stripes{
    0%{
        background-position-x:1rem
    }
}




.avatar{
    height:40px;
    width:40px
}
.avatar-title{
    align-items:center;
    color:#fff;
    display:flex;
    height:100%;
    justify-content:center;
    width:100%
}
.badge{
    color:#fff
}
.badge.rounded-pill{
    padding-left:.65em;
    padding-right:.65em
}
.breadcrumb-item a{
    color:#525252;
    font-weight:400
}
.breadcrumb-item.active{
    color:#525252;
    font-weight:500
}
.btn-pill{
    border-radius:10rem
}
.btn-square{
    border-radius:0
}
.btn-link:not(:hover){
    text-decoration:none
}
.btn .feather{
    height:14px;
    width:14px
}

.card{
    margin-bottom:1.8rem
}
a.card{
    cursor:pointer;
    text-decoration:none
}
.card-header{
    background:transparent
}
.card-body{
    padding-top:.75rem
}
.card-title,.card-title a{
    color:#5e5e5e;
    font-size:1.6rem;
    line-height:1.5;
    font-weight: 500;
}
.card-subtitle{
    font-weight:400
}
.card-table{
    margin-bottom:0
}
.card-table tr td:first-child,.card-table tr th:first-child{
    padding-left:1.25rem
}
.card-table tr td:last-child,.card-table tr th:last-child{
    padding-right:1.25rem
}
.card-img,.card-img-bottom,.card-img-top{
    height:auto;
    max-width:100%
}
@media (-ms-high-contrast:none){
    .card-img,.card-img-bottom,.card-img-top{
        height:100%
    }
}
.card-actions a{
    color:#3e4676;
    text-decoration:none
}
.card-actions svg{
    height:16px;
    width:16px
}
.card-actions .dropdown{
    line-height:1.4
}
.card-img-hover{
    transition:all .1s ease-in-out
}
.card-img-hover:hover{
    transform:scale(1.035)
}
.chart{
    margin:auto;
    min-height:300px;
    position:relative;
    width:100%
}

@media(min-width:768px){
    .collapse.collapse-disabled-md{
        display:block;
        height:auto!important;
        ;
        visibility:visible
    }
}
.content{
    flex:1;
    margin-top:1rem;
    padding:0 .5rem
}
@media(min-width:992px){
    .content{
        padding:0 1.5rem
    }
}
.navbar-nav .dropdown-menu{
    box-shadow:0 0 2rem 0 rgba(0,0,0,.05)
}
.dropdown .dropdown-menu.show{
    -webkit-animation-duration:.5s;
    animation-duration:.5s;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-name:dropdownAnimation;
    animation-name:dropdownAnimation;
    -webkit-animation-timing-function:ease;
    animation-timing-function:ease
}
@-webkit-keyframes dropdownAnimation{
    0%{
        opacity:0;
        transform:translateY(-8px)
    }
    to{
        opacity:1;
        transform:translateY(0)
    }
}
@keyframes dropdownAnimation{
    0%{
        opacity:0;
        transform:translateY(-8px)
    }
    to{
        opacity:1;
        transform:translateY(0)
    }
}
.dropdown-toggle:after{
    border:solid;
    border-width:0 2px 2px 0;
    display:inline-block;
    padding:2px;
    transform:rotate(45deg)
}
.dropdown-item{
    transition:background .1s ease-in-out,color .1s ease-in-out
}
.dropdown-menu-lg{
    min-width:30rem
}
.dropdown .list-group .list-group-item{
    border-width:0 0 1px;
    margin-bottom:0
}
.dropdown .list-group .list-group-item:first-child,.dropdown .list-group .list-group-item:last-child{
    border-radius:0
}
.dropdown .list-group .list-group-item:hover{
    background:#f8f9fa
}
.dropdown-menu-header{
    border-bottom:1px solid #dee2e6;
    font-weight:500;
    padding:.75rem;
    text-align:center
}
.dropdown-menu-footer{
    display:block;
    font-size:1rem;
    padding:.5rem;
    text-align:center
}
.feather{
    height:16px;
    width:16px
}
.footer{
    padding:1rem .5rem
}
@media(min-width:992px){
    .footer{
        padding:1rem 1.5rem
    }
}
.footer ul{
    margin-bottom:0
}

@media(min-width:1440px){
    /* .container-fluid,.container-lg,.container-md,.container-sm,.container-xl{
        width:95%
    } */
}
.hamburger,.hamburger:after,.hamburger:before{
    background:hsla(0,0%,100%,.75);
    content:"";
    cursor:pointer;
    display:block;
    height:2px;
    transition:background .1s ease-in-out,color .1s ease-in-out;
    width:20px
}
.hamburger{
    position:relative
}
.hamburger:before{
    position:absolute;
    top:-6.5px;
    width:20px
}
.hamburger:after{
    bottom:-6.5px;
    position:absolute;
    width:20px
}
.sidebar-toggle:hover .hamburger,.sidebar-toggle:hover .hamburger:after,.sidebar-toggle:hover .hamburger:before{
    background:#555555
}
.hamburger-right,.hamburger-right:after,.hamburger-right:before{
    right:0
}
.header{
    margin-bottom: 1.7rem;
    position:relative
}
.header-title{
    color:#4a4a4a;
    font-size:2.640625rem
}
.header-subtitle{
    color:#fff;
    font-size:1.5rem
}

.main{
    display:flex;
    flex-direction:column;
    min-height:100vh;
    min-width:0;
    transition:margin-left .3s ease-in-out,left .3s ease-in-out,margin-right .3s ease-in-out,right .3s ease-in-out;
    width:100%
}
@media(max-width:767.98px){
    .content .container-fluid:first-child {
        overflow-y: scroll;    
        height: 74vh!important;
        min-height: calc(100vh - 315px)!important;
        overflow-x: hidden;
    }
    .main{
        min-width:100vw;
        overflow-y:hidden;
        width:100vw
    }
    .container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{
        padding-left:var(--bs-gutter-x,0rem);
        padding-right:var(--bs-gutter-x,0rem);

    }
}

.nav-link-sm{
    padding:.25rem .5rem
}
.nav-link-lg{
    padding:.75rem 1.5rem
}
.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{
    padding-left:0;
    padding-right:0
}
.navbar .nav-item{
    line-height:3rem
}
.navbar .nav-item a{
    text-decoration:none
}
.navbar .nav-item a:focus{
    outline:0
}
.navbar .nav-item .dropdown-menu{
    line-height:1.5
}

.navbar .nav-item .nav-link .fab,.navbar .nav-item .nav-link .fal,.navbar .nav-item .nav-link .far,.navbar .nav-item .nav-link .fas{
    font-size:1.125rem
}
.navbar .nav-item .nav-link:after{
    display:none
}
@media(max-width:575.98px){
    .navbar{
        padding-left:.75rem;
        padding-right:.75rem
    }
    .dropdown,.dropleft,.dropright,.dropup{
        position:inherit
    }
    .navbar-expand .navbar-nav .dropdown-menu-lg{
        min-width:100%
    }
}
.navbar-brand svg{
    fill:#518be1;
    height:32px;
    width:32px
}
.navbar-theme .navbar-brand,.navbar-theme .navbar-brand:hover{
    color:#fff
}
.navbar-theme .navbar-nav .nav-link{
    color:hsla(0,0%,100%,.75)
}
.navbar-theme .navbar-nav .nav-link:hover{
    color:#fff
}
.navbar-theme .navbar-nav .nav-link.disabled{
    color:hsla(0,0%,100%,.5)
}
.navbar-theme .navbar-nav .active>.nav-link,.navbar-theme .navbar-nav .nav-link.active,.navbar-theme .navbar-nav .nav-link.show,.navbar-theme .navbar-nav .show>.nav-link{
    color:#fff
}
.navbar-theme .navbar-toggler{
    border-color:hsla(0,0%,100%,.1);
    color:hsla(0,0%,100%,.75)
}
.navbar-theme .navbar-toggler-icon{
    background-image:str-replace(url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"),"#","%23")
}
.navbar-theme .navbar-text{
    color:hsla(0,0%,100%,.75)
}
.navbar-theme .navbar-text a,.navbar-theme .navbar-text a:hover{
    color:#fff
}
.nav-item .indicator{
    background:#fd7e14;
    border-radius:50%;
    box-shadow:0 0 2rem 0 rgba(0,0,0,.05);
    display:block;
    height:9px;
    position:absolute;
    right:0;
    top:18px;
    transition:top .1s ease-out;
    width:9px
}
.nav-item:hover .indicator{
    top:15px
}
.nav-item a:focus{
    outline:0
}
body,html{
    height:100%
}
body{
    opacity:1!important;
    ;
    overflow-y:scroll
}
@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){
    html{
        overflow-x:hidden
    }
}
.sidebar{
    background:transparent;
    border-right:0;
    box-shadow:0 0 2rem 0 rgba(0,0,0,.05);
    max-width:250px;
    min-width:250px;
    transition:margin-left .3s ease-in-out,left .3s ease-in-out,margin-right .3s ease-in-out,right .3s ease-in-out;
    z-index:1
}
.sidebar-brand,.sidebar-brand:hover{
    background:#ffffff;
    color:#fff;
    display:block;
    font-size:1.175rem;
    font-weight:500;
    padding:1rem;
    text-decoration:none;
    width:100%
}
.sidebar-brand svg,.sidebar-brand:hover svg{
    fill:#5c93e3;
    height:32px;
    margin-right:.25rem;
    width:32px
}
.sidebar-user{
    background:#fff;
    color:#153d77;
    padding:1.5rem 1rem 1rem;
    text-align:center
}
.sidebar-user img{
    height:64px;
    width:64px
}
.sidebar-content{
    height:100%;
    min-height:100%;
    transition:margin-left .3s ease-in-out,left .3s ease-in-out,margin-right .3s ease-in-out,right .3s ease-in-out
}
.sidebar-content,.sidebar-nav{
    background:#fff;
    display:flex;
    flex-direction:column
}
.sidebar-nav{
    flex:1;
    justify-content:flex-start;
    list-style:none;
    margin-bottom:0;
    padding-left:0
}
.sidebar-nav>.sidebar-item{
    position: relative;
}

.sidebar-nav>.sidebar-item.active:after, .sidebar-nav .sidebar-item:hover:after{
    width: 5px;
    transition: all 0.3s ease;
}
.sidebar-nav>.sidebar-item.active:after{
    top: 5px;
}

.sidebar-link .fab,.sidebar-link .fal,.sidebar-link .far,.sidebar-link .fas,.sidebar-link svg,a.sidebar-link .fab,a.sidebar-link .fal,a.sidebar-link .far,a.sidebar-link .fas,a.sidebar-link svg{
    color:#153d77;
    margin-right:.75rem
}
.sidebar-link:focus{
    outline:0
}
.sidebar-link:hover{
    background:#fff;
    color:#4a4a4a!important
}
.sidebar-link:hover .fab,.sidebar-link:hover .fal,.sidebar-link:hover .far,.sidebar-link:hover .fas,.sidebar-link:hover svg{
    color:#153d77
}




.sidebar-item.active,.sidebar-item.active>.sidebar-link{

    font-size: 14px;
}
.sidebar-item.active .sidebar-link:hover .fab,.sidebar-item.active .sidebar-link:hover .fal,.sidebar-item.active .sidebar-link:hover .far,.sidebar-item.active .sidebar-link:hover .fas,.sidebar-item.active .sidebar-link:hover svg,.sidebar-item.active>.sidebar-link .fab,.sidebar-item.active>.sidebar-link .fal,.sidebar-item.active>.sidebar-link .far,.sidebar-item.active>.sidebar-link .fas,.sidebar-item.active>.sidebar-link svg{
    color:#153d77
}
.sidebar-dropdown .sidebar-link{
    background:#fff;
    color:#6c757d;
    font-size:90%;
    font-weight:400;
    margin:0 .5rem;
    padding:1rem 1.5rem .35rem 2.75rem
}
.sidebar-dropdown .sidebar-item .sidebar-link:hover,.sidebar-dropdown .sidebar-item.active .sidebar-link{
    background:#fff;
    color:#212529;
    font-weight:400;
    color: rgb(73, 190, 255)!important;
}
.sidebar [data-bs-toggle=collapse]{
    position:relative
}
.sidebar [data-bs-toggle=collapse]:before{
    border:solid;
    border-width:0 .15rem .15rem 0;
    content:" ";
    display:inline-block;
    padding:2.5px;
    position:absolute;
    right:1.25rem;
    top:1.9rem;
    transform:rotate(-45deg);
    transition:all .2s ease-out;
}

.sidebar [aria-expanded=true]:before,.sidebar [data-bs-toggle=collapse]:not(.collapsed):before{
    transform:rotate(45deg)
}
.sidebar-toggle{
    cursor:pointer;
    height:26px;
    margin-left:.5rem;
    width:40px
}
.sidebar.toggled{
    margin-left:-250px
}
.sidebar.toggled .sidebar-content{
    left:-250px
}
@media(min-width:1px)and (max-width:991.98px){
    .sidebar{
        margin-left:-269px
    }
    .sidebar .sidebar-content{
        left:-250px
    }
    .sidebar.toggled{
        margin-left:0
    }
    .sidebar.toggled .sidebar-content{
        left:0
    }
    .sidebar-collapsed{
        margin-left:0
    }
    .sidebar-collapsed .sidebar-content{
        left:0
    }
    .sidebar-collapsed.toggled{
        margin-left:-250px
    }
    .sidebar-collapsed.toggled .sidebar-content{
        left:-250px
    }
}
.sidebar-header{
    background:transparent;
    color:#adb5bd;
    font-size:.75rem;
    font-weight:500;
    padding:.375rem 1.5rem;
    text-transform:none
}
.sidebar-badge{
    position:absolute;
    right:15px;
    top:13px
}
.sidebar-dropdown .sidebar-badge{
    top:7px
}
.splash{
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.splash .splash-icon{
    background:#153d77;
    display:block;
    height:100%;
    pointer-events:none;
    position:fixed;
    right:0;
    top:0;
    transform:translateX(0) translateY(-100%);
    transition:transform .5s;
    width:100%;
    z-index:100
}
.splash.active .splash-icon{
    transform:translateX(0) translateY(0)
}
.splash.active .splash-icon:after{
    -webkit-animation:splash-spinner 1.2s linear infinite;
    animation:splash-spinner 1.2s linear infinite;
    border:5px solid #fff;
    border-radius:50%;
    border-top-color:rgba(0,0,0,.2);
    box-sizing:border-box;
    content:"";
    display:block;
    height:40px;
    left:50%;
    margin-left:-20px;
    position:absolute;
    top:50%;
    width:40px
}
@-webkit-keyframes splash-spinner{
    0%{
        transform:rotate(0deg)
    }
    to{
        transform:rotate(359deg)
    }
}
@keyframes splash-spinner{
    0%{
        transform:rotate(0deg)
    }
    to{
        transform:rotate(359deg)
    }
}
.table tbody,.table td,.table tfoot,.table th,.table thead,.table tr{
    border-color:#dee2e6
}
.card>.dataTables_wrapper .table.dataTable,.card>.table,.card>.table-responsive .table,.card>.table-responsive-lg .table,.card>.table-responsive-md .table,.card>.table-responsive-sm .table,.card>.table-responsive-xl .table{
    border-bottom:0;
    border-left:0;
    border-right:0;
    margin-bottom:0
}
.card>.dataTables_wrapper .table.dataTable td:first-child,.card>.dataTables_wrapper .table.dataTable th:first-child,.card>.table td:first-child,.card>.table th:first-child,.card>.table-responsive .table td:first-child,.card>.table-responsive .table th:first-child,.card>.table-responsive-lg .table td:first-child,.card>.table-responsive-lg .table th:first-child,.card>.table-responsive-md .table td:first-child,.card>.table-responsive-md .table th:first-child,.card>.table-responsive-sm .table td:first-child,.card>.table-responsive-sm .table th:first-child,.card>.table-responsive-xl .table td:first-child,.card>.table-responsive-xl .table th:first-child{
    border-left:0;
    padding-left:1.25rem
}
.card>.dataTables_wrapper .table.dataTable td:last-child,.card>.dataTables_wrapper .table.dataTable th:last-child,.card>.table td:last-child,.card>.table th:last-child,.card>.table-responsive .table td:last-child,.card>.table-responsive .table th:last-child,.card>.table-responsive-lg .table td:last-child,.card>.table-responsive-lg .table th:last-child,.card>.table-responsive-md .table td:last-child,.card>.table-responsive-md .table th:last-child,.card>.table-responsive-sm .table td:last-child,.card>.table-responsive-sm .table th:last-child,.card>.table-responsive-xl .table td:last-child,.card>.table-responsive-xl .table th:last-child{
    border-right:0;
    padding-right:1.25rem
}
.card>.dataTables_wrapper .table.dataTable tr:first-child td,.card>.dataTables_wrapper .table.dataTable tr:first-child th,.card>.table tr:first-child td,.card>.table tr:first-child th,.card>.table-responsive .table tr:first-child td,.card>.table-responsive .table tr:first-child th,.card>.table-responsive-lg .table tr:first-child td,.card>.table-responsive-lg .table tr:first-child th,.card>.table-responsive-md .table tr:first-child td,.card>.table-responsive-md .table tr:first-child th,.card>.table-responsive-sm .table tr:first-child td,.card>.table-responsive-sm .table tr:first-child th,.card>.table-responsive-xl .table tr:first-child td,.card>.table-responsive-xl .table tr:first-child th{
    border-top:0
}
.card>.dataTables_wrapper .table.dataTable tr:last-child td,.card>.table tr:last-child td,.card>.table-responsive .table tr:last-child td,.card>.table-responsive-lg .table tr:last-child td,.card>.table-responsive-md .table tr:last-child td,.card>.table-responsive-sm .table tr:last-child td,.card>.table-responsive-xl .table tr:last-child td{
    border-bottom:0
}
.card .card-header+.table{
    border-top:0
}

.card>.dataTables_wrapper .table.dataTable{
    margin-bottom:0!important;
    ;
    margin-top:0!important;
}
.card>.dataTables_wrapper .dataTables_info{
    padding:1rem 1.25rem
}
.card>.dataTables_wrapper .dataTables_paginate{
    padding:.6rem 1.25rem
}

.text-sm{
    font-size:.75rem
}
.text-lg{
    font-size:1.125rem
}
b,strong{
    font-weight:500
}
pre.snippet{
    word-wrap:break-word;
    text-align:justify;
    white-space:pre-wrap
}
.wrapper{
    align-items:stretch;
    display:flex;
    overflow:hidden;
    position:relative;
    width:100%
}
/* .wrapper:before{
    background:#153d77;
    content:" ";
    height:264px;
    left:0;
    position:absolute;
    top:0;
    width:100%
} */
.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);
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
    font-size: initial;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.rounded-circle {
    border-radius: 5px!important;
}
.fw-bold {
    font-weight: 500!important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
}
.sidebar-link, a.sidebar-link {
    background: transparent;
    border-radius: 0.2rem;
    color: #6c757d;
    cursor: pointer;
    display: block;
    font-weight: 400;
    margin: 0 .8rem;
    padding: .6rem 0.75rem;
    position: relative;
    text-decoration: none;
    transition: background .1s ease-in-out;
}
.sidebar-item a.sidebar-link i{
    color: #545454!important;
}
.me-3 {
    margin-right: 1rem!important;
    margin-left: 0.6rem;
}
.list-inline, .list-unstyled {
    list-style: none;
    padding-left: 16px;
}
.sidebar-header {
    background: transparent;
    color: #adb5bd;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.375rem 2rem;
    text-transform: none;
}
.sidebar-brand, .sidebar-brand:hover {
    color: #fff;
    display: block;
    font-size: 2.175rem;
    font-weight: 500;
    padding: 0.25rem 1rem 1.5rem 1rem;
    text-decoration: none;
    width: 100%;
}
.ms-auto {
    margin-left: auto!important;
}

element.style {
}
.align-items-center {
    align-items: center!important;
}
.g-0, .gy-0 {
    /* --bs-gutter-y: 0; */
}
.g-0, .gx-0 {
    --bs-gutter-x: 0;
}
.navbar .nav-item .nav-link .fab, .navbar .nav-item .nav-link .fal, .navbar .nav-item .nav-link .far, .navbar .nav-item .nav-link .fa {
    font-size: 2rem;
}
.navbar .nav-item {
    line-height: 3rem !important;
}

@media (min-width: 768px){
    .navbar-nav > li > a {
        padding-top: 22px!important;
        padding-bottom: 19px!important;
    }

}
@media (max-width: 768px){
    #myChart1{
        width:100%!important;
    }
}
.badge.up {
    position: relative;
    top: -13px;
    /* padding: 3px 6px; */
    margin-left: -10px;
}
.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
@media (min-width: 1200px){
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
.d-flex {
    display: flex!important;
}
.w-100 {
    width: 100%!important;
}

element.style {
}
@media (min-width: 992px){
    .content {
        padding: 0 1.5rem;
    }
}
.content {
    flex: 1;
    margin-top: 0rem;
    padding: 0 1.4rem;
}

.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);
}
.row>*{
    flex-shrink:0;
    margin-top:var(--bs-gutter-y);
    max-width:100%;
    padding-left:calc(var(--bs-gutter-x)*.7);
    padding-right:calc(var(--bs-gutter-x)*.7);

}
@media(max-width:768px){
    .row>*{
        width:100% !important;
    }
    .col-xs-4{
        width:33% !important;
    }
    .col-xs-3{
        width:33% !important;
    }
    .col-xs-9{
        width:67% !important;
    }
}

.col{
    flex:1 0 0%
}
.row-cols-auto>*{
    flex:0 0 auto;
    width:auto
}
.row-cols-1>*{
    flex:0 0 auto;
    width:100%
}
.row-cols-2>*{
    flex:0 0 auto;
    width:50%
}
.row-cols-3>*{
    flex:0 0 auto;
    width:33.3333333333%
}
.row-cols-4>*{
    flex:0 0 auto;
    width:25%
}
.row-cols-5>*{
    flex:0 0 auto;
    width:20%
}
.row-cols-6>*{
    flex:0 0 auto;
    width:16.6666666667%
}
.col-auto{
    flex:0 0 auto;
    width:auto
}
.col-1{
    flex:0 0 auto;
    width:8.33333333%
}
.col-2{
    flex:0 0 auto;
    width:16.66666667%
}
.col-3{
    flex:0 0 auto;
    width:25%
}
.col-4{
    flex:0 0 auto;
    width:33.33333333%
}
.col-5{
    flex:0 0 auto;
    width:41.66666667%
}
.col-6{
    flex:0 0 auto;
    width:50%
}
.col-7{
    flex:0 0 auto;
    width:58.33333333%
}
.col-8{
    flex:0 0 auto;
    width:66.66666667%
}
.col-9{
    flex:0 0 auto;
    width:75%
}
.col-10{
    flex:0 0 auto;
    width:83.33333333%
}
.col-11{
    flex:0 0 auto;
    width:91.66666667%
}
.col-12{
    flex:0 0 auto;
    width:100%
}
.offset-1{
    margin-left:8.33333333%
}
.offset-2{
    margin-left:16.66666667%
}
.offset-3{
    margin-left:25%
}
.offset-4{
    margin-left:33.33333333%
}
.offset-5{
    margin-left:41.66666667%
}
.offset-6{
    margin-left:50%
}
.offset-7{
    margin-left:58.33333333%
}
.offset-8{
    margin-left:66.66666667%
}
.offset-9{
    margin-left:75%
}
.offset-10{
    margin-left:83.33333333%
}
.offset-11{
    margin-left:91.66666667%
}
.badge {
    display: inline-block;
    padding: 5px 1px 0px 1px;
    width: 19px;
    height: 18px;
    font-size: 9px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #fd7e14;
    border-radius: 14px;
}

.text-danger {
    color: #dc3545;
}
.form-control {

    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 7px;
    color: #495057;
    display: block;

    font-weight: 400;
    line-height: 1.5;
    padding: 0.25rem 0.7rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}
label {
    font-weight: 400;
}
.panel {
    border-radius: 2px;
}
.bg-primary-dark {
    background-color: #2469ce!important;
}
.display-5, .display-6 {
    font-weight: 300;
    line-height: 1.2;
}
.mb-0 {
    margin-bottom: 0!important;
    font-size: 15px;
    color: #5e5e5e;
}
.mb-4 {
    margin-bottom: 15px!important;
}
.referal-link .link-replica {
    display: grid;
    grid-template-columns: auto 34px;
}
.referal-link .btn-primary {
    width: 35px;
}
.btn.btn-social-icon {
    width: 32%;
    height: 50px;
    padding: 0;
}
.btn-outline-twitter {
    border: 1px solid #2caae1;
    color: #2caae1;
}
.btn-outline-twitter:hover {
    background: #2caae1;
    color: #ffffff;
}
.btn-outline-facebook:hover {
    background: #3b579d;
    color: #ffffff;
}
.btn-outline-linkedin:hover {
    background: #0177b5;
    color: #ffffff;
}
.btn-outline-facebook {
    border: 1px solid #3b579d;
    color: #2caae1;
}
.btn-outline-linkedin {
    border: 1px solid #0177b5;
    color: #2caae1;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.table-striped>tbody>tr:nth-of-type(odd)>*{
    background-color: #fff!important;
    color:var(--bs-table-striped-color)
}
@media screen and (max-width: 767px){
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0px solid #ddd;
    }
}
@media (min-width: 1200px){
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
    color: #153d77;
}
.p-3 {
    padding: 1rem!important;
}
.float-end {
    float: right!important;
}
.news-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.nav-tabs .nav-item{
    padding-bottom: 1px;
    margin-right: 3px;
}
.nav-tabs .nav-item.active {
    border: 0;
    border-bottom: 3px solid #4d83ff !important;
    color: #4d83ff;

}
.nav-tabs .nav-item:hover {
    border-bottom: 3px solid #4d83ff !important;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}
.nav-tabs > li:hover > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    border-color: #fff;
}
.nav-tabs .nav-link {
    color: #000000;
    border-radius: 0;
    border: 1px solid #f3f3f3;
    padding: 1rem 1.5rem 0.2rem 1.5rem;
}
.tab-content > .active {
    display: block !important;
    opacity: 1;
}
.d-flex, .navbar .navbar-menu-wrapper .navbar-nav, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item {
    display: flex !important;
}
@media (min-width: 1200px){
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
}
@media (min-width: 577px){
    .dashboard-tabs .item {
        border-bottom: 0;
    }
}

.box-tile {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 20px 15px;

}
.icon-lg {
    font-size: 4rem;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.tab-cotns{
    margin-left: 10px;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.nav-tabs .nav-link {
    color: #000000;
    border-radius: 0;
    border: 1px solid #f3f3f3;

}
.nav-tabs {
    border-bottom: 1px solid #ddd !important;
}
.nav-tabs .nav-link {

    border: 0px solid #f3f3f3  !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}
.modal-content {
    border: 0px solid #fff !important;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.mt-0 {
    margin-top: 0!important;
}
.col-auto {
    flex: 0 0 auto;
    width: auto !important;
}

.chart-content-bg {
    background-color: #f9f9fd;
}
.dash-item-overlay {
    position: absolute;
    text-align: left;


    padding: 170px;
    z-index: 1;
}
@media (min-width: 768px){
    .d-md-block {
        display: block!important;
    }
    .w-md-reg{
        width: 225px;
    }
}
.prm-grp-pos{
    float: right;
    margin-right: 12px;
    margin-top: 5px;
    font-size: 16px;
    padding: 0.25rem 0.9rem;
    border: 1px solid #2469ce;
    color:#2469ce;
    border-radius: 0.25rem;
}
.prm-grp-pos1{
    float: left;
    margin-left: 12px;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 400;
    color:#6c757d;
}
.table-striped > thead {
    background: #fafbfc;
    color: #5e5e5e;
}
.table-striped > tbody > tr > td {
    color: #5e5e5e !important;
}
.table > tbody > tr > th, .table > tfoot > tr > th, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px 15px;
    border-top: 1px solid #eaeff0;
}
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #fafbfc !important;
}
.table > thead > tr > th {
    padding: 8px 15px;
    border-bottom: 1px solid #eaeff0;
    white-space: nowrap;
    overflow: hidden;
}
.table-striped > thead > tr > th {
    border-bottom: 1.5px solid #5e5e5e;
}
.btn {
    border-radius: 7px;
}
.btn-primary {
    color: #fff;
    background-color: rgb(93, 135, 255);
    border-color: rgb(93, 135, 255);
}
input[type='radio'] {
    transform: scale(2);
    margin-left: 5px;
    margin-right: 5px;
}
.bg-whites {
    width: 100% !important;

}
.bg-whites td {
    font-weight: 400 !important;
}
.hbox {
    display: table;
    width: 100%;
    height: 100%;
    border-spacing: 0;
    table-layout: fixed;
}
.wrapper-reg {
    padding: 15px;
}
.hbox .col {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
}

.panel-default .panel-heading {
    background-color: #f6f8f8;
}
.form-check {
    display: block;
    margin-bottom: 0.125rem;
    min-height: 1.40625rem;
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}
.form-check .form-check-input {
    float: left;
}
.form-check-input{
    border: 1px solid rgba(0,0,0,.25);
    color-adjust: unset;
    height: 1.2em;
    margin-top: 0.25em;
    vertical-align: top;
    width: 1.5em;
}
label.form-check-label.text-small {
    margin-left: 5px;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #3b7ddd;
    color: #fff;
    cursor: default;
}
.btn-prm{
    margin-bottom: 5px;
    margin-right: 4px;
}
.sw-theme-default>.nav {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.1)!important;
}
.sw>.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

sw>.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}
@media (max-width: 768px){
    .row-prm {
        width: 50% !important;
    }
    .m-not{
        width:20% !important;
    }
    .md-not{
        width:80% !important;
    }
}
.row-prm {
    margin-bottom: 10px;
}
.bg-warning {
    background-color: #fd7e14;
}
legend {
    border-bottom: 0px solid #e5e5e5;
}
.about-profile {
    position: relative;
    margin: 20px 0 20px -38px;
}
.about-profile .pro-title {
    font-weight: 700;
    color: #040404;
    position: relative;
    width: 160px;
    display: inline-block;
    margin-bottom: 5px;
}
ul li, ol li {
    list-style: none;
}
.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    color: #212529;
    display: block;
    padding: 0.75rem 1.25rem;
    position: relative;

}
.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%;
}
.list-group-item.active {
    background-image: linear-gradient(195deg,#5d87ff,#5d87ff);
    border-color: #5d87ff;
    color: #fff !important;
    z-index: 2;
}
.list-group-flush>.list-group-item {
    border-width: 1px 0px 0px !important;
}
.list-group-item:first-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.navbar-collapse {
    box-shadow: inset 0 0px 0 rgb(255 255 255 / 10%) !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #3b7ddd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: rgb(73 190 255) !important;
    border-color: rgb(73 190 255);
}

.bg-success {
    background-color: #48b461;
}
.border-end {
    border-right: 1px solid #dee2e6!important;
}
@media (min-width: 1200px){
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media (min-width: 992px){
    .d-lg-block {
        display: block!important;
    }
}
@media (min-width: 992px){
    .d-lg-block {
        display: block!important;
    }
}
.py-2 {
    padding-bottom: 0.5rem!important;
    padding-top: 0.5rem!important;
}
.px-4 {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.flex-grow-1 {
    flex-grow: 1!important;
}
.px-3 {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}
@media (min-width: 1200px){
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}
.list-group-item {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
    color: #212529;
    display: block;
    padding: 1.25rem 1.25rem;
    position: relative;
}
.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%;
}
.d-flex {
    display: flex!important;
}
.align-items-start {
    align-items: flex-start!important;
}
.form-switch {
    padding-left: 2.5em;
}

.form-check-input {

    height: 1.5em;

    width: 1.5em;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.75rem;
}
.panel-body {
    flex: 1 1 auto;
    padding: 1.75rem;
}
@media (min-width: 768px){
    .text-md-end {
        text-align: right!important;
    }
}

@media (min-width: 768px){
    .m-md-5 {
        margin: 3rem!important;
    }
    .dash-card{
        height: auto !important;
    }

}

@media (min-width: 1200px){
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
@media (min-width: 1200px){
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

hr {
    margin-top: 16px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.gap-3 {
    gap: 1rem !important;
}
.bg-soft-primary {
    color: #3a57e8;
    background-color: rgba(58, 87, 232, 0.1) !important;
}
.icon-18 {
    height: 3.1875rem;
    width: 3.1875rem;
}
.avatar-60 {
    height: 4.75rem;
    width: 7.75rem;
    min-width: 3.75rem;
    text-align: center;
    line-height: 6.75rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.bg-primary {
    color: #fff;
    background-color: #3b7ddd !important;
}
@media only screen and (max-width: 767px){
    .hbox .col {
        display: block!important;
    }
}
@media (min-width: 992px){
    .col-lg-4 {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media (min-width: 768px){
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
.display-4 {
    font-size: 4rem;
    color: #3e4676;
}
.btn-group-lg>.btn, .btn-lg {
    border-radius: 0.3rem;
    font-size: 1.125rem;
    padding: 0.35rem 1rem;
}
.btn-outline-primary {
    border-color: #3b7ddd;
    color: #3b7ddd;
}
.form-control-lite {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
}

.nav > li > a {
    color: #5e5e5e !important;
    font-weight: 500;
    font-size:1.55rem;
    opacity: 0.6;
}
.nav > li.active > a,.nav > li:hover > a {
    opacity: 1;
}
.text-muted {
    color: #153d77;
}
@media(max-width:768px){

    .d-flex {
        display: block !important;
    }
    .d-flex.d-flex768 {
        display: flex !important;
    }

}
@media(max-width:1200px){
    .col-xxl-5{
        flex:0 0 auto;
        width:100%;
    }

}
@media(max-width:1200px){
    .csw{
        flex:0 0 auto;
        width:100%!important;
    }


}
@media only screen and (min-width: 1685px) and (max-width: 1750px)  {
    .Profile-view a {
        padding: 10px 15px!important;
    }

}
@media only screen and (min-width: 1500px) and (max-width: 1685px)  {
    .profile-Details h4 {
        font-size: 18px!imoprtant;

    }
    .profile-Details h5 {
        font-size: 12px!imortant;

    }
    .profile-Details h6 {
        font-size: 12px!important;
    }
    .profile-Details p {
        font-size: 12px!important;
    }
    .profile-avatar img {
        width: 100%!important;
        height: auto!important;
        object-fit: cover;
    }
    .profile-avatar {
        width: 50px!important;
        height: 50px!important;
        border-radius: 100%;
        overflow: hidden;
    }
    .Profile {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px!important;
    }
    .Profile-view a {
        padding: 10px 15px!important;
    }
}
@media(min-width:1199px){
    .card-user-info {
        height: 370px;
    }
}
@media(max-width:1198px){
    .card-user-info {
        height: 378px;
    }
    .col-xxxxxxxxl{
        width:100% !important;
    }
    .card-user-info {
        width: 100%;
    }
}
@media(max-width:768px){
    .card-user-info {
        height: auto;
    }

}
@media(min-width:1273px){
    .col-xxxxxxxxl{
        width:50% !important;
    }
    .card-user-info {
        width: 100%;
    }
}

/* New Style */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
body{
    background-color:#EDF3FC;
}
body,div,h1,h2,h3,h4,p,span,li,a,label{
    font-family: 'Poppins', sans-serif!important;

}
.sidebar-user{
    display: none;
}
.sidebar-header{
    display: none;
}
.navbar {
    background: #fff;
    box-shadow: 0 0 2rem 0 rgb(0 0 0 / 5%);
    margin-bottom: 3px;
    border-radius: 0px;
}
.hamburger, .hamburger:after, .hamburger:before{
    background: #333;
}
.navbar-theme .navbar-nav .nav-link {
    color:#3c3c3c;
}
.navbar-theme .navbar-nav .nav-link:hover {
    color:blue;
}
.font-600 {
    font-weight: 600;
}
/* .block-title{ color:#505050;font-size: 1.7rem;} */
.Cgreen{
    color: #52A865;
}
.Cblue{
    color: #3E6AAC;
}
.Corange{
    color: #D76951;
}
.Cpurple{
    color: #A15BE8;
}
.Yellow{
    color: #c39900;
}
.CgreenL{
    background-color: #DFFBE5;
}
.CblueL{
    background-color: #E2EEFF;
}
.CorangeL{
    background-color: #FFE6E0;
}
.CpurpleL{
    background-color: #EEE1FC;
}
.YellowL{
    background-color:rgb(254, 245, 229);
}
.higlit-1{
    padding: 2px 5px;
    border-radius: 2px;
    margin-right: 5px;
    font-weight: 500;
}
.sidebar-link, a.sidebar-link {
    font-size: 14px;
}
.Profile-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 18px;
    margin-bottom: 22px;
    padding-top: 4px;
}
.Profile{
    display: flex;
    justify-content:flex-start ;
    align-items: center;
    gap: 15px;
}
.profile-avatar{
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
}
.profile-avatar img{
    width: auto;
    height: 100%;
    object-fit: cover;
}
.profile-Details h4{
    font-size: 20px;
    font-weight: 500;
    color: #525252;
    margin-bottom: 0px;
    margin-top: 0px;
}
.profile-Details h5{
    font-size: 14px;
    font-weight: 400;
    color: #525252;
    margin-top: 5px;
    margin-bottom: 5px;
}
.profile-Details h6{
    font-size: 14px;
    font-weight: 400;
    color: #525252;
    margin-top: 5px;
    margin-bottom: 1px;
}
.profile-Details p{
    font-size: 14px;
    font-weight: 400;
    color: #525252;
    margin-top: 0px;
    margin-bottom: 0px;
}
.profile-Details p span{
    font-weight: 600;
}
.Profile-view a{
    border-radius: 25px;
    color: #5e5e5e;
    border: 1px solid #ccc;
    background: #fff;
    padding:10px 24px;
}
.Profile-view a:hover{
    color: #ffffff;
    border: 1px solid #5891e2 ;
    background: #5891e2 ;
}
.wallet-amount-payout{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.wallet-head{
    color: #5e5e5e;
    font-size:1.5rem;
}
.wallet-amount{
    font-size: 38px;
    color: #5e5e5e;
    margin: 0px;
    font-weight: 600;
}
.wallet-amount-payout a{
    font-size: 16px;
    text-decoration: underline!important;
}
.link-replica-container{
    display: flex;
    align-items: center;
    gap: 15px;
    padding-right: 15px;
}
.link-replica-container>div{
    flex: 1 0 50%;
}
.rep-head{
    display: flex;
    align-items: center;
    gap: 10px;
}
.rep-head h4{
    margin-right: 10px;
    font-weight: 500;
    font-size: 1.5rem;
    color: #6e6e6e;
}
.link-replica .form-control{
    border-radius: 0.4rem 0rem 0px 0.4rem;
    border-right: 0px;
    color: #7e7e7e;
}
.referal-link .btn-primary {
    border-radius: 0rem 0.4rem 0.4rem 0rem;
}
.block-one{
    font-size: 42px;
    font-weight: 200;
    margin-top:-6px;
    margin-bottom: 20px;
}
.maxW-600{
    max-width: 600px;
}
.flex-0-0-250{
    flex: 0 0 250px;
}
.flex-0-0-280{
    flex: 0 0 280px;
}
.tab-cnt-head{
    font-size: 15px;
    font-weight: 500;
    color: #5e5e5e;
}
.tab-cnt{
    font-size: 22px;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 0px;
    color: #5e5e5e;
}
.flag-table{
    height: 15px;
    margin-right: 5px;
}
.thead-cnt-color, .thead-cnt-color th{
    color: #5e5e5e;
    font-weight: 500;
}
.tbody-cnt-color,.tbody-cnt-color td{
    color: #6e6e6e;
}
.first-tdL-0 th:first-child{
    padding-left: 3px;
}
.first-tdL-0 td:first-child{
    padding-left: 3px;
}
.table-block-head{
    color: #5e5e5e;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom:0px;
    padding-left: 13px;
}
.card-subtitle-date{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #6e6e6e;
}
.text-link1{
    cursor: pointer;
}
.card-body-cnt1,.card-body.card-body-cnt1{
    padding:1.0rem 1.55rem 1.75rem 1.25rem;
    color: #6e6e6e;
}
.social-icon{
    font-size: 2.1rem;
}
.social-iconf{
    color: #3B5998;
}
.social-icont{
    color: #00ACEE;
    margin-bottom: 1px;
}
.social-iconi{
    color: #0A66C2;
    margin-bottom: 4px;
}
.social-icon:hover{
    color: #444444;
}
.main-logo{
    max-width: 100%;
    width: auto;
    height: auto;
}
.avatar-icon-block1{
    width: 48px;
    height: 48px;
    display: grid;
    align-items: center;
    text-align: center;
}
.avatar-icon-block2{
    width:40px;
    height:40px;
    display: grid;
    align-items: center;
    text-align: center;
}
svg.group-icon{
    width: 22px;
    height: 22px;
}
svg.group-icon path{
    fill:#52A865
}
svg.user-icon{
    width: 17px;
    height: 17px;
}
svg.user-icon path{
    fill:#08377D
}
.country-select{
    margin-top: -2px;
}
@media(max-width:1366px){
    .col-xs-6.block1-col{
        width:100%;
    }
}
@media(max-width:1199px){
    .col-xs-6.block1-col{
        width:50%;
    }
}
@media(min-width:1273px){
    .justify-content-xl-left{
        justify-content: left;
    }
}
@media(max-width:640px){
    .Profile-section{
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 24px;
        justify-content: center;
        border-bottom: 0px solid #ededed;
    }
    .Profile{
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .link-replica-container{
        flex-wrap: wrap;
    }
    .wallet-amount-payout{
        flex-wrap: wrap;
        gap: 4px;
        justify-content: center;
    }
    .card-body{
        padding: 1.25rem;
    }
    .block-one {
        font-size: 38px;
        margin-top: -12px;
        margin-bottom: 15px;
    }
    .card-title, .card-title a {
        font-size: 1.5rem;
    }
    .mb-0 {
        font-size: 14px;
    }
    .css-h3o6is{
        margin: 0 auto;
        width: 100%;
    }
    .tab-content .d-flex.flex-wrap{
        display: flex!important;
    }
    .flex-0-0-250 {
        flex: 0 0 220px;
    }
    .flex-0-0-280 {
        flex: 0 0 220px;
    }
}
@media(max-width:480px){
    .col-xs-6.block1-col{
        width:100%;
    }
    .flex-0-0-250 {
        flex: 1 0 120px;
        word-break: break-word;
        white-space: nowrap;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
    .flex-0-0-280 {
        flex: 1 0 220px;
    }
    .profile-Details{
        width: 100%;
    }
    .Profile{
        text-align: center;
    }
    .box-tile.item .tab-cotns {
        margin-left:0px;
    }
    .nav > li > a {
        font-size: 1.50rem;

    }
    .nav-tabs .nav-link{
        padding: 1rem 1.25rem 0.2rem 1.25rem;
    }
    .nav-tabs .nav-item {
        margin-right: 0px;
    }
}
.panel {
    border-radius: 1.5rem;
}
.panel-default {
    border-color: #fff;
}
i.align-middle.me-3 {
    display: inline-flex;
    width: 32px;
    height: 32px;

    box-shadow: 0 4px 6px rgba(0,0,0,.12);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
i.align-middle.me-3:hover {
    display: inline-flex;
    width: 32px;
    height: 32px;
    box-shadow: 0 4px 6px rgba(0,0,0,.12);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;

    color: rgb(93, 135, 255) !important;
}




body {
    overflow:hidden;
    background-color: #fff !important;
}



body{
    height: 100%;
}
.css-qp4vre {
    height: calc(88vh - 100px);
    overflow-y: scroll;
 
    scrollbar-color: #eff2f7;
}
.container-fluid::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
.css-qp4vre::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

.css-qp4vre::-webkit-scrollbar-thumb {
    background-color: #eff2f7;
}

.css-qp4vre::-webkit-scrollbar-track {
    background-color: #ffffff;
}




.css-autyzp {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
    margin: 24px;
    padding: 10px;
    background-color: rgb(232, 247, 255);
}

.css-1rml7x2 {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;

    font-size: 1rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
}
.css-1hy9t21 {
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    color: transparent;
    text-indent: 10000px;
}
.css-mq7gx5 {
    margin: 0px;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.2rem;

    color: #5e5e5e;
}
.css-85labr {
    margin: 0px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.66;
    color: rgb(99 107 115);
}
.css-zdpt2t {
    margin-left: auto;
}
.css-1xhvhgj {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: visible;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(93, 135, 255);
    padding: 5px;
    font-size: 2.125rem;
}
.css-t0051x {
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar-item.active>.sidebar-link >.m-icon {
    background: #49beff;
    color: #fff !important;
}

.sidebar-item.active>.sidebar-link {
    background: rgb(73, 190, 255);
    color: #fff !important;
    border-radius: 7px;
}
.sidebar-item>.sidebar-link:hover {
    background-color: rgb(236, 242, 255);
    color: rgb(73 190 255) !important;
    border-radius: 9px;
}

.main-menu>.sidebar-link:hover {
    color: #fff !important;
}

li.sidebar-item {
    margin-top: 3px;
}
.css-dfx7ae {
    box-sizing: border-box;
    list-style: none;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: rgb(42, 53, 71);
    padding: 3px 12px;
    margin-left: -2px;
}
.sidebar-item>.sidebar-link>.m-icon {
    color: rgb(42, 53, 71);
}
.sidebar-item>.sidebar-link>.m-icon:hover {
    color: rgb(93, 135, 255) !important;
}
@media(max-width:768px){
    .css-qp4vre {
        height: calc(70vh - 100px);

    }
}
.css-33zpdj:hover {
    background-color: rgba(0, 0, 0, 0.02);
}


.css-t76ygq {
    padding: 8px;
}
.css-1wxtabd {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.css-eajgbi {
    background-color: rgb(255, 255, 255);
    color: rgb(42, 53, 71);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 7px;
    box-shadow: rgba(145, 158, 171, 0.3) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
    overflow: hidden;
    width: 100%;
    background-image: none;
    padding: 0px;
    border: none;
}
.css-kw4zy4 {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    color: #5c5c5c;

}
.css-1uab2gu {
    margin: 0px;
    font-size: 0.875rem;
    font-weight: 400;

    line-height: 1.57;
    color: rgb(42, 53, 71);
}
.css-7kd3vg {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}
.css-1cdo4bs {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.css-1abzdwk {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.css-jdhaeb {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;

    font-size: 1.25rem;
    line-height: 1;
    border-radius: 7px;
    overflow: hidden;
    user-select: none;
    background-color: rgb(236, 242, 255);
    color: rgb(93, 135, 255);
    width: 40px;
    height: 40px;
}
.css-1abzdwk > :not(style) + :not(style) {
    margin: 0px 0px 0px 16px;
}
.css-42e6bu {
    margin: 0px 0px 4px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2rem;

}

.css-1cdo4bs > :not(style) + :not(style) {
    margin: 0px 0px 0px 16px;
}
.css-nef440 {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;

    font-size: 1.25rem;
    line-height: 1;
    overflow: hidden;
    user-select: none;
    background-color: rgb(236, 242, 255);
    color: rgb(93, 135, 255);
    width: 70px;
    height: 32px;
    border-radius: 4px;
}
.css-viall1 {
    margin: 0px;
    font-size: 1.4rem;

    line-height: 1.57;

}
.css-1bkil9g {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    -webkit-box-align: center;
    align-items: center;
}
.css-1bkil9g > :not(style) + :not(style) {
    margin: 0px 0px 0px 8px;
}
.css-1uab2gu {
    margin: 0px;
    font-size: 1.4rem;
    font-weight: 400;

    line-height: 1.57;
    color: rgb(42, 53, 71);
}
.css-1h77wgb > .MuiGrid-item {
    padding-left: 24px;
}
.css-1h77wgb > .MuiGrid-item {
    padding-top: 24px;
}
@media (min-width: 1536px){

    .css-8e4lkk {
        flex-basis: 41.6667%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 41.6667%;
    }
}
.css-1h77wgb > .MuiGrid-item {
    padding-left: 24px;
}
.css-1h77wgb > .MuiGrid-item {
    padding-top: 24px;
}

@media (min-width: 1536px){

    .css-7vy65v {
        flex-basis: 58.3333%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 58.3333%;
    }
}
.css-1h77wgb {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    margin-top: -24px;
    width: calc(100% + 50px);
    margin-left: -24px;
}
.css-esi153:hover {
    background-color: rgb(35, 175, 219);
}
.css-esi153 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;

    font-size: 0.875rem;
    line-height: 1.75;
    min-height: 36px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
    padding: 0px;
    min-width: 0px;
    width: 48px;
    height: 48px;
    z-index: 1050;
    color: rgb(255, 255, 255);
    background-color: rgb(73, 190, 255);
    box-shadow: none;
}
.css-104p6mp {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-box-align: center;
    align-items: center;
}
.css-104p6mp > :not(style) + :not(style) {
    margin: 0px 0px 0px 8px;
}


.css-dkq3d4 {
    display: flex;
    flex-direction: row;
    margin-top: 70px;
}
.css-vb6e92 {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.css-1mjiuf5 {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    color: rgb(255, 255, 255);
    width: 13px;
    height: 13px;
    background-color: rgb(93, 135, 255);
}
.css-vb6e92 > :not(style) + :not(style) {
    margin: 0px 0px 0px 8px;
}
h1.block-one {
    font-size: 4.3125rem;

}
.css-1t62lt9 {
    display: flex;
    flex-direction: row;
}
.css-ndy58q {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    width: 40px;
    height: 40px;
}
.css-1hy9t21 {
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    color: transparent;
    text-indent: 10000px;
}
.css-1t62lt9 > :not(style) + :not(style) {
    margin: 0px 0px 0px 16px;
}

.css-18hls09 {
    margin: 0px;
    font-weight: 400;
    line-height: 1.57;
    color: rgb(42, 53, 71);
    font-size: 12px;
}
.css-vf7up7 {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;

    font-size: 1.25rem;
    line-height: 1;
    border-radius: 7px;
    overflow: hidden;
    user-select: none;
    background-color: rgb(230, 255, 250);
    color: rgb(19, 222, 185);
    width: 40px;
    height: 40px;
}
.content .container-fluid:first-child {
    overflow-y: scroll;
    height: 87vh;
    min-height: calc(100vh - 170px);
}

.sidebar {
    height: 100%;
    background: transparent;
    border-right: 0;
    box-shadow: 0 0 2rem 0 rgba(0,0,0,.05);
    max-width: 269px;
    min-width: 269px;
    transition: margin-left .3s ease-in-out,left .3s ease-in-out,margin-right .3s ease-in-out,right .3s ease-in-out;
    z-index: 1;
}
.css-v7bvpz {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 34px;
}

.css-18fcgf6 {
    width: 42px;
    height: 42px;
    background-color: rgb(236, 242, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-rskbn1 {
    margin: 0px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.334rem;

    color: rgb(93, 135, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}


.css-mlugr1 {
    margin: 0px;
    font-size: 2.7rem;
    line-height: 3rem;

    font-weight: 600;
}

.css-v7bvpz > :not(style) + :not(style) {
    margin: 0px 0px 0px 16px;
}
.css-r4d26e {
    width: 38px;
    height: 38px;
    background-color: rgb(232, 247, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-14uwjuw {
    margin: 0px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.334rem;

    color: rgb(73, 190, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-1g36mrm {
    width: 40px;
    height: 40px;
    background-color: rgb(236, 242, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.css-12pj7fy {
    margin: 0px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2rem;

    color: rgb(93, 135, 255);
    display: flex;
}

.css-qxsunh {
    margin: 0px;
    font-size: 1.5rem;
    line-height: 1.75rem;

    font-weight: 700;
}

.css-1mparf5 {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 40px;
}
.css-1t62lt9 {
    display: flex;
    flex-direction: row;
}
.css-ualsym {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;

    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    color: rgb(255, 255, 255);
    width: 9px;
    margin-top: 8px;
    height: 9px;
    background-color: rgb(93, 135, 255);
}
css-1tnlz6w {
    margin: 0px;
    font-size: 0.875rem;
    font-weight: 400;

    line-height: 1.75;
    color: rgb(42, 53, 71);
}

.css-1mparf5 > :not(style) + :not(style) {
    margin: 24px 0px 0px;
}
.css-1t62lt9 {
    display: flex;
    flex-direction: row;
}
.css-jlubp5 {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;

    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    color: rgb(255, 255, 255);
    width: 9px;
    margin-top: 8px;
    height: 9px;
    background-color: rgb(73, 190, 255);
}
.css-1t62lt9 > :not(style) + :not(style) {
    margin: 0px 0px 0px 16px;
}
.css-1tnlz6w {
    width: max-content;
    margin: 0px;
    font-size: 1.6rem;
    font-weight: 400;

    line-height: 1.75;
    color: rgb(42, 53, 71);
}
.css-15dlb82:hover {
    text-decoration: none;
    background-color: rgb(69, 112, 234);
    box-shadow: rgba(0, 0, 0, 0.31) 0px 0px 1px 0px, rgba(0, 0, 0, 0.25) 0px 3px 4px -2px;
    color: #fff;
}
.css-15dlb82 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 400;

    font-size: 1.5rem;
    line-height: 1.50;
    min-width: 64px;
    padding: 6px 16px;
    border-radius: 7px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    background-color: rgb(73 190 255);
    width: 100%;
    text-transform: none;
    box-shadow: none;
}
.css-2noj6a:hover {
    background-color: rgb(73 190 255) !important;
    color: white;
}
.css-2noj6a:hover {
    text-decoration: none;
    background-color: rgba(93, 135, 255, 0.02);
    border: 1px solid rgb(73 190 255);
}
.css-34fgjy > :not(style) + :not(style) {
    margin: 24px 0px 0px;
}
.css-2noj6a {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 400;

    font-size: 1.5rem;
    line-height: 1.75;
    min-width: 64px;
    padding: 5px 15px;
    border-radius: 7px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 1px solid rgba(93, 135, 255, 0.5);
    color: rgb(93, 135, 255);
    text-transform: none;
    box-shadow: none;
    margin-top: 40px !important;
    width: 100%;
}
@media(max-width:768px){
    .css-v7bvpz{
        justify-content: unset!important;
    }

    .css-1abzdwk:nth-child(2) {
        padding-left: 60px;
    }

    .mob-1abzdwk{
        margin-left: 0px;
    }
    .mob-css-mlugr1{
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .css-jbxp1p {
        display: none;
    }
    .pos {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .css-1uab2gu{
        font-size: 1.4rem!important;
        line-height: 1.5!important;
    }
}

/*  dashboard */
@media (max-width: 1300px){
    .css-1bi5hwq {
        width: calc(100% + 24px);
           flex-flow: row wrap; 
    }
}

.css-1bi5hwq {
    box-sizing: border-box;   
    margin-left: -24px;

}
@media (min-width: 768px){
    .css-1bi5hwq {
        display: flex;
    }
}
.css-1bi5hwq > .MuiGrid-item {
    padding-left: 24px;
}
.css-1bi5hwq > .MuiGrid-item {
    padding-top: 24px;
}
@media (min-width: 768px){

    .css-1e35mkm {
        flex-basis: 33.3333%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 33.3333%;
    }
}
@media (min-width: 1536px){

    .css-1e35mkm {
        flex-basis: 16.6667%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 16.6667%;
    }
}



.css-z9vtzs {
    background-color: rgb(223 230 244);
    text-align: center;
}
.css-18mhetb:last-child {
    padding-bottom: 24px;
}
.css-18mhetb {
    padding: 12px;
}
.css-jcm8es {
    margin: 10px 0px 2px;
    font-size: 1.5rem;

    line-height: 1.3;
    color: rgb(93, 135, 255);
    font-weight: 600;
}
.css-iz6scz {
    margin: 0px;
    font-size: 2.8rem;
    line-height: 3.6rem;

    color: rgb(93, 135, 255);
    font-weight: 600;
}
.MuiBox-root {
    border-radius: 7px;
}
.MuiGrid-root.MuiGrid-container.MuiGrid-spacing-xs-3.css-1bi5hwq {
    padding-bottom: 24px;
}
.css-9qnejo {
    background-color: rgb(254, 245, 229);
    text-align: center;
}
.css-6qdrmb {
    margin: 10px 0px 2px;
    font-size: 1.5rem;

    line-height: 1.3;
    color: rgb(255, 174, 31);
    font-weight: 600;
}
.css-vt2xyb {
    margin: 0px;
    font-size: 2.8rem;
    line-height: 3.6rem;

    color: rgb(255, 174, 31);
    font-weight: 600;
}
.css-1d5q2y6 {
    background-color: rgb(232, 247, 255);
    text-align: center;
}
.css-19mq96j {
    margin: 10px 0px 2px;
    font-size: 1.5rem;

    line-height: 1.3;
    color: rgb(73, 190, 255);
    font-weight: 600;
}
.css-1s9cwyn {
    margin: 0px;
    font-size: 2.8rem;
    line-height: 3.6rem;

    color: rgb(73, 190, 255);
    font-weight: 600;
}
.css-177kdpp {
    background-color: rgb(253, 237, 232);
    text-align: center;
}
.css-1m1o1qi {
    margin: 10px 0px 2px;
    font-size: 1.5rem;

    line-height: 1.3;
    color: rgb(250, 137, 107);
    font-weight: 600;
}
.css-1b1q3m6 {
    margin: 0px;
    font-size: 2.8rem;
    line-height: 3.6rem;

    color: rgb(250, 137, 107);
    font-weight: 600;
}
.css-5zfaq9 {
    background-color: rgb(230, 255, 250);
    text-align: center;
}
.css-1jm5lng {
    margin: 10px 0px 2px;
    font-size: 1.5rem;

    line-height: 1.3;
    color: rgb(19, 222, 185);
    font-weight: 600;
}
.css-bnvtb8 {
    margin: 0px;
    font-size: 2.8rem;
    line-height: 3.6rem;

    color: rgb(19, 222, 185);
    font-weight: 600;
}
.css-11nw8t4 {
    background-color: rgb(235, 243, 254);
    text-align: center;
}
.css-r6anhz {
    margin: 10px 0px 2px;
    font-size: 1.5rem;

    line-height: 1.3;
    color: rgb(83, 155, 255);
    font-weight: 600;
}
.css-v40nvz {
    margin: 0px;
    font-size: 2.8rem;
    line-height: 3.6rem;

    color: rgb(83, 155, 255);
    font-weight: 600;
}
.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.4rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    border-radius: 1.5rem;
    box-shadow: rgba(145, 158, 171, 0.3) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
}
body {
    background-color: #fff !important;
}

/* end dashboard */

/* header */
.css-x5u3lb {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    background-color: rgb(236, 242, 255);
    border-radius: 12.25px;
    padding: 36px 25px 34px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1536px){

    .css-1t7ppn5 {
        flex-basis: 66.6667%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 66.6667%;
    }
}
@media (min-width: 1200px){

    .css-1t7ppn5 {
        flex-basis: 66.6667%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 66.6667%;
    }
}
@media (min-width: 900px){

    .css-1t7ppn5 {
        flex-basis: 50%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 50%;
    }
}
@media (min-width: 600px){

    .css-1t7ppn5 {
        flex-basis: 100%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 100%;
    }
}

.css-m7ii98 {
    margin: 0px;
    font-weight: 500;
    font-size: 2.3125rem;
    line-height: 2.6rem;

}
.css-155619l {
    margin: 6.4px 0px 0px;
    font-size: 1rem;
    line-height: 1.2rem;

    color: rgb(42, 53, 71);
    font-weight: 400;
}
.css-1xvp609 {
    margin: 0px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.334rem;

    color: rgb(42, 53, 71);
    -webkit-box-align: center;
    align-items: center;
}
.css-nhb8h9 {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
@media (min-width: 1536px){

    .css-12lha4d {
        flex-basis: 33.3333%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 33.3333%;
    }
}
@media (min-width: 1200px){

    .css-12lha4d {
        flex-basis: 33.3333%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 33.3333%;
    }
}
@media (min-width: 900px){

    .css-12lha4d {
        flex-basis: 50%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 50%;
    }
}
@media (min-width: 600px){

    .css-12lha4d {
        flex-basis: 50%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 50%;
    }
}
.css-12lha4d {
    box-sizing: border-box;
    margin: 0px;
    flex-direction: row;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
}


.css-1a6nztw {
    display: flex;
}


.css-1a6nztw {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    width: 100%;
}
.css-1rog7ki {
    top: 0px;
    position: absolute;
}
img.hed-img {
    display: none;
}
@media (min-width: 600px){
    img.hed-img {
        width: 137px;
        display: block;
    }
}
/* end*/

/* register */
.css-u4p24i {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.css-mro3c9 {
    padding-left: 8px;
    padding-right: 8px;
}
.css-1abj2s5 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.css-a5nipc {
    flex-shrink: 0;
    display: flex;
    padding-right: 8px;
}
.css-xktanu.Mui-active {
    color: rgb(93, 135, 255);
}
.css-xktanu {
    user-select: none;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 3.5rem;
    display: block;
    transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgba(0, 0, 0, 0.38);
}
.css-jbxp1p {
    width: 100%;
    color: rgb(42, 53, 71);
}
.css-cnhzhx.Mui-active {
    color: rgb(42, 53, 71);
    font-weight: 500;
}
.css-cnhzhx {
    font-size: 1.75rem;
    letter-spacing: 0rem;
    font-weight: 400;
    line-height: 1rem;

    display: block;
    transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.css-188qroq {
    flex: 1 1 auto;
}
.css-464qiz {
    display: block;
    border-top: 1px solid rgb(229, 234, 239);
    border-right-color: rgb(229, 234, 239);
    border-bottom-color: rgb(229, 234, 239);
    border-left-color: rgb(229, 234, 239);
}
.css-1evv292 {
    fill: rgb(255, 255, 255);
    font-size: 1.3rem;

}
.css-u4p24i {
    padding: 24px;
}
.css-uzqcqp {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 400;


    line-height: 1.75;
    min-width: 64px;
    padding: 6px 16px;
    border-radius: 7px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    background-color: rgb(73, 190, 255);
    text-transform: none;
    box-shadow: none;
}
.css-uzqcqp:hover {
    text-decoration: none;
    background-color: rgb(35, 175, 219);
    box-shadow: rgba(0, 0, 0, 0.31) 0px 0px 1px 0px, rgba(0, 0, 0, 0.25) 0px 3px 4px -2px;
    color:#fff;
}
.css-xktanu.Mui-completed {
    color: rgb(93, 135, 255);
}
.css-xktanu.Mui-active {
    color: rgb(93, 135, 255);
}
.css-g8bwjx {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px currentcolor;
    margin: 0px 8px 0px 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.75;
    min-width: 64px;
    padding: 6px 16px;
    border-radius: 7px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: inherit;
    background-color: rgb(223, 229, 239);
    text-transform: none;
    box-shadow: none;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #fff !important;
    content: "/\00a0";
}
a:focus {
    outline: 0px auto -webkit-focus-ring-color;

}
@media(max-width:820px){
    .pos {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}
.MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12.col-sm-6.css-h3o6is {
    padding-top: 0px;
}
.btn {
    background: #bc9b5b;
    color: #fff;
    border-color: #bc9b5b;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
.icon-title {
    display: inline-flex;
    width: 58px;
    height: 59px;

    border-radius: 6px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;

}
.icon-title {
    background-color: #991fdd !important;
    color: #fff;
}
.icon-title img {
    width: 45px;
}

.bg-icon-title1:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 54px;
    background-color: rgba(255,255,255,.1);
    left: 16px;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    top: -5px;
    -webkit-transition: all .4s;
    transition: all .4s;

}
.bg-icon-title2:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 54px;
    background-color: rgba(255,255,255,.1);
    left: 16px;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    top: -5px;
    -webkit-transition: all .4s;
    transition: all .4s;

}
.bg-icon-title3:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 54px;
    background-color: rgba(255,255,255,.1);
    left: 16px;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    top: -5px;
    -webkit-transition: all .4s;
    transition: all .4s;

}
.bg-icon-title4:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 54px;
    background-color: rgba(255,255,255,.1);
    left: 16px;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    top: -5px;
    -webkit-transition: all .4s;
    transition: all .4s;

}
.bg-icon-title5:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 54px;
    background-color: rgba(255,255,255,.1);
    left: 16px;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    top: -5px;
    -webkit-transition: all .4s;
    transition: all .4s;

}
.bg-icon-title6:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 54px;
    background-color: rgba(255,255,255,.1);
    left: 16px;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    top: -5px;
    -webkit-transition: all .4s;
    transition: all .4s;

}

.css-iz6scz {

    color: #991fdd;

}
.css-18mhetb:last-child {
    padding-bottom: 6px;
}
@media(max-width:768px){
    .bg-icon-title1:before {
        left: 191px;
        height: 116px;
        top: -10px;
    }
    .bg-icon-title2:before {
        left: 167px;
        height: 116px;
        top: 191px;
    }
    .bg-icon-title3:before {
        left: 175px;
        height: 116px;
        top: 346px;
    }
    .bg-icon-title4:before {
        left: 175px;
        height: 116px;
        top: 516px;
    }
    .bg-icon-title5:before {
        left: 175px;
        height: 116px;
        top: 682px;
    }
    .bg-icon-title6:before {
        left: 175px;
        height: 116px;
        top: 854px;
    }
}
@media(min-width:768px){
    .bg-icon-title1:before {
        left: 130px;
        height: 116px;
        top: -10px;
    }
    .bg-icon-title2:before {
        left: 361px;
        height: 116px;
        top: 14px;
    }
    .bg-icon-title3:before {
        left: 605px;
        height: 116px;
        top: 10px;
    }
    .bg-icon-title4:before {
        left: 124px;
        height: 116px;
        top: 168px;
    }
    .bg-icon-title5:before {
        left: 370px;
        height: 116px;
        top: 168px;
    }
    .bg-icon-title6:before {
        left: 608px;
        height: 116px;
        top: 168px;
    }
}
@media(min-width:820px){
    .bg-icon-title1:before {
        left: 138px;
        height: 116px;
        top: -10px;
    }
    .bg-icon-title2:before {
        left: 381px;
        height: 116px;
        top: 14px;
    }
    .bg-icon-title3:before {
        left: 651px;
        height: 116px;
        top: 10px;
    }
    .bg-icon-title4:before {
        left: 132px;
        height: 116px;
        top: 168px;
    }
    .bg-icon-title5:before {
        left: 392px;
        height: 116px;
        top: 168px;
    }
    .bg-icon-title6:before {
        left: 652px;
        height: 116px;
        top: 168px;
    }
}
@media(min-width:1200px){
    .bg-icon-title1:before {
        left: 112px;
        height: 116px;
        top: -10px;
    }
    .bg-icon-title2:before {
        left: 314px;
        height: 116px;
        top: -10px;
    }
    .bg-icon-title3:before {
        left: 522px;
        height: 116px;
        top: -10px;
    }
    .bg-icon-title4:before {
        left: 725px;
        height: 116px;
        top: -10px;
    }
    .bg-icon-title5:before {
        left: 931px;
        height: 116px;
        top: -10px;
    }
    .bg-icon-title6:before {
        left: 1136px;
        height: 116px;
        top: -10px;
    }
}

@media (max-width: 380px){
    .css-1abzdwk:nth-child(2) {
        padding-left: 0px;
    }
}
.inbox-leftbar .btn {
   color: #fff;
   background-color: #d9534f;
   border-color: #d43f3a;
}
.btn-group.me-1 .btn {
   color: #000;
   background-color: #f0f0f0; /* Blue color */
   border-color: #00000005; /* Darker blue color */
}
/*scroll bar*/

.container-fluid::-webkit-scrollbar {
    width: 20px;
    height: 8px;
}
.container-fluid::-webkit-scrollbar-thumb {
    background-color: #eff2f7;
}

.container-fluid::-webkit-scrollbar-track {
    background-color: #ffffff;
}
@media (max-width: 760px){
.container-fluid::-webkit-scrollbar-thumb {
    background-color: #fff;
}
.container-fluid::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}
}