@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/index.razor.rz.scp.css */
.dashboard-container[b-9e8byx9eob] {
    padding: 20px;
    background-color: #f8f9fa;
    min-height: 90vh;
}

/* Login Container Styles */
.login-container[b-9e8byx9eob] {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: linear-gradient(135deg, #482124 0%, #EEE9EA 100%);*/
    background: linear-gradient(135deg, #482124 0%, #EEE9EA 100%);
    padding: 20px;
}

.welcome-box[b-9e8byx9eob] {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 800px;
    width: 90%;
}

.company-logo[b-9e8byx9eob] {
    width: 200px;
    height: auto;
    margin-bottom: 1.5rem;
}
.company-logoauth[b-9e8byx9eob] {
    width: 150px;
    height: auto;
}
.product-image-container[b-9e8byx9eob] {
    margin: 2rem 0;
    overflow: hidden;
    border-radius: 10px;
}

.product-image[b-9e8byx9eob] {
    width: 100%;
    max-width: 600px;
    height: auto;
    transition: transform 0.3s ease;
}

    .product-image:hover[b-9e8byx9eob] {
        transform: scale(1.02);
    }
.welcome-banner h5[b-9e8byx9eob] {
    color: #482124;
}

    .welcome-box h1[b-9e8byx9eob] {
    margin-bottom: 0.5rem;
    font-size: 2rem;
}

.welcome-box h2[b-9e8byx9eob] {
   
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.welcome-text[b-9e8byx9eob] {
    
    margin: 1.5rem 0;
    font-size: 1.1rem;
}

.login-button[b-9e8byx9eob] {
    background: #482124;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .login-button:hover[b-9e8byx9eob] {
        background: #6d323d;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(87, 41, 50, 0.2);
    }

/* Dashboard Menu Cards */
.menu-cards[b-9e8byx9eob] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.menu-card[b-9e8byx9eob] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

    .menu-card:hover[b-9e8byx9eob] {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    }

    .menu-card i[b-9e8byx9eob] {
        color: #482124;
    }

.info-cards[b-9e8byx9eob] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.info-card[b-9e8byx9eob] {
    background-color: white;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

    .info-card h5[b-9e8byx9eob] {
        color: #482124;
        margin-bottom: 10px;
    }

.login-redirect[b-9e8byx9eob] {
    text-align: center;
    padding: 50px;
}

/* Welcome Banner */
.welcome-banner[b-9e8byx9eob] {
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.banner-content[b-9e8byx9eob] {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .login-container[b-9e8byx9eob] {
        min-height: 90vh;
        padding: 10px;
        margin-bottom: 20px;
    }

    .welcome-box[b-9e8byx9eob] {
        padding: 1rem;
        margin: 10px auto;
        width: 95%;
    }

    .company-logo[b-9e8byx9eob] {
        width: 120px; /* Logo boyutu küçültüldü */
        margin-bottom: 1rem;
    }
    .company-logoauth[b-9e8byx9eob] {
        width: 120px; /* Logo boyutu küçültüldü */
        margin-bottom: 1rem;
    }
    .welcome-box h1[b-9e8byx9eob] {
        font-size: 1.3rem; /* Başlık boyutu küçültüldü */
        margin-bottom: 0.3rem;
    }

    .welcome-box h2[b-9e8byx9eob] {
        font-size: 1rem; /* Alt başlık boyutu küçültüldü */
        margin-bottom: 1rem;
    }

    .product-image-container[b-9e8byx9eob] {
        margin: 1rem 0; /* Margin azaltıldı */
        padding-bottom: 10px;
    }

    .product-image[b-9e8byx9eob] {
        max-width: 100%; /* Resim genişliği ayarlandı */
        border-radius: 8px;
    }

    .welcome-text[b-9e8byx9eob] {
        font-size: 0.9rem; /* Metin boyutu küçültüldü */
        margin: 1rem 0;
    }

    .login-button[b-9e8byx9eob] {
        padding: 10px 20px; /* Buton padding küçültüldü */
        font-size: 0.9rem;
        width: 80%; /* Buton genişliği ayarlandı */
        max-width: 250px;
    }

    .login-button-container[b-9e8byx9eob] {
        margin-bottom: 15px;
        padding: 5px;
    }
}

/* Daha küçük ekranlar için ek optimizasyon */
@media (max-width: 480px) {
    .welcome-box[b-9e8byx9eob] {
        padding: 0.8rem;
        margin: 5px auto;
    }

    .company-logo[b-9e8byx9eob] {
        width: 100px;
    }
    .company-logoauth[b-9e8byx9eob] {
        width: 100px;
    }

    .welcome-box h1[b-9e8byx9eob] {
        font-size: 1.1rem;
    }

    .welcome-box h2[b-9e8byx9eob] {
        font-size: 0.9rem;
    }

    .product-image-container[b-9e8byx9eob] {
        margin: 0.8rem 0;
    }

    .welcome-text[b-9e8byx9eob] {
        font-size: 0.8rem;
        margin: 0.8rem 0;
    }

    .login-button[b-9e8byx9eob] {
        padding: 8px 16px;
        font-size: 0.8rem;
        width: 90%;
    }
}

/* Yatay mobil görünüm için optimizasyon */
@media (max-height: 600px) and (orientation: landscape) {
    .login-container[b-9e8byx9eob] {
        padding: 5px;
    }

    .welcome-box[b-9e8byx9eob] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        align-items: center;
    }

    .company-logo[b-9e8byx9eob] {
        width: 80px;
    }
    .company-logoauth[b-9e8byx9eob] {
        width: 80px;
    }

    .product-image-container[b-9e8byx9eob] {
        margin: 0.5rem 0;
    }

    .welcome-text[b-9e8byx9eob] {
        margin: 0.5rem 0;
    }
}
/* /Pages/Login.razor.rz.scp.css */

.login-container[b-tymjm7zpu1] {
    min-height:90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: linear-gradient(135deg, #482124 0%, #EEE9EA 100%);*/
    background: linear-gradient(135deg, #482124 0%, #EEE9EA 100%);
    padding: 20px;
}

.login-box[b-tymjm7zpu1] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    padding: 40px;
    width: 100%;
    max-width: 450px;
    animation: slideUp-b-tymjm7zpu1 0.5s ease;
}

.logo-section[b-tymjm7zpu1] {
    text-align: center;
    margin-bottom: 20px;
}

.logo[b-tymjm7zpu1] {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}

.logo-section h1[b-tymjm7zpu1] {
    font-size: 24px;
    color: #482124;
    margin-bottom: 10px;
}

.form-group[b-tymjm7zpu1] {
    margin-bottom: 20px;
}

    .form-group label[b-tymjm7zpu1] {
        display: block;
        margin-bottom: 8px;
        color: #482124;
        font-weight: 500;
    }

        .form-group label i[b-tymjm7zpu1] {
            margin-right: 8px;
            color: #482124;
        }

.form-control[b-tymjm7zpu1] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #EEE9EA;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
}

    .form-control:focus[b-tymjm7zpu1] {
        border-color: #EEE9EA;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }

.input-error[b-tymjm7zpu1] {
    border-color: #e53e3e !important;
}

.password-input[b-tymjm7zpu1] {
    position: relative;
}

.password-toggle[b-tymjm7zpu1] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #718096;
    cursor: pointer;
    padding: 4px;
}

    .password-toggle:hover[b-tymjm7zpu1] {
        color: #4a5568;
    }

.form-options[b-tymjm7zpu1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .form-options a[b-tymjm7zpu1] {
        color: #482124;
    }

.remember-me[b-tymjm7zpu1] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4a5568;
    cursor: pointer;
}

.forgot-password[b-tymjm7zpu1] {
    color: #667eea;
    text-decoration: none;
    font-size: 14px;
}

    .forgot-password:hover[b-tymjm7zpu1] {
        text-decoration: underline;
    }

.btn-primary[b-tymjm7zpu1] {
    background: #667eea;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-primary:hover[b-tymjm7zpu1] {
        background: #5a67d8;
        transform: translateY(-1px);
    }

    .btn-primary:active[b-tymjm7zpu1] {
        transform: translateY(1px);
    }

.login-footer[b-tymjm7zpu1] {
    text-align: center;
    margin-top: 30px;
    color: #4a5568;
}

    .login-footer a[b-tymjm7zpu1] {
        color: #482124;
        text-decoration: none;
        font-weight: 600;
    }

        .login-footer a:hover[b-tymjm7zpu1] {
            text-decoration: underline;
        }

}

@keyframes slideUp-b-tymjm7zpu1 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobil responsive */
@media (max-width: 480px) {
    .login-box[b-tymjm7zpu1] {
        padding: 30px 20px;
    }

    .logo[b-tymjm7zpu1] {
        width: 100px;
    }
}
/* /Pages/Sepet.razor.rz.scp.css */

/* Mevcut class'lar için responsive düzenlemeler */
.container[b-z57sg7a3zl] {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:50px;
}

.row[b-z57sg7a3zl] {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.table-responsive[b-z57sg7a3zl] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table[b-z57sg7a3zl] {
    width: 100%;
    margin-bottom: 1rem;
    min-width: 800px; /* Yatay kaydırma için minimum genişlik */
}

    .table th[b-z57sg7a3zl],
    .table td[b-z57sg7a3zl] {
        padding: 0.75rem;
        vertical-align: middle !important;
    }

/* Miktar kontrolleri için düzenlemeler */
.btn-group[b-z57sg7a3zl] {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.form-control[b-z57sg7a3zl] {
    min-width: 60px;
    text-align: center;
}

/* Mobil cihazlar için düzenlemeler */
@media (max-width: 768px) {
    .container[b-z57sg7a3zl] {
        padding-right: 10px;
        padding-left: 10px;
    }

    .table[b-z57sg7a3zl] {
        font-size: 0.9rem;
    }

        .table th[b-z57sg7a3zl],
        .table td[b-z57sg7a3zl] {
            padding: 0.5rem;
        }

    .form-control[b-z57sg7a3zl] {
        min-width: 50px;
        padding: 0.25rem;
    }

    .btn[b-z57sg7a3zl] {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
    }
}

/* Daha küçük ekranlar için düzenlemeler */
@media (max-width: 480px) {
    .table[b-z57sg7a3zl] {
        font-size: 0.8rem;
    }

    .form-control[b-z57sg7a3zl] {
        min-width: 40px;
    }

    .btn[b-z57sg7a3zl] {
        padding: 0.2rem 0.4rem;
    }
}

/* Yatay kaydırma çubuğu için stil */
.table-responsive[b-z57sg7a3zl]::-webkit-scrollbar {
    height: 6px;
}

.table-responsive[b-z57sg7a3zl]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.table-responsive[b-z57sg7a3zl]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

    .table-responsive[b-z57sg7a3zl]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Toplam alanı için düzenlemeler */
.total-section[b-z57sg7a3zl] {
    margin-top: 1rem;
    padding: 1rem;
}

.total-row[b-z57sg7a3zl] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
}

/* Butonlar için düzenlemeler */
.btn-danger[b-z57sg7a3zl] {
    white-space: nowrap;
}

/* Sayı girişi için düzenlemeler */
input[type="number"][b-z57sg7a3zl] {
    -moz-appearance: textfield;
}

    input[type="number"][b-z57sg7a3zl]::-webkit-outer-spin-button,
    input[type="number"][b-z57sg7a3zl]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/* Tablo hücrelerinin dikey hizalaması */
.align-middle[b-z57sg7a3zl] {
    vertical-align: middle !important;
}

/* Metin hizalama sınıfları */
.text-right[b-z57sg7a3zl] {
    text-align: right !important;
}

.text-center[b-z57sg7a3zl] {
    text-align: center !important;
}

/* Tablo başlıkları için stil */
thead th[b-z57sg7a3zl] {
    background-color: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 0;
}

/* Satır hover efekti */
tbody tr:hover[b-z57sg7a3zl] {
    background-color: rgba(0,0,0,.075);
}

.loading-overlay[b-z57sg7a3zl] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
    animation: fadeIn-b-z57sg7a3zl 0.3s ease;
}

.loading-content[b-z57sg7a3zl] {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    animation: slideIn-b-z57sg7a3zl 0.3s ease;
}

.spinner[b-z57sg7a3zl] {
    margin-bottom: 1rem;
}

@keyframes fadeIn-b-z57sg7a3zl {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn-b-z57sg7a3zl {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Buton disable stilini özelleştirme */
.btn:disabled[b-z57sg7a3zl] {
    cursor: not-allowed;
    opacity: 0.7;
}
/* /Pages/Sifremi-unuttum.razor.rz.scp.css */

.forgot-password-container[b-y1xpwi2sdq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /*background: linear-gradient(135deg, #482124 0%, #EEE9EA 100%);*/
    background: linear-gradient(135deg, #482124 0%, #EEE9EA 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: auto;
}

.forgot-password-box[b-y1xpwi2sdq] {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 450px;
    width: 90%;
}

.logo[b-y1xpwi2sdq] {
    width: 150px;
    height: auto;
}

.form-control[b-y1xpwi2sdq] {
    padding: 0.75rem;
    border-radius: 8px;
}

    .form-control:focus[b-y1xpwi2sdq] {
        border-color: #482124;
        box-shadow: 0 0 0 0.2rem rgba(87, 41, 50, 0.25);
    }

.btn-primary[b-y1xpwi2sdq] {
    background-color: #482124;
    border-color: #482124;
    padding: 0.75rem;
    border-radius: 8px;
}

    .btn-primary:hover[b-y1xpwi2sdq] {
        background-color: #6d323d;
        border-color: #6d323d;
    }

.btn-outline-secondary[b-y1xpwi2sdq] {
    border-radius: 8px;
    padding: 0.75rem;
}

.validation-message[b-y1xpwi2sdq] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

@media (max-width: 576px) {
    .forgot-password-box[b-y1xpwi2sdq] {
        padding: 1.5rem;
    }

    .logo[b-y1xpwi2sdq] {
        width: 120px;
    }

    h2[b-y1xpwi2sdq] {
        font-size: 1.5rem;
    }
}
/* /Pages/Siparislerim.razor.rz.scp.css */
body[b-1l3a7a7u1a] {
}

.card-title[b-1l3a7a7u1a] {
    font-size: 1rem; /* Varsayılan boyut */
}

.table-responsive[b-1l3a7a7u1a] {
    font-size: 0.9rem;
}

.text-primary[b-1l3a7a7u1a] {
    font-size: 0.9rem;
}

/* Tablet ve altı ekranlar için (992px'den küçük) */
@media (max-width: 991.98px) {
    .card-title[b-1l3a7a7u1a] {
        font-size: 0.9rem;
    }

    .table-responsive[b-1l3a7a7u1a] {
        font-size: 0.8rem;
    }

    .text-primary[b-1l3a7a7u1a] {
        font-size: 0.8rem;
    }
}

/* Mobil ekranlar için (576px'den küçük) */
@media (max-width: 575.98px) {
    .card-title[b-1l3a7a7u1a] {
        font-size: 0.7rem;
    }

    .table-responsive[b-1l3a7a7u1a] {
        font-size: 0.65rem;
    }

    .text-primary[b-1l3a7a7u1a] {
        font-size: 0.65rem;
    }
}
/* /Pages/TumSiparisler.razor.rz.scp.css */
body[b-b514pg0p7m] {
}

.card-title[b-b514pg0p7m] {
    font-size: 1rem; /* Varsayılan boyut */
}

.table-responsive[b-b514pg0p7m] {
    font-size: 0.9rem;
}

.text-primary[b-b514pg0p7m] {
    font-size: 0.9rem;
}

/* Tablet ve altı ekranlar için (992px'den küçük) */
@media (max-width: 991.98px) {
    .card-title[b-b514pg0p7m] {
        font-size: 0.9rem;
    }

    .table-responsive[b-b514pg0p7m] {
        font-size: 0.8rem;
    }

    .text-primary[b-b514pg0p7m] {
        font-size: 0.8rem;
    }
}

/* Mobil ekranlar için (576px'den küçük) */
@media (max-width: 575.98px) {
    .card-title[b-b514pg0p7m] {
        font-size: 0.7rem;
    }

    .table-responsive[b-b514pg0p7m] {
        font-size: 0.6rem;
    }

    .text-primary[b-b514pg0p7m] {
        font-size: 0.6rem;
    }
}
/* /Pages/Urunler.razor.rz.scp.css */
/* Chrome, Safari, Edge, Opera için number input oklarını kaldır */
input[b-wlcobzjegx]::-webkit-outer-spin-button,
input[b-wlcobzjegx]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox için number input oklarını kaldır */
input[type=number][b-wlcobzjegx] {
    -moz-appearance: textfield;
}
.card-title[b-wlcobzjegx] {
    font-size: 1rem; /* Varsayılan boyut */
}

.card-text[b-wlcobzjegx] {
    font-size: 0.9rem;
}

.text-primary[b-wlcobzjegx] {
    font-size: 0.9rem;
}

/* Tablet ve altı ekranlar için (992px'den küçük) */
@media (max-width: 991.98px) {
    .card-title[b-wlcobzjegx] {
        font-size: 0.9rem;
    }

    .card-text[b-wlcobzjegx] {
        font-size: 0.8rem;
    }

    .text-primary[b-wlcobzjegx] {
        font-size: 0.8rem;
    }
}

/* Mobil ekranlar için (576px'den küçük) */
@media (max-width: 575.98px) {
    .card-title[b-wlcobzjegx] {
        font-size: 0.7rem;
    }

    .card-text[b-wlcobzjegx] {
        font-size: 0.65rem;
    }

    .text-primary[b-wlcobzjegx] {
        font-size: 0.65rem;
    }
}
/* /Shared/AppSelect2.razor.rz.scp.css */
.app-search-select[b-dwlac41b3i] {
    position: relative;
    width: 100%;
}

.app-search-select.is-open[b-dwlac41b3i] {
    z-index: 1080;
}

.app-search-select-control[b-dwlac41b3i] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    min-height: 31px;
    height: auto;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 0.5rem;
    cursor: pointer;
}

.app-search-select-label[b-dwlac41b3i] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #212529;
    line-height: 1.5;
}

.app-search-select-label.is-placeholder[b-dwlac41b3i] {
    color: #6c757d;
}

.app-search-select-clear[b-dwlac41b3i] {
    flex-shrink: 0;
    border: 0;
    background: transparent;
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0 0.15rem;
    cursor: pointer;
}

.app-search-select-caret[b-dwlac41b3i] {
    flex-shrink: 0;
    width: 0;
    height: 0;
    margin-left: 0.15rem;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #6c757d;
    pointer-events: none;
}

.app-search-select-backdrop[b-dwlac41b3i] {
    position: fixed;
    inset: 0;
    z-index: 1070;
    background: transparent;
}

.app-search-select-panel[b-dwlac41b3i] {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 2px);
    z-index: 1081;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-height: 320px;
}

.app-search-select-search[b-dwlac41b3i] {
    margin: 0.4rem;
    width: calc(100% - 0.8rem);
}

.app-search-select-list[b-dwlac41b3i] {
    list-style: none;
    margin: 0;
    padding: 0 0 0.25rem;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 260px;
}

.app-search-select-option[b-dwlac41b3i],
.app-search-select-empty[b-dwlac41b3i] {
    padding: 0.4rem 0.75rem;
    cursor: pointer;
    white-space: normal;
    word-break: break-word;
}

.app-search-select-empty[b-dwlac41b3i] {
    cursor: default;
    color: #6c757d;
}

.app-search-select-option.is-active[b-dwlac41b3i],
.app-search-select-option:hover[b-dwlac41b3i] {
    background: #e9ecef;
}

.app-search-select-option.is-selected[b-dwlac41b3i] {
    background: #dce8f5;
}

.app-search-select-title[b-dwlac41b3i] {
    font-weight: 600;
    font-size: 0.9rem;
}

.app-search-select-sub[b-dwlac41b3i] {
    font-size: 0.8rem;
    color: #6c757d;
}
/* /Shared/FixedNavBar.razor.rz.scp.css */
.fixed-nav[b-s0kp9rqg55] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    background: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

.nav-item[b-s0kp9rqg55] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 100%;
    cursor: pointer;
    color: #9FA6B2;
    transition: all 0.3s ease;
    padding: 8px 0;
}

    .nav-item i[b-s0kp9rqg55] {
        font-size: 1.5rem;
        margin-bottom: 4px;
    }

    .nav-item span[b-s0kp9rqg55] {
        font-size: 0.75rem;
        font-weight: 500;
    }

    .nav-item.active[b-s0kp9rqg55] {
        color: #482124;
    }

    .nav-item:active[b-s0kp9rqg55] {
        transform: scale(0.95);
    }

.cart-icon[b-s0kp9rqg55] {
    position: relative;
    display: inline-block;
}

.cart-badge[b-s0kp9rqg55] {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 0.7rem;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* iPhone'daki güvenli alan için padding */
@supports (padding: max(0px)) {
    .fixed-nav[b-s0kp9rqg55] {
        padding-bottom: max(0px, env(safe-area-inset-bottom));
        height: calc(65px + env(safe-area-inset-bottom));
    }
}


/* Ana içerik için bottom padding */
[b-s0kp9rqg55] .page {
    padding-bottom: 75px;
}


@media (min-width: 1200px) {
    .fixed-nav[b-s0kp9rqg55] {
        display: none;
    }
}
/* /Shared/Footer.razor.rz.scp.css */

footer[b-lpvfbfe6uy] {
    background-color: #fff; /* Veya görseldeki tam arka plan rengi */
    color: #4a4a4a; /* Metin rengi */
    padding: 40px 20px 0 220px;
    /*font-family: Arial, sans-serif;*/ /* Görseldeki fonta benzer bir font */
    font-size: 12px;
    border-top: 1px solid #eee;
}

.footer-container[b-lpvfbfe6uy] {
    /*max-width: 1200px;*/
    margin: 0 100px;
}

.footer-columns[b-lpvfbfe6uy] {
    display: flex;
    flex-wrap: wrap; /* Mobil için sarmalama */
    /*justify-content: space-between;*/
}

.footer-column-portal[b-lpvfbfe6uy] {
    flex-basis: 20%; /* Sol sütun genişliği */
    min-width: 250px;
}

    .footer-column-portal h3[b-lpvfbfe6uy] {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #333;
    }

    .footer-column-portal ul[b-lpvfbfe6uy] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

  /*  .footer-column-portal li {
        margin-bottom: 20px;
    }*/

    .footer-column-portal .footer-logo[b-lpvfbfe6uy] {
        max-width: 200px; /* Logo boyutunu buradan ayarlayabilirsiniz */
        height: auto;
    }

    .footer-column-portal li a[b-lpvfbfe6uy] {
        text-decoration: none;
        color: #4a4a4a;
    }

        .footer-column-portal li a:hover[b-lpvfbfe6uy] {
            text-decoration: underline;
        }

.footer-info[b-lpvfbfe6uy] {
    background-color: #eee9ea;
}

.qr-code[b-lpvfbfe6uy] {
    margin-top: 20px;
    /* Buraya QR kod görseli için stil ekleyin */
}

.footer-corporate-button[b-lpvfbfe6uy] {
    text-align: left; /* İletişim sütununun altına hizalamak için */
    /*margin-top: 20px;*/
}

.kurumsal-button[b-lpvfbfe6uy] {
    background-color: #333; /* Görseldeki koyu renk */
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

.footer-bottom-links[b-lpvfbfe6uy] {
    text-align: center;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

    .footer-bottom-links a[b-lpvfbfe6uy] {
        color: #4a4a4a;
        text-decoration: none;
        margin: 0 10px;
        font-size: 11px;
    }

        .footer-bottom-links a:hover[b-lpvfbfe6uy] {
            text-decoration: underline;
        }

/* Mobil cihazlar için (isteğe bağlı ama önerilir) */
@media (max-width: 1199px) {
    footer[b-lpvfbfe6uy] {
        padding: 40px 20px 90px 20px;
    }
    .footer-container[b-lpvfbfe6uy] {
        margin: 0 10px;
    }
    .footer-column[b-lpvfbfe6uy] {
        flex-basis: 48%; /* Tablette 2 sütun */
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    footer[b-lpvfbfe6uy] {
        padding: 40px 20px 90px 20px;
    }
    .footer-container[b-lpvfbfe6uy] {
        margin: 0 10px;
    }
    .footer-column[b-lpvfbfe6uy] {
        flex-basis: 100%; /* Mobilde tek sütun */
    }
}


/* Sadece 'contact-info' sınıfını verdiğimiz sütundaki <p>'leri hedefliyoruz */
.contact-info p[b-lpvfbfe6uy] {
    display: flex; /* <p> etiketini bir flex container yap */
    flex-wrap: nowrap; /* İçerik asla alt satıra kaymasın (span kayar) */
    line-height: 1.6;
}

    /* Başlık (label) sütunu */
    .contact-info p strong[b-lpvfbfe6uy] {
        width: 120px; /* Sabit genişlik */
        margin-right: 10px; /* Sağ boşluk */
        flex-shrink: 0; /* Ekran daralsa bile bu etiket küçülmesin */
        font-weight: bold;
    }

    /* Veri (data) sütunu */
    .contact-info p span[b-lpvfbfe6uy] {
        flex-grow: 1; /* Kalan tüm alanı kapla */
        word-break: break-word; /* Uzun veriler (adres gibi) sığmazsa kırılsın */
    }

.footer-bottom-links[b-lpvfbfe6uy] {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

    .footer-bottom-links a[b-lpvfbfe6uy] {
        color: #4a4a4a;
        text-decoration: none;
        margin: 0 10px;
        font-size: 11px;
    }

        .footer-bottom-links a:hover[b-lpvfbfe6uy] {
            text-decoration: underline;
        }

.footer-info[b-lpvfbfe6uy] {
    background-color: #eee9ea; /* Görseldeki açık gri arka plan */
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
    /* Footer'ın kendi padding'ini sıfırladığımız için -20px margin ile dışarı taşırıyoruz */
    margin-left: -20px;
    margin-right: -20px;
    font-size: 11px;
}


/* --- Mobil Uyumluluk --- */
@media (max-width: 768px) {
    .footer-column-portal[b-lpvfbfe6uy],
    .footer-column-contact[b-lpvfbfe6uy] {
        flex-basis: 100%; /* Sütunlar tam genişlik kaplasın */
    }

    .footer-column-portal[b-lpvfbfe6uy] {
        margin-bottom: 30px; /* İki sütun arasına mobilde boşluk koy */
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-y0ynbynl9e] {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100%;
    background-color: #f8f9fa;
    transition: background-color 0.3s ease;
    padding-top: 0;
    padding-bottom: 0;
}

main[b-y0ynbynl9e] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 60px);
    margin-left: 210px;
    width: calc(100% - 210px);
    position: relative;
}

.sidebar[b-y0ynbynl9e] {
    background-color: #1a1a1a;
    width: 250px;
    position: fixed;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

    .sidebar.show[b-y0ynbynl9e] {
        transform: translateX(0);
    }

.navbar-logo-sidebar[b-y0ynbynl9e] {
    display: none !important;
}

main[b-y0ynbynl9e] {
    margin-left: 0;
}

.top-row[b-y0ynbynl9e] {
    background-color: #1a1a1a;
    border-bottom: 1px solid #d6d5d5;
    height: 5rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 9999;
}

    .top-row.system-closed[b-y0ynbynl9e] {
        background-color: #DC3545;
    }

.content[b-y0ynbynl9e] {
    padding-top: 1.5rem;
    flex: 1;
    padding-bottom: 0;
    left: 210px;
    width: 100%;
    position: relative;
}

.mini-sepet[b-y0ynbynl9e] {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    z-index: 10001;
}

.mini-sepet-container[b-y0ynbynl9e] {
    position: relative;
    display: inline-block;
}

.modal-backdrop[b-y0ynbynl9e] {
    z-index: 9998 !important;
}

.modal[b-y0ynbynl9e] {
    z-index: 9999 !important;
}

@media (min-width: 1200px) {
    .page[b-y0ynbynl9e] {
        flex-direction: row;
    }

    main[b-y0ynbynl9e] {
        margin-left: 0px;
        width: 100% !important;
    }

    .sidebar[b-y0ynbynl9e] {
        transform: none;
    }

    .top-row[b-y0ynbynl9e] {
        position: fixed;
        bottom: 0;
        z-index: 99;
    }

    .top-row[b-y0ynbynl9e], article[b-y0ynbynl9e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 1199.98px) {
    .navbar-logo-sidebar[b-y0ynbynl9e] {
        display: inline !important;
    }
}

@media (max-width: 991.98px) {
    .main[b-y0ynbynl9e] {
        margin-left: 0;
        width: 100%;
    }

    .content[b-y0ynbynl9e] {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .navbar-logo-sidebar[b-y0ynbynl9e] {
        display: none !important;
    }

    .customer-icon-container[b-y0ynbynl9e] {
        width: 20px !important;
        height: 20px !important;
    }
}

@media (max-width: 1199.98px) {
    .top-row[b-y0ynbynl9e] {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }

    .content[b-y0ynbynl9e] {
        margin-top: 0px !important;
        padding-bottom: 7rem !important;
    }

    main[b-y0ynbynl9e] {
        width: 100%;
    }
}

.btn-outline-light:hover[b-y0ynbynl9e] {
    color: #DC3545;
}

.status-banner[b-y0ynbynl9e] {
    position: sticky;
    top: 80px;
    z-index: 1000;
    width: 100%;
}

/* Mobil görünüm için */
@media (max-width: 768px) {
    .status-banner[b-y0ynbynl9e] {
        top: 60px;
    }

    .status-banner .fs-3[b-y0ynbynl9e] {
        font-size: 1rem !important;
    }

    .status-banner .small[b-y0ynbynl9e] {
        font-size: 0.7rem !important;
    }

    .status-banner .p-2[b-y0ynbynl9e] {
        padding: 0.3rem !important;
    }
}

.blazored-toast-container[b-y0ynbynl9e] {
    z-index: 10002 !important;
}

.position-topright[b-y0ynbynl9e] {
    margin-top: 3rem !important;
}

.sepet-container[b-y0ynbynl9e] {
    z-index: 10001;
}

.customer-icon[b-y0ynbynl9e] {
    transition: content 0.3s ease;
}

.btn-light-primary:hover .customer-icon[b-y0ynbynl9e] {
    content: url('cus_light.svg');
}

.customer-icon-container[b-y0ynbynl9e] {
    position: relative;
    width: 30px;
    height: 30px;
}

.customer-icon-dark[b-y0ynbynl9e],
.customer-icon-light[b-y0ynbynl9e] {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
}

.customer-icon-light[b-y0ynbynl9e] {
    opacity: 0;
}

.btn-light-primary:hover .customer-icon-dark[b-y0ynbynl9e] {
    opacity: 0;
}

.btn-light-primary:hover .customer-icon-light[b-y0ynbynl9e] {
    opacity: 1;
}

.mobile-header[b-y0ynbynl9e] {
    background-color: white;
    position: fixed !important;
    width: 100% !important;
    top: 0;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

@media (max-width: 1199.98px) {
    .mobile-header[b-y0ynbynl9e] {
        display: flex;
    }
}

.navbar-logo[b-y0ynbynl9e] {
    display: flex;
    align-items: center;
}

    .navbar-logo img[b-y0ynbynl9e] {
        max-height: 55px;
        width: auto;
    }

.page[b-y0ynbynl9e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y0ynbynl9e] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-y0ynbynl9e] {
    background-image: linear-gradient(180deg, rgb( 87, 41, 50) 0%, #482124 70%);
    min-width: 220px;
    width: 220px;
    max-width: 220px;
    min-height: 100vh;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.main[b-y0ynbynl9e] {
    margin-left: 210px;
    min-height: 100vh;
    height: 100%;
    width: calc(100% - 210px);
    position: relative;
}

.content[b-y0ynbynl9e] {
    width: calc(100% - 210px);
    position: relative;
    left: 210px;
    margin-top: 75px;
    padding-bottom: 6rem !important;
}

.top-row[b-y0ynbynl9e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 5rem;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 210px;
    z-index: 99;
}

.top-row[b-y0ynbynl9e]  a, .top-row .btn-link[b-y0ynbynl9e] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-y0ynbynl9e] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1199.98px) {
    .top-row[b-y0ynbynl9e] {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }

    .top-row:not(.auth)[b-y0ynbynl9e] {
        display: none;
    }

    .top-row.auth[b-y0ynbynl9e] {
        justify-content: space-between;
    }

    .top-row a[b-y0ynbynl9e], .top-row .btn-link[b-y0ynbynl9e] {
        margin-left: 0;
    }

    .content[b-y0ynbynl9e] {
        padding-bottom: 7rem !important;
    }

}

@media (min-width: 1200px) {
    .page[b-y0ynbynl9e] {
        flex-direction: row;
    }

    .top-row[b-y0ynbynl9e] {
        position: fixed;
        bottom: 0;
        z-index: 99;
    }

    .top-row[b-y0ynbynl9e], article[b-y0ynbynl9e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 1199.98px) {
    .sidebar[b-y0ynbynl9e] {
        position: fixed;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

    .sidebar.show[b-y0ynbynl9e] {
        transform: translateX(0);
    }

    .main[b-y0ynbynl9e] {
        margin-left: 0;
        width: 100%;
    }

    .content[b-y0ynbynl9e] {
        width: 100%;
        left: 0;
    }

    .top-row[b-y0ynbynl9e] {
        left: 0;
    }

    .navbar-logo-sidebar[b-y0ynbynl9e] {
        display: inline !important;
    }
}

@media (max-width: 767.98px) {
    .navbar-logo-sidebar[b-y0ynbynl9e] {
        display: none !important;
    }

}

@media (max-width: 1199.98px) {
    .top-row[b-y0ynbynl9e] {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }

    .content[b-y0ynbynl9e] {
        margin-top: 65px !important;
    }
    
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tj8w9v3b0v] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-tj8w9v3b0v] {
    height: 5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-tj8w9v3b0v] {
    font-size: 1.1rem;
}

.oi[b-tj8w9v3b0v] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-tj8w9v3b0v] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-tj8w9v3b0v] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tj8w9v3b0v] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tj8w9v3b0v]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-tj8w9v3b0v]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-tj8w9v3b0v]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 1200px) {
    .navbar-toggler[b-tj8w9v3b0v] {
        display: none;
    }

    .collapse[b-tj8w9v3b0v] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    @media (max-width: 1199.98px) {
        .nav-item[b-tj8w9v3b0v] {
            bottom: 0;
            position: fixed;
        }
    }
}




