/* /Components/Banner.razor.rz.scp.css */
.banner[b-d2tx847xr3] {
  text-align: center;
  font-weight: bold;
  min-width: 100px;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  justify-items: stretch;
}
.banner > div:first-child[b-d2tx847xr3] {
  font-size: 1.3em;
  padding: 0 5px;
}
.banner > div:last-child[b-d2tx847xr3] {
  font-size: 7em;
  line-height: 0.8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
}
.banner.error[b-d2tx847xr3] {
  color: #fff;
}
.banner.error > div:first-child[b-d2tx847xr3] {
  background: #cd5c5c;
}
.banner.error > div:last-child[b-d2tx847xr3] {
  font-size: 5em;
  background: #f08080;
}
.banner.border > div:first-child[b-d2tx847xr3] {
  background: #0076b6;
  color: #fff;
}
.banner.border > div:last-child[b-d2tx847xr3] {
  background: #fff;
}
/* /Components/Envelopes/Icard.razor.rz.scp.css */
/* /Components/Envelopes/Permit.razor.rz.scp.css */
.permit[b-exaq8bp6hp] {
  border: 2px solid #000;
  border-radius: 5px;
  padding: 5px;
  width: 175px;
  font-weight: bold;
}
.permit > div:first-child[b-exaq8bp6hp] {
  text-align: center;
  font-weight: bold;
}
.permit .lot[b-exaq8bp6hp] {
  border-radius: 50%;
  position: relative;
  color: #fff;
  background: #000;
}
.permit .lot > div:first-child[b-exaq8bp6hp] {
  font-size: 10em;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
}
.permit .lot > div:last-child[b-exaq8bp6hp] {
  position: absolute;
  right: 8px;
  top: 0;
  text-align: center;
  display: grid;
  align-content: center;
  height: 100%;
}
.permit .lot > div:last-child div:first-child[b-exaq8bp6hp] {
  font-weight: bold;
}
.permit .lot > div:last-child > div:last-child[b-exaq8bp6hp] {
  margin-top: -10px;
  font-size: 1.5em;
}
.permit .N[b-exaq8bp6hp] {
  background: #2153A2;
}
.permit .S[b-exaq8bp6hp] {
  background: #DBBC01;
}
.permit .L[b-exaq8bp6hp] {
  background: #633772;
}
.permit .E[b-exaq8bp6hp] {
  background: #856122;
}
.permit .C[b-exaq8bp6hp] {
  background: #FF6600;
}
.permit .H[b-exaq8bp6hp] {
  background: #1A5748;
}
.permit .M[b-exaq8bp6hp] {
  background: #800000;
}
/* /Components/Loading.razor.rz.scp.css */
.loading[b-x4lseo0dff] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .spinner[b-x4lseo0dff] {
  animation: rotator-b-x4lseo0dff 1.4s linear infinite;
}
@keyframes rotator-b-x4lseo0dff {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.loading .path[b-x4lseo0dff] {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash-b-x4lseo0dff 1.4s ease-in-out infinite, colors-b-x4lseo0dff 5.6s ease-in-out infinite;
}
.loading.inline[b-x4lseo0dff] {
  display: inline;
}
@keyframes colors-b-x4lseo0dff {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@keyframes dash-b-x4lseo0dff {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
/* /Components/Login.razor.rz.scp.css */
.login[b-1su3iy1cin] {
  padding: 30px;
}
/* /Components/MainLayout.razor.rz.scp.css */
/*.user {
    flex:1;
    display: flex;
    justify-content: flex-end;

    > span {
        flex: 0 auto;
        display: flex;
        align-items: center;
    }
}
*/
.main[b-sbk7ziywri] {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}

header[b-sbk7ziywri] {
  background: #0076b6;
  display: grid;
  color: #fff;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding-right: 20px;
}
header .logo[b-sbk7ziywri] {
  background: #000;
  padding: 19px 11px;
}
header .logo > svg[b-sbk7ziywri] {
  width: 38px;
  height: 22px;
}

main[b-sbk7ziywri] {
  overflow-y: auto;
  background: #eee;
  padding: 14px;
}

@media (min-width: 768px) {
  header .logo[b-sbk7ziywri] {
    padding: 25px 15px;
  }
  header .logo > svg[b-sbk7ziywri] {
    width: 51px;
    height: 30px;
  }
}
/* /Components/Menu.razor.rz.scp.css */
/* /Components/MenuItem.razor.rz.scp.css */
/* /Components/MenuNavLink.razor.rz.scp.css */
/* /Components/PageHeader.razor.rz.scp.css */
.pageHeader[b-gtls82ecf3] {
  margin-bottom: 20px;
}
.pageHeader .site-breadcrumb[b-gtls82ecf3] {
  height: 40px;
}
/* /Components/Panel.razor.rz.scp.css */
.panel[b-wobti5z18h] {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel .panel-heading[b-wobti5z18h] {
  color: #333;
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel .panel-heading .panel-title[b-wobti5z18h] {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel .panel-body[b-wobti5z18h] {
  padding: 15px;
}
/* /Components/Pulling/Dashboard.razor.rz.scp.css */
.mistakes > div[b-kijbfxvn66] {
  margin: 2px;
}
/* /Components/Pulling/PullingStats.razor.rz.scp.css */
.table[b-y0qb8lgjvn] {
  border: 1px solid #ccc;
  border-radius: 3px;
}
.table > div[b-y0qb8lgjvn] {
  padding: 5px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-top: 1px solid #eee;
}
.table > div:nth-child(even)[b-y0qb8lgjvn] {
  color: #31708f;
  background-color: #d9edf7;
}
.table > div:first-child[b-y0qb8lgjvn] {
  background: #0076b6;
  color: #fff;
  border-radius: 3px 3px 0 0;
  padding: 14px 5px;
  border-top: 0;
}
.table > div.puller[b-y0qb8lgjvn] {
  color: #3c763d;
  background-color: #dff0d8;
}
/* /Components/Pulling/Reservation.razor.rz.scp.css */
.reservation-button[b-zb1ojj8fs2] {
  text-align: right;
}

.reservation[b-zb1ojj8fs2] {
  font-size: 1.4em;
}
/* /Components/QA/AddTags.razor.rz.scp.css */
/* /Components/QA/PassedQaView.razor.rz.scp.css */
/* /Components/QA/PulledView.razor.rz.scp.css */
/* /Components/QA/RemoveTags.razor.rz.scp.css */
/* /Components/Shipping/ShippingInfo.razor.rz.scp.css */
.shipping-info[b-658bhnln1j] {
  display: grid;
  grid-template-rows: auto 1fr;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.containers[b-658bhnln1j] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 50px;
}
.containers > div[b-658bhnln1j] {
  padding: 3px;
}

.commands[b-658bhnln1j] {
  display: grid;
  grid-template-columns: auto 1fr auto;
}

.selected[b-658bhnln1j] {
  background: #eee;
}

.weight[b-658bhnln1j] {
  font-size: 1.5em;
}
/* /Components/User.razor.rz.scp.css */
.user[b-x2apqbhrjo] {
  display: flex;
  align-items: center;
  padding-left: 23px;
}
/* /Pages/Admin/Index.razor.rz.scp.css */
/* /Pages/BuybackVendors.razor.rz.scp.css */
.vendors[b-5j0bjbtaei] {
  max-width: 600px;
  margin: 0 auto;
}

.vendors-models[b-5j0bjbtaei] {
  margin-top: 5px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-gap: 1px 5px;
}
.vendors-models > div[b-5j0bjbtaei] {
  text-align: right;
}
.vendors-models > div:nth-child(3n-2)[b-5j0bjbtaei] {
  text-align: left;
}
.vendors-models .heading[b-5j0bjbtaei] {
  font-weight: bold;
}
/* /Pages/Email.razor.rz.scp.css */
.progress[b-013lniozgm] {
  max-width: 250px;
  margin: 0 auto;
  padding: 50px 10px 20px 10px;
}
.progress > div:last-child[b-013lniozgm] {
  text-align: center;
}
/* /Pages/Envelopes/CenterSquare.razor.rz.scp.css */
.input[b-7dt7swx2zd] {
  font-size: 2em;
  border: 2px solid #888;
  border-radius: 3px;
  padding: 3px;
  max-width: 200px;
  margin-bottom: 10px;
}/*# sourceMappingURL=CenterSquare.razor.css.map */
/* /Pages/Envelopes/Create.razor.rz.scp.css */
.create[b-9hr30ylp22] {
  padding: 5px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-gap: 10px;
}
.create input[b-9hr30ylp22] {
  width: 100%;
  color: rgb(66, 66, 66);
  font-weight: bold;
}
.create > div:first-child[b-9hr30ylp22] {
  display: grid;
  grid-template-columns: auto auto auto auto 1fr;
  grid-gap: 10px;
}
.create > div:nth-child(2)[b-9hr30ylp22] {
  display: grid;
  grid-template-columns: 1fr 200px 350px;
  grid-gap: 10px;
}
.create > div:nth-child(2) > div[b-9hr30ylp22] {
  background: #fff;
}
.create .order[b-9hr30ylp22] {
  padding: 20px;
}
.create .order > div:first-child[b-9hr30ylp22] {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: 1fr auto auto auto 1fr;
  grid-gap: 10px;
}
.create .order > div:first-child > div:first-child[b-9hr30ylp22] {
  grid-row: span 5;
}
.create .order > div:first-child > div:first-child > img[b-9hr30ylp22] {
  border-radius: 50%;
  max-height: 150px;
}
.create .bold[b-9hr30ylp22] {
  font-weight: bold;
}
.create .validation-errors[b-9hr30ylp22] {
  height: 100%;
  text-align: left;
}
.create .errors[b-9hr30ylp22] {
  font-size: 2em;
  font-weight: bold;
}
.create .errors > span[b-9hr30ylp22] {
  color: red;
}
.create .history[b-9hr30ylp22] {
  height: 100%;
  position: relative;
}
.create .history > div:first-child[b-9hr30ylp22] {
  overflow-y: auto;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 50px;
  line-height: 1.2em;
}
.create .history > div:last-child[b-9hr30ylp22] {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
.create .order-history[b-9hr30ylp22] {
  border-bottom: 1px solid #aaa;
  cursor: pointer;
}
.create .order-history:hover[b-9hr30ylp22] {
  background: #eee;
}
.create .selected[b-9hr30ylp22], .create .order-history.selected:hover[b-9hr30ylp22] {
  background: #aaa;
}
.create .validation-errors[b-9hr30ylp22] {
  color: red;
  line-height: 1.2em;
}
.create .validation-errors > div[b-9hr30ylp22] {
  border-bottom: 1px solid #aaa;
}
/* /Pages/Envelopes/Index.razor.rz.scp.css */
/* /Pages/Envelopes/Pickup.razor.rz.scp.css */
.pickup[b-5ti8kxnjjm] {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 20px;
}
.pickup .pullers[b-5ti8kxnjjm] {
  display: flex;
  flex-direction: row-reverse;
}
.pickup .pullers > div[b-5ti8kxnjjm] {
  flex: 1;
  margin: 5px;
  border-radius: 10px;
  border: 2px solid #888;
}
.pickup .pullers > div > div:first-child[b-5ti8kxnjjm] {
  height: 30px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  display: grid;
  align-items: center;
  justify-items: center;
  font-weight: bold;
  text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279416px 0px;
}
.pickup > div:last-child[b-5ti8kxnjjm] {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
}
.pickup .order[b-5ti8kxnjjm] {
  display: grid;
  grid-template-columns: 1fr auto;
  /*font-size: 3em;*/
  padding: 0 5px;
  font-weight: bold;
  color: #000;
  align-items: center;
}
.pickup .order > div:first-child[b-5ti8kxnjjm] {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 5px;
}
.pickup .order span[b-5ti8kxnjjm] {
  font-weight: normal;
  font-size: 0.5em;
}
.pickup .slots[b-5ti8kxnjjm] {
  border-radius: 10px;
  border: 2px solid #888;
  margin: 5px;
  min-width: 150px;
}
.pickup .slots > div:first-child[b-5ti8kxnjjm] {
  height: 30px;
  display: grid;
  align-items: center;
  justify-items: center;
  font-weight: bold;
  font-size: 1.5em;
}
.pickup .slots .order[b-5ti8kxnjjm] {
  /*font-size: 2em;*/
}

.assign-orders[b-5ti8kxnjjm] {
  height: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  font-size: 2em;
}
/* /Pages/Envelopes/Pulling.razor.rz.scp.css */
/* /Pages/Envelopes/ScanOut.razor.rz.scp.css */
.scanout[b-02w1gq0i9r] {
  display: grid;
  grid-template-rows: auto 1fr;
}
.scanout > div:first-child[b-02w1gq0i9r] {
  display: grid;
  grid-template-columns: auto 300px 1fr;
}
.scanout > div:first-child input[b-02w1gq0i9r] {
  width: 100%;
  color: rgb(66, 66, 66);
  font-weight: bold;
}
.scanout > div:first-child .color[b-02w1gq0i9r] {
  width: 50px;
  height: 50px;
  border: 2px solid black;
  border-radius: 50%;
  align-self: center;
  margin: 25px;
  cursor: pointer;
}
.scanout .person-info[b-02w1gq0i9r] {
  padding-top: 30px;
  display: grid;
  grid-template-columns: 200px auto 1fr;
  grid-gap: 40px;
  font-size: 2em;
}
.scanout .person-info img[b-02w1gq0i9r] {
  width: 150px;
  border-radius: 50%;
}
.scanout .person-info > div:nth-child(2)[b-02w1gq0i9r] {
  min-width: 350px;
}
.scanout .person-info span[b-02w1gq0i9r] {
  font-weight: bold;
}
.scanout .envelopes[b-02w1gq0i9r] {
  font-size: 1.5em;
  font-weight: bold;
}
.scanout .envelopes > div[b-02w1gq0i9r] {
  display: grid;
  grid-template-columns: 70px auto;
  align-items: center;
}
.scanout .envelopes > div > div:first-child[b-02w1gq0i9r] {
  color: green;
}
/* /Pages/Index.razor.rz.scp.css */
/* /Pages/OrderLookup.razor.rz.scp.css */
.order-lookup[b-x9rxgrdpe3] {
  padding: 5px;
  height: 100%;
  display: grid;
  /*border-radius: 5px;*/
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  grid-gap: 10px;
}

.person-info[b-x9rxgrdpe3] {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  grid-gap: 10px;
}

.person[b-x9rxgrdpe3] {
  text-align: right;
  font-weight: bold;
  font-size: 2em;
}

#input[b-x9rxgrdpe3] {
  font-size: 2em;
  border: 2px solid #888;
  border-radius: 3px;
  padding: 3px;
  max-width: 200px;
}
/* /Pages/Pulling.razor.rz.scp.css */
/* /Pages/Qa.razor.rz.scp.css */
.qa[b-qv17k7wku1] {
  /*background: #ccc;*/
  padding: 5px;
  height: 100%;
  display: grid;
  /*border-radius: 5px;*/
  grid-template-columns: auto auto 1fr auto auto;
  grid-template-rows: auto auto 1fr;
  grid-gap: 10px;
}
.qa > div:nth-child(1)[b-qv17k7wku1] {
  grid-column: span 5;
  display: grid;
  grid-template-columns: auto 1fr;
}
.qa > div:last-child[b-qv17k7wku1] {
  grid-column: span 5;
  overflow-y: auto;
}

.reservation[b-qv17k7wku1] {
  justify-self: end;
  font-weight: bold;
  font-size: 1.5em;
}
.reservation > div[b-qv17k7wku1] {
  display: inline;
}
.reservation > div:last-child[b-qv17k7wku1] {
  font-size: 2em;
  padding-left: 10px;
}

.centerd[b-qv17k7wku1] {
  display: grid;
  align-items: center;
}

.containers[b-qv17k7wku1] {
  display: flex;
  gap: 10px;
}
/* /Pages/RentalCheckin.razor.rz.scp.css */
.rental-checkin[b-9n2yxda713] {
  padding: 5px;
  height: 100%;
  display: grid;
  /*border-radius: 5px;*/
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto 1fr;
  grid-gap: 10px;
}

.person-info[b-9n2yxda713] {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  grid-gap: 10px;
}

.person[b-9n2yxda713] {
  text-align: right;
  font-weight: bold;
  font-size: 2em;
}

/*#input {
    font-size: 2em;
    border: 2px solid #888;
    border-radius: 3px;
    padding: 3px;
    max-width: 200px;
}*/
.commands[b-9n2yxda713] {
  display: grid;
  grid-template-columns: repeat(3, auto) 1fr auto auto auto;
  grid-gap: 40px;
  /*::deep .mud-button {
      margin-right: 40px;
  }



  ::deep .mud-button:last-child {
      margin-left: 80px;
  }*/
}
.commands[b-9n2yxda713]  .mud-button-label {
  display: flex;
  flex-direction: column;
}
/* /Pages/SecondPage.razor.rz.scp.css */
/* /Pages/Shipping.razor.rz.scp.css */
.shipping[b-qbjyjt480k] {
  padding: 5px;
  height: 100%;
  display: grid;
  /*border-radius: 5px;*/
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  grid-gap: 10px;
}

.reservation-info[b-qbjyjt480k] {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  grid-gap: 10px;
}

.reservation[b-qbjyjt480k] {
  text-align: right;
  font-weight: bold;
  font-size: 1.5em;
}
.reservation > div[b-qbjyjt480k] {
  display: inline;
}
.reservation > div:last-child[b-qbjyjt480k] {
  font-size: 2em;
  padding-left: 10px;
}

.address[b-qbjyjt480k] {
  display: grid;
  grid-template-columns: 1fr auto;
  font-weight: bold;
}
/* /Pages/SitepointCodes.razor.rz.scp.css */
.page[b-vujemdtt08] {
  max-width: 600px;
  margin: 0 auto;
}
/* /Pages/SpecialTags.razor.rz.scp.css */
.container[b-suc6yzqhas] {
  display: grid;
  grid-template-columns: 150px 1fr;
}

.person[b-suc6yzqhas] {
  text-align: right;
  font-weight: bold;
  font-size: 1.5em;
}
