/************** Datepicker **************/
.datepickerContainer {
  /* border: 1px solid #fff; */
  /* border-radius: 5px; */
  background-color: transparent;
  padding: 15px 0;

  width: 100%;
  position: relative;
}
.ol-datepicker {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.ol-datepicker .sort_by_date_title {
  width: 98px;
  margin-right: 70px;
}

.ol-datepicker .ol-datepicker-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  width: 100%;
}
.ol-datepicker .ol-datepicker-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;

  font-weight: 400;
  width: 100%;
  padding: 0 18px;
  margin-bottom: 10px;
}
.ol-datepicker .ol-datepicker-week {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -1px;
  z-index: 2;
}
.ol-datepicker .ol-datepicker-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.ol-datepicker .ol-datepicker-week > div {
  width: 14.28%;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
}
.ol-datepicker .ol-datepicker-body > div {
  font-weight: 400;
  width: 14.28%;
  height: 58px;
  display: flex;
  align-items: end;
  margin-top: -29px;
  z-index: 1;
}
.ol-datepicker .ol-datepicker-selectDay {
  display: block;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  align-items: end;
  color: var(--black);
  text-decoration: none;
  /* width: 30px;
  height: 30px; */
  margin: 0 auto;
  width: 100%;
  height: 100%;
  /* z-index: 10; */
  line-height: 84px;
}
.ol-datepicker .today-weekName {
  /* border: 1px solid var(--pink); */
  /* border-bottom: 1px solid transparent; */
  color: var(--deep_purple);
}

.ol-datepicker .ol-datepicker-weekName .ol-datepicker-weekDay {
  text-decoration: none;
}
.ol-datepicker .ol-datepicker-today {
  /* border: 1px solid var(--pink);
  border-top: 1px solid transparent; */

  /* border: 1px solid var(--white);
  border-radius: 50%; */
}

.ol-datepicker .ol-datepicker-today a {
  /* color: var(--deep_purple); */
  border: 1px solid var(--deep_purple);
}
.ol-datepicker .ol-datepicker-rangeElem {
  position: relative;
}

.ol-datepicker .ol-datepicker-rangeElem a {
  color: var(--white);
}
.ol-datepicker .ol-datepicker-rangeElem::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  background-color: var(--pink);
  opacity: 0.6;
  color: white;
}
.ol-datepicker .ol-datepicker-range::before {
  left: 0;
  width: 100%;
}
.ol-datepicker .ol-datepicker-rangeStart::before {
  right: 0;
  width: 50%;
}
.ol-datepicker .ol-datepicker-rangeEnd::before {
  left: 0;
  width: 50%;
}
.ol-datepicker .ol-datepicker-rangeElem .ol-datepicker-selectDay {
  position: relative;
  z-index: 5;
}
.ol-datepicker
  .ol-datepicker-day
  .ol-datepicker-selectDay.ol-datepicker-selected {
  background-color: var(--pink);
  color: white;
  width: 100%;
  height: 58px;
  /* display: flex;
  align-items: end; */
  /* margin-top: -29px; */
  z-index: 1;
  display: block;
}
.ol-datepicker .ol-datepicker-controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 35px;
  padding-top: 12px;
}
.ol-datepicker .ol-datepicker-control::before {
  content: "";
  display: block;
  width: 18px;
  height: 17px;
  background-image: url(../images/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.ol-datepicker .ol-datepicker-prevLine::before {
  transform: scale(-1);
  position: absolute;
  top: -22px;
  right: 64px;
}
.ol-datepicker .ol-datepicker-nextLine::before {
  transform: scale(-1);
  position: absolute;
  top: -22px;
  right: 20px;
  transform: rotateX(180deg);
}

.ol-datepicker .ol-datepicker-weekend {
  color: var(--black);
}

.ol-datepicker .ol-datepicker-selected-week-rangeElem {
  background-color: var(--pink);
  opacity: 0.6;
  color: var(--white);
}

.ol-datepicker .ol-datepicker-selected-week-start,
.ol-datepicker .ol-datepicker-selected-week-end {
  background-color: var(--pink);
  color: var(--white);
}

.ol-datepicker .ol-datepicker-rangeStart,
.ol-datepicker .ol-datepicker-rangeEnd {
  background-color: var(--pink);
  color: var(--white);
}

.ol-datepicker .ol-datepicker-rangeStart a,
.ol-datepicker .ol-datepicker-rangeEnd a {
  color: var(--white);
}

@media (max-width: 960px) {
  .ol-datepicker .ol-datepicker-body > div {
    font-size: 12px;
  }
}

@media only screen and (min-width: 641px) {
  .ol-datepicker .ol-datepicker-prevLine::before {
    position: relative;
    transform: scale(-1);
    top: 0;
    right: 0;
  }

  .ol-datepicker .ol-datepicker-nextLine::before {
    position: relative;
    top: 0;
    right: 0;
  }
}
