h1, h2 {
    padding: 20px 0;
}
h2 {
    font-size : 1.5rem !important;
}
@media (max-width: 576px) {
    h1 {
        font-size : 1.5rem !important;
    }
    h2 {
        font-size : 1.2rem !important;
    }
}
.generic-button {
    border-radius: 3px;
    padding: 4px 15px;
    background-color: #308fd4;
    color: white;
    box-shadow: none;
    border: none !important;
}
.date-form {
    border: 1px solid #c7d7e2;
    border-radius: 10px;
    padding: 20px 10px;
}
.footer-bar {
    padding: 20px 0;
    background-color: #cde9f5;
}
.navbar-brand {
    font-weight: 600;
}
.bill-type-table th {
    background-color: #e1fae1;
}
.payment-type-table th {
    background-color: #fae3e1;
}
.hourwise-table th {
    background-color: #e6dcf7;
}
.itemwise-table th {
    background-color: #f4f2c7;
}
.mb-10 {
    margin-bottom: 10px;
}
#main_section {
    min-height: 100vh;
}
.p-10-0 {
    padding: 10px 0;
}
.page-nav {
    padding: 10px 0;
    /* border: 1px solid gray; */
}
.page-no {
    padding: 5px;
}
.text-semi-bold {
    font-weight: 600;
}
.text-center {
    text-align: center;
}
.page-nav a.active {
    font-weight: 600;
}
.page-nav a {
    color: black;
    text-decoration: none;
}