/* Common buttons css */
body div .common-primary-btn, body div .common-primary-btn:hover {
    background-color: #198754 !important;
    border-color: #198754 !important;
    color: #fff !important;
}

body div .common-secondary-btn, body div .common-secondary-btn:hover {
    background-color: #e0e0e0 !important;
    border-color: #e0e0e0 !important;
    color: #313131 !important;
}

body div .common-light-btn, body div .common-light-btn:hover {
    background-color: #efefef !important;
    border-color: #efefef !important;
    color: #313131 !important;
}
body div .btn-outline-secondary,
body div .btn-outline-secondary:focus,
body div .btn-outline-secondary:hover {
    border-color: #c1c1c1;
}
/* Common buttons css */
