/* Backgrounds */
/* Colors */
.text-red-fire {
    color: #BF4E30 !important;
}

/* Images */
.logo-principal-barra {
    display: block !important;
    height: 3.5rem !important;
    margin: auto !important;
    width: 60% !important;
}

/* Inputs Custom */
/* Date */
.input-date-custom {
    height: 2.7rem;
}

/* Selects */
.style-select {
    appearance: auto;
    height: calc(2.60rem + 2px);
    padding-right: 2.25rem;
}

/* Shadows */
.box-shadow-n {
    box-shadow: none !important;
}

input[readonly],
select:disabled {
    cursor: not-allowed;
}

#periodo-especifico-container input {
    width: 7rem;
    text-align: center;
    margin: auto;
    padding: 5px;
}

.transparent-input {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    height: auto !important;
}

/* Avatar Title Styling */
.avatar-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 0.875rem;
    font-weight: 600;
}

.avatar-title i,
.avatar-title svg {
    width: 1rem;
    height: 1rem;
}

.avatar-lg .avatar-title i,
.avatar-lg .avatar-title svg {
    width: 1.25rem;
    height: 1.25rem;
}

.avatar-sm .avatar-title {
    font-size: 0.75rem;
}

.avatar-sm .avatar-title i,
.avatar-sm .avatar-title svg {
    width: 0.875rem;
    height: 0.875rem;
}

/* Sidebar Fixed Width - Always Visible */
#layoutSidenav #layoutSidenav_nav {
    transform: translateX(0) !important;
}

#layoutSidenav.sidenav-toggled #layoutSidenav_nav {
    transform: translateX(0) !important;
}

body.sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0) !important;
}

/* Hide sidebar toggle button if you want */
#sidebarToggle {
    display: none !important;
}

/* Premium Dashboard Cards */
.premium-card {
    position: relative;
    overflow: hidden;
    color: white !important;
    border: none;
    border-radius: 12px;
    min-height: 110px;
    transition: transform 0.2s ease-in-out;
}

.premium-card:hover {
    transform: translateY(-5px);
}

.premium-card .card-body {
    position: relative;
    z-index: 2;
}

.premium-card::after {
    content: '';
    position: absolute;
    right: -30px;
    top: -20px;
    width: 160px;
    height: 160px;
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    border-radius: 50%;
    z-index: 1;
}

.card-label {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 2px;
    letter-spacing: 0.3px;
}

.card-sub-label {
    font-size: 0.75rem;
    opacity: 0.85;
}

.card-unit {
    font-size: 0.7rem;
    opacity: 0.75;
    margin-bottom: -4px;
    font-weight: 600;
}

.card-value {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
}

/* Gradients */
.bg-gradient-teal {
    background: linear-gradient(135deg, #1ccbb1 0%, #2dd4bf 100%) !important;
}

.bg-gradient-rose {
    background: linear-gradient(135deg, #f43f5e 0%, #fb923c 100%) !important;
}

.bg-gradient-blue {
    background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%) !important;
}

.bg-gradient-purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%) !important;
}

.bg-gradient-orange {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%) !important;
}

.bg-gradient-indigo {
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%) !important;
}