.search-with-date {
  width: 100%;
  position: relative;
}
.search-with-date .input-with-date {
  background-color: #FFFFFF;
  border: 1px solid #D7DAE2;
  border-radius: 10px;
  height: 45px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
}
.search-with-date .input-with-date .input-with-date__input {
  border: none !important;
  height: 41px;
  margin: 2px 4px 2px 13px;
  overflow: hidden;
}
.search-with-date .input-with-date .input-with-date__icon-calendar {
  width: 20px;
  height: 20px;
  margin: 13px 12px 12px 12px;
}
.search-with-date .input-with-date .input-with-date__icon-clear-search {
  width: 25px;
  height: 25px;
  margin: 10px 0px 10px 14px;
  display: none;
}
.search-with-date .input-with-date:focus-within {
  color: #212529;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.search-with-date .search-with-date__dropdown {
  width: 100%;
  position: absolute;
  top: 48px;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #F2F4F9;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 99999;
  display: none;
  padding: 20px 18px 25px 13px;
  height: fit-content;
}
.search-with-date .search-with-date__dropdown .dropdown-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  width: 70px;
  height: 45px;
  /* identical to box height */
  margin-right: 24px;
  color: #000000;
  display: flex;
}
.search-with-date .search-with-date__dropdown .dropdown-content {
  --width-dropdown-select: calc(100% - 94px);
  width: var(--width-dropdown-select);
  background: #FFFFFF;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.search-with-date .search-with-date__dropdown .dropdown-content .dropdown-content__select {
  width: 100%;
  height: 45px;
  background: #FFFFFF;
  border: 1px solid #D7DAE2;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.search-with-date .search-with-date__dropdown .dropdown-content .dropdown-content__select .dropdown-content__select--selected {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  margin: 13px 16px;
  color: #B0B0B0;
}
.search-with-date .search-with-date__dropdown .dropdown-content .dropdown-content__select .dropdown-content__icon {
  margin: 13px 16px ;
}
.search-with-date .search-with-date__dropdown .dropdown-content .select-dropdown__list {
  background: #FFFFFF;
  border: 1px solid #F2F4F9;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 21px 16px 13px 16px;
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
  display: none;
  z-index: 99999999;
}
.search-with-date .search-with-date__dropdown .dropdown-content .select-dropdown__list .select-list__item {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  margin: 10px 0;
  cursor: pointer;
  color: #000000;
}
.search-with-date .search-with-date__dropdown .dropdown-content .select-dropdown__list .select-list__item:hover {
  color: #001D85;
}
.search-with-date .search-with-date__dropdown .dropdown-content .select-dropdown__list--show {
  display: inline;
}
.search-with-date .search-with-date__dropdown .dropdown-content .select-calendar {
  display: none;
  background: #FFFFFF;
  border: 1px solid #D7DAE2;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  height: 45px;
}
.search-with-date .search-with-date__dropdown .dropdown-content .select-calendar .select-calendar_datepicker {
  border: none;
}
.search-with-date .search-with-date__dropdown .dropdown-content .select-calendar .select-calendar_datepicker .table-condensed {
  width: 295px !important;
  height: 276px !important;
}
.search-with-date .search-with-date__dropdown .dropdown-content .select-calendar .select-calendar_datepicker table {
  border: none !important;
  background: #fff !important;
}
.search-with-date .search-with-date__dropdown .dropdown-content .select-calendar .select-calendar_datepicker tr:nth-child(even) {
  background-color: #fff !important;
}
.search-with-date .search-with-date__dropdown .dropdown-content .select-calendar .select-calendar_datepicker tr > th tr > td {
  color: #000;
  font-weight: 300;
}
.search-with-date .search-with-date__dropdown .dropdown-content .select-calendar .select-calendar__input {
  border: none;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 2px 2px;
  text-align: center;
}
.search-with-date .search-with-date__dropdown .dropdown-content .select-calendar .select-calendar__input--focus {
  box-shadow: none;
}
.search-with-date .search-with-date__dropdown .dropdown-content .select-calendar .select-calendar__icon-date-to {
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  margin-top: 14px;
  width: 30px;
}
.search-with-date .search-with-date__dropdown--show {
  display: flex;
}
.search-with-date .search-with-date__dropdown--full {
  height: 244px;
}
