@import url(https://fonts.googleapis.com/css?family=Karla);.fade-enter-active[data-v-778b77fa],.fade-leave-active[data-v-778b77fa]{transition:opacity .2s}.fade-enter[data-v-778b77fa],.fade-leave-to[data-v-778b77fa]{opacity:0}#app{font-family:Karla,sans-serif}*{box-sizing:border-box;outline:none}body,html{font-family:Karla,sans-serif;font-size:1.125rem;color:#3a3c3e;margin:0;padding:0}body{border-top:7px solid #e35d5b;background:#ece9e6;background:linear-gradient(90deg,#fff,#ece9e6);transition:background .2s linear}button{border:none;padding:15px 32px;text-align:center;text-decoration:none;display:inline-block;font-weight:700;font-size:16px;margin:10px 0}button.primary{background-color:#e35d5b;color:#e7e7e7;width:100%}h1{text-align:center}a{color:#e35d5b}label{margin:10px 0}input,textarea{box-shadow:0 0 20px rgba(0,0,0,.15);border:2px solid #c2c2c2;padding:15px 12px 15px 20px;font-size:16px}input:focus,input:focus-visible,textarea:focus,textarea:focus-visible{border:2px solid #e35d5b}section#options{width:90vw;margin:10px auto;display:flex;flex-direction:row;flex-wrap:wrap}section#options button{background-color:#3a3c3e;color:#e7e7e7;width:50px;height:22px;border:none;border-radius:50px;position:relative;padding:5px;cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 0 20px rgba(0,0,0,.15);font-size:13px;margin:0}section#options button:hover{box-shadow:0 0 20px rgba(0,0,0,.35)}.column{display:flex;flex-direction:column}.align-right{justify-content:right;margin-left:auto}table{border-collapse:collapse;margin:0 auto;font-size:.9em;font-family:sans-serif;min-width:400px;box-shadow:0 0 20px rgba(0,0,0,.15)}table thead tr{background-color:#e35d5b;color:#fff;text-align:left;position:sticky;top:0}table td,table th{padding:12px 15px}table tbody tr{border-bottom:1px solid #ddd;text-align:left}table tbody tr.no-data{text-align:center;font-style:italic}table tbody tr.no-data .emoji{text-align:center;font-style:normal}table tbody tr.active-row{color:#e35d5b}table tbody tr.collapse-row{background-color:#e7e7e7;box-shadow:inset 0 0 5px rgba(0,0,0,.15)}table tbody tr:last-of-type{border-bottom:4px solid #e35d5b}.modal{z-index:9;overflow-x:hidden;overflow-y:auto}.modal,.modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0}.modal__backdrop{background-color:rgba(0,0,0,.3);z-index:1}.modal__dialog{position:relative;width:600px;background-color:#fff;border-radius:5px;margin:50px auto;display:flex;flex-direction:column;z-index:2}.modal__close{width:30px;height:30px;cursor:pointer}.modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 20px 10px}.modal__header h2{margin:0}.modal__body{padding:10px 20px 10px;overflow:auto;display:flex;flex-direction:column;align-items:stretch}.modal__footer{padding:10px 20px 20px}footer{text-align:center;border-bottom:7px solid #e35d5b;height:50px;margin-top:25px}footer span{margin-top:25px;margin-bottom:20px}.checkbox{opacity:0;position:absolute}.checkbox-label{background-color:#3a3c3e;width:50px;height:22px;border-radius:50px;position:relative;padding:5px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;box-shadow:0 0 20px rgba(0,0,0,.15);font-size:13px;margin:0}.checkbox-label .fa-moon{color:#fac806}.checkbox-label .fa-sun{color:#f39c12}.checkbox-label .ball{background-color:#fff;width:18px;height:18px;position:absolute;left:2px;top:2px;border-radius:50%;transition:transform .2s linear}.checkbox:checked+.checkbox-label .ball{transform:translateX(27px)}@media only screen and (max-width:600px){table{min-width:90vw;max-width:90vw}.wrapper{margin:0 auto;padding:10px 10px 10px 10px}.show-lg,.show-md{display:none}h1{margin:5px 5px 10px 5px}.modal .modal__dialog{width:100vw;margin:0 auto;border-radius:0}}@media only screen and (min-width:600px)and (max-width:1200px){table{min-width:90vw;max-width:90vw}.show-lg{display:none}.wrapper{margin:0 auto;padding:10px 10px 10px 10px}}.dark-theme{background:#232526;background:linear-gradient(90deg,#3a3c3e,#333536);color:#e7e7e7}.dark-theme input,.dark-theme textarea{box-shadow:0 0 20px hsla(0,0%,90.6%,.15);background-color:#333536;color:#e7e7e7}.dark-theme section#options button{background-color:#e7e7e7;color:#3a3c3e}.dark-theme table{box-shadow:0 0 20px hsla(0,0%,90.6%,.15)}.dark-theme table tbody tr.collapse-row{background-color:#333536;box-shadow:inset 0 0 5px hsla(0,0%,90.6%,.15)}.dark-theme .checkbox-label{background-color:#e7e7e7}.dark-theme .checkbox-label .ball{background-color:#3a3c3e}.dark-theme .modal .modal__dialog{background:#3a3c3e}