﻿.betting_basics_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
}

.betting_basics_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.betting_basics {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.betting_basics_header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.betting_basics_header_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.betting_basics_header_title_text {
    width: 100%;
}

.betting_basics_header_description {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.betting_basics_header_description_text {
    width: 100%;
}

.betting_basics_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.betting_basics_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.betting_basics_section_title {
    width: 100%;
}

.betting_basics_section_sub_title {
    width: 100%;
}

.betting_basics_section_description {
    width: 100%;
}

.betting_basics_zones {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px;
}

.betting_basics_zone_link {
    width: calc(50% - 2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

    .betting_basics_zone_link:focus,
    .betting_basics_zone_link:active,
    .betting_basics_zone_link:hover {
        background-color: var(--button-state);
    }

.betting_basics_zone_link_icon {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .betting_basics_zone_link_icon svg {
        width: 48px;
        height: 48px;
        display: block;
    }

.betting_basics_zone_link:focus .global_icon_fill,
.betting_basics_zone_link:active .global_icon_fill,
.betting_basics_zone_link:hover .global_icon_fill {
    fill: var(--icon-state);
}

.betting_basics_zone_link:focus .betting_basics_zone_link_text,
.betting_basics_zone_link:active .betting_basics_zone_link_text,
.betting_basics_zone_link:hover .betting_basics_zone_link_text {
    color: var(--text-state);
}

.betting_basics_section_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-left: 36px;
    list-style: disc;
}

    .betting_basics_section_list li {
        width: 100%;
    }

.betting_basics_tote_bets {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px;
}

.betting_basics_tote_bets_button {
    width: calc(50% - 2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

    .betting_basics_tote_bets_button:focus,
    .betting_basics_tote_bets_button:active,
    .betting_basics_tote_bets_button:hover {
        background-color: var(--button-state);
    }

.betting_basics_tote_bets_button_icon {
    width: 96px;
    height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--dark);
    border-radius: 50%;
}

.betting_basics_tote_bets_button[data-type="Win"] .betting_basics_tote_bets_button_icon {
    background-color: #25a8e0;
}

.betting_basics_tote_bets_button[data-type="Place"] .betting_basics_tote_bets_button_icon {
    background-color: #ff1d25;
}

.betting_basics_tote_bets_button[data-type="Eachway"] .betting_basics_tote_bets_button_icon {
    background-color: #8bc541;
}

.betting_basics_tote_bets_button[data-type="All to Come"] .betting_basics_tote_bets_button_icon {
    background-color: #9e005d;
}

.betting_basics_tote_bets_button[data-type="Swinger"] .betting_basics_tote_bets_button_icon {
    background-color: #3b4d81;
}

.betting_basics_tote_bets_button[data-type="Exacta"] .betting_basics_tote_bets_button_icon {
    background-color: #f4783b;
}

.betting_basics_tote_bets_button[data-type="Double"] .betting_basics_tote_bets_button_icon {
    background-color: #00a055;
}

.betting_basics_tote_bets_button[data-type="Trifecta"] .betting_basics_tote_bets_button_icon {
    background-color: #662d91;
}

.betting_basics_tote_bets_button[data-type="Quartet"] .betting_basics_tote_bets_button_icon {
    background-color: #00a99d;
}

.betting_basics_tote_bets_button[data-type="Pick 3"] .betting_basics_tote_bets_button_icon {
    background-color: #faa01e;
}

.betting_basics_tote_bets_button[data-type="Pick 6"] .betting_basics_tote_bets_button_icon {
    background-color: #662d91;
}

.betting_basics_tote_bets_button[data-type="Bipot"] .betting_basics_tote_bets_button_icon {
    background-color: #998675;
}

.betting_basics_tote_bets_button[data-type="Place Accumulator"] .betting_basics_tote_bets_button_icon {
    background-color: #3b4d81;
}

.betting_basics_tote_bets_button[data-type="Jackpot"] .betting_basics_tote_bets_button_icon {
    background-color: #8967ac;
}

.betting_basics_tote_bets_button_icon img {
    width: 100%;
    max-width: 84px;
    height: auto;
    display: block;
}

.betting_basics_tote_bets_button:focus .betting_basics_tote_bets_button_text,
.betting_basics_tote_bets_button:active .betting_basics_tote_bets_button_text,
.betting_basics_tote_bets_button:hover .betting_basics_tote_bets_button_text {
    color: var(--text-state);
}

.tote_bet_types_modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background-color: var(--opacity);
    z-index: 4;
}

.tote_bet_types_modal {
    width: 100%;
    max-width: 480px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 4px;
    background-color: var(--surface-1);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

.tote_bet_types_modal_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
}

.tote_bet_types_modal_header_title {
    font-weight: 600;
}

.close_tote_bet_type_modal {
    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_tote_bet_type_modal:focus,
    .close_tote_bet_type_modal:active,
    .close_tote_bet_type_modal:hover {
        color: var(--text-state);
        background-color: var(--button-state);
    }

.tote_bet_types_modal_body {
    width: 100%;
    min-height: 144px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
}

.tote_bet_types_modal_body_actions {
    width: 100%;
    min-height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.tote_bet_types_modal_body_actions_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%;
}

    .tote_bet_types_modal_body_actions_button:focus,
    .tote_bet_types_modal_body_actions_button:active,
    .tote_bet_types_modal_body_actions_button:hover {
        background-color: var(--button-state);
    }

    .tote_bet_types_modal_body_actions_button svg {
        width: 24px;
        height: 24px;
        display: block;
    }

    .tote_bet_types_modal_body_actions_button:focus .global_icon_fill,
    .tote_bet_types_modal_body_actions_button:active .global_icon_fill,
    .tote_bet_types_modal_body_actions_button:hover .global_icon_fill {
        fill: var(--icon-state);
    }

.tote_bet_type_text {
    font-weight: 600;
}

.tote_bet_type_description {
    min-height: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
}

@media only screen and (min-width: 680px) {
    .betting_basics_zone_link {
        width: calc(25% - 3px);
    }

    .betting_basics_tote_bets {
        justify-content: initial;
    }

    .betting_basics_tote_bets_button {
        width: calc(33.33% - 3px);
    }
}

@media only screen and (min-width: 1360px) {
    .betting_basics_tote_bets_button {
        width: calc(25% - 3px);
    }
}
