/* /Components/AppBtn.razor.rz.scp.css */
.app-btn[b-rl6395prwq] {
    border: solid 1px rgba(0,0,0,0.2);
    min-height: 40px;
    padding: 5px 10px;
    background: floralwhite;
}

.app-btn-primary[b-rl6395prwq] {
    background: khaki;
}

.app-btn:not(.disabled):focus[b-rl6395prwq] {
    box-shadow: 1px 1px 2px inset rgba(0,0,0,0.5);
    outline: none;
}

.disabled[b-rl6395prwq] {
    opacity: 0.4;
    cursor: default;
}
/* /Components/AppCard.razor.rz.scp.css */
.app-card[b-j6y6vgk77f] {
    flex-grow: 1;
    margin: 10px;
    padding: 10px;
    background: bisque;
    box-shadow: 1px 1px 2px black;
    display: flex;
    flex-direction: column;
}

.app-card-body[b-j6y6vgk77f] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.app-card-header[b-j6y6vgk77f] {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.app-card-title[b-j6y6vgk77f] {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
}

.app-card-actions[b-j6y6vgk77f] {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: flex-end;
}

[b-j6y6vgk77f] .app-card-header .app-btn {
    margin-left: 20px;
}
/* /Components/AppField.razor.rz.scp.css */
.app-field[b-k5q0jl4yzo] {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.app-field-label[b-k5q0jl4yzo] {
    width: 30%;
}

.app-field.app-field-vertical[b-k5q0jl4yzo] {
    flex-direction: column;
}

.app-field.app-field-vertical .app-field-label[b-k5q0jl4yzo] {
    width: auto;
    flex-grow: 1;
}

.app-field-value[b-k5q0jl4yzo] {
    flex-grow: 1;
    padding: 0 10px;
}
/* /Components/Game/ActionQueue/AcquireAssetsComponent.razor.rz.scp.css */
.acquire-assets[b-8gasx9saz0] {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.acquire-assets-shop-items[b-8gasx9saz0] {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.acquire-assets-dice-roll[b-8gasx9saz0] {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    height: 50%;
    justify-content: center;
    align-items: center;
}

[b-8gasx9saz0] .action-menu {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column
}

[b-8gasx9saz0] .action-menu .app-btn {
    margin: 10px;
}

[b-8gasx9saz0] .action-menu .app-card-title {
    width: 100%;
    text-align: center;
}
/* /Components/Game/ActionQueue/ActionMenuComponent.razor.rz.scp.css */
[b-in8jgcysys] .action-menu {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column
}

[b-in8jgcysys] .action-menu .app-btn {
    margin: 10px;
}

[b-in8jgcysys] .action-menu .app-card-title {
    width: 100%;
    text-align: center;
}
/* /Components/Game/ActionQueue/ActionQueueComponent.razor.rz.scp.css */
.action-queue[b-y90fgpnzwf] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
/* /Components/Game/ActionQueue/ChooseSkillImprovementComponent.razor.rz.scp.css */
.choose-skill-improvement[b-2pn9cfds4s] {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.choose-skill-improvement-title[b-2pn9cfds4s] {
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
}
/* /Components/Game/ActionQueue/ConfirmSetupComponent.razor.rz.scp.css */
.confirm-setup[b-xk6zg0ryy6] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.confirm-setup-title[b-xk6zg0ryy6] {
    font-size: 24px;
    color: white;
    margin-left: 10px;
}
/* /Components/Game/ActionQueue/PrepareForTravelComponent.razor.rz.scp.css */
[b-196uh9f70c] .action-menu {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column
}

[b-196uh9f70c] .action-menu .app-btn {
    margin: 10px;
}

[b-196uh9f70c] .action-menu .app-card-title {
    width: 100%;
    text-align: center;
}
/* /Components/Game/ActionQueue/TravelComponent.razor.rz.scp.css */
[b-id115u89jc] .action-menu {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column
}

[b-id115u89jc] .action-menu .app-btn {
    margin: 10px;
}

[b-id115u89jc] .action-menu .app-card-title {
    width: 100%;
    text-align: center;
}
/* /Components/Game/CharacterSheet/CharacterSheet.razor.rz.scp.css */
.character-sheet[b-ofbdqc6aq3] {
    position: relative;
    width: 800px;
    height: 600px;
    background: #47291F;
    overflow: hidden;
    font-size: 32px;
    box-shadow: 2px 2px 4px black;
}

.character-sheet-wrap[b-ofbdqc6aq3] {
    position: absolute;
    width: 95%;
    height: 95%;
    left: 2.5%;
    top: 2.5%;
    display: flex;
    flex-direction: row;
    background: #DFE2D9;
    transform: rotateZ(-2deg);
}

.character-sheet-col[b-ofbdqc6aq3] {
    position: relative;
    flex-grow: 1;
    width: 50%;
    padding: 10px 5px;
}

.character-sheet-col:first-child[b-ofbdqc6aq3] {
    border-right: solid 2px #726F66;
}

.character-sheet-field[b-ofbdqc6aq3] {
    position: relative;
    margin-bottom: 5px;
    padding: 0 30px;
}

.character-sheet-field-label[b-ofbdqc6aq3] {
    color: #81827C;
    border-bottom: solid 1px #81827C;
    text-transform: uppercase;
    font-size: 0.25em;
    text-align: center;
}

.character-sheet-field-value[b-ofbdqc6aq3] {
    font-size: 0.625em;
    text-align: center;
}

.character-sheet-features[b-ofbdqc6aq3] {
    text-align: left;
    font-size: 0.75em;
    padding-inline-start: 0;
    margin-block-end: 0;
}

.character-sheet-portrait-main[b-ofbdqc6aq3] {
    text-align: center;
    border: solid 1px #81827C;
    width: 90%;
    position: relative;
    height: 60%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
}

.character-sheet-portrait-main-wrap[b-ofbdqc6aq3] {
    width: 95%;
    height: 95%;
    margin: 0 auto;
    transform: rotateZ(-3deg);
    background: white;
    border: solid 1px black;
    border-radius: 3px;
    padding: 1.5%;
    z-index: 1;
}

.character-sheet-portrait-main-wrap img[b-ofbdqc6aq3] {
    width: 100%;
    height: 100%;
}

.character-sheet-portrait-main-footer[b-ofbdqc6aq3] {
    text-transform: uppercase;
    font-size: 0.375em;
    color: #81827C;
    border-top: solid 1px #81827C;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.character-sheet-quote[b-ofbdqc6aq3] {
    font-size: 0.4em;
    text-align: center;
    margin: 0 20px 10px 20px;
    font-style: italic;
}

.character-sheet-statuses[b-ofbdqc6aq3] {
    display: flex;
    height: 30%;
}

.character-sheet-status[b-ofbdqc6aq3] {
    width: 50%;
    text-align: center;
    border: solid 1px #81827C;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
}

.character-sheet-status-icon[b-ofbdqc6aq3] {
    -webkit-mask-image: url('content/grunge4.png');
    -webkit-mask-size: 128px 128px;
    mix-blend-mode: multiply;
}

.character-sheet-status-content[b-ofbdqc6aq3] {
    position: relative;
    flex-grow: 1;
}

.character-sheet-status-title[b-ofbdqc6aq3] {
    border-bottom: solid 1px #81827C;
    text-transform: uppercase;
    font-size: 0.25em;
    color: #81827C;
}

.character-sheet-status-value[b-ofbdqc6aq3] {
    -webkit-mask-image: url('content/grunge4.png');
    -webkit-mask-size: 128px 128px;
    mix-blend-mode: multiply;
}

.character-sheet-status-phys .character-sheet-status-value[b-ofbdqc6aq3] {
    position: absolute;
    top: 10%;
    right: 10%;
    border: solid 4px #f31805;
    border-radius: 50%;
    width: 48%;
    height: 51%;
    text-align: center;
    font-size: 1.5em;
    line-height: 130%;
    color: #f31805;
    transform: rotateZ(-6deg);
}

.character-sheet-status-phys .character-sheet-status-icon[b-ofbdqc6aq3] {
    position: absolute;
    bottom: 0;
    left: -14px;
    transform: rotateZ(-25deg);
    width: 60%;
}

.character-sheet-status-psych .character-sheet-status-value[b-ofbdqc6aq3] {
    position: absolute;
    bottom: 10%;
    right: 10%;
    border: solid 4px #2b5ec1;
    border-radius: 50%;
    width: 48%;
    height: 51%;
    text-align: center;
    font-size: 1.5em;
    line-height: 130%;
    color: #2b5ec1;
    transform: rotateZ(11deg);
}

.character-sheet-status-psych .character-sheet-status-icon[b-ofbdqc6aq3] {
    position: absolute;
    top: 10%;
    left: -26px;
    transform: rotateZ(292deg);
    width: 90%;
}

.character-sheet-front-seal[b-ofbdqc6aq3] {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 20px;
    transform: translateY(-30%);
}

.character-sheet-footer[b-ofbdqc6aq3] {
    position: absolute;
    width: 90%;
    height: 25%;
    bottom: -10px;
    left: -5px;
    padding: 5px 20px 0 20px;
    transform: rotateZ(1deg);
    background-color: #E6D3AB;
    z-index: 1;
    box-shadow: 3px -1px 6px black;
}

.character-sheet-footer-decoration[b-ofbdqc6aq3] {
    position: absolute;
    top: 20%;
    left: 5px;
    width: 20px;
    height: 20px;
    transform: translateX(-50%);
    background-color: #47291f;
    border-radius: 50%;
}

.character-sheet-footer-wrap[b-ofbdqc6aq3] {
    width: 100%;
    height: 100%;
    border: solid 1px #857D70;
    display: flex;
    flex-direction: row;
}
/* /Components/Game/CharacterSheet/CharacterSheetSkill.razor.rz.scp.css */
.character-sheet-skill[b-33z4qlclgh] {
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    flex-direction: column;
}

.character-sheet-skill.clickable:hover[b-33z4qlclgh] {
    opacity: 0.6;
    cursor: pointer;
}

.character-sheet-skill-background[b-33z4qlclgh] {
    background: white;
    position: absolute;
    width: 65%;
    height: 100%;
    left: 18%;
    box-shadow: 1px 1px 8px black;
}

.character-sheet-skill-background[b-33z4qlclgh]::before {
    content: '';
    border: dotted 3px white;
    width: 103%;
    height: 103%;
    display: block;
    position: absolute;
    top: -1.5%;
    left: -1.5%;
    z-index: -2;
}

.character-sheet-skill-background[b-33z4qlclgh]::after {
    content: '';
    z-index: -1;
    width: 98%;
    height: 98%;
    margin: 1%;
    display: block;
}

.character-sheet-skill:not(:last-child)[b-33z4qlclgh] {
    border-right: solid 1px #857D70;
}

.character-sheet-skill-title[b-33z4qlclgh],
.character-sheet-skill-content[b-33z4qlclgh] {
    border-bottom: solid 1px #857D70;
}

.character-sheet-skill-title[b-33z4qlclgh] {
    text-align: center;
    font-size: 0.4375em;
    font-weight: 600;
}

.character-sheet-skill-content[b-33z4qlclgh] {
    position: relative;
    flex-grow: 1;
}

.character-sheet-skill-value[b-33z4qlclgh] {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 1.75em;
    line-height: 90%;
    color: white;
}

.character-sheet-skill-footer[b-33z4qlclgh] {
    height: 16px;
}

[b-33z4qlclgh] .character-sheet-skill-icon {
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 50%;
    background-color: white;
}

[b-33z4qlclgh] .character-sheet-skill-icon::before {
    content: '';
    border-radius: 50%;
    width: 92%;
    height: 92%;
    position: absolute;
    top: 4%;
    left: 4%;
}

[b-33z4qlclgh] .character-sheet-skill-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.character-sheet-skill-lore .character-sheet-skill-background[b-33z4qlclgh] {
    transform: rotateZ(-4deg);
}

.character-sheet-skill-influence .character-sheet-skill-background[b-33z4qlclgh] {
    transform: rotateZ(-1deg);
}

.character-sheet-skill-observation .character-sheet-skill-background[b-33z4qlclgh] {
    transform: rotateZ(1deg);
}

.character-sheet-skill-strength .character-sheet-skill-background[b-33z4qlclgh] {
    transform: rotateZ(-2deg);
}

.character-sheet-skill-will .character-sheet-skill-background[b-33z4qlclgh] {
    transform: rotateZ(-3deg);
}

.character-sheet-skill-lore .character-sheet-skill-background[b-33z4qlclgh]::after {
    background: #793894;
}

.character-sheet-skill-influence .character-sheet-skill-background[b-33z4qlclgh]::after {
    background: #F26B3C;
}

.character-sheet-skill-observation .character-sheet-skill-background[b-33z4qlclgh]::after {
    background: #16754B;
}

.character-sheet-skill-strength .character-sheet-skill-background[b-33z4qlclgh]::after {
    background: #CF2027;
}

.character-sheet-skill-will .character-sheet-skill-background[b-33z4qlclgh]::after {
    background: #5C7BBE;
}

[b-33z4qlclgh] .character-sheet-skill-lore .character-sheet-skill-icon i {
    font-size: 1.1em;
    color: #793894;
}

[b-33z4qlclgh] .character-sheet-skill-influence .character-sheet-skill-icon i {
    font-size: 1.25em;
    color: #F26B3C;
}

[b-33z4qlclgh] .character-sheet-skill-observation .character-sheet-skill-icon i {
    font-size: 1.25em;
    color: #16754B;
}

[b-33z4qlclgh] .character-sheet-skill-strength .character-sheet-skill-icon i {
    font-size: 1.25em;
    color: #CF2027;
}

[b-33z4qlclgh] .character-sheet-skill-will .character-sheet-skill-icon i {
    font-size: 1.1em;
    color: #5C7BBE;
}

[b-33z4qlclgh] .character-sheet-skill-lore .character-sheet-skill-icon::before {
    border: solid 3px #793894;
}

[b-33z4qlclgh] .character-sheet-skill-influence .character-sheet-skill-icon::before {
    border: solid 3px #F26B3C;
}

[b-33z4qlclgh] .character-sheet-skill-observation .character-sheet-skill-icon::before {
    border: solid 3px #16754B;
}

[b-33z4qlclgh] .character-sheet-skill-strength .character-sheet-skill-icon::before {
    border: solid 3px #CF2027;
}

[b-33z4qlclgh] .character-sheet-skill-will .character-sheet-skill-icon::before {
    border: solid 3px #5C7BBE;
}
/* /Components/Game/DiceRollComponent.razor.rz.scp.css */
.dice-wrap[b-r0kolu8o4v] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 640px;
}

[b-r0kolu8o4v].dice-wrap .die {
    flex-grow: 0;
    flex-shrink: 0;
}

[b-r0kolu8o4v].dice-wrap.rolling .die > div {
    animation-play-state: running;
}
/* /Components/Game/DieComponent.razor.rz.scp.css */
.die[b-fznkp43boo] {
    position: relative;
    background: black;
    margin: 20px;
    width: 64px;
    height: 64px;
    border-radius: 10%;
}

.die > div[b-fznkp43boo] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation-duration: .3s;
    animation-play-state: paused;
    animation-iteration-count: infinite;
}

.die > div > div[b-fznkp43boo] {
    position: absolute;
    background: white;
    width: 20%;
    height: 20%;
    border-radius: 50%;
}

.die.set > div[b-fznkp43boo] {
    animation-name: none;
}


.set-2 .one[b-fznkp43boo] {
    opacity: 0;
}

.set-2 .two[b-fznkp43boo] {
    opacity: 1;
}

.set-3 .one[b-fznkp43boo] {
    opacity: 0;
}

.set-3 .three[b-fznkp43boo] {
    opacity: 1;
}

.set-4 .one[b-fznkp43boo] {
    opacity: 0;
}

.set-4 .four[b-fznkp43boo] {
    opacity: 1;
}

.set-5 .one[b-fznkp43boo] {
    opacity: 0;
}

.set-5 .five[b-fznkp43boo] {
    opacity: 1;
}

.set-6 .one[b-fznkp43boo] {
    opacity: 0;
}

.set-6 .six[b-fznkp43boo] {
    opacity: 1;
}


.one[b-fznkp43boo] {
    opacity: 1;
    animation-name: one-b-fznkp43boo;
}

.two[b-fznkp43boo] {
    opacity: 0;
    animation-name: four-b-fznkp43boo;
}

.three[b-fznkp43boo] {
    opacity: 0;
    animation-name: six-b-fznkp43boo;
}

.four[b-fznkp43boo] {
    opacity: 0;
    animation-name: two-b-fznkp43boo;
}

.five[b-fznkp43boo] {
    opacity: 0;
    animation-name: five-b-fznkp43boo;
}

.six[b-fznkp43boo] {
    opacity: 0;
    animation-name: two-b-fznkp43boo;
}


.one div:nth-child(1)[b-fznkp43boo] {
    top: 40%;
    left: 40%;
}


.two div:nth-child(1)[b-fznkp43boo] {
    top: 10%;
    left: 10%;
}

.two div:nth-child(2)[b-fznkp43boo] {
    top: 70%;
    left: 70%;
}


.three div:nth-child(1)[b-fznkp43boo] {
    top: 10%;
    left: 10%;
}

.three div:nth-child(2)[b-fznkp43boo] {
    top: 40%;
    left: 40%;
}

.three div:nth-child(3)[b-fznkp43boo] {
    top: 70%;
    left: 70%;
}


.four div:nth-child(1)[b-fznkp43boo] {
    top: 10%;
    left: 10%;
}

.four div:nth-child(2)[b-fznkp43boo] {
    top: 70%;
    left: 70%;
}

.four div:nth-child(3)[b-fznkp43boo] {
    top: 70%;
    left: 10%;
}

.four div:nth-child(4)[b-fznkp43boo] {
    top: 10%;
    left: 70%;
}


.five div:nth-child(1)[b-fznkp43boo] {
    top: 10%;
    left: 10%;
}

.five div:nth-child(2)[b-fznkp43boo] {
    top: 70%;
    left: 70%;
}

.five div:nth-child(3)[b-fznkp43boo] {
    top: 70%;
    left: 10%;
}

.five div:nth-child(4)[b-fznkp43boo] {
    top: 10%;
    left: 70%;
}

.five div:nth-child(5)[b-fznkp43boo] {
    top: 40%;
    left: 40%;
}


.six div:nth-child(1)[b-fznkp43boo] {
    top: 10%;
    left: 10%;
}

.six div:nth-child(2)[b-fznkp43boo] {
    top: 40%;
    left: 10%;
}

.six div:nth-child(3)[b-fznkp43boo] {
    top: 70%;
    left: 10%;
}

.six div:nth-child(4)[b-fznkp43boo] {
    top: 10%;
    left: 70%;
}

.six div:nth-child(5)[b-fznkp43boo] {
    top: 40%;
    left: 70%;
}

.six div:nth-child(6)[b-fznkp43boo] {
    top: 70%;
    left: 70%;
}


@keyframes one-b-fznkp43boo {
    0% { opacity: 1; }
    15% { opacity: 1; }
    16% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes two-b-fznkp43boo {
    0% { opacity: 0; }
    15% { opacity: 0; }
    16% { opacity: 1; }
    31% { opacity: 1; }
    32% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes three-b-fznkp43boo {
    0% { opacity: 0; }
    31% { opacity: 0; }
    32% { opacity: 1; }
    47% { opacity: 1; }
    48% { opacity: 0;}
    100% { opacity: 0;}
}

@keyframes four-b-fznkp43boo {
    0% { opacity: 0; }
    47% { opacity: 0; }
    48% { opacity: 1; }
    63% { opacity: 1; }
    64% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes five-b-fznkp43boo {
    0% { opacity: 0; }
    63% { opacity: 0; }
    64% { opacity: 1; }
    79% { opacity: 1; }
    80% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes six-b-fznkp43boo {
    0% { opacity: 0; }
    79% { opacity: 0; }
    80% { opacity: 1; }
    100% { opacity: 1; }
}
/* /Components/Game/GameText.razor.rz.scp.css */
[b-d4q5pb4lff] .game-text-icon {
    width: 16px;
    height: 18px;
    vertical-align: top;
}
/* /Components/Game/Map/CharacterToken.razor.rz.scp.css */
.character-token[b-i82tw8rb1y] {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: solid 5px white;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    transform: translateX(-50%) translateY(-80%);
    transition: top 1s, left 1s;
}
/* /Components/Game/Map/GateComponent.razor.rz.scp.css */
.gate-token[b-u1gsrz221k] {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 10px;
}

.gate-token-image[b-u1gsrz221k] {
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 2px black;
}

.gate-token-frame[b-u1gsrz221k] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.gate-token-title[b-u1gsrz221k] {
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 2;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

[b-u1gsrz221k] .omen-icon {
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    height: 45px;
}
/* /Components/Game/Map/LocationComponent.razor.rz.scp.css */
.location[b-f4uz8jf6k0] {
    position: absolute;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
}

.location.disabled[b-f4uz8jf6k0] {
    opacity: 0.5;
}

.location.interactive[b-f4uz8jf6k0] {
    cursor: pointer;
}

.location.interactive:hover[b-f4uz8jf6k0] {
    filter: saturate(1.5);
}

.location-main .location-content-wrap[b-f4uz8jf6k0] {
    transform: translateX(-50%) translateY(-20%);
}

.location-content-wrap[b-f4uz8jf6k0] {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    background-color: rgba(255, 255, 255, 0.5);
    border: solid 1px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: row;
    padding: 3px 6px;
}

.location-content[b-f4uz8jf6k0] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-content img[b-f4uz8jf6k0] {
    height: 30px;
}

.location-content span[b-f4uz8jf6k0] {
    font-size: 20px;
    line-height: 30px;
    margin: 0 15px 0 5px;
    color: black;
}

.location-content.clues img[b-f4uz8jf6k0] {
    width: 30px;
    height: auto;
}

.location-main[b-f4uz8jf6k0] {
    width: 300px;
    height: 300px;
}

.location-none[b-f4uz8jf6k0] {
    width: 60px;
    height: 60px;
}

.location-none .location-title[b-f4uz8jf6k0] {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(80%) translateY(50%);
    height: 30px;
}

.location-none .location-title .location-title-background[b-f4uz8jf6k0] {
    width: 30px;
    height: 35px;
    background-color: floralwhite;
    box-shadow: 1px 1px 2px black;
    transform: rotateZ( -45deg );
}

.location-none .location-title .location-title-text[b-f4uz8jf6k0] {
    font-size: 1.4em;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    line-height: 32px;
}

.location-main.location-america .location-frame[b-f4uz8jf6k0] {
    stroke: green;
}

.location-main.location-europe .location-frame[b-f4uz8jf6k0] {
    stroke: orangered;
}

.location-main.location-east .location-frame[b-f4uz8jf6k0] {
    stroke: indigo;
}

.location-main .location-title[b-f4uz8jf6k0] {
    position: absolute;
    top: 57%;
    z-index: 1;
    text-align: center;
    width: 100%;
    font-size: 1.5em;
}

.location-main .location-description[b-f4uz8jf6k0] {
    position: absolute;
    top: 74%;
    z-index: 1;
    text-align: center;
    width: 100%;
    font-size: 15px;
}

.location-main .location-type-badge[b-f4uz8jf6k0] {
    position: absolute;
    top: 58%;
    left: 5%;
    z-index: 1;
}

.location-main .location-image[b-f4uz8jf6k0] {
    width: 100%;
    overflow-y: hidden;
    height: 60%;
}

.location-main .location-image img[b-f4uz8jf6k0] {
    width: 74%;
    border-radius: 50% 50% 0 0;
    margin: 13%;
}

.location-main .location-frame[b-f4uz8jf6k0] {
    position: absolute;
    top: 0;
    left: 0;
}

.location-secondary[b-f4uz8jf6k0] {
    width: 300px;
    height: 200px;
}

.location-secondary .location-background[b-f4uz8jf6k0] {
    background: burlywood;
    box-shadow: 2px 2px 4px black;
}

.location-secondary .location-image[b-f4uz8jf6k0] {
    background: white;
    transform: rotateZ( -3deg );
    box-shadow: 1px 1px 2px black;
    padding: 2%;
    width: 95%;
    height: 95%;
    margin: 2.5%;
    overflow-y: hidden;
}

.location-secondary .location-image img[b-f4uz8jf6k0] {
    width: 100%;
}

.location-secondary .location-title[b-f4uz8jf6k0] {
    background: floralwhite;
    box-shadow: 1px 1px 2px black;
    font-size: 1.5em;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: rotateZ( 1deg );
}

.location-secondary .location-tape[b-f4uz8jf6k0] {
    position: absolute;
    background: floralwhite;
    box-shadow: 1px 1px 2px black;
    z-index: 1;
    width: 80px;
    height: 30px;
    transform: rotateZ( 50deg );
    bottom: 5%;
    left: -10%;
}

[b-f4uz8jf6k0].location-secondary .location-type-badge {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: -5%;
}
/* /Components/Game/Map/LocationTypeBadge.razor.rz.scp.css */
.location-type-badge[b-yiqqu9dak8] {
    border-radius: 50%;
    border: solid 2px black;
    color: white;
    width: 60px;
    height: 60px;
    font-size: 32px;
    text-align: center;
}

.location-type-badge-wrap[b-yiqqu9dak8] {
    border-radius: 50%;
    border: dotted 2px white;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

[b-yiqqu9dak8] .location-type-badge-wrap i {
    height: 100%;
    width: 100%;
    display: block;
    line-height: 48px;
    border: solid 2px white;
    border-radius: 50%;
}

[b-yiqqu9dak8].location-type-badge-city .location-type-badge-wrap i {
    line-height: 64px;
}

.location-type-badge-city[b-yiqqu9dak8] {
    background-color: black;
}

.location-type-badge-wilderness[b-yiqqu9dak8] {
    background-color: forestgreen;
}

.location-type-badge-sea[b-yiqqu9dak8] {
    background-color: dodgerblue;
}
/* /Components/Game/Map/MapComponent.razor.rz.scp.css */
.map[b-s2pdidokgy] {
    position: relative;
}

.map-background[b-s2pdidokgy] {
    width: 100%;
    background-color: #BCA75C;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.map-child-content[b-s2pdidokgy] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
/* /Components/Game/Map/PathComponent.razor.rz.scp.css */
.path[b-ven3n93rki] {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    overflow: visible;
}

.path.disabled[b-ven3n93rki] {
    opacity: 0.5;
}
/* /Components/Game/Monsters/AncientOneComponent.razor.rz.scp.css */
.ancient-one[b-3ovvew8l7o] {
    position: relative;
    background-color: #f1f1d4;
    width: 600px;
    height: 800px;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.ancient-one-image[b-3ovvew8l7o] {
    position: relative;
    width: 100%;
    height: 300px;
    z-index: 1;
}

.ancient-one-image img[b-3ovvew8l7o] {
    width: 100%;
    height: 100%;
}

.ancient-one-doom[b-3ovvew8l7o] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.ancient-one-doom-token[b-3ovvew8l7o] {
    width: 80px;
    height: 80px;
}

.ancient-one-doom-medal[b-3ovvew8l7o] {
    position: absolute;
    top: 50%;
    left: 55px;
    width: 50px;
    height: 65px;
    border-radius: 50%;
    transform: translateY(-50%) rotateZ(-25deg);
    background: linear-gradient(to bottom, #ddd, black);
    z-index: 1;
}

.ancient-one-doom-text[b-3ovvew8l7o] {
    position: absolute;
    top: 50%;
    left: 70px;
    width: 50px;
    height: 38px;
    transform: translateY(-50%);
    z-index: 2;
}

.ancient-one-main[b-3ovvew8l7o] {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
}

.ancient-one-left[b-3ovvew8l7o] {
    flex-grow: 1;
    padding: 10px;
}

.ancient-one-right[b-3ovvew8l7o] {
    flex-grow: 2;
    padding: 10px;
}

.ancient-one-cultist[b-3ovvew8l7o] {
    width: 225px;
    height: 250px;
}

.ancient-one-cultist-title[b-3ovvew8l7o] {
    position: relative;
    text-align: center;
    width: 100%;
}

[b-3ovvew8l7o].ancient-one-cultist .monster-token {
    margin: 0;
    transform-origin: top left;
    transform: scale(0.75);
}

.ancient-one-setup-title[b-3ovvew8l7o],
.ancient-one-mythos-title[b-3ovvew8l7o] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 14px;
    background-color: #fef7b1;
    border-radius: 10px;
    width: 80%;
    text-align: center;
}

.ancient-one-setup[b-3ovvew8l7o] {
    font-size: 14px;
}

.ancient-one-setup[b-3ovvew8l7o],
.ancient-one-mythos[b-3ovvew8l7o] {
    position: relative;
    margin-top: 20px;
}

.ancient-one-setup-description[b-3ovvew8l7o] {
    border: solid 2px saddlebrown;
    text-align: center;
}

.ancient-one-mythos[b-3ovvew8l7o] {
    background-color: #e1e4e2;
}

.ancient-one-setup-description[b-3ovvew8l7o],
.ancient-one-mythos-description[b-3ovvew8l7o] {
    width: 100%;
    padding: 15px 10px 10px 10px;
}

.ancient-one-mythos-description table[b-3ovvew8l7o] {
    width: 100%;
}

.ancient-one-mythos-stage[b-3ovvew8l7o] {
    height: 30px;
    line-height: 20px;
}

.ancient-one-mythos-stage-title[b-3ovvew8l7o] {
    text-align: right;
    font-weight: 500;
}

.ancient-one-mythos-stage-cards[b-3ovvew8l7o] {
    padding-left: 5px;
}

.ancient-one-mythos-stage-cards div[b-3ovvew8l7o] {
    border: solid 1px white;
    color: white;
    font-weight: 500;
    width: 30px;
    text-align: center;
}

.ancient-one-mythos-stage-cards.green div[b-3ovvew8l7o] {
    background-color: green;
}

.ancient-one-mythos-stage-cards.yellow div[b-3ovvew8l7o] {
    background-color: chocolate;
}

.ancient-one-mythos-stage-cards.blue div[b-3ovvew8l7o] {
    background-color: cornflowerblue;
}

.ancient-one-title-wrap[b-3ovvew8l7o] {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ancient-one-name[b-3ovvew8l7o] {
    width: 80%;
    border-bottom: solid 1px black;
    margin-bottom: 5px;
    font-size: 24px;
}

.ancient-one-title[b-3ovvew8l7o] {
    width: 60%;
    border-top: solid 1px black;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
}

.ancient-one-abilities[b-3ovvew8l7o] {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
}

.ancient-one-description[b-3ovvew8l7o] {
    font-size: 16px;
    text-align: center;
    font-style: italic;
}
/* /Components/Game/Monsters/MonsterComponent.razor.rz.scp.css */
.monster-token[b-nwp35epw19] {
    width: 300px;
    height: 300px;
    position: relative;
    margin: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: black;
}

.monster-token-front[b-nwp35epw19],
.monster-token-back[b-nwp35epw19] {
    width: 100%;
    height: 100%;
    background-color: antiquewhite;
}

.monster-token-back[b-nwp35epw19] {
    padding-top: 120px;
}

.monster-token-flip[b-nwp35epw19] {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-size: 64px;
    color: white;
    text-shadow: 3px 3px 3px black;
}

.monster-token.flippable:hover .monster-token-flip[b-nwp35epw19] {
    display: flex;
}

.monster-token-frame[b-nwp35epw19],
.monster-token-back-frame[b-nwp35epw19] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: contain;
}

.monster-token-frame[b-nwp35epw19] {
    background-image: url("content/game/monsters/frames/monster_frame_top.png");
}

.monster-token-epic .monster-token-frame[b-nwp35epw19] {
    background-image: url("content/game/monsters/frames/epic_monster_frame_top.png");
}

.monster-token-title[b-nwp35epw19] {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    text-align: center;
    font-size: 20px;
    z-index: 2;
}

.monster-token-image[b-nwp35epw19] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 30px;
}

.monster-token-image img[b-nwp35epw19] {
    width: 300px;
}

.monster-token-on-spawn[b-nwp35epw19] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 70px;
    z-index: 2;
    padding: 8px;
}

.monster-token-reckoning[b-nwp35epw19] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 70px;
    padding: 8px;
    z-index: 2;
}

.monster-token-on-spawn img[b-nwp35epw19],
.monster-token-reckoning img[b-nwp35epw19] {
    width: 30px;
    height: 40px;
}

.monster-token-back-frame[b-nwp35epw19] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("content/game/monsters/frames/monster_back.png");
}

.monster-token-epic .monster-token-back-frame[b-nwp35epw19] {
    background-image: url("content/game/monsters/frames/epic_monster_back.png");
}

.monster-token-horror-check[b-nwp35epw19],
.monster-token-phys-check[b-nwp35epw19] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 45px;
    font-size: 24px;
}

.monster-token-phys-check[b-nwp35epw19] {
    top: 50px;
}

.monster-token-skill-value[b-nwp35epw19] {
    width: 90px;
    text-align: center;
}

.monster-token-damage-value[b-nwp35epw19] {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
}

[b-nwp35epw19].monster-token-damage-value svg {
    width: 35px;
    height: 35px;
}

.monster-token-damage-value img[b-nwp35epw19] {
    height: 30px;
}

.monster-token-toughness[b-nwp35epw19] {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

[b-nwp35epw19].monster-token-toughness svg {
    width: 50px;
    height: 50px;
}

.monster-token-description[b-nwp35epw19] {
    position: relative;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    z-index: 2;
}

.monster-token-ability-row[b-nwp35epw19] {
    margin-bottom: 10px;
}
/* /Components/Game/PlayerList.razor.rz.scp.css */
.player-list[b-3vc8gt5dkt] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.player-list-main-info[b-3vc8gt5dkt] {
    display: flex;
}

.player-list-skill-list[b-3vc8gt5dkt] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
}

.player-list-portrait[b-3vc8gt5dkt] {
    height: 150px;
    width: 150px;
}

.player-list-status[b-3vc8gt5dkt] {
    margin-left: 20px;
    flex-grow: 1;
}

.player-list-status-row[b-3vc8gt5dkt] {
    display: flex;
    align-items: center;
}

.player-list-status-row img[b-3vc8gt5dkt] {
    width: 50px;
    height: 50px;
}

.player-list-status-row span[b-3vc8gt5dkt] {
    text-align: center;
    flex-grow: 1;
}

[b-3vc8gt5dkt] .app-card {
    max-height: 270px;
}

[b-3vc8gt5dkt] .app-card.active-player {
    background-color: darksalmon;
}

[b-3vc8gt5dkt] .app-card-title {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/Game/Possessions/InventoryComponent.razor.rz.scp.css */
.inventory[b-ev65frs6ci] {
    position: absolute;
    bottom: 70px;
    right: 0;
    max-width: 50%;
    transform: translateY(100%);
    transition: transform 0.5s, bottom 0.5s;
}

.inventory:hover[b-ev65frs6ci] {
    transform: translateY(0);
    bottom: 0;
}

.inventory-cards[b-ev65frs6ci] {
    display: flex;
}

.inventory-card-wrap[b-ev65frs6ci] {
    min-width: 100px;
    flex-shrink: 1;
    flex-grow: 1;
}

[b-ev65frs6ci] .possession-card:hover {
    z-index: 10;
}
/* /Components/Game/Possessions/PossessionComponent.razor.rz.scp.css */
.possession-card[b-r3kydckqpy] {
    width: 250px;
    height: 400px;
    display: flex;
    flex-direction: column;
    position: relative;
    font-size: 13px;
    text-align: center;
    flex-shrink: 0;
    margin: 10px;
    color: black;
    border-radius: 20px;
    box-shadow: 2px 2px 4px black;
}

.possession-card-front[b-r3kydckqpy],
.possession-card-back[b-r3kydckqpy] {
    width: 100%;
    height: 100%;
}

.possession-card-flip[b-r3kydckqpy] {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-size: 64px;
    color: white;
    text-shadow: 3px 3px 3px black;
    border-radius: 20px;
}

.possession-card.flippable:hover .possession-card-flip[b-r3kydckqpy] {
    display: flex;
}

.possession-card-background[b-r3kydckqpy] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: contain;
}

.possession-card-price[b-r3kydckqpy] {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 40px;
    height: 40px;
    z-index: 2;
    line-height: 40px;
    font-size: 32px;
    font-weight: 500;
}

.possession-card-title[b-r3kydckqpy] {
    position: relative;
    font-size: 18px;
    width: 80%;
    transform: translateY(5px);
    margin: auto;
    z-index: 1;
    line-height: 24px;
    height: 50px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.possession-card-subtitle[b-r3kydckqpy] {
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
}

.possession-card-image[b-r3kydckqpy] {
    width: 250px;
    height: 150px;
    background-color: black;
    flex-shrink: 0;
}

.possession-card-image img[b-r3kydckqpy] {
    width: 250px;
    height: 150px;
}

.possession-card-description[b-r3kydckqpy] {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    margin: 5px;
    padding: 10px 5px 5px 5px;
}

.possession-card-type[b-r3kydckqpy] {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
}

.possession-card-abilities[b-r3kydckqpy] {
    line-height: 16px;
    padding: 0 10px;
}

.possession-card-abilities-row[b-r3kydckqpy] {
    margin-bottom: 5px;
}

[b-r3kydckqpy].possession-card-abilities-row .game-text-icon {
    transform: translateY(-3px);
}

.possession-card-flip-title[b-r3kydckqpy] {
    font-size: 16px;
    border-bottom: solid 1px black;
    width: 90%;
    margin: auto;
    font-weight: 500;
}

.possession-card-spell-index[b-r3kydckqpy] {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.possession-card-condition-reckoning[b-r3kydckqpy] {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 40px;
    height: 50px;
    z-index: 1;
}

.possession-card-condition-reckoning img[b-r3kydckqpy] {
    width: 100%;
    height: 100%;
}

    .possession-card-asset .possession-card-background[b-r3kydckqpy] {
        background-image: url("content/game/possessions/asset_card_front.png");
    }

.possession-card-asset .possession-card-title[b-r3kydckqpy] {
    padding: 0 20px 0 25px;
}

.possession-card-artifact .possession-card-background[b-r3kydckqpy] {
    background-image: url("content/game/possessions/artifact_card_front.png");
}

    .possession-card-artifact .possession-card-title[b-r3kydckqpy] {
        padding: 0 15px;
    }

.possession-card-spell .possession-card-front .possession-card-background[b-r3kydckqpy] {
    background-image: url("content/game/possessions/spell_card_front.png");
}

.possession-card-spell .possession-card-back[b-r3kydckqpy] {
    padding: 10px;
}

    .possession-card-spell .possession-card-back .possession-card-background[b-r3kydckqpy] {
        background-image: url("content/game/possessions/spell_card_back.png");
    }

    .possession-card-spell .possession-card-title[b-r3kydckqpy] {
        padding: 0 15px;
    }

.possession-card-spell .possession-card-description[b-r3kydckqpy] {
    padding: 15px 5px 5px 5px;
}

.possession-card-condition .possession-card-front .possession-card-background[b-r3kydckqpy] {
    background-image: url("content/game/possessions/condition_card_front.png");
}

.possession-card-condition.has-reckoning .possession-card-front .possession-card-background[b-r3kydckqpy] {
    background-image: url("content/game/possessions/condition_card_front_with_reckoning.png");
}

.possession-card-condition .possession-card-back .possession-card-background[b-r3kydckqpy] {
    background-image: url("content/game/possessions/condition_card_back.png");
}

.possession-card-condition .possession-card-back .possession-card-description[b-r3kydckqpy] {
    padding: 10px 5px 5px 5px;
}

    .possession-card-condition .possession-card-title[b-r3kydckqpy] {
        padding: 0 15px;
    }

.possession-card-condition .possession-card-back .possession-card-image[b-r3kydckqpy] {
    border-radius: 20px 20px 0 0;
}

.possession-card-condition-pullout[b-r3kydckqpy]:before {
    content: '';
    float: right;
    height: 110px;
    display: block;
}

.possession-card-condition-pullout > div[b-r3kydckqpy] {
    float: right;
    clear: both;
    width: 30px;
    height: 40px;
}
/* /Components/Overlay.razor.rz.scp.css */
.overlay[b-54v4kaoc5g] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
}
/* /Pages/MapTest.razor.rz.scp.css */
[b-vtflgec7wb] .map {
    transform-origin: top left;
    transform: scale(0.4);
}
/* /Pages/Rooms/CharacterSelection.razor.rz.scp.css */
.char-select-content[b-zk8pvh9d9d] {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

.char-select-main[b-zk8pvh9d9d] {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.char-select-left[b-zk8pvh9d9d],
.char-select-right[b-zk8pvh9d9d] {
    width: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    cursor: pointer;
}

.char-select-random[b-zk8pvh9d9d] {
    width: 200px;
    height: 200px;
}

[b-zk8pvh9d9d] .character-sheet {
    transform-origin: center;
    transform: scale(1.2);
}
/* /Pages/Rooms/GameView.razor.rz.scp.css */
.game-view[b-lnzsjojj4u] {
    flex: 1;
    display: flex;
}

.game-view-main[b-lnzsjojj4u] {
    position: relative;
    flex-grow: 1;
    overflow: hidden;

}

.game-view-sidebar[b-lnzsjojj4u] {
    width: 300px;
    flex-shrink: 0;
    overflow-y: auto;
    max-height: 100vh;
}

.game-view-characters[b-lnzsjojj4u] {
    position: relative;
    z-index: 10;
}

.game-view-gates[b-lnzsjojj4u] {
    position: relative;
    z-index: 5;
}

.game-view-monsters[b-lnzsjojj4u] {
    position: relative;
    z-index: 7;
}

.game-view-gate-wrap[b-lnzsjojj4u],
.game-view-monster-wrap[b-lnzsjojj4u] {
    position: absolute;
    transform: translateX(-50%) translateY(-60%) scale(0.6);
}

[b-lnzsjojj4u] .map {
    position: absolute;
    transform-origin: top left;
}
/* /Pages/Rooms/RoomList.razor.rz.scp.css */
.room-list[b-2df0fd01j6] {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
}

.room-list-body[b-2df0fd01j6] {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

.selected-room[b-2df0fd01j6] {
    min-width: 500px;
    display: flex;
}

.room-list-row[b-2df0fd01j6] {
    border-bottom: solid 1px rgba(0,0,0,0.2);
    height: 50px;
    padding: 10px;
    font-size: 20px;
    display: flex;
    flex-direction: row;
}

.room-list-row:hover[b-2df0fd01j6] {
    cursor: pointer;
    background-color: blanchedalmond;
}

.room-list-row.selected[b-2df0fd01j6] {
    background-color: burlywood;
}

.room-list-row-title[b-2df0fd01j6] {
    flex-grow: 1;
}

.room-list-row-player-count[b-2df0fd01j6] {
    flex-shrink: 0;
}
/* /Pages/Rooms/RoomLobby.razor.rz.scp.css */
.room-lobby[b-gd0un6xk7f] {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

.room-lobby-main[b-gd0un6xk7f] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.room-lobby-player-row[b-gd0un6xk7f] {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 70px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}

.room-lobby-player-row-title[b-gd0un6xk7f] {
    flex-grow: 1;
    padding: 0 10px;
}

.room-lobby-player-row-avatar[b-gd0un6xk7f] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 5px;
    position: relative;
    display: flex;
}

.room-lobby-player-row-avatar img[b-gd0un6xk7f] {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.room-lobby-player-character[b-gd0un6xk7f] {
    min-width: 250px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    height: 30px;
    padding: 0 10px;
    margin: 0 10px;
}

.room-lobby-player-character-name[b-gd0un6xk7f] {
    flex-grow: 1;
    text-align: left;
}

[b-gd0un6xk7f] .room-lobby-player-character button {
    height: 20px;
    min-height: 20px;
    line-height: 10px;
    padding: 0 10px 5px;
}

.room-lobby-player-is-ready[b-gd0un6xk7f] {
    width: 30px;
    text-align: center;
}

[b-gd0un6xk7f].room-lobby-main .app-card:first-child {
    flex-grow: 2;
}
/* /Shared/GameViewLayout.razor.rz.scp.css */
.page[b-er5xywmgja] {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100vh;
}

.main[b-er5xywmgja] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: blanchedalmond;
    overflow: auto;
}

.content[b-er5xywmgja] {
    padding-top: 0;
}

[b-er5xywmgja] .hidden {
    display: none;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-c5vnupnmmq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-c5vnupnmmq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: blanchedalmond;
    overflow: auto;
    height: 100vh;
}

.sidebar[b-c5vnupnmmq] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: burlywood;
}

.top-row[b-c5vnupnmmq] {
    background-color: burlywood;
    border-bottom: 1px solid burlywood;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-c5vnupnmmq]  a, .top-row .btn-link[b-c5vnupnmmq] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-c5vnupnmmq] {
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-c5vnupnmmq] .hidden {
    display: none;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-c5vnupnmmq] {
        display: none;
    }

    .top-row.auth[b-c5vnupnmmq] {
        justify-content: space-between;
    }

    .top-row a[b-c5vnupnmmq], .top-row .btn-link[b-c5vnupnmmq] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-c5vnupnmmq] {
        flex-direction: row;
    }

    .sidebar[b-c5vnupnmmq] {
        min-width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c5vnupnmmq] {
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .main > div[b-c5vnupnmmq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-s3a4ubtcar] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-s3a4ubtcar] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-s3a4ubtcar] {
    font-size: 1.1rem;
}

.oi[b-s3a4ubtcar] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-s3a4ubtcar] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-s3a4ubtcar] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-s3a4ubtcar] {
        padding-bottom: 1rem;
    }

    .nav-item[b-s3a4ubtcar]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-s3a4ubtcar]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-s3a4ubtcar]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.login-display[b-s3a4ubtcar] {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 641px) {
    .navbar-toggler[b-s3a4ubtcar] {
        display: none;
    }

    .collapse[b-s3a4ubtcar] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
