@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
body {
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  flex: 1;
  margin: 0 auto;
  width: 100%;
  background-color: #f0f0f0;
}

.main-page {
  width: clamp(320px, 100%, 1024px);
  margin: 0 auto;
}

.side-bar {
  width: 100%;
  left: 0;
  right: 0;
  position: fixed;
  bottom: 0px;
  padding: 15px 0;
  z-index: 30px;
  background-color: #b42900;
}

.side-content {
  display: flex;
}

.side-bar-content {
  display: flex;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 35px;
}

.side-bar-content a {
  color: white;
  flex: 1;
}

.logo {
  position: absolute;
  top: 2em;
  font-size: 2em;
  font-family: "Pacifico", Tahoma, Geneva, Verdana, sans-serif;
}

.side-item {
  cursor: pointer;
  padding: 0 10px;
}

.selected {
  background-color: antiquewhite;
}

.end {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.start {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.middle {
  border-radius: 35px;
}

h1,
h2 {
  font-weight: 700;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: black;
}

.header {
  padding: 1px 1em;
  position: sticky;
  top: 0px;
  background-color: #f0f0f0;
  align-items: center;
}

.btn {
  height: 2em;
  border: solid 1px #181818;
  outline: 0;
  background-color: transparent;
}

.card-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
}

.card {
  flex: 1;
  height: 15em;
  background-color: #ddd;
  display: flex;
  align-items: end;
  padding: 10px;
  margin: 10px;
  border-radius: 15px;
  cursor: pointer;
}

.card-info {
  line-height: 1em;
}

#table-header,
.row {
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}

.row img {
  width: 20px;
  height: 20px;
  filter: invert(48%) sepia(99%) saturate(7325%) hue-rotate(319deg)
    brightness(91%) contrast(103%);
}

.product-section {
  margin: 1em 0;
}

.product-section input {
  width: 100%;
  border: solid 1px #ddd;
  outline: none;
  background-color: transparent;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  padding: 1em;
}

form button {
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #b42900;
  border: none;
  outline: none;
  padding: 1em;
  color: #fff;
}

#table-header {
  top: 7em;
  position: sticky;
  color: #303030;
  font-weight: 700;
  background-color: #f0f0f0;
}

.actions {
  cursor: pointer;
  font-weight: 700;
  align-self: self-end;
  margin-left: 60px;
}

.normalTDecoColor {
  text-decoration: overline;
  text-decoration-color: #000;
}

.accentTDecoColor {
  text-decoration: overline;
  text-decoration-color: #ea9e11;
}

.secTDecoColor {
  text-decoration: overline;
  text-decoration-color: #b42900;
}

.small-box * {
  margin-top: 10px;
}

#reject_action {
  color: #b42900;
}

#add_to_queue_action {
  color: #ea9e11;
}

.avatar {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #ddd;
}

.flex {
  flex: 1;
  padding: 10px;
}

.small {
  font-size: 13px;
}

.light {
  font-weight: 100;
}

.small-bold-active {
  font-weight: 700;
}

.medium-active {
  font-size: large;
  color: #b42900;
}

.bottomed {
  display: flex;
  align-items: end;
  justify-content: baseline;
}

#table-content,
#content {
  margin-bottom: 100px;
}

.in-progress {
  color: #b42900;
}

.complete {
  color: #00b46f;
}

.gray {
  color: gray;
}

.column {
  flex-direction: column;
}

.small-box {
  min-width: 150px;
}

#loader-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.view-order {
  text-decoration: overline;
  margin-top: 25px;
}

.container {
  display: flex;
  padding: 10px;
}

.container-card {
  padding: 10px;
  border-radius: 10px;
  flex: 1;
  margin: 10px 0;
  flex-direction: column;
  border: solid 1px #ddd;
  opacity: 1;
}

.divider {
  margin: 10px 0;
  border-bottom: solid 1px #ddd;
}

#button-container {
  left: 0;
  right: 0;
  position: fixed;
  padding: 10px;
  bottom: 115px;
}

#button {
  border-radius: 15px;
  background-color: #ea9e11;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  max-width: 560px;
  display: none;
}

/* HTML: <div class="loader"></div> */
#loader {
  width: 35px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #b42900;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 0%,
      100% 0%,
      100% 0%
    );
  }
  25% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      100% 100%,
      100% 100%
    );
  }
  50% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  62.5% {
    clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  75% {
    clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  100% {
    clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0% 100%
    );
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
