span.star[data-v-2bf21972] {
  display: inline-block;
}

.raiting-box-item[data-v-238b06b2] {
  align-items: center;
  display: flex;
  justify-content: center;
}

.colored-star[data-v-238b06b2] {
  left: 0;
  overflow: hidden;
  top: 0;
  z-index: 9;
}

[dir=rtl] .colored-star[data-v-238b06b2] {
  left: auto;
  right: 0;
}

.hero-container[data-v-5b44f4d7] {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero-container[data-v-5b44f4d7] {
    max-width: 540px;
    padding: 0;
  }
}
.hero-title[data-v-5b44f4d7] {
  color: #4a4a4a;
  font-size: 1.6875rem;
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 1.1935;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero-title[data-v-5b44f4d7] {
    font-size: 1.9375rem;
  }
}
.hero-title + .hero-description[data-v-5b44f4d7] {
  margin-top: 10px;
}

.hero-description[data-v-5b44f4d7] {
  color: #8a8a8a;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .hero-description[data-v-5b44f4d7] {
    padding: 0 10px;
  }
}
.hero-rating-wrapper[data-v-5b44f4d7] {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px auto 0;
  width: 100%;
}

.hero-rating-wrapper .hero-rating[data-v-5b44f4d7] {
  margin-left: 10px;
  margin-right: 6px;
}

[dir=rtl] .hero-rating-wrapper .hero-rating[data-v-5b44f4d7] {
  margin-left: 6px;
  margin-right: 10px;
}

.hero-rating-wrapper .hero-rating-review[data-v-5b44f4d7] {
  color: #8a8a8a;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
}

.country-name[data-v-59a45472] {
  padding-right: 12px;
  width: 100%;
}

[dir=rtl] .country-name[data-v-59a45472] {
  padding-left: 12px;
  padding-right: 0;
}

.country-name p[data-v-59a45472] {
  color: #4a4a4a;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3333;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.country-name .flag.country-list-item[data-v-59a45472] {
  max-height: 28px;
}

.country-name .flag + p[data-v-59a45472] {
  margin-left: 15px;
}

[dir=rtl] .country-name .flag + p[data-v-59a45472] {
  margin-left: 0;
  margin-right: 15px;
}

@media screen and (max-width: 575px) {
  [dir=rtl] .country-name .flag + p[data-v-59a45472] {
    margin-left: 0;
    margin-right: 10px;
  }

  .country-name .flag + p[data-v-59a45472] {
    margin-left: 10px;
  }
}
.country-item[data-v-71984070] {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 7px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.country-item.active-item[data-v-71984070] {
  border-color: #4a4a4a;
}

.country-item.active-item a span[data-v-71984070] {
  color: #4a4a4a;
  transform: rotate(-90deg);
}

[dir=rtl] .country-item.active-item a span[data-v-71984070] {
  transform: rotate(270deg);
}

.country-item a[data-v-71984070], .country-item a[data-v-71984070]:focus {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 55px;
  padding: 13px 20px 12px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.25s;
}

.country-item a[data-v-71984070]:focus {
  outline: none;
}

.country-item a span[data-v-71984070] {
  color: #ddd;
  display: flex;
  transform: rotate(90deg);
  transition: all 0.2s;
}

.country-item a[data-v-71984070], .country-item a[data-v-71984070]:focus, .country-item a[data-v-71984070]:hover {
  color: #4a4a4a;
}

.inp-search[data-v-4f24b9da] {
  border-radius: 7px;
  font-size: 0.9375rem !important;
  line-height: 1;
  padding: 12px 50px 13px !important;
  width: 100%;
}

.inp-search[data-v-4f24b9da]:placeholder-shown {
  text-overflow: ellipsis;
}

.search-container[data-v-4f24b9da] {
  margin: 0 auto 2.5rem;
  max-width: 540px;
  position: relative;
  transform-origin: center;
  transition: width 0.2s;
}

.search-container.mobile-container[data-v-4f24b9da] {
  max-width: none;
}

.search-container.mobile-container .countries-list[data-v-4f24b9da] {
  max-height: calc(50vh - 82px);
  overflow-y: auto;
}

@media screen and (orientation: landscape) {
  .search-container.mobile-container .countries-list[data-v-4f24b9da] {
    max-height: calc(70vh - 82px);
  }
}
@media (max-width: 575px) {
  .search-container[data-v-4f24b9da] {
    max-width: none;
  }

  .search-container .countries-list[data-v-4f24b9da] {
    max-height: calc(50vh - 82px);
    overflow-y: auto;
  }
}
@media only screen and (max-width: 768px) {
  .search-container[data-v-4f24b9da] {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .search-container.fixed-search[data-v-4f24b9da] {
    background-color: #fff;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 20px !important;
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 20;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1024px) {
  .search-container.fixed-search[data-v-4f24b9da] {
    background-color: #fff;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 26px 30px !important;
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 20;
  }
}
@media (max-width: 575px) {
  .search-container.fixed-search .countries-list[data-v-4f24b9da] {
    left: 20px;
    top: 82px;
    width: calc(100% - 40px) !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1024px) {
  .search-container.fixed-search .countries-list[data-v-4f24b9da] {
    left: 30px;
    top: 88px;
    width: calc(100% - 60px) !important;
  }
}
.clear-close[data-v-4f24b9da] {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .clear-close[data-v-4f24b9da] {
    right: 20px;
  }
}
[dir=rtl] .clear-close[data-v-4f24b9da] {
  left: 20px;
  right: auto;
}

@media only screen and (max-width: 768px) {
  [dir=rtl] .clear-close[data-v-4f24b9da] {
    left: 20px;
    right: auto;
  }
}
.country-flag[data-v-4f24b9da] {
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
  width: 37px;
}

.country-name[data-v-4f24b9da] {
  color: #4a4a4a;
  display: inline-block;
  font-size: 15px;
  font-weight: 450;
  letter-spacing: 0;
  line-height: 1;
}

.countries-list.no-countries li[data-v-4f24b9da] {
  padding: 20px 18px 18px 20px;
}

.countries-list.no-countries .country-name[data-v-4f24b9da] {
  color: #8a8a8a;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  width: 100%;
}

.countries-list[data-v-4f24b9da] {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 7px;
  overflow: hidden;
  top: 62px;
  width: 100%;
  z-index: 20;
}

.countries-list-loader[data-v-4f24b9da] {
  align-items: center;
  display: flex;
  height: 48px;
  justify-content: center;
}

.countries-list .countries-search-segment[data-v-4f24b9da]:first-child {
  margin-top: 18px;
}

.countries-list .countries-search-segment[data-v-4f24b9da] {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  margin: 9px 20px 9px 19px;
  max-width: 30%;
  text-align: left;
  width: -moz-max-content;
  width: max-content;
}

@media only screen and (max-width: 768px) {
  .countries-list .countries-search-segment[data-v-4f24b9da] {
    max-width: 50%;
  }
}
.countries-list .countries-search-segment.segment-global[data-v-4f24b9da] {
  background: linear-gradient(90deg, #07053f, #0988a3);
}

[dir=rtl] .countries-list .countries-search-segment.segment-global[data-v-4f24b9da] {
  background: linear-gradient(270deg, #07053f, #0988a3);
}

.countries-list .countries-search-segment.segment-global p[data-v-4f24b9da] {
  color: #fff;
}

.countries-list .countries-search-segment p[data-v-4f24b9da] {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
  margin: 0 auto;
  padding: 7px 20px 6px;
  text-align: center;
}

.countries-list li[data-v-4f24b9da] {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 11px 20px;
}

.countries-list li[data-v-4f24b9da]:hover {
  background-color: #eee;
}

.countries-list-recently[data-v-4f24b9da] {
  margin: 19px 20px 10px;
}

.countries-list-recently h5[data-v-4f24b9da] {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 0;
}

.countries-list-recently span[data-v-4f24b9da] {
  color: #4a4a4a;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 10px;
}

.country-item-card[data-v-b7f31fa0] {
  align-items: center;
  background-color: #fff;
  background-position: 0;
  border-radius: 7px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 14px 20px 13px;
  position: relative;
  transition: background 1s;
}

.country-item-img[data-v-b7f31fa0] {
  height: 28px;
  width: 37px;
}

.country-item-title[data-v-b7f31fa0] {
  color: #4a4a4a;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 0 15px;
  max-width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60%;
}

.country-item-title[data-v-b7f31fa0]:after {
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}

.sim-base-skeleton[data-v-2d0a6172] {
  border-radius: 7px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
  flex-direction: column;
  justify-content: space-between;
  margin: 20px 0 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.sim-base-skeleton-header[data-v-2d0a6172] {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 58px;
  padding: 19px 25px 25px;
}

.sim-base-skeleton-header-main[data-v-2d0a6172] {
  width: 50%;
}

.sim-base-skeleton-header-sub[data-v-2d0a6172] {
  width: 35%;
}

.sim-base-skeleton-image[data-v-2d0a6172] {
  border-radius: 12px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  height: 87px;
  position: absolute;
  right: 20px;
  top: -20px;
  width: 140px;
}

.sim-base-skeleton-image[data-v-2d0a6172] .pu-skeleton {
  border-radius: 12px;
  height: 88px;
}

.sim-base-skeleton-row[data-v-2d0a6172] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 10px 25px;
}

.sim-base-skeleton-row-col[data-v-2d0a6172] {
  width: 45%;
}

.sim-base-skeleton-bottom[data-v-2d0a6172] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 20px 25px;
}

.sim-base-skeleton-button[data-v-2d0a6172] {
  border-radius: 7px;
  height: 38px;
  width: 100%;
}

.referral-banner[data-v-095fc841] {
  background: linear-gradient(90deg, #ff5f6d, #ffc371);
}

[dir=rtl] .referral-banner[data-v-095fc841] {
  background: linear-gradient(270deg, #ff5f6d, #ffc371);
}

.referral-banner-content p.typo-p[data-v-095fc841] {
  max-width: calc(100% - 21px);
}

.data-type-tabs[data-v-1771120f] {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 576px) {
  .data-type-tabs[data-v-1771120f] {
    border: 1px solid #b8b8b8;
    box-shadow: none;
  }
}
.data-type-tabs-button[data-v-1771120f] {
  background: #fff;
  color: #4a4a4c;
  transition: color 0.3s ease-out;
}

@media screen and (min-width: 576px) {
  .data-type-tabs-button[data-v-1771120f] {
    color: #8a8a8a;
  }
}
.data-type-tabs-button[data-v-1771120f]:after {
  background: linear-gradient(270deg, #aa5481, #e2444f);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-out;
  z-index: 9;
}

.data-type-tabs-button.selected[data-v-1771120f] {
  color: #fff;
}

.data-type-tabs-button.selected[data-v-1771120f]:after {
  opacity: 1;
}

@media screen and (min-width: 576px) {
  .data-type-tabs-button + .data-type-tabs-button[data-v-1771120f] {
    border-left: 1px solid #b8b8b8;
  }

  [dir=rtl] .data-type-tabs-button + .data-type-tabs-button[data-v-1771120f] {
    border-left: none;
    border-right: 1px solid #b8b8b8;
  }
}
.sub-content[data-v-1e23a62c] {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}

.how-it-works__image[data-v-1e23a62c] {
  border-radius: 100%;
  display: table;
  margin: auto;
  overflow: hidden;
}

.home-sections[data-v-1e23a62c] {
  background: #fff;
  padding-bottom: 2rem;
}

.home-sections .wrapper[data-v-1e23a62c] {
  margin: auto;
  max-width: 1120px;
}

@media (max-width: 768px) {
  .home-sections[data-v-1e23a62c] {
    margin-bottom: -1.25rem;
  }
}
.home-section[data-v-1e23a62c] {
  background: #fff;
  padding: 2rem;
}

.faq-link[data-v-1e23a62c] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #007bff;
  font-weight: 700;
  line-height: 22px;
  outline: none;
  padding: 12px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background 0.4s;
}

.faq-link[data-v-1e23a62c]:hover {
  background-color: #fafafa;
}

.regional-ssr-h0[data-v-1e23a62c] {
  height: 0;
  overflow: hidden;
}

/*# sourceMappingURL=esim.css.map */
