#google_translate_element {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.goog-te-banner-frame,
.goog-te-gadget-icon,
.skiptranslate iframe {
  display: none !important;
}

body {
  top: 0 !important;
}

.top-header-area .right-side li .flag .language-translator {
  cursor: pointer;
}

.translator-floating {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 20;
  width: 150px;
}

.translator-floating .form-select {
  height: 42px;
  border: 1px solid rgba(0, 61, 82, .12);
  border-radius: 999px;
  background-color: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 61, 82, .12);
  color: #062F3F;
  font-size: 14px;
}

.translator-redirect {
  min-height: 100vh;
  display: grid;
  place-content: center;
  gap: 14px;
  padding: 30px;
  text-align: center;
  color: #062F3F;
  background: #F2FBFF;
}

.translator-redirect a {
  color: #0089BD;
  font-weight: 700;
}

.cards-page .card-products-intro,
.improved-account-page .account-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 45px;
}

.cards-page .card-products-intro h2,
.improved-account-page .account-intro h2 {
  font-size: 42px;
  line-height: 1.1;
  margin: 18px 0 15px;
  color: #062F3F;
}

.cards-page .card-products-intro p,
.improved-account-page .account-intro p {
  font-size: 17px;
  margin-bottom: 0;
}

.banking-product-card {
  height: 100%;
  padding: 14px;
  background: #ffffff;
  border: 1px solid rgba(0, 61, 82, .08);
  border-radius: 22px;
  box-shadow: 0 16px 45px rgba(0, 61, 82, .08);
  transition: all ease .5s;
}

.banking-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0, 61, 82, .12);
}

.banking-product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.banking-product-card .products-card-body {
  padding: 25px 6px 6px;
}

.banking-product-card .products-card-body h3 {
  line-height: 1.25;
  margin-bottom: 12px;
}

.banking-product-card .products-card-body p {
  margin-bottom: 18px;
}

.banking-product-card .card-badge {
  display: inline-block;
  margin-bottom: 13px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #D6F7FF;
  color: #005166;
  font-size: 13px;
  font-weight: 700;
}

.card-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.card-feature-list li {
  font-size: 14px;
  color: #07384A;
  margin-bottom: 8px;
}

.card-feature-list li i {
  color: #00AEEF;
  margin-right: 7px;
}

.sidebar .product .top-product span {
  font-size: 14px;
  line-height: 1.4;
  color: #07384A;
}

.improved-account-page .account-assist-card {
  height: 100%;
  padding: 42px;
  color: #ffffff;
}

.improved-account-page .account-assist-card span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.improved-account-page .account-assist-card h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.improved-account-page .account-assist-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.improved-account-page .account-assist-card li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 42px;
  color: rgba(255, 255, 255, .86);
}

.improved-account-page .account-assist-card li i {
  position: absolute;
  left: 0;
  top: -4px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #00AEEF;
  color: #ffffff;
}

.account-form-shell {
  height: 100%;
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 61, 82, .08);
  box-shadow: 0 16px 45px rgba(0, 61, 82, .08);
}

.account-tabs {
  border: 0;
  margin-bottom: 18px;
  background: #EAF9FD;
  border-radius: 16px;
  padding: 6px;
}

.account-tabs .nav-item {
  width: 50%;
}

.account-tabs .nav-link {
  width: 100%;
  border: 0;
  border-radius: 12px;
  color: #07384A;
  font-weight: 700;
  padding: 13px 18px;
}

.account-tabs .nav-link.active {
  background: #00AEEF;
  color: #ffffff;
}

.account-form-card {
  padding: 30px !important;
}

.account-form-card h3 {
  font-size: 28px;
  margin-bottom: 8px;
}

.account-form-card p {
  margin-bottom: 22px;
}

.account-form-card label {
  display: block;
  margin-bottom: 8px;
  color: #062F3F;
  font-weight: 700;
  font-size: 14px;
}

.account-form-card .form-control {
  margin-bottom: 16px;
}

.account-form-card select.form-control {
  appearance: auto;
}

.account-password-error {
  display: block;
  margin-top: -6px;
  margin-bottom: 12px;
  color: #062F3F;
  font-size: 13px;
}

.account-form-card .default-btn {
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .cards-page .card-products-intro h2,
  .improved-account-page .account-intro h2 {
    font-size: 26px;
  }

  .banking-product-card img {
    height: 190px;
  }

  .improved-account-page .account-assist-card {
    padding: 28px 22px;
  }

  .improved-account-page .account-assist-card h3 {
    font-size: 24px;
  }

  .account-form-shell {
    padding: 12px;
  }

  .account-form-card {
    padding: 24px 18px !important;
  }

  .account-tabs .nav-link {
    padding: 11px 8px;
    font-size: 14px;
  }
}

/* Global Tesco International Preloader Styles */
.preloader-area {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at center, rgba(0, 174, 239, 0.11), transparent 34%),
    #ffffff;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.preloader-area .loader {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: min(280px, calc(100vw - 48px));
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.preloader-area .loader-logo {
  position: relative;
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(0, 61, 82, 0.12);
}

.preloader-area .loader-logo::before,
.preloader-area .loader-logo::after {
  position: absolute;
  content: "";
  inset: -8px;
  border-radius: inherit;
  border: 2px solid transparent;
  border-top-color: #00aeef;
  border-right-color: rgba(0, 174, 239, 0.35);
  animation: preloader-spin 1.25s linear infinite;
}

.preloader-area .loader-logo::after {
  inset: 7px;
  border-top-color: rgba(0, 61, 82, 0.55);
  border-right-color: transparent;
  animation-duration: 1.9s;
  animation-direction: reverse;
}

.preloader-area .loader-logo img {
  max-width: 62px;
  max-height: 62px;
  margin-bottom: 0;
  animation: preloader-mark 1.8s ease-in-out infinite;
}

.preloader-area .wavy {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #062f3f;
  line-height: 1.2;
}

.preloader-area .wavy span {
  display: none !important;
}

.preloader-area .wavy::before {
  content: "Tesco International";
  display: block;
  font-size: 18px;
  font-weight: 800;
}

.preloader-area .wavy::after {
  content: "Loading secure banking";
  display: block;
  margin-top: 8px;
  color: #07384a;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.75;
  animation: preloader-status 1.35s ease-in-out infinite;
}

@keyframes preloader-spin {
  to { transform: rotate(360deg); }
}

@keyframes preloader-mark {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.94); opacity: 0.84; }
}

@keyframes preloader-status {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.9; }
}
