@import "font/font.css";.hidden{display:none !important}html{height:100%}html body{height:100%;box-sizing:border-box;display:flex;flex-direction:column;font-family:Exo,sans-serif;font-size:16px;color:#182125;margin:0}html body main{flex:1;display:flex;flex-direction:column;overflow:hidden}html body nav{display:flex;justify-content:space-around;background-color:white;box-shadow:0 0 10px 0 rgba(0,0,0,0.2);padding:8px 0 8px 0;bottom:0}html body nav a{display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none;color:#182125}html body nav a span:first-child{font-size:32px;margin-bottom:1px}html body nav a span:nth-child(2){font-size:10px}html body nav a.active{color:#ff7813}html body nav a.disabled{color:lightgray}html body.dark{background-color:#182125;color:white}html body.dark nav{background-color:#182125;box-shadow:0 0 10px 0 rgba(255,255,255,0.2)}html body.dark nav a{color:white}html body.dark nav a.disabled{color:#707070}h1{color:#ff7813;text-align:center;font-size:32px;margin:25px 0 22px 0}ul.optionList{list-style:none;border-top:solid 1px lightgray;margin:0;padding:0}ul.optionList li{height:55px;display:flex;align-items:center;justify-content:space-between;white-space:nowrap;border-bottom:solid 1px lightgray;padding:1px 12px 0 12px}ul.optionList li.switch span.on{font-size:32px;color:#ff7813}ul.optionList li.switch span.off{font-size:32px;color:lightgray}ul.optionList li.switch.on span.off{display:none}ul.optionList li.switch.off span.on{display:none}div.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;flex-direction:column;justify-content:center;background-color:rgba(0,0,0,0.7);padding:0 30px;z-index:1000}div.modal div.body{background-color:white;box-shadow:0 0 6px 0 #182125;border-radius:5px}div.modal div.body div.text{text-align:justify;padding:15px}div.modal div.body div.buttons{display:flex;justify-content:space-around}div.modal div.body div.buttons button{flex:1;height:50px;font-family:Exo,sans-serif;font-size:16px;color:#182125;background:white;border:0;border-top:solid 1px lightgray;border-bottom-left-radius:5px;border-bottom-right-radius:5px}div.modal div.body div.buttons button:not(:last-child){border-right:solid 1px lightgray}body.dark div.modal div.body{background-color:#182125}body.dark div.modal div.body div.buttons button{color:white;background-color:#182125}strong.success{color:green}strong.error{color:red}#landscapeOverlay{display:none}@media only screen and (orientation:landscape){#landscapeOverlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#182125;background-color:white;z-index:1000}#landscapeOverlay span{font-size:20vh}#landscapeOverlay h2{font-size:5vh;text-align:center}}