:root{--primary-color:#12a5f4;--text-color:#fff;--font-family:"Open Sans Condensed",sans-serif;--button-background:#7fb92d;--button-hover-background:#73ad22;--disabled-opacity:0.3;--border-radius:15px;--transition-speed:0.3s;--outer-circle-width:calc(min(100vw, 100vh) * 0.40);--inner-circle-width:calc(var(--outer-circle-width) / 2);--avatar-size:calc(0.64 * var(--inner-circle-width));--board-width:calc(min(900px, 100vw))}body,html{width:100%;height:100%;margin:0;padding:0;background-color:var(--primary-color);color:var(--text-color);font-family:var(--font-family)}div.mainContainer{z-index:500;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}div.mainContainer.mainContainer-board{display:flex;justify-content:center;align-items:center;width:100vw;flex-direction:column;top:20px;left:auto;transform:none}.container{transition:all ease .3s;transform:scale(0)}.displayContainer{transform:scale(1)!important}div#loadingContainer{z-index:1;display:flex;justify-content:center;align-items:center}#loading-ico{animation:loading-ico 2.5s linear 0s infinite;transform-origin:50% 50%;display:inline-block;backface-visibility:hidden;-webkit-backface-visibility:hidden}@keyframes loading-ico{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(.85)}100%{transform:rotate(360deg) scale(1)}}div#progressBar{width:300px;height:20px;border:3px solid var(--text-color);border-radius:var(--border-radius);margin-top:60px}div#progressBar span{background-color:var(--text-color);transition:width var(--transition-speed) ease;height:20px;display:block;border-top-left-radius:6px;border-bottom-left-radius:6px}div#playerSelection,div#playerSelection div#innerCircle{position:relative;border-radius:50%;padding:0;transition:all ease .3s}div#playerSelection{text-align:center}div#playerSelection div#innerCircle{left:calc(var(--inner-circle-width));top:calc(var(--inner-circle-width))}div#playerSelection.displayContainer{width:calc(var(--outer-circle-width) * 2);height:calc(var(--outer-circle-width) * 2)}div#playerSelection.displayContainer div#innerCircle{width:calc(var(--inner-circle-width) * 2);height:calc(var(--inner-circle-width) * 2)}a.player{display:block;top:50%;left:50%;width:var(--avatar-size);height:var(--avatar-size);background-color:#fff;border:3px solid #fff}a.player img{width:100%;height:100%;border-radius:50%;transition:.3s}a.player{transition:1s}div#playerSelection.display a.player{transition:.15s}a.player{position:absolute;margin:calc(-1 * var(--avatar-size)/ 2);border-radius:50%}div#playerSelection,div#playerSelection div#innerCircle{border:3px solid #fff}div#playerSelection.display a:nth-of-type(2){transform:rotate(0) translate(var(--inner-circle-width)) rotate(0)}div#playerSelection.display a:nth-of-type(3){transform:rotate(-90deg) translate(var(--inner-circle-width)) rotate(90deg)}div#playerSelection.display a:nth-of-type(4){transform:rotate(-180deg) translate(var(--inner-circle-width)) rotate(180deg)}div#playerSelection.display a:nth-of-type(5){transform:rotate(-270deg) translate(var(--inner-circle-width)) rotate(270deg)}div#playerSelection.display a:nth-of-type(6){transform:rotate(-72deg) translate(var(--outer-circle-width)) rotate(72deg)}div#playerSelection.display a:nth-of-type(7){transform:rotate(-144deg) translate(var(--outer-circle-width)) rotate(144deg)}div#playerSelection.display a:nth-of-type(8){transform:rotate(-216deg) translate(var(--outer-circle-width)) rotate(216deg)}div#playerSelection.display a:nth-of-type(9){transform:rotate(-288deg) translate(var(--outer-circle-width)) rotate(288deg)}div#playerSelection.display a:nth-of-type(10){transform:rotate(-51.43deg) translate(var(--outer-circle-width)) rotate(51.43deg)}div#playerSelection.display a:nth-of-type(11){transform:rotate(-77.14deg) translate(var(--outer-circle-width)) rotate(77.14deg)}div#playerSelection.display a:nth-of-type(12){transform:rotate(-102.86deg) translate(var(--outer-circle-width)) rotate(102.86deg)}div#playerSelection.display a:nth-of-type(13){transform:rotate(-128.57deg) translate(var(--outer-circle-width)) rotate(128.57deg)}div#playerSelection.display a:nth-of-type(14){transform:rotate(-154.29deg) translate(var(--outer-circle-width)) rotate(154.29deg)}div#playerSelection.display a:nth-of-type(15){transform:rotate(-180deg) translate(var(--outer-circle-width)) rotate(180deg)}div#playerSelection.display a:nth-of-type(16){transform:rotate(-205.71deg) translate(var(--outer-circle-width)) rotate(205.71deg)}div#playerSelection.display a:nth-of-type(17){transform:rotate(-231.43deg) translate(var(--outer-circle-width)) rotate(231.43deg)}div#playerSelection.display a:nth-of-type(18){transform:rotate(-257.14deg) translate(var(--outer-circle-width)) rotate(257.14deg)}div#playerSelection.display a:nth-of-type(19){transform:rotate(-282.86deg) translate(var(--outer-circle-width)) rotate(282.86deg)}div#playerSelection.display a:nth-of-type(20){transform:rotate(-308.57deg) translate(var(--outer-circle-width)) rotate(308.57deg)}div#playerSelection.display a:nth-of-type(21){transform:rotate(-334.29deg) translate(var(--outer-circle-width)) rotate(334.29deg)}div#playerSelection.display a.player.available:hover img{transform:scale(1.1);box-shadow:0 0 10px 0 rgba(0,0,0,.5);cursor:pointer}a.player.disabled img{filter:grayscale(100%);opacity:.3}a.player.disabled:before{display:block;position:absolute;width:var(--avatar-size);padding-top:30px;opacity:0;text-align:center;text-shadow:1px 1px #fff;font-weight:700;color:#000}a.player.disabled:hover:before{content:"Already Connected";z-index:3;opacity:1}div#playerSelection.confirmSelection,div#playerSelection.confirmSelection div#innerCircle{width:var(--outer-circle-width);height:var(--outer-circle-width);top:0;left:0;border-width:0}div#playerSelection.confirmSelection a.player{background:0 0;z-index:99}div#playerSelection.confirmSelection a.player.selected{z-index:100!important;transform:scale(2.5)}div#playerSelection a.player.selected{z-index:100}div#playerSelection #confirmationContainer{padding-bottom:10px;visibility:hidden;opacity:0;transform:scale(.5);transition:all ease .8s}div#playerSelection.confirmSelection #confirmationContainer{opacity:1;visibility:visible;transform:scale(1)}.btn{background-color:#fff;border:0;border-radius:30px;padding:10px 12px;font-size:16px;cursor:pointer;transition:all ease .3s;margin-bottom:.75rem}.btn:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.btn-primary{background-color:#7fb92d;color:#fff}.btn-primary:hover{background-color:#73ad22}.btn-cancel{background-color:#ebebeb}div#confirmText{font-family:"Open Sans",sans-serif;font-size:24px;font-weight:700;margin-bottom:17px}table#gameBoard{border:20px solid #fff;border-collapse:collapse;background-color:#fff;color:#2b2b30;table-layout:fixed}table#gameBoard.displayContainer{width:var(--board-width)}table#gameBoard td,table#gameBoard th{padding:20px 0;text-align:center}table#gameBoard tr:nth-child(2) td{border-top:0!important}table#gameBoard td{cursor:pointer;font-size:18px;border:1px solid rgba(0,0,0,.1);padding:20px}@media (max-width:800px){table#gameBoard td{font-size:12px!important;padding:8px!important}}table#gameBoard th>div{line-height:25px;min-height:50px;border-bottom:2px solid rgba(0,0,0,.1)}table#gameBoard th>div>div{font-family:"Open Sans",sans-serif}table#gameBoard td:hover{background-color:rgba(0,0,0,.1)}table#gameBoard td.highlighted,table#gameBoard td.highlighted:hover{background-color:rgba(127,185,45,.25)!important}table#gameboard td.free{font-weight:700;margin-bottom:3px}.notification{position:fixed;margin:0;z-index:9999;right:20px;padding:8px 20px;vertical-align:middle;box-shadow:0 7px 8px rgba(0,0,0,.2);border-radius:2px;background-color:#fff;color:#000;top:-50px;opacity:0;transition:all ease .5s;min-width:250px;max-width:450px}.status-success{background-color:#7fb92d;color:rgba(255,255,255,.95)}.status-error{background-color:#f3282f;color:rgba(255,255,255,.85)}div#playerStatusPanel{text-align:center}div#playerStatusPanel.displayContainer{margin:20px 0 0 0;width:var(--board-width);cursor:default}.playerStatus{float:left;margin:0 15px 15px 0;padding:0 15px 0 0;border-radius:23px;background-color:#fff;color:#000}.playerStatus img{width:46px;height:46px;margin-right:5px;border:1px solid #fff;border-radius:50%;vertical-align:middle}.playerStatus.complete,.playerStatus.complete img{background-color:#7fb92d;color:#fff}th .playerStatus{float:none!important;background-color:#eee;color:#000;position:absolute;right:0;top:15px}th .playerStatus img{border-color:#eee}