*:focus {
    outline: none !important;
}

.ga-btn {
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    height: 48px;
}

.ga-btn-primary {
    background: #3399ff;
    color: #ffffff;
}

.ga-btn-disabled {
    background: rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .38);;
}

.ga-btn-timer{
    background-color: white;
    color: rgba(0, 0, 0, .38);
}

.ga-btn-disabled:hover {
    background: rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .38);;
}

.ga-btn-primary:hover {
    background: rgba(17, 133, 250, 1);
    color: #ffffff;
}

.ga-hyperlink-disabled{
    pointer-events: none;
    cursor: default;
    color: rgba(0, 0, 0, .38) !important;
}
.ga-form-control {
    height: 48px;
    background: #f5f5f5;
    border-radius: 9999px;
    width: 100%;
    border: none;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px;
}

.ga-control-label {
    font-size: 14px;
    font-weight: 500;
    padding-top: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.login-pf body {
    background: #f2f2f2;
}

.login-pf {
    background: #f2f2f2;
}

/*IE compatibility*/
.pf-c-form-control {
    font-size: 14px;
    font-size: var(--pf-global--FontSize--sm);
    border-width: 1px;
    border-width: var(--pf-global--BorderWidth--sm);;
    border-color: #EDEDED #EDEDED #8A8D90 #EDEDED;
    border-color: var(--pf-global--BorderColor--300) var(--pf-global--BorderColor--300) var(--pf-global--BorderColor--200) var(--pf-global--BorderColor--300);
    background-color: #FFFFFF;
    background-color: var(--pf-global--BackgroundColor--100);
    height: 36px;
    height: calc(var(--pf-c-form-control--FontSize) * var(--pf-c-form-control--LineHeight) + var(--pf-c-form-control--BorderWidth) * 2 + var(--pf-c-form-control--PaddingTop) + var(--pf-c-form-control--PaddingBottom));
    padding: 5px 0.5rem;
    padding: var(--pf-c-form-control--PaddingTop) var(--pf-c-form-control--PaddingRight) var(--pf-c-form-control--PaddingBottom) var(--pf-c-form-control--PaddingLeft);
}

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

.pf-c-form-control:hover, .pf-c-form-control:focus {
    border-bottom-color: #0066CC;
    border-bottom-color: var(--pf-global--primary-color--100);
    border-bottom-width: 2px;
    border-bottom-width: var(--pf-global--BorderWidth--md);
}

.pf-c-form-control[aria-invalid="true"] {
    border-bottom-color: #C9190B;
    border-bottom-color: var(--pf-global--danger-color--100);
    border-bottom-width: 2px;
    border-bottom-width: var(--pf-global--BorderWidth--md);
}

.pf-c-check__label, .pf-c-radio__label {
	font-size: 14px;
	font-size: var(--pf-global--FontSize--sm);
}

.pf-c-alert.pf-m-inline {
    margin-bottom: 0.5rem; /* default - IE compatibility */
    margin-bottom: var(--pf-global--spacer--sm);
    padding: 0.25rem;
    padding: var(--pf-global--spacer--xs);
    border: solid #ededed;
    border: solid var(--pf-global--BorderColor--300);
    border-width: 1px;
    border-width: var(--pf-c-alert--m-inline--BorderTopWidth) var(--pf-c-alert--m-inline--BorderRightWidth) var(--pf-c-alert--m-inline--BorderBottomWidth) var(--pf-c-alert--m-inline--BorderLeftWidth);
    display: -ms-flexbox;
    display: grid;
    -ms-grid-columns: max-content 1fr max-content;
    grid-template-columns:max-content 1fr max-content;
    grid-template-columns: var(--pf-c-alert--grid-template-columns);
    grid-template-rows: 1fr auto;
    grid-template-rows: var(--pf-c-alert--grid-template-rows);
}

.pf-c-alert.pf-m-inline::before {
    position: absolute;
    top: -1px;
    top: var(--pf-c-alert--m-inline--before--Top);
    bottom: -1px;
    bottom: var(--pf-c-alert--m-inline--before--Bottom);
    left: 0;
    width: 3px;
    width: var(--pf-c-alert--m-inline--before--Width);
    content: "";
    background-color: #FFFFFF;
    background-color: var(--pf-global--BackgroundColor--100);
}

.pf-c-alert.pf-m-inline.pf-m-info::before {
    background-color: #73bcf7;
    background-color: var(--pf-global--info-color--100);
}

.pf-c-alert.pf-m-inline.pf-m-success::before {
    background-color: #92D400;
    background-color: var(--pf-global--success-color--100);
}

.pf-c-alert.pf-m-inline.pf-m-danger::before {
    background-color: #C9190B;
    background-color: var(--pf-global--danger-color--100);
}

.pf-c-alert.pf-m-inline.pf-m-warning::before {
    background-color: #F0AB00;
    background-color: var(--pf-global--warning-color--100);
}

.pf-c-alert.pf-m-inline .pf-c-alert__icon {
    padding: 1rem 0.5rem 1rem 1rem;
    padding: var(--pf-c-alert--m-inline__icon--PaddingTop) var(--pf-c-alert--m-inline__icon--PaddingRight) var(--pf-c-alert--m-inline__icon--PaddingBottom) var(--pf-c-alert--m-inline__icon--PaddingLeft);
    font-size: 16px;
    font-size: var(--pf-c-alert--m-inline__icon--FontSize);
}

.pf-c-alert.pf-m-info .pf-c-alert__icon {
    color: #73bcf7;
    color: var(--pf-global--info-color--100);
}

.pf-c-alert.pf-m-success .pf-c-alert__icon {
    color: #92D400;
    color: var(--pf-global--success-color--100);
}

.pf-c-alert.pf-m-success .pf-c-alert__title {
    color: #486B00;
    color: var(--pf-global--success-color--200);
}

.pf-c-alert.pf-m-danger .pf-c-alert__icon {
    color: #C9190B;
    color: var(--pf-global--danger-color--100);
}

.pf-c-alert.pf-m-danger .pf-c-alert__title {
    color: #A30000;
    color: var(--pf-global--danger-color--200);
}

.pf-c-alert.pf-m-warning .pf-c-alert__icon {
    color: #F0AB00;
    color: var(--pf-global--warning-color--100);
}

.pf-c-alert.pf-m-warning .pf-c-alert__title {
    color: #795600;
    color: var(--pf-global--warning-color--200);
}

.pf-c-alert__title {
    font-size: 14px; /* default - IE compatibility */
    font-size: var(--pf-global--FontSize--sm);
    padding: 5px 8px;
    padding: var(--pf-c-alert__title--PaddingTop) var(--pf-c-alert__title--PaddingRight) var(--pf-c-alert__title--PaddingBottom) var(--pf-c-alert__title--PaddingLeft);
}

.pf-c-button{
    padding:0.375rem 1rem;
    padding: var(--pf-global--spacer--form-element) var(--pf-global--spacer--md);
}

/* default - IE compatibility */
.pf-m-primary {
    color: #FFFFFF;
    background-color: #0066CC;
    background-color: var(--pf-global--primary-color--100);
}

/* default - IE compatibility */
.pf-m-primary:hover {
    background-color: #004080;
    background-color: var(--pf-global--primary-color--200);
}

/* default - IE compatibility */
.pf-c-button.pf-m-control {
    border: solid 1px;
    border: solid var(--pf-global--BorderWidth--sm);
    border-color: rgba(230, 230, 230, 0.5);
}
/*End of IE compatibility*/
h1#kc-page-title {
    margin-top: 10px;
}

kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    top: 20px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
}

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

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
}

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

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

/* IE compatibility */
#kc-locale-dropdown a {
    color: #6A6E73;
    color: var(--pf-global--Color--200);
    text-align: right;
    font-size: 14px;
    font-size: var(--pf-global--FontSize--sm);
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

a#kc-current-locale-link:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

/* IE compatibility */
a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
    margin-left: var(--pf-global--spacer--xs)
}

.login-pf .container {
    padding-top: 40px;
}

.login-pf a:hover {
    color: rgba(17, 133, 250, 1);
}

.login-pf a{
    color: #3399ff;
    font-size: 13px;
}

#kc-logo {
    width: 100%;
}

div.kc-header-utilites{
    display: none;
}
#kc-logo-wrapper {
    background-image: url(../img/stacked-logo.svg);
    background-repeat: no-repeat;
    height: 120px;
    width: 136px;
    margin: 62px auto 0;
}

div.kc-logo-text {
    background-image: url(../img/stacked-logo.svg);
    background-repeat: no-repeat;
    height: 120px;
    width: 136px;
    margin-left: 20px;
    background-position: center;
}

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

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

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 12px 10px 20px;
    white-space: normal;
}

#kc-content {
    width: 100%;
}

#kc-attempted-username {
    font-size: 20px;
    font-family: inherit;
    font-weight: normal;
    padding-right: 10px;
}

#kc-username {
    text-align: center;
    margin-bottom:-10px;
}

#kc-webauthn-settings-form {
    padding-top: 8px;
}

#kc-content-wrapper {
    margin-top: 20px;
}

#kc-form-wrapper {
    margin-top: 10px;
}

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

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

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

#kc-terms-text {
    margin-bottom: 20px;
}

#kc-registration {
    margin-bottom: 15px;
}

/* TOTP */

.subtitle {
    text-align: right;
    margin-top: 30px;
    color: #909090;
}

.required {
    color: #A30000; /* default - IE compatibility */
    color: var(--pf-global--danger-color--200);
}

ol#kc-totp-settings {
    margin: 0;
    padding-left: 20px;
}

ul#kc-totp-supported-apps {
    margin-bottom: 10px;
}

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

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px 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: 12px;
    padding: 10px 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: 20px;
}

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

.kc-social-gray {
    color: #737679; /* default - IE compatibility */
    color: var(--pf-global--Color--200);
}

.kc-social-item {
    margin-bottom: 0.5rem; /* default - IE compatibility */
    margin-bottom: var(--pf-global--spacer--sm);
    font-size: 15px;
    text-align: center;
}

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

.kc-social-icon-text {
    left: -15px;
}

.kc-social-grid {
    display:grid;
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-column-end: span 6;
    --pf-l-grid__item--GridColumnEnd: span 6;
}

.kc-social-grid .kc-social-icon-text {
    left: -10px;
}

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

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

.kc-social-section hr{
    margin-bottom: 10px
}

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

    min-width:130px;
    text-align: center;
    border-radius: 2px;
    box-shadow:0 1px 8px rgba(0,0,0,0.6);
    padding: 5px;

    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: 15px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

#kc-verification-code {
    padding-left: 0px !important;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

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

    .login-pf .container {
        padding-right: 80px;
    }

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

@media (max-width: 767px) {

    .login-pf body {
        background: white;
    }

    #kc-header {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        text-align: left;
    }

    #kc-header-wrapper {
        font-size: 16px;
        font-weight: bold;
        color: #72767b;
        letter-spacing: 0;
    }

    div.kc-logo-text {
        margin: 0 auto;
        width: 120px;
        height: 136px;
    }

    #kc-form {
        float: none;
    }

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

    .login-pf .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #kc-locale {
        position: absolute;
        width: 200px;
        top: 20px;
        right: 20px;
        text-align: right;
        z-index: 9999;
    }

    #kc-verification-code {
        padding-right: 0px !important;
    }
}

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

@media (max-height: 645px) {
    #kc-container-wrapper {
        padding-top: 50px;
        top: 20%;
    }
}

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}

#kc-form-buttons {
    margin-top: 16px;
}

.login-pf-page .login-pf-brand {
    margin-top: 20px;
    max-width: 360px;
    width: 40%;
    display: block !important;
}

.card-pf {
    background: #fff;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 500px;
    border-top: 0;
    border-radius: 8px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
}

/* Internet Explorer 11 compatibility workaround for select-authenticator screen */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .select-auth-box-parent {
        border-top: 1px solid #f0f0f0;
        padding-top: 1rem;
        padding-bottom: 1rem;
        cursor: pointer;
    }

    .select-auth-box-headline {
        font-size: 16px;
        color: #06c;
        font-weight: bold;
    }

    .select-auth-box-desc {
        font-size: 14px;
    }

    .pf-l-stack {
        flex-basis: 100%;
    }
}
/* End of IE11 workaround for select-authenticator screen */

.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;
}

.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);
}

.card-pf {
    margin: 0 auto;
    box-shadow: var(--pf-global--BoxShadow--lg);
    padding: 0 20px;
    max-width: 500px;
    border-top: 4px solid;
    border-color: #1185fa;
}

/*phone*/
@media (max-width: 767px) {
    .login-pf-page .card-pf {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        border-top: 0;
        box-shadow: 0 0;
    }

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

    .kc-social-grid .kc-social-icon-text {
        left: -15px;
    }
}

.login-pf-page .login-pf-signup {
    font-size: 15px;
    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 {
    display: flex !important;
    flex-direction: column !important;
}

#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 {
    margin-bottom: 0px;
}

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

#kc-back {
    margin-top: 5px;
}
/*tablet*/

@media (max-width: 840px) {
    .login-pf-page .card-pf {
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px 20px 30px 20px;
    }
}

@media (max-width: 767px) {
    .login-pf-page .card-pf {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
    }

    .card-pf.login-pf-accounts {
        max-width: none;
    }
}

.login-pf-page .login-pf-signup {
    font-size: 15px;
    color: #72767b;
}

#kc-content-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .login-pf-page .login-pf-social-section:first-of-type {
        padding-right: 39px;
        border-right: 1px solid #d1d1d1;
        margin-right: -1px;
    }

    .login-pf-page .login-pf-social-section:last-of-type {
        padding-left: 40px;
    }

    .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
        margin-bottom: 0;
    }
}

.login-pf-page .login-pf-social-link {
    margin-bottom: 25px;
}

.login-pf-page .login-pf-social-link a {
    padding: 2px 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%;
}

.login-pf-page .card-pf {
    margin-bottom: 10px;
}

#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 {
    margin-bottom: 0px;
}

#kc-back {
    margin-top: 5px;
}

form#kc-select-back-form div.login-pf-social-section {
    padding-left: 0px;
    border-left: 0px;
}

li#kc-forgot-password-left-tab > a {
    border-radius: 8px 0px 0px 0px;
    color: rgb(3 3 3 / 30%);
    font-size: 16px;
    background-color: #f5f5f5;
    border-bottom: solid;
    border-bottom-color: #f5f5f5;
}

li#kc-forgot-password-left-tab > a:hover, li#kc-forgot-password-left-tab > a:focus {
    color: #9d9fa1;
    background-color: #f2f2f2;
}

li.active#kc-forgot-password-left-tab > a {
    color: inherit;
    background-color: #f5f5f5;
    border-bottom-color: #1185fa;
}

li#kc-forgot-password-right-tab > a {
    border-radius: 0px 8px 0px 0px;
    color: rgb(3 3 3 / 30%);
    font-size: 16px;
    background-color: #f5f5f5;
    border-bottom: solid;
    border-bottom-color: #f5f5f5;
}

li#kc-forgot-password-right-tab > a:hover, li#kc-forgot-password-right-tab > a:focus {
    color: #9d9fa1;
    background-color: #f2f2f2;
}

li.active#kc-forgot-password-right-tab > a {
    color: inherit;
    background-color: #f5f5f5;
    border-bottom-color: #1185fa;
}

#kc-forgot-password-send-code {
    background-color: #f5f5f5;
    color: #3399ff;
}

#kc-forgot-password-send-code:disabled {
    color: #9d9fa1;
}

#kc-forgot-password-send-code:hover:enabled {
    background-color: #f1f1f1;
}

@media (max-width: 768px) {
    .nav-pills > li + li#kc-forgot-password-right-tab {
        margin-left: 0px;
    }

    li#kc-forgot-password-left-tab > a {
        border-radius: 8px 8px 0px 0px;
        margin: 0px;
    }

    li#kc-forgot-password-right-tab > a {
        margin: 0px;
        border-top-right-radius: 0px;
    }

    li#kc-forgot-password-left-tab > a:hover, li#kc-forgot-password-left-tab > a:focus, li#kc-forgot-password-right-tab > a:hover, li#kc-forgot-password-right-tab > a:focus {
        color: #9d9fa1;
        background-color: #f2f2f2;
    }

    li.active#kc-forgot-password-left-tab > a, li.active#kc-forgot-password-right-tab > a {
        color: white;
        border: none;
        background-color: #1185fa;
        border-bottom: solid;
        border-bottom-color: #1185fa;
    }

    #kc-forgot-password-send-code {
        margin-top: 20px;
    }
}

.login-pf-signup#kc-info {
    text-align: start;
    margin-top: 15px;
}

a#kc-sign-up-url {
    margin-left: 0px;
}

div#kc-info-instruction {
    text-align: center;
}

#kc-login-pf-settings::before, #kc-login-pf-settings::after {
    content: none !important;
}

#kc-login-pf-settings {
    justify-content: end;
}

#kc-forgot-password-redirect {
    padding-left: 24px;
    padding-top: 5px;
}

.inner-container {
    display: flex;
    align-items: center;
}

.wrapper {
    display: flex;
    width: 90px;
}

.btn-custom {
    border-radius: 9999px;
    width: 100%;
    height: 48px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 0 0 0 #0003, 0 0 0 0 #00000024, 0 0 0 0 #0000001f;
}

.primary-btn:hover {
    background: rgba(17, 133, 250, 1);
    color: #ffffff;
}

.primary-btn {
    color: #fff;
    background-color: rgba(51, 153, 255, 1);

}

.secondary-btn {
    color: rgba(51, 153, 255, 1);
    background-color: rgba(245, 245, 245, 1);
}

.country-prefix-select {
    cursor: pointer;
    width: 22px;
    font-size: 20px;
    color: rgba(123, 123, 123, 1);
}

.column-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


.line-b {
    display: inline-block;
}

.overflow-auto {
    overflow-y: auto;
}

.ga-input {
    width: 90%;
    outline: none;
    border: none;
    background-color: rgba(245, 245, 245, 1);
}

.p-16-x {
    padding: 0 0 0 16px;
}


.p-6-x {
    padding: 0 4px;
}

.mb-16 {
    margin-bottom: 16px;
}

.country-prefix-actions {
    margin-top: 48px;
}

.search {
    width: 480px;
    height: 48px;
}

.ga-input-field {
    display: flex;
    border-radius: 9999px;
    background-color: rgba(245, 245, 245, 1);
    height: 48px;
    width: 100%;
}

.ga-search-country-prefix {
    display: flex;
    align-items: center;
    border-radius: 9999px;
    background-color: rgba(245, 245, 245, 1);
    height: 48px;
    width: 100%;
}

.country-prefix-overlay-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 96%;
    overflow-y: auto;
}

.country-prefix-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 9999px;
}

.auth-field input {
    width: 81%;
    height: 46px;
    border: none;
    display: flex;
    flex-direction: column;
}

.auth-field {
    width: 90%;
}

input.custom-input:-internal-autofill-selected {
    background-color: rgba(245, 245, 245, 1) !important;
    box-shadow: inset 0 0 0 1px rgba(245, 245, 245, 1), inset 0 0 0 100px rgba(245, 245, 245, 1) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, .32);
    z-index: 1000;
}

@keyframes showOverlay {
    0% {
        opacity: 0;
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
        transform: translate(0,0) scale(0.8);
    }
    100% {
        opacity: 1;
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
        transform: translate(0,0) scale(1.0);
    }
}

.drawer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #fff;
    padding: 24px;
    z-index: 1000;
    animation-name: showOverlay;
    animation-duration: 0.2s;
}

.fullWidthDrawer {
    width: 100%;
}

.autoWidthDrawer {
    width: 530px;
}

.checked-item-container {
    width: 35px;
    height: 30px;
    margin-top: 4px;
    margin-left: 8px;
    margin-right: -7px;
}

.item-checked {
    background-image: url("../img/check.svg");
    background-size: cover;
    width: 24px;
    height: 24px;
}

.clear-prefix {
    background: url("../img/close.svg");
    background-size: cover;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 15px;
}

.saudi-img {
    background-image: url("../img/saudi.svg");
    width: 28px;
    height: 28px;
    z-index: 1000;
    background-color: #fff;
    border-radius: 9999px;
}

.chevron-down {
    background-image: url("../img/chevron-down.svg");
    background-position: center;
    width: 24px;
    height: 24px;
    z-index: 1000;
    transition: all 1s;
}

.uae-img {
    background-image: url("../img/uae.svg");
    width: 28px;
    height: 28px;
    z-index: 1000;
    background-color: #fff;
    border-radius: 9999px;
}


.egypt-img {
    background-image: url("../img/egypt.svg");
    width: 28px;
    height: 28px;
    z-index: 1000;
    background-color: #fff;
    border-radius: 9999px;
}

.list-item-image {
    margin: 4px 16px 4px 8px;
    cursor: pointer;
}

.countryPrefixInput {
    pointer-events: none;
    font-size: 16px;
    color: rgb(40, 59, 84);
    background-color: rgba(245, 245, 245, 1);
    border: none;
    width: 60px;
    text-align: center;
}

.list-item {
    border-top: 1px solid #0000001f;
    height: 44px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

span.ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple 700ms linear;
    background-color: rgba(204, 204, 204);
  }

  @keyframes ripple {
    to {
      transform: scale(4);
      opacity: 0;
    }
  }

.list-item:hover {
    background-color: #0000000a;
    cursor: pointer;
}

.list-item:first-of-type {
    border-top: none;
}

.content {
    margin-top: 10px;
}

.show {
    display: block;
}

.show-flex {
    display: flex !important;
}

.hide {
    display: none;
}

.overlay-input {
    margin-left: 20px;
    margin-right: 21px;
}

.selected-prefix {
    background-color: rgba(0, 0, 0, 0.12) !important;
}

.shown {
    visibility: visible;
}

.hidden {
    visibility: hidden;
}

.pointer {
    cursor: pointer;
}

div.form-group {
    margin-bottom: 16px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.custom-form-group {
    margin-bottom: 16px;
}

.country-prefix-container:hover {
    background-color: rgba(220, 220, 220, 1);
}

.country-prefix-container:hover #prefix {
    background-color: rgba(220, 220, 220, 1);
}

.spin {
    transform: rotate(180deg);
}

.spin-reverse {
    transform: rotate(0deg);
}

.prefix-trigger {
    margin-right: 16px;
}

.verificationHidden{
    display: none;
}