.header-panel {
  margin-bottom: 50px;
}
.header-panel .logo-section img {
  width: 150px;
}
.items-panel thead {
  background-color: #564688;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}
.items-panel tbody {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.right-header {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
}
.right-header .current-selected {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
  font-size: 16px;
}
.right-header .current-selected span.current-date {
  font-weight: bold;
}
.logo-section {
  width: 20%;
}
.days_select {
  width: 50%;
}
.right_selector {
  width: 50%;
  text-align: right;
}
.row.header-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.both_day_select {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.both_day_select .record-day {
  cursor: pointer;
}
.both_day_select .right_section {
  border: 2px solid #979191;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 30px;
  max-width: 160px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.both_day_select .left_section {
  border: 2px solid #979191;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-right: 0px;
  padding: 10px 30px;
  max-width: 160px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.row.header-panel .right_selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.row.header-panel .right_selector .selectdiv {
  padding-left: 10px;
  width: 50%;
}
.row.header-panel .right_selector .selectdiv label {
  width: 100%;
}
.row.header-panel .right_selector .selectdiv select {
  padding: 10px 8px;
  width: 100%;
  border: 2px solid #979191;
  text-transform: capitalize;
}
.btn_list_detail .btn_details.active {
  background-color: #564688;
  color: #fff;
}
.btn_list_detail .btn_details {
  background-color: #cccccc;
  color: #000;
  padding: 10px 50px;
  text-decoration: none;
  text-align: center;
}
.btn_list_detail {
  margin-top: 10px;
}
.number span {
  cursor: pointer;
}

.number .minus,
.plus {
  width: 34px;
  height: 34px;
  background: #f2f2f2;
  padding: 5px 5px 8px 5px;
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.number .text {
  height: 34px;
  width: 100px;
  text-align: center;
  font-size: 16px;
  color: #000;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.number {
  display: flex;
  justify-content: center;
}
.both_day_select .active {
  background-color: #564688;
  border-color: #564688;
  color: #fff;
}

.items-panel span.delivery-method {
  text-transform: capitalize;
}
.items-panel span.gift-message {
  font-weight: normal;
}
.alert.new-order-message {
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.both_day_select .vdp-datepicker__calendar {
  right: 0;
  top: 46px;
}
.both_day_select .vdp-datepicker input {
  display: none;
}

.orders-app .order-app-loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  min-height: 300px;
  background: rgb(255 255 255 / 68%)
    url(https://devworktdmc.com/product-customiser/public/images/builder-loader.svg)
    center no-repeat;
}
.order-table-app-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  min-height: 300px;
  background: rgb(255 255 255 / 68%);
}
.disable-options {
  opacity: 0.5;
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .both_day_select {
    flex-wrap: nowrap;
  }
  .header-panel .logo-section img {
    width: 138px;
  }
}
@media only screen and (max-width: 767px) {
  .logo-section {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .days_select {
    width: 100%;
  }
  .right_selector {
    width: 100%;
  }
  .both_day_select {
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 10px;
  }
  .row.header-panel {
    justify-content: center;
  }
  .right-header {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 576px) {
  .days_select {
    width: 100%;
  }
  .right_selector {
    width: 100%;
    text-align: center;
  }
  .both_day_select {
    justify-content: center;
    margin-top: 10px;
  }
  .both_day_select .right_section {
    max-width: 130px;
  }
  .both_day_select .left_section {
    max-width: 130px;
  }
}

/* new css */

.order-pack-title {
  padding: 8px 10px;
  background-color: red;
  border-radius: 50px;
  position: relative;
  text-align: center;
  color: #fff;
}
.order-pack-title h3 {
  margin-bottom: 0;
  font-size: 22px;
  text-transform: uppercase;
}
.order-pack-title .chevron {
  width: 32px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.order-pack-title:before {
  content: '';
  height: 20px;
  width: 20px;
  background-color: green;
  border-radius: 50px;
  position: absolute;
  left: 20px;
  top: 12px;
}
.order-list .order-single {
  padding: 8px 20px;
  background-color: #161616;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  /* width: calc(100% - 30px); */
  width: 100%;
  /* margin-right: 10px; */
}
.order-list {
  height: 150px;
  overflow: auto;
  direction: rtl;
}
.order-list::-webkit-scrollbar {
  width: 12px;
}
.order-list::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 20px;
}
.order-list::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
}
.order-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  direction: initial;
}
.order-list li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.order-list li .trash {
  width: 20px;
}
.order-pack-title .close {
  color: #ff0004;
  opacity: 1;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 18px;
}
.order-pack-listing {
  display: none !important;
}