/* Fluid Typography Foundation */
html {
    font-size: clamp(14px, 1vw + 12px, 18px);
}

:root {
    /* Spacing scale using rem */
    --spacing-xs: 0.3125rem;    /* 5px at 16px base */
    --spacing-sm: 0.625rem;     /* 10px */
    --spacing-md: 1.25rem;      /* 20px */
    --spacing-lg: 2rem;         /* 32px */
    --spacing-xl: 2.5rem;       /* 40px */
    
    /* Border radius scale */
    --radius-sm: 0.125rem;      /* 2px */
    --radius-md: 0.375rem;      /* 6px */
    --radius-lg: 0.5rem;        /* 8px */
    --radius-xl: 1rem;          /* 16px */
    
    /* Font sizes */
    --font-size-xs: 0.6875rem;  /* 11px */
    --font-size-sm: 0.8125rem;  /* 13px */
    --font-size-base: 0.875rem; /* 14px */
    --font-size-md: 0.9375rem;  /* 15px */
    --font-size-lg: 1rem;       /* 16px */
    --font-size-xl: 1.125rem;   /* 18px */
    --font-size-2xl: 1.25rem;   /* 20px */
    --font-size-3xl: 1.375rem;  /* 22px */
    --font-size-4xl: 1.5rem;    /* 24px */
    --font-size-5xl: 1.8125rem; /* 29px */
}

/* Patternfly CSS places a "bg-login.jpg" as the background on this ".login-pf" class.
   This clashes with the white background defined on the body below.
   Therefore the Patternfly background must be set to none. */
.login-pf {
    background: none;
}

.login-pf body {
    background: #faf8f2;
    height: 100vh;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

textarea.pf-c-form-control {
	height: auto;
}

.pf-c-alert__title {
    font-size: var(--pf-global--FontSize--xs);
}

p.instruction {
    margin: var(--spacing-xs) 0;
}

.pf-c-button.pf-m-control {
    border-color: rgba(230, 230, 230, 0.5);
}

h1#kc-page-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: var(--font-size-4xl);
    font-weight: 600;
    color: #a50022;
    text-align: center;
}

#kc-locale ul {
    background-color: var(--pf-global--BackgroundColor--100);
    display: none;
    top: var(--spacing-md);
    min-width: 6.25rem;
    padding: 0;
}

#kc-locale-dropdown{
    display: inline-block;
}

#kc-locale-dropdown:hover ul {
    display:block;
}

#kc-locale-dropdown a {
    color: var(--pf-global--Color--200);
    text-align: right;
    font-size: var(--pf-global--FontSize--sm);
}

#kc-locale-dropdown button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: var(--pf-global--Color--200);
    text-align: right;
    font-size: var(--pf-global--FontSize--sm);
}

button#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: var(--pf-global--spacer--xs)
}

.login-pf .container {
    padding: var(--spacing-md);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    max-width: none;
}

.login-pf a:hover {
    color: #0099d3;
}

#kc-logo {
    width: 100%;
}

div.kc-logo-text {
    background-image: url(../img/keycloak-logo-text.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

div.kc-logo-text span {
    display: none;
}

#kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
}

#kc-header-wrapper {
    font-size: var(--font-size-5xl);
    text-transform: uppercase;
    letter-spacing: 0.1875rem;
    line-height: 1.2em;
    padding: 3.875rem 0.625rem var(--spacing-md);
    white-space: normal;
}

#kc-content {
    width: 100%;
}

#kc-attempted-username {
    font-size: var(--font-size-2xl);
    font-family: inherit;
    font-weight: normal;
    padding-right: 0.625rem;
}

#kc-username {
    text-align: center;
    margin-bottom: -0.625rem;
}

#kc-webauthn-settings-form {
    padding-top: 0.5rem;
}

#kc-form-webauthn .select-auth-box-parent {
    pointer-events: none;
}

#kc-form-webauthn .select-auth-box-desc {
    color: var(--pf-global--palette--black-600);
}

#kc-form-webauthn .select-auth-box-headline {
    color: var(--pf-global--Color--300);
}

#kc-form-webauthn .select-auth-box-icon {
    flex: 0 0 3em;
}

#kc-form-webauthn .select-auth-box-icon-properties {
    margin-top: 0.625rem;
    font-size: 1.8em;
}

#kc-form-webauthn .select-auth-box-icon-properties.unknown-transport-class {
    margin-top: 0.1875rem;
}

#kc-form-webauthn .pf-l-stack__item {
    margin: -1px 0;
}

#kc-content-wrapper {
    margin-top: var(--spacing-md);
}

#kc-form-wrapper {
    margin-top: 0.625rem;
}

#kc-info {
    margin: var(--spacing-md) -2.5rem -1.875rem;
}

#kc-info-wrapper {
    font-size: var(--font-size-sm);
    padding: 0.9375rem 2.1875rem;
    background-color: #F0F0F0;
}

#kc-form-options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: var(--spacing-md);
    flex-wrap: wrap;
}

#kc-form-options span {
    display: inline;
}

#kc-form-options .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    color: #72767b;
    flex-shrink: 0;
}

#kc-form-options .checkbox label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

#kc-terms-text {
    margin-bottom: var(--spacing-md);
}

#kc-registration-terms-text {
    max-height: 6.25rem;
    overflow-y: auto;
    overflow-x: hidden;
    margin: var(--spacing-xs);
}

#kc-registration {
    margin-bottom: 0;
}

/* TOTP */

.subtitle {
    text-align: right;
    margin-top: 1.875rem;
    color: #909090;
}

.required {
    color: var(--pf-global--danger-color--200);
}

ol#kc-totp-settings {
    margin: 0;
    padding-left: var(--spacing-md);
}

ul#kc-totp-supported-apps {
    margin-bottom: 0.625rem;
}

#kc-totp-secret-qr-code {
    max-width:150px;
    max-height:150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: var(--font-size-lg);
    padding: 0.625rem 0;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.75rem;
    padding: 0.625rem 0;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */
.kc-social-links {
    margin-top: var(--spacing-md);
}

.kc-social-links li {
    width: 100%;
}

.kc-social-provider-logo {
    font-size: 1.4375rem;
    width: 30px;
    height: 25px;
    float: left;
}

.kc-social-gray {
    color: var(--pf-global--Color--200);
}

.kc-social-gray h2 {
    font-size: 1em;
}

.kc-social-item {
    margin-bottom: var(--pf-global--spacer--sm);
    font-size: var(--font-size-md);
    text-align: center;
}

.kc-social-provider-name {
    position: relative;
}

.kc-social-icon-text {
    left: -0.9375rem;
}

.kc-social-grid {
    display:grid;
    grid-column-gap: 0.625rem;
    grid-row-gap: var(--spacing-xs);
    grid-column-end: span 6;
    --pf-l-grid__item--GridColumnEnd: span 6;
}

.kc-social-grid .kc-social-icon-text {
    left: -0.625rem;
}

.kc-login-tooltip {
    position: relative;
    display: inline-block;
}

.kc-social-section {
    text-align: center;
}

.kc-social-section hr{
    margin-bottom: 0.625rem
}

.kc-login-tooltip .kc-tooltip-text{
    top: -0.1875rem;
    left: 160%;
    background-color: black;
    visibility: hidden;
    color: #fff;

    min-width: 8.125rem;
    text-align: center;
    border-radius: var(--radius-sm);
    box-shadow: 0 0.0625rem 0.5rem rgba(0,0,0,0.6);
    padding: var(--spacing-xs);

    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
}

/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
    visibility: visible;
    opacity:0.7;
}

/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 0.9375rem;
    right: 100%;
    margin-top: -0.3125rem;
    border-width: 0.3125rem;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

@media (min-width: 48em) {
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

    .login-pf .container {
        padding-right: 5rem;
    }

    #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
    }
}

@media (max-width: 47.9375em) {
    #kc-info {
        margin: var(--spacing-xs) -2.5rem -1.875rem;
    }

    #kc-form-options {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-sm);
    }

    #kc-header {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: none;
        text-align: left;
    }

    #kc-header-wrapper {
        font-size: var(--font-size-lg);
        font-weight: bold;
        padding: var(--spacing-md) 3.75rem 0 0;
        color: #72767b;
        letter-spacing: 0;
    }

    div.kc-logo-text {
        margin: 0;
        width: 150px;
        height: 32px;
        background-size: 100%;
    }

    #kc-form {
        float: none;
    }

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        background-color: transparent;
    }

    .login-pf .container {
        padding: var(--spacing-md);
        min-height: 100vh;
        align-items: center;
    }

    #kc-locale {
        position: absolute;
        width: 12.5rem;
        top: var(--spacing-md);
        right: var(--spacing-md);
        text-align: right;
        z-index: 9999;
    }
}

@media (min-height: 40.375em) {
    #kc-container-wrapper {
        bottom: 12%;
    }
}

@media (max-height: 40.3125em) {
    #kc-container-wrapper {
        padding-top: 3.125rem;
        top: 20%;
    }
}

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 0.625rem;
}

#kc-form-buttons {
    margin-top: var(--spacing-md);
}

/* Modern Button Design */
.pf-c-button.pf-m-primary,
input[type="submit"].pf-c-button.pf-m-primary,
.btn.btn-primary,
input[type="submit"].btn.btn-primary {
    background: #a50022;
    border: none;
    border-radius: var(--radius-lg);
    color: white;
    font-size: var(--font-size-lg);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: none;
    box-shadow: 0 0.125rem 0.25rem rgba(220, 38, 38, 0.2);
    position: relative;
}

/* Add arrow after button text */
.pf-c-button.pf-m-primary::after,
input[type="submit"].pf-c-button.pf-m-primary::after,
.btn.btn-primary::after,
input[type="submit"].btn.btn-primary::after {
    content: " →" !important;
    margin-left: 0.5rem;
    font-size: var(--font-size-xl);
    font-weight: normal;
    display: inline-block !important;
    vertical-align: middle;
}

.pf-c-button.pf-m-primary:hover,
input[type="submit"].pf-c-button.pf-m-primary:hover,
.btn.btn-primary:hover,
input[type="submit"].btn.btn-primary:hover {
    background: #a50022;
    transform: translateY(-0.125rem);
    box-shadow: 0 0.5rem 1.5625rem rgba(220, 38, 38, 0.4);
}

.pf-c-button.pf-m-primary:active,
input[type="submit"].pf-c-button.pf-m-primary:active,
.btn.btn-primary:active,
input[type="submit"].btn.btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 0.125rem 0.25rem rgba(220, 38, 38, 0.4);
}

.pf-c-button.pf-m-primary:focus,
input[type="submit"].pf-c-button.pf-m-primary:focus,
.btn.btn-primary:focus,
input[type="submit"].btn.btn-primary:focus {
    outline: none;
    box-shadow: 0 0 0 0.1875rem rgba(220, 38, 38, 0.2);
}

/* Secondary/Link Buttons */
.pf-c-button.pf-m-link,
.btn.btn-link,
a.btn.btn-link {
    background: transparent;
    border: none;
    color: #3b82f6;
    font-size: var(--font-size-base);
    font-weight: 500;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    border-radius: var(--radius-md);
}

.pf-c-button.pf-m-link:hover,
.btn.btn-link:hover,
a.btn.btn-link:hover {
    color: #2563eb;
    background: rgba(59, 130, 246, 0.1);
    text-decoration: none;
}

/* Ensure button spacing */
#kc-form-buttons input[type="submit"] {
    border: none;
    margin-bottom: 0;
}

/* Remove default button arrow for password visibility button */
.pf-c-button.pf-m-control::after {
    content: none !important;
    display: none !important;
}

/* Page subtitle styling */
.kc-page-subtitle {
    font-size: var(--font-size-base);
    color: #6b7280;
    text-align: center;
    margin-top: 0.25rem;
    margin-bottom: var(--spacing-lg);
    font-weight: normal;
}

/* Form group spacing */
.pf-c-form__group, 
.form-group {
    margin-bottom: var(--spacing-md);
}

/* Label styling */
.pf-c-form__label,
label {
    font-size: var(--font-size-base);
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.375rem;
    display: block;
}

/* Input field styling */
.pf-c-form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    width: 100%;
    height: 3rem;
    border: 2px solid #e5e7eb;
    border-radius: var(--radius-lg);
    font-size: var(--font-size-lg);
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.pf-c-form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 0.1875rem rgba(59, 130, 246, 0.1);
}

/* Fix password input group styling */
.pf-c-input-group {
    display: flex;
    width: 100%;
}

.pf-c-input-group .pf-c-form-control {
    border-radius: var(--radius-lg) 0 0 var(--radius-lg) !important;
    border-right: none !important;
    flex: 1;
}

.pf-c-input-group .pf-c-button.pf-m-control {
    border: 2px solid #e5e7eb !important;
    border-left: none !important;
    background: #f9fafb !important;
    color: #6b7280 !important;
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0 !important;
    padding: 0 1rem !important;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 3.125rem;
}

.pf-c-input-group .pf-c-button.pf-m-control:hover {
    background: #f3f4f6 !important;
    color: #374151 !important;
}

/* Enhanced focus states for mobile */
.pf-c-form-control:focus {
    border-width: 3px;
    outline-offset: 2px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .pf-c-button,
    .pf-c-form-control,
    .pf-c-input-group .pf-c-button.pf-m-control {
        transition: none;
    }
}

.login-pf-page .login-pf-brand {
    margin-top: var(--spacing-md);
    max-width: 22.5rem;
    width: 40%;
}

.select-auth-box-arrow{
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

.select-auth-box-icon{
    display: flex;
    flex: 0 0 2em;
    justify-content: center;
    margin-right: 1rem;
    margin-left: 3rem;
}

.select-auth-box-parent{
    border-top: 1px solid var(--pf-global--palette--black-200);
    padding-top: 1rem;
    padding-bottom: 1rem;
    cursor: pointer;
    text-align: left;
    align-items: unset;
    background-color: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
}

.select-auth-box-parent:hover{
    background-color: #f7f8f8;
}

.select-auth-container {
    padding-bottom: 0px !important;
}

.select-auth-box-headline {
    font-size: var(--pf-global--FontSize--md);
    color: var(--pf-global--primary-color--100);
    font-weight: bold;
}

.select-auth-box-desc {
    font-size: var(--pf-global--FontSize--sm);
}

.select-auth-box-paragraph {
    text-align: center;
    font-size: var(--pf-global--FontSize--md);
    margin-bottom: var(--spacing-xs);
}

.card-pf {
    margin: 0 auto;
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.1);
    padding: var(--spacing-xl) var(--spacing-lg);
    /* max-width: 28rem; */
    min-width: 28rem;
    border: none;
    border-radius: var(--radius-xl);
    background: #ffffff;
    border-top: none;
    width: 100%;
    box-sizing: border-box;
}

/* Mobile breakpoint - consolidated for consistency */
@media (max-width: 47.9375em) {
    .login-pf body {
        background: #faf8f2;
        padding: var(--spacing-md);
    }

    .login-pf .container {
        padding: var(--spacing-md);
        min-height: 100vh;
        align-items: center;
    }

    .login-pf-page .card-pf {
        max-width: none;
        min-width: unset;
        margin: 0;
        padding: var(--spacing-lg) 1.5rem;
        border-top: 0;
        box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.1);
        border-radius: var(--radius-xl);
        width: 100%;
    }

    h1#kc-page-title {
        font-size: var(--font-size-3xl);
    }

    .kc-page-subtitle {
        margin-bottom: 1.5rem;
    }

    .kc-social-grid {
        grid-column-end: 12;
        --pf-l-grid__item--GridColumnEnd: span 12;
    }

    .kc-social-grid .kc-social-icon-text {
        left: -0.9375rem;
    }

    /* Enhanced touch targets for mobile */
    .pf-c-input-group .pf-c-button.pf-m-control {
        min-width: 2.75rem;
    }

    #kc-form-options .checkbox label {
        padding: 0;
        margin: 0 0 0 var(--spacing-md);
        cursor: pointer;
    }

    .kcFormOptionsWrapperClass a,
    #kc-registration a {
        padding: 0.5rem 0;
        display: inline-block;
    }

    /* Optimize language selector */
    #kc-locale {
        max-width: 9.375rem;
    }

    /* Responsive tab adjustments */
    .login-type-toggle {
        gap: 0.125rem;
        justify-content: flex-start;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .toggle-btn {
        padding: 0.5rem 0.625rem;
        font-size: 0.75rem;
        gap: 0;
    }

    .toggle-btn svg {
        display: none;
    }

    .mobile-input-wrapper {
        flex-direction: column;
        gap: var(--spacing-sm);
    }

    .country-code-select {
        width: 100%;
        min-width: unset;
    }
}

.login-pf-page .login-pf-signup {
    font-size: var(--font-size-md);
    color: #72767b;
}
#kc-content-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

.login-pf-page.login-pf-page-accounts {
    margin-left: auto;
    margin-right: auto;
}

.login-pf-page .btn-primary {
    margin-top: 0;
}

.login-pf-page .list-view-pf .list-group-item {
    border-bottom: 1px solid #ededed;
}

.login-pf-page .list-view-pf-description {
    width: 100%;
}

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type,
#kc-update-email-form div.form-group:last-of-type{
    margin-bottom: 0;
}

.no-bottom-margin {
    margin-bottom: 0;
}

#kc-back {
    margin-top: var(--spacing-xs);
}

/* Recovery codes */
.kc-recovery-codes-warning {
    margin-bottom: var(--spacing-lg);
}
.kc-recovery-codes-warning .pf-c-alert__description p {
    font-size: 0.875rem;
}
.kc-recovery-codes-list {
    list-style: none;
    columns: 2;
    margin: 1rem 0;
    padding: 1rem 1rem 0.5rem 1rem;
    border: 1px solid #D2D2D2;
}
.kc-recovery-codes-list li {
    margin-bottom: 0.5rem;
    font-size: var(--font-size-xs);
}
.kc-recovery-codes-list li span {
    color: #6A6E73;
    width: 1rem;
    text-align: right;
    display: inline-block;
    margin-right: 0.0625rem;
}

.kc-recovery-codes-actions {
    margin-bottom: 1.5rem;
}
.kc-recovery-codes-actions button {
    padding-left: 0;
}
.kc-recovery-codes-actions button i {
    margin-right: 0.5rem;
}

.kc-recovery-codes-confirmation {
    align-items: baseline;
    margin-bottom: 1rem;
}

#certificate_subjectDN {
    overflow-wrap: break-word
}
/* End Recovery codes */

/* Login Type Toggle Styles */
.login-type-toggle {
    display: flex;
    gap: 0.375rem;
    justify-content: center;
    padding: 0.25rem;
    background: #f5f5f5;
    border-radius: var(--radius-lg);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap;
}

.login-type-toggle::-webkit-scrollbar {
    display: none;
}

.toggle-btn {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.625rem 1rem;
    border: none;
    background: transparent;
    color: #666;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.toggle-btn:hover {
    background: #e8e8e8;
    color: #333;
}

.toggle-btn.active {
    background: #fff;
    color: #a50022;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.toggle-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Mobile Input Wrapper */
.mobile-input-wrapper {
    display: flex;
    gap: 0.5rem;
}

.country-code-select {
    min-width: 120px;
    height: 3rem;
    padding: 0 2rem 0 0.75rem;
    border: 2px solid #e5e7eb;
    border-radius: var(--radius-lg);
    font-size: var(--font-size-lg);
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%23333" d="M6 9L1 4h10z"/></svg>') no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px;
    color: #333;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.country-code-select:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 0.1875rem rgba(59, 130, 246, 0.1);
}

.mobile-number-input {
    flex: 1;
    height: 3rem !important;
}

input.mobile-number-input,
input[type="tel"].mobile-number-input,
.pf-c-form-control.mobile-number-input {
    flex: 1;
    height: 3rem !important;
    min-height: 3rem !important;
    line-height: normal !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}