
.flatpickr-wrapper {
    display: block !important;
    position: relative !important;
}

.flatpickr-calendar {
    position: absolute !important;
    z-index: 9999 !important;
}

h1:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

a, .btn-link {
    color: #0071c1;
    text-decoration: none;
}

.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;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.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");
    }

/* Botón Terciario - Desde aca */
.bg-third {
    background-color: #954FBF !important;
    color: white !important;
    border: 1px solid #954FBF !important;
    margin-right: .2rem !important;
    margin-left: 0rem !important;
}

    .bg-third:focus {
        box-shadow: 0 0 0 .2rem #A27ABF;
    }

.btn-outline.bg-third {
    background-color: transparent !important;
    color: #954FBF !important;
    border: 1px solid #954FBF !important;
}

    .btn-outline.bg-third:hover {
        background-color: #954FBF !important;
        color: white !important;
        border: 1px solid #954FBF !important;
    }
/* Botón Terciario - Hasta aca */

/* Botón Terciario 2 - Desde aca */
.bg-third2 {
    background-color: #583672 !important;
    color: white !important;
    border: 1px solid #583672 !important;
    margin-right: .2rem !important;
    margin-left: 0rem !important;
}

    .bg-third2:focus {
        box-shadow: 0 0 0 .2rem #3b244d;
    }

.btn-outline.bg-third2 {
    background-color: transparent !important;
    color: #583672 !important;
    border: 1px solid #583672 !important;
}

    .btn-outline.bg-third2:hover {
        background-color: #3b244d !important;
        color: white !important;
        border: 1px solid #3b244d !important;
    }
/* Botón Terciario 2 - Hasta aca */

