.countrySelect {
  display: block !important;
  position: absolute;
  height: 100%;
  border: none;
  background: none;
  width: 6%;
  right: 25px;
}

.countryList {
  list-style: none;
  padding: 0px;
  margin: 0;
  overflow-y: scroll;
  height: 260px;
  z-index: 2;
  position: absolute;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  right: 16px;
  border: 1px solid #ccc;
  width: 400px;
  margin-bottom: 0.625rem;
}
.countryList li {
  line-height: 11px;
  padding: 7px 10px;
  text-align: left;
  margin-bottom: 0.625rem;
}

.countryFlag {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

.country:hover {
  background-color: #f2f2f2;
  /* Add any other styling for the hover effect */
}

input#origin,
input#destination {
  height: 3.75rem;
  margin-bottom: 0.3125rem;
}
div#selected-flag {
  position: absolute;
  right: 0px;
  background: none;
  top: 40px;
  right: 32px;
}
#selected-flag i {
  font-style: unset !important;
}
[class*="fa-caret-"]:before {
  font-family: "FontAwesome" !important;
  font-style: unset !important;
}

select.form-control.input-sm.package-selectpicker {
  display: block !important;
}
select.input-lg {
  height: 2.5rem;
  line-height: 2.4375rem;
}
.txt-quantity {
  width: 45px !important;
  display: inline-block !important;
}
.counter_data {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  margin-left: 4px;
}
.counter_data .plus {
  margin-bottom: 3px;
}

.counter_data span {
  display: block;
  width: 22px;
  height: 22px;
  background: #0a3981;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 47px;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  font-family: Arial, sans-serif;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-sm {
  height: calc(2.75rem + 2px) !important;
}
.timeline ul {
  display: flex;
  justify-content: space-evenly;
}
.timeline .progress {
  height: 18px;
  border: 1px solid #dfd3cc;
  border-radius: 10px;
  box-shadow: compact(
    rgba(0, 0, 0, 0.4) 1px 1px 5px 0 inset,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false
  );
}

.progress-bar.progress-bar-warning.widthColor {
  background: 0 0;
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF0a3981', endColorstr='#FF0a3981');
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    0 50%,
    100% 50%,
    color-stop(0%, #0a3981),
    color-stop(50%, #0a3981),
    color-stop(58%, rgba(10, 57, 129, 0.96)),
    color-stop(63%, rgba(10, 57, 129, 0.9)),
    color-stop(68%, rgba(10, 57, 129, 0.76)),
    color-stop(72%, rgba(10, 57, 129, 0.59)),
    color-stop(81%, rgba(10, 57, 129, 0.18)),
    color-stop(85%, rgba(10, 57, 129, 0.05)),
    color-stop(89%, rgba(10, 57, 129, 0)),
    color-stop(90%, rgba(10, 57, 129, 0)),
    color-stop(95%, rgba(10, 57, 129, 0.02)),
    color-stop(100%, rgba(10, 57, 129, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    #0a3981 0,
    #0a3981 50%,
    rgba(10, 57, 129, 0.96) 58%,
    rgba(10, 57, 129, 0.9) 63%,
    rgba(10, 57, 129, 0.76) 68%,
    rgba(10, 57, 129, 0.59) 72%,
    rgba(10, 57, 129, 0.18) 81%,
    rgba(10, 57, 129, 0.05) 85%,
    rgba(10, 57, 129, 0) 89%,
    rgba(10, 57, 129, 0) 90%,
    rgba(10, 57, 129, 0.02) 95%,
    rgba(10, 57, 129, 0) 100%
  );
  background-image: -moz-linear-gradient(
    left,
    #0a3981 0,
    #0a3981 50%,
    rgba(10, 57, 129, 0.96) 58%,
    rgba(10, 57, 129, 0.9) 63%,
    rgba(10, 57, 129, 0.76) 68%,
    rgba(10, 57, 129, 0.59) 72%,
    rgba(10, 57, 129, 0.18) 81%,
    rgba(10, 57, 129, 0.05) 85%,
    rgba(10, 57, 129, 0) 89%,
    rgba(10, 57, 129, 0) 90%,
    rgba(10, 57, 129, 0.02) 95%,
    rgba(10, 57, 129, 0) 100%
  );
  background-image: -o-linear-gradient(
    left,
    #0a3981 0,
    #0a3981 50%,
    rgba(10, 57, 129, 0.96) 58%,
    rgba(10, 57, 129, 0.9) 63%,
    rgba(10, 57, 129, 0.76) 68%,
    rgba(10, 57, 129, 0.59) 72%,
    rgba(10, 57, 129, 0.18) 81%,
    rgba(10, 57, 129, 0.05) 85%,
    rgba(10, 57, 129, 0) 89%,
    rgba(10, 57, 129, 0) 90%,
    rgba(10, 57, 129, 0.02) 95%,
    rgba(10, 57, 129, 0) 100%
  );
  background-image: linear-gradient(
    left,
    #0a3981 0,
    #0a3981 50%,
    rgba(10, 57, 129, 0.96) 58%,
    rgba(10, 57, 129, 0.9) 63%,
    rgba(10, 57, 129, 0.76) 68%,
    rgba(10, 57, 129, 0.59) 72%,
    rgba(10, 57, 129, 0.18) 81%,
    rgba(10, 57, 129, 0.05) 85%,
    rgba(10, 57, 129, 0) 89%,
    rgba(10, 57, 129, 0) 90%,
    rgba(10, 57, 129, 0.02) 95%,
    rgba(10, 57, 129, 0) 100%
  );
}

span.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#select_quote table {
  width: 100%;
  border-collapse: collapse;
}
#select_quote .data-carrier,
#select_quote .data-time,
#select_quote .data-pickup {
  width: 18% !important;
}
#select_quote .row.pickup.col-md-12 {
  gap: 20px;
}
ul.list-unstyled li {
  font-weight: 700;
}
#select_quote .table th {
  padding: 20px 10px;
  font-weight: 700;
  border-bottom: 0 !important;
  font-size: 18px;
}
#select_quote .table td,
.table th {
  vertical-align: middle !important;
  border: 0;
  position: relative;
}

#select_quote .table .table-data td {
  border-top: 1px solid #b4b0b0 !important;
  padding: 16px 24px !important;
  border: 0;
}
#select_quote .gray-border-top {
  border-top: 1px solid #b4b0b0;
  padding-top: 24px;
}
/* #select_quote td.warning {
  display: flex;
  justify-content: center;
  width: 100% !important;
} */
#select_quote .book-now {
  margin-right: 35px;
}
#select_quote td.data-price {
  font-size: 20px !important;
  font-weight: 700;
  position: relative;
}
#select_quote table.table-data td {
  font-size: 18px;
}
/* #select_quote td.data-price:before {
  position: absolute;
  content: "inc GST";
  bottom: 7px;
  right: 89px;
  font-size: 14px;
  font-weight: 400;
} */
#select_quotebutton.btn.btn-primary.book_now {
  float: right;
}

#collection_details .panel .panel-body {
  padding: 25px 30px;
}
#collection_details .col-md-4.col-lg-4:not(.col-md-4.col-lg-4:last-child) {
  border-right: 2px dotted #c7c1bd;
  height: 149% !important;
  max-height: 100% !important;
}
#collection_details .text-muted {
  color: #666 !important;
  font-weight: 700;
}
#collection_details .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#collection_details .panel a {
  color: #0a3981 !important;
}
#collection_details h4 small {
  font-size: 75%;
}
#collection_details .panel-default {
  border-color: #e7e7e7;
}
#collection_details .panel {
  margin-bottom: 26px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.card-body {
  background-color: #f0f4f8;
}
.col-md-offset-2 {
  margin-left: 16px;
}
#courier-please-request-form .form-check [type="checkbox"]:checked,
#courier-please-request-form .form-check [type="checkbox"]:not(:checked) {
  width: 22px !important;
  height: 21px !important;
  opacity: 0;
  pointer-events: all !important;
  padding: 0;
  top: 0px !important;
  left: 0px !important;
  margin: 0px !important;
  z-index: 999;
  position: absolute;
}
/* /* [type=checkbox]:checked, [type=checkbox]:not(:checked) {
    opacity: 1 !important;
    position: absolute;
    top: 0px !important;
    left: -30px !important;
    
} */
/* #courier-please-request-form input[type="checkbox"],
#courier-please-request-form input[type="radio"] {
  box-sizing: border-box;
  pointer-events: initial !important;
  opacity: 1 !important;
  position: relative;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
} */
/* #courier-please-request-form .checkbox label {
  display: inline;
  position: relative;
  margin-left: 50px;
} */
div#dg-help-div {
  padding-bottom: 50px;
  margin-top: 20px;
}
#collection_form .custom_form {
  display: flex;
  align-items: baseline;
}
.custom_form input {
  height: 50px;
}
a.custom_tooltip {
  position: absolute !important;
  right: 21px;
  z-index: 10;
  padding: 2px 8px;
  top: 6px;
  border-radius: 25px;
  border: 2px #069ffd solid;
  color: #008adf !important;
  box-shadow: unset;
}
a.custom_tooltip_desc {
  padding: 1px 8px;
  border-radius: 43px;
  border: 2px #069ffd solid;
  color: #008adf !important;
  box-shadow: unset;
}
a.custom_address {
  padding: 1px 8px;
  border-radius: 43px;
  border: 2px #069ffd solid;
  color: #008adf !important;
  box-shadow: unset;
}
.collect_span {
  display: flex;
  gap: 10px;
  height: 38px;
}
.collection_button {
  display: flex;
  justify-content: space-between;
}
button.btn.btn-primary.finalise_button.waves-effect.waves-light {
  background-color: #0a3981 !important;
}
span.btn.btn-default.btn-sm.from_address_commercial_residential.waves-effect.waves-light {
  background-color: unset !important;
  color: #000;
  box-shadow: unset;
  border: 2px solid #b7b7b7;
  border-radius: 90px;
}
span.btn.btn-default.btn-sm.from_address_commercial_residential.waves-effect.waves-light.active,
span.btn.btn-default.btn-sm.from_address_commercial_residential.waves-effect.waves-light:hover,
input#wpc-add:hover,
button.btn.btn-primary.data_submit.waves-effect.waves-light,
button.finalise_button {
  background-color: #0a3981 !important;
  color: #fff;
  box-shadow: unset;
  border: 2px solid #0a3981;
  border-radius: 90px;
}
input#wpc-add {
  box-shadow: unset !important;
  background-color: unset !important;
  color: #666;
  border: 2px solid #989898;
  border-radius: 90px;
}
button.back_button,
button.btn.btn-primary.waves-effect.waves-light.next_payment {
  box-shadow: unset !important;
  background-color: unset !important;
  color: #5a95f5;
  border: 2px solid #5a95f5;
  border-radius: 90px;
}
button.back_button:hover,
button.btn.btn-primary.waves-effect.waves-light.next_payment:hover {
  box-shadow: unset !important;
  background-color: #5a95f5 !important;
  color: #fff;
  border: 2px solid #5a95f5;
  border-radius: 90px;
}

#courier-please-request-form .additional_information input[type="checkbox"],
#courier-please-request-form .additional_information input[type="radio"] {
  position: initial !important;
}
.warning-message {
  color: #e91e1e;
}
.inactive {
  pointer-events: none !important;
}
.inactive a {
  color: #b0b0b0 !important;
}
.active a {
  pointer-events: none !important;
  color: #0a3981 !important;
}
/* .timeline .active {
  color: #0a3981;
} */
/* .timeline .inactive {
  color: #b0b0b0;
} */
i {
  font-family: "fontAwesome";
}
/* .timeline .progress {
  overflow: hidden;
  margin-bottom: 26px;
} */

.timeline li a:not(.timeline li a.active) {
  font-weight: 700;
  font-style: 20px;
  color: #000;
}
td.woocommerce-table__product-name.product-name a {
  pointer-events: none !important;
  color: #505050 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
}
td.data-courier img {
  height: 80px;
  width: 250px;
}
span#show-hide-icon {
  margin-top: 5px !important;
}
.button-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #cd2653;
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.custom-tooltip:before {
  content: attr(dtitle);
  display: none;
  background: #ffffff;
  padding: 5px 8px;
  position: absolute;
  top: -35px;
  width: max-content;
}
.custom-tooltip:hover:before {
  display: block !important;
  z-index: 100;
}
.custom-tooltip:hover:after {
  position: absolute;
  content: "\25BC";
  height: 1.25rem;
  color: #fff;
  top: 1px;
  left: 50%;
  z-index: 101;
  transform: scale(1.8, 1) translate(-33%, -50%);
}
.cusotm-picker-css {
  background-color: #fff !important;
}
#parcel_quote label.item {
  color: #000 !important;
  font-weight: 700 !important;
}
.error-label {
  color: red;
}
ul#citiesList {
  box-shadow: 0.3em 0.3em 1em rgb(157 157 157 / 60%);
  background-color: #fff;
  list-style: none;
  padding: 10px;
  position: absolute;
  z-index: 10;
  width: 98%;
  max-height: 300px;
  overflow-y: scroll;
}
ul#citiesList li {
  padding: 5px;
  font-family: "roboto";
  font-size: 14px;
  cursor: pointer;
}
ul#citiesList li:not(:last-of-type) {
  border-bottom: 1px solid #00000012;
}
ul#citiesList li i {
  font-style: normal;
  padding-right: 10px;
}

.selector {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  justify-content: space-between;
  width: 120px;
  align-items: center;
  position: relative;
  border-radius: 50px;
  background-color: #fff;
}

.selector-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.from_address_commercial_residential1,
.from_address_commercial_residential2 {
  appearance: none;
  display: none;
}

.selector-item label {
  position: relative;
  height: 80%;
  width: 100%;
  text-align: center;
  padding: 7px;
  border-radius: 50px;
  margin: 0px;
}
.from_address_commercial_residential2:checked + label,
.from_address_commercial_residential1:checked + label {
  background-color: #0a3981;
  color: #fff;
}
.selector-container {
  display: inline-block;
  margin-left: 7px;
}

/* #collection_form ._wpcab_add_input {
  display: none;
} */
#collection_form .wpcabook-autofill-wrapper {
  border-top: none;
  background: none;
}
.page-id-9428 .select2-selection__arrow b {
  left: 94%;
}

.wpcabook-autofill-wrapper span {
  width: auto !important;
}
td.data-courier.auspost {
  position: relative;
}
td.auspost span {
  position: absolute;
  right: 96px;
  bottom: 20px;
  font-size: 11px;
  color: #db212b;
}
.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;
}

.custom-loading {
  display: inline-block;
  width: 20;
  height: 20;
  border: 3px solid rgb(46 45 45 / 30%);
  border-radius: 50%;
  border-top-color: #6e6868;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* button.btn.btn-primary.book_now {
  padding: 15px;
} */
#parcel_quote .form-group.select-sm {
  position: relative;
}
.counter_data {
  position: absolute;
}
@media (max-width: 1340px) and (min-width: 570px) {
  .counter_data {
    position: absolute;
    display: flex;
    gap: 3px;
    top: 51px;
    flex-direction: row-reverse;
  }
}

.row.acknowledge ul {
  list-style: none;
}

.row.acknowledge > div {
  padding-bottom: 25px;
}
.btn-check:active + .btn-custom-primary,
.btn-check:checked + .btn-custom-primary {
  background-color: #44d62c !important;
  color: #fff !important;
  border-color: #44d62c !important;
}

#parcel_quote label.btn.btn-custom-primary {
  width: 11%;
  margin: 0 14px !important;
}

#parcel_quote label.btn.btn-custom-primary {
  width: 11%;
  margin: 0 14px !important;
  color: #ffffff;
  border-color: #0a3981;
  background: #0a3981;
  transition: none;
}

#parcel_quote > .row > div span {
  color: #0a3981;
  font-size: 16px;
  font-weight: 600;
}

.no-data.font-weight-bold {
  font-weight: 800;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
td.update {
  display: flex;
  gap: 12px;
}
#collection_details .panel .form-check label a {
  color: #0a3981 !important;
  text-decoration-line: underline;
  font-style: italic;
}
