.page[data-name="expense-allocation-card"] .search-date-area{
  display: flex;
  align-items: center;
  gap:10px;
}
.page[data-name="expense-allocation-card"] .search-date-area .edms-pop-list{
  color:white;
  font-size: var(--md-font);
  width:auto;
}
.page[data-name="expense-allocation-card"] .search-date-area .edms-pop-calendar
,.page[data-name="expense-allocation-card"] .search-date-area .edms-pop-icon-area{
  background-color: white;
}
.page[data-name="expense-allocation-card"] .expense-status-select{
  background-color: white;
  cursor: pointer;
  width: 150px;
  text-align: center;
  height: 32px;
  border-radius: 5px;
}
.page[data-name="expense-allocation-card"] .common-code-input {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}