﻿.exchange_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .exchange_wrapper.logged-in {
        max-width: 100%;
    }

.exchange_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.exchange {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.exchange_wrapper.logged-in .exchange {
    gap: 8px;
}

.exchange_header {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.exchange_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    text-align: center;
}

    .exchange_description {
        width: 100%;
        font-weight: 600;
        text-align: center;
    }

    .exchange_auth_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-top: 4px;
        padding: 16px;
    }

.exchange_auth_text {
    width: 100%;
    font-weight: 600;
    text-align: center;
}

.exchange_auth_actions {
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
}

.exchange_auth_link {
    width: 50%;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 48px;
}

    .exchange_auth_link.login {
        background-color: var(--primary-green);
        border: 1px solid var(--primary-green);
    }

        .exchange_auth_link.login:focus,
        .exchange_auth_link.login:active,
        .exchange_auth_link.login:hover {
            background-color: var(--primary-green-hover);
        }

    .exchange_auth_link.register {
        background-color: var(--primary-blue);
        border: 1px solid var(--primary-blue);
    }

        .exchange_auth_link.register:focus,
        .exchange_auth_link.register:active,
        .exchange_auth_link.register:hover {
            background-color: var(--primary-blue-hover);
        }

.exchange_hero {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.exchange_hero_images {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.exchange_hero_images img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.exchange_hero_image_left {
    width: 50%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-image: url(/Content/images/exchange/jpg/exchange-header.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.exchange_hero_image_right {
    width: 50%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 4px;
    background-image: url(/Content/images/exchange/png/interbet-zero-commission-betting.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.exchange_hero_image_right_title {
    width: 100%;
}

.exchange_hero_disclaimer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.exchange_hero_disclaimer_text {
    padding: 8px;
}

.exchange_body {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.exchange_features_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
}

.exchange_features_title {
    width: 100%;
}

.exchange_features {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    padding: 8px;
    background-color: var(--opacity);
    border-radius: 8px;
}

.exchange_features_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.exchange_features_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.exchange_features_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
}

    .exchange_features_list li {
        min-height: 36px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 16px;
        background-color: var(--surface-2);
        border-radius: 48px;
    }

.exchange_warning {
    width: 100%;
    max-width: 480px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 8px;
    text-align: center;
}

.exchange_warning_text {
    padding: 32px;
}

.exchange_iframe {
    width: 100%;
    min-width: 1024px;
    height: 100%;
    overflow: auto;
}

/**
===============================
===== Exchange Sport Menu =====
===============================
**/
.ib_nav_drawer_settings {
    justify-content: space-between;
}

.exchange_sport_menu {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

/**
============================
===== Exchange Betting =====
============================
**/
.exchange_iframe_container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: none;
    overflow: scroll;
}

.exchange_iframe {
    width: 100%;
    min-width: 1024px;
    height: 100%;
    overflow: auto;
    background-color: var(--light);
}

.exchange_betting {
    width: 100%;
    min-height: 810px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 4px;
}

.exchange_betting_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.exchange_betting_header_group {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.exchange_betting_header_icon {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .exchange_betting_header_icon svg {
        width: 24px;
        height: 24px;
        display: block;
    }

.exchange_betting_title {
    font-size: 14px;
}

.fullscreen_mode {
    height: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0 8px;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 48px;
}

    .fullscreen_mode:focus,
    .fullscreen_mode:active,
    .fullscreen_mode:hover {
        background-color: var(--button-state);
    }

    .fullscreen_mode[data-active="true"] {
        background-color: var(--button-state);
    }

    .fullscreen_mode svg {
        width: 24px;
        height: 24px;
        display: block;
    }

    .fullscreen_mode:focus .global_icon_fill,
    .fullscreen_mode:active .global_icon_fill,
    .fullscreen_mode:hover .global_icon_fill {
        fill: var(--icon-state);
    }

    .fullscreen_mode[data-active="true"] .global_icon_fill {
        fill: var(--icon-state);
    }

    .fullscreen_mode:focus .fullscreen_mode_text,
    .fullscreen_mode:active .fullscreen_mode_text,
    .fullscreen_mode:hover .fullscreen_mode_text {
        color: var(--text-state);
    }

    .fullscreen_mode[data-active="true"] .fullscreen_mode_text {
        color: var(--text-state);
    }

.exchange_minimize {
    height: 36px;
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0 2px 0 auto;
    padding: 0 8px;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 48px;
}

    .exchange_minimize svg {
        width: 24px;
        height: 24px;
        display: flex;
    }

    .exchange_minimize:focus,
    .exchange_minimize:active,
    .exchange_minimize:hover {
        background-color: var(--button-state);
    }

        .exchange_minimize:focus .global_icon_fill,
        .exchange_minimize:active .global_icon_fill,
        .exchange_minimize:hover .global_icon_fill {
            fill: var(--icon-state);
        }

        .exchange_minimize:focus .exchange_minimize_text,
        .exchange_minimize:active .exchange_minimize_text,
        .exchange_minimize:hover .exchange_minimize_text {
            color: var(--text-state);
        }

.switch_exchange_view {
    height: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 48px;
}

    .switch_exchange_view:focus,
    .switch_exchange_view:active,
    .switch_exchange_view:hover {
        color: var(--text-state);
        background-color: var(--button-state);
    }

    .exchange_betting_body {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

.exchange_betting_section {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.exchange_betting_section_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.exchange_betting_section_icon {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .exchange_betting_section_icon img {
        width: 24px;
        height: 24px;
        display: block;
    }

.exchange_betting_section_title_text {
    font-size: 14px;
}

.exchange_betting_section_events {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--border-blue);
}

/**
=============================
===== Horse Race Venues =====
=============================
**/
.horse_race_venues {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.horse_race_venues_group {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.horse_race_venues_filter_button {
    width: 36px;
    height: 36px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 50%;
}

    .horse_race_venues_filter_button:focus,
    .horse_race_venues_filter_button:active,
    .horse_race_venues_filter_button:hover {
        background-color: var(--button-state);
    }

    .horse_race_venues_filter_button svg {
        width: 24px;
        height: 24px;
        display: flex;
    }

    .horse_race_venues_filter_button:focus .global_icon_fill,
    .horse_race_venues_filter_button:active .global_icon_fill,
    .horse_race_venues_filter_button:hover .global_icon_fill {
        fill: var(--icon-state);
    }

    .horse_race_venues_nav::-webkit-scrollbar {
        display: none;
    }

.horse_race_venues_nav {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    overflow-x: scroll;
}

.horse_race_venues_nav_link {
    min-width: 108px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

    .horse_race_venues_nav_link:focus,
    .horse_race_venues_nav_link:active,
    .horse_race_venues_nav_link:hover {
        background-color: var(--button-state);
    }

    .horse_race_venues_nav_link[data-active="true"] {
        background-color: var(--button-state);
    }

    .horse_race_venues_nav_link_icon {
        width: 24px;
        height: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .horse_race_venues_nav_link_icon img {
        width: 24px;
        height: 24px;
        display: block;
    }

.horse_race_venues_nav_link_name {
    max-width: 100%;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.horse_race_venues_nav_link:focus .horse_race_venues_nav_link_name,
.horse_race_venues_nav_link:active .horse_race_venues_nav_link_name,
.horse_race_venues_nav_link:hover .horse_race_venues_nav_link_name {
    color: var(--text-state);
}

.horse_race_venues_nav_link[data-active="true"] .horse_race_venues_nav_link_name {
    color: var(--text-state);
}

/**
=======================================
===== Soccer/Sport Event Fixtures =====
=======================================
**/
.exchange_betting_event_fixtures {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.exchange_betting_event_fixture_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.exchange_betting_event_fixture_header_group {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.exchange_betting_event_fixture_market {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

    .exchange_betting_event_fixture_market span {
        flex: 1;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

.exchange_betting_event_fixture_card {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 8px 0;
}

.exchange_betting_event_fixture_card_group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.exchange_betting_event_fixture_card_group_inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .exchange_betting_event_fixture_card_group_inner:nth-child(2) {
        flex-direction: row;
        flex-wrap: nowrap;
    }

.exchange_betting_event_fixture_league_link {
    width: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}

.exchange_betting_event_fixture_league_link_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.exchange_betting_event_fixture_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.exchange_betting_event_fixture_date_time {
    width: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
}

.exchange_betting_event_fixture_name_link {
    width: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

    .exchange_betting_event_fixture_name_link span:nth-child(1) {
        width: 100%;
    }


.exchange_betting_event_fixture_positions {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/**
=================================
===== Exchange Country Menu =====
=================================
**/
.exchange_betting_country_menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.exchange_betting_country_menu_nav_button {
    width: 36px;
    height: 36px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.exchange_betting_country_menu_nav::-webkit-scrollbar {
    display: none;
}

.exchange_betting_country_menu_nav {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    overflow-x: scroll;
}

.exchange_betting_country_menu_nav_link {
    min-width: 72px;
    height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    padding: 4px;
}

.exchange_betting_country_menu_nav_link_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/**
=========================================
===== Exchange Betting Event Horses =====
=========================================
**/
.exchange_betting_event_horses {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/**
=================================
===== Up Coming Horses Race =====
=================================
**/


/**
=====================================
===== Exchange Horse Race Cards =====
=====================================
**/
.horse_race_cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
}

.horse_race_cards_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    padding-bottom: 8px;
}

.horse_race_cards_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.horse_race_cards_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.horse_race_card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.horse_race_card_group {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.horse_race_card_venue {
    padding: 8px 0;
}

.horse_race_card_nav::-webkit-scrollbar {
    display: none;
}

.horse_race_card_nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    overflow-x: scroll;
}

.horse_race_card_nav_link {
    min-width: 120px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 4px;
}

.horse_race_card_nav_link_date_label {
    padding-bottom: 4px;
}

/**
==============================
===== Up Next Horse Race =====
==============================
**/
.up_next_horse_race {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.up_next_horse_race_card_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: 1px solid var(--border-blue);
    white-space: nowrap;
    overflow-x: hidden;
}

.up_next_horse_race_card_header_group {
    display: flex;
    flex-direction: column;
}

    .up_next_horse_race_card_header_group:nth-child(2)::-webkit-scrollbar {
        display: none;
    }

    .up_next_horse_race_card_header_group:nth-child(2) {
        overflow-x: scroll;
    }

.up_next_horse_race_card_title {
    width: max-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    padding: 4px 16px 4px 8px;
    background-color: var(--opacity);
    clip-path: polygon(0 0, 100% 0, 100% 0%, 95% 100%, 0 100%);
}

.up_next_horse_race_card_time {
    font-size: 14px;
    font-weight: 600;
}

.up_next_horse_race_card_name {
    font-size: 14px;
    font-weight: 600;
}

.race_event_info_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    background-color: var(--opacity);
    z-index: 5;
}

    .race_event_info_overlay[data-active="true"] {
        display: flex;
    }

.race_event_info_modal {
    width: 100%;
    max-width: 600px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 auto;
    padding: 8px;
    background-color: var(--surface-1);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
    overflow-y: auto;
}

.race_event_info_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.race_event_info_title {
}

.race_event_info_close_button {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 50%;
}

    .race_event_info_close_button:focus,
    .race_event_info_close_button:active,
    .race_event_info_close_button:hover {
        color: var(--text-state);
        background-color: var(--button-state);
    }

.race_event_info_card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    background-color: var(--surface-2);
    border-radius: 8px;
}

.race_event_info_card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
}

.race_event_info_card_header_title {
    font-weight: 600;
}

.race_event_info_card_header_text {
    font-weight: 600;
}

.race_event_info_card_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}


.race_event_info_card_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.race_event_info_card_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    list-style: none;
}

    .race_event_info_card_list li {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 8px;
        padding: 4px;
        border-bottom: 1px solid var(--border-blue);
    }

.race_event_info_card_body table td {
    padding: 4px;
    border: 1px solid var(--border-blue);
}

        .race_event_info_card_list li strong {
            min-width: 48px;
        }

.race_event_info_card_body table {
    border-collapse: collapse;
}

    .race_event_info_card_body table td {
        padding: 4px;
    }

.race_event_info_button {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 50%;
}

    .race_event_info_button:focus,
    .race_event_info_button:active,
    .race_event_info_button:hover {
        color: var(--text-state);
        background-color: var(--button-state);
    }

    .up_next_horse_race_card_bet_types::-webkit-scrollbar {
        display: none;
    }

.up_next_horse_race_card_bet_types {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    padding: 4px;
    white-space: nowrap;
    overflow-x: scroll;
}

.up_next_horse_race_card_body {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.up_next_horse_race_card_body_group {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.up_next_horse_race_card_body_group_inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 2px 0;
}

.current_venue_races {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.current_venue_races_button {
    width: 36px;
    height: 36px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.current_venue_races_nav::-webkit-scrollbar {
    display: none;
}

.current_venue_races_nav {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--border-blue);
    white-space: nowrap;
    overflow-x: scroll;
}

.current_venue_races_nav_link {
    min-width: 96px;
    min-height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

    .current_venue_races_nav_link:focus,
    .current_venue_races_nav_link:active,
    .current_venue_races_nav_link:hover {
        background-color: var(--button-state);
    }

    .current_venue_races_nav_link[data-active="true"] {
        background-color: var(--button-state);
    }

    .current_venue_races_nav_link_name {
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.current_venue_races_nav_link:focus .current_venue_races_nav_link_time,
.current_venue_races_nav_link:active .current_venue_races_nav_link_time,
.current_venue_races_nav_link:hover .current_venue_races_nav_link_time {
    color: var(--text-state);
}

.current_venue_races_nav_link[data-active="true"] .current_venue_races_nav_link_time {
    color: var(--text-state);
}

.current_venue_races_nav_link:focus .current_venue_races_nav_link_name,
.current_venue_races_nav_link:active .current_venue_races_nav_link_name,
.current_venue_races_nav_link:hover .current_venue_races_nav_link_name {
    color: var(--text-state);
}

.current_venue_races_nav_link[data-active="true"] .current_venue_races_nav_link_name  {
    color: var(--text-state);
}

.up_next_horse_race_pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    padding: 2px;
}

.up_next_horse_race_pagination_group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.up_next_horse_race_pagination_label {
    font-size: 12px;
}

.up_next_horse_race_pagination_button {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 50%;
}

    .up_next_horse_race_pagination_button:focus,
    .up_next_horse_race_pagination_button:active,
    .up_next_horse_race_pagination_button:hover {
        background-color: var(--button-state);
    }

    .up_next_horse_race_pagination_button svg {
        width: 24px;
        height: 24px;
        display: flex;
    }

    .up_next_horse_race_pagination_button:focus .global_icon_fill,
    .up_next_horse_race_pagination_button:active .global_icon_fill,
    .up_next_horse_race_pagination_button:hover .global_icon_fill {
        fill: var(--icon-state);
    }

    .up_next_horse_race_pagination_hold {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 4px;
    }

.up_next_horse_race_pagination_checkbox {
    width: 24px;
    height: 24px;
    margin-left: 4px;
}

.up_next_horse_race_pagination_checkbox_label {
    font-size: 12px;
}

.up_next_horse_race_card_positions {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 1px;
}

.up_next_horse_race_card_positions_group {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 1px;
}

    .up_next_horse_race_card_positions_group.one {
        display: none;
    }

.up_next_horse_race_card_positions_group_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .up_next_horse_race_card_positions_group_inner.best {
        display: none;
    }

    .up_next_horse_race_card_positions_group_inner.cb {
        display: none;
    }

    .up_next_horse_race_card_positions_group_inner.place[data-display="false"] {
        display: none;
    }

    .up_next_horse_race_card_positions_group_inner.back {
        padding: 4px 0;
        background-color: var(--exchange-offer);
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }


    .up_next_horse_race_card_positions_group_inner.offer {
        padding: 4px 0;
        background-color: var(--exchange-bid);
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

.up_next_horse_race_card_positions_group_inner span {
    font-size: 12px;
    font-weight: 600;
}

    .up_next_horse_race_card_positions_group_inner span:nth-child(2) {
        font-size: 10px;
    }

    .up_next_horse_race_card {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1px;
        padding: 1px;
    }

    .up_next_horse_race_card[data-pointer="true"] {
        pointer-events: none;
    }
/**
==============================
===== Horse Race Meeting =====
==============================
**/
.exchange_betting_horse_meeting {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.horse_race_meeting_card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.horse_race_meeting_card_header {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
}

.horse_race_meeting_card_header_group {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .horse_race_meeting_card_header_group:nth-child(5) {
        padding: 8px 0;
    }

.horse_race_meeting_card_info {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
}

.horse_race_meeting_card_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.horse_race_meeting_card_event_info {
    width: 100%;
}

.horse_race_meeting_card_nav::-webkit-scrollbar {
    display: none;
}

.horse_race_meeting_card_nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    overflow-x: scroll;
}

.horse_race_meeting_card_nav_link {
    min-width: 72px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px;
}

.horse_race_meeting_bet_type {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}

.horse_race_meeting_bet_type_button {
    min-width: 60px;
    height: 36px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 48px;
}

    .horse_race_meeting_bet_type_button:focus,
    .horse_race_meeting_bet_type_button:active,
    .horse_race_meeting_bet_type_button:hover {
        color: var(--text-state);
        background-color: var(--button-state);
    }

    .horse_race_meeting_bet_type_button[data-display="true"] {
        display: flex;
    }

    .horse_race_meeting_bet_type_button[data-active="true"] {
        font-weight: 600;
        color: var(--text-state);
        background-color: var(--button-state);
    }

    .horse_race_meeting_card_positions {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 4px;
    }

.horse_race_meeting_card_positions_group {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
}

    .horse_race_meeting_card_positions_group:nth-child(1) {
        flex: 1;
    }

.horse_race_meeting_card_positions_group_container {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1px;
}

    .horse_race_meeting_card_positions_group_container.one {
        display: none;
    }

.horse_race_meeting_card_positions_group_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .horse_race_meeting_card_positions_group_inner.best {
        display: none;
    }

    .horse_race_meeting_card_positions_group_inner.cb {
        display: none;
    }

    .horse_race_meeting_card_positions_group_inner.place[data-display="false"] {
        display: none;
    }

    .horse_race_meeting_card_positions_group_inner.back {
        padding: 4px 0;
    }

    .horse_race_meeting_card_positions_group_inner.request {
        padding: 4px 0;
    }


.horse_race_meeting_card_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 8px;
    gap: 4px;
}

    .horse_race_meeting_card_body[data-pointer="true"] {
        pointer-events: none;
    }

.horse_race_meeting_card_body_overlay {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4px;
    padding: 4px;
}

    .horse_race_meeting_card_body_overlay[data-display="false"] {
        display: none;
    }

    .horse_race_meeting_card_body_overlay[data-display="true"] {
        display: flex;
    }

    .horse_race_meeting_card_body_overlay[data-status="C"] {
        font-weight: 600;
        text-align: center;
        background-color: var(--red);
        border-radius: 48px;
    }

    .horse_race_meeting_card_body_overlay[data-status="F"] {
        font-weight: 600;
        text-align: center;
        background-color: var(--green);
        border-radius: 16px;
    }

    .horse_race_meeting_card_body_overlay[data-status="C"] .horse_race_meeting_card_body_overlay_text {
        font-weight: 600;
        text-align: center;
    }

        .horse_race_meeting_card_body_overlay[data-status="F"] .horse_race_meeting_card_body_overlay_text {
            font-weight: 600;
            text-align: center;
        }

        .multiple_selection_dialog {
            position: absolute;
            top: 0;
            left: -50%;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 16px;
            font-weight: 600;
            text-align: center;
            background-color: var(--surface-1);
            border: 1px solid var(--border);
            border-radius: 8px;
            transform: translate(50%, 0);
        }

.multiple_selection_dialog_inner {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.horse_race_meeting_card_event {
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
    padding: 0;
}

.up_next_horse_race_card[data-pointer="true"] .horse_race_meeting_card_event {
    opacity: 0.5;
}

.horse_race_meeting_card_event_group {
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

    .horse_race_meeting_card_event_group:nth-child(1) {
        flex: 1;
    }

    .horse_race_meeting_card_event_group:nth-child(2) {
        flex: 1;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 1px;
    }

    .horse_race_meeting_card_event_group:nth-child(3) {
        width: 100%;
    }

.participant_race_card_info[data-active="false"] {
    display: none;
}

.participant_race_card_info[data-active="true"] {
    display: flex;
}

.participant_race_card_info {
    padding: 2px;
}

.race_runner_info_card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 2px;
}

.race_runner_info_close {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 50%;
}

    .race_runner_info_close:focus,
    .race_runner_info_close:active,
    .race_runner_info_close:hover {
        color: var(--text-state);
        background-color: var(--button-state);
    }

    .race_runner_info_card_header {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1px;
    }

.race_runner_info_card_header_group {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1px;
}

.race_runner_info_card_header_group:nth-child(1) .race_runner_info_card_header_inner_group {
    width: calc(50% - 1px);
    min-height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 4px;
    background-color: var(--surface-1);
    border-radius: 8px;
}

    .race_runner_info_card_header_group:nth-child(1) .race_runner_info_card_header_inner_group {
        width: calc(50% - 1px);
        min-height: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
        padding: 4px;
    }

        .race_runner_info_card_header_group:nth-child(1) .race_runner_info_card_header_inner_group p:nth-child(1) {
            width: 100%;
        }

.race_runner_info_card_header_group:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1px;
}

    .race_runner_info_card_header_group:nth-child(2) .race_runner_info_card_header_inner_group {
        width: 100%;
        min-height: 40px;
        display: flex;
        flex-direction: column;
        gap: 2px;
        padding: 4px;
        background-color: var(--surface-1);
        border-radius: 8px;
    }

        .race_runner_info_card_header_group:nth-child(2) .race_runner_info_card_header_inner_group p:nth-child(1) {
            width: 100%;
        }

        .race_runner_info_card_header_group:nth-child(2) .race_runner_info_card_header_inner_group p:nth-child(2) {
            width: 100%;
        }

.race_runner_info_card_body {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.swipe-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    z-index: 1;
}

    .swipe-hint img {
        width: 120px;
        animation: swipe 1.5s infinite;
    }

@keyframes swipe {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(40px);
    }

    100% {
        transform: translateX(0);
    }
}

.race_runner_info_card_table {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .race_runner_info_card_table table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .race_runner_info_card_table thead th {
        padding: 4px 16px;
        border: 1px solid var(--border-blue);
    }

    .race_runner_info_card_table tbody td {
        padding: 4px 16px;
        vertical-align: middle;
        border: 1px solid var(--border-blue);
    }


.horse_race_meeting_card_event_group_container {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 1px;
}

    .horse_race_meeting_card_event_group_container.one {
        display: none;
    }

.horse_race_meeting_card_event_group_inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

    .horse_race_meeting_card_event_group_inner.best {
        display: none;
    }

    .horse_race_meeting_card_event_group_inner.cb {
        display: none;
    }

.horse_race_meeting_card_event_block {
    width: 100%;
    min-height: 40px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background-color: var(--button-default);
    border: 1px solid var(--border-default);
    border-radius: 8px;
}

    .horse_race_meeting_card_event_group_inner.odds .horse_race_meeting_card_event_block {
        background-color: var(--surface-1);
    }

.horse_race_meeting_card_event_group_inner.profit .horse_race_meeting_card_event_block {
    background-color: var(--surface-1);
}

.horse_race_meeting_card_event_block.offer[data-offer="1"] {
    background-color: var(--exchange-offer);
}

    .horse_race_meeting_card_event_block.offer[data-offer="1"]:focus,
    .horse_race_meeting_card_event_block.offer[data-offer="1"]:active,
    .horse_race_meeting_card_event_block.offer[data-offer="1"]:hover {
        background-color: var(--button-state);
    }

    .horse_race_meeting_card_event_block.offer[data-offer="1"][data-active="true"] {
        background-color: var(--button-state);
    }

.horse_race_meeting_card_event_block.win:focus,
.horse_race_meeting_card_event_block.win:active,
.horse_race_meeting_card_event_block.win:hover {
    color: var(--text-state);
    background-color: var(--button-state);
}

.horse_race_meeting_card_event_block.win[data-active="true"] {
    color: var(--text-state);
    background-color: var(--button-state);
}

.horse_race_meeting_card_event_block.place:focus,
.horse_race_meeting_card_event_block.place:active,
.horse_race_meeting_card_event_block.place:hover {
    background-color: var(--button-state);
}

.horse_race_meeting_card_event_block.place[data-active="true"] {
    background-color: var(--button-state);
}

    .horse_race_meeting_card_event_block.offer[data-offer="1"]:focus span:nth-child(1),
    .horse_race_meeting_card_event_block.offer[data-offer="1"]:active span:nth-child(1),
    .horse_race_meeting_card_event_block.offer[data-offer="1"]:hover span:nth-child(1) {
        color: var(--text-state);
    }

        .horse_race_meeting_card_event_block.offer[data-offer="1"][data-active="true"] span:nth-child(1) {
            color: var(--text-state);
        }

.horse_race_meeting_card_event_block.bid[data-bid="1"] {
    background-color: var(--exchange-bid);
}

.horse_race_meeting_card_event_block span:nth-child(1) {
    font-weight: 600;
}

.current_profit.positive {
    font-weight: 400 !important;
    color: var(--green);
}

.current_profit.negative {
    font-weight: 400 !important;
    color: var(--red);
}

.toggle_volume_and_bids {
    cursor: pointer;
}

.current_offer_1_price {
    font-size: 12px;
    font-weight: 600;
    color: #C58B5D;
}

.current_offer_2_price {
    font-size: 12px;
    font-weight: 600;
    color: #C58B5D;
}

.current_bid_1_price {
    font-size: 12px;
    font-weight: 600;
    color: #C58B5D;
}

.current_bid_2_price {
    font-size: 12px;
    font-weight: 600;
    color: #C58B5D;
}

    .tote_odds {
        font-size: 10px;
    }

.horse_race_meeting_card_event_block.offer[data-suspended="S"] {
    pointer-events: none;
}

    .horse_race_meeting_card_event_block.win[data-suspended="S"] {
        pointer-events: none;
    }

    .horse_race_meeting_card_event_block.place[data-suspended="S"] {
        pointer-events: none;
    }


    .horse_race_meeting_card_event_block span[data-suspended="S"] {
        pointer-events: none;
        opacity: 0.5;
    }


.horse_race_meeting_card_event_group_inner.place[data-display="false"] {
    display: none;
}


.horse_race_meeting_card_event_group_inner.back .horse_race_meeting_card_event_block:nth-child(1) {
    display: none;
}

.horse_race_meeting_card_event_group_inner.request .horse_race_meeting_card_event_block:nth-child(2) {
    display: none;
}

.horse_race_meeting_card_event_participant_group {
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.horse_race_meeting_card_event_participant {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    padding: 2px;
    border-radius: 8px;
    cursor: pointer;
}

    .horse_race_meeting_card_event_participant:focus,
    .horse_race_meeting_card_event_participant:active,
    .horse_race_meeting_card_event_participant:hover {
        background-color: var(--button-state);
    }

    .jockey_silk {
        width: 24px;
        min-width: 24px;
        height: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }

    .jockey_silk img {
        width: 24px;
        height: auto;
    }

    .horse_race_meeting_card_event_participant[data-order="1"] .jockey_silk_error {
        color: #ffffff;
        background-color: #f44336;
    }

.horse_race_meeting_card_event_participant[data-order="2"] .jockey_silk_error {
    color: #000000;
    background-color: #FFFFFF;
}

.horse_race_meeting_card_event_participant[data-order="3"] .jockey_silk_error {
    color: #ffffff;
    background-color: #3F51B5;
}

.horse_race_meeting_card_event_participant[data-order="4"] .jockey_silk_error {
    color: #000000;
    background-color: #FFEB3B;
}

.horse_race_meeting_card_event_participant[data-order="5"] .jockey_silk_error {
    color: #ffffff;
    background-color: #4CAF50;
}

.horse_race_meeting_card_event_participant[data-order="6"] .jockey_silk_error {
    color: #D4AF34;
    background-color: #2E2923;
}

.horse_race_meeting_card_event_participant[data-order="7"] .jockey_silk_error {
    color: #000000;
    background-color: #FF5722;
}

.horse_race_meeting_card_event_participant[data-order="8"] .jockey_silk_error {
    color: #000000;
    background-color: #E91E63;
}

.horse_race_meeting_card_event_participant[data-order="9"] .jockey_silk_error {
    color: #000000;
    background-color: #00BCD4;
}

.horse_race_meeting_card_event_participant[data-order="10"] .jockey_silk_error {
    color: #ffffff;
    background-color: #673AB7;
}

.horse_race_meeting_card_event_participant[data-order="11"] .jockey_silk_error {
    color: #f44336;
    background-color: #9E9E9E;
}

.horse_race_meeting_card_event_participant[data-order="12"] .jockey_silk_error {
    color: #000000;
    background-color: #CDDC39;
}

.horse_race_meeting_card_event_participant[data-order="13"] .jockey_silk_error {
    color: #ffffff;
    background-color: #795548;
}

.horse_race_meeting_card_event_participant[data-order="14"] .jockey_silk_error {
    color: #FFEB3B;
    background-color: #9C27B0;
}

.horse_race_meeting_card_event_participant[data-order="15"] .jockey_silk_error {
    color: #000000;
    background-color: #C3B091;
}

.horse_race_meeting_card_event_participant[data-order="16"] .jockey_silk_error {
    color: #f44336;
    background-color: #91D0E0;
}

.horse_race_meeting_card_event_participant[data-order="17"] .jockey_silk_error {
    color: #ffffff;
    background-color: #1A237E;
}

.horse_race_meeting_card_event_participant[data-order="18"] .jockey_silk_error {
    color: #FFEB3B;
    background-color: #1B5E20;
}

.horse_race_meeting_card_event_participant[data-order="19"] .jockey_silk_error {
    color: #f44336;
    background-color: #304FFE;
}

.horse_race_meeting_card_event_participant[data-order="20"] .jockey_silk_error {
    color: #FFEB3B;
    background-color: #F50057;
}

.horse_race_meeting_card_event_participant[data-order="default"] .jockey_silk_error {
    color: var(--light);
    background-color: var(--dark);
}

.runners {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.horse_name {
    display: flex;
    flex-direction: column;
    word-break: break-word;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .horse_name.multiple_runner_name {
        max-width: 100%;
    }

    .horse_name span {
        word-break: break-word;
        max-width: 90%;
        font-size: 12px;
        font-weight: 600;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-decoration: underline;
    }

    .horse_name[data-scratched="true"] {
        text-decoration: line-through;
        text-decoration-color: var(--red);
    }

    .horse_race_meeting_card_event_participant:focus .horse_name span,
    .horse_race_meeting_card_event_participant:active .horse_name span,
    .horse_race_meeting_card_event_participant:hover .horse_name span {
        color: var(--text-state);
    }

    .horse_name.multiple_runner_name span {
        max-width: 100%;
    }

.horse_note {
    display: none;
}


.jockey_info {
    max-width: 85%;
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .jockey_info[data-scratched="true"] {
        text-decoration: line-through;
        text-decoration-color: var(--red);
    }

.horse_race_meeting_card_event_participant:focus .jockey_info,
.horse_race_meeting_card_event_participant:active .jockey_info,
.horse_race_meeting_card_event_participant:hover .jockey_info{
    color: var(--text-state);
}

    .jockey_info[data-display="false"] {
        display: none;
    }

    .jockey_info[data-scratched="true"] {
        display: none;
    }


.horse_race_meeting_card_event_participant:focus .scratched_bet,
.horse_race_meeting_card_event_participant:active .scratched_bet,
.horse_race_meeting_card_event_participant:hover  {
    color: var(--text-state);
}

.scratched_bet {
    font-size: 12px;
    font-weight: 600;
    color: var(--red);
}

.scratched_bet[data-display="false"] {
    display: none;
}

.participant_race_card_info_button {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/**
============================
===== Exchange Betslip =====
============================
**/

.betslip_ticket_body {
    gap: 8px;
}

.betslip_ticket_body_actions {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--border-blue);
}

.betslip_ticket_body_actions_button {
    width: calc(50% - 2px);
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 48px;
}

    .betslip_ticket_body_actions_button:focus,
    .betslip_ticket_body_actions_button:active,
    .betslip_ticket_body_actions_button:hover {
        color: var(--text-state);
        background-color: var(--button-state);
    }

    .betslip_ticket_body_actions_button[data-active="true"] {
        color: var(--text-state);
        background-color: var(--button-state);
    }

    .betslip_ticket_body_container {
        width: 100%;
        display: none;
        flex-direction: column;
        gap: 8px;
        padding: 4px;
    }

    .betslip_ticket_body_container[data-bet="single"][data-active="true"] {
        display: flex;
    }

    .betslip_ticket_body_container[data-bet="multiple"][data-active="true"] {
        display: flex;
    }

    .betslip_ticket_body_container[data-bet="unmatched"][data-active="true"] {
        display: flex;
    }

    .betslip_ticket_body_container[data-bet="confirmed"][data-active="true"] {
        display: flex;
    }

.betslip_ticket_body_message {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.betslip_ticket_body_message_group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}

.accpet_latest_odds_checkbox {
    width: 24px;
    height: 24px;
}

.unmatched_refresh_button {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .unmatched_refresh_button svg {
        width: 24px;
        height: 24px;
        display: block;
    }

.confirmed_refresh_button {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .confirmed_refresh_button svg {
        width: 24px;
        height: 24px;
        display: block;
    }

    .betslip_ticket_body_container[data-bet="unmatched"] .betslip_ticket_body_message {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

.betslip_ticket_body_container[data-bet="confirmed"] .betslip_ticket_body_message {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.unmatched_entry_withdraw_all_button {
    height: 24px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.betslip_ticket_body_entries {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.betslip_ticket_entry {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 4px;
    background-color: var(--surface-2);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

.betslip_ticket_entry_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--border-blue);
}

.betslip_ticket_entry_header_group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}

.betslip_jockey_silk {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.jockey_silk_error[data-order="1"] {
    color: #ffffff;
    background-color: #f44336;
}

.jockey_silk_error[data-order="2"] {
    color: #000000;
    background-color: #FFFFFF;
}

.jockey_silk_error[data-order="3"] {
    color: #ffffff;
    background-color: #3F51B5;
}

.jockey_silk_error[data-order="4"] {
    color: #000000;
    background-color: #FFEB3B;
}

.jockey_silk_error[data-order="5"] {
    color: #ffffff;
    background-color: #4CAF50;
}

.jockey_silk_error[data-order="6"] {
    color: #D4AF34;
    background-color: #2E2923;
}

.jockey_silk_error[data-order="7"] {
    color: #000000;
    background-color: #FF5722;
}

.jockey_silk_error[data-order="8"] {
    color: #000000;
    background-color: #E91E63;
}

.jockey_silk_error[data-order="9"] {
    color: #000000;
    background-color: #00BCD4;
}

.jockey_silk_error[data-order="10"] {
    color: #ffffff;
    background-color: #673AB7;
}

.jockey_silk_error[data-order="11"] {
    color: #f44336;
    background-color: #9E9E9E;
}

.jockey_silk_error[data-order="12"] {
    color: #000000;
    background-color: #CDDC39;
}

.jockey_silk_error[data-order="13"] {
    color: #ffffff;
    background-color: #795548;
}

.jockey_silk_error[data-order="14"] {
    color: #FFEB3B;
    background-color: #9C27B0;
}

.jockey_silk_error[data-order="15"] {
    color: #000000;
    background-color: #C3B091;
}

.jockey_silk_error[data-order="16"] {
    color: #f44336;
    background-color: #91D0E0;
}

.jockey_silk_error[data-order="17"] {
    color: #ffffff;
    background-color: #1A237E;
}

.jockey_silk_error[data-order="18"] {
    color: #FFEB3B;
    background-color: #1B5E20;
}

.jockey_silk_error[data-order="19"] {
    color: #f44336;
    background-color: #304FFE;
}

.jockey_silk_error[data-order="20"] {
    color: #FFEB3B;
    background-color: #F50057;
}

.jockey_silk_error[data-order="default"] {
    color: var(--light);
    background-color: var(--dark);
}

.betslip_participant {
    display: flex;
    flex-direction: column;
}

.betslip_ticket_entry_remove {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.betslip_ticket_entry_body {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.betslip_ticket_entry_body_group {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.betslip_ticket_entry_body_group_inner {
    width: calc(50% - 2px);
    display: flex;
    flex-direction: column;
}

    .betslip_ticket_entry_body_group_inner:nth-child(1) {
        width: calc(55% - 2px);
    }

    .betslip_ticket_entry_body_group_inner:nth-child(2) {
        width: calc(45% - 2px);
    }

    .betslip_ticket_entry_body_group_inner:nth-child(3) {
        width: calc(55% - 2px);
    }

    .betslip_ticket_entry_body_group_inner:nth-child(4) {
        width: calc(45% - 2px);
    }

    .betslip_ticket_entry_body_group_inner:nth-child(4) {
        margin: auto 0 0 0;
    }

.entry_price {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.entry_price_group {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.entry_price_label {
    font-size: 12px;
    font-weight: 600;
}

.entry_price_group_inner {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 2px;
    gap: 2px;
}

.entry_price_input {
    width: 100%;
    height: 48px;
    padding: 4px;
    background-color: var(--surface-3);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

.entry_input_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

    .entry_input_buttons[data-display="false"] {
        display: none;
    }

.increase_price_button {
    width: 26px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.decrease_price_button {
    width: 26px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.entry_win {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.entry_win_group {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.entry_win_label {
    font-size: 12px;
    font-weight: 600;
}

.entry_win_group_inner {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 2px;
}

.entry_win_currency {
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    font-weight: 600;
}

.entry_win_input {
    width: 100%;
    height: 48px;
    padding: 4px;
    background-color: var(--surface-3);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

    .entry_win_input[data-disable="true"] {
        pointer-events: none;
        opacity: 1;
    }

.increase_win_button {
    width: 30px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.decrease_win_button {
    width: 30px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.entry_stake {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.entry_stake_group {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.entry_stake_label {
    font-size: 12px;
    font-weight: 600;
}

.entry_stake_group_inner {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 2px;
    background-color: transparent !important;
}

.entry_stake_currency {
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    font-weight: 600;
}

.entry_stake_input {
    width: 100%;
    height: 48px;
    padding: 4px;
    background-color: var(--surface-3);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
    outline: none;
}

    .entry_stake_input[data-disable="true"] {
        pointer-events: none;
        opacity: 1;
    }


.increase_stake_button {
    width: 26px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.decrease_stake_button {
    width: 26px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.entry_submit {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background-color: var(--primary-green);
    border: 1px solid var(--primary-green);
    border-radius: 48px;
}

    .entry_submit[disabled="disabled"] {
        pointer-events: none;
        opacity: 0.5;
    }

.betslip_ticket_entry_message_text {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

    .betslip_ticket_entry_message_text.single_success {
        font-weight: 600;
        color: var(--green);
        text-align: center;
    }

    .betslip_ticket_entry_message_text.single_error {
        font-weight: 600;
        color: var(--red);
        text-align: center;
    }

    .multiple_betslip_ticket_entry {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding: 4px;
        background-color: var(--surface-2);
        border: 1px solid var(--border-blue);
        border-radius: 8px;
    }

.multiple_betslip_ticket_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--border-blue);
}

.multiple_betslip_ticket_header_group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.multiple_betslip_venue_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
}

.multiple_betslip_ticket_entry_remove {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .multiple_betslip_ticket_entry_remove svg {
        width: 24px;
        height: 24px;
        display: block;
    }

    .multiple_betslip_ticket_body {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: space-between;
        gap: 4px;
    }

.multiple_betslip_ticket_body_group {
    width: 50%;
    display: flex;
    flex-direction: column;
}

    .multiple_betslip_ticket_body_group:nth-child(1) {
        width: 70%;
    }

    .multiple_betslip_ticket_body_group:nth-child(2) {
        width: 30%;
    }

.multiple_betslip_price_group {
    display: flex;
    flex-direction: column;
}

.multiple_betslip_participant_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}

.multiple_betslip_jockey_silk {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.multiple_betslip_participant {
    display: flex;
    flex-direction: column;
}

.multiple_betslip_price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.multiple_betslip_price_group {
    display: flex;
    flex-direction: column;
}

.multiple_betslip_price_label {
    font-size: 12px;
    font-weight: 600;
}

.multiple_betslip_price_value {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background-color: var(--surface-3);
    border-radius: 48px;
}

.multiple_betslip_price_value_text {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.isShort::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 2px;
    right: 2px;
    border-left: 12px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 12px solid var(--green);
    border-bottom-right-radius: 2px;
    transform: rotateX(180deg);
}

.isLong:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 2px;
    right: 2px;
    border-left: 12px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 12px solid var(--red);
    border-bottom-right-radius: 2px;
    transform: rotateX(180deg);
}

.multiple_betslip_ticket_footer {
    width: 100%;
    display: none;
    flex-direction: column;
    padding: 4px;
    background-color: vaR(--surface-2);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

.multiple_betslip_ticket_footer_group {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 4px;
}

.multiple_betslip_ticket_footer_group_inner {
    width: calc(50% - 2px);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.multiple_betslipt_ticket_stake_label {
    font-size: 12px;
    font-weight: 600;
}

.multiple_betslipt_ticket_price {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px;
    font-weight: 600;
    background-color: var(--surface-3);
    border-radius: 48px;
}

.multiple_betslipt_ticket_price_group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.multiple_betslipt_ticket_stake {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    padding: 4px;
}

.multiple_betslipt_ticket_stake_group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.multiple_betslip_stake_input {
    width: 100%;
    height: 48px;
    background-color: var(--surface-1);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

.multiple_betslip_take_actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.increase_multiple_stake {
    width: 30px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 4px;
}

.decrease_multiple_stake {
    width: 30px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 4px;
}

.multiple_betlip_stake_currency {
    font-weight: 600;
}

.multiple_betslipt_ticket_profit {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px;
    font-weight: 600;
    background-color: var(--surface-3);
    border-radius: 48px;
}

.multiple_betslipt_ticket_profit_group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 4px;
}


.multiple_betslipt_ticket_place_bet {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.place_multiple_Bet {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background-color: var(--primary-green);
    border: 1px solid var(--primary-green);
    border-radius: 48px;
}

    .place_multiple_Bet:focus,
    .place_multiple_Bet:active,
    .place_multiple_Bet:hover {
        background-color: var(--primary-green-hover);
    }

    .place_multiple_Bet[disabled="disabled"] {
        pointer-events: none;
        opacity: 0.5;
    }

.multiple_betslip_message {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.multiple_betslip_message.multiple_error {
    font-weight: 600;
    color: var(--red);
    text-align: center;
}

.rotate_device_overlay::-webkit-scrollbar {
    display: none;
}

.rotate_device_overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    opacity: 0;
    background-color: var(--opacity);
    z-index: 3;
    overflow-y: auto;
}

.unmatched_entry {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 4px;
    background-color: var(--surface-2);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

.umatched_messsage {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background-color: var(--surface-1);
    border-radius: 8px;
}

.unmatched_entry_group {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.unmatched_entry_group_inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
}

.unmatched_entry_participant {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.unmatched_entry_participant_text {
    max-width: 75%;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.unmatched_entry_actions {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.unmatched_entry_action_button {
    width: 100%;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 48px;
}

    .unmatched_entry_action_button:focus,
    .unmatched_entry_action_button:active,
    .unmatched_entry_action_button:hover {
        color: var(--text-state);
        background-color: var(--button-state);
    }

    .unmatched_entry_offer {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

.unmatched_entry_offer_label {
    font-size: 12px;
    font-weight: 600;
}

.unmatched_entry_offer_price {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
}

.unmatched_entry_offer_price {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    padding: 2px;
}

.unmatched_entry_offer_price_value {
    width: 100%;
    height: 48px;
    display: block;
    padding: 4px;
    background-color: var(--surface-2);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

.unmatched_entry_offer_price_actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.unmatched_entry_offer_action_button {
    width: 26px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 4px;
}

.unmatched_entry_amount {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.unmatched_entry_amount_input {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
}

.unmatched_entry_amount_input_group {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2px;
    padding: 4px;
    background-color: transparent !important;
}

.unmatched_entry_amount_currency {
    font-weight: 600;
}

.unmatched_entry_amount_input_value {
    width: 100%;
    height: 48px;
    display: block;
    padding: 4px;
    background-color: var(--surface-2);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

.unmatched_entry_amount_input_actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

    .unmatched_entry_amount_input_actions[data-display="false"] {
        display: none;
    }

.unmatched_entry_amount_input_action_button {
    width: 26px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.unmatched_entry_profit {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.unmatched_entry_profit_label {
    font-size: 12px;
    font-weight: 600;
}

.unmatched_entry_profit_input {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.unmatched_entry_profit_group {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2px;
    padding: 2px;
}

.unmatched_entry_profit_input_action_button {
    width: 26px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 4px;
}

.unmatched_entry_profit_currency {
    font-weight: 600;
}

.unmatched_entry_profit_input_value {
    width: 100%;
    height: 48px;
    display: block;
    padding: 4px;
    background-color: var(--surface-2);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

.unmatched_entry_update {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.unmatched_entry_update_button {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background-color: var(--primary-green);
    border: 1px solid var(--primary-green);
    border-radius: 48px;
}

    .unmatched_entry_update_button:focus,
    .unmatched_entry_update_button:active,
    .unmatched_entry_update_button:hover {
        background-color: var(--primary-green-hover);
    }

    .unmatched_entry_update_button[disabled="disabled"] {
        pointer-events: none;
        opacity: 0.5;
    }

.unmatched_entry_message {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.confirmed_entry {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 4px;
    background-color: var(--surface-2);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

.confirmed_entry_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--border-blue);
}

.confirmed_entry_header_group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
}

    .confirmed_entry_header_group[data-display="false"] {
        display: none;
    }

.confirmed_entry_header_group_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 12px;
}

.toggle_multiple_confirmed_entries {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .toggle_multiple_confirmed_entries[data-active="true"] img {
        transform: rotate(180deg);
    }

.confirmed_entry_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.confirmed_entry_leg {
    padding: 4px;
}

    .confirmed_entry_leg[data-display="false"] {
        display: none;
    }

.confirmed_entry_body_group {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px;
    padding-bottom: 4px;
}

.confirmed_entry_body_group_inner {
    width: calc(50% - 1px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .confirmed_entry_body_group_inner[data-display="false"] {
        display: none;
    }

.confirmed_entry_description {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 4px 0;
}

.confirmed_entry_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.confirmed_entry_label {
    font-size: 12px;
    font-weight: 600;
}

.confirmed_entry_value {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2px;
    background-color: var(--surface-3);
    border-radius: 48px;
}

.rotate_device_modal {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
    padding: 8px;
    background-color: var(--surface-1);
    border-radius: 8px;
}

.rotate_device_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.rotate_device_header_group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.close_rotate_device {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 50%;
}

    .close_rotate_device:focus,
    .close_rotate_device:active,
    .close_rotate_device:hover {
        color: var(--text-state);
        background-color: var(--button-state);
    }

    .rotate_device_body {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.rotate_device_image {
    width: 100%;
    max-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .rotate_device_image img {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.rotate_device_description {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.rotate_device_description_text {
    text-align: center;
}

.vol_and_bid_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--opacity);
}

.vol_and_bid_modal::-webkit-scrollbar {
    display: none;
}

.vol_and_bid_modal {
    width: 100%;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    background-color: var(--surface-1);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
    overflow-y: scroll;
}

.vol_and_bid_modal_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
}

.vol_and_bid_modal_header_group {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vol_and_bid_modal_title {
    font-weight: 600;
}

.close_vol_and_bid_button {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 50%;
}

    .close_vol_and_bid_button:focus,
    .close_vol_and_bid_button:active,
    .close_vol_and_bid_button:hover {
        color: var(--text-state);
        background-color: var(--button-state);
    }

    .vol_and_bid_modal_body {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }


.volume_group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
}

.volume_header {
    width: 100%;
    height: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    padding: 4px;
    background-color: var(--surface-3);
    border-radius: 48px;
}

    .volume_header span {
        width: 100%;
    }

.volume_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.volume_body_group {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px;
    background-color: var(--surface-3);
    border-radius: 48px;
}

    .volume_body_group span {
        width: 100%;
    }

.bid_group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
}

.bid_header {
    width: 100%;
    height: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    padding: 4px;
    background-color: var(--surface-3);
    border-radius: 48px;
}

    .bid_header span {
        width: 100%;
    }

.bid_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.bid_body_group {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px;
    background-color: var(--surface-3);
    border-radius: 48px;
}

    .bid_body_group span {
        width: 100%;
    }

@media only screen and (min-width: 480px) {
    .rotate_device_overlay {
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 600px) {
    .exchange_betting_header_group:nth-child(2) {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
}

@media only screen and (min-width: 680px) {
    /**
    ==============================
    ===== Up Next Horse Race =====
    ==============================
    **/
    .up_next_horse_race_card_positions_group.one {
        display: flex;
    }

    .up_next_horse_race_card_body_group_inner:nth-child(1) {
        flex: 0.25;
    }

    /**
    ==============================
    ===== Horse Race Meeting =====
    ==============================
    **/
    .horse_race_meeting_card_positions_group:nth-child(1) {
        flex: 0.30;
    }

    .horse_race_meeting_card_positions_group_container.one {
        display: flex;
    }

    .horse_race_meeting_card_event_group:nth-child(1) {
        flex: 0.30;
    }

    .horse_race_meeting_card_event_group[data-ismulti="true"]:nth-child(1) {
        flex: initial;
    }

    .horse_race_meeting_card_event_group_container.one {
        display: flex;
    }

    .horse_race_meeting_card_event_group_inner.back .horse_race_meeting_card_event_block:nth-child(1) {
        display: flex;
    }

    .horse_race_meeting_card_event_group_inner.request .horse_race_meeting_card_event_block:nth-child(2) {
        display: flex;
    }

    .horse_race_meeting_card_event_group_inner.win {
        width: 120px;
    }

    .horse_race_meeting_card_event_group_inner.place {
        width: 120px;
    }

    .up_next_horse_race_card_positions_group_inner.win {
        width: 120px;
    }

    .up_next_horse_race_card_positions_group_inner.place {
        width: 120px;
    }

    .horse_race_meeting_card_event_group_inner.win .horse_race_meeting_card_event_block {
        width: 120px;
    }

    .horse_race_meeting_card_event_group_inner.place .horse_race_meeting_card_event_block {
        width: 120px;
    }

    .race_runner_info_card_header_group:nth-child(1) .race_runner_info_card_header_inner_group {
        width: calc(25% - 1px);
    }
}

@media only screen and (min-width: 768px) {
    .exchange_betting_event_fixture_info {
        flex-direction: row;
    }

    .exchange_betting_event_fixture_name_link span:nth-child(1) {
        width: initial;
    }

    .exchange_betting_event_fixture_date_time {
        width: 60px;
        height: 60px;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        padding: 4px;
    }

    .exchange_betting_event_fixture_hyphen {
        display: none;
    }

    /**
    ==============================
    ===== Up Next Horse Race =====
    ==============================
    **/
    .up_next_horse_race_card_body_group_inner:nth-child(1) {
        flex: 0.30;
    }

    /**
    ==============================
    ===== Horse Race Meeting =====
    ==============================
    **/
    .horse_race_meeting_card_positions_group:nth-child(1) {
        flex: 0.30;
    }

    .horse_race_meeting_card_positions_group_inner.odds,
    .horse_race_meeting_card_positions_group_inner.last,
    .horse_race_meeting_card_positions_group_inner.profit,
    .horse_race_meeting_card_positions_group_inner.volume {
        display: flex;
    }

    .horse_race_meeting_card_event_group:nth-child(1) {
        flex: 0.30;
    }

    .horse_race_meeting_card_event_group[data-ismulti="true"]:nth-child(1) {
        flex: initial;
    }
}

@media only screen and (min-width: 960px) {
    .exchange_features {
        gap: 16px;
        padding: 16px;
    }

    .exchange_features_left, .exchange_features_right {
        width: calc(50% - 8px);
        gap: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .horse_race_venues_filter_button {
        display: flex;
    }

    /**
    =====================================
    ===== Exchange Horse Race Cards =====
    =====================================
    **/
    .horse_race_card_nav {
        flex-wrap: wrap;
    }

    .horse_race_card_nav_link {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .horse_race_card_nav_link_date_label {
        width: 100%;
    }

    .swipe-hint {
        display: none;
    }
}

@media only screen and (min-width: 1360px) {
    .up_next_horse_race_card_positions_group_inner.best {
        display: flex;
    }

    .horse_race_meeting_card_positions_group_inner.best {
        display: flex;
    }

    .horse_race_meeting_card_event_group_inner.best {
        display: flex;
    }
}
