
.active_select{
    border: 2px solid;
    padding: 5px;
    border-radius: 12px;
}

.cm-filter-1{
  float: right;
  padding: 8px;
  cursor: pointer;
}
.table_no{
    text-align: center;
    background: #daa520;
    color: #fff;
    padding: 10px;
}
.small_button_danger{
    padding: 1px 10px;
    cursor: pointer;
    font-size: 11px !important;
    background: #dc3545;
}
.search-input {
    width: 100%;
    padding: 10px 35px;
}
.search-icon {
  top: 16px;
left: -2px;
}
.choices__list--single .choices__item{
    padding-left: 10px;
}
.choices__list--dropdown{
    z-index:4 !important;
}
.no_order {
    text-align: center;
    background: #e20808;
    color: #fff;
    padding: 10px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #daa520 !important;

}
.delivery_datetime.form-control[readonly] {
  background-color: #f0f0f0 !important;
}

.products_all_order{
  /*height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 15px;*/
    display:flex;
    flex-direction:column;
    height:auto;
    margin-top: 20px;
}

.footerBarBox .btn {
  margin-right: 10px;
  background-color: #fff;
}

.card-title,.ui-menu-item-wrapper{
    text-transform: uppercase;
}
.cm-spinner-grow {
  height: 20px;
  width: 20px;
    background-color: none !important;
}

.cmTimerDiv{
  margin-top: -50px;
  margin-bottom: 20px;
  padding-top: 5px;
  position: relative;
  z-index: 999;
}

.fp-time-view {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 25px;
  padding: 7px 0px;
  border-radius: 40px;
  color: #000;
  font-weight: 600;
  font-size: 22px;
  background-color: #fff;
  /* padding: 2px 6px;
  border-radius: 4px;
  background-color: #0e9d3c; */
}

.cmTimerView {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  z-index: -1;
  display: inline-block;
  width: 80px;
  line-height: 23px;
  height: 80px;
  background-image: linear-gradient(45deg, #0044e9, #ff9292, #c0ff91);
  border-radius: 50px;
  text-align: center;
  padding: 5px;
  animation: timer-spin 4s linear infinite;
}
@keyframes timer-spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.fixedfooterbottom {
  position: fixed;
  bottom: 0;
  padding: 10px 5px;
  background-color: #fff;
  background-image: linear-gradient(#fff6e0, #f1f1f1);
  border-top: 1px solid #cbcbcb;
  box-shadow: 0 0 10px #0000005c;
}

.fixedfooterbottom a {
  text-decoration: none;
}

.fixedfooterbottom h3 {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
  font-weight: bold;
}

.fixedfooterbottom i {
  font-size: 20px;
  color: #000;
}

body {
  touch-action: manipulation; /* Disable double-tap zoom on touch devices */
  zoom: 1; /* Reset the initial zoom level to 1 */
  max-width: 100%; /* Prevent horizontal scrolling on smaller screens */
  overflow-x: hidden; /* Hide horizontal overflow content */
}
.fp-wait{
    font-size: 29px;
    line-height: 22px;
    padding: 17px 0;
    color: #6f66c3;
}
.live{
  position: relative;
  z-index: 99;
}
.fp-main-card {
  background-color: #00b63a;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.fp-veg-icon {
    position: relative;
    top: -5px;
}

/*******************************
**********Step Up form address***********/
#addressStepForm {
  max-width: 550px;
}

.step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
}

.step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #007bff;
  line-height: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
  /* Added cursor pointer */
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #007bff;
  z-index: -1;
}

#multi-step-form {
  overflow-x: hidden;
}