/**
 * CSS for Backend.
 */

/* Input Field ------------------------------------------------------------------------------------------------------ */
.daextubch-react-select__control--is-focused{
    border-color: #1c8dba !important;
    box-shadow: 0px 0px 0px 1px #099ed1 !important;
    border-color: #099ed1 !important;
}

.daextubch-react-select__input{
    box-shadow: none !important;
    min-height: auto !important;
}

.daextubch-react-select__control{
    background: #fff !important;
}

/* Dropdown Menu ---------------------------------------------------------------------------------------------------- */
.daextubch-react-select__menu{
    z-index: 6 !important;
}

.daextubch-react-select__option{
    background-color: #fff !important;
}

.daextubch-react-select__option--is-focused{
    background-color: #f8f9f9 !important;
}

.daextubch-react-select__option--is-selected{
    background-color: #0072a8 !important;
}


