@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

html,
body,
#root,
.layout {
  height: 100%;
  color: white;
  caret-color: transparent;
  overflow: hidden;
}

body {
  /* background-image: url("../assets/images/Rectangle.png"); */
  background-image: linear-gradient(#0d2a3a, #0d2a3a);
  background-color: rgb(37, 57, 67);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  color: #fff;
}

input {
  border: 0;
  caret-color: #fff;
  border-bottom: 1px solid rgb(3, 140, 3);
  background: transparent;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin: 10px;
  outline: 0;
}

.disabled-btn {
  background-color: #ccc !important;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
  color: black;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked {
  display: block;
  width: 25px;
  height: 25px;
  accent-color: white;
  border-radius: 50px;
}

.input {
  background-color: rgba(255, 255, 255, 0.25);
  border: 0;
  padding: 10px;
}

.e-control.e-checkbox.e-lib {
  border: 1px;
}

.rememberMe {
  padding-left: 50px;
}

.BTN {
  border-bottom: none !important;
  text-align: center;
  font-size: 20px !important;
  font-weight: 100;
  caret-color: transparent;
  cursor: pointer;
}

.header {
  background-color: #0d2a3a;
}

/* .search-icon {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;  /* Adjust size to match input design 
    height: 16px;
    pointer-events: none;
  }*/

.submitBTN {
  margin-top: 10px;
  margin: 15px;
  background-color: rgb(245 104 27 / 15%);
  color: #fff;
  border-color: #f5681d;
  border-style: solid;
  border-width: 3px;
  border-radius: 25px;
  width: fit-content;
  align-self: center;
  font-size: 16px;
  padding: 10px;
  font-family: "Inter Tight", sans-serif;
}

.header-btn {
  background: #333;
  color: white;
  border: none;
  border-radius: 50px;
  font-family: "Inter Tight", sans-serif;
}

.rule-item {
  font-size: clamp(12px, 2.5vw, 15px);
  line-height: 1.4;
  transition: color 0.3s ease;
}

.rule-item.valid {
  color: #28a745;
}

.rule-item.invalid {
  color: #dc3545;
}

.checkinBTN {
  margin-top: 10px;
  margin: 15px;
  background-color: rgb(245 104 27 / 20%);
  color: #fff;
  border-color: #f5681d;
  border-style: solid;
  border-width: 3px;
  border-radius: 25px;
  width: 70%;
  align-self: center;
  font-size: 16px;
  padding: 5px;
  font-family: "Inter Tight", sans-serif;
}

.input-group1 {
  display: flex;
  flex-direction: column;
  margin: 5px;
}

.input-label {
  font-size: 0.9rem;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
}

.input-field {
  border-radius: 5px;
  padding: 8px;
  width: 50%;
  border: 1px solid orange;
}

.checkinBTNSuccess {
  margin-top: 10px;
  margin: 15px;
  background-color: rgba(105, 179, 57, 0.2);
  color: #fff;
  border-color: rgb(105, 179, 57);
  border-style: solid;
  border-width: 3px;
  border-radius: 25px;
  width: 70%;
  align-self: center;
  font-size: 16px;
  padding: 5px;
  font-family: "Inter Tight", sans-serif;
}

.secondary {
  margin-top: 10px;
  margin: 15px;
  color: "#fff";
  border-style: solid;
  border-width: 3px;
  border-radius: 25px;
  width: 70%;
  align-self: center;
  font-size: 16px;
  padding: 5px;
  font-family: "Inter Tight", sans-serif;
}

.downloadBTN {
  /* margin-top: 10px; */
  margin: 5px auto;
  background-color: transparent;
  color: #05c20f;
  border-color: #05c20f;
  border-style: solid;
  border-width: 3px;
  border-radius: 25px;
  /* width: 70%; */
  align-self: center;
  /* font-size: 16px; */
  /* padding: 5px; */
  font-family: "Inter Tight", sans-serif;
}

.breakBTN {
  margin-top: 10px;
  margin: 15px;
  background-color: #f5681d;
  color: #fff;
  border-color: #f5681d;
  border-style: solid;
  border-width: 3px;
  border-radius: 25px;
  width: 70%;
  align-self: center;
  font-size: 16px;
  padding: 5px;
  font-family: "Inter Tight", sans-serif;
}

.leaveHeader {
  height: 20vh;
  background-image: url("../../../../../assets/images/bannerImage.jpg");
  background-color: #3c5a6b;
  background-repeat: no-repeat;
  /* background-color: #27383E; */
  /* border-bottom-start-radius: 0; */
  /* border-bottom-end-radius: 0; */
  overflow: hidden;
  background-size: cover;
  /* top: 0;
    position: absolute;
    flex-direction: column;
    width: 100%;
    height: 150px;
    margin-bottom: 5px */
}

.checkinBTNOff {
  margin-top: 10px;
  margin: 15px;
  background-color: rgb(245 104 27 / 10%);
  background-color: "#F5681D";
  /* color: #fff; */
  /* border-color: #F5681D; */
  border-style: solid;
  border-width: 0.5px;
  border-radius: 25px;
  width: 70%;
  align-self: center;
  font-size: 16px;
  padding: 5px;
  font-family: "Inter Tight", sans-serif;
}

.certBtn {
  position: absolute;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  height: 50px;
  left: 10%;
  bottom: 50px;
  border: 2px solid rgb(245 104 27);
  border-radius: 10px;
  background-color: rgb(245 104 27 / 20%);
}

.quickStartBtn {
  background: #000;
  border: none;
  border-radius: 8px;
}

.AttHistory {
  align-self: center;
  border-style: solid;
  border-color: #f5681d;
  width: 95%;
  border-width: 2px;
  /* overflow: scroll; */
  border-radius: 10px;
  background-color: #27383e;
  opacity: 0.8;
  overflow: hidden !important;
}

.AttHeader {
  align-items: center;
  border-width: 0px;
  width: 95%;
  border-bottom-color: #f5681d;
  border-style: solid;
  border-bottom-width: 0.5px;
}

.back {
  background-color: transparent;
  border: none;
}

.back > span {
  border-radius: 50px;
  border: solid #f5681d 3px;
  color: #fff;
  font-size: 15px;
  padding: 0 15px 2px;
  font-weight: 600;
  text-align: center;
  margin-top: 200px;
}

.Stores,
.Suppliers {
  height: 100%;
  width: 100%;
  justify-content: center;
  padding: 0;
  flex: 1;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.order-input {
  width: 80px;
  padding: 5px;
  text-align: center;
  border: 1px solid white;
  background: #fff;
  color: black;
  border-radius: 5px;
  border: 2px solid #f5681d;
}

.price-input {
  width: 100px;
  padding: 5px;
  text-align: center;
  border: 1px solid white;
  background: #fff;
  color: black;
  border-radius: 5px;
  border: 2px solid #1be3f5;
}

.storeHeader {
  height: 32vh;
  background-image: url("../../../../../assets/images/bannerImage.jpg");
  background-color: #3c5a6b;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
}

.suppliersHeader,
.photonoteHeader {
  /*min-height: 29vh; */
  background-image: url("../../../../../assets/images/bannerImage.jpg");
  /* background-repeat: no-repeat; */
  /* background-color: #27383E; */
  background-color: #335b6e;
  /* border-bottom-start-radius: 0; */
  /* border-bottom-end-radius: 0; */
  overflow: visible;
  background-size: cover;
  /* top: 0;
    position: absolute;
    flex-direction: column;
    width: 100%;
    height: 150px;
    margin-bottom: 5px */
  z-index: 10;
}

.gradientLayer {
  min-height: 29vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), transparent);
  width: 100%;
  place-items: center;
}

.home-welcome-header {
  overflow: hidden;
}

.home-welcome-gradient {
  min-height: 28vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.home-welcome-shell {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.home-welcome-copy {
  max-width: 420px;
  padding: 0 18px;
}

.home-welcome-title {
  margin: 0;
  font-size: clamp(28px, 5vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #f6fbff;
}

.home-welcome-subtitle {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(222, 242, 255, 0.86);
}

.storeSearch {
  text-align: center;
  width: 100%;
}

.mt-6 {
  margin-top: 16px;
}

.search {
  border: 2px rgb(243, 238, 238);
  border-style: solid;
  border-radius: 10px;
  width: 100%;
  background-color: #27383e;
  color: white;
  padding: 5px;
}

.search-wastage {
  border: 2px rgb(243, 238, 238);
  border-style: solid;
  border-radius: 10px;
  width: 100%;
  background-color: #27383e;
  color: white;
  padding: 5px;
}

.search-wastage::placeholder {
  font-size: 0.95rem;
  font-style: italic;
}

.search-wastage-inputed {
  border: 2px #f5681d;
  border-style: solid;
  border-radius: 10px;
  width: 100%;
  background-color: #27383e;
  color: white;
  padding: 5px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
}

.actualStore {
  display: flex;
  width: 95%;
  margin: 7.5px;
  min-height: 90px;
  overflow: hidden;
  padding: 2.5px;
  background-color: #2b4e5d;
  border-style: solid;
  border-color: #f5681d;
  border-radius: 15px;
  border-width: 3px;
  flex-direction: row;
}

.storeBody {
  overflow-y: scroll;
  height: 60vh;
}

.imageContainer {
  width: 40%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  background-color: #2b4e5d;
  border-style: solid;
  border-radius: 15px;
  border-width: 2px;
  border-color: #f5681d;
  overflow: hidden;
}

/* all status classes should match the inner div sizing and not add margins */

.unscheduled,
.scheduled,
.complete,
.incomplete,
.awol {
  display: flex;
  width: 36px;
  height: 36px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0;
  box-sizing: border-box;
  color: white;
}

/* colors */

.unscheduled {
  background-color: rgb(62, 180, 187);
}

.scheduled {
  background-color: rgb(245, 141, 58);
}

.complete {
  background-color: rgb(102, 193, 41);
  color: white;
}

.incomplete {
  background-color: red;
}

.awol {
  background-color: purple;
}

/* example if you have AWOL */

/* responsive: smaller circles for tiny screens */

@media (max-width: 480px) {
  .react-calendar__tile > div,
  .unscheduled,
  .scheduled,
  .complete,
  .incomplete,
  .awol {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
  }
  .react-calendar {
    font-size: 13px;
  }
}

.dateDetails {
  opacity: 1;
  border-radius: 20px;
  padding: 0;
  border-style: solid;
  border-color: #f5681d;
  border-width: 3.5px;
  max-height: 500px;
  overflow: "hidden";
  position: fixed;
  top: 30%;
  width: 90%;
  max-width: 500px;
  background-color: #2b4e5d;
}

.attendance-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  background: rgba(7, 18, 27, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.attendance-popup-shell {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attendance-popup-body {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 40px);
  margin: 0;
  padding: 0;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attendance-popup-card {
  position: relative;
  top: auto;
  width: min(92vw, 500px);
  max-height: calc(100vh - 48px);
  overflow: hidden;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.38),
    0 10px 22px rgba(0, 0, 0, 0.22);
}

.attendance-popup-card .attendaceData,
.attendance-popup-card .attendanceData {
  height: min(400px, calc(100vh - 250px));
  max-height: min(400px, calc(100vh - 250px));
}

.dateDetailsHeader {
  background-color: transparent;
  opacity: 1;
  border-radius: 20px;
  /* border-style: solid;
    border-color: #F5681D;
    border-width: 2px; */
  overflow: "hidden";
  font-weight: 800;
  font-size: larger;
}

.closeModal {
  border-style: solid;
  border-color: #f5681d;
  border-width: 2px;
  border-radius: 20px;
  margin: 100px;
}

.attendaceData,
.attendanceData {
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 400px;
}

.attendance {
  border-style: solid;
  border-color: #f5681d;
  border-width: 3px;
  border-radius: 20px;
  margin-bottom: 50px;
}

.scheduledStores {
  /* border-style: solid; */
  /* border-width: 3px; */
  /* margin-bottom: 10px; */
  border-radius: 15px;
  font-weight: 700;
  font-size: medium;
}

.rotate {
  animation: spin 2s linear reverse;
  transform-origin: center center;
  display: inline-block;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-720deg);
  }
}

.supplier {
  display: flex;
  text-align: center;
  margin-bottom: 0px;
  justify-self: center;
  /* justify-content: center;*/
  align-items: center;
  margin: 16px;
  margin-top: 0px;
  min-height: 45px;
  padding: 0px;
  background-color: rgb(245 104 27 / 20%);
  border-style: solid;
  border-color: #f5681d;
  border-radius: 15px;
  border-width: 3px;
  flex-direction: row;
  width: 80%;
}

.supplierList {
  top: calc(19vh + 62px);
  bottom: 80px;
  width: 100%;
  position: fixed;
  overflow: scroll;
}

.supplierImage {
  display: flex;
  width: 15%;
  height: 45px;
  justify-content: center;
  align-self: left;
  justify-self: left;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
}

.supplierTitle:hover {
  cursor: pointer;
  font-weight: 700;
}

.button {
  display: flex;
  font-size: 9px;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Inter Tight", sans-serif;
  margin-top: 3px;
  text-align: center;
  background-color: transparent;
  border-color: #f5681d;
  width: 20%;
  align-content: center;
  align-items: center;
  align-self: center;
  justify-content: center;
}

.bottomNav {
  display: flex;
  background-color: #0d2a3a;
  width: 100%;
  height: 80px;
  align-items: center;
  align-content: center;
  align-self: flex-end;
  justify-self: flex-end;
  bottom: 0;
  left: 0;
  position: absolute;
  /* overflow: 'scroll', */
  justify-content: center;
}

.disabled {
  color: grey !important;
}

.storeInfo {
  height: 100%;
}

.supplierDetails {
  display: flex;
  flex-direction: column;
  margin: 5px;
  background-color: #0d2a3a;
  border-style: solid;
  border-color: #4ab7bf;
  border-width: 3px;
  border-radius: 25px;
  height: 98px;
  width: 100%;
  align-self: center;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 10px;
}

.loading-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #fbfbfb;
  opacity: 0;
  animation: loading 1.5s infinite;
}

.loading-dots span:nth-child(1) {
  animation-delay: 0s;
}

.loading-dots span:nth-child(2) {
  animation-delay: 0.5s;
}

.loading-dots span:nth-child(3) {
  animation-delay: 1s;
}

@keyframes loading {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.header-animated {
  animation: slideIn 0.8s ease-out;
}

.header-animated:hover {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.supplierCard {
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
}

.supplierCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#pickingListBody {
  scroll-behavior: smooth;
}

.supplierBody {
  top: calc(25vh + 67px);
  bottom: 80px;
  width: 100%;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
}

.bordered-red {
  border: solid 3px #f43d18 !important;
}

.clear-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
  color: #999;
  font-weight: bolder;
  align-items: center;
  padding-bottom: 3px;
}

.clear-btn:hover {
  color: #000;
}

.leaveBody {
  display: flex;
  height: 80vh;
  margin-bottom: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 80px;
  flex-direction: column;
}

.increased {
  border: solid 3px #66c129 !important;
}

.rankIncrease {
  border: solid 3px #66c129 !important;
  background-color: rgba(5, 200, 5, 0.2);
}

.decreased {
  border: solid 3px #f43d18 !important;
}

.rankDecreased {
  border: solid 3px #f43d18 !important;
  background-color: rgba(200, 5, 5, 0.2);
}

.storeRank {
  text-transform: uppercase;
  border: solid 3px #f5681d;
  border-left: none;
  border-right: none;
  position: relative;
  background-color: rgb(245 104 27 / 20%);
}

.chart {
  height: 200px !important;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}

.chartz {
  /* height: 200px !important; */
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}

.chartz canvas {
  height: 280px !important;
}

.categroyChart {
  max-height: 300px;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}

canvas {
  color: white;
  width: 100% !important;
}

.skuBox {
  border-style: solid;
  border-color: #f5681d;
  background-color: #2b4e5d;
  border-width: 2px;
  padding: 1px;
  margin: 8px;
  border-radius: 10px;
  overflow: hidden;
}

.highlighted-sku {
  border-color: #3cb2b9 !important;
  background-color: #0d2a3a !important;
}

/* .tileBody {
    overflow-y: scroll;
    height: 68vh;
} */

.description {
  font-size: 20px;
  color: #fff;
  margin: 10px;
  padding-left: 10px;
  font-family: "Inter Tight", sans-serif;
  margin-right: 5px;
  margin-top: 5px;
  text-align: left;
}

.descriptionPrice {
  font-size: 20px;
  color: #fff;
  margin: 10px;
  padding-left: 10px;
  font-family: "Inter Tight", sans-serif;
  margin-right: 5px;
  margin-top: 5px;
  text-align: center;
}

.tableRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: solid #e0e0e0;
  border-bottom-width: 2px;
  width: 90%;
  align-self: center;
  margin: 5px;
}

.QueueRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: solid #f5681d;
  border-bottom-width: 1px;
  width: 90%;
  align-self: center;
  margin: 5px;
  max-height: fit-content;
}

.QueuePostBtn {
  color: #fff;

  border-style: solid;
  border-width: 3px;
  border-radius: 15px;
  margin-bottom: 12px;
  align-self: center;
  font-size: 16px;
  padding: 5px;
  font-family: "Inter Tight", sans-serif;
}

.QueuePostBtnoF {
  background-color: rgba(128, 128, 128, 0.505);
  color: #fff;
  border-color: #000000;
  border-style: solid;
  border-width: 3px;
  border-radius: 15px;
  margin-bottom: 12px;
  align-self: center;
  font-size: 16px;
  padding: 5px;
  font-family: "Inter Tight", sans-serif;
}

.input-wrapper {
  border: 2px solid #f5681d;
  border-radius: 8px;
}

.heading {
  font-size: 15px;
  color: #c0c0c0;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
  margin-top: 5px;
  text-align: left;
  width: 50%;
}

.value {
  font-size: 16;
  color: #fff;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
  margin-top: 5px;
  text-align: right;
  width: 50%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.fadeIn {
  animation-name: fadeIn;
}

.skuBox {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.skuBox:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.rich-text-override {
  color: white !important;
  background-color: transparent !important;
}

.rich-text-override * {
  /* Only override color and background, leave everything else intact */
  color: inherit !important;
  background-color: inherit !important;
  /* Explicitly avoid overriding other properties */
  /* font-family: initial !important;
  font-size: initial !important;
  margin: initial !important;
  padding: initial !important; */
  /* Add other properties you want to preserve from original */
}

.photonoteBtn {
  margin-top: 64px;
  margin-bottom: 16px;
  background-color: rgb(245 104 27 / 20%);
  color: #fff;
  border-color: #f5681d;
  text-align: center;
  padding: 10px;
}

.loaderClass {
  margin-top: 16px;
  margin-bottom: 16px;
}

.center {
  display: grid;
  place-items: center;
}

.loginTitle {
  font-weight: 520;
  font-size: x-large;
  margin-top: 16px;
  /* margin-bottom: 64px; */
}

.izon-fill .fillColor {
  fill: #f5681d;
}

.online-state {
  box-shadow: 0px 2px 2px 2px black;
  cursor: pointer;
  color: #fff;
  background: #f5681d;
}

.offline-state {
  cursor: pointer;
  background: #203944;
}

.bottomNavActive {
  border-color: #f5681d;
  border-style: solid;
  background-color: rgb(245 104 27 / 20%);
  width: 100%;
  height: 100%;
}

.photonote {
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.8), transparent);
    height: 100vh;
    width: 100%;
    margin-bottom: 73px;
    width: 100%;
    align-self: center
     */
  /* padding: 16px; */
  /* top: calc(25vh);
  bottom: 60px; */
  width: 100%;
  height: 65vh;
  /* position: fixed; */
  overflow: scroll;
}

a {
  text-decoration: none !important;
  color: white !important;
}

.photonoteHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 1;
  padding: 1;
}

.photonoteTitle {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
  margin-top: 5px;
  text-align: center;
}

.photonoteSub {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
  margin-top: 5px;
  text-align: center;
  align-self: center;
}



.photonote-create-nav {
  background-color: rgb(245 104 25 / 20%);
  border: 1px solid #f5681d;
  color: #fff;
  gap: 10px;
  height: 100%;
}

.photonote-create-nav h6 {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.cancelled {
  text-decoration: line-through;
  color: #777;
  opacity: 0.6;
}

.highlight-red {
  color: red;
  font-weight: bold;
}

.darkLayer {
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); */
  height: 100%;
  width: 100%;
}

.product {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5px;
  border-bottom: solid #f5681d 1.5px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
  margin-top: 5px;
  text-align: left;
}

.linkedSku {
  font-size: 15px;
  color: #fff;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}

.down {
  font-size: 15px;
  color: #c0c0c0;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}

.productDetail {
  display: flex;
  flex-direction: column;
  background-color: #2b4e5d;
  overflow-y: scroll;
  padding: 1px;
  /* height: 100%; */
  padding: 5px;
  /* height: 100vh; */
}

.productDetailTable {
  flex-direction: row;
  border-bottom: solid #e0e0e0 2px;
  width: 100%;
  align-self: center;
}

.productDetailKey {
  font-size: 18px;
  color: #c0c0c0;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
  margin-top: 5px;
  width: 50%;
  text-align: right;
}

.productDetailKeyDC {
  font-size: 18px;
  color: #c0c0c0;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
  margin-top: 5px;
  width: 80%;
  text-align: left;
}

.activeListingOptions {
  margin-top: 10px;
  margin: 15px;
  background-color: rgba(3, 140, 3, 0.1);
  color: #fff;
  border-color: rgb(3, 140, 3);
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  align-self: center;
  font-size: 16px;
  padding: 5px;
  font-family: "Inter Tight", sans-serif;
}

.activeListingOptionsOff {
  margin-top: 10px;
  margin: 15px;
  background-color: rgb(245 104 27 / 30%);
  color: #fff;
  border-color: #f5681d;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  width: 70%;
  align-self: center;
  font-size: 16px;
  padding: 5px;
  font-family: "Inter Tight", sans-serif;
}

.activeListingBTN {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
  margin-top: 5px;
  text-align: center;
}

.activeName {
  font-size: 15px;
  color: #fff;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
  margin-top: 5px;
  width: 100%;
}

.left {
  text-align: left;
}

.productDate {
  margin-top: 10px;
  margin: 15px;
  background-color: rgb(245 104 27 / 20%);
  color: #fff;
  border: solid #f5681d 3px;
  border-radius: 25px;
  width: fit-content;
}

.sku ::placeholder {
  color: grey;
}

.active {
  /* border: solid #F5681D 3px; */
  width: 100%;
}

.skuText {
  font-size: 9px;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Inter Tight", sans-serif;
  margin-top: 3px;
  margin-bottom: 3px !important;
  text-align: center;
}

/*  analog clock styles */

.timer {
  width: 190px;
  height: 45px;
  border-radius: 25px;
  position: relative;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: #444;
  text-align: center;
  background-color: #fff;
  border-color: #f5681d;
  border-width: 5px;
  border-style: solid;
  margin: 0 auto;
  transition-property: "border-color", "width";
  transition-duration: 5ms;
  /* transition-delay: 0.5s; */
  /* padding: 20px; */
}

.timerComplete {
  width: 190px;
  height: 45px;
  border-radius: 25px;
  position: relative;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: #444;
  text-align: center;
  background-color: #fff;
  border-color: #f43d18;
  border-width: 5px;
  border-style: solid;
  margin: 0 auto;
  transition-property: "border-color";
  transition-duration: 1s;
  /* padding: 20px; */
}

.timerComplete::before {
  width: 190px;
  height: 45px;
  border-radius: 25px;
  position: relative;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: #444;
  text-align: center;
  background-color: #fff;
  border-color: #f43d18;
  border-width: 5px;
  border-style: solid;
  margin: 0 auto;
  transition-property: "border-color";
  transition-duration: 1s;
  /* padding: 20px; */
}

.timerSection {
  width: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}

.clock {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: #444;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  /* padding: 20px; */
}

.clock::after {
  background: #aaa;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
}

.hour_hand {
  position: absolute;
  width: 6px;
  height: 50px;
  background: #222;
  top: 25%;
  left: 49%;
  transform-origin: bottom;
}

.min_hand {
  position: absolute;
  width: 4px;
  height: 70px;
  background: #444;
  top: 14%;
  left: 49.5%;
  transform-origin: bottom;
}

.sec_hand {
  position: absolute;
  width: 2px;
  height: 100px;
  background: #f43d18;
  top: 0%;
  left: 50%;
  transform-origin: bottom;
}

.clock span {
  position: absolute;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}

.twelve {
  top: 10px;
  left: 45.5%;
}

.one {
  top: 8%;
  right: 26%;
}

.eleven {
  top: 9%;
  left: 26%;
}

.two {
  top: 23%;
  right: 12%;
}

.three {
  right: 10px;
  top: 43%;
}

.four {
  right: 12%;
  top: 65%;
}

.five {
  right: 26%;
  top: 80%;
}

.six {
  bottom: 1%;
  left: 48.5%;
}

.seven {
  left: 26%;
  top: 80%;
}

.eight {
  left: 10%;
  top: 65%;
}

.nine {
  left: 10px;
  top: 43%;
}

.ten {
  top: 24%;
  left: 10%;
}

.photonoteContainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 374px;
  flex-wrap: nowrap;
  /* Prevent the items from wrapping onto a new line */
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

video {
  /* height: 320px;
  width: 350px; */
  border: 2px solid #f5681d;
  width: 100%;
  height: auto;
  /* max-width: 350px;*/
}

.photonoteStock {
  background-color: rgb(245 104 27 / 20%);
  color: #fff;
  border: solid #f5681d 3px;
  text-align: center;
  font-size: small;
  padding: 10px;
  width: fit-content;
  align-self: center;
  justify-self: center;
  border-radius: 25px;
  margin: 5px;
  white-space: nowrap;
  /* Prevent text wrapping inside the button */
}

.orderDownloadBTN {
  margin-top: 20px;
  margin-bottom: 16px;
  background-color: rgb(245 104 27 / 20%);
  color: #fff;
  border: solid #f5681d 3px;
  text-align: center;
  padding: 10px;
  width: 60%;
  align-self: center;
  justify-self: center;
  border-radius: 5px;
}

.dateData {
  margin-top: 20px;
  margin-bottom: 16px;
  background-color: rgb(245 104 27 / 20%);
  color: #fff;
  border: solid #f5681d 3px;
  text-align: center;
  padding: 10px;
  align-self: center;
  justify-self: center;
  border-radius: 25px;
}

.closeSku {
  border-style: solid;
  border-color: #f5681d;
  border-radius: 50px;
  border-width: 3px;
  color: #fff;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 2px;
  font-weight: 600;
  text-align: center;
  margin-top: 200px;
  align-self: center;
  z-index: 1000;
}

.dateDropDown {
  border-style: hidden;
  border-bottom-style: solid;
  border-color: #f5681d;
  border-bottom-width: 2px;
  width: 120px;
  background-color: rgb(245 104 27 / 20%);
  text-align: center;
}

.breakLine {
  background-color: #f5681d;
  text-align: center;
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
}

.attendanceLine {
  border-style: none;
}

@media only screen and (min-width: 426px) {
  #capture-access {
    position: absolute;
    bottom: 80px;
  }
}

.listCard {
  background-color: #0d2a3a;
  border-radius: 10px;
  border: 2px solid #f5681d;
}

.orderCardFooter {
  font-size: 20px;
  border-top: 2px solid #f5681d;
}

.orderCardLeftBorder {
  border-left: 2px solid #f5681d;
}

.PickingListButton {
  width: auto;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 20px;
  background-color: rgba(245, 104, 27, 0.2);
  border: 3px solid rgb(245, 104, 27);
  border-radius: 20px;
  color: rgb(255, 255, 255);
  margin: 10px auto;
  display: block;
  white-space: nowrap;
  text-align: center;
}

.taskCount {
  background-color: #f5671b;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  font-size: 15px;
}

.sideBarDownload {
  zoom: 0.6;
  border: solid 1px #f5681d;
  margin: 5px;
  padding: 10px;
  border-radius: 20px;
}

.isOfflineModal {
  position: absolute;
  border-radius: 20px;
  width: 200px;
  border: 2px solid #f5681d;
  background: #27383e;
  color: #fff;
  z-index: 1000;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 80vw;
  padding: 10px;
  text-align: center;
}

.isOfflineButton {
  padding: 6px;
  border-radius: 10px;
  margin: 0;
  text-align: center;
  color: #fff;
  align-self: center;
  height: 40;
  background-color: rgb(15, 68, 87);
  border: 2px solid #f5681d;
}

.bottomNavActiveStyle {
  border-color: #f5681d;
  border-style: solid;
  background-color: rgb(245 104 27 / 20%);
  width: 100%;
  height: 100%;
}

.bottomNavActiveStyle-photonote {
  background-color: rgb(245 104 25 / 20%);
  width: 100%;
  height: 100%;
  border: 1px solid #f5681d;
}

.bottomNavActiveStyle-photonote1 {
  border: 1px solid #f5681d;
  background-color: rgb(245 104 25 / 10%);
  width: 100%;
  height: 100%;
}

.item-unread {
  background-color: #2b4e5d;
  width: 100%;
  border: 2px solid green;
  border-radius: 10px;
  margin: 2px;
  height: auto;
}

.item-read {
  background-color: #2b4e5d;
  border: 2px solid green;
  border-radius: 10px;
  margin: 2px;
  height: auto;
}

.item-other {
  background-color: #2b4e5d;
  border: 2px solid #f5681d;
  border-radius: 10px;
  margin: 2px;
  height: auto;
}

.response-button {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  border-right-width: 1;
  border: 1.5px solid #f5681d;
  margin-bottom: -20px;
  border-bottom: none;
  border-right: none;
  border-left: none;
  height: 40px;
}

.select-button-bg {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1.5px solid #f5681d;
  color: #fff;
  margin-bottom: -20px;
  border-bottom: none;
  border-right: none;
  background-color: #f5681d;
}

.select-button {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1.5px solid #f5681d;
  color: #fff;
  margin-bottom: -20px;
  border-bottom: none;
  border-right: none;
  background-color: transparent;
}

.surveyBtn {
  width: 70%;
  font-size: 15px;
  font-weight: 600;
  padding: 4px;
  background-color: rgb(245 104 27 / 20%);
  border: 3px solid #f5681d;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 20px;
}

@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap");

.supplier-actions-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 16px;
  padding: 24px 18px 20px;
  width: clamp(320px, 92vw, 420px);
  margin: 0 auto;
  min-height: calc(100vh - 260px);
}

/* ── Main action buttons ── */
.action-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  width: clamp(280px, 100%, 420px);
  padding: 16px 20px;
  background-color: rgb(245 104 27 / 18%);
  border: 2.5px solid #f5681d;
  border-radius: 16px;
  cursor: pointer;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  box-shadow:
    0 2px 12px rgba(245, 104, 29, 0.15),
    0 1px 3px rgba(0, 0, 0, 0.3);
  transition:
    transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1),
    background-color 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

.action-btn-badge {
  position: absolute;
  top: -12px;
  right: 12px;
  min-width: 26px;
  height: 26px;
  padding: 0 7px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5671b;
  border: 2px solid rgba(39, 56, 62, 0.96);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(245, 103, 27, 0.28);
}
.action-btn:active {
  transform: scale(0.97);
  background-color: rgb(245 104 27 / 28%);
}
.action-btn .btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgb(245 104 27 / 20%);
  border: 1.5px solid rgba(245, 104, 29, 0.45);
}
.action-btn .btn-label {
  flex: 1;
  line-height: 1.2;
}
.action-btn .btn-sub {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 2px;
}
.action-btn .btn-arrow {
  color: #f5681d;
  font-size: 22px;
  font-weight: 300;
  opacity: 0.75;
  line-height: 1;
}

.btn-store-data.status-not-loaded,
.btn-floorwalk.status-not-loaded,
.btn-sku.status-not-loaded {
  background-color: rgba(152, 162, 179, 0.1);
  border-color: rgba(152, 162, 179, 0.65);
  box-shadow:
    0 2px 12px rgba(15, 23, 42, 0.12),
    0 1px 3px rgba(0, 0, 0, 0.22);
}
.btn-store-data.status-not-loaded:active,
.btn-floorwalk.status-not-loaded:active,
.btn-sku.status-not-loaded:active {
  background-color: rgba(152, 162, 179, 0.18);
}
.btn-store-data.status-not-loaded .btn-icon,
.btn-floorwalk.status-not-loaded .btn-icon,
.btn-sku.status-not-loaded .btn-icon {
  background: rgba(152, 162, 179, 0.14);
  border-color: rgba(152, 162, 179, 0.35);
}
.btn-store-data.status-not-loaded .btn-sub,
.btn-floorwalk.status-not-loaded .btn-sub,
.btn-sku.status-not-loaded .btn-sub {
  color: rgba(226, 232, 240, 0.65);
}
.btn-store-data.status-not-loaded .btn-arrow,
.btn-floorwalk.status-not-loaded .btn-arrow,
.btn-sku.status-not-loaded .btn-arrow {
  color: #98a2b3;
}

.btn-store-data.status-downloading,
.btn-floorwalk.status-downloading,
.btn-sku.status-downloading {
  background-color: rgba(152, 162, 179, 0.12);
  border-color: rgba(152, 162, 179, 0.72);
  box-shadow:
    0 2px 12px rgba(15, 23, 42, 0.14),
    0 1px 3px rgba(0, 0, 0, 0.22);
}
.btn-store-data.status-downloading:active,
.btn-floorwalk.status-downloading:active {
  background-color: rgba(152, 162, 179, 0.2);
}
.btn-store-data.status-downloading .btn-icon,
.btn-floorwalk.status-downloading .btn-icon {
  background: rgba(152, 162, 179, 0.16);
  border-color: rgba(152, 162, 179, 0.38);
}
.btn-store-data.status-downloading .btn-sub,
.btn-floorwalk.status-downloading .btn-sub {
  color: rgba(226, 232, 240, 0.72);
}
.btn-store-data.status-downloading .btn-arrow,
.btn-floorwalk.status-downloading .btn-arrow {
  color: #98a2b3;
}

.btn-store-data.status-downloaded,
.btn-floorwalk.status-downloaded,
.btn-sku.status-downloaded,
.btn-photo-note.status-downloaded,
.btn-tasks.status-downloaded {
  background: rgba(34, 51, 65, 0.85);
  border-color: #3ba4aa;
  /* box-shadow:
    0 8px 32px rgba(60, 178, 185, 0.25),
    0 1px 3px rgba(0, 0, 0, 0.3); */
}
.btn-store-data.status-downloaded:active,
.btn-floorwalk.status-downloaded:active,
.btn-sku.status-downloaded:active,
.btn-photo-note.status-downloaded:active,
.btn-tasks.status-downloaded:active {
  background-color: rgba(34, 51, 65, 0.94);
}
.btn-store-data.status-downloaded .btn-icon,
.btn-floorwalk.status-downloaded .btn-icon,
.btn-sku.status-downloaded .btn-icon,
.btn-photo-note.status-downloaded .btn-icon,
.btn-tasks.status-downloaded .btn-icon {
  background: rgba(59, 164, 170, 0.16);
  border-color: rgba(59, 164, 170, 0.45);
}
.btn-store-data.status-downloaded .btn-sub,
.btn-floorwalk.status-downloaded .btn-sub,
.btn-sku.status-downloaded .btn-sub,
.btn-photo-note.status-downloaded .btn-sub,
.btn-tasks.status-downloaded .btn-sub {
  color: rgba(157, 229, 233, 0.82);
}
.btn-store-data.status-downloaded .btn-arrow,
.btn-floorwalk.status-downloaded .btn-arrow,
.btn-sku.status-downloaded .btn-arrow,
.btn-photo-note.status-downloaded .btn-arrow,
.btn-tasks.status-downloaded .btn-arrow {
  color: #3ba4aa;
}

@keyframes store-data-spin {
  to {
    transform: rotate(360deg);
  }
}

.action-button-spinner {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.24);
  border-top-color: #fff;
  border-radius: 50%;
  animation: store-data-spin 0.8s linear infinite;
}

/* ── Divider ── */
.actions-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 8px;
  width: 100%;
}
.actions-divider-line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}
.actions-divider-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  white-space: nowrap;
  padding: 0 10px;
}

/* ── Bottom row: side-by-side cards ── */
.actions-bottom-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}

.actions-bottom-row .action-btn {
  flex: 1 1 clamp(140px, 45%, 220px);
  min-width: 140px;
  padding: 18px 20px;
}

.actions-bottom-row .btn-icon {
  width: 46px;
  height: 46px;
}

.home-quick-actions-shell {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  z-index: 2;
}

.home-quick-actions-row {
  max-width: 420px;
  margin: 0 auto;
  padding: 0 16px;
}

.home-quick-actions-row .action-btn {
  flex: 1;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
}

.home-quick-actions-row .btn-icon {
  width: 32px;
  height: 32px;
}

.home-quick-actions-row .btn-label {
  font-size: 13px;
}

.home-quick-actions-row .btn-sub {
  font-size: 10px;
}

.home-quick-actions-row .btn-arrow {
  display: none;
}

.btn-home-checkin {
  background-color: rgba(105, 179, 57, 0.15);
  border-color: rgb(105, 179, 57);
  box-shadow:
    0 2px 14px rgba(105, 179, 57, 0.18),
    0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-home-checkin:active {
  background-color: rgba(105, 179, 57, 0.26);
}

.btn-home-checkin .btn-icon {
  background: rgba(105, 179, 57, 0.18);
  border-color: rgba(105, 179, 57, 0.5);
}

.btn-home-checkin .btn-sub {
  color: rgba(205, 239, 180, 0.82);
}

.btn-home-schedule {
  background-color: rgba(61, 179, 186, 0.13);
  border-color: #3db3ba;
  box-shadow:
    0 2px 14px rgba(61, 179, 186, 0.18),
    0 1px 4px rgba(0, 0, 0, 0.3);
}

.btn-home-schedule:active {
  background-color: rgba(61, 179, 186, 0.23);
}

.btn-home-schedule .btn-icon {
  background: rgba(61, 179, 186, 0.2);
  border-color: rgba(61, 179, 186, 0.55);
}

.btn-home-schedule .btn-sub {
  color: rgba(170, 232, 236, 0.82);
}

.btn-home-schedule.status-not-loaded {
  background-color: rgba(152, 162, 179, 0.1);
  border-color: rgba(152, 162, 179, 0.65);
  box-shadow:
    0 2px 12px rgba(15, 23, 42, 0.12),
    0 1px 3px rgba(0, 0, 0, 0.22);
}

.btn-home-schedule.status-not-loaded:active {
  background-color: rgba(152, 162, 179, 0.18);
}

.btn-home-schedule.status-not-loaded .btn-icon {
  background: rgba(152, 162, 179, 0.14);
  border-color: rgba(152, 162, 179, 0.35);
}

.btn-home-schedule.status-not-loaded .btn-sub {
  color: rgba(226, 232, 240, 0.65);
}

.btn-home-schedule.status-not-loaded .btn-arrow {
  color: #98a2b3;
}

.btn-checkout {
  flex: 1;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  background:
    linear-gradient(
      135deg,
      rgba(232, 82, 106, 0.28) 0%,
      rgba(173, 50, 73, 0.44) 100%
    );
  border-color: #ef627a;
  box-shadow:
    0 4px 18px rgba(223, 82, 104, 0.34),
    0 1px 3px rgba(0, 0, 0, 0.3);
}
.btn-checkout:active {
  background:
    linear-gradient(
      135deg,
      rgba(232, 82, 106, 0.34) 0%,
      rgba(173, 50, 73, 0.52) 100%
    );
}
.btn-checkout .btn-icon {
  background: rgba(232, 82, 106, 0.26);
  border-color: rgba(239, 98, 122, 0.62);
  width: 32px;
  height: 32px;
}
.btn-checkout .checkout-button-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.26);
  border-top-color: #fff;
  border-radius: 50%;
  animation: store-data-spin 0.8s linear infinite;
}
.btn-checkout .btn-label {
  font-size: 13px;
}
.btn-checkout .btn-sub {
  font-size: 10px;
  color: rgba(255, 226, 231, 0.92);
}
.btn-checkout .btn-arrow {
  display: none;
}

.btn-sku {
  flex: 1;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  background-color: rgba(61, 179, 186, 0.13);
  border-color: #3db3ba;
  box-shadow:
    0 2px 14px rgba(61, 179, 186, 0.18),
    0 1px 4px rgba(0, 0, 0, 0.3);
}
.btn-sku:active {
  background-color: rgba(61, 179, 186, 0.23);
}
.btn-sku .btn-icon {
  background: rgba(61, 179, 186, 0.2);
  border-color: rgba(61, 179, 186, 0.55);
  width: 32px;
  height: 32px;
}
.btn-sku .btn-label {
  font-size: 13px;
}
.btn-sku .btn-sub {
  font-size: 10px;
  color: rgba(61, 179, 186, 0.6);
}
.btn-sku .btn-arrow {
  display: none;
}

.all-suppliers-task-modal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

.modal-backdrop.all-suppliers-task-modal-backdrop.show {
  opacity: 1;
  background: rgba(15, 23, 42, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.all-suppliers-task-modal-header {
  background: #27383e;
  color: #fff;
  border-bottom: 3px solid #e46f34;
  padding: 1rem 1.25rem;
  border-radius: 20px 20px 0 0;
}

.all-suppliers-task-modal-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.all-suppliers-task-modal-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(228, 111, 52, 0.2);
  border: 2px solid #e46f34;
}

.all-suppliers-task-modal-title {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 600;
  margin: 0;
}

.all-suppliers-task-modal-subtitle {
  color: #9aa9af;
  font-size: 0.83rem;
  margin-top: 3px;
  line-height: 1.35;
}

.all-suppliers-task-modal-body {
  background: #27383e;
  padding: 1rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 0 0 20px 20px;
}

.all-suppliers-task-option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 16px;
  border-radius: 16px;
  border: 2px solid rgba(228, 111, 52, 0.75);
  background: linear-gradient(
    135deg,
    rgba(245, 104, 29, 0.18) 0%,
    rgba(245, 104, 29, 0.1) 100%
  );
  color: #fff;
  text-align: left;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 0.16s ease,
    background 0.16s ease,
    border-color 0.16s ease;
}

.all-suppliers-task-option:hover,
.all-suppliers-task-option:focus-visible {
  transform: translateY(-1px);
  background: linear-gradient(
    135deg,
    rgba(245, 104, 29, 0.24) 0%,
    rgba(245, 104, 29, 0.14) 100%
  );
  border-color: #f7a365;
  outline: none;
}

.all-suppliers-task-option-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.all-suppliers-task-option-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.all-suppliers-task-option-title {
  font-family: "Inter Tight", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.all-suppliers-task-option-subtitle {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.35;
}

.all-suppliers-task-option-count {
  min-width: 26px;
  height: 26px;
  padding: 0 7px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5671b;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(245, 103, 27, 0.24);
}

.all-suppliers-task-option-count.is-empty {
  background: rgba(148, 163, 184, 0.22);
  color: rgba(226, 232, 240, 0.88);
  box-shadow: none;
}

.all-suppliers-task-option-arrow {
  color: #f7a365;
  font-size: 1.45rem;
  line-height: 1;
}

/* ── Staggered entrance ── */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.action-btn:nth-child(1) {
  animation: slideUp 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.04s both;
}
.action-btn:nth-child(2) {
  animation: slideUp 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
.action-btn:nth-child(3) {
  animation: slideUp 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
}
.action-btn:nth-child(4) {
  animation: slideUp 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}
.actions-divider {
  animation: slideUp 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.26s both;
}
.actions-bottom-row {
  animation: slideUp 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}
