
/* ----- Custom CSS ----- */

.custom-border {
    border-top: 3px solid rgb(141, 190, 227, 1) !important;
}

.custom-input:focus {
    border-color: #8dbee3 !important;
}

    .custom-input:focus + .custom-label {
        color: #0081c5 !important;
    }

select.custom-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 149, 230,.25) !important;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 149, 230,.25) !important;
}


.btn-primary:active, .btn:first-child:active {
    color: #fff;
    background-color: #0095e6;
    border-color: #0085cc;
    box-shadow: none;
}

.btn-primary:focus {
    color: #fff;
    background-color: #0081c5;
    border-color: #0081c5;
    box-shadow: none;
}

a.link-primary:hover {
    text-decoration: underline;
}

/* UI for Blazor 3.0+ */
.k-filter-menu-container > span:nth-child(n+3) {
    display: none;
}

/* UI for Blazor 2.30- */
.k-filter-menu-container > div > :nth-child(n+3) {
    display: none;
}

.k-notification {
    width: 420px;
    height: 70px;
    font-size: 14px !important;
}

.k-grid {
    min-height: 500px !important;
}

.k-button-solid-primary {
    color: #fff !important;
    background: #0081c5 !important;
    border-color: #0081c5 !important;
}

    .k-button-solid-primary:hover {
        background: #6faddc !important;
        border-color: #0081c5 !important;
    }

    .k-button-solid-primary:active {
        color: #fff !important;
        background: #6faddc;
        border-color: #0081c5 !important;
    }

.k-picker-solid {
    border-color: #0081c5 !important;
}

    .k-picker-solid:hover {
        border-color: #0081c5 !important;
    }

    .k-picker-solid:active {
        border-color: #0081c5 !important;
    }

    .k-picker-solid:focus {
        border-color: #0081c5 !important;
    }

#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;
    }


.btn-primary {
    color: #fff !important;
}

#main-wrapper {
    overflow-y: scroll !important;
}

.max-content {
    height: max-content !important;
}

@media (max-width: 1169) {
    #home-container {
        margin-bottom: 1.5rem !important;
    }
}

.g-recaptcha > div {
}

.spinner {
    border: 8px solid silver;
    border-top: 8px solid #0081c5;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 50%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

div.navbar-brand {
    margin-top: 140px !important;
}

.w-18px {
    width: 18px !important;
}

.w-20px {
    width: 20px !important;
}

.w-80px {
    width: 80px !important;
}

.custom-dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

@media (max-width: 1169px) {

    div.navbar-header {
        max-width: 100% !important;
    }

    div.navbar-brand {
        display: none !important;
    }

    .topbar .top-navbar .navbar-collapse:not(.show) {
        display: none !important;
    }

    nav.sidebar-nav {
        padding-top: 48px !important;
    }
}

@media (min-width: 1170px) {
    .topbar .top-navbar .navbar-collapse:not(.show) {
        display: flex !important;
    }

    div.navbar-header {
        max-width: 260px !important;
    }
}

div.concern-btn-group {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.custom-ul {
    list-style-type: disc !important;
    padding-left: 1rem;
}

.form-check-input {
    border-color: #000 !important;
}

.card-body {
    padding: 1rem 1.5rem !important;
}

.custom-icon {
    margin-right: .75rem !important;
    margin-bottom: .5rem !important;
    font-size: 18px;
}

.k-breadcrumb-link {
    color: #0081c5;
}

    .k-breadcrumb-link:focus {
        color: #0081c5;
    }

    .k-breadcrumb-link:hover {
        color: rgb(76, 94, 186);
    }

.k-button-solid-primary:focus {
    box-shadow: 0 0 0px 2px rgba(0, 129, 197, 0.3);
}

.k-grid-header-menu.k-active {
    background-color: #0081c5 !important;
}

.k-selected {
    background-color: #0081c5 !important;
}

a:hover {
    color: #0081c5 !important;
}

.footer-link {
    color: #fff;
    text-decoration: none;
}

    .footer-link:hover {
        color: #fff !important;
        text-decoration: underline !important;
    }

.nav-link.active:hover {
    color: #fff !important;
}
