.hide {
  display: none;
}

#error-msg {
  color: red;
  margin-left: 2px;
}

#valid-msg {
  color: green;
  margin-left: 2px;
}

.time-slot {
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid #969696;
  border-radius: 3px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  box-shadow: 0 2px 4px -2px #777;
  min-width: 80px;
  width: auto;
}

.time-slot-book, .time-slot:hover {
  background-color: #6571FF;
  cursor: pointer;
  color: #fff;
  border: 1px solid #3596E8;
}

.time-interval:hover {
  cursor: pointer;
}

.slot-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}

.color-information {
  color: #ef930a !important;
}

.unassigned-bed {
  color: #298f3e;
}

.assigned-bed {
  color: #b3381c;
}

.no-bed-available {
  margin: auto;
  margin-bottom: 6px;
  padding: 5px 15px 5px 15px;
  font-size: 20px;
  color: #2e2e2e;
  text-shadow: 3px -1px 4px #cecece;
}

.bad-status-hover {
  display: block;
  position: relative;
}

.bed-status-popup {
  opacity: 0;
  position: absolute;
  top: 32px;
  background: #fafafa;
  border: 1px solid transparent;
  border-radius: 6px;
  height: 0px;
  padding: 0 12px;
  margin-left: 70px;
  margin-top: -30px;
  overflow: hidden;
  transition: all 500ms;
  text-align: left;
}

.bad-status-hover:hover .bed-status-popup {
  padding: 12px 12px;
  height: auto;
  opacity: 1;
  z-index: 50;
  width: 320px;
  border: 1.5px solid;
  max-width: 175px;
}

.iti {
  display: block !important;
  width: 100%;
}

.plan-data {
  width: 60%;
}
@media (max-width: 767px) {
  .plan-data {
    width: 50%;
  }
}

.plan-border-bottom {
  border-bottom: 1px dashed #eff2f5;
}

.flatpickr-day {
  max-width: 39px !important;
}

body {
  overflow-x: hidden;
}

.action-dropdown {
  min-width: 220px !important;
  padding-bottom: 0 !important;
}

.custom-row-padding {
  padding: 15px 0 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.width-sm-280 {
  width: 280px !important;
}
