.datepicker {
    z-index: 1600 !important;
}

.datepicker {
    z-index: 1050 !important;
}

.features {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 0%;
    z-index: 99999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
}

.bottom-right {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: -1;
    display: block;
    /*width: 40px;
    height: 40px;*/
    text-align: center;
}

.phrase {
    text-transform: lowercase;
    display: inline-block;
}

.phrase:first-letter {
    text-transform: uppercase;
}


/* alto fijo cards */

.fixed-height-500 {
    table-layout: fixed;
    height: 310px;
    overflow: auto;
}


/* estillo barra scroll cards tablero */

.fixed-height-500::-webkit-scrollbar {
    -webkit-appearance: none;
}

.fixed-height-500::-webkit-scrollbar:vertical {
    width: 4px;
}

.fixed-height-500::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
    display: none;
}

.fixed-height-500::-webkit-scrollbar:horizontal {
    height: 4px;
}

.fixed-height-500::-webkit-scrollbar-thumb {
    background-color: #41b8e8;
    border-radius: 20px;
}

.fixed-height-500::-webkit-scrollbar-track {
    border-radius: 10px;
}

select::-webkit-scrollbar {
    -webkit-appearance: none;
}

select::-webkit-scrollbar:vertical {
    width: 2px !important;
}

select::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
    display: none;
}

select::-webkit-scrollbar:horizontal {
    height: 2px !important;
}

select::-webkit-scrollbar-thumb {
    background-color: #41b9e86e;
    border-radius: 10px;
}

select::-webkit-scrollbar-track {
    border-radius: 10px;
}


/* estillo barra scroll body  */

body::-webkit-scrollbar {
    -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
    width: 6px;
}

body::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
    display: none;
}

body::-webkit-scrollbar:horizontal {
    height: 6px;
}

body::-webkit-scrollbar-thumb {
    background-color: #41b9e86e;
    border-radius: 20px;
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
}


/* estillo barra scroll TEXTAREA  */

textarea::-webkit-scrollbar {
    -webkit-appearance: none;
}

textarea::-webkit-scrollbar:vertical {
    width: 3px;
}

textarea::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
    display: none;
}

textarea::-webkit-scrollbar:horizontal {
    height: 3px;
}

textarea::-webkit-scrollbar-thumb {
    background-color: #41b9e86e;
    border-radius: 20px;
}

textarea::-webkit-scrollbar-track {
    border-radius: 10px;
}


/* Botones de descargar reporte por areas */

.download {
    cursor: pointer;
    background-color: green;
    padding: 4px;
    border-radius: 2px;
    align-items: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


/* bounce-in calificaciones config */

.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    /* z-index: 999; */
}

.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.logo-empresa {
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
}

.slider-custom-height-1>.slider.slider-horizontal>.slider-track {
    height: 10px;
}

.slider-custom-height-1>.slider.slider-horizontal>.slider-handle {
    width: 20px;
    height: 20px;
}

.slider-custom-height-2>.slider.slider-horizontal>.slider-track {
    height: 20px;
}

.slider-custom-height-2>.slider.slider-horizontal>.slider-handle {
    width: 40px;
    height: 40px;
}

input.form-control.custom-line {
    border: solid 2px #02BC77;
    /*box-shadow: 1px 1px 1px #02BC77;*/
}