@charset "UTF-8";
@import url("left-navigation.css");
@import url("data-tables.css");
/* Using a url */
/********** CSS **********/
:root {
  --primary: #ffff;
  --secondary: #191c24;
  --light: #6c7293;
  --dark: #000000;
}
body {
  background-color: #fff5f5;
}
/*-------- Header-------*/
.header {
  padding: 0px 10px;
}
.header .dropdown-toggle {
  padding-right: 0;
  border: none;
}
.border-right-light {
  border-right: 1px solid #cccccc;
}
.bar {
  color: #000000;
  font-size: 24px;
}
.bar:hover {
  color: #000000;
}
.logo-main img {
  height: 28px;
}
.search-input {
  position: relative;
}
.search-input input {
  border-color: #b5b5b5;
  font-size: 13px;
  padding-right: 45px;
  padding-left: 20px;
}
.search-input i {
  position: absolute;
  right: 22px;
  bottom: 6px;
  color: #b5b5b5;
  font-size: 20px;
}
.bg-route {
  --bs-bg-opacity:1;
  background-color: #244579!important;
}
.text-route {
  --bs-text-opacity:1;
  color: #244579!important;
}
.btn-link {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
}
.table tbody td .btn-link.text-danger {
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
}
.text-01 {
  color: #244579;
  font-weight: 400;
}
.btn-link:hover, .btn-link:hover i {
  color: #244579;
}
span.ac-d {
  padding-left: 15px;
  vertical-align: middle;
  display: inline-block;
  border-right: 1px solid #cccccc;
  padding-right: 15px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-link i {
  padding-right: 6px;
  opacity: 1;
  font-size: 23px;
  color: #b5b5b5;
  vertical-align: middle;
}
.notification .btn-link {
  position: relative;
}
.notification small.no-c {
  position: absolute;
  background: #244579;
  width: 8px;
  height: 8px;
  right: 4px;
  border-radius: 100%;
}
.notification-message small.no-cm {
  position: absolute;
  background: #f49536;
  width: 8px;
  height: 8px;
  right: 12px;
  border-radius: 100%;
}
small.value-c {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  padding: 0px 12px 0px 2px;
}
.header-right-c .ac-d:last-child {
  border-right: none;
}
.dropdown-toggle:focus {
  box-shadow: none;
}
.notification.dropdown ul.dropdown-menu li.p-3.text-center {
  padding: 10px 20px !important;
}
.notification-message.dropdown ul.dropdown-menu li.p-3.text-center {
  padding: 10px 20px !important;
}
.dropdown-menu li a {
  font-size: 14px;
  padding: 10px 20px;
  position: relative;
}
.dropdown-menu li a i {
  font-size: 30px;
  padding-right: 15px;
  color: #707070;
  vertical-align: middle;
}
.dropdown-menu {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border: none;
}
.dropdown-item:focus, .dropdown-item:hover, li.active a.dropdown-item {
  color: #244579;
  background-color: #2445791f;
}
.dropdown-item:hover i, li.active a.dropdown-item i {
  color: #244579;
}
ul.bullet-point li button:before {
  content: "";
  background: black;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 10px;
}
.dropdown-menu li a span.rounded {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.dropdown-menu li a .not-1 {
  background: #ffe8f4;
}
.dropdown-menu li a .not-1 i {
  color: #244579;
}
.dropdown-menu li a .not-2 {
  background: #fffaeb;
}
.dropdown-menu li a .not-2 i {
  color: #dcbb13;
}
.dropdown-menu li a .not-3 {
  background: #e8fafc;
}
.dropdown-menu li a .not-3 i {
  color: #00c3d9;
}
.dropdown-menu li a .not-4 {
  background: #ebffee;
}
.dropdown-menu li a .not-4 i {
  color: #038e1a;
}
.dropdown-menu li a span.rounded i {
  font-size: 26px;
}
/*-----------*/
/*-----Content Css Start------*/
.datepicker select {
  cursor: pointer;
}
.card {
  margin: 30px auto;
  width: 150px;
  /* Reduce the card width */
  height: 150px;
  /* Reduce the card height */
  border-radius: 20px;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.15), -2px -2px 10px 2px rgba(0, 0, 0, 0.12);
  /* Reduce the shadow size */
  cursor: pointer;
  transition: 0.4s;
}
.card.ratio-card {
  margin-left: 0;
  margin-right: 0;
  width: auto;
  height: auto;
  margin-top: 0;
}
.ratio-card {
  border-radius: 10px;
  border: none;
  padding: 30px;
  margin-bottom: 30px;
}
.ratio-card h5 {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.ratio-card i {
  font-size: 48px;
  padding-right: 17px;
  vertical-align: middle;
}
.ratio-card p.card-text {
  font-size: 20px;
  margin: 0;
  text-align: center;
}
.box-1 {
  background: #f1f1fc;
  box-shadow: rgba(55, 44, 219, 0.12) 0px 4px 6px -1px, rgba(58, 58, 255, 0.13) 0px 2px 4px -1px;
}
.box-1 i, .box-1 p.card-text, .box-1 h5 {
  color: #372cdb;
}
.box-2 {
  background: #ebffee;
  box-shadow: rgba(3, 142, 26, 0.12) 0px 4px 6px -1px, rgba(3, 142, 26, 0.13) 0px 2px 4px -1px;
}
.box-2 i, .box-2 p.card-text, .box-2 h5 {
  color: #038e1a;
}
.box-3 {
  background: #e8fafc;
  box-shadow: rgba(0, 195, 217, 0.12) 0px 4px 6px -1px, rgba(0, 195, 217, 0.13) 0px 2px 4px -1px;
}
.box-3 i, .box-3 p.card-text, .box-3 h5 {
  color: #00c3d9;
}
.box-4 {
  background: #ffe4e2;
  box-shadow: rgba(244, 67, 54, 0.12) 0px 4px 6px -1px, rgba(244, 67, 54, 0.13) 0px 2px 4px -1px;
}
.box-4 i, .box-4 p.card-text, .box-4 h5 {
  color: #244579;
}
.box-5 {
  background: #fffaeb;
  box-shadow: rgba(220, 187, 19, 0.12) 0px 4px 6px -1px, rgba(220, 187, 19, 0.13) 0px 2px 4px -1px;
}
.box-5 i, .box-5 p.card-text, .box-5 h5 {
  color: #dcbb13;
}
.box-6 {
  background: #ffe8f4;
  box-shadow: rgba(184, 0, 98, 0.12) 0px 4px 6px -1px, rgba(184, 0, 98, 0.13) 0px 2px 4px -1px;
}
.box-6 i, .box-6 p.card-text, .box-6 h5 {
  color: #244579;
}
.ratio-card:after {
  content: "";
  background: #2364d4;
  position: absolute;
  right: 0;
  width: 4px;
  height: 80%;
  top: 0;
  opacity: 0;
  top: 13px;
}
.ratio-card:hover:after {
  opacity: 1;
}
.box-1:after {
  background: #372cdb;
}
.box-2:after {
  background: #038e1a;
}
.box-3:after {
  background: #00c3d9;
}
.box-4:after {
  background: #244579;
}
.box-5:after {
  background: #dcbb13;
}
.box-6:after {
  background: #244579;
}
/*-----Data Section------*/
.section-white {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  position: relative;
}
.d-md-flex .section-white {
  height: 100%;
}
.datepicker {
  position: relative;
}
.datepicker a {
  position: absolute;
  left: 5px;
  bottom: 0;
  color: #777777;
}
#commute {
  display: none;
}
/*-----------*/
/*-----Table------*/
/*.section-white tbody:hover tr:not(:hover) td,*/
/*.section-white tbody:hover tr:not(:hover) th {*/
/*  transition: opacity 0.2s ease-out;*/
/*  opacity: 0.3;*/
/*}*/
.table th, table td {
  font-size: 14px;
  white-space: nowrap;
}
.table th {
  font-weight: 500;
}
.table tbody th, .table tbody td {
  font-weight: 400;
  color: #827d7d;
}
.form-check .form-check-input, label.form-check-label {
  cursor: pointer;
}
.ac-ic {
  background-color: transparent;
  border: none;
  display: inline-block;
  min-width: 24px;
  mix-blend-mode: luminosity;
  color: #244579;
  line-height: normal;
  height: 24px;
}
.ac-ic i {
  font-size: 20px;
}
.ac-ic:hover {
  mix-blend-mode: darken;
  color: #244579;
}
a.text-danger {
  font-size: 14px;
  color: #244579 !important;
}
a.text-muted:hover {
  color: #244579 !important;
}
a.text-danger:hover {
  color: #244579c7 !important;
}
/*-----Order Page Css Start------*/
span.txt-14 i {
  vertical-align: middle;
  margin-right: 8px;
}
a.txt-20 i {
  vertical-align: middle;
  margin-right: 8px;
}
a.txt-20 {
  display: flex;
  color: #827d7d;
}
a.txt-20 span {
  color: #b675e3e0;
  display: block;
  font-weight: 500;
  margin-inline-start: 4px;
}
a.txt-20 span:hover {
  color: #860dd9e0;
  display: block;
  font-weight: 500;
  margin-inline-start: 4px;
  cursor: pointer;
}
span.txt-14 {
  display: block;
}
.form-select, .form-control {
  font-size: 14px;
}
.bizNameTrackHighLight {
  color: #716e6e;
  font-variant-caps: all-petite-caps;
  font-weight: 400;
}
input[type="date"] {
  text-transform: uppercase;
  color: #827d7d;
}
.form-select:focus, .form-control:focus {
  border-color: #244579;
  box-shadow: none;
}
label.form-check-label {
  font-size: 14px;
}
.bg-light-sh {
  background-color: #fff5f5;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
button.btn {
  font-size: 14px;
  min-width: 130px;
  font-weight: 500;
}
button.btn.btn-lg {
  font-size: 18px;
  min-width: 180px;
  padding: 12px 15px;
}
.ship-btn-outline, .ship-btn-outline:hover {
  border-color: #244579;
}
.ship-btn-outline:hover {
  background: #244579;
}
.btn-link.text-dark i {
  color: #000000;
}
.btn-link.text-dark i.bi.bi-download {
  font-size: 14px;
}
.btn-link.text-dark:hover, .btn-link.text-dark:hover i {
  color: #244579 !important;
}
/*====Underline Tabs Css====*/
.underline-tabs .nav-link {
  background: none;
  border-radius: 0px;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  border-bottom: 2px solid #fff5f5;
  text-align: left;
  padding: 5px 0px 5px 0px;
  min-height: 44px;
}
.underline-tabs .nav-link.active, .underline-tabs .show > .nav-link {
  background: none;
  color: #000000;
  border-bottom-color: #244579;
}
.underline-tabs li.nav-item .nav-link {
  padding-right: 35px;
}
.underline-tabs li.nav-item .nav-link:hover {
  color: #244579;
}
.underline-tabs li.nav-item .nav-link:hover.active, .underline-tabs li.nav-item .show > :hover.nav-link {
  color: #000000;
}
.underline-tabs li.nav-item {
  padding-right: 10px;
}
/*=======*/
.form-check {
  min-height: auto;
}
/*-----Add Order Page Css Start------*/
/*==== Wizard Css====*/
.step-c ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.step-c ul li a {
  display: inline-block;
  font-size: 14px;
  color: #000000;
}
.step-c ul li {
  flex: 1 1 auto;
  position: relative;
  text-align: center;
}
.step-c ul li:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 14px;
  border: 1px dashed #707070;
  margin-left: -43px;
}
.step-c ul li a small {
  display: block;
  text-align: center;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  background: white;
  line-height: 28px;
  border: 1px solid #cccccc;
  margin: auto;
  position: relative;
  z-index: 1;
}
.step-c ul li:last-child:after {
  border: none;
}
.step-c ul li a span {
  padding-top: 2px;
}
.step-c ul li.active-step a small {
  background: #fdd7d5;
  border-color: #24457954;
}
.step-c ul li.done-step a small {
  background: #fdd7d5;
  border-color: #24457954;
}
.step-c ul li a:hover small {
  background: #244579;
  color: #ffffff;
  border-color: #244579;
}
/*=======*/
h6.fs-6 {
  font-size: 14px !important;
}
.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}
form.form-c {
  padding-bottom: 25px;
}
.form-group {
  padding-bottom: 10px;
}
.form-check-input:checked {
  background-color: #244579;
  border-color: #244579;
}
.form-check-input:focus {
  box-shadow: none;
}
/*-----File Upload-----*/
.drag-area {
  border: 1px dashed #707070;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff5f5;
  margin-top: 10px;
  padding: 20px;
}
.drag-area.active {
  border: 2px solid #fff;
}
.drag-area .icon, .drag-area .icon i {
  font-size: 50px;
}
.drag-area header {
  font-size: 14px;
  color: #707070;
  padding: 20px;
  border-radius: 0px;
  background: none;
  box-shadow: none !important;
  min-height: auto;
}
.drag-area span {
  font-size: 14px;
  color: #707070;
  margin: 10px 0 15px 0;
  text-align: center;
}
.drag-area button {
  font-size: 18px;
  font-weight: 500;
  border: none;
  outline: none;
  background: none;
  color: #2364d4;
  cursor: pointer;
}
.drag-area button:hover, img.qr-code:hover {
  opacity: 0.7;
}
.drag-area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
/*-----Barcode Modal-----*/
/*====Button Tabs====*/
.btn-tabs li.nav-item .nav-link {
  background-color: #244579;
  color: #ffffff;
  border-radius: 12px;
  font-size: 14px;
  min-width: 130px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.17);
}
.btn-tabs li.nav-item .nav-link:hover {
  background-color: #b7170b;
}
.btn-tabs li.nav-item .nav-link.active, .btn-tabs li.nav-item .show > .nav-link {
  background-color: #b7170b;
}
/*=======*/
p.lead {
  font-size: 15px;
  line-height: 27px;
  color: #827d7d;
  font-weight: 400;
}
img.qr-code {
  display: block;
  margin: auto;
  height: 130px;
  margin: 30px auto;
}
/*---------*/
.fs-14, p.lead.fs-14, .drag-area button.fs-14 {
  font-size: 14px;
  line-height: 22px;
}
.list-group li a {
  color: #038e1a;
}
.list-group li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.list-group li a:hover {
  opacity: 0.8;
}
/*----Accordion-----*/
#accordionpanels .accordion-item {
  margin-bottom: 25px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 10px;
}
#accordionpanels .accordion-button {
  font-size: 14px;
  color: #000000;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-radius: 10px !important;
  box-shadow: none;
  align-items: flex-start;
  position: relative;
}
#accordionpanels .accordion-button:hover, #accordionpanels .accordion-button:hover::after {
  color: #244579;
}
#accordionpanels .accordion-button:not(.collapsed) {
  color: #244579;
  background-color: #ffffff;
}
#accordionpanels .accordion-button span {
  min-width: 40px;
}
.accordion-body p.lead {
  font-size: 14px;
  line-height: 24px;
}
#accordionpanels .accordion-body {
  padding-top: 0;
}
#accordionpanels .accordion-button::after {
  content: "";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 27px;
  background-image: none;
  color: #827d7d;
  position: absolute;
  right: 21px;
  top: 8px;
  height: auto;
  right: 20px;
}
#accordionpanels .accordion-button:not(.collapsed)::after {
  color: #244579;
  content: "";
  right: 12px;
  top: 10px;
}
/*---------*/
address.addres-c {
  margin: 0;
  border: 1px dashed;
  border-color: #707070;
  border-radius: 5px;
  background-color: #f1f1fc;
  padding: 22px 30px;
  text-align: center;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
}
address.addres-c span {
  display: block;
  font-size: 14px;
  color: #707070;
  font-weight: 500;
}
address.address-c-c {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
.input-group .input-group-text {
  font-size: 14px;
  color: #707070;
}
.btn-primary, .btn-primary:hover {
  background-color: #244579;
  border-color: #244579;
}
.form-group label.form-check-label {
  color: #707070;
}
.border-border-dashed {
  border-bottom-style: dashed;
  border-color: #707070;
  border-width: 1px;
  display: inline-block;
  min-width: 70%;
  min-height: 90px;
  padding-top: 8px;
}
.text-c {
  font-size: 14px;
  font-weight: 600;
}
.text-c span {
  display: block;
  font-size: 16px;
}
h2.fs-5 {
  font-weight: 500 !important;
}
.btn-secondary, .btn-secondary:hover, :not(.btn-check) + .btn.btn-secondary:active {
  background-color: #2364d4;
  border-color: #2364d4;
  box-shadow: none;
}
.btn-secondary:hover, .btn-primary:hover {
  opacity: 0.8;
}
/*-----Wallet Modal----*/
.modal-header.justify-content-between button.btn-close {
  position: absolute;
  top: 0;
  right: 8px;
  background-color: white;
  border-radius: 8px 8px 0px 0px;
  opacity: 1;
  border: 1px solid #cccccc;
  padding: 0px;
  width: 44px;
  height: 38px;
  margin-top: -40px;
}
.top-rounded-end {
  border-top-right-radius: 0px;
}
.modal-header.justify-content-between button.btn-close:focus {
  box-shadow: none;
  outline: 0px;
}
.modal-header.justify-content-between button.btn-close:hover {
  opacity: 0.8;
}
ul.value-tag-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
ul.value-tag-c li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.value-tag {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
  padding: 5px 6px;
}
.value-tag:hover {
  color: #244579;
}
.amount-c ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.amount-c ul li {
  color: #6c757d;
  font-size: 16px;
  padding-bottom: 10px;
}
.amount-c ul li:last-child {
  padding-bottom: 0px;
}
.amount-c ul li span.text-end {
  float: right;
}
li.pay-amount, .amount-c ul li.pay-amount {
  color: #000000;
}
.or-c {
  color: #6c757d;
  margin-top: -43px;
  background: white;
  border-radius: 100%;
  max-width: 22px;
  margin: -37px auto 0px auto;
}
.bg-light-blue {
  background: #2364d40d;
}
/*----Login Page-----*/
.login-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 30px 0px;
}
.content-c h1 {
  font-size: 30px;
  line-height: normal;
}
.form-control-lg {
  font-size: 1.25rem;
  min-height: 53px;
}
.content-c p.lead {
  font-size: 19px;
  line-height: 29px;
  text-align: left;
  padding-top: 9px;
}
.icon-left {
  position: relative;
}
.icon-left a {
  position: absolute;
  bottom: 21px;
  left: 15px;
  color: #827d7d;
  line-height: normal;
}
.icon-left .form-control {
  padding-left: 50px;
}
.login-page .form-c a.text-dark {
  font-size: 14px;
  font-weight: 500;
}
.login-page .form-c a.text-dark:hover {
  opacity: 0.8;
}
.icon-left .form-control:focus + a {
  color: #244579;
}
.login-page .section-white:after {
  content: "";
  position: fixed;
  background: #244579;
  right: 0;
  height: 100%;
  display: inline-block;
  width: 40%;
  top: 0;
  z-index: -1;
  border-radius: 125px 0px 0px 0px;
}
.login-page .section-white {
  width: auto;
  position: relative;
}
.btn-block {
  width: 100%;
  display: block;
}
/*---------*/
/*-----Status Tag------*/
span.badge {
  text-transform: uppercase;
  font-weight: 500;
  padding: 6px 9px;
}
.new_s, .accepted_s {
  border-radius: 4px;
  background-color: #33c55521;
  color: #33c555;
}
.inform_s {
  border-radius: 4px;
  background-color: #33c55521;
  color: #334ec5;
  margin-left: 1rem;
}
.redirect_s {
  border-radius: 4px;
  background-color: #33a5c521;
  color: #33aac5;
  margin-left: 1rem;
}
.dispatched_s {
  border-radius: 4px;
  background-color: #33c5ad21;
  color: #33c5a8;
  margin-left: 1rem;
}
.done_s {
  border-radius: 4px;
  background-color: #00800021;
  color: #008000;
}
.cancelled_s {
  border-radius: 4px;
  background-color: #ff000021;
  color: #ff0000;
}
.cancel_req_s {
  border-radius: 4px;
  background-color: #ffd40021;
  color: #cd9207;
}
.cancel_req_rejected_s {
  border-radius: 4px;
  background-color: #c5333321;
  color: #c53333;
}
.intransit_s {
  border-radius: 4px;
  background-color: #33a5c521;
  color: #33b8c5;
}
.rto_s {
  border-radius: 4px;
  background-color: #f080292a;
  color: #a76531c0;
}
.delivered_s {
  border-radius: 4px;
  background-color: #8133c521;
  color: #5733c5;
}
.paid_s {
  border-radius: 4px;
  background-color: #11d45221;
  color: #11d452;
}
.pickup_s {
  border-radius: 4px;
  background-color: #f0d7292a;
  color: #a7a331c0;
}
/*-----Tooltip------*/
.tooltip .tooltip-inner {
  background: white;
  color: black;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  font-size: 13px;
  text-align: left;
  padding: 15px;
  opacity: 1 !important;
}
.tooltip .tooltip-arrow::before {
  border-top-color: white !important;
}
.tooltip.show {
  opacity: 1;
}
/*-----Profile Page------*/
.avatar-upload {
  position: relative;
  max-width: 190px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "";
  font-family: "Material Symbols Outlined";
  color: #757575;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  font-size: 24px;
}
.avatar-upload .avatar-preview {
  width: 170px;
  height: 170px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #244579;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.avatar-upload .avatar-preview > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*----Edit Text Col------*/
.edit-text-col {
  position: relative;
}
.edit-text {
  position: absolute;
  right: 10px;
  top: 6px;
  color: #757575;
  opacity: 0;
}
.edit-text i {
  font-size: 16px;
}
.edit-text-col span.d-block .form-control {
  border-color: #ffffff;
  background-color: #ffffff;
  padding-left: 0;
}
.edit-text-col:hover .edit-text {
  color: #244579;
  opacity: 1;
}
.edit-text-col .edit-text:focus + span.d-block .form-control {
  border-color: #244579;
  background-color: #ffffff;
  padding-left: 10px;
}
.bt-border {
  border-bottom: 1px solid #e4dede;
  margin-bottom: 20px;
}
/*-----Terma and Conditaion------*/
.bg-cl-box {
  text-align: center;
  background: #244579;
  margin: -16px -16px 16px -16px;
  padding: 60px 25px;
  color: #ffffff;
}
.bg-cl-box h1 {
  margin: 0;
}
.modal-header.close-btn-pos {
  padding: 0;
  position: relative;
  border: none;
}
.modal-header.close-btn-pos button.btn-close {
  position: absolute;
  top: 20px;
  right: 40px;
  background-color: white;
  border-radius: 8px;
  opacity: 1;
  border: 1px solid #cccccc;
  padding: 0px;
  width: 44px;
  height: 44px;
  z-index: 1;
}
.modal-header.close-btn-pos button.btn-close:hover {
  opacity: 0.8;
}
.term-col-c h2 {
  font-size: 30px !important;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.term-col-c h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #f44336;
  background: linear-gradient(137deg, #f44336 0%, rgba(0, 0, 0, 0.21) 52%, rgba(0, 0, 0, 0) 100%);
}
.content-list {
  padding: 15px;
}
.term-col-c {
  padding-bottom: 20px;
}
.list-group li b {
  display: block;
}
/*-----------*/
.text-overflow {
  white-space: nowrap;
  width: 596px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pb-3.border-bottom h2.text-dark.fs-5.fw-normal {
  display: none;
}
.text-dark.dropdown-toggle.bg-white {
  padding-left: 10px !important;
}
.text-dark.dropdown-toggle.bg-white i {
  font-size: 20px;
}
/*-----Date Range Filter Custom-----*/
.date-range-filter {
  position: relative;
  min-width: 200px;
}
.date-range-filter:before {
  content: "";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  background-image: none;
  color: #827d7d;
  position: absolute;
  top: 7px;
  height: auto;
  right: 9px;
  line-height: normal;
  z-index: 0;
  cursor: pointer;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}
.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #244579;
  color: #fff;
}
/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
/*-----------*/
ul.btn-next-c {
  list-style: none;
  display: inline-block;
  padding: 0;
  display: flex;
  justify-content: end;
}
ul.btn-next-c li {
  list-style: none;
  margin-left: 15px;
}
.btn-next-c a {
  font-size: 14px;
  min-width: 130px;
  font-weight: 500;
  border-color: #244579;
  border: 1px solid #244579;
  display: inline-block;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  color: #244579;
}
.btn-next-c a {
  position: relative;
  font-size: 0;
}
.btn-next-c a:after {
  content: "Next";
  font-size: 14px;
}
.btn-next-c .finish a:after {
  content: "Finish";
  font-size: 14px;
}
.btn-next-c .preview a:after {
  content: "Preview";
  font-size: 14px;
}
/*-------Pagination---------*/
.pagination-c .page-link {
  color: #000000;
  border: none;
  margin: 2px 7px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 5px 13px;
  transition: background 0.3s;
}
.pagination-c .page-link span {
  color: #244579;
}
.pagination-c .page-link:hover {
  background: #24457924;
}
.dynamic-paginated-controler {
  width: fit-content;
}
.pagination-container ul {
  display: flex;
  justify-content: end;
}
/* Styles for laptops */
@media (max-width: 1024px) {
  .pagination-record span {
    font-size: 14px;
  }
  .pagination-container {
    max-width: 100%;
    /* Adjust the width as needed for tablets */
    margin-left: auto;
    margin-right: auto;
    padding-left: 185px;
  }
}
/* Styles for tablets */
@media (max-width: 768px) {
  .pagination-container {
    max-width: 100%;
    /* Adjust the width as needed for tablets */
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
  }
}
/* Styles for mobile devices */
@media (max-width: 576px) {
  .pagination-container {
    max-width: 100%;
    /* Adjust the width as needed for mobile devices */
    margin-top: 10px;
  }
  .pagination-record span {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .pagination-record span a.pagination-record-text {
    margin: 0 5px;
  }
  .pagination li a {
    width: 30px;
    /* Adjust the width of pagination buttons for mobile devices */
    height: 30px;
    font-size: 14px;
  }
}
.pagination-record span {
  margin-top: 9px;
}
.pagination-record span a.pagination-record-text {
  font-weight: 600;
  color: #244579;
}
.pagination li a {
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  padding: 7px;
  color: #000;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  transition: width 0.3s;
}
.pagination li.disabled a {
  background: #ddd;
  /* Change to the desired gray color */
  color: #aaa;
  /* Change to the desired gray color */
  cursor: not-allowed;
}
.pagination li a.page-active {
  background: #244579;
  color: #fff;
}
.pagination li a.page-active:hover {
  background: #fce4e2;
  color: #000;
  transition: width 0.3s;
}
/* 
.pagination-c .page-link {
  color: #000000;
  border: none;
  margin: 2px 7px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 5px 13px;
  transition: background 0.3s; 
}

.pagination-c .page-link span {
  color: #244579;
}

.pagination-c .page-link:hover {
  background: #24457924;
}
.dynamic-paginated-controler{
  width: fit-content;
}
.pagination-container{
  max-width: 250px; 
  margin-left: auto; 
  margin-right: auto;
}
.pagination-container ul {
  display: flex;
  justify-content: center;
}
.pagination-record span{
  margin-top: 9px;
}
.pagination-record span a.pagination-record-text{
  font-weight: 600;
  color: #244579;
}
.pagination li a {
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  padding: 7px;
  color: #000;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  transition: width 0.3s; 
}

.pagination li a.page-active {
  background: #244579;
  color: #fff;
}
.pagination li a.page-active:hover {
  background: #fce4e2;
  color: #000;
  transition: width 0.3s;
}

.pagination li.page-item .disabled{
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  padding: 7px;
  color: #474747;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  transition: width 0.3s; 
  cursor: not-allowed;
} */
/*----------------*/
.material-symbols-outlined.large-icon.gravelterms {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  color: #244579;
}
/* .progress-bar {
  width: 100%;
  height: 20px;
  background-color: #f1f1f1;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}

.progress-bar-inner {
  height: 100%;
  background-color: #4caf50;
  text-align: center;
  line-height: 20px;
  color: white;
} */
.progress-bar {
  width: 100%;
  background-color: #e0e0e0;
  height: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.progress-bar-inner {
  height: 100%;
  width: 0;
  background-color: #4caf50;
  /* green color */
  text-align: center;
  line-height: 20px;
  color: white;
}
/*----1-8-23 Services Modal-------*/
.service-c {
  margin: 15px 0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.161);
  background-color: #fff;
  position: relative;
  padding-bottom: 42px;
  border: 1px solid #cccccc00;
}
.service-c h4 {
  font-size: 18px;
  margin: 0;
  padding-bottom: 2px;
}
.service-c p {
  font-size: 14px;
  color: #827d7d;
  font-weight: 400;
  margin: 0;
}
.service-c .btn-link {
  position: absolute;
  right: 0;
  bottom: -1px;
  background: #244579;
  padding: 8px;
  border-radius: 10px 0px 10px 0px;
  color: #ffffff;
}
.service-c .btn-link i {
  color: #ffffff;
}
.rating-c i {
  vertical-align: middle;
  color: #ffa41c;
  font-size: 19px;
  margin-top: -4px;
}
.rating-c {
  font-size: 14px;
}
.service-logo {
  width: 90px;
  height: 90px;
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cccccc;
  border-radius: 8px;
  overflow: hidden;
}
.service-c .service-logo {
  margin-right: 15px;
}
.service-c .d-flex {
  align-items: center;
}
.service-c .btn-link:hover {
  background-color: #da2518;
}
.service-logo img {
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .service-c .d-flex {
    align-items: center;
    display: block !important;
  }
  .service-cont {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* SIDE MODAL CSS */
/*--------Left and Right Side Modal---------*/
.modal.left .modal-dialog, .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content, .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border: none;
  border-radius: 0;
}
.modal.left .modal-body, .modal.right .modal-body {
  padding: 15px 15px 25px;
}
/*Left*/
.modal.left.fade .modal-dialog {
  left: -990px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog {
  left: 0;
}
/*Right*/
.modal.right.fade .modal-dialog {
  right: -990px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right button.btn-close {
  position: absolute;
  right: 15px;
  top: 24px;
  outline: none;
  box-shadow: none;
}
.modal.right .modal-footer, .modal.left .modal-footer {
  justify-content: space-between;
}
.modal.right.fade.show .modal-dialog {
  right: 0;
}
.book-tour {
  background: #ffffff;
  position: absolute;
  right: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  color: #f58733;
  position: fixed;
  bottom: 110px;
  padding: 15px;
  border-radius: 10px;
  z-index: 1;
}
.book-tour i {
  padding-right: 12px;
  font-size: 24px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .modal.right .modal-dialog {
    min-width: 100%;
  }
  .modal.left .modal-dialog {
    min-width: 100%;
  }
}
@media (min-width: 992px) {
  .modal.right .modal-dialog {
    max-width: 1024px;
    min-width: 990px;
  }
  .modal.left .modal-dialog {
    max-width: 1024px;
    min-width: 990px;
  }
  .modal.left .modal-body, .modal.right .modal-body {
    padding: 30px 30px 30px;
  }
  .modal.left .modal-header, .modal.right .modal-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .modal.right button.btn-close {
    right: 30px;
  }
  .modal.right .modal-footer, .modal.left .modal-footer {
    padding: 15px 25px;
  }
}
/*-------2-8-23---------*/
/*----Tracking Status-----*/
.parcel-status {
  max-height: 200px;
  /* Set the maximum height for the scrollable container */
  overflow-y: auto;
  /* Enable vertical scrolling */
  border: 1px solid #ffffff;
  /* Optional: Add a border for visual clarity */
  background-color: rgba(248, 247, 247, 0.5) !important;
  padding: 8px;
  border-radius: 10px;
  /* border-bottom-left-radius: 20px;
  border-top-left-radius: 20px; */
}
.rate-delivery-experience {
  font-size: 14px;
  font-weight: 700;
}
/* Customize the scrollbar */
.parcel-status::-webkit-scrollbar {
  width: 9px;
  /* Set the width of the scrollbar */
  border-radius: 16px;
}
/* Customize the scrollbar track */
.parcel-status::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Set the color of the scrollbar track */
}
/* Customize the scrollbar thumb */
.parcel-status::-webkit-scrollbar-thumb {
  background: #244579;
  /* Set the color of the scrollbar thumb */
  border-radius: 27px;
  /* Set the border-radius for a rounded thumb */
}
.parcel-status ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 15px;
}
.parcel-status li:last-child:before {
  border: none;
}
.parcel-status ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 35px;
  padding-bottom: 27px;
  padding-top: 6px;
}
.status-t h6, .action-t h6 {
  margin: 0;
  font-size: 14px;
}
.status-t span {
  font-size: 12px;
  color: #747474;
  line-height: normal;
  display: block;
  padding: 0;
  padding-top: 5px;
}
.parcel-status ul li:before {
  content: "";
  border: 1px solid #e7e6e6;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  border-style: dashed;
}
.parcel-status ul li .action-t {
  padding: 0;
  text-align: right;
  line-height: 20px;
  font-size: 12px;
  display: block;
}
.parcel-status ul li:last-child {
  padding-bottom: 0;
}
.parcel-status ul li:after {
  content: "";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  background: #e9e7e7;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  position: absolute;
  left: -15px;
  top: 0;
  text-align: center;
  color: #bebebe;
  font-size: 20px;
  border: 1px solid #e7e6e6;
}
.parcel-status ul li.step-1:after {
  content: "";
}
.parcel-status ul li.step-2:after {
  content: "";
}
.parcel-status ul li.step-3:after {
  content: "";
}
.parcel-status ul li.step-4:after {
  content: "";
}
.parcel-status ul li.step-5:after {
  content: "";
}
.parcel-status ul li.step-done:after {
  border-color: #292929;
  background: #292929;
  color: white;
  content: "";
}
.parcel-status ul li.step-active:after {
  border-color: #244579;
  background: #244579;
  color: white;
}
.parcel-status ul li.step-active:before {
  border-color: #244579;
}
.parcel-status ul li.step-done:before {
  border-color: #292929;
}
.status-t {
  width: 200px;
}
/*---------*/
/*----7-8-23-----*/
.slide-banner .carousel-indicators {
  margin-bottom: -35px;
}
.slide-banner .carousel-indicators [data-bs-target] {
  background-color: #244579;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.slide-banner .carousel-control-next, .slide-banner .carousel-control-prev {
  width: 40px;
  background: black;
  top: 0;
  bottom: 0;
}
.slide-banner {
  margin-bottom: 50px !important;
}
.slide-banner .carousel-control-prev {
  border-radius: 6px 0px 0px 6px;
}
.slide-banner .carousel-control-next {
  border-radius: 0px 6px 6px 0px;
}
.btn-primary i {
  vertical-align: middle;
  padding-right: 4px;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #8a8e95;
  border-color: #8a8e95;
}
@media (min-width: 768px) {
  .modal.right .modal-dialog.modal-lg {
    min-width: 450px;
  }
}
.card-ratio {
  border-radius: 10px;
  border: none;
  padding: 18px;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: #ffffff;
}
.card-ratio .d-flex {
  justify-content: space-between;
  align-items: end;
}
.card-ratio h3 {
  font-size: 20px;
  margin: 0;
}
.card-ratio .left-cont h3 {
  font-size: 36px;
}
.card-ratio h5.card-title {
  font-size: 16px;
  padding-bottom: 10px;
}
.card-ratio P {
  color: #919191;
  font-size: 12px;
}
.drag-area.bg-white.text-center.mt-3 {
  padding: 6px;
}
.courier-img {
  position: relative;
  height: 120px;
  display: inline-block;
}
.courier-img img {
  width: 100%;
}
.courier-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
table td .courier-img img {
  height: 130px;
  object-fit: cover;
  display: block;
}
table td .courier-img {
  max-height: 130px;
  display: inline-block;
  width: auto;
  height: auto;
}
.courier-img small {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #244579;
  width: 100%;
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  padding: 3px;
}
.new_discrepancy {
  border-radius: 4px;
  background-color: #d52a0b26;
  color: #d52a0b;
}
.discrepancy_accepted {
  border-radius: 4px;
  background-color: #00d1301c;
  color: #259d3e;
}
/*-----------------------*/
.card-ratio.box-1 {
  background: #f1f1fc;
  box-shadow: rgba(55, 44, 219, 0.12) 0px 4px 6px -1px, rgba(58, 58, 255, 0.13) 0px 2px 4px -1px;
}
.card-ratio.box-2 {
  background: #ebffee;
  box-shadow: rgba(3, 142, 26, 0.12) 0px 4px 6px -1px, rgba(3, 142, 26, 0.13) 0px 2px 4px -1px;
}
.card-ratio.box-3 {
  background: #e8fafc;
  box-shadow: rgba(0, 195, 217, 0.12) 0px 4px 6px -1px, rgba(0, 195, 217, 0.13) 0px 2px 4px -1px;
}
/*-----9-8-23-----*/
.back-ic {
  width: 40px;
  height: 40px;
  display: flex;
  text-align: center;
  color: #244579;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid #244579;
}
.back-ic i {
  vertical-align: middle;
  font-size: 28px;
}
.back-ic:hover {
  background-color: #244579;
  color: #ffffff;
}
.copy i {
  color: #244579;
  font-size: 16px;
}
.shipped_s {
  border-radius: 4px;
  background-color: #33c55521;
  color: #33c555;
}
.more-d {
  border-color: #244579 !important;
  line-height: normal;
  padding: 4px 6px;
  color: #244579;
  border-radius: 100%;
  background: #24457930;
}
.more-d:hover {
  background: #244579;
  color: #ffffff;
}
.more-d i {
  position: relative;
  top: 2px;
}
span.fs-13.border-border-dashed {
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 0;
}
.border-bottom.space-none {
  margin: 0px -20px;
  padding: 0 20px 15px 20px;
  margin-bottom: 20px;
}
.card-box {
  display: flex;
  align-items: center;
}
.card-box .hex {
  background: #fdd4d1;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
  margin-right: 15px;
  color: #244579;
}
.form-group label.form-label {
  display: block;
}
/* .pagination li a {
background: #fff;
border-radius: 50%;
font-size: 16px;
padding: 7px;
color: #000;
width: 35px;
height: 35px;
display: block;
text-align: center;
-webkit-transition: width 0.3s;
transition: width 0.3s;
}

.pagination li a .page-active{
  background: #244579;
border-radius: 50%;
font-size: 16px;
padding: 7px;
color: #fff;
width: 35px;
height: 35px;
display: block;
text-align: center;
-webkit-transition: width 0.3s;
transition: width 0.3s;
} */
label.form-label.fs-13 {
  margin: 0;
}
.form-group .fs-13 {
  font-size: 12px;
}
.prepaid_s {
  border-radius: 4px;
  background-color: #33c55521;
  color: #33c555;
}
.form-group .fs-13 i {
  vertical-align: middle;
}
.border-top.space-none {
  margin: 0px -20px;
  padding: 15px 20px 0px 20px;
  margin-top: 20px;
}
span.order-tc {
  background: #20202024;
  font-size: 14px;
  color: #222222;
  border-radius: 7px;
  padding: 5px 10px;
}
span.order-tc i {
  vertical-align: middle;
  padding-right: 7px;
  font-size: 20px;
}
.form-group span a.copy {
  color: #1ea1b7;
  text-decoration: none;
  font-weight: 600;
}
.form-group span a.copy:hover {
  color: #1ea0b7a4;
  font-weight: 600;
}
.form-group .copy i {
  vertical-align: text-bottom;
}
header {
  background: #ffffff;
  text-align: center;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-box h6.fs-6 {
  margin: 0;
}
.card-box .hex img {
  width: 100%;
}
.hex.img-logo {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.card-box .hex img {
  height: 40px;
  object-fit: contain;
}
.fs-13 {
  font-size: 13px;
}
.status-t h6 span {
  display: inline-block;
}
.arrow_wrap_pagination {
  margin-bottom: 12px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer {
  background: white;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: 500;
}
.pull-left i.hidden-xs {
  vertical-align: middle;
  font-size: 13px;
  margin: 0px 5px;
}
/* ----------*/
/*-----15-8-23-----*/
section.slide-option {
  margin: -35px -12px 36px -20px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
section div.container h1 {
  margin: 15px 0 0 0;
}
section div.container h3 {
  margin: 0 0 25px 0;
}
@media (max-width: 992px) {
  section {
    padding: 0 20px 0 20px;
  }
}
section.slide-option .no-marg {
  margin: 0 0 0 0;
}
div.highway-slider {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 40px;
}
div.highway-slider div.highway-barrier {
  overflow: hidden;
  position: relative;
}
div.highway-slider ul.highway-lane {
  display: flex;
  height: 100%;
}
div.highway-slider ul.highway-lane li.highway-car {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #343434;
}
.highway-lane h4 {
  font-size: 11px;
  margin-top: 27px;
  color: #fff;
  width: 90%;
  /* Adjust the width as needed */
  text-align: center;
}
@-webkit-keyframes translatestf {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-500%);
  }
}
@keyframes translatestf {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-500%);
  }
}
#stffull div.highway-barrier ul.highway-lane {
  width: 500%;
}
#stffull div.highway-barrier ul.highway-lane li.highway-car {
  -webkit-animation: translatestf 30s linear infinite;
  animation: translatestf 30s linear infinite;
}
#stffull div.highway-barrier ul.highway-lane li.highway-car h4 {
  font-size: 28px;
}
@-webkit-keyframes translateinfinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-180px * 20));
  }
}
@keyframes translateinfinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-180px * 20));
  }
}
#infinite div.highway-barrier {
  box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.3);
}
#infinite div.highway-barrier ul.highway-lane {
  width: calc(180px * 24);
}
#infinite div.highway-barrier ul.highway-lane li.highway-car {
  width: 180px;
  -webkit-animation: translateinfinite 30s linear infinite;
  animation: translateinfinite 30s linear infinite;
}
#infinite div.highway-barrier ul.highway-lane li.highway-car span.fab {
  font-size: 65px;
}
#red {
  background: #cb5454;
}
#orange {
  background: #cb8054;
}
#yellow {
  background: #cbba54;
}
#green {
  background: #69b46e;
}
#blue {
  background: #6091b0;
}
#Passbooktable_filter.dataTables_filter {
  display: block;
}
/* Custom Floating Card */
/* Style for the floating card container */
.floating-card-container {
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 1000;
  /* Ensure the card stays on top of other content */
}
/* Style for the floating card */
.floating-card {
  /* width: 500px; */
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* max-height: 500px; */
  /* overflow-y: auto; */
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}
.floating-card.card.ui-draggable {
  overflow: unset;
}
/* Make the card draggable */
.floating-card.draggable {
  cursor: grab;
}
/* Change cursor when dragging */
.floating-card.dragging {
  cursor: grabbing;
}
.floating-card .card-body {
  overflow-y: auto;
  width: 500px;
}
.floating-card.minimized {
  width: 0;
  height: 0;
  background: none;
}
.floating-card.minimized .card-header {
  background: none;
  border: none;
}
.floating-card.minimized .card-body {
  display: none;
}
/* Minimize circle */
.minimize-circle {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #244579;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.status-card.red {
  color: #d22b2b;
}
.status-card.green {
  color: #009e60;
}
.status-card.blue {
  color: #1434a4;
}
.status-table {
  width: 100%;
  border-collapse: collapse;
}
.status-table th, .status-table td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.status-table th {
  background-color: #f5f5f5;
}
.status-table tr.green {
  background-color: #c6e5cc;
}
.status-table tr.red {
  background-color: #f5c6cc;
}
.status-table tr.blue {
  background-color: #c6e5f5;
}
/*-------24-8-23-------*/
header a.logo img {
  height: 128px;
}
.link-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.link-list li a {
  background: #ffffff;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  box-shadow: #fdc3c3 1.95px 1.95px 2.6px;
  font-weight: bolder;
  border-style: solid;
  border-width: thin;
}
.link-list li a:hover {
  opacity: 0.7;
}
.link-list li {
  display: inline-block;
  margin-right: 9px;
}
.link-list li.cl-1 a {
  border-color: #2357bc;
}
.link-list li.cl-2 a {
  border-color: #af3a94;
}
.link-list li.cl-3 a {
  border-color: #f6851e;
}
.link-list li.cl-4 a {
  border-color: #fced23;
}
.link-list li.cl-5 a {
  border-color: #07b151;
}
.link-list li.cl-6 a {
  border-color: #4c489b;
}
.link-list li.cl-7 a {
  border-color: #fbb40f;
}
.link-list li.cl-8 a {
  border-color: #8cc640;
}
.link-list li.cl-9 a {
  border-color: #d52127;
}
.link-list li.cl-10 a {
  border-color: #244579;
}
.link-star {
  padding: 0;
  margin: 0;
  list-style: none;
}
.link-star li a i.material-symbols-outlined {
  opacity: 0.7;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8e8e8e;
  font-size: xxx-large;
  font-weight: 200;
  position: relative;
}
.link-star li a:hover i.material-symbols-outlined {
  opacity: 1;
  color: #ff1100;
}
.link-star li {
  display: inline-block;
  margin-right: 38px;
  margin-left: 29px;
}
.link-star li.rate-star-h a {
  border-color: #2357bc;
}
.floating-card .card-header {
  background: none;
  border: none;
  padding: 0;
}
/*-----25-8-23-----*/
.cookies-modal {
  background: #fcfbf9;
  max-width: 559px;
  position: fixed;
  bottom: 0;
  padding: 0;
  border-radius: 0px 20px 0px 0px;
}
.card-b {
  border-bottom: 1px solid #dbd8d8;
  margin-bottom: 17px !important;
}
.card-b .row {
  align-items: center;
}
.card-b h4 {
  margin: 0;
  font-size: 20px;
}
.card-b p {
  font-size: 14px;
  line-height: 22px;
  padding-top: 10px;
}
.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.error-page .section-white {
  background: #ffffff;
  padding: 40px;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.my_animation {
  text-align: center;
}
.error-page h3 {
  font-size: 120px;
  color: #244579;
}
.error-page h5 {
  font-size: 30px;
  padding-bottom: 22px;
}
.error-page p {
  font-size: 20px;
  line-height: 32px;
}
.my_animation img {
  -webkit-animation: bounce 12s infinite ease-in-out;
  animation: bounce 12s infinite ease-in-out;
}
@-webkit-keyframes bounce {
  100% {
    transform: translateY(-50px);
  }
}
.element {
  animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
  position: absolute;
  bottom: 0;
  max-width: 172px;
  z-index: 1;
}
@keyframes nudge {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(150px, 0);
  }
  100% {
    transform: translate(-150px, 0);
  }
}
.context {
  width: 100%;
  position: absolute;
  top: 50vh;
}
.area {
  background: #244579;
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
/*-----14-8-23-----*/
header.position-fixed {
  z-index: 1;
  top: 0;
  width: 100%;
}
.domestic-bg {
  background-image: url(../images/domestic-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px;
  position: relative;
  background-blend-mode: overlay;
  background-color: #000000b5;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.international-bg {
  background-image: url(../images/international-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px;
  position: relative;
  background-blend-mode: overlay;
  background-color: #000000b5;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.domestic-bg:before, .international-bg:before {
  content: "";
  position: absolute;
  background: transparent linear-gradient(0deg, #000000 0%, #030303eb 20%, #54545400 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 150px;
  left: 0;
  right: 0;
  bottom: 0;
}
.international-bg h1, .domestic-bg h1, .international-bg .content-c p.lead, .domestic-bg .content-c p.lead {
  /*color: #ffffff;*/
}
.domestic-bg .content-c, .international-bg .content-c {
  position: relative;
}
/*----10-12-23------*/
.content-c {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: #ffffff;
  padding: 30px;
  margin-bottom: 15px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
/*---------------*/
img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  width: 80%;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}
.per-item-select {
  position: relative;
  border-color: #d7d7d7;
  border-radius: 8px;
  font-size: 14px;
  min-height: 40px;
  min-width: 63px;
}
/*----------------*/
.error-cl {
  color: #d22b2b;
  background: #f5c6cc;
  text-align: left;
  text-transform: unset !important;
  max-width: 223px;
  white-space: break-spaces;
  font-size: 11px;
  margin-top: 7px;
  margin-bottom: 7px;
  display: table;
  line-height: 13px;
}
.error-info-cl {
  color: #2b58d2;
  background: #c6d5f5;
  text-align: left;
  text-transform: unset !important;
  max-width: 223px;
  white-space: break-spaces;
  font-size: 11px;
  margin-top: 7px;
  margin-bottom: 7px;
  display: table;
  line-height: 13px;
}
/*----------------*/
div#serviceContainer {
  background: none;
  box-shadow: none;
  padding: 0;
  margin-top: 0px;
}
div#ServicesModal .modal-footer {
  padding-top: 25px !important;
}
/* Scrollbar Styling */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 10px;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #244579;
}
/*-------8-11-23---------*/
.booking-alert {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  background-color: #fededc;
  border-color: #244579;
  color: #244579;
  padding: 13px;
  max-width: 484px;
  margin: 0 0 0 auto;
  margin-right: 7px;
  font-size: 13px;
}
.booking-alert .warning-ic {
  background: #244579;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 17px;
  font-size: 20px;
  min-width: 40px;
}
.booking-alert .btn-close {
  padding: 8px;
  font-size: 12px;
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 100%;
  background-color: #f8d7da;
  opacity: 1;
  /* filter: brightness(0.5); */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #244579;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #244579;
}
/*----------------*/
/*-------24--11-23---------*/
/*--------Weigth Range Slider--------*/
.range-slider input[type="number"]::-webkit-inner-spin-button, .range-slider input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.range-slider {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 15px;
  background: transparent linear-gradient(90deg, #d82a24 0%, #d82a24 100%) 0% 0% no-repeat padding-box;
  margin: 0px 10px;
}
.range-slider .progress {
  position: absolute;
  left: 25%;
  right: 0%;
  height: 100%;
  border-radius: 15px;
  background: transparent linear-gradient(90deg, #e4e7c1 0%, #d39892 100%) 0% 0% no-repeat padding-box;
}
.range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  height: 10px;
  -webkit-appearance: none;
  pointer-events: none;
  background: none;
  outline: none;
  bottom: 0;
}
.range-slider .range-min::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 61px;
  height: 35px;
  background: #fcfcfc 0% 0% no-repeat padding-box;
  border: 2px solid #d82a24;
  border-radius: 20px;
  opacity: 1;
}
.range-slider .range-max::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 61px;
  height: 35px;
  background: #fcfcfc 0% 0% no-repeat padding-box;
  border: 2px solid #d82a24;
  border-radius: 20px;
  opacity: 1;
}
.form-group-range {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
.form-group-range input[type="number"] {
  min-width: 100px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #ced4da;
  padding: 5px;
}
/*--------Multi Select Dropdown with Search--------*/
.bootstrap-select > .dropdown-toggle {
  background: none;
  border: 1px solid #ced4da;
  min-height: 40px;
}
.dropdown.bootstrap-select.show-tick {
  width: 100% !important;
}
/*---------------*/
.service-box-slide .box {
  cursor: pointer;
}
.service-box {
  border: 1px solid #cccccc;
  padding: 15px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.service-box .service-t {
  display: inline-block;
}
.form-group .service-logo:hover {
  border-color: red;
}
.service-t {
  max-width: 150px;
  text-align: center;
}
.service-t h4 {
  font-size: 12px;
  padding-top: 10px;
}
.service-t .service-logo {
  width: 150px;
  height: 150px;
  min-width: 70px;
  padding: 10px;
}
@media (max-width: 767px) {
  .form-group-range {
    display: block;
  }
  .range-slider {
    margin: 0;
  }
}
/* Service Slider */
.service-box .service-t {
  display: inline-block;
  margin-right: 15px;
}
.service-box-slide [data-drop-target]::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}
.service-box-slide [data-drop-target]::-webkit-scrollbar {
  width: 5px;
  height: 2px;
  background-color: #ffffff;
}
.service-box-slide [data-drop-target]::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #244579;
}
/* Draggable */
.service-box-slide [data-drop-target] {
  min-height: 185px;
  width: 100%;
  display: flex;
  overflow-x: auto;
}
/* Horizontal News Ticker */
.ticker_wrap {
  display: flex;
  margin: -35px -12px 36px -20px;
}
.ticker__breaking {
  white-space: nowrap;
  background: red;
  color: #fff;
  overflow: hidden;
  padding: 10px 6px;
  display: inline-block;
  font-weight: bold;
}
.ticker__viewport {
  background: #0067e5;
  color: #fff;
  overflow: hidden;
  padding: 10px 0;
  display: inline-block;
  flex-grow: 1;
}
.ticker__viewport a {
  cursor: context-menu;
  color: #fff;
  text-decoration: none;
}
.ticker__viewport a:hover {
  color: yellow;
  font-weight: bold;
}
.ticker__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.ticker__item {
  display: inline-block;
  white-space: nowrap;
  padding-right: 40px;
}
.ticker__item:before {
  content: "";
  font-weight: bold;
}
/*------------------*/
.title-name {
  font-weight: 500;
  color: black;
}
@media (max-width: 767px) {
  .ticker_wrap {
    margin: -24px 0px 36px 0px;
  }
  .bar {
    min-width: 72px;
    text-align: right;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .col-md-3.col-lg-2.pt-2.pb-2.border-right-light {
    padding-left: 0px;
  }
  .logo-main img {
    height: 32px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 768px) {
  .title-name {
    font-size: 13px;
  }
}
/*-------24--11-23---------*/
/*--------Weigth Range Slider--------*/
.range-slider input[type="number"]::-webkit-inner-spin-button, .range-slider input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.range-slider {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 15px;
  background: transparent linear-gradient(90deg, #d82a24 0%, #d82a24 100%) 0% 0% no-repeat padding-box;
  margin: 0px 10px;
}
.range-slider .progress {
  position: absolute;
  left: 25%;
  right: 0%;
  height: 100%;
  border-radius: 15px;
  background: transparent linear-gradient(90deg, #e4e7c1 0%, #d39892 100%) 0% 0% no-repeat padding-box;
}
.range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  height: 10px;
  -webkit-appearance: none;
  pointer-events: none;
  background: none;
  outline: none;
  bottom: 0;
}
.range-slider .range-min::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 61px;
  height: 35px;
  background: #fcfcfc 0% 0% no-repeat padding-box;
  border: 2px solid #d82a24;
  border-radius: 20px;
  opacity: 1;
}
.range-slider .range-max::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 61px;
  height: 35px;
  background: #fcfcfc 0% 0% no-repeat padding-box;
  border: 2px solid #d82a24;
  border-radius: 20px;
  opacity: 1;
}
.form-group-range {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
.form-group-range input[type="number"] {
  min-width: 100px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #ced4da;
  padding: 5px;
}
/* ------ 27/11/2023 ------- */
/* ---------- Courier Rules Page Css--------------- */
/* Custom border style */
.custom-border {
  border: 2px solid #cccccc;
  /* Charcoal color */
  border-radius: 6px;
  padding: 10px;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-rules {
  color: #244579;
}
/* Styles for the buttons */
.controls button {
  margin-right: 5px;
  margin-bottom: 5.5px;
}
/* Styles for the toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 15px;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #2196f3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/* Styles for the toggle labels */
.toggle-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #555;
  padding: 2px 8px;
}
.toggle-label:first-child {
  left: 8px;
}
.toggle-label:last-child {
  right: 8px;
}
/* Adjust the toggle width to accommodate labels */
.slider {
  width: 72px;
}
input:checked + .slider:before {
  /* Change the position for the checked state to show "On" */
  transform: translateX(46px);
}
/* Align the row items in one line */
.align-items-center {
  display: flex;
  align-items: center;
}
/* Horizontal line styles */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 20px;
}
.card .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 20px;
  object-fit: cover;
}
.card .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 24px;
  /* Reduce the font size */
  margin-top: -60px;
  /* Adjust the margin */
  height: 40px;
}
.card:hover {
  transform: scale(0.95, 0.95);
  /* Reduce the scale on hover */
  box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.15), -3px -3px 15px 5px rgba(0, 0, 0, 0.12);
  /* Reduce the shadow size on hover */
}
.title-white {
  color: white;
}
.title-black {
  color: black;
}
@media (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
  .card {
    margin: 20px auto;
    /* Adjust the margin for small screens */
    width: 200px;
    /* Reduce the card width further for small screens */
    height: 200px;
    /* Reduce the card height further for small screens */
  }
  .card .card_title {
    font-size: 20px;
    /* Reduce the font size further for small screens */
    margin-top: -50px;
    /* Adjust the margin further for small screens */
  }
}
.creation-space {
  margin-top: 1rem;
  margin-left: 0px;
  margin-right: 0px;
}
/*------------Pay Type Tabs------------*/
/* 
.bg-pay-method .paytype-tab {
  border-bottom: 1px solid;
  margin-bottom: 20px;
  }
  
  .bg-pay-method .paytype-tab li span {
  height: 34px;
  width: 34px;
  border-radius: 12px;
  display: block;
  border: none;
  vertical-align: middle;
  padding: 5px;
  border: 1px solid;
  transition: 0.3s;
  margin: auto;
  margin-bottom: 5px;
  }
  
  
  .bg-pay-method .paytype-tab li span img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  object-fit: contain;
  }
  
  
  .bg-pay-method .paytype-tab li .nav-link.active,
  .bg-pay-method .paytype-tab li .show>.nav-link {
  font-weight: 600;
  }
  
  
  .bg-pay-method .paytype-tab li {
  flex: 1 1 auto;
  }
  
  .bg-pay-method .paytype-tab li .nav-link {
  padding: 0;
  font-size: 12px;
  text-align: center;
  border-bottom: 2px solid;
  border-radius: 0;
  border-color: white;
  width: 100%;
  padding: 0px 0px 5px 0px;
  }
   */
/*-----------Pay Type Tabs End-------------*/
.tabs-btn {
  border-top: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  padding: 0px 10px;
}
.tabs-btn .btn {
  border: 1px solid #dee2e6;
  width: 48%;
  flex: 1 1 auto;
  text-align: center;
  padding: 15px;
  margin: 15px 4px;
}
.tabs-btn .btn span {
  width: 100%;
  height: 41px;
}
.tabs-btn .btn span img {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  height: 100%;
}
.tabs-btn .btn:hover, .tabs-btn .btn:focus, .tabs-btn .btn:active {
  border-color: #244579;
}
.tabs-btn-gateway {
  /* border-top: 1px solid #dee2e6; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  padding: 0px 10px;
}
.tabs-btn-gateway .btn-gateway {
  border: 1px solid #dee2e6;
  width: 48%;
  flex: 1 1 auto;
  text-align: center;
  padding: 15px;
  margin: 15px 4px;
}
.tabs-btn-gateway .btn-gateway span {
  width: 100%;
  height: 41px;
}
.tabs-btn-gateway .btn-gateway span img {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  height: 100%;
}
.tabs-btn-gateway .btn-gateway:hover, .tabs-btn-gateway .btn-gateway:focus, .tabs-btn-gateway .btn-gateway:active {
  border-color: #244579;
}
.qr-img-child {
  width: fit-content;
  height: 6rem;
}
.gatewayActiveStatus {
  color: #008000;
}
.gatewayINActiveStatus {
  color: #800000;
}
/*---------12-1-24----------*/
.section-white.bg-white .tabs-btn-gateway button.btn-gateway {
  border-radius: 10px;
  max-width: unset;
}
.section-white.bg-white .tabs-btn-gateway {
  display: block;
  margin: auto;
  width: auto;
  text-align: center;
}
.drag-area.bg-white.me-lg-4.text-center header {
  box-shadow: none !important;
}
.w-100 span.selection, .w-100 .select2-container--classic {
  width: 100%;
}
.bg-import {
  background: #24457940;
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  color: red !important;
}
/* ticket system view more css */
.reply-container {
  position: relative;
  max-height: 3rem;
  /* Set the initial height as per your requirement */
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.69, -0.09, 0.28, 1.08);
}
.reply-content {
  white-space: initial;
  overflow: hidden;
}
.reply-content::-webkit-scrollbar {
  width: 9px;
  /* Set the width of the scrollbar */
  border-radius: 16px;
}
/* Customize the scrollbar track */
.reply-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Set the color of the scrollbar track */
}
/* Customize the scrollbar thumb */
.reply-content::-webkit-scrollbar-thumb {
  background: #244579;
  /* Set the color of the scrollbar thumb */
  border-radius: 27px;
  /* Set the border-radius for a rounded thumb */
}
.view-more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: transparent;
  border: none;
  color: #80000014;
  cursor: pointer;
}
.view-more-btn:hover {
  color: #800000;
}
/*-----Header Search Bar------*/
::selection {
  color: #fff;
  background: #ff654a;
}
.search-input.active input {
  border-radius: 5px 5px 0 0;
}
.search-input .autocom-box {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  position: absolute;
  background: white;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  z-index: 1;
}
.search-input.active .autocom-box {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}
.autocom-box li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: pointer;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  border: 1px solid #cccccc57;
  margin-bottom: 7px;
}
.autocom-box li span.txt-14 {
  font-size: 10px;
}
.autocom-box li span.txt-14:last-child {
  font-size: 13px;
  /* border-bottom: 2px solid #cccccc; */
  color: #beb9b9;
}
.search-input.active .autocom-box li {
  display: block;
}
.autocom-box li:hover {
  background: #efefef;
}
.search-input .icon {
  position: absolute;
  right: 0px;
  text-align: center;
  font-size: 20px;
  color: #e4ff4b;
  cursor: pointer;
  background: none;
  border: none;
  outline: none !important;
}
.search-input input {
  border-radius: 40px;
  min-height: auto;
}
/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
}
#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
.blantershow-chat {
  color: #ffffff;
  font-weight: 400;
  justify-content: space-between;
  font-size: 13px;
  align-items: center;
  line-height: normal;
  margin-right: -128px;
  width: 180px;
  padding: 16px 10px 16px 10px;
  display: flex;
  background-color: rgba(128, 128, 128, 0.73);
  -moz-transition-property: margin-left;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-property: margin-left;
  -ms-transition-duration: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-property: margin-left;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
  cursor: pointer;
  background-color: #244579;
  position: fixed;
  bottom: 140px;
  right: 0;
  border-radius: 40px 0px 0px 40px;
  text-decoration: none !important;
  padding-left: 64px;
  z-index: 2;
  transition: 0.3s;
}
.blantershow-chat i {
  vertical-align: middle;
  font-size: 20px;
  position: absolute;
  left: 7px;
  top: 5px;
  border-radius: 100px;
  padding: 10px;
  color: #244579;
  background: white;
}
.blantershow-chat:hover {
  margin-right: 0;
  width: 160px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
  transition: 0.3s;
  color: #ffffff;
}
#whatsapp-chat.show + .blantershow-chat {
  width: 350px;
  color: #244579;
  display: none;
}
.header-chat {
  /* background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #244579;
  color: #fff;
  padding: 10px;
}
.info-avatar img {
  height: 30px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.info-avatar {
  position: relative;
  margin: 0 10px 0 0;
  min-width: 50px;
}
.head-home {
  display: flex;
  align-items: center;
}
a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label, span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama, span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label, #get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
  } */
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 44px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}
a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 10px;
  background: #eee;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a#send-it i {
  color: #a6a6a6;
  font-size: 24px;
}
.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}
.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
#whatsapp-chat.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.whatsapp-message-container {
  display: flex;
  z-index: 1;
}
.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
}
.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("../images/whatsapp.png");
}
.dAbFpq {
  display: flex;
  z-index: 1;
}
.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
.hFENyl {
  position: relative;
  display: flex;
}
.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}
.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}
.kAZgZq {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
.kAZgZq::before {
  position: absolute;
  background-image: url("../images/wi-arrow.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}
.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}
.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}
.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
/*--------27-2-24--------*/
.notification .btn-link i, .notification-message .btn-link i {
  padding: 0;
}
div#WalletModal .row.d-flex.justify-content-center p {
  text-align: left !important;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 10px;
}
div#WalletModal .modal-body {
  overflow-y: auto;
  max-height: 650px;
}
.table-responsive .table {
  margin-bottom: 52px;
}
.dataTables_wrapper .row:last-child {
  position: absolute;
  bottom: 15px;
  margin: 0px 15px !important;
  left: 0;
  right: 0;
  background: #ffffff;
}
.pagination-c .disabled .page-link span {
  color: #6c757d;
}
.table-responsive .dataTables_wrapper {
  padding-bottom: 40px;
}
.table-responsive .row.d-flex.mt-3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.table tbody td center {
  background: #e9e4e4 !important;
  padding: 12px;
  color: #928585;
  margin: -8px;
}
.table tbody td center h4 {
  font-size: 24px;
  margin: 0;
}
.email-link {
  color: #244579;
}
/* Styles for Mobile */
@media (max-width: 767px) {
  .pagination-container ul {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  /* Define keyframes for the animation */
  /* Apply the animation to the pseudo-element */
  #content .section-white.bg-white, .card.ratio-card, .login-page .content-c, .content-c.d-block, .title-name {
    animation: zoom-in 0.5s ease;
  }
  @keyframes zoom-in {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
  }
  @keyframes changeColor {
    0% {
      background-color: #244579;
    }
    50% {
      background-color: #e91e63;
    }
    100% {
      background-color: #673ab7;
    }
  }
  .login-page .section-white:after {
    animation: changeColor 4s infinite;
  }
}
/*----CSS Chat Widget-----*/
#chat-circle {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #244579;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: white;
  padding: 18px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  min-width: auto;
}
.btn#my-btn {
  background: white;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 45px;
  padding-right: 40px;
  padding-left: 40px;
  color: #244579;
}
#chat-overlay {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: none;
}
.chat-box {
  display: none;
  background: #efefef;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 350px;
  max-width: 85vw;
  max-height: 100vh;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.chat-box-toggle {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.chat-box-header {
  background: #244579;
  height: 70px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  text-align: left;
  font-size: 16px;
  padding: 15px;
  font-weight: 600;
}
.chat-box-header small {
  display: block;
  font-weight: 300;
  font-size: 13px;
}
.chat-box-header img {
  float: left;
  width: 46px;
  margin-left: 0px;
  /* top: 15px; */
  margin-top: -9px;
  background: #ffe3c5;
  padding: 10px;
  border-radius: 0px 40px 40px 0px;
}
.chat-box-body {
  position: relative;
  height: 370px;
  height: auto;
  border: 1px solid #ced4da;
  overflow: hidden;
  padding-bottom: 10px;
}
span.msg-avatar {
  display: none;
}
.chat-box-body:after {
  content: "";
  background-image: url("../images/ship-fav-logo.png");
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}
#chat-input {
  background: #ffffff;
  width: 100%;
  position: relative;
  height: 64px;
  padding-top: 10px;
  padding-right: 64px;
  padding-bottom: 10px;
  padding-left: 15px;
  border: none;
  resize: none;
  outline: none;
  border: 1px solid #ced4da;
  color: #888;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}
.chat-input > form {
  margin-bottom: 0;
}
#chat-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
#chat-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
#chat-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
#chat-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.chat-submit {
  position: absolute;
  bottom: 9px;
  right: 10px;
  background: #2445793b;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  color: #244579;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-logs {
  padding: 15px;
  height: 370px;
  overflow-y: scroll;
}
.chat-logs::-webkit-scrollbar-track, div#WalletModal .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.chat-logs::-webkit-scrollbar, div#WalletModal .modal-body::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.chat-logs::-webkit-scrollbar-thumb, div#WalletModal .modal-body::-webkit-scrollbar-thumb {
  background-color: #244579;
}
@media only screen and (max-width: 500px) {
  .chat-logs {
    height: 40vh;
  }
}
.chat-msg.user > .msg-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
  width: 15%;
}
.chat-msg.self > .msg-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: right;
  width: 15%;
}
.cm-msg-text {
  background: white;
  padding: 5px 15px 5px 15px;
  color: #666;
  max-width: 75%;
  float: left;
  margin-left: 10px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 30px;
  font-size: 14px;
}
.chat-msg {
  clear: both;
}
.chat-msg.self > .cm-msg-text {
  float: right;
  margin-right: 10px;
  background: #244579;
  color: white;
}
.cm-msg-button > ul > li {
  list-style: none;
  float: left;
  width: 50%;
}
.cm-msg-button {
  clear: both;
  margin-bottom: 70px;
}
/*---------*/
span.selection {
  display: block;
}
h1.fw-normal {
  font-size: 24px;
}
.col-md-3.mt-md-4.pt-md-1 button.btn {
  min-width: auto;
  width: 100%;
}
.header.bg-white:after {
  content: "";
  width: 0;
  animation: progress-animation 2s linear forwards;
  background: green;
  position: absolute;
  height: 4px;
  left: 0;
  bottom: 0;
}
@keyframes progress-animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
    background: none;
  }
}
/*--------Loader Page--------*/
.loader-cl {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  /* cursor: pointer; */
  transition: 0.3s ease;
  transition-duration: 0.3s;
  height: 100%;
  background-color: #ffffffd4;
  width: 100%;
  z-index: 2;
}
.loader-ship {
  -webkit-animation: animloader106back 1s ease infinite alternate;
  animation: animloader106back 1s ease infinite alternate;
}
.loader-ship::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 34px;
  height: 34px;
  top: 112%;
  box-shadow: rgba(255, 61, 0, 0.5) 4px 4px 12px 0px;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  background: radial-gradient(#ffdf00 8%, rgba(249, 62, 0, 0.6) 24%, rgba(0, 0, 0, 0) 100%) -44px -44px / 100px 100px no-repeat;
  border-radius: 50% 50% 0px;
  background-position: -44px -44px;
  animation: 1s ease 0s infinite alternate none running animloader106;
}
.loader-ship img {
  max-height: 50px;
}
@-webkit-keyframes animloader106back {
  0%, 30%, 70% {
    transform: translateY(0px);
  }
  20%, 40%, 100% {
    transform: translateY(-25px);
  }
}
@keyframes animloader106back {
  0%, 30%, 70% {
    transform: translateY(0px);
  }
  20%, 40%, 100% {
    transform: translateY(-25px);
  }
}
@-webkit-keyframes animloader106 {
  0% {
    box-shadow: 4px 4px 12px 2px rgba(255, 61, 0, 0.75);
    width: 34px;
    height: 34px;
    background-position: -44px -44px;
    background-size: 100px 100px;
  }
  100% {
    box-shadow: 2px 2px 8px 0px rgba(255, 61, 0, 0.5);
    width: 30px;
    height: 28px;
    background-position: -36px -36px;
    background-size: 80px 80px;
  }
}
@keyframes animloader106 {
  0% {
    box-shadow: 4px 4px 12px 2px rgba(255, 61, 0, 0.75);
    width: 34px;
    height: 34px;
    background-position: -44px -44px;
    background-size: 100px 100px;
  }
  100% {
    box-shadow: 2px 2px 8px 0px rgba(255, 61, 0, 0.5);
    width: 30px;
    height: 28px;
    background-position: -36px -36px;
    background-size: 80px 80px;
  }
}
/*----------------*/
.table > thead {
  background-color: white;
  position: sticky;
  z-index: 1;
  top: 0;
  border-bottom: 1px solid #cccccc;
}
.table-responsive {
  max-height: 600px;
  overflow-y: auto;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f6f0f0;
}
::-webkit-scrollbar {
  width: 8px;
  height: 3px;
  background-color: #cccccc;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #244579;
}
/*----------------*/
.table > thead {
  background-color: white;
  position: sticky;
  z-index: 1;
  top: 0;
  border-bottom: 1px solid #cccccc;
}
.table-responsive {
  max-height: 600px;
  overflow-y: auto;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f6f0f0;
}
::-webkit-scrollbar {
  width: 8px;
  height: 3px;
  background-color: #cccccc;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #244579;
}
/*---------Table-Loading-----------*/
.hide {
  display: none;
}
@keyframes placeHolderShimmer {
  0% {
    background: #ececec;
  }
  30% {
    background: #f7f7f7;
  }
  50% {
    background: #ececec;
  }
  80% {
    background: #f7f7f7;
  }
  100% {
    background: #ececec;
  }
}
.loading-animation {
  animation: placeHolderShimmer 3s infinite;
}
.table-cell-loader {
  min-height: 200px;
}
.table-row-loader {
  margin-top: -52px;
}
.table-cell-loader .row {
  border-bottom: 1px solid #dee2e6;
}
.table-cell-loader .td-box {
  flex: 1;
  border-radius: 10px;
  margin: 15px 0px;
  padding: 10px;
}
/*--------------------*/
.carousel-control-next, .carousel-control-prev {
  z-index: 0;
}
.card-img-box .card-img a {
  display: block;
}
.card-img-box .card-img {
  overflow: hidden;
}
.small-card.active {
  border-style: dashed;
}
.small-card .drag-area {
  height: 250px;
  overflow: hidden;
  border: 1px dashed #707070;
  position: relative;
}
.small-card .drag-area img {
  object-fit: contain;
  border-radius: 0px;
}
.small-card .drag-area.active {
  border: 1px dashed #707070;
}
.small-card .clear-button {
  font-size: 14px;
  background: #244579;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
/* Maintenance Page */
.maintenance-bo {
  background-color: #d6433b;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: Open Sans;
  font-weight: 100;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.maintenance {
  display: block;
  width: 700px;
  padding: 50px;
  margin: 233px auto;
}
.maintenance h1 {
  font-size: 50px;
  font-weight: 100;
  text-align: center;
}
.maintenance a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.maintenance a:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.maintenance svg {
  width: 75px;
  margin-top: 1em;
}
.courier_rule_tag {
  font-size: 8px;
  border-radius: 4px;
  padding: 2px 6px;
  font-weight: 500;
}
.courier_rule_tag.applied {
  background-color: #e6f9ed;
  color: #0a8754;
  border: 1px solid #a8e6b0;
}
.courier_rule_tag.not-applied {
  background-color: #fff0f0;
  color: #b00020;
  border: 1px solid #f5b5b5;
}
.service-card-dropdown {
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.service-card-dropdown-text-title {
  color: #244579 !important;
  font-size: 15px;
}
.service-card-dropdown-text-amt {
  color: #fd7e14 !important;
  --bs-text-opacity: 1;
}
.service-card-dropdown:hover {
  background-color: #f9fafc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.service-card-dropdown.selected {
  border: 2px solid #244579 !important;
  background-color: #eef5ff !important;
}
.service-list-dropdown {
  max-height: 300px;
  overflow-y: auto;
}
.service-card-dropdown h6 {
  font-size: 15px;
}
.service-card-dropdown .small {
  font-size: 12px;
}
.service-card-dropdown:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.service-card-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.field-error {
  border: 2px solid #dc3545 !important;
  background-color: #fff5f5 !important;
  animation: shake 0.2s 2;
}
.error-message {
  color: #dc3545;
  font-size: 0.85rem;
  animation: fadeIn 0.2s ease-in;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3px);
  }
  75% {
    transform: translateX(3px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Progress container */
.progress-step-container {
  position: relative;
}
.progress-step {
  height: 6px;
  background-color: #a3a3a3;
  border-radius: 3px;
  overflow: hidden;
}
.progress-step-bar {
  height: 6px;
  background: #fd7e14;
  transition: width 0.4s ease-in-out;
}
/* Step circles below the bar */
.step-circle {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background: #e5e5e5;
  color: #244579;
  margin: 0 auto 4px;
  font-weight: 600;
  transition: all 0.3s;
}
.step-circle.active {
  background: #244579;
  color: white;
  transform: scale(1.1);
}
.stepper-text .text-starting {
  color: #244579 !important;
}
.stepper-text .text-completed {
  color: #fd7e14 !important;
}
/* Optional: spinner background on loading */
.is-loading {
  background: url("/spinner.svg") no-repeat right 0.75rem center / 1rem auto;
}
