﻿body {
}
.inputclass {
    width: 100%;
    height: 37px;
    padding-left: 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-family: Arial;
    font-size: small;
}
#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.dashboard-card {
    padding: 20px;
    color: white;
    border-radius: 8px;
    margin-bottom: 20px;
    
}

.dashboard-card h3 {
    margin-bottom: 15px;
}

/* Additional responsive styling */
@media (max-width: 576px) {
    .dashboard-card h3 {
        font-size: 1.5rem;
    }

    .dashboard-card p {
        font-size: 1rem;
    }
}







@media (max-width: 768px) {
    .info-box-number {
        font-size: 1.5rem; /* Smaller font size on mobile */
    }

    .info-box-icon {
        font-size: 40px; /* Smaller icons on mobile */
    }

    .info-box-content {
        text-align: center;
    }

    .row .col-md-4 {
        margin-bottom: 15px;
    }

    .table {
        font-size: 0.9rem; /* Smaller text in tables */
    }

    /* Ensure info-box doesn't overflow */
    .info-box {
        flex-direction: column;
        text-align: center;
    }
}

/* For very small screens like mobile phones in portrait mode */
@media (max-width: 576px) {
    .info-box-number {
        font-size: 1.2rem; /* Even smaller text */
    }

    .info-box-icon {
        font-size: 35px;
    }

    h4 {
        font-size: 1.5rem; /* Smaller titles */
    }
}



