body {
    background-color: #f8f9fa;
}

.form-section {
    margin-bottom: 30px;
}

.form-label {
    font-weight: 500;
    font-size: 14px;
    color: #212529;
}

.form-control,
.form-select {
    border-radius: 0.375rem;
    border-color: #dee2e6;
    font-size: 14px;
}

.form-check-label {
    font-size: 14px;
}

.form-check-input {
    cursor: pointer;
}

.form-section h5,
.form-section h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.form-section .form-text {
    font-size: 12px;
    color: #6c757d;
}

.hidden {
    display: none;
}

.btn-primary {
    background-color: #000;
    border-color: #000;
    padding: 10px 30px;
    border-radius: 0.375rem;
}

.btn-primary:hover {
    background-color: #333;
    border-color: #333;
}

.border {
    border-color: #dee2e6 !important;
}

textarea.form-control {
    resize: none;
}
