* {
    font-family: 'Inter', sans-serif;
}

body {
    color: #2e3236 !important;
    font-size: 16px;
}

.title,
.dropdown-toggle,
.icon-holder {
    color: #2e3236 !important;
}

.btn {
    border-radius: 8px !important;
}

.bg-laranja {
    background-color: #FFCC00;
}

.bg-laranja:hover {
    background-color: #2e3236 !important;
    color: #fff !important;
}

.bg-escuro {
    background-color: #2e3236;
    color: #fff;
}

.bg-escuro:hover {
    background-color: #FFCC00 !important;
    color: #000 !important;
}

.btn-secondary {
    background-color: #6c757d !important;
    color: #fff !important;
    border: #6c757d !important;
}

.bg-promotor {
    background-color: #c1e7d6;
    /* Verde claro, simbolizando crescimento e positividade */
}

.bg-detrator {
    background-color: #f3d0d0;
    /* Rosa claro, simbolizando crítica e negatividade */
}

.bg-passivo {
    background-color: #e4e4e4;
    /* Cinza claro, simbolizando neutralidade e passividade */
}


.texto-laranja {
    color: #FFCC00 !important;
}

.card {
    border-radius: 8px !important;
}

.notification-badge-small {
    font-size: 0.6rem;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
    line-height: 1;
}

@media (max-width: 767px) {

    /* Para dispositivos móveis com largura menor ou igual a 767px */
    .pop-notification {
        width: 280px;
    }
}

.sidebar-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    border-top: 1px solid #e9ecef;
}

.bg-success,
.badge-success {
    background-color: rgb(113, 221, 55) !important;
    color: #fff !important;
}

.bg-danger,
.bg-warning,
.bg-primary {
    color: white !important;
}