body {
    font-family: 'Space Grotesk', sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"], 
textarea {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
}
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: auto;
}
h1, h2 {
    color: #333;
}

/* Mevcut CSS kodunuzun altına ekleyin */
select {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
}

input[type="checkbox"] {
    width: auto;
    transform: scale(1.2);
    margin: 4px 10px 4px 0;
}

.admin-button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    text-decoration: none; 
    margin-bottom: 50px;
    margin-top: 50px;

}
    
.language-button {
    padding: 5px;
    margin: 2px;
    background-color: #ccc;
    border-radius: 5px;
    text-decoration: none;
    color: black;
}


h1{
    margin-top: 50px;


}
.order-ready-link {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 10px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.order-ready-link:hover {
    background-color: #0056b3;
}

.panel-card {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.panel-title {
    text-align: center;
    color: #444;
    margin-bottom: 30px;
}

.panel-message {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-weight: 600;
}

.panel-message--success {
    background-color: #dff0d8;
    color: #3c763d;
}

.panel-message--error {
    background-color: #f2dede;
    color: #a94442;
}

.panel-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.panel-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.panel-label {
    font-weight: bold;
    color: #444;
}

.panel-input {
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}

.panel-warning {
    background: #fff3cd;
    border: 1px solid #ffc107;
    padding: 15px;
    border-radius: 6px;
}

.panel-warning-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    color: #856404;
}

.panel-warning-text {
    font-size: 16px;
}

.panel-warning-help {
    display: block;
    margin-top: 5px;
    color: #721c24;
    font-size: 14px;
}

.panel-checkbox {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.panel-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.panel-button {
    padding: 15px 30px;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.panel-button--ready {
    background-color: #4caf50;
}

.panel-button--tailor {
    background-color: #ffa500;
}

.panel-footer {
    text-align: center;
    margin-top: 30px;
}

.panel-link {
    display: inline-block;
    padding: 12px 25px;
    background-color: #2196f3;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.success-card {
    max-width: 720px;
    margin: 40px auto;
    padding: 40px 30px;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.success-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #e7f6ec;
    color: #2e7d32;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.success-title {
    font-size: 32px;
    margin-bottom: 10px;
    color: #2c2c2c;
}

.success-subtitle {
    color: #666;
    margin-bottom: 30px;
}

.success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.success-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 8px;
    background: #1d4ed8;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.success-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(29, 78, 216, 0.2);
}

.success-button--secondary {
    background: #0f766e;
}

.success-button--ghost {
    background: #f1f5f9;
    color: #1f2937;
}
