/* _content/BelotWebApp/Pages/Account/AccessDenied.cshtml.rz.scp.css */
main[b-1r8jiqp15c]{
    display: flex;
    justify-content: center;
    align-items: center;
}

.access-denied-background[b-1r8jiqp15c] {
    display: grid;
    grid-template-rows: 5% 10% 5% 75% 5%;
    padding: 0 10px 10px 10px;
    height: 80%;
    width: 60%;
    border-radius: 8px;
}

@media only screen and (max-width: 767px) {
    .access-denied-background[b-1r8jiqp15c] {
        height: 90%;
        width: 85%;
    }
}

h1[b-1r8jiqp15c], p[b-1r8jiqp15c] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
/* _content/BelotWebApp/Views/Admin/Notification.cshtml.rz.scp.css */
[b-sppdosojlt] input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* flips black icon to white, or vice versa */
    cursor: pointer;
}
/* _content/BelotWebApp/Views/Admin/UserAdmin.cshtml.rz.scp.css */
.table-container[b-ymhg2qr3q5] {
    flex: 1; /* Occupy all available vertical space */
    min-height: 0; /* Force overflow-y when rows exceed available space */
    overflow-y: auto;
}

hr[b-ymhg2qr3q5]{
    margin: 10px 0;
}

table.table[b-ymhg2qr3q5] {
    table-layout: fixed;
    --column-1: 10%;
    --column-2: 25%;
    --column-3: 35%;
    --column-4: 15%;
    --column-5: 15%;
}

    table.table th:nth-child(1)[b-ymhg2qr3q5],
    table.table td:nth-child(1)[b-ymhg2qr3q5] {
        width: var(--column-1);
    }

    table.table th:nth-child(2)[b-ymhg2qr3q5],
    table.table td:nth-child(2)[b-ymhg2qr3q5] {
        width: var(--column-2);
    }

    table.table th:nth-child(3)[b-ymhg2qr3q5],
    table.table td:nth-child(3)[b-ymhg2qr3q5] {
        width: var(--column-3);
    }

    table.table th:nth-child(4)[b-ymhg2qr3q5],
    table.table td:nth-child(4)[b-ymhg2qr3q5] {
        width: var(--column-4);
    }

    table.table th:nth-child(5)[b-ymhg2qr3q5],
    table.table td:nth-child(5)[b-ymhg2qr3q5] {
        width: var(--column-5);
    }

.bi-trash3-fill[b-ymhg2qr3q5] {
    color: var(--col-1);
}

.bi-x-lg[b-ymhg2qr3q5] {
    color: var(--cream-text);
}

.role-cell[b-ymhg2qr3q5] {
    text-align: center;
}
/* _content/BelotWebApp/Views/Admin/_AdminLayout.cshtml.rz.scp.css */
.card[b-tw4ij292qi] {
    max-height: 80%;
    display: flex;
    flex-direction: column;
}

.card-body[b-tw4ij292qi] {
    display: flex;
    flex-direction: column;
    flex: 1; /* Fill remaining card space */
    min-height: 0; /* Allow flex containers to shrink below content size */
    overflow: hidden;
}
/* _content/BelotWebApp/Views/Home/Home.cshtml.rz.scp.css */
main[b-4xh25kwjtl] {
    grid-template-rows: 3% 25% 3% 12% 1% 56%;
}

@media (max-width: 576px) {
    main[b-4xh25kwjtl] {
        grid-template-rows: 2.5% 20% 2.5% 12% 0% 63%;
    }
}

.title-banner[b-4xh25kwjtl] {
    max-width: 90vw;
    width: 100%;
    height: 100%;
    margin: 0;
}

.title-banner-text h1[b-4xh25kwjtl] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    font-family: "Rye";
    font-weight: 500;
    font-size: 9em;
    --hi: #f2ecd9; /* brightest highlight band */
    --lo: #9b9280; /* upper mid tone */
    --mid: #746c5c; /* mid tone */
    --dark: #4a4438; /* darkest band */
    --stroke-w: 1px;
    --shadow-tone: #2a251d; /* lightness of the "extrusion" */
    background: linear-gradient( 180deg, var(--hi) 0%, var(--hi) 8%, var(--lo) 8%, var(--mid) 24%, var(--dark) 24%, var(--mid) 34%, var(--dark) 40%, var(--mid) 48%, var(--lo) 52%, var(--mid) 58%, var(--dark) 64%, var(--mid) 72%, var(--dark) 100% );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-stroke: var(--stroke-w) #2b271f;
    /* Many tightly stacked shadows in a dark tone build up the illusion
       of extruded thickness (like a 3D bevel/emboss), then two final
       drop-shadows add the ambient cast shadow off the page. */
    filter: drop-shadow(0 0.01em 0 var(--shadow-tone)) drop-shadow(0 0.02em 0 var(--shadow-tone)) drop-shadow(0 0.03em 0 var(--shadow-tone)) drop-shadow(0 0.04em 0.02em rgba(0,0,0,0.4)) drop-shadow(0.01em 0.06em 0.04em rgba(0,0,0,0.3));
}

h3[b-4xh25kwjtl] {
    position: absolute;
    gap: 15px;
    bottom: 5%;
    width: 100%;
    margin: 0;
    color: #746c5c;
    text-align: center;
    font-size: 26px;
}

@media (max-width: 1920px) {
    .title-banner-text h1[b-4xh25kwjtl] {
        font-size: 7em;
    }

    h3[b-4xh25kwjtl] {
        font-size: 22px;
    }
}

@media (max-width: 800px) {
    .title-banner-text h1[b-4xh25kwjtl] {
        font-size: 4.8em;
    }

    h3[b-4xh25kwjtl] {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .title-banner-text h1[b-4xh25kwjtl] {
        font-size: 2.8em;
    }

    h3[b-4xh25kwjtl] {
        font-size: 14px;
        bottom: 10%;
    }
}

.welcome-text-container[b-4xh25kwjtl] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background: rgba(0,0,0,.2);
}

@media (min-width: 600px) {
    .welcome-text-container p[b-4xh25kwjtl] {
        font-size: 1.3rem;
    }
}

/* ---- Ticker component ---- */

.ticker-wrap[b-4xh25kwjtl] {
    overflow-x: auto; /* lets native touch-scroll / trackpad work for free */
    overflow-y: visible;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-width: 90vw;
    width: 100%;
    line-height: 1.4;
    padding: 0;
    margin: 3px 0;
}

    .ticker-wrap[b-4xh25kwjtl]::-webkit-scrollbar {
        display: none;
    }

    .ticker-wrap.dragging[b-4xh25kwjtl] {
        cursor: grabbing;
    }

    /* dim slightly when paused, so pressing it gives visible feedback */
    .ticker-wrap[aria-pressed="false"][b-4xh25kwjtl] {
        opacity: .6;
    }

.ticker-mask[b-4xh25kwjtl] {
    --margin: 32px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, black var(--margin), black calc(100% - var(--margin)), transparent);
    mask-image: linear-gradient(to right, transparent, black var(--margin), black calc(100% - var(--margin)), transparent);
}

@media (max-width: 600px) {
    .ticker-wrap[b-4xh25kwjtl] {
        max-width: 100vw;
    }
    .ticker-mask[b-4xh25kwjtl] {
        --margin: 25px;
    }
}

.ticker-track[b-4xh25kwjtl] {
    display: flex;
    width: max-content;
}

.ticker-item[b-4xh25kwjtl] {
    padding: 0 1rem;
    white-space: nowrap;
    color: white;
}

    .ticker-item + .ticker-item[b-4xh25kwjtl] {
        border-left: 1px solid rgba(255,255,255,.2);
    }

/* ---- Lower section ---- */

.lower-section[b-4xh25kwjtl] {
    display: grid;
    grid-template-columns: 15% 25% 20% 25% 15%;
    min-width: 0;
    width: 100%;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

@media (max-width: 1550px) {
    .lower-section[b-4xh25kwjtl] {
        grid-template-columns: 3% 32% 30% 32% 3%;
    }
}

@media (max-width: 880px) {
    .lower-section[b-4xh25kwjtl] {
        grid-template-columns: 0% 25% 50% 25% 0%;
    }
}

.img-container[b-4xh25kwjtl] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    width: 100%;
    min-height: 0;
    height: 100%;
}

.menu-buttons-container[b-4xh25kwjtl] {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    overflow-y: auto;
    padding-bottom: 5px;
    z-index: 2;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* other */
}

.menu-buttons[b-4xh25kwjtl] {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-height: 100%;
    /*transform: translateY(-50px);*/
}

@media (max-width: 640px) {
    .menu-buttons .btn2[b-4xh25kwjtl] {
        font-size: 0.8rem;
        padding: 8px 5px;
    }
}

.casual-btn-group[b-4xh25kwjtl] {
    display: flex;
    width: 100%;
}

    .casual-btn-group .menu-buttons .btn2[b-4xh25kwjtl] {
        white-space: nowrap;
        flex: 1 1 0;
    }


.btn-group .btn2[b-4xh25kwjtl] {
    border-radius: 0; /* remove rounding */
    margin: 0; /* no spacing between buttons */
    flex: 1; /* equal width */
    border-right: none; /* remove duplicate borders */
}

    /* Round only the first and last button */
    .btn-group .btn2:first-child[b-4xh25kwjtl] {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .btn-group .btn2:last-child[b-4xh25kwjtl] {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
        border-right: 0.5px solid black; /* restore right border for last button */
    }

p[b-4xh25kwjtl] {
    color: white;
    text-align: center;
    margin: 0;
}

/* Lobby */

.modal-body[b-4xh25kwjtl] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    max-height: 60vh !important;
    overflow-x: auto;
}

@media(max-width:500px) {
    [b-4xh25kwjtl]::-webkit-scrollbar {
        width: 1.5vw;
    }
}

.spinning[b-4xh25kwjtl] {
    animation: spin-b-4xh25kwjtl 0.4s linear;
}

@keyframes spin-b-4xh25kwjtl {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.join-game-modal .modal-content[b-4xh25kwjtl] {
    min-height: 20vh;
    max-height: 50vh;
}

.join-game-modal .modal-header[b-4xh25kwjtl] {
    border-bottom: none;
}

.room-join-error[b-4xh25kwjtl] {
    display: flex;
    justify-content: center;
    color: var(--col-red);
    font-weight: 500;
}

    .room-join-error:empty[b-4xh25kwjtl] {
        display: none;
    }

.join-game-modal table[b-4xh25kwjtl] {
    table-layout: fixed;
}
/* _content/BelotWebApp/Views/Home/Privacy.cshtml.rz.scp.css */
.privacy-banner[b-kxbl27x74w] {
    max-width: 50%;
    max-height: 90%;
    overflow: auto;
    padding: 0;
}

.dimmer[b-kxbl27x74w] {
    height: 100%;
    background: rgba(0,0,0,0.1);
    padding: 30px 60px;
}

@media (max-width: 700px) {
    .dimmer[b-kxbl27x74w] {
        padding: 30px 30px;
    }
}

@media (max-width: 1500px) {
    .privacy-banner[b-kxbl27x74w] {
        max-width: 70%;
    }
}

@media (max-width: 700px) {
    .privacy-banner[b-kxbl27x74w] {
        max-width: 90%;
    }
}

p[b-kxbl27x74w] {
    text-align: justify;
    color: var(--cream-text) !important;
}
/* _content/BelotWebApp/Views/Home/_CreateGameModal.cshtml.rz.scp.css */
.modal-body[b-ee99hkpd0h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.game-options-container[b-ee99hkpd0h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
}

    .game-options-container .setting-container:last-of-type[b-ee99hkpd0h] {
        margin-bottom: 0;
    }

.room-creation-error[b-ee99hkpd0h] {
    margin-top: 10px;
    color: var(--col-red);
    font-weight: 500;
}


.room-creation-error:empty[b-ee99hkpd0h] {
    display: none;
}

.game-name-container .form-floating[b-ee99hkpd0h] {
    width: 100%;
}

.setting-container[b-ee99hkpd0h] {
    padding: 4px 12px;
    margin-bottom: 10px;
}

.setting-label[b-ee99hkpd0h] {
    margin: 0;
    color: white;
    opacity: 0.6;
    font-weight: 400;
    transform: scale(.85) translateX(-6%);
    user-select: none;
}

.btn-group[b-ee99hkpd0h] {
    padding: 2px 0;
}

    .btn-group .btn2[b-ee99hkpd0h] {
        padding-top: 2px;
        padding-bottom: 2px;
        white-space: nowrap;
        border-radius: 0; /* remove rounding */
        margin: 0; /* no spacing between buttons */
        flex: 1; /* equal width */
        border-right: none; /* remove duplicate borders */
        font-size: 0.8rem;
        font-weight: 400;
    }

        /* Round only the first and last button */
        .btn-group .btn2:first-of-type[b-ee99hkpd0h] {
            border-top-left-radius: 0.375rem;
            border-bottom-left-radius: 0.375rem;
        }

        .btn-group .btn2:last-of-type[b-ee99hkpd0h] {
            border-top-right-radius: 0.375rem;
            border-bottom-right-radius: 0.375rem;
            border-right: 0.5px solid black; /* restore right border for last button */
        }

.btn-check:checked + .btn2[b-ee99hkpd0h] {
    transform: translateY(1px);
    background: linear-gradient( var(--col-2) 0%, var(--col-2) 40%, var(--dark-grey) 100% );
    border: .5px solid black;
    box-shadow: inset 0 2px 5px rgba(0,0,0,.75), inset 0 1px 0 rgba(255,255,255,.08), inset 0 -1px 0 rgba(255,255,255,.03), black 0 0 0 .5px inset;
    text-shadow: black 0 1px .5px;
    color: white;
}

.modal-footer[b-ee99hkpd0h] {
    justify-content: center;
}
/* _content/BelotWebApp/Views/Home/_LobbyTableRows.cshtml.rz.scp.css */
.btn2[b-l1brm4bcmj] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6px !important;
}

table[b-l1brm4bcmj] {
    border-collapse: collapse;
}

    table tbody tr:first-child td[b-l1brm4bcmj] {
        border-top: 1px solid;
        border-color: inherit;
    }

    table tbody tr:nth-child(3n-2) td[b-l1brm4bcmj],
    table tbody tr:nth-child(3n-1) td[b-l1brm4bcmj] {
        border-bottom: 0 none transparent;
    }

    table tbody tr:nth-child(3n-2)[b-l1brm4bcmj] {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0) 90%);
        background-repeat: no-repeat;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

td[b-l1brm4bcmj] {
    vertical-align: middle;
}

.position-icon[b-l1brm4bcmj] {
    padding: 0;
    text-align: center;
}

.truncate-cell[b-l1brm4bcmj] {
    padding-top: 0;
    text-align: center;
}

.room-name[b-l1brm4bcmj] {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

    .room-name i[b-l1brm4bcmj] {
        font-size: 1.5em;
        line-height: 1;
    }

        .room-name i[b-l1brm4bcmj]::before {
            vertical-align: middle !important;
        }

.room-settings[b-l1brm4bcmj] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    margin-right: 3px;
}

    .room-settings span[b-l1brm4bcmj] {
        display: flex;
        align-items: center;
    }

    .room-settings i[b-l1brm4bcmj] {
        font-size: 1.3em;
    }

.divider-dot[b-l1brm4bcmj] {
    opacity: 0.55;
    font-size: 0.8em;
}

.muted[b-l1brm4bcmj] {
    color: rgba(255,255,255,0.4);
}
/* _content/BelotWebApp/Views/Replay/Replay.cshtml.rz.scp.css */
main[b-radll49wc5] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.board-container[b-radll49wc5] {
    display: grid;
    grid-template-rows: 10% 90%;
    height: 95%;
    width: 65%;
}

.control-panel[b-radll49wc5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    border-radius: 10px 10px 0 0;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

.speed-slider[b-radll49wc5] {
    height: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    --track-height: 8px;
    --thumb-height: 30px;
}

    .speed-slider[b-radll49wc5]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: var(--thumb-height);
        height: var(--thumb-height);
        margin-top: calc((var(--track-height) - var(--thumb-height)) / 2);
        border: 1px solid var(--col-4);
        border: 2px solid var(--dark-grey);
        border-radius: 50%;
        background: var(--cream-text);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M8 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2zM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8z'/%3E%3Cpath d='M4.882 9.864a.5.5 0 0 1-.769-.637l4-5a.5.5 0 0 1 .782.015l2 2.5a.5.5 0 0 1-.393.808h-1l-.002.007-.004.011-.007.02-.013.035-.03.072A2.167 2.167 0 0 1 9.3 7.9c-.124.175-.31.391-.58.584C8.219 8.842 7.86 9 7.5 9h-.782l-1.836.864z'/%3E%3C/svg%3E");
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .speed-slider[b-radll49wc5]::-webkit-slider-runnable-track {
        width: 100%;
        height: var(--track-height);
        background: linear-gradient(var(--dark-grey), var(--medium-grey) 70%);
        border-radius: 4px;
        border: none;
        box-shadow: none;
        padding: 0 1px 0 1px;
    }

.control-panel-section[b-radll49wc5] {
    display: flex;
    height: 70%;
    gap: 5px;
}

.btn2[b-radll49wc5] {
    display: flex;
    line-height: 1px;
}

.cardboard[b-radll49wc5] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 10px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    overflow: hidden;
    --start: 110px;
}

    .cardboard[b-radll49wc5]::before { /* for the table edge surface, blend the colour on the before with the texture on the after */
        content: "";
        position: absolute;
        inset: 0;
        z-index: -2; /* Pushes it behind children */
        mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        mask-composite: exclude;
        padding: var(--start);
        background-color: #42145b;
        box-shadow: 2px 3px 20px black, 0 0 30px rgba(255,255,255,0.3) inset;
    }

    .cardboard[b-radll49wc5]::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        mask-composite: exclude;
        padding: var(--start);
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 700 700" width="700" height="700" opacity="1"><defs><filter id="nnnoise-filter" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="linearRGB"><feTurbulence type="fractalNoise" baseFrequency="0.05" numOctaves="4" seed="15" stitchTiles="stitch" x="0%" y="0%" width="100%" height="100%" result="turbulence"></feTurbulence><feSpecularLighting surfaceScale="1" specularConstant="2.2" specularExponent="20" lighting-color="%23ffffff" x="0%" y="0%" width="100%" height="100%" in="turbulence" result="specularLighting"><feDistantLight azimuth="3" elevation="143"></feDistantLight></feSpecularLighting></filter></defs><rect width="700" height="700" fill="%23c9c9c9ff"></rect><rect width="700" height="700" fill="%23ffffff" filter="url(%23nnnoise-filter)"></rect></svg>');
        background-size: 300px 300px;
        mix-blend-mode: overlay;
    }

.replay-cardtable-center[b-radll49wc5] {
    display: flex;
    width: 100%;
    height: 100%;
}

.card-table-grid[b-radll49wc5] {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: var(--start) calc(100% - 2 * var(--start)) var(--start);
    grid-template-columns: var(--start) calc(100% - 2 * var(--start)) var(--start);
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.replay-cards[b-radll49wc5] {
    height: 100%;
    width: 100%;
    --replay-hand-card-width: 70px;
    --replay-hand-card-height: 100px;
    --replay-hand-card-margin: 0.4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.replay-cards-north[b-radll49wc5] {
    transform: rotateZ(180deg);
}

.replay-cards-west[b-radll49wc5] {
    transform: rotateZ(90deg);
}

.replay-cards-east[b-radll49wc5] {
    transform: rotateZ(-90deg);
}

[b-radll49wc5] .replay-hand-card {
    --margin: calc(-1 * var(--replay-hand-card-margin) * var(--replay-hand-card-width));
    margin: 0 var(--margin) 0 0;
    transform: translateX(calc(var(--margin)/2)); /* offset backwards against the margin */
    height: var(--replay-hand-card-height);
    width: var(--replay-hand-card-width);
}

/* offcanvas & table */

.offcanvas[b-radll49wc5] {
    width: 500px;
}

.table[b-radll49wc5] {
    table-layout: fixed;
}

/* Replay Not Found Modal */

.modal-dialog[b-radll49wc5]{
    display: flex;
    align-items: center;
    margin: auto;
    height: 50%;
    width: 80%;
}

.modal-header[b-radll49wc5] {
    height: 60%;
    padding: 10px;
    border-radius: calc(.3rem - 1px);
    border: none;
}

/* responsiveness */

@media only screen and (max-width: 880px) {
    .board-container[b-radll49wc5] {
        width: 100%;
        height: 100%;
    }

    .speed-slider[b-radll49wc5]::-webkit-slider-thumb {
        --track-height: 8px;
        --thumb-height: 24px;
        background-size: 15px 15px;
    }

    .control-panel[b-radll49wc5] {
        border-radius: 0;
    }

    .control-panel-section[b-radll49wc5] {
        height: 70%;
        gap: 4px;
    }

    .btn2[b-radll49wc5] {
        font-size: 12px;
        padding: 8px;
    }

    .cardboard[b-radll49wc5] {
        --start: 50px;
        border-radius: 0;
    }

    .replay-cards[b-radll49wc5] {
        padding-top: 55px;
        --replay-hand-card-width: 70px;
        --replay-hand-card-height: 100px;
        --replay-hand-card-margin: 0.6;
    }

    .offcanvas[b-radll49wc5] {
        width: 100%;
        height: 100vh;
        height: 100dvh;
    }
}
/* _content/BelotWebApp/Views/Replay/_ReplaysTableRows.cshtml.rz.scp.css */
table tbody tr:first-child[b-550qzziy5l] {
    border-top: 1px solid;
    border-color: inherit;
}

table tbody tr:nth-child(3n-2) td[b-550qzziy5l],
table tbody tr:nth-child(3n-1) td[b-550qzziy5l] {
    border-bottom: 0 none transparent;
}

table tbody tr:nth-child(6n-5) td[b-550qzziy5l],
table tbody tr:nth-child(6n-4) td[b-550qzziy5l],
table tbody tr:nth-child(6n-3) td[b-550qzziy5l] {
    background-color: rgba(0, 0, 0, 0.08);
}

.position-icon[b-550qzziy5l] {
    padding: 0;
    text-align: center;
}

.truncate-cell[b-550qzziy5l]{
    padding-top: 0;
    text-align: center;
}
/* _content/BelotWebApp/Views/Room/Room.cshtml.rz.scp.css */
main[b-rqv0a9v9cd] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.board-container[b-rqv0a9v9cd] {
    display: grid;
    grid-template-rows: 10% 65% 25%;
    height: 95%;
    width: 85%;
    --board-rotate: 0;
    --phase-length: 1500;
}

@media(max-width:500px) {
    .board-container[b-rqv0a9v9cd] {
        width: 95%;
    }
}

/* Control Panel */

.control-panel[b-rqv0a9v9cd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    overflow: hidden;
    /*overflow-y: auto;*/
    border-radius: 10px 10px 0 0;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

.chat-notification[b-rqv0a9v9cd] {
    position: absolute;
    padding: 0 3px;
    top: -10%;
    right: -5%;
    color: var(--cream-text);
    border-radius: 15%;
    font-size: 12px;
}

/* score history table - separate file for partial view */

/* User Cards */

.cardboard[b-rqv0a9v9cd] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 10px;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden;
    box-shadow: 2px 3px 20px black, 0 0 30px rgba(255,255,255,0.5) inset; /* edges */
    /*--spread: 90deg;*/ /* total fan angle - set in js */
    /*--radius: 200px;*/ /* distance to rotation center - set in js */
    --max: 8; /* maximum slot count */
}

    .cardboard[b-rqv0a9v9cd]::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -2;
        border-radius: inherit;
        background-color: #42145b;
    }

    .cardboard[b-rqv0a9v9cd]::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        border-radius: inherit;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 700 700" width="700" height="700" opacity="1"><defs><filter id="nnnoise-filter" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="linearRGB"><feTurbulence type="fractalNoise" baseFrequency="0.05" numOctaves="4" seed="15" stitchTiles="stitch" x="0%" y="0%" width="100%" height="100%" result="turbulence"></feTurbulence><feSpecularLighting surfaceScale="1" specularConstant="2.2" specularExponent="20" lighting-color="%23ffffff" x="0%" y="0%" width="100%" height="100%" in="turbulence" result="specularLighting"><feDistantLight azimuth="3" elevation="143"></feDistantLight></feSpecularLighting></filter></defs><rect width="700" height="700" fill="%23c9c9c9ff"></rect><rect width="700" height="700" fill="%23ffffff" filter="url(%23nnnoise-filter)"></rect></svg>');
        background-size: 300px 300px;
        mix-blend-mode: overlay;
    }

[b-rqv0a9v9cd] .cardboard-pulse .belot-card2:not(.belot-card2-invalid) {
    color: white;
    animation: pulse-b-rqv0a9v9cd 3s ease-in-out infinite;
}

@keyframes pulse-b-rqv0a9v9cd {
    0% {
        box-shadow: none;
    }

    50% {
        box-shadow: 0 0 10px 5px var(--col-4);
    }

    100% {
        box-shadow: none;
    }
}

/* Deck */

[b-rqv0a9v9cd] .deck {
    position: absolute;
    height: 95%;
    aspect-ratio: 1 / 1 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.deck-shimmer[b-rqv0a9v9cd] {
    position: absolute;
    height: 100%;
    aspect-ratio: 1 / 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    overflow: hidden;
}

    .deck-shimmer[b-rqv0a9v9cd]::before {
        content: "";
        width: 90%;
        height: 120%;
        top: 50%;
        left: 50%;
        position: absolute;
        background: linear-gradient(red,white,black);
        opacity: 1;
        filter: blur(12px);
        transform: translate(-50%, -50%);
        animation: shimmer-b-rqv0a9v9cd 3s infinite linear;
    }

@keyframes shimmer-b-rqv0a9v9cd {
    100% {
        transform: translate(-50%,-50%) rotate(-360deg);
    }
}

/* Suit Selector Modal */

@media(max-width: 600px) {
    .modal-dialog[b-rqv0a9v9cd] {
        width: 90% !important;
        max-width: 90% !important;
        margin: auto;
    }
}

.modal .btn2[b-rqv0a9v9cd] {
    min-width: 25%;
    line-height: normal;
}

.suit-modal-header-right-container[b-rqv0a9v9cd] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.suit-call-table[b-rqv0a9v9cd] {
    table-layout: fixed;
    margin: 0;
    background: rgba(0,0,0,0.1);
    border-collapse: separate !important;
    user-select: none;
}

    .suit-call-table td[b-rqv0a9v9cd] {
        border: 1px solid var(--cream-text);
        border-radius: 2px;
        padding: 0;
        text-align: center;
        cursor: pointer;
    }

        .suit-call-table td p[b-rqv0a9v9cd] {
            margin: 0;
            font-size: 12px;
        }

        .suit-call-table td i[b-rqv0a9v9cd] {
            font-size: 2.5em;
            text-shadow: 0px 0px 4px var(--cream-text);
        }

    .suit-call-table tr:nth-child(2) td i[b-rqv0a9v9cd] { /* font size slightly bigger for second row */
        font-size: 2.7em;
        line-height: normal;
    }

    .suit-call-table td:not(.call-btn-inactive):hover i[b-rqv0a9v9cd] {
        text-shadow: 0px 0px 8px var(--cream-text),0px 0px 30px var(--cream-text);
    }

    .suit-call-table .call-btn-inactive[b-rqv0a9v9cd] {
        cursor: auto;
    }

        .suit-call-table .call-btn-inactive i[b-rqv0a9v9cd], .suit-call-table .call-btn-inactive p[b-rqv0a9v9cd] { /*override call-icon styling in Global.css*/
            color: lightgray !important;
            text-shadow: none;
            opacity: 70%;
        }

.modal-footer[b-rqv0a9v9cd] {
    display: flex;
    /*justify-content: space-between;*/ /*for five-under-nine*/
    justify-content: center;
    padding: 5px 0;
}

/* round summary modal */

#summary-modal table[b-rqv0a9v9cd] {
    table-layout: fixed;
}

#summary-modal thead th[b-rqv0a9v9cd], #summary-modal tbody td[b-rqv0a9v9cd] {
    text-align: center;
}

#summary-modal .modal-footer[b-rqv0a9v9cd] {
    display: flex;
}

/* accordian */

.accordion[b-rqv0a9v9cd] {
}

.accordion-item[b-rqv0a9v9cd] {
    background: none;
    border-top: 1px solid var(--cream-text);
    border-left: 1px solid var(--cream-text);
    border-right: 1px solid var(--cream-text);
}

    .accordion-item:last-of-type[b-rqv0a9v9cd] {
        border-bottom: 1px solid var(--cream-text);
    }

.accordion-header[b-rqv0a9v9cd] {
    background: rgba(0, 0, 0, 0.3);
}

.accordion-button[b-rqv0a9v9cd] {
    background: none;
    box-shadow: none;
    color: var(--cream-text);
}

    .accordion-button[b-rqv0a9v9cd]::after {
        display: none !important;
    }

    .accordion-button i[b-rqv0a9v9cd] {
        margin-left: auto;
        transition: transform 0.2s ease;
    }

    .accordion-button:not(.collapsed) i[b-rqv0a9v9cd] {
        transform: rotate(-180deg);
    }

.chat-input-container[b-rqv0a9v9cd] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 2px;
}

    .chat-input-container input[b-rqv0a9v9cd] {
        padding: 10px;
    }

.text-area-log[b-rqv0a9v9cd] {
    min-width: 100%;
    height: 100%;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
    background: none;
    border: none;
    color: var(--cream-text);
    font-size: 12px;
    resize: none;
    min-height: 100px;
    outline: none
}

/* throw cards modal */

.throw-modal-body[b-rqv0a9v9cd] {
    display: flex;
    justify-content: center;
    padding: 0;
    background-color: var(--col-1);
    aspect-ratio: 1;
}

.throw[b-rqv0a9v9cd] {
    --mini-card-width: calc(0.54*var(--card-width));
    --mini-card-height: calc(0.54*var(--card-height));
    /*overflow: hidden;*/
    display: flex;
    justify-content: center;
    align-items: start;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 3;
}

[b-rqv0a9v9cd] .throw .mini-belot-card:not([hidden]) {
    margin-left: 0px;
}

    [b-rqv0a9v9cd] .throw .mini-belot-card:not([hidden]) ~ .mini-belot-card:not([hidden]) { /*all visible cards that have earlier sibling visible cards i.e. just not the first, which must have 0 margin*/
        margin-left: -20px;
    }

.throw0[b-rqv0a9v9cd] {
    top: 50% !important;
    left: 0%;
    transform-origin: center bottom;
    transform: translate(-50%, -100%) rotate(90deg);
}

.throw1[b-rqv0a9v9cd] {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(0deg);
}

.throw2[b-rqv0a9v9cd] {
    top: 50% !important;
    right: 0;
    transform-origin: center bottom;
    transform: translate(50%, -100%) rotate(270deg);
}

.throw3[b-rqv0a9v9cd] {
    bottom: 0 !important;
    left: 50%;
    transform: translate(-50%,0);
}

[b-rqv0a9v9cd] .mini-belot-card {
    width: var(--mini-card-width);
    height: var(--mini-card-height);
}
/* _content/BelotWebApp/Views/Room/_ScoreHistoryTable.cshtml.rz.scp.css */
th[b-teb8ehxzym], td[b-teb8ehxzym] {
    text-align: center;
    width: 33.3333%;
}
/* _content/BelotWebApp/Views/Shared/_BelotCardTable.cshtml.rz.scp.css */
.card-table[b-rpxquuo26t] {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0px 0;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid black;
    overflow: hidden;
    z-index: 1;
}

/* Main Board */

[b-rpxquuo26t] .seat-transition {
    transition: transform calc(var(--phase-length) * 1ms) ease-in-out;
}

.main-board[b-rpxquuo26t] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0;
    height: 100%;
    margin: auto 0;
    transform: rotate(calc(1deg * var(--board-rotate)));
}

.turn-indicator[b-rpxquuo26t] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    z-index: 4;
    background: var(--cream-text);
    border: 1px solid var(--col-2);
    cursor: pointer;
}

    .turn-indicator i[b-rpxquuo26t] {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2em;
        color: var(--col-2);
        line-height: normal;
    }

.player-marker[b-rpxquuo26t] {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
}

.player-name-marker[b-rpxquuo26t] {
    padding: 0 0.6rem 0 0.6rem;
    position: absolute;
    background-color: black;
    transform: rotate(180deg);
    color: var(--cream-text);
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    white-space: nowrap;
    text-align: center;
    line-height: 1.1;
    border: 1px solid var(--dark-grey);
    user-select: none;
}

@media(max-width: 600px) {
    .player-name-marker[b-rpxquuo26t] {
        font-size: 11px;
    }
}

.player-other .player-name-marker[b-rpxquuo26t] {
    background-color: var(--col-2);
}

.player-self .player-name-marker[b-rpxquuo26t] {
    background-color: var(--col-3);
}

.table-card-slot[b-rpxquuo26t] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    --slot-tx: 0px;
    --slot-ty: 0px;
    transform: rotate(calc(-1deg * var(--board-rotate))) translate(var(--slot-tx, 0px), var(--slot-ty, 0px));
}

/* Player marker - container including name plate and bot icon */

.inWest .player-marker[b-rpxquuo26t] {
    transform: translate(calc(var(--card-width) * -0.55), 0) rotate(270deg);
}

.inNorth .player-marker[b-rpxquuo26t] {
    transform: translate(0, calc(var(--card-width) * -0.8)) rotate(180deg);
}

.inEast .player-marker[b-rpxquuo26t] {
    transform: translate(calc(var(--card-width) * 0.57), 0) rotate(90deg);
}

.inSouth .player-marker[b-rpxquuo26t] {
    transform: translate(0, calc(var(--card-width) * 0.79)) rotate(180deg);
}

.status-badge[b-rpxquuo26t] {
    padding: 0;
    position: absolute;
    font-size: 18px;
    color: var(--col-4);
    transform: translate(0,-65%);
}

.inNorth .status-badge[b-rpxquuo26t] {
    transform: translate(0,65%) rotate(180deg);
}

[b-rpxquuo26t] .dealer-marker {
    height: 2em;
    width: 2em;
    z-index: 3;
    position: absolute;
}

[b-rpxquuo26t] .inWest .dealer-marker {
    transform: translate(0, calc(-0.5*var(--card-height)));
}

[b-rpxquuo26t] .inNorth .dealer-marker {
    transform: translate(calc(0.5*var(--card-width)), calc(-0.25*var(--card-height)));
}

[b-rpxquuo26t] .inEast .dealer-marker {
    transform: translate(0, calc(0.5*var(--card-height)));
}

[b-rpxquuo26t] .inSouth .dealer-marker {
    transform: translate(calc(-0.5*var(--card-width)), calc(0.25*var(--card-height)));
}

.winner-marker[b-rpxquuo26t] {
    position: absolute;
    top: 10%;
    z-index: 5;
    animation: winner-marker-pulse-b-rpxquuo26t 2s infinite ease;
}

@keyframes winner-marker-pulse-b-rpxquuo26t {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.winner-marker i[b-rpxquuo26t] {
    font-size: 2em;
    color: gold;
}

/* ----- Emotes ----- */

.emote[b-rpxquuo26t] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: .4em;
    width: 70%;
    min-height: 45px;
    padding: 4px 10px;
    font-weight: 800;
    color: var(--cream-text);
    z-index: 4;
    line-height: 115%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid var(--emote-border-col);
    background: var(--emote-col);
}

.emote[b-rpxquuo26t] {
    --emote-col: var(--col-3);
    --emote-col: var(--dark-grey);
    --emote-border-col: var(--cream-text);
}

.inWest .emote[b-rpxquuo26t] {
    left: 13px;
}

    .inWest .emote[b-rpxquuo26t]:after {
        content: '';
        position: absolute;
        left: 1px;
        top: 50%;
        border: 7px solid transparent;
        border-right: 10px solid var(--emote-col);
        margin-top: -7px;
        margin-left: -17px;
    }

    .inWest .emote[b-rpxquuo26t]:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        border: 7px solid transparent;
        border-right: 10px solid var(--emote-border-col);
        margin-top: -7px;
        margin-left: -17px;
    }

.inNorth .emote[b-rpxquuo26t] {
    top: 15px;
}

    .inNorth .emote[b-rpxquuo26t]:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 1px;
        border: 10px solid transparent;
        border-bottom-color: var(--emote-col);
        border-top: 0;
        margin-top: -10px;
        margin-left: -10px;
    }

    .inNorth .emote[b-rpxquuo26t]:before {
        content: '';
        position: absolute;
        left: 50% !important;
        top: 0;
        border: 10px solid transparent;
        border-bottom-color: var(--emote-border-col);
        border-top: 0;
        margin-top: -10px;
        margin-left: -10px;
    }

.inEast .emote[b-rpxquuo26t] {
    right: 12px;
}

    .inEast .emote[b-rpxquuo26t]:after {
        content: '';
        position: absolute;
        right: 1px;
        top: 50%;
        border: 7px solid transparent;
        border-left: 10px solid var(--emote-col);
        margin-top: -7px;
        margin-right: -17px;
    }

    .inEast .emote[b-rpxquuo26t]:before {
        content: '';
        position: absolute;
        right: 0px;
        top: 50%;
        border: 7px solid transparent;
        border-left: 10px solid var(--emote-border-col);
        margin-top: -7px;
        margin-right: -17px;
    }

.inSouth .emote[b-rpxquuo26t] {
    bottom: 15px;
}

    .inSouth .emote[b-rpxquuo26t]:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 1px;
        border: 10px solid transparent;
        border-top-color: var(--emote-col);
        border-bottom: 0;
        margin-bottom: -10px;
        margin-left: -10px;
    }

    .inSouth .emote[b-rpxquuo26t]:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0%;
        border: 10px solid transparent;
        border-top-color: var(--emote-border-col);
        border-bottom: 0;
        margin-bottom: -10px;
        margin-left: -10px;
    }

.fingerprint-menu[b-rpxquuo26t] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    padding: 0;
    background: var(--medium-grey);
    z-index: 5;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    overflow: visible;
}

    .fingerprint-menu menu[b-rpxquuo26t] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2px;
        margin: 0;
        padding: 5px 10px;
        border: 1px solid var(--col-4);
        border-radius: 10px;
    }

        .fingerprint-menu menu button[b-rpxquuo26t] {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 0;
            padding: 10px;
            width: 100%;
            line-height: 4px;
            font-size: 12px;
        }

.fingerprint[b-rpxquuo26t] {
    position: absolute;
    top: 40%;
    font-size: 3em;
    line-height: 1;
    background: linear-gradient(60deg, white 40%, transparent 50%, white 60%);
    background-size: 300% 100%;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 60%;
    z-index: 3;
    animation: fingerprint-pulse-b-rpxquuo26t 3s infinite ease;
    cursor: pointer;
}

@keyframes fingerprint-pulse-b-rpxquuo26t {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Seat selection */

.seat-actions-arrow[b-rpxquuo26t] {
    position: absolute;
    width: 0;
    height: 0;
}

    .seat-actions-arrow.west[b-rpxquuo26t] {
        top: 50%;
        left: -18px;
        transform: translateY(-50%);
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 18px solid var(--col-4);
    }

    .seat-actions-arrow.north[b-rpxquuo26t] {
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 18px solid var(--col-4);
    }

    .seat-actions-arrow.south[b-rpxquuo26t] {
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 18px solid var(--col-4);
    }

    .seat-actions-arrow.east[b-rpxquuo26t] {
        top: 50%;
        right: -18px;
        transform: translateY(-50%);
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 18px solid var(--col-4);
    }

/* Score Summary */

.score-summary-container[b-rpxquuo26t] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 !important;
    top: 0;
    left: 0;
    height: calc(50% - var(--card-height)*0.5) !important;
    width: calc(50% - var(--card-width)*0.5) !important;
}

.score-summary[b-rpxquuo26t], .call-summary[b-rpxquuo26t] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    max-width: 100px;
    min-width: 65px;
    width: 50%;
    height: 40%;
    border: 1px solid color-mix(in srgb, var(--col-4), transparent 50%);
    border-radius: 6px;
    background-color: color-mix(in srgb, var(--dark-grey), transparent 50%);
    cursor: pointer;
}

@media(max-width: 600px) {
    .score-summary[b-rpxquuo26t], .call-summary[b-rpxquuo26t] {
        width: 80%;
    }
}

.room-options[b-rpxquuo26t] {
    position: absolute;
    top: -19px;
    margin: 0;
    font-size: 1em;
    color: var(--cream-text);
    line-height: 1;
    display: flex;
    justify-content: center;
    align-content: center;
}

    .room-options i[b-rpxquuo26t] {
        display: flex;
        justify-content: center;
        align-content: center;
    }

@media(max-width: 1500px) {
    .room-options[b-rpxquuo26t] {
        top: -17px;
        font-size: 0.75em;
    }
}

.score-summary table[b-rpxquuo26t] {
    table-layout: fixed;
    margin: 0;
    padding: 0;
    border-style: hidden;
}

.table-heading-border[b-rpxquuo26t] {
    border-bottom: 1px solid var(--cream-text);
}

.score-summary th[b-rpxquuo26t] {
    text-align: center;
    font-weight: 600;
    padding: 0;
    color: var(--cream-text);
    border: none;
    width: 50%;
}

.score-summary td[b-rpxquuo26t] {
    text-align: center;
    font-weight: 400;
    padding: 0;
    width: 50%;
}

/* Call summary */

.call-summary-container[b-rpxquuo26t] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    top: 0;
    left: calc(50% + var(--card-width)*0.5);
    height: calc(50% - var(--card-height)*0.5) !important;
    width: calc(50% - var(--card-width)*0.5) !important;
}

.caller-indicator[b-rpxquuo26t] {
    transform: rotate(calc(1deg * var(--board-rotate)));
}

.call-icon[b-rpxquuo26t] {
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    align-items: center;
    font-size: 25px;
    width: 50%;
    text-align: center;
    transform-origin: center center;
    color: var(--cream-text);
}

    .call-icon.allNoTrumps[b-rpxquuo26t] {
        font-size: 26px;
        text-shadow: 0px 0px 1px var(--cream-text), 0px 0px 6px var(--cream-text), 0px 0px 10px var(--cream-text), 0px 0px 16px var(--cream-text);
    }

@media(max-width: 600px) {
    .call-icon[b-rpxquuo26t] {
        font-size: 20px;
    }

        .call-icon.allNoTrumps[b-rpxquuo26t] {
            font-size: 22px;
        }
}

.tooltiptext[b-rpxquuo26t] {
    visibility: hidden;
    white-space: nowrap;
    background-color: var(--dark-grey);
    color: var(--cream-text);
    font-size: 12px;
    text-align: center;
    border: 1px outset var(--col-4);
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    top: 110%;
    pointer-events: none;
    z-index: 10;
}

.anti-rotate-tooltip-wrapper[b-rpxquuo26t] {
    position: absolute;
    inset: 0;
    transform: rotate(calc(-1deg * var(--board-rotate)));
    pointer-events: none;
}

    .anti-rotate-tooltip-wrapper .tooltiptext[b-rpxquuo26t] {
        transform: translate(-50%, 0);
    }

.call-summary .tooltiptext[b-rpxquuo26t] {
    right: 0;
}

.call-summary:hover .tooltiptext[b-rpxquuo26t], .turn-indicator:hover .tooltiptext[b-rpxquuo26t] {
    visibility: visible;
}

#selectedmultiplier[b-rpxquuo26t] {
    color: var(--cream-text);
    font-size: 15px !important;
}

/* Throw Button */

.throw-cards-container[b-rpxquuo26t] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    height: calc(50% - var(--card-height)*0.5);
    width: calc(50% - var(--card-width)*0.5);
}

/* Call Button */

.make-call-container[b-rpxquuo26t] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    bottom: 0;
    right: 0;
    left: calc(50% + var(--card-width)*0.5);
    height: calc(50% - var(--card-height)*0.5);
    width: calc(50% - var(--card-width)*0.5);
}

.round-btn[b-rpxquuo26t] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    overflow: hidden;
}

[b-rpxquuo26t] .winning-card-pulse {
    animation: winning-card-pulse-b-rpxquuo26t 0.9s ease-in-out;
}

@keyframes winning-card-pulse-b-rpxquuo26t {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

/* Timer */

.rope-svg[b-rpxquuo26t] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.rope-base[b-rpxquuo26t] {
    --border: 6;
    --radius: 6;
    --inset: 4;
    fill: none;
    stroke: #8b5a2b;
    stroke-width: var(--border);
    visibility: hidden;
}

    .rope-base.glowing[b-rpxquuo26t] {
        animation: glow-b-rpxquuo26t 2s linear infinite;
    }

@keyframes glow-b-rpxquuo26t {
    50% {
        stroke: #ff9400;
        filter: brightness(1.5);
    }

    100% {
        stroke: #8B5A2B;
        filter: brightness(1);
    }
}
/* _content/BelotWebApp/Views/Shared/_JassRules.cshtml.rz.scp.css */
.modal-body[b-nzeqtzwfvh] {
    display: flex;
    flex-direction: column;
    height: 60vh;
    max-height: 100vh;
    padding: 0;
}

.rules-carousel *[b-nzeqtzwfvh] {
    color: var(--cream-text);
}

.carousel-control-prev[b-nzeqtzwfvh],
.carousel-control-next[b-nzeqtzwfvh] {
    width: 15%;
}

.carousel-caption[b-nzeqtzwfvh] {
    width: 65%;
}

@media (max-width: 800px) {
    .carousel-control-prev[b-nzeqtzwfvh],
    .carousel-control-next[b-nzeqtzwfvh] {
        width: 10%;
    }

    .carousel-caption[b-nzeqtzwfvh] {
        width: 75%;
    }
}

/* rule modal/carousel p and li tags should have justified text */
.carousel-item p[b-nzeqtzwfvh],
.carousel-item li[b-nzeqtzwfvh] {
    text-align: justify;
}

/* rule modal/carousel content body under carousel-item should be a vertically-scrollable and centered container */
.rules-slide-container[b-nzeqtzwfvh] {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 90%;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

    .rules-slide-container[b-nzeqtzwfvh]::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

@media (max-width: 800px) {
    p[b-nzeqtzwfvh] {
        line-height: 1.3;
    }
}

small[b-nzeqtzwfvh] {
    display: inline-block;
    margin-bottom: 1rem;
}

.card-order-image-container[b-nzeqtzwfvh] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 90px;
}

@media (max-width: 800px) {
    .card-order-image-container[b-nzeqtzwfvh] {
        height: 70px;
    }
}

[b-nzeqtzwfvh] .rules-card-order-image {
    max-width: 100%;
    max-height: 100%;
    margin-right: -14px;
    object-fit: contain;
    overflow: hidden;
}
/* _content/BelotWebApp/Views/Shared/_Layout.cshtml.rz.scp.css */
/*header and footer*/

nav[b-9bvl0u18oh] {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: var(--dark-grey);
}

.nav-link[b-9bvl0u18oh], a[b-9bvl0u18oh]{
    padding: 0 !important;
    color: white !important;
}

footer[b-9bvl0u18oh] {
    width: 100%;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    background: var(--dark-grey);
    flex-shrink: 0;
}

    footer div[b-9bvl0u18oh] {
        color: white;
    }

.nebula[b-9bvl0u18oh] {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1000;
}

.notification[b-9bvl0u18oh]{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
    color: white;
    background: var(--col-3);
}
/* _content/BelotWebApp/Views/Shared/_LoginPartial.cshtml.rz.scp.css */
.account-nav-link[b-m3gi3michw] {
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.nav-link.show[b-m3gi3michw] { /* when dropdown is active */
    background: var(--medium-grey);
    border-radius: 5px 5px 0 0 !important;
}

ul.dropdown-menu[b-m3gi3michw] {
    padding: 0;
    margin-top: 0;
}

hr[b-m3gi3michw] {
    margin: 0;
    color: white;
}

li[b-m3gi3michw] {
    height: 100% !important;
}

.account-action-link[b-m3gi3michw] {
    color: white;
    line-height: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 100% !important;
}

@media (hover: hover) and (pointer: fine) {
    .account-action-link:hover[b-m3gi3michw] {
        color: white;
        line-height: normal;
        background: linear-gradient(var(--col-4), var(--medium-grey));
    }
}

.nav-item.dropdown > .dropdown-menu[b-m3gi3michw] {
    min-width: 0;
    width: 100%;
    background: var(--medium-grey);
    -moz-border-radius: 10px 10px 0 0;
}

.dropdown-menu.show[b-m3gi3michw] {
    background: var(--medium-grey);
    border-radius: 0 0 5px 5px;
}

.nav-link[b-m3gi3michw] {
    color: white !important;
    transition: unset;
    border: none;
}

@media (hover: hover) and (pointer: fine) {
    .nav-link:hover[b-m3gi3michw] {
        color: white !important;
        background: linear-gradient(var(--col-4), var(--medium-grey));
    }
}

form[b-m3gi3michw] {
    all: unset;
    line-height: 1;
    height: 37px !important;
}
