@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  --errorInputColor: #ba0300;
  --errorInputBorderColor: #67ade5;
  --closeIconBackgroud: #f3f2f2;
  --closeIconColor: #706e6b;
  --closeIconHover: #3273e5;

  --primary-bg-color: #f2f2f2;
  --secondary-bg-color: black;
  --third-bg-color: #d02734;
  --primary-text-color: black;
  --secondary-text-color: white;

  --disabled-btn: #cccccc;


  --primary-width: 80%;
}

*,
h1,
h2,
h3,
h4 {
  font-family: "Inter", sans-serif;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  height: 9px;
}

body {
  background-color: var(--secondary-text-color);
}

*::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

:root ::placeholder {
  opacity: 0.5;
}

:root .slds-has-error-reset .slds-form-element__help {
  display: none;
}

:root input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

:root .table-wrapper-expand .slds-table_bordered {
  border-top: none;
}

:root .slds-date-picker-has-error-reset .slds-form-element__help {
  display: none;
}

:root .slds-has-error .slds-input {
  border-color: transparent;
}

/* 2021/12/13 Fabbi update for CR No.14 start */
:root .header-section .slds-form-element__help {
  margin-bottom: -3em;
  display: none;
}

/* 2021/12/13 Fabbi update for CR No.14 end */

:root .slds-has-error lightning-base-combobox input:active,
:root .slds-has-error lightning-base-combobox input:focus {
  box-shadow: var(--errorInputColor) 0 0 1px 1px inset, 0px 0px 2.2px 0.5px var(--errorInputBorderColor);
}

:root .slds-input__icon-group_right {
  top: 60%;
}

:root .slds-date-picker-has-error-reset .slds-has-error .slds-input {
  border-color: #dddbda;
  box-shadow: unset;
}

:root .slds-card__header {
  display: none !important;
}

:root .slds-card__body {
  margin: 0;
}

:root .slds-grid_align-spread {
  align-items: center;
}

:root .supplement-input-field .slds-combobox {
  flex-direction: column-reverse;
}

:root .supplement-input-field .slds-dropdown {
  top: unset;
  transform: translateY(-2em);
}

:root .toroku-screen .sim-size-panel .slds-dropdown {
  top: 0;
  margin-top: -5.2rem;
}

:root .deposit-combobox .slds-dropdown {
  top: unset;
  transform: translateY(-12rem);
}

:root .visa-input-field .slds-dropdown {
  height: 10rem;
}

/* :root .slds-input {
  max-height: 26px;
  min-height: 26px;
} */

:root .conditions .slds-input {
  max-height: 32px;
  min-height: 32px;
}

:root .inquire-input .slds-input {
  max-height: 45px;
  min-height: 45px;
}

:root .inquire-input .slds-form-element__help {
  margin-top: 15px;
}

:root .inquire-input .slds-button {
  min-height: 45px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  background: #E62449;
  box-shadow: 8px 8px 16px rgba(230, 36, 73, 0.32);
  border: none;
}

:root .slds-input-has-icon .slds-input__icon {
  margin-top: -0.6rem;
}

:root .my-radio-group .slds-form-element__control {
  display: flex;
  column-gap: 1em;
}

:root .temp-radio-group .slds-form-element__control {
  display: grid;
  grid-template-columns: 35.4% 36.4% 30%;
}

:root .resident-checkbox-group .slds-form-element__control {
  display: flex;
  padding-bottom: 5px;
}

:root .resident-checkbox-group .slds-form-element__control .slds-radio:nth-child(2) {
  margin-left: 3em;
}

:root .resident-checkbox-group-new .slds-form-element__control {
  display: grid;
  grid-template-columns: 35.4% 14%;
  padding-bottom: 8px;
}

:root .application-plan lightning-combobox label {
  display: none;
}

:root .attach-radio .slds-form-element__control {
  display: flex;
}

:root .attach-radio .sim-group .slds-form-element__control {
  display: block;
}

:root .attach-radio .slds-form-element__control .slds-radio {
  padding-right: 4em;
}

:root .section-wrapper .field-detail .name-input .slds-input {
  text-transform: uppercase;
}

:root .section-wrapper .upper-case .slds-input {
  text-transform: uppercase;
}

:root .remark-panel lightning-textarea label {
  display: none;
}

:root .select-record-panel lightning-combobox {
  width: 5em;
  margin: 0 5px 0 5px;
}

.deposit-status .slds-form-element__control {
  display: flex;
}

:root .deposit-status .slds-form-element__label {
  font-weight: normal;
}

:root .slds-card__header-title {
  display: none;
}

:root .data-table-kekka lightning-datatable {
  padding: 0 0 0 2em;
  overflow-x: auto;
  max-width: calc(75vh + 1em);
}

:root .data-table-kekka .slds-button_neutral {
  border-color: grey;
}

:root .toastMessage {
  white-space: pre-line;
}

.kekka-screen .deposit-panel .slds-button_neutral {
  border-color: gray;
}

:root .data-table-kekka td:nth-child(1) {
  display: none;
}

:root .data-table-kekka th:nth-child(1) {
  display: none;
}

:root .kekka-screen .history-shinya-table .epos-field .slds-form-element__label {
  display: none;
}

:root .kekka-screen .history-shinya-table .epos-field .slds-checkbox_faux {
  margin: 0;
  padding: 0;
}

:root .data-table-kekka tr th {
  text-align: center;
}

:root .data-table-kekka .slds-truncate {
  font-size: 13px;
  display: flex;
  width: 21em;
  justify-content: center;
  align-items: center;
}

:root .data-table-kekka tr th:last-of-type .slds-resizable__divider {
  display: none;
}

:root .data-table-kekka [data-key="routing_offline"] {
  fill: green;
}

:root .data-table-kekka .slds-button {
  padding-left: 5px;
  padding-right: 5px;
  height: 24px;
  font-size: 13px;
}

:root .data-table-kekka .slds-is-absolute {
  margin-top: 0.5em;
  position: sticky;
}

:root .data-table-kekka .slds-table_header-fixed_container {
  height: fit-content !important;
  padding-bottom: 0 !important;
}

:root .data-table-kekka .slds-grid_align-spread .slds-truncate {
  width: 100%;
}

:root .data-table-kekka .slds-grid_align-spread .slds-truncate lightning-base-formatted-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

:root .point-section .section-wrapper .field-detail [data-key="check"] {
  fill: green;
}

:root .examination-boundary .field-detail [data-key="check"] {
  fill: green;
}

:root .outcome-deposit .field-detail [data-key="check"] {
  fill: green;
}

:root .phone-test .edit-icon button {
  margin-top: -5px;
}

:root .checkbox-group .slds-form-element__control {
  width: 34em;
  display: flex;
  padding-bottom: 1em;
}

:root .checkbox-group .slds-form-element__label {
  font-weight: normal;
}

:root .do-mail-button .slds-button {
  width: 7.7em;
  height: 1.9em;
}

:root .slds-checkbox .slds-checkbox__label .slds-form-element__label {
  font-size: 12px;
}

:root .slds-button_neutral {
  border-color: white;
}

:root .examination-re-shinya .slds-button_neutral {
  border-color: grey;
}

:root .kekka-screen .payment-date-datepicker .slds-form-element__help {
  font-size: 10px;
  margin-bottom: -1.8em;
}

:root .toroku-screen .address-panel .slds-form-element__help {
  width: 140%;
}

:root .test-id__section-header-title {
  padding: 0 0 0 0.8em;
  margin: 0;
}

.swal-overlay--show-modal .swal-modal {
  width: fit-content !important;
}

.swal-overlay--show-modal {
  pointer-events: none !important;
}

.swal-icon--success {
  transform: scale(0.8);
  margin-top: 6px;
}

.swal-footer {
  text-align: center !important;
  padding-top: 0;
}

.swal-title {
  font-size: 16px !important;
  margin-top: -10px;
  padding-top: 0 !important;
}

.update-panel {
  position: absolute;
  right: 8em;
}

.slds-modal__footer {
  border-top: none;
  display: flex;
  justify-content: center;
  gap: 1em;
}

.slds-modal__header {
  border-bottom: none;
  background-color: rgb(243, 242, 242);
  font-size: 15px;
}

.common-modal .slds-modal__content {
  max-height: 20em;
  overflow-y: auto;
}

.hightlight-field input {
  border-color: #1b96ff;
  box-shadow: 0 0 3px 2px #9ecbee;
}

.common-modal {
  max-width: 32rem;
  width: fit-content;
}

.main-container {
  display: flex;
  justify-content: center;
}

.main-boundary {
  width: 100%;
}

.kekka-screen .main-boundary .section-header-title {
  margin-left: 1em;
  margin-right: 1em;
}

.section-group-two {
  display: grid;
  grid-template-columns: 50% 50%;
}

.section-header-title {
  font-size: 16px;
  background: #f3f2f2;
  padding: 0.4em 0 0.4em 0.8em;
  margin: 20px 0em 16px 0em;
  margin-left: 10px;
  border-radius: 5px;
  margin-right: 10px;
}

.screen-title {
  text-align: center;
  padding-bottom: 1em;
  font-weight: bold;
  font-size: 18px;
}

.screen-title-flex {
  padding: 5px 5px 5px 10px;
  font-size: 18px;
  background: #f3f2f2;
  display: flex;
  margin-right: -1.6em;
}

.function-panel {
  display: grid;
  grid-template-columns: 50% 50%;
  row-gap: 5px;
}

.section-wrapper .field-title .require {
  color: red;
}

.section-wrapper .require-message {
  font-size: 12px;
  color: #EA001E;
}

.section-wrapper .field-detail {
  padding-left: 20px;
  padding-right: 20px;
}

.button-panel {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 1em;
  margin: 1.2em 0 0 0;
  background: rgba(236, 235, 234, 0.9);
  padding: 0.8em 0;
  box-shadow: 0px -2px 7px 2px rgb(0 0 0 / 16%);
  justify-content: center;
  min-height: 3.4rem;
}

.small-popup {
  max-width: 20rem;
}

.small-popup .slds-modal__footer div:first-child {
  display: flex;
}

.small-popup .slds-modal__footer div:first-child .first-button {
  margin: 0 2em 0 4em;
}

.button-panel div {
  padding: 1em;
}

.data-table {
  padding-top: 2em;
}

.table-header-div {
  background: #74ace6;
}

.table-header-col {
  width: 8em;
  font-size: 14px;
  padding: 1em;
  text-align: center;
  border: solid 1px #796f6f !important;
}

.table-content-col {
  padding: 1em;
  border: solid 1px #796f6f !important;
  text-align: center;
}

.table-content-col button {
  border-radius: 4px;
  background: #f7bc3c;
  color: white;
  border: solid 1px #ffc400;
  border-bottom: solid 1px #ffc400 !important;
}

.success-toast {
  padding: 0.5em 0.5em 0.5em 2em;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
  border: solid 1px;
  border-color: #85f1a5;
  background-color: #d8f2de;
}

.country-dropdown-list {
  max-width: 100%;
  min-width: 100%;
  max-height: 7rem;
  padding: 0;
  overflow-y: hidden;
}

/* 2021/12/10 Fabbi add for CR No.08 start */
.close-icon {
  position: sticky;
  bottom: 0;
  text-align: center;
  background: var(--closeIconBackgroud);
  color: black;
  display: flex;
  justify-content: center;
  padding: 2px;
}

.close-icon .wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}

.close-icon [data-key="clear"] {
  fill: var(--errorInputColor);
}

.close-icon .wrapper:hover {
  cursor: pointer;
}

.country-dropdown-list ul {
  overflow-y: auto;
  max-height: 7em;
}

/* 2021/12/10 Fabbi add for CR No.08 end */

.down-icon {
  position: absolute;
  right: 0;
  margin-top: 1.8em;
  transform: scale(0.45);
  z-index: 1;
  pointer-events: none;
}

.lang-input lightning-input {
  margin-top: -1.2rem;
}

.slds-is-open-error .require-message {
  display: none;
}

.country-input-error {
  border-color: #EA001E;
}

.gtn-primary-btn,
.gtn-primary-btn:hover,
.gtn-primary-btn:focus {
  text-decoration: none;
  color: white;
  background: var(--third-bg-color);
  padding: 15px 30px;
  line-height: 60px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
}

.gtn-primary-btn.register.sim {
  background-color: black;
}

.gtn-list {
  counter-reset: counter;
}

.gtn-list .gtn-list-item {
  padding: 30px 40px;
  background-color: #f2f2f2;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 250px;
}

.gtn-list .gtn-list-item .counter {
  counter-increment: counter;
  border: 1px solid #545454;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
}

.gtn-list .gtn-list-item .counter::before {
  content: counter(counter);
}

.gtn-list .gtn-list-item h4 {
  font-size: 25px;
  font-weight: 600;
}

.gtn-list .gtn-list-item p {
  font-size: 15px;
  font-weight: 400;
  color: #545454;
}

.gtn-superbag {
  display: flex;
  gap: 10px;
  background: #f2f2f2;
  padding: 10px 20px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.gtn-superbag .wifi-care {
  gap: 10px;
}

/* .gtn-superbag svg {
  fill: black;
} */

.gtn-superbag span {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1px;
  color: rgba(12, 13, 17, 0.6);
}

@media only screen and (max-width: 1150px) {
  .gtn-superbag span {
    font-size: 14px;
    line-height: 21px;
  }
}

.gtn-superbag.gtn-superbag--active {
  background-color: #E62449;
}

.gtn-superbag.gtn-superbag--active svg path {
  stroke: white;
  stroke-opacity: 1;
}

.gtn-superbag.gtn-superbag--active span {
  color: white;
}

/* submit button */
.gtn-submit {
  margin-top: 36px;
  text-align: center;
}

.gtn-submit button {
  color: var(--secondary-text-color);
  background-color: var(--third-bg-color);
  padding: 10px 40px;
  font-size: 16px;
  border-radius: 12px;
  outline: none;
  border: none;
  transition: all 0.2s ease;
}

.gtn-submit button:disabled {
  background-color: var(--disabled-btn);
}

.gtn-submit button:not(:disabled):hover {
  background-color: #ba0517;
}

/* end submit button */

/* Home promotion */
.custom-lightning-carousel .slds-carousel__panel-action {
  border: none;
}

.custom-lightning-carousel .slds-carousel__image {
  border-radius: 5px;
}

.custom-lightning-carousel .slds-carousel__content {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 50px;
  background: transparent;
  color: #FFFFFF;
}

.custom-lightning-carousel .slds-carousel__indicators {
  position: absolute;
  bottom: 10px;
}

.custom-lightning-carousel .slds-carousel__indicator-action {
  width: 10px;
  height: 10px;
}

.custom-lightning-carousel .slds-carousel__indicator-action.slds-is-active {
  background: #D02734;
  border-color: #E6E6E6;
}

:root .slds-input_faux {
  border: none;
  /* border: 1px solid #cecfcf; */
  background: inherit;
}

:root .function-line .slds-input_faux {
  /* border: none; */
  border: 1px solid #cecfcf;
  background: inherit;
}

:root .limit-record .slds-input_faux {
  /* border: none; */
  border: 1px solid #cecfcf;
  background: inherit;
}

:root .slds-combobox_container .slds-input_faux {
  /* border: none; */
  border: 1px solid #cecfcf;
  background: inherit;
}

:root .condition-container .slds-input_faux {
  /* border: none; */
  border: 1px solid #cecfcf;
  background: inherit;
}

:root .combobox-section .slds-input_faux {
  border: 1px solid #cecfcf;
}

:root .slds-combobox__form-element .slds-input__icon-group_right {
  top: 50% !important;
}

:root .plan-table .slds-radio__label .slds-radio_faux:after {
  background-color: #E62449 !important;
}

.slds-checkbox_toggle [type=checkbox]:checked:focus+.slds-checkbox_faux_container .slds-checkbox_faux,
.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux {
  --slds-c-checkbox-toggle-color-background: #E62449 !important;
}

section[aria-label='Login Screen'] .slds-modal__content {
  overflow-y: auto !important;
}

section[aria-label='Login Screen'] .slds-modal__close,
section[aria-label='Postal Code Search Result'] .slds-modal__close,
section[aria-label='Email Referrer Screen'] .slds-modal__close,
section[aria-label='Edit Service Modal'] .slds-modal__close,
section[aria-label='Apply Top Up Modal'] .slds-modal__close {
  display: none !important;
}

:root .form-input .input-item .slds-input {
  max-width: none;
  max-height: none;
  background-color: #F5F5F5;
}

:root .form-input .input-item .slds-combobox__input {
  background-color: #F5F5F5;
  border: 1px solid rgba(12, 13, 17, 0.1);
}

:root .form-input .input-item .slds-select {
  background-color: #F5F5F5;
  border: 1px solid rgba(12, 13, 17, 0.1);
}

:root .form-input .input-item input[type="date"] {
  border: 1px solid rgba(12, 13, 17, 0.1);
  border-radius: 4px;
  background-color: #F5F5F5;
  color: #333;
  padding: 0px;
  height: 2rem;
  /* width: 15rem; */
}



/* :root .form-input .input-item input[type="date"]::after {
  content: "\f073";
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 20px;
} */

:root c-gtn_-data-requirement_en .inputdate .slds-input,
:root c-gtn_-data-requirement_ja .inputdate .slds-input,
:root c-gtn_-data-requirement_zh .inputdate .slds-input {
  min-width: 100% !important;
  -webkit-appearance: none !important;
}

:root c-gtn_-apply-confirm_en .inputdate .slds-input,
:root c-gtn_-apply-confirm_ja .inputdate .slds-input,
:root c-gtn_-apply-confirm_zh .inputdate .slds-input {
  min-width: 100% !important;
  -webkit-appearance: none !important;
}

c-gtn_-home-internet-search .paging span:hover svg {
  fill: white;
}

c-gtn_-home-internet-search lightning-base-combobox button {
  border: var(--lwc-borderWidthThin, 1px) solid var(--slds-c-input-color-border, var(--sds-c-input-color-border, var(--slds-g-color-border-base-4, var(--lwc-colorBorderInput, rgb(201, 201, 201))))) !important;
}

c-gtn_-home-internet-search lightning-base-combobox button:focus {
  border-color: rgb(27, 150, 255) !important;
}

c-gtn_-home-internet-search .slds-input {
  min-height: unset !important;
  max-height: unset !important;
}

:root .form-submit-action .slds-button_destructive {
  padding: 8px 12px;
}

c-gtn_-shop-and-terms .slds-form-element__control {
  min-height: 0px;
}

:root .input-field .slds-input {
  background: #e4e4e4;
  max-height: 35px;
  min-height: 35px;
  width: 100%;
}

:root .input-field input {
  background: #e4e4e4;
  max-height: 35px;
  min-height: 35px;
  width: 100%;
}

:root .slds-form-element__control {
  /* max-height: 35px; */
  min-height: 35px;
  width: 100%;
}

:root .input-field .slds-input_faux {
  max-height: 35px;
  min-height: 35px;
  background: #e4e4e4;
  border: 1px solid #cecfcf;
}

lightning-modal-base {
  z-index: 100000 !important;
}

:root .delivery-combobox .slds-input_faux {
  border: 1px solid rgba(12, 13, 17, 0.1) !important;
  background: #ffffff;
}

:root c-gtn-_-home-internet-apply-entry-step-2 .slds-input_faux,
:root c-gtn-_-home-internet-apply-entry-step-2_en .slds-input_faux,
:root c-gtn-_-home-internet-apply-entry-step-2_ja .slds-input_faux,
:root c-gtn-_-home-internet-apply-entry-step-2_vi .slds-input_faux,
:root c-gtn-_-home-internet-apply-entry-step-2_zh .slds-input_faux,
:root c-gtn-_-home-internet-apply-entry-step-2_ko .slds-input_faux,
:root c-gtn-_-home-internet-apply-entry-step-2_hi .slds-input_faux {
  border: 1px solid rgba(12, 13, 17, 0.1) !important;
  background: #f5f5f5;
}

:root c-gtn-_-home-internet-apply-entry-step-2 .slds-input,
:root c-gtn-_-home-internet-apply-entry-step-2_en .slds-input,
:root c-gtn-_-home-internet-apply-entry-step-2_ja .slds-input,
:root c-gtn-_-home-internet-apply-entry-step-2_vi .slds-input,
:root c-gtn-_-home-internet-apply-entry-step-2_zh .slds-input,
:root c-gtn-_-home-internet-apply-entry-step-2_ko .slds-input,
:root c-gtn-_-home-internet-apply-entry-step-2_hi .slds-input {
  max-height: 50px !important;
  border: 1px solid rgba(12, 13, 17, 0.1) !important;
  background: #f5f5f5;
}

:root c-gtn-_-home-internet-apply-entry-step-2 textarea,
:root c-gtn-_-home-internet-apply-entry-step-2_en textarea,
:root c-gtn-_-home-internet-apply-entry-step-2_ja textarea,
:root c-gtn-_-home-internet-apply-entry-step-2_vi textarea,
:root c-gtn-_-home-internet-apply-entry-step-2_zh textarea,
:root c-gtn-_-home-internet-apply-entry-step-2_ko textarea,
:root c-gtn-_-home-internet-apply-entry-step-2_hi textarea {
  border: 1px solid rgba(12, 13, 17, 0.1) !important;
}

:root c-gtn-_-home-internet-apply-entry-step-2 .slds-form-element__control,
:root c-gtn-_-home-internet-apply-entry-step-2_en .slds-form-element__control,
:root c-gtn-_-home-internet-apply-entry-step-2_ja .slds-form-element__control,
:root c-gtn-_-home-internet-apply-entry-step-2_vi .slds-form-element__control,
:root c-gtn-_-home-internet-apply-entry-step-2_zh .slds-form-element__control,
:root c-gtn-_-home-internet-apply-entry-step-2_ko .slds-form-element__control,
:root c-gtn-_-home-internet-apply-entry-step-2_hi .slds-form-element__control,
:root c-gtn-_-home-internet-apply-confirm_en .slds-form-element__control,
:root c-gtn-_-home-internet-apply-confirm_ja .slds-form-element__control,
:root c-gtn-_-home-internet-apply-confirm_zh .slds-form-element__control,
:root c-gtn-_-data-requirement_en .slds-form-element__control,
:root c-gtn-_-data-requirement_ja .slds-form-element__control,
:root c-gtn-_-data-requirement_vi .slds-form-element__control,
:root c-gtn-_-data-requirement_zh .slds-form-element__control,
:root c-gtn-_-data-requirement_ko .slds-form-element__control,
:root c-gtn-_-data-requirement_hi .slds-form-element__control {
  max-height: inherit !important;
}

c-gtn_plan-terms-and-conditions_en .slds-rich-text-editor__output h2,
c-gtn_plan-terms-and-conditions .slds-rich-text-editor__output h2,
c-gtn_plan-terms-and-conditions_ja .slds-rich-text-editor__output h2,
c-gtn_plan-terms-and-conditions_ko .slds-rich-text-editor__output h2,
c-gtn_plan-terms-and-conditions_vi .slds-rich-text-editor__output h2,
c-gtn_plan-terms-and-conditions_zh .slds-rich-text-editor__output h2 {
  margin: 10px 0;
  padding: 20px 0 10px;
  color: #e62449;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 3px solid #e62449;
}

c-gtn_-step1_en .slds-rich-text-editor__output h2,
c-gtn_-step1_hi .slds-rich-text-editor__output h2,
c-gtn_-step1_in .slds-rich-text-editor__output h2,
c-gtn_-step1_ja .slds-rich-text-editor__output h2,
c-gtn_-step1_ko .slds-rich-text-editor__output h2,
c-gtn_-step1_ru .slds-rich-text-editor__output h2,
c-gtn_-step1_vi .slds-rich-text-editor__output h2,
c-gtn_-step1_zh .slds-rich-text-editor__output h2 {
  margin: 10px 0;
  padding: 20px 0 10px;
  color: #e62449;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 3px solid #e62449;
  text-align: center;
}

c-gtn_-step1_en .slds-rich-text-editor__output p,
c-gtn_-step1_hi .slds-rich-text-editor__output p,
c-gtn_-step1_in .slds-rich-text-editor__output p,
c-gtn_-step1_ja .slds-rich-text-editor__output p,
c-gtn_-step1_ko .slds-rich-text-editor__output p,
c-gtn_-step1_ru .slds-rich-text-editor__output p,
c-gtn_-step1_vi .slds-rich-text-editor__output p,
c-gtn_-step1_zh .slds-rich-text-editor__output p,
c-gtn_plan-terms-and-conditions_en .slds-rich-text-editor__output p,
c-gtn_plan-terms-and-conditions .slds-rich-text-editor__output p,
c-gtn_plan-terms-and-conditions_ja .slds-rich-text-editor__output p,
c-gtn_plan-terms-and-conditions_ko .slds-rich-text-editor__output p,
c-gtn_plan-terms-and-conditions_vi .slds-rich-text-editor__output p,
c-gtn_plan-terms-and-conditions_zh .slds-rich-text-editor__output p {
  margin: 10px 0 15px;
}

c-gtn_-step1_en .slds-rich-text-editor__output ul>li,
c-gtn_-step1_hi .slds-rich-text-editor__output ul>li,
c-gtn_-step1_in .slds-rich-text-editor__output ul>li,
c-gtn_-step1_ja .slds-rich-text-editor__output ul>li,
c-gtn_-step1_ko .slds-rich-text-editor__output ul>li,
c-gtn_-step1_ru .slds-rich-text-editor__output ul>li,
c-gtn_-step1_vi .slds-rich-text-editor__output ul>li,
c-gtn_-step1_zh .slds-rich-text-editor__output ul>li,
c-gtn_plan-terms-and-conditions_en .slds-rich-text-editor__output ul>li,
c-gtn_plan-terms-and-conditions .slds-rich-text-editor__output ul>li,
c-gtn_plan-terms-and-conditions_ja .slds-rich-text-editor__output ul>li,
c-gtn_plan-terms-and-conditions_ko .slds-rich-text-editor__output ul>li,
c-gtn_plan-terms-and-conditions_vi .slds-rich-text-editor__output ul>li,
c-gtn_plan-terms-and-conditions_zh .slds-rich-text-editor__output ul>li {
  margin: 15px 0;
}

c-gtn_-step1_en .slds-rich-text-editor__output .infoArea.m0-l.m0-r,
c-gtn_-step1_hi .slds-rich-text-editor__output .infoArea.m0-l.m0-r,
c-gtn_-step1_in .slds-rich-text-editor__output .infoArea.m0-l.m0-r,
c-gtn_-step1_ja .slds-rich-text-editor__output .infoArea.m0-l.m0-r,
c-gtn_-step1_ko .slds-rich-text-editor__output .infoArea.m0-l.m0-r,
c-gtn_-step1_ru .slds-rich-text-editor__output .infoArea.m0-l.m0-r,
c-gtn_-step1_vi .slds-rich-text-editor__output .infoArea.m0-l.m0-r,
c-gtn_-step1_zh .slds-rich-text-editor__output .infoArea.m0-l.m0-r,
c-gtn_plan-terms-and-conditions_en .slds-rich-text-editor__output .infoArea.m0-l.m0-r,
c-gtn_plan-terms-and-conditions .slds-rich-text-editor__output .infoArea.m0-l.m0-r,
c-gtn_plan-terms-and-conditions_ja .slds-rich-text-editor__output .infoArea.m0-l.m0-r,
c-gtn_plan-terms-and-conditions_ko .slds-rich-text-editor__output .infoArea.m0-l.m0-r,
c-gtn_plan-terms-and-conditions_vi .slds-rich-text-editor__output .infoArea.m0-l.m0-r,
c-gtn_plan-terms-and-conditions_zh .slds-rich-text-editor__output .infoArea.m0-l.m0-r {
  background: #d0edfc;
  padding: 20px;
  border: 1px solid #c0e4f7;
  border-radius: 5px;
}

c-gtn_-step1_en .slds-rich-text-editor__output .infoArea.m0-l.m0-r .b,
c-gtn_-step1_hi .slds-rich-text-editor__output .infoArea.m0-l.m0-r .b,
c-gtn_-step1_in .slds-rich-text-editor__output .infoArea.m0-l.m0-r .b,
c-gtn_-step1_ja .slds-rich-text-editor__output .infoArea.m0-l.m0-r .b,
c-gtn_-step1_ko .slds-rich-text-editor__output .infoArea.m0-l.m0-r .b,
c-gtn_-step1_ru .slds-rich-text-editor__output .infoArea.m0-l.m0-r .b,
c-gtn_-step1_vi .slds-rich-text-editor__output .infoArea.m0-l.m0-r .b,
c-gtn_-step1_zh .slds-rich-text-editor__output .infoArea.m0-l.m0-r .b,
c-gtn_plan-terms-and-conditions_en .slds-rich-text-editor__output .infoArea.m0-l.m0-r .b,
c-gtn_plan-terms-and-conditions .slds-rich-text-editor__output .infoArea.m0-l.m0-r .b,
c-gtn_plan-terms-and-conditions_ja .slds-rich-text-editor__output .infoArea.m0-l.m0-r .b,
c-gtn_plan-terms-and-conditions_ko .slds-rich-text-editor__output .infoArea.m0-l.m0-r .b,
c-gtn_plan-terms-and-conditions_vi .slds-rich-text-editor__output .infoArea.m0-l.m0-r .b,
c-gtn_plan-terms-and-conditions_zh .slds-rich-text-editor__output .infoArea.m0-l.m0-r .b {
  font-weight: 600;
}


c-gtn_-step1_en .slds-rich-text-editor__output .dl-gray .big-title,
c-gtn_-step1_hi .slds-rich-text-editor__output .dl-gray .big-title,
c-gtn_-step1_in .slds-rich-text-editor__output .dl-gray .big-title,
c-gtn_-step1_ja .slds-rich-text-editor__output .dl-gray .big-title,
c-gtn_-step1_ko .slds-rich-text-editor__output .dl-gray .big-title,
c-gtn_-step1_ru .slds-rich-text-editor__output .dl-gray .big-title,
c-gtn_-step1_vi .slds-rich-text-editor__output .dl-gray .big-title,
c-gtn_-step1_zh .slds-rich-text-editor__output .dl-gray .big-title,
c-gtn_plan-terms-and-conditions_en .slds-rich-text-editor__output .dl-gray .big-title,
c-gtn_plan-terms-and-conditions .slds-rich-text-editor__output .dl-gray .big-title,
c-gtn_plan-terms-and-conditions_ja .slds-rich-text-editor__output .dl-gray .big-title,
c-gtn_plan-terms-and-conditions_ko .slds-rich-text-editor__output .dl-gray .big-title,
c-gtn_plan-terms-and-conditions_vi .slds-rich-text-editor__output .dl-gray .big-title,
c-gtn_plan-terms-and-conditions_zh .slds-rich-text-editor__output .dl-gray .big-title {
  border-left: 3px solid #e62249;
  padding: 15px 18px;
  margin: 15px 0;
  font-size: 1.6rem;
  font-weight: 500;
}

/* Flickity css */
.flickity-page-dots .dot {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: transparent;
  border: none;
}

.flickity-page-dots .dot.is-selected {
  background: #e62449;
}

@media only screen and (max-width: 704px) {
  .flickity-prev-next-button {
    width: 26px !important;
    height: 26px !important;
  }
}

c-gtn_-portal-error {
  height: 49vh;
  display: block;
}

/* MNP CR*/
/*Inline Radio Buttons*/
c-gtn_-apply-entry_ja .radio-combo-inline .slds-form-element__control .slds-radio,
c-gtn_-g-m-o-service-payment .radio-combo-inline .slds-form-element__control .slds-radio {
  display: inline-block !important;
}

c-gtn_-g-m-o-service-payment .slds-form-element__legend {
  font-weight: unset;
}

c-gtn_-step3_en lightning-button button,
c-gtn_-step3_hi lightning-button button,
c-gtn_-step3_in lightning-button button,
c-gtn_-step3_ja lightning-button button,
c-gtn_-step3_ko lightning-button button,
c-gtn_-step3_ru lightning-button button,
c-gtn_-step3_vi lightning-button button,
c-gtn_-step3_zh lightning-button button,
c-gtn_-step5_en lightning-button button,
c-gtn_-step5_hi lightning-button button,
c-gtn_-step5_in lightning-button button,
c-gtn_-step5_ja lightning-button button,
c-gtn_-step5_ko lightning-button button,
c-gtn_-step5_ru lightning-button button,
c-gtn_-step5_vi lightning-button button,
c-gtn_-step5_zh lightning-button button {
  display: flex !important;
  flex-direction: row-reverse;
  gap: 0.5rem;
  color: white !important;
  margin: 0 auto;
  background-color: #F00F1d !important;
  border-color: #F00F1d !important;
  border-radius: 37px !important;
  height: 58px !important;
  align-items: center;
  border: 0;
  padding: 0 20px !important;
}

c-gtn_-step3_en lightning-button button.slds-button:focus,
c-gtn_-step3_in lightning-button button.slds-button:focus,
c-gtn_-step3_hi lightning-button button.slds-button:focus,
c-gtn_-step3_ja lightning-button button.slds-button:focus,
c-gtn_-step3_ko lightning-button button.slds-button:focus,
c-gtn_-step3_ru lightning-button button.slds-button:focus,
c-gtn_-step3_vi lightning-button button.slds-button:focus,
c-gtn_-step3_zh lightning-button button.slds-button:focus,
c-gtn_-step5_en lightning-button button.slds-button:focus,
c-gtn_-step5_hi lightning-button button.slds-button:focus,
c-gtn_-step5_in lightning-button button.slds-button:focus,
c-gtn_-step5_ja lightning-button button.slds-button:focus,
c-gtn_-step5_ko lightning-button button.slds-button:focus,
c-gtn_-step5_ru lightning-button button.slds-button:focus,
c-gtn_-step5_vi lightning-button button.slds-button:focus,
c-gtn_-step5_zh lightning-button button.slds-button:focus {
  box-shadow: none !important
}

c-gtn_-step3_en lightning-button button svg.slds-button__icon_left,
c-gtn_-step3_hi lightning-button button svg.slds-button__icon_left,
c-gtn_-step3_in lightning-button button svg.slds-button__icon_left,
c-gtn_-step3_ja lightning-button button svg.slds-button__icon_left,
c-gtn_-step3_ko lightning-button button svg.slds-button__icon_left,
c-gtn_-step3_ru lightning-button button svg.slds-button__icon_left,
c-gtn_-step3_vi lightning-button button svg.slds-button__icon_left,
c-gtn_-step3_zh lightning-button button svg.slds-button__icon_left{
  margin-right: 0 !important;
}

c-gtn_-step3_vi lightning-button button,
c-gtn_-step5_hi lightning-button button,
c-gtn_-step3_hi lightning-button button{
  padding: 0 !important;
}

c-gtn_-step3_hi lightning-button button.slds-button{
  padding: 0 !important;
}

c-gtn_-step5_en lightning-input-field lightning-picklist lightning-icon,
c-gtn_-step5_hi lightning-input-field lightning-picklist lightning-icon,
c-gtn_-step5_in lightning-input-field lightning-picklist lightning-icon,
c-gtn_-step5_ja lightning-input-field lightning-picklist lightning-icon,
c-gtn_-step5_ko lightning-input-field lightning-picklist lightning-icon,
c-gtn_-step5_ru lightning-input-field lightning-picklist lightning-icon,
c-gtn_-step5_vi lightning-input-field lightning-picklist lightning-icon,
c-gtn_-step5_zh lightning-input-field lightning-picklist lightning-icon,
c-gtn_-step5_en lightning-input-field lightning-picklist .slds-select_container::after,
c-gtn_-step5_hi lightning-input-field lightning-picklist .slds-select_container::after,
c-gtn_-step5_in lightning-input-field lightning-picklist .slds-select_container::after,
c-gtn_-step5_ja lightning-input-field lightning-picklist .slds-select_container::after,
c-gtn_-step5_ko lightning-input-field lightning-picklist .slds-select_container::after,
c-gtn_-step5_ru lightning-input-field lightning-picklist .slds-select_container::after,
c-gtn_-step5_vi lightning-input-field lightning-picklist .slds-select_container::after,
c-gtn_-step5_zh lightning-input-field lightning-picklist .slds-select_container::after,
c-gtn_-step5_en lightning-input-field lightning-picklist .slds-select_container::before,
c-gtn_-step5_hi lightning-input-field lightning-picklist .slds-select_container::before,
c-gtn_-step5_in lightning-input-field lightning-picklist .slds-select_container::before,
c-gtn_-step5_ja lightning-input-field lightning-picklist .slds-select_container::before,
c-gtn_-step5_ko lightning-input-field lightning-picklist .slds-select_container::before,
c-gtn_-step5_ru lightning-input-field lightning-picklist .slds-select_container::before,
c-gtn_-step5_vi lightning-input-field lightning-picklist .slds-select_container::before,
c-gtn_-step5_zh lightning-input-field lightning-picklist .slds-select_container::before {
  display: none !important;
  appearance: none;
}

c-gtn_-step5_en lightning-input-field lightning-picklist button,
c-gtn_-step5_hi lightning-input-field lightning-picklist button,
c-gtn_-step5_in lightning-input-field lightning-picklist button,
c-gtn_-step5_ja lightning-input-field lightning-picklist button,
c-gtn_-step5_ko lightning-input-field lightning-picklist button,
c-gtn_-step5_ru lightning-input-field lightning-picklist button,
c-gtn_-step5_vi lightning-input-field lightning-picklist button,
c-gtn_-step5_zh lightning-input-field lightning-picklist button,
c-gtn_-step5_en lightning-input-field lightning-picklist select,
c-gtn_-step5_hi lightning-input-field lightning-picklist select,
c-gtn_-step5_in lightning-input-field lightning-picklist select,
c-gtn_-step5_ja lightning-input-field lightning-picklist select,
c-gtn_-step5_ko lightning-input-field lightning-picklist select,
c-gtn_-step5_ru lightning-input-field lightning-picklist select,
c-gtn_-step5_vi lightning-input-field lightning-picklist select,
c-gtn_-step5_zh lightning-input-field lightning-picklist select {
  border: none !important;
  color: #222222 !important;
  padding: 0 !important;
  background-color: white !important;
}

@media only screen and (max-width: 704px) {

  c-gtn_-step3_en lightning-input-field.inputdate input,
  c-gtn_-step3_hi lightning-input-field.inputdate input,
  c-gtn_-step3_in lightning-input-field.inputdate input,
  c-gtn_-step3_ja lightning-input-field.inputdate input,
  c-gtn_-step3_ko lightning-input-field.inputdate input,
  c-gtn_-step3_ru lightning-input-field.inputdate input,
  c-gtn_-step3_vi lightning-input-field.inputdate input,
  c-gtn_-step3_zh lightning-input-field.inputdate input,
  c-gtn_-step3_en lightning-input input,
  c-gtn_-step3_hi lightning-input input,
  c-gtn_-step3_in lightning-input input,
  c-gtn_-step3_ja lightning-input input,
  c-gtn_-step3_ko lightning-input input,
  c-gtn_-step3_ru lightning-input input,
  c-gtn_-step3_vi lightning-input input,
  c-gtn_-step3_zh lightning-input input {
    appearance: none;
  }
}