.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;
}

.price-column div {
  justify-content: end !important;
}

.price-sec-column div {
  justify-content: center !important;
}

.modal-header .btn-close {
  margin: inherit !important;
  padding: 0.9375rem 0.9375rem 0.9375rem 0 !important;
}


.login-page{
  background-color: #00b4e4d4 !important;
}

.login-button{
  background-color: #ffffff !important;
  color: #202020 !important;
}

.forget-password{
  color: #ffffff !important;
}

.login-background{
  background-color:#ffffff !important;
}

.pending-order {
  background: linear-gradient(135deg, #fff6c2, #fae77c) !important;
  color: #0000 !important;
}

.overlay-content {
  background-color: #fff1a3;
  margin-top: -33px;
  border-radius: 4px;
}

.icon-align {
  text-align: center !important;
}

.accepted-order {
  background: linear-gradient(135deg, #e8ffd8, #96f675) !important;
  color: #0000 !important;
}

.overlay-content-accepted {
  background-color: #a4ff85;
  margin-top: -33px;
  border-radius: 4px;
}

.declined-order {
  background: linear-gradient(135deg, #f7b5b5, #df7171) !important;
  color: #0000 !important;
}

.overlay-content-declined {
  background-color: #e68080;
  margin-top: -33px;
  border-radius: 4px;
}

.delivered-order {
  background: linear-gradient(135deg, #c6e8d3, #7ed7ad) !important;
  color: #0000 !important;
}

.overlay-content-delivered {
  background-color: #8ed9b6;
  margin-top: -33px;
  border-radius: 4px;
}





.btn-primary{
  background-color: #00b4e4 !important;
  border-color: #00b4e4 !important;
}

.text-primary{
  color: #00b4e4 !important;
  --bs-text-opacity:1 !important;
}

.text-bold{
  font-size: larger !important;
  font-weight: bold;
}

.btn-outline-primary {
  border-color: #00b4e4 !important;
  color: #00b4e4 !important;
}


.container-search {
  margin: 10px auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.search-box-search {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}
.search-box-search input[type="text"] {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
}
.search-box-search button {
  background-color: #00b4e4;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.search-box-search button:hover {
  background-color: #047fa2;
}

.btn-outline-primary:hover{
  background-color: #00b4e4 !important;
  color: white !important;
}

.card-header-new {
   border-bottom:2px solid #dedede !important;
  }

  .item-price-color{
    color: #00b4e4 !important;
  }

  .pointer-curser{
    cursor: pointer;
  }