.logo-color {
    color: #F36F02 !important;
}

/* Dashboard Premium Styles (Extracted from Mockup) */
.welcome-bar {
    background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
    border-radius: 12px;
    padding: 24px 28px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.wb-circle {
    position: absolute;
    right: -20px;
    top: -30px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}
.wb-circle2 {
    position: absolute;
    right: 40px;
    bottom: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}
.wb-text h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}
.wb-text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
}
.wb-date {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    text-align: right;
}
.wb-date strong {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

/* Stats Cards */
.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}
@media (max-width: 992px) {
    .stats-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 576px) {
    .stats-row { grid-template-columns: 1fr; }
}

.stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 18px 20px;
    border: 1px solid #eaecf4;
    transition: transform 0.2s;
}
.stat-card:hover {
    transform: translateY(-3px);
}
.stat-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.stat-trend {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
}
.stat-trend.up { background: #dcfce7; color: #16a34a; }
.stat-trend.dn { background: #fef2f2; color: #dc2626; }
.stat-trend.neu { background: #f0f4ff; color: #4F46E5; }

.stat-val {
    font-size: 28px;
    font-weight: 800;
    color: #1e1b4b;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.stat-lbl {
    font-size: 13px;
    color: #6b7280;
    margin-top: 5px;
}
.stat-progress {
    height: 5px;
    border-radius: 4px;
    margin-top: 15px;
    background: #f0f0f0;
}
.stat-progress-bar {
    height: 100%;
    border-radius: 4px;
}

/* Quick Actions */
.qa-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.qa-item {
    padding: 16px;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #f0f0f0;
    background: #fff;
    transition: all 0.2s;
    text-decoration: none;
}
.qa-item:hover {
    border-color: #4F46E5;
    background: #f8fbff;
}
.qa-ic {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.qa-txt { font-size: 14px; font-weight: 600; color: #374151; }
.qa-sub { font-size: 11px; color: #9ca3af; }

/* Fee Table */
.fee-table { width: 100%; }
.fee-table th {
    font-size: 11px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}
.fee-table td {
    padding: 12px 0;
    border-bottom: 1px solid #f8f8fa;
    vertical-align: middle;
}
.stu-cell { display: flex; align-items: center; gap: 10px; }
.stu-av {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}
.mode-badge {
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
}
.mode-Cash { background: #dcfce7; color: #16a34a; }
.mode-Online { background: #dbeafe; color: #1d4ed8; }
.mode-Cheque { background: #fef3c7; color: #92400e; }

/* Attendance Ring */
.att-ring-row {
    display: flex;
    align-items: center;
    gap: 24px;
}
.att-legend { flex: 1; }
.att-leg-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.att-dot { width: 10px; height: 10px; border-radius: 50%; }
.att-leg-label { font-size: 13px; color: #6b7280; }
.att-leg-val { margin-left: auto; font-size: 13px; font-weight: 600; color: #374151; }

/* Login Page Overhaul (OUTR-ERP Style) */
.auth-bg-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(8px) brightness(0.8);
    transform: scale(1.1); /* Prevent white edges from blur */
    z-index: -1;
}

.login-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.login-banner {
    height: 160px;
    position: relative;
    overflow: hidden;
}

.login-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.2));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.login-banner-overlay h2 {
    color: #fff;
    font-weight: 800;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.login-logo-container {
    margin-top: -50px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.login-logo-round {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: inline-block;
}

.login-tabs {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 25px;
}

.login-tabs .nav-link {
    border: none;
    color: #666;
    font-weight: 700;
    padding: 12px 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0;
    flex: 1;
    text-align: center;
}

.login-tabs .nav-link.active {
    background-color: #3f51b5 !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(63, 81, 181, 0.3);
}

.login-form-label {
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 8px;
}

.login-btn-primary {
    background: linear-gradient(90deg, #6366f1, #4f46e5);
    border: none;
    font-weight: 700;
    padding: 14px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.4);
    transition: all 0.3s ease;
}

.login-btn-primary:hover {
    background: linear-gradient(90deg, #4f46e5, #4338ca);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.5);
}

.login-info-box {
    background: #eef2ff;
    border-radius: 10px;
    padding: 15px;
    border-left: 4px solid #4f46e5;
    margin-top: 25px;
    font-size: 0.9rem;
    color: #3730a3;
}

.forgot-link {
    font-weight: 600;
    color: #6366f1;
    text-decoration: none;
}

.forgot-link:hover {
    text-decoration: underline;
}
