/*barra de rolagem*/
::-webkit-scrollbar {
    width: 10px;
}

/*area da barra de rolagem*/
::-webkit-scrollbar-track {
    background: rgb(238, 238, 238);
}

/*barra de rolagem*/
::-webkit-scrollbar-thumb {
    background: #F4CD40;
}

::-webkit-scrollbar-thumb:hover {
    background: #49b5bf;
}

.label-amarela {
    background-color: #F4CD40;
    color: black !important;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}

.btn-amarelo {
    background-color: #F4CD40;
    color: black !important;
    font-weight: bold;
}

.btn-amarelo:hover,
.btn-amarelo:focus-visible {
    background-color: #ffc800 !important;
}

.btn-verde {
    background-color: #29A69D;
    color: white !important;
    font-weight: bold;
}

.btn-verde:hover,
.btn-verde:focus-visible {
    background-color: #1d968e !important;
}

.btn-azul {
    background-color: #00B4BA;
    color: white !important;
    font-weight: bold;
}

.btn-azul:hover,
.btn-azul:focus-visible {
    background-color: #008f94 !important;
}

.titulo-azul {
    font-weight: bold;
    color: #49b5bf !important;
}

.fonte-azul {
    color: #49b5bf !important;
}

.borda-azul {
    border: 1px solid #49b5bf !important;
}

.fundo-azul-claro {
    background-color: #c3eef2 !important;
}

/*--configuração do select2----------------------------------------*/
.select2-container {
    width: 100% !important;
}

.select2-selection {
    min-height: 37.5px !important;
    border-color: #49b5bf !important;
    border-radius: 0.375rem !important;
}

.select2-selection__arrow {
    display: none !important;
}

.select2-search__field {
    border-color: #49b5bf !important;
    border-radius: 0.25rem !important;
}

.select2-selection__rendered:focus-visible {
    outline: 0;
    box-shadow: none;
}

.select2-search__field:focus-visible {
    border-color: #86b7fe !important;
    outline: 0;
    box-shadow: none;
}

.select2-selection__rendered {
    padding-top: 4px !important;
    text-align: center !important;
}

.select2-dropdown {
    border-color: #49b5bf !important;
}

.select2-selection__choice {
    background-color: white !important;
    width: 49% !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.select2-selection__choice__remove {
    color: red !important;
}

.select2-selection__placeholder {
    color: black !important;
}

.select2-results__option {
    text-align: center;
}
/*------------------------------------------------------------*/