body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:#fff;font-size:14px;background:#23272c}#__next,body,html{width:100%;height:100%}body{overscroll-behavior-y:contain}a{color:#fff;white-space:nowrap}a:hover{color:#ddd}*{box-sizing:border-box}.button-container button:first-child{margin-right:1rem}.button{border:none;background:#069;color:#fff;padding:10px 24px;border-radius:20px;cursor:pointer;text-transform:uppercase;font-weight:700;font-style:italic;white-space:nowrap;min-width:120px}.button:hover{filter:brightness(1.3)}.button.minimal{background:none;border:2px solid #069}.button.small{padding:8px 16px;min-width:unset}.button.big{font-size:1.3rem;padding:12px 28px}.button:disabled{background-color:#444;cursor:not-allowed}.button.animated{position:relative}.button.animated:before{content:"";position:absolute;box-shadow:0 0 2px 3px #0bf;animation:bounce 4s;animation-iteration-count:infinite;animation-timing-function:linear;border-radius:20px;top:0;left:0;bottom:0;right:0}@keyframes bounce{50%{opacity:.5}}input{padding:10px;border:3px solid #33373c;border-radius:6px}input:focus{outline:none;border:3px solid #069}.error-box{border:2px solid #b31f1f;background-color:#e38f8f;border-radius:5px;padding:8px 10px}.error-box,.error-box a{color:#b31f1f}.error-box a:hover{color:#460c0c}.error-box :first-child{margin-top:0}.error-box :last-child{margin-bottom:0}.warning-box{border:2px solid #ac0c00;background-color:#ffbf56;border-radius:5px;padding:8px 10px}.warning-box,.warning-box a{color:#ac0c00}.warning-box a:hover{color:#2d0300}.warning-box :first-child{margin-top:0}.warning-box :last-child{margin-bottom:0}.success-box{border:2px solid #0c6c2c;background-color:#76bd8f;border-radius:5px;padding:8px 10px}.success-box,.success-box a{color:#0c6c2c}.success-box a:hover{color:#000}.success-box :first-child{margin-top:0}.success-box :last-child{margin-bottom:0}.info{font-style:italic;font-size:.9rem;opacity:.8}.bordered-area{border:1px dashed #6c8090;border-radius:5px}.clickInterrogation,.hoverInterrogation{display:none;position:absolute;align-items:center;justify-content:center}.clickInterrogation{bottom:-8px;right:-8px;width:24px;height:24px;font-size:1.2rem;border:2px solid #6c8090;border-radius:50%;color:#202122;background-color:#fff;z-index:2}.clickInterrogation span{margin-left:1px}.hoverInterrogation{background-color:rgba(0,0,0,.467);top:0;bottom:0;left:0;right:0}.hoverInterrogation>div{width:50px;height:50px;line-height:50px;font-size:2rem;border-radius:50%;color:#202122;background-color:#fff;text-align:center;box-shadow:0 6px 20px rgba(0,0,0,.19)}.notDragging .played{cursor:pointer}.notDragging .played .clickInterrogation,.notDragging .played:hover .hoverInterrogation{display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}