@charset "UTF-8";

body {
    font-family: 'Rubik', sans-serif;
    font-size: small;
    line-height: 1.3em;
    color: #FFFFFF;
    min-height: 100dvh;
    overscroll-behavior-y: contain;
    overflow: hidden;
    overscroll-behavior: none;
}

html, body {
    overscroll-behavior-y: contain;
}

html.iossafari {
    overflow: hidden;
}

ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bwimage {
    filter: grayscale(100%);
}

#main {
    position: fixed;
    width: 100%;
    height: 100dvh;
    margin: 0px auto;
    background: #0C0E13;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    overscroll-behavior: none;
}

#initloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}

#loaderLogo {
    position: absolute;
    top: 40vh;
    left: calc(50vw - 10vh);
    width: 20vh;
    height: 7vh;
}

#loaderProgress {
    position: absolute;
    top: 50vh;
    left: calc(50% - 10vh);
    width: 2vh;
    height: 3vh;
    background: white;
    border-radius: 1vh;
}

.disconnected#main {
    background: black;
}

.centerFlex {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#alertMsg {
    position: absolute;
    background-color: red;
    color: white;
    text-align: center;
    top: 6vh;
    width: 100%;
    font-size: larger;
    z-index: 7000;
    opacity: 0.7;
}

.raisedPanel {
    border-left: 1px solid #565656;
    border-top: 1px solid #565656;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.pressedPanel {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid #565656;
    border-bottom: 1px solid #565656;
}

.halfseen {
    opacity: 0.5;
}

.imgDropShadow {
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.5));
}

#baizeColor {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #062101, #02BB44, #039132, #062101);
}

.baizeColorImg {
    width: 100%;
    height: 80%;
}

#loginMsg {
    position: absolute;
    background-color: #22252c;
    color: white;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    text-align: center;
    border-radius: 25px;
    line-height: 2em;
    text-decoration: overline;
}

#connection {
    position: absolute;
    font-size: 1.3vh;
    line-height: 3.1vh;
    height: 50%;
    width: 50%;
    top: 25%;
    left: 25%;
    text-align: center;
    background: black;
    z-index: 1000;
    border-radius: 2vh;
    border-style: solid;
    border-color: red;
    border-width: 3px;
}

#reconnectButton {
    position: absolute;
    bottom: 10%;
    left: 45%;
    width: 10%;
    height: 10vh;
    font-size: 5vh;
    border-radius: 3vh;
    background: #ff5966;
    color: white;
}

.roundedOutput {
    padding: 10px 10px;
    border-radius: 25px;
    border: solid #ccc 3px;
    box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 2px #fff;
    cursor: pointer;
}

.roundedOutputAbs {
    position: absolute;
    padding: 10px 10px;
    border-radius: 25px;
    border: solid #ccc 3px;
    box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 2px #fff;
}

.notClickable {
    pointer-events: none;
}

.clickable {
    pointer-events: auto;
}

.pointer {
    cursor: pointer;
}

#blackoverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 1000;
    color: white
}

#landscapeIcon {
    width: 25%;

}

#replayOverlay, #usePortrait {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    color: white;
    background: dimgray;
}

#replayOverlay {
    background: rgba(0, 0, 0, 0.2);
}

#useLandscape {
    background: black;
    z-index: 25000;
}

#mobileSVG {
    width: 10vh;
}

#startReplayButton {
    height: 4vh;
    border-radius: 4vh;
    font-size: 2vh;
    background: green;
}

.closeIconImg {
    position: absolute;
    top: 0;
    left: calc(100% - 3vh);
    height: 3vh;
    width: 3vh;
    cursor: pointer;
}

#background {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#background img {
    width: 100%;
}

a img {
    border: none;
}

#gameArea {
    position: absolute;
    width: 100%;
    top: 0;
    height: 66vh;
    transform-origin: 50% 0;
    z-index: 2;
}

.toolTip {
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0.5vh;
    padding: 4px;
    z-index: 7000;
}

.position, #peeklight, .OC {
    position: absolute;
}

.betSensor {
    cursor: pointer;
}

.chip, .Chip {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.chipText, .ChipText {
    position: absolute;
    pointer-events: none;
    color: white;
}

.card {
    position: absolute;
}

.bacCard {
    position: absolute;
    height: 100%;
    top: -10%;
}

.handValue {
    position: absolute;
    color: ivory;
    z-index: 20;
    border-radius: 5px;
}

.posText {
    position: absolute;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.noSelect {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#winners {
    position: absolute;
}

.historyText {
    position: absolute;
    width: 100%;
}

#logo {
    position: absolute;
}

#diceHolder {
    position: absolute;
    width: 100%;
    height: 100%;
}

#buttonTxt {
    pointer-events: none;
}

.darkFilter {
    background-color: black;
    height: 100%;
    width: 100%;
    pointer-events: none;
    opacity: 0.4;
}

#BrandingDiv {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: -1000;
}

#BrandingImg {
    position: absolute;
    opacity: 0.3;
    pointer-events: none;
    height: 100%;
}

.engraved {
    font-family: Futura;
    background-color: #666666;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: rgba(245, 245, 245, 0.5) 3px 5px 1px;
}

.embossed {
    color: #f0f0f0;
    background-color: #666666;
    text-shadow: 1px 4px 4px #555;
    text-align: center;
    -webkit-background-clip: text;

}

.svgImage, .PNGImage, .swipeSVG {
    width: 100%;
    height: 100%;
}

.imageByWidth {
    width: 100%;
}

.imageByHeight {
    height: 100%;
}

.scrollable {
    overflow: scroll;
}

#preload {
    opacity: 0;
}

.preLoad {
    height: 5vh;
}

#swipeUp {
    position: absolute;
    top: 0;
    left: 0;
    height: 200vh;
    width: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
}

#ctaFullScreen {
    position: absolute;
    top: 0;
    left: 0;
    height: 120vh;
    width: 100vw;
    background: black;
    z-index: 1000;
}

#ctaFullScreenLabel {
    position: absolute;
    height: 20vh;
    width: 60vw;
    top: 40vh;
    left: 20vw;
    background: purple;
    border-right: 1vh;
    color: white;
    font-size: 5vh;

}

#swipeAni {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 1001;
}

#SwipeText {
    position: absolute;
    top: 70vh;
    left: 0;
    width: 100vw;
    text-align: center;
    font-size: 5vh;
    color: white;
}

#SwipeLeftTop {
    position: absolute;
    width: 20vw;
    height: 5vh;
    left: 25vw;
    top: 25vh;
}

#SwipeRightTop {
    position: absolute;
    width: 20vw;
    height: 5vh;
    right: 25vw;
    top: 25vh;
}

#SwipeLeftBottom {
    position: absolute;
    width: 20vw;
    height: 5vh;
    left: 25vw;
    top: 50vh;
}

#SwipeRightBottom {
    position: absolute;
    width: 20vw;
    height: 5vh;
    right: 25vw;
    top: 50vh;
}

#SwipeSquareTop {
    position: absolute;
    width: 20vw;
    height: 5vh;
    left: 40vw;
    top: 45vh;
}

#SwipeSquareBottom {
    position: absolute;
    width: 20vw;
    height: 5vh;
    left: 40vw;
    top: 55vh;
}

#SwipeLine {
    position: absolute;
    left: 49vw;
    top: 25vh;
    height: 50vh;
    width: 2vw;
}

#SwipeCircle {
    position: absolute;
    width: 2vw;
    height: 2vw;
    left: 50vw;
    top: 75vh;
}

#SwipeHand {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50vw;
    top: 60vh;
}

#OverlayFS {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2000;
}

#maintenanceImg{
    position: absolute;
    top: 25vh;
    left: calc(50% - 12.5vh);
    height: 25vh;
    width: 25vh;
    padding: 1vh;
}

#maintenance{
    position: absolute;
    top: 50vh;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 3vh;
    color: orange;
}