.hub-loader {
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.25s,
    display 0.25s;
  transition-behavior: allow-discrete;
}

.hub-loader.fade-out {
  opacity: 0;
  display: none;
}

@keyframes fade-out {
  100% {
    opacity: 0;
    display: none;
  }
}

.hub-loader:before,
.hub-loader:after {
  position: absolute;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hub-loader:before {
  width: 60px;
  height: 60px;
  background-image: url(../images/app-loading-dark-blue.svg);
}

.hub-loader:after {
  width: 45px;
  height: 45px;
  background-image: url(../images/app-loading-light-blue.svg);
}

.hub-loader.type-small:before {
  width: 40px;
  height: 40px;
}

.hub-loader.type-small:after {
  width: 30px;
  height: 30px;
}

.shipping-map {
  position: relative;
  /* padding-top: 120px; */
}


.shipping-map-holder {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  aspect-ratio: 1 / 0.5;
}

.shipping-map:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    254deg,
    #f0f3f8 3.77%,
    rgba(110, 138, 255, 0.08) 110.4%
  );
  z-index: 0;
}

#shipping-map_holder {
  z-index: 1;
}

.shipping-wrap {
  position: relative;
}

.shipping-text {
  --padding-container-vertical-top: 20px;
  --padding-container-vertical-bottom: 20px;
  --padding-container-horizontal: 36px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  max-width: fit-content;
  /* pointer-events: none; */
  position: absolute;
  z-index: 10;
  margin: 3rem auto;
  left: 0;
  right: 0;
  top: 3rem;
  transition: 0.3s trnasform ease-in-out;

  display: flex;
  align-items: center;
  gap: 32px;
}

.shipping-text.active {
  transform: translateY(-100%);
}

.shipping-text-inner h1 {
  margin-top: 0;
}

.shipping-country-select {
  z-index: 20;


  select {
    width: 350px;
    height: 80px;
    font-size: 20px;
    font-weight: 600;
    background-size: 20px auto;
    border-color: transparent;
    box-shadow: 0px 12px 34.9px 0px #A8AFCF;
    z-index: 30;
  }
}

.fr-shiping-countries-header {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.fr-shiping-countries-links {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 37px 20px;
}

.fr-shiping-countries-link {
  color: #012d6f;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #e8edf4;
  background: #fff;
  box-shadow: 2px 3px 30px rgba(199, 209, 223, 0.16);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 11px;
  text-decoration: none;
  transition: all 0.3s;
}

.fr-shiping-countries-link:hover {
  color: inherit;
  box-shadow: 2px 3px 30px rgba(199, 209, 223, 0.26);
  background-color: #f9f9f9;
}

.fr-shiping-countries-link-img {
  display: flex;
}

.fr-shiping-from,
.fr-shiping-cities {
  margin-top: 120px;
  margin-bottom: 120px;
}

.fr-shipping-cities {
  text-align: center;
  margin-bottom: 3rem;
}

.fr-shiping-from-list-inner:before,
.fr-shiping-from-list-inner:after {
  position: absolute;
  display: inline-block;
  z-index: -1;
}

.fr-shiping-from-list-inner:before {
  content: "";
  background-image: url(../images/symbol-1.svg);
  display: inline-block;
  width: 84px;
  height: 82px;
  left: 60px;
}

.fr-shiping-from-list-inner:after {
  content: "";
  background-image: url(../images/symbol-2.svg);
  display: inline-block;
  width: 245px;
  height: 104px;
  right: 60px;
}
.fr-shiping-from-list-inner,
.fr-shiping-cities-list-inner {
  --padding-container-horizontal: 83px;
  border-radius: 20px;
  background: rgba(248, 249, 252, 1);
}

.fr-shiping-from-list-content {
  margin-bottom: 60px;
}

.fr-shiping-countries-list-ul,
.fr-shiping-from-list-ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
 
.fr-shiping-countries-list-li > a,
.fr-shiping-from-list-ul li > a {
  border-radius: 16px;
  border: 1px solid #d3dbe7;
  background: #fff;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  height: 68px;
  width: 100%;
}

.fr-shiping-from-list-ul {
  --padding-container-horizontal: 83px;
  border-radius: 20px;
  background: rgba(248, 249, 252, 1);
}

.tt_sm {
  background-color: #fff;
  color: var(--color-dark-blue);
  text-align: center;
}
.tt_name_sm {
  color: #002782;
text-align: center;
font-size: 16.684px;
font-weight: 700;
line-height: 23px;
}
.xmark_sm {
  width: 10px;
  display: none;
}

.tt_sm {
  border-radius: 30px;
  padding: 10px;
}
.tt_custom_sm {
}
.tt_mobile_sm {
}
.btn_simplemaps {
  font-size: 12px;
  color: #BA90FF;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.btn_simplemaps:hover {
  text-decoration: none;
}
.btn_simplemaps:after {
  content: '';
  background-image: url(../images/arrow-right.svg);
  margin-left: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  transition: 0.3s ease;
  vertical-align: -1px;
}

.btn_simplemaps:hover:after {
  transform: translateX(5px);
}
.btn_simplemaps:hover {
  text-decoration: underline;
}

.sm_location {
  /* fill: #000!important; */
}

.fr-shiping-prices {
  color: #fff;
  text-align: center;
}
.fr-shiping-prices .route-boxes-wrap {
  width: 100%;
}

.fr-shipping-prices-wrap {
  border-radius: 20px;
  background: #012D6F;
  padding: 50px;
}

.fr-shipping-prices .route-box-body {
  padding: 25px 10px 28px;
  text-align: center;
  color: #fff;
} 

.fr-shipping-header {
  margin-bottom: 3rem;
}

.fr-shipping-text {
  max-width: 780px; 
  margin: 0 auto 3rem;
}