.bs-website:not(.theme-view) {
    --primary-button-bg-color: #FFA400!important;
}
 
 
.bs-agenda-tab .bs-tab-menu .page-links .nav-item.active:before {
    background: #FFA400!important;
}
 
.bs-agenda-tab .bs-tab-menu .page-links .nav-item:hover:before {
    background: #FFA400!important;
}
 
.bs-tab-menu .nav-item.active {
    color: #FFA400!important;
}
 
.modal.buy-ticket-modal .details-modal-header {
    background: #FFA400!important;
    
}
 
.bs-main-menu .main-menu.nav-active-st1 .page-links>.item:hover:not(.nav-active) {
    color: #FFA400!important;
}