@charset "UTF-8";

body {
    font-family: Montserrat, sans-serif;
    font-size: small;
    line-height: 1.3em;
    color: #FFFFFF;
}

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;
}

#main {
    position: absolute;
    width: 100%;
    height: calc(100% + 1px);
    margin: 0px auto;
    background: #0C0E13;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.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;
}

#baizeColor {
    position: absolute;
    width: 100vw;
    height: 97vh;
}

.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: 3vh;
    line-height: 3.1vh;
    padding: 10%;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.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;
}

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

#landscapeIcon {
    width: 25%;

}

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

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

#useLandscape {
    background: rgba(0, 0, 0, 0.8);
    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;
}

.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;
}

.userName {
    position: absolute;
    height: 3vh;
    width: 100%;
    font-size: 2vh;
    bottom: -6vh;
    text-align: center;
}

.Card {
    position: absolute;
}

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

.handValue {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    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;
    font-family: Futura;
    background-color: #666666;
    text-shadow: 1px 4px 4px #555;
    text-align: center;
    -webkit-background-clip: text;

}

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

#preload {
    opacity: 0;
}