@import url(https://fonts.googleapis.com/css?family=Orbitron|Roboto&display=swap);@import url(https://fonts.googleapis.com/css?family=Oswald);.Colors{--color-deep-blue:#0a0f20;--color-deep-purple:#2a1b3d;--color-electric-blue:#00dffc;--color-neon-pink:#fc00ff;--color-lime-green:#0f0}.Headings{--font-heading:"Orbitron",sans-serif;--font-body:"Roboto",sans-serif}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:"100%";border-image:linear-gradient(90deg,transparent 0,#0dcaf0 20%,#0dcaf0 80%,transparent) 1;background-color:var(--color-deep-blue)!important;color:#fff;font-family:Oswald!important;min-width:380px}a,button{background-color:var(--color-deep-purple);color:var(--color-electric-blue);border:none;padding:10px 20px;text-transform:uppercase;transition:background-color .3s ease}a:hover,button:hover{background-color:var(--color-neon-pink)}h1,h2,h3,h4,h5{font-weight:400;font-family:var(--font-heading);color:var(--color-electric-blue)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center;background-color:#141414}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#141414;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mapButton{display:block;cursor:pointer;color:#fff;position:relative;text-decoration:none;font-weight:600;border-radius:6px;overflow:hidden;padding:3px;isolation:isolate;max-height:55px}.mapButton:before{content:"";position:absolute;top:0;left:0;width:400%;height:100%;background:linear-gradient(130deg,#0b3789,#d19c32,#3d7d9e,#0b3789,#0b3789);background-size:25% 100%;animation:an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop .75s linear infinite;animation-play-state:paused;translate:-5% 0;transition:translate .25s ease-out}.mapButton:hover:before{animation-play-state:running;transition-duration:.75s;translate:0 0}.mapButton span{position:relative;display:block;padding:1rem 1.5rem;font-size:1.1rem;background:#141414;border-radius:3px;height:35%}@media only screen and (max-width:700px){.mapButton span{font-size:.8rem}}.mapButtonDailies{display:block;cursor:pointer;color:#fff;position:relative;text-decoration:none;font-weight:600;border-radius:6px;overflow:hidden;padding:3px;isolation:isolate;max-height:55px}.mapButtonDailies:before{content:"";position:absolute;top:0;left:0;width:400%;height:100%;background:linear-gradient(130deg,#7c1349,#7c1349,#7d1414,#690a0a,#7c1349);background-size:25% 100%;animation:an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop .75s linear infinite;animation-play-state:paused;translate:-5% 0;transition:translate .25s ease-out}.mapButtonDailies:hover:before{animation-play-state:running;transition-duration:.75s;translate:0 0}@keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop{to{transform:translateX(-25%)}}.mapButtonDailies span{position:relative;display:block;padding:1rem 1.5rem;font-size:1.1rem;background:#141414;border-radius:3px;height:35%}@media only screen and (max-width:700px){.mapButtonDailies span{font-size:.8rem}}.checkbox-wrapper-5{width:100%;display:flex;justify-content:space-evenly;margin-bottom:2em}.checkbox-wrapper-5 .check{--size:50px;margin-left:2em;display:flex;position:relative;background:linear-gradient(90deg,#62568a,#3c1ab3);line-height:0;perspective:400px;font-size:var(--size)}.checkbox-wrapper-5 .check,.checkbox-wrapper-5 .check input[type=checkbox],.checkbox-wrapper-5 .check label,.checkbox-wrapper-5 .check label:after,.checkbox-wrapper-5 .check label:before{appearance:none;display:inline-block;border-radius:var(--size);border:0;transition:.35s ease-in-out;box-sizing:border-box;cursor:pointer}.checkbox-wrapper-5 label{font-size:2em;vertical-align:top}.checkbox-wrapper-5 .check label{width:calc(var(--size)*2.2);height:var(--size);background:#d7d7d7;overflow:hidden}.checkbox-wrapper-5 .check input[type=checkbox]{position:absolute;z-index:1;width:calc(var(--size)*0.8);height:calc(var(--size)*0.8);top:calc(var(--size)*0.1);left:calc(var(--size)*0.1);background:linear-gradient(45deg,#dedede,#fff);box-shadow:0 6px 7px rgba(0,0,0,.3);outline:none;margin:0}.checkbox-wrapper-5 .check input[type=checkbox]:checked{left:calc(var(--size)*1.3)}.checkbox-wrapper-5 .check input[type=checkbox]:checked+label{background:transparent}.checkbox-wrapper-5 .check label:after,.checkbox-wrapper-5 .check label:before{content:"· ·";position:absolute;overflow:hidden;left:calc(var(--size)*0.15);top:calc(var(--size)*0.5);height:var(--size);letter-spacing:calc(var(--size)*-0.04);color:#9b9b9b;font-family:Times New Roman,serif;z-index:2;font-size:calc(var(--size)*0.6);border-radius:0;transform-origin:0 0 calc(var(--size)*-0.5);backface-visibility:hidden}.checkbox-wrapper-5 .check label:after{content:"●";top:calc(var(--size)*0.65);left:calc(var(--size)*0.2);height:calc(var(--size)*0.1);width:calc(var(--size)*0.35);font-size:calc(var(--size)*0.2);transform-origin:0 0 calc(var(--size)*-0.4)}.checkbox-wrapper-5 .check input[type=checkbox]:checked+label:after,.checkbox-wrapper-5 .check input[type=checkbox]:checked+label:before{left:calc(var(--size)*1.55);top:calc(var(--size)*0.4);line-height:calc(var(--size)*0.1);transform:rotateY(1turn)}.checkbox-wrapper-5 .check input[type=checkbox]:checked+label:after{height:calc(var(--size)*0.16);top:calc(var(--size)*0.55);left:calc(var(--size)*1.6);font-size:calc(var(--size)*0.6);line-height:0}
/*# sourceMappingURL=main.04d797a2.chunk.css.map */