/* LOGIN */
.auth-bg-cover {
    background: #78328a!important;
}
/* END LOGIN */

/* SIDEBAR */
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar="dark"] .navbar-menu {
    background: #78328a !important;
    border-right: #78328a !important;
}
.navbar-nav .nav-link.active {
    background: white !important;
    color: #78328a !important;
}
.navbar-nav .nav-link {
    color: white!important;
}

/* END SIDEBAR */

/* TABLES */
.no-sort::after { display: none!important; }
.no-sort::before { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

.custom-table > thead > tr{
    color: #78328a !important;
    border: 1px solid #78328a!important;
}
.tr-hidden{
    background-color: #dfdfdf !important;
}
.tr-hidden > td{
    color: #0000005e !important;
}
.tr-hover{
    background-color: red !important;
    color: red !important;
}
.pagination > .active > .page-link{
    background-color: #4e205a !important;
}
/* END TABLES */

/* FORMS */
.form-label{
    color: #78328a !important;
}
/* END FORMS */
.btn-color-corporativo {
    background-color: #4e205a !important;
    border: #4e205a !important;
}
.input-radio-30{
    width: 30px!important;
    height: 30px!important;
}
.label-fs-25{
    font-size: 25px!important;
    margin-left: 15px;
}

/* CARDS */
.background-color-corporativo{
    background-color: #4e205a !important;
    border: #4e205a !important;
}
.background-color-corporativo > .align-items-center > .flex-grow-1 > h5{
    color: white!important;
    font-weight: bold!important;
}
.background-color-corporativo > .align-items-center > .flex-grow-1 > p{
    color: white!important;
    font-weight: 400!important;
}
.background-color-corporativo > .align-items-center > .flex-grow-1 > div > i,.background-color-corporativo > .align-items-center > .flex-grow-1 > div > span{
    color: white!important;
    font-weight: 400!important;
}
/* END CARDS */

/* TABS */
.nav-success.nav-tabs-custom .nav-link.active {
    color: #4e205a !important;
    background-color: white!important;
}
.nav-success.nav-tabs-custom .nav-link.active::after {
    background-color: #4e205a !important;
}
.nav-tabs .nav-link.active {
    background-color: #4e205a !important;
}
.nav-tabs .nav-link.active {
    color: white!important;
}
.border-none{
    border: none!important;
}
.input-horas-tareas{
    width: 50%!important;
    float: left!important;
}
.input-disabled-permiso{
    background-color: #fff1f4!important;
    border-color: red!important;
}
.icon-disabled-permiso{
    /*position: absolute;
    margin: 5px -0 0 -10px!important;*/
    color: red!important;
}


/* END TABS */

/* TEXTS */
.texto-color-corporativo{
    color: #78328a !important;
}
/* END TEXTS */

.datepicker .datepicker-days .table-condensed tr:hover {
    background-color: #808080;
}
.select2.select2-container{
    max-width: fit-content!important;
    min-width: 99%;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    border-color: #78328a !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #78328a !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff!important;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #78328a !important;
    color: #fff!important;
}
.select2-selection__rendered{
    display: grid!important;
}
.hidden{
    display: none!important;
}
.mb-0px{
    margin-bottom: 0px!important;
}
.input-w25{
    width: 25%!important;
}
.flatpickr-months,.flatpickr-weekdays,.flatpickr-weekday {
    background-color: #78328a !important;
    border-color: #78328a !important;
}
.flatpickr-day.startRange,.flatpickr-day.selected{
    background: #78328a !important;
}
.flatpickr-day.startRange,.flatpickr-day.selected{
    border-color: #78328a !important;
}
.a-color-corporativo{
    color: #78328a !important;
}
.select2-selection__rendered {
    line-height: 37px !important;
}
.select2-container .select2-selection--single {
    height: 37px !important;
}
.select2-selection__arrow {
    height: 37px !important;
}




