.api-card {
  border-radius: 20px;
}

.api-badge {
  font-size: 0.75rem;
}

.floating-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.select-form .btn-check + .btn {
  background-color: #0d6efd !important;
  border-color: #44d62c !important;
  color: #fff !important;
}

.select-form .btn-check:checked + .btn,
.select-form .btn:hover {
  background-color: #44d62c !important;
  border-color: #0d6efd !important;
  color: #fff !important;
}

.btn-danger {
  background-color: #dc3545 !important;
}

#nextBtn {
  background-color: #0d6efd !important;
}
.counter_data span {
  display: block;
  width: 50px;
  background: #0a3981;
  color: #fff;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  align-content: center;
}
.counter_data input {
  border-radius: 0px;
}
span.cc.minus {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
span.cc.plus {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

@media only screen and (max-width: 767px) {
  input[data-repeater-create],
  input[data-repeater-delete] {
    width: 100% !important;
  }
}
input#item-quantity {
  max-width: 170px;
}
ul#citiesList {
  position: absolute;
  z-index: 1;
  background: #fff;
  width: min(98%, 599.75px);
  box-shadow: 5px 9px 13px #0000005e;
  list-style-type: none;
  padding: 25px;
}
ul#citiesList li {
  color: #0178c4 !important;
  padding: 10px;
}
ul#citiesList li:hover {
  background: #5cc5004f;
}

.cprogress-bar {
  background-color: #4285f4 !important;
  border-radius: 8px 8px 0 0;
  bottom: 0;
  left: 12.5px;
  position: absolute;
  top: 0px;
  width: 10px;
  z-index: 1;
}
.cprogress-bar-track {
  background-color: #e2e2e2;
  border-radius: 8px 8px 0 0;
  border-radius: 0 0 8px 8px;
  bottom: 0;
  height: calc(100% + 8px);
  left: 12.5px;
  position: absolute;
  top: 12px;
  top: 0;
  width: 10px;
  z-index: 1;
  z-index: 2;
}
.custom-fa {
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  display: flex !important;
  flex: 0 0 auto;
  color: #fff;
  height: 35px;
  justify-content: center;
  margin-right: 11px;
  position: relative;
  width: 35px;
  z-index: 2;
  background: #4285f4;
}
#wpcargo-history-section .h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 26px;
  color: #1f78d1;
}

p._date {
  color: #6d6d72;
  font-size: 12px;
  letter-spacing: 0.1px;
  line-height: 16px;
  margin: 0;
}
.custom-fa-ongoing {
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  display: flex !important;
  flex: none;
  color: #fff;
  height: 8px;
  justify-content: center;
  position: relative;
  width: 8px;
  z-index: 2;
  background-color: #fff !important;
}
.cspan {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  margin-right: 11px;
  position: relative;
  width: 35px;
  z-index: 2;
}

.custom-fa-deliver {
  height: 28px;
  margin-right: 16px;
  width: 28px;
  color: #4d4d54;
}

.cdelivery:before {
  background-color: #e2e2e2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 13.5px;
  position: absolute;
  top: 12px;
  width: 8px;
}
.cdelivery:after {
  background-color: #e2e2e2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 13.5px;
  position: absolute;
  top: 28px;
  width: 8px;
}
.cdelivery.in:after,
.cdelivery.in:before {
  display: none !important;
}
#wpcargo-history-section p {
  margin: 0;
}

.cprogress-bar-active {
  background-color: #4285f4 !important;
  border-radius: 8px 8px 0 0;
  bottom: 0;
  left: 12.5px;
  position: absolute;
  top: -5px;
  width: 10px;
  z-index: 2;
}
.cheight {
  height: calc(100% + 25px) !important;
}
.wpcargo div,
#wpcargo-result div .cprogress-bar-track {
  background: #e2e2e2;
}