/********************************** client colors vars start **********************************/
/* FONTS */
/*** css_main_font_size ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_dropdowns .wff_standing_type_select DIV,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_dropdowns .wff_tournament_selector DIV,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_table_container .wff_confordiv_title SPAN,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_label_text,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container UL LI {
    font-size: 14px;
}


/*** non_setting_styles ***/

/* standings dropdown animations  */

@keyframes foldUp {
    from {
        transform: scaleY(0);
        color:white;
  }
    to {
        transform: scaleY(1);
        color:white;
  }

}

@keyframes foldDown{
   from {
        transform: scaleY(1);
        color:white;
    }
    to {
        transform: scaleY(0);
        color:white;
    }
}
/* standings tournament stage */

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_tournament_stage {
    display: flex;
    min-height: 40px;
    min-width: 69px;
    width: auto;
    align-items: center;
    justify-content: flex-start;
    margin-left: 4px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_tournament_stage .wff_tournament_stage_name {
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
}

/* standings dropdowns */
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic .wff_standings_generic_container .wff_dropdowns {
    padding: 13px 10px 0 10px;
    margin: 0;
}

/* standings type tabs */
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_tabs_container .wff_standing_type_tab {
    height: 30px;
    min-width: 90px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    color: #959595;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_tabs_container .wff_standing_type_tab.wff_selected_tab .wff_label_text,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_tabs_container .wff_standing_type_tab:hover .wff_label_text,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_selected_item {
    color: #000000;
    font-weight: bold;
}
/* standings type tabs */

/* standings multi dropdwns*/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_standings_dropdown,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_search_dropdown_container {
    min-width: 140px;
    height: 30px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_search_dropdown_container .wff_flag_and_logo_container {
    margin: 0 10px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_dropdown_list_wrapper {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_search_bar_list_wrapper .wff_no_items_container {
    height: 50px;
}

/* scroll bar styles */

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_dropdown_list::-webkit-scrollbar-track:hover,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_dropdown_list::-webkit-scrollbar-track:active,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_search_bar_list_wrapper::-webkit-scrollbar-track:hover,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_search_bar_list_wrapper::-webkit-scrollbar-track:active {
    background-color: #FFFFFF;        /*** color of the tracking area ***/
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_dropdown_list::-webkit-scrollbar,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_search_bar_list_wrapper::-webkit-scrollbar {
    width: 5px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_dropdown_list::-webkit-scrollbar-thumb,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_search_bar_list_wrapper::-webkit-scrollbar-thumb {
    background-color: #C8C8C8;      /*** color of the scroll thumb ***/
    border-radius: 10px;            /*** roundness of the scroll thumb ***/
}

/*** FF scrollbar styles ***/

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_dropdown_list,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_search_bar_list_wrapper
 {
    scrollbar-color: #C8C8C8 #FFFFFF;
    scrollbar-width: thin;
}
/* standings multi dropdwns*/

/* standings table header */

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_confordiv_title,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_standings_table_title{
    padding: 10px 0 10px 10px;
    height: 50px;
    border-radius: 5px;
    border-bottom: 0px;
    align-items: center;
    flex-direction: row;
    line-height: 21px;
    text-transform: capitalize;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_table_container .wff_standings_conf_title .wff_confordiv_title SPAN {
    font-size: 18px;    /** font-size for Conference headers only */
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_table_container .wff_confordiv_title SPAN {
    cursor:pointer;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_confordiv_title .icon-drop_up,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_confordiv_title .icon-drop_down {
    display: flex;
    align-items: center;
    background-color: #F8F8F8;
    border-radius: 50%;
    margin-right: 5px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_confordiv_title .icon-drop_up::before {
    margin-top: 1px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_confordiv_title .icon-drop_down::before {
    margin-top: 2px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_confordiv_title .icon-drop_up::before,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_confordiv_title .icon-drop_down::before {
    font-size: 10px;
    height: 20px;
    text-align: center;
    width: 20px;
    vertical-align: middle;
}

/**   Dropdown animations  */

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_dropdowns .wff_standing_type_select,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_dropdowns  .wff_tournament_selector {
    width: 84px;
}
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_dropdowns {
    margin-bottom: 8px;
}
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_dropdowns .wff_standing_type_select.wff_clicked .wff_standing_type_selector_list , 
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_dropdowns  .wff_tournament_selector.wff_clicked  .wff_tournament_selector_list  {
    width: 87px;
    top: 34px;
    right: -5px;
}
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_dropdowns .wff_standing_type_select.wff_closed  .wff_standing_type_selector_list,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_dropdowns  .wff_tournament_selector.wff_closed   .wff_tournament_selector_list    {
    width: 87px;
    top: 34px;
    right: -5px;
}


.wff_widget.wff_widget_FW4484970CA8474F2C .wff_dropdowns  .wff_tournament_selector .wff_tournament_selector_list li:hover,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_dropdowns .wff_standing_type_select .wff_standing_type_selector_list .wff_standing_type_selector_list_item:hover  {
    padding-left: 20px;
}

/* Dropdown animations end */
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_dropdowns .wff_icon_container .wff_icon_down { 
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_dropdowns .wff_clicked .wff_icon_container .wff_icon_down {
    transform: none;
}
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_standings_table_title,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_confordiv_title SPAN{
    font-weight: 700;
    font-size: 18px;
  
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_standings_table_header .wff_table_header_cell.wff_standings_team SPAN:first-of-type,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_standings_table_header .wff_table_header_cell .wff_group_name {
    position: relative;
    left: -35px;
    font-weight: 700;
    height: 38px;
    font-size: 14px;
    text-transform: capitalize;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_standings_table_header_row .wff_table_header_cell {
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_standings_table_header_row .wff_table_header_cell > SPAN {
    cursor: pointer;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic_container .wff_standings_table_header_row .wff_table_header_cell.wff_standings_form > SPAN {
    cursor: default;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .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_table_header_dash {
    margin: 0 5px;
    font-weight: 700;
}
/* standings table row */
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_body .wff_standings_table_row .wff_table_row_column:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_body .wff_standings_table_row .wff_table_row_column:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

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

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_header .wff_table_header_cell.wff_standings_form,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_body .wff_table_row_column.wff_standings_form {
    padding-left: 30px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_table_header_cell.wff_standings_ppg > SPAN{
    display: flex;
    justify-content: end;
}

.wff_widget.wff_widget_FW4484970CA8474F2C.wff_widget_medium.wff_standings_basketball .wff_standings_table_header .wff_table_header_cell.wff_standings_form .wff_tooltip_root,
.wff_widget.wff_widget_FW4484970CA8474F2C.wff_widget_small.wff_standings_basketball .wff_standings_table_header .wff_table_header_cell.wff_standings_form .wff_tooltip_root {
    right: unset;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_header .wff_table_header_cell.wff_standings_ppg,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_body .wff_table_row_column.wff_standings_oppg {
    text-align: center;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_body .wff_table_row_column.wff_standings_position .wff_table_row_column_content_wrapper {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 10px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_body .wff_table_row_column.wff_standings_position .wff_standings_position_marker {
    border-radius: inherit;
    width: inherit;
    height: inherit;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_body .wff_table_row_column.wff_standings_position .wff_table_row_column_content_wrapper  > DIV {
    margin-top: 3px;    /* vertically centers the rank inside the circle */
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_body .wff_table_row_column .wff_standings_movement {
    padding: 0 5px 0 0;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_body .wff_table_row_column.wff_standings_ppg {
    padding-left: 8px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .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_FW4484970CA8474F2C .wff_standings_table_body .wff_table_row_column .wff_standings_movement .wff_icon_container .wff_icon_draw {
    width: 14px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_body .wff_table_row_column.wff_standings_ppg .wff_table_row_column_dash,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_body .wff_table_row_column.wff_standings_oppg .wff_table_row_column_dash {
    margin: 0 5px;
}


.wff_widget.wff_widget_FW4484970CA8474F2C .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;
}
/* form tooltip */

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic .wff_standings_table_header .wff_tooltip_root {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
}

.wff_widget.wff_widget_FW4484970CA8474F2C.wff_widget_small .wff_standings_generic .wff_standings_table_header .wff_tooltip_root {
    right: unset;
}

.wff_widget.wff_widget_FW4484970CA8474F2C.wff_widget_medium .wff_standings_generic .wff_standings_table_header .wff_table_header_cell:last-child .wff_tooltip_root,
.wff_widget.wff_widget_FW4484970CA8474F2C.wff_widget_small .wff_standings_generic .wff_standings_table_header .wff_table_header_cell:last-child .wff_tooltip_root {
    left: unset;
    transform: unset;
    right: 0;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic .wff_standings_table_header .wff_table_header_cell.wff_standings_form .wff_tooltip_root {
    right: unset;
    transform: unset;
    left: 0;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic .wff_standings_table_body .wff_standings_table_row .wff_form .wff_tooltip_root {
    border: none;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_generic .wff_table_container  .wff_tooltip_root {
    border-radius: 5px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_form .wff_tooltip_root.wff_form_w,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_form .wff_tooltip_root.wff_form_l, 
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_form .wff_tooltip_root.wff_form_d,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_form .wff_tooltip_root.wff_form_etl, 
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_form .wff_tooltip_root.wff_form_psl,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_form .wff_tooltip_root.wff_form_w_ot,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_form .wff_tooltip_root.wff_form_wp {
    background: transparent;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_form .wff_tooltip_root .wff_standings_event_info,
.wff_widget.wff_widget_FW4484970CA8474F2C .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_FW4484970CA8474F2C .wff_form .wff_tooltip_root .wff_standings_event_info .wff_event_info_generic {
    padding: 0 8px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C.wff_widget_small .wff_event_info_generic_badminton .wff_event_header .wff_participant_container{
    padding: 0;
}

.wff_widget.wff_widget_FW4484970CA8474F2C.wff_widget_small .wff_event_info_generic .wff_event_header .wff_participant_container.wff_doubles_event .wff_participant_name_container{
    flex-direction: column;
}

.wff_widget.wff_widget_FW4484970CA8474F2C.wff_widget_small.wff_standings_event_info .wff_event_info_generic_badminton.wff_event_info_generic .wff_event_header .wff_participant_container.wff_home .wff_par_name_flag_wrapper,
.wff_widget.wff_widget_FW4484970CA8474F2C.wff_widget_small.wff_standings_event_info .wff_event_info_generic_badminton.wff_event_info_generic .wff_event_header .wff_participant_container.wff_away .wff_par_name_flag_wrapper,
.wff_widget.wff_widget_FW4484970CA8474F2C.wff_widget_small.wff_standings_event_info .wff_event_info_generic_badminton.wff_event_info_generic .wff_event_header .wff_participant_container .wff_par_name_flag_wrapper{
    padding: 0px;
    gap: 5px;
    flex-direction: row;
}

.wff_widget.wff_widget_FW4484970CA8474F2C.wff_widget_small .wff_event_info_generic_badminton.wff_event_info_generic .wff_event_header .wff_participant_container.wff_doubles_event .wff_event_info_flag_wrapper {
    width: unset;
    flex-direction: column;
}

.wff_widget.wff_widget_FW4484970CA8474F2C.wff_widget_small .wff_event_info_generic_badminton.wff_event_info_generic .wff_participant_name_container{
    height: 45px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C.wff_widget_small .wff_event_info_generic_badminton.wff_event_info_generic .wff_participant{
    width: 75px;
}   

.wff_widget.wff_widget_FW4484970CA8474F2C.wff_widget_small .wff_event_info_generic .wff_event_header .wff_participant_container.wff_doubles_event .wff_participant_name_container .wff_participant .wff_participant_name{
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
} 


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

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

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

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

/* Used in Standings Generic - Vue 2 when we show a dash between the stage name and the round name. margin: 0; since we add a space in the template */
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_event_info .wff_event_info_header .wff_tournamen_container .wff_round .wff_round_label {
    margin: 0;
}

/* Used in Standings Generic - Vue 3 when we show a comma between the stage name and the round name */
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_event_info .wff_event_info_header .wff_tournamen_container .wff_round.wff_round_comma::before {
    margin-right: 5px;
}

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

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

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

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_form .wff_tooltip_root_container .wff_tooltip_container .wff_standings_event_info .wff_event_venue {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_event_info .wff_event_header .wff_event_result_single_row_wrapper {
    height: 28px;
    background: #FFFFFF;;
    border: 1px solid #F1F1F1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 5px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_event_info .wff_event_header .wff_event_result_single_row_wrapper .wff_event_result_single_row_participant_result,
.wff_widget.wff_widget_FW4484970CA8474F2C .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;
    color: #000000;
}

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

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_event_info .wff_event_info_generic .wff_event_header .wff_participant_container.wff_home:not(.wff_doubles_event) .wff_participant ,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_event_info .wff_event_info_generic .wff_event_header .wff_participant_container.wff_home:not(.wff_doubles_event) .wff_participant_name {
    text-align: right;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_event_info .wff_event_info_generic .wff_event_header .wff_participant_container.wff_away:not(.wff_doubles_event) .wff_participant ,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_event_info .wff_event_info_generic .wff_event_header .wff_participant_container.wff_away:not(.wff_doubles_event) .wff_participant_name {
    text-align: left;
}

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

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

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

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

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_event_info .wff_event_start_time_status_container.wff_status_inprogress {
    color: #16D370;
}

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

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

/*  Form  */
wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_live_result .wff_standings_live_result_dash {
    bottom: 1px;
    position: relative;
}


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

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

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

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_form .wff_label_text {
    font-weight: bold;
    align-items: center;
    height: 100%;
    font-size: 12px;
}

/* legend */

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_legend .wff_standings_position_marker {
    border-radius: 50%;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_button_wrapper_root .wff_show_all_label_wrapper .wff_label_text {
    font-size: 14px;
}


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

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

/* scroll bar styles */

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_tournament_selector_list::-webkit-scrollbar-track:hover,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_tournament_selector_list::-webkit-scrollbar-track:active {
    background-color: #E8E8E8;        /* color of the tracking area */
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_tournament_selector_list::-webkit-scrollbar {
    width: 8px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_tournament_selector_list::-webkit-scrollbar-thumb {
    background-color: #C8C8C8;    /* color of the scroll thumb */
    border-radius: 4px;       /* roundness of the scroll thumb */
}

/* FF scorllbar styles */

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_tournament_selector_list {
    scrollbar-color: #C8C8C8 #E8E8E8;
    scrollbar-width: thin;
}

/* form tooltip */

.wff_widget.wff_widget_FW4484970CA8474F2C .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 {
    text-transform: lowercase;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .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;
}

/* RED CARDS FOR THE EVENT INFO TOOLTIP  START */

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_event_info_generic_soccer .wff_event_result_participants .wff_participant_container .wff_participant_red_card_wrapper.wff_participant_red_card_away {
    order: 2;
    margin-left: 7px;
    margin-right: 0;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_event_info_generic_soccer .wff_event_result_participants .wff_participant_container .wff_participant_red_card_wrapper {
    display: flex;
    position: relative;
    margin-right: 7px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_event_info_generic_soccer .wff_event_result_participants .wff_participant_container .wff_participant_red_card_wrapper .wff_participant_red_card_counter {
    position: absolute;
    top: 1px;
    left: 2px;
    z-index: 1;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_event_info_generic_soccer .wff_event_result_participants .wff_participant_container .wff_participant_red_card_wrapper .wff_participant_red_card_icon {
    border-radius: 1px;
}

/* RED CARDS FOR THE EVENT INFO TOOLTIP  END */

/* SEARCHABLEDROPDOWN COMPONENT START */

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_search_list_item_container {
    min-height: 40px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_search_list_item_container.wff_letter{
    min-height: 30px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_dropdown_search_bar {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding-right: 30px;
    min-height: 30px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_item_flag_name_container .wff_item_name {
    margin: 0;
    padding: 0;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_dropdown_list_container {
    min-width: 290px;
}

.wff_widget.wff_widget_FW4484970CA8474F2C .wff_search_list_item_container .wff_flag_and_logo_container.wff_national_team .wff_flag_logo_img {
    width: auto;
    height: auto;
}

/* SEARCHABLEDROPDOWN COMPONENT END *//***** client font *****/

            /* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/widget/Roboto/Roboto-Regular.woff2') format('woff2'), 
    url('/fonts/widget/Roboto/Roboto-Regular.ttf') format('truetype');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Regular.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Regular.ttf') format('truetype');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Regular.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Regular.ttf') format('truetype');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Regular.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Regular.ttf') format('truetype');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Regular.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Regular.ttf') format('truetype');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Regular.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Regular.ttf') format('truetype');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Regular.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Regular.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Medium.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Medium.ttf') format('truetype');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Medium.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Medium.ttf') format('truetype');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Medium.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Medium.ttf') format('truetype');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Medium.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Medium.ttf') format('truetype');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Medium.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Medium.ttf') format('truetype');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Medium.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Medium.ttf') format('truetype');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Medium.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Medium.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Bold.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Bold.ttf') format('truetype');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Bold.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Bold.ttf') format('truetype');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Bold.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Bold.ttf') format('truetype');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Bold.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Bold.ttf') format('truetype');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Bold.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Bold.ttf') format('truetype');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Bold.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Bold.ttf') format('truetype');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/widget/Roboto/Roboto-Bold.woff2') format('woff2'), 
        url('/fonts/widget/Roboto/Roboto-Bold.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}                                                                                        
    
    
    
    /*** css_main_font_name ***/
    .wff_widget.wff_widget_FW4484970CA8474F2C *,
    .wff_widget.wff_widget_FW4484970CA8474F2C DIV,
    .wff_widget.wff_widget_FW4484970CA8474F2C SPAN,
    .wff_widget.wff_widget_FW4484970CA8474F2C .wff_calendar_root .wff_container_light /* overwrite the font in the third party calendar */ {
    font-family: 'Roboto', sans-serif;
    }

                                                        
    /*** css_secondary_font_name ***/
    .wff_widget.wff_widget_FW4484970CA8474F2C .wff_secondary_fnt * {
    font-family: 'Roboto', sans-serif;
    }

    /*** css_main_font_name_bold ***/
    .wff_widget.wff_widget_FW4484970CA8474F2C .wff_bold {
    font-family: 'Roboto', sans-serif;font-weight: bold;;
    }

    /*** css_secondary_font_name ***/
    .wff_widget.wff_widget_FW4484970CA8474F2C .wff_secondary_font {
    font-family: 'Roboto', sans-serif;
    }

    /*** css_main_font_name_bold ***/
    .wff_widget.wff_widget_FW4484970CA8474F2C .wff_secondary_bold * {
    font-family: 'Roboto', sans-serif;font-weight: bold;;
    }

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

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

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

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

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


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

/*** event_info_tooltip_status_background_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .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_FW4484970CA8474F2C .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_FW4484970CA8474F2C .wff_standings_tabs_container .wff_standing_type_tab{
    background-color: #FFFFFF;
}
/*** standings_tabs_text_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_tabs_container .wff_standing_type_tab .wff_label_text{
    color: #959595;
}
/*** standings_tabs_active_bg_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_tabs_container .wff_standing_type_tab.wff_selected_tab{
    background-color: #FFFFFF;
}
/*** standings_tabs_active_text_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .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_FW4484970CA8474F2C .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_FW4484970CA8474F2C .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_FW4484970CA8474F2C .wff_no_data_available_container.wff_no_data_alt .wff_no_data_message{
    background-color: transparent;
}
/*** sub_header_background_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_header{
    background-color: #FF0000;
}
/*** no_data_message_text_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_no_data_available_container.wff_no_data_alt .wff_no_data_message{
    color: #000000;
}
/*** sub_header_text_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_header{
    color: #FFFFFF;
}
/*** header_background_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_title,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_confordiv_title{
    background-color: #FFFFFF;
}
/*** standings_generic_tooltip_hover_text_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .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: #000000;
}
/*** drdk_square_flags_border_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .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_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_standings_dropdown,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_dropdown_list_wrapper,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_dropdown_list_container{
    background-color: #FFFFFF;
}
/*** standing_dropdown_hover_bg_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_standings_dropdown:hover,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_dropdown_list .wff_dropdown_item:hover,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_search_dropdown_container:hover,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_no_items_container{
    background-color: #F8F8F8;
}
/*** standing_dropdown_main_text_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_standings_dropdown,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_dropdown_list_wrapper,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_multi_dropdowns_container .wff_dropdown_list_container{
    color: #000000;
}
/*** standings_event_info_elapsed_text_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .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_FW4484970CA8474F2C .wff_standings_table_title,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_confordiv_title{
    color: #4D4D4D;
}
/*** standings_form_ball_fixture ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_form_fxtr{
    background-color: #E0E0E0;
}
/*** standings_event_info_tooltip_bg_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_event_info{
    background-color: rgba(255, 255, 255, 0.9);
}
/*** standings_even_row_bg_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_row.wff_row_0 .wff_table_row_column{
    background-color: #FFFFFF;
}
/*** standings_even_row_text_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_row.wff_row_0{
    color: #000000;
}
/*** standings_odd_row_bg_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_row.wff_row_1 .wff_table_row_column{
    background-color: #F8F8F8;
}
/*** standings_odd_row_text_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_row.wff_row_1{
    color: #000000;
}
/*** standings_selector_clicked_bg_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standing_type_select.wff_clicked,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standing_type_select:hover,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standing_type_selector_list_item:hover,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_tournament_selector.wff_clicked,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_tournament_selector:hover,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_tournament_selector_list_item:hover{
    background-color: #F1F1F1;
}
/*** standings_selector_bg_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standing_type_select,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standing_type_selector_list,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_tournament_selector,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_tournament_selector_list{
    background-color: #FFFFFF;
}
/*** standings_selector_text_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standing_type_select,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standing_type_selector_list,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_tournament_selector,
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_tournament_selector_list{
    color: #000000;
}
/*** standings_live_result_loss_bg_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_row .wff_standings_live_result.wff_loss{
    background-color: #D0021B;
}
/*** standings_live_result_loss_text_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_row .wff_standings_live_result.wff_loss{
    color: #FFFFFF;
}
/*** standings_live_result_win_bg_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_row .wff_standings_live_result.wff_win{
    background-color: #16D370;
}
/*** standings_live_result_win_text_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_row .wff_standings_live_result.wff_win{
    color: #FFFFFF;
}
/*** standings_live_result_draw_bg_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_row .wff_standings_live_result.wff_draw{
    background-color: #F8B433;
}
/*** standings_live_result_draw_text_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_row .wff_standings_live_result.wff_draw{
    color: #FFFFFF;
}
/*** standings_generic_tooltip_hover_bg_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .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: #FFFFFF;
}
/*** won_draw_lost_text_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_form_ball{
    color: #FFFFFF;
}
/*** standings_form_ball_fixture_text_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_form_fxtr{
    color: #000000;
}
/*** standings_event_info_tooltip_text_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_event_info{
    color: #000000;
}
/*** general_row_border_color ***/
.wff_widget.wff_widget_FW4484970CA8474F2C .wff_standings_table_row{
    border-color: #FFFFFF;
}
/********************************** client colors vars end **********************************/
/********************************** standings positions colors vars start **********************************/

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

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

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