* {
  font-family: Inter;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fs-8 {
  font-size: 8px;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.br-6 {
  border-radius: 6px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-20 {
  border-radius: 20px !important;
}

.nowrap {
  white-space: nowrap !important;
}

.bg-primary {
  background-color: #3353ac !important;
}

.bg-lightyellow {
  background-color: #fff9e6 !important;
}

.bg-lightgreen {
  background-color: #ecfdf3 !important;
}

.bg-lightgrey {
  background-color: #f2f4f7 !important;
}

.btn-primary {
  background-color: #3353ac !important;
}

.btn-yellow {
  background-color: #fcc200 !important;
}

.text-primary {
  color: #3353ac !important;
}

.text-lightblack {
  color: #1e1e1e !important;
}

.text-grey {
  color: #364254 !important;
}

.textlight-matblue {
  color: #667085 !important;
}

.textdeep-matblue {
  color: #101828 !important;
}

.text-orange {
  color: #fc9c00 !important;
}

.text-lightred {
  color: #ee4015 !important;
}

.text-green {
  color: #037847 !important;
}

.adminMenu {
  background-color: #4764b4 !important;
  color: white !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #3353ad !important;
  background-color: #fcfcfd !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  box-shadow: 0px -5px 0px 0px !important;
}

.nav-pills .nav-link {
  color: #000000 !important;
  border-radius: var(--bs-nav-pills-border-radius);
}

.activeBtn-leftMenu {
  background-color: white !important;
  color: #3353ac !important;
}

a {
  color: white !important;
  text-decoration: underline;
}

.activeBtn-leftMenu a {
  color: #3353ac !important; /* Bootstrap primary blue */
}
/* my css */
/* .text-white {
  color: white !important;
} */
.text-green-clr {
  color: #00b728 !important;
}
.bg-green {
  color: #e6faea !important;
}

.bg-darkgreen {
  background-color: #04c82e !important;
}
.bg-pink {
  background-color: #fffcf2 !important;
}
.bg-lightred {
  background-color: #fdece8 !important;
}

.bg-border-pink {
  border: 1px solid #fedfa9 !important;
}
.bg-lightBlue {
  background-color: #edeff7 !important;
}
.text-darkOrange {
  color: #fc7a00 !important;
}

.sidebar {
  width: 250px;
  background-color: #144086;
  min-height: 100vh;
  color: white;
  position: fixed;
  padding: 20px 10px;
}

.sidebar .nav-link {
  background-color: #ffffff33;
  color: white;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
}

.main {
  margin-left: 270px;
  padding: 30px;
}

.card-custom {
  border-radius: 10px;
  border: none;
}

.status-badge {
  font-size: 12px;
  border-radius: 50px;
  padding: 4px 12px;
  display: inline-block;
  font-weight: 500;
}

.status-ready {
  background-color: #e7ecff;
  color: #3252f1;
}
.status-transit {
  background-color: #fff6e0;
  color: #ffac00;
}
.status-out {
  background-color: #ffecec;
  color: #ff5b5b;
}
.status-delivered {
  background-color: #e4fff1;
  color: #1bb67c;
}

/*spinner Css*/
#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #375ed3 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 12px !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dfdfdf !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.activeBtn {
  background-color: white;
  color: #000000;
}

#searchData {
  padding: 0.325rem 0.75rem !important;
}

.form-select {
  display: block;
  width: 100%;
  padding: 12px !important;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 8px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
