fieldset {
    border: none;
}

legend {
    font-family: var(--text-font);
    font-size: var(--font-size-input);
    line-height: var(--line-height-p);
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 15px;
}

fieldset.top {
    display: flex;
}

.table th {
    font-family: var(--text-font);
    font-size: var(--font-size-input);
    line-height: var(--line-height-p);
    font-weight: bold;
}

.option {
    display: block;
    margin-right: 15px;
    font-size: var(--font-size-input);
}

.option label {
    margin-left: 8px;
    display: inline-block;
    align-items: center;
    font-size: var(--font-size-sm);
}

.custom-revestimento-style {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 0 50px;
}

.custom-type-style {
    display: flex;
}

.form-dimensions {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: contain;
}

.table-image {
    padding-bottom: 48px;
}

.forms button.btn {
    width: 100px;
}

.file-upload {
    display: flex;
    align-items: center;
    width: 350px;
    justify-content: center;
    height: fit-content;
    align-self: center;
}

.file-label {
    display: flex;
    gap: 10px;
}

.file-list {
    margin-top: 10px;
}

.file-list span {
    font-size: 10px;
    gap: 0 10px;
}

.request-form.page {
    background-image: url("../../../../images/banner-about-02.png");
    width: 100%;
    min-height: 720px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.request-form .container {
    max-height: 400px;
}

@media (max-width: 768px) {
    .custom-revestimento-style {
        display: block;
    }

    .custom-type-style {
        display: block;
    }

    .table-image {
        display: block;
    }

    .forms button.btn {
        width: 100%;
    }

    .file-upload {
        width: 100%;
    }

    fieldset {
        margin-top: 24px;
    }
}
