
/*Theme buttons css */
body div .theme-primary-btn, body div .theme-primary-btn:hover {
    background: #084975 !important;
    border-color: #084975 !important;
    color: #fff !important;
}

body div .theme-secondary-btn, body div .theme-secondary-btn:hover {
    background: #ffc60b !important;
    border-color: #ffc60b !important;
    color: #313131 !important;
}

body div .theme-tetiary-btn, body div .theme-tetiary-btn:hover {
    color: #084975;
    background-color: transparent;
    background-image: none;
    border-color: #084975;
}
/*Theme buttons css */
