.form-select-auto {
    width: auto !important;
}

section {
     padding-top: 0 !important; 
}

.required::after {
    content: "*";
    color: red;
}

#generateLink i {
            font-size: 1rem; /* Adjust as necessary */
        }