/*=====================
   nanixhe.css
======================*/

.loader-wrapper img{
    max-width: 300px !important;
}


.form-control.datepicker{
    background-color: transparent !important;/*change to pickadate*/
}
.form-control.timepicker{
    background-color: transparent !important;/*change to pickadate*/
}

.picker__list-item--highlighted:hover, .picker--focused .picker__list-item--highlighted {
    background: #ca9e67 !important;
    border: #000 !important;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  background: #efd6b8  !important;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background: #ca9e67 !important;
    border: #000 !important;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  background: #efd6b8  !important;
}
