@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html, body {
    font-family: 'Roboto', sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
/*
.content {
    padding-top: 1.1rem;
}
*/
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

/* syncfusion inputs - numeric */

.snyc-num-control-wrapper {
    max-width: 230px;
    margin: 0 auto;
    padding: 40px 0px 0px;
}

.snyc-num-label {
    font-size: 14px;
    margin-bottom: 6px;
}

.snyc-num-content {
    padding: 0px 0px 20px 0px;
}

    .snyc-num-content:last-child {
        padding: 0px 0px 40px 0px;
    }

/* end syncfusion inputs - numeric */
/*************************/

/*************************/
/*sidemenu*/

.scrollable-sidebar {
    overflow-y: auto;
    height: 100vh; /* Adjust as needed */
}

#sidebarMenu .nav-group .nav-sidebar {
    transition: all 0.25s;
}

/*end sidemenu*/
/*************************/

/*************************/
/* menu button cursor pointer */

#menuSidebar:hover{
    cursor: pointer;
}

/* end menu button cursor pointer */
/*************************/

/*************************/
/* breadcrumb */

/*.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg:;
    --bs-breadcrumb-border-radius:;
    --bs-breadcrumb-divider-color: #6e7985;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #6e7985;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: var(--bs-breadcrumb-item-padding-x);
        color: var(--bs-breadcrumb-divider-color);
        content: var(--bs-breadcrumb-divider, "/")*/ /* rtl: var(--bs-breadcrumb-divider, "/") *//*;
    }

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}

[dir=rtl] .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: var(--bs-breadcrumb-item-padding-x);
}

    [dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
        float: right;
        padding-right: 0;
        padding-left: var(--bs-breadcrumb-item-padding-x);
    }*/

/* end breadcrumb */
/*************************/


/*************************/
/* card */


/*.card-one {
    height: 100%;
    border-width: 0;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(204, 210, 218, 0.07), 0 2px 4px rgba(204, 210, 218, 0.07), 0 4px 8px rgba(204, 210, 218, 0.07), 0 8px 16px rgba(204, 210, 218, 0.07), 0 16px 32px rgba(204, 210, 218, 0.07), 0 32px 64px rgba(204, 210, 218, 0.07);
}

    .card-one .card-header {
        border-bottom-color: rgba(226, 229, 236, 0.55);
        background-color: transparent;
        padding: 15px;
        display: flex;
        align-items: center;
    }

        .card-one .card-header .card-title {
            font-weight: 600;
            font-size: 15px;
            color: #212830;
            margin-bottom: 0;
            line-height: 1.4;
        }

        .card-one .card-header .nav-icon {
            margin-right: -4px;
        }

    .card-one .nav-icon .nav-link {
        opacity: 0.6;
    }

        .card-one .nav-icon .nav-link:hover {
            opacity: 1;
        }

    .card-one .nav-pills {
        font-size: 0.8125rem;
    }

        .card-one .nav-pills .nav-link {
            border-radius: 3px;
            color: #6e7985;
            padding: 4px 15px;
        }

            .card-one .nav-pills .nav-link.active {
                background-color: #e2e5ec;
                color: #41505f;
            }

    .card-one .card-body {
        padding: 15px;
        position: relative;
    }

    .card-one small, .card-one .small {
        color: #6e7985;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
    }

    .card-one .legend {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 1.25;
    }

        .card-one .legend li {
            display: inline-flex;
            align-items: center;
            position: relative;
            font-size: 0.75rem;
        }

            .card-one .legend li::before {
                content: "";
                width: 8px;
                height: 8px;
                border-radius: 100%;
                margin-right: 5px;
            }

            .card-one .legend li + li {
                margin-left: 10px;
            }

            .card-one .legend li:first-child::before {
                background-color: #506fd9;
            }

            .card-one .legend li:nth-child(2)::before {
                background-color: #dbdffd;
            }

            .card-one .legend li:last-child::before {
                background-color: #85b6ff;
            }

    .card-one .card-icon {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 4px;
    }

        .card-one .card-icon i {
            font-size: 24px;
            line-height: 1;
        }

    .card-one .people-item {
        padding: 10px 15px;
    }

        .card-one .people-item + .people-item {
            margin-top: 0;
            border-top: 1px solid #f3f5f9;
        }

        .card-one .people-item .avatar {
            margin-right: 8px;
        }

        .card-one .people-item .nav-link + .nav-link {
            margin-left: 5px;
        }

    .card-one .card-footer {
        padding: 15px;
        background-color: transparent;
        border-top-color: #f3f5f9;
    }

    .card-one .list-group-item {
        border-color: #f3f5f9;
    }

.card-value {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #212830;
    display: flex;  
    align-items: center;
    grid-gap: 2px;
    letter-spacing: -0.2px;
}

    .card-value span {
        font-weight: 400;
    }

    .card-value i {
        margin-right: 5px;
        text-indent: -3px;
        color: #506fd9;
    }

.card-article .card-body {
    padding: 20px;
}

.card-article .card-title {
    color: #212830;
    font-weight: 600;
}

@media (min-width: 1400px) {
    .card-article .card-title {
        font-size: 24px;
    }
}*/


/* end card */
/*************************/


/*************************/
/* sidebar */

/*.nav-sidebar {
    display: flex;
    flex-direction: column;
}

    .nav-sidebar .nav-item.show .nav-link::after {
        content: "\ea4e";
    }

    .nav-sidebar .nav-item.show .nav-sub {
        display: flex;
    }

    .nav-sidebar .nav-link {
        color: #41505f;
        display: flex;
        align-items: center;
    }

        .nav-sidebar .nav-link:hover {
            color: #212830;
        }

        .nav-sidebar .nav-link.active {
            color: #506fd9;
            font-weight: 500;
            letter-spacing: -0.1px;
        }

        .nav-sidebar .nav-link.has-sub {
            position: relative;
        }

            .nav-sidebar .nav-link.has-sub::after {
                content: "\ea6e";
                font-family: "remixicon";
                font-size: 14px;
                font-weight: 400;
                color: #9ea7b1;
                position: absolute;
                top: 50%;
                right: 15px;
                line-height: 0;
                opacity: 0.6;
            }

        .nav-sidebar .nav-link i {
            margin-right: 12px;
            line-height: 1;
            font-size: 20px;
            width: 18px;
            opacity: 0.85;
        }

    .nav-sidebar .nav-sub {
        flex-direction: column;
        position: relative;
        display: none;
    }

    .nav-sidebar .nav-sub-link {
        display: block;
        padding: 6px 20px;
        font-size: 0.8125rem;
        text-indent: 30.5px;
        color: #6e7985;
        position: relative;
    }

        .nav-sidebar .nav-sub-link::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 26px;
            width: 5px;
            height: 1.5px;
            background-color: #9ea7b1;
            transition: all 0.25s;
        }

@media (prefers-reduced-motion: reduce) {
    .nav-sidebar .nav-sub-link::before {
        transition: none;
    }
}

.nav-sidebar .nav-sub-link:hover::before, .nav-sidebar .nav-sub-link:focus::before {
    width: 16px;
    left: 20.5px;
}

.nav-sidebar .nav-sub-link.active {
    color: #212830;
    font-weight: 500;
}

    .nav-sidebar .nav-sub-link.active::before {
        width: 16px;
        background-color: #506fd9;
        left: 20.5px;
    }


@media (max-width: 991.98px) {
    .sidebar-show {
        overflow: hidden;
    }

        .sidebar-show .sidebar {
            left: 0;
            opacity: 1;
            visibility: visible;
        }

        .sidebar-show .header-main,
        .sidebar-show .main-mobile-header,
        .sidebar-show .main {
            transform: translateX(290px);
        }

        .sidebar-show .main-backdrop {
            opacity: 1;
            visibility: visible;
        }
}

.sidebar-offset .sidebar {
    left: -250px;
    box-shadow: none;
}

.sidebar-offset .header-main {
    left: 0;
}

.sidebar-offset .main {
    margin-left: 0;
}

.sidebar-offset.sidebar-show {
    overflow: hidden;
}

    .sidebar-offset.sidebar-show .sidebar {
        left: 0;
        box-shadow: 1px 0 1px rgba(33, 40, 48, 0.01), 4px 0 4px rgba(33, 40, 48, 0.01), 16px 0 16px rgba(33, 40, 48, 0.01);
    }

    .sidebar-offset.sidebar-show .header-main,
    .sidebar-offset.sidebar-show .main {
        transform: translateX(250px);
    }

    .sidebar-offset.sidebar-show .main-backdrop {
        opacity: 1;
        visibility: visible;
    }

@media (min-width: 992px) {
    .sidebar-hide .sidebar {
        left: -250px;
        opacity: 0;
        visibility: hidden;
    }

    .sidebar-hide .header-main {
        left: 0;
        border-left-width: 0;
    }

    .sidebar-hide .main {
        margin-left: 0;
    }

    .sidebar-hide .music-player {
        left: 23px;
    }
}

.sidebar {
    width: 290px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -290px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 1000;
    transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
    .sidebar {
        transition: none;
    }
}

@media (min-width: 992px) {
    .sidebar {
        width: 240px;
        opacity: 1;
        visibility: visible;
        left: 0;
        box-shadow: 1px 0 1px rgba(33, 40, 48, 0.01), 4px 0 4px rgba(33, 40, 48, 0.01), 16px 0 16px rgba(33, 40, 48, 0.01);
    }
}

@media (min-width: 1400px) {
    .sidebar {
        width: 250px;
    }
}

.sidebar::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
    .sidebar::before {
        transition: none;
    }
}

.sidebar.footer-menu-show::before {
    visibility: visible;
    opacity: 1;
}

.sidebar.footer-menu-show .sidebar-footer {
    bottom: 0;
}

.sidebar-header {
    padding: 0 20px;
    height: 72px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f3f5f9;
}

.sidebar-body {
    height: calc(100% - 136px);
    position: relative;
}

    .sidebar-body .nav-group {
        border-bottom: 1px solid #f3f5f9;
    }

        .sidebar-body .nav-group.show .nav-label::after {
            content: "\ea4e";
        }

        .sidebar-body .nav-group.show .nav-sidebar {
            display: block;
        }

    .sidebar-body .nav-label {
        display: block;
        padding: 12px 20px;
        font-size: 11px;
        font-family: "Archivo", sans-serif;
        text-transform: uppercase;
        color: #6e7985;
        letter-spacing: 0.7px;
        position: relative;
    }

        .sidebar-body .nav-label:hover, .sidebar-body .nav-label:focus {
            color: #6e7985;
        }

        .sidebar-body .nav-label::after {
            content: "\ea6e";
            font-family: "remixicon";
            font-size: 14px;
            font-weight: 400;
            position: absolute;
            top: 50%;
            right: 15px;
            line-height: 0;
            opacity: 0.6;
        }

    .sidebar-body .nav-sidebar {
        display: none;
        padding: 0 0 20px;
    }

        .sidebar-body .nav-sidebar .nav-link {
            padding: 8px 20px;
        }

        .sidebar-body .nav-sidebar .nav-item.show .nav-sub {
            display: block;
        }

    .sidebar-body > .ps__rail-y {
        background-color: #e2e5ec;
        width: 2px;
    }

        .sidebar-body > .ps__rail-y > .ps__thumb-y {
            background-color: #6e7985;
            width: 2px;
            left: 0;
        }

.sidebar-footer {
    position: absolute;
    bottom: -250px;
    left: 0;
    right: 0;
    border-top: 1px solid #f3f5f9;
    background-color: #fff;
    z-index: 10;
    box-shadow: -20px -20px 20px #fff;
    transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
    .sidebar-footer {
        transition: none;
    }
}

.sidebar-footer .dropdown-link {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #6e7985;
    opacity: 0.6;
    transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
    .sidebar-footer .dropdown-link {
        transition: none;
    }
}

.sidebar-footer .dropdown-link:hover, .sidebar-footer .dropdown-link:focus {
    background-color: rgba(243, 245, 249, 0.6);
    opacity: 1;
}

.sidebar-footer-top {
    height: 64px;
    display: flex;
    align-items: center;
    padding-right: 12px;
    padding-left: 15px;
}

.sidebar-footer-thumb {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 10px;
    transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
    .sidebar-footer-thumb {
        transition: none;
    }
}

.sidebar-footer-thumb:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.sidebar-footer-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.sidebar-footer-body {
    flex: 1;
}

    .sidebar-footer-body h6, .sidebar-footer-body .h6 {
        margin-bottom: 2px;
        font-weight: 600;
    }

        .sidebar-footer-body h6 a, .sidebar-footer-body .h6 a {
            color: #212830;
        }

    .sidebar-footer-body p {
        margin-bottom: 0;
        font-size: 0.75rem;
        color: #6e7985;
    }

.sidebar-footer-menu {
    padding: 10px 12px;
}

    .sidebar-footer-menu .nav {
        flex-direction: column;
        margin: 0;
    }

    .sidebar-footer-menu a {
        height: 35px;
        padding: 0 8px;
        color: #41505f;
        display: flex;
        align-items: center;
        border-radius: 3px;
        transition: all 0.25s;
    }

@media (prefers-reduced-motion: reduce) {
    .sidebar-footer-menu a {
        transition: none;
    }
}

.sidebar-footer-menu a:hover {
    background-color: #f3f5f9;
    color: #212830;
}

.sidebar-footer-menu a > i {
    line-height: 1;
    font-size: 20px;
    margin-right: 12px;
}

.sidebar-footer-menu hr {
    margin: 10px 10px;
    opacity: 0.12;
}

.sidebar-right {
    width: 290px;
}

.sidebar-label {
    display: block;
    margin-bottom: 5px;
    padding: 0 10px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #6e7985;
}

.sidebar-prime {
    background-color: #506fd9;
    background-image: linear-gradient(to bottom, #324daa, #506fd9);
}

    .sidebar-prime::before {
        background-color: rgba(59, 94, 212, 0.75);
    }

    .sidebar-prime .sidebar-logo {
        color: #fff;
    }

    .sidebar-prime .sidebar-header {
        border-bottom-color: rgba(255, 255, 255, 0.12);
    }

    .sidebar-prime .sidebar-body .nav-group {
        border-bottom-color: rgba(255, 255, 255, 0.12);
    }

    .sidebar-prime .sidebar-body .nav-label {
        color: rgba(255, 255, 255, 0.45);
    }

    .sidebar-prime .sidebar-body > .ps__rail-y {
        background-color: rgba(255, 255, 255, 0.1);
    }

        .sidebar-prime .sidebar-body > .ps__rail-y > .ps__thumb-y {
            background-color: rgba(255, 255, 255, 0.75);
        }

    .sidebar-prime .nav-sidebar .nav-link {
        color: rgba(255, 255, 255, 0.6);
    }

        .sidebar-prime .nav-sidebar .nav-link:hover, .sidebar-prime .nav-sidebar .nav-link:focus {
            color: #fff;
        }

        .sidebar-prime .nav-sidebar .nav-link.has-sub::after {
            color: rgba(255, 255, 255, 0.6);
        }

        .sidebar-prime .nav-sidebar .nav-link.has-sub.active {
            color: #fff;
        }

        .sidebar-prime .nav-sidebar .nav-link.active {
            color: #fff;
            font-weight: 400;
        }

    .sidebar-prime .nav-sidebar .nav-sub-link {
        color: rgba(255, 255, 255, 0.5);
    }

        .sidebar-prime .nav-sidebar .nav-sub-link::before {
            background-color: rgba(255, 255, 255, 0.45);
        }

        .sidebar-prime .nav-sidebar .nav-sub-link.active {
            color: #fff;
        }

    .sidebar-prime .sidebar-footer {
        background-color: #506fd9;
        border-top-color: rgba(255, 255, 255, 0.12);
        box-shadow: none;
    }

        .sidebar-prime .sidebar-footer .dropdown-link {
            color: rgba(255, 255, 255, 0.6);
        }

            .sidebar-prime .sidebar-footer .dropdown-link:hover, .sidebar-prime .sidebar-footer .dropdown-link:focus {
                background-color: #4365d6;
                color: #fff;
            }

    .sidebar-prime .sidebar-footer-body h6 a, .sidebar-prime .sidebar-footer-body .h6 a {
        color: #fff;
    }

    .sidebar-prime .sidebar-footer-body p {
        color: rgba(255, 255, 255, 0.6);
    }

    .sidebar-prime .sidebar-footer-menu a {
        color: rgba(255, 255, 255, 0.6);
    }

        .sidebar-prime .sidebar-footer-menu a:hover, .sidebar-prime .sidebar-footer-menu a:focus {
            background-color: #4365d6;
            color: #fff;
        }

    .sidebar-prime .sidebar-footer-menu hr {
        background-color: #fff;
        opacity: 0.1;
    }

.sidebar-dark {
    background-color: #192030;
}

@media (min-width: 992px) {
    .sidebar-dark {
        box-shadow: none;
    }
}

.sidebar-dark::before {
    background-color: rgba(16, 21, 31, 0.75);
}

.sidebar-dark .sidebar-logo {
    color: #fff;
}

.sidebar-dark .sidebar-header {
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

.sidebar-dark .sidebar-body .nav-group {
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

.sidebar-dark .sidebar-body .nav-label {
    color: rgba(255, 255, 255, 0.25);
}

.sidebar-dark .sidebar-body > .ps__rail-y {
    background-color: rgba(255, 255, 255, 0.1);
}

    .sidebar-dark .sidebar-body > .ps__rail-y > .ps__thumb-y {
        background-color: rgba(255, 255, 255, 0.75);
    }

.sidebar-dark .nav-sidebar .nav-link {
    color: rgba(255, 255, 255, 0.6);
}

    .sidebar-dark .nav-sidebar .nav-link:hover, .sidebar-dark .nav-sidebar .nav-link:focus {
        color: rgba(255, 255, 255, 0.85);
    }

    .sidebar-dark .nav-sidebar .nav-link.active {
        color: #506fd9;
        font-weight: 400;
    }

    .sidebar-dark .nav-sidebar .nav-link.has-sub::after {
        color: rgba(255, 255, 255, 0.6);
    }

.sidebar-dark .nav-sidebar .nav-sub-link {
    color: rgba(255, 255, 255, 0.5);
}

    .sidebar-dark .nav-sidebar .nav-sub-link::before {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .sidebar-dark .nav-sidebar .nav-sub-link.active {
        color: rgba(255, 255, 255, 0.85);
    }

        .sidebar-dark .nav-sidebar .nav-sub-link.active::before {
            background-color: #506fd9;
        }

.sidebar-dark .sidebar-footer {
    background-color: #192030;
    border-top-color: rgba(255, 255, 255, 0.06);
    box-shadow: none;
}

    .sidebar-dark .sidebar-footer .dropdown-link {
        color: rgba(255, 255, 255, 0.6);
    }

        .sidebar-dark .sidebar-footer .dropdown-link:hover, .sidebar-dark .sidebar-footer .dropdown-link:focus {
            background-color: #141926;
            color: #fff;
        }

.sidebar-dark .sidebar-footer-body h6 a, .sidebar-dark .sidebar-footer-body .h6 a {
    color: #fff;
}

.sidebar-dark .sidebar-footer-body p {
    color: rgba(255, 255, 255, 0.4);
}

.sidebar-dark .sidebar-footer-menu a {
    color: rgba(255, 255, 255, 0.6);
}

    .sidebar-dark .sidebar-footer-menu a:hover, .sidebar-dark .sidebar-footer-menu a:focus {
        background-color: #222b41;
        color: #fff;
    }

.sidebar-dark .sidebar-footer-menu hr {
    background-color: #fff;
    opacity: 0.1;
}*/

/* end sidebar */
/*************************/


/*************************/
/* header */


/*.header {
    height: 72px;
}

    .header .container {
        padding-left: 20px;
        padding-right: 20px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

@media (min-width: 992px) {
    .header .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.header .nav-icon .nav-link {
    padding: 0;
    font-size: 21px;
    line-height: 1;
    color: #6e7985;
    transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
    .header .nav-icon .nav-link {
        transition: none;
    }
}

.header .nav-icon .nav-link + .nav-link {
    margin-left: 8px;
}

.header .nav-icon .nav-link:hover {
    color: #506fd9;
    transform: scale(1.1);
}

.header-logo, .sidebar-logo {
    font-size: 24px;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    color: #212830;
    letter-spacing: -0.5px;
    position: relative;
}

    .header-logo:hover, .sidebar-logo:hover, .header-logo:focus, .sidebar-logo:focus {
        color: #212830;
    }

    .header-logo::after, .sidebar-logo::after {
        content: "";
        position: absolute;
        bottom: 3.5px;
        right: -8px;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background-color: #506fd9;
    }

.header-main {
    height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 800;
    border-bottom: 1px solid #f3f5f9;
    background-color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.25s;
    box-shadow: 0 1px 1px rgba(33, 40, 48, 0.01), 0 4px 4px rgba(33, 40, 48, 0.01), 0 16px 16px rgba(33, 40, 48, 0.01);
}

@media (prefers-reduced-motion: reduce) {
    .header-main {
        transition: none;
    }
}

@media (min-width: 992px) {
    .header-main {
        left: 240px;
        border-left: 1px solid #f8f9fc;
    }
}

@media (min-width: 1400px) {
    .header-main {
        left: 250px;
    }
}

.header-main .form-search {
    width: 180px;
    box-shadow: none;
    background-color: #f3f5f9;
}

@media (max-width: 767.98px) {
    .header-main .form-search {
        height: 38px;
        border-radius: 4px;
    }
}

@media (min-width: 576px) {
    .header-main .form-search {
        width: 270px;
    }
}

@media (min-width: 1200px) {
    .header-main .form-search {
        width: 320px;
    }
}

.header-main .form-search .form-control, .header-main .form-search .gridjs-input {
    padding-left: 3px;
}

.header-main .form-search i {
    opacity: 0.6;
}

.header-main .form-search.onfocus {
    background-color: #fff;
}

.header-main .menu-link {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.325rem;
    color: #6e7985;
}

    .header-main .menu-link:hover {
        color: #506fd9;
    }

.header-main .nav-link {
    color: #6e7985;
}

    .header-main .nav-link:hover {
        color: #41505f;
    }

    .header-main .nav-link.active {
        font-weight: 500;
        color: #506fd9;
        letter-spacing: -0.1px;
    }

    .header-main .nav-link .badge {
        color: #506fd9;
        border: 1px solid #506fd9;
        border-radius: 4px;
        padding: 3px;
        margin-left: 2px;
    }

.header-main .dropdown-link {
    display: block;
    color: #6e7985;
    position: relative;
}

    .header-main .dropdown-link:hover {
        color: #41505f;
    }

    .header-main .dropdown-link i {
        font-size: 20px;
        line-height: 1.4;
    }

    .header-main .dropdown-link small, .header-main .dropdown-link .small {
        position: absolute;
        top: -2px;
        right: -4px;
        width: 14px;
        height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        background-color: #dc3545;
        color: #fff;
        font-size: 9px;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        box-shadow: 0 0 0 1px #fff;
    }

.dropdown-skin .dropdown-link {
    display: flex;
    margin-top: 2px;
}

    .dropdown-skin .dropdown-link i {
        font-size: 22px;
        animation: rotation 5s infinite linear;
        color: #506fd9;
    }

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.dropdown-skin .dropdown-menu {
    width: 250px;
    margin-right: 10px;
    padding: 20px;
    border-color: #e2e5ec;
    border-radius: 6px;
    border-width: 0;
    box-shadow: 0 2px 10px rgba(110, 121, 133, 0.1), 0 10px 20px rgba(110, 121, 133, 0.1);
}

    .dropdown-skin .dropdown-menu label {
        font-size: 10px;
        font-weight: 500;
        font-family: "Inter", sans-serif;
        color: #6e7985;
        text-transform: uppercase;
        display: block;
        letter-spacing: 0.5px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .dropdown-skin .dropdown-menu hr {
        border-color: #e2e5ec;
        opacity: 1;
        margin: 20px 0;
    }

.nav-skin {
    flex-wrap: nowrap;
    white-space: nowrap;
}

    .nav-skin .nav-link {
        border: 1px solid #ccd2da;
        font-size: 0.8125rem;
        padding: 4px 15px;
        color: #41505f;
    }

        .nav-skin .nav-link:hover, .nav-skin .nav-link:focus {
            border-color: #9ea7b1;
            background-color: #f3f5f9;
            position: relative;
        }

        .nav-skin .nav-link + .nav-link {
            margin-left: -1px;
        }

        .nav-skin .nav-link:first-child {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .nav-skin .nav-link:last-child {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

        .nav-skin .nav-link.active {
            letter-spacing: normal;
            font-weight: 400;
            border-color: #6e7985;
            background-color: #e2e5ec;
            color: #212830;
            position: relative;
            z-index: 2;
        }

.dropdown-notification {
    position: relative;
}

    .dropdown-notification .dropdown-link {
        margin-top: 5px;
    }

    .dropdown-notification .dropdown-menu {
        margin-right: 10px;
        width: 320px;
        padding: 0;
        border-color: #e2e5ec;
        border-radius: 6px;
        border-width: 0;
        box-shadow: 0 2px 10px rgba(110, 121, 133, 0.1), 0 10px 20px rgba(110, 121, 133, 0.1);
    }

@media (min-width: 576px) {
    .dropdown-notification .dropdown-menu {
        width: 340px;
    }
}

.dropdown-notification .dropdown-menu-header {
    height: 48px;
    border-bottom: 1px solid #e2e5ec;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.dropdown-notification .dropdown-menu-title {
    font-weight: 600;
    font-size: 15px;
    color: #212830;
    margin-bottom: 0;
}

.dropdown-notification .list-group {
    padding: 5px;
}

.dropdown-notification .list-group-item {
    border-width: 0;
    display: flex;
    padding: 8px 10px;
    border-radius: 4px;
    background-color: transparent;
}

    .dropdown-notification .list-group-item:hover {
        background-color: rgba(243, 245, 249, 0.85);
        cursor: pointer;
    }

    .dropdown-notification .list-group-item strong {
        font-weight: 600;
    }

.dropdown-notification .avatar {
    margin-right: 15px;
    flex-shrink: 0;
}

.dropdown-notification .list-group-body {
    color: #313c47;
    line-height: 1.4;
    padding-right: 10px;
}

    .dropdown-notification .list-group-body p {
        margin-bottom: 2px;
    }

    .dropdown-notification .list-group-body span {
        font-size: 11px;
        color: #6e7985;
    }

.dropdown-notification .dropdown-menu-footer {
    text-align: center;
    padding: 8px 10px;
    border-top: 1px solid #e2e5ec;
    font-size: 0.8125rem;
}

.dropdown-profile .dropdown-link .avatar {
    width: 34px;
    height: 34px;
}

.dropdown-profile .dropdown-menu {
    width: 230px;
    padding: 0;
    border-color: #e2e5ec;
    border-radius: 6px;
    border-width: 0;
    box-shadow: 0 2px 10px rgba(110, 121, 133, 0.1), 0 10px 20px rgba(110, 121, 133, 0.1);
}

.dropdown-profile .dropdown-menu-body {
    padding: 20px 20px 15px;
}

    .dropdown-profile .dropdown-menu-body h5, .dropdown-profile .dropdown-menu-body .h5 {
        font-size: 16px;
    }

.dropdown-profile .nav {
    flex-direction: column;
    margin: 0 -10px;
}

    .dropdown-profile .nav a {
        display: flex;
        align-items: center;
        padding: 7px 8px;
        color: #41505f;
        border-radius: 4px;
        transition: all 0.25s;
    }

@media (prefers-reduced-motion: reduce) {
    .dropdown-profile .nav a {
        transition: none;
    }
}

.dropdown-profile .nav a:hover {
    background-color: #f3f5f9;
    color: #212830;
}

.dropdown-profile .nav a i {
    font-size: 20px;
    line-height: 1;
    margin-right: 10px;
}

.dropdown-profile hr {
    opacity: 0.12;
    margin: 5px -2px;
}*/


/* end header */
/*************************/

