.text-five {
    color: var(--bs-five, #183181) !important;
}

.text-hover-five:hover {
    color: var(--bs-five-dark, #183181) !important;
}

.bg-hover-five:hover {
    color: var(--bs-five-dark, white);
    background-color: var(--bs-five-light, #183181);
}

.bg-five {
    background-color: var(--bs-five, #183181);
}

.btn-five {
    background-color: var(--bs-five, #183181) !important;
    border-color: var(--bs-five, #183181) !important;
    color: white !important;
}

.btn-five-hoverable {
    background-color: var(--bs-five, #183181) !important;
    border: 1px solid #183181 !important;
    color: white !important;
    transition: ease-in 0.2s;
}

.dropdown-item:active {
    background-color: #183181 !important;
    color: white !important;
}

.btn-five-hoverable:hover {
    background-color: #1d46c8 !important;
    color: white !important;
}

.btn-five:hover {
    background-color: var(--bs-five-dark, #5a6268);
    border-color: var(--bs-five-dark, #5a6268);
    color: white;
}

.form-label {
    margin-bottom: 0.5rem;
    color: #183181;
}

.card {
    border-radius: 0.5rem;
    overflow: hidden;
}

.card-header {
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

.bg-five {
    background-color: #183181 !important;
}

.icon-color {
    color: #183181;
}

.card {
    border-radius: 0.5rem;
}


.dropdown-menu {
    z-index: 1050;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: visible;
}

.bg-gradient-five {
    background: linear-gradient(135deg, #1a365d 0%, #183181 100%);
}

.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
}

.transition-all {
    transition: all 0.3s ease;
}

.card-title {
    color: #183181;
    line-height: 1.4;
}

.input-group-text {
    border-right: 0;
}

.form-control:focus {
    border-color: #cbd5e0;
    box-shadow: none;
}

.btn-primary-five {
    background-color: #2c5282 !important;
    border-color: #2c5282 !important;
    color: white !important;
}

.btn-primary-five:hover {
    background-color: #183181 !important;
    border-color: #183181 !important;
}

.btn-outline-primary-five {
    color: #2c5282 !important;
    border-color: #2c5282 !important;
}

.btn-outline-primary-five:hover {
    color: white !important;
    background-color: #183181 !important;
    border-color: #183181 !important;
}

/* ZOOM IMAGEM */

.img-c {
    width: 200px;
    height: 200px;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 10px
}

.img-w {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    transition: transform ease-in-out 300ms;
    background-repeat: no-repeat;
    margin: auto;
}

.img-w img {
    display: none;
}

.img-c {
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img-c:hover .img-w {
    transform: scale(1.08);
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img-c.active {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: 2;
}

.img-c.postactive {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.img-c.active.positioned {
    left: 0 !important;
    top: 0 !important;
    transition-delay: 50ms;
    background-color: #00000024;
}

/* ------------------------------------- */

:root {
    --bg-five: #183181;
    --bg-five-dark: #164670;
    --bg-five-light: #2a6ba8;
}

.dashboard-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.dashboard-navbar {
    background: linear-gradient(135deg, var(--bg-five) 0%, var(--bg-five-dark) 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.dashboard-content {
    display: flex;
    flex: 1;
}

.dashboard-sidebar {
    width: 100%;
    background: #ffffff;
    border-right: 1px solid #e5e7eb;
    overflow-y: auto;
    position: sticky;
    top: 70px;
}

.sidebar-content {
    height: calc(100vh - 121px) !important;
}

.sidebar-section {
    margin-bottom: 1.5rem;
}

.sidebar-section-title {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #6b7280;
    padding: 0 1.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}

.sidebar-section-subtitle {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #9ca3af;
    padding: 0.5rem 1.5rem 0.25rem 2rem;
    letter-spacing: 0.06em;
}

.nav-item-link.nav-item-sub {
    padding-left: 2.25rem;
    font-size: 0.85rem;
}

.nav-item-link.nav-item-sub i {
    font-size: 0.95rem;
    width: 20px;
}

.nav-item-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.nav-item-link:hover {
    background-color: #f3f4f6;
    color: var(--bg-five);
    border-left-color: var(--bg-five-light);
}

.nav-item-link.active {
    background-color: #eff6ff;
    color: var(--bg-five);
    border-left-color: var(--bg-five);
    font-weight: 600;
}

.nav-item-link i {
    width: 24px;
    margin-right: 0.75rem;
    font-size: 1.1rem;
}

.nav-item-link p {
    margin: 0;
    font-size: 0.9rem;
}

.dashboard-main {
    flex: 1;
    padding: 2rem;
    background-color: #f9fafb;
    overflow-y: auto;
}

.dashboard-footer {
    background-color: #ffffff;
    border-top: 1px solid #e5e7eb;
    padding: 1.5rem 2rem;
    text-align: center;
    color: #6b7280;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .dashboard-sidebar {
        position: fixed;
        left: -280px;
        transition: left 0.3s ease;
        z-index: 1020;
        height: 100vh;
        top: 0;
    }

    .dashboard-sidebar.show {
        left: 0;
    }

    .dashboard-main {
        padding: 1rem;
    }
}

.backImage {
    background-position: center;
    filter: blur(5px);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 20%;
}

.lower-opacity-50 {
    opacity: 0.8;
}

.btn-auth-guests {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    transition: ease-in 0.2s;
}

.btn-auth-guests:hover {
    background-color: rgba(255, 255, 255) !important;
    color: #183181 !important;
}

.btn-outline-five {
    border-color: var(--bs-five, #183181) !important;
    color: #183181 !important;
}

.btn-outline-five:hover {
    background-color: var(--bs-five, #183181) !important;
    color: white !important;
}

.card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    opacity: 2%;
    background-size: cover;
    transition: ease-in 0.3s;
}

.card-top-back:hover .card-back {
    opacity: 6%;
}

.q-btn {
    background: none;
    border: 0;
    color: inherit;
    text-decoration: none;
    padding: 0;
}

.q-btn:focus {
    outline: none;
    box-shadow: none;
}

.q-btn:hover {
    text-decoration: none;
    color: inherit;
}

.q-btn .toggle-icon {
    transition: transform .2s ease;
}

.q-btn[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

.answer-block pre {
    white-space: pre-wrap;
}

.btn-confirm-sweet {
    margin-left: 10px !important;
}

.hover-lift:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
    border-color: var(--bs-five) !important;
}

.fase-option:hover .card {
    border-color: var(--bs-five);
}

/* CRITERIOS AVALIAR */

/* Estilização customizada para radio buttons como badges */
.rating-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.rating-badge-option {
    margin: 0;
    cursor: pointer;
}

.rating-badge-option input[type="radio"] {
    display: none;
}

.rating-badge-item {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    color: white;
    transition: all 0.2s ease;
    opacity: 0.4;
    min-width: 45px;
    text-align: center;
}

.rating-badge-option input[type="radio"]:checked+.rating-badge-item {
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.rating-badge-item:hover {
    opacity: 0.7;
}

.pratica-card {
    transition: all 0.2s ease;
}

.pratica-card:hover {
    background-color: #f8f9fa;
}

.pratica-card {
    transition: all 0.2s ease;
}

.pratica-card:hover {
    background-color: #f8f9fa;
}

.categoria-option.selected {
    background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
    border: 1px solid var(--bs-primary) !important;
}
/* ── Analytics: Funil de Processos & Fases ── */
.funil-section-label {
    font-size: .75rem;
    letter-spacing: .08em;
}

.funil-pipeline {
    align-items: stretch;
}

.funil-stage-wrapper {
    display: flex;
    align-items: stretch;
}

.funil-card {
    min-width: 190px;
    max-width: 210px;
    cursor: pointer;
    transition: box-shadow .15s, border-color .15s;
}

.funil-card:hover {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1) !important;
}

.funil-arrow {
    width: 28px;
    flex-shrink: 0;
    color: #adb5bd;
    font-size: .85rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
