
/*-- AJUSTES GENERALES --*/

/* contenedor icon + texto */
.checkbox-base{
    width: 100% !important;
    min-height: 1.5rem !important;
    display: flex !important;
    align-items: center;
}

/* checkbox icon container */
.checkbox-base .ui-chkbox-box{
    width: 1.5rem !important;
    height: 1.5rem !important;
    border-radius: .25rem !important;
}

/* texto que acompaña al checkbox */
.checkbox-base .ui-chkbox-label{

}

/*-- AJUSTES ESPECIFICOS --*/

/* checkbox activo en blue */
.checkbox-blue .ui-chkbox-box.ui-state-active{
    border: var(--color-blue-linear-gradient) !important;
    background: var(--color-blue-linear-gradient) !important;
}

/* checkbox activo en lightblue */
.checkbox-lightblue .ui-chkbox-box.ui-state-active{
    border: var(--color-lightblue) !important;
    background: var(--color-lightblue) !important;
}

/* checkbox activo en green */
.checkbox-green .ui-chkbox-box.ui-state-active{
    border: var(--color-strong-ok) !important;
    background: var(--color-strong-ok) !important;
}
