@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

* {
  font-family: 'Quicksand', sans-serif !important;
}

@font-face {
  font-family: 'Code-39-Logitogo';
  src: url('resources/font/Code-39-Logitogo.ttf');
}

body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

.alertmsg {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-decoration: none;
  vertical-align: middle;
  cursor: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition-duration: 5s;
}

.alertmsg-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alertmsg-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alertmsg-show {
  animation-name: showAlert;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes showAlert {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

:root {
  --height: calc(100vh - 110px) !important;
  --height-min-670px: 350px;
  --height-670px: 510px;
  --height-900px: 610px;
  --height-1000px: 700px;
}

.edit-button {
  background-color: #b6ffcf;
  border-radius: 5px;
  border-width: 0;
  height: 40px;
  font-weight: bold;
}

.save-change-button {
  background-color: #22b44b;
  border-radius: 5px;
  border-width: 0;
  height: 40px;
  color: white;
  font-weight: bold;
}

.hbtn {
  padding-top: 8px;
  padding-bottom: 8px;
}

.hbtn:hover {
  background-color: #2a3035;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: -1px 2px 14px 10px #0000004f;
}

.hbtn:active {
  transform: translate(0.02em, 0.06em);
}

.manage-product-select-div {
  margin: 10px;
  height: var(--height);
  width: 20%;
  background-color: #b6ffcf;
  border-radius: 10px;
}

.manage-product-main-div {
  margin: 10px;
  height: var(--height);
  width: 77%;
  background-color: #b6ffcf;
  border-radius: 10px;
}

.select-div-button {
  margin-top: 25px;
  background-color: #85dea3;
  border-radius: 5px;
  border-width: 0;
  height: 40px;
  font-weight: bold;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 33.75px;
  color: #22b44b;
}

.select-div-button:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  background-color: #00c643;
  color: white;
}

.add-new-product-btn {
  background-color: #3384ed;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  border-width: 0;
  height: 34px;
  font-size: 12px;
}

.manage-product-line {
  margin-top: 10px;
  background-color: #22b44b;
  height: 2px;
  border: #22b44b;
  width: 97%;
}

.manage-product-lp-header {
  background-color: #22b44b;
  width: 98%;
  border-radius: 10px;
  margin-top: 10px;
  height: 35px;
}

.manage-product-lp-header-names {
  margin-top: 7px;
  font-weight: bold;
  color: white;
}

.load-product-area {
  overflow-y: scroll;
  overflow-x: scroll;
  height: 100vh;
}

.manage-product-load-area-pr {
  background-color: #85dea3;
  width: 100%;
  border-radius: 10px;
  margin-top: 5px;
  /* height: 45px; */
  /* overflow-x: scroll; */
}

.update-p-btn {
  background-color: #22b44b;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  border-width: 0;
  height: 30px;
  font-size: 14px;
}

.change-status-btn {
  background-color: #3384ed;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  border-width: 0;
  height: 30px;
  font-size: 14px;
}

::-webkit-scrollbar {
  background: #e8e8e8;
  width: 0;
}

::-webkit-scrollbar-thumb {
  background: #0043e8;
}

/* test php */
.bigDiv {
  border-radius: 10px;
  height: var(--height);
}

.greenBtn {
  background-color: #b6ffcf;
  color: #22b44b;
  font-size: 18px;
  border-radius: 20px;
  border: none;
  padding: 4px;
}

.stock-product-load-div {
  margin: 10px !important;
  height: var(--height);
  width: 65%;
  border-radius: 10px;
}

.product-details-div {
  margin: 10px;
  height: var(--height);
  width: 27%;
  background-color: #b6ffcf !important;
  border-radius: 10px;
}

.search-product-div {
  height: 15% !important;
  background-color: #fff !important;
  border-radius: 20px !important;
}

.load-product-d-div {
  height: 80% !important;
  background-color: #c7f8ff;
  border-radius: 20px;
  overflow-y: scroll;
  /* overflow-x: scroll; */
}

.fild {
  background-color: #c7f8ff;
  border: none;
  width: 100%;
  height: 50px;
  border-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 38px;
  font-size: 20px;
}

.fild:focus {
  outline: none;
  box-shadow: 0 0 10px 1px #7c8fd3;
  border: none;
  transition: all 0.3s;
}

.searchIcon {
  font-weight: 800;
  font-size: 18px;
  color: #3384ed;
  margin-left: -80px;
}

.stock-product-load {
  border-radius: 10px;
  width: 95% !important;
  overflow-y: scroll;
  overflow-x: hidden;
  height: var(--height-min-670px);
}

.search-text {
  width: 10%;
  margin: 2%;
  color: #3384ed;
}

.search-input {
  width: 40%;
  height: 60%;
}

.add-new-product-stock-btn {
  background-color: #22b44b;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  border-width: 0;
  height: 34px;
  font-size: 12px;
  width: 90%;
}

.p-bacode {
  width: 10%;
}

.p-product {
  width: 25%;
}

.p-qty {
  width: 17%;
}

.s-id {
  width: 5%;
}

.p-brand {
  width: 8%;
}

.p-category {
  width: 10%;
}

.p-buyP {
  width: 8%;
}

.p-sellP {
  width: 8%;
}

.landing-p-signIn-div {
  height: calc(100vh - 100px);
  margin-top: 50px !important;
  background-color: #202529;
  border-radius: 20px;
}

.landing-p-image {
  width: 350px;
  height: 200px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .manage-product-main-div {
    width: 95% !important;
    background-color: #b6ffcf;
    border-radius: 10px;
    height: auto;
  }

  .manage-product-select-div {
    width: 100% !important;
  }

  .stock-product-load-div {
    margin: 0px;
    height: var(--height);
    width: 100% !important;
    border-radius: 0px;
  }

  .product-details-div {
    margin: 5px;
    height: var(--height);
    width: 100% !important;
    background-color: #b6ffcf !important;
    border-radius: 10px;
  }

  .load-product-area {
    height: 60vh;
  }

  .header-names {
    font-size: 12px;
  }

  .update-p-btn {
    font-size: 10px;

    width: 75px;
  }

  .change-status-btn {
    width: 75px;
    font-size: 10px;
  }

  .search-product-div {
    height: 5rem !important;
    border-radius: 0px;
    width: 100%;
  }

  .search-text {
    width: 20%;
    margin: 2%;
    color: #3384ed;
  }

  /* .search-input {
    width: 94%;
    margin-top: 4%;
    height: 60%;
    padding-left: 1rem;
  } */

  .load-product-d-div {
    height: 80% !important;
    background-color: #c7f8ff;
    border-radius: 0px;

    overflow-x: auto;
    white-space: nowrap;
  }

  /* .p-bacode {
        width: 18%;
    }

    .p-product {
        width: 20%;
    }

    .p-qty {
        width: 10%;
    }

    .p-brand {
        width: 15%;
    }

    .p-buyP {
        width: 16%;
    }

    .p-sellP {
        width: 16%;
    } */

  .landing-p-signIn-div {
    height: 100vh !important;
    margin-top: 0px !important;
    background-color: #202529;
    border-radius: 20px;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    align-items: center !important;
  }

  .landing-p-image {
    width: 250px;
    height: 150px;
  }

  .landing-content-div {
    margin-top: 50% !important;
  }

  .stock-product-load {
    border-radius: 0px;
    width: 100% !important;
    overflow-y: scroll;
    overflow-x: hidden;
    height: auto;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .manage-product-main-div {
    width: 95% !important;
    background-color: #b6ffcf;
    border-radius: 10px;
  }

  .manage-product-select-div {
    width: 20%;
  }

  .stock-product-load-div {
    width: 65%;
  }

  .product-details-div {
    width: 20%;
  }

  .search-product-div {
    height: 15% !important;
  }

  .load-product-d-div {
    height: 75% !important;

    overflow-y: scroll;
    overflow-x: scroll;
  }

  .load-product-area {
    /* height: var(--height-min-670px) !important; */
    height: 60vh;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .manage-product-main-div {
    width: 95% !important;
    background-color: #b6ffcf;
    border-radius: 10px;
  }

  .manage-product-select-div {
    width: 25%;
  }

  .stock-product-load-div {
    width: 65%;
  }

  .product-details-div {
    width: 20%;
  }

  .search-product-div {
    height: 15% !important;
    margin-bottom: 5%;
  }

  .load-product-d-div {
    height: 75% !important;

    overflow-y: scroll;
    overflow-x: scroll;
  }

  .load-product-area {
    /* height: 400px; */
    height: 60vh;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .manage-product-main-div {
    width: 75% !important;
    background-color: #b6ffcf;
    border-radius: 10px;
  }

  .manage-product-select-div {
    width: 20%;
  }

  .stock-product-load-div {
    width: 75%;
  }

  .product-details-div {
    width: 20%;
  }

  .search-product-div {
    height: 18% !important;
    margin-bottom: 2%;
  }

  .load-product-d-div {
    height: 80% !important;

    overflow-y: scroll;
    overflow-x: scroll;
  }

  .load-product-area {
    height: 70vh;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .manage-product-main-div {
    width: 75% !important;
    background-color: #b6ffcf;
    border-radius: 10px;
  }

  .manage-product-select-div {
    width: 20%;
  }

  .stock-product-load-div {
    width: 75%;
  }

  .product-details-div {
    width: 20%;
  }

  .search-product-div {
    height: 18% !important;
    margin-bottom: 2%;
  }

  .load-product-d-div {
    height: 72% !important;

    overflow-x: auto;
    white-space: nowrap;
  }

  .load-product-area {
    height: var(--height-min-670px);
  }
}

@media only screen and (min-height: 670px) {
  @media only screen and (min-width: 1200px) {
    .load-product-area {
      height: var(--height-670px) !important;
    }

    .stock-product-load {
      height: var(--height-670px) !important;
    }
  }
}

@media only screen and (min-height: 900px) {
  @media only screen and (min-width: 1200px) {
    .load-product-area {
      height: var(--height-900px) !important;
    }

    .stock-product-load {
      height: var(--height-900px) !important;
    }
  }
}

@media only screen and (min-height: 1000px) {
  @media only screen and (min-width: 1200px) {
    .load-product-area {
      /* height: var(--height-1000px) !important; */
      height: 60vh;
    }

    .stock-product-load {
      height: var(--height-1000px) !important;
    }
  }
}

.hbtn {
  padding-top: 8px;
  padding-bottom: 8px;
}

.hbtn:hover {
  background-color: #2a3035;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: -1px 2px 14px 10px #0000004f;
}

.hbtn:active {
  transform: translate(0.04em, 0.08em);
}

.hdiv {
  background-color: #b6ffcf;
  margin: 1%;
  height: 5.2rem;
  width: 98%;
  border-radius: 10px;
}

.leftDiv {
  background-color: #b6ffcf;
  height: calc(100vh - 13.4rem);
  width: 24%;
  border-radius: 10px;
  margin-left: 1%;
  margin-bottom: 1%;
  margin-right: 1%;
}

.middleDiv {
  background-color: #b6ffcf;
  height: calc(100vh - 13.4rem);
  width: 16%;
  border-radius: 10px;
  margin-bottom: 1%;
  margin-right: 1%;
}

.middleDivInner {
  height: calc(100vh - 15rem);
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1%;
  margin-right: 1%;
}

.rightDiv {
  /* background-color: #39e95f; */
  height: calc(100vh - 13.4rem);
  width: 56%;
  border-radius: 10px;
  margin-right: 1%;
  margin-bottom: 1%;
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
  justify-content: flex-end;
}

.rightDivTop {
  background-color: #c7f8ff;
  height: calc(100vh - 20rem);
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1%;
}

.rightDivBottom {
  background-color: #c7f8ff;
  height: 6rem;
  width: 100%;
  border-radius: 10px;
}

.leftTextBold {
  color: #000;
  font-size: 14px;
  /* font-weight: 700; */
}

.darkblueDivText {
  color: white;
  font-size: 15px;
}

.lightblueDivText {
  color: rgb(0, 0, 0);
  font-size: 14px;
}

.darkblueHeaderDiv {
  background-color: #3384ed;
  border-radius: 15px;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 1%;
}

.lightbluerDiv {
  background-color: #7eddff;
  border-radius: 15px;
  width: 100%;
  margin-top: 1%;
}

::-webkit-scrollbar {
  background: #e8e8e8;
  width: 0;
}

::-webkit-scrollbar-thumb {
  background: #0043e8;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .anpGrennDiv {
    background-color: #b6ffcf;
    border-radius: 15px;
    width: 98%;
    margin: 1%;
    /* height: calc(100vh - 120px); */
  }

  .upBlueDiv {
    background-color: #c7f8ff;
    border-radius: 15px;
    width: 98%;
    margin: 1%;
    /* height: calc(100vh - 120px); */
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .anpGrennDiv {
    background-color: #b6ffcf;
    border-radius: 15px;
    width: 98%;
    margin: 1%;
    /* height: calc(100vh - 120px); */
  }

  .upBlueDiv {
    background-color: #c7f8ff;
    border-radius: 15px;
    width: 98%;
    margin: 1%;
    /* height: calc(100vh - 120px); */
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .anpGrennDiv {
    background-color: #b6ffcf;
    border-radius: 15px;
    width: 98%;
    margin: 1%;
    height: calc(100vh - 10px);
  }

  .upBlueDiv {
    background-color: #c7f8ff;
    border-radius: 15px;
    width: 98%;
    margin: 1%;
    height: calc(100vh - 120px);
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .anpGrennDiv {
    background-color: #b6ffcf;
    border-radius: 15px;
    width: 98%;
    margin: 1%;
    height: calc(100vh - 10px);
  }

  .upBlueDiv {
    background-color: #c7f8ff;
    border-radius: 15px;
    width: 98%;
    margin: 1%;
    height: calc(100vh - 120px);
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .anpGrennDiv {
    background-color: #b6ffcf;
    border-radius: 15px;
    width: 98%;
    margin: 1%;
    height: calc(100vh - 10px);
  }

  .upBlueDiv {
    background-color: #c7f8ff;
    border-radius: 15px;
    width: 98%;
    margin: 1%;
    height: calc(100vh - 120px);
  }
}

.anphr {
  width: 98%;
  margin-left: 1%;
  height: 2px;
  background-color: #22b44b;
}

.anpTextInside {
  font-size: 18px;
  font-weight: 500;
}

.addToGRNbtn {
  color: white;
  background-color: #00c643;
  font-size: 18px;
  width: 95%;
  border: none;
  border-radius: 8px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-top: 1%;
}

/* 
.table-of-employ {
    height: calc(100vh - 13rem);
    margin-left: -0.7rem;

}

.table-of-employ-colam {
    height: 3.5rem;
}


.greenBtn {
    background-color: #B6FFCF;
    color: #22B44B;
    font-size: 18px;
    border-radius: 20px;
    border: none;
    padding: 4px;
}

::-webkit-scrollbar {
    background: #e8e8e8;
    width: 0;
}

::-webkit-scrollbar-thumb {
    background: #0043e8;
}

.allready-select-btn {
    background-color: #3384ED;
    color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 2px 6px 6px 0px rgba(0, 0, 0, 0.42);
    padding: 10px;
    font-size: 18px;
    border: none;
    font-weight: bold;
}

.not-select-btn {
    background-color: #7EDDFF;
    color: #3384ED;
    border-radius: 15px;
    padding: 10px;
    font-size: 18px;
    border: none;
    font-weight: bold;
    margin-top: 23px;
}

/* Extra small devices (phones, 600px and down) */
/* @media only screen and (max-width: 600px) {
    .preview-img {
        width: 50px;
        height: 50px;
    }

    .green-space {
        width: 58%;
        margin-left: 60px;
        margin-right: 40px;
    }

    .blue-div {
        width: 92%;
    }

    .bigDiv {
        border-radius: 10px;
        margin-bottom: 1rem;
    }
} */

/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (min-width: 600px) {

    .preview-img {
        width: 50px;
        height: 50px;
        margin-top: 80px;
    }

    .green-space {
        width: 58%;
        margin-left: 60px;
        margin-right: 40px;
    }

    .blue-div {
        width: 20rem;
    }

    .bigDiv {
        border-radius: 10px;
        margin-bottom: 1rem;
    }
} */

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) {
    .blue-div-hight {
        height: calc(100vh - 100px);
    }

    .green-div { */
/* height: 100px; */
/* width: 55.732%;
    }

    .preview-img {
        width: 60px;
        height: 60px;
    }
} */

/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width: 992px) {
    .blue-div {
        width: 25%;
    }

    .blue-div-hight {
        height: calc(100vh - 100px);
    }

    .green-div {
        width: 66%;
    }

    .preview-img {
        width: 80px;
        height: 80px;
        margin-top: 110px;
    }

    .green-space {
        width: 70%;
        margin-left: 50px;
        margin-right: 40px;
    }

    .green-height {
        width: 30%;
    }

    .green-div-text {
        font-size: 12px;
    }

    .black-btn {
        width: 90%;
    }
} */

/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1200px) {
    .blue-div {
        width: 24%;
    }

    .blue-div-hight {
        height: calc(100vh - 100px);
    }

    .green-div {
        width: 70%;
    }

    .preview-img {
        width: 100px;
        height: 100px;
        margin-top: 70px;
    }

    .green-space {
        width: 74%;
    }

    .green-height {
        width: 32%;
    }

    .green-div-text {
        font-size: 19px;
    }

    .red-div { */
/* height: 100px; */
/* width: 20%;
    }

    .bigDiv {
        border-radius: 10px;
        height: calc(100vh - 8rem);
    }

    .black-btn {
        width: 70%;
    } */
/* }  */

.category-hover:hover {
  cursor: pointer;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
  background-color: #3384ed !important;
  color: white !important;
  border-radius: 7px 0px 0px 7px;
}

/* admin reports css start */
.arInLeftBlueDiv {
  width: 25%;
  margin: 1%;
  background-color: #c7f8ff;
  height: 28rem;
  border-radius: 10px;
}

.arInRightTopDiv {
  background-color: #b6ffcf;
  padding-top: 1%;
  padding-bottom: 1%;
  border-radius: 10px;
}

.arInRightBottomDiv {
  background-color: #b6ffcf;
  border-radius: 10px;
  margin-top: 1%;
  height: calc(100vh - 15.8rem);
}

.arInButtonBlue {
  border-radius: 10px;
  font-size: 18px;
  font-weight: 650;
  padding-top: 3%;
  padding-bottom: 3%;
}

.arInButtonBlue:hover {
  background-color: #3384ed;
  color: white;
  box-shadow: 0 0 8px 3px #16078a4f;
  cursor: pointer;
  transition: 300ms;
}

.arInButtonBlue:active {
  transform: translate(0.04em, 0.08em);
}

.dateInputs {
  background-color: white;
  border-radius: 5px;
  margin-left: 1%;
  margin-right: 1%;
  font-size: 18px;
  font-weight: 500;
}

.arInGreenDivHeader {
  background-color: #22b44b;
  border-radius: 10px;
  padding-top: 1%;
  padding-bottom: 1%;
  width: 98%;
  margin: 1%;
  overflow-x: scroll;
}

.arInGreenDivHeaderPdf {
  background-color: #4f7d5c;
  border-radius: 10px;
  padding-top: 1%;
  padding-bottom: 1%;
  width: 98%;
  margin: 1%;
}

.arInAshDivDetails {
  background-color: #878787;
  border-radius: 10px;
  padding-top: 1%;
  padding-bottom: 1%;
  width: 98%;
  margin-bottom: 1%;
  margin-left: 1%;
  margin-right: 1%;
}

.arInAshDivDetailsPdf {
  border-radius: 10px;
  padding-top: 1%;
  padding-bottom: 1%;
  width: 98%;
  /* margin-bottom: 1%; */
  margin-left: 1%;
  margin-right: 1%;
}

.arInLightGreenDivDetails {
  background-color: #85dea3;
  border-radius: 10px;
  padding-top: 1%;
  padding-bottom: 1%;
  width: 98%;
  margin-bottom: 1%;
  margin-left: 1%;
  margin-right: 1%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .arInLeftBlueDiv {
    display: none;
  }

  .arInRightDiv {
    width: 98%;
    margin: 1%;
  }

  .arInTextRightDiv {
    color: white;
    font-size: 14px;
    font-weight: 500;
  }

  .arTopItemsTextRightDiv {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 500;
  }

  .removalItemsRedDivRight {
    background-color: #ffd4d4;
    width: 98%;
    /* height: calc(100vh - 4rem); */
    margin: 1%;
    border-radius: 10px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .arInLeftBlueDiv {
    display: none;
  }

  .arInRightDiv {
    width: 98%;
    margin: 1%;
  }

  .arInTextRightDiv {
    color: white;
    font-size: 14px;
    font-weight: 500;
  }

  .removalItemsRedDivRight {
    background-color: #ffd4d4;
    width: 98%;
    /* height: calc(100vh - 7.7rem); */
    margin: 1%;
    border-radius: 10px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .arInLeftBlueDiv {
    display: block;
  }

  .arInRightDiv {
    width: 71%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 1%;
    height: calc(100vh - 7.7rem);
  }

  .arInTextRightDiv {
    color: white;
    font-size: 18px;
    font-weight: 600;
  }

  .removalItemsRedDivRight {
    background-color: #ffd4d4;
    width: 71%;
    height: calc(100vh - 7.7rem);
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 1%;
    border-radius: 10px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .arInLeftBlueDiv {
    display: block;
  }

  .arInRightDiv {
    width: 71%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 1%;
    height: calc(100vh - 7.7rem);
  }

  .arInTextRightDiv {
    color: white;
    font-size: 18px;
    font-weight: 600;
  }

  .removalItemsRedDivRight {
    background-color: #ffd4d4;
    width: 71%;
    height: calc(100vh - 7.7rem);
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 1%;
    border-radius: 10px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .arInLeftBlueDiv {
    display: block;
  }

  .arInRightDiv {
    width: 71%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 1%;
    height: calc(100vh - 8.7rem);
  }

  .arInTextRightDiv {
    color: white;
    font-size: 18px;
    font-weight: 600;
  }

  .removalItemsRedDivRight {
    background-color: #ffd4d4;
    width: 71%;
    height: calc(100vh - 7.7rem);
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 1%;
    border-radius: 10px;
  }
}

/* admin reports css end */

.removalItemsRedDivHeader {
  background-color: #ed3333;
  border-radius: 10px;
  padding-top: 1%;
  padding-bottom: 1%;
  width: 98%;
  margin: 1%;
}

.removalItemsRedDivDetails {
  background-color: #dfa8a8;
  border-radius: 10px;
  padding-top: 1%;
  padding-bottom: 1%;
  width: 98%;
  margin-bottom: 1%;
  margin-left: 1%;
  margin-right: 1%;
}

/* admin reports css end */

.table-of-employ {
  height: calc(100vh - 13rem);
  margin-left: -0.7rem;
}

.table-of-top-employ {
  height: calc(100vh - 13rem);
  margin-left: -0.7rem;
}

.down-blue-div {
  height: calc(100vh - 32rem);
  margin-left: -0.7rem;
}

.table-of-employ-colam {
  height: auto;
}

.greenBtn {
  background-color: #b6ffcf;
  color: #22b44b;
  font-size: 18px;
  border-radius: 20px;
  border: none;
  padding: 4px;
}

::-webkit-scrollbar {
  background: #e8e8e800;
  width: 0;
}

::-webkit-scrollbar-thumb {
  background: #0042e800;
}

.allready-select-btn {
  background-color: #3384ed;
  color: white;
  box-shadow: 0 0 8px 3px #16078a4f;
  cursor: pointer;
  transition: 300ms;
}

.not-select-btn {
  background-color: #7eddff;
  color: #3384ed;
}

.already-btn-prop {
  border-radius: 15px;
  padding: 10px;
  font-size: 18px;
  border: none;
  font-weight: bold;
  margin-top: 23px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .preview-img {
    width: 50px;
    height: 50px;
  }

  .green-space {
    width: 58%;
    margin-left: 60px;
    margin-right: 40px;
  }

  .blue-div {
    width: 92%;
  }

  .bigDiv {
    border-radius: 10px;
    margin-bottom: 1rem;
  }

  .table-of-employ {
    overflow-y: scroll;
    overflow-x: scroll;
    /* width: 1000px; */
  }

  .table-of-employ-colam {
    width: 1600px;
  }

  .admin-hr {
    margin-bottom: 2%;
    margin-top: -2%;
  }

  .serach-employ-bar {
    margin-top: -6%;
    margin-bottom: 3%;
  }

  .bottom-text {
    height: calc(100vh - 50rem);
    display: flex;
    align-items: flex-end;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .preview-img {
    width: 50px;
    height: 50px;
    margin-top: 80px;
  }

  .green-space {
    width: 58%;
    margin-left: 60px;
    margin-right: 40px;
  }

  .blue-div {
    width: 20rem;
  }

  .bigDiv {
    border-radius: 10px;
    margin-bottom: 1rem;
  }

  .table-of-employ {
    overflow-y: scroll;
    overflow-x: scroll;
    /* width: 1000px; */
  }

  .table-of-employ-colam {
    width: 1600px;
  }

  .admin-hr {
    margin-bottom: 0.5%;
    margin-top: -1%;
  }

  .bottom-text {
    height: calc(100vh - 50rem);
    display: flex;
    align-items: flex-end;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .blue-div-hight {
    height: calc(100vh - 100px);
  }

  .green-div {
    /* height: 100px; */
    width: 55.732%;
  }

  .preview-img {
    width: 60px;
    height: 60px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .blue-div {
    width: 25%;
  }

  .blue-div-hight {
    height: calc(100vh - 100px);
  }

  .green-div {
    width: 66%;
  }

  .preview-img {
    width: 80px;
    height: 80px;
    margin-top: 110px;
  }

  .green-space {
    width: 70%;
    margin-left: 50px;
    margin-right: 40px;
  }

  .green-height {
    width: 30%;
  }

  .green-div-text {
    font-size: 12px;
  }

  .black-btn {
    width: 80%;
  }

  .admin-hr {
    margin-bottom: 0.5%;
    margin-top: 1%;
  }

  .bottom-text {
    height: calc(100vh - 42rem);
    display: flex;
    align-items: flex-end;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .blue-div {
    width: 24%;
  }

  .blue-div-hight {
    height: calc(100vh - 100px);
  }

  .green-div {
    /* height: 100px; */
    /* width: 69.1%; */
    width: 70%;
  }

  .preview-img {
    width: 100px;
    height: 100px;
    margin-top: 70px;
  }

  .green-space {
    width: 74%;
  }

  .green-height {
    width: 32%;
  }

  .green-div-text {
    font-size: 19px;
  }

  .red-div {
    /* height: 100px; */
    width: 20%;
  }

  .bigDiv {
    border-radius: 10px;
    height: calc(100vh - 8rem);
  }

  .black-btn {
    width: 60%;
  }

  .table-of-employ-colam {
    width: 100%;
  }

  .admin-hr {
    margin-bottom: 0.5%;
    margin-top: 1%;
  }

  .bottom-text {
    height: calc(100vh - 42rem);
    display: flex;
    align-items: flex-end;
  }
}

/* Dashboad style */

.preview-button:hover {
  cursor: pointer;
}

.preview-button {
  width: 80%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .green-admin-divs {
    width: 100%;
    /* margin-right: 3%; */
    background-color: #22b44b;
    margin-bottom: 3%;
  }

  .addmin-green-div {
    height: calc(100vh - 541px);
    overflow-y: scroll;
  }

  .preview-button {
    display: none;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .green-admin-divs {
    width: 100%;
    /* margin-right: 3%; */
    background-color: #22b44b;
    margin-bottom: 3%;
  }

  .preview-button {
    display: none;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .blue-dashboard-div {
    height: calc(100vh - 20px);
  }

  .red-cashier-div {
    width: 95%;
    height: calc(100vh / 2.3);
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .blue-dashboard-div {
    height: calc(100vh - 30px);
  }

  .addmin-green-div {
    width: 109%;
  }

  .preview-button {
    display: block;
  }

  .green-admin-divs {
    width: 28%;
    /* margin-right: 3%; */
    background-color: #22b44b;
  }

  .preview-button {
    margin-top: 200%;
  }

  .red-addmin-div {
    height: calc(100vh - 407px);
    width: 110%;
  }

  .red-cashier-div {
    width: 110%;
    height: calc(100vh / 2.3);
  }

  .red-scrol-bar {
    height: calc(100vh - 485px);
    overflow-y: scroll;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .blue-dashboard-div {
    height: calc(100vh - 115px);
  }

  .green-admin-divs {
    width: 29.45%;
    /* margin-right: 3%; */
    background-color: #22b44b;
  }

  .addmin-green-div {
    width: 110%;
  }

  .preview-button {
    margin-top: 130%;
  }

  .red-addmin-div {
    height: calc(100vh - 476px);
    width: 110%;
  }

  .red-cashier-div {
    width: 110%;
    height: calc(100vh / 2.3);
  }

  .red-scrol-bar {
    height: calc(100vh - 650px);
    overflow-y: scroll;
  }
}

/* Dashboad style */

/* cashier panel */
.firstBlueDiv {
  background-color: #c5e2e6;
  width: 98%;
  height: 12rem;
  margin-left: 1%;
  margin-bottom: 16px;
  border-radius: 10px;
}

.fontNormal {
  font-size: 18px;
}

.font24 {
  font-size: 24px;
}

.bottomBigDiv {
  margin-left: 1%;
  width: 98.8%;
  height: calc(100vh - 19rem);
}

.bottonmDivs {
  height: calc(100vh - 15.2rem);
}

.leftBlueDiv {
  background: #c5e2e6;
  width: 98%;
  margin: 1%;
  border-radius: 10px;
}

.darkblueButton {
  width: 98%;
  margin: 1%;
  background: #3384ed;
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.8);
  padding: 6px;
  border-radius: 10px;
}

.lightblueButton {
  width: 98%;
  margin: 1%;
  background: #7eddff;
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.8);
  padding: 8px;
  border-radius: 10px;
}

.righttopDiv {
  background-color: #c5e2e6;
  height: calc(100vh - 26rem);
  border-radius: 10px;
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
}

.blueHeader {
  background-color: #3384ed;
  border-radius: 10px;
  margin-top: 1%;
  margin-right: 1%;
  margin-left: 1%;
  width: 98%;
  padding: 6px;
}

.whiteDivDetails {
  background-color: #f9fffb;
  border-radius: 10px;
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
  padding: 6px;
}

.invoiceItemRemoveIcon {
  color: #ED3333;
  font-size: 20px;
}

.invoiceItemRemoveIcon:hover {
  cursor: pointer;
}

.rightbottomDiv {
  background-color: #b6ffcf;
  height: 10rem;
  border-radius: 10px;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 1%;
  width: 98%;
}

.darkblueButton:hover {
  background-color: #3384ed;
  color: white;
  box-shadow: 0 0 8px 3px #16078a4f;
  cursor: pointer;
  transition: 300ms;
}

.darkblueButton:active {
  transform: translate(0.04em, 0.08em);
}

.lightblueButton:hover {
  color: white;
  box-shadow: 0 0 8px 3px #16078a4f;
  cursor: pointer;
  transition: 300ms;
}

.lightblueButton:active {
  transform: translate(0.04em, 0.08em);
}

/* cashier panel */

/* GRN View styles start */
.grnViewHeaderDiv {
  background-color: #b6ffcf;
  margin: 1%;
  height: 8rem;
  width: 98%;
  border-radius: 10px;
}

/* cashier stock panel */

.mainDiv {
  /* height: 100vh; */
}

.leftBlackDiv {
  background-color: #000;
  margin-top: 0.5em;
  height: calc(88vh - 1rem);
}

.CSPRightTopDiv {
  background: #b6ffcf;
  height: 12rem;
  width: 98%;
  margin: 1%;
  border-radius: 10px;
}

.CSPRightBottomDiv {
  background: #b6ffcf;
  height: calc(100vh - 14.5rem);
  width: 98%;
  margin-bottom: 1%;
  margin-right: 1%;
  margin-left: 1%;
  border-radius: 10px;
}

.greenHeader {
  background-color: #00c643;
  border-radius: 10px;
  margin-top: 1%;
  margin-right: 1%;
  margin-left: 1%;
  width: 98%;
  padding: 8px;
}

.greenDivDetails {
  background-color: #85dea3;
  border-radius: 10px;
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
  padding: 8px;
}

/* cashier stock panel */

/* cashier return panel */
.crpUpdateButton {
  border-radius: 10px;
  color: white;
  background: #22b44b;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  font-size: 15px;
  padding-top: 2%;
  padding-bottom: 2%;
}

.crpRemoveButton {
  border-radius: 10px;
  color: white;
  background: #ed3333;
  width: 45%;
  margin-left: 2%;
  margin-right: 2%;
  font-size: 15px;
  padding-top: 2%;
  padding-bottom: 2%;
}

.crpRemoveButton:hover {
  box-shadow: 0 0 8px 3px #8a07074f;
  cursor: pointer;
  transition: 300ms;
}

.crpRemoveButton:active {
  transform: translate(0.04em, 0.08em);
}

.crpRightbottomDiv {
  background-color: #ffffff;
  height: 10rem;
  border-radius: 10px;
  margin-top: 1%;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.crpUpdateButton:hover {
  box-shadow: 0 0 8px 3px rgba(7, 138, 51, 0.474);
  cursor: pointer;
  transition: 300ms;
}

.crpUpdateButton:active {
  transform: translate(0.04em, 0.08em);
}

.CRPRightTopDiv {
  background: #b6ffcf;
  height: 6.5rem;
  width: 98%;
  margin: 1%;
  border-radius: 10px;
}

.CRPRightBottomDiv {
  background: #b6ffcf;
  height: calc(88vh - 9.5rem);
  width: 98%;
  margin-bottom: 1%;
  margin-right: 1%;
  margin-left: 1%;
  border-radius: 10px;
  position: relative;
}

/* cashier return panel */