.mh-165{
	min-height:165px;
}

.hide{
	display:none!important;
}

.col-acciones{
	width: 200px;
}

.estadoActivo{
	color:green!important;
}
.estadoInactivo{
	color:red!important;
}



/* Dark & Light mode*/

.form-check-inputDL {
	vertical-align: middle;
	top: 40%;
	width: 40px!important;
    height: 20px!important;
    left: -.5rem!important;
    position: relative!important;
}


.form-switch .form-check-input.form-check-inputDL:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cmask id='ipSDarkMode0'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='4'%3E%3Cpath fill='%23fff' stroke='%23fff' d='m24.003 4l5.27 5.27h9.457v9.456l5.27 5.27l-5.27 5.278v9.456h-9.456L24.004 44l-5.278-5.27H9.27v-9.456L4 23.997l5.27-5.27V9.27h9.456z'/%3E%3Cpath fill='%23000' stroke='%23000' d='M27 17c0 8-5 9-10 9c0 4 6.5 8 12 4s2-13-2-13'/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cpath fill='%23000' d='M0 0h48v48H0z' mask='url(%23ipSDarkMode0)'/%3E%3C/svg%3E");
}

.form-check-input.form-check-inputDL:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cmask id='ipSDarkMode0'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='4'%3E%3Cpath fill='%23fff' stroke='%23fff' d='m24.003 4l5.27 5.27h9.457v9.456l5.27 5.27l-5.27 5.278v9.456h-9.456L24.004 44l-5.278-5.27H9.27v-9.456L4 23.997l5.27-5.27V9.27h9.456z'/%3E%3Cpath fill='%23000' stroke='%23000' d='M27 17c0 8-5 9-10 9c0 4 6.5 8 12 4s2-13-2-13'/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cpath fill='%23000' d='M0 0h48v48H0z' mask='url(%23ipSDarkMode0)'/%3E%3C/svg%3E");
}

.form-switch .form-check-input.form-check-inputDL:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cmask id='ipSDarkMode0'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='4'%3E%3Cpath fill='%23fff' stroke='%23fff' d='m24.003 4l5.27 5.27h9.457v9.456l5.27 5.27l-5.27 5.278v9.456h-9.456L24.004 44l-5.278-5.27H9.27v-9.456L4 23.997l5.27-5.27V9.27h9.456z'/%3E%3Cpath fill='%23000' stroke='%23000' d='M27 17c0 8-5 9-10 9c0 4 6.5 8 12 4s2-13-2-13'/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cpath fill='%23000' d='M0 0h48v48H0z' mask='url(%23ipSDarkMode0)'/%3E%3C/svg%3E");
}

.form-switch .form-check-input.form-check-inputDL {
    --bs-form-switch-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='4'%3E%3Cpath d='m24.003 4l5.27 5.27h9.457v9.456l5.27 5.27l-5.27 5.278v9.456h-9.456L24.004 44l-5.278-5.27H9.27v-9.456L4 23.997l5.27-5.27V9.27h9.456z'/%3E%3Cpath d='M27 17c0 8-5 9-10 9c0 4 6.5 8 12 4s2-13-2-13'/%3E%3C/g%3E%3C/svg%3E");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out;
}



