/********************************** client colors vars start **********************************/
/*** non_setting_styles ***/

/* standings table header */

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic_container .wff_confordiv_title,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic_container .wff_standings_table_title {
    padding: 10px;
    font-size: 20px;
    text-transform: capitalize;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic_container .wff_standings_table_title .wff_standings_table_title_tnm {
    font-size: 20px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic_container .wff_confordiv_title SPAN {
    font-size: 20px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic_container .wff_confordiv_title .icon-drop_up::before,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic_container .wff_confordiv_title .icon-drop_down::before {
    font-size: 14px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic_container .wff_standings_table_header .wff_table_header_cell {
    text-transform: capitalize;
    font-weight: bold;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic_container .wff_standings_table_header .wff_table_header_cell.wff_standings_team SPAN:first-of-type,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic_container .wff_standings_table_header .wff_table_header_cell .wff_group_name {
    position: relative;
    left: -35px;
}

/* standings table row */

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_header .wff_table_header_cell:last-child,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_body .wff_table_row_column:last-child {
    padding-right: 10px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_body .wff_table_row_column.wff_standings_position .wff_table_row_column_content_wrapper {
    border-radius: 40px;
    width: 24px;
    height: 24px;
    margin: 10px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_body .wff_table_row_column .wff_standings_movement .wff_icon_container DIV {
    width: 10px;
    height: 14px;
    background-size: cover;
    margin-right: 5px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_body .wff_table_row_column .wff_standings_movement .wff_icon_container .wff_icon_draw {
    width: 14px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_dropdowns .wff_label_text {
    font-size: 14px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_dropdowns .wff_icon_container {
    margin-left: 6px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_dropdowns .wff_icon_container .wff_icon_down { 
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_dropdowns .wff_clicked .wff_icon_container .wff_icon_down {
    transform: none;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_icon_container .wff_icon_next_match {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_live_result {
    border-radius: 5px;
    width: 36px;
    height: 20px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_live_result .wff_standings_live_result_dash {
    bottom: 1px;
    position: relative;
}


.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_form {
    max-width: inherit;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_form .wff_form_ball {
    height: 20px;
    width: 20px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_form .wff_label_text {
    font-weight: bold;
    align-items: center;
    height: 100%;
}

/* form tooltip */

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_form .wff_tooltip_root {
    border: none;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_form .wff_tooltip_root.wff_form_w,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_form .wff_tooltip_root.wff_form_l, 
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_form .wff_tooltip_root.wff_form_d {
    background-color: transparent;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_form .wff_tooltip_root .wff_standings_event_info,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_form .wff_tooltip_root .wff_standings_event_info.wff_widget_small {
    width: 320px;
    height: 130px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_form .wff_tooltip_root .wff_standings_event_info .wff_event_info_generic {
    padding: 0 10px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic .wff_standings_generic_container .wff_table_container .wff_standings_generic_content .wff_standings_table .wff_standings_table_header .wff_standings_table_header_row .wff_table_header_cell .wff_tooltip_root {
    border-radius: 5px;
    text-transform: lowercase;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic .wff_standings_generic_container .wff_table_container .wff_standings_generic_content .wff_standings_table .wff_standings_table_header .wff_standings_table_header_row .wff_table_header_cell .wff_tooltip_root .wff_tooltip_root_container .wff_tooltip_participant_text:first-letter {
    text-transform: uppercase;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_info_header {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 12px;
    padding: 0;
    border-bottom: 1px solid #E5E5E5;
    text-transform: none;
    justify-content: space-between;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info.wff_widget_small .wff_event_info_generic .wff_event_info_header {
    padding: 0;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_info_header .wff_tournamen_container {
    justify-content: left;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_info_header .wff_tournamen_container .wff_stage_name {
    font-weight: normal;
    text-transform: none;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_info_header .wff_tournamen_container .wff_round .wff_round_label {
    margin: 0;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_info_header .wff_event_date {
    text-transform: none;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_venue_attendance {
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: -5px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_venue_attendance .wff_event_info_venue_name::after {
    content: ',';
    margin-right: 2px;
    margin-left: -4px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_header .wff_event_result_single_row_wrapper {
    width: 60px;
    height: 26px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #F1F1F1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 5px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_header .wff_event_result_single_row_wrapper .wff_event_result_single_row_participant_result,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_header .wff_event_result_single_row_wrapper .wff_result_dash {
    font-size: 14px;
    margin: 0 4px;
    font-weight: bold;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_info_generic .wff_event_header .wff_participant_container,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_info_generic .wff_event_header .wff_participant_container.wff_home {
    flex-direction: row;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_header .wff_event_result_participants {
    justify-content: space-evenly;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_header .wff_event_result_participants .wff_event_start_time {
    font-size: 14px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_header .wff_participant_container .wff_participant_name {
    font-weight: 700;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_header .wff_event_start_time_status_container {
    margin-top: -3px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_header .wff_event_status {
    margin-top: 8px;
    font-size: 12px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_header .wff_event_status .wff_status_value {
    font-weight: bold;
}

/* legend */

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_legend .wff_standings_position_marker {
    border-radius: 40px;
}

/* scroll bar styles */

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic_container .wff_dropdowns .wff_standing_type_selector_list::-webkit-scrollbar,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic_container .wff_dropdowns .wff_tournament_selector_list::-webkit-scrollbar {
    width: 4px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic_container .wff_dropdowns .wff_standing_type_selector_list::-webkit-scrollbar-thumb,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic_container .wff_dropdowns .wff_tournament_selector_list::-webkit-scrollbar-thumb {
    background-color: #656565;    /* color of the scroll thumb */
    border-radius: 4px;       /* roundness of the scroll thumb */
}

/* responsive */
.wff_widget.wff_widget_FWBB0CC86F79E16833.wff_widget_small .wff_standings_table_body .wff_table_row_column .wff_standings_movement {
    padding: 0;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic_container .wff_flag_and_logo_container.wff_national_team .wff_flag_logo_img {
    border: 1px solid #cccccc;
    width: 18px;
    height: 18px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_body .wff_table_row_column:first-child {
    border-radius: 4px 0 0 4px;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_body .wff_table_row_column:last-child {
    border-radius: 0 4px 4px 0;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic_container .wff_standings_position .wff_standings_position_marker {
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic_container .wff_standings_table_header .wff_table_header_cell .wff_group_name {
    text-transform: none;
}/***** client font *****/

                                                            /* fira-sans-regular - latin */
@font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 400;
src: url('/fonts/client/ringier/fira_sans/fira-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('/fonts/client/ringier/fira_sans/fira-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/client/ringier/fira_sans/fira-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/client/ringier/fira_sans/fira-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
url('/fonts/client/ringier/fira_sans/fira-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/client/ringier/fira_sans/fira-sans-v11-latin-regular.svg#FiraSans') format('svg'); /* Legacy iOS */
}
                                        
    
    
    
    
    /*** css_main_font_name ***/
    .wff_widget.wff_widget_FWBB0CC86F79E16833 *,
    .wff_widget.wff_widget_FWBB0CC86F79E16833 DIV,
    .wff_widget.wff_widget_FWBB0CC86F79E16833 SPAN,
    .wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_calendar_root .wff_container_light /* overwrite the font in the third party calendar */ {
    font-family: 'Fira Sans', sans-serif;
    }

                                                                    
    /*** css_secondary_font_name ***/
    .wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_secondary_fnt * {
    font-family: 'Fira Sans', sans-serif;
    }

    /*** css_main_font_name_bold ***/
    .wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_bold {
    font-family: 'Fira Sans', sans-serif;font-weight: bold;;
    }

    /*** css_secondary_font_name ***/
    .wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_secondary_font {
    font-family: 'Fira Sans', sans-serif;
    }

    /*** css_main_font_name_bold ***/
    .wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_secondary_bold * {
    font-family: 'Fira Sans', sans-serif;font-weight: bold;;
    }

    /*** css_main_font_size ***/
    .wff_widget.wff_widget_FWBB0CC86F79E16833 {
    font-size: 14px;
    }

    /*** css_main_font_size_big ***/
    .wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_big {
    font-size: 16px;
    }

    /*** css_main_font_size_small ***/
    .wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_small {
    font-size: 12px;
    }

    /*** css_legend_font_size ***/
    .wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_legend,
    .wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_smaller_text,
    .wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_assist {
    font-size: 10px;
    }

    /*** css_secondary_font_size ***/
    .wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_secondary_fs {
    font-size: 12px;
    }


/***** client colors *****/

/*** event_info_tooltip_status_background_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_event_info_generic .wff_event_info_content .wff_event_start_time_status_container .wff_event_status .wff_status_value{
    background-color: #FFFFFF;
}
/*** event_info_tooltip_status_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_event_info_generic .wff_event_info_content .wff_event_start_time_status_container .wff_event_status .wff_status_value{
    color: #000000;
}
/*** standings_tabs_bg_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_tabs_container .wff_standing_type_tab{
    background-color: #FFFFFF;
}
/*** standings_tabs_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_tabs_container .wff_standing_type_tab .wff_label_text{
    color: #959595;
}
/*** standings_tabs_active_bg_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_tabs_container .wff_standing_type_tab.wff_selected_tab{
    background-color: #FFFFFF;
}
/*** standings_tabs_active_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_tabs_container .wff_standing_type_tab.wff_selected_tab .wff_label_text{
    color: #959595;
}
/*** standings_tabs_hover_bg_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_tabs_container .wff_standing_type_tab:not(.wff_selected_tab):hover{
    background-color: #FFFFFF;
}
/*** standings_tabs_hover_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_tabs_container .wff_standing_type_tab:not(.wff_selected_tab):hover .wff_label_text{
    color: #000000;
}
/*** no_data_message_background_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_no_data_available_container.wff_no_data_alt .wff_no_data_message{
    background-color: #FAFAFA;
}
/*** sub_header_background_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_header{
    background-color: #FFFFFF;
}
/*** no_data_message_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_no_data_available_container.wff_no_data_alt .wff_no_data_message{
    color: #000000;
}
/*** sub_header_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_header{
    color: #000000;
}
/*** header_background_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_title,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_confordiv_title{
    background-color: #FFFFFF;
}
/*** standings_generic_tooltip_hover_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic .wff_standings_generic_container .wff_table_container .wff_standings_generic_content .wff_standings_table .wff_standings_table_header .wff_standings_table_header_row .wff_table_header_cell .wff_tooltip_root{
    color: #FFFFFF;
}
/*** drdk_square_flags_border_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_flag_and_logo_container.wff_national_team_square_flags .wff_flag_logo_img{
    border-color: #B2B2B2;
}
/*** standing_dropdown_main_bg_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_multi_dropdowns_container .wff_standings_dropdown,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_multi_dropdowns_container .wff_dropdown_list_wrapper,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_multi_dropdowns_container .wff_dropdown_list_container{
    background-color: #FFFFFF;
}
/*** standing_dropdown_hover_bg_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_multi_dropdowns_container .wff_standings_dropdown:hover,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_multi_dropdowns_container .wff_dropdown_list .wff_dropdown_item:hover,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_multi_dropdowns_container .wff_search_dropdown_container:hover,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_multi_dropdowns_container .wff_no_items_container{
    background-color: #F8F8F8;
}
/*** standing_dropdown_main_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_multi_dropdowns_container .wff_standings_dropdown,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_multi_dropdowns_container .wff_dropdown_list_wrapper,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_multi_dropdowns_container .wff_dropdown_list_container{
    color: #000000;
}
/*** standings_event_info_elapsed_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info .wff_event_info_generic .wff_event_info_content .wff_status_time_tooltip_wrapper .wff_event_start_time_status_container.wff_status_inprogress{
    color: #000000;
}
/*** header_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_title,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_confordiv_title{
    color: #000000;
}
/*** standings_form_ball_fixture ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_form_fxtr{
    background-color: #E0E0E0;
}
/*** standings_event_info_tooltip_bg_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info{
    background-color: rgba(255, 255, 255, 0.9);
}
/*** standings_even_row_bg_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_row.wff_row_0 .wff_table_row_column{
    background-color: #FFFFFF;
}
/*** standings_even_row_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_row.wff_row_0{
    color: #000000;
}
/*** standings_odd_row_bg_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_row.wff_row_1 .wff_table_row_column{
    background-color: #F8F8F8;
}
/*** standings_odd_row_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_row.wff_row_1{
    color: #000000;
}
/*** standings_selector_clicked_bg_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standing_type_select.wff_clicked,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standing_type_select:hover,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standing_type_selector_list_item:hover,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_tournament_selector.wff_clicked,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_tournament_selector:hover,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_tournament_selector_list_item:hover{
    background-color: #F1F1F1;
}
/*** standings_selector_bg_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standing_type_select,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standing_type_selector_list,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_tournament_selector,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_tournament_selector_list{
    background-color: #FFFFFF;
}
/*** standings_selector_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standing_type_select,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standing_type_selector_list,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_tournament_selector,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_tournament_selector_list{
    color: #000000;
}
/*** standings_live_result_loss_bg_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_row .wff_standings_live_result.wff_loss{
    background-color: #D0021B;
}
/*** standings_live_result_loss_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_row .wff_standings_live_result.wff_loss{
    color: #FFFFFF;
}
/*** standings_live_result_win_bg_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_row .wff_standings_live_result.wff_win{
    background-color: #16D370;
}
/*** standings_live_result_win_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_row .wff_standings_live_result.wff_win{
    color: #FFFFFF;
}
/*** standings_live_result_draw_bg_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_row .wff_standings_live_result.wff_draw{
    background-color: #F8B433;
}
/*** standings_live_result_draw_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_row .wff_standings_live_result.wff_draw{
    color: #FFFFFF;
}
/*** standings_generic_tooltip_hover_bg_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_generic .wff_standings_generic_container .wff_table_container .wff_standings_generic_content .wff_standings_table .wff_standings_table_header .wff_standings_table_header_row .wff_table_header_cell .wff_tooltip_root{
    background-color: #000000;
}
/*** won_draw_lost_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_form_ball{
    color: #FFFFFF;
}
/*** standings_form_ball_fixture_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_form_fxtr{
    color: #000000;
}
/*** standings_event_info_tooltip_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_event_info{
    color: #000000;
}
/*** general_row_border_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_row{
    border-color: #FFFFFF;
}
/********************************** client colors vars end **********************************/
/********************************** standings positions colors vars start **********************************/

/*** standings_legend_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_legend .wff_standings_type{
    color: #333;
}
/*** standings_dark_default ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_position_marker{
    background-color: #A1A1A1;
}
/*** standings_grey_green ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_position_marker.wff_possible_division_championship_playoff{
    background-color: #87c498;
}
/*** standings_dark_green ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_afcchampionsleague,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_championship_playoff,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_championsleague,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_championsleague_final,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_concacafchampionsleague,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_copalibertadores,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_promotion,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_conference_championship_playoff,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_division_championship_playoff,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_ofcchampionsleague,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_world_cup{
    background-color: #A5DBBF;
}
/*** standings_normal_green ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_afcchampionsleaguequal,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_afcchampionsleaguequalification,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_cafchampionsleaguequal,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_championsleaguequal,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_championsleaguequal_final,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_copalibertadoresqual,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_ofcchampionsleaguequal,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_promotionplayoff{
    background-color: #28A348;
}
/*** standings_light_green ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_afccup,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_copasudamericana,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_uefacup,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_uefacup_final{
    background-color: #AEC2AE;
}
/*** standings_sea_blue ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_uefaqualplayoff,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_uefaqualplayoff_final,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_europaconfleague,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_europaconfleagueplayoff,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_europaconfleagueplayoff_final{
    background-color: #41bfbe;
}
/*** standings_light_blue ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_europaconfleaguequal,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_europaconfleaguequal_final,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_europaconfleaguequalfinal,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_europaconfleaguefinal{
    background-color: #99ccff;
}
/*** standings_blue ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_qualification_to_next_stage,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_uefacup8,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_europaconfleague8,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_confleague8{
    background-color: #A5DBBF;
}
/*** standings_placement_matches ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_placement_matches{
    background-color: #f2f2f2;
}
/*** standings_grey ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_qualeuropaconffinalstage16,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_qualeuropaleaguefinalstage16,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_confleaguefinalstage16{
    background-color: #AEAEAE;
}
/*** standings_yellow ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_afccupqual,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_cafconfederationcupqual,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_uefaqual,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_uefaqual_final,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_possible_qualification_to_next_stage,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_possible_conference_championship_playoff,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_wildcard_qualification,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_wildcard_round_qualification{
    background-color: #FFC100;
}
/*** standings_orange ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_relegationplayoff{
    background-color: #FF7200;
}
/*** standings_red ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_relegation{
    background-color: #F24646;
}
/*** standings_red_text ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_position_marker.wff_relegation,
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_gd_negative{
    color: #000000;
}
/*** standings_row_text_color ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_standings_table_row{
    color: #000000;
}
/*** standings_green_text ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_gd_positive{
    color: #278623;
}
/*** standings_form_ball_loss ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_form_ball.wff_form_l{
    background-color: #D0021B;
}
/*** standings_form_ball_draw ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_form_ball.wff_form_d{
    background-color: #F8B433;
}
/*** standings_form_ball_win ***/
.wff_widget.wff_widget_FWBB0CC86F79E16833 .wff_form_ball.wff_form_w{
    background-color: #16D370;
}
/********************************** standings positions colors vars end **********************************/

.wff_form .wff_form_psl,
.wff_form .wff_form_etl {
background: linear-gradient(135deg, #D0021B 51.03%, #F8B433 51.04%);
}

.wff_form .wff_form_w_ot,
.wff_form .wff_form_wp {
background: linear-gradient(135deg, #F8B433 51.03%, #16D370 51.04%);
}