.form-label {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.form-control {
    border-radius: 8px;
    padding: 10px 12px;
}

.form-switch .form-check-input {
    width: 35px;
    height: 20px;
}

.form-switch .form-check-input:checked {
    background-color: #7952b3;
    border-color: #7952b3;
}

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

.btn-primary {
    background-color: #7952b3;
    border-color: #7952b3;
    border-radius: 50px;
}

.btn-outline-secondary {
    border-radius: 50px;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.user-info {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 20px;
}

.user-info .dropdown-toggle::after {
    float: right;
    margin-top: 8px;
}

.upload-btn {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
}

.section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}