@font-face {
    font-family: PlusJakartaSans;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/PlusJakartaSans-ExtraBold.ttf) format("truetype");
}

@font-face {
    font-family: PlusJakartaSans;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/PlusJakartaSans-Light.ttf) format("truetype");
}

@font-face {
    font-family: PlusJakartaSans;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/PlusJakartaSans-Medium.ttf) format("truetype");
}

@font-face {
    font-family: PlusJakartaSans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/PlusJakartaSans-Regular.ttf) format("truetype");
}

@font-face {
    font-family: PlusJakartaSans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/PlusJakartaSans-Bold.ttf) format("truetype");
}

.login-pf body {
    background: rgba(0, 0, 0, 0.50);
}

.pass-login-left {
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding-top: 0;
    padding: 0 !important;
    font-family: "PlusJakartaSans", sans-serif;
    font-style: normal;
    font-weight: 400;
    position: relative;
    border: 0;
    background: #F5F5F7;
    display: flex;
    justify-content: center;
    align-self: center;
    vertical-align: middle;
}

.login-left-inside {
    width: 100%;
    height: 100%;
    padding: 24px;
    position: relative;
    border-radius: 30px;
}

.login-left-bg {
    background: #F5F5F7 url(../img/pass-bg-img.svg) no-repeat center;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
    background-size: cover;
}


.side-message-top {
    display: none;
    position: absolute;
    color: #ffffff;
    left: 9%;
    top: 9%;
    font-size: 14px;
    vertical-align: middle;
    svg {
        vertical-align: sub;
        margin-right: 10px;
    }
}

body.register {
    background: #F5F5F7;
}

.side-message {
    z-index: 999;
    position: absolute;
    color: #ffffff;
    margin: auto;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.16px;
    max-width: 85%;
    left: 9%;
    bottom: 5%;
    p {
        font-size: 16px;
        font-weight: 400;
    }
    h1 {
        font-size: 32px;
        font-weight: 700;
    }
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}

.alert-info hr {
    border-top-color: #856404;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.close-button {
    cursor: pointer;
}

#kc-logo-area {
    display: none;
}

#kc-header {
    display: none;
}

.card-pf {
    max-width: 100% !important;
    padding: 0 !important;
    border: none;
    margin: 0;
    overflow: hidden;
}

.w-70 {
    width: 70%;
}

.login-pf-header #kc-page-title {
    display: none !important;
}

header.login-pf-header {
    position: absolute;
    right: 11%;
    top: 10%;
    z-index: 4;
}

#kc-locale-dropdown button {
    border-radius: 4px;
    border: 1px solid #020D19;
    padding: 8px 12px;
    color: #6B7280;
    font-size: 14px;
    padding-left: 28px;
    background: url(../img/lang_icon.png) no-repeat 4px center;
}

#kc-locale-dropdown .dropdown-menu.show {
    background: transparent;
    border-radius: 4px;
    border: 1px solid #020D19;
    color: #6B7280;
    font-size: 14px;
    margin-top: -3px !important;
}

#kc-locale-dropdown .dropdown-item {
    color: #6B7280 !important;
    font-size: 14px;
    padding-left: 8px;
}

.pass-login-right {
    font-family: "PlusJakartaSans", sans-serif;
    height: 100vh;
    overflow: hidden;
    z-index: 2;
}

.pass-login-right h1 b {
    font-size: 48px;
    letter-spacing: -2.4px;
    font-weight: 800;
}

.pass-login-right>form {
    min-width: 392px;
}

.pass-left-box {
    border-radius: var(--25, 10px);
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0.2) 100%),
        linear-gradient(108deg,
            rgba(255, 255, 255, 0.26) 0%,
            rgba(255, 255, 255, 0.07) 100%);
    backdrop-filter: blur(30px);
    color: #ffffff;
    max-width: 65%;
    height: 90vh;
    padding: 3rem;
}

.pass-left-box h3 {
    font-size: 20px;
}

.pass-left-box h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
}

.pass-logo {
    background: url(../img/pass-logo.svg) no-repeat;
    width: 100%;
    height: 20px;
    background-size: contain;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.pass-left-box hr {
    margin: 2rem 0;
    max-width: 100px;
}

.show-pass-icon {
    border: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 9px;
    top: 9px;
    background-size: cover;
}

#smart-restart-container a {
    max-width: 200px !important;
    text-align: center;
    padding: 0 !important;
}

.password-popup {
    position: fixed;
    background: #fefefe;
    color: #000;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 13px;
    display: none;
    z-index: 999999;
    width: 260px;
    box-shadow: 0 8px 30px rgba(0,0,0,.25);
}

.password-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.password-popup li {
    margin-bottom: 6px;
}

.password-popup li.valid {
    color: #4CAF50;
}

.password-popup li.invalid {
    color: #ff5252;
}

.password-popup li.confirm-only {
    display: none;
}

.phone-error-popup {
    margin-top: 6px;
    font-size: 13px;
    color: #dc3545;
}

.register {
    font-family: "PlusJakartaSans", sans-serif;
    .login-pf-header {
        display: none;
    }
    .pass-logo {
        background-position: center center;
        margin-top: 2rem;
    }
    .register-button-top,
    .sign-in-button {
        width: fit-content !important;
        svg {
            vertical-align: text-top;
            margin-left: 2px;
        }
    }
    .right-top {
        padding-top: 0;
    }
    .lang-button {
        padding-top: 3rem;
    }
    .phone-input span {
        position: absolute;
        bottom: 0;
        left: 6px;
        color: #6B7280;
        font-size: 14px;
        border-color: #D7DDE2;
        border-radius: 40px;
        height: 40px;
        line-height: 41px;
    }

    input {
        padding-left: 10px !important;
        text-transform: capitalize;
    }

    input#password-confirm,
    input#password,
    input#email {
        text-transform: none;
    }

    .contract-accept {
        color: #68737A;
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        letter-spacing: .14px;
        margin-top: 1rem;
    }

    .register-form {
        .form-group {
            width: 49%;
            display: inline-block;
            padding: 0 1rem;
            vertical-align: top;
        }
        .form-label {
            font-weight: 400;
            color: #3E4D57;
        }
        input[type='radio'] {
            width: 22px;
            height: 22px;
            vertical-align: bottom;
            -webkit-appearance: none;
            padding-left: 0 !important;
        }
        input[type='radio']:after {
            width: 22px;
            height: 22px;
            border-radius: 15px;
            top: 0;
            left: 0;
            position: relative;
            background-color: white;
            content: '';
            display: inline-block;
            visibility: visible;
            border: 2px solid #D7DDE2;
        }

        input[type='radio']:checked:after {
            width: 22px;
            height: 22px;
            border-radius: 15px;
            top: 0;
            left: 0;
            position: relative;
            background-color: white;
            content: '';
            display: inline-block;
            visibility: visible;
            border: 5px solid #0E68C5;
        }
        .gender-form {
            label {
                color: #3E4D57;
                font-size: 14px;
                font-weight: 400;
            }
        }
    }
}
.social-login-buttons a,
.password-forgot-cancel,
.register-button-top,
.sign-in-button {
    position: relative;
    width: 100% !important;
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    max-height: 41px;
    border-color: transparent !important;
    border-radius: 40px !important;
    padding: 0 24px !important;
    text-align: center;
    line-height: 40px !important;
    background: none !important;
    border: 1px solid #D7DDE2 !important;
    border-radius: 40px !important;
    color: #020D19 !important;
}

a[aria-label="Apple"],
a#social-oidc[aria-label="Apple"] {
    text-decoration: none;
    svg {
        background: url(../img/apple-logo.svg) no-repeat;
        background-size: cover;
        max-width: 14px;
        max-height: 17px;
        height: 32px;
        margin-left: 5px;
        font-size: 38px !important;
        background-position: -1px -2px;
        path {
            display: none;
        }
    }
}

#social-oidc svg {
    background: url(../img/apple-logo.svg) no-repeat;
    background-size: cover;
    max-width: 14px;
    max-height: 17px;
    height: 32px;
    margin-left: 5px;
    font-size: 38px !important;
    background-position: -1px -2px;
}


.register-button {
    color: #020D19 !important;
    background: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: none !important;
    width: fit-content !important;
    line-height: 27px !important;
    border-radius: 40px !important;
}
.password-forgot-cancel {
    width: 100% !important;
    line-height: 40px !important;
}
.login .register-button {
    width: 100% !important;
}

.register-button-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 !important;
    height: 41px;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    font-weight: 500;
}

.sign-in-button {
    background: #020D19 !important;
    color: #fff !important;
}

.sign-in-button:hover {
    background: #323F47 !important;
    color: #fff !important;
}

.social-login-buttons a:hover,
.register-button:hover,
.password-forgot-cancel:hover {
    background: #fff !important;
}

.password-forgot-cancel svg,
.register-button-top svg,
.sign-in-button svg {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-size: contain;
}

.register-button-top svg path,
.password-forgot-cancel svg path {
    fill: #020D19;
}

.register-button-top:hover svg path,
.password-forgot-cancel:hover svg path {
    fill: #020D19 !important;
}

.pass-login-right hr {
    color: #a3a4a6;
    margin: 2rem 0;
}

.social-login-buttons ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    #social-google {
        text-decoration: none;
        padding: 0 !important;
        margin: 0;
        margin-left: 5px;
    }
    svg {
        margin-left: 5px;
        max-width: 14px;
        max-height: 14px;
    }
}

.social-login-buttons ul svg {
    margin-left: 5px;
    width: 14px;
    height: 14px;
}

.brand-logos {
    display: none;
    background: url(../img/brand-logos.svg) center no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 350px;
    height: 70px;
    margin: 0 auto 1rem auto;
}

.remember-me {
    color: #6B7280;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.remember-me input {
    border-color: #6B7280;
    background: #4B5563;
    margin-right: 0.3rem;
    width: 22px;
    height: 22px;
    vertical-align: top !important;
}

.remember-me label {
    color: #3e4d57;
    font-size: 14px !important;
}

input#email,
.phone-input input,
input#lastName,
input#firstName{
    padding: 3.5px;
    padding-left: 30px;
    color: #6B7280;
    font-size: 14px;
    border-color: #D7DDE2;
    border-radius: 40px;
    height: 40px;
}

input#username {
    background: url(../img/input_mail_icon.svg) no-repeat 10px center #fff;
    padding: 3.5px;
    padding-left: 30px;
    color: #6B7280;
    font-size: 14px;
    border-color: #D7DDE2;
    border-radius: 40px;
    height: 40px;
}
input#username:-webkit-autofill,
input#username:-webkit-autofill:hover,
input#username:-webkit-autofill:focus {
    /* tek background tanımı ile hem renk hem ikon */
    background: url("../img/input_mail_icon.svg") no-repeat 10px center, #fff !important;
    background-size: 18px 18px, auto !important;
    -webkit-text-fill-color: #000 !important;
}

input#password:focus,
input#username:focus {
    border-color: #020D19;
}

input#password-confirm,
input#password-new,
input#password {
    background: url(../img/input_pass_icon.svg) no-repeat 10px center #fff;
    padding: 3.5px;
    padding-left: 30px;
    color: #6B7280;
    font-size: 14px;
    border-color: #D7DDE2;
    border-radius: 40px;
    height: 40px;
}

.register input#password-confirm,
.register input#password {
    background: #fff;
}

label[for="password"][aria-invalid="true"],
label[for="username"][aria-invalid="true"] {
    color: #F75154 !important;
}

.login-page-text {
    color: #68737A;
}

.light-theme .pass-login-right {
    background: #F5F5F7;
    overflow-y: scroll;
    vertical-align: middle;
    margin: auto;
    padding-bottom: 0.5rem;
}

.light-theme .pass-login-right label {
    color: #3E4D57;
    font-size: 12px;
}

.light-theme .pass-login-right .invalid-feedback {
    font-size: 12px;
}

.lang-button {
    padding-top: 5rem;
}

.or-text {
    font-size: 14px;
}

.form-group.login-pf-settings > div {
    display: inline-block;
    width: 49%;
    color: #020D19;
}

.forgot-password {
    text-align: right;
    margin-top: 0.75rem;
    margin-bottom: 1rem;
}

.form-group.login-pf-settings > div span a {
    color: #020D19;
    text-decoration: none;
    font-size: 14px;
}

.mobile-pass-left-box {
    display: none;
}

.login-footer-text {
    font-size: 12px;
    color: #68737A;
    margin-top: 1rem;
    a {
        text-decoration: none;
    }
    p {
        font-size: 10px;
    }
    .all-rights {
        font-size: 12px;
        padding-bottom: 1rem;
    }
}

input#password[aria-invalid="true"],
input#username[aria-invalid="true"] {
    border-color: #F75154;
}

input#password:focus,
input#username:focus {
    box-shadow: none;
}

.pass-login-right .form-group #input-error {
    display: none;
}

.locale-back {
    display: flex;
    justify-content: space-between;
    padding-top: 0.5rem;
}

.locale-back a {
    color: #020D19;
    text-decoration: none;
    font-size: 16px;
    padding-left: 16px;
    max-height: 24px;
    background: url(../img/arrow_left.svg) no-repeat left center;
}

.right-top {
    a#dropdownMenuLink {
        background: none;
        border-color: #D7DDE2;
        border-radius: 50px;
        padding: 0.5rem 1rem;
        color: #68737A;
        text-transform: uppercase;
        font-size: 14px;
    }
}

.right-top .dropdown-item.tr:before,
.right-top #dropdownMenuLink.tr:before {
    content: "";
    background: url(../img/tr-flag.png) no-repeat center;
    width: 20px;
    height: 18px;
    background-size: contain;
    display: inline-block;
    vertical-align: sub;
    padding-right: 3px;
}

.right-top .dropdown-item.en:before,
.right-top #dropdownMenuLink.en:before {
    content: "";
    background: url(../img/en-flag.png) no-repeat center;
    width: 20px;
    height: 18px;
    background-size: contain;
    display: inline-block;
    vertical-align: sub;
    padding-right: 3px;
}


.right-top .dropdown-item {
    color: #68737A;
    font-size: 14px;
    text-transform: uppercase;
}

.mobile-message {
    display: none;
}

.template-warning {
    margin-bottom: 0 !important;
    position: fixed !important;
    right: 1rem !important;
    bottom: 1rem !important;
    z-index: 10;
}

.warning-header {
    display: flex;
}

.exclamation-mark {
    background: url(../img/exclamation-mark.svg) no-repeat center;
    width: 150px;
    height: 150px;
    display: block;
    text-align: center;
    margin:auto;
}

.info-mark {
    background: url(../img/info-icon.svg) no-repeat center;
    width: 150px;
    height: 150px;
    display: block;
    text-align: center;
    margin:auto;
    background-size: contain;
}

.email-verification-page {
    .exclamation-mark {
        background: url(../img/mail-icon.svg) no-repeat center;
        width: 150px;
        height: 150px;
        display: block;
        text-align: center;
        margin:auto;
        background-size: contain;
    }
}

#doClickHere,
#loginRestartLink,
#backToApplication {
    border: 1px solid #D7DDE2;
    border-radius: 40px;
    text-align: center;
    margin-top: 1rem;
    height: 43px;
    text-decoration: none;
    color: #020D19;
    font-weight: 700;
    background: url(../img/arrow_left.svg) no-repeat 7px center;
    padding: 0.65rem;
    padding-left: 1.5rem;
    font-size: 14px;
}

#doClickHere {
    background: none;
    padding: 7.5px 24px;
    width: fit-content !important;
    display: block;
    margin: auto;
    max-height: 41px;
    font-size: 14px;
    line-height: 25px;
}

.kc-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.kc-modal-content {
    background: #ffffff;
    width: 90%;
    max-width: 700px;
    margin: 5% auto;
    padding: 20px;
    border-radius: 6px;
    position: relative;
}

.kc-close {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 24px;
    cursor: pointer;
}

.kc-terms-text {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1.6;
}

.kc-modal-footer {
    text-align: right;
    margin-top: 16px;
}

#kc-register:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 820px),
@media (max-width: 767px) {
    .pass-login-right {
        height: 100vh;
        width: 100% !important;
        border-top: 2px solid;
        align-items: flex-start !important;
        padding: 0 2rem !important;
    }

    .pass-login-left {
        display: none;
    }

    .login-page-text {
        display: none;
    }

    .mobile-message {
        display: block;
        color: #68737A;
    }

    .pass-login-right .pass-icon {
        display: none;
    }

    .pass-left-box {
        height: 36vh;
        max-width: 100%;
        margin: 1rem;
        padding: 1rem;
    }

    .pass-login-right>form {
        padding: 0 2rem;
        margin-top: 2rem;
    }

    .pass-login-left .pass-left-box {
        display: none;
    }

    .pass-login-left .mobile-pass-left-box {
        height: 30vh;
        width: 100%;
        padding: 1rem;
        display: block;
    }

    .mobile-pass-left-box .pass-logo-mobile {
        background: url(../img/mobile-logo.png) left no-repeat;
        width: 160px;
        height: 77px;
    }

    .pass-logo {
        margin-top: 0 !important;
    }

    .mobile-pass-left-box h2 {
        color: #ffffff;
        font-family: "PlusJakartaSans", sans-serif;
        font-size: 32px;
        font-weight: 700;
        margin-top: 1rem;
    }

    .mobile-pass-left-box p {
        color: #ffffff;
        font-family: "PlusJakartaSans", sans-serif;
        font-size: 14px;
        font-weight: 500;
        margin-top: 1rem;
    }

    .mobile-pass-left-box b {
        color: #34D399;
        text-decoration: underline;
    }

    .mobile-pass-left-box:before {
        background: url(../img/mobile-left-bg.png) left;
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

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

    header.login-pf-header {
        right: 2%;
        top: 4%;
    }

    .right-top {
        margin-top: 1rem;
    }

    .template-warning {
        bottom: 0 !important;
        right: 0 !important;
        top: auto !important;
    }
    .register {
        .lang-button {
            padding-top: 0;
        }

        .register-form {
            .form-group {
                width: 100%;
                padding: 0 1rem;
            }
        }
    }

}


@media (max-width: 1023px) {
    .pass-login-right>form {
        min-width: 100%;
    }
}

.error-page .login-page-text {
    display: block !important;
}