﻿@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@keyframes breath-41c8f6a8-e7c0-4723-b5ba-cef504978020 {
    0% {
        animation-timing-function: cubic-bezier(0.9647,0.2413,-0.0705,0.7911);
        transform: scale(0.9099999999999999);
    }

    51% {
        animation-timing-function: cubic-bezier(0.9226,0.2631,-0.0308,0.7628);
        transform: scale(1.02994);
    }

    100% {
        transform: scale(0.9099999999999999);
    }
}

@media (max-width: 767px) {
    .service-card {
        margin-bottom: 20px;
    }
}


:root {
    --theme-bg-main: #415366;
    --theme-bg-main-darker: #3a4a5d;
    --theme-sidebar-link-parent-bg-active: #4c637f;
    --theme-sidebar-link-bg-active: #56728f;
    --bs-font-sans-serif: 'Google Sans', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (prefers-color-scheme: dark) {
    :root {
        --theme-bg-main: #2E2E2E;
        --theme-bg-main-darker: #1A1A1A;
        --theme-sidebar-link-parent-bg-active: #3A3A3A;
        --theme-sidebar-link-bg-active: #4A4A4A;
    }
}

.money-font {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

hr {
    color: rgba(0,0,0,.1);
    opacity: 1;
}

.navbar {
    padding: 15px 10px;
    /*background: #fff;*/
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    /*background: #fff;*/
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    max-height: 100%;

    background: var(--theme-bg-main);
    color: #fff;
    transition: all 0.3s;
}

    #sidebar::-webkit-scrollbar {
        display: none;
    }

    #sidebar a {
        color: inherit;
        text-decoration: none;
        transition: all 0.3s;
    }

    #sidebar hr {
        color: rgb(255 255 255 / 10%);
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    }

    #sidebar.active {
        margin-left: -250px
    }

    #sidebar .sidebar-header {
        padding: 16px 20px 0px 20px;
        position: sticky;
        top: 0;
        z-index: 2;
        line-height: 1;
        background: var(--theme-bg-main);
    }

        #sidebar .sidebar-header .sidebar-title {
            margin-bottom: 0.75em;
        }

    #sidebar .sidebar-account-menu {
        opacity: 0;
    }

        #sidebar .sidebar-account-menu.show {
            opacity: 1;
            top: -15px !important;
        }

    #sidebar .sidebar-account {
        padding: 10px 15px;
        display: flex;
        width: calc(100% - 14px);
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        color: #ffffff;
        margin-left: 7px;
        margin-right: 7px;
        border-radius: 6px;
        background: var(--theme-sidebar-link-parent-bg-active);
    }

        #sidebar .sidebar-account:after {
            display: none !important;
        }

        #sidebar .sidebar-account img {
            height: 100px;
            width: 100px;
            object-fit: cover;
            border: none;
            box-shadow: 0px 2px 2px 0px rgb(255 255 255 / 14%), 0px 3px 1px -2px rgb(255 255 255 / 12%), 0px 1px 5px 0px rgb(255 255 255 / 20%);
            border-radius: 50%;
        }

        #sidebar .sidebar-account .account-name, #sidebar .sidebar-account .account-position {
            display: block;
            width: 220px;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    #sidebar ul.components {
        padding: 10px 0px;
        border-bottom: none;
        margin-left: 7px;
        margin-right: 7px;
    }

    #sidebar ul {
        margin-top: -2px;
        padding-top: 2px;
        transition: all ease 0.4s;
        overflow: hidden;
    }

        #sidebar ul p {
            padding: 10px;
            font-size: 15px;
            display: block;
            color: #fff;
        }

        #sidebar ul.show, #sidebar ul.collapsing {
            background: var(--theme-sidebar-link-parent-bg-active);
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        #sidebar ul li {
            margin-top: 2px;
        }

            #sidebar ul li a {
                padding: 10px 35px 10px 10px;
                /*font-size: 1.1em;*/
                display: block;
                cursor: pointer;
                border-radius: 6px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                transition: all ease 0.2s;
            }

                #sidebar ul li a.active {
                    background: var(--theme-sidebar-link-bg-active);
                }

                #sidebar ul li a:hover {
                    color: #fff;
                    background: var(--theme-sidebar-link-bg-active);
                }

            #sidebar ul li.active > a,
            #sidebar a[aria-expanded="true"],
            #sidebar a[aria-expanded="true"]:hover {
                color: #fff;
                background: var(--theme-sidebar-link-parent-bg-active);
            }

        #sidebar ul a[aria-expanded="true"] {
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

    #sidebar > ul > li > ul > li > a {
        padding-left: 1.2rem !important;
    }

    #sidebar > ul > li > ul > li > ul > li > a {
        padding-left: 2.4rem !important;
    }

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transition: transform ease 0.4s;
    transform: translateY(-50%);
}

#sidebar ul a[aria-expanded="true"]::after {
    transform: rotate(180deg) translateY(50%);
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #0d6efd !important;
}

/*ul ul a {
    padding-left: 30px !important;
    background: #323232;
}*/

ul.CTAs {
    padding: 20px
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download,
a.download:hover {
    background: #323232;
    color: #fff;
}

h1:focus-visible {
    outline: none;
}

.content {
    width: 100%;
    min-width: 360px;
    min-height: 100%;
    height: fit-content;
    /*background: #fff;*/
}

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

.content-wrapper {
    padding: 0px 30px 30px 30px;
}

@media(max-width:768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0px;
        }

    #sidebarCollapse span {
        display: none;
    }

    .content {
        min-width: 100%;
    }
}

#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: 9999;
}

    #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."
    }

.nav-account {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

    .nav-account .nav-link.dropdown-toggle {
        padding-left: 10px;
    }

        .nav-account .nav-link.dropdown-toggle:after {
            display: none;
        }

    .nav-account.show .nav-link.dropdown-toggle {
        background: none;
    }

    .nav-account .nav-link.dropdown-toggle img {
        height: 40px;
        width: 40px;
        margin: -0.5rem;
        border-radius: 50%;
        box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 3px 1px -2px rgb(0 0 0 / 12%), 0px 1px 5px 0px rgb(0 0 0 / 20%);
    }
/*
nav.app-header {
    padding-left: 15px;
}
*/
.account-toggler {
    border: none;
}

    .account-toggler:focus-visible {
        outline: none;
    }

    .account-toggler:focus, #sidebarCollapse:focus {
        box-shadow: none;
    }

#sidebarCollapse {
}

    #sidebarCollapse div {
        background: #6f6f6f;
        height: 2px;
        border-radius: 2px;
        transition: all ease .4s;
    }

        #sidebarCollapse div:not(:first-child) {
            margin-top: 5px;
        }

    #sidebarCollapse .one {
        width: 25px;
    }

    #sidebarCollapse .two {
        width: 15px;
    }

    #sidebarCollapse .three {
        width: 20px;
    }

    #sidebarCollapse:hover div {
        background: #4A4A4A;
    }

    #sidebarCollapse:hover .two, #sidebarCollapse:hover .three {
        width: 25px;
    }

@media (prefers-color-scheme: dark) {
    #sidebarCollapse div {
        background: #4A4A4A;
    }

    #sidebarCollapse:hover div {
        background: #6f6f6f;
    }
}

/*#region Max Width */
.w-mx-150 {
    max-width: 150px;
}

.w-mx-155 {
    max-width: 155px;
}

.w-mx-175 {
    max-width: 175px;
}

.w-mx-200 {
    max-width: 200px;
}

.w-mx-225 {
    max-width: 225px;
}

.w-mx-300 {
    max-width: 300px;
}

.w-mx-325 {
    max-width: 325px;
}

.w-mx-355 {
    max-width: 355px;
}

/*#endregion */

.btn.btn-link-nounderline, .link-nounderline {
    text-decoration: none;
}

.validation-message {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.form-control.is-invalid, .was-validated .form-control:invalid, .form-control.invalid,
.form-select.is-invalid, .was-validated .form-select:invalid, .form-select.invalid {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: 1.85rem;
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus, .form-control.invalid:focus,
    .form-select.is-invalid:focus, .was-validated .form-select:invalid:focus, .form-select.invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%);
    }

    .form-control.invalid + label,
    .form-select.invalid + label {
        color: #dc3545;
    }

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        margin-bottom: 0.5rem;
    }
}

/*.form-check-input {
    border: 1px solid rgb(0 0 0 / 60%);
}*/

.form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.60%29'/%3e%3c/svg%3e");
}

.account-options {
    margin: 5px 7px;
    background: var(--theme-sidebar-link-parent-bg-active);
    border-radius: 6px;
}

    .account-options .option-item {
        text-align: center;
        padding: 0.5rem;
        width: calc(100% / 3);
    }

        .account-options .option-item:hover {
            background: var(--theme-sidebar-link-bg-active);
        }

        .account-options .option-item:first-child {
            border-top-left-radius: 6px;
            border-bottom-left-radius: 6px;
        }

        .account-options .option-item.option-logout {
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
        }

        .account-options .option-item.active {
            background: var(--theme-sidebar-link-bg-active);
            cursor: default;
        }

.app-version {
    font-size: 0.7em;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 0.15rem 0.25rem;
    font-size: .7rem;
    line-height: .5;
}

.i-spinner {
    margin-top: -3px;
    height: 20px;
    width: 20px;
}

.validation-container {
    margin-top: 0.25rem;
}

.validation-message {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    color: #dc3545;
}

ul.validation-errors {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.validation-errors * {
    text-align: left !important;
}

.login-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex !important;
    align-items: center !important;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    background-color: var(--theme-bg-main);
    background-image: url(../img/background-l1-mosaic.svg),radial-gradient(farthest-side ellipse at 10% 0, var(--theme-bg-main) 20%, var(--theme-bg-main-darker));
    background-image: url(../img/background-l1-mosaic.svg),-webkit-radial-gradient(10% 0, farthest-side ellipse, var(--theme-bg-main) 20%, var(--theme-bg-main-darker));
    /*background-image: url(../../img/background-l1-mosaic.svg),-moz-radial-gradient(10% 0, farthest-side ellipse, #587baf 20%, #7b398e);*/
    /*    background-image: url(../../img/forest_bg_light.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.form-signin {
    width: 100%;
    max-width: 340px;
    padding: 20px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgb(35 35 35 / 20%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.34);
}

    .form-signin #username, .form-signin #password {
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .form-signin #username {
        border-bottom: 1px solid rgb(255 255 255 / 20%);
    }

@media (prefers-color-scheme: dark) {
    /*    .login-panel {
        background-image: url(../../img/forest_bg_dark.jpg);
    }*/

    .form-signin {
        box-shadow: 0 4px 12px rgb(35 35 35 / 80%);
        background: rgba(42, 42, 42, 0.80);
        border: 1px solid rgb(31 31 31 / 31%);
    }

        .form-signin #username, .form-signin #password {
            background: rgba(42, 42, 42, 0.4);
            border: 1px solid rgb(82 82 82 / 20%);
        }

        .form-signin #username {
            border-bottom: 1px solid rgb(255 255 255 / 2%);
        }
}

.form-signin #password {
    border-top: none;
}


.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input.si-email {
    margin-bottom: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input.si-password {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.input-group > .form-floating > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-panel {
    max-width: 320px;
    position: relative;
}

    .search-panel .form-control {
        padding-right: 1.9rem;
    }

    .search-panel .search-icon {
        position: absolute;
        right: 0.8rem;
        top: 0.75rem;
    }

.modal-footer .search-panel {
    width: 100%;
    max-width: 100%;
}

    .modal-footer .search-panel .col {
        padding: 0;
    }

.sticky-right {
    position: sticky;
    right: 0;
}

.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .ellipsis.ellipsis-line-1 {
        -webkit-line-clamp: 1;
    }

    .ellipsis.ellipsis-line-2 {
        -webkit-line-clamp: 2;
    }

    .ellipsis.ellipsis-line-3 {
        -webkit-line-clamp: 3;
    }

    .ellipsis.ellipsis-line-4 {
        -webkit-line-clamp: 4;
    }

@media (min-width: 576px) {
    .text-xs-center {
        text-align: center !important;
    }

    .text-xs-left {
        text-align: left !important;
    }
}


@media (min-width: 768px) {
    .text-md-center {
        text-align: center !important;
    }

    .text-md-left {
        text-align: left !important;
    }
}


@media (min-width: 992px) {
    .text-lg-center {
        text-align: center !important;
    }

    .text-lg-left {
        text-align: left !important;
    }
}


@media (min-width: 1200px) {
    .text-xl-center {
        text-align: center !important;
    }

    .text-xl-left {
        text-align: left !important;
    }
}


@media (min-width: 1400px) {
    .text-xxl-center {
        text-align: center !important;
    }

    .text-xxl-left {
        text-align: left !important;
    }
}

.form-floating > label {
    text-align: left !important;
}

.table > :not(:first-child) {
    border-top: none;
}

.table thead th, .table thead td,
.table tfoot th, .table tfoot td {
    position: relative;
}

.table:not(.table-bordered) thead th::before, .table:not(.table-bordered) thead td::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid currentColor;
    z-index: 1;
}

.table thead th *, .table thead td * {
    position: relative;
    z-index: 2;
}

.table tfoot tr:first-child th::before, .table tfoot tr:first-child td::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 2px solid currentColor;
    z-index: 1;
}

.table tfoot tr:first-child th *, .table tfoot tr:first-child td * {
    position: relative;
    z-index: 2;
}

@media (prefers-color-scheme: dark) {
    .table thead th::before, .table thead td::before {
        border-bottom: 2px solid #e1e1e1;
    }

    .table tfoot tr:first-child th::before, .table tfoot tr:first-child td::before {
        border-bottom: none;
        border-top: 2px solid currentColor;
    }

    .swal2-popup {
        background-color: rgb(59,59,59) !important;
    }

        .swal2-popup .swal2-title, .swal2-popup .swal2-html-container {
            color: #e1e1e1 !important;
        }

    .canvasjs-chart-tooltip > div {
        background: #222222e5 !important;
        color: #fff !important;
    }



}

