@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /Pages/Ayarlar/Hesabim.razor.rz.scp.css */
.hesabim-container[b-j4t0gcw8f7] {
    padding: 30px 40px;
    background: #f8f9fa;
    min-height: 100vh;
}

/* Sayfa Başlığı */
.page-header[b-j4t0gcw8f7] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 30px 35px;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
}

.header-content[b-j4t0gcw8f7] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user-avatar[b-j4t0gcw8f7] {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
}

.header-info h1[b-j4t0gcw8f7] {
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 5px;
}

.header-info p[b-j4t0gcw8f7] {
    color: rgba(255,255,255,0.8);
    margin: 0;
    font-size: 1rem;
}

/* Tab Navigation */
.tab-navigation[b-j4t0gcw8f7] {
    display: flex;
    gap: 8px;
    background: white;
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    overflow-x: auto;
}

.tab-item[b-j4t0gcw8f7] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 12px;
    text-decoration: none;
    color: #666;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tab-item:hover[b-j4t0gcw8f7] {
    background: #f0f0f0;
    color: #333;
}

.tab-item.active[b-j4t0gcw8f7] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.tab-item i[b-j4t0gcw8f7] {
    font-size: 1.1rem;
}

/* Settings Grid */
.settings-grid[b-j4t0gcw8f7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.settings-card[b-j4t0gcw8f7] {
    background: white;
    border-radius: 20px;
    overflow: visible;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.settings-card.full-width[b-j4t0gcw8f7] {
    grid-column: 1 / -1;
}

.card-header[b-j4t0gcw8f7] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
}

.card-header i[b-j4t0gcw8f7] {
    font-size: 1.3rem;
    color: #667eea;
}

.card-header h3[b-j4t0gcw8f7] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a2e;
}

.card-body[b-j4t0gcw8f7] {
    padding: 24px;
}

/* İlgi alanları bölümü için overflow düzeltmesi */
[b-j4t0gcw8f7] .interests-section .card-body {
    overflow: visible;
}

/* Form Styles */
.form-group[b-j4t0gcw8f7] {
    margin-bottom: 20px;
}

.form-group label[b-j4t0gcw8f7] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
}

.form-group label i[b-j4t0gcw8f7] {
    color: #667eea;
    font-size: 0.95rem;
}

.form-input[b-j4t0gcw8f7] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: #fafafa;
}

.form-input:focus[b-j4t0gcw8f7] {
    outline: none;
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.form-row[b-j4t0gcw8f7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.save-btn[b-j4t0gcw8f7] {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.save-btn:hover[b-j4t0gcw8f7] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

/* Notification Items */
.notification-item[b-j4t0gcw8f7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.notification-item:last-child[b-j4t0gcw8f7] {
    border-bottom: none;
}

.notification-info[b-j4t0gcw8f7] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.notification-icon[b-j4t0gcw8f7] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.notification-icon.mobile[b-j4t0gcw8f7] { background: #e3f2fd; color: #1976d2; }
.notification-icon.browser[b-j4t0gcw8f7] { background: #fff3e0; color: #f57c00; }
.notification-icon.sms[b-j4t0gcw8f7] { background: #e8f5e9; color: #388e3c; }

.notification-info h4[b-j4t0gcw8f7] {
    margin: 0 0 4px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a2e;
}

.notification-info p[b-j4t0gcw8f7] {
    margin: 0;
    font-size: 0.8rem;
    color: #888;
}

/* Toggle Switch */
.toggle-switch[b-j4t0gcw8f7] {
    position: relative;
    width: 52px;
    height: 28px;
    cursor: pointer;
}

.toggle-switch input[b-j4t0gcw8f7] {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider[b-j4t0gcw8f7] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ddd;
    border-radius: 28px;
    transition: 0.3s;
}

.toggle-slider[b-j4t0gcw8f7]::before {
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background: white;
    border-radius: 50%;
    transition: 0.3s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.toggle-switch input:checked + .toggle-slider[b-j4t0gcw8f7] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.toggle-switch input:checked + .toggle-slider[b-j4t0gcw8f7]::before {
    transform: translateX(24px);
}

/* Social Buttons */
.social-accounts[b-j4t0gcw8f7] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-btn[b-j4t0gcw8f7] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    background: white;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.social-btn:hover[b-j4t0gcw8f7] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.social-btn i[b-j4t0gcw8f7] {
    font-size: 1.3rem;
}

.social-btn.instagram:hover[b-j4t0gcw8f7] { border-color: #e4405f; color: #e4405f; }
.social-btn.facebook:hover[b-j4t0gcw8f7] { border-color: #1877f2; color: #1877f2; }
.social-btn.twitter:hover[b-j4t0gcw8f7] { border-color: #1da1f2; color: #1da1f2; }

/* İlgi Alanları */
.section-desc[b-j4t0gcw8f7] {
    color: #666;
    margin-bottom: 20px;
}

.search-wrapper[b-j4t0gcw8f7] {
    position: relative;
    margin-bottom: 24px;
}

.search-wrapper i[b-j4t0gcw8f7] {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 1.1rem;
}

.search-input[b-j4t0gcw8f7] {
    width: 100%;
    padding: 14px 16px 14px 48px;
    border: 2px solid #e8e8e8;
    border-radius: 14px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.search-input:focus[b-j4t0gcw8f7] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.search-results[b-j4t0gcw8f7] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    margin-top: 8px;
    max-height: 350px;
    overflow-y: auto;
    z-index: 1000;
}

.search-item[b-j4t0gcw8f7] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    cursor: pointer;
    transition: all 0.2s;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.95rem;
}

.search-item:last-child[b-j4t0gcw8f7] {
    border-bottom: none;
}

.search-item:hover[b-j4t0gcw8f7],
.search-item.selected[b-j4t0gcw8f7] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
}

.search-item i[b-j4t0gcw8f7] {
    position: static;
    transform: none;
    color: #667eea;
    font-size: 1.1rem;
}

.interests-grid[b-j4t0gcw8f7] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.interest-tag[b-j4t0gcw8f7] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
}

.remove-btn[b-j4t0gcw8f7] {
    background: rgba(255,255,255,0.2);
    border: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.remove-btn:hover[b-j4t0gcw8f7] {
    background: rgba(255,255,255,0.4);
}

.remove-btn i[b-j4t0gcw8f7] {
    font-size: 0.8rem;
}

.empty-interests[b-j4t0gcw8f7] {
    width: 100%;
    text-align: center;
    padding: 40px;
    color: #999;
}

.empty-interests i[b-j4t0gcw8f7] {
    font-size: 3rem;
    margin-bottom: 10px;
}

/* Empty State */
.empty-state[b-j4t0gcw8f7] {
    text-align: center;
    padding: 60px 20px;
    color: #888;
}

.empty-state i[b-j4t0gcw8f7] {
    font-size: 4rem;
    color: #ddd;
    margin-bottom: 20px;
}

.empty-state h4[b-j4t0gcw8f7] {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 8px;
}

.empty-state p[b-j4t0gcw8f7] {
    font-size: 0.95rem;
    max-width: 300px;
    margin: 0 auto 20px;
}

.add-payment-btn[b-j4t0gcw8f7] {
    padding: 12px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.add-payment-btn:hover[b-j4t0gcw8f7] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.mt-4[b-j4t0gcw8f7] {
    margin-top: 24px;
}

/* Bağlantılarım Tab Stilleri */
.connections-section[b-j4t0gcw8f7] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.card-header .add-connection-btn[b-j4t0gcw8f7] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: linear-gradient(135deg, #1877f2 0%, #0d65d9 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.card-header .add-connection-btn:hover:not(:disabled)[b-j4t0gcw8f7] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(24, 119, 242, 0.4);
}

.card-header .add-connection-btn:disabled[b-j4t0gcw8f7] {
    opacity: 0.7;
    cursor: not-allowed;
}

.loading-state[b-j4t0gcw8f7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #888;
}

.spinner[b-j4t0gcw8f7] {
    width: 40px;
    height: 40px;
    border: 3px solid #f0f0f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-j4t0gcw8f7 0.8s linear infinite;
    margin-bottom: 12px;
}

.spinner-small[b-j4t0gcw8f7] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-j4t0gcw8f7 0.8s linear infinite;
}

@keyframes spin-b-j4t0gcw8f7 {
    to { transform: rotate(360deg); }
}

.connections-list[b-j4t0gcw8f7] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.connection-item[b-j4t0gcw8f7] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: #f8f9fa;
    border-radius: 14px;
    transition: all 0.2s ease;
}

.connection-item:hover[b-j4t0gcw8f7] {
    background: #f0f2f5;
}

.connection-avatar[b-j4t0gcw8f7] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.connection-avatar img[b-j4t0gcw8f7] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.connection-avatar i[b-j4t0gcw8f7] {
    font-size: 1.5rem;
    color: white;
}

.connection-info[b-j4t0gcw8f7] {
    flex: 1;
    min-width: 0;
}

.connection-info h4[b-j4t0gcw8f7] {
    margin: 0 0 4px;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a2e;
}

.connection-info p[b-j4t0gcw8f7] {
    margin: 0 0 4px;
    font-size: 0.85rem;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.connection-date[b-j4t0gcw8f7] {
    font-size: 0.75rem;
    color: #999;
}

.connection-actions[b-j4t0gcw8f7] {
    display: flex;
    gap: 8px;
}

.action-btn[b-j4t0gcw8f7] {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.1rem;
}

.action-btn.pages[b-j4t0gcw8f7] {
    background: #e3f2fd;
    color: #1976d2;
}

.action-btn.pages:hover[b-j4t0gcw8f7] {
    background: #1976d2;
    color: white;
}

.action-btn.delete[b-j4t0gcw8f7] {
    background: #ffebee;
    color: #c62828;
}

.action-btn.delete:hover[b-j4t0gcw8f7] {
    background: #c62828;
    color: white;
}

.action-btn.disconnect[b-j4t0gcw8f7] {
    background: #fff3e0;
    color: #f57c00;
}

.action-btn.disconnect:hover[b-j4t0gcw8f7] {
    background: #f57c00;
    color: white;
}

.action-btn.reconnect[b-j4t0gcw8f7] {
    background: #e8f5e9;
    color: #388e3c;
}

.action-btn.reconnect:hover:not(:disabled)[b-j4t0gcw8f7] {
    background: #388e3c;
    color: white;
}

.action-btn.reconnect:disabled[b-j4t0gcw8f7] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Inactive Connection */
.connection-item.inactive[b-j4t0gcw8f7] {
    opacity: 0.7;
    background: #fff8e1;
    border: 1px dashed #ffc107;
}

.connection-warning[b-j4t0gcw8f7] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    padding: 4px 8px;
    background: #fff3e0;
    border-radius: 6px;
    font-size: 0.75rem;
    color: #f57c00;
}

.connection-warning i[b-j4t0gcw8f7] {
    font-size: 0.85rem;
}

/* Facebook Sayfaları Panel */
.facebook-pages-panel[b-j4t0gcw8f7] {
    padding: 16px;
    background: white;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
}

.pages-loading[b-j4t0gcw8f7] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #888;
    font-size: 0.9rem;
}

.pages-loading .spinner-small[b-j4t0gcw8f7] {
    border-color: #e0e0e0;
    border-top-color: #667eea;
}

.pages-list[b-j4t0gcw8f7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}

.page-item[b-j4t0gcw8f7] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.page-item:hover[b-j4t0gcw8f7] {
    background: #f0f2f5;
}

.page-icon[b-j4t0gcw8f7] {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #1877f2 0%, #0d65d9 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.page-info h5[b-j4t0gcw8f7] {
    margin: 0 0 2px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a2e;
}

.page-category[b-j4t0gcw8f7] {
    font-size: 0.75rem;
    color: #888;
}

.page-followers[b-j4t0gcw8f7] {
    font-size: 0.7rem;
    color: #667eea;
    display: block;
    margin-top: 2px;
}

.page-picture[b-j4t0gcw8f7] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.pages-empty[b-j4t0gcw8f7] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #999;
    font-size: 0.9rem;
}

.pages-empty i[b-j4t0gcw8f7] {
    font-size: 1.2rem;
}

/* Diğer Platformlar */
.coming-soon-card[b-j4t0gcw8f7] {
    opacity: 0.8;
}

.coming-soon-badge[b-j4t0gcw8f7] {
    margin-left: auto;
    padding: 6px 14px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.platforms-preview[b-j4t0gcw8f7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 16px;
}

.platform-item[b-j4t0gcw8f7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 24px 16px;
    background: #f8f9fa;
    border-radius: 14px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #666;
}

.platform-item.disabled[b-j4t0gcw8f7] {
    opacity: 0.5;
    cursor: not-allowed;
}

.platform-item i[b-j4t0gcw8f7] {
    font-size: 2rem;
}

.platform-item:nth-child(1) i[b-j4t0gcw8f7] { color: #e4405f; }
.platform-item:nth-child(2) i[b-j4t0gcw8f7] { color: #1da1f2; }
.platform-item:nth-child(3) i[b-j4t0gcw8f7] { color: #0077b5; }
.platform-item:nth-child(4) i[b-j4t0gcw8f7] { color: #000; }

/* Responsive */
@media (max-width: 992px) {
    .settings-grid[b-j4t0gcw8f7] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hesabim-container[b-j4t0gcw8f7] {
        padding: 20px 15px;
    }

    .page-header[b-j4t0gcw8f7] {
        padding: 20px;
    }

    .header-content[b-j4t0gcw8f7] {
        flex-direction: column;
        text-align: center;
    }

    .user-avatar[b-j4t0gcw8f7] {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }

    .header-info h1[b-j4t0gcw8f7] {
        font-size: 1.4rem;
    }

    .tab-navigation[b-j4t0gcw8f7] {
        padding: 6px;
    }

    .tab-item[b-j4t0gcw8f7] {
        padding: 12px 16px;
        font-size: 0.9rem;
    }

    .tab-item span[b-j4t0gcw8f7] {
        display: none;
    }

    .tab-item i[b-j4t0gcw8f7] {
        font-size: 1.3rem;
    }

    .form-row[b-j4t0gcw8f7] {
        grid-template-columns: 1fr;
    }

    .card-body[b-j4t0gcw8f7] {
        padding: 16px;
    }
}
/* /Pages/Ayarlar/Markalarim.razor.rz.scp.css */
.custom-file[b-e2h15k406e]{
}

.custom-file-label[b-e2h15k406e] {
    width: 121px;
    height: 121px;
    background-color: #957F7F;
    border: 2px dotted black;
}
/*::deep .custom-file-input{
    display:none;
}*/
img[b-e2h15k406e]{width:100%;height:100%;}
/* /Pages/Ayarlar/Planlayici.razor.rz.scp.css */
.pass[b-0fmexc2e89]{
    color:lightgray;
}

td[b-0fmexc2e89]{
   height:80px;
   width:calc(100%/7);
   position:relative;
}
thead[b-0fmexc2e89]{
    border:none;
}
.gun[b-0fmexc2e89]{
    position:absolute;
    bottom:5px;
    right:5px;
}
/* /Pages/Editor/Editor.razor.rz.scp.css */
/* /Pages/Editor/Editor_full_java_try.razor.rz.scp.css */
[contenteditable][b-r9h6lq8cji] {
    outline: 0px solid transparent;
}

.pre-line[b-r9h6lq8cji] {
    white-space: pre-line;
}

.inline-block[b-r9h6lq8cji] {
    display: inline-block
}

.overflow-gizli[b-r9h6lq8cji] {
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
}

.navmenu[b-r9h6lq8cji] {
    padding-left: 27px;
    height: 103px;
    background-color: #ffffff;
}

nav[b-r9h6lq8cji] {
}

.logo[b-r9h6lq8cji] {
    height: 70px;
}

#editorcover[b-r9h6lq8cji] {
    user-select: none;
    height: calc(100vh - 103px);
}

#solmenu[b-r9h6lq8cji] {
    font-family: 'Open Sans';
    font-weight: bold;
    width: 116px;
    background-color: #ffffff;
    height: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    border-right: 2px solid #f1f1f1;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
}

    #solmenu[b-r9h6lq8cji]::-webkit-scrollbar {
        display: none;
    }

    #solmenu .item[b-r9h6lq8cji] {
        background-color: #F4F5FA;
        width: 79px;
        flex: 0 0 79px;
        height: 79px;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        #solmenu .item img[b-r9h6lq8cji] {
            height: 30px;
            margin-bottom: 6px;
        }

#solmenuayrinti[b-r9h6lq8cji] {
    flex: 0 0 395px;
    max-width: 395px;
    background: #ffffff;
    position: relative;
    opacity: 1;
}

    #solmenuayrinti.gizle[b-r9h6lq8cji] {
        flex: 0 0 0px;
        opacity: 0;
        padding: 0px !important;
    }

    #solmenuayrinti > div[b-r9h6lq8cji] {
        height: 100%;
        overflow-y: auto;
        -ms-overflow-style: none; /* IE and Edge */
    }

    #solmenuayrinti > *[b-r9h6lq8cji]::-webkit-scrollbar {
        display: none;
    }

#solmenuayrinticlose[b-r9h6lq8cji] {
    position: absolute;
    right: 20px;
    top: 20px;
}

.sablonitem[b-r9h6lq8cji] {
    width: 153px;
    height: 153px;
    background-color: #ACBAE2;
}

#resimlerimyuklemelerim[b-r9h6lq8cji]::after {
    content: "";
    flex-grow: 999;
}

.resimleritem[b-r9h6lq8cji] {
    height: 75px;
    cursor: pointer;
    position: relative;
    flex: 1 1 auto;
}

    .resimleritem > *[b-r9h6lq8cji] {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        object-fit: contain;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

#editor[b-r9h6lq8cji] {
    background-color: #F5F5F5;
    position: relative;
    user-select: none;
}

#editorpanel[b-r9h6lq8cji] {
    background-color: #ffffff;
    flex: 0 0 65px;
    width: 100%;
    border-bottom: 2px solid #f1f1f1;
    border-top: 2px solid #f1f1f1;
}

#navigasyonpanel[b-r9h6lq8cji] {
    background-color: #ffffff;
    flex: 0 0 55px;
    width: 100%;
    border-top: 2px solid #f1f1f1;
}

#editorcontextmenu[b-r9h6lq8cji] {
    z-index:199;
    background: white;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgb(53 71 90 / 20%);
    overflow-y: auto;
    padding: 8px;
    position: fixed;
}

#editorcontextmenu.gizle[b-r9h6lq8cji] {
    left:0px !important;
    top:0px !important;
    width:0px;
    height:0px;
    opacity:0;
}
    #pagescover[b-r9h6lq8cji] {
    position: relative;
}

#pages[b-r9h6lq8cji] {
    padding: 10px;
    transform-origin: top center;
}

/* /Pages/Index.razor.rz.scp.css */
body[b-gm3b4u5cm9] {
}
.resiminfo h1[b-gm3b4u5cm9] {
    font-size: 60px;
    font-weight: 800;
    color: #283D59;
}

.resiminfo p[b-gm3b4u5cm9] {
    font-size: 33px;
    color: #283D59;

}

.resiminfo .btn[b-gm3b4u5cm9] {
    font-size: 40px;
    font-weight: 600;
}
/* /Pages/Oyun.razor.rz.scp.css */
body[b-jws80m72li] {
}
.resiminfo h1[b-jws80m72li] {
    font-size: 60px;
    font-weight: 800;
    color: #283D59;
}

.resiminfo p[b-jws80m72li] {
    font-size: 33px;
    color: #283D59;

}

.resiminfo .btn[b-jws80m72li] {
    font-size: 40px;
    font-weight: 600;
}
/* /Pages/Preview/Preview.razor.rz.scp.css */
[contenteditable][b-6usyquppg8] {
    outline: 0px solid transparent;
}

.pre-line[b-6usyquppg8] {
    white-space: pre-line;
}

.inline-block[b-6usyquppg8] {
    display: inline-block
}

.overflow-gizli[b-6usyquppg8] {
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
}

.navmenu[b-6usyquppg8] {
    padding-left: 27px;
    height: 103px;
    background-color: #ffffff;
}

nav[b-6usyquppg8] {
}

.logo[b-6usyquppg8] {
    height: 70px;
}

#editorcover[b-6usyquppg8] {
    user-select: none;
    height: calc(100vh - 103px);
}

#solmenu[b-6usyquppg8] {
    font-family: 'Open Sans';
    font-weight: bold;
    width: 116px;
    background-color: #ffffff;
    height: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    border-right: 2px solid #f1f1f1;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
}

    #solmenu[b-6usyquppg8]::-webkit-scrollbar {
        display: none;
    }

    #solmenu .item[b-6usyquppg8] {
        background-color: #F4F5FA;
        width: 79px;
        flex: 0 0 79px;
        height: 79px;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        #solmenu .item img[b-6usyquppg8] {
            height: 30px;
            margin-bottom: 6px;
        }

#solmenuayrinti[b-6usyquppg8] {
    flex: 0 0 395px;
    max-width:395px;
    background: #ffffff;
    position: relative;
}

    #solmenuayrinti > div[b-6usyquppg8] {
        height:100%;
        overflow-y: auto;
        -ms-overflow-style: none; /* IE and Edge */
    }

        #solmenuayrinti > *[b-6usyquppg8]::-webkit-scrollbar {
            display: none;
        }

#solmenuayrinticlose[b-6usyquppg8] {
    position: absolute;
    right: 20px;
    top: 20px;
}

.sablonitem[b-6usyquppg8] {
    width: 153px;
    height: 153px;
    background-color: #ACBAE2;
}

#resimlerimyuklemelerim[b-6usyquppg8]::after {
    content: "";
    flex-grow: 999;
}

.resimleritem[b-6usyquppg8] {
    height: 75px;
    cursor: pointer;
    position: relative;
    flex: 1 1 auto;
}
    .resimleritem > *[b-6usyquppg8] {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        object-fit: cover;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        border-radius: 5px;
    }

#editor[b-6usyquppg8] {
    background-color: #F5F5F5;
    position: relative;
    user-select: none;
}

#editorpanel[b-6usyquppg8] {
    background-color: #ffffff;
    flex: 0 0 65px;
    width: 100%;
    border-bottom: 2px solid #f1f1f1;
    border-top: 2px solid #f1f1f1;
}

#navigasyonpanel[b-6usyquppg8] {
    background-color: #ffffff;
    flex: 0 0 55px;
    width: 100%;
    border-top: 2px solid #f1f1f1;
}

#pagescover[b-6usyquppg8] {
    position: relative;
}

#pages[b-6usyquppg8] {
    padding: 10px;
    transform-origin: top center;
}

.page .pi[b-6usyquppg8] {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

.pi[contenteditable="true"][b-6usyquppg8] {
    z-index: 9999;
}

.pi[data-yasla="sol"][b-6usyquppg8] {
    text-align: left;
}

.pi[data-yasla="orta"][b-6usyquppg8] {
    text-align: center;
}

.pi[data-yasla="sag"][b-6usyquppg8] {
    text-align: right;
}

.pi[data-t="img"] img[b-6usyquppg8] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


#editorhelper[b-6usyquppg8] {
    top: 0px;
    left: 0px;
    position: absolute;
    border: rgba(190, 190, 255, 0.8) 2px solid;
    transform-origin: center;
}

#helperust[b-6usyquppg8] {
    cursor: n-resize;
    background: var(--helpercolor);
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helperalt[b-6usyquppg8] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersol[b-6usyquppg8] {
    cursor: e-resize;
    background: var(--helpercolor);
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
    width: 6px;
    height: 15px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersag[b-6usyquppg8] {
    cursor: e-resize;
    background: var(--helpercolor);
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
    width: 6px;
    height: 15px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersolust[b-6usyquppg8] {
    cursor: n-resize;
    background: var(--helpercolor);
    top: 0px;
    left: 0px;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersagust[b-6usyquppg8] {
    cursor: n-resize;
    background: var(--helpercolor);
    top: 0px;
    right: 0px;
    transform: translate(50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersolalt[b-6usyquppg8] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: 0px;
    left: 0px;
    transform: translate(-50%, 50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersagalt[b-6usyquppg8] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: 0px;
    right: 0px;
    transform: translate(50%, 50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpercevir[b-6usyquppg8] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
    font-size: 10px;
    color: white;
}

#helperinfo[b-6usyquppg8] {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
/* /Pages/Preview/PreviewCerceveSablon.razor.rz.scp.css */
[contenteditable][b-01qvyrwfk9] {
    outline: 0px solid transparent;
}

.pre-line[b-01qvyrwfk9] {
    white-space: pre-line;
}

.inline-block[b-01qvyrwfk9] {
    display: inline-block
}

.overflow-gizli[b-01qvyrwfk9] {
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
}

.navmenu[b-01qvyrwfk9] {
    padding-left: 27px;
    height: 103px;
    background-color: #ffffff;
}

nav[b-01qvyrwfk9] {
}

.logo[b-01qvyrwfk9] {
    height: 70px;
}

#editorcover[b-01qvyrwfk9] {
    user-select: none;
    height: calc(100vh - 103px);
}

#solmenu[b-01qvyrwfk9] {
    font-family: 'Open Sans';
    font-weight: bold;
    width: 116px;
    background-color: #ffffff;
    height: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    border-right: 2px solid #f1f1f1;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
}

    #solmenu[b-01qvyrwfk9]::-webkit-scrollbar {
        display: none;
    }

    #solmenu .item[b-01qvyrwfk9] {
        background-color: #F4F5FA;
        width: 79px;
        flex: 0 0 79px;
        height: 79px;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        #solmenu .item img[b-01qvyrwfk9] {
            height: 30px;
            margin-bottom: 6px;
        }

#solmenuayrinti[b-01qvyrwfk9] {
    flex: 0 0 395px;
    max-width:395px;
    background: #ffffff;
    position: relative;
}

    #solmenuayrinti > div[b-01qvyrwfk9] {
        height:100%;
        overflow-y: auto;
        -ms-overflow-style: none; /* IE and Edge */
    }

        #solmenuayrinti > *[b-01qvyrwfk9]::-webkit-scrollbar {
            display: none;
        }

#solmenuayrinticlose[b-01qvyrwfk9] {
    position: absolute;
    right: 20px;
    top: 20px;
}

.sablonitem[b-01qvyrwfk9] {
    width: 153px;
    height: 153px;
    background-color: #ACBAE2;
}

#resimlerimyuklemelerim[b-01qvyrwfk9]::after {
    content: "";
    flex-grow: 999;
}

.resimleritem[b-01qvyrwfk9] {
    height: 75px;
    cursor: pointer;
    position: relative;
    flex: 1 1 auto;
}
    .resimleritem > *[b-01qvyrwfk9] {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        object-fit: cover;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        border-radius: 5px;
    }

#editor[b-01qvyrwfk9] {
    background-color: #F5F5F5;
    position: relative;
    user-select: none;
}

#editorpanel[b-01qvyrwfk9] {
    background-color: #ffffff;
    flex: 0 0 65px;
    width: 100%;
    border-bottom: 2px solid #f1f1f1;
    border-top: 2px solid #f1f1f1;
}

#navigasyonpanel[b-01qvyrwfk9] {
    background-color: #ffffff;
    flex: 0 0 55px;
    width: 100%;
    border-top: 2px solid #f1f1f1;
}

#pagescover[b-01qvyrwfk9] {
    position: relative;
}

#pages[b-01qvyrwfk9] {
    padding: 10px;
    transform-origin: top center;
}

.page .pi[b-01qvyrwfk9] {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

.pi[contenteditable="true"][b-01qvyrwfk9] {
    z-index: 9999;
}

.pi[data-yasla="sol"][b-01qvyrwfk9] {
    text-align: left;
}

.pi[data-yasla="orta"][b-01qvyrwfk9] {
    text-align: center;
}

.pi[data-yasla="sag"][b-01qvyrwfk9] {
    text-align: right;
}

.pi[data-t="img"] img[b-01qvyrwfk9] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


#editorhelper[b-01qvyrwfk9] {
    top: 0px;
    left: 0px;
    position: absolute;
    border: rgba(190, 190, 255, 0.8) 2px solid;
    transform-origin: center;
}

#helperust[b-01qvyrwfk9] {
    cursor: n-resize;
    background: var(--helpercolor);
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helperalt[b-01qvyrwfk9] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersol[b-01qvyrwfk9] {
    cursor: e-resize;
    background: var(--helpercolor);
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
    width: 6px;
    height: 15px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersag[b-01qvyrwfk9] {
    cursor: e-resize;
    background: var(--helpercolor);
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
    width: 6px;
    height: 15px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersolust[b-01qvyrwfk9] {
    cursor: n-resize;
    background: var(--helpercolor);
    top: 0px;
    left: 0px;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersagust[b-01qvyrwfk9] {
    cursor: n-resize;
    background: var(--helpercolor);
    top: 0px;
    right: 0px;
    transform: translate(50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersolalt[b-01qvyrwfk9] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: 0px;
    left: 0px;
    transform: translate(-50%, 50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersagalt[b-01qvyrwfk9] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: 0px;
    right: 0px;
    transform: translate(50%, 50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpercevir[b-01qvyrwfk9] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
    font-size: 10px;
    color: white;
}

#helperinfo[b-01qvyrwfk9] {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
/* /Pages/Preview/PreviewFont.razor.rz.scp.css */
[contenteditable][b-p6x6faun5c] {
    outline: 0px solid transparent;
}

.pre-line[b-p6x6faun5c] {
    white-space: pre-line;
}

.inline-block[b-p6x6faun5c] {
    display: inline-block
}

.overflow-gizli[b-p6x6faun5c] {
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
}

.navmenu[b-p6x6faun5c] {
    padding-left: 27px;
    height: 103px;
    background-color: #ffffff;
}

nav[b-p6x6faun5c] {
}

.logo[b-p6x6faun5c] {
    height: 70px;
}

#editorcover[b-p6x6faun5c] {
    user-select: none;
    height: calc(100vh - 103px);
}

#solmenu[b-p6x6faun5c] {
    font-family: 'Open Sans';
    font-weight: bold;
    width: 116px;
    background-color: #ffffff;
    height: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    border-right: 2px solid #f1f1f1;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
}

    #solmenu[b-p6x6faun5c]::-webkit-scrollbar {
        display: none;
    }

    #solmenu .item[b-p6x6faun5c] {
        background-color: #F4F5FA;
        width: 79px;
        flex: 0 0 79px;
        height: 79px;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        #solmenu .item img[b-p6x6faun5c] {
            height: 30px;
            margin-bottom: 6px;
        }

#solmenuayrinti[b-p6x6faun5c] {
    flex: 0 0 395px;
    max-width:395px;
    background: #ffffff;
    position: relative;
}

    #solmenuayrinti > div[b-p6x6faun5c] {
        height:100%;
        overflow-y: auto;
        -ms-overflow-style: none; /* IE and Edge */
    }

        #solmenuayrinti > *[b-p6x6faun5c]::-webkit-scrollbar {
            display: none;
        }

#solmenuayrinticlose[b-p6x6faun5c] {
    position: absolute;
    right: 20px;
    top: 20px;
}

.sablonitem[b-p6x6faun5c] {
    width: 153px;
    height: 153px;
    background-color: #ACBAE2;
}

#resimlerimyuklemelerim[b-p6x6faun5c]::after {
    content: "";
    flex-grow: 999;
}

.resimleritem[b-p6x6faun5c] {
    height: 75px;
    cursor: pointer;
    position: relative;
    flex: 1 1 auto;
}
    .resimleritem > *[b-p6x6faun5c] {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        object-fit: cover;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        border-radius: 5px;
    }

#editor[b-p6x6faun5c] {
    background-color: #F5F5F5;
    position: relative;
    user-select: none;
}

#editorpanel[b-p6x6faun5c] {
    background-color: #ffffff;
    flex: 0 0 65px;
    width: 100%;
    border-bottom: 2px solid #f1f1f1;
    border-top: 2px solid #f1f1f1;
}

#navigasyonpanel[b-p6x6faun5c] {
    background-color: #ffffff;
    flex: 0 0 55px;
    width: 100%;
    border-top: 2px solid #f1f1f1;
}

#pagescover[b-p6x6faun5c] {
    position: relative;
}

#pages[b-p6x6faun5c] {
    padding: 10px;
    transform-origin: top center;
}

.page .pi[b-p6x6faun5c] {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

.pi[contenteditable="true"][b-p6x6faun5c] {
    z-index: 9999;
}

.pi[data-yasla="sol"][b-p6x6faun5c] {
    text-align: left;
}

.pi[data-yasla="orta"][b-p6x6faun5c] {
    text-align: center;
}

.pi[data-yasla="sag"][b-p6x6faun5c] {
    text-align: right;
}

.pi[data-t="img"] img[b-p6x6faun5c] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


#editorhelper[b-p6x6faun5c] {
    top: 0px;
    left: 0px;
    position: absolute;
    border: rgba(190, 190, 255, 0.8) 2px solid;
    transform-origin: center;
}

#helperust[b-p6x6faun5c] {
    cursor: n-resize;
    background: var(--helpercolor);
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helperalt[b-p6x6faun5c] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersol[b-p6x6faun5c] {
    cursor: e-resize;
    background: var(--helpercolor);
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
    width: 6px;
    height: 15px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersag[b-p6x6faun5c] {
    cursor: e-resize;
    background: var(--helpercolor);
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
    width: 6px;
    height: 15px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersolust[b-p6x6faun5c] {
    cursor: n-resize;
    background: var(--helpercolor);
    top: 0px;
    left: 0px;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersagust[b-p6x6faun5c] {
    cursor: n-resize;
    background: var(--helpercolor);
    top: 0px;
    right: 0px;
    transform: translate(50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersolalt[b-p6x6faun5c] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: 0px;
    left: 0px;
    transform: translate(-50%, 50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersagalt[b-p6x6faun5c] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: 0px;
    right: 0px;
    transform: translate(50%, 50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpercevir[b-p6x6faun5c] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
    font-size: 10px;
    color: white;
}

#helperinfo[b-p6x6faun5c] {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
/* /Pages/Preview/PreviewTextSablon.razor.rz.scp.css */
[contenteditable][b-kiydbw80qk] {
    outline: 0px solid transparent;
}

.pre-line[b-kiydbw80qk] {
    white-space: pre-line;
}

.inline-block[b-kiydbw80qk] {
    display: inline-block
}

.overflow-gizli[b-kiydbw80qk] {
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
}

.navmenu[b-kiydbw80qk] {
    padding-left: 27px;
    height: 103px;
    background-color: #ffffff;
}

nav[b-kiydbw80qk] {
}

.logo[b-kiydbw80qk] {
    height: 70px;
}

#editorcover[b-kiydbw80qk] {
    user-select: none;
    height: calc(100vh - 103px);
}

#solmenu[b-kiydbw80qk] {
    font-family: 'Open Sans';
    font-weight: bold;
    width: 116px;
    background-color: #ffffff;
    height: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    border-right: 2px solid #f1f1f1;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
}

    #solmenu[b-kiydbw80qk]::-webkit-scrollbar {
        display: none;
    }

    #solmenu .item[b-kiydbw80qk] {
        background-color: #F4F5FA;
        width: 79px;
        flex: 0 0 79px;
        height: 79px;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        #solmenu .item img[b-kiydbw80qk] {
            height: 30px;
            margin-bottom: 6px;
        }

#solmenuayrinti[b-kiydbw80qk] {
    flex: 0 0 395px;
    max-width:395px;
    background: #ffffff;
    position: relative;
}

    #solmenuayrinti > div[b-kiydbw80qk] {
        height:100%;
        overflow-y: auto;
        -ms-overflow-style: none; /* IE and Edge */
    }

        #solmenuayrinti > *[b-kiydbw80qk]::-webkit-scrollbar {
            display: none;
        }

#solmenuayrinticlose[b-kiydbw80qk] {
    position: absolute;
    right: 20px;
    top: 20px;
}

.sablonitem[b-kiydbw80qk] {
    width: 153px;
    height: 153px;
    background-color: #ACBAE2;
}

#resimlerimyuklemelerim[b-kiydbw80qk]::after {
    content: "";
    flex-grow: 999;
}

.resimleritem[b-kiydbw80qk] {
    height: 75px;
    cursor: pointer;
    position: relative;
    flex: 1 1 auto;
}
    .resimleritem > *[b-kiydbw80qk] {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        object-fit: cover;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        border-radius: 5px;
    }

#editor[b-kiydbw80qk] {
    background-color: #F5F5F5;
    position: relative;
    user-select: none;
}

#editorpanel[b-kiydbw80qk] {
    background-color: #ffffff;
    flex: 0 0 65px;
    width: 100%;
    border-bottom: 2px solid #f1f1f1;
    border-top: 2px solid #f1f1f1;
}

#navigasyonpanel[b-kiydbw80qk] {
    background-color: #ffffff;
    flex: 0 0 55px;
    width: 100%;
    border-top: 2px solid #f1f1f1;
}

#pagescover[b-kiydbw80qk] {
    position: relative;
}

#pages[b-kiydbw80qk] {
    padding: 10px;
    transform-origin: top center;
}

.page .pi[b-kiydbw80qk] {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

.pi[contenteditable="true"][b-kiydbw80qk] {
    z-index: 9999;
}

.pi[data-yasla="sol"][b-kiydbw80qk] {
    text-align: left;
}

.pi[data-yasla="orta"][b-kiydbw80qk] {
    text-align: center;
}

.pi[data-yasla="sag"][b-kiydbw80qk] {
    text-align: right;
}

.pi[data-t="img"] img[b-kiydbw80qk] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


#editorhelper[b-kiydbw80qk] {
    top: 0px;
    left: 0px;
    position: absolute;
    border: rgba(190, 190, 255, 0.8) 2px solid;
    transform-origin: center;
}

#helperust[b-kiydbw80qk] {
    cursor: n-resize;
    background: var(--helpercolor);
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helperalt[b-kiydbw80qk] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersol[b-kiydbw80qk] {
    cursor: e-resize;
    background: var(--helpercolor);
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
    width: 6px;
    height: 15px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersag[b-kiydbw80qk] {
    cursor: e-resize;
    background: var(--helpercolor);
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
    width: 6px;
    height: 15px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersolust[b-kiydbw80qk] {
    cursor: n-resize;
    background: var(--helpercolor);
    top: 0px;
    left: 0px;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersagust[b-kiydbw80qk] {
    cursor: n-resize;
    background: var(--helpercolor);
    top: 0px;
    right: 0px;
    transform: translate(50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersolalt[b-kiydbw80qk] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: 0px;
    left: 0px;
    transform: translate(-50%, 50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersagalt[b-kiydbw80qk] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: 0px;
    right: 0px;
    transform: translate(50%, 50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpercevir[b-kiydbw80qk] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
    font-size: 10px;
    color: white;
}

#helperinfo[b-kiydbw80qk] {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
/* /Pages/Preview/PreviewVideo.razor.rz.scp.css */
[contenteditable][b-2cz70n11zp] {
    outline: 0px solid transparent;
}

.pre-line[b-2cz70n11zp] {
    white-space: pre-line;
}

.inline-block[b-2cz70n11zp] {
    display: inline-block
}

.overflow-gizli[b-2cz70n11zp] {
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
}

.navmenu[b-2cz70n11zp] {
    padding-left: 27px;
    height: 103px;
    background-color: #ffffff;
}

nav[b-2cz70n11zp] {
}

.logo[b-2cz70n11zp] {
    height: 70px;
}

#editorcover[b-2cz70n11zp] {
    user-select: none;
    height: calc(100vh - 103px);
}

#solmenu[b-2cz70n11zp] {
    font-family: 'Open Sans';
    font-weight: bold;
    width: 116px;
    background-color: #ffffff;
    height: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    border-right: 2px solid #f1f1f1;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
}

    #solmenu[b-2cz70n11zp]::-webkit-scrollbar {
        display: none;
    }

    #solmenu .item[b-2cz70n11zp] {
        background-color: #F4F5FA;
        width: 79px;
        flex: 0 0 79px;
        height: 79px;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        #solmenu .item img[b-2cz70n11zp] {
            height: 30px;
            margin-bottom: 6px;
        }

#solmenuayrinti[b-2cz70n11zp] {
    flex: 0 0 395px;
    max-width:395px;
    background: #ffffff;
    position: relative;
}

    #solmenuayrinti > div[b-2cz70n11zp] {
        height:100%;
        overflow-y: auto;
        -ms-overflow-style: none; /* IE and Edge */
    }

        #solmenuayrinti > *[b-2cz70n11zp]::-webkit-scrollbar {
            display: none;
        }

#solmenuayrinticlose[b-2cz70n11zp] {
    position: absolute;
    right: 20px;
    top: 20px;
}

.sablonitem[b-2cz70n11zp] {
    width: 153px;
    height: 153px;
    background-color: #ACBAE2;
}

#resimlerimyuklemelerim[b-2cz70n11zp]::after {
    content: "";
    flex-grow: 999;
}

.resimleritem[b-2cz70n11zp] {
    height: 75px;
    cursor: pointer;
    position: relative;
    flex: 1 1 auto;
}
    .resimleritem > *[b-2cz70n11zp] {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        object-fit: cover;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        border-radius: 5px;
    }

#editor[b-2cz70n11zp] {
    background-color: #F5F5F5;
    position: relative;
    user-select: none;
}

#editorpanel[b-2cz70n11zp] {
    background-color: #ffffff;
    flex: 0 0 65px;
    width: 100%;
    border-bottom: 2px solid #f1f1f1;
    border-top: 2px solid #f1f1f1;
}

#navigasyonpanel[b-2cz70n11zp] {
    background-color: #ffffff;
    flex: 0 0 55px;
    width: 100%;
    border-top: 2px solid #f1f1f1;
}

#pagescover[b-2cz70n11zp] {
    position: relative;
}

#pages[b-2cz70n11zp] {
    padding: 10px;
    transform-origin: top center;
}

.page .pi[b-2cz70n11zp] {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

.pi[contenteditable="true"][b-2cz70n11zp] {
    z-index: 9999;
}

.pi[data-yasla="sol"][b-2cz70n11zp] {
    text-align: left;
}

.pi[data-yasla="orta"][b-2cz70n11zp] {
    text-align: center;
}

.pi[data-yasla="sag"][b-2cz70n11zp] {
    text-align: right;
}

.pi[data-t="img"] img[b-2cz70n11zp] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


#editorhelper[b-2cz70n11zp] {
    top: 0px;
    left: 0px;
    position: absolute;
    border: rgba(190, 190, 255, 0.8) 2px solid;
    transform-origin: center;
}

#helperust[b-2cz70n11zp] {
    cursor: n-resize;
    background: var(--helpercolor);
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helperalt[b-2cz70n11zp] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersol[b-2cz70n11zp] {
    cursor: e-resize;
    background: var(--helpercolor);
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
    width: 6px;
    height: 15px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersag[b-2cz70n11zp] {
    cursor: e-resize;
    background: var(--helpercolor);
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
    width: 6px;
    height: 15px;
    border-radius: 3px;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersolust[b-2cz70n11zp] {
    cursor: n-resize;
    background: var(--helpercolor);
    top: 0px;
    left: 0px;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersagust[b-2cz70n11zp] {
    cursor: n-resize;
    background: var(--helpercolor);
    top: 0px;
    right: 0px;
    transform: translate(50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersolalt[b-2cz70n11zp] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: 0px;
    left: 0px;
    transform: translate(-50%, 50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpersagalt[b-2cz70n11zp] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: 0px;
    right: 0px;
    transform: translate(50%, 50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
}

#helpercevir[b-2cz70n11zp] {
    cursor: n-resize;
    background: var(--helpercolor);
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: absolute;
    border: var(--helperbordercolor) 1px solid;
    font-size: 10px;
    color: white;
}

#helperinfo[b-2cz70n11zp] {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
/* /Pages/Tasarimlarim.razor.rz.scp.css */
.sabloncontainer[b-tutcoppxwk]::after {
    content: "";
    flex-grow: 999;
}

.sablonitem[b-tutcoppxwk] {
    height: 200px;
    cursor: pointer;
    position: relative;
    flex: 1 1 auto;
    background-color: rgba(0,0,0,0.2);
    padding: 3px;
}

    .sablonitem > img[b-tutcoppxwk] {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        object-fit: cover;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        border-radius: 5px;
    }

    .sablonitem .info[b-tutcoppxwk] {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.5);
        color: white;
        padding: 3px;
        width: 100%;
    }

    .sablonitem:hover .util[b-tutcoppxwk] {
        opacity: 1;
    }

    .sablonitem .util[b-tutcoppxwk] {
        opacity: 0;
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: rgba(0,0,0,0.2);
        */ color: white;
        padding: 3px;
    }
/* /Pages/Ucretler.razor.rz.scp.css */
body[b-u2ixeg7dau] {
}
.resiminfo h1[b-u2ixeg7dau] {
    font-size: 60px;
    font-weight: 800;
    color: #283D59;
}

.resiminfo p[b-u2ixeg7dau] {
    font-size: 33px;
    color: #283D59;

}

.resiminfo .btn[b-u2ixeg7dau] {
    font-size: 40px;
    font-weight: 600;
}
/* /Shared/ComponentTasarim.razor.rz.scp.css */
.page .pi[b-er73rt6b9h] {
    position: absolute;
    top: 0px;
    left: 0px;
}

.pi[b-er73rt6b9h]:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.pi.secili[b-er73rt6b9h]::after {
    outline: #8b3dff 1px solid;
}

.pi.snap[b-er73rt6b9h]::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    outline: #8b3dff 2px solid;
}

.pi .content[b-er73rt6b9h] {
    margin: 0px !important;
    padding: 0px !important;
}

.pi .iss[b-er73rt6b9h] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3000;
}

.pi [contenteditable="true"][b-er73rt6b9h] {
    position: relative;
    z-index: 9999;
}

.pi[data-yasla="sol"][b-er73rt6b9h] {
    text-align: left;
}

.pi[data-yasla="orta"][b-er73rt6b9h] {
    text-align: center;
}

.pi[data-yasla="sag"][b-er73rt6b9h] {
    text-align: right;
}

.pi[data-t="img"] img[b-er73rt6b9h] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pi.edittext[b-er73rt6b9h] {
    z-index: 99999 !important;
}
/* /Shared/Editor_Layout.razor.rz.scp.css */

.editorpage[b-bhbk8jqjx4] {
    background-color: #F5F5F5;
    max-height:100vh;
    width:100%;
}

/* /Shared/Footer.razor.rz.scp.css */
footer[b-uj2e69x01x] {
    background: #F2F2F2;
    padding-top:100px;
}

#footerlogo[b-uj2e69x01x]{
    height:93px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-m8tcpbv7ez] {
    margin-top: clamp(70px, 10vh, 120px);
}

/* Mobil sayfalarda margin kaldır - MobilNavbar sticky pozisyonlu */
.page-mobile[b-m8tcpbv7ez] {
    margin-top: 0;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.logo[b-mxhye6pnn3] {
    height: clamp(50px, 6vw, 93px);
    width: clamp(130px, 15vw, 300px);
    object-fit: contain;
}

.navmenu[b-mxhye6pnn3] {
    height: clamp(70px, 10vh, 120px);
    position: fixed;
    background: white;
    width: 100%;
    top: 0;
    left: 0;
    padding: clamp(8px, 1.5vw, 20px) clamp(20px, 4vw, 58px);
    z-index: 99;
    font-family: 'Open Sans';
    border-bottom: 1px solid #F1F1F1;
    gap: clamp(10px, 2vw, 20px);
}

nav[b-mxhye6pnn3] {
    margin-left: auto;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 100;
}

.nav-item[b-mxhye6pnn3] {
    padding-left: clamp(8px, 1vw, 12px);
    padding-right: clamp(8px, 1vw, 12px);
    position: relative;
}

.navmenu .nav-link[b-mxhye6pnn3] {
    font-size: clamp(14px, 1.4vw, 18px);
    white-space: nowrap;
}

.inner-addon[b-mxhye6pnn3] {
    position: relative;
    display: flex;
    align-items: center;
}

.inner-addon input[b-mxhye6pnn3] {
    font-size: clamp(12px, 1.2vw, 16px);
    padding: clamp(6px, 0.8vw, 10px) clamp(30px, 3vw, 40px);
    height: auto;
}

.inner-addon .icon[b-mxhye6pnn3] {
    width: clamp(16px, 1.5vw, 20px);
    height: clamp(16px, 1.5vw, 20px);
}

.btn[b-mxhye6pnn3] {
    font-size: clamp(12px, 1.2vw, 14px);
    padding: clamp(6px, 0.8vw, 10px) clamp(12px, 1.5vw, 20px);
    white-space: nowrap;
}

.dropdown-menu[b-mxhye6pnn3] {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    pointer-events: none;
}

/* Tüm dropdown linkleri için genel stil */
.dropdown-menu a[b-mxhye6pnn3],
.dropdown-menu button[b-mxhye6pnn3] {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.dropdown-menu a:focus[b-mxhye6pnn3],
.dropdown-menu button:focus[b-mxhye6pnn3] {
    outline: none;
    box-shadow: none;
}

.dropdown-menu a:active[b-mxhye6pnn3],
.dropdown-menu button:active[b-mxhye6pnn3] {
    transform: none;
}

.dropdown-menu:not(.d-none)[b-mxhye6pnn3] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Dropdown container - hover alanını genişletir */
.dropdown-container[b-mxhye6pnn3] {
    position: relative;
}

.dropdown-container[b-mxhye6pnn3]::after {
    content: '';
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    height: 15px;
    background: transparent;
    z-index: 999;
}

/* Şablonlar dropdown - Kompakt ve modern */
.sablonlar-dropdown[b-mxhye6pnn3] {
    min-width: 700px;
    max-width: 900px;
    padding: clamp(20px, 2.5vw, 28px);
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    padding-top: clamp(24px, 3vw, 32px);
}

.sablonlar-grid[b-mxhye6pnn3] {
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(20px, 2.5vw, 32px);
    justify-content: space-between;
}

.kategori-column[b-mxhye6pnn3] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.kategori-header[b-mxhye6pnn3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
}

.kategori-header img[b-mxhye6pnn3] {
    width: clamp(32px, 3vw, 40px);
    height: clamp(32px, 3vw, 40px);
    object-fit: contain;
}

.kategori-header h6[b-mxhye6pnn3] {
    font-size: clamp(13px, 1.2vw, 14px);
    font-weight: 600;
    margin: 0;
    color: #333;
    text-align: center;
}

.kategori-items[b-mxhye6pnn3] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.kategori-item[b-mxhye6pnn3] {
    font-size: clamp(11px, 1vw, 13px);
    padding: 6px 10px;
    color: #666;
    border-radius: 4px;
    transition: all 0.15s ease;
    text-decoration: none !important;
    display: block;
    text-align: left;
    background: transparent;
}

.kategori-item:hover[b-mxhye6pnn3] {
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none !important;
}

/* User dropdown menu - sağ tarafa hizalı */
.dropdown-menu-end[b-mxhye6pnn3] {
    left: auto;
    right: 0;
    min-width: 220px;
    padding: 8px 0;
}

.user-menu-items[b-mxhye6pnn3] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dropdown-menu-end .dropdown-item[b-mxhye6pnn3] {
    padding: 10px 20px;
    font-size: clamp(13px, 1.2vw, 15px);
    color: #666;
    transition: background-color 0.15s ease, color 0.15s ease;
    text-decoration: none !important;
    display: block;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
}

.dropdown-menu-end .dropdown-item:hover[b-mxhye6pnn3] {
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none !important;
}

.dropdown-menu-end .navlink[b-mxhye6pnn3] {
    font-weight: 600;
    color: #333;
    background: transparent;
    border: none;
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 8px;
    font-size: clamp(14px, 1.3vw, 15px);
    cursor: default;
}

.dropdown-menu-end .navlink:hover[b-mxhye6pnn3] {
    background: transparent;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .navmenu[b-mxhye6pnn3] {
        height: auto;
        min-height: 60px;
        padding: 10px 15px;
    }

    .logo[b-mxhye6pnn3] {
        height: 40px;
    }

    nav[b-mxhye6pnn3] {
        font-size: 12px;
    }

    .nav-item[b-mxhye6pnn3] {
        padding-left: 6px;
        padding-right: 6px;
    }

    .sablonlar-dropdown[b-mxhye6pnn3] {
        min-width: 95vw;
        max-width: 95vw;
    }

    .sablonlar-grid[b-mxhye6pnn3] {
        flex-wrap: wrap;
        gap: 16px;
    }

    .kategori-column[b-mxhye6pnn3] {
        flex: 1 1 calc(50% - 8px);
        min-width: 120px;
    }

    .kategori-header img[b-mxhye6pnn3] {
        width: 28px;
        height: 28px;
    }

    .kategori-header h6[b-mxhye6pnn3] {
        font-size: 11px;
    }

    .kategori-item[b-mxhye6pnn3] {
        font-size: 10px;
        padding: 4px 8px;
    }
}

/* /Shared/Preview_Layuot.razor.rz.scp.css */

.editorpage[b-xquy0tjx3f] {
    background-color: #F5F5F5;
    max-height:100vh;
    width:100%;
}

/* /Shared/ResimInfo.razor.rz.scp.css */
.resiminfo[b-67mqfot3nd] {
    gap: 50px;
    margin-bottom: 50px;
}
.info[b-67mqfot3nd]{
    padding-left:20px;
}
.img[b-67mqfot3nd] {
    height: 548px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
resiminfo >*[b-67mqfot3nd]{
    flex:1;
}
/* /Shared/SvgIcon.razor.rz.scp.css */
div[b-yndzhyzywj] {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 3px;
    text-align: center;
}

/* Sidebar iconları için override */
.sidebar .sidebar-link div[b-yndzhyzywj] {
    width: 18px;
    height: 18px;
    margin-right: 0;
}

.sidebar .sidebar-link div img[b-yndzhyzywj] {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
/* /Shared/Tasarimlar.razor.rz.scp.css */
.sabloncontainer[b-k9zyauibhi]::after {
    content: "";
    flex-grow: 999;
}

.sablonitem[b-k9zyauibhi] {
    height: 200px;
    cursor: pointer;
    position: relative;
    flex: 1 1 auto;
    background-color: rgba(0,0,0,0.1);
    padding: 3px;
}

    .sablonitem > img[b-k9zyauibhi] {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        object-fit: cover;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        border-radius: 5px;
    }

    .sablonitem .info[b-k9zyauibhi] {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.5);
        color: white;
        padding: 3px;
        width: 100%;
    }

    .sablonitem:hover .util[b-k9zyauibhi] {
        opacity: 1;
    }

    .sablonitem .util[b-k9zyauibhi] {
        opacity: 0;
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: rgba(0,0,0,0.2);
        */ color: white;
        padding: 3px;
    }
/* /Shared/UyeSolMenu.razor.rz.scp.css */
/* Styles moved to site.css */
/* /Shared/Yonetim_Layout.razor.rz.scp.css */
.logo[b-uk6apge4ry] {
    height: 50px;
}

.navmenu[b-uk6apge4ry] {
    height: 100px;
    background: white;
    width: 100%;
    padding: 0px 58px 0px 58px;
    z-index: 99;
    font-family: 'Open Sans';
    border-bottom: 1px solid #F1F1F1;
}

nav[b-uk6apge4ry] {
    margin-left: auto;
    font-size: 22px;
    font-weight: 100;
}

#solmenu[b-uk6apge4ry]{
    flex:0 0 250px;

}
