@import "./helpers.css";
.filter-container .form-select {
  border-radius: 33px;
  border: 1px solid transparent;
  font-size: 13px;
  width: 12.1rem;
  height: 2.3rem;
  padding-right: 2rem;
}
.filter-container .form-select:focus {
  box-shadow: none;
}
.filter-container .type {
  font-weight: bold;
}
.filter-container .type-label {
  padding-right: 0.5rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
}
.filter-container .search-bar {
  width: 16rem;
  height: 2.5rem;
  background-color: white;
  padding-right: 3.125rem;
  font-size: 12px;
  border: 0;
}
.filter-container .search-bar::-moz-placeholder {
  opacity: 0.5;
  color: #202124;
  font-weight: bold;
  font-size: 12px;
}
.filter-container .search-bar::placeholder {
  opacity: 0.5;
  color: #202124;
  font-weight: bold;
  font-size: 12px;
}
.filter-container .search-icon {
  top: 31%;
  right: 8%;
  color: rgba(143, 144, 145, 0.6784313725);
}
.filter-container .form-control:focus {
  box-shadow: none;
}

input[type=date] {
  width: 8rem;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  padding-left: 0.75rem;
  font-size: 0.9rem;
  height: 2.3rem;
  border-radius: 33px;
  border: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 20px;
  padding: 0;
}

input::-webkit-datetime-edit-fields-wrapper {
  position: relative;
  left: 23px;
  margin-left: 0.5rem;
}

.mx-6 {
  margin-left: 2.3rem;
  margin-right: 2.3rem;
}

table th:first-child {
  border-radius: 0 10px 0 0;
  padding-right: 1rem;
}

table th:last-child {
  border-radius: 10px 0 0 0;
  padding-left: 1rem;
}

table td:first-child {
  padding-right: 1rem;
}

table td:last-child {
  padding-left: 1rem;
}

table {
  text-align: start;
  font-size: 0.9rem;
}

th {
  font-size: 0.9rem;
  font-family: "tajawal-bold";
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

td {
  padding-top: 2.4rem !important;
  padding-bottom: 1.2rem !important;
}

tr {
  border: 1px solid #f4e834;
}

thead tr {
  border: none;
}

.fa-ellipsis-vertical {
  font-size: 19px;
}

.status {
  border-radius: 2rem;
  background-color: #def8e2 !important;
  color: #42dd5c !important;
  font-weight: bolder;
  font-size: 0.8rem;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 80px;
  text-align: center;
}

.three-dots-dropdown .dropdown-menu {
  top: 14px !important;
  left: -17px !important;
  font-size: 0.8rem;
  --bs-dropdown-min-width: 9rem;
  border-radius: 0.8rem;
  background-color: white;
  box-shadow: 10px 0px 180px 0px rgba(0, 0, 0, 0.75);
}
.three-dots-dropdown .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: unset;
}
.three-dots-dropdown .dropdown-item:active {
  color: unset;
  background-color: unset;
  text-decoration: unset;
}
.three-dots-dropdown .dropdown-menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  margin-left: -43px;
  margin-top: -15px;
  width: 0;
  z-index: 1;
  height: 20px;
  border-bottom: solid 17px white;
  border-left: solid 10px transparent;
  border-right: solid 11px transparent;
  color: #f6f5f8;
}

#detailsModal .status1 {
  border-radius: 2rem;
  background-color: #def8e2 !important;
  color: #42dd5c !important;
  font-weight: bolder;
  font-size: 0.8rem;
  height: 25px;
  text-align: center;
}
#detailsModal .main-text {
  font-size: 15px;
  font-family: "tajawal-bold";
  margin-bottom: 0.5rem;
  font-weight: bolder;
}
#detailsModal .secondary-text {
  font-size: 15px;
  color: #718096;
  margin-bottom: 1rem;
}
#detailsModal .product-details {
  display: flex;
  flex-direction: column !important;
  background-color: white;
  border-radius: 16px;
}
@media (min-width: 992px) {
  #detailsModal .modal-lg {
    --bs-modal-width: 704px !important;
  }
}
#detailsModal .products-cards {
  height: 370px;
}
#detailsModal .modal-body {
  height: 400px;
}
#detailsModal .swiper-scrollbar {
  background-color: white;
}
#detailsModal .swiper-scrollbar-drag {
  background-color: #f4ce34;
}
#detailsModal .swiper-scrollbar.swiper-scrollbar-vertical,
#detailsModal .swiper-vertical > .swiper-scrollbar {
  left: var(--swiper-scrollbar-left, 0px);
  right: var(--swiper-scrollbar-right, auto);
}
#detailsModal .modal-header {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.search-btn {
  width: 6.4rem;
  height: 2.3rem;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 5px 0 0 8px;
  background-color: #fff;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  border-radius: 33px;
  border: none;
  font-size: 13px;
  width: 9.5rem;
  height: 2.3rem;
}/*# sourceMappingURL=orders.css.map */