/* _content/RocketPoker/Pages/GeneralTerms.razor.rz.scp.css */
/* Layout styles - embedded directly in this component */
#acc-start[b-64b3bl8yji] {
    background: transparent;
    height: 100%;
    bottom: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.acc-footer[b-64b3bl8yji] {
    position: fixed;
    bottom: 0px;
    width: 100%;
    align-items: center;
    font-size: 0.7rem;
    font-weight: lighter;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
    background: var(--acc-anthrazit);
}

    .acc-footer a[b-64b3bl8yji] {
        all: unset;
        cursor: pointer;
    }

.acc-footer-follow-us[b-64b3bl8yji] {
    flex-basis: 100%;
    text-align: center;
    text-transform: uppercase;
}

.acc-footer-social-media[b-64b3bl8yji] {
    display: flex;
    justify-content: center;
    gap: 10px 20px;
    flex-wrap: wrap;
}

.acc-footer-legal[b-64b3bl8yji] {
    display: flex;
    justify-content: center;
    z-index: 8;
    position: relative;
}

    .acc-footer-legal a[b-64b3bl8yji] {
        margin: 0 65px 0 65px;
    }

.acc-info[b-64b3bl8yji] {
    flex: 1;
    padding: 2rem;
    padding-bottom: 200px; /* Space for footer */
}

/* Content styles */
.acc-terms-content[b-64b3bl8yji] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 1.6;
}

    .acc-terms-content h1[b-64b3bl8yji] {
        color: var(--acc-green);
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
        text-align: center;
        font-variant: small-caps;
        font-weight: bold;
    }

.acc-terms-intro[b-64b3bl8yji] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(0, 203, 117, 0.3);
    /* REMOVED: font-style: italic; */
}

    .acc-terms-intro p[b-64b3bl8yji] {
        margin-bottom: 1rem;
        font-weight: 500;
    }

.acc-terms-section[b-64b3bl8yji] {
    margin-bottom: 2rem;
}

    .acc-terms-section h2[b-64b3bl8yji] {
        color: var(--acc-blue);
        font-size: 1.2rem;
        margin-bottom: 1rem;
        font-weight: bold;
        border-bottom: 1px solid rgba(120, 120, 250, 0.3);
        padding-bottom: 0.5rem;
    }

    .acc-terms-section p[b-64b3bl8yji] {
        margin-bottom: 1rem;
        text-align: justify;
        text-indent: 0;
    }

        /* Bold text formatting - no colors, just bold */
        .acc-terms-section p strong[b-64b3bl8yji] {
            font-weight: bold;
        }

        .acc-terms-section p b[b-64b3bl8yji] {
            font-weight: bold;
        }

/* Also apply bold formatting to intro section */
.acc-terms-intro p strong[b-64b3bl8yji] {
    font-weight: bold;
}

.acc-terms-intro p b[b-64b3bl8yji] {
    font-weight: bold;
}

/* For any text that should be bold */
.bold-text[b-64b3bl8yji] {
    font-weight: bold;
}

/* Mobile responsiveness */
@media only screen and (max-width: 899px) {
    .acc-footer-follow-us[b-64b3bl8yji] {
        font-size: 11px;
    }

    .acc-footer-legal[b-64b3bl8yji] {
        font-size: 11px;
    }

    .acc-info[b-64b3bl8yji] {
        padding: 1rem;
        padding-bottom: 220px;
    }

    .acc-terms-content[b-64b3bl8yji] {
        padding: 1.5rem;
        margin: 1rem;
        max-width: calc(100% - 2rem);
        font-size: 0.9rem;
    }

        .acc-terms-content h1[b-64b3bl8yji] {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

    .acc-terms-section h2[b-64b3bl8yji] {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 599px) {
    .acc-terms-content[b-64b3bl8yji] {
        padding: 1rem;
        margin: 0.5rem;
        font-size: 0.85rem;
    }

        .acc-terms-content h1[b-64b3bl8yji] {
            font-size: 1.3rem;
        }

    .acc-terms-section h2[b-64b3bl8yji] {
        font-size: 1rem;
    }
}

/* Hide social media if screen is so tiny */
@media only screen and (max-height: 389px) {
    .acc-footer-social-media[b-64b3bl8yji] {
        display: none;
    }
}
/* _content/RocketPoker/Pages/Index.razor.rz.scp.css */
[b-byadqp35fy] input {
    color: white;
    background-color: #313142;
    border: 1px solid white;
    border-radius: 3px;
    height: 25px;
    width: 250px;
    font-size: medium;
    padding: 0px 7px;
}

    [b-byadqp35fy] input::placeholder {
        text-transform: uppercase;
    }

.acc-form[b-byadqp35fy] {
    width:max-content;
}

/* add shadow to 'MISSION' text for extra contrast from rocket background image */
.acc-form .acc-green-to-blue[b-byadqp35fy] {
    filter: drop-shadow(2px 2px 2px var(--acc-anthrazit)) drop-shadow(-2px -2px 2px var(--acc-anthrazit));
}

    .acc-form h1[b-byadqp35fy] {
        font-size: 3rem;
        margin-bottom: 0.5rem;
    }

select[b-byadqp35fy] {
    margin-top: 20px;
    border: 1px solid white;
    border-radius: 3px;
    -webkit-appearance: menulist-button;
    background-color: #313142;
    color: white;
    font-size: medium;
    padding: 0px 7px;
    height: 25px;
}

.acc-login[b-byadqp35fy] {
    width: 100%;
    display: flex;
    position:relative;
    z-index:5;
}

.acc-card-deck[b-byadqp35fy] {
    display: flex;
    width: 100%
}

/* Phone-ish */
@media only screen and (max-width: 799px) {

    .acc-form[b-byadqp35fy] {
        width: 100%;
        z-index:5;
        position:relative;
    }

        .acc-form h1[b-byadqp35fy] {
            font-size: 2rem;
        }

    .acc-login[b-byadqp35fy] {
        width: 64.4%;
        min-width: 250px;
    }

    .acc-card-deck[b-byadqp35fy] {
        width: 64.4%;
        min-width: 250px;
    }
}

@media only screen and (max-width: 599px) {

    .acc-login-area[b-byadqp35fy] {
        margin-bottom: 8rem;
    }

    .acc-form > h1[b-byadqp35fy] {
        line-height: 1.3!important;
    }

    .acc-form > p[b-byadqp35fy] {
        line-height: 1.5!important;
    }

    .acc-login[b-byadqp35fy] {
        width: 73.4%;
    }

    .acc-card-deck[b-byadqp35fy] {
        width: 73.4%;
    }
}
/* _content/RocketPoker/Pages/InviteFragment.razor.rz.scp.css */
.acc-invite-hidden[b-cg5f3btr8w] {
    display: none;
}
/* _content/RocketPoker/Pages/Join.razor.rz.scp.css */
[b-jpjqn4cktk] input {
    color: white;
    background-color: #313142;
    border: 1px solid white;
    border-radius: 3px;
    height: 25px;
    width: 250px;
    font-size: medium;
    padding: 0px 7px;
}

    [b-jpjqn4cktk] input::placeholder {
        text-transform: uppercase;
    }

.acc-form[b-jpjqn4cktk] {
    margin-top: 5rem;
    justify-content: center;
    z-index: 4;
    position: relative;
    width: fit-content;
}

.acc-spinner[b-jpjqn4cktk] {
    position: relative;
    margin: auto;
    aspect-ratio: 1;
    vertical-align: middle;
    display: flex;
    align-items: center;
    transform: scale(2);
    z-index:10;
}

    .acc-spinner[b-jpjqn4cktk]:after {
        content: " ";
        position: absolute;
        display: block;
        width: calc(100% + 20px);
        aspect-ratio: 1;
        left: -10px;
        border-radius: 50%;
        border: 8px solid;
        border-color: var(--acc-green) transparent var(--acc-green) transparent;
        box-sizing: border-box;
        animation: spinner-b-jpjqn4cktk 1.5s linear infinite;
        z-index: 10;
    }

@keyframes spinner-b-jpjqn4cktk {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* add shadow to 'MISSION' text for extra contrast from rocket background image */
.acc-form .acc-green-to-blue[b-jpjqn4cktk] {
    filter: drop-shadow(2px 2px 2px var(--acc-anthrazit)) drop-shadow(-2px -2px 2px var(--acc-anthrazit));
}

    .acc-form h1[b-jpjqn4cktk] {
        font-size:3.6rem;
        margin-bottom: 0.5rem;
    }

/* Small width */
@media only screen and (max-width: 899px) {
    .acc-button[b-jpjqn4cktk] {
        font-size: 12px;
    }

    .acc-form h1[b-jpjqn4cktk] {
        font-size: 34px;
    }
}
/* _content/RocketPoker/Pages/PokerRoom.razor.rz.scp.css */
.acc-room[b-aykw0ge1s1] {
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: -1.7rem;
    min-height: 100vh;
}

.accordion[b-aykw0ge1s1] {
    position: fixed;
    top: 180px;
    left: 50px;
    width: 300px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.accordion-header[b-aykw0ge1s1] {
    position: relative;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    background: linear-gradient(133.28deg, rgba(255, 255, 255, 0.19) 20.68%, rgba(255, 255, 255, 0.06) 80.06%);
    color: #fff;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    z-index: 1;
}

    .accordion-header[b-aykw0ge1s1]::after {
        content: attr(data-round);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 8px;
        background: linear-gradient(133.28deg, rgba(255, 255, 255, 0.19) 20.68%, rgba(255, 255, 255, 0.06) 80.06%);
        color: #fff;
        display: none;
        border-radius: 0 0 8px 8px;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease;
        transform: translateY(-10px);
    }

.accordion-content[b-aykw0ge1s1] {
    display: none;
    padding: 10px;
    background: linear-gradient(133.28deg, rgba(255, 255, 255, 0.19) 20.68%, rgba(255, 255, 255, 0.06) 80.06%);
    color: #fff;
    border-radius: 0 0 8px 8px;
    position: relative;
    z-index: 0;
}

    .accordion-content:not(:first-of-type)[b-aykw0ge1s1] {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 0;
    }

.accordion-header:hover + .accordion-content[b-aykw0ge1s1] {
    display: block;
}

.accordion-header:hover[b-aykw0ge1s1]::after {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 1200px) {
    .accordion-header[b-aykw0ge1s1]::after {
        display: none !important;
    }

    .accordion-content[b-aykw0ge1s1] {
        display: none !important;
    }
}

.acc-flex-column[b-aykw0ge1s1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.acc-flex-column-special[b-aykw0ge1s1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    grid-area: 1 / 1 / 3 / 3;
    gap: 30px;
    margin-left: -1rem
}

.acc-flex-column-hot[b-aykw0ge1s1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    grid-area: 1 / 1 / 3 / 3;
    margin-bottom: 25px;
}

.acc-arc-gauge-container[b-aykw0ge1s1] {
    position: relative;
    margin-top: 5px;
    aspect-ratio: 2;
}

.acc-agreement-info[b-aykw0ge1s1] {
    position: absolute;
    bottom: 0px;
    height: 70%;
    gap: 1.5rem;
    color: var(--acc-green)
}

.acc-agreement-distribution[b-aykw0ge1s1] {
    display: flex;
}

.acc-agreement-text[b-aykw0ge1s1] {
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acc-hand-area-wrapper[b-aykw0ge1s1] {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow-y: hidden;
    display: inline-grid;
}

.acc-hand-area[b-aykw0ge1s1] {
    max-width: fit-content;
    /*max-width: calc(13 * 4.5rem);*/
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    background-color: transparent;
    overflow-x: auto;
}

.acc-card[b-aykw0ge1s1] {
    position: relative;
    width: 3.5rem;
    height: calc(1.375 * 3.5rem);
    border: double 1px transparent;
    border-radius: 5px 10px;
    background-image: linear-gradient(white, white), linear-gradient(to top, var(--acc-green),var(--acc-blue));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--acc-blue);
}

[b-aykw0ge1s1] .acc-card > img {
    width: 2rem;
}

.acc-card.acc-card-selected[b-aykw0ge1s1] {
    border-radius: 10px 5px;
}

.acc-card-selected > img[b-aykw0ge1s1] {
    width: 100%;
    vertical-align: bottom;
}

.acc-button-hot[b-aykw0ge1s1] {
    font-size: 0.8rem;
    color: white;
    background-color: var(--acc-green);
    text-transform: uppercase;
    border-radius: 0.25rem;
    min-width: 6em;
    border: none;
    padding: 1em 1em;
    margin: 0 1em;
    z-index: 2;
    margin-left: 16rem;
    margin-bottom: 33px;
}

.acc-card-super[b-aykw0ge1s1] {
    position: absolute;
    font-size: 0.33em;
    top: 2px;
    left: 2px;
    width: 1em;
}

.acc-card-sub[b-aykw0ge1s1] {
    position: absolute;
    font-size: 0.33em;
    bottom: 2px;
    right: 2px;
    width: 1em;
    -webkit-transform: scale(-1, -1);
}

.acc-card-notselected[b-aykw0ge1s1] {
    background-image: linear-gradient(#484856, #484856), linear-gradient(to top, var(--acc-green),var(--acc-blue));
}

    .acc-card-notselected:hover[b-aykw0ge1s1] {
        transform: none;
    }

.acc-hand-area .acc-card[b-aykw0ge1s1] {
    flex: 0 0 3.2rem;
    margin: 0.4rem 0.2rem;
}

    .acc-hand-area .acc-card:hover[b-aykw0ge1s1] {
        transition: 0.3s;
        transform: translateY(-0.4rem);
    }

.acc-disconnected[b-aykw0ge1s1] {
    background-image: repeating-linear-gradient(135deg, #484856 0%, #484856 2%, black 2%, black 4%, #484856 4%);
}

.acc-table-wrapper[b-aykw0ge1s1] {
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    grid-template-areas:
        "top-left top top-right"
        "left table right"
        "bottom-left bottom bottom-right";
    grid-template-rows: 120px 360px 120px;
    grid-template-columns: 180px 600px 180px;
    gap: 10px;
    margin-top: 5rem;
}

.acc-table[b-aykw0ge1s1] {
    grid-area: table;
    width: 100%;
    height: 100%;
    background: linear-gradient(133.28deg, rgba(255, 255, 255, 0.19) 20.68%, rgba(255, 255, 255, 0.03) 80.06%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3em;
    color: white;
    padding: 15px 0px 5px 35px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    text-align: center;
}

.acc-table-side-top[b-aykw0ge1s1] {
    grid-area: top;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: end;
    flex-wrap: wrap-reverse;
}

.acc-table-side-bottom[b-aykw0ge1s1] {
    grid-area: bottom;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: start;
    flex-wrap: wrap;
}

.acc-table-side-left[b-aykw0ge1s1] {
    grid-area: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: end;
    flex-wrap: wrap-reverse;
    height: 80%;
    margin-top: 2.3rem;
}

.acc-table-side-right[b-aykw0ge1s1] {
    grid-area: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: baseline;
    flex-wrap: wrap;
    height: 80%;
    margin-top: 2.3rem;
}

.acc-player[b-aykw0ge1s1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    margin: 0 5px;
}

.acc-player-hot[b-aykw0ge1s1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    margin: 0 5px;
    -webkit-transform: scale(1.5, 1.5);
    margin-right: 35px;
    margin-top: 15%;
}

.acc-indicator[b-aykw0ge1s1] {
    color: var(--acc-blue);
    border: 2px solid var(--acc-blue);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
}

    .acc-indicator[activated][b-aykw0ge1s1] {
        background: rgba(255, 255, 255, 0.8);
    }

.acc-exclamation-circle[b-aykw0ge1s1] {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--acc-green);
    color: var(--acc-green);
    width: 13.5px;
    height: 13.5px;
    font-weight: 600;
    font-size: 11px;
    margin-left: 5px;
    text-align: center;
}

.acc-tooltip-wrapper[b-aykw0ge1s1] {
    user-select: none;
}

    .acc-tooltip-wrapper:hover .acc-tooltip[b-aykw0ge1s1] {
        visibility: visible;
    }

.acc-tooltip[b-aykw0ge1s1] {
    visibility: hidden;
    max-width: 180px;
    background-color: black;
    color: #fff;
    padding: 5px 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    text-transform: none;
    font-size: 12px;
    line-height: 13px;
    font-weight: 300;
    text-align: left;
}

.acc-invite-button[b-aykw0ge1s1] {
    background: center / 70% no-repeat url(assets/icons/invite.svg);
}

.acc-next-round-button[b-aykw0ge1s1] {
    font-size: 0.8rem;
    color: white;
    background-color: var(--acc-green);
    text-transform: uppercase;
    border-radius: 0.25rem;
    min-width: 6em;
    border: none;
    padding: 1em 1em;
    margin: 10px auto 20px
}

.acc-flex-column.acc-agreement-info[b-aykw0ge1s1] {
    margin-left: 0rem;
}

.acc-agreement-distribution[b-aykw0ge1s1] {
    margin-left: 0.8rem;
}

.acc-flex-column[b-aykw0ge1s1] {
    margin-top: -1rem;
}

.acc-phone-only[b-aykw0ge1s1] {
    display: none;
}

.acc-spinner[b-aykw0ge1s1] {
    position: relative;
    margin: auto;
    aspect-ratio: 1;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

    .acc-spinner[b-aykw0ge1s1]:after {
        content: " ";
        position: absolute;
        display: block;
        width: calc(100% + 20px);
        aspect-ratio: 1;
        left: -10px;
        border-radius: 50%;
        border: 8px solid;
        border-color: var(--acc-green) transparent var(--acc-green) transparent;
        box-sizing: border-box;
        animation: spinner-b-aykw0ge1s1 1.5s linear infinite;
    }

@keyframes spinner-b-aykw0ge1s1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Desktop-ish */
@media screen and (min-width: 1025px) and (min-height:778px) {
    /* Hide hand on small height */
    @media screen and (max-height:860px) {
        .acc-hand-area[b-aykw0ge1s1] {
            margin-bottom: -4rem;
        }

            .acc-hand-area:hover[b-aykw0ge1s1] {
                transition: 0.3s;
                margin-bottom: 0rem;
            }
    }
}

/* Notebook-ish */
@media screen and (max-width: 1024px), (max-height:777px) {
    @media screen and (min-width:556px) and (min-height:626px) {
        /* Hide hand on small height */
        @media screen and (max-height:780px) {
            .acc-hand-area[b-aykw0ge1s1] {
                margin-bottom: -4rem;
            }

                .acc-hand-area:hover[b-aykw0ge1s1] {
                    transition: 0.3s;
                    margin-bottom: 0rem;
                }
        }

        /* Enlarge hand on big height*/
        @media screen and (min-height:900px) {
            .acc-hand-area .acc-card[b-aykw0ge1s1] {
                -webkit-transform: scale(1.3, 1.3);
                margin: 1.5rem 0.7rem;
            }

                .acc-hand-area .acc-card:hover[b-aykw0ge1s1] {
                    transition: 0.3s;
                    -webkit-transform: scale(1.3, 1.3) translateY(-0.52rem);
                }
        }

        .acc-table-wrapper[b-aykw0ge1s1] {
            grid-template-areas:
                "left top    right"
                "left table  right"
                "left bottom right";
            grid-template-rows: 124px 340px 124px;
            grid-template-columns: 70px minmax(100px, 500px) 70px;
        }

        .acc-player[b-aykw0ge1s1] {
            justify-content: unset;
            flex: unset;
        }

        .acc-table-side-left[b-aykw0ge1s1], .acc-table-side-right[b-aykw0ge1s1] {
            margin-top: 4rem;
        }
    }
}

/* Phone-ish */
@media screen and (max-width: 555px), (max-height:625px) {
    /* Hide hand */
    @media screen and (max-height:780px) {
        .acc-hand-area[b-aykw0ge1s1] {
            margin-bottom: -3rem;
        }

            .acc-hand-area:hover[b-aykw0ge1s1] {
                transition: 0.3s;
                margin-bottom: 0rem;
            }
    }

    .acc-agreement-distribution[b-aykw0ge1s1] {
        height: unset;
        width: 100%;
        margin-left: -0.2rem;
        margin-top: -3rem;
    }

    .acc-agreement[b-aykw0ge1s1] {
        display: none;
    }

    .acc-phone-only[b-aykw0ge1s1] {
        display: flex;
    }

    .acc-indicator[b-aykw0ge1s1] {
        color: var(--acc-blue);
        border: 2px solid var(--acc-blue);
        border-radius: 50%;
        height: 15px;
        width: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 18px;
    }

    .acc-flex-column[b-aykw0ge1s1] {
        margin-left: -1.2rem;
        margin-top: -1rem;
    }

    .acc-flex-column-special[b-aykw0ge1s1] {
        gap: 20px;
    }

    .acc-flex-column-hot[b-aykw0ge1s1] {
        -webkit-transform: scale(0.8, 0.8);
        margin-top: 3rem;
        margin-left: -7px;
    }

    .acc-player-hot[b-aykw0ge1s1] {
        margin-top: 0%;
    }

    .acc-button-hot[b-aykw0ge1s1] {
        margin-left: 11rem;
        margin-top: -1.5rem;
    }

    .acc-agreement > span[b-aykw0ge1s1] {
        position: relative;
        top: 1rem;
    }

    .acc-arc-gauge-container[b-aykw0ge1s1] {
        margin-top: 1.25rem;
    }

    .acc-agreement-image[b-aykw0ge1s1] {
        display: none;
        width: 100%;
    }

    .acc-agreement-info[b-aykw0ge1s1] {
        gap: 0.4rem;
    }

    .acc-table-side-left[b-aykw0ge1s1],
    .acc-table-side-right[b-aykw0ge1s1],
    .acc-table-side-top[b-aykw0ge1s1],
    .acc-table-side-bottom[b-aykw0ge1s1] {
        row-gap: 0.5rem;
    }

    .acc-table-side-left[b-aykw0ge1s1],
    .acc-table-side-right[b-aykw0ge1s1] {
        display: inline-block;
        margin-top: 11rem;
    }

    .acc-table-wrapper[b-aykw0ge1s1] {
        grid-template-areas:
            "left top    right"
            "left table  right"
            "left bottom right";
        grid-template-rows: 200px 200px 200px;
        grid-template-columns: 70px minmax(100px, 220px) 70px;
    }

    .acc-table[b-aykw0ge1s1] {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .acc-exclamation-circle[b-aykw0ge1s1] {
        margin-right: 1rem;
        z-index: 1;
        -webkit-transform: scale(1.2, 1.2);
    }

    .acc-tooltip[b-aykw0ge1s1] {
        display: none;
    }

    .acc-spinner[b-aykw0ge1s1] {
        margin-right: 5.5rem;
    }
}
/* _content/RocketPoker/Shared/JoinPage.razor.rz.scp.css */
.acc-start[b-26s0qkpfsj] {
    background: transparent;
    height: 100%;
    bottom: 0px;
    box-sizing: border-box;
}

.acc-rocket-join-page[b-26s0qkpfsj] {
    width: 30%;
    z-index: 4;
    position: absolute;
    top: 6rem;
}

.acc-footer[b-26s0qkpfsj] {
    position: absolute;
    bottom: 0px;
    width: 100%;
    align-items: center;
    font-size: 0.7rem;
    font-weight: lighter;
    padding: 10px;
    box-sizing: border-box;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0.2rem;
}

    .acc-footer a[b-26s0qkpfsj] {
        all: unset;
        cursor: pointer;
    }

.acc-footer-follow-us[b-26s0qkpfsj] {
    flex-basis: 100%;
    text-align: center;
    text-transform: uppercase;
}

.acc-footer-social-media[b-26s0qkpfsj] {
    display: flex;
    justify-content: center;
    gap: 10px 20px;
    flex-wrap: wrap;
}

.acc-footer-legal[b-26s0qkpfsj] {
    display: flex;
    justify-content: center;
    z-index: 8;
    position:relative;
}

    .acc-footer-legal a[b-26s0qkpfsj] {
        margin: 0 65px 0 65px;
    }

.acc-info[b-26s0qkpfsj] {
    display: table;
    position: relative;
    top: 20%;
    margin: auto;
}

/* Small width */
@media only screen and (max-width: 899px) {
    .acc-rocket-join-page[b-26s0qkpfsj] {
        width: 30%;
        z-index: 4;
        position: absolute;
        right:5%;
        top:25%;
    }

    .acc-footer-follow-us[b-26s0qkpfsj] {
        font-size: 11px;
    }

    .acc-footer-legal[b-26s0qkpfsj] {
        font-size: 11px;
    }
}

/* Hide social media if screen is so tiny, that it overlaps with the name field. */
@media only screen and (max-height: 389px) {
    .acc-footer-social-media[b-26s0qkpfsj] {
        display: none;
    }
}
/* _content/RocketPoker/Shared/LandingPage.razor.rz.scp.css */
.acc-start[b-yb01p6wy98] {
    background-color: #1B1B2D;
    background-size: contain;
    background-position: 70% 60%;
    height: 100%;
    bottom: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.acc-rocket-landing-page[b-yb01p6wy98] {
    width: 20%;
    z-index: 4;
    position:absolute;
    align-self:flex-end;
    right: 20%;
    top: 1rem;
}

.acc-rocket-landing-page-phone[b-yb01p6wy98] {
    display: none;
    width: 20%;
    position: absolute;
    top: 40%;
    right: 15%;
    z-index: 4;
}

.acc-login-area[b-yb01p6wy98] {
    position: relative;
    display: flex;
    justify-content:flex-start;
    margin-bottom: 10rem;
}

.acc-footer[b-yb01p6wy98] {
    width: 100%;
    align-items: center;
    font-size: 0.7rem;
    font-weight: lighter;
    padding: 10px;
    box-sizing: border-box;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0.2rem;
    margin-top: 5.4rem
}

.acc-footer a[b-yb01p6wy98] {
    all: unset;
    cursor: pointer;
}

.acc-footer-social-media[b-yb01p6wy98] {
    display: flex;
    justify-content: center;
    gap: 10px 20px;
    flex-wrap: wrap;
}

.acc-footer-follow-us[b-yb01p6wy98] {
    flex-basis: 100%;
    text-align: center;
    text-transform: uppercase;
}

.acc-footer-legal[b-yb01p6wy98] {
    display: flex;
    justify-content: center;
    z-index: 8;
    position: relative;
}

    .acc-footer-legal a[b-yb01p6wy98] {
        margin: 0 65px 0 65px;
    }

.acc-info[b-yb01p6wy98] {
    z-index: 5;
    margin-left:10%;
}

.grey-area[b-yb01p6wy98] {
    background: linear-gradient(157deg, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0.03) 100%);
    width:fit-content;
}

.elliptic-roof[b-yb01p6wy98] {
    background-color: transparent;
    position: relative;
}

.centered-div[b-yb01p6wy98] {
    background: transparent;
    position: relative;
    z-index: 3;
    text-align: center;
    white-space: pre-line;
    margin-top: -5rem;
}

.split-div[b-yb01p6wy98] {
    width: 100%;
    font-size: 16px;
    white-space: normal;
    display: flex;
    justify-content: center;
    margin-top: -1.7rem;
}

.left-div[b-yb01p6wy98] {
    display: inline-block;
    text-align: left;
    width: 30%;
    white-space: pre-line;
    margin-right: 2.5rem;
}

.right-div[b-yb01p6wy98] {
    display: inline-block;
    text-align: left;
    width: 30%;
    white-space: pre-line;
}

.step-odd[b-yb01p6wy98], .step-even[b-yb01p6wy98] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.acc-step-image-left[b-yb01p6wy98] {
    width: 40%;
    vertical-align: middle;
    margin-right: 2.5rem;
    border-radius: 12px;
}

.acc-step-image-right[b-yb01p6wy98] {
    width: 40%;
    vertical-align: middle;
    margin-left: 2.5rem;
    border-radius: 12px;
}

.acc-step-info-text[b-yb01p6wy98] {
    width: 20%;
    text-align: left;
}

.left-div[b-yb01p6wy98], .right-div[b-yb01p6wy98], .acc-step-info-text[b-yb01p6wy98] {
    font-size: 18px;
}

.acc-logo-white[b-yb01p6wy98] {
    filter: invert(100%) sepia(8%) saturate(479%) hue-rotate(320deg) brightness(1200%) contrast(100%);
    -webkit-transform: scale(2.2, 2.2);
}

/* Phone-ish */
@media only screen and (max-width: 799px) {

    .left-div[b-yb01p6wy98], .right-div[b-yb01p6wy98], .acc-step-info-text[b-yb01p6wy98] {
        font-size: 16px;
    }

    .acc-phone-only[b-yb01p6wy98] {
        display: flex;
    }

    .acc-info[b-yb01p6wy98] {
        display: block;
        position: initial;
        width: 90%;
        margin: 0 auto;
    }

    .acc-rocket-landing-page-phone[b-yb01p6wy98] {
        display:flex;
    }

    /* Small width */
    @media only screen and (max-width: 599px) {
        .acc-rocket-landing-page-phone[b-yb01p6wy98] {
        top: 45%;
        right: 35%;
        width: 30%;
        opacity: 0.2;
        }

        .acc-header > h2[b-yb01p6wy98] {
            order: 2 !important;
        }
    
        .acc-header .acc-header-buttons[b-yb01p6wy98] {
            order: 1;
        }

        .centered-div > h1[b-yb01p6wy98] {
            white-space: normal !important;
        }
    }

    .acc-rocket-landing-page[b-yb01p6wy98] {
        display: none;
    }

    .centered-div h1[b-yb01p6wy98] {
        font-size: 1.6rem;
        white-space: break-spaces;
        margin-left: 5px;
        margin-right: 5px;
    }

    .split-div[b-yb01p6wy98] {
        flex-direction:column;
    }

    .left-div[b-yb01p6wy98] {
        width: 90%;
        align-self: center;
        margin-right: 0rem;
    }

    .right-div[b-yb01p6wy98] {
        width: 90%;
        align-self: center;
    }

    .step-odd[b-yb01p6wy98] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 3rem;
        flex-direction: column-reverse;
    }

    .step-even[b-yb01p6wy98] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 3rem;
        flex-direction: column;
    }

    .acc-step-image-left[b-yb01p6wy98] {
        width: 90%;
        margin-right: 0rem;
        border-radius: 4px;
    }

    .acc-step-image-right[b-yb01p6wy98] {
        width: 90%;
        margin-left: 0rem;
        border-radius: 4px;
    }

    .acc-step-info-text[b-yb01p6wy98] {
        width: 90%;
    }

    .acc-logo-white[b-yb01p6wy98] {
        -webkit-transform: scale(1.5, 1.5);
    }

    .acc-footer-follow-us[b-yb01p6wy98] {
        font-size: 11px;
    }

    .acc-footer-legal[b-yb01p6wy98] {
        font-size: 11px;
    }
}
/* _content/RocketPoker/Shared/MainLayout.razor.rz.scp.css */
.acc-content[b-zaacwobw0s] {
    position: relative;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    overflow-x:hidden;
}

.acc-header[b-zaacwobw0s] {
    position: relative;
    z-index: 7;
    display: grid;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    grid-template-columns: repeat(3, 1fr);
    box-shadow: 0px 4px 20px 0px #1B1B2D;
    background-color: #1B1B2D;
    width: 100%;
}

.acc-dev-banner[b-zaacwobw0s] {
    position: absolute;
    z-index: 8;
    height: fit-content;
    width: fit-content;
    border: 5px solid var(--acc-green);
    flex-direction: row;
    justify-content: space-between;
    background-color: var(--acc-green);
    color: black;
}

/* Phone-ish */
@media screen and (max-width: 514px), (max-height:649px) {

    .acc-header[b-zaacwobw0s] {
        position: relative;
        z-index: 7;
    }

    .acc-logo[b-zaacwobw0s] {
        -webkit-transform: scale(0.7, 0.7);
        margin-left: -1.8rem;
        margin-top: 5px;
    }

    .acc-header-buttons[b-zaacwobw0s] {
        -webkit-transform: scale(1.3, 1.3);
        margin-right: 2rem;
    }
    @media screen and (min-width: 820px) {
        .acc-header-buttons[b-zaacwobw0s] {
            margin-right: 3.5rem;
        }
    }
}


@media only screen and (max-width: 599px) {

    .acc-header > h2[b-zaacwobw0s] {
        order: 2 !important;
    }

    .acc-header .acc-header-buttons[b-zaacwobw0s] {
        order: 1;
    }

    .acc-header-buttons[b-zaacwobw0s] {
        justify-content: center!important;
    }
}
