section.scores{display:grid;justify-content:center}section.scores table{font-size:2em;border-spacing:0}section.scores table td{padding:10px}section.scores table tr{border-bottom:solid gray}body{background-color:#000;color:#d3d3d3;font-size:12px}body .logo{width:8em}@media screen and (min-width: 900px){body{background-color:#000;color:#d3d3d3;font-size:15px}body .logo{width:10em}}.app{margin:auto;max-width:100em}nav.main-menu{margin:auto;display:flex;flex-direction:row;justify-content:space-between;text-align:center}nav.main-menu.vertical{flex-direction:column;justify-content:center;align-items:stretch;max-width:20em}h1,h2,h3,h4{margin-top:.5em;margin-bottom:.5em}h1{font-size:2.5em;text-align:center}h2{font-size:2em}.demo{font-family:sans-serif;border:1px solid #eee;border-radius:2px;padding:20px 30px;margin-top:1em;margin-bottom:40px;-webkit-user-select:none;user-select:none;overflow-x:auto}.lang-section select{padding:15px 32px;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;margin-top:1em;margin-bottom:1em;border:none;cursor:pointer;background-color:#1e1e1e;color:#fff}button,.button{background-color:#4caf50;border:none;color:#fff;padding:15px 32px;text-align:center;text-decoration:none;display:inline-block;margin-top:1em;margin-bottom:1em}button.success,.button.success{background-color:#4caf50}button.info,.button.info{background-color:#008cba}button.danger,.button.danger{background-color:#f44336}button.light,.button.light{background-color:#e7e7e7;color:#000}button.dark,.button.dark{background-color:#555}button.warning,.button.warning{background-color:#eec028;color:#000}button:hover,.button:hover{cursor:pointer}button:disabled,.button:disabled{background-color:#555;color:#000}.danger{background-color:#f44336}#error{padding:2em;color:#fff;font-weight:700}.stage-controls{display:flex;flex-direction:row;justify-content:space-between}.row{display:flex}.used-words-container{flex-basis:50rem;flex-grow:1;display:flex;flex-direction:column;justify-content:top;align-items:center}.used-words-container li{margin-bottom:.5em}.used-words-container strong{font-size:1.8em;padding-bottom:1em}.dice-list{flex-grow:3}ul.word-list{margin-top:.5em;font-size:1.8em}ul.word-list input{height:1em;width:2em}input[type=text],textarea{display:block;width:100%;margin-bottom:20px;margin-top:10px;padding:1.2em}textarea{padding:20px;width:100%;height:250px}label{margin-bottom:10px}ul.dice-list{list-style:none}ul.dice-list li{display:inline-block;width:33%;text-align:center}ul.dice-list li .item{position:relative}ul.dice-list li .item .dice-container{text-align:center;padding-top:55px;line-height:20px;width:100%}ul.dice-list li .item img.dice{position:absolute;margin:30px;width:100px;height:100px}ul.dice-list li .item svg.timer_circle{z-index:2;position:relative;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}ul.dice-list li .item svg.dummy_circle{position:absolute;top:0;z-index:1}footer{padding:20px;text-align:center}footer a{color:red;font-weight:700;text-decoration:none}footer a:hover{color:#600}footer img{width:1em}.circle_animation{stroke-dasharray:440;stroke-dashoffset:440;stroke:red}.fade-enter-from{opacity:0}.fade-enter-active{transition:opacity .5s ease}.fade-leave-active,.fade-leave-to{opacity:0}@supports (-webkit-appearance: none) or (-moz-appearance: none){input[type=checkbox],input[type=radio]{--active: #275EFE;--active-inner: #fff;--focus: 2px rgba(39, 94, 254, .3);--border: #BBC1E1;--border-hover: #275EFE;--background: #fff;--disabled: #313131;--disabled-inner: #E1E6F9;-webkit-appearance:none;-moz-appearance:none;height:2em;width:2em;outline:none;display:inline-block;vertical-align:middle;position:relative;margin:0;cursor:pointer;border:1px solid var(--bc, var(--border));background:var(--b, var(--background));transition:background .3s,border-color .3s,box-shadow .2s}input[type=checkbox].gold,input[type=radio].gold{--active: gold;--border-hover: gold}input[type=checkbox].silver,input[type=radio].silver{--active: darkgrey;--border-hover: darkgrey}input[type=checkbox].bronze,input[type=radio].bronze{--active: brown;--border-hover: brown}input[type=checkbox].word-used,input[type=radio].word-used{--active: #4CAF50;--border-hover: #4CAF50}input[type=checkbox]:after,input[type=radio]:after{content:"";display:block;left:0;top:0;position:absolute;transition:transform var(--d-t, .3s) var(--d-t-e, ease),opacity var(--d-o, .2s)}input[type=checkbox]:checked,input[type=radio]:checked{--b: var(--active);--bc: var(--active);--d-o: .3s;--d-t: .6s;--d-t-e: cubic-bezier(.2, .85, .32, 1.2)}input[type=checkbox]:disabled,input[type=radio]:disabled{--b: var(--disabled);cursor:not-allowed;opacity:.9}input[type=checkbox]:disabled:checked,input[type=radio]:disabled:checked{--b: var(--disabled-inner);--bc: var(--border)}input[type=checkbox]:disabled+label,input[type=radio]:disabled+label{cursor:not-allowed}input[type=checkbox]:hover:not(:checked):not(:disabled),input[type=radio]:hover:not(:checked):not(:disabled){--bc: var(--border-hover)}input[type=checkbox]:focus,input[type=radio]:focus{box-shadow:0 0 0 var(--focus)}input[type=checkbox]:not(.switch),input[type=radio]:not(.switch){width:1em}input[type=checkbox]:not(.switch):after,input[type=radio]:not(.switch):after{opacity:var(--o, 0)}input[type=checkbox]:not(.switch):checked,input[type=radio]:not(.switch):checked{--o: 1}input[type=checkbox]+label,input[type=radio]+label{font-size:14px;line-height:21px;display:inline-block;vertical-align:top;cursor:pointer;margin-left:4px}input[type=checkbox]:not(.switch){border-radius:7px}input[type=checkbox]:not(.switch):after{width:.2em;height:.5em;border:4px solid var(--active-inner);border-top:0;border-left:0;left:.4em;top:.2em;transform:rotate(var(--r, 20deg))}input[type=checkbox]:not(.switch):checked{--r: 43deg}input[type=checkbox].switch{width:38px;border-radius:11px}input[type=checkbox].switch:after{left:2px;top:2px;border-radius:50%;width:15px;height:15px;background:var(--ab, var(--border));transform:translate(var(--x, 0))}input[type=checkbox].switch:checked{--ab: var(--active-inner);--x: 17px}input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6}input[type=radio]{border-radius:50%}input[type=radio]:after{width:19px;height:19px;border-radius:50%;background:var(--active-inner);opacity:0;transform:scale(var(--s, .7))}input[type=radio]:checked{--s: .5}}.hide{visibility:hidden!important}.nominations{width:100%}.nominations td{padding-bottom:10px;min-width:2em;height:2em}.nominations td.swich-container,.text-center{text-align:center}.clickable:hover{cursor:pointer}.register{font-size:1em}.modal-mask{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:table}.modal-container{color:#000;width:90%;height:500px;margin:10px auto;padding:20px 30px;background-color:#fff;border-radius:2px;box-shadow:0 2px 8px #00000054;font-family:Helvetica,Arial,sans-serif;overflow-y:scroll}.modal-header h3{margin-top:0;color:#42b983}.modal-body{margin:20px 0}.modal-default-button{display:block;margin-top:1rem}.modal-enter-active,.modal-leave-active{transition:opacity .5s ease}.modal-enter-from,.modal-leave-to{opacity:0}
