@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;
}

.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;
}

.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;
}

.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;
}

.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;
}