@charset "UTF-8";

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

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

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

#main {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    overflow-x: hidden;
    background-color: black;
    z-index: 100;
}

#main a{
    color: red;
}

#connection{
    color:white;
    font-size: large;
    margin: 10%;
    padding: 10%;
}

#outcomeSelection{
    text-align: center;
    z-index: 5000;
    background-color: black;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    overflow-x: hidden;

}

#outcomeSelected{
    position: absolute;
    width: 100%;
    height: 20%;
    top: 80%;
    background-color: whitesmoke;
    text-align: center;
    font-size: large;
}

.OC{
    background-color: #006600;
}

.notClickable{
    pointer-events: none;
}

#blackoverlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 1000;
    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);
    cursor: pointer;
}

.roundedOutputAbs {
    position: absolute;
    padding:1% 1%;
    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);
}

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

#baizeColor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 97vh;
    background-image: linear-gradient(to bottom, #062101, #02BB44, #039132, #062101);
}

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

a img {
    border: none;
}

.betSensor{
    cursor: pointer;
}

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

.card, .handValue{
    position: absolute;
}

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

.rLayout2, .cLayout2{
    position: absolute;
}

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

.withSelect{
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
}

#callbackForm{
    position: absolute;
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
    font-size: 1.5em;
    line-height: 200%;
}

#formText{
    width: 100%;
}

#MobileInput{
    width: 30%;
}

#callBackButton{
    width: 30%;
}

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

#preload {
   opacity: 0;
 }

.preLoad {
    height: 4vh;
}