* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

:root {
    --colVerde: #299700;
    --colAmarillo: #F2BB00;
    --colRojo: #d00;
    --colAzul: #0046DB;
    --colGris: #C6C6C6;
    --background-negro-trans: #000000de;
    --background-white: white;
    --text-light: #636464;
    --text-verde-conavicoop: #cbcf2b;
}

.verde {
    color: var(--colVerde);
}

.amarillo {
    color: var(--colAmarillo);
}

.rojo {
    color: var(--colRojo);
}

.azul {
    color: var(--colAzul);
}

.gris {
    color: var(--colGris);
}

.naranjo {
    color: var(--colNaranja);
}

.card {
    min-height: 100%;
}

.card-header {
    color: #fff;
    background-color: #0033AD;
    font-weight: bold;
    height: 40px;
    display: flex;
    align-items: center;
}

.card-body {
    padding-top: 0;
    padding-bottom: 10px;
}

input, label {
    height: 30px;
    display: flex;
}

    label.form-label {
        height: 25px;
        margin-top: 5px;
        margin-bottom: 0px;
        font-size: small;
    }

.input-group-text, .btn-input {
    height: 30px;
    width: 30px;
    justify-content: center;
    display: flex;
    align-content: center;
    text-align: center;
}

.mt-custom {
    margin-top: 20px;
}

.btn-xl {
    width: 170px
}

.loading {
    position: fixed;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000a3;
    color: #fff;
    z-index: 99999;
}

/* CSS PAGO EN LÍNEA */
.text-conavicoop-verde {
    color: var(--text-verde-conavicoop) !important;
}

body {
    background-image: url(../img/edificioConavicoop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.web-format {
    background-color: var(--background-negro-trans);
    height: 100%;
    color: white;
}

    .web-format > .login-form {
        min-width: 500px;
        background-color: #07328e70;
        border-radius: 10px;
        height: 400px;
    }


        .web-format > .login-form > .login-section > figure {
            text-align: center;
        }

            .web-format > .login-form > .login-section > figure > img {
                max-width: 250px;
            }

            .web-format > .login-form > .login-section > figure > .logoUpago {
                max-width: 150px;
            }

    .web-format > .incorporacion-form {
        background-color: var(--background-white);
        color: var(--text-light);
        border-radius: 5px;
        width: 700px;
        height: 500px;
    }

    .web-format > .aporte-form {
        background-color: var(--background-white);
        color: var(--text-light);
        border-radius: 5px;
        width: 700px;
        height: 400px;
    }

    .web-format > .finProcesoExento {
        background-color: var(--background-white);
        color: var(--text-light);
        border-radius: 5px;
        width: 700px;
        height: 700px;
    }

    .web-format > .finProceso {
        background-color: var(--background-white);
        color: var(--text-light);
        border-radius: 5px;
        width: 700px;
        height: 750px;
    }

.web-format > .finProcesoExento {
    background-color: var(--background-white);
    color: var(--text-light);
    border-radius: 5px;
    width: 700px;
    height: 700px;
}

.web-format > .finProceso {
    background-color: var(--background-white);
    color: var(--text-light);
    border-radius: 5px;
    width: 700px;
    height: 700px;
}

.web-format > .finProcesoExento {
    background-color: var(--background-white);
    color: var(--text-light);
    border-radius: 5px;
    width: 700px;
    height: 700px;
}

.web-format > .finProceso {
    background-color: var(--background-white);
    color: var(--text-light);
    border-radius: 5px;
    width: 700px;
    height: 700px;
}

.modal-dialog {
    width: calc(100% - 100px) !important;
    max-width: 900px;
}

.modal > .modal-dialog > .modal-content {
    height: calc(100vh - 80px) !important;
}

iframe {
    width: 100%;
    height: calc(100vh - 260px);
    border: none;
}

.pago-rechazado {
    color: var(--bs-danger-text-emphasis);
    background-color: var(--bs-danger-bg-subtle) !important;
    border-color: var(--bs-danger-border-subtle);
}

.pago-por-confirmar {
    color: var(--bs-warning-text-emphasis);
    background-color: var(--bs-warning-bg-subtle) !important;
    border-color: var(--bs-warning-border-subtle);
}

.pago-recibido {
    color: var(--bs-success-text-emphasis);
    background-color: var(--bs-success-bg-subtle) !important;
    border-color: var(--bs-success-border-subtle);
}
