/* COLORES COORPORATIVOS */
.gris-afc{
    color: #353535;
}

.gris-claro-afc{
    color: #bebebe;
}

.lima-afc{
    color: #f3ff25;
}

.lima-afc-hover{
    color: #a7af14;
}

/* CUSTOM LOGIN */
.auth-wrapper .auth-box{
    background-color: #353535;
}

label{
    font-weight: 600;
    color: white;
}

a{
    font-weight: 600;
    color: white;
}

a:hover{
    font-weight: 600;
    color: #f3ff25;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem; }

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem; }
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
    color: black;
    border-color: #f3ff25;
    background-color: #f3ff25   ; }
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: transparent; }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: rgba(0, 0, 0, 0.25); }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: black;
    background-color: black;
    border-color: black; }
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: black; }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top; }
.custom-control-label::before {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #a1aab2 solid 1px; }
.custom-control-label::after {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
    border-radius: 2px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #2962FF;
    background-color: #2962FF; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(116, 96, 238, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(116, 96, 238, 0.5); }

.btn-lima-afc {
    color: #353535;
    background-color: #f3ff25;
    border-color: #f3ff25;
}

.btn-lima-afc:hover {
    color: #353535;
    background-color: #a7af14;
    border-color: #a7af14;
}