:root {
    --primary-color: #7689c7;
    --secondary-color: #342A6D;
    --tertiary-color: #06D2FF;
    --primary-color-rgb: 255,193,7;
}


/*custom css for whitelabel*/
.top_header {
    background: #071F4F !important;
}

.main_section .center_main .right_side .buttons {
    background: #071F4F !important;
}

.main_section .center_main .right_side .buttons ul li a.active {
   background: #3c4a8f !important;
}
