body .custom-calendar .search__input[data-v-2baa32dd], #app .custom-calendar .search__input[data-v-2baa32dd], #hr-widget .custom-calendar .search__input[data-v-2baa32dd], #hr-modal .custom-calendar .search__input[data-v-2baa32dd] {
background-color: #faf5ef;
}
body .select__input, #hr-widget .select__input {
background-color: #faf5ef;
}
body .select__input, #hr-modal .select__input {
background-color: #ffffff;
}

body .custom-calendar .search__input[data-v-2baa32dd], #app .custom-calendar .search__input[data-v-2baa32dd], #hr-widget .custom-calendar .search__input[data-v-2baa32dd], #hr-modal .custom-calendar .search__input[data-v-2baa32dd] {
background-color: #faf5ef;
}
body .select__input, #hr-widget .select__input {
background-color: #faf5ef;
}
body .select__input, #hr-modal .select__input {
background-color: #ffffff;
}
body .custom-calendar .search__container[data-v-2baa32dd], #app .custom-calendar .search__container[data-v-2baa32dd], #hr-widget .custom-calendar .search__container[data-v-2baa32dd], #hr-modal .custom-calendar .search__container[data-v-2baa32dd] {
padding: 2px;
}
body .custom-calendar .search__input_first[data-v-2baa32dd], #app .custom-calendar .search__input_first[data-v-2baa32dd], #hr-widget .custom-calendar .search__input_first[data-v-2baa32dd], #hr-modal .custom-calendar .search__input_first[data-v-2baa32dd] {
border-radius: 10px 0 0 10px;
}
body .select__input_last, #app .select__input_last, #hr-widget .select__input_last, #hr-modal .select__input_last {
border-radius: 0 10px 10px 0;
}

@media (max-width:639px){

 /* Division */
 #allrecords .t-rec .t123 .t-container_100 .t-width #hr-widget > div > div > div{
  padding-left:10px !important;
  padding-right:10px !important;
 }
    body .custom-calendar .search__input-mobile[data-v-2baa32dd], #app .custom-calendar .search__input-mobile[data-v-2baa32dd], #hr-widget .custom-calendar .search__input-mobile[data-v-2baa32dd], #hr-modal .custom-calendar .search__input-mobile[data-v-2baa32dd] {
        border-radius: 10px;
    }
}