.superred {
  color: red;
  background-color: blue;
  border: 1px solid red;
}

.filter-form {
  background: #ebeef3;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.filter-form label {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: 13px;
  gap: 4px;
}

.filter-form label input {
  border: 1px solid #d2d3d4;
  padding: 13px 13px;
  border-radius: 7px;
  box-shadow: 0px 0px 2px -1px #000000;
}

.filter-form button[type=submit] {
  background: #eb5623;
  color: #fff;
  padding: 13px 30px;
  display: flex;
  align-self: end;
  border-radius: 50px;
  font-size: 23px;
}

.filter-form #clearFilters {
  color: #EB5623;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 700;
}

.searchAndClean {
  display: flex;
  gap: 32px;
}

.filterFormNote {
  font-size: 16px;
  font-weight: 400;
}

.noteHeader {
  font-weight: 700;
}

.tableHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #DFDFDF;
  height: 54px;
}

#exportCsv {
  gap: 6px;
}

#exportCsv lable {
  font-size: 16px;
  font-weight: 500;
  background: #00285F;
}

.ordersTitles {
  height: 54px;
}

.ordersTitles button {
  font-size: 16px;
  padding: 16px;
  gap: 4px;
  border-bottom-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 54px;
  width: 217px;
}

.ordersTitles button.active {
  background: #FFF5F1;
  border-bottom: 2px solid #EB5623;
}

#example .no-gap {
  gap: 0px;
}

/* #example th, #example td {
    white-space: nowrap;
} */
/* Target the control column */
#example td.dt-control.details,
#example th.dt-control.details {
  position: relative; /* optional, just to be safe */
}

/* Hide the sorting arrows */
#example td.dt-control.details:before,
#example th.dt-control.details:before {
  display: none !important;
  content: none !important;
}

#example .column {
  flex: 1;
  padding: 16px;
  gap: 10px;
  width: 200px;
}

#example .column-wide {
  flex: 2.8;
  padding: 16px;
  gap: 10px;
  width: 520px;
}

#example .details {
  color: #EB5623;
  font-weight: 700;
}

.column-date,
.column-order-number,
.column-customer,
.column-agent {
  min-width: 120px;
}

.pickup-header {
  font-weight: 700;
}

.pickup {
  font-weight: 400;
  font-size: 16px;
}

.status {
  width: 68px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 100px;
  text-align: center !important;
  font-size: 16px;
}

.status .active-status {
  background: #DDFFCD !important;
}

.status .no-active-status {
  background: #FFCBCB !important;
}

.status .no-status {
  background: #cccccc !important;
}

.status .yellow-status {
  background: #fffcd3 !important;
}

.status .blue {
  background: #9b91f8 !important;
}

.order-details-container {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 24px;
}
.order-details-container .bold-m-txt {
  font-size: 16px;
  font-weight: 700;
  color: #383838;
  white-space: nowrap;
}
.order-details-container .m-normal-txt {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.order-details-container .car-img {
  width: 193px;
  height: 99px;
}

.order-details {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}

.order-details .car-extras,
.order-details .personal-details,
.order-details .car-details {
  min-width: 460px;
}
.order-details .car-details .flex-row {
  justify-content: space-between;
  gap: 10px;
}

.order-details label {
  color: #00285F;
  font-weight: 700;
  display: flex;
  gap: 10px;
}

.personal-details .flex-row {
  justify-content: space-between;
  gap: 10px;
}

.order-notes {
  gap: 16px;
  display: flex;
  flex-direction: column;
  padding-right: 32px;
  padding-left: 32px;
}
.order-notes .title {
  gap: 10px;
  border-bottom-width: 1px;
}

.order-footer {
  background: #EBEEF3;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
}

.car-extras .option-item {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 6px;
  border-radius: 4px;
}

car-extras {
  direction: rtl; /* Hebrew text */
  text-align: center;
}

.options-container {
  display: flex;
  justify-content: center;
  gap: 40px; /* space between each option block */
  margin-top: 8px;
}

.option-block {
  display: flex;
  flex-direction: column; /* title on top, qty below */
  align-items: center;
}

.option-qty {
  margin-top: 5px;
}

.cancle-edit {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.bold-blue-txt {
  color: #00285F;
  font-weight: 700;
}

.cancle-order {
  display: block;
  text-decoration: underline;
}
.cancle-order.disabled {
  display: none;
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
  text-decoration: none;
}

.cancel-order-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.cancel-order-popup-overlay.active {
  display: flex !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.cancel-order-popup-overlay .popup-content {
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 20px 30px;
  border-radius: 8px;
  text-align: center;
  width: 425px;
  height: 222px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.cancel-order-popup-overlay .popup-content .sub-txt {
  font-weight: 400;
  font-size: 20px;
}
.cancel-order-popup-overlay .popup-content .popup-close {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 35px;
  cursor: pointer;
  color: #00285F;
  border-width: 2px;
  line-height: 24px;
}
.cancel-order-popup-overlay .popup-content .flexCenter {
  justify-content: center;
}
.cancel-order-popup-overlay .popup-content .flexEnd {
  justify-content: flex-end;
}
.cancel-order-popup-overlay .popup-content .popup-buttons {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}
.cancel-order-popup-overlay .popup-content .popup-buttons .confirm-yes,
.cancel-order-popup-overlay .popup-content .popup-buttons #success-ok {
  background-color: #EB5623;
  border: none;
  border-radius: 100px;
  padding: 8px 16px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  height: 46px;
  width: 154px;
  font-size: 16px;
  font-weight: 700;
}
.cancel-order-popup-overlay .popup-content .popup-buttons .confirm-no {
  border: none;
  background: none;
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .cancel-order-popup-overlay .popup-content {
    width: 90%;
  }
  .account-menu-modal {
    display: none; /* hidden by default */
    position: fixed; /* overlay on the whole screen */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6); /* semi-transparent dark overlay */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
  }
  .account-menu-mobile .menu {
    width: 95%;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
  }
  .account-menu-modal > * {
    background: #fff; /* menu box background */
    padding: 20px;
    width: 70%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .account-name {
    padding-inline-start: 15%;
    gap: 12px;
  }
  .account-menu-mobile li {
    width: 100%;
  }
  .account-menu-mobile ul {
    gap: 12px;
    justify-content: flex-start;
  }
  .account-menu-mobile li a {
    display: block;
    padding: 10px;
    color: #00285F;
    text-decoration: none;
    gap: 10px;
    display: flex;
  }
  .username-svg svg {
    width: 10px;
    height: 15px;
  }
}
.edit-order {
  color: #FFFFFF;
  background: #EB5623;
  border-radius: 100px;
  padding: 8px 32px 10px 32px;
  gap: 8px;
}
.edit-order.disabled {
  background: #666;
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
  text-decoration: none;
}

.car-details-symobls-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.car-details-symobls-row div {
  background: #EBEEF3;
  width: 45px;
  height: 24px;
  gap: 4px;
  border-radius: 100px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
}

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

.flex-column {
  display: flex;
  flex-direction: column;
}

#custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
  font-family: sans-serif;
  height: 40px;
}

#custom-pagination button {
  background: none;
  color: #000000;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s;
  height: 40px;
  width: 40px;
  font-size: 16px;
  font-weight: 600;
}

#custom-pagination button.active {
  color: #EB5623;
  font-weight: bold;
}

#custom-pagination button:disabled {
  color: #ccc;
  cursor: default;
}

.pagination-ellipsis {
  padding: 8px 0;
  color: #666;
}

.pagination-arrow button:active {
  color: #000000;
}/*# sourceMappingURL=client.css.map */