body {
    background: #f6f6f6;
}

.uc-footer .uc-subtitle.subtitle-extended {
    font-size: 2em;
    font-family: Roboto Slab, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
}

.uc-footer .uc-subtitle.subtitle-extended2 {
    font-size: 1.2em;
    font-family: Roboto Slab, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.subtitle-extended3 {
    font-size: 1em;
    font-family: Roboto Slab, sans-serif;
    margin-bottom: 0;
}

.text-titulo-col {
    text-align: center;
}

.border-top-4 {
    border-top: 4px solid #0176de;
}




.input-radio input[type="radio"] {
    border: 6px solid #0176de !important;
    background: #fff !important;
}


@media (max-width: 768px) {
    .text-titulo-col {
        text-align: left;
    }
}



#loader {
    position: fixed;
    display: none;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 67, 129, 0.45);
}

#loaderDiv {
    position: fixed;
    width: 11em;
    height: 9.5em;
    padding: 10px;
    border: 0px solid #ccc;
    z-index: 99;
    margin: 15% auto;
    left: 0;
    right: 0;
}

#loader.is-active {
    display: block !important;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    position: relative;
    z-index: 99999;
    margin: 0px auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgb(250, 250, 250, 1);
    border-right: 1.1em solid rgb(250, 250, 250, 1);
    border-bottom: 1.1em solid rgb(250, 250, 250, 1);
    border-left: 1.1em solid #2f549e;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




.border-error {
    border-top: 4px solid #F24F4F;
}

.border-success {
    border-top: 4px solid #F24F4F;
}

.modal-body {
    border-bottom: 1px dashed #000;
}



.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px !important;
    right: 1px;
    width: 20px;
}

.select2-container .select2-selection--single {
    height: 45px !important;
    border: 1px solid #c6c6c6 !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    border-radius: 4px;
}




/* Centrado del login en 1 columna */
.login-shell {
    min-height: calc(100vh - 220px);
    /* header+footer aprox, ajusta si lo necesitas */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0 48px;
}

.login-card {
    width: 100%;
    max-width: 520px;
}

.login-card .uc-card {
    border-top: 4px solid var(--uc-color-blue, #0B4381);
}

.login-title {
    margin-bottom: 8px;
}

.login-subtitle {
    margin-bottom: 24px;
    color: #5f6368;
}

.uc-input-style,
.uc-select-style {
    width: 100%;
}

/* Botón ancho en móvil */
.btn-block-uc {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}