/* CSS Custom General Base  */
.modal-body {
    max-height: calc(100vh - 215px);
    overflow-y: auto;
}

.bg-hard-green-unada {
    background-color: #005F02 !important;
}

.bg-soft-green-unada {
    background-color: #427A43 !important;
}

.bg-light-green-unada {
    background-color: #BCD9A2 !important;
}

.bg-hard-yellow-unada {
    background-color: #F2B50B !important;
}

.bg-soft-yellow-unada {
    background-color: #FED16A !important;
}

.bg-light-yellow-unada {
    background-color: #FFF4A4 !important;
}