.titulo-campo {
    font-weight: bold;
}

star{
    color: #ff0000;
}

.multiplos {
    min-height: 44px !important;
}

.SumoSelect > .CaptionCont > span {
    padding-top: 3px;
}

.modulo-item {
    margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
    color: #666 !important;
    background-color: #fff !important;
}

.barra-informacoes {
    background: #fff;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0px;
}

.card-trilha {
    box-shadow: none;
}

.thumnail-small {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

.thumnail-xsmall {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

.thumnail-medium {
    width: 204px;
    height: 204px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

.texto + .trumbowyg-box {
    min-height: 200px; /* você pode usar height: 300px se quiser travar */
}

.item-voluntario {
    background: #e9eff3;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 8px;
}


div#autocomplete-sugestoes {
    position: absolute;
    background: #fff;
    width: 50%;
    border: solid 1px #ccc;
    padding: 9px;
    height: 200px;
    overflow: auto;
}
.bg-gradient-primary-to-secondary {
    background-color: #6900c7 !important;
    background-image: linear-gradient(135deg, #6900c7 0%, rgb(99 98 95 / 80%) 100%) !important;
}
/*
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(10 106 8 / 42%) !important;
}*/