/* .select2-selection{
    border: 1px solid #eee !important;
    color: #8A92A6 !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    padding: 0.5rem 1rem !important;
    font-size: var(--body-font-size) !important;
    margin: 0 !important;
    font-family: inherit !important;
    height: 41px !important;
  }
  .select2-container{
    border: 1px solid #eee !important;
    color: #8A92A6 !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    padding: 0.5rem 1rem !important;
    font-size: var(--body-font-size) !important;
    margin: 0 !important;
    font-family: inherit !important;
    height: 41px !important;
    font-family: inherit !important;
    height: 41px !important;
  }
  #select2-contractFileType-container{
    color: #8A92A6 !important;
  } */
  .select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none;
  }

  /* #regionDD, #reonDD {
    display: none;
  } */

 
  #date, #edit_date {
    position: relative;
    color: white;
    display: flex;
  }

  #date::before, #edit_date::before {
    position: absolute;
    content: attr(data-date);
    display: inline-block;
    color: #8A92A6;
  }

  #date::-webkit-datetime-edit, #edit_date::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
    display: none;
  }

#date::-webkit-calendar-picker-indicator, #edit_date::-webkit-calendar-picker-indicator {
  position: absolute;
  /* top: 3px; */
  right: 10px;
  color: black;
  opacity: 1;
}

