/* /Pages/Loading.razor.rz.scp.css */
.img-background-wrapper[b-ob7rmvtcie] {
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.img-background[b-ob7rmvtcie] {
    height: 450px;
    width: 850px;
}

.stat-wrapper[b-ob7rmvtcie] {
    border-radius: 3px;
    background-color: #111;
    background: rgba(22, 22, 22, .9);
    border: 5px solid #111;
    box-shadow: 10px 10px 0px #111;
    overflow: hidden;
}

.pige-wrapper[b-ob7rmvtcie]{
    position: absolute;
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: flex-end;
    align-items: center;
}

.main-img-wrapper[b-ob7rmvtcie] {
    /*-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid #000;
    border-radius: 50px;
    box-shadow: 0px 0px 50px black;*/
}

.img-wrapper[b-ob7rmvtcie] {
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.scoot-wrapper[b-ob7rmvtcie]{
    position:absolute;
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: flex-end;
    z-index: 1;
}

.scoot-img[b-ob7rmvtcie] {
    width: auto;
    height: 40vh;
    filter: drop-shadow(0px 0px 15px #000000);
}

.secret-scoot-img[b-ob7rmvtcie] {
    width: 105vh;
    filter: drop-shadow(0px 0px 15px #000000);
}

.img[b-ob7rmvtcie] {
    height: auto;
    width: 85vh;
    margin-bottom: 30px;
    filter: drop-shadow(0px 0px 15px #000000);
}

.stats-wrapper[b-ob7rmvtcie] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    z-index: 5;
    text-shadow: 0 0 10px black
}

.info-stat-wrapper[b-ob7rmvtcie] {
    width: 40em;
    height: 95vh;
    margin: 25px;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.wrapper-left[b-ob7rmvtcie] {
    flex: 1.6;
    align-self: center;
}

.wrapper-right[b-ob7rmvtcie] {
    display: flex;
    flex-direction: column;
    flex: 1.6;
    justify-self: right;
    align-self: flex-start;
    height: 95vh;
    padding-bottom: 1em;
}

.stat-wrapper-right[b-ob7rmvtcie]{
    height: 60vh;
}

.stat-wrapper-right-height[b-ob7rmvtcie] {
    height: 80%;
    width: 100%;
    display: inherit;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.quote-wrapper[b-ob7rmvtcie] {
}

.wrapper-mid[b-ob7rmvtcie] {
    flex: 3;
    height: 12em;
}

.player-stat[b-ob7rmvtcie] {
    display: flex;
    margin-bottom: -1em;
    margin-top: .5em;
}

.player-info-wrapper[b-ob7rmvtcie]{
    width: 100%;
    height: 6em;
    overflow: hidden;
    display: flex;
    border-style: solid;
    border-color: #444;
    border-width: 0px 0px 1px 0px;
}

.name-with-image-wrapper[b-ob7rmvtcie] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 3;
    overflow: hidden;
}

.player-info-stats[b-ob7rmvtcie]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    flex: 1.4;
    margin-right: 1em;
}

.player-info[b-ob7rmvtcie]{
    margin-bottom: 0px;
    margin-top: 0px;
}

.player-image[b-ob7rmvtcie] {
    margin-top: -8em;
    object-fit: cover;
    width: 60%;
    z-index: 0;
    opacity: 0.5;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}

.player-name[b-ob7rmvtcie] {
    z-index: 1;
    padding-left: 1em;
    font-size: xx-large;
    white-space: nowrap;
}

.info-header-1[b-ob7rmvtcie] {
    border: 5px solid white;
    width: 50%;
}

.info-text[b-ob7rmvtcie]{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-info-seperator[b-ob7rmvtcie] {
    display: block;
    background-color: white;
    width: 25em;
    height: 2px;
    border: 2px solid black;
}

.secondary-info-seperator[b-ob7rmvtcie] {
    background-color: #CCC;
    height: 1px;
    width: 40%;
}

.game-win-counters-wrapper[b-ob7rmvtcie]{
    display: flex;
    flex-wrap: wrap;
    height: 50%;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin-top: -1em;
}

.game-win-counter[b-ob7rmvtcie] {
    width: 8em;
    height: 8em;
    margin: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1em;
    margin-bottom: 1em;
}

.inno-counter-wrapper[b-ob7rmvtcie] {
    border: 5px solid green;
}

.traitor-counter-wrapper[b-ob7rmvtcie] {
    border: 5px solid red;
}

.jackal-counter-wrapper[b-ob7rmvtcie] {
    border: 5px solid cyan;
}

.game-counter[b-ob7rmvtcie] {
    font-size: 4em;
}

.game-win-counter-with-header-wrapper[b-ob7rmvtcie]{
    display: flex;
    flex-direction: column;
}

.stat-fact-wrapper[b-ob7rmvtcie] {
    overflow: auto;
}

.qualifier-text[b-ob7rmvtcie] {
    margin-top: 0.5em;
    margin-bottom: -15px;
    margin-right: 1em;
    align-self: flex-end;
    color: #aaa;
}

.total-win-counter[b-ob7rmvtcie] {
    font-size: 2em;
    margin-top: -2.5em;
    margin-bottom: -1em;
}

.quote-text-wrapper[b-ob7rmvtcie] {
    margin-top: -1em;
    width: 100%;
}
/* /Pages/Quote.razor.rz.scp.css */
.quote-signature-wrapper[b-40k7ot9nl4] {
    display: flex;
    justify-content: flex-end;
    margin-right: 3em;
    width: 100%;
}
.quote-signature[b-40k7ot9nl4] {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    font-style: italic;
}

.player-image[b-40k7ot9nl4]{
    width: 3em;
    height: 3em;
    margin: 1em;
    border-radius: 5px;
}

.quote-wrapper[b-40k7ot9nl4]{
    color: #aaa;
    font-size: 1.5em;
}
.quote-wrapper-start[b-40k7ot9nl4] {
    margin-right: 0.3em;
}

.quote-wrapper-end[b-40k7ot9nl4] {
    margin-left: 0.3em;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* /Shared/NavMenu.razor.rz.scp.css */
