/* ITM Client Theme – Giriş / Kayıt Sayfaları */

body#uyeolgirisbody.master-auth-page {
    margin: 0;
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
}

body#uyeolgirisbody.master-auth-page #uyeolgiris {
    position: fixed;
    inset: 0;
    overflow: auto;
    background: linear-gradient(135deg, #0c1222 0%, #1a1040 50%, #0c1222 100%) !important;
    background-image: none !important;
    display: flex;
    align-items: stretch;
}

body#uyeolgirisbody.master-auth-page #new-signin-signup {
    display: flex;
    width: 100%;
    min-height: 100vh;
}

body#uyeolgirisbody.master-auth-page .uyeolgirisyapx {
    display: flex;
    width: 100%;
    min-height: 100vh;
}

body#uyeolgirisbody.master-auth-page .uyeolgirisslogan {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    background: radial-gradient(ellipse at 30% 20%, rgba(14, 165, 233, 0.2) 0%, transparent 60%);
    float: none !important;
    width: auto !important;
    text-align: left;
}

body#uyeolgirisbody.master-auth-page .uyeolgirisslogan-con {
    width: 100%;
    max-width: 420px;
    margin: 0 !important;
}

body#uyeolgirisbody.master-auth-page .uyeolgirisslogan h4 {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 1.15rem !important;
    line-height: 1.7 !important;
    width: 100% !important;
    font-weight: 400;
}

body#uyeolgirisbody.master-auth-page .uyeolgirisslogan .logo img {
    width: 180px;
    margin-bottom: 32px;
}

body#uyeolgirisbody.master-auth-page .uyeol {
    flex: 1;
    position: relative !important;
    width: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 40px 32px;
}

body#uyeolgirisbody.master-auth-page .signupcon {
    width: 100%;
    max-width: 440px;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}

body#uyeolgirisbody.master-auth-page .signinsignup-title {
    font-size: 1.75rem !important;
    font-weight: 800 !important;
    color: #0c1222 !important;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}

body#uyeolgirisbody.master-auth-page #Signin_Form,
body#uyeolgirisbody.master-auth-page #Signforget_Form,
body#uyeolgirisbody.master-auth-page #SignUpForm {
    width: 100% !important;
    margin: 24px 0 0 !important;
}

body#uyeolgirisbody.master-auth-page #uyeolgiris input[type="text"]:not(#gsm):not(#gsm2),
body#uyeolgirisbody.master-auth-page #uyeolgiris input[type="email"],
body#uyeolgirisbody.master-auth-page #uyeolgiris input[type="password"],
body#uyeolgirisbody.master-auth-page #uyeolgiris input[type="tel"]:not(#gsm):not(#gsm2),
body#uyeolgirisbody.master-auth-page #uyeolgiris select,
body#uyeolgirisbody.master-auth-page #uyeolgiris textarea {
    width: 100% !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
    color: #334155 !important;
    background: #f8fafc !important;
    margin-bottom: 14px !important;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

body#uyeolgirisbody.master-auth-page #uyeolgiris input:focus,
body#uyeolgirisbody.master-auth-page #uyeolgiris select:focus {
    border-color: #0ea5e9 !important;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15) !important;
    outline: none;
    background: #fff !important;
}

body#uyeolgirisbody.master-auth-page .gonderbtn,
body#uyeolgirisbody.master-auth-page .yesilbtn,
body#uyeolgirisbody.master-auth-page .mio-ajax-submit {
    background: linear-gradient(135deg, #0ea5e9, #22d3ee) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 32px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    width: 100% !important;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(14, 165, 233, 0.35);
}

body#uyeolgirisbody.master-auth-page .gonderbtn:hover,
body#uyeolgirisbody.master-auth-page .yesilbtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(14, 165, 233, 0.45) !important;
}

body#uyeolgirisbody.master-auth-page .createnewaccountlink,
body#uyeolgirisbody.master-auth-page .sifreunuttulink {
    color: #0ea5e9 !important;
    font-weight: 600;
    text-decoration: none;
}

body#uyeolgirisbody.master-auth-page .createnewaccountlink:hover {
    color: #0284c7 !important;
}

body#uyeolgirisbody.master-auth-page .signup-stages {
    margin-bottom: 24px;
}

body#uyeolgirisbody.master-auth-page .signup-stages-block {
    width: 56px !important;
    height: 56px !important;
    line-height: 56px !important;
    font-size: 20px !important;
    margin: 0 8px !important;
    background: #f1f5f9 !important;
    color: #64748b !important;
}

body#uyeolgirisbody.master-auth-page .signup-stages-block.active {
    background: linear-gradient(135deg, #0ea5e9, #22d3ee) !important;
    color: #fff !important;
}

body#uyeolgirisbody.master-auth-page .signup-stage-line {
    display: none;
}

body#uyeolgirisbody.master-auth-page .clientcopyright {
    color: #94a3b8 !important;
}

body#uyeolgirisbody.master-auth-page .clientcopyright a {
    color: #64748b !important;
}

body#uyeolgirisbody.master-auth-page #uyeolgiris .iti {
    width: 100% !important;
    display: block !important;
    position: relative !important;
    margin-bottom: 14px;
}

body#uyeolgirisbody.master-auth-page #uyeolgiris .iti__flag-container {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 3 !important;
}

body#uyeolgirisbody.master-auth-page #uyeolgiris .iti__selected-flag {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    padding: 0 6px 0 10px !important;
    background: #f1f5f9 !important;
    border-right: 1px solid #e2e8f0 !important;
    border-radius: 12px 0 0 12px !important;
    box-sizing: border-box !important;
}

body#uyeolgirisbody.master-auth-page #uyeolgiris .iti__arrow {
    margin-left: 4px !important;
    border-left: none !important;
}

body#uyeolgirisbody.master-auth-page #uyeolgiris .iti__selected-dial-code {
    margin-left: 4px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}

body#uyeolgirisbody.master-auth-page #uyeolgiris #gsm,
body#uyeolgirisbody.master-auth-page #uyeolgiris #gsm2,
body#uyeolgirisbody.master-auth-page #uyeolgiris .iti--separate-dial-code input,
body#uyeolgirisbody.master-auth-page #uyeolgiris .iti input#gsm,
body#uyeolgirisbody.master-auth-page #uyeolgiris .iti input#gsm2 {
    width: 100% !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding-top: 14px !important;
    padding-right: 16px !important;
    padding-bottom: 14px !important;
    padding-left: 88px !important;
    font-size: 15px !important;
    color: #334155 !important;
    background: #f8fafc !important;
    margin-bottom: 0 !important;
    box-sizing: border-box !important;
    letter-spacing: 0.02em !important;
    line-height: 1.5 !important;
}

body#uyeolgirisbody.master-auth-page #uyeolgiris #gsm:focus,
body#uyeolgirisbody.master-auth-page #uyeolgiris #gsm2:focus {
    border-color: #0ea5e9 !important;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15) !important;
    outline: none;
    background: #fff !important;
}

body#uyeolgirisbody.master-auth-page #uyeolgiris .yuzde100 .iti {
    margin-bottom: 14px;
}

/* Sözleşme modalları (kayıt) */
.iziModal.itm-contract-modal,
.itm-contract-modal.iziModal {
    width: min(92vw, 520px) !important;
    max-width: 520px !important;
    max-height: 78vh !important;
    border-radius: 16px !important;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.2) !important;
    border: 1px solid #e2e8f0 !important;
    overflow: hidden !important;
}

.itm-contract-modal .iziModal-header {
    background: #fff !important;
    border-bottom: 1px solid #e2e8f0 !important;
    box-shadow: none !important;
}

.itm-contract-modal .iziModal-header-title {
    color: #0f172a !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 18px 22px !important;
    line-height: 1.4 !important;
}

.itm-contract-modal .iziModal-button {
    width: 34px !important;
    height: 34px !important;
    border-radius: 10px !important;
    background: #f1f5f9 !important;
    opacity: 1 !important;
}

.itm-contract-modal .iziModal-content {
    padding: 0 !important;
}

.itm-contract-modal .padding20,
#contract1_modal .padding20,
#contract2_modal .padding20 {
    padding: 16px 18px 20px !important;
    max-height: min(58vh, 420px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
    color: #334155 !important;
}

.itm-contract-modal .padding20 h1,
.itm-contract-modal .padding20 h2,
.itm-contract-modal .padding20 h3,
.itm-contract-modal .padding20 h4,
#contract1_modal .padding20 h1,
#contract1_modal .padding20 h2,
#contract2_modal .padding20 h1,
#contract2_modal .padding20 h2 {
    color: #0f172a !important;
    font-weight: 700 !important;
    margin: 0 0 12px !important;
    font-size: 1.05rem !important;
    line-height: 1.45 !important;
}

.itm-contract-modal .padding20 p,
#contract1_modal .padding20 p,
#contract2_modal .padding20 p {
    margin: 0 0 12px !important;
}

.itm-contract-modal .padding20 ul,
.itm-contract-modal .padding20 ol,
#contract1_modal .padding20 ul,
#contract2_modal .padding20 ul {
    margin: 0 0 14px 1.25em !important;
    padding: 0 !important;
}

.itm-contract-modal .padding20 li,
#contract1_modal .padding20 li,
#contract2_modal .padding20 li {
    margin-bottom: 6px !important;
}

body#uyeolgirisbody.master-auth-page #bgvid,
body#uyeolgirisbody.master-auth-page video {
    display: none !important;
}

body#uyeolgirisbody.master-auth-page .signinsignup-title {
    display: block !important;
}

body#uyeolgirisbody.master-auth-page .uyeolgirisyap {
    width: 100%;
}

body#uyeolgirisbody.master-auth-page .sifreunuttulink,
body#uyeolgirisbody.master-auth-page .createnewaccountlink {
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
}

body#uyeolgirisbody.master-auth-page .signin-signup-foot-btn {
    margin-top: 24px;
}

body#uyeolgirisbody.master-auth-page .uyeolgirisslogan h4 strong {
    color: #fff !important;
    font-weight: 700;
}

body#uyeolgirisbody.master-auth-page .checkbox-custom-label {
    color: #64748b;
    font-size: 13px;
}

body#uyeolgirisbody.master-auth-page .error,
body#uyeolgirisbody.master-auth-page .success {
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 16px;
    font-size: 14px;
}

/* Kayıt başarı ekranı */
@keyframes itmSignupSuccessIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes itmSignupSuccessPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.45; transform: scale(0.85); }
}

body#uyeolgirisbody.master-auth-page .itm-signup-success {
    padding: 24px 8px 40px;
    text-align: center;
    animation: itmSignupSuccessIn 0.45s ease;
}

body#uyeolgirisbody.master-auth-page .itm-signup-success-card {
    max-width: 440px;
    margin: 0 auto;
    padding: 36px 28px 32px;
    background: linear-gradient(155deg, #ecfdf5 0%, #f0f9ff 52%, #ecfeff 100%);
    border: 1px solid #6ee7b7;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(16, 185, 129, 0.16), 0 4px 12px rgba(14, 165, 233, 0.08);
}

body#uyeolgirisbody.master-auth-page .itm-signup-success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
    color: #fff !important;
    font-size: 34px !important;
    box-shadow: 0 8px 22px rgba(16, 185, 129, 0.38);
}

body#uyeolgirisbody.master-auth-page .itm-signup-success-title {
    margin: 0 0 14px !important;
    padding: 0 !important;
    border: none !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: #047857 !important;
    letter-spacing: -0.02em;
    line-height: 1.35 !important;
}

body#uyeolgirisbody.master-auth-page .itm-signup-success-content,
body#uyeolgirisbody.master-auth-page .itm-signup-success-content p,
body#uyeolgirisbody.master-auth-page .itm-signup-success-content h5 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #0f766e !important;
    line-height: 1.75 !important;
}

body#uyeolgirisbody.master-auth-page .itm-signup-success-content strong,
body#uyeolgirisbody.master-auth-page .itm-signup-success-content b {
    display: block;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px dashed #5eead4;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0284c7 !important;
}

body#uyeolgirisbody.master-auth-page .itm-signup-success-content strong::after,
body#uyeolgirisbody.master-auth-page .itm-signup-success-content b::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 6px;
    border-radius: 50%;
    background: #0284c7;
    vertical-align: middle;
    animation: itmSignupSuccessPulse 1.2s ease infinite;
}

@media (max-width: 900px) {
    body#uyeolgirisbody.master-auth-page .uyeolgirisyapx {
        flex-direction: column;
    }
    body#uyeolgirisbody.master-auth-page .uyeolgirisslogan {
        padding: 32px 24px;
        min-height: auto;
    }
    body#uyeolgirisbody.master-auth-page .uyeol {
        padding: 32px 24px 48px;
    }
}
