﻿fieldset {
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #9D9D9D;
    margin-bottom: 1%;
    margin-top: 1%;
}

.acessibilidade_imagem {
    text-align: right;
    color: black;
}

    .acessibilidade_imagem img {
        width: 100px;
        height: 100px;
    }

.libras_imagem {
    text-align: right;
    color: black;
}

    .libras_imagem img {
        width: 20px;
        height: 20px;
    }

#loadingSpinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flexbox;
}
