@import url('https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.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."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

/* */

html, body {
    font-family: 'Tilt Neon', cursive, Helvetica, Arial, sans-serif;
    -webkit-print-color-adjust: exact !important;
}

body {
    background-color: #eee;
    overflow: hidden;
}

a:hover, .btn-link:hover {
    text-decoration: none!important;
}

.btn-xs {
    padding: 0.25rem 0.4rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

button, .btn:focus, .btn:active {
    box-shadow: none !important;
    outline: none !important;
}

button[data-bs-toggle="dropdown"],
button[data-bs-toggle="dropdown"]:hover,
button[data-bs-toggle="dropdown"]:active,
button[data-bs-toggle="dropdown"]:focus {
    border: 1px solid #dee2e6 !important;
    box-shadow: none !important;
}

.card {
    border-radius: 15px;
}

.datepicker {
    padding: 6px;
}

    .datepicker td, th {
        text-align: center;
        padding: 6px 8px;
        font-size: 14px;
    }

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #6c757d !important;
    background-image: unset;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: #6c757d !important;
    background-image: unset;
}

    .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
        background-color: #6c757d !important;
        background-image: unset;
    }


.dropdown-item {
    cursor: pointer;
}

    .dropdown-item:active {
        background-color: #6c757d;
        color: #fff;
    }
    
.dropdown-menu > li > a:hover {
    background-image: none;
    background-color: #6c757d;
    color: #fff;
}

.fit-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@font-face {
    font-family: "alarm clock";
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/alarm clock.woff2') format('woff2');
}

@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/password.woff2') format('woff2');
}

.form-control:focus {
    border-color: #eeeeee;
    box-shadow: 0 0 0 0.2rem rgba(22, 22, 22, 0.25);
}

.form-select:focus {
    border-color: #eeeeee;
    box-shadow: 0 0 0 0.2rem rgba(22, 22, 22, 0.25);
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
    height: 20px !important;
    width: 40px !important;
}

    .form-switch .form-check-input:focus {
        border-color: rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        outline: 0;
    }

    .form-switch .form-check-input:not(checked) {
        background-color: #dc3545;
        border: none;
        border-color: #DC3545;
    }

    .form-switch .form-check-input:checked {
        background-color: #198753;
        border: none;
        border-color: #198754;
    }

    .form-switch .form-check-input:not(checked)::after {
        color: #fff !important;
        /*content: "No";*/
        content: "\f00d" !important;
        font: var(--fa-font-solid) !important;
        font-size: 9pt !important;
        left: 25px !important;
        position: relative;
        top: -3px;
    }

    .form-switch .form-check-input:checked::after {
        color: #fff !important;
        /*content: "Yes";*/
        content: "\f00c" !important;
        font: var(--fa-font-solid) !important;
        font-size: 9pt !important;
        left: 7px !important;
        position: relative;
        top: -3px;
    }

input[type="time"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    input[type="time"]::-webkit-calendar-picker-indicator {
        background: none;
        display: none;
    }

.label {
    position: relative;
    top: 6px;
}

.label56 {
    position: relative;
    top: 16px;
}

.modal {
    margin-left: 125px !important;
}

/* Override for iPads in landscape orientation */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .modal {
        xmargin-left: 0 !important; /* Remove the left margin for standard iPads in landscape */
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : landscape) {
    .modal {
        xmargin-left: 0 !important; /* Remove the left margin for iPad Pro models in landscape */
    }
}

.modal-backdrop {
    height: 100vh; /* 125vh; */
    width: 100vw /* 125vw; */
}

.modal-header {
    background-color: #f8f8f8 !important;
    height: 50px;
    padding: 2px 0px 0px 8px;
}

.modal-footer {
    background-color: #f8f8f8 !important;
    height: 50px;
    padding: 0px 8px 0px 8px;
    position: relative;
    top: -0px;
}

.month.focused.active {
    background-color: #6c757d !important;
    background-image: unset;
}

.slider1, .slider2, .slider3, .slider4, .slider5 {
    align-items: center;
    display: flex;
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 0px;
    scrollbar-width: none;
}

    .slider1 td, .slider2 td, .slider3 td, .slider4 td, .slider5 td {
        font-size: 10pt;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }

table.datatable {
    width: 100%;
}

    table.datatable td {
        padding: 5px;
        text-align: center;
        vertical-align: middle;
    }

        table.datatable td:first-child {
            padding-left: 10px !important;
        }

        table.datatable td:last-child {
            padding-right: 10px !important;
        }

    table.datatable th {
        background-color: #6c757d;
        color: #fff;
        cursor: pointer;
        padding: 10px 5px 10px 5px;
        text-align: center;
        white-space: nowrap;
    }

        table.datatable th:first-child {
            border-top-left-radius: 10px;
            padding-left: 10px !important;
        }

        table.datatable th:last-child {
            border-top-right-radius: 10px;
            padding-right: 10px !important
        }

    table.datatable tr:nth-child(even) {
        background-color: #f2f2f2;
    }