
/*Theme buttons css */
body div .theme-primary-btn, body div .theme-primary-btn:hover {
    background: #198754 !important;
    border-color: #198754 !important;
    color: #fff !important;
}

body div .theme-secondary-btn, body div .theme-secondary-btn:hover {
    background: #e0e0e0 !important;
    border-color: #e0e0e0 !important;
    color: #313131 !important;
}

body div .theme-tetiary-btn, body div .theme-tetiary-btn:hover {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
/*Theme buttons css */
