.title {
	text-transform: uppercase;
	padding-top:35px;
	padding-bottom:15px;
	border-bottom:1px solid rgb(225,225,225);
}

.category {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.paddingButton {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-header {
    padding: 15px .5rem 0px .5rem !important;
}

a {
    color: #000;
    text-decoration: none !important;
}

a:hover , a:active , a:focus {
	color:#999;
}

.livewire-datatables .mt-md-5, 
div[wire\:id] .mt-md-5 {
    margin-top: 0 !important;
}

.action-icons{
    color: #000;
    margin: 0px 2px;
}

.action-icons:hover{
    color: #999;
}

legend {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 6px;
    margin-bottom: 0;
}

.note-editor.note-frame {
    width: 100% !important;
}

.content-wrapper {
    padding: 15px 20px 30px 20px;
    height: unset !important;
}

#bg-login {
	background-color:rgb(235,235,235);
}

#bg-login .wrapper {
	width:100vw;
	height:100vh;
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
}

.brasao-login img {
	filter: grayscale(0%);
	}
	
.brasao-login:hover img {
	filter: grayscale(100%);
	}

.brasao-login h1 {
	border-top:1px solid rgb(230,230,230);
	padding-top:15px;
	text-align:center;
	margin-top:15px;
	font-size:18px;
	display:block;
	line-height:16px;
	color:rgb(100,100,100)
}

.footer-login {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background-color:rgb(255,255,255);
	width:100%;
	padding:20px 40px;
	text-align:right;
}

#login-form .control-label {
	display:none;
	}
	
#login-form .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#login-form label {
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	font-weight:bold;
}

#login-form input[type=checkbox] {
	width:9px;
	height:9px;
}

.btn-login , .btn-login:visited {
	padding:8px 15px !important;
	background-color:#bbd900 !important;
	border-bottom:1px solid rgb(180,180,180) !important;
	border-right:1px solid rgb(180,180,180) !important;
	border-radius:4px !important;
	color:rgb(255,255,255) !important;
	font-weight:bold !important;
	display:inline-block;
	text-align:center;
	margin-top:5px;
	margin-left:3px;
	font-size:.8em !important;
	text-transform:uppercase;
}
	
.btn-login:hover , .btn-login:focus , .btn-login:active {
	background-color:#a6be0f;
	color:rgb(255,255,255);
	text-decoration:none;
}

.padding-memorizar {
    padding: 0;
    background-color: rgb(245, 245, 245);
    border-radius: 4px;
}

.dropdown-menu{
    min-width: 13rem !important;
}

.sidebar-dark-info .nav-treeview>.nav-item>.nav-link.active, .sidebar-dark-info .nav-treeview>.nav-item>.nav-link.active:focus, .sidebar-dark-info .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid #17a2b8 !important;
}

.input-group-btn button , .input-group-append button , #iniciativa-files , .btn-file {
	background-color:rgb(50,50,50) !important;
	border:2px solid rgb(50,50,50) !important;
    color: #FFF;
}

.btn-file:hover {
	background-color:rgb(50,50,50) !important;
}

th .form-check .form-check-input {
    margin-top: -1.08rem;
}


.brand-link {
    height: 57px;
    display: flex;
    align-items: center;
    /* background-color: #fff !important;
    border-bottom: 1px solid #dee2e6; */
}

.brand-text {
    visibility: hidden;
    width: 0;
}

.brand-link .brand-image {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-height: 35px;
    margin-top: 0px;
}

.sidebar-light-info .sidebar-search-results {
    background-color: #ffffff !important;
    border: 1px solid #dee2e6;
}

.sidebar-light-info .form-control-sidebar {
    background-color: #f4f6f9 !important;
    border: 1px solid #ced4da !important;
    color: #495057 !important;
}

.sidebar-light-info .form-control-sidebar ~ .input-group-append .btn-sidebar {
    background-color: #f4f6f9 !important;
    border: 1px solid #ced4da !important;
    color: #495057 !important;
}

.sidebar-light-info .form-control-sidebar::placeholder {
    color: #adb5bd !important;
}

@media (min-width: 1200px) {
    .brasao-login {
        width:30%;
        text-align: center;
        background-color:#FFF;
        padding:10px 10px 0 10px;
        border-radius:6px;
        border:1px solid rgb(210,210,210);
        box-shadow:0 3px 10px 0 rgba(0,0,0,.15);
        margin-top:-60px
    }
}
    
@media (min-width: 768px) and (max-width:1199px) {
    .brasao-login {
        width:50%;
        text-align: center;
        background-color:#FFF;
        padding:10px 10px 0 10px;
        border-radius:6px;
        border:1px solid rgb(210,210,210);
        box-shadow:0 3px 10px 0 rgba(0,0,0,.15);
        margin-top:-60px
    }
}

@media (min-width: 577px) and (max-width:767px) {
    .brasao-login {
        width:60%;
        text-align: center;
        background-color:#FFF;
        padding:30px 10px 0 10px;
        border-radius:6px;
        border:1px solid rgb(210,210,210);
        box-shadow:0 3px 10px 0 rgba(0,0,0,.15);
        margin-top:-60px
    }
}

@media (max-width:576px) {
    .brasao-login {
        width:80%;
        text-align: center;
        background-color:#FFF;
        padding:30px 10px 0 10px;
        border-radius:6px;
        border:1px solid rgb(210,210,210);
        box-shadow:0 3px 10px 0 rgba(0,0,0,.15);
        margin-top:-60px
    }
}



:root {
    --bg-body: #0b0e11;
    --card-bg: #161b22;
    --filter-bg: #21262d;
    --accent: #58ff6e;
    --border: #30363d;
    --text-main: #c9d1d9;
    
    /* Status Colors */
    --status-red: #f85149;
    --status-yellow: #d29922;
    --status-green: #238636;
}

.dasboard-container { color: var(--text-main); font-family: 'Segoe UI', sans-serif; }

.filter-section { margin-bottom: 30px; }
.form-control-dark { border: 1px solid var(--border); color: var(--border); transition: border-color 0.2s; }
.form-control-dark:focus { border-color: var(--accent); color: var(--border); box-shadow: none; }
.form-control-dark option { color: #212529 !important; }
.dasboard-container label { font-size: 0.85rem; color: #8b949e; font-weight: 600; }

.gov-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: 12px; margin-bottom: 25px; overflow: hidden; }
.gov-header { padding: 1.5rem; background: rgba(255,255,255,0.03); border-bottom: 1px solid var(--border); }

.nav-pills-custom .nav-link { color: #8b949e; font-weight: 500; border-radius: 6px; margin: 0 5px; font-size: 0.9rem; border: 1px solid transparent; }
.nav-pills-custom .nav-link.active { background-color: rgba(88, 166, 255, 0.1); color: var(--accent); border: 1px solid var(--accent); }

.timeline-log { padding-left: 25px; border-left: 1px solid var(--border); position: relative; margin-left: 10px; }
.timeline-entry { position: relative; margin-bottom: 20px; }

.status-dot {
    position: absolute;
    left: -31px;
    top: 12px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid var(--card-bg);
    z-index: 2;
}

.dot-red { background-color: var(--status-red); box-shadow: 0 0 8px var(--status-red); }
.dot-yellow { background-color: var(--status-yellow); box-shadow: 0 0 8px var(--status-yellow); }
.dot-green { background-color: var(--status-green); box-shadow: 0 0 8px var(--status-green); }

.log-date { font-size: 0.75rem; color: #8b949e; display: block; margin-bottom: 4px; }

.log-box {
    background: #0d1117;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid var(--border);
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.custom-check { width: 18px; height: 18px; margin-right: 12px; margin-top: 3px; cursor: pointer; }

.entry-done .log-content { text-decoration: line-through; opacity: 0.5; }
.entry-done .log-box { border-color: var(--status-green); background: rgba(35, 134, 54, 0.03); }

.btn-add { font-size: 0.8rem; padding: 2px 10px; }

.log-actions {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.btn-edit-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    color: #6c757d;
    background: transparent;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: 1px solid transparent;
}

.timeline-entry:hover .btn-edit-modern {
    color: var(--accent);
    background: rgba(0, 255, 55, 0.05);
}

.btn-edit-modern:hover {
    background: rgba(0, 255, 42, 0.1) !important;
    border-color: rgba(0, 255, 21, 0.2);
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.btn-edit-modern i {
    font-size: 0.85rem;
}

.btn-filter{
    background-color: #161b22 !important;
}

.btn-filter:hover{
    border-color: #161b22 !important;
    background-color: #ffffff !important;
    color: #161b22 !important;
}

.gov-card.card-is-cliente {
    border: 1px solid var(--accent) !important;
    position: relative;
    box-shadow: 0 0 15px rgba(88, 255, 110, 0.1) !important;
}

.badge-cliente-fixo {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--accent);
    color: #0b0e11;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 2px 12px;
    border-bottom-left-radius: 8px;
    z-index: 10;
    letter-spacing: 1px;
}

.produtos-status {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
}

.badge-vendido {
    background: rgba(35, 134, 54, 0.2);
    color: #58ff6e;
    border: 1px solid rgba(88, 255, 110, 0.3);
    font-size: 0.7rem;
    padding: 4px 8px;
}

.badge-ofertado {
    background: rgba(210, 153, 34, 0.1);
    color: #d29922;
    border: 1px solid rgba(210, 153, 34, 0.3);
    font-size: 0.7rem;
    padding: 4px 8px;
}

.gov-header {
    position: relative;
    padding-top: 1.8rem;
}

.border-vigencia-green { border: 4px solid var(--status-green) !important; }
.border-vigencia-yellow { border: 4px solid var(--status-yellow) !important; }
.border-vigencia-red { border: 4px solid var(--status-red) !important; }
.gov-card { transition: border 0.3s ease; }

/* Container do Dropdown de Aviso */
#my-notification .dropdown-menu {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee2e6;
    padding: 0.5rem 0;
    min-width: 280px;
}

#my-notification .dropdown-item {
    padding: 12px 16px;
    border-left: 4px solid transparent;
    background-color: #ffffff;
    transition: all 0.25s ease-in-out;
}

#my-notification .dropdown-item:hover,
#my-notification .dropdown-item:focus {
    background-color: #fdfdfd !important;
    color: #1f2d3d !important;
    border-left-color: #dc3545 !important; 
    box-shadow: inset 10px 0 20px -10px rgba(220, 53, 69, 0.08), 0 2px 5px rgba(0, 0, 0, 0.03);
}

#my-notification .dropdown-item.active, 
#my-notification .dropdown-item:active {
    background-color: #f8f9fa !important;
    color: #212529 !important;
    border-left-color: #dc3545 !important;
}

#my-notification .dropdown-divider {
    margin: 0;
    border-top: 1px solid #f1f3f5;
}

#my-notification .dropdown-item-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #343a40;
}

#my-notification .text-muted {
    font-size: 0.75rem;
    color: #6c757d !important;
}


/* --- ESTILIZAÇÃO GLOBAL DA NAVBAR --- */
.nav-interacoes .nav-pills .nav-link:hover,
.nav-interacoes .nav-pills .nav-link:focus {
    color: #ffffff !important;
}

.nav-interacoes .nav-pills .show > .nav-link,
.nav-interacoes .nav-pills .nav-link.active {
    color: #212529 !important;
    background-color: #e9ecef !important;
}




/* --- MODERNIZAÇÃO DO DROPDOWN DE CONFIGURAÇÕES (NAV-OPCOES) --- */

/* 1. O Painel Flutuante (Menu) */
#nav-opcoes .dropdown-menu {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 1px 5px rgba(0, 0, 0, 0.03) !important;
    padding: 8px !important;
    margin-top: 10px !important;
    background-color: #ffffff !important;
}

/* 2. Os Itens do Menu */
#nav-opcoes .dropdown-menu .dropdown-item {
    padding: 10px 14px !important;
    border-radius: 8px !important; 
    color: #495057 !important;
    font-size: 0.88rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out !important;
    display: flex;
    align-items: center;
    border-left: none !important;
    box-shadow: none !important;
}

/* 3. Estilização dos Ícones */
#nav-opcoes .dropdown-menu .dropdown-item i {
    color: #6c757d !important;
    margin-right: 10px !important;
    font-size: 0.95rem;
    transition: transform 0.2s ease, color 0.2s ease !important;
}

/* --- MICRO-INTERAÇÕES NO HOVER (EXCLUSIVO NAV-OPCOES) --- */

/* Quando o usuário passa o mouse em qualquer item */
#nav-opcoes .dropdown-menu .dropdown-item:hover,
#nav-opcoes .dropdown-menu .dropdown-item:focus {
    background-color: #f1f3f5 !important;
    color: #1f2d3d !important;
    border-left: none !important;
    box-shadow: none !important;
}

/* Efeito no ícone ao passar o mouse */
#nav-opcoes .dropdown-menu .dropdown-item:hover i {
    color: #212529 !important;
    transform: translateX(3px);
}

/* Estado Ativo/Clicado */
#nav-opcoes .dropdown-menu .dropdown-item.active,
#nav-opcoes .dropdown-menu .dropdown-item:active {
    background-color: #e9ecef !important;
    color: #212529 !important;
}

.app-header-panel{
    margin-top: -20px;
}

.view-switcher-container {
    display: inline-flex;
    background-color: #1e2227;
    padding: 4px;
    border-radius: 12px;
    border: 1px solid #2f353e;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.switch-option {
    display: flex;
    align-items: center;
    padding: 8px 18px;
    color: #a0aec0 !important;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 9px;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.switch-option:hover {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.03);
}

.switch-option.active {
    color: #ffffff !important;
    background-color: #2d3239;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2);
    /* border-bottom: 2px solid var(--accent); */
}

.switch-option i {
    font-size: 1rem;
    transition: transform 0.25s ease;
}

.switch-option.active i {
    color: #2ed573;
    transform: scale(1.1);
}

@media (max-width: 576px) {
    .app-header-panel {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
    }
    .view-switcher-container {
        width: 100%;
    }
    .switch-option {
        flex: 1;
        justify-content: center;
    }
}