
.datetimepickerCard {
  padding-left: 15px;
  padding-top: 0px;
}

@media screen and (max-width: 992px) {
  .dropdown-select-calendar {
    top: 79px;
  }
}


@media screen and (max-width: 992px) {
  .datetimepickerCard {
    padding-left: 0px;
  }
}

.calendar-table {
  width: 100%;
}

.calendar-table thead tr th {
  width: 32px;
  text-align: center;
  font-weight: bold;
  color: #FE5900;
  padding-bottom: 15px;
  padding-top: 10px;
}

.calendar-table tbody tr td {
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: top;
  color: black;
  position: relative;
  text-align: center;
  cursor: pointer
}

.calendar-disabled {
  pointer-events: none;
  color: #AAA !important;
}

.calendar-day {
  padding: 0px !important;
}

.calendar-circle {
  position: absolute;
  z-index: 10;
  width: 32px;
  height: 32px;
  background-color: #FE5900;
  opacity: 0.0;
  border-radius: 20px;
  display: block;
  left: 50%;
  transform: translateX(-50%)
}

.calendar-number {
  padding-top: 5px;
}

.calendar-circle:focus,
.calendar-circle:hover {
  opacity: 0.5;
}

.calendar-active .calendar-circle {
  opacity: 0;
}

.calendar-active .calendar-number {
  width: 32px;
  height: 32px;
  background-color: #FE5900;
  border-radius: 20px;
  color: #fff;
}


.calendar-title {
  background-color: #FE5900;
  color: #fff;
  height: 70px;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 23px;
  width: 900px;
  left: 0px;
  top: 1px;
  border-radius: 8px 8px 0 0;
  position: absolute;
}

.current-month{
  text-transform: capitalize;
  color: #202020;
  text-align: center;
  font-size: 19px;
}

.times{
  overflow-y: scroll;
  height: 260px;
}

.times .btn-ms-time{
  border-radius: 8px;
  border: 1px solid #fe5900;
  color: #fe5900;
  max-width: 140px;
}

.times .btn-ms-time:hover{
  background-color: #ffe0d0;
  color: #fe5900;
}

.times .btn-ms-time.active{
  background-color: #fe5900;
  color: white;
}

.times .btn-ms-time.active:hover{
  background-color: #fe5900;
  color: white;
}


.display-fecha{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

