input#doctorid-filter-status {
  display: none;
}

.filter-textbox {
  border: solid 1px #d8d5d5;
  border-radius: 5px;
  padding: 3px 5px;
  color: #aaa;
  width: 100%;
}

#adminid-filter-status {
  display: none;
}

#hospitalid-filter-status {
  display: none;
}

#medicineid-filter-status {
  display: none;
}

#variationid-filter-status {
  display: none;
}

#patientid-filter-status,
#driverid-filter-isonline,
#driverid-filter-status,
#driverid-filter-address {
  display: none;
}

#appointmentid-filter-doctorconfirmstatus {
  display: none;
}

#medicineid-filter-quantity {
  display: none;
}

.circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
  top: 5px;
}

.circle::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: rgb(70 182 222);
  height: 6px;
  margin-top: -5px;
  top: 50%;
  left: 4px;
  right: 4px;
  z-index: 5;
}

.circle::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: rgb(70 182 222);
  width: 6px;
  margin-left: -2px;
  left: 50%;
  top: 3px;
  bottom: 5px;
  z-index: 5;
}

.col-auto {
  padding-bottom: 16px;
}

.main-schedule {
  margin-left: -15%;
}

.schedule { 
  max-height: 600px;
  overflow-y: auto;
}

.schedulelabel {
  text-align: center;
  padding: 5px 10px;
  margin-left: 21px;
}

.column {
  float: left;
  width: 20%;
  padding-left: 15px;
}

.wrapper {
  float: left;
  margin-left: 26.5%;
}

.weekday {
  width: 14%;
  padding-bottom: 0px;
  padding-top: 5px;
}


.adddatebutton {
  margin: 0;
  padding: 3px 10px;
}

.dateholiday {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.dateholiday li {
  width: 120px;
  padding: 2px 5px;
  border: solid 1px #c3c3c3;
  border-radius: 10px;
  margin: 3px;
}

.dateholiday .close {
  padding: 5px 7px;
  font-size: 1em;
  border-radius: 50%;
  background-color: #cc0033;
  color: #ffffff;
  text-shadow: none;
  box-shadow: none;
}

.dateholiday.noclose .close {
  display: none;
}

.dateholiday.noclose li {
  width: 100px;
}

.linkhighlight {
  color: rgb(70 182 222);
  font-weight: bold;
}

.highlightlink {
  color: #2d79e9;
}