﻿.table thead th {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 0.85rem;
}

.table td {
    font-size: 0.9rem;
}

.card-header {
    font-size: 0.95rem;
}

.btn-group .btn {
    min-width: 110px;
}
.dashboard-icon {
    font-size: 1.8rem;
    opacity: 0.9;
}

.card-stat {
    min-height: 120px;
}
.dashboard-icon {
    font-size: 1.6rem;
}

.card-stat {
    border-radius: 12px;
}

.icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marathi-shloka {
    color: #3a2f1c;
    font-weight: 500;
}

.marathi-heading {
    color: #1b1b1b;
    font-weight: 700;
}
.hero-image {
    width: 280px; /* REQUIRED */
    height: 300px; /* REQUIRED */
    border-radius: 50%; /* Oval / ellipse */
    object-fit: contain;
}
.drawer {
    position: fixed;
    top: 0;
    right: -450px;
    width: 450px;
    height: 100%;
    background: #ffffff;
    box-shadow: -2px 0 10px rgba(0,0,0,.2);
    padding: 20px;
    transition: right 0.3s ease-in-out;
    z-index: 1050;
}

    .drawer.open {
        right: 0;
    }

.drawer-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.drawer-footer {
    margin-top: 20px;
    text-align: right;
}