﻿@font-face {
    font-family: "Ozel";
    src: url(/ayarlar/yazitipi/Quicksand/Quicksand-Regular.ttf);
}

@font-face {
    font-family: "Ozel_b";
    src: url(/ayarlar/yazitipi/Quicksand/Quicksand-Bold.ttf);
}

@font-face {
    font-family: "Ozel_bm";
    src: url(/ayarlar/yazitipi/Quicksand/Quicksand-Medium.ttf);
}

@font-face {
    font-family: "Ozel_bl";
    src: url(/ayarlar/yazitipi/Quicksand/Quicksand-Light.ttf);
}

@font-face {
    font-family: "Ozel_bs";
    src: url(/ayarlar/yazitipi/Quicksand/Quicksand-SemiBold.ttf);
}

body, html {
    font-family: "Ozel", sans-serif !important;
    background-color: #f4f6f9;
    color: #2b3035;
}

.navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    padding: 12px 0;
    z-index: 1030;
}

.navbar-brand img {
    height: 40px;
    width: auto;
    margin-right: 8px;
}

.navbar-brand span {
    font-family: "Ozel_b", sans-serif;
    color: #1a2b4c;
    font-size: clamp(1.5rem, 1.2vw, 2rem);
}

.navbar-nav .nav-link {
    font-family: "Ozel_bm", sans-serif;
    color: #495057 !important;
    font-size: clamp(0.9rem, 1.05vw, 1.05rem);
    padding: 0.5rem 1rem !important;
}

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
        color: #0d6efd !important;
    }

/* Ortak Buton Temelleri */
.btn-uye-giris,
.btn-uye-ol {
    font-family: "Ozel_bm", sans-serif;
    font-size: clamp(0.85rem, 1vw, 1rem);
    border-radius: 50rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    padding: 8px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

/* Üye Giriş Butonu (Outlined & Soft) */
.btn-uye-giris {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
    border: 1.5px solid transparent;
    min-width: 160px;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

    .btn-uye-giris:hover,
    .btn-uye-giris:focus {
        background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
        color: #ffffff;
        border-color: transparent;
        box-shadow: 0 6px 20px rgba(37, 99, 235, 0.5);
        transform: translateY(-1px);
    }

.btn-uye-ol {
    border: 1.5px solid #e2e8f0;
    color: #334155;
    background: #ffffff;
    min-width: 140px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

    .btn-uye-ol:hover,
    .btn-uye-ol:focus {
        border-color: #cbd5e1;
        background-color: #f8fafc;
        color: #0f172a;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        transform: translateY(-1px);
    }

/* Üst Banner Alanı */
.hero-banner {
    background: transparent;
    border-radius: 0;
    padding: 20px 24px;
    margin-bottom: 14px;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    border-left: 5px solid #0d6efd;
}

.hero-title {
    font-family: "Ozel_b", sans-serif;
    color: #1a2b4c;
    letter-spacing: -1px;
}

.hero-illustration {
    height: 45px;
    width: auto;
    opacity: 0.85;
    object-fit: contain;
}

/* Branş Kartları Ortak Yapı */
.branch-main-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e9ecef;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.branch-header-img {
    height: 110px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-bottom: 4px solid var(--brand-color);
}

/* Branşlara Özel Renk Paletleri - Canlı ve Modern Tasarım */

/* Yan Flüt - Ferah Gök Mavisi */
.card-yanflut {
    --brand-color: #0077b6;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
}

/* Tiyatro - Sahne Bordosu / Canlı Kırmızı */
.card-tiyatro {
    --brand-color: #e63946;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
}

/* Şan - Canlı Magenta / Mor */
.card-san {
    --brand-color: #7209b7;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
}

/* Resim - Enerjik Turuncu / Bal */
.card-resim {
    --brand-color: #fb8500;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
}

/* Piyano - Modern Şık Gri / Kömür */
.card-piyano {
    --brand-color: #495057;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
}

/* Koro - Parlak İndigo / Mor */
.card-koro {
    --brand-color: #480ca8;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
}

/* Konservatuar - Derin ve Prestijli Kraliyet Mavisi */
.card-konservatuar {
    --brand-color: #1d3557;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
}

/* Klarnet - Canlı Nane / Çimen Yeşili */
.card-klarnet {
    --brand-color: #2a9d8f;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
}

/* Kemençe - Otantik ve Canlı Tarçın / Amber */
.card-kemence {
    --brand-color: #e07a5f;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
}

/* Keman - Sıcak ve Parlak Kehribar */
.card-keman {
    --brand-color: #d4a373;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
}

/* Gitar - Doğal ve Canlı Yaprak Yeşili */
.card-gitar {
    --brand-color: #38b000;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
}

/* Elektrogitar - Rock / Metalik Canlı Vişne */
.card-elektrogitar {
    --brand-color: #b7094c;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
}

/* Cello - Zengin ve Derin Şarap Kırmızısı */
.card-cello {
    --brand-color: #720026;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
}

/* Batari - Ritmik ve Dikkat Çekici Ateş Kırmızısı */
.card-batari {
    --brand-color: #ff0054;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
}

/* Başgitar - Dinamik ve Güçlü Okyanus Mavisi */
.card-basgitar {
    --brand-color: #00b4d8;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
}

/* Bağlama - Görseldeki Ahşap Tonuna Uygun Canlı Altın / Bal Beji */
.card-baglama {
    --brand-color: #dda15e;
    --brand-light: #f8fafc;
    --brand-border: #e2e8f0;
}

/* Ortak Renk Uygulamaları */
.branch-main-card .branch-title-text {
    color: var(--brand-color);
}

.branch-main-card .branch-icon-badge {
    background-color: var(--brand-color);
    color: #fff;
}

.branch-main-card .detail-btn {
    color: var(--brand-color);
    border-color: var(--brand-color);
}

    .branch-main-card .detail-btn:hover {
        background: var(--brand-color);
        color: #fff;
    }

.branch-main-card .arrow-icon-circle {
    border-color: var(--brand-color);
    color: var(--brand-color);
}

/* Görsel Üzerinden Aşağı Taşan İkon Rozeti */
.branch-icon-badge {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.35rem, 1.5vw, 1.5rem);
    position: absolute;
    top: 80px;
    left: 20px;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.12);
    z-index: 3;
}

/* Başlık Alanı */
.branch-title-container {
    padding: 24px 20px 14px 20px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

    .branch-title-container h4 {
        font-family: "Ozel_b", sans-serif;
        font-size: clamp(1.1rem, 1.3vw, 1.35rem);
        letter-spacing: 0.5px;
        margin-bottom: 0;
        margin-left: 60px;
    }

.arrow-icon-circle {
    width: 28px;
    height: 28px;
    border: 1.5px solid;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(0.75rem, 0.9vw, 0.9rem);
    transition: all 0.2s;
}

.branch-main-card:hover .arrow-icon-circle {
    background-color: var(--brand-color);
    color: #fff !important;
}

/* Seans Listesi ve Kartçıkları */
.sessions-container {
    padding: 15px;
    background-color: #ffffff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.session-box {
    background: var(--brand-light);
    border: 1px solid var(--brand-border);
    border-radius: 12px;
    padding: 12px 15px;
    font-size: clamp(0.85rem, 1vw, 1rem);
    box-shadow: 0 1px 3px rgba(0,0,0,0.01);
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .session-box:hover {
        box-shadow: 0 3px 6px rgba(0,0,0,0.05);
        transform: translateY(-1px);
    }

.session-icon-left {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--brand-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: clamp(0.9rem, 1.05vw, 1.1rem);
    flex-shrink: 0;
}

.badge-bos, .badge-dolu {
    font-family: "Ozel_b", sans-serif;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: clamp(0.75rem, 0.9vw, 0.9rem);
    display: inline-block;
    text-align: center;
    width: 100%;
}

.badge-bos {
    background-color: #d1e7dd;
    color: #0f5132;
}

.badge-dolu {
    background-color: #f8d7da;
    color: #842029;
}

/* Kart Altı "Detayları Gör" Alanı */
.card-footer-custom {
    padding: 15px;
    background: #ffffff;
    text-align: center;
}

.detail-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 11px 20px;
    background: #ffffff;
    border: 1.5px solid;
    border-radius: 50rem;
    font-family: "Ozel_b", sans-serif;
    font-size: clamp(0.85rem, 1vw, 1rem);
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
}

    .detail-btn span.btn-text {
        flex-grow: 1;
        text-align: center;
    }

/* Sağ Panel / Hızlı İşlemler */
.sidebar-panel {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e9ecef;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.sidebar-title {
    font-family: "Ozel_b", sans-serif;
    font-size: clamp(0.9rem, 1.05vw, 1.1rem);
    color: #1a2b4c;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.quick-action-link_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f8f9fa;
    color: #495057;
    text-decoration: none;
    font-family: "Ozel_b", sans-serif;
    font-size: clamp(0.8rem, 0.95vw, 0.95rem);
    white-space: nowrap;
}

.quick-action-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f8f9fa;
    color: #495057;
    text-decoration: none;
    font-family: "Ozel_bm", sans-serif;
    font-size: clamp(0.8rem, 0.95vw, 0.95rem);
    white-space: nowrap;
}

    .quick-action-link:last-child {
        border-bottom: none;
    }

    .quick-action-link i {
        color: #1a2b4c;
        margin-right: 8px;
        width: 16px;
    }



    .quick-action-link_b:last-child {
        border-bottom: none;
    }

    .quick-action-link_b i {
        color: #1a2b4c;
        margin-right: 8px;
        width: 16px;
    }



/* Bize Ulaşın Kutusu */
.contact-box {
    background-color: #042c60;
    color: white;
    border-radius: 16px;
    padding: 15px;
}

    .contact-box h6 {
        font-family: "Ozel_b", sans-serif;
        font-size: clamp(0.9rem, 1.05vw, 1.1rem);
    }

    .contact-box p {
        font-size: clamp(0.75rem, 0.9vw, 0.9rem);
        color: #cdd8ec;
    }

.btn-iletisim {
    background-color: #ffffff;
    color: #112238;
    border-radius: 50rem;
    width: 100%;
    padding: 8px;
    font-size: clamp(0.8rem, 0.95vw, 0.95rem);
    border: none;
}

    .btn-iletisim:hover {
        background-color: #eeeeee;
        color: #112238;
        font-family: "Ozel_b", sans-serif;
        border-radius: 50rem;
        width: 100%;
        padding: 8px;
        font-size: clamp(0.8rem, 0.95vw, 0.95rem);
        border: none;
    }

/* Alt Özellik Çubuğu */
.feature-bar {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e9ecef;
    padding: 20px;
    margin-top: 24px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.feature-item {
    display: flex;
    align-items: center;
}

.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

/* Yukarı Çık Butonu Stilleri */
#btnScrollTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    background-color: #0d6efd;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1rem, 1.2vw, 1.25rem);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
}

    #btnScrollTop.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    #btnScrollTop:hover {
        background-color: #0b5ed7;
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }

/* Kayıt / Form / Panel Alanları */
.register-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.register-card {
    width: 100%;
    max-width: 750px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
}

.lock-icon-box {
    width: 60px;
    height: 60px;
    background: #f1f5f9;
    color: #334155;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    margin: 0 auto 20px auto;
}

.register-title {
    font-family: "Ozel_b", sans-serif;
    color: #2b3035;
    font-size: clamp(1.3rem, 1.6vw, 1.65rem);
    text-align: center;
    margin-bottom: 0.5rem;
}

.register-subtitle {
    color: #6c757d;
    font-size: clamp(0.9rem, 1.05vw, 1.05rem);
    text-align: center;
    margin-bottom: 1.5rem;
}

.form-label-custom {
    font-family: "Ozel_bm", sans-serif;
    font-size: clamp(0.8rem, 0.95vw, 0.95rem);
    color: #000000;
    margin-bottom: 6px;
}

.input-group-text-custom {
    background-color: #f8fafc;
    border: 1px solid #dee2e6;
    border-right: none;
    color: #94a3b8;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.form-control-custom, .form-select-custom {
    border-radius: 10px;
    padding: 10px 12px;
    font-size: clamp(0.9rem, 1.05vw, 1.05rem);
    border: 1px solid #dee2e6;
    box-shadow: none !important;
    font-family: "Ozel", sans-serif;
}

    .form-control-custom::placeholder {
        font-size: clamp(0.85rem, 1vw, 1rem);
        color: #adb5bd;
    }

    .form-control-custom:focus, .form-select-custom:focus {
        border-color: #84cc16;
        box-shadow: 0 0 0 0.25rem rgba(132, 204, 22, 0.15) !important;
    }

.input-group:focus-within .input-group-text-custom {
    border-color: #84cc16;
    color: #475569;
}

.password-toggle-btn {
    background-color: #f8fafc;
    border: 1px solid #dee2e6;
    border-left: none;
    color: #94a3b8;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .password-toggle-btn:hover {
        color: #475569;
        background-color: #f1f5f9;
    }

.input-group:focus-within .password-toggle-btn {
    border-color: #84cc16;
    color: #475569;
}

.btn-custom-submit {
    background-color: #60a2c2;
    border-color: #60a2c2;
    color: white;
    padding: 12px;
    font-family: "Ozel_b", sans-serif;
    border-radius: 8px;
    width: 100%;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    font-size: clamp(0.9rem, 1.05vw, 1.05rem);
}

    .btn-custom-submit:hover {
        background-color: #296184;
        border-color: #296184;
        color: white;
    }

.content-container {
    width: 100%;
    max-width: 850px;
}

.page-header-box {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 25px;
    text-align: center;
}

.page-icon-box {
    width: 60px;
    height: 60px;
    background-color: #f1f5f9;
    color: #334155;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    margin: 0 auto 15px auto;
}

.page-title {
    font-family: "Ozel_b", sans-serif;
    color: #1e293b;
    font-size: clamp(1.3rem, 1.6vw, 1.65rem);
    margin-bottom: 5px;
}

.page-subtitle {
    color: #64748b;
    font-size: clamp(0.85rem, 1vw, 1rem);
    margin-bottom: 0;
}

.application-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    padding: 25px;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
}

    .application-card:hover {
        border-color: #cbd5e1;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    }

.app-label {
    font-family: "Ozel_bm", sans-serif;
    color: #64748b;
    font-size: clamp(0.85rem, 1vw, 1rem);
}

.app-value {
    font-family: "Ozel_bm", sans-serif;
    color: #1e293b;
    font-size: clamp(0.9rem, 1.05vw, 1.05rem);
}

.app-name-title {
    font-size: clamp(1.05rem, 1.25vw, 1.25rem);
    font-family: "Ozel_b", sans-serif;
    color: #0f172a;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.btn-delete-custom {
    background-color: #fee2e2;
    color: #dc2626;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    font-family: "Ozel_bm", sans-serif;
    font-size: clamp(0.85rem, 1vw, 1rem);
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .btn-delete-custom:hover {
        background-color: #dc2626;
        color: #ffffff;
        text-decoration: none;
    }

.modalBack {
    filter: alpha(opacity=50);
    opacity: 0.5;
    background-color: #000000;
}

.accordion-button:not(.collapsed) {
    background-color: #e7f1ff;
    color: #0c63e4;
    font-family: "Ozel_bm", sans-serif;
    font-size: clamp(0.9rem, 1.05vw, 1.05rem);
}

.accordion-button {
    font-family: "Ozel_bm", sans-serif;
    font-size: clamp(0.9rem, 1.05vw, 1.05rem);
}

.login-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.login-card {
    width: 100%;
    max-width: 460px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
}

.login-title {
    font-family: "Ozel_b", sans-serif;
    color: #1e293b;
    font-size: clamp(1.3rem, 1.6vw, 1.65rem);
    text-align: center;
    margin-bottom: 5px;
}

.login-subtitle {
    font-family: "Ozel", sans-serif;
    color: #64748b;
    font-size: clamp(0.85rem, 1vw, 1rem);
    text-align: center;
    margin-bottom: 30px;
}

/* Modern Alert Kutuları */
.modern-alert {
    font-size: clamp(0.8rem, 0.95vw, 0.95rem);
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-footer-actions {
    border-top: 1px solid #f1f5f9;
    margin-top: 25px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
}

.action-link-box {
    font-size: clamp(0.8rem, 0.95vw, 0.95rem);
    color: #64748b;
    font-family: "Ozel", sans-serif;
}

    .action-link-box a {
        color: #296184;
        font-family: "Ozel_b", sans-serif;
        text-decoration: none;
        font-size: clamp(0.85rem, 1vw, 1rem);
    }

.register-prompt-box {
    background-color: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    padding: 12px;
    font-size: clamp(0.8rem, 0.95vw, 0.95rem);
    color: #475569;
    font-family: "Ozel", sans-serif;
}

    .register-prompt-box a {
        color: #0b287b;
        font-family: "Ozel_b", sans-serif;
        text-decoration: none;
        font-size: clamp(0.85rem, 1vw, 1rem);
    }

.fullscreen-menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
    transition: right 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

    .fullscreen-menu-overlay.active {
        right: 0;
    }

.fullscreen-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #eaeaea;
}

.fullscreen-menu-body {
    padding: 2rem;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.menu-close-btn {
    background: none;
    border: none;
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    cursor: pointer;
    color: #333;
}

.sidebar-title-mobil {
    font-size: clamp(0.8rem, 0.95vw, 0.95rem);
    letter-spacing: 1px;
    color: #6c757d;
    font-family: "Ozel_b", sans-serif;
    margin-bottom: 1.5rem;
}

.quick-action-link-mobil {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    margin-bottom: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    font-family: "Ozel_bm", sans-serif;
    font-size: clamp(0.9rem, 1.05vw, 1.05rem);
    transition: all 0.2s ease;
}

    .quick-action-link-mobil:hover {
        background-color: #e9ecef;
        color: #0d6efd;
        transform: translateX(-4px);
    }

    .quick-action-link-mobil span {
        display: flex;
        align-items: center;
        gap: 12px;
    }


.form-check-input-custom {
    width: 1.35rem;
    height: 1.35rem;
    margin-top: 0;
    margin-right: 0.75rem;
    background-color: #ffffff;
    border: 2px solid #cbd5e1;
    border-radius: 0.4rem;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    vertical-align: middle;
}

    .form-check-input-custom:checked {
        background-color: #60a2c2;
        border-color: #60a2c2;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        background-size: 65% 65%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .form-check-input-custom:focus {
        box-shadow: 0 0 0 3px rgba(96, 162, 194, 0.25);
        outline: none;
    }

.form-check-label-custom {
    font-family: 'Ozel_bm', sans-serif;
    font-size: 0.9rem;
    color: #334155;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0 !important;
}

:root {
    --primary-glow: rgba(13, 110, 253, 0.15);
    --border-color: #e2e8f0;
    --input-bg: #f8fafc;
    --card-bg: #ffffff;
}

.application-container {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.register-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
}



.register-title {
    font-weight: 700;
    color: #1e293b;
    font-size: 1.65rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
}

.register-subtitle {
    color: #64748b;
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.lock-icon-box {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.form-label-custom {
    font-weight: 600;
    color: #334155;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.form-control-custom, .form-select-custom {
    background-color: var(--input-bg);
    border: 1.5px solid var(--border-color);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    color: #1e293b;
    transition: all 0.2s ease-in-out;
}

    .form-control-custom:focus, .form-select-custom:focus {
        background-color: #ffffff;
        border-color: #3b82f6;
        box-shadow: 0 0 0 4px var(--primary-glow);
        outline: none;
    }

.input-group-text-custom {
    background-color: #f1f5f9;
    border: 1.5px solid var(--border-color);
    border-right: none;
    border-radius: 10px 0 0 10px;
    color: #64748b;
    padding: 0 1rem;
}

.input-group .form-control-custom {
    border-radius: 0 10px 10px 0;
}

.btn-custom-submit {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    padding: 0.85rem 1.5rem;
    font-size: 1rem;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
    transition: all 0.2s ease;
}

    .btn-custom-submit:hover {
        background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
        box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
        transform: translateY(-1px);
        color: #fff;
    }

.accordion-item {
    border: 1.5px solid var(--border-color) !important;
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 1rem;
}

.accordion-button {
    background-color: #f8fafc !important;
    color: #1e293b !important;
    font-weight: 600;
    box-shadow: none !important;
    padding: 1rem 1.25rem;
}

    .accordion-button:not(.collapsed) {
        background-color: #eff6ff !important;
        color: #1d4ed8 !important;
    }

.custom-checkbox-card {
    background-color: #f8fafc;
    border: 1.5px solid var(--border-color);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    transition: all 0.2s ease;
}

    .custom-checkbox-card:hover {
        border-color: #cbd5e1;
        background-color: #f1f5f9;
    }