﻿/* https://google-webfonts-helper.herokuapp.com/fonts */
/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Montserrat/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/Montserrat/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Montserrat/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Montserrat/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Montserrat/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Montserrat/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* Fonts */
.Montserrat {
    --Font-Family: 'Montserrat', Helvetica, Arial, sans-serif;
}

blockquote {
    background: #f9f9f9;
    border-left: 5px solid #3073ea;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}

.BlueTheme {
    /* Primary Colors */
    --PrimaryGreen: #006400;
    --PrimaryRed: #8B0000;
    /* Link Colors */
    --LinkColor: #445668;
    --LinkColorHover: #859aaf;
    --NavLinkBackground: #f3f5f7;
    /* Button Colors */
    --PrimaryButtonColor: #5f7892;
    --PrimaryButtonColorHover: #859aaf;
    --PrimaryButtonBorderColor: #5f7892;
    --ButtonTextColor: #FFFFFF;
    --ButtonBackgroundColor: #FFFFFF;
    --ButtonBackgroundColorActive: #5f7892;
    --ButtonTextColorActive: #FFFFFF;
    --ButtonBorder: #d6dde4;
    --ButtonTextColorDisabled: #9fa7b5;
    --ButtonBackgroundColorDisabled: #252526;
    --ButtonBorderDisabled: #d6dde4;
    --SecondaryButtonColorHover: #445668;
    /* Textbox */
    --TextBoxBackgroundColor: #FFFFFF;
    /* Body */
    --PrimaryColor: #5f7892;
    --PrimaryColorHover: #859aaf;
    --PrimaryTextColor: #FFFFFF;
    --SecondaryColor: #FFFFFF;
    --SecondaryColorHover: #445668;
    --DisabledColor: #f3f5f7;
    --SecondaryBorderColor: #d6dde4;
    --TextColor: #5f7892;
    --ControlTextColor: #445668;
    --BodyTextColor: #555555;
    --BodyBackground: #f3f5f7;
    --BorderColor: #d6dde4;
    --BorderActiveColor: #859aaf;
    /* Top Nav */
    --TopBarBackground: #FFFFFF;
    /* Side Nav */
    --SidePanelBackground: #FFFFFF;
    --SidePanelNavItemBackground: #FFFFFF;
    --SidePanelNavText: #445668;
    --SidePanelClose: #fafbff;
    /* Cards */
    --CardBackground: #FFFFFF;
    --CardSecondaryBackground: #e9eaf1;
    --CardCloseButton: none;
    --CardHoverColor: #fbfbfe;
    --CardFooter: #fafbff;
    /* Other Controls */
    --CheckBoxColor: #5f7892;
    --CalendarPicker: none;
    /* Scroll */
    --ScrollColor: #d3d5d7;
    --ScrollColorHover: #dedede;
}

.DarkTheme {
    /* Primary Colors */
    --PrimaryGreen: #006400;
    --PrimaryRed: #8B0000;
    /* Links */
    --LinkColor: #D1D1D1;
    --LinkColorHover: #F1F1F1;
    --NavLinkBackground: #37373d;
    /* Buttons */
    --PrimaryButtonColor: #2e2e2e;
    --PrimaryButtonColorHover: #555555;
    --PrimaryButtonBorderColor: #d6dde4;
    --ButtonTextColor: #FFFFFF;
    --ButtonBackgroundColor: #252526;
    --ButtonBackgroundColorActive: #FFFFFF;
    --ButtonTextColorActive: #2e2e2e;
    --ButtonBorder: #2e2e2e;
    --ButtonTextColorDisabled: #9fa7b5;
    --ButtonBackgroundColorDisabled: #252526;
    --ButtonBorderDisabled: #d6dde4;
    --SecondaryButtonColorHover: #FFFFFF;
    /* Textbox */
    --TextBoxBackgroundColor: #353536;
    /* Body */
    --PrimaryColor: #d6dde4;
    --PrimaryColorHover: #859aaf;
    --PrimaryTextColor: #FFFFFF;
    --SecondaryColor: #252526;
    --SecondaryColorHover: #445668;
    --SecondaryBorderColor: #2e2e2e;
    --DisabledColor: #454546;
    --TextColor: #c1c1c1;
    --ControlTextColor: #c1c1c1;
    --BodyTextColor: #d6dde4;
    --BodyBackground: #1e1e1e;
    --BorderColor: #2e2e2e;
    --BorderActiveColor: #859aaf;
    /* Top Nav */
    --TopBarBackground: #252526;
    /* Side Nav */
    --SidePanelBackground: #252526;
    --SidePanelNavItemBackground: #252526;
    --SidePanelNavText: #c1c1c1;
    --SidePanelClose: #2e2e2e;
    /* Cards */
    --CardBackground: #252526;
    --CardSecondaryBackground: #2e2e2e;
    --CardCloseButton: invert(100%);
    --CardHoverColor: #555555;
    --CardFooter: #2e2e2e;
    /* Other Controls */
    --CheckBoxColor: #2e2e2e;
    --CalendarPicker: invert(1);
    /* Scroll */
    --ScrollColor: #3e3e3e;
    --ScrollColorHover: #5e5e5e;
}

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

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}

.splash-background {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #594ae2 50%, #7467ef 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
}

.splash-content {
    left: 50%;
    padding: 10vmin;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
}

body {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--BodyTextColor);
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background: var(--BodyBackground);
    overflow: auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: var(--BodyTextColor);
    font-weight: 600;
}

a {
    color: var(--LinkColor);
    text-decoration: none;
}

    a:hover {
        color: var(--LinkColorHover);
    }

*:disabled {
    background-color: var(--DisabledColor) !important;
}

hr {
    background: #adb4c0;
}

.text-muted {
    color: #9fa7b5 !important;
}

.table-dark {
    background: var(--ControlTextColor);
    color: #fff;
}



.sidebar-icon {
    font-size: 20px;
    position: relative;
    bottom: 3px;
}

.header-icon {
    font-size: 20px;
}

.table-bordered th, .table-bordered td {
    border-color: var(--BorderColor);
}

.table th, .table td {
    border-color: var(--BorderColor);
}

.table thead th {
    border-color: var(--BorderColor);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.table-dark th, .table-dark td, .table-dark thead th {
    border-color: #515a6a;
}

.table-hover > tbody > tr:hover {
    background-color: #fff;
}

.popover {
    border-color: #dee1fc;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
    border-left-color: #dee1fc;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
    border-right-color: #dee1fc;
}

.bs-popover-top > .arrow::before, .bs-popover-auto[data-popper-placement^=top] > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
    border-top-color: #dee1fc;
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
    border-bottom-color: #dee1fc;
}

a.app-link {
    color: var(--ControlTextColor);
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(37,41,48,.3);
    text-decoration-color: rgba(37,41,48,.3);
}

    a.app-link:hover {
        color: var(--LinkColorHover);
        -webkit-text-decoration-color: rgba(21,163,98,.8);
        text-decoration-color: rgba(21,163,98,.8);
    }

.app-modal {
    background-color: var(--CardBackground);
    border-color: var(--BorderColor);
}

    .app-modal .modal-header {
        border-color: var(--BorderColor);
    }

    .app-modal .modal-footer {
        border-color: var(--BorderColor);
    }

.close-btn {
    border: 0px;
    background-color: var(--CardBackground);
    color: var(--TextColor);
    font-size: 18px;
    border-radius: 50%;
}

button.close:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    font-weight: 600;
    padding: .4rem 1rem;
    font-size: .875rem;
    border: none;
}

    .btn:hover, .btn:active, .btn:focus {
        text-decoration: none;
    }

    .btn .bi {
        position: relative;
        top: -2px;
    }

    .btn:focus, .btn.focus {
        box-shadow: none !important;
    }

.app-btn-primary {
    background: var(--PrimaryButtonColor);
    color: var(--PrimaryTextColor);
    border-color: var(--PrimaryButtonBorderColor);
    cursor: pointer;
    height: 2rem;
    padding: 5px 10px;
}

    .app-btn-primary:hover {
        color: var(--PrimaryTextColor);
        background: var(--PrimaryButtonColorHover);
        border-color: var(--PrimaryColorHover);
    }

.app-btn-secondary {
    background: var(--SecondaryColor);
    color: var(--TextColor);
    cursor: pointer;
    border: 1px solid var(--SecondaryBorderColor);
    height: 2rem;
    padding: 5px 10px;
}

    .app-btn-secondary:hover {
        color: var(--SecondaryButtonColorHover);
        border: 1px solid var(--PrimaryColorHover);
        background: var(--SecondaryColor);
    }

.borderless {
    border: none !important;
}

.form-check-input {
    background-color: var(--CheckBoxColor);
    border-color: var(--PrimaryColor);
}

    .form-check-input:checked {
        background-color: var(--CheckBoxColor);
        border-color: var(--PrimaryColor);
    }

.dropdown-menu {
    border-color: var(--BorderColor);
    background-color: var(--SidePanelBackground);
}

    .dropdown-menu .dropdown-item {
        padding: .5rem 1rem;
        color: var(--PrimaryColor);
        font-size: 14px;
        cursor: pointer;
    }

        .dropdown-menu .dropdown-item:hover {
            color: var(--ControlTextColor);
        }

        .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
            background: var(--NavLinkBackground);
        }

        .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
            background: #fafbff;
        }

.dropdown-icon {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.dropdown-divider {
    border-top-color: var(--BorderColor);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.dropdown-toggle.no-toggle-arrow:after {
    display: none !important;
}

.app-header {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    border-bottom: 1px solid var(--BorderColor);
    height: 56px;
    background: var(--TopBarBackground);
}

.app-header-inner {
    position: relative;
}

.app-search-form {
    position: relative;
    max-width: 600px;
}

    .app-search-form .search-input {
        font-size: .875rem;
        border-radius: .25rem;
        padding-right: 3rem;
        padding-left: 1rem;
    }

        .app-search-form .search-input:focus {
            border-color: var(--BorderColor);
        }

    .app-search-form .search-btn {
        color: #828d9f;
        background: none;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 0;
        padding: .5rem 1rem;
    }

        .app-search-form .search-btn:active, .app-search-form .search-btn:focus, .app-search-form .search-btn:hover {
            outline: none !important;
            color: var(--PrimaryColor);
            box-shadow: none;
        }

.app-utility-item {
    display: inline-block;
    margin-right: 1.25rem;
}

    .app-utility-item:last-child {
        margin-right: 0;
    }

    .app-utility-item > a {
        color: var(--TextColor);
    }

        .app-utility-item > a:hover {
            color: var(--ControlTextColor);
        }

    .app-utility-item .dropdown-toggle {
        position: relative;
    }

    .app-utility-item .dropdown-menu {
        font-size: .875rem;
        margin: 0;
    }

        .app-utility-item .dropdown-menu.show {
            top: 23px !important;
        }

    .app-utility-item .icon {
        font-size: 1.25rem;
        width: 24px;
        height: 24px;
    }

    .app-utility-item .icon-badge {
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        right: -0.45rem;
        top: -0.3rem;
        width: 20px;
        height: 20px;
        font-size: .6rem;
        font-weight: bold;
        padding-top: 1px;
        color: #fff;
        text-align: center;
    }

.badge.bg-success {
    background-color: var(--PrimaryGreen) !important;
}

.app-utility-item .icon-badge.icon-badge {
    background: var(--PrimaryRed);
    border: 2px solid #fff;
}

.app-notifications-dropdown .dropdown-menu {
    width: 300px;
}

    .app-notifications-dropdown .dropdown-menu .dropdown-menu-header {
        border-bottom: 1px solid var(--BorderColor);
    }

    .app-notifications-dropdown .dropdown-menu .dropdown-menu-title {
        font-size: 1rem;
    }

    .app-notifications-dropdown .dropdown-menu .profile-image {
        width: 36px;
        height: 36px;
    }

    .app-notifications-dropdown .dropdown-menu .info {
        padding-right: 80px;
        position: relative;
    }

    .app-notifications-dropdown .dropdown-menu .meta {
        color: #828d9f;
        position: absolute;
        right: 0;
        top: 0;
        font-size: .75rem;
    }

    .app-notifications-dropdown .dropdown-menu .dropdown-menu-footer {
        border-top: 1px solid var(--BorderColor);
        color: var(--TextColor);
    }

    .app-notifications-dropdown .dropdown-menu .item {
        min-width: 250px;
        position: relative;
        border-bottom: 1px solid var(--BorderColor);
        color: var(--TextColor);
    }

        .app-notifications-dropdown .dropdown-menu .item:last-child {
            border-bottom: none;
        }

        .app-notifications-dropdown .dropdown-menu .item:hover {
            background: var(--NavLinkBackground);
        }

    .app-notifications-dropdown .dropdown-menu .link-mask {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
    }

.app-notifications-dropdown .app-icon-holder {
    display: inline-block;
    background: var(--NavLinkBackground);
    color: var(--PrimaryColor);
    width: 36px;
    height: 36px;
    padding-top: 4px;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%;
}

    .app-notifications-dropdown .app-icon-holder.icon-holder-mono {
        background: var(--BodyBackground);
        color: #828d9f;
    }

    .app-notifications-dropdown .app-icon-holder svg {
        width: 20px;
        height: 20px;
    }

.app-user-dropdown {
    display: inline-block;
}

    .app-user-dropdown img {
        width: 36px;
        height: 36px;
    }

@media(min-width: 576px) {
    .app-notifications-dropdown .dropdown-menu {
        width: 400px;
    }
}

@media(min-width: 1200px) {
    .app-header-inner {
        margin-left: 250px;
    }
}

@media(max-width: 575.98px) {
    .search-mobile-trigger {
        cursor: pointer;
        -webkit-opacity: .8;
        -moz-opacity: .8;
        opacity: .8;
    }

        .search-mobile-trigger:hover {
            color: var(--PrimaryColor);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    .app-search-box {
        display: none;
        position: absolute;
        left: 0;
        top: 56px;
        padding: 0;
        height: 100vh;
        background: rgba(0,0,0,.5);
        transition: all .4s ease-in-out;
    }
}

@media(max-width: 575.98px)and (prefers-reduced-motion: reduce) {
    .app-search-box {
        transition: none;
    }
}

@media(max-width: 575.98px) {
    .app-search-box .app-search-form .search-input {
        border-radius: 0;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .app-search-box .app-search-form .search-btn {
        top: 7px;
    }
}

@media(max-width: 575.98px) {
    .app-search-box.is-visible {
        display: block;
    }
}

.app-sidepanel {
    position: fixed;
    min-height: 100vh;
    height: 100%;
    left: 0;
    top: 0;
    font-size: .875rem;
    border-right: 1px solid var(--BorderColor);
}

    .app-sidepanel .panel-drop {
        display: none;
    }

    .app-sidepanel .sidepanel-inner {
        position: relative;
        z-index: 10;
        background: var(--SidePanelBackground);
        box-shadow: rgba(0,0,0,.05) 0px 8px 15px;
        width: 250px;
        height: 100%;
    }

    .app-sidepanel .sidepanel-close {
        display: none;
        position: absolute;
        z-index: 20;
        right: -3.5rem;
        top: 5px;
        color: #fff;
        font-size: 2rem;
        cursor: pointer;
        border: 1px;
        background-color: var(--SidePanelClose);
        color: var(--TextColor);
        border: 1px solid var(--ButtonBorder);
        border-radius: 23px;
        text-align: center;
        width: 48px;
        height: 48px;
        opacity: 0.5;
    }

    .app-sidepanel.sidepanel-hidden {
        left: -400px;
    }

    .app-sidepanel.sidepanel-visible {
        left: 0;
    }

    .app-sidepanel .app-nav-main {
        overflow-y: auto;
        scrollbar-color: rgba(0,0,0,.1) var(--BorderColor);
        scrollbar-width: thin;
    }

        .app-sidepanel .app-nav-main::-webkit-scrollbar {
            width: 6px;
            background-color: var(--BorderColor);
        }

        .app-sidepanel .app-nav-main::-webkit-scrollbar-thumb {
            background-color: rgba(0,0,0,.1);
            border-radius: .5rem;
        }

.app-branding {
    padding-top: 1rem;
    padding-left: 20px;
}

.app-branding .logo-icon {
    /*width: 36px;*/
    height: 150px;
}

.app-branding .logo-text {
    color: var(--ControlTextColor);
    font-size: 1.25rem;
    font-weight: 600;
    vertical-align: middle;
}

.app-nav {
    color: var(--TextColor);
    display: block;
    padding: 0;
    width: 100%;
}

    .app-nav .app-menu {
        margin-bottom: 0;
    }

    .app-nav .nav-item {
        display: block;
        color: var(--TextColor);
        background: var(--SidePanelNavItemBackground);
    }

    .app-nav .nav-link {
        display: block;
        padding: .875rem 1rem;
        color: var(--ControlTextColor);
        position: relative;
        display: block;
        padding-left: 3rem;
        border-left: 3px solid transparent;
    }

        .app-nav .nav-link.active {
            color: var(--PrimaryColor);
            background: var(--NavLinkBackground);
            border-left: 3px solid var(--PrimaryColor);
            font-weight: 500;
        }

        .app-nav .nav-link.submenu-toggle.active {
            background: none;
            border-color: transparent;
        }

        .app-nav .nav-link:hover {
            color: var(--PrimaryColor);
        }

    .app-nav .nav-icon {
        position: absolute;
        left: 1rem;
        top: .7rem;
    }

        .app-nav .nav-icon .bi {
            width: 1.25rem;
            height: 1.25rem;
        }

    .app-nav .submenu-arrow {
        position: absolute;
        right: 1rem;
        top: .7rem;
        color: #828d9f;
    }

        .app-nav .submenu-arrow svg {
            width: 14px;
            height: 14px;
        }

    .app-nav .submenu-toggle {
        transition: all .4s ease-in-out;
    }

@media(prefers-reduced-motion: reduce) {
    .app-nav .submenu-toggle {
        transition: none;
    }
}

.app-nav .submenu-toggle[aria-expanded=true] .submenu-arrow {
    color: var(--ControlTextColor);
}

    .app-nav .submenu-toggle[aria-expanded=true] .submenu-arrow svg {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

.app-nav .submenu-item {
    margin-bottom: 0;
}

.app-nav .submenu-link {
    color: var(--TextColor);
    font-size: .875rem;
    margin-left: 2rem;
    padding: .5rem 1rem;
    padding-left: 1rem;
    position: relative;
    display: block;
    margin-bottom: 0;
}

    .app-nav .submenu-link:before {
        background-color: var(--BorderColor);
        content: " ";
        display: inline-block;
        height: inherit;
        left: 0;
        position: absolute;
        width: 2px;
        height: 100%;
        margin-top: -0.5rem;
    }

    .app-nav .submenu-link:hover {
        color: var(--ControlTextColor);
    }

    .app-nav .submenu-link.active {
        color: var(--PrimaryColor);
        background: var(--NavLinkBackground);
    }

        .app-nav .submenu-link.active:before {
            background-color: var(--PrimaryColor);
        }

.app-sidepanel-footer {
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid var(--BorderColor);
    background: var(--BodyBackground);
}

    .app-sidepanel-footer .app-nav-footer {
        margin-bottom: 0;
    }

@media(max-width: 1199.98px) {
    .app-sidepanel {
        transition: all .4s ease-in-out;
        left: -400px;
    }
}

@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce) {
    .app-sidepanel {
        transition: none;
    }
}

@media(max-width: 1199.98px) {
    .app-sidepanel.sidepanel-visible {
        display: block;
    }
}

@media(max-width: 1199.98px) {
    .sidepanel-visible .sidepanel-close {
        display: inline-block;
    }
}

@media(max-width: 1199.98px) {
    .sidepanel-visible .sidepanel-drop {
        position: fixed;
        display: block;
        min-height: 100vh;
        height: 100%;
        width: 100%;
        min-width: 100vw;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.35);
    }
}

@media(min-width: 1200px) {
    .app-wrapper {
        margin-left: 250px;
    }
}

.app-footer .copyright {
    font-size: .8125rem;
}

.app-wrapper {
    transition: all .4s ease-in-out;
}
.app-content {
}

.app-page-title {
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 1.5rem;
}

.app-card {
    position: relative;
    background: var(--CardBackground);
    border-radius: .25rem;
    animation: fadeIn .3s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.app-card.border-left-decoration {
    border-left: 3px solid var(--PrimaryColor);
}

.app-card .app-card-link-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}

.app-card .app-card-header {
    border-bottom: 1px solid var(--BorderColor);
}

.app-card .app-card-title {
    font-size: 1.125rem;
    margin-bottom: 0;
}

.app-card .card-header-action {
    font-size: .875rem;
}

    .app-card .card-header-action a:hover {
        text-decoration: underline;
    }

.btn-icon {
    font-size: 15px;
    position: relative;
    top: 2px;
}

.form-select {
    height: 2rem;
    padding: 3px 10px;
    background-color: var(--TextBoxBackgroundColor);
    color: var(--TextColor);
    border-color: var(--SecondaryBorderColor);
}

    .form-select:focus {
        box-shadow: none;
        outline: none;
    }

select.form-control {
    height: 2rem;
    padding: 3px 10px;
    background-color: var(--TextBoxBackgroundColor);
    color: var(--TextColor);
    border-color: var(--SecondaryBorderColor);
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;
}

    select.form-control:focus {
        box-shadow: none;
        outline: none;
    }

.app-card .form-select-holder {
    display: inline-block;
}

.btn-close {
    filter: var(--CardCloseButton);
}

.app-card .btn-close {
    padding: 1rem;
}

    .app-card .btn-close:focus {
        box-shadow: none;
    }

.app-card-stat {
    text-align: center;
}

    .app-card-stat .stats-type {
        font-size: .875rem;
        color: #828d9f;
        text-transform: uppercase;
    }

    .app-card-stat .stats-figure {
        font-size: 2rem;
        color: var(--ControlTextColor);
    }

    .app-card-stat .stats-meta {
        font-size: .875rem;
        color: #828d9f;
    }

.app-card-progress-list .item {
    position: relative;
    border-bottom: 1px solid var(--BorderColor);
}

    .app-card-progress-list .item:hover .title {
        color: var(--ControlTextColor);
    }

    .app-card-progress-list .item:last-child {
        border: none;
    }

    .app-card-progress-list .item .title {
        font-size: .875rem;
        font-weight: 500;
    }

    .app-card-progress-list .item .meta {
        font-size: .875rem;
        color: #828d9f;
    }

.app-card-progress-list .item-link-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}

.app-card-progress-list .progress {
    height: .5rem;
}

.app-card-stats-table .table {
    font-size: .875rem;
}

.app-card-stats-table .meta {
    color: #828d9f;
    font-weight: 500;
    font-size: .875rem;
}

.app-card-stats-table .stat-cell {
    text-align: right;
}

.app-card-basic {
    height: 100%;
}

    .app-card-basic .title {
        font-size: 1rem;
    }

.app-card .app-icon-holder {
    display: inline-block;
    background: var(--NavLinkBackground);
    color: var(--PrimaryColor);
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%;
}

    .app-card .app-icon-holder.icon-holder-mono {
        background: var(--BodyBackground);
        color: #828d9f;
    }

    .app-card .app-icon-holder svg {
        width: 24px;
        height: 24px;
    }

.stat-cell {
    color: var(--TextColor);
}

.app-card .app-card-body.has-card-actions {
    position: relative;
    padding-right: 1rem !important;
}

.app-card .app-card-body .app-card-actions {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    right: .75rem;
    top: .75rem;
}

    .app-card .app-card-body .app-card-actions:hover {
        background: var(--BodyBackground);
    }

    .app-card .app-card-body .app-card-actions .dropdown-menu {
        font-size: .8125rem;
    }

.app-card-doc:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.app-card-doc .app-card-thumb-holder {
    background: var(--CardSecondaryBackground);
    text-align: center;
    position: relative;
    height: 112px;
}

    .app-card-doc .app-card-thumb-holder .app-card-thumb {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
    }

    .app-card-doc .app-card-thumb-holder .thumb-image {
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
        width: 100%;
        height: auto;
    }

    .app-card-doc .app-card-thumb-holder:hover {
        background: var(--CardHoverColor);
    }

        .app-card-doc .app-card-thumb-holder:hover .thumb-image {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    .app-card-doc .app-card-thumb-holder .badge {
        position: absolute;
        right: .5rem;
        top: .5rem;
    }

    .app-card-doc .app-card-thumb-holder .icon-holder {
        font-size: 40px;
        display: inline-block;
        margin: 0 auto;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #fff;
        padding-top: 10px;
    }

        .app-card-doc .app-card-thumb-holder .icon-holder .pdf-file {
            color: #da2d27;
        }

        .app-card-doc .app-card-thumb-holder .icon-holder .text-file {
            color: #66a0fd;
        }

        .app-card-doc .app-card-thumb-holder .icon-holder .excel-file {
            color: #0da95f;
        }

        .app-card-doc .app-card-thumb-holder .icon-holder .ppt-file {
            color: #f4b400;
        }

        .app-card-doc .app-card-thumb-holder .icon-holder .video-file {
            color: #935dc1;
        }

        .app-card-doc .app-card-thumb-holder .icon-holder .zip-file {
            color: var(--ControlTextColor);
        }

.app-card-doc .app-doc-title {
    font-size: .875rem;
}

    .app-card-doc .app-doc-title a {
        color: var(--ControlTextColor);
    }

    .app-card-doc .app-doc-title.truncate {
        max-width: calc(100% - 30px);
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.app-card-doc .app-doc-meta {
    font-size: .75rem;
}

.table-search-form .form-control {
    height: 2rem;
    min-width: auto;
}

.app-dropdown-menu {
    font-size: .875rem;
}

.app-card-orders-table .table {
    font-size: .875rem;
}

    .app-card-orders-table .table .cell {
        border-color: var(--BorderColor);
        color: var(--TextColor);
        vertical-align: middle;
    }

.app-card-orders-table .cell span {
    display: inline-block;
}

.app-card-orders-table .cell .note {
    display: block;
    color: #828d9f;
    font-size: .75rem;
}

.app-card-orders-table .btn-sm, .app-card-orders-table .btn-group-sm > .btn {
    padding: .125rem .5rem;
    font-size: .75rem;
}

.app-card-orders-table .truncate {
    max-width: 250px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-nav-tabs {
    background: var(--CardBackground);
    padding: 0;
}

    .app-nav-tabs .nav-link {
        color: var(--TextColor);
        font-size: .875rem;
        font-weight: bold;
    }

        .app-nav-tabs .nav-link.active {
            color: var(--PrimaryColor);
            border-bottom: 2px solid var(--PrimaryColor);
        }

            .app-nav-tabs .nav-link.active:hover {
                background: none;
            }

        .app-nav-tabs .nav-link:hover {
            color: var(--PrimaryColor);
        }

.app-pagination .pagination > li > a,
.app-pagination .pagination > li > span {
    background: var(--ButtonBackgroundColor);
    color: var(--ButtonTextColor);
    border-color: var(--ButtonBorder);
}

.app-pagination .pagination {
    font-size: .875rem;
    cursor: pointer;
}

    .app-pagination .pagination .page-link {
        color: var(--TextColor);
        padding: .25rem .5rem;
    }

    .app-pagination .pagination .page-item.active .page-link {
        background: var(--ButtonBackgroundColorActive);
        color: var(--ButtonTextColorActive);
        border-color: var(--ButtonBorder);
    }

    .app-pagination .pagination .page-item.disabled .page-link {
        color: var(--ButtonTextColorDisabled);
    }

.app-card-accordion .app-card-title {
    font-size: 1.125rem;
}

.app-card-accordion .faq-accordion .accordion-item {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--BorderColor);
    background-color: var(--CardBackground);
    color: var(--TextColor);
}

    .app-card-accordion .faq-accordion .accordion-item:last-child {
        border-bottom: none;
    }

.app-card-accordion .faq-accordion .accordion-header {
    border: none;
}

.app-card-accordion .faq-accordion .accordion-button {
    padding: 1rem;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: none;
    padding-left: 0;
    font-size: 1rem;
    text-decoration: none;
    color: var(--PrimaryColor);
}

    .app-card-accordion .faq-accordion .accordion-button:after {
        display: none;
    }

.app-card-accordion .faq-accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    font-size: 1rem;
}

.add-bottom-border {
    border-bottom: 1px solid var(--BorderColor);
}

.app-card-account {
    height: 100%;
}

    .app-card-account .item {
        font-size: .875rem;
    }

        .app-card-account .item .profile-image {
            width: 60px;
            height: 60px;
        }

        .app-card-account .item .btn-sm, .app-card-account .item .btn-group-sm > .btn {
            padding: .125rem .5rem;
            font-size: .75rem;
        }

.settings-section .section-title {
    font-size: 1.25rem;
}

.settings-section .section-intro {
    font-size: .875rem;
}

.app-card-settings {
    font-size: 1rem;
}

    .app-card-settings .form-label {
        font-weight: bold;
    }

    .app-card-settings .form-control {
        font-size: 1rem;
    }

.app-404-page {
    padding-top: 2rem;
}

    .app-404-page .page-title {
        font-size: 3rem;
        line-height: .8;
        font-weight: bold;
    }

        .app-404-page .page-title span {
            font-size: 1.5rem;
        }

.chart-container {
    position: relative;
    background-color: #FFF;
    opacity: .8;
    border-radius: 15px;
}

::-webkit-calendar-picker-indicator {
    filter: var(--CalendarPicker);
}

.app-table-hover {
    color: var(--TextColor);
}

    .app-table-hover > tbody > tr:hover {
        background-color: var(--CardBackground);
    }

.app-card-notification .notification-type .badge {
    font-size: .65rem;
    text-transform: uppercase;
}

.app-card-notification .profile-image {
    width: 60px;
    height: 60px;
}

.app-card-notification .notification-title {
    font-size: 1.125rem;
}

.app-card-notification .notification-content {
    font-size: .875rem;
}

.app-card-notification .notification-meta {
    font-size: .75rem;
    color: #828d9f;
}

.app-card-notification .action-link {
    font-size: .875rem;
}

.app-card-notification .app-card-footer {
    background: var(--CardFooter);
}

@media(min-width: 1200px) {
    .table-search-form .form-control {
        min-width: 300px;
    }
}

@media(max-width: 575.98px) {
    .app-card-stat .stats-figure {
        font-size: 1.125rem;
    }

    .app-card-stat .stats-type {
        font-size: .75rem;
    }
}

.app-login .auth-background-holder {
    background: url("../images/background/background-1.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
    min-height: 100%;
}

.app-signup .auth-background-holder {
    background: url("../images/background/background-2.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
    min-height: 100%;
}

.app-reset-password .auth-background-holder {
    background: url("../images/background/background-3.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
    min-height: 100%;
}

.auth-main-col, .auth-background-col {
    position: relative;
}

.auth-background-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(0,0,0,.1);
}

.auth-background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
}

    .auth-background-overlay .overlay-title {
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
    }

    .auth-background-overlay .overlay-content {
        background: rgba(37,41,48,.6);
        color: #fff;
    }

        .auth-background-overlay .overlay-content a {
            text-decoration: underline;
            color: #fff;
        }

.app-auth-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.app-auth-wrapper {
    background: #fff;
    height: 100vh;
}

    .app-auth-wrapper .app-auth-body {
        width: 360px;
    }

    .app-auth-wrapper .app-logo .logo-icon {
        width: 60px;
        height: 60px;
    }

    .app-auth-wrapper .auth-heading {
        font-size: 1.5rem;
    }

    .app-auth-wrapper .form-control::-webkit-input-placeholder {
        color: #828d9f;
    }

    .app-auth-wrapper .form-control:-moz-placeholder {
        color: #828d9f;
    }

    .app-auth-wrapper .form-control::-moz-placeholder {
        color: #828d9f;
    }

    .app-auth-wrapper .form-control:-ms-input-placeholder {
        color: #828d9f;
    }

    .app-auth-wrapper .legal-note {
        font-size: .875rem;
    }

    .app-auth-wrapper .extra {
        font-size: .75rem;
    }

        .app-auth-wrapper .extra a {
            text-decoration: underline;
            color: #828d9f;
        }

            .app-auth-wrapper .extra a:hover {
                color: var(--TextColor);
            }

    .app-auth-wrapper .auth-heading-desc {
        font-weight: 500;
        font-size: 1.125rem;
    }

    .app-auth-wrapper .legal-note {
        font-size: .75rem;
    }

    .app-auth-wrapper .auth-option {
        font-size: .875rem;
    }

.app-auth-footer .copyright {
    font-size: .75rem;
}

@media(max-width: 767.98px) {
    .auth-background-col {
        display: none;
    }

    .app-auth-wrapper .app-auth-body {
        width: 100%;
    }
}

/* Toasts */
.error {
    background-color: var(--PrimaryRed);
    color: #ffffff;
}

.success {
    background-color: var(--PrimaryGreen);
    color: #ffffff;
}

.default {
    background-color: #ffffff;
    color: #333333;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    opacity: .8;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--ScrollColor);
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--ScrollColorHover);
    }

/* Custom loader for Authorization */
.loader,
.loader:before,
.loader:after {
    background: #dd2727;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #dd2727;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        position: absolute;
        top: 0;
        content: '';
    }

    .loader:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 1.5em;
    }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
