@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');

body {
    font-family: 'Noto Sans', sans-serif;
}

:root {
    --content-text-color: #000000;
    --primaryButton: #000000;
    --primaryFont: #fff;
    --errorColor: #ab0e27;
    --inputBorderShadow: 0 0 0 0.5px rgba(0, 0, 0, 0.4), inset 0 0 0 0.5px rgba(0, 0, 0, 0.4), inset 0 0 0 1px #f2f2f2;
    --inputBorderShadowValid: 0 0 0 0.5px rgba(115, 180, 33, 0.4), inset 0 0 0 0.5px rgba(115, 180, 33, 0.4), inset 0 0 0 1px #f2f2f2;
    --inputBorderShadowInvalid: 0 0 0 0.5px rgba(171, 14, 39, 0.4), inset 0 0 0 0.5px rgba(171, 14, 39, 0.4), inset 0 0 0 1px #f2f2f2;
    --inputBorderFocusShadow: 0 0 0 0.5px rgba(0, 0, 0, 0.3), inset 0 0 0 0.5px rgba(0, 0, 0, 0.3), inset 0 0 0 1px #f2f2f2, 0 0 0 2px #f5b407, 0 0 4px 2px #f5b407;
    --buttonBorderShadowHover: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    --primaryButtonBorderShadowHover: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.pf-c-button {
    --pf-c-button--m-link--Color: #001722;;
    --pf-c-button--m-link--m-inline--hover--Color: #001722;
}

.main-section .btn:disabled {
    border-radius: 2px;
    color: var(--primaryButton) !important;
    background: unset!important;
}

.main-section .btn:hover {
    opacity: 0.9;
    background: unset;
}

.main-section .btn, .wizard .actions a, .wizard .actions a:active {
    border-radius: 2px;
    color: var(--primaryButton) !important;
}

.main-section .btn.btn-primary, .main-section .btn.btn-primary:active, .main-section .btn.btn-primary:focus, .main-section .btn.btn-primary:hover {
    border-radius: 2px;
    background: var(--primaryButton) !important;
    color: var(--primaryFont) !important;
}

.sms-validation #kc-form-buttons .sms-submit {
    grid-template-columns: 0% 100% 0%;
}

body {
    color: var(--content-text-color) !important;
}

.alert .type.error {
    color: var(--content-text-color);
}

.main-section .control-label {
    color: var(--content-text-color);
}

.main-section .form-control {
    -webkit-appearance: none;
}

.main-section .form-control {
    box-shadow: var(--inputBorderShadow);
}

.main-section .form-control:focus,
.main-section .form-control:focus-within {
    border: none;
    box-shadow: var(--inputBorderFocusShadow);
}

#countryNumber:read-only {
    box-shadow: none;
}

.form-control.complete {
    box-shadow: var(--inputBorderShadowValid)
}

.form-control.incomplete {
    box-shadow: var(--inputBorderShadowInvalid)
}

.error {
    color: var(--errorColor);
}

#copyright {
    display: none;
}

.tracfone-error #backToApplication {
    text-transform: uppercase;
}

.tracfone-error footer,
.error footer,
.general footer {
    display: none;
}

.tracfone-error p:has(+ #backToApplication),
.error p:has(+ #backToApplication) {
    display: flex;
    justify-content: center;
}

.subtitle-error {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: normal;
}

a {
    color: var(--pf-c-button--m-link--Color);
}

#backToApplication {
    border-radius: 2px;
    color: var(--primaryButton);
    background: var(--primaryButton);
    text-decoration: none;
    color: #fff;
    display: inline-block;
    height: 42px;
    margin: 15px 0 0;
    padding: 0 16px;
    min-width: 144px;
    width: 260px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

.tracfone-error  #kc-error-message > p:nth-child(3) {
    text-align: center;
}

#kc-page-title > a > img {
    width: 180px;
    height: 65px;
}

.login-pf-page .login-pf-header {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}

.hidden {
  visibility: hidden;
}
