.bg-primary {
  background: #4a81d4 !important;
}
.fit-img {
  object-fit: contain;
}
.text-primary {
  color: #4a81d4 !important;
}
.text-sm {
  font-size: 12px !important;
  line-height: 1.5;
}
.text-lg {
  font-size: 18px !important;
  line-height: 1.67;
}
.text-green {
  color: #4dcc18 !important;
}
.text-red {
  color: #FF0000 !important;
}
.bg-theme {
  background: #4a81d4 !important;
}
.pagination li.active .page-link,
.pagination li:hover .page-link {
  border-color: #4a81d4 !important;
  background: #4a81d4 !important;
}
.owl-carousel .item img {
  max-width: 100%;
  height: 190px;
  object-fit: contain;
}
.img-sm {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.steps ul {
  display: flex;
  display: -webkit-flex;
  list-style: none;
  padding-left: 0;
}
.steps ul li,
.steps ul li.current {
  outline: none;
  position: relative;
  padding-bottom: 3px;
  padding-right: 80px;
}
.steps ul li:last-child {
  padding-right: 0;
}
.steps ul li:first-child .step-icon:before {
  content: none;
}
.steps ul li a {
  cursor: default;
  text-decoration: none;
  outline: none;
}
.steps ul li a .title {
  text-align: center;
}
.steps ul li a .title span {
  display: block;
  font-size: 16px;
}
.steps ul li a .title .step-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  position: relative;
  outline: none;
  color: #fff;
  font-size: 30px;
  border: 2px solid #ccc;
}
.steps ul li a .title .step-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 55px;
  height: 55px;
  filter: grayscale(1);
}
.steps ul li a .title .step-icon.dispatched i {
  background-image: url(../../frontend_assets/images/tracking_icons/dispatched.png);
}
.steps ul li a .title .step-icon.delivered i {
  background-image: url(../../frontend_assets/images/tracking_icons/delivered.png);
}
.steps ul li a .title .step-icon.in_transit i {
  background-image: url(../../frontend_assets/images/tracking_icons/in_transit.png);
}
.steps ul li a .title .step-icon.picked_up i {
  background-image: url(../../frontend_assets/images/tracking_icons/pickup.png);
}
.steps ul li a .step-number {
  color: #666;
  font-weight: 400;
  padding: 0px 0 8px;
}
.steps ul li a .step-text {
  color: #333;
  font-weight: 600;
  padding-bottom: 8px;
}
.steps ul li .step-icon:before {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 100px;
  height: 6px;
  top: 50%;
  left: -100px;
  z-index: -1;
  transform: translateY(-50%);
}
.steps ul li.current .step-icon:before,
.steps ul li.done .step-icon:before {
  background: #699186;
}
.steps ul li.current a .step-icon,
.steps ul li.done a .step-icon,
.steps ul li.current a:active .step-icon,
.steps ul li.done a:active .step-icon {
  border-color: #699186;
}
.steps ul li.current a .step-icon,
.steps ul li.current a:active .step-icon {
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
}
.steps ul li.current a .step-icon i,
.steps ul li.current a:active .step-icon i {
  filter: grayscale(0);
}
.steps .done::before {
  background: #4a81d4;
}
.custom_scroll_height {
  max-height: 120px;
  overflow-y: scroll;
}
.custom_scroll_height::-webkit-scrollbar {
  width: 5px;
}
.custom_scroll_height::-webkit-scrollbar-track {
  background: #eee;
}
.custom_scroll_height::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #4a81d4;
  background-image: linear-gradient(to top, #2d67be 0%, #4a81d4 100%);
}
