.form-header {
    color: white;
    padding: 10px 20px;
    font-size: 1.5rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.content-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.input-group-text {
    background-color: #f0f0f0;
}
.file-label i {
    position: absolute;
    font-size: 30px;
    transform: translateX(-30px) translateY(30px);
    cursor: pointer;
}
.cursor-pointer {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}