/* Largura da barra de rolagem */
::-webkit-scrollbar {
    width: 10px;
    display: none;

}
/* Fundo da barra de rolagem */
::-webkit-scrollbar-track-piece {
    background-color: #05395b;
    border-left: 1px solid #CCC;
}

/* Cor do indicador de rolagem */
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
    background-color: #3490cc;
}

/* Cor do indicador de rolagem - ao passar o mouse */
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #717171;
}
.center{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}
.mt-2{
    margin-top: 2vw;
}
.nav-tabs {
    font-size: 3vw;
    display: -webkit-inline-box;
    width: 100%;
    flex-wrap: nowrap;
    overflow: scroll;
    padding-bottom: 2vw;
}
.nav-tabs .nav-link.active {
    color: #6D9331!important;
    background-color: transparent!important;
    border-bottom-color: #1D4873!important;
    border-top: none;
    border-left: none;
    border-right: none;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    padding: .5rem;
}
