@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");

html,
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f3f4f7;
}

.custom-tel {
  color: inherit; /* Inherit color from parent element */
}

.row-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin: 0px;
}

.row-between-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1:focus {
  outline: none;
}

a,
.btn-link {
  color: #0071c1;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.content {
  padding-top: 1.1rem;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=)
      no-repeat 1rem/1.8rem,
    #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.btn-square {
  border-radius: 0;
  background-color: #a5773a;
  padding: 8px 16px;
}

.btn-square:hover {
  background-color: #8b4513;
}

.confirmCollectionBtn {
  border-radius: 0;
  background-color: #28a745;
  padding: 8px 16px;
  color: white;
}

.confirmCollectionBtn:hover {
  background-color: #218838;
}

.confirmDeliveryBtn {
  border-radius: 0;
  background-color: #007bff;
  padding: 8px 16px;
  color: white;
}

.confirmDeliveryBtn i {
  margin-right: 10px;
}

.confirmDeliveryBtn:hover {
  background-color: #0069d9;
}

.custom-map-button {
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

.custom-map-button:hover {
  background-color: #f8f9fa;
  border-color: #bbb;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.order-delivered {
  background-color: #d4edda;
  border-left: 5px solid #6fcd01;
  padding-top: 18px;
  padding-bottom: 1px;
  color: #6fcd01;
}

.order-out-for-delivery {
  background-color: #efffda;
  border-left: 5px solid #cfd175;
  padding-top: 18px;
  padding-bottom: 1px;
  color: #484e1d;
}

.cancellation-banner {
  background-color: #ef2135a6;
  color: white;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}

.navigate-google-margin {
  margin-top: 80px;
  display: inline-block;
}

.login-page {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: #f3f4f7;
  padding: 24px;
  border-radius: 8px;
}

/* Header Section Login screen */
.header {
  width: 100%;
  height: 300px;
  background: #4a476eb5;
  position: relative;
  border-radius: 8px 8px 0 0;
  z-index: 1;
}

.header-overlay {
  width: 100%;
  background: url("../images/map_lines_minimal.png") center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

.logo-container {
  position: absolute;
  left: 20px;
  bottom: 80px;
}

.logo-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.logo-subtitle {
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Login Container */
.login-container {
  width: 100%;
  margin-top: 300px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #f3f4f7;
  border-radius: 8px;
}

/* Login greeting */
.greeting {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #17181c;
}

/* Login greeting */
.greeting-subtitle {
  font-size: 16px;
  color: #454954;
}

/* Input Groups */
.input-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 12px;
}

.input-group label {
  font-size: 16px;
  line-height: 1.2;
  color: #17181c;
}

.input-container {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.input-container input {
  width: 100%;
  border: 2px solid #171c19;
  outline: none;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.2;
  color: #454954;
  background: transparent;
  box-sizing: border-box;
  border-radius: 4px;
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.input-container input:focus {
  border-color: #4a476e;
  box-shadow: 0 0 5px rgba(74, 71, 110, 0.5);
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 5px;
}

.toggle-password img {
  width: 20px;
  height: 20px;
}

/* Button Group */
.button-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}

.btn-reset {
  width: 45%;
  border: 2px solid #171c19;
  color: #171c19;
  background: none;
}

.btn-reset:hover {
  background: #f0f0f0;
}

.btn-signin {
  width: 70%;
  color: #ffffff;
  background: #171c19;
  border: none;
}

.btn-signin:hover {
  color: #ffffff;
  background: #171c19;
}

.login-form {
  width: 100%;
}

.input-group,
.button-group {
  margin-bottom: 20px;
}

.input-group label {
  font-weight: bold;
  font-size: 16px;
  color: #17181c;
}

/*Scan-code page*/

.custom-navbar {
  background-color: #4a476e;
  padding: 35px 5px 10px 5px;
  border-bottom: 1px solid #e7e7e7;
}

.container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-left {
  display: flex;
  align-items: center;
}

.navbar-right {
  display: flex;
  align-items: center;
}

.nav-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.nav-link i {
  margin-right: 8px;
}

.nav-link:hover {
  text-decoration: underline;
  color: #ffffff;
}

.scan-barcode-page {
  background-color: #e3e6ed;
  padding: 35px 5px 10px 5px;
  height: 100vh;
}

.nav-icon {
  margin-right: 8px;
  width: 26px;
  height: 30px;
  padding: 4px;
  vertical-align: middle;
  border-radius: 4px;
}

.scanner-container {
  align-items: center;
  height: 60vh;
  text-align: center;
  padding-top: 25px;
}

.instructions {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
}

.error-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  padding-top: 20px;
}

.error-message {
  color: #ff0000;
  background-color: #ffeded;
  padding: 10px;
  border: 1px solid #ff0000;
  border-radius: 5px;
  margin-bottom: 10px;
}

.meal-order-detail-page {
  background-color: #e3e6ed;
  color: #4a476e;
  height: 100vh;
}

.meal-order-detail-navbar {
  background-color: #e3e6ed;
  padding: 35px 5px 10px 5px;
  border-bottom: 1px solid #c0c5d3;
}

.nav-title-dark {
  font-size: 19px;
  font-weight: bold;
  color: black;
}

.nav-link-grey {
  color: #454954;
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.nav-link-dark {
  color: black;
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.nav-link-dark:hover {
  text-decoration: underline;
  color: black;
}

.svg-icon {
  margin-right: 8px;
  width: 26px;
  height: 30px;
  padding: 4px;
  vertical-align: middle;
  border-radius: 4px;
  color: black;
}

.svg-icon-small {
  margin-left: 10px;
  width: 23px;
  height: 28px;
  padding: 4px;
  vertical-align: middle;
  border-radius: 4px;
  color: black;
}

.label-left-svg-icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: middle;
  border-radius: 4px;
  color: black;
}

.back-link {
  padding: 20px 10px;
}

.order-container {
  padding: 20px 10px 5px 10px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
}

.status-button-container {
  padding: 20px 10px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  margin-top: 0.5px;
}

.current-order {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 0px 5px 14px 5px;
  box-sizing: border-box;
}

.order-content {
  display: flow;
  justify-content: space-between;
}

.order-details,
.order-map {
  flex: 1;
  padding: 0 10px;
}

.order-details {
  margin-bottom: 20px;
  text-align: center;
}

.order-id {
  font-size: 18px;
  color: #888;
  margin-bottom: 0px;
}

.order-details h2 {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
}

.order-status {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
.order-status.unpacked {
  color: #c1832a;
}
.order-status.packed {
  color: #c1832a;
}
.order-status.transit {
  color: #f26722;
}
.order-status.pickedup {
  color: #aa796c;
}
.order-status.delivering {
  color: #4a476e;
}
.order-status.droppedoff {
  color: #5d8929;
}
.order-status.returned {
  color: #ea4b4b;
}
.order-status.canceled {
  color: #ea4b4b;
}

.order-status-with-round-background {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 50px;
  border: none;
}
.order-status-with-round-background.unpacked {
  color: #c1832a;
  background-color: #fcf7f3;
}
.order-status-with-round-background.packed {
  color: #c1832a;
  background-color: #fcf7f3;
}
.order-status-with-round-background.transit {
  color: #f26722;
  background-color: #fdeee9;
}
.order-status-with-round-background.pickedup {
  color: #aa796c;
  background-color: #f6f0ef;
}
.order-status-with-round-background.delivering {
  color: #4a476e;
  background-color: #f1f1f4;
}
.order-status-with-round-background.droppedoff {
  color: #5d8929;
  background-color: #f3f9ec;
}
.order-status-with-round-background.returned {
  color: #ea4b4b;
  background-color: #fef1f1;
}
.order-status-with-round-background.canceled {
  color: #ea4b4b;
  background-color: #fef1f1;
}

.status-dot.unpacked {
  background-color: #c1832a;
}

.status-dot.packed {
  background-color: #c1832a;
}

.status-dot.transit {
  background-color: #f26722;
}

.status-dot.pickedup {
  background-color: #aa796c;
}

.status-dot.delivering {
  background-color: #4a476e;
}

.status-dot.droppedoff {
  background-color: #5d8929;
}

.status-dot.returned {
  background-color: #ea4b4b;
}

.status-dot.canceled {
  background-color: #ea4b4b;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}

.dot {
  background-color: orange;
}

.update-status-label {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px;
  color: #17181c;
}

.order-date,
.order-time {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.order-date i,
.order-time i {
  margin-right: 5px;
}

.order-map {
  text-align: center;
  margin-bottom: 20px;
}

.status-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  width: 100%;
}

.btn-status {
  width: 100%;
  padding: 15px 20px;
  font-size: 20px;
  border-radius: 8px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
}

.btn-status-svg-icon {
  width: 32px;
  height: 30px;
  padding: 4px;
  vertical-align: middle;
  border-radius: 4px;
  color: black;
}

.delivered {
  background-color: #6fcd01;
  color: #ffffff;
}

.returned-btn {
  background-color: #fd2c2c;
  color: #ffffff;
}

.map-container {
  height: 125px;
  width: 100%;
  border-radius: 8px;
  margin-top: 10px;
}
.bottom-button {
  margin-top: auto;
  text-align: center;
  padding-top: 20px;
  display: contents;
}

.map-button {
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  background-color: #4683fc;
  color: #ffffff;
  padding: 6px;
}

.map-button:hover {
  background-color: #4683fc;
  color: #ffffff;
}

.map-svg-icon {
  width: 32px;
  height: 30px;
  padding: 4px;
  vertical-align: middle;
  border-radius: 4px;
  color: black;
}

.order-info {
  text-align: center;
  margin-top: 20px;
}

.order-number {
  font-size: 36px;
  font-weight: bold;
}

.details-button-container {
  margin-top: 20px;
  text-align: center;
  display: grid;
  padding: 10px;
}

.btn-details {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.scan-label {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.reason-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.reason-item {
  display: flex;
  align-items: center;
  margin: 15px 15px 0px 15px;
  padding: 10px 15px;
  background-color: #fff;
  border: 2.5px solid black;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}

.reason-item input[type="radio"] {
  margin-right: 10px;
}
.btn-submit {
  background-color: #17181c;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  padding: 20px;
}

.btn-submit:hover {
  color: #17181c;
}

.submit-button-container {
  margin: 15px 15px 0px 15px;
  text-align: center;
  display: grid;
}

input[type="radio"] {
  width: 25px;
  height: 25px;
  accent-color: #4a476e;
}

.reason-item label {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}

input[type="radio"]:checked {
  accent-color: #4a476e;
}

input[type="radio"]::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #ddd;
}

input[type="radio"]:checked::before {
  border-color: blue;
}

input[type="radio"]:checked::after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  margin: 5px;
  border-radius: 50%;
  background-color: #4a476e;
}

input[type="radio"]:hover,
input[type="radio"]:hover::before,
input[type="radio"]:hover::after {
  background-color: transparent;
  border-color: #ddd;
}

.moving-dashed-boarder {
  width: 342px;
  height: 251px;
  background: linear-gradient(90deg, green 50%, transparent 50%),
    linear-gradient(90deg, green 50%, transparent 50%),
    linear-gradient(0deg, green 50%, transparent 50%),
    linear-gradient(0deg, green 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 16px 4px, 16px 4px, 4px 16px, 4px 16px;
  background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
  border-radius: 5px;
  animation: dash 20s linear infinite;
}

@keyframes dash {
  to {
    background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
  }
}

.order-details-roll-back {
  margin-top: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.order-details-roll-back h2 {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
}

.current-status {
  font-size: 15px;
  font-weight: 600;
  color: #17181c;
  margin-bottom: 8px;
  margin-top: 8px;
}
.operation-time {
  font-size: 18px;
  font-weight: 600;
  color: #17181c;
  margin-top: 10px;
  margin-bottom: 10px;
}

.performed-by {
  font-size: 18px;
  font-weight: 600;
  color: #17181c;
  margin-bottom: 10px;
}

.return-reason {
  color: #ea4b4b;
  font-size: 16px;
  font-weight: bold;
}

.btn-rollback {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.btn-rollback:disabled,
.btn-rollback .disabled {
  background-color: #666;
  color: #ccc;
  cursor: not-allowed;
}

.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

.custom-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  display: block;
  width: 100%;
  max-width: 400px;
  background-color: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.custom-modal-body {
  padding: 20px;
  text-align: center;
}

.custom-modal-body.without-padding-top {
  padding-top: 0px;
}

.alert-svg-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.custom-modal-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.custom-modal-text {
  color: #4d4d4d;
  font-size: 16px;
  margin-bottom: 60px;
}

.custom-modal-btn {
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  font-size: 1rem;
  margin-bottom: 15px;
  cursor: pointer;
}

.custom-modal-btn.confirm {
  background-color: #17181c;
  color: white;
  border: none;
}

.custom-modal-btn.cancel {
  background-color: #ffffff;
  color: #ea4b4b;
  border: 2px solid #ea4b4b;
}

.custom-modal-btn.delivered {
  background-color: #6fcd01;
  color: #ffffff;
  border: 1px solid #6fcd01;
}

.custom-modal-btn.returned {
  background-color: #fd2c2c;
  color: #ffffff;
  border: 1px solid #fd2c2c;
}

.custom-modal-btn.black {
  background-color: #17181c;
  color: #ffffff;
  border: 1px solid #17181c;
}

.custom-modal-btn.black-border {
  background-color: #f3f4f7;
  color: #4a476e;
  border: 1px solid #4a476e;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1000;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #4a476e;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px;
  max-height: 80vh;
  overflow-y: auto;
}

.grid-item {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.remaining-orders-page {
  background-color: #e3e6ed;
  color: #4a476e;
  height: 100vh;
}

.remaining-button-container {
  margin-top: 20px;
  text-align: center;
  display: grid;
  position: fixed;
  bottom: 80px;
}

.remaining-orders-button {
  font-size: 18px;
  font-weight: 500;
  color: #454954;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  width: 98%;
  position: fixed;
  z-index: 100;
}

.remaining-orders-button:hover {
  background-color: #f0f0f0;
}

.navigation-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.nav-link {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.back-icon {
  margin-right: 8px;
  font-size: 16px;
}

.remaining-info {
  font-size: 14px;
  font-weight: 500;
}

.remaining-info strong {
  font-size: 18px;
  color: #000;
}

.total-count {
  color: #6c757d;
}

/*home page*/
.home-page {
  background-color: #e3e6ed;
  color: #4a476e;
  height: 100vh;
}

.home-content-container {
  display: flex;
  flex-direction: column;
  margin: 15px;
  margin-top: 25px;
  padding-bottom: 20px;
}

.orders-info-row-container {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin: 0px 0px 16px 0px;
}

.orders-info-card {
  width: 100%;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  border-color: #d8dbe2;
  border: solid #d8dbe2;
  border-width: 1px;
  flex: 1;
  text-align: center;
  align-content: center;
  padding: 10px 16px 10px 16px;
}

.orders-info-card.currentOrder {
  text-align: start;
  flex: 2.2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.orders-info-card.currentOrder p {
  margin: 0;
}

.orders-info-card.currentOrderDetails {
  text-align: start;
}

.orders-info-card.currentOrderDetails h6 {
  margin: 0;
  color: #1c1817;
}

.orders-info-card.currentOrderDetails p {
  margin: 0px 0px 5px 0px;
}

.orders-info-card-title {
  font-size: 13px;
  font-weight: 300;
  color: #17181c;
  margin: 0px 0px 0px 0px;
}

.orders-info-card-subtitle {
  margin: 0;
  padding: 0px 0px 0px 0px;
}

.orders-info-card-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}

.scan-button-container {
  margin: 20px 0px 30px 0px;
  text-align: center;
  display: grid;
}

.btn-scan {
  background-color: #1c1717;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  padding: 18px;
}

.btn-scan-svg-icon {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border-radius: 4px;
  color: #ffffff;
}

.home-tasks-container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-tasks-container-title {
  font-size: 15px;
  font-weight: bold;
  color: #17181c;
  align-items: center;
}

.task-item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px;
  margin-top: 12px;
}

.task-item.default {
  border: 2px solid #171c19;
}
.task-item.current {
  border: 2px solid #f26722;
}

.task-item-reference-number {
  margin: 0;
  color: #17181c;
  font-size: 20px;
  font-weight: 700;
}

.task-item-current-order-tag {
  margin: 0;
  color: #f26722;
  font-size: 16px;
  font-weight: 500;
  margin-left: 4px;
}

.task-item-address {
  margin: 10px 0px 0px 0px;
  color: #454954;
  font-size: 14px;
  font-weight: 300;
}

/*all tasks page*/
.all-tasks-page {
  background-color: #e3e6ed;
  color: #4a476e;
  height: 100vh;
}

.all-tasks-content-container {
  display: flex;
  flex-direction: column;
  margin: 0px 15px 0px 15px;
  padding-bottom: 20px;
}

/*task details page*/
.task-details-page {
  background-color: #e3e6ed;
  color: #4a476e;
  height: 100vh;
}

.task-details {
  margin-bottom: 20px;
  align-items: start;
  border-bottom: 1px solid #ddd;
}

.task-details-reference-number {
  margin: 0;
  color: #17181c;
  font-size: 40px;
  font-weight: 700;
}

.task-details h6 {
  margin: 0;
  color: #1c1817;
}

.task-duration-label-container {
  display: inline-flex;
  align-items: center;
  background-color: #e3e6ed;
  color: #0c0a1f;
  padding: 5px 10px;
  border-radius: 50px;
  border: none;
}

.boxes-button-container {
  margin: 20px 0px 25px 0px;
  text-align: center;
  display: grid;
}

.btn-boxes {
  background-color: #1c1717;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.btn-boxes-svg-icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 4px;
  color: #ffffff;
}

.task-detail-info {
  text-align: start;
  margin: 15px 0px 0px 0px;
  padding: 0;
  color: #454954;
}

.task-detail-info p {
  margin: 0px 0px 5px 0px;
}

.task-detail-info-icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.selection-modal-close-button {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border-radius: 4px;
  align-self: self-start;
  margin: 20px 20px 0px 20px;
}

.selection-modal-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #17181c;
}

.selection-modal-subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0px 32px 0px 32px;
  color: #17181c;
}

.selection-modal-tasks-container {
  flex-direction: column;
  margin: 5px 0px 15px 0px;
  max-height: 450px;
  overflow-y: auto;
}

.next-task-modal-header-container {
  color: #17181c;
  font-weight: bold;
  align-items: center;
  margin: 20px 40px 130px 40px;
}

.next-task-modal-header-container h1 {
  font-size: 48px;
}

.next-task-modal-header-container h5 {
  font-size: 20px;
}

/*task boxes page*/
.task-boxes-page {
  background-color: #e3e6ed;
  color: #4a476e;
  height: 100vh;
}

.task-boxes-content-container {
  display: flex;
  flex-direction: column;
  margin: 0px 15px 0px 15px;
  padding-bottom: 20px;
}

.box-item {
  background-color: #ffffff;
  border: 2px solid #171c19;
  border-radius: 4px;
  padding: 8px 16px 8px 16px;
  margin-top: 10px;
  text-align: start;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.box-item input[type="checkbox"] {
  margin-right: 10px;
  align-self: center;
}

input[type="checkbox"] {
  width: 25px;
  height: 25px;
  accent-color: #4a476e;
}

.box-item-number {
  margin: 0;
  color: #17181c;
  font-size: 16px;
  font-weight: 500;
}

.box-item-address {
  margin: 10px 0px 0px 0px;
  color: #454954;
  font-size: 14px;
  font-weight: 500;
}
