html {
    overflow: hidden;
}
.app-container {
    min-height: 100vh;
    padding: 3rem 1rem;
    display: flex;
    align-items: center;
}
.app-container .center-content {
    max-width: 45rem;
    margin: 0 auto;
    position: relative;
    flex: 1;
}
.app-container .full-content {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    flex: 1;
}
.wss-indicator {
    position: absolute;
    top: 1vh;
    left: 1vh;
}
.device-id {
    position: absolute;
    top: 1vh;
    right: 1vh;
    opacity: 0.5;
}
/* .game-id {
    position: absolute;
    bottom: 5px;
    left: 5px;
    opacity: 0.5;
} */
.d4a-logo {
    background-image: url('/app-assets/img/brand-logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.score-remaining {
    font-size: 10vw;
    padding: 5px;
}
.xl-scores {
    font-size: 14vw;
    padding: 5px;
}
.error-display {
    position: absolute;
    top: 10px;
    left: 1%;
    width: 98%;
    opacity: 0.75;
    padding: 10px;
    font-size: 2.5vw;
    display: none;
}
.oneeighty::before {
    content: "";
    position: absolute;
    top: 0 !important; 
    left: 0 !important;
    width: 100%; 
    height: 100%;  
    opacity: .6; 
    z-index: -1;
    background-image: url('/app-assets/img/fireworks.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.oneeighty > .card-body {
    font-size: 30vw;
    font-weight: 900;
    padding:0px;
}
.victory > .card-body {
    font-size: 2vw;
    font-weight: 900;
    padding-top:20px;
    padding-bottom:20px;
}
/* .dart-throw {
    font-size: 3vw;
} */
.stats {
    font-size: 1.25vw;
}

html, body { margin:0; height:100%; touch-action:none; overscroll-behavior:none; }

.ptr-indicator{
    position:fixed; /* fixed works more reliably across browsers */
    top:0; left:0; right:0;
    height:0;
    display:flex; align-items:center; justify-content:center;
    background:#000000;
    font-family:system-ui,sans-serif;
    overflow:hidden; z-index:9999;
    transition:height 0.18s ease;
    user-select:none; -webkit-user-select:none;
    font-size: 2em;
}
body.ptr-refreshing { cursor:progress; }

.text-muted {
    opacity: 0.5;
}