.manage-schedule-section {
  padding: 50px 0 90px 0;
}
.calendar {
  width: 100%;
  margin: 0 auto;
  background: #fff8f5;
  border-radius: 13px;
  overflow: hidden;
}
.calendar__month {
  font-size: 20px;
  font-weight: 800;
  width: 100%;
  position: relative;
  background: #beaee8;
  padding: 10px 20px;
}

.cal-month__previous,
.cal-month__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
}
.cal-month__next {
  right: 20px;
}

.cal-month__current {
  text-align: center;
  font-size: 21px;
  color: #fff;
}

.cal-head__day,
.cal-body__day {
  display: inline-block;
  width: 33px;
  height: 33px;
  font-family: "poppinsmedium";
}

.cal-body__week,
.calendar__head {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
.calendar__head {
  line-height: 30px;
  position: relative;
}
.calendar__head::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #8b8b8b;
  margin: 0 20px;
}

.cal-body__day {
  color: #8b8b8b;
  line-height: 31px;
  text-align: center;
  cursor: pointer;
}

.cal-day__month--current {
  color: #5b4c64;
}

.cal-day__day--today {
  font-weight: 800;
  color: #2196f3;
}

.cal-day__day--selected {
  background-color: #9682c9;
  border-radius: 50%;
  color: #fff;
}
.calendar__head .cal-head__day {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "poppinsbold";
}
/* second table */
.bootstrap-datetimepicker-widget table td.active.today::before {
  border-bottom-color: #fff;
  display: none;
}
.bootstrap-datetimepicker-widget table td.today::before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
  display: none;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: rgb(71, 128, 194);
  background: radial-gradient(
    circle,
    rgba(71, 128, 194, 1) 38%,
    rgba(232, 245, 244, 1) 42%
  );
  color: #fff;
  text-shadow: none;
  border-radius: 100%;
}

.bootstrap-datetimepicker-widget table th {
  height: 30px;
  line-height: 25px;
  width: 30px;
  color: #2374bb;
}
.bootstrap-datetimepicker-widget table thead tr:first-child{
  background: #4780c2;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  /* background: #4780c2; */
  border-radius: 0;
  color: #fff;
  padding: 0;
  height: 30px;
  line-height: 2;
  padding: 10px 0;
}

.prev.disabled,
.prev {
  border-radius: 12px 0 0 0 !important;
  position: relative;
}
.next {
  /* border-radius: 0 12px 0 0 !important; */
  position: relative;
  border-top-right-radius: 12px !important;
}
#datetimepicker12 {
  background: #ecf3f9;
  border-radius: 12px;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #9682c9;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #aed2eb;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #aed2eb;
  color: #fff;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: rgb(71, 128, 194);
  background: radial-gradient(
    circle,
    rgba(71, 128, 194, 1) 38%,
    rgba(232, 245, 244, 1) 42%
  );
  color: #fff;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
/* .prev::after {
  position: relative !important;
  width: 15px !important;
  height: 20px !important;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
  background: url(../images/calender-left.png) no-repeat !important;
  top: -10% !important;
  left: 50% !important;
  z-index: 2 !important;
  transform: translate(-50%, -50%) !important;
  display: flex;
  justify-content: center;
} */
.prev::after {
  position: relative !important;
  width: 15px !important;
  height: 20px !important;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
  background: url(../images/calender-left.png) no-repeat !important;
  /* top: 30% !important; */
  left: 50% !important;
  /* transform: translateY(-50%) !important; */
  display: flex;
  justify-content: center;
}
.next::after {
  position: relative !important;
  width: 15px !important;
  height: 20px !important;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
  background: url(../images/calender-right.png) no-repeat !important;
  /* top: 30% !important; */
  left: 50% !important;
  /* transform: translateY(-50%) !important; */
  display: flex;
  justify-content: center;
}

.bootstrap-datetimepicker-widget table td {
  height: 20px !important;
  line-height: 14px !important;
  width: 20px !important;
  border-radius: 50%;
  font-size: 18px;
  color: #2a5a85;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px !important;
  line-height: 11px !important;
  width: 20px !important;
  padding: 20px 0;
}
.bootstrap-datetimepicker-widget table th {
  line-height: 3;
  font-size: 18px;
}
/* .glyphicon.glyphicon-chevron-left {
  display: block;
  width: 100%;
  height: 100%;
}
.glyphicon.glyphicon-chevron-right {
  display: block;
  width: 100%;
  height: 100%;
} */

/* pop up calender */
.pop-up-calender .bootstrap-datetimepicker-widget table td.day {
  height: 15px !important;
  line-height: 13px !important;
  width: 15px !important;
  padding: 12px 0;
}
.pop-up-calender .bootstrap-datetimepicker-widget table td {
  height: 10px !important;
  line-height: 8px !important;
  width: 10px !important;
  border-radius: 50%;
  font-size: 10px;
}
.pop-up-calender .bootstrap-datetimepicker-widget table th {
  height: 21px;
  width: 30px;
  font-size: 12px;
}
.dow {
  border-bottom: 2px solid #aed2ea;
  /* border-color: linear-gradient(
    0.25turn,
    rgba(255, 249, 34),
    rgba(255, 0, 128),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1; */
  width: 100%;
}
.pop-up-calender .prev::after {
  position: relative !important;
  width: 15px !important;
  height: 20px !important;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
  background: url(../images/calender-left.png) no-repeat !important;
  top: 12px !important;
  left: 50% !important;
  z-index: 2 !important;
  transform: translate(-50%, -50%) !important;
  display: flex;
  justify-content: center;
  background-size: 10px !important;
}
.pop-up-calender .next::after {
  position: relative !important;
  width: 15px !important;
  height: 20px !important;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
  background: url(../images/calender-right.png) no-repeat !important;
  top: 12px !important;
  left: 50% !important;
  z-index: 2 !important;
  transform: translate(-50%, -50%) !important;
  display: flex;
  justify-content: center;
  background-size: 10px !important;
}
/* .dow:first-child {
  border-width: 5px;
  border-image: linear-gradient(
    to left,
    rgb(0, 0, 0) 38%,
    rgb(248, 0, 0) 42%
  ) !important;
} */
