* {
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: #f3f4f6;
    margin: 0;
    padding: 40px;
    color: #222;
}

.container {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 28px;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-top: 18px;
    margin-bottom: 8px;
    font-weight: bold;
}

input[type="text"],
select,
textarea,
input[type="file"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    font-size: 15px;
    background: #fff;
}

textarea {
    resize: vertical;
    min-height: 120px;
}

button {
    margin-top: 30px;
    padding: 14px;
    border: none;
    border-radius: 6px;
    background: #1f2937;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s ease;
}

button:hover {
    background: #111827;
}

@media (max-width: 768px) {

    body {
        padding: 20px;
    }

    .container {
        padding: 20px;
    }

}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.button-link {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 16px;
    background: #1f2937;
    color: white;
    text-decoration: none;
    border-radius: 6px;
}

.button-link:hover {
    background: #111827;
}

.status {
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
}

.status-open {
    background: #fef3c7;
    color: #92400e;
}

.status-processing {
    background: #dbeafe;
    color: #1e40af;
}

.status-paid {
    background: #dcfce7;
    color: #166534;
}

.status-cancelled {
    background: #fee2e2;
    color: #991b1b;
}

.status {
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
}

.status-open {
    background: #fef3c7;
    color: #92400e;
}

.status-processing {
    background: #dbeafe;
    color: #1e40af;
}

.status-paid {
    background: #dcfce7;
    color: #166534;
}

.status-cancelled {
    background: #fee2e2;
    color: #991b1b;
}

.table-button {
    display: inline-block;
    padding: 8px 12px;
    margin-right: 5px;
    border-radius: 6px;
    background: #1f2937;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.table-button:hover {
    background: #111827;
}

.paid-button {
    background: #166534;
}

.paid-button:hover {
    background: #14532d;
}

.status {
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
}

.status-open {
    background: #fef3c7;
    color: #92400e;
}

.status-paid {
    background: #dcfce7;
    color: #166534;
}

.status-processing {
    background: #dbeafe;
    color: #1e40af;
}

.status-cancelled {
    background: #fee2e2;
    color: #991b1b;
}

.table-button {
    display: inline-block;
    padding: 8px 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 6px;
    background: #1f2937;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.table-button:hover {
    background: #111827;
}

.paid-button {
    background: #166534;
}

.paid-button:hover {
    background: #14532d;
}

.open-button {
    background: #92400e;
}

.open-button:hover {
    background: #78350f;
}

.table-wrapper {
    overflow-x: auto;
}

.cancel-button {
    background: #991b1b;
}

.cancel-button:hover {
    background: #7f1d1d;
}
.status-cancelled {
    background: #fee2e2;
    color: #991b1b;
}

.logo {
    margin-bottom: 30px;
}

.logo img {
    max-width: 220px;
    height: auto;
}