.main-panel {
    position: relative;
    min-height: 100vh !important;
}

.footer-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem; 
}

/* @media(max-width:600px) {
    .footer-bottom {
        bottom: -320px;
    }
} */

.text-10 {
    font-size: 10px;
}

.h-scroll {
    overflow-x:auto;
    overflow-y:auto;
}

.error-font {
    font-size: 11px;
}

.redClass td {
    background-color: rgb(251 210 210) !important;
}

.custom-form-control {
    border: none;
    padding: 0px;
}

.small-font{
    font-size: 15px;
}

.bg-gray {
    background-color: lightgrey !important;
}

.datetime-reset-button {
    display: none !important;
}

.pricing-card-title {
    font-size: 20px !important;
}