.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url("/img/loading.svg");
    background-repeat: no-repeat;
    background-color: rgb(255 255 255 / 75%);
    background-position: center;
    background-size: 100px;
}

.img-flag {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    margin-right: 10px !important;
}

#nome-registro-excluir {
    font-weight: bold !important;
}

.badge-teal {
    background-color: #39cccc !important;
    color: white;
}

.badge-olive {
    background-color: #3d9970 !important;
    color: white;
}
