
@font-face {
    font-family: "Poppins", sans-serif!important;
    src: url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
}



@font-face {
    font-family: "Inter", sans-serif!important;
    src: url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
}

.login-pf {
    background: none!important;
}


.login-pf body {
    background: no-repeat center center fixed;
    background-color: #0000;
    background-size: cover;
    height: 100%;
    background-color: #F8F4FB;
}

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

.pf-c-alert__title {
    font-size: var(--pf-global--FontSize--xs);
    color: #131C35 !important;
    font-family: "Poppins", sans-serif !important;
    text-align: center;
}

p.instruction {
    margin: 15px 0;
}

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

h1#kc-page-title {
    margin: 0 0 5px 0;
    font-family: "Poppins", sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color:#391D44;
}

#kc-locale ul {
    background-color: var(--pf-global--BackgroundColor--100);
    display: none;
    top: 20px;
    min-width: 100px;
    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-top: 40px;
}

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

#kc-logo {
    width: 100%;
}

div.kc-logo-text {
    background-color: black;
    background-repeat: no-repeat;
    background-size: contain;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

div.kc-logo-text {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 123px;
    width: 300px;
    margin: 0 auto;
}





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

#kc-header {
    margin: 0!important;
    width: 0;
    height: 0;
}

#kc-header-wrapper {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#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-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: 10px;
    font-size: 1.8em;
}

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

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

#kc-info-wrapper {
    font-size: 13px;
    padding: 0px;
    background-color: #F0F0F0;
}

#kc-form-options span {
    display: block;
}
.form-group{
    margin-bottom: 20px!important;
}
.form-group a {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
    text-align: center;
    color:#E10A0A;
}
.form-group a:hover {
    color:#E10A0A;
    text-decoration: none;
}
.form-group label{
    margin-bottom: 4px!important;
    font-family:"Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 13.31px!important;
    text-align: left!important;
    display: inline!important;
    width:100%!important;
    color:#391D44!important;
}
.form-group input{
    padding: 13px!important;
    border-radius: 10px!important;
    border: 1px solid #898D9A!important;
    outline:0!important;
    box-shadow:none !important;
    font-family: "Poppins" , sans-serif !important;
    font-size: 14px !important;
    font-weight: 600px !important;
    color: #131C35;
    height: 40px;
}
.form-group input:hover, .form-group input:focus{
    border-color:#898D9A;
    box-shadow: none!important;
}
.form-group input::placeholder{
    color:  #D0D2D7!important;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px!important;
    font-weight: 400!important;

}

.pf-c-input-group input{
    border-top-right-radius:0!important;
    border-right: 0!important;
    border-bottom-right-radius:0!important;
}

.pf-c-input-group input:focus{
    border-right:0!important;
}


.pf-c-input-group button {
    padding:2px 10px!important;
    border-radius: 0 10px 10px 0!important;
    border: 1px solid #898D9A!important;
    border-left: 0!important;
    color: #131C35!important;
    outline:0;
}
.pf-c-input-group button::after{
    padding:2px 10px!important;
    display:none!important;
}
#kc-form-options .checkbox {
    margin-top: 0!important;
    color: #72767b!important;
}

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

#kc-registration-terms-text {
    max-height: 100px!important;
    overflow-y: auto!important;
    overflow-x: hidden!important;
    margin: 5px!important;
}

#kc-registration {
    margin-bottom: 0;
    font-family: "Poppins" , sans-serif !important;
}

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

.required {
    color: #FF6444;
}

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-links li {
    width: 100%;
}

.kc-social-provider-logo {
    font-size: 26px;
    width: 26px;
    height: 26px;
}

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

.kc-social-gray h2 {
    margin-bottom:14px;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color:#898D9A;
}

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

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

.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: #ffff;

    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-check-mark {
    background-image: url("https://esim-profile-photo.s3.eu-central-1.amazonaws.com/pictures/success.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 25%;
    height: 60px;
    margin-top: 20px;
}

@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: no-repeat left center contain black;
    }

    #kc-header {
      padding: 0;
    }
    #kc-form {
        float: none;
    }

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

@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: 20px;
}

.login-pf-page .login-pf-brand {
    margin-top: 20px;
    max-width: 360px;
    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: 5px;
}

/*.card-pf {*/
/*   overflow: hidden;*/
/*   margin: auto!important;*/
/*   padding: 24px!important;*/
/*   max-width: 500px;*/
/*   border:0!important;*/
/*   box-shadow:none;*/
/*}*/
.card-pf {
    margin: 30px auto;
    max-width: 30%;
    /*max-height: 705px;*/
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(3,3,3,.175);
}
.login-pf-page .login-pf-header {
    margin-bottom: 0;
}
.login-pf-page{
    padding-top: 0!important;
}

/*phone*/
@media (max-width: 767px) {
    .login-pf-page .card-pf {
        max-width: 361px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .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 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: 0px;
}

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

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

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

.kc-recovery-codes-actions {
    margin-bottom: 24px;
}
.kc-recovery-codes-actions button {
    padding-left: 0;
}
.kc-recovery-codes-actions button i {
    margin-right: 8px;
}

.kc-recovery-codes-confirmation {
    align-items: baseline;
    margin-bottom: 16px;
}

#certificate_subjectDN {
    overflow-wrap: break-word
}


/* * .fa-eye:before {
    content: url("../img/eyeshow_pass.png") !important;
    width: 10px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
} */



/* * .fa-eye-slash:before {
    content: ""!important;
    background-image: url('../img/eyeshow_pass.png') !important;
} */

/* End Recovery codes */

/* modifying the code  */


.login-pf-page .login-pf-settings a{
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: center;
    color:#E10A0A;

}

.login-pf-page .login-pf-settings{
    margin-top: -10px;
    margin-bottom: 0 !important;
}

#kc-login{
    padding:13px !important;
    font-family: "Poppins", sans-serif !important;
    border-radius:10px!important;
    background-color:#391D44!important;
    outline:0!important;
    height:40px!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 19.36px!important;
    color:#ffffff!important;
    cursor:pointer!important;
    margin-top: 4px !important;
    margin-bottom: 30px !important;
}


#kc-social-providers hr{
    display: none !important;
}

#sso-buttons-list{
    display: flex;
    flex-direction: column;
}

.sso-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color:#391D44;
    font-family: "Poppins", sans-serif !important;
    font-size: 17.575px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 5px 5px;
    height: 100%;
    gap: 10px;
    text-decoration: none;

}

.sso-button:hover {
    text-decoration: none;
    color: #391D44 !important;
}

.kc-social-links .kc-social-provider-name {
    display: none;
}

/* General icon sizing for all SSO buttons */
.sso-button svg,
.sso-button i {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fa-apple {
    font-size: 24px;
    width: 24px;
    height: 24px;
    margin-bottom: 1px;
    transform: scaleX(1) !important;
}

#kc-registration{
    font-family: "Poppins", sans-serif  !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 16.94px;
    text-align: center;
    color:#E10A0A;
    margin: 0%;
}

#kc-registration a{
    color:#E10A0A;
    text-decoration: none;
}

#kc-info-wrapper {
    font-size: 13px;
    padding: 0px;
    background-color: #ffffff;
}


.pf-c-button.pf-m-control {

    --pf-c-button--after--BorderColor: transparent;
}

.pf-c-login__main-footer-links{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.pf-c-login__main-footer-links li {
    width: 50px;
}

li .pf-c-button {
    width:50px;
    height:50px;
    box-shadow: 0px 0px 10px -5px #131C354D;
    border-radius:10px;
    display:flex;
    justify-content:center;
    align-items:center;
}


.pf-c-button.pf-m-primary{
    background-color: #391D44 !important;
    color: #ffffff !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.pf-c-alert.pf-m-success{
    --pf-c-alert--BorderTopColor: #ffff !important;
    --pf-c-alert__icon--Color: var(--pf-c-alert--m-success__icon--Color);
    --pf-c-alert__title--Color: var(--pf-c-alert--m-success__title--Color);
    --pf-c-alert--m-inline--BackgroundColor: #ffff !important;
}

.pf-c-alert.pf-m-danger{
    --pf-c-alert--BorderTopColor: #ffff !important;
    /*display: none;*/
}

/* a {
    color: #E10A0A;
} */

.alert-success{
    border-color: #ffff !important;
    background-color: #ffff !important;
}

pf-c-alert, .alert-warning {
    border: none !important;
}

.pf-c-alert.pf-m-success {
    --pf-c-alert--BorderTopColor: #ffff !important;
    --pf-c-alert__icon--Color: var(--pf-c-alert--m-success__icon--Color);
    --pf-c-alert__title--Color: var(--pf-c-alert--m-success__title--Color);
    --pf-c-alert--m-inline--BackgroundColor: #ffff !important;
}

.pf-c-alert.pf-m-success .pf-c-alert__icon {
    display: none;
}

#username {
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #131C35 !important;
}

.password-login-filed {
    position: relative;
}

.eye-icon {
    position: absolute;
    right: 0px;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.2em;
    color: #131C35;
    padding: 10px 15px;
    background-size: contain;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
}

#kc-registration-container {
    padding: 2%;
}

.eye-icon.closed {
    background-image: url(../img/close.png);
}

.eye-icon.open {
    background-image: url(../img/open.png);
}

#kc-form-options div span a {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 16.94px;
    text-align: center;
    color: #E10A0A;
    margin: 0%;
    text-decoration: none;
}

.eye-icon-register {
    right: 20px;
    top: 63%;
}

.eye-icon-reset-password {
    right: 5px;
}

#kc-locale-dropdown {
    display: none !important;
}

body[dir="rtl"] {
    direction: rtl;
    text-align: right;
} /* Make sure buttons, inputs, and other elements are correctly aligned */

body[dir="rtl"] #kc-page-title {
    text-align: right !important;
    direction: rtl;
}
body[dir="rtl"] #kc-content {
    text-align: right !important;
    direction: rtl;

}
body[dir="rtl"] #togglePassword {
    right: auto;
    left: 25px !important;
    direction: rtl;

}
body[dir="rtl"] #togglePasswordConfirm {
    right: auto;
    left: 25px !important;
    direction: rtl;

}
body[dir="rtl"] #kc-page-title :nth-child(2){
    float: right !important;
    direction: rtl;
}
body[dir="rtl"] #password-requirements {
    margin-right: 0 !important;
    text-align: right !important;
    padding-right: 10px !important;
}
body[dir="rtl"] .update-password {
    text-align: right;
}
body[dir="rtl"] .login-pf-settings {
    float: right;
    margin-bottom: 20px !important;
}


/* OR Divider between social login and password form */
.login-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #9D97A1;
    margin-bottom: 10px;
}

.login-divider::before,
.login-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #E5E5E5;
}

.login-divider-text {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    color: #9D97A1;
}