body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{height:100%;width:100%}body{background:#a7cfdf;background:-webkit-gradient(linear,left top,left bottom,from(#a7cfdf),to(#23538a));background:linear-gradient(#a7cfdf,#23538a);padding:25px}.game-board .card-holder>div,.game-board .LBG{background:#cedbe9;background:-webkit-gradient(linear,left top,left bottom,from(#cedbe9),color-stop(17%,#aac5de),color-stop(50%,#6199c7),color-stop(51%,#3a84c3),color-stop(59%,#419ad6),color-stop(71%,#4bb8f0),color-stop(84%,#3a8bc2),to(#26558b));background:linear-gradient(180deg,#cedbe9 0,#aac5de 17%,#6199c7 50%,#3a84c3 51%,#419ad6 59%,#4bb8f0 71%,#3a8bc2 84%,#26558b)}.game-board .button,.game-board .card-holder>div:empty,.game-board .DBG,.game-board .score{background:#7db9e8;background:-webkit-gradient(linear,left top,left bottom,from(#7db9e8),color-stop(49%,#207cca),color-stop(50%,#2989d8),to(#1e5799));background:linear-gradient(180deg,#7db9e8 0,#207cca 49%,#2989d8 50%,#1e5799)}.game-board{position:relative;font-family:helvetica,sans-serif;color:#fff;text-shadow:1px 1px 3px #000;border:5px solid #003c7b;text-align:center;padding:150px;border-radius:50%;max-width:1000px;max-height:800px;min-width:305px;margin:auto;background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/40041/bgFF.svg) #0c4779;background-position:50%;box-shadow:0 1px 24px 1px rgba(0,0,0,.48)}.game-board__score{position:absolute;text-align:center;margin:auto;font-size:45px;height:50px;line-height:50px;width:75px;padding:20px;border:2px solid #fff;box-shadow:inset 0 1px 24px 1px rgba(0,0,0,.48)}.game-board .score#board-score{height:75px;line-height:75px;width:125px;font-size:65px;left:0;right:0;top:20px}.game-board .score#team1{left:10px;top:0;bottom:0}.game-board .score#team2{right:10px;top:0;bottom:0}.game-board .question-holder{width:94%;height:100px;line-height:100px;font-size:30px;color:#003c7b;text-shadow:none;text-align:center;background:#deeeff;padding:10px;margin:auto auto 15px;border:1px solid #000;box-shadow:inset 0 1px 24px 1px rgba(0,0,0,.48)}.game-board .question-holder span{display:inline-block;vertical-align:middle;line-height:normal}.game-board .col-holder{background:#000;padding:4px;width:100%;display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;height:265px}.game-board .col-holder>div{box-shadow:0 1px 24px 1px rgba(0,0,0,.48)}.game-board .card-holder{position:relative;vertical-align:top;min-height:50px;margin:4px;background:#000;border:4px solid #fff}.game-board .card-holder:not(.empty){cursor:pointer}.game-board .card-holder b{position:absolute;right:0;width:45px;text-align:center;border-left:2px solid #003c7b}.game-board .card-holder span{margin:10px}.game-board .card-holder>div{top:-2px;left:-2px;margin:0;padding:0;position:absolute;width:100%;line-height:100%;height:100%;border:2px solid #003c7b;line-height:50px;-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.is-flipped{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.game-board .card-holder .back{font-size:25px;height:50px;line-height:50px;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.game-board .card-holder .back,.game-board .card-holder .back span{text-align:left;-webkit-backface-visibility:hidden;backface-visibility:hidden}.game-board .card-holder .back span{display:inline-block;vertical-align:middle;line-height:normal}.game-board .card-holder .front{text-align:center;-webkit-backface-visibility:hidden;backface-visibility:hidden}.game-board .card-holder .front span{font-size:30px;position:absolute;border-radius:50%;line-height:35px;height:35px;width:45px;left:0;right:0;top:0;bottom:0;display:block;margin:auto;border:2px solid #003c7b;-webkit-backface-visibility:hidden;backface-visibility:hidden}.game-board__button-holder{position:absolute;margin:auto;left:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.game-board__middle-wrapper{display:flex}.game-board__button{cursor:pointer;font-size:20px;color:#fff;margin:10px;height:45px;width:175px;border:3px solid #fff;box-shadow:0 1px 24px 1px rgba(0,0,0,.48)}.game-board__button,.game-board__button--team-1{background:-webkit-gradient(linear,left top,left bottom,from(#7db9e8),color-stop(49%,#207cca),color-stop(50%,#2989d8),to(#1e5799));background:linear-gradient(180deg,#7db9e8 0,#207cca 49%,#2989d8 50%,#1e5799)}.game-board__button--team-1{border-radius:50px 0 0 50px;border:3px solid #fff}.game-board__button--team-2{border-radius:0 50px 50px 0;border:3px solid #fff;background:-webkit-gradient(linear,left top,left bottom,from(#7db9e8),color-stop(49%,#207cca),color-stop(50%,#2989d8),to(#1e5799));background:linear-gradient(180deg,#7db9e8 0,#207cca 49%,#2989d8 50%,#1e5799)}@media screen and (min-width:780px){.game-board .col-holder>div{display:inline-block;width:47%;flex-wrap:nowrap}}@media screen and (max-width:779px){.game-board .col-holder>div{display:inline-block;width:100%;flex-wrap:wrap}.game-board .card-holder>div{width:100%}}
/*# sourceMappingURL=main.4a1e8be4.chunk.css.map */