.form-check label a {
    color: #ffc720;
    cursor: pointer;
}

#eModalLabel-a.modal,
#eFeedback.modal,
#eModalLabel-b.modal,
#eApply.modal {
    --bs-modal-width: 60em;
}

@media screen and (max-width: 48em) {

    #eModalLabel-a.modal,
    #eFeedback.modal,
    #eModalLabel-b.modal,
    #eApply.modal {
        --bs-modal-width: 100%;
    }
}

table td a {
    color: blue;
}

#eFeedback .footer_contactbox,
#eApply .footer_contactbox {
    margin-bottom: 0rem;
}

@media screen and (max-width: 64em) {
    #eFeedback .l_footer_contact,
    #eApply .l_footer_contact {
        margin-top: 0rem;
    }
}

.colorBg{
    background-color: #eee; 
    margin-top: 1.25em;
    border-radius: 0.25em;
    border: 0.0625rem solid #ccc;
}

.btnCenter{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow{
    width: 100%;
    overflow-x: auto;
}

@media screen and (max-width: 64em) {
    .flow{
        width: 48em;
        overflow-x: scroll;
    }
}