.form-group:has(input[type="text"]) label,
.form-group:has(input[type="email"]) label, 
.form-group:has(input[type="tel"]) label {
    display: none !important;
}

label.choose-files {
    background-color: white !important;
    font-size: 15px !important;
    line-height: 15px !important;
    padding: 15px 20px 10px 20px !important;
}

label.choose-files:hover {
    background-color: black !important;
    color: white !important;
}

div.submit-button-wrapper {
    justify-content: center !important;
}

div.submit-button-wrapper button {
    background-color: black !important;
    color: white !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 15px !important;
    padding: 15px 20px 10px 20px !important;
}

div.submit-button-wrapper button:hover {
    background-color: #0f2db3 !important;
}

.vcm-other-feature {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 10px;
}

.vcm-other-feature input[type="search"] {
    width: 180px;
    height: 32px;
    padding: 4px 8px;
}

.vcm-other-save {
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.vcm-other-save:hover {
    background-color: black;
    color: white;
}

@media (min-width: 768px) {
    #brxe-cdcjze .form-group:nth-child(6) {
        margin-left: auto !important;
    }
}