body {
    font-size: 16px;
    margin: 0;
    background: #000;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    -webkit-tap-highlight-eolor: transparent;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
            -webkit-tap-highlight-color: transparent;
    touch-action: manipulation !important;
    max-width: 800px;
}

.clear {
    color: red !important;
    font-weight: bold;
}

.ds {
    width: 20px !important;
    height: 20px !important;
    vertical-align: middle;
}

.marg {
    margin-left:20px;
}
.col-b {
    cursor: pointer;
    margin: 1px;
    width: 33%;
    padding-left: 3px;
    padding-right: 3px;
}

.col-wb {
    cursor: pointer;
    margin: 1px;
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;

}

small {
    color: white;
}

.rolls {
    min-height: 100px;
    height: 100px;
}

.col {
    cursor: pointer;
    border: 1px solid white;
    margin: 1px;
    width: 33%;
    padding-left: 3px;
    padding-right: 3px;
}

.col-w {
    cursor: pointer;
    border: 1px solid white;
    padding-left: 3px;
    padding-right: 3px;
    background: #000;
    margin: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.g > .item {
    background: #0f660f;
}

.col-1 {
    cursor: pointer;
    border: 1px solid white;
    margin: 1px;
    min-width: 8.33%;
    max-width: 8.33%;
    padding-left: 3px;
    padding-right: 3px;
}

.col-2 {
    cursor: pointer;
    border: 1px solid white;
    margin: 2px;
    min-width: 16.66%;
    max-width: 16.66%;
    padding-left: 3px;
    padding-right: 3px;
}

.col-3 {
    cursor: pointer;
    margin: 2px;
    min-width: 25%;
    max-width: 25%;
    padding-left: 3px;
    padding-right: 3px;
}

.col-4 {
    cursor: pointer;
    margin: 2px;
    min-width: 33.33%;
    max-width: 33.33%;
    padding-left: 3px;
    padding-right: 3px;
}

.col-5 {
    cursor: pointer;
    border: 1px solid white;
    margin: 2px;
    min-width: 41.66%;
    max-width: 41.66%;
    padding-left: 3px;
    padding-right: 3px;
}

.col-6 {
    cursor: pointer;
    margin: 2px;
    min-width: 50%;
    max-width: 50%;
    padding-left: 3px;
    padding-right: 3px;
}

.col-7 {
    cursor: pointer;
    border: 1px solid white;
    margin: 2px;
    min-width: 58.33%;
    max-width: 58.33%;
    padding-left: 3px;
    padding-right: 3px;
}

.col-8 {
    cursor: pointer;
    border: 1px solid white;
    margin: 2px;
    min-width: 66.66%;
    max-width: 66.66%;
    padding-left: 3px;
    padding-right: 3px;
}

.container {
    cursor: pointer;
    display: flex;
    margin: .2rem;
    min-height: 18px;
}

.item {
    flex-grow: 1;
    height: auto;
    color: white;
    touch-action: manipulation;
}

.border {
    padding-left: 3px;
    border: 1px solid white;
    background: #0f660f;
}

.center {
    text-align: center;
}

.dice {
    background: white;
    color: darkred;
    border: 2px solid darkred;
    max-width: 20px;
    min-width: 20px;
    margin-left: 5px;
    padding-top: 10px;
    text-align: center;
}

.number {
    text-align: center;
    font-size: 1.5em;
}

.number-win {
    text-align: center;

    font-size: 2em;
    max-width: 100px;
}

.number-med {
    font-size: 1em;
    text-align: center;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  &.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  &-bg {
    position: absolute;
    background: teal;
    width: 100%;
    height: 100%;
  }
  &-container {
    background: #fff;
    position: relative;
    padding: 30px;
  }
  &-close {
    position: absolute;
    right: 15px;
    top: 15px;
    outline: none;
    appearance: none;
    color: red;
    background: none;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
  }
}

.red {
    color: red;
}
.blue {
    color: #85befd;
}
.teal {
    color: cyan;
}
.purple {
    color: purple;    
}
.lime {
    color: lime;
}
.pink {
    color: hotpink;
}
.orange {
    color: orange;
}
.yellow {
    color: yellow;
}

.bank {
    padding:2px;
}

.label {
    font-size: .8em;
}

.blabel {
    padding-top:2px;
    float: left;
    font-size: .5em;
}

.bnum {
    float: right;
    font-size: .8em;
}

.bet {
    text-align: center;
}

.point {
    background: white;
    color: black;
    font-weight: bold;
}
.gold {
    color: gold;
}

.dc {
    justify-content: center;
}

.ml-2 {
    margin-left: 10%;
    margin-top: 2px;
}

.roll:active {
    background: darkgreen;
}

.green {
    background: green;
}

.light {
    background: #444;
    color: #aaa;
    border: 1px solid gold;
    text-align: center;
}

.number-win:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

.activei {
    color: gold;
}

.activeBet {
    background: gold;
    color: #000;
    max-width: 60px;
    font-size: 12px;
    padding-top: 2px;
}

.hide {
    display: none;
}

.dc > .activeBet {
    padding-top: 4px;
}

.active {
    background: gold;
    color: #000;
}

.pass {
    background: lightblue;
}

.d0 {
    height: 40px;
    width: 40px;
    content:url('./d0.png');
}
.d1 {
    height: 40px;
    width: 40px;
    content:url('./d1.png');
}
.d2 {
    height: 40px;
    width: 40px;
    content:url('./d2.png');
}
.d3 {
    height: 40px;
    width: 40px;
    content:url('./d3.png');
}
.d4 {
    height: 40px;
    width: 40px;
    content:url('./d4.png');
}
.d5 {
    height: 40px;
    width: 40px;
    content:url('./d5.png');
}
.d6 {
    height: 40px;
    width: 40px;
    content:url('./d6.png');
}
.win {
    background: gold !important;
}
.push {
    background: gray;
}

.win > .container > .item {
    color: black;
}
.lose {
    background: red !important;
}
.l {
    color: black;
    background: #000;
}
