body{background:#252525;color:#fff;font-family:sans-serif}.page{transform:translate(-50%,-50%);top:50%;width:100%;max-width:350px;left:50%;position:absolute;z-index:10;text-align:center}.btn p{width:100%;height:60px;background:#2e9f41;border:0;font-size:1.5rem;border-radius:10px;padding:0;cursor:pointer;margin:20px 0;color:#fff;display:flex;align-items:center;justify-content:center}.page button,.page a{width:100%;height:60px;background:#2e9f41;border:0;font-size:1.5rem;border-radius:10px;padding:0;cursor:pointer;margin:10px 0;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none}.page button:hover,.page a:hover{opacity:.7}.page input{width:100%;max-width:300px;height:60px;border-radius:10px;background:transparent;color:#fff;font-size:18px}.page textarea{width:100%;height:100%;min-height:120px;border-radius:10px;background:transparent;color:#fff;font-size:18px}textarea::-webkit-scrollbar{width:1em}textarea::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3)}textarea::-webkit-scrollbar-thumb{background-color:darkgrey;outline:1px solid slategrey;border-radius:10px}::placeholder{color:#fff;opacity:1;text-align:center}:-ms-input-placeholder{color:#fff}::-ms-input-placeholder{color:#fff}.tracking-email{width:100%;font-size:20px;margin-bottom:10px}.switcher-checkbox{display:flex;align-items:center;margin:10px 0}.switcher-checkbox input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:40px;height:20px;background-color:#ccc;border-radius:10px;position:relative;outline:0;cursor:pointer;margin-right:10px}.switcher-checkbox input[type="checkbox"]:before{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background-color:#fff;border-radius:50%;transition:transform .2s ease-in-out}.switcher-checkbox input[type="checkbox"]:checked:before{transform:translateX(20px)}.switcher-checkbox label{font-size:16px}.switcher-checkbox input[type="checkbox"]:checked{background-color:#2e9f41 !important}.page table{border-collapse:collapse;width:100%}.page th,td{border:1px solid black;padding:8px;text-align:left}.page th{background-color:#2e9f41}