body,html{background-color:#171717;color:#e7e7e7;font-size:1rem;font-family:Helvetica,Arial,serif;touch-action:manipulation;-webkit-text-size-adjust:100%}input,select,textarea{font-size:1.2rem}body a{color:#e96f3c}.bg-brand{background-color:#e96f3c}.text-brand{color:#e96f3c}.btn-brand{background-color:#e96f3c;border-color:#e96f3c;color:#171717}.bg-brand .navbar-brand{color:#212529}.bg-brand .nav-link{color:#212529}.bg-brand .navbar-toggler{color:#212529;border-color:#212529}.form-control{background-color:#ced4da}.btn,.form-control{font-size:1.2rem}.fullscreen-center{height:80vh;display:flex;justify-content:center;align-items:center}.parcel-container{font-size:1.3em}.parcel-item{display:grid;grid-template-columns:1fr 3fr 0.5fr;padding:1rem;background-color:#212529;border-bottom:solid 1px #171717}.parcel-item:first-child,.parcel-item:last-child{padding-top:2.4rem}.item-unchecked{color:#171717}.item-checked{color:green}div:focus{outline:1px dotted #E96F3C}.toast-overlay{position:fixed;top:70%;width:100%;z-index:9999;text-align:center}.toast-overlay .toast{width:100%;margin:0 auto;animation:slide-up .4s ease-out}@keyframes slide-up{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}