﻿.main_container_vegas {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 99999;
}

/*Vegas Games Wrapper*/
.vegas_games_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

.vegas_games_container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

/*Main Navigation*/
.main_navigation_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main_navigation::-webkit-scrollbar {
    display: none;
}

.main_navigation {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    overflow-x: auto;
}

.main_navigation_link {
    width: 100%;
    min-width: 96px;
    min-height: 48px;
    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;
}

    .main_navigation_link:focus,
    .main_navigation_link:active,
    .main_navigation_link:hover {
        background-color: var(--button-state);
    }

    .main_navigation_link[data-active="true"] {
        background-color: var(--button-state);
    }

.main_navigation_icon {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .main_navigation_icon svg {
        width: 24px;
        height: 24px;
        display: block;
    }

    .main_navigation_icon img {
        width: 24px;
        height: 24px;
    }

.light .main_navigation_link[data-category="evo"] .main_navigation_icon {
    background-image: url(/Content/images/vegas/evo-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.light .main_navigation_link[data-category="evo"]:focus .main_navigation_icon,
.light .main_navigation_link[data-category="evo"]:active .main_navigation_icon,
.light .main_navigation_link[data-category="evo"]:hover .main_navigation_icon {
    background-image: url(/Content/images/vegas/evo-light.png);
}

.light .main_navigation_link[data-category="evo"][data-active="true"] .main_navigation_icon {
    background-image: url(/Content/images/vegas/evo-light.png);
}

.dark .main_navigation_link[data-category="evo"] .main_navigation_icon {
    background-image: url(/Content/images/vegas/evo-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dark .main_navigation_link[data-category="evo"]:focus .main_navigation_icon,
.dark .main_navigation_link[data-category="evo"]:active .main_navigation_icon,
.dark .main_navigation_link[data-category="evo"]:hover .main_navigation_icon {
    background-image: url(/Content/images/vegas/evo-dark.png);
}

.dark .main_navigation_link[data-category="evo"][data-active="true"] .main_navigation_icon {
    background-image: url(/Content/images/vegas/evo-dark.png);
}

.main_navigation_link:focus .global_icon_fill,
.main_navigation_link:active .global_icon_fill,
.main_navigation_link:hover .global_icon_fill {
    fill: var(--icon-state);
}

.main_navigation_link[data-active="true"] .global_icon_fill {
    fill: var(--icon-state);
}

.main_navigation_text {
    font-size: 12px;
    font-weight: 600;
}

.main_navigation_link:focus .main_navigation_text,
.main_navigation_link:active .main_navigation_text,
.main_navigation_link:hover .main_navigation_text {
    color: var(--text-state);
}

.main_navigation_link[data-active="true"] .main_navigation_text {
    color: var(--text-state);
}

/*Sub Navigation*/
.sub_navigation_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sub_navigation::-webkit-scrollbar {
    display: none;
}

.sub_navigation {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    overflow-x: auto;
}

.sub_navigation_link {
    width: 100%;
    min-width: 154px;
    min-height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 8px;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 48px;
}

    .sub_navigation_link:focus,
    .sub_navigation_link:active,
    .sub_navigation_link:hover {
        background-color: var(--button-state);
    }

    .sub_navigation_link[data-active="true"] {
        background-color: var(--button-state);
    }

.sub_navigation_icon.spin {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .light .sub_navigation_icon.spin[data-operator="red-tiger"] {
        width: 24px;
        height: 24px;
        background-image: url(/Content/images/vegas/red-tiger-dark.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

.dark .sub_navigation_icon.spin[data-operator="red-tiger"] {
    width: 24px;
    height: 24px;
    background-image: url(/Content/images/vegas/red-tiger-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.light .sub_navigation_icon.spin[data-operator="pragmatic"] {
    width: 24px;
    height: 24px;
    background-image: url(/Content/images/vegas/pragmatic-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dark .sub_navigation_icon.spin[data-operator="pragmatic"] {
    width: 24px;
    height: 24px;
    background-image: url(/Content/images/vegas/pragmatic-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.light .sub_navigation_icon.spin[data-operator="nlc"] {
    width: 24px;
    height: 24px;
    background-image: url(/Content/images/vegas/nlc-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dark .sub_navigation_icon.spin[data-operator="nlc"] {
    width: 24px;
    height: 24px;
    background-image: url(/Content/images/vegas/nlc-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.light .sub_navigation_icon.spin[data-operator="netent"] {
    width: 24px;
    height: 24px;
    background-image: url(/Content/images/vegas/netent-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dark .sub_navigation_icon.spin[data-operator="netent"] {
    width: 24px;
    height: 24px;
    background-image: url(/Content/images/vegas/netent-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.light .sub_navigation_icon.spin[data-operator="btg"] {
    width: 24px;
    height: 24px;
    background-image: url(/Content/images/vegas/btg-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dark .sub_navigation_icon.spin[data-operator="btg"] {
    width: 24px;
    height: 24px;
    background-image: url(/Content/images/vegas/btg-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.light .sub_navigation_link:focus .spin[data-operator="red-tiger"],
.light .sub_navigation_link:active .spin[data-operator="red-tiger"],
.light .sub_navigation_link:hover .spin[data-operator="red-tiger"] {
    background-image: url(/Content/images/vegas/red-tiger-light.png);
}

.light .sub_navigation_link[data-active="true"] .spin[data-operator="red-tiger"] {
    background-image: url(/Content/images/vegas/red-tiger-light.png);
}

.dark .sub_navigation_link:focus .spin[data-operator="red-tiger"],
.dark .sub_navigation_link:active .spin[data-operator="red-tiger"],
.dark .sub_navigation_link:hover .spin[data-operator="red-tiger"] {
    background-image: url(/Content/images/vegas/red-tiger-dark.png);
}

.dark .sub_navigation_link[data-active="true"] .spin[data-operator="red-tiger"] {
    background-image: url(/Content/images/vegas/red-tiger-dark.png);
}

.light .sub_navigation_link:focus .spin[data-operator="pragmatic"],
.light .sub_navigation_link:active .spin[data-operator="pragmatic"],
.light .sub_navigation_link:hover .spin[data-operator="pragmatic"] {
    background-image: url(/Content/images/vegas/pragmatic-light.png);
}

.light .sub_navigation_link[data-active="true"] .spin[data-operator="pragmatic"] {
    background-image: url(/Content/images/vegas/pragmatic-light.png);
}

.dark .sub_navigation_link:focus .spin[data-operator="pragmatic"],
.dark .sub_navigation_link:active .spin[data-operator="pragmatic"],
.dark .sub_navigation_link:hover .spin[data-operator="pragmatic"] {
    background-image: url(/Content/images/vegas/pragmatic-dark.png);
}

.dark .sub_navigation_link[data-active="true"] .spin[data-operator="pragmatic"] {
    background-image: url(/Content/images/vegas/pragmatic-dark.png);
}

.light .sub_navigation_link:focus .spin[data-operator="nlc"],
.light .sub_navigation_link:active .spin[data-operator="nlc"],
.light .sub_navigation_link:hover .spin[data-operator="nlc"] {
    background-image: url(/Content/images/vegas/nlc-light.png);
}

.light .sub_navigation_link[data-active="true"] .spin[data-operator="nlc"] {
    background-image: url(/Content/images/vegas/nlc-light.png);
}

.dark .sub_navigation_link:focus .spin[data-operator="nlc"],
.dark .sub_navigation_link:active .spin[data-operator="nlc"],
.dark .sub_navigation_link:hover .spin[data-operator="nlc"] {
    background-image: url(/Content/images/vegas/nlc-dark.png);
}

.dark .sub_navigation_link[data-active="true"] .spin[data-operator="nlc"] {
    background-image: url(/Content/images/vegas/nlc-dark.png);
}

.light .sub_navigation_link:focus .spin[data-operator="netent"],
.light .sub_navigation_link:active .spin[data-operator="netent"],
.light .sub_navigation_link:hover .spin[data-operator="netent"] {
    background-image: url(/Content/images/vegas/netent-light.png);
}

.light .sub_navigation_link[data-active="true"] .spin[data-operator="netent"] {
    background-image: url(/Content/images/vegas/netent-light.png);
}

.dark .sub_navigation_link:focus .spin[data-operator="netent"],
.dark .sub_navigation_link:active .spin[data-operator="netent"],
.dark .sub_navigation_link:hover .spin[data-operator="netent"] {
    background-image: url(/Content/images/vegas/netent-dark.png);
}

.dark .sub_navigation_link[data-active="true"] .spin[data-operator="netent"] {
    background-image: url(/Content/images/vegas/netent-dark.png);
}

.light .sub_navigation_link:focus .spin[data-operator="btg"],
.light .sub_navigation_link:active .spin[data-operator="btg"],
.light .sub_navigation_link:hover .spin[data-operator="btg"] {
    background-image: url(/Content/images/vegas/btg-light.png);
}

.light .sub_navigation_link[data-active="true"] .spin[data-operator="btg"] {
    background-image: url(/Content/images/vegas/btg-light.png);
}

.dark .sub_navigation_link:focus .spin[data-operator="btg"],
.dark .sub_navigation_link:active .spin[data-operator="btg"],
.dark .sub_navigation_link:hover .spin[data-operator="btg"] {
    background-image: url(/Content/images/vegas/btg-dark.png);
}

.dark .sub_navigation_link[data-active="true"] .spin[data-operator="btg"] {
    background-image: url(/Content/images/vegas/btg-dark.png);
}

.sub_navigation_link:focus .sub_navigation_text,
.sub_navigation_link:active .sub_navigation_text,
.sub_navigation_link:hover .sub_navigation_text {
    color: var(--text-state);
}

.sub_navigation_link[data-active="true"] .sub_navigation_text {
    color: var(--text-state);
}

.sub_navigation_icon.live_dealer {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .sub_navigation_icon.live_dealer svg {
        width: 24px;
        height: 24px;
        display: block;
    }

.sub_navigation_link .live_dealer .global_icon_fill {
    fill: var(--icon);
}

.sub_navigation_link:focus .live_dealer .global_icon_fill,
.sub_navigation_link:active .live_dealer .global_icon_fill,
.sub_navigation_link:hover .live_dealer .global_icon_fill {
    fill: var(--icon-state);
}


.sub_navigation_link[data-active="true"] .live_dealer .global_icon_fill {
    fill: var(--icon-state);
}

/*Search*/
.casino_search_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--border-blue);
}

.casino_search_control {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.casino_search_input::placeholder {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text);
    opacity: 0.75;
}

.casino_search_input {
    width: 100%;
    height: 36px;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 8px;
    background-color: var(--surface-1);
    border: 1px solid var(--border-blue);
    border-radius: 48px;
    outline: 0;
}

.casino_search_button {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .casino_search_button svg {
        width: 24px;
        height: 24px;
        display: block;
    }

        .casino_search_button svg .global_icon_fill {
            fill: var(--icon);
        }

.casino_search_results_overlay {
    position: absolute;
    top: 40px;
    width: 100%;
    display: none;
    flex-direction: column;
    padding: 4px;
    background-color: var(--surface-1);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
    z-index: 9;
}

.casino_search_results_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 4px;
}

.casino_search_results_title {
    width: 100%;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--border-blue);
}

.no_casino_search_result {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.casino_search_results {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.blackjack_carousel_banner_wrapper {
    width: 100%;
    display: none;
    flex-direction: column;
    margin-bottom: 4px;
}

.blackjack_carousel_banner_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.blackjack_carousel_banner_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%;
}

    .blackjack_carousel_banner_button:focus,
    .blackjack_carousel_banner_button:active,
    .blackjack_carousel_banner_button:hover {
        background-color: var(--button-state);
    }

    .blackjack_carousel_banner_button svg {
        width: 24px;
        height: 24px;
        display: block;
    }

    .blackjack_carousel_banner_button:focus .global_icon_fill,
    .blackjack_carousel_banner_button:active .global_icon_fill,
    .blackjack_carousel_banner_button:hover .global_icon_fill {
        fill: var(--icon-state);
    }

    .blackjack_carousel_banner_button[data-hide="true"] {
        display: none;
    }

.blackjack_carousel_banner_scroller {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
}

.blackjack_carousel_banner_link {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blackjack_carousel_banner_info {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    background-color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    border-radius: 50%;
    z-index: 1;
}

.blackjack_carousel_banner_link img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.blackjack_carousel_banner_indicators {
    position: absolute;
    bottom: 4px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.blackjack_carousel_banner_indicator_button {
    width: 16px;
    height: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--surface-1);
    border-radius: 50%;
}

.blackjack_carousel_banner_indicator_button[data-active="true"] {
    background-color: var(--primary-blue);
}

/*Vegas Games Sections*/
.vegas_games_section_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.vegas_games_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.vegas_games_section_group {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.vegas_games_section_title {
    width: 100%;
    font-size: 14px;
}

.vegas_games_section_actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}

.featured .vegas_games_section_actions {
    display: none;
}

.vegas_horizontal_scroll_container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.vegas_horizontal_scroll_left {
    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%;
}

    .vegas_horizontal_scroll_left svg {
        width: 24px;
        height: 24px;
    }

    .vegas_horizontal_scroll_left:focus,
    .vegas_horizontal_scroll_left:active,
    .vegas_horizontal_scroll_left:hover {
        background-color: var(--button-state);
    }

        .vegas_horizontal_scroll_left:focus .global_icon_fill,
        .vegas_horizontal_scroll_left:active .global_icon_fill,
        .vegas_horizontal_scroll_left:hover .global_icon_fill {
            fill: var(--icon-state);
        }

.vegas_horizontal_scroll_right {
    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%;
}

    .vegas_horizontal_scroll_right svg {
        width: 24px;
        height: 24px;
    }

    .vegas_horizontal_scroll_right:focus,
    .vegas_horizontal_scroll_right:active,
    .vegas_horizontal_scroll_right:hover {
        background-color: var(--button-state);
    }

        .vegas_horizontal_scroll_right:focus .global_icon_fill,
        .vegas_horizontal_scroll_right:active .global_icon_fill,
        .vegas_horizontal_scroll_right:hover .global_icon_fill {
            fill: var(--icon-state);
        }

.vegas_games {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
}

.vegas_horizontal_scroll::-webkit-scrollbar {
    display: none;
}

.vegas_horizontal_scroll {
    flex: 1;
    display: grid;
    grid-auto-flow: column;
    grid-auto-rows: 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 4px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

#spinMostPopularRowHome {
    grid-template-rows: repeat(1, auto) !important;
}

#liveDealerMostPopularRowHome {
    grid-template-rows: repeat(1, auto) !important;
}

.games {
    min-width: 200px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*Vegas Spin Operators and Live Dealer Game Types*/
.vegas_operator_games_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    padding: 4px;
}

.vegas_operator_games {
    width: calc(33.33% - 2.7px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.casino_search_results .vegas_operator_games {
    width: calc(50% - 4px);
}

.vegas_horizontal_scroll .vegas_operator_games {
    min-width: 108px;
}

.operator_games {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.operator_games_header {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
}

.new_game_badge {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.operator_game_actions {
    position: absolute;
    top: 2px;
    right: 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.love_operator_game {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    outline: none;
    z-index: 1;
}

.unlove_operator_game {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    outline: none;
}

.operator_games_link {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.operator_games_body {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .operator_games_body img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

.operator_games_label {
    position: absolute;
    bottom: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.operator_min_stake {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    color: var(--text);
    background-color: var(--surface-1);
    border-radius: 50%;
    z-index: 1;
}

/*Aviator/Evo/Ezugi Wrapper*/
.op_lobby_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    border-top: 1px solid var(--border-blue);
}

.op_lobby_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.op_lobby_header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px;
}

.op_lobby_header_image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .op_lobby_header_image img {
        width: 100%;
        max-width: 960px;
        height: auto;
        border-radius: 16px;
    }

.op_lobby_header_cta {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.op_lobby_cta_text {
    width: 100%;
    max-width: 480px;
    font-weight: 600;
    text-align: center;
}

.op_lobby_cta_group {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.op_lobby_login_link {
    width: 50%;
    max-width: 196px;
    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;
}

    .op_lobby_login_link:focus,
    .op_lobby_login_link:active,
    .op_lobby_login_link:hover {
        background-color: var(--primary-green-hover);
    }

.op_lobby_register_link {
    width: 50%;
    max-width: 196px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background-color: var(--primary-blue);
    border: 1px solid var(--primary-blue);
    border-radius: 48px;
}

    .op_lobby_register_link:focus,
    .op_lobby_register_link:active,
    .op_lobby_register_link:hover {
        background-color: var(--primary-blue-hover);
    }

.op_lobby_play_button {
    width: 50%;
    max-width: 196px;
    height: 36px;
    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;
}

    .op_lobby_play_button:focus,
    .op_lobby_play_button:active,
    .op_lobby_play_button:hover {
        background-color: var(--primary-green-hover);
    }

/*iframe Game Overlay*/
.iframe_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--surface-1);
    z-index: 999999;
}

.iframe_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.iframe_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
    background-color: var(--surface-1);
}

.account_balance_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.account_balances {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.cash_balance {
    min-width: 160px;
    min-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    padding: 0 4px;
    background-color: var(--background);
    border-radius: 48px;
}

.cash_balance_grouped {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}

.cash_balance_refresh {
    width: 16px;
    height: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}

    .cash_balance_refresh svg {
        width: 24px;
        height: 24px;
        display: block;
    }

.cash_balance_text {
    font-size: 12px;
    font-weight: 600;
}

.cash_balance_refresh img {
    width: 18px;
    height: 18px;
}

.cash_balance[data-bonus="On"] .cash_balance_refresh {
    pointer-events: none;
}

.vegas_bonus_balance {
    min-width: 160px;
    min-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    padding: 0 4px;
    background-color: var(--background);
    border-radius: 48px;
}

.vegas_bonus_balance_grouped {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}

.vegas_bonus_balance_refresh {
    width: 16px;
    height: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}

    .vegas_bonus_balance_refresh svg {
        width: 16px;
        height: 16px;
    }

.vegas_bonus_balance_text {
    font-size: 12px;
    font-weight: 600;
}

.vegas_bonus_toggle_container {
    max-height: 61px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vegas_bonus_toggle_status {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.vegas_bonus_custom_toggle {
    position: relative;
    width: 60px;
    height: 30px;
}

.vegas_bonus_toggle_checkbox {
    display: none;
}

.vegas_bonus_toggle_label {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--surface-3);
    border: 1px solid var(--border-blue);
    border-radius: 48px;
    cursor: pointer;
}

.vegas_bonus_toggle_inner {
    display: block;
    width: 100%;
    height: 100%;
}

.vegas_bonus_toggle_switch {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 32px;
    height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    background-color: var(--light);
    border-radius: 48px;
}

.vegas_bonus_toggle_checkbox[data-active="True"] + .vegas_bonus_toggle_label .vegas_bonus_toggle_switch {
    background-color: var(--primary-green);
    transform: translateX(22px);
}

.iframe_overlay_actions {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.close_iframe_overlay_button {
    width: 24px;
    height: 24px;
    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%;
}

    .close_iframe_overlay_button:focus,
    .close_iframe_overlay_button:active,
    .close_iframe_overlay_button:hover {
        color: var(--text-state);
        background-color: var(--button-state);
    }

.vegas_bonus_info_button {
    width: 24px;
    height: 24px;
    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%;
}

    .vegas_bonus_info_button:focus,
    .vegas_bonus_info_button:active,
    .vegas_bonus_info_button:hover {
        color: var(--text-state);
        background-color: var(--button-state);
    }

.iframe_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vegas_games_iframe {
    width: 100%;
    height: calc(100vh - 44px);
    display: block;
    border: none;
}

.iframe_body_auth_error {
    width: 100%;
    height: calc(100vh - 68px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px;
}

.iframe_body_auth_error_text {
    padding: 16px;
    font-weight: 600;
}

.iframe_body_auth_error_cta_group {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.auth_error_login_link {
    width: 50%;
    max-width: 196px;
    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;
}

    .auth_error_login_link:focus,
    .auth_error_login_link:active,
    .auth_error_login_link:hover {
        background-color: var(--primary-green-hover);
    }

.auth_error_register_link {
    width: 50%;
    max-width: 196px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background-color: var(--primary-blue);
    border: 1px solid var(--primary-blue);
    border-radius: 48px;
}

    .auth_error_register_link:focus,
    .auth_error_register_link:active,
    .auth_error_register_link:hover {
        background-color: var(--primary-blue-hover);
    }

.vegas_bonus_info_modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    padding: 4px;
    background-color: var(--surface-1);
    z-index: 9999999;
}

.vegas_bonus_info_modal::-webkit-scrollbar {
    display: none;
}

.vegas_bonus_info_modal {
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    padding: 16px;
    background-color: var(--surface-2);
    border-radius: 8px;
    overflow: auto;
}

.vegas_bonus_info_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 4px;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-blue);
}

.vegas_bonus_info_header_title {
    font-size: 16px;
    font-weight: 600;
}

.close_vegas_bonus_info_modal {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--butt-transparent-75);
    border: 1px solid var(--border-blue);
    border-radius: 50%;
}

    .close_vegas_bonus_info_modal:focus,
    .close_vegas_bonus_info_modal:active,
    .close_vegas_bonus_info_modal:hover {
        color: var(--text-state);
        background-color: var(--button-state);
    }

.vegas_bonus_info_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vegas_bonus_info_message {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

    .vegas_bonus_info_message ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding-left: 24px;
        list-style: disc;
    }

.vegas_bonus_toggle_modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    padding: 8px;
    background-color: var(--surface-1);
    z-index: 9999999;
}

.vegas_bonus_toggle_modal::-webkit-scrollbar {
    display: none;
}

.vegas_bonus_toggle_modal {
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    padding: 16px;
    background-color: var(--surface-2);
    border-radius: 8px;
    overflow: auto;
}

.vegas_bonus_toggle_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 16px 0;
    justify-content: center;
}

.vegas_bonus_toggle_header_title {
    font-size: 16px;
    font-weight: 600;
}

.close_vegas_bonus_toggle_modal {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vegas_bonus_toggle_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vegas_bonus_toggle_message {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.vegas_bonus_toggle_message_title {
    width: 100%;
    padding: 0 32px;
    text-align: left;
}

.vegas_bonus_toggle_message_text {
    padding: 8px 32px;
}

.vegas_bonus_toggle_actions {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}

.vegas_bonus_toggle_action_button {
    width: 100%;
    height: 48px;
    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;
}

#forfeitVegasBonusButton:focus,
#forfeitVegasBonusButton:active,
#forfeitVegasBonusButton:hover {
    color: var(--text-state);
    background-color: var(--button-state);
}

#useVegasBonusButton:focus,
#useVegasBonusButton:active,
#useVegasBonusButton:hover {
    color: var(--text-state);
    background-color: var(--button-state);
}

#useCashButton:focus,
#useCashButton:active,
#useCashButton:hover {
    color: var(--text-state);
    background-color: var(--button-state);
}

#activeVegasBonusButton {
    background-color: var(--primary-green);
    border: 1px solid var(--primary-green);
}

    #activeVegasBonusButton:focus,
    #activeVegasBonusButton:active,
    #activeVegasBonusButton:hover {
        background-color: var(--primary-green-hover);
    }

/*Vegas Games Content*/
.vegas_games_content_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.vegas_games_content_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 4px;
}

    .vegas_games_content_container.border {
        padding: 16px 32px;
    }

.vegas_games_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.vegas_games_content_title {
    width: 100%;
}

.vegas_games_content_sub_title {
    width: 100%;
}

    .vegas_games_content_sub_title.center {
        padding: 16px;
        text-align: center;
    }

.vegas_games_content_text {
    width: 100%;
}

    .vegas_games_content_text.center {
        max-width: 960px;
        padding: 16px;
        text-align: center;
    }

    .vegas_games_content_text a {
        font-weight: 600;
    }

/*Vegas Games Counter*/
.vegas_games_counter {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.games_counter_bg {
    width: 100%;
    min-height: 164px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 16px;
}

    .games_counter_bg:focus,
    .games_counter_bg:active,
    .games_counter_bg:hover {
        background-color: var(--button-state);
    }

.games_count {
    width: 100%;
    min-height: 164px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
}

.count_value {
    font-size: 36px;
    font-weight: 900;
}

.games_counter_bg:focus .count_value,
.games_counter_bg:active .count_value,
.games_counter_bg:hover .count_value {
    color: var(--text-state);
}

.count_text {
    min-height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.games_counter_bg:focus .count_text,
.games_counter_bg:active .count_text,
.games_counter_bg:hover .count_text {
    color: var(--text-state);
}

/*Vegas Games Providers*/
.vegas_games_providers {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.game_provider_bg {
    width: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.game_provider {
    width: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 8px;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 16px;
}

    .game_provider:focus,
    .game_provider:active,
    .game_provider:hover {
        background-color: var(--button-state);
    }

.game_provider_logo {
    width: 100%;
    max-width: 300px;
    min-height: 100px;
    border-radius: 48px;
}

.light .game_provider_logo[data-op="evo"] {
    background-image: url(/Content/images/vegas/evo-large-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.light .game_provider:focus .game_provider_logo[data-op="evo"],
.light .game_provider:active .game_provider_logo[data-op="evo"],
.light .game_provider:hover .game_provider_logo[data-op="evo"] {
    background-image: url(/Content/images/vegas/evo-large-light.png);
}

.dark .game_provider_logo[data-op="evo"] {
    background-image: url(/Content/images/vegas/evo-large-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dark .game_provider:focus .game_provider_logo[data-op="evo"],
.dark .game_provider:active .game_provider_logo[data-op="evo"],
.dark .game_provider:hover .game_provider_logo[data-op="evo"] {
    background-image: url(/Content/images/vegas/evo-large-dark.png);
}

.light .game_provider_logo[data-op="spribe"] {
    background-image: url(/Content/images/vegas/spribe-large-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.light .game_provider:focus .game_provider_logo[data-op="spribe"],
.light .game_provider:active .game_provider_logo[data-op="spribe"],
.light .game_provider:hover .game_provider_logo[data-op="spribe"] {
    background-image: url(/Content/images/vegas/spribe-large-light.png);
}

.dark .game_provider_logo[data-op="spribe"] {
    background-image: url(/Content/images/vegas/spribe-large-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dark .game_provider:focus .game_provider_logo[data-op="spribe"],
.dark .game_provider:active .game_provider_logo[data-op="spribe"],
.dark .game_provider:hover .game_provider_logo[data-op="spribe"] {
    background-image: url(/Content/images/vegas/spribe-large-dark.png);
}

.light .game_provider_logo[data-op="rt"] {
    background-image: url(/Content/images/vegas/rt-large-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.light .game_provider:focus .game_provider_logo[data-op="rt"],
.light .game_provider:active .game_provider_logo[data-op="rt"],
.light .game_provider:hover .game_provider_logo[data-op="rt"] {
    background-image: url(/Content/images/vegas/rt-large-light.png);
}

.dark .game_provider_logo[data-op="rt"] {
    background-image: url(/Content/images/vegas/rt-large-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dark .game_provider:focus .game_provider_logo[data-op="rt"],
.dark .game_provider:active .game_provider_logo[data-op="rt"],
.dark .game_provider:hover .game_provider_logo[data-op="rt"] {
    background-image: url(/Content/images/vegas/rt-large-dark.png);
}

.light .game_provider_logo[data-op="netent"] {
    background-image: url(/Content/images/vegas/ne-large-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.light .game_provider:focus .game_provider_logo[data-op="netent"],
.light .game_provider:active .game_provider_logo[data-op="netent"],
.light .game_provider:hover .game_provider_logo[data-op="netent"] {
    background-image: url(/Content/images/vegas/ne-large-light.png);
}

.dark .game_provider_logo[data-op="netent"] {
    background-image: url(/Content/images/vegas/ne-large-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dark .game_provider:focus .game_provider_logo[data-op="netent"],
.dark .game_provider:active .game_provider_logo[data-op="netent"],
.dark .game_provider:hover .game_provider_logo[data-op="netent"] {
    background-image: url(/Content/images/vegas/ne-large-dark.png);
}

.light .game_provider_logo[data-op="btg"] {
    background-image: url(/Content/images/vegas/btg-large-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.light .game_provider:focus .game_provider_logo[data-op="btg"],
.light .game_provider:active .game_provider_logo[data-op="btg"],
.light .game_provider:hover .game_provider_logo[data-op="btg"] {
    background-image: url(/Content/images/vegas/btg-large-light.png);
}

.dark .game_provider_logo[data-op="btg"] {
    background-image: url(/Content/images/vegas/btg-large-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dark .game_provider:focus .game_provider_logo[data-op="btg"],
.dark .game_provider:active .game_provider_logo[data-op="btg"],
.dark .game_provider:hover .game_provider_logo[data-op="btg"] {
    background-image: url(/Content/images/vegas/btg-large-dark.png);
}

.light .game_provider_logo[data-op="nlc"] {
    background-image: url(/Content/images/vegas/nlc-large-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.light .game_provider:focus .game_provider_logo[data-op="nlc"],
.light .game_provider:active .game_provider_logo[data-op="nlc"],
.light .game_provider:hover .game_provider_logo[data-op="nlc"] {
    background-image: url(/Content/images/vegas/nlc-large-light.png);
}

.dark .game_provider_logo[data-op="nlc"] {
    background-image: url(/Content/images/vegas/nlc-large-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dark .game_provider:focus .game_provider_logo[data-op="nlc"],
.dark .game_provider:active .game_provider_logo[data-op="nlc"],
.dark .game_provider:hover .game_provider_logo[data-op="nlc"] {
    background-image: url(/Content/images/vegas/nlc-large-dark.png);
}

.light .game_provider_logo[data-op="prag"] {
    background-image: url(/Content/images/vegas/prag-large-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.light .game_provider:focus .game_provider_logo[data-op="prag"],
.light .game_provider:active .game_provider_logo[data-op="prag"],
.light .game_provider:hover .game_provider_logo[data-op="prag"] {
    background-image: url(/Content/images/vegas/prag-large-light.png);
}

.dark .game_provider_logo[data-op="prag"] {
    background-image: url(/Content/images/vegas/prag-large-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dark .game_provider:focus .game_provider_logo[data-op="prag"],
.dark .game_provider:active .game_provider_logo[data-op="prag"],
.dark .game_provider:hover .game_provider_logo[data-op="prag"] {
    background-image: url(/Content/images/vegas/prag-large-dark.png);
}

.light .game_provider_logo[data-op="ezugi"] {
    background-image: url(/Content/images/vegas/ezugi-large-dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.light .game_provider:focus .game_provider_logo[data-op="ezugi"],
.light .game_provider:active .game_provider_logo[data-op="ezugi"],
.light .game_provider:hover .game_provider_logo[data-op="ezugi"] {
    background-image: url(/Content/images/vegas/ezugi-large-light.png);
}

.dark .game_provider_logo[data-op="ezugi"] {
    background-image: url(/Content/images/vegas/ezugi-large-light.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dark .game_provider:focus .game_provider_logo[data-op="ezugi"],
.dark .game_provider:active .game_provider_logo[data-op="ezugi"],
.dark .game_provider:hover .game_provider_logo[data-op="ezugi"] {
    background-image: url(/Content/images/vegas/ezugi-large-dark.png);
}

.game_provider_text {
    width: 100%;
    max-width: 480px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.game_provider:focus .game_provider_text,
.game_provider:active .game_provider_text,
.game_provider:hover .game_provider_text {
    color: var(--text-state);
}

/*Vegas Games Features*/
.vegas_games_features {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.vegas_games_features_menu::-webkit-scrollbar {
    display: none;
}

.vegas_games_features_menu {
    position: relative;
    width: 100%;
    min-height: 132px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
}

.games_feature_bg {
    position: relative;
    width: 25%;
    min-width: 100px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--button-default);
    border: 1px solid var(--border-blue);
    border-radius: 8px;
}

    .games_feature_bg[data-active="true"]::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid var(--button-state);
        transform: translateX(-50%);
    }

.games_feature {
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
}

    .games_feature:focus,
    .games_feature:active,
    .games_feature:hover {
        background-color: var(--button-state);
    }

.games_feature_bg[data-active="true"] .games_feature {
    background-color: var(--button-state);
}

.games_feature_text {
    font-weight: 600;
    text-align: center;
}

.games_feature:focus .games_feature_text,
.games_feature:active .games_feature_text,
.games_feature:hover .games_feature_text {
    color: var(--text-state);
}

.games_feature_bg[data-active="true"] .games_feature {
    color: var(--text-state);
}

.vegas_games_features_explination {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--surface-1);
    border-radius: 16px;
    overflow-x: hidden;
}

.games_feature_explination_text {
    min-width: 100%;
    width: 100%;
    min-height: 180px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    font-weight: 600;
    text-align: center;
}

    .games_feature_explination_text[data-active="true"] {
        display: flex;
    }

/*Vegas Games Featured images*/
.vegas_games_featured {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin: 16px 0;
}

.vegas_games_featured_group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 12px;
}

.vegas_games_featured_text {
    font-size: 36px;
    font-weight: 900;
}

.vegas_games_featured_image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .vegas_games_featured_image img {
        width: 100%;
        height: auto;
        max-width: 480px;
        max-height: 480px;
        border-radius: 16px;
    }

@media only screen and (min-width: 480px) {
    .vegas_horizontal_scroll .vegas_operator_games {
        min-width: 120px;
    }

    .casino_search_results .vegas_operator_games {
        width: calc(33.33% - 6px);
    }
}

@media only screen and (min-width: 640px) {
    .vegas_operator_games {
        width: calc(25% - 3px);
    }

    .vegas_horizontal_scroll .vegas_operator_games {
        min-width: 144px;
    }

    .casino_search_results .vegas_operator_games {
        width: calc(25% - 6px);
    }
}

@media only screen and (min-width: 768px) {
    .op_lobby_header {
        flex-direction: row;
    }

    .vegas_games_counter {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .vegas_games_providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .game_provider_bg {
        width: calc(50% - 4px);
    }

    .vegas_games_featured_group {
        flex-direction: row;
        flex-wrap: nowrap;
    }

        .vegas_games_featured_group:nth-child(even) {
            flex-direction: row-reverse;
        }

    .vegas_games_featured_text {
        width: 50%;
    }

    .vegas_games_featured_image {
        width: 50%;
    }

    .vegas_horizontal_scroll .vegas_operator_games {
        min-width: 168px;
    }
}

@media only screen and (min-width: 960px) {
    .vegas_horizontal_scroll_left {
        display: flex;
    }

    .vegas_horizontal_scroll_right {
        display: flex;
    }

    .featured .vegas_games_section_actions {
        display: flex;
    }

    .vegas_operator_games {
        width: calc(20% - 3.2px);
    }

    .vegas_horizontal_scroll .vegas_operator_games {
        min-width: 180px;
    }

    .casino_search_results .vegas_operator_games {
        width: calc(20% - 7px);
    }
}
