@import '_content/LeafletForBlazor/LeafletForBlazor.bundle.scp.css';

/* _content/BlazorApp1/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-j65y7q72mt] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-j65y7q72mt] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content-footest[b-j65y7q72mt] {
    flex-grow: 1;
}

.sidebar[b-j65y7q72mt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-j65y7q72mt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-j65y7q72mt]  a, .top-row[b-j65y7q72mt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-j65y7q72mt]  a:hover, .top-row[b-j65y7q72mt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-j65y7q72mt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-j65y7q72mt] {
        justify-content: space-between;
    }

    .top-row[b-j65y7q72mt]  a, .top-row[b-j65y7q72mt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-j65y7q72mt] {
        flex-direction: row;
    }

    .sidebar[b-j65y7q72mt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-j65y7q72mt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-j65y7q72mt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-j65y7q72mt], article[b-j65y7q72mt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-j65y7q72mt] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-j65y7q72mt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BlazorApp1/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5bndfk4shp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-5bndfk4shp] {
    background-color: rgba(255, 255, 255, 0.5);
}

.disabled-link[b-5bndfk4shp] {
    color: #6c757d !important; /* A standard 'disabled' gray color */
    cursor: not-allowed; /* Shows a 'not-allowed' icon on hover */
    pointer-events: none; /* Disables mouse events like clicks */
}

.top-row[b-5bndfk4shp] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5bndfk4shp] {
    font-size: 1.1rem;
}

a.navbar-brand img[b-5bndfk4shp] {
    /* Adjust this height to your preference */
    height: 40px;
    /* Keeps the image from looking stretched */
    width: auto;
    /* Adds some space between the icon and the text */
    margin-right: 5px;
    /* Helps align the image nicely with the text */
    vertical-align: middle;
}

.bi[b-5bndfk4shp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-map-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15.817.113A.5.5 0 0 1 16 .5v14a.5.5 0 0 1-.417.49l-5 1a.5.5 0 0 1-.166 0l-5-1A.5.5 0 0 1 5 15.5v-14a.5.5 0 0 1 .417-.49l5-1a.5.5 0 0 1 .166 0l5 1zM10 1.13l-4 1v12.74l4-1V1.13zm4 1.196-3-1V13.8l3 1V2.326zM5 14.87l-4-1V2.13l4 1v12.74z'/%3E%3C/svg%3E");
}

.bi-list-reddot-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!-- License: CC0. Made by SVG Repo: https://www.svgrepo.com/svg/73431/list --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 489.7 489.7' style='enable-background:new 0 0 489.7 489.7;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M52.7,134.75c29.1,0,52.7-23.7,52.7-52.7s-23.6-52.8-52.7-52.8S0,52.95,0,81.95S23.7,134.75,52.7,134.75z M52.7,53.75 c15.6,0,28.2,12.7,28.2,28.2s-12.7,28.2-28.2,28.2s-28.2-12.7-28.2-28.2S37.2,53.75,52.7,53.75z' fill='%23c70000'/%3E%3Cpath d='M52.7,297.55c29.1,0,52.7-23.7,52.7-52.7s-23.6-52.7-52.7-52.7S0,215.75,0,244.85S23.7,297.55,52.7,297.55z M52.7,216.65 c15.6,0,28.2,12.7,28.2,28.2s-12.7,28.2-28.2,28.2s-28.2-12.6-28.2-28.2S37.2,216.65,52.7,216.65z' fill='%23c70000'/%3E%3Cpath d='M52.7,460.45c29.1,0,52.7-23.7,52.7-52.7c0-29.1-23.7-52.7-52.7-52.7S0,378.75,0,407.75C0,436.75,23.7,460.45,52.7,460.45 z M52.7,379.45c15.6,0,28.2,12.7,28.2,28.2c0,15.6-12.7,28.2-28.2,28.2s-28.2-12.7-28.2-28.2C24.5,392.15,37.2,379.45,52.7,379.45 z' fill='%23c70000'/%3E%3Cpath d='M175.9,94.25h301.5c6.8,0,12.3-5.5,12.3-12.3s-5.5-12.3-12.3-12.3H175.9c-6.8,0-12.3,5.5-12.3,12.3 S169.1,94.25,175.9,94.25z' fill='%23ffffff'/%3E%3Cpath d='M175.9,257.15h301.5c6.8,0,12.3-5.5,12.3-12.3s-5.5-12.3-12.3-12.3H175.9c-6.8,0-12.3,5.5-12.3,12.3 S169.1,257.15,175.9,257.15z' fill='%23ffffff'/%3E%3Cpath d='M175.9,419.95h301.5c6.8,0,12.3-5.5,12.3-12.3s-5.5-12.3-12.3-12.3H175.9c-6.8,0-12.3,5.5-12.3,12.3 S169.1,419.95,175.9,419.95z' fill='%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.bi-wheel-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!-- License: CC0. Made by SVG Repo: https://www.svgrepo.com/svg/210360/gambling-prize --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Crect x='200' y='396.99' style='fill:%23C7CFE2;' width='110.62' height='71.02'/%3E%3Cpath style='fill:%23D7DEED;' d='M288.063,42.665C378.839,57.926,448,136.886,448,232c0,106.039-85.961,192-192,192S64,338.039,64,232 c0-95.136,69.194-174.112,160.001-189.346'/%3E%3Cpath style='fill:%23FF6464;' d='M252.347,66.557l-47.231-47.231c-3.104-3.104-0.906-8.411,3.484-8.411h94.463 c4.39,0,6.588,5.308,3.484,8.411l-47.231,47.231C257.392,68.481,254.271,68.481,252.347,66.557z'/%3E%3Cpath style='fill:%23D7DEED;' d='M376,504H136v-37c0-1.657,1.343-3,3-3h234c1.657,0,3,1.343,3,3V504z'/%3E%3Cpath style='fill:%23FFE669;' d='M256,232.276l-139.653-80.638c14.157-24.49,34.525-44.858,59.016-59.015L256,232.276z'/%3E%3Cpath style='fill:%23FFCD64;' d='M256,71v161.276L175.362,92.623C199.075,78.825,226.612,71,256,71z'/%3E%3Cpath style='fill:%23FFAA64;' d='M336.638,92.623L256,232.276V71C285.388,71,312.925,78.825,336.638,92.623z'/%3E%3Cpath style='fill:%23FF8C64;' d='M395.653,151.638L256,232.276l80.638-139.653C361.128,106.779,381.497,127.147,395.653,151.638z'/%3E%3Cpath style='fill:%23FF6469;' d='M417.276,232.276H256l139.653-80.638C409.451,175.352,417.276,202.888,417.276,232.276z'/%3E%3Cpath style='fill:%23E18CAF;' d='M417.276,232.276c0,29.388-7.825,56.924-21.623,80.638L256,232.276H417.276z'/%3E%3Cpath style='fill:%23C3B4FA;' d='M395.653,312.914c-14.156,24.49-34.525,44.859-59.015,59.015L256,232.276L395.653,312.914z'/%3E%3Cpath style='fill:%237DD2F0;' d='M336.638,371.929c-23.713,13.798-51.25,21.623-80.638,21.623V232.276L336.638,371.929z'/%3E%3Cpath style='fill:%237DE6C3;' d='M256,232.276v161.276c-29.388,0-56.925-7.825-80.638-21.623L256,232.276z'/%3E%3Cpath style='fill:%2396E393;' d='M256,232.276l-80.638,139.653c-24.49-14.156-44.859-34.525-59.016-59.015L256,232.276z'/%3E%3Cpath style='fill:%23AFE164;' d='M256,232.276l-139.653,80.638c-13.798-23.713-21.623-51.25-21.623-80.638H256z'/%3E%3Cpath style='fill:%23D7E664;' d='M256,232.276H94.724c0-29.388,7.825-56.924,21.623-80.638L256,232.276z'/%3E%3Cg style='opacity:0.5;'%3E%3Ccircle style='fill:%23FFFFFF;' cx='385.31' cy='266.92' r='9.34'/%3E%3Ccircle style='fill:%23FFFFFF;' cx='126.69' cy='197.63' r='9.34'/%3E%3Ccircle style='fill:%23FFFFFF;' cx='290.65' cy='102.97' r='9.34'/%3E%3Ccircle style='fill:%23FFFFFF;' cx='221.35' cy='361.58' r='9.34'/%3E%3Ccircle style='fill:%23FFFFFF;' cx='350.66' cy='326.94' r='9.34'/%3E%3Ccircle style='fill:%23FFFFFF;' cx='161.34' cy='137.62' r='9.339'/%3E%3Ccircle style='fill:%23FFFFFF;' cx='350.66' cy='137.62' r='9.34'/%3E%3Ccircle style='fill:%23FFFFFF;' cx='161.34' cy='326.94' r='9.34'/%3E%3Ccircle style='fill:%23FFFFFF;' cx='126.69' cy='266.92' r='9.34'/%3E%3Ccircle style='fill:%23FFFFFF;' cx='385.31' cy='197.63' r='9.34'/%3E%3Ccircle style='fill:%23FFFFFF;' cx='221.35' cy='102.97' r='9.34'/%3E%3Ccircle style='fill:%23FFFFFF;' cx='290.65' cy='361.58' r='9.34'/%3E%3C/g%3E%3Ccircle style='fill:%23FFFFFF;' cx='256' cy='232' r='57'/%3E%3Cpath style='fill:%23FFD782;' d='M258.688,204.75l7.25,14.69l16.211,2.356c2.459,0.357,3.44,3.378,1.661,5.112l-11.73,11.435 l2.769,16.146c0.42,2.449-2.15,4.316-4.349,3.16l-14.5-7.623l-14.5,7.623c-2.199,1.156-4.769-0.711-4.349-3.16l2.769-16.146 l-11.73-11.435c-1.779-1.734-0.798-4.755,1.661-5.112l16.211-2.356l7.25-14.69C254.412,202.522,257.588,202.522,258.688,204.75z'/%3E%3Cg%3E%3Cpath style='fill:%232D2B29;' d='M456,232c0-47.576-16.991-93.676-47.844-129.807c-27.704-32.444-65.031-55.167-106.165-64.871 l23.666-23.666c2.288-2.288,2.973-5.729,1.734-8.718S323.236,0,320,0H192c-3.236,0-6.153,1.949-7.391,4.938 s-0.554,6.431,1.734,8.718l23.665,23.665c-41.122,9.702-78.44,32.415-106.143,64.847C72.999,138.303,56,184.412,56,232 c0,87.908,57.01,162.751,136,189.5V456h-53c-6.065,0-11,4.935-11,11v37c0,4.418,3.582,8,8,8h240c4.418,0,8-3.582,8-8v-37 c0-6.065-4.935-11-11-11h-53v-34.5C398.99,394.751,456,319.908,456,232z M300.687,16L256,60.687L211.313,16H300.687z M321.678,118.242c1.26,0.728,2.635,1.073,3.993,1.073c2.765,0,5.454-1.435,6.936-4.001l6.19-10.722 c17.79,11.601,33.011,26.821,44.611,44.611l-81.552,47.084c-2.932,1.692-4.379,4.96-3.906,8.117 c-0.423,1.797-0.235,3.747,0.682,5.514c3.562,6.86,5.367,14.29,5.367,22.082c0,26.467-21.533,48-48,48s-48-21.533-48-48 s21.533-48,48-48c7.636,0,14.932,1.737,21.685,5.164c1.634,0.83,3.416,1.036,5.087,0.723c0.662,0.173,1.336,0.258,2.005,0.258 c2.765,0,5.454-1.435,6.936-4.001l25.608-44.354c2.209-3.826,0.898-8.719-2.928-10.928c-3.826-2.21-8.719-0.899-10.928,2.928 l-22.644,39.22c-5.395-2.28-11.019-3.79-16.821-4.508V80.21c21.848,1.139,42.489,6.912,60.957,16.353l-6.207,10.751 C316.541,111.14,317.852,116.033,321.678,118.242z M360,240h47.79c-1.139,21.848-6.912,42.489-16.353,60.957l-76.448-44.137 c2.231-5.283,3.755-10.932,4.493-16.82H328c4.418,0,8-3.582,8-8s-3.582-8-8-8h-8.508c-0.729-5.788-2.246-11.462-4.497-16.823 l76.442-44.134c9.441,18.468,15.214,39.109,16.353,60.957H360c-4.418,0-8,3.582-8,8S355.582,240,360,240z M338.797,359.408 l-44.137-76.447c4.635-3.525,8.776-7.666,12.301-12.301l76.447,44.137C371.808,332.587,356.587,347.808,338.797,359.408z M187.043,367.437l44.137-76.448c5.283,2.231,10.931,3.755,16.82,4.493v88.308C226.152,382.651,205.511,376.878,187.043,367.437z M128.592,314.797l76.447-44.137c3.525,4.636,7.666,8.776,12.301,12.301l-44.137,76.447 C155.413,347.808,140.192,332.587,128.592,314.797z M173.203,104.592l44.137,76.447c-4.635,3.525-8.776,7.666-12.301,12.301 l-76.447-44.137C140.192,131.413,155.413,116.192,173.203,104.592z M248,168.518c-5.889,0.738-11.537,2.262-16.82,4.493 l-44.137-76.448C205.511,87.122,226.152,81.349,248,80.21V168.518z M120.563,163.043l76.448,44.137 c-2.231,5.283-3.755,10.931-4.493,16.82H104.21C105.349,202.152,111.122,181.511,120.563,163.043z M192.518,240 c0.738,5.889,2.262,11.537,4.493,16.82l-76.448,44.137c-9.441-18.468-15.214-39.109-16.353-60.957H192.518z M264,295.482 c5.889-0.738,11.537-2.262,16.82-4.493l44.137,76.448c-18.468,9.441-39.109,15.214-60.957,16.353V295.482z M72,232 c0-89.634,63.626-165.519,151.549-181.138l14.14,14.14c-23.465,2.556-45.496,9.954-65.063,21.186 c-0.211,0.099-0.421,0.202-0.626,0.32c-0.251,0.145-0.49,0.303-0.72,0.471c-24.89,14.596-45.706,35.412-60.302,60.302 c-0.167,0.229-0.325,0.469-0.47,0.72c-0.119,0.207-0.224,0.418-0.323,0.631C96.075,173.213,88,201.681,88,232 s8.075,58.787,22.185,83.37c0.099,0.212,0.204,0.423,0.323,0.63c0.114,0.197,0.247,0.375,0.375,0.558 c14.601,24.962,35.454,45.835,60.397,60.463c0.229,0.167,0.468,0.325,0.72,0.471c0.146,0.084,0.298,0.146,0.446,0.22 C197.07,391.887,225.605,400,256,400c30.396,0,58.931-8.114,83.555-22.289c0.148-0.074,0.299-0.135,0.445-0.219 c0.251-0.146,0.49-0.303,0.72-0.471c24.944-14.628,45.797-35.501,60.397-60.463c0.128-0.184,0.261-0.361,0.375-0.558 c0.119-0.207,0.224-0.418,0.323-0.63C415.925,290.787,424,262.319,424,232s-8.075-58.787-22.185-83.369 c-0.099-0.213-0.204-0.424-0.323-0.631c-0.145-0.251-0.303-0.49-0.47-0.719c-14.597-24.89-35.413-45.706-60.303-60.302 c-0.229-0.168-0.468-0.326-0.72-0.471c-0.208-0.12-0.42-0.225-0.634-0.324c-19.564-11.229-41.593-18.627-65.055-21.182l14.14-14.14 C376.369,66.481,440,142.376,440,232c0,101.458-82.542,184-184,184S72,333.458,72,232z M368,496H144v-24h224V496z M304,456h-96 v-29.837c15.384,3.804,31.458,5.837,48,5.837s32.616-2.033,48-5.837V456z'/%3E%3Cpath style='fill:%232D2B29;' d='M283.512,216.908l-13.158-3.879l-7.755-11.315c-1.492-2.177-3.96-3.478-6.599-3.478 s-5.107,1.301-6.599,3.478l-7.755,11.315l-13.158,3.879c-2.531,0.746-4.531,2.692-5.346,5.201c-0.815,2.51-0.341,5.26,1.268,7.351 l8.365,10.872l-0.377,13.712c-0.072,2.638,1.16,5.142,3.295,6.692s4.896,1.949,7.382,1.065L256,257.206l12.925,4.596 c0.872,0.31,1.778,0.462,2.68,0.462c1.667,0,3.317-0.521,4.703-1.528c2.135-1.551,3.367-4.055,3.295-6.692l-0.377-13.712 l8.365-10.872c1.609-2.091,2.083-4.841,1.268-7.351C288.043,219.6,286.043,217.654,283.512,216.908z M264.81,232.83 c-1.122,1.458-1.707,3.259-1.657,5.099l0.135,4.887l-4.607-1.638c-0.867-0.308-1.773-0.462-2.68-0.462s-1.813,0.154-2.68,0.462 l-4.607,1.638l0.135-4.887c0.05-1.839-0.535-3.64-1.657-5.099l-2.982-3.875l4.69-1.383c1.765-0.52,3.296-1.633,4.337-3.151 l2.764-4.033l2.764,4.033c1.041,1.518,2.572,2.631,4.337,3.151l4.69,1.383L264.81,232.83z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.bi-list-check-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3.854 2.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 3.293l1.146-1.147a.5.5 0 0 1 .708 0zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 7.293l1.146-1.147a.5.5 0 0 1 .708 0zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l-1.146 1.147a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708L2 11.293l1.146-1.147a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.bi-slot-machine-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!-- License: CC0. Made by SVG Repo: https://www.svgrepo.com/svg/106785/slot-machine --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 496 496' style='enable-background:new 0 0 496 496;' xml:space='preserve'%3E%3Crect y='288' style='fill:%23009AAF;' width='496' height='200'/%3E%3Cg%3E%3Cpolyline style='fill:%23006884;' points='0,288 496,288 496,488 '/%3E%3Cpath style='fill:%23006884;' d='M416,123.2c0,45.6-58.4,84.8-103.2,84.8H183.2C138.4,208,80,168.8,80,123.2v-36 C80,41.6,138.4,8,183.2,8H312c45.6,0,104,33.6,104,79.2V123.2z'/%3E%3C/g%3E%3Cpath style='fill:%2307BED6;' d='M496,296.8c0,12.8-11.2,23.2-24,23.2H24c-12.8,0-24-10.4-24-23.2V86.4C0,73.6,11.2,64,24,64h448 c12.8,0,24,9.6,24,22.4V296.8z'/%3E%3Cpath style='fill:%23009AAF;' d='M0,86.4C0,73.6,11.2,64,24,64h448c12.8,0,24,9.6,24,22.4v210.4c0,12.8-11.2,23.2-24,23.2'/%3E%3Cpath style='fill:%23D6D5CC;' d='M456,260.8c0,8.8-4,11.2-12,11.2H52c-8,0-12-3.2-12-11.2V123.2c0-8,4-19.2,12-19.2h392 c8.8,0,12,10.4,12,19.2V260.8z'/%3E%3Cpath style='fill:%23F4F2E4;' d='M456,259.2c0,8.8-4,12.8-12,12.8H52c-8,0-12-4-12-12.8V146.4c0-9.6,4-18.4,12-18.4h392 c8.8,0,12,8.8,12,18.4V259.2z'/%3E%3Cg%3E%3Cpath style='fill:%23D6D5CC;' d='M95.2,260.8c-0.8,0-1.6,0-2.4,0c-1.6,0-2.4-0.8-4-0.8c-1.6-0.8-2.4-1.6-3.2-2.4 c-0.8-0.8-1.6-2.4-1.6-4.8V252v-0.8c0.8-5.6,1.6-11.2,4-16.8c1.6-5.6,4-11.2,7.2-17.6s5.6-12,9.6-17.6c3.2-6.4,7.2-12,11.2-18.4 c-3.2-0.8-5.6-0.8-7.2-1.6s-3.2-0.8-4.8-1.6c-2.4-1.6-3.2-1.6-4.8-1.6c-0.8,0-2.4,0-4,0s-3.2,0-4.8,0c-1.6,0-2.4,0-3.2,0.8 c-0.8,0.8-1.6,0.8-2.4,1.6s-1.6,1.6-2.4,3.2c-1.6,3.2-3.2,4.8-4,6.4c-0.8,1.6-2.4,2.4-3.2,2.4c-0.8,0-1.6,0-2.4-0.8 S72,188,72,186.4c0-0.8,0-1.6,0-1.6c0-0.8,0-1.6,0-2.4c0.8-5.6,1.6-9.6,3.2-12.8s3.2-5.6,4.8-8c1.6-1.6,4-3.2,6.4-4s4-1.6,6.4-1.6 s4.8,0,6.4,0.8c2.4,0.8,4.8,0.8,6.4,1.6c2.4,0.8,4.8,1.6,7.2,1.6c2.4,0.8,4.8,0.8,7.2,0.8c1.6,0,2.4,0,3.2,0s1.6,0,2.4,0 c2.4,0,4,0,5.6-0.8c1.6,0,2.4,0,3.2-0.8c0.8,0,1.6,0,1.6-0.8h0.8c2.4,0,4,0.8,4.8,1.6c0.8,1.6,1.6,3.2,1.6,5.6c0,1.6,0,3.2,0,5.6 c0,0-0.8,0.8-1.6,1.6s-1.6,1.6-3.2,2.4c-0.8,0.8-2.4,1.6-3.2,2.4c-0.8,0.8-2.4,1.6-2.4,1.6c-3.2,5.6-6.4,11.2-8.8,16.8 c-2.4,5.6-4.8,11.2-6.4,16.8s-3.2,12-4.8,17.6c-1.6,6.4-3.2,12.8-4.8,20c0,1.6-0.8,3.2-2.4,4c-0.8,0.8-2.4,1.6-4,2.4 s-3.2,0.8-4.8,1.6C97.6,260.8,96.8,260.8,95.2,260.8z'/%3E%3Cpath style='fill:%23D6D5CC;' d='M108.8,189.6c-1.6,3.2-4,5.6-5.6,8.8c-3.2,6.4-6.4,12-9.6,17.6s-4.8,12-7.2,17.6 c-1.6,5.6-3.2,11.2-4,16.8v0.8v0.8c0,2.4,0.8,4,1.6,4.8c0.8,0.8,2.4,2.4,3.2,2.4c1.6,0.8,2.4,0.8,4,0.8s2.4,0,2.4,0 c1.6,0,2.4,0,4-0.8c1.6,0,3.2-0.8,4.8-1.6s2.4-1.6,4-2.4c0.8-0.8,1.6-2.4,2.4-4c1.6-7.2,3.2-13.6,4.8-20c1.6-6.4,3.2-12,4.8-17.6 c1.6-5.6,4-11.2,6.4-16.8s5.6-11.2,8.8-16.8l0.8-0.8L108.8,189.6z'/%3E%3Cpath style='fill:%23D6D5CC;' d='M234.4,260.8c-0.8,0-1.6,0-2.4,0c-1.6,0-2.4-0.8-4-0.8c-1.6-0.8-2.4-1.6-3.2-2.4s-1.6-2.4-1.6-4.8 V252v-0.8c0.8-5.6,1.6-11.2,4-16.8c1.6-5.6,4-11.2,7.2-17.6s5.6-12,9.6-17.6c3.2-6.4,7.2-12,11.2-18.4c-3.2-0.8-5.6-0.8-7.2-1.6 s-3.2-0.8-4.8-1.6c-2.4-1.6-4-1.6-4.8-1.6s-2.4,0-4,0s-3.2,0-4.8,0s-2.4,0-3.2,0.8s-1.6,0.8-2.4,1.6c-0.8,0.8-1.6,1.6-2.4,3.2 c-1.6,3.2-3.2,4.8-4,6.4c-0.8,1.6-2.4,2.4-3.2,2.4s-1.6,0-2.4-0.8s-0.8-1.6-0.8-3.2c0-0.8,0-1.6,0-1.6c0-0.8,0-1.6,0-2.4 c0.8-5.6,1.6-9.6,3.2-12.8c1.6-3.2,3.2-5.6,4.8-8c1.6-1.6,4-3.2,6.4-4s4-1.6,6.4-1.6s4.8,0,6.4,0.8c2.4,0.8,4.8,0.8,6.4,1.6 c2.4,0.8,4.8,1.6,7.2,1.6c2.4,0.8,4.8,0.8,7.2,0.8c1.6,0,2.4,0,3.2,0c0.8,0,1.6,0,2.4,0c2.4,0,4,0,5.6-0.8c1.6,0,2.4,0,3.2-0.8 c0.8,0,1.6,0,1.6-0.8h0.8c2.4,0,4,0.8,4.8,1.6c0.8,1.6,1.6,3.2,1.6,5.6c0,1.6,0,3.2,0,5.6c0,0-0.8,0.8-1.6,1.6 c-0.8,0.8-1.6,1.6-3.2,2.4c-0.8,0.8-2.4,1.6-3.2,2.4c-0.8,0.8-2.4,1.6-2.4,1.6c-3.2,5.6-6.4,11.2-8.8,16.8s-4.8,11.2-6.4,16.8 s-3.2,12-4.8,17.6c-1.6,6.4-3.2,12.8-4.8,20c0,1.6-0.8,3.2-2.4,4c-0.8,0.8-2.4,1.6-4,2.4s-3.2,0.8-4.8,1.6 C236.8,260.8,235.2,260.8,234.4,260.8z'/%3E%3Cpath style='fill:%23D6D5CC;' d='M248,189.6c-1.6,3.2-4,5.6-5.6,8.8c-3.2,6.4-6.4,12-9.6,17.6s-4.8,12-7.2,17.6 c-1.6,5.6-3.2,11.2-4,16.8v0.8v0.8c0,2.4,0.8,4,1.6,4.8s2.4,2.4,3.2,2.4c1.6,0.8,2.4,0.8,4,0.8s2.4,0,2.4,0c1.6,0,2.4,0,4-0.8 c1.6,0,3.2-0.8,4.8-1.6s2.4-1.6,4-2.4c0.8-0.8,1.6-2.4,2.4-4c1.6-7.2,3.2-13.6,4.8-20s3.2-12,4.8-17.6c1.6-5.6,4-11.2,6.4-16.8 s5.6-11.2,8.8-16.8l0.8-0.8L248,189.6z'/%3E%3Cpath style='fill:%23D6D5CC;' d='M372.8,260.8c-0.8,0-1.6,0-2.4,0s-2.4-0.8-4-0.8c-1.6-0.8-2.4-1.6-3.2-2.4c-0.8-0.8-1.6-2.4-1.6-4.8 V252v-0.8c0.8-5.6,1.6-11.2,4-16.8c1.6-5.6,4-11.2,7.2-17.6s5.6-12,9.6-17.6c3.2-6.4,7.2-12,11.2-18.4c-3.2-0.8-5.6-0.8-7.2-1.6 s-3.2-0.8-4.8-1.6c-1.6-1.6-3.2-1.6-4-1.6s-2.4,0-4,0s-3.2,0-4.8,0c-1.6,0-2.4,0-3.2,0.8c-0.8,0.8-1.6,0.8-2.4,1.6 s-1.6,1.6-2.4,3.2c-1.6,3.2-3.2,4.8-4,6.4c-0.8,1.6-2.4,2.4-3.2,2.4c-0.8,0-1.6,0-2.4-0.8s-0.8-1.6-0.8-3.2c0-0.8,0-1.6,0-1.6 c0-0.8,0-1.6,0-2.4c0.8-5.6,1.6-9.6,3.2-12.8s3.2-5.6,4.8-8c1.6-1.6,4-3.2,6.4-4s4-1.6,6.4-1.6s4.8,0,6.4,0.8 c2.4,0.8,4.8,0.8,6.4,1.6c2.4,0.8,4.8,1.6,7.2,1.6c2.4,0.8,4.8,0.8,7.2,0.8c1.6,0,2.4,0,3.2,0c0.8,0,1.6,0,2.4,0c2.4,0,4,0,5.6-0.8 c1.6,0,2.4,0,3.2-0.8c0.8,0,1.6,0,1.6-0.8s0.8,0,0.8,0c2.4,0,4,0.8,4.8,1.6c0.8,1.6,1.6,3.2,1.6,5.6c0,1.6,0,3.2,0,5.6 c0,0-0.8,0.8-1.6,1.6c-0.8,0.8-1.6,1.6-3.2,2.4c-0.8,0.8-2.4,1.6-3.2,2.4c-0.8,0.8-2.4,1.6-2.4,1.6c-3.2,5.6-6.4,11.2-8.8,16.8 s-4.8,11.2-6.4,16.8s-3.2,12-4.8,17.6c-1.6,6.4-3.2,12.8-4.8,20c0,1.6-0.8,3.2-2.4,4c-0.8,0.8-2.4,1.6-4,2.4s-3.2,0.8-4.8,1.6 C376,260.8,374.4,260.8,372.8,260.8z'/%3E%3Cpath style='fill:%23D6D5CC;' d='M386.4,189.6c-1.6,3.2-4,5.6-5.6,8.8c-3.2,6.4-6.4,12-9.6,17.6s-4.8,12-7.2,17.6 c-1.6,5.6-3.2,11.2-4,16.8v0.8v0.8c0,2.4,0.8,4,1.6,4.8c0.8,0.8,2.4,2.4,3.2,2.4c1.6,0.8,2.4,0.8,4,0.8s2.4,0,2.4,0 c1.6,0,2.4,0,4-0.8c1.6,0,3.2-0.8,4.8-1.6s2.4-1.6,4-2.4c0.8-0.8,1.6-2.4,2.4-4c1.6-7.2,3.2-13.6,4.8-20c1.6-6.4,3.2-12,4.8-17.6 c1.6-5.6,4-11.2,6.4-16.8s5.6-11.2,8.8-16.8l0.8-0.8L386.4,189.6z'/%3E%3C/g%3E%3Cpath style='fill:%23ED6E0F;' d='M95.2,246.4c-0.8,0-1.6,0-2.4,0c-1.6,0-2.4-0.8-4-0.8c-1.6-0.8-2.4-1.6-3.2-2.4 c-0.8-0.8-1.6-2.4-1.6-4.8v-0.8v-0.8c0.8-5.6,1.6-11.2,4-16.8c1.6-5.6,4-11.2,7.2-17.6s5.6-12,9.6-17.6c3.2-6.4,7.2-12,11.2-18.4 c-3.2-0.8-5.6-0.8-7.2-1.6s-3.2-0.8-4.8-1.6c-1.6-0.8-2.4-0.8-4-0.8c-0.8,0-2.4,0-4,0s-3.2,0-4.8,0c-1.6,0-2.4,0-3.2,0.8 c-0.8,0.8-1.6,0.8-2.4,1.6s-1.6,1.6-2.4,3.2c-1.6,3.2-3.2,4.8-4,6.4c-0.8,1.6-2.4,2.4-3.2,2.4c-0.8,0-1.6,0-2.4-0.8 s-0.8-1.6-0.8-3.2c0-0.8,0-1.6,0-1.6c0-0.8,0-1.6,0-2.4c0.8-5.6,1.6-9.6,3.2-12.8s3.2-5.6,4.8-8c1.6-1.6,4-3.2,6.4-4s4-1.6,6.4-1.6 s4.8,0,6.4,0.8c2.4,0.8,4.8,0.8,6.4,1.6c2.4,0.8,4.8,1.6,7.2,1.6c2.4,0.8,4.8,0.8,7.2,0.8c1.6,0,2.4,0,3.2,0s1.6,0,2.4,0 c2.4,0,4,0,5.6-0.8c1.6,0,2.4,0,3.2-0.8c0.8,0,1.6,0,1.6-0.8h0.8c2.4,0,4,0.8,4.8,1.6c0.8,1.6,1.6,3.2,1.6,5.6c0,1.6,0,3.2,0,5.6 c0,0-0.8,0.8-1.6,1.6s-1.6,1.6-3.2,2.4c-0.8,0.8-2.4,1.6-3.2,2.4c-0.8,0.8-2.4,1.6-2.4,1.6c-3.2,5.6-6.4,11.2-8.8,16.8 c-2.4,5.6-4.8,11.2-6.4,16.8s-3.2,12-4.8,17.6c-1.6,6.4-3.2,12.8-4.8,20c0,1.6-0.8,3.2-2.4,4c-0.8,0.8-2.4,1.6-4,2.4 s-3.2,0.8-4.8,1.6C97.6,245.6,96.8,246.4,95.2,246.4z'/%3E%3Cpath style='fill:%23C65202;' d='M108.8,175.2c-1.6,3.2-4,5.6-5.6,8.8c-3.2,6.4-6.4,12-9.6,17.6s-4.8,12-7.2,17.6 c-1.6,5.6-3.2,11.2-4,16.8v0.8v0.8c0,2.4,0.8,4,1.6,4.8c0.8,0.8,2.4,2.4,3.2,2.4c1.6,0.8,2.4,0.8,4,0.8s2.4,0,2.4,0 c1.6,0,2.4,0,4-0.8c1.6,0,3.2-0.8,4.8-1.6s2.4-1.6,4-2.4c0.8-0.8,1.6-2.4,2.4-4c1.6-7.2,3.2-13.6,4.8-20c1.6-6.4,3.2-12,4.8-17.6 c1.6-5.6,4-11.2,6.4-16.8s5.6-11.2,8.8-16.8l0.8-0.8L108.8,175.2z'/%3E%3Cpath style='fill:%23ED6E0F;' d='M234.4,246.4c-0.8,0-1.6,0-2.4,0c-1.6,0-2.4-0.8-4-0.8c-1.6-0.8-2.4-1.6-3.2-2.4 c-0.8-0.8-1.6-2.4-1.6-4.8v-0.8v-0.8c0.8-5.6,1.6-11.2,4-16.8c1.6-5.6,4-11.2,7.2-17.6s5.6-12,9.6-17.6c3.2-6.4,7.2-12,11.2-18.4 c-3.2-0.8-5.6-0.8-7.2-1.6s-3.2-0.8-4.8-1.6s-2.4-0.8-4-0.8c-0.8,0-2.4,0-4,0s-3.2,0-4.8,0s-2.4,0-3.2,0.8s-1.6,0.8-2.4,1.6 c-0.8,0.8-1.6,1.6-2.4,3.2c-1.6,3.2-3.2,4.8-4,6.4c-1.6,0.8-2.4,1.6-3.2,1.6s-1.6,0-2.4-0.8s-0.8-1.6-0.8-3.2c0-0.8,0-1.6,0-1.6 c0-0.8,0-1.6,0-2.4c0.8-5.6,1.6-9.6,3.2-12.8c1.6-3.2,3.2-5.6,4.8-8c1.6-1.6,4-3.2,6.4-4s4-1.6,6.4-1.6s4.8,0,6.4,0.8 c2.4,0.8,4.8,0.8,6.4,1.6c2.4,0.8,4.8,1.6,7.2,1.6c2.4,0.8,4.8,0.8,7.2,0.8c1.6,0,2.4,0,3.2,0c0.8,0,1.6,0,2.4,0c2.4,0,4,0,5.6-0.8 c1.6,0,2.4,0,3.2-0.8c0.8,0,1.6,0,1.6-0.8h0.8c2.4,0,4,0.8,4.8,1.6c0.8,1.6,1.6,3.2,1.6,5.6c0,1.6,0,3.2,0,5.6c0,0-0.8,0.8-1.6,1.6 c-0.8,0.8-1.6,1.6-3.2,2.4c-0.8,0.8-2.4,1.6-3.2,2.4c-0.8,0.8-2.4,1.6-2.4,1.6c-3.2,5.6-6.4,11.2-8.8,16.8s-4.8,11.2-6.4,16.8 s-3.2,12-4.8,17.6c-1.6,6.4-3.2,12.8-4.8,20c0,1.6-0.8,3.2-2.4,4c-0.8,0.8-2.4,1.6-4,2.4s-3.2,0.8-4.8,1.6 C236.8,245.6,235.2,246.4,234.4,246.4z'/%3E%3Cpath style='fill:%23C65202;' d='M248,175.2c-1.6,3.2-4,5.6-5.6,8.8c-3.2,6.4-6.4,12-9.6,17.6s-4.8,12-7.2,17.6 c-1.6,5.6-3.2,11.2-4,16.8v0.8v0.8c0,2.4,0.8,4,1.6,4.8s2.4,2.4,3.2,2.4c1.6,0.8,2.4,0.8,4,0.8s2.4,0,2.4,0c1.6,0,2.4,0,4-0.8 c1.6,0,3.2-0.8,4.8-1.6s2.4-1.6,4-2.4c0.8-0.8,1.6-2.4,2.4-4c1.6-7.2,3.2-13.6,4.8-20s3.2-12,4.8-17.6c1.6-5.6,4-11.2,6.4-16.8 s5.6-11.2,8.8-16.8l0.8-0.8L248,175.2z'/%3E%3Cpath style='fill:%23ED6E0F;' d='M372.8,246.4c-0.8,0-1.6,0-2.4,0s-2.4-0.8-4-0.8c-1.6-0.8-2.4-1.6-3.2-2.4c-0.8-0.8-1.6-2.4-1.6-4.8 v-0.8v-0.8c0.8-5.6,1.6-11.2,4-16.8c1.6-5.6,4-11.2,7.2-17.6s5.6-12,9.6-17.6c3.2-6.4,7.2-12,11.2-18.4c-3.2-0.8-5.6-0.8-7.2-1.6 s-3.2-0.8-4.8-1.6c-1.6-0.8-2.4-0.8-4-0.8s-2.4,0-4,0s-3.2,0-4.8,0c-1.6,0-2.4,0-3.2,0.8c-0.8,0.8-1.6,0.8-2.4,1.6s-1.6,1.6-2.4,3.2 c-1.6,3.2-3.2,4.8-4,6.4c-0.8,1.6-2.4,2.4-3.2,2.4c-0.8,0-1.6,0-2.4-0.8s-0.8-1.6-0.8-3.2c0-0.8,0-1.6,0-1.6c0-0.8,0-1.6,0-2.4 c0.8-5.6,1.6-9.6,3.2-12.8s3.2-5.6,4.8-8c1.6-1.6,4-3.2,6.4-4s4-1.6,6.4-1.6s4.8,0,6.4,0.8c2.4,0.8,4.8,0.8,6.4,1.6 c2.4,0.8,4.8,1.6,7.2,1.6c2.4,0.8,4.8,0.8,7.2,0.8c1.6,0,2.4,0,3.2,0c0.8,0,1.6,0,2.4,0c2.4,0,4,0,5.6-0.8c1.6,0,2.4,0,3.2-0.8 c0.8,0,1.6,0,1.6-0.8s0.8,0,0.8,0c2.4,0,4,0.8,4.8,1.6c0.8,1.6,1.6,3.2,1.6,5.6c0,1.6,0,3.2,0,5.6c0,0-0.8,0.8-1.6,1.6 c-0.8,0.8-1.6,1.6-3.2,2.4c-0.8,0.8-2.4,1.6-3.2,2.4c-0.8,0.8-2.4,1.6-2.4,1.6c-3.2,5.6-6.4,11.2-8.8,16.8s-4.8,11.2-6.4,16.8 s-3.2,12-4.8,17.6c-1.6,6.4-3.2,12.8-4.8,20c0,1.6-0.8,3.2-2.4,4c-0.8,0.8-2.4,1.6-4,2.4s-3.2,0.8-4.8,1.6 C376,245.6,374.4,246.4,372.8,246.4z'/%3E%3Cpath style='fill:%23C65202;' d='M386.4,175.2c-1.6,3.2-4,5.6-5.6,8.8c-3.2,6.4-6.4,12-9.6,17.6s-4.8,12-7.2,17.6 c-1.6,5.6-3.2,11.2-4,16.8v0.8v0.8c0,2.4,0.8,4,1.6,4.8c0.8,0.8,2.4,2.4,3.2,2.4c1.6,0.8,2.4,0.8,4,0.8s2.4,0,2.4,0 c1.6,0,2.4,0,4-0.8c1.6,0,3.2-0.8,4.8-1.6s2.4-1.6,4-2.4c0.8-0.8,1.6-2.4,2.4-4c1.6-7.2,3.2-13.6,4.8-20c1.6-6.4,3.2-12,4.8-17.6 c1.6-5.6,4-11.2,6.4-16.8s5.6-11.2,8.8-16.8l0.8-0.8L386.4,175.2z'/%3E%3Cg%3E%3Cpath style='fill:%23009AAF;' d='M184,286.4c0,4-4,7.2-8,7.2l0,0c-4,0-8-3.2-8-7.2V104c0-4,4-7.2,8-7.2l0,0c4,0,8,3.2,8,7.2V286.4z' /%3E%3Cpath style='fill:%23009AAF;' d='M328,286.4c0,4-4,7.2-8,7.2l0,0c-4,0-8-3.2-8-7.2V104c0-4,4-7.2,8-7.2l0,0c4,0,8,3.2,8,7.2V286.4z' /%3E%3Cellipse transform='matrix(-0.4328 -0.9015 0.9015 -0.4328 178.8539 178.3062)' style='fill:%23009AAF;' cx='145.521' cy='32.887' rx='8.8' ry='37.6'/%3E%3C/g%3E%3Crect x='232' y='424' style='fill:%234C5254;' width='32' height='64'/%3E%3Cpolyline style='fill:%23202D2A;' points='232,424 264,424 264,480 '/%3E%3Ccircle style='fill:%23EA1F0A;' cx='248' cy='346.4' r='64.8'/%3E%3Cellipse transform='matrix(-0.7073 -0.7069 0.7069 -0.7073 153.5027 683.0189)' style='fill:%23EF683F;' cx='218.153' cy='309.731' rx='11.2' ry='23.2'/%3E%3Cpath style='fill:%23AA2011;' d='M293.6,300.8c25.6,25.6,25.6,66.4,0,91.2c-25.6,25.6-66.4,25.6-91.2,0'/%3E%3Cpath style='fill:%23F9B843;' d='M290.4,416c0,8-6.4,16-13.6,16H220c-7.2,0-13.6-8-13.6-16l0,0c0-7.2,6.4-16,13.6-16h56.8 C284,400,290.4,408.8,290.4,416L290.4,416z'/%3E%3Cpath style='fill:%23E88813;' d='M290.4,417.6L290.4,417.6c0,8-6.4,14.4-13.6,14.4H220c-7.2,0-13.6-6.4-13.6-14.4l0,0'/%3E%3Cg%3E%3Ccircle style='fill:%23006884;' cx='50.4' cy='362.4' r='12.8'/%3E%3Ccircle style='fill:%23006884;' cx='50.4' cy='407.2' r='12.8'/%3E%3Ccircle style='fill:%23006884;' cx='50.4' cy='452' r='12.8'/%3E%3C/g%3E%3Cg%3E%3Ccircle style='fill:%23009AAF;' cx='445.6' cy='362.4' r='12.8'/%3E%3Ccircle style='fill:%23009AAF;' cx='445.6' cy='407.2' r='12.8'/%3E%3Ccircle style='fill:%23009AAF;' cx='445.6' cy='452' r='12.8'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.bi-slot-machine2-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- License: Apache. Made by mozilla: https://github.com/mozilla/fxemoji --%3E%3Csvg width='24px' height='24px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' class='iconify iconify--fxemoji' preserveAspectRatio='xMidYMid meet'%3E%3Cpath fill='%232B3B47' d='M479.947 460.424H32.053C14.35 460.424 0 446.074 0 428.372V100.8c0-17.702 14.35-32.053 32.053-32.053h447.895C497.65 68.747 512 83.098 512 100.8v327.572c0 17.702-14.35 32.052-32.053 32.052z'%3E%3C/path%3E%3Cpath fill='%23D5DEE4' d='M134.031 363.695H53.915c-14.533 0-26.314-11.781-26.314-26.314V140.859c0-14.533 11.781-26.314 26.314-26.314h80.116c14.533 0 26.314 11.781 26.314 26.314v196.522c0 14.533-11.781 26.314-26.314 26.314zm188.341-26.313V140.859c0-14.533-11.781-26.314-26.314-26.314h-80.116c-14.533 0-26.314 11.781-26.314 26.314v196.522c0 14.533 11.781 26.314 26.314 26.314h80.116c14.533 0 26.314-11.781 26.314-26.313zm162.026 0V140.859c0-14.533-11.781-26.314-26.314-26.314h-80.116c-14.533 0-26.314 11.781-26.314 26.314v196.522c0 14.533 11.781 26.314 26.314 26.314h80.116c14.533 0 26.314-11.781 26.314-26.313z'%3E%3C/path%3E%3Cpath fill='%23D17BFF' d='M132.872 114.546c-4.291 17.501-20.075 30.488-38.899 30.488s-34.607-12.987-38.899-30.488h77.798zm84.229 0c4.291 17.501 20.075 30.488 38.899 30.488s34.607-12.987 38.899-30.488h-77.798zm162.027 0c4.291 17.501 20.075 30.488 38.899 30.488s34.607-12.987 38.899-30.488h-77.798z'%3E%3C/path%3E%3Cpath fill='%23F2A74E' d='M130.454 356.828v7.066H57.492v-7.066c0-9.583 7.768-17.351 17.351-17.351h38.259c9.584 0 17.352 7.768 17.352 17.351zm144.675-17.351H236.87c-9.583 0-17.351 7.768-17.351 17.351v7.066h72.962v-7.066c0-9.583-7.769-17.351-17.352-17.351zm162.027 0h-38.259c-9.583 0-17.351 7.768-17.351 17.351v7.066h72.962v-7.066c0-9.583-7.769-17.351-17.352-17.351z'%3E%3C/path%3E%3Cpath fill='%23F9F9F7' d='M160.345 324.065H27.602V154.176h132.743v169.889zm162.027-169.889H189.628v169.888h132.743V154.176zm162.026 0H351.655v169.888h132.743V154.176z'%3E%3C/path%3E%3Cpath fill='%23597B91' d='M308.589 434.115H41.384c-7.612 0-13.782-6.171-13.782-13.782v-11.345c0-7.612 6.171-13.782 13.782-13.782H308.59c7.612 0 13.782 6.171 13.782 13.782v11.345c0 7.611-6.171 13.782-13.783 13.782z'%3E%3C/path%3E%3Cpath fill='%23D32A2A' d='M470.616 434.115H365.64c-7.612 0-13.782-6.171-13.782-13.782v-11.345c0-7.612 6.171-13.782 13.782-13.782h104.976c7.612 0 13.782 6.171 13.782 13.782v11.345c0 7.611-6.17 13.782-13.782 13.782z'%3E%3C/path%3E%3Cpath fill='%23FF473E' d='M63.443 290.378l38.188-80.223c2.525-5.305-1.343-11.431-7.219-11.431H58.98a7.994 7.994 0 0 1-7.995-7.995v-6.15a7.994 7.994 0 0 1 7.995-7.995h69.987a7.994 7.994 0 0 1 7.995 7.995v10.229a7.994 7.994 0 0 1-.693 3.256L90.404 300.917a7.996 7.996 0 0 1-9.664 4.382l-12.44-3.846c-4.655-1.44-6.951-6.674-4.857-11.075zm162.027 0l38.188-80.223c2.525-5.305-1.343-11.431-7.219-11.431h-35.432a7.994 7.994 0 0 1-7.995-7.995v-6.15a7.994 7.994 0 0 1 7.995-7.995h69.987a7.994 7.994 0 0 1 7.995 7.995v10.229a7.994 7.994 0 0 1-.693 3.256l-45.864 102.854a7.996 7.996 0 0 1-9.664 4.382l-12.44-3.846c-4.657-1.441-6.952-6.675-4.858-11.076zm162.027 0l38.188-80.223c2.525-5.305-1.343-11.431-7.219-11.431h-35.432a7.994 7.994 0 0 1-7.995-7.995v-6.15a7.994 7.994 0 0 1 7.995-7.995h69.987a7.994 7.994 0 0 1 7.995 7.995v10.229a7.994 7.994 0 0 1-.693 3.256l-45.864 102.854a7.996 7.996 0 0 1-9.664 4.382l-12.44-3.846c-4.657-1.441-6.953-6.675-4.858-11.076z'%3E%3C/path%3E%3C/svg%3E");
}

.bi-info-circle-fill-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.134.375a.5.5 0 0 1 .398.596zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z'/%3E%3C/svg%3E");
}

.bi-map-color-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 24 24' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/'%3E%3Cg transform='translate(0 -1028.4)'%3E%3Cpath d='m8 1030.4 8 1v19l-8-1z' fill='%23ecf0f1'/%3E%3Cpath d='m2 1031.4 6-1v19l-6 1z' fill='%23bdc3c7'/%3E%3Cpath d='m16 1031.4 6-1v19l-6 1z' fill='%23bdc3c7'/%3E%3Cpath d='m3 1032.4 5-1v17l-5 1z' fill='%2327ae60'/%3E%3Cpath d='m8 1031.4 8 1v17l-8-1z' fill='%232ecc71'/%3E%3Cpath d='m21 1048.4-5 1v-17l5-1z' fill='%2327ae60'/%3E%3Cpath d='m5.6875 1031.8-2.3125 0.5 4.625 4.9v-2.9l-2.3125-2.5z' fill='%23f39c12'/%3E%3Cpath d='m21 1046.4-5 1v-6l5-3z' fill='%23f39c12'/%3E%3Cpath d='m21 1048.4-5 1v-6l5-3z' fill='%232980b9'/%3E%3Cpath d='m8 1042.4 8-1v6l-8-1z' fill='%23f1c40f'/%3E%3Cpath d='m8 1044.4 8-1v6l-8-1z' fill='%233498db'/%3E%3Cpath d='m3 1045.4 5-3v4l-5 1z' fill='%23f39c12'/%3E%3Cpath d='m3 1047.4 5-3v4l-5 1z' fill='%232980b9'/%3E%3Cpath d='m8 8.8008v-2.8985l4 8.6597h-1.469z' transform='translate(0 1028.4)' fill='%23f1c40f'/%3E%3C/g%3E%3C/svg%3E");
}

.bi-tracked-plays-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!-- License: CC0 License. Made by SVG Repo: https://www.svgrepo.com/svg/427790/chart --%3E%3Csvg fill='%23000000' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='800px' height='800px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3E%3Cpath d='M19,20H1c-0.6,0-1-0.4-1-1V1c0-0.6,0.4-1,1-1s1,0.4,1,1v17h17c0.6,0,1,0.4,1,1S19.6,20,19,20z' fill='white'/%3E%3Crect x='4' y='12' width='3' height='4' fill='white'/%3E%3Crect x='9' y='5' width='3' height='11' fill='white'/%3E%3Crect x='14' y='9' width='3' height='7' fill='white'/%3E%3C/svg%3E");
}

.bi-red-dot-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- License: MLP. Made by HashiCorp: https://github.com/hashicorp/design-system/ --%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg fill='red'%3E%3Cpath d='M8 3a5 5 0 100 10A5 5 0 008 3z'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1116 0A8 8 0 010 8zm8-6.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}

.bi-news-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- License: MIT. Made by Denali Design: https://github.com/denali-design/denali-icons --%3E%3Csvg width='24px' height='24px' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Enews%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='invisible_box' data-name='invisible box'%3E%3Crect width='48' height='48' fill='none'/%3E%3C/g%3E%3Cg id='icons_Q2' data-name='icons Q2' fill='white'%3E%3Cpath d='M40,8V40H8V8H40m2-4H6A2,2,0,0,0,4,6V42a2,2,0,0,0,2,2H42a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z'/%3E%3Cpath d='M34,30H14a2,2,0,0,0,0,4H34a2,2,0,0,0,0-4Z'/%3E%3Cpath d='M34,22H28a2,2,0,0,0,0,4h6a2,2,0,0,0,0-4Z'/%3E%3Cpath d='M34,14H28a2,2,0,0,0,0,4h6a2,2,0,0,0,0-4Z'/%3E%3Crect x='12' y='14' width='10' height='12' rx='2' ry='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}



.nav-item[b-5bndfk4shp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5bndfk4shp] {
        padding-top: 0.25rem;
    }

    .nav-item:last-of-type[b-5bndfk4shp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5bndfk4shp]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 0;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        padding: 0 1rem;
    }

.nav-item[b-5bndfk4shp]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

    .nav-item[b-5bndfk4shp]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-5bndfk4shp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5bndfk4shp] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5bndfk4shp] {
        display: none;
    }

    .nav-scrollable[b-5bndfk4shp] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/BlazorApp1/Components/Pages/APList.razor.rz.scp.css */
*[b-b0t948xt1m] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-b0t948xt1m] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f8fafc;
    color: #334155;
}

.container[b-b0t948xt1m] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header[b-b0t948xt1m] {
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.nav[b-b0t948xt1m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo[b-b0t948xt1m] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1e40af;
}


/* Main Content */
.main-content[b-b0t948xt1m] {
    margin-bottom: 2rem;
}

.page-header[b-b0t948xt1m] {
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #dee2e6;
}

    .page-header h1[b-b0t948xt1m] {
        font-weight: 700;
        color: #343a40;
    }

.page-title[b-b0t948xt1m] {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.page-subtitle[b-b0t948xt1m] {
    color: #64748b;
    font-size: 1.125rem;
}

/* Filters */
.filters[b-b0t948xt1m] {
    background: white;
    padding: 0.75rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 1rem;
}

.filter-row[b-b0t948xt1m] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.filter-group[b-b0t948xt1m] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-label[b-b0t948xt1m] {
    font-weight: 500;
    font-size: 0.875rem;
    color: #374151;
}

.filter-select[b-b0t948xt1m] {
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    background: white;
    min-width: 150px;
}

.filter-input[b-b0t948xt1m] {
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    background: white;
    min-width: 150px;
}

/* Slot Grid */
.slot-grid[b-b0t948xt1m] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.slot-card[b-b0t948xt1m] {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

    .slot-card:hover[b-b0t948xt1m] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        border-color: #3b82f6;
    }

.slot-card-link[b-b0t948xt1m] {
    display: flex; /* Makes the link behave like a div */
    text-decoration: none; /* Removes the underline */
    color: inherit; /* Makes the text color the same as the parent */
}


    .slot-card-link:hover[b-b0t948xt1m] {
        /* Optional: Add a hover effect, like a slight shadow or border change */
        /* Example: box-shadow: 0px 4px 15px rgba(0,0,0,0.1); */
    }

.slot-image[b-b0t948xt1m] {
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
    position: relative;
    overflow: hidden;
}

    .slot-image img[b-b0t948xt1m] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        inset: 0;
    }

    .slot-image .fallback-icon[b-b0t948xt1m] {
        position: relative;
        z-index: 1;
    }

    .slot-image[b-b0t948xt1m]::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.1);
        z-index: 2;
    }

.slot-content[b-b0t948xt1m] {
    padding: 1.25rem;
}

.slot-title[b-b0t948xt1m] {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1f2937;
}

.slot-meta[b-b0t948xt1m] {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.meta-item[b-b0t948xt1m] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.slot-tags[b-b0t948xt1m] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.tag[b-b0t948xt1m] {
    background: #f3f4f6;
    color: #4b5563;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 500;
}

    .tag.hot[b-b0t948xt1m] {
        background: #fef3c7;
        color: #d97706;
    }

.slot-description[b-b0t948xt1m] {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.4;
}

/* Subscription Overlay */
.subscription-overlay[b-b0t948xt1m] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.subscription-modal[b-b0t948xt1m] {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    max-width: 400px;
    width: 90%;
    text-align: center;
}

.modal-title[b-b0t948xt1m] {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #1f2937;
}

.modal-text[b-b0t948xt1m] {
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.btn[b-b0t948xt1m] {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
}

.btn-primary[b-b0t948xt1m] {
    background: #3b82f6;
    color: white;
}

    .btn-primary:hover[b-b0t948xt1m] {
        background: #2563eb;
    }

.btn-secondary[b-b0t948xt1m] {
    background: #f3f4f6;
    color: #374151;
    margin-left: 0.5rem;
}

    .btn-secondary:hover[b-b0t948xt1m] {
        background: #e5e7eb;
    }

/* Responsive */
@media (max-width: 768px) {
    .filter-row[b-b0t948xt1m] {
        flex-direction: column;
        align-items: stretch;
    }

    .slot-grid[b-b0t948xt1m] {
        grid-template-columns: 1fr;
    }

    .page-title[b-b0t948xt1m] {
        font-size: 1.5rem;
    }
}
/* _content/BlazorApp1/Components/Pages/SlotDetails-old.razor.rz.scp.css */
*[b-at4hhqv1ud] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-at4hhqv1ud] {
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    color: #333;
    line-height: 1.6;
}

.container[b-at4hhqv1ud] {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    min-height: 100vh;
}

/* Header */
.header[b-at4hhqv1ud] {
    background: #2c3e50;
    color: white;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo[b-at4hhqv1ud] {
    font-size: 1.5rem;
    font-weight: bold;
}

.subscription-status[b-at4hhqv1ud] {
    background: #27ae60;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
}

/* Breadcrumb */
.breadcrumb[b-at4hhqv1ud] {
    padding: 1rem 2rem;
    background: #ecf0f1;
    font-size: 0.9rem;
}

    .breadcrumb a[b-at4hhqv1ud] {
        color: #3498db;
        text-decoration: none;
    }

/* Main Content */
.main-content[b-at4hhqv1ud] {
    padding: 2rem;
}

/* Slot Header */
.slot-header[b-at4hhqv1ud] {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    color: white;
}

.slot-image[b-at4hhqv1ud] {
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
    position: relative;
    overflow: hidden;
}

    .slot-image img[b-at4hhqv1ud] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        inset: 0;
    }

    .slot-image .fallback-icon[b-at4hhqv1ud] {
        position: relative;
        z-index: 1;
    }

    .slot-image[b-at4hhqv1ud]::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.1);
        z-index: 2;
    }

.slot-info h1[b-at4hhqv1ud] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.slot-meta[b-at4hhqv1ud] {
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem;
}

.meta-item[b-at4hhqv1ud] {
    background: rgba(255,255,255,0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
}

/* Quick Stats Cards */
.quick-stats[b-at4hhqv1ud] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.stat-card[b-at4hhqv1ud] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .stat-card:hover[b-at4hhqv1ud] {
        border-color: #3498db;
        transform: translateY(-5px);
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }

    .stat-card.priority[b-at4hhqv1ud] {
        border-color: #e74c3c;
        background: #fff5f5;
    }

.stat-value[b-at4hhqv1ud] {
    font-size: 2rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.stat-label[b-at4hhqv1ud] {
    color: #7f8c8d;
    font-size: 0.9rem;
}

/* Content Sections */
.content-section[b-at4hhqv1ud] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 2rem;
    overflow: hidden;
}

.section-header[b-at4hhqv1ud] {
    background: #34495e;
    color: white;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .section-header:hover[b-at4hhqv1ud] {
        background: #2c3e50;
    }

.section-content[b-at4hhqv1ud] {
    padding: 1.5rem;
}

    .section-content.collapsed[b-at4hhqv1ud] {
        display: none;
    }

/* Play Timing Section */
.play-conditions[b-at4hhqv1ud] {
    display: grid;
    gap: 1rem;
}

.condition-item[b-at4hhqv1ud] {
    background: #f8f9fa;
    border-left: 4px solid #3498db;
    padding: 1rem;
    border-radius: 0 5px 5px 0;
    display: grid;
    grid-template-columns: 1fr 200px;
    gap: 1rem;
    align-items: center;
}

    .condition-item.hot[b-at4hhqv1ud] {
        border-color: #e74c3c;
        background: #fff5f5;
    }

.condition-content[b-at4hhqv1ud] {
    display: flex;
    flex-direction: column;
}

.condition-title[b-at4hhqv1ud] {
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.condition-image[b-at4hhqv1ud] {
    background: #ffffff;
    border: 2px solid #bdc3c7;
    border-radius: 8px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 0.8rem;
    color: #7f8c8d;
    text-align: center;
    padding: 0.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .condition-image:hover[b-at4hhqv1ud] {
        border-color: #3498db;
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .condition-image.hot[b-at4hhqv1ud] {
        border-color: #e74c3c;
        border-width: 3px;
        box-shadow: 0 0 10px rgba(231, 76, 60, 0.3);
    }

    .condition-image img[b-at4hhqv1ud] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

@media (max-width: 768px) {
    .condition-item[b-at4hhqv1ud] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .condition-image[b-at4hhqv1ud] {
        height: 100px;
    }
}

/* Bonus Features */
.bonus-grid[b-at4hhqv1ud] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.bonus-card[b-at4hhqv1ud] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    background: #f8f9fa;
}

    .bonus-card h4[b-at4hhqv1ud] {
        color: #8e44ad;
        margin-bottom: 1rem;
    }

/* Bankroll Calculator */
.calculator-widget[b-at4hhqv1ud] {
    background: #ecf0f1;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    justify-content: center;
}

/* Premium Content Overlay */
.premium-overlay[b-at4hhqv1ud] {
    position: relative;
}

.premium-blur[b-at4hhqv1ud] {
    filter: blur(3px);
    pointer-events: none;
}

.premium-banner[b-at4hhqv1ud] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(231, 76, 60, 0.95);
    color: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.upgrade-btn[b-at4hhqv1ud] {
    background: #f39c12;
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    margin-top: 1rem;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
}

    .upgrade-btn:hover[b-at4hhqv1ud] {
        background: #e67e22;
    }

.info-btn[b-at4hhqv1ud] {
    background: rgba(1,1,1,0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    color: white;
    border: none;
    margin-top: 1rem;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

    .info-btn:hover[b-at4hhqv1ud] {
        background: rgba(123,123,123,0.5);
    }

/* Responsive Design */
@media (max-width: 768px) {
    .header[b-at4hhqv1ud] {
        padding: 1rem;
        flex-direction: column;
        gap: 1rem;
    }

    .main-content[b-at4hhqv1ud] {
        padding: 1rem;
    }

    .slot-header[b-at4hhqv1ud] {
        grid-template-columns: 1fr;
        gap: 1rem;
        text-align: center;
    }

    .slot-image[b-at4hhqv1ud] {
        height: 150px;
    }

    .slot-info h1[b-at4hhqv1ud] {
        font-size: 2rem;
    }

    .slot-meta[b-at4hhqv1ud] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .quick-stats[b-at4hhqv1ud] {
        grid-template-columns: repeat(2, 1fr);
    }

    .calculator-input[b-at4hhqv1ud] {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* Interactive Elements */
.toggle-icon[b-at4hhqv1ud] {
    transition: transform 0.3s ease;
}

    .toggle-icon.rotated[b-at4hhqv1ud] {
        transform: rotate(180deg);
    }

.paywall-active .premium-content[b-at4hhqv1ud] {
    filter: blur(5px);
    pointer-events: none;
}

.calculation-result[b-at4hhqv1ud] {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1rem;
}

.calculation-result positive[b-at4hhqv1ud] {
    color: #27ae60;
}

    .calculation-result negative[b-at4hhqv1ud] {
        color: #e74c3c;
    }
/* _content/BlazorApp1/Components/Pages/SlotDetails.razor.rz.scp.css */
body[b-os4qrqqv0h] {
    font-family: 'Inter', sans-serif;
    background-color: #f4f7fc; /* A very light, cool gray-blue background */
}

.header-section[b-os4qrqqv0h] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); /* Vibrant blue to purple gradient */
    color: white;
    padding: 2.5rem 0;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

/* UPDATED: Thumbnail style for the header image */
.slot-thumbnail[b-os4qrqqv0h] {
    width: 250px;
    height: 175px;
    object-fit: cover;
    border-radius: 1.25rem;
    border: 3px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    flex-shrink: 0; /* Prevents the image from shrinking */
}

h1.slot-title[b-os4qrqqv0h] {
    font-weight: 700;
    font-size: 2.5rem;
}

.provider-badge[b-os4qrqqv0h] {
    font-size: 1rem;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0.5em 1em;
    border-radius: 25px;
    display: inline-block;
}

.card[b-os4qrqqv0h] {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-bottom: 1.5rem;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

    .card:hover[b-os4qrqqv0h] {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    }

.card-header[b-os4qrqqv0h] {
    background-color: #667eea; /* Matching the gradient start color */
    color: white;
    font-weight: 600;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
}

.card-body[b-os4qrqqv0h] {
    padding: 1.5rem;
}

.strategy-image[b-os4qrqqv0h] {
    width: 100%;
    max-width: 400px;
    border-radius: 0.75rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 3px solid #e9ecef;
}

.key-info-container[b-os4qrqqv0h] {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.key-info-item[b-os4qrqqv0h] {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex-grow: 1;
    flex-basis: 100px;
}

    .key-info-item .label[b-os4qrqqv0h] {
        display: block;
        font-size: 0.8rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 0.25rem;
    }

    .key-info-item .value[b-os4qrqqv0h] {
        display: block;
        font-size: 1.1rem;
        font-weight: 600;
    }

.action-buttons-container[b-os4qrqqv0h] {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

    .action-buttons-container .btn[b-os4qrqqv0h] {
        font-weight: 600;
        padding: 0.75rem 1.5rem;
        border-radius: 50px;
        min-width: 180px;
    }

.btn-light[b-os4qrqqv0h] {
    background-color: #fff;
    color: #667eea;
    transition: background-color 0.2s ease;
}

    .btn-light:hover[b-os4qrqqv0h] {
        background-color: #f0f0f0;
        color: #667eea;
    }

.strategy-block[b-os4qrqqv0h] {
    padding: 1.5rem;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
}

    .strategy-block:last-child[b-os4qrqqv0h] {
        margin-bottom: 0;
    }

    .strategy-block h3[b-os4qrqqv0h] {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
        display: flex;
        align-items: center;
    }

        .strategy-block h3 .bi[b-os4qrqqv0h] {
            font-size: 1.5rem;
            margin-right: 0.75rem;
        }

.strategy-play[b-os4qrqqv0h] {
    background-color: #e7f5ec;
    border-left: 5px solid #28a745;
}

.strategy-info[b-os4qrqqv0h] {
    background-color: #e3f2fd;
    border-left: 5px solid #0d6efd;
}

.strategy-warning[b-os4qrqqv0h] {
    background-color: #fff8e1;
    border-left: 5px solid #ffc107;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .header-section .d-md-flex[b-os4qrqqv0h] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .slot-thumbnail[b-os4qrqqv0h] {
        margin-bottom: 1.5rem;
    }

    h1.slot-title[b-os4qrqqv0h] {
        font-size: 2rem;
    }

    .key-info-container[b-os4qrqqv0h], .action-buttons-container[b-os4qrqqv0h] {
        justify-content: center;
    }
}
/* _content/BlazorApp1/Components/Pages/TrackedPlays-old.razor.rz.scp.css */
body[b-46odesnofm] {
    font-family: 'Inter', sans-serif;
    background-color: #f8f9fa;
    color: #212529;
}

.design-title[b-46odesnofm] {
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-card[b-46odesnofm] {
    background-color: #ffffff;
    border: 1px solid #dee2e6 !important;
}

.delete-btn:hover[b-46odesnofm] {
    color: #dc3545 !important;
}

.stat-box[b-46odesnofm] {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
}

.text-xxs[b-46odesnofm] {
    font-size: .75rem;
    line-height: 1.2;
}

.fw-600[b-46odesnofm] {
    font-weight: 600;
}

.slot-machine-visual[b-46odesnofm] {
    border: 2px solid #adb5bd;
    border-radius: 4px;
    width: 50px;
    background: linear-gradient(to right, #ced4da, #e9ecef);
}

.slot-machine-screen[b-46odesnofm] {
    background-color: #212529;
    color: #ffc107;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1;
    padding: 4px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom: 2px solid #6c757d;
}

.slot-machine-body[b-46odesnofm] {
    height: 15px;
}

.win-loss.positive .value[b-46odesnofm] {
    color: #28a745;
}

.win-loss.negative .value[b-46odesnofm] {
    color: #dc3545;
}

.pot-of-gold-visual[b-46odesnofm] {
    width: 60px;
    height: 55px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pot-body[b-46odesnofm] {
    width: 100%;
    height: 45px;
    background: #198754;
    border: 2px solid #146c43;
    border-radius: 50% 50% 40% 40% / 100% 100% 60% 60%;
    position: absolute;
    bottom: 0;
    box-shadow: inset 0 -4px 8px rgba(0,0,0,0.3);
}

.pot-coins[b-46odesnofm] {
    position: absolute;
    top: 0;
    width: 90%;
    height: 20px;
    background: #ffc107;
    border: 2px solid #d4a200;
    border-radius: 50%;
    z-index: 1;
}

.pot-display[b-46odesnofm] {
    position: absolute;
    bottom: 5px;
    width: 35px;
    height: 35px;
    background: radial-gradient(circle, #ffeb3b, #ffc107);
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #d4a200;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.pot-number[b-46odesnofm] {
    color: #212529;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 0 2px white;
}

.section-divider[b-46odesnofm] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.25rem;
}

.dynamic-component-placeholder[b-46odesnofm] {
    border: 2px dashed #ced4da;
    border-radius: .375rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    min-width:200px;
    text-align: center;
    color: #6c757d;
}

.page-header[b-46odesnofm] {
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #dee2e6;
}

    .page-header h1[b-46odesnofm] {
        font-weight: 700;
        color: #343a40;
    }

.required-section[b-46odesnofm] {
    background-color: #f8f9fa; /* Light gray background */
    border: 1px solid #dee2e6;
}

/* Machine Group Styles */
.machine-group[b-46odesnofm] {
    border-bottom: 1px solid #e9ecef;
}

    .machine-group:last-child[b-46odesnofm] {
        border-bottom: none;
    }

.machine-summary[b-46odesnofm] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .machine-summary:hover[b-46odesnofm] {
        transform: translateY(-1px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .machine-summary.expanded[b-46odesnofm] {
        background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    }

.summary-content[b-46odesnofm] {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.machine-info h3[b-46odesnofm] {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 600;
}

.play-count[b-46odesnofm] {
    font-size: 20px;
    opacity: 0.8;
}

.summary-stats[b-46odesnofm] {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-left: auto; /* This pushes the element to the end */
}

    .summary-stats .stat[b-46odesnofm] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .summary-stats .label[b-46odesnofm] {
        font-size: 12px;
        text-transform: uppercase;
        opacity: 0.9;
        font-weight: 500;
    }

    .summary-stats .value[b-46odesnofm] {
        font-size: 18px;
        font-weight: 700;
    }

.expand-icon[b-46odesnofm] {
    display: flex;
    align-items: center;
}

.chevron[b-46odesnofm] {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.machine-summary.expanded .chevron[b-46odesnofm] {
    transform: rotate(180deg);
}

.machine-plays[b-46odesnofm] {
    background: #f8f9fa;
}

.individual-play[b-46odesnofm] {
    background: white;
    margin: 0;
    border-bottom: 1px solid #e9ecef;
}

    .individual-play:last-child[b-46odesnofm] {
        border-bottom: none;
    }

    .individual-play .play-content[b-46odesnofm] {
        padding: 10px 25px;
    }

    .individual-play .play-header[b-46odesnofm] {
        margin-bottom: 10px;
    }

    .individual-play .machine-name[b-46odesnofm] {
        display: none;
    }

.empty-state[b-46odesnofm] {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

    .empty-state p[b-46odesnofm] {
        font-size: 16px;
        margin: 0;
    }
/* _content/BlazorApp1/Components/Pages/TrackedPlays.razor.rz.scp.css */
body[b-4cfeu21mte] {
    font-family: 'Inter', sans-serif;
    background-color: #f0f2f5;
}

.win-loss-value[b-4cfeu21mte] {
    font-weight: 700;
}

.text-success-emphasis[b-4cfeu21mte] {
    color: #198754 !important;
}

.text-danger-emphasis[b-4cfeu21mte] {
    color: #dc3545 !important;
}

.state-mockup[b-4cfeu21mte] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    width: 42px;
    height: 42px;
    background-color: #e9ecef;
    padding: 3px;
    border-radius: 0.375rem;
    flex-shrink: 0;
    cursor: pointer;
    transition: transform 0.2s ease-out;
}

    .state-mockup:hover[b-4cfeu21mte] {
        transform: scale(1.1);
    }

.state-mockup-cell[b-4cfeu21mte] {
    background-color: #198754;
    border-radius: 2px;
}

    .state-mockup-cell.active[b-4cfeu21mte] {
        background-color: #ffc107;
    }

.state-container[b-4cfeu21mte] {
    cursor: pointer;
    max-width: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.state-container:hover[b-4cfeu21mte] {
    transform: scale(1.1);
}

/* --- STYLES FOR STATE ZOOM MODAL --- */
#stateModal .modal-content[b-4cfeu21mte] {
    background: transparent;
    border: none;
    box-shadow: none;
}

.state-grid-zoomed[b-4cfeu21mte] {
    width: 70vw;
    height: 70vw;
    max-width: 300px;
    max-height: 300px;
    gap: 8px;
    padding: 8px;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    : scale(2); /* Example of making it "bigger" */
    /* You can add more styles here for the zoomed effect */
}

    .state-grid-zoomed .state-mockup-cell[b-4cfeu21mte] {
        border-radius: 8px;
    }

/* --- STYLES FOR THE FINAL LAYOUT --- */
.play-card[b-4cfeu21mte] {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 0.75rem;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: border-color 0.2s ease;
}

    .play-card:hover[b-4cfeu21mte] {
        border-color: #adb5bd;
    }

.play-card[b-4cfeu21mte] {
    display: flex;
    align-items: stretch; /* Ensures columns are the same height */
}

.play-card-main[b-4cfeu21mte] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 0; /* Prevents flex items from overflowing */
}

.play-card-header[b-4cfeu21mte] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.slot-info[b-4cfeu21mte] {
    flex-grow: 1;
}

.slot-name[b-4cfeu21mte] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #212529;
}

.slot-provider[b-4cfeu21mte] {
    font-size: 0.85rem;
    color: #6c757d;
}

.session-context[b-4cfeu21mte] {
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.1rem 0.5rem; /* row and column gap */
}

    .session-context i[b-4cfeu21mte] {
        margin-right: 0.1rem;
    }

.session-details[b-4cfeu21mte] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-top: 0.75rem;
    flex-basis: 100%;
    border-top: 1px solid #e9ecef;
    padding-top: 0.75rem;
    font-size: 0.8rem;
    color: #6c757d;
}

.detail-item[b-4cfeu21mte] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

    .detail-item strong[b-4cfeu21mte] {
        color: #212529;
    }

.win-loss[b-4cfeu21mte] {
    text-align: right;
}

    .win-loss .h5[b-4cfeu21mte] {
        margin-bottom: 0;
    }

.page-header[b-4cfeu21mte] {
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #dee2e6;
}

    .page-header h1[b-4cfeu21mte] {
        font-weight: 700;
        color: #343a40;
    }

/* --- Add Play Modal Styles --- */
.required-section[b-4cfeu21mte] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

.section-divider[b-4cfeu21mte] {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 2rem 0 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

    .section-divider[b-4cfeu21mte]::before,
    .section-divider[b-4cfeu21mte]::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #dee2e6;
    }

    .section-divider:not(:empty)[b-4cfeu21mte]::before {
        margin-right: .5em;
    }

    .section-divider:not(:empty)[b-4cfeu21mte]::after {
        margin-left: .5em;
    }

/* Machine Group Styles */
.machine-group[b-4cfeu21mte] {
    border-bottom: 1px solid #e9ecef;
}

    .machine-group:last-child[b-4cfeu21mte] {
        border-bottom: none;
    }

.machine-summary[b-4cfeu21mte] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .machine-summary:hover[b-4cfeu21mte] {
        transform: translateY(-1px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .machine-summary.expanded[b-4cfeu21mte] {
        background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    }

.summary-content[b-4cfeu21mte] {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.machine-info h3[b-4cfeu21mte] {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 600;
}

.play-count[b-4cfeu21mte] {
    font-size: 20px;
    opacity: 0.8;
}

.summary-stats[b-4cfeu21mte] {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-left: auto; /* This pushes the element to the end */
}

    .summary-stats .stat[b-4cfeu21mte] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .summary-stats .label[b-4cfeu21mte] {
        font-size: 12px;
        text-transform: uppercase;
        opacity: 0.9;
        font-weight: 500;
    }

    .summary-stats .value[b-4cfeu21mte] {
        font-size: 18px;
        font-weight: 700;
    }

.expand-icon[b-4cfeu21mte] {
    display: flex;
    align-items: center;
}

.chevron[b-4cfeu21mte] {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.machine-summary.expanded .chevron[b-4cfeu21mte] {
    transform: rotate(180deg);
}

.machine-plays[b-4cfeu21mte] {
    background: #f8f9fa;
}

.win-loss.positive .value[b-4cfeu21mte] {
    color: #28a745;
}

.win-loss.negative .value[b-4cfeu21mte] {
    color: #dc3545;
}
/* _content/BlazorApp1/Components/SlotComponents/StateDisplayModal.razor.rz.scp.css */
.state-grid-zoomed[b-81el5ex4gb] {
    transform: scale(2);
}
