﻿* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Segoe UI Semibold", Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
    background: #C2D3E7;
}

.body-container {
    padding: 0 10px;
}

h3,
h4,
h5 {
    margin: 0 !important;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #233;
    color: antiquewhite;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    padding: 10px 20px;
}

    footer p {
        margin: 0;
    }

.rotulo-h4 {
    display: grid;
    padding: 10px 0;
    justify-content: center;
}

.rotulo1 {
    background-color: #0056b3;
    padding: 10px 0;
    text-align: center;
    color: white;
    border: 1px solid;
    border-radius: 10px;
}

.rotulo {
    text-align: center;
}

.rotulo-page {
    display: flex;
    width: 100%;
    padding: 10px 0;
    font-size: 1em;
    font-weight: 400;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 480px) {
    html {
        font-size: 15px;
    }

    hr {
        margin: 4px !important;
    }

    .inputalone {
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        padding: 10px;
        border-radius: 10px;
        margin-top: 10px;
        font-size: 1rem;
    }

    .grouppanel {
        position: relative;
        border: 0.1em solid #0056B3;
        border-radius: 10px;
        width: 100%;
        padding: 1.5rem 1em;
        margin-top: 2em;
        align-items: center;
    }

    .title-legend {
        position: absolute;
        top: -0.6em;
        left: 0.5em;
        background-color: #B0C4DE;
        width: fit-content;
        padding: 0 0.4em;
        font-weight: 600;
        font-family: sans-serif;
        color: #163085;
    }
    /* Estilos del Login */
    .main {
        display: flex;
        height: 100vh;
        background-color: rgb(0, 32, 41);
        color: palegoldenrod;
        align-items: center;
        justify-content: center;
    }

    .contenedor {
        width: 90%;
        display: flex;
        flex-direction: column;
        max-width: 300px;
        padding: 10px;
        background-color: rgb(0, 46, 59);
        border-radius: 10px;
        box-shadow: 0px 7px 8px rgb(173, 187, 81, 0.5);
    }

    .banner {
        height: 30%;
        padding: 15px 0;
    }

    .formulario {
        width: 100%;
        height: 70%;
        padding-inline: 10px;
        border-radius: 8px;
    }

        .formulario div {
            margin-bottom: 5px;
        }

        .formulario label {
            font-size: 1.2rem;
            line-height: 1.5;
            font-weight: 500;
            color: #ccc;
        }

    .contenedor input {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 10px;
        font-size: 1.3rem;
        font-weight: 500;
        color: darkblue;
        background-color: aliceblue;
    }

    .contenedor button {
        width: 100%;
        padding: 10px;
        margin: 5px 0;
        color: azure;
        background-color: rgb(0, 32, 41);
        font-size: 1.1rem;
        font-weight: 500;
        border: 2px solid #929292;
        border-radius: 10px;
        cursor: pointer;
        transition: background 0.5s;
    }

        .contenedor button:hover {
            background: #0056b3;
        }

    /*NavBar, Menu and Item*/
    .nav-bar {
        display: flex;
        width: 100%;
        color: aliceblue;
        background: #233;
        padding: 8px;
        justify-content: space-between;
    }

    .logo-user {
        display: flex;
        align-items: center;
    }

        .logo-user div {
            margin-inline: 10px;
        }

        .logo-user img {
            width: 50px;
            height: 40px;
            border: 1px solid #3ccc;
            border-radius: 8px;
        }

    .menu-icon {
        color: aliceblue;
        cursor: pointer;
    }

    .menu {
        display: none;
    }

    .menuopen {
        position: absolute;
        right: 0;
        display: block;
        width: 43vw;
        background-color: #233;
        border: 0.5px solid #ccc;
        border-radius: 8px;
        transition: background 0.8s ease;
        z-index: 999;
    }

    .content-listitem {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .content-listitem li {
            width: 100%;
            font-size: 1rem;
            font-weight: bold;
            border-radius: 8px;
            border-bottom: 0.2px solid #fe22;
            text-transform: capitalize;
        }

    .listitem {
        display: flex;
        width: 100%;
        color: gainsboro;
    }

        .listitem:hover {
            background-color: rgb(25, 85, 159);
            color: bisque;
        }

    .nav-link {
        width: 100%;
        margin: 9px;
    }

    /* Estilos Historial Mensual */

    .main-container section {
        margin-top: 10px;
    }

    .sectionuser,
    .sectionfecha {
        display: flex;
        align-items: center;
        margin: 10px 0;
        justify-content: space-around;
    }

    .main-container .resumen-card {
        color: gainsboro;
        font-size: 1.2rem;
        font-weight: 600;
    }

    #fechaH,
    #userH {
        width: 80%;
        text-align: center;
        font-size: 1.1rem;
        padding: 10px 0;
        border-radius: 8px;
        background-color: #B7CAE2;
    }

    /* Estilos Tabla General */
    .table-container {
        width: 100%;
        overflow-y: auto;
        padding: 10px 0;
    }

    .table {
        width: 100%;
        border-collapse: collapse;
        table-layout: auto;
        text-align: center;
    }

        .table button {
            padding: 0.4rem 0.6rem;
            background-color: rgb(0, 46, 59);
            border: 1px solid;
            border-radius: 5px 8px;
            margin: 1.5px 0;
        }

            .table button:disabled {
                background-color: gray; /* Color para el estado disabled */
                cursor: not-allowed;
                opacity: 0.5;
            }

    th:first-child {
        border-radius: 5px 0 0 5px;
    }

    th:last-child {
        border-radius: 0px 5px 5px 0px;
    }

    th {
        font-size: 0.8rem;
        font-weight: 700;
        background-color: #233 !important;
        color: azure !important;
        padding: 10px;
    }

    td {
        font-size: 0.9rem;
        font-weight: 700;
        align-content: center;
        background-color: aliceblue !important;
        padding: 5px;
    }

    .col-cliente {
        text-align: left;
    }

    .col-rest-cobro {
        width: 20%;
    }

    .btns-actions {
        width: auto;
        text-align: right;
    }

    #tablehistorial td {
        font-size: 0.8rem;
        background-color: aliceblue;
    }

    #btn-process-app,
    #btn-detail-app {
        padding: 3px 9px;
        margin: 0 2px;
    }
    /* Estilos Detail-Modal  */
    .modal-overlay {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        align-items: center;
        justify-content: center;
        background-color: rgb(0, 0, 0, 0.6);
    }

    .modal-container {
        display: flex;
        flex-direction: column;
        max-width: 90%;
        border-radius: 20px;
        padding: 10px;
        max-height: 500px;
        overflow-y: auto;
        flex-grow: 1;
        box-shadow: -5px 5px 10px 1px initial #929292;
        background-color: aliceblue;
        color: rgb(0, 32, 41);
    }

    .btn-detail {
        width: 100%;
        background-color: rgb(0, 84, 185);
        color: antiquewhite;
        border: none;
        border-radius: 8px;
        padding: 10px;
        margin-top: 10px;
        font-size: 1.1rem;
        font-weight: 500;
    }

        .btn-detail:hover {
            background-color: #007bff;
        }

    .customerinfo {
        width: 100%;
        margin: 10px 0 !important;
        padding: 0;
    }

        .customerinfo div {
            display: flex;
            width: 100%;
            height: 30px;
            padding: 5px 0;
            margin-bottom: 2px;
            align-items: center;
            justify-content: space-between;
        }

            .customerinfo div:nth-child(1) {
                height: 30px;
            }

        .customerinfo section {
            display: flex;
            justify-content: right;
        }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .customerinfo input {
        width: 25%;
        padding: 3px;
        font-size: 1.1rem;
        font-weight: 500;
        text-align: center;
        margin-right: 5px;
        border: 0.5px solid rgb(0, 0, 0, 0.5);
        border-radius: 8px;
        color: rgb(0, 46, 59);
    }

    .customerinfo button {
        width: 25%;
        padding: 3px;
        border: none;
        border-radius: 8px;
        background-color: #0056b3;
    }

    .customerinfo label,
    span {
        font-size: 1rem;
        font-weight: 400;
    }

    .section-data label {
        font-size: 1rem;
        font-weight: 500;
    }

    .form-pagos {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

        .form-pagos div {
            width: 100%;
            padding: 3px 0;
            align-items: center;
            justify-content: space-between;
        }

    .error-div {
        width: 100%;
        padding: 0;
        margin: 0 !important;
    }

    .form-pagos input {
        width: 100%; /* Haz que los inputs ocupen todo el ancho disponible */
        padding: 8px;
        border: 0.5px solid #233;
        border-radius: 8px;
        font-size: 1.1rem;
        font-weight: 500;
        text-align: center;
    }

    .detalle {
        display: flex;
        width: 100%;
        line-height: 2.3;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #808080;
        border-left: 0;
        border-right: 0;
        border-top: 0;
    }

        .detalle label,
        span {
            font-size: 1em;
            font-weight: 500;
        }

        .detalle span {
            text-align: right;
        }

    .detalle-dir {
        display: flex;
        flex-direction: column;
        padding: 5px 0;
        font-size: 1em;
        border: 1px solid #808080;
        border-left: 0;
        border-right: 0;
        border-top: 0;
    }

        .detalle-dir label,
        span {
            font-size: 1em;
            font-weight: 500;
        }

    .style-select {
        width: 100%;
        font-size: 1.1rem;
        font-weight: 400;
        padding: 10px;
        border-radius: 10px;
        text-align: center;
        background: #B7CAE2;
    }

    .btn-action {
        display: flex;
        width: 100%;
        padding-top: 20px;
        justify-content: space-between;
    }

    .btn-aloneall {
        width: 100%;
        text-align: center;
    }

        .btn-aloneall button {
            width: 90%;
        }

    .btn-action button {
        width: 40%;
        padding: 8px;
        border: 1px 0.4px 0 solid #ccc;
        border-radius: 10px;
        color: azure;
        font-size: 1.1rem;
        font-weight: 500;
        letter-spacing: 0.5px;
        margin: 0;
    }

    .btn-cancel {
        width: 100%;
        padding: 10px;
        background-color: #c60f2f;
        border: 1px 0.4px 0 solid #ccc;
        border-radius: 10px;
        color: azure;
        font-size: 1.1rem;
        font-weight: 500;
        letter-spacing: 0.5px;
        margin: 0;
    }

    .btn-confirm {
        background-color: #0056b3;
    }

    .detalle-aplication {
        display: flex;
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: space-between;
        font-size: 1rem;
        font-weight: 400;
    }

        .detalle-aplication input {
            width: 60%;
            font-size: 1.1rem;
            border: 0.5px solid #333;
            border-radius: 6px;
            background-color: azure;
        }

        .detalle-aplication select {
            width: 60%;
            font-size: 1.1rem;
            border: 0.5px solid #333;
            border-radius: 6px;
            background-color: azure;
        }

    .textarea-container {
        display: flex;
        margin-top: 10px;
        font-size: 1.1rem;
        font-weight: 400;
    }

    textarea {
        width: 100%;
        background-color: aliceblue;
        border: 1px solid gray;
        border-radius: 10px;
        height: 90px;
        text-align: center;
    }

    .historial-customer {
        width: 95%;
        display: flex;
        flex-direction: column;
        background-color: aliceblue;
        border: 0.5px solid rgb(34, 35, 185);
        border-radius: 10px;
        padding: 0 10px;
        font-size: 1rem;
    }

    #inputsearch {
        width: 85%;
    }

    #reset {
        width: 14%;
        padding: 10px 0;
        border: none;
        border-radius: 8px;
        background-color: #0056B3;
    }

    .images-container {
        display: grid;
        /*flex-wrap: wrap;*/
        grid-template-columns: repeat(5, 2fr);
        gap: 5px;
    }

    .miniatura {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 8px;
        cursor: pointer;
        background-color: #cccc;
        transition: transform 0.3s ease-in-out;
    }

        .miniatura:hover {
            transform: scale(1.1);
        }

    .grande {
        width: 100%;
        max-width: 600px;
        height: auto;
        display: block;
        margin: 0 auto;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    /*     modal camara */

    /*#cameraModal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }*/

    #cameraModal .modal-content {
        background-color: aliceblue;
        padding: 1rem;
        border-radius: 12px;
        width: 90%;
        max-width: 400px;
        text-align: center;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }

    #cameraModal video {
        width: 100%;
        border-radius: 8px;
    }

    #cameraModal canvas {
        display: none;
    }

    #cameraModal button {
        margin: 0.5rem;
        padding: 0.6rem 1rem;
        font-size: 1rem;
        border: none;
        border-radius: 6px;
        cursor: pointer;
    }

        #cameraModal button:first-of-type {
            background-color: #28a745;
            color: white;
        }

        #cameraModal button:last-of-type {
            background-color: #dc3545;
            color: white;
        }
    /*componente LoadFotos*/

    .btn-load {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-laodfotos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        row-gap: 10px;
        margin: 5px 0;
    }

    .preview {
        margin: 0.5em 0;
        width: 60%;
        max-height: 80px;
        object-fit: cover;
        border-radius: 10px;
    }

    .hidden-input {
        display: none; /* 🔥 Oculta el InputFile nativo */
    }

    .custom-file-upload {
        display: flex;
        width: 90%;
        padding: 10px 5px;
        font-size: 1rem;
        font-weight: bold;
        justify-content: center;
        color: azure;
        background-color: #0056b3;
        border: 1px solid gray;
        border-radius: 10px;
        cursor: pointer;
        transition: background 0.5s ease-out;
    }

        .custom-file-upload:hover {
            background-color: #007bff;
        }

    /*Card - Historial */
    .registro-card {
        border: 1px solid #ccc;
        border-radius: 12px;
        padding: 12px;
        margin-bottom: 16px;
        background-color: #fdfdfd;
        box-shadow: 0 2px 8px rgba(0, 35, 156, 0.1);
        font-size: 16px;
    }

        .registro-card div {
            margin-bottom: 4px;
        }

    .btn-register {
        background-color: rgb(0, 32, 41);
        border: none;
    }

        .btn-register :hover {
            background-color: dimgray;
        }

    .btn-registerandgo {
        background-color: rgb(0, 35, 41);
        border: none;
    }

    /* Modal Procesar Prestamo - Calendario de Pagos  /*/

    .container-table {
        width: 100%;
        max-height: 300px;
        overflow-y: auto;
        padding: 5px 0;
    }

    .btn-processloan {
        position: sticky;
        bottom: 10px;
        background: white; /* Para que no se mezclen con el fondo */
        padding: 10px;
        display: flex;
        justify-content: space-between;
    }

    .modal-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1000;
    }
    /* revisar* hoy*/
    .modal-contenido {
        position: relative;
        max-width: 90%;
        max-height: 80%;
        padding: 1rem;
        border-radius: 12px;
        overflow-y: auto;
        flex-grow: 1;
        background-color: rgb(215, 230, 255);
        box-shadow: 0px 5px 10px rgb(210, 220, 245);
        animation: fadeIn 0.3s ease-in-out;
    }

        .modal-contenido button {
            padding: 10px;
        }

    .btn-cerrar {
        margin-top: 1rem;
        padding: 0.5rem 1rem;
        background-color: #e74c3c;
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: scale(0.5);
        }

        to {
            opacity: 1;
            transform: scale(0.85);
        }
    }

    .ticket {
        max-width: 100%;
        padding: 10px;
        border: 1px solid black;
        font-family: Arial, sans-serif;
        font-size: 14px;
        margin-top: 10px;
    }

        .ticket h4 {
            text-align: center;
            font-size: 18px;
            margin-bottom: 10px;
        }

        .ticket p {
            margin: 4px 0;
        }

        .ticket hr {
            border: 1px dashed black;
            margin: 5px 0;
        }

    .validation-message {
        width: 100% !important;
        margin-top: 0 !important;
        padding: 0 !important;
        font-size: 1rem;
        font-weight: 500;
    }

    tr.cobros td {
        background-color: #e6ffe6 !important;
    }

    tr.cobromora td {
        background-color: #fffee6 !important;
    }
}

/* arqueo*/
.select-centered {
    text-align: center;
    text-align-last: center;
}
/* Estructura general */
.arqueo-mobile {
    padding: 10px;
    max-width: 100%;
    overflow-x: hidden;
}

/* Filtros */
.filtros-mobile {
    margin-bottom: 15px;
}

.filtros-toggle {
    background-color: #f0f0f0;
}

.filtros-content {
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 0 0 5px 5px;
}

/* Resumen */
.resumen-mobile {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    overflow-x: auto;
    padding-bottom: 5px;
}

.resumen-card {
    min-width: 80%;
    padding: 5px;
    border: 1px solid #999;
    border-radius: 10px;
    background-color: #0041b3;
    color: aliceblue;
    text-align: center;
    line-height: 1.5;
    flex: 1;
}

.resumen-alert {
    background-color: gainsboro;
    border-left: 4px solid #ffc107;
}

/* Items de pagos */
.pagos-mobile {
    margin-bottom: 70px; /* Espacio para botones flotantes */
}

.pago-item {
    background: azure;
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 5px;
    box-shadow: 5px 1px 5px rgba(0, 0, 0, 0.1);
}

.pago-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}

.pago-montos {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

    .pago-montos > div {
        flex: 1;
    }

/* Botones flotantes */
.mobile-actions {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 1000;
}

.action-btn {
    flex: 1;
    padding: 12px;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Ajustes generales para móvil */
.form-control {
    font-size: 14px !important;
    padding: 4px 8px !important;
}

.badge {
    font-size: 12px !important;
    padding: 3px 8px !important;
}

.mobile-header {
    margin-bottom: 20px;
}



/* Estilos para pantallas grandes */
@media (min-width: 480px) {

    .main {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Segoe UI Semibold", Tahoma, Geneva, Verdana, sans-serif;
        width: 50vw;
        height: 100vh;
        margin: auto;
    }

    .contenedor .rotulo-h4 {
        text-align: center;
    }

    .contenedor {
        padding: 1rem;
        width: 50%;
        font-weight: 300;
        color: #233;
        border: 0.5px solid gray;
        border-radius: 10px;
    }

        .contenedor label {
            font-size: 1.2em;
            line-height: 1.7;
        }

        .contenedor input {
            padding: 5px 0;
            border-radius: 10px;
            text-align: center;
            font-size: 1.5rem;
        }

        .contenedor div {
            display: flex;
            flex-direction: column;
            margin: 4px 0;
        }

        .contenedor button {
            border: 1px solid #929292;
            border-radius: 10px;
            padding: 10px;
            margin-top: 5px;
            font-size: 1.2rem;
        }

            .contenedor button:hover {
                background: rgb(0, 32, 41);
                color: blanchedalmond;
            }


    .detalle {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }


    .nav-bar {
        display: flex;
        width: 100%;
        height: 70px;
        background: #233;
    }

    .logo-user {
        display: flex;
        align-items: center;
        color: white;
        width: 100%;
        justify-content: space-between;
        padding: 0 10px;
    }

        .logo-user img {
            height: 50px;
            border: 1px solid #3ccc;
            border-radius: 10px;
        }

    .menu-icon {
        display: none;
    }

    .menu {
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 0;
        width: 100%;
        background: #b0c6ce;
    }

        .menu ul {
            display: flex;
            width: 100%;
            margin: 0;
            padding: 20px 10px;
            justify-content: space-between;
        }

        .menu li {
            list-style: none;
            min-width: 60px;
            padding: 5px;
            text-align: center;
            font-size: 1.1rem;
        }

            .menu li:hover {
                background-color: #233;
                border-radius: 10px;
                color: aliceblue;
            }

    footer {
        display: flex;
        position: absolute;
        bottom: 0;
        width: 100%;
        font-family: "Segoe UI Semibold", Tahoma, Geneva, Verdana, sans-serif;
        font-size: 17px;
        color: antiquewhite;
        background: #233;
        justify-content: space-between;
        padding: 10px 20px;
    }

        footer p {
            margin: 0;
        }
}


h1:focus {
    outline: none;
}

.valid.modified:not([type="checkbox"]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #ff0000;
}

.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;
}
