.dp__theme_light {
  --dp-background-color: transparent;
  --dp-border-color: transparent;
  --dp-menu-border-color: transparent;
  --dp-range-between-dates-background-color: #f6f4e7;
  --dp-cell-size: 24px;
  --dp-row-margin: 32px 0;
  --dp-button-icon-height: 24px;
}

.dp__inner_nav:hover {
  color: #0f1a3a;
  background: #f6f4e7;
}

.dp--arrow-btn-nav span svg {
  width: 16px;
  color: #0f1a3a;
}

.dp__calendar_header {
  margin-top: 16px;
}
.dp__calendar_header_item {
  color: #0f1a3a;
  text-align: center;
  font-family: var(--font-whyte-mono);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  text-transform: uppercase;
}

.dp__menu_inner {
  padding: 0;
}

.dp__instance_calendar {
  overflow: hidden;
}

.dp__today {
  border: none;
}

.dp__calendar_row:last-child {
  margin-bottom: 12px;
}

@media only screen and (min-width: 990px) {
  .dp__instance_calendar {
    min-width: 317px;
  }
}

@media (max-width: 378px) {
  .dp__instance_calendar {
    max-width: 360px;
  }
}

.dp__calendar_item:focus,
.dp--arrow-btn-nav:focus {
  outline: none;
}

.dp__calendar_item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp__theme_light .dp__cell_inner {
  color: #37405b;
  text-align: center;
  font-family: var(--font-whyte-mono);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
}

.dp__theme_light .dp__cell_disabled {
  color: rgba(15, 26, 58, 0.4);
  text-decoration: line-through;
}

.dp__range_start,
.dp__range_end,
.dp__active_date {
  position: relative;
  color: #f6f4e7 !important;
  background: transparent;
}

.dp__range_between {
  position: relative;
}
.dp__range_between::before {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: #f6e4cb;
  width: 110px;
  height: 42px;
}

.dp__range_start::before,
.dp__range_end::before,
.dp__active_date::before {
  content: '';
  position: absolute;
  z-index: 2;
  background-color: #0f1a3a;
  width: 42px;
  height: 42px;
  border-radius: 42px;
}

.dp__month_year_wrap {
  display: flex;
  gap: 2px;
  width: 100%;
  justify-content: space-between;
}

[data-dp-element='overlay-month'] {
  margin-right: 2px;
}

.dp__overlay {
  width: 100%!important;
  max-width: 330px;
  background-color: #fff;
  border: 1px solid rgba(15, 26, 58, 0.05);
  border-radius: 12px;
}

.dp__overlay_cell_disabled {
  color:rgba(15,26,58, 0.4);
  text-decoration: line-through;
  background-color: transparent;
}
.dp__overlay_cell_disabled:hover {
  background-color: transparent;
    color:rgba(15,26,58, 0.4);
}

.dp__overlay_cell_active {
  background-color: #0f1a3a;
  color: #fff;
}



.dp__month_year_wrap > * {
  width: auto;
  color: #0f1a3a;
  text-align: center;
  font-family: 'ABCWhyte';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
