/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/components/aubank/common/popupModule/css/additionalinfo.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* _popupmodule.scss */
.cmp-popupmodule {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmp-popupmodule.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmp-popupmodule__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.cmp-popupmodule__content {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 8px;
  width: 90%;
  max-width: 800px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
}
.cmp-popupmodule__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #e0e0e0;
}
.cmp-popupmodule__title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fdb813), to(#fdb813));
  background: linear-gradient(to right, #fdb813, #fdb813);
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding-bottom: 2px;
  background-size: 45% 4px;
}
.cmp-popupmodule__close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  font-size: 24px;
  line-height: 1;
  color: #888;
}
.cmp-popupmodule__close-btn img {
  width: 16px;
  height: 16px;
  display: block;
}
.cmp-popupmodule__body {
  padding: 24px;
  overflow-y: auto;
}
.cmp-popupmodule {
  /* Tab Styles */
}
.cmp-popupmodule__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  border-bottom: 2px solid #eee;
  margin-bottom: 24px;
  -webkit-overflow-scrolling: touch;
}
.cmp-popupmodule__tabs::-webkit-scrollbar {
  display: none;
}
.cmp-popupmodule__tabs {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.cmp-popupmodule__tab {
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 12px 16px;
  cursor: pointer;
  font-size: 16px;
  color: #555;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -2px;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}
.cmp-popupmodule__tab:hover {
  color: #000;
}
.cmp-popupmodule__tab.is-active {
  color: #000;
  font-weight: 600;
  border-color: #8a2be2;
}
.cmp-popupmodule__tab-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  background-color: #f0f0f0;
  border-radius: 12px;
  padding: 0 8px;
  height: 20px;
  min-width: 20px;
  margin-left: 8px;
}
.cmp-popupmodule {
  /* Pane Styles */
}
.cmp-popupmodule__pane {
  display: none;
}
.cmp-popupmodule__pane.is-active {
  display: block;
}
.cmp-popupmodule__info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cmp-popupmodule__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
}
.cmp-popupmodule__info-item:last-child {
  border-bottom: none;
}
.cmp-popupmodule__info-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.cmp-popupmodule__info-text {
  margin: 0;
}
.cmp-popupmodule__info-label {
  font-size: 16px;
  color: #333;
}
.cmp-popupmodule__info-sublabel {
  display: block;
  font-size: 14px;
  color: #777;
  margin-top: 4px;
}
.cmp-popupmodule {
  /* Image Variation Style */
}
.cmp-popupmodule__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/components/aubank/common/popupModule/css/popupModule.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* apps/yourproject/clientlibs/clientlib-site/components/_banner.scss */
@-webkit-keyframes buttonSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes buttonSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mb-container {
  margin-bottom: 60px !important;
}

.mb-desktop-only {
  margin-bottom: 60px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .mb-container {
    margin-bottom: 12px !important;
  }
  .mb-desktop-only {
    margin-bottom: 0 !important;
  }
  .pt-12 .cmp-container {
    padding-top: 20px !important;
  }
  .mb-20 {
    margin-bottom: 12px !important;
  }
}
.flex-display .cmp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .flex-display .cmp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}

@media (max-width: 575px) {
  .need-assistance-padding {
    padding: 0 !important;
  }
}

.display-mobile {
  display: none;
}
@media (max-width: 767px) {
  .display-mobile {
    display: block;
  }
}

.display-desktop {
  display: block;
}
@media (max-width: 767px) {
  .display-desktop {
    display: none;
  }
}

.teaser-title-center .cmp-teaser__content {
  text-align: center;
  padding: 20px 0 28px 0;
}
.teaser-title-center .cmp-teaser__content h2 {
  color: #12121c;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.teaser-title-center .cmp-teaser__content .cmp-teaser__description {
  margin: 0 auto;
  max-width: 610px;
  width: 100%;
}
.teaser-title-center .cmp-teaser__content .cmp-teaser__description p {
  color: #6b6b80;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .teaser-title-center .cmp-teaser__content {
    text-align: left;
  }
  .teaser-title-center .cmp-teaser__content h2 {
    color: var(--Typography-Heading, #12121c);
    /* Type/SH1 */
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-align: left;
    /* 30px */
  }
  .teaser-title-center .cmp-teaser__content .cmp-teaser__description {
    text-align: left;
  }
  .teaser-title-center .cmp-teaser__content .cmp-teaser__description p {
    color: var(--typography-body-supporting, #6b6b80);
    /* Type/B2 */
    font-size: 14px;
    font-style: normal;
    text-align: left;
    /* 18.2px */
  }
}

@media (max-width: 767px) {
  .mob-border {
    border-bottom: 8px solid #f2f2f2;
  }
}

@media (max-width: 767px) {
  .mob-background {
    background-color: #f2f2f2;
  }
}

@media (max-width: 767px) {
  .padding-20 {
    padding-bottom: 20px !important;
  }
}

.three-cards-container .cmp-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  max-width: 1240px;
  width: 100%;
}
@media (max-width: 767px) {
  .three-cards-container .cmp-container {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 12px;
    place-items: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  margin: 30px;
  color: #222;
} */

.popup-module__open__btn .open-btn {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.popup-module__open__btn .open-btn:hover {
  background: #f6f6f6;
}

.popup-module {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-module.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-module .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popup-module .overlay .modal {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 28px 36px;
  max-width: 1030px;
  width: 100%;
  height: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-module .overlay .modal .popup-module__close__btn .modal__close {
  position: absolute;
  right: 14px;
  top: 14px;
  background: #fff;
  border: 1px solid #e6e6e9;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.popup-module .overlay .modal .popup-module__close__btn .modal__close:hover {
  background: #f2f2f2;
}
.popup-module .overlay .modal .modal__header {
  margin-bottom: 6px;
}
.popup-module .overlay .modal .modal__header .modal__title {
  font-size: 22px;
  margin: 0 0 18px;
  font-weight: 600;
}
.popup-module .overlay .modal .modal__tabs {
  margin-bottom: 18px;
}
.popup-module .overlay .modal .modal__tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.popup-module .overlay .modal .modal__tabs ul li .tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #d9d6db;
  background: #f4f4f6;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.popup-module .overlay .modal .modal__tabs ul li .tab:hover {
  background: #efefef;
}
.popup-module .overlay .modal .modal__tabs ul li .tab .count {
  background: #efeef2;
  padding: 2px 6px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 12px;
}
.popup-module .overlay .modal .modal__tabs ul li .tab.active {
  border-color: #5b2f6b;
  color: #5b2f6b;
  -webkit-box-shadow: 0 0 0 3px rgba(91, 47, 107, 0.06);
          box-shadow: 0 0 0 3px rgba(91, 47, 107, 0.06);
  background: #fff;
}
.popup-module .overlay .modal .modal__body {
  padding-top: 6px;
}
.popup-module .overlay .modal .modal__body .features {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
}
.popup-module .overlay .modal .modal__body .features .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 8px;
  border-radius: 4px;
  color: #222;
  font-size: 15px;
}
.popup-module .overlay .modal .modal__body .features .feature .check {
  width: 20px;
  height: 20px;
  color: #5b2f6b;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}
.popup-module .overlay .modal .modal__body .features .feature .feature--input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup-module .overlay .modal .modal__body .features .feature .feature--input label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 500;
}
.popup-module .overlay .modal .modal__body .features .feature .feature--input input {
  border: 2px solid #09b353;
  padding: 8px 10px;
  border-radius: 3px;
  width: 60%;
  background: #fff;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
@media (max-width: 680px) {
  .popup-module .overlay {
    padding: 12px;
  }
  .popup-module .overlay .modal {
    padding: 18px;
  }
  .popup-module .overlay .modal .modal__header .modal__title {
    font-size: 18px;
  }
  .popup-module .overlay .modal .modal__tabs {
    /* 1. This is the <nav> element */
    overflow-x: auto;
    /* <-- Makes the container scrollable horizontally */
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    margin: unset;
    /* 2. Hide the scrollbar for a cleaner look */
  }
  .popup-module .overlay .modal .modal__tabs::-webkit-scrollbar {
    display: none;
  }
  .popup-module .overlay .modal .modal__tabs {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .popup-module .overlay .modal .modal__tabs ul {
    gap: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    /* <-- Core requirement: ensures a single line */
    gap: 12px;
    /* Space between pills (li elements) */
    list-style: none;
    /* Remove bullets */
    padding: 0;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /* Ensures UL is wide enough to scroll */
  }
  .popup-module .overlay .modal .modal__tabs ul .tab {
    font-size: 12px;
    padding: 6px 8px;
  }
  .popup-module .overlay .modal .modal__body .features .feature {
    font-size: 14px;
  }
  .popup-module .overlay .modal .modal__body .features .feature .feature--input input {
    width: 55%;
  }
}
