.member-details .member-betlist-container .bet-wrapper-row:hover:not(.nohover) {
    background-color: var(--secondary-color-l-15);
}

.member-details .member-filters-container .datepicker-filter .datepicker-filter-column .native-datepicker-container .form-control {
    color-scheme: light;
}
  
.euro-single-event-racing-container .race-status-container .race-status {
    color: var(--black);
}

.e-sports-table .main-line-title::after,
.featured-event-info .main-line-title::after {
    background-image: linear-gradient(
            to right,
            rgb(from var(--action) r g b / 1) 0%,
            rgb(from var(--secondary) r g b / .001) 100%
    ) !important;
}

.e-sports-table .main-line-title::before,
.featured-event-info .main-line-title::before {
    background-image: linear-gradient(
            to left,
            rgb(from var(--action) r g b / 1) 0%,
            rgb(from var(--secondary) r g b / .001) 100%
    ) !important;
}

.head-to-head-card .head-to-head-card-team.active .participant-side.away {
    background-image: linear-gradient(
            to left,
            rgb(from var(--action) r g b / 0.6) 0%,
            rgb(from var(--secondary) r g b / 0) 70%
    );
}
  
.head-to-head-card .head-to-head-card-team.active .participant-side.home {
    background-image: linear-gradient(
            to right,
            rgb(from var(--action) r g b / 0.6) 0%,
            rgb(from var(--secondary) r g b / 0) 70%
    );
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--action), 0.25);
  }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23000000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") !important;
}
  
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23000000'/%3E%3C/svg%3E") !important;
}

#betSlipContainer .bs-system-type-container .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--action);
}

.status-label-combo-booster {
    background-color: var(--action);
}

.range-holder .input-container .input-covered {
    background-color: var(--primary-color);
}

#betSlipContainer .bs-item .bs-selection-container .bs-selection-details .bs-item-status .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-color: var(--black);
}