* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

ul li a {
  text-decoration: none;
}

ol,
ul {
  padding-left: 0px;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0px;
}

a {
  text-decoration: none;
}

a,
button {
  color: inherit;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

body {
  background: #fff;
}

@font-face {
  font-family: "GlacialIndifference-Regular";
  src: url(../fonts/GlacialIndifference-Regular.ttf);
}

@font-face {
  font-family: "GlacialIndifference-Italic";
  src: url(../fonts/GlacialIndifference-Italic.ttf);
}

@font-face {
  font-family: "GlacialIndifference-Bold";
  src: url(../fonts/GlacialIndifference-Bold.ttf);
}

.mt-100 {
  margin-top: 100px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.pxy-50 {
  padding: 50px 0px;
}

.img-box {
  position: relative;
  width: 100%;
}

.primary-color {
  color: #5e17eb;
}

.navbar {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #000;
  box-shadow: none;
  padding: 22px 0px;
}

.navbar.scrolled {
  background: #000;
}

.navbar .navbar-brand img {
  width: 150px;
}

.navbar-nav .nav-item {
  position: relative;
  padding: 0px 15px;
}

.navbar-nav .nav-item a {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.navbar-nav .nav-item .nav-link:hover {
  font-weight: 600;
}

.navbar-toggler {
  border: none;
  padding: 0;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 5px;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.top-mnenu-flex {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.login-btn {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 18px;
  line-height: normal;
  color: #000;
  background: #fff;
  display: inline-block;
  border: 0;
  border-radius: 50px;
  padding: 9px 25px;
}

.lang-icon {
  position: relative;
  margin-right: 6px;
}

.dropdown-menu {
  background: #000;
  border-radius: 0;
  top: 40px !important;
  padding: 10px 20px;
  width: max-content;
}

.dropdown-menu li {
  padding: 0;
}

.dropdown-item {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  padding: 5px 0px;
  white-space: normal;
}

.dropdown-toggle::after {
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #fff;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  margin-left: 10px;
}

.notification-ul {
  background: #000;
  border-radius: 0;
  position: fixed !important;
  top: 82px !important;
  right: 20px !important;
  left: auto !important;
  padding: 10px 20px;
  width: 100%;
  max-width: 360px;
}

.notification-img {
  position: relative;
  max-width: 80px;
  border-radius: 100%;
}

.notification-ul li {
  position: relative;
  font-family: "GlacialIndifference-Bold";
  font-size: 20px;
  line-height: normal;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 300px;
  margin-bottom: 10px;
}

.navbar-nav .nav-link.show {
  color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  font-family: "GlacialIndifference-Bold";
  color: #fff;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: transparent;
}

.main-part {
  position: relative;
  padding-top: 88px;
}

p {
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #000;
}

.home-title {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 46px;
  line-height: normal;
  color: #142140;
}

.serch-tab .nav-item {
  position: relative;
  margin: 0px 5px;
}

.serch-tab .nav-item .nav-link {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  align-items: center;
  color: #8f8f8f;
  cursor: pointer;
  padding: 10px 15px;
  border-bottom: 1px solid #8f8f8f;
  border-radius: 0;
}

.serch-tab .nav-link.active,
.serch-tab .show>.nav-link {
  font-family: "GlacialIndifference-Bold";
  background-color: transparent;
  color: #000;
  border-bottom: 1px solid #000;
}

.tab-content {
  position: relative;
  padding: 50px 20px;
}

.form-group {
  margin-bottom: 10px;
}

.search-box {
  position: relative;
}

.search-box input {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  color: #0a1a44;
  width: 100%;
  padding: 12px 15px 12px 60px;
  border: 0;
  border-radius: 10px;
  background: #faf8fa;
}

.search-box input:focus {
  outline: 0;
}

.search-box select {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  color: #0a1a44;
  width: 100%;
  padding: 12px 15px 12px 60px;
  border: 0;
  border-radius: 10px;
  background: #faf8fa;
}

.search-box select:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}

::placeholder {
  color: #0a1a44;
}

.input-icon {
  position: absolute;
  z-index: 1;
  max-width: 32px;
  left: 13px;
  top: 10px;
}

/* .weight-icon .input-icon {
  top: 15px;
} */

.btn_group {
  position: relative;
  text-align: center;
}

.btn_group .primary-btn,
.btn_group .secondry-btn {
  max-width: 260px;
  width: 100%;
}

.primary-btn {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #fff;
  background: #000;
  display: inline-block;
  border: 0;
  border-radius: 10px;
  padding: 13px 40px;
}

.secondry-btn {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #fff;
  background: #8f8f8f;
  display: inline-block;
  border: 0;
  border-radius: 10px;
  padding: 13px 20px;
}

.map-box {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.stepbg-box {
  position: relative;
  width: 100%;
}

.step-img {
  position: relative;
  width: 100%;
}

.number-box {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  width: 100%;
  max-width: 70px;
  height: 70px;
  display: flex;
  background: #000;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.step-title {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 26px;
  line-height: normal;
  color: #fff;
  margin-top: 5px;
}

.step-content-box {
  position: absolute;
  top: 20px;
  left: 20px;
}

.plus-icon-box {
  position: absolute;
  width: 100%;
  max-width: 50px;
  height: 50px;
  display: flex;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  line-height: 44px;
  color: #000;
  border-radius: 50px;
  border: 3px solid #000;
  bottom: 10px;
  right: 20px;
}

.route-box-details {
  border-radius: 10px;
  background: #faf8fa;
  padding: 5px 20px;
  margin-bottom: 10px;
}

.route-box {
  position: relative;
  width: 100%;
  border-radius: 10px;
  background: #faf8fa;
  /* remove last time css */
  padding: 5px 20px;
  margin-bottom: 10px;
  /* end */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.item-box {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
  width: 25%;
}

.item-img {
  position: relative;
  max-width: 150px;
}

.item-title {
  position: relative;
  font-family: "GlacialIndifference-Bold";
  font-size: 24px;
  line-height: normal;
  color: #142140;
  margin-bottom: 0;
}

.pick-drop-box {
  position: relative;
  width: 15%;
}

.route-details-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 10px 0px;
}

.route-details-box img {
  max-width: 24px;
}

.location-title {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  color: #0a1a44;
  margin-bottom: 0;
}

.route-date {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  color: #0a1a44;
  margin-bottom: 0;
  width: 15%;
}

.route-status {
  position: relative;
  font-family: "GlacialIndifference-Bold";
  font-size: 24px;
  line-height: normal;
  color: #142140;
  margin-bottom: 0;
  width: 12%;
}

.size-box {
  position: relative;
  width: 8%;
}

.currency-box {
  position: relative;
  width: 10%;
}

.about-bg {
  position: relative;
  width: 100%;
  padding: 20px 20px 20px 40px;
  background: #000;
  border-radius: 25px;
}

.about-title {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  margin: 20px 0px;
}

.detail-btn {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 18px;
  line-height: normal;
  color: #000;
  background: #fff;
  border: 0;
  border-radius: 10px;
  padding: 10px 20px;
}

.about-slider-box {
  position: relative;
}

.download-box {
  position: relative;
  display: flex;
  /* flex-wrap: wrap; */
  padding: 0px;
  align-items: center;
}

.qr-code-img {
  position: relative;
  max-width: 300px;
}

.dwonload-btn-box {
  position: relative;
  padding: 0px 30px;
}

.dwonload-btn {
  position: relative;
  padding: 10px 15px;
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #fff;
  background: #000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 0;
}

.dwonload-btn i {
  font-size: 28px;
}

.dwonload-btn p {
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #fff;
}

.play-btn {
  margin-top: 25px;
  margin-left: 25px;
}

.mobile-img {
  position: relative;
  width: 100%;
}

.copyright-row {
  position: relative;
  justify-content: space-between;
}

.footer-box {
  position: relative;
  background: #000;
  padding: 50px 0px;
  margin-top: 75px;
}

.footer-title {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #fff;
}

.footer-ul li a {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #fff;
}

.divider-line {
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  margin: 30px 0px;
}

.copyright-text {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #fff;
}

.footer-bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.footer-bottom li a {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #fff;
}

.user-img {
  max-width: 120px;
  height: 120px;
  border-radius: 100px;
}

img.user-verifiedicon {
  position: absolute;
  right: 0;
  top: 0;
}

.user-name {
  position: relative;
  font-family: "GlacialIndifference-Bold";
  font-size: 22px;
  line-height: normal;
  color: #142140;
  margin-bottom: 0;
}

.star-icon {
  font-size: 20px;
  color: #5e17eb;
  float: inline-end;
  margin-left: 5px;
}

.choose-route-box {
  position: relative;
  height: 650px;
  overflow: auto;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #808080;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #8f8f8f;
  border-radius: 10px;
}

.search-box select {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  color: #0a1a44;
  width: 100%;
  padding: 12px 15px 12px 60px;
  border: 0;
  border-radius: 10px;
  background: #faf8fa;
}

.search-box select:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}

.select .selectBtn {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  color: #0a1a44;
  width: 100%;
  padding: 12px 15px 12px 60px;
  border: 0;
  border-radius: 10px;
  background: #faf8fa;
  cursor: pointer;
}

.select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  visibility: hidden;
  transition: 0.2s ease;
  background: #faf8fa;
  border-radius: 10px;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  padding: 10px;
}

.select .selectDropdown .option {
  padding: 10px;
  cursor: pointer;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  color: #0a1a44;
  text-align: center;
}

.select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.weightselectbox input {
  padding: 0;
}

.weight-label-text {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #0a1a44;
}

.find-route-tab-box .tablinks {
  background-color: transparent;
  border: none;
  display: inline-block;
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  align-items: center;
  color: #8f8f8f;
  cursor: pointer;
  padding: 10px 15px;
  border-bottom: 1px solid #8f8f8f;
  border-radius: 0;
}

.find-route-tab-box .tablinks.active {
  font-family: "GlacialIndifference-Bold";
  background-color: transparent;
  color: #000;
  border-bottom: 1px solid #000;
}

.find-route-tab-box .tabcontent {
  display: none;
  padding: 50px 0px;
}

.tabcontent.active {
  display: block;
}

.modal .modal-content {
  background: #faf8fa;
  border: 1px solid #000000;
  border-radius: 0;
}

.modal-header {
  position: relative;
  padding: 5px 10px;
  border-bottom: 0;
  justify-content: end;
}

.modal-body {
  padding: 0 36px 36px;
}

.close {
  border: 0;
  /* background: #000; */
  width: 25px;
  height: 25px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-p {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 26px;
  line-height: normal;
  color: #142140;
  text-align: center;
}

.modal-footer {
  border-top: 0;
  justify-content: space-between;
}

.modal-btn {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #fff;
  background: #000;
  display: inline-block;
  border: 0;
  border-radius: 10px;
  padding: 10px 20px;
}

.user-infobox {
  position: relative;
  width: 100%;
  border: 1px solid #000;
  background: #FAF8FA;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 10px;
}

.profile-dbox {
  position: relative;
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.user-profile-box {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
}

.verified-box {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
}

.idverified-text {
  position: relative;
  font-family: "GlacialIndifference-Bold";
  font-size: 24px;
  line-height: normal;
  color: #142140;
  margin-bottom: 0;
}

.user-route-status {
  position: relative;
  font-family: "GlacialIndifference-Bold";
  font-size: 24px;
  line-height: normal;
  color: #142140;
  margin-bottom: 0;
}

.user-date-box {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
}

.user-date-icon {
  position: relative;
  max-width: 30px;
}

.user-route-date {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  color: #0a1a44;
  margin-bottom: 0;
}

.info-title {
  position: relative;
  font-family: "GlacialIndifference-Bold";
  font-size: 22px;
  line-height: normal;
  color: #000;
}

label {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  color: #0a1a44;
}

.user-from-group label {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  color: #0a1a44;
  white-space: nowrap;
}

.link-text {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  color: #0a1a44;
  cursor: pointer;
}

.link-text i {
  vertical-align: middle;
}

.user-from-group {
  position: relative;
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
}

.routeselect-box {
  position: relative;
  border: 1px solid #000000;
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #000;
  padding: 10px 15px;
  border-radius: 50px;
  width: 100%;
  height: 30px;
  max-width: 280px;
  background: transparent;
}

.routeselect-box::before {
  position: absolute;
  content: " ";
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  cursor: pointer;
  display: block;
  right: 10px;
  top: 9px;
}

#noneofroute {
  display: none;
  width: 95%;
  margin: auto;
  margin-top: -60px;
  background: #fff;
}

#noneofroute1 {
  display: none;
  width: 100%;
  margin: auto;
  margin-top: -60px;
  background: #fff;
}

.eeror-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}

.eeror-box i {
  position: relative;
  font-size: 36px;
  color: #000;
}

.error-text {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  color: #f44336;
  margin-bottom: 0;
}

.plusicon {
  color: #7731d8;
  vertical-align: middle;
  margin-left: 10px;
}

.card-box {
  position: relative;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 20px;
}

.route-label {
  position: relative;
  font-family: "GlacialIndifference-Bold";
  font-size: 26px;
  line-height: normal;
  color: #000000;
  display: inline-flex;
  align-items: center;
}

.formchecks {
  margin-top: 10px;
  position: relative;
}

.form-check-label {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  color: #000000;
}

.form-check-input {
  border: 1px solid #000000;
}

.form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}

.label-icon {
  position: relative;
  max-width: 36px;
  margin-right: 8px;
}

.upload-img {
  position: relative;
  max-width: 100%;
  height: 100%;
}

.form-label {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 24px;
  line-height: normal;
  color: #000;
}

.form-control {
  border: 1px solid #000;
  border-radius: 50px;
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #000;
}

.form-check-inline {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-right: 1rem;
}

textarea {
  position: relative;
  width: 100%;
  border: 1px solid #000;
  border-radius: 20px;
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #000;
}

.info-title {
  position: relative;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.info-title img {
  position: relative;
  max-width: 32px;
}

.delivery-price-table td {
  position: relative;
  padding-bottom: 15px;
}

.delivery-price-table tr:last-child td {
  padding-bottom: 0;
}

.delivery-price-table label {
  padding-right: 15px;
}

.delivery-price-table .form-control {
  padding-right: 40px;
}

.delivery-price-table .bi-currency-dollar {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
}

.filter-box {
  position: relative;
  display: flex;
  background: transparent;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 24px;
  color: #5e17eb;
  border-radius: 50px;
  border: 1px solid #5e17eb;
  padding: 10px;
}

.route-status-box {
  position: absolute;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  right: 32px;
  top: 15px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.route-status-box.bottom {
  position: absolute;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  line-height: normal;
  right: 32px;
  top: auto;
  bottom: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.status-color-1 {
  position: relative;
  color: #ffbd59;
}

.status-color-2 {
  position: relative;
  color: #f44336;
}

.status-color-3 {
  position: relative;
  color: #29b6f6;
}

.status-color-4 {
  position: relative;
  color: #0a1a44;
}

.edit-icon {
  position: relative;
  background: #000;
  color: #fff;
  padding: 3px 4px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 12px;
  margin-left: 0px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.route-box-modal {
  position: relative;
  width: 100%;
  border-radius: 10px;
  background: #faf8fa;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.route-box-modal .item-img {
  position: relative;
  max-width: 80px;
}

.route-box-modal .location-title {
  font-size: 18px;
}

.route-box-modal .route-date {
  font-size: 18px;
}

.route-box-modal .route-status {
  font-size: 20px;
}

.route-box-modal .route-details-box img {
  max-width: 20px;
}

.route-box-modal .item-title {
  font-size: 20px;
}

.selectuser-box {
  position: relative;
  width: 100%;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #000;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  cursor: pointer;
}

.chat-box {
  position: relative;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #000;
  background: #000;
  padding: 10px;
  margin-bottom: 15px;
}

.user-chat-box {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.user-chat-box .user-img {
  max-width: 90px;
  height: 90px;
  border-radius: 100px;
}

.user-chat-box .user-name {
  position: relative;
  font-family: "GlacialIndifference-Bold";
  font-size: 22px;
  line-height: normal;
  color: #fff;
  margin-bottom: 0;
}

.chat-boxactive {
  background: transparent !important;
}

.chat-boxactive .user-name {
  color: #142140 !important;
}

.message-item-img {
  position: relative;
  width: 100%;
}

.pr-details-ul li {
  position: relative;
  margin-top: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-family: "GlacialIndifference-Regular";
  font-size: 26px;
  line-height: normal;
  color: #0a1a44;
}

.pr-details-ul li img {
  position: relative;
  max-width: 36px;
}

.chatinfo-box {
  position: relative;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #000;
  padding: 15px 12px;
}

#learnmore {
  display: none;
}

.chatinfo-box p {
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #000;
  margin-bottom: 0;
}

.chatinfo-box.error-show p {
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #f44336;
  margin-bottom: 0;
}

#learnmorebtn {
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #29b6f6;
  margin-top: 5px;
}

.message-box {
  position: relative;
  min-height: 500px;
  max-height: 600px;
  overflow: auto;
  padding-bottom: 15px;
}

.messagechat-box {
  position: relative;
  width: 90%;
  border-radius: 8px;
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 15px;
}

.messagechat-box p {
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #000;
  margin-bottom: 0;
}

.messagechat-box-admin {
  margin-left: auto;
}

.messagechat-box-admin.right {
  margin-right: auto;
  margin-left: 0;
}

.messagechat-box-user {
  margin-right: auto;
}

.message-inputbox {
  position: relative;
}

.inputsend-icon {
  position: absolute;
  z-index: 1;
  max-width: 32px;
  right: 15px;
  top: 12px;
}

.message-input {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
  line-height: normal;
  color: #8f8f8f;
  width: 100%;
  padding: 12px 60px 12px 15px;
  border: 1px solid #000;
  border-radius: 10px;
  background: transparent;
}

.boost-editbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.boost-editbox img {
  max-width: 30px;
}

.edit-route-titie {
  position: relative;
  font-family: "GlacialIndifference-Bold";
  font-size: 30px;
  line-height: normal;
  color: #000;
  margin-bottom: 0;
}

.urgent-label {
  position: relative;
  font-family: "GlacialIndifference-Regular";
  font-size: 12px;
  line-height: normal;
  color: #fff;
  background: #5e17eb;
  padding: 5px 7px;
  text-transform: uppercase;
  width: max-content;
  margin-bottom: 5px;
}

.user-call-icon {
  position: absolute;
  right: 5px;
  top: 30px;
  z-index: 2;
}

.datetime-chat {
  position: relative;
  text-align: end;
  color: #5e17eb;
  font-family: "GlacialIndifference-Regular";
  font-size: 16px;
  line-height: normal;
  display: block;
}

/* login page M */
.login-page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.bg-shap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e2e2e;
  clip-path: polygon(100% 10%, 0% 100%, 100% 100%);
  z-index: -1;
}

.login-container {
  z-index: 1;
  text-align: center;
  background: #fff;
  padding: 140px 50px 24px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 1px #00000040;
  max-width: 520px;
  width: 100%;
  position: relative;
}

.login-container .image {
  position: absolute;
  top: -22%;
  right: 0;
  left: 0;
  margin: auto;
  width: 200px;
  height: 200px;
}

.login-container .image img {
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.login-container h2 {
  margin-top: 15px;
  margin-bottom: 27px;
  font-family: "GlacialIndifference-Regular";
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  color: #2a2a2a;
}

.login-container form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.login-container input {
  padding: 12px 15px 12px 40px;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #2a2a2a;
  border-radius: 5px !important;
  color: #2a2a2a;
  outline: none;
  width: 100%;
}

.login-container .input-group img {
  position: absolute;
  z-index: 1;
  max-width: 24px;
  left: 10px;
  top: 13px;
}

.login-container input:focus {
  border-color: #2e2e2e;
}

.login-container .forgot-password {
  font-family: "GlacialIndifference-Regular";
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  color: #2e2e2e;
  text-decoration: none;
  transition: 0.3s all;
  margin-top: -10px;
}

.login-container .forgot-password:hover {
  text-decoration: underline;
}

.login-container .btn {
  padding: 13px 10px;
  background: #5e17eb;
  color: #fff;
  font-family: "GlacialIndifference-Regular";
  font-size: 18px;
  line-height: 22px;
  border: 1px solid #5e17eb;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 10px;
}

.login-container .btn:hover,
.login-container .btn:focus,
.login-container .btn.active {
  background: #5a00cc;
  color: #fff;
}

.forgot-password form {
  gap: 50px;
}

.forgot-password .btn-secondary {
  padding: 13px 10px;
  background: #ffffff;
  color: #2e2e2e;
  font-family: "GlacialIndifference-Regular";
  font-size: 18px;
  line-height: 22px;
  border: 1px solid #2a2a2a;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: -30px;
}

.login-container .btn-secondary:hover,
.login-container .btn-secondary:focus,
.login-container .btn-secondary.active {
  background: transparent;
  color: #2a2a2a;
  border-color: #8f8f8f;
}

.register-page .login-container {
  max-width: 950px;
  width: 100%;
}

.register-page form {
  gap: 10px;
}

.register-page button {
  max-width: 420px;
  margin: 20px auto 0;
  width: 100%;
}

.tracking-card {
  padding: 0px;
}

/* Progress Bar */
/* .progress-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 10px;
  position: relative;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.progress-step.active {
  color: #5e17eb;
}

.progress-step .circle {
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 50%;
  border: 0px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #ccc;
}

.progress-step.active .circle {
  background: #5e17eb;
  box-shadow: 0 0 0 2px #5e17eb;
}

.progress-line {
  flex: 1;
  height: 3px;
  background: #8f8f8f;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  max-width: 95%;
  margin: auto;
  width: 100%;
}

.progress-line.active {
  background: #5e17eb;
}

.progress-bar .progress-step.active span {
  color: #5e17eb;
}

.progress-bar .progress-step span {
  margin-top: 5px;
  white-space: normal;
  font-family: "GlacialIndifference-Regular";
  font-size: 26px;
  font-weight: 400;
  line-height: 31.2px;
  color: #8f8f8f;
} */

.progressbar {
  counter-reset: step;
  padding-bottom: 90px;
}

.progressbar li {
  list-style-type: none;
  width: 33.33%;
  float: left;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #8f8f8f;
  z-index: 1;
}

.progressbar li:before {
  width: 18px;
  height: 18px;
  content: '';
  line-height: 30px;
  border: 2px solid #8f8f8f;
  background-color: #8f8f8f;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  transition: all .8s;
}

.progressbar li:after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #8f8f8f;
  top: 8px;
  left: -50%;
  z-index: -1;
  transition: all .8s;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active span {
  color: #5e17eb;
}

.progressbar li.active:before {
  border-color: #5e17eb;
  background-color: #5e17eb;
  transition: all .8s;
}

.progressbar li.active:after {
  background-color: #5e17eb;
  transition: all .8s;
}

/* Carrier Info */
.carrier-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
  position: relative;
}

.carrier-info .profile-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.carrier-info .carrier-details {
  flex: 1;
  text-align: left;
  display: flex;
  gap: 60px;
}

.carrier-info .carrier-details .users {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  color: #0a1a44;
}

.carrier-info .carrier-name {
  display: flex;
  align-items: center;
  gap: 20px;
}

.carrier-info .carrier-name p {
  font-family: "GlacialIndifference-Regular";
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  color: #000000;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

.carrier-info .route-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 45px;
}

.carrier-info .route-info span {
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  color: #0a1a44;
}

.carrier-info .icon {
  margin-right: 10px;
}

.call-button {
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
}

.pierre .call-button {
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 20px;
}

/* Actions */
.actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 50px;
}

.delivery .actions {
  gap: 0px;
}

.actions .confirmation {
  display: flex;
  align-items: center;
  gap: 20px;
}

.delivery .actions .confirmation {
  gap: 60px;
}

.actions .confirmation p {
  font-family: "GlacialIndifference-Regular";
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  color: #000000;
}

.actions .action-btn {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  font-family: "GlacialIndifference-Regular";
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  max-width: 280px;
  width: 100%;
}

.lds-spinner {
  color: #5e17eb;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6px;
  height: 16px;
  border-radius: 30%;
  background: currentColor;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.parcel-card .title p {
  font-family: "GlacialIndifference-Regular";
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  color: #000;
  text-align: center;
}

.select2-container--bootstrap4 .select2-selection {
  height: 50px !important;
  border-radius: 50px !important;
  padding: 0px 10px;
  font-size: 14px;
  border-color: #000 !important;
}

.select2-container--bootstrap4 .select2-selection--multiple {
  height: auto !important;
}

.loading-overlay {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
  align-items: center;
  justify-content: center;
}

.loading-overlay.active {
  display: flex;
}

.loading-overlay .loader_img {
  width: 125px;
  height: 125px;
}

.loading-overlay-mini {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
  align-items: center;
  justify-content: center;
}

.loading-overlay-mini.active {
  display: flex;
}

/* Search Suggestions CSS Start */
.search-result-box {
  display: none;
}

.search-result-box ul {
  float: left;
  list-style: none;
  margin-top: 0px;
  padding: 0;
  z-index: 1000;
  width: 100%;
  position: absolute;
  background-color: white;
  /* left:0;*/
  border: 2px solid #6b6b91;
  /* max-height: 300px;
	overflow-y: auto;	 */
}

.search-result-box ul .res-wrapp {
  max-height: 300px;
  overflow-y: auto;
}

.search-result-box ul li {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}

.search-result-box ul li span {
  display: block;
  /* border-bottom:1px solid #000; */
  cursor: pointer;
  margin-bottom: 10px;
}

.search-result-box .search-result-head {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px !important;
  font-weight: bolder;
  justify-content: left !important;
}

.search-result-box .search-result-head i {
  padding-right: 15px;
}

/* Search Suggestions CSS End */