#main {
    width: 100%;
    height: 100vh;
    background-image: url('/images/bg-bi-xs.jpg');
    background-size: cover;
}
.initText {
    position: absolute;
    top: 82px;
    left: 50%;
    transform: translateX(-50%);
    background-color: red;
    color: #fff;
    border: 3px solid #fff;
    outline: 3px solid red;
    padding: 10px 20px;
    font-size: 40px;
    font-weight: bold;
}
.createRoom, .playersRoom {
    position: absolute;
    top: 182px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.playersRoom {
    background-color: red;
    color: #fff;
    border: 3px solid #fff;
    outline: 3px solid red;
    padding: 10px 20px;
}

.colour {
    float: left;
    width: 35px;
    height: 35px;
    margin: 3px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,1);
}

.selectable:hover {
    cursor: pointer;
    background: rgba(0,0,0,0.3);
    background-color: rgba(0, 0, 0, 0.3);
}
.colour.selected {
    outline: #fff solid 2px;
}

.disabled {
    opacity: 0.5;
}

.pBox {
    transform: none;
    width: 300px;
    right: 170px;
    left: auto;
}

.red {
    background-color: #ff3f3f;
}
.orange {
    background-color: #ffab3f;
}
.yellow {
    background-color: #e5ff3f;
}
.green {
    background-color: #3dff90;
}
.lightblue {
    background-color: #3fb2ff;
}
.blue {
    background-color: #3f45ff;
}
.purple {
    background-color: #a53fff;
}

.no-display {
    display: none;
}

#infosGame {
    position: absolute;
    background-color: red;
    top: 80px;
}

#tabuleiroWrap {
    position: absolute;
    width: 900px;
    top: 80px;
    left: 300px;
    display: block;
    overflow: scroll;
    height: 462px;
}

.borderGame {
    width: 1700px;
    height: 1700px;
    background: linear-gradient(52deg, rgba(34,193,195,1) 0%, rgba(144,190,120,1) 50%, rgba(255,186,39,1) 100%);
    padding: 0px;
    display: table;
    position: relative;
    /*transform: scale(2);*/
}
.casa  {
    border: 1px solid #000;
    border-top: none;
    width: 200px;
    height: 200px;
    background-color: #fff;
    padding: 12px;
    /* position: relative;*/
}
.casa:first-child {
    border-top:1px solid #000;
}
.qGame.x:before {
    content: '\f00d';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;

}
.qGame.o:before {
    content: '\f111';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 400;

}
.playerx .qGame:hover:not(.x):not(.o){
    cursor: pointer;
}
.playerx .qGame:not(.x):not(.o):hover::before {
    content: '\f00d';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    opacity: 0.5;
}
.playero .qGame:hover:not(.x):not(.o){
    cursor: pointer;
}
.playero .qGame:not(.x):not(.o):hover::before {
    content: '\f111';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 400;
    opacity: 0.5;
}    

.casa  {
    border: 1px solid #000;
    border-right: none;
    width: 150px;
    height: 200px;
    background-color: #e2e1d9;
    padding: 12px;
}

.l1 {
    position: absolute;
    top: 0px;
    width: 200px;
}
.l1.c1 {
    left: 0px;
}
.l1.c2 {
    left: 200px;
    width: 150px
}
.l1.c3 {
    left: 350px;
    width: 150px;
}
.l1.c4 {
    left: 500px;
    width: 150px;
}    
.l1.c5 {
    left: 650px;
    width: 150px;
}    
.l1.c6 {
    left: 800px;
    width: 150px;
}    
.l1.c7 {
    left: 950px;
    width: 150px;
}    
.l1.c8 {
    left: 1100px;
    width: 150px;
}  
.l1.c9 {
    left: 1250px;
    width: 150px;
} 
.l1.c10 {
    left: 1400px;
    width: 150px;
} 
.l1.c11 {
    left: 1550px;
    width: 200px;
    border-right: 1px solid;
}     
.l2 {
    position: absolute;
    top: 200px;
    left: 0;
    float: none;
    width: 200px;
    height: 150px;
    border-top: none;
    border-right: 1px solid;
}
.l3 {
    position: absolute;
    top: 350px;
    left: 0;
    float: none;
    width: 200px;
    height: 150px;
    border-top: none;
    border-right: 1px solid;
}
.l4 {
    position: absolute;
    top: 500px;
    left: 0;
    float: none;
    width: 200px;
    height: 150px;
    border-top: none;
    border-right: 1px solid;
}
.l5 {
    position: absolute;
    top: 650px;
    left: 0;
    float: none;
    width: 200px;
    height: 150px;
    border-top: none;
    border-right: 1px solid;
}
.l6 {
    position: absolute;
    top: 800px;
    left: 0;
    float: none;
    width: 200px;
    height: 150px;
    border-top: none;
    border-right: 1px solid;
}
.l7 {
    position: absolute;
    top: 950px;
    left: 0;
    float: none;
    width: 200px;
    height: 150px;
    border-top: none;
    border-right: 1px solid;
}
.l8 {
    position: absolute;
    top: 1100px;
    left: 0;
    float: none;
    width: 200px;
    height: 150px;
    border-top: none;
    border-right: 1px solid;
}
.l9 {
    position: absolute;
    top: 1250px;
    left: 0;
    float: none;
    width: 200px;
    height: 150px;
    border-top: none;
    border-right: 1px solid;
}
.l10 {
    position: absolute;
    top: 1400px;
    left: 0;
    float: none;
    width: 200px;
    height: 150px;
    border-top: none;
    border-right: 1px solid;

}    

.l2.c2, .l3.c2, .l4.c2, .l5.c2, .l6.c2, .l7.c2, .l8.c2, .l9.c2, .l10.c2 {
    left: 1550px;

}
.l2.c1 .imovelcard, .l3.c1 .imovelcard, .l4.c1 .especialcard, .l5.c1 .imovelcard, .l6.c1 .especialcard, .l7.c1 .imovelcard, .l8.c1 .imovelcard, .l9.c1 .especialcard, .l10.c1 .imovelcard {
    transform: rotate(90deg);
}
.l2.c2 .imovelcard, .l3.c2 .especialcard, .l4.c2 .imovelcard, .l5.c2 .imovelcard, .l6.c2 .especialcard, .l7.c2 .especialcard, .l8.c2 .imovelcard, .l9.c2 .especialcard, .l10.c2 .imovelcard {
    transform: rotate(-90deg);
}
.l11 {
    position: absolute;
    top: 1550px;
    width: 200px;
}
.l11.c1 {
    left: 0px;
}
.l11.c2 {
    left: 200px;
    width: 150px;
}
.l11.c3 {
    left: 350px;
    width: 150px
}
.l11.c4 {
    left: 500px;
    width: 150px;
}    
.l11.c5 {
    left: 650px;
    width: 150px;
}    
.l11.c6 {
    left: 800px;
    width: 150px;
}    
.l11.c7 {
    left: 950px;
    width: 150px;
}    
.l11.c8 {
    left: 1100px;
    width: 150px;
}  
.l11.c9 {
    left: 1250px;
    width: 150px;
} 
.l11.c10 {
    left: 1400px;
    width: 150px;
} 
.l11.c11 {
    left: 1550px;
    width: 200px;
    border-right: 1px solid;
}    
.especialcard {
    text-align: center;
}
.especialcard p {
    font-size: 18px;
    font-weight: bold;
}
.especialcard span {
    font-size: 12px;
    font-weight: normal;
}
.especialcard i {
    font-size: 100px;
}

.imovelcard {
    text-align: center; 
}
.imovelcard .box-color {
    width: 94px;
    height: 40px;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 5px;
}
.imovelcard p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 48px;
}
.imovelcard span {
    font-size: 12px;
    font-weight: normal;
}
.imovelcard .box-color.n1 {
    background-color: #ba2aa7;
}
.imovelcard .box-color.n2 {
    background-color: #00a6ee;
}
.imovelcard .box-color.n3 {
    background-color: #331a78;
}
.imovelcard .box-color.n4 {
    background-color: #b84a16;
}
.imovelcard .box-color.n5 {
    background-color: #ae1d24;
}
.imovelcard .box-color.n6 {
    background-color:#c6ae00;
}
.imovelcard .box-color.n7 {
    background-color: #70a633;
}
.imovelcard .box-color.n8 {
    background-color: #007cd3;
}



.especialcard {
    text-align: center;
}
.especialcard p {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.especialcard span {
    font-size: 12px;
    font-weight: normal;
}
.especialcard i {
    font-size: 100px;
}

.imovelcard {
    text-align: center; 
}
.imovelcard .box-color {
    width: 94px;
    height: 40px;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 5px;
    margin: auto;
}
.imovelcard p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 48px;
    color: #000;
    text-transform: uppercase;
}
.imovelcard span {
    font-size: 12px;
    font-weight: normal;
}
.imovelcard .box-color.n1, .imovelcard .box-color.roxo {
    background-color: #ca36b2;
}
.imovelcard .box-color.n2, .imovelcard .box-color.ciano {
    background-color: #02aff3;
}
.imovelcard .box-color.n3, .imovelcard .box-color.lilas {
    background-color: #30227a;
}
.imovelcard .box-color.n4, .imovelcard .box-color.laranja {
    background-color: orange;
}
.imovelcard .box-color.n5, .imovelcard .box-color.vermelho{
    background-color: red;
}
.imovelcard .box-color.n6, .imovelcard .box-color.amarelo {
    background-color: #e2d002;
}
.imovelcard .box-color.n7, .imovelcard .box-color.verde {
    background-color: #7cb33e;
}
.imovelcard .box-color.n8, .imovelcard .box-color.turquesa {
    background-color: #0384d8;
}
.especialcardbox {
    border: 3px solid #000;
    border-radius: 5px;
    margin: auto;
    width: 94px;
    height: 94px;
    text-align: center;
    background-color: #fff;
}
.especialcardbox i {
    font-size: 60px;
    line-height: 90px;
    color: #000;
}
.prisao, .parada {
    background-color: #e2d002 !important;
}
.pinogame {
    position: absolute;
    font-size: 60px;
    text-shadow: 1px 1px 8px #000;
}
/*.pinogame.blue {
    color: blue;
}
.pinogame.red {
    color: red;
    left: 35px;
}
.pinogame.yellow {
    color: yellow;
    left: 60px;
}
.pinogame.black {
    color: black;
    left: 85px;
}
.pinogame.green {
    color: green;
    left: 110px;
}
.pinogame.pink {
    color: pink;
    left: 135px;
}
#cardSelectBox {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}
#cardSelectBox.show {
    display: block;
}
#cardSelectBox .cardInner {
    position: relative;
    top: 50px;
    left: 50%;
}
#propBox {
    overflow: scroll;
}
#propBox .casa {
    float: left;

}
#playerstable {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.5);
    width:auto;
    height: auto;   
    padding: 20px;
    color: #fff;
}

#status {

    position: absolute;
    top: 0;
    left: 438px;
    background-color: rgba(0,0,0,0.7);
    width: auto;
    z-index: 9;
    padding: 20px;
}

#sorter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: transparent;
    width: auto;
    z-index: 9;
    padding: 20px;
}
/*#sorter {
    position: absolute;
    top: 0;
    left: 638px;
    background-color: rgba(0,0,0,0.7);
    width: auto;
    z-index: 9;
    padding: 20px;
}*/
#placar {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    width: auto;
    z-index: 9;
    padding: 20px;
}

#placar tr.blue{
    color: red;
}
#placar tr.red {
    color: red;
}
#placar tr.yellow {
    color: yellow
}
#placar tr.black {
    color: black;
}
#placar tr.green {
    color: green;
}
#placar tr.pink {
    color: pink;
}

.sortereves  {
    border: 1px solid #000;
    border-top: none;
    width: 200px;
    height: 200px;
    background-color: #e07f22;
    padding: 5px;
    position: relative;
}

.innersortereves {
    width: 100%;
    height: 100%;

    border: 3px solid #000;
    border-radius: 5px;
    padding: 10px;
}

.innersortereves .box-color {
    width: 142px;
    height: 40px;
    background-color: #e07f22;
    border: 3px solid #000;
    border-radius: 5px;
    margin: auto;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 34px;
    font-size: 22px;
    font-weight: bold;
}

.innersortereves p {
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
}

.innersortereves p span {
    position: absolute;
    right: 12px;
    bottom: 12px;
}
.posRelative {
    position: relative;
}
.pointsTurn {
    width: 50px;
    height: 27px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 15px;
    color: green;
    opacity: 1;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    text-align: center;
    -webkit-animation-name: ptsTurn;
    -moz-animation-name: ptsTurn;
    -ms-animation-name: ptsTurn;
    -o-animation-name: ptsTurn;
    animation-name: ptsTurn;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.pointsTurn {
    color: green;
}

.pointsTurnSorter {
    width: 150px;
    height: 27px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 15px;
    color: green;
    opacity: 1;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    text-align: center;
    -webkit-animation-name: ptsTurn;
    -moz-animation-name: ptsTurn;
    -ms-animation-name: ptsTurn;
    -o-animation-name: ptsTurn;
    animation-name: ptsTurn;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.cardOptions {
    /*text-align: center;*/
}
.imposto i {
    color: #02aff3;
}
.dividendos i {
    color: #7cb33e;
}
.pointsTurn.danger, .pointsTurnSorter.danger {
    color: red;
}
@-moz-keyframes ptsTurn {
    0% {
        -webkit-transform:scale(.6) translateY(0px);
        -moz-transform:scale(.6) translateY(0px);
        -ms-transform:scale(.6) translateY(0px);
        -o-transform:scale(.6) translateY(0px);
        transform:scale(.6) translateY(0px);
        opacity:0
    }
    30% {
        opacity:1;
        -webkit-transform:scale(1.1) translateY(-6px);
        -moz-transform:scale(1.1) translateY(-6px);
        -ms-transform:scale(1.1) translateY(-6px);
        -o-transform:scale(1.1) translateY(-6px);
        transform:scale(1.1) translateY(-6px)
    }
    40% {
        -webkit-transform:scale(1) translateY(-8px);
        -moz-transform:scale(1) translateY(-8px);
        -ms-transform:scale(1) translateY(-8px);
        -o-transform:scale(1) translateY(-8px);
        transform:scale(1) translateY(-8px)
    }
    100% {
        -webkit-transform:scale(.6) translateY(-20px);
        -moz-transform:scale(.6) translateY(-20px);
        -ms-transform:scale(.6) translateY(-20px);
        -o-transform:scale(.6) translateY(-20px);
        transform:scale(.6) translateY(-20px);
        opacity:0
    }
}
@-webkit-keyframes ptsTurn {
    0% {
        -webkit-transform:scale(.6) translateY(0px);
        -moz-transform:scale(.6) translateY(0px);
        -ms-transform:scale(.6) translateY(0px);
        -o-transform:scale(.6) translateY(0px);
        transform:scale(.6) translateY(0px);
        opacity:0
    }
    30% {
        opacity:1;
        -webkit-transform:scale(1.1) translateY(-6px);
        -moz-transform:scale(1.1) translateY(-6px);
        -ms-transform:scale(1.1) translateY(-6px);
        -o-transform:scale(1.1) translateY(-6px);
        transform:scale(1.1) translateY(-6px)
    }
    40% {
        -webkit-transform:scale(1) translateY(-8px);
        -moz-transform:scale(1) translateY(-8px);
        -ms-transform:scale(1) translateY(-8px);
        -o-transform:scale(1) translateY(-8px);
        transform:scale(1) translateY(-8px)
    }
    100% {
        -webkit-transform:scale(.6) translateY(-20px);
        -moz-transform:scale(.6) translateY(-20px);
        -ms-transform:scale(.6) translateY(-20px);
        -o-transform:scale(.6) translateY(-20px);
        transform:scale(.6) translateY(-20px);
        opacity:0
    }
}
@-o-keyframes ptsTurn {
    0% {
        -webkit-transform:scale(.6) translateY(0px);
        -moz-transform:scale(.6) translateY(0px);
        -ms-transform:scale(.6) translateY(0px);
        -o-transform:scale(.6) translateY(0px);
        transform:scale(.6) translateY(0px);
        opacity:0
    }
    30% {
        opacity:1;
        -webkit-transform:scale(1.1) translateY(-6px);
        -moz-transform:scale(1.1) translateY(-6px);
        -ms-transform:scale(1.1) translateY(-6px);
        -o-transform:scale(1.1) translateY(-6px);
        transform:scale(1.1) translateY(-6px)
    }
    40% {
        -webkit-transform:scale(1) translateY(-8px);
        -moz-transform:scale(1) translateY(-8px);
        -ms-transform:scale(1) translateY(-8px);
        -o-transform:scale(1) translateY(-8px);
        transform:scale(1) translateY(-8px)
    }
    100% {
        -webkit-transform:scale(.6) translateY(-20px);
        -moz-transform:scale(.6) translateY(-20px);
        -ms-transform:scale(.6) translateY(-20px);
        -o-transform:scale(.6) translateY(-20px);
        transform:scale(.6) translateY(-20px);
        opacity:0
    }
}
@keyframes ptsTurn {
    0% {
        -webkit-transform:scale(.6) translateY(0px);
        -moz-transform:scale(.6) translateY(0px);
        -ms-transform:scale(.6) translateY(0px);
        -o-transform:scale(.6) translateY(0px);
        transform:scale(.6) translateY(0px);
        opacity:0
    }
    30% {
        opacity:1;
        -webkit-transform:scale(1.1) translateY(-6px);
        -moz-transform:scale(1.1) translateY(-6px);
        -ms-transform:scale(1.1) translateY(-6px);
        -o-transform:scale(1.1) translateY(-6px);
        transform:scale(1.1) translateY(-6px)
    }
    40% {
        -webkit-transform:scale(1) translateY(-8px);
        -moz-transform:scale(1) translateY(-8px);
        -ms-transform:scale(1) translateY(-8px);
        -o-transform:scale(1) translateY(-8px);
        transform:scale(1) translateY(-8px)
    }
    100% {
        -webkit-transform:scale(.6) translateY(-20px);
        -moz-transform:scale(.6) translateY(-20px);
        -ms-transform:scale(.6) translateY(-20px);
        -o-transform:scale(.6) translateY(-20px);
        transform:scale(.6) translateY(-20px);
        opacity:0
    }
}

.pinogame.red {
    color: #ff3f3f;
    background-color: transparent;
}
.pinogame.orange {
    color: #ffab3f;
    background-color: transparent;
}
.pinogame.yellow {
    color: #e5ff3f;
    background-color: transparent;
}
.pinogame.green {
    color: #3dff90;
    background-color: transparent;
}
.pinogame.lightblue {
    color: #3fb2ff;
    background-color: transparent;
}
.pinogame.blue {
    color: #3f45ff;
    background-color: transparent;
}
.pinogame.purple {
    color: #a53fff;
    background-color: transparent;
}

.pinogame.player1 {
    top: 0;
}
.pinogame.player2 {
    top: 60px;  
}

#infosGame.red {
    background-color: #ff3f3f;
}
#infosGame.orange {
    background-color: #ffab3f;
}
#infosGame.yellow {
    background-color: #e5ff3f;
}
#infosGame.green {
    background-color: #3dff90;
}
#infosGame.lightblue {
    background-color: #3fb2ff;
}
#infosGame.blue {
    background-color: #3f45ff;
}
#infosGame.purple {
    background-color: #a53fff;
}

#cardSelectBox {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}
#cardSelectBox.show {
    display: block;
}
#cardSelectBox .cardInner {
    position: relative;
    top: 50px;
    left: 50%;
}