﻿/* ----------------------------------------------------
   MODAL DEPARTAMENTO (UI)
   ---------------------------------------------------- */
.wb-dept-tab:hover {
    color: var(--wb-text-light) !important;
}

.wb-dept-tab.active {
    color: var(--wb-text-light) !important;
    border-bottom-color: var(--wb-accent-blue) !important;
}

.dropdown-step:hover {
    opacity: 0.8;
}

/* Switch Mini (para tabla de usuarios) */
.wb-switch.mini {
    width: 34px;
    height: 18px;
}

.wb-switch.mini .slider:before {
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
}

.wb-switch.mini input:checked+.slider:before {
    transform: translateX(16px);
}

