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

body,
* {
  font-family: "Titillium Web", sans-serif !important;
}
body {
  background-color: #ffffff;
}
.login-container {
  background-color: #000000;
  width: 100%;
  height: 100vh;
}
.ipad-add-icon {
  position: fixed;
  bottom: 50px;
  right: 50px;
}
.form-wizard .steps li.active {
  pointer-events: none;
}
@media screen and (min-width: 820px) {
  body {
    background-color: #b3b3b3;
  }
  .main-container {
    background-color: #ffffff;
    max-width: 820px;
    margin: 0 auto;
    border: 0px 0px 10px #b1b1b1;
    height: 100vh;
  }
}
@media (width: 820px) {
  body {
    background-color: #ffffff;
  }
  .main-container {
    height: 100%;
  }
}
.distinct-logos {
  max-width: 200px;
}
.login-h3 {
  font-weight: 700;
  font-size: 22px;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 40px;
}
.login-form {
  padding: 0 30px;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 80px;
}
.form-control {
  background-color: #f7f7f7;
  background-clip: padding-box;
  border: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  padding: 12px;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  border-color: #80bdff;
  background-color: #f7f7f7;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}

.dataTables_paginate {
  position: fixed;
  max-width: 820px;
  width: 100%;
  bottom: 0;
  background: rgb(255, 255, 255);
  padding-top: 14px !important;
  height: 55px;
  box-shadow: 0 0 15px #cdcdcd !important;
}

table {
  margin-bottom: 50px !important;
}

.form-control.form-control-login {
  background-color: #ffffff;
  /* margin-bottom: 15px; */
}
.btn-lgnsub {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 50px;
  padding: 10px;
  margin-top: 20px;
  font-weight: 700;
}

.btn.disabled {
  opacity: 0.40 !important;
}

/* farmer -list */
.offcanvas-start {
  width: 320px;
}
.formerlist-div1but {
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 50px;
}
.formerlist-div1but a {
  color: #ffffff;
  text-decoration: none;
}
.do-searchicon {
  max-width: 30px;
  float: right;
  margin-right: 24px;
}
.formerlist-div1 {
  position: fixed;
  width: 100%;
  background: #ffffff;
  padding: 10px;
  z-index: 9;
  top: 0;
  margin-left: -15px;
  box-shadow: 0 3px 6px #00000016;
}
.formerlist-div2 {
  margin-top: 50px;
}
.formerlist-container {
  padding: 15px;
  margin-bottom: 31px;
}
.farmer-card {
  background-color: #f7f7f7;
  padding: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 7px;
}
.farmer-card-h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.farmer-card-p {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
}
.farmer-card-h3 {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 0;
}
.farmer-card-p1 {
  font-size: 11px;
  color: #727272;
  font-weight: 400;
  /* line-height: 0px; */
  margin-bottom: 0;
}
.farmer-card-row2 {
  margin-top: 25px;
  text-align: center;
}
.farmer-card-h3 span {
  font-size: 13px;
  color: #727272;
  font-weight: 400;
  /* line-height: 0px; */
}
.card-verify {
  max-width: 24px;
}
.card-verifyspan {
  font-size: 12px;
  color: #000000;
  font-weight: 700;
}
.card-verifyp {
  line-height: 0;
}
.login-form .form-control {
  border-radius: 2px;
}
.farmer-card-row2col {
  padding-left: 5px;
  padding-right: 5px;
}
.farmer-card-vp {
  border: 1px solid #000000;
  padding: 6px 10px;
  color: #000000;
  font-size: 12px;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 0;
}
.farmer-card-vp a {
  color: #000000;
  text-decoration: none;
}
.farmer-card-media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.farmer-card-media-body {
  -ms-flex: 1;
  flex: 1;
}
.farmer-card-h4 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
  position: relative;
  margin-right: 24px;
}
.farmer-card-h4:after {
  content: "";
  width: 24px;
  height: 25px;
  background-image: url("../img/verified.png");
  top: 0px;
  right: 0px;
  position: absolute;
  display: inline-block;
  margin-right: -26px;
}
.farmer-card-h4a {
  color: #727272;
  font-size: 12px;
  margin-bottom: 0;
}
.farmer-cardimg {
  width: 60px;
  margin-right: 15px;
  height: 60px;
  object-fit: cover;
}
.formerlist-div1img {
  max-width: 16px;
  max-height: 16px;
  margin-top: -3px;
}
.formerlist-div1p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.formerlist-div1p span {
  color: #939393;
  font-size: 14px;
  font-weight: 400;
}
/* form - steps */
.form-wizard {
  position: relative;
  display: table;
  margin: 0 auto;
  max-width: 540px;
}

.steps {
  margin: 10px 0;
  overflow: hidden;
}
.steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps ul li {
  float: left;
  color: #000000;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0;
  -moz-transition: all 0.4s ease-in-out 0;
  -ms-transition: all 0.4s ease-in-out 0;
  -otransition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  font-size: 12px;
}
.steps ul li:hover span,
.steps ul li.active span {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
.steps ul li:hover span {
  color: #e7e7e7;
  border: 1px solid #e7e7e7;
  background-color: #e7e7e7;
}
.steps ul li.active {
  color: #000000;
}
.steps ul li:hover::after,
.steps ul li.active::after {
  background: #f8f8ee;
  width: 100%;
  height: 5px;
}
.steps ul li::before,
.steps ul li::after {
  content: "";
  position: absolute;
  left: -50%;
  top: 14px;
  width: 100%;
  height: 5px;
  background: #f8f8ee;
  -webkit-transition: all 0.4s ease-in-out 0;
  -moz-transition: all 0.4s ease-in-out 0;
  -ms-transition: all 0.4s ease-in-out 0;
  -otransition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -otransform: translateY(-50%);
  transform: translateY(-50%);
}
.steps ul li::after {
  width: 0;
}
.steps ul li span {
  display: block;
  margin: 0 auto 8px;
  width: 26px;
  height: 26px;
  text-align: center;
  background: #e7e7e7;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #e7e7e7;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0;
  -moz-transition: all 0.4s ease-in-out 0;
  -ms-transition: all 0.4s ease-in-out 0;
  -otransition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -oborder-radius: 52px;
  border-radius: 52px;
}
.steps ul li:first-child::before,
.steps ul li:first-child::after {
  display: none;
}

.form-wizard-tick {
  width: 10px;
}
.former-personalh3 {
  color: #272727;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 18px;
  margin-top: 15px;
}
.form-control.form-control1 {
  background-color: #ffffff;
  border: 1px solid #272727;
  padding: 5px;
  margin-bottom: 10px;
}
.form-control.form-control12 {
  background-color: #ffffff;
  border: 1px solid #272727;
  padding: 5px;
  margin-bottom: 0px;
}
.form-label1 {
  margin-bottom: 0.3rem;
  color: #636363;
  font-size: 14px;
}
.form-row {
  margin-bottom: 15px;
}
.form-rowbut {
  margin-top: 40px;
}
.req-otp-but {
  font-weight: 700;
  padding: 10px 50px;
}
.req-otp-butp {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
.but-bold {
  font-weight: 700;
}
.former-confdiv {
  height: 90vh;
}

.animation-ctn {
  text-align: center;
}
.form-label {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
}
@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 100px;
  }

  100% {
    stroke-dashoffset: 200px;
  }
}

@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 100px;
  }

  100% {
    stroke-dashoffset: 200px;
  }
}

@keyframes checkmark {
  0% {
    stroke-dashoffset: 100px;
  }

  100% {
    stroke-dashoffset: 0px;
  }
}

@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 480px;
  }

  100% {
    stroke-dashoffset: 960px;
  }
}

@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }

  100% {
    stroke-dashoffset: 480px;
  }
}

@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 480px;
  }

  100% {
    stroke-dashoffset: 960px;
  }
}

@keyframes colored-circle {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

/* other styles */
/* .svg svg {
      display: none
  }
   */
.inlinesvg .svg svg {
  display: inline;
}

/* .svg img {
      display: none
  } */
.icon--order-success svg polyline {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}
.icon--order-success svg circle#colored {
  -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
  animation: colored-circle 0.6s ease-in-out 0.7s backwards;
}
.former-confdivp2 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.6px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}
.former-confdivp3 {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.6px;
}
.former-confdiv2 {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  bottom: 0;
}
.former-confdiv2but {
  padding: 10px 50px;
}
#farm-detailsdiv,
#bank-detailsdiv {
  display: none;
}

.purchaselist-card {
  background-color: #f7f7f7;
  padding: 12px;
  margin-top: 0;
  margin-bottom: 26px;
  border-radius: 10px;
  border-top-left-radius: 0;
}
.purchaselist-card-row2 {
  margin-top: 25px;
  text-align: center;
}
.purchaselist-card-row2col1,
.purchaselist-card-row2col2 {
  border-right: 1px solid #bbbbbb;
}
.purchaselist-card-p1 {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 3px;
}
.purchaselist-card-h3 {
  font-size: 20px;
  font-weight: 700;
}
.purchaselist-card-h3 span {
  font-size: 14px;
}
.formerlist-div2p1 {
  margin-bottom: 0;
  font-size: 12px;
}
.formerlist-div2p1 span {
  font-weight: 700;
}
.purchaselist-cardp1 {
  font-size: 16px;
  margin-bottom: 8px;
}
.purchaselist-cardp1 span {
  font-weight: 700;
  font-size: 18px;
}
.purchaselist-cardp2 {
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: 700;
}
.purchaselist-cardp2 span {
  color: #2e8f1e;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
.purchaselist-cardp2 span.pending {
  color: #c78b45;
}
.purchaselist-cardp2 span.rejected {
  color: #c74545;
}
.purchaselist-cardp2 span.approved {
  color: #2e8f1e;
}

.purchaselist-approvebut {
  padding: 5px 30px;
}
.purchaselist-rejectbut {
  color: #c74545;
  padding: 5px 30px;
}
/* image - input - start */
.image-input {
  text-aling: center;
}
.image-input input {
  display: none;
}
.image-input label {
  display: block;
  color: #0d0d0d;
  background: #fff;
  padding: 0.3rem 0.6rem;
  font-size: 12px;
  cursor: pointer;
  border: 1px dashed #272727;
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 20px;
}
/* .image-input label i {
    font-size: 125%;
    margin-right: 0.3rem;
  }
  .image-input label:hover i {
    animation: shake 0.35s;
  } */
.imageInputimgp {
  text-align: center;
  margin-bottom: 4px;
  margin-top: 10px;
}
.image-input img.imageInputimg {
  width: 22px;
  display: inline-block;
}
.image-input img {
  max-width: 100%;
  display: none;
}
.image-input span {
  display: none;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #c74545;
  font-weight: 700;
}
.image-input img {
  max-width: 100%;
  display: none;
  margin: 0 auto;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* image - input - end */

.error {
  color: red;
  font-size: 14px;
}
.add-purchaseformh3a {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 0;
}
.add-purchaseformh3a span {
  font-size: 24px;
  font-weight: 700;
}
.ap-blkdiv {
  background-color: #000000;
  margin: -15px;
  padding: 20px 10px;
}
.add-purchaseformh2a {
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}
.add-purchaseformh6a {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
}
.add-purchaseformh6a span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
.new-purchase-prices {
  margin: 30px 0px;
}
.new-purchase-prices tr td:first-child {
  font-size: 16px;
  color: #000000;
}
.new-purchase-prices tr td:nth-child(2) {
  font-size: 16px;
  line-height: 35px;
  color: #000000;
  font-weight: bold;
  padding: 5px 15px;
  min-width: 120px;
}
.sp-price-box {
  border: 1px solid #000000;
}
.note-purchase {
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  text-decoration: none;
}
.note-purchase span {
  text-decoration-line: underline;
}
.pad-shape {
  padding: 12px;
}
.add-purchaseform .select2-container--default .select2-selection--single {
  border: 1px solid #000000;
  border-radius: 0px;
  padding: 8px;
  height: 50px;
}
.add-purchaseform
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.add-purchaseform .form-control.form-control1 {
  height: 50px;
}
.bold-text-form .col-5 p {
  font-weight: bold;
}
.bold-text-form .col-5 input {
  font-weight: bold;
}
.add-purchaseformh3 {
  font-size: 18px;
  color: #000000;
}
/* side menu */

.offcanvas-body .menu {
  /* width: 300px; */
  /* background: #393949; */
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offcanvas-body .top-nav {
  display: flex;
  justify-content: center;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.offcanvas-body .top-nav a i {
  font-size: 30px;
  transition: backgorund 0.25s, color 0.25s;
}
.offcanvas-body .top-nav a i:hover {
  color: red;
}

.offcanvas-body a {
  text-decoration: none;
  text-transform: capitalize;
  display: block;
  color: #000000;
  font-size: 18px;
  letter-spacing: 1px;
  transition: backgorund 0.25s, color 0.25s;
}

.offcanvas-body nav > ul > li > a {
  line-height: 50px;
  border-bottom: 1px solid #d8d8d8;
  padding-left: 30px;
  position: relative;
  font-weight: bold;
  padding-right: 30px;
}
.offcanvas-body nav > ul > li > a:hover {
  /* background-color: #494959; */
}
.offcanvas-body nav > ul > li > a:after {
  position: absolute;
  top: 0;
  right: 30px;
}

.offcanvas-body nav > ul > li:last-child a {
  /* border-bottom: none; */
}

.offcanvas-body .caret:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  transform: rotate(-180deg);
  transition: 1s transform;
}

.offcanvas-body ul ul {
  /* border-top: 1px solid rgba(100, 100, 100, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}
.offcanvas-body ul ul a {
  padding-left: 30px;
  line-height: 50px;
  text-transform: none;
  font-size: 14px;
  border-bottom: 1px solid #d8d8d8;
  color: #818181;
  padding-right: 30px;
}
.offcanvas-body ul ul a:hover {
  /* background-color: #494959; */
}

.offcanvas-body .bottom-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.offcanvas-body .bottom-nav a i {
  font-size: 20px;
  margin-right: 10px;
  transition: backgorund 0.25s, color 0.25s;
}
.offcanvas-body .bottom-nav a i:hover {
  color: red;
}
.offcanvas-body ul {
  padding: 0;
}
.offcanvas-header {
  padding-left: 0;
}
.offcanvas-header .btn-close {
  border: 1px solid gray;
  border-radius: 100%;
}
.offcanvas-body {
  padding: 0;
}
.offcanvas-header .btn-close {
  background-size: 12px;
}

.farmeralist-card {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 12px;
  margin: 20px 0;
}
.farmeralist-cardp1 {
  font-size: 15px;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 6px 0;
}
.farmeralist-cardp1 span {
  font-weight: 700;
  font-size: 16px;
}
.fapdetp1 {
  text-align: center;
}
.fapdetp1img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.fapdeth4 {
  font-weight: 700;
  font-size: 18px;
  padding: 14px 0 6px;
}
.fapdethp2a {
  font-size: 16px;
  margin-bottom: 22px;
}
.fapdethp2b {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
}
.fapdetp1img1 {
  max-width: 100%;
}
.fapdetp1 {
  margin: 12px 0;
}
.former-dtlnav .nav-tabs .nav-link {
  width: 50%;
  color: #000000;
}
.former-dtlnav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: transparent transparent #000000;
  border-bottom-width: 3px;
  font-weight: 700;
}
.former-dtlnav .nav-tabs .nav-link:focus-visible {
  outline: none;
}
.fd-h3coming {
  text-align: center;
  color: #000000;
  font-size: 24px;
  margin-top: 60px;
  letter-spacing: 1.2px;
}
.padimg {
  max-width: 100%;
  margin-bottom: 15px;
}
.loader-sec {
  position: fixed;
  background: #7c8e9785;
  width: 100%;
  z-index: 99999999;
  top: 0;
  height: 100vh;
}
.loader-sec .spinner-border {
  margin-top: 45vh;
}
#loader-spinner {
  display: none;
}
.menu-show {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.menu-hide {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: visibility 0s, opacity 0.5s linear, height 1s;
}
.mplist-div1but {
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.6px;
}
.mplist-div1but a {
  color: #ffffff;
  text-decoration: none;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #000000;
  border-radius: 0px;
  padding: 5px;
  height: 40px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.select2-container {
  width: 100% !important;
}
.admapriceh4 {
  font-size: 16px;
}
.admapriceh4 span {
  font-size: 20px;
  font-weight: 700;
}
.table.marketpricetbl > thead {
  vertical-align: top;
  text-align: center;
  line-height: 18px;
}
.table.marketpricetbl > thead tr {
  background-color: #e4e4e4;
  border: 0;
}
.mplist-div1buth3 {
  font-size: 20px;
  font-weight: 700;
  padding: 16px 0;
}
.ds-pagenna .page-item.active .page-link {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}
.ds-pagenna .page-link {
  color: #2f2f2f;
  border-radius: 50px;
  margin: 0 8px;
}
.ds-pagenna .page-item:first-child .page-link {
  border-radius: 50px;
}
.ds-pagenna .page-item:last-child .page-link {
  border-radius: 50px;
}
.logout-btn {
  background: #000000;
  border-radius: 81px;
  border-color: transparent;
  margin: 20px;
  color: #fff !important;
  text-align: center;
}
.cts-mtg {
  margin-top: 40vh;
}
#marketpricetbl {
  border: 0px solid #111;
}
#marketpricetbl > thead > tr > th {
  border: 0px solid #111;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}
#marketpricetbl > tbody > tr > td {
  border: 0px solid #111;
  font-size: 13px;
}
#marketpricetbl > tbody > tr > td:first-child {
  width: 90px;
}
#marketpricetbl_wrapper .paginate_button {
  background: transparent;
  padding: 0.1em 0.5em;
  border: 1px solid #c4c4c4;
}
#marketpricetbl_wrapper .paginate_button.previous {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#marketpricetbl_wrapper .paginate_button.next {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#marketpricetbl_wrapper .paginate_button.previous::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  transform: rotate(90deg);
  position: absolute;
  margin-left: -18px;
}
#marketpricetbl_wrapper .paginate_button.next::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  position: absolute;
  margin-left: -25px;
  transform: rotate(-90deg);
}
#marketpricetbl_wrapper .paginate_button.previous.disabled {
  /* display: none; */
}
#marketpricetbl_wrapper .paginate_button.next.disabled {
  /* display: none; */
}
.text-left {
  text-align: left;
}
.farmeralist-card a.btn {
  border-radius: 50rem !important;
}
.caret.arrow-up:after {
  transform: rotate(0deg);
  transition: 1s transform;
}
#spextrapremium {
  display: none;
}

#formerlist {
  border: 0px solid #111;
}
#formerlist > thead > tr > th {
  border: 0px solid #111;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}
#formerlist > tbody > tr > td {
  border: 0px solid #111;
  font-size: 13px;
}
#formerlist_wrapper .paginate_button {
  background: transparent;
  padding: 0.1em 0.5em;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
}
#formerlist_wrapper .paginate_button.current {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff !important;
}
#formerlist_wrapper .paginate_button.previous {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#formerlist_wrapper .paginate_button.next {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#formerlist_wrapper .paginate_button.previous::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  transform: rotate(90deg);
  position: absolute;
  margin-left: -18px;
}
#formerlist_wrapper .paginate_button.next::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  position: absolute;
  margin-left: -25px;
  transform: rotate(-90deg);
}
#formerlist_wrapper .paginate_button.previous.disabled {
  /* display: none; */
}
#formerlist_wrapper .paginate_button.next.disabled {
  /* display: none; */
}
#formerlist_wrapper a {
  color: #000000;
}
#formerlist {
  padding-top: 20px;
}
#formerlist_paginate {
  margin-top: 10px;
  float: none;
  text-align: center;
}
.i_search_p {
  color: #b499e3;
  font-size: 15px;
  position: absolute;
  right: 20px;
  top: 11px;
}
.ti-search:before {
  content: "\f002";
  font-family: "FontAwesome";
}
#search_i {
  display: grid;
  width: 300px;
  margin-top: -20px;
}
.maxk {
  position: relative;
  margin-top: -32px;
}
.mnjk {
  margin-top: -23px;
}
.ipad {
  display: none;
}
.payment-approval-div {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
}
.payment-approval-div img {
  margin-right: 13px;
}
.payment-approval-col {
  padding: 40px 0 29px 0;
  border-bottom: 1px solid #cfcfcf;
}
.payment-approval-a,
.payment-approval-a:hover {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}
.paymentapproval-table-div {
  margin-top: 29px;
}
.paymentapproval-table {
  width: 100%;
}
.avg-beans-div1 {
  border-bottom: 1px solid #000000;
  text-align: center;
  padding-bottom: 5px;
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
}
.avg-beans-div2 {
  text-align: center;
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
}
.kgperfruit {
  margin-top: 20px;
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
}
.avg-beans-sec {
  background-color: #f1f1f1;
  padding-top: 17px;
  padding-bottom: 21px;
  margin-top: 18px;
}
.avg-beans-wet-sec {
  margin-top: 43px;
}
.payment-cancel-btn,
.payment-done-btn {
  width: 289px;
  margin-top: 70px;
  margin-bottom: 50px;
  border-radius: 61px;
}
.payment-cancel-div {
  text-align: right;
}
.avg-wet-bean-h6 {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000;
}
.paymentapproval-table th {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000;
  padding-bottom: 39px;
}
.paymentapproval-table th.last-th {
  padding-bottom: 0px;
  display: block;
}
.paymentapproval-table td {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
  padding-bottom: 39px;
}
.paymentapproval-table td.last-td {
  padding-bottom: 0;
}
.dry-beans-sec {
  margin-top: 32px;
}
.price-per-fruit {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000;
}
.avg-beans-per-fruit {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
}
.avg-beans-per-fruit-value {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
}
.fruits-purchased {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000;
  margin-top: 18px;
}
.fruits-purchased-value {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
  margin-top: 18px;
}
.amount-to-be-paid {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000;
  margin-top: 45px;
}
.total-fruits-sec {
  background-color: #f1f1f1;
  padding-top: 17px;
  padding-bottom: 21px;
  margin-top: 0px;
}
.avg-beans-per-fruit-value-span {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000;
}
.receipt-upload-sec {
  margin-top: 35px;
}
.receipt-upload-label {
  font-family: "Johnston ITC Std";
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 18px;
}
.upload-div {
  font-family: "Johnston ITC Std";
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000;
  margin-top: 47px;
}
.image-input .image-button-payment {
  height: 128px;
}

#paymentlist td {
  font-family: "Johnston ITC Std";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
}
.paymentlist-view,
.paymentlist-view:hover {
  font-family: "Johnston ITC Std";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
  text-decoration: none;
}
.purchase-list-date {
  background-color: #e8e8e8;
  padding: 5px 10px 10px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.purchase-fruitsreceipt-div {
  text-align: right;
  padding-left: 20px;
}
.purchase-fruitsreceipt-div a,
.purchase-fruitsreceipt-div a:hover {
  padding: 10px 0 12px 0;
  width: 100%;
  display: inline-block;
  border: 1px solid #000000;
  text-align: center;
  border-radius: 30px;
  font-family: "Roboto";
  font-size: 16px;
  letter-spacing: 0;
  color: #272727;
  text-decoration: none;
}
.purchase-fruitsreceipt-div a img {
  max-width: 10px;
  margin-left: 4px;
}
.purchase-fruitsreceipt-div p {
  margin: 15px 0px 5px 0;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  color: #272727;
  text-align: center;
}
.purchase-paymentdoc-div {
  padding-right: 20px;
}
.purchase-paymentdoc-div a,
.purchase-paymentdoc-div a:hover {
  padding: 10px 0 12px 0;
  width: 100%;
  display: inline-block;
  border: 1px solid #000000;
  text-align: center;
  border-radius: 30px;
  font-family: "Roboto";
  font-size: 16px;
  letter-spacing: 0;
  color: #272727;
  text-decoration: none;
}
.purchase-paymentdoc-div a img {
  max-width: 10px;
  margin-left: 4px;
}
.purchase-paymentdoc-div p {
  margin: 15px 0px 5px 0;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  color: #272727;
  /* margin-left: 6px; */
  /* margin-bottom: 5px; */
  /* margin-right: 0; */
  text-align: center;
}
.extra-premium-input,
.extra-premium-input:focus-visible {
  border: 1px solid #000000;
  width: 60%;
  height: 45px;
  outline: none;
}
a.disabled {
  pointer-events: none;
  color: #aeaeae;
  border: 1px solid #aeaeae;
}
.avg-wet-beans-p {
  margin-bottom: 35px;
}
.district-col {
  position: relative;
  margin-bottom: 20px;
}
.district-col,
.mandal-col,
.village-col {
  position: relative;
  margin-bottom: 20px;
}
.district-col #district-error {
  position: absolute;
  top: 70px;
  left: 12px;
}
.mandal-col #mandal-error {
  position: absolute;
  top: 70px;
  left: 12px;
}
.village-col #village-error {
  position: absolute;
  top: 70px;
  left: 12px;
}
.farmer-img-div {
  position: relative;
  padding-top: 10px;
}
.farmer-edit-a,
.farmer-edit-a:hover {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #303030;
}
.weighing-scale-img {
  max-width: 189px;
}
#purchasehistory {
  border: 0px solid #111;
}
#purchasehistory > thead > tr > th {
  border: 0px solid #111;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}
#purchasehistory > tbody > tr > td {
  border: 0px solid #111;
  font-size: 13px;
}
#purchasehistory_wrapper .paginate_button {
  background: transparent;
  padding: 0.1em 0.6em;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
}
#purchasehistory_wrapper .paginate_button.current {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff !important;
}
#purchasehistory_wrapper .paginate_button.previous {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#purchasehistory_wrapper .paginate_button.next {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#purchasehistory_wrapper .paginate_button.previous::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  transform: rotate(90deg);
  position: absolute;
  margin-left: -18px;
}
#purchasehistory_wrapper .paginate_button.next::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  position: absolute;
  margin-left: -25px;
  transform: rotate(-90deg);
}
#purchasehistory_wrapper .paginate_button.previous.disabled {
  /* display: none; */
}
#purchasehistory_wrapper .paginate_button.next.disabled {
  /* display: none; */
}
#purchasehistory_wrapper a {
  color: #000000;
}
#purchasehistory {
  padding-top: 20px;
}
#purchasehistory_paginate {
  margin-top: 10px;
  float: none;
  text-align: center;
}
#purchasehistory_filter {
  display: none;
}
.farmer-details-top {
  margin-top: 40px;
}

/* pagination start */
.current {
  color: green;
}

#pagin li {
  display: inline-block;
  /* border-radius: 50%; */
  border: none;
}
#pagin li.next {
  font-size: 12px;
}
#pagin li.prev {
  font-size: 12px;
}
#pagin li a {
  border: 1px solid gray;
  padding: 5px;
  font-size: 12px;
  margin: 2px;
  border-radius: 100%;
  color: #000000;
  font-family: "Titillium Web", sans-serif !important;
  height: 30px;
  width: 30px;
}
#pagin li a.current {
  background-color: #000000;
  color: #ffffff;
}

.prev {
  cursor: pointer;
}

.next {
  cursor: pointer;
}

.last {
  cursor: pointer;
  margin-left: 5px;
}

.first {
  cursor: pointer;
  margin-right: 5px;
}
.sticky-pagination {
  position: fixed;
  bottom: 0;
  background: #f9fafb;
  width: 100%;
  left: 0;
  box-shadow: 0px -1px 20px 0px #cfcfcf;
  padding: 10px;
}
.sticky-pagination ul {
  margin-bottom: 0px;
  text-align: center;
  padding: 0 10px;
  display: flex;
  justify-content: center;
}

#pagin .active a {
  background: #000;
  color: #fff;
}

#pagin .first a,
#pagin .last a {
  border: none;
  background: transparent;
}

/* .sticky-pagination ul li{
    border: 1px solid gray;
    padding: 0px 6px;
    font-size: 12px;
    margin: 2px;
} */
.sticky-pagination ul li a {
  text-decoration: none;
  font-family: ui-monospace !important;
}
.searchiconp {
  width: 15px;
  margin-right: 10px;
  margin-top: 10px;
  margin-right: 5px;
}
.testing12 {
  width: 100%;
}
.boxscrollingpo {
  height: 100vh !important;
  overflow-y: scroll;
}
/* pagination end */
.search-input,
.search-input:focus {
  background-color: #ffffff;
  border: 1px solid #000000 !important;
  border-right: none !important;
  border-radius: 95px;
}
.search-group-append {
  border: 1px solid #000000;
  border-left: none;
  border-radius: 95px;
}
.search-group-append button {
  border-radius: 95px;
  border: none !important;
  padding: 0;
  margin: 5px 15px;
}
.disabled-marketrate {
  background-color: #00000030;
}
.disabled-marketrate a {
  pointer-events: none;
}
.no-farmer-h2 {
  font-weight: 600;
  margin-top: 18px !important;
  max-width: 280px;
  margin: 0 auto;
  font-size: 26px;
}
.no-farmer-img {
  max-width: 180px;
  margin-top: 90px;
}
.no-purchase-img {
  max-width: 180px;
  margin-top: 140px;
}
.row-boxes-table thead th {
  background-color: #000000;
  color: #ffffff;
}
.row-boxes-table .dataTables_filter {
  display: none !important;
}
.row-boxes-table {
  margin-top: 62px !important;
}
#row-boxes-table_wrapper .dataTables_filter {
  display: none !important;
}
#row-boxes-table {
  border: 0px solid #111;
}
#row-boxes-table > thead > tr > th {
  border: 0px solid #111;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  text-align: center;
}
#row-boxes-table > tbody > tr > td {
  border: 0px solid #111;
  border-bottom: 0.5px solid #11111130;
  font-size: 13px;
  text-align: center;
}
#row-boxes-table_wrapper .paginate_button {
  background: transparent;
  padding: 0.1em 0.5em;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
}
#row-boxes-table_wrapper .paginate_button.current {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff !important;
}
#row-boxes-table_wrapper .paginate_button.previous {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#row-boxes-table_wrapper .paginate_button.next {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#row-boxes-table_wrapper .paginate_button.previous::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  transform: rotate(90deg);
  position: absolute;
  margin-left: -18px;
}
#row-boxes-table_wrapper .paginate_button.next::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  position: absolute;
  margin-left: -25px;
  transform: rotate(-90deg);
}
#row-boxes-table_wrapper .paginate_button.previous.disabled {
  /* display: none; */
}
#row-boxes-table_wrapper .paginate_button.next.disabled {
  /* display: none; */
}
#row-boxes-table_wrapper a {
  color: #000000;
}
#row-boxes-table {
  padding-top: 20px;
}
#row-boxes-table_paginate {
  margin-top: 10px;
  float: none;
  text-align: center;
}
.cuttingtable thead th {
  background-color: #000000;
  color: #ffffff;
}
.cuttingtable .dataTables_filter {
  display: none !important;
}
.cuttingtable {
  margin-top: 0px !important;
}
#cuttinglist-table_wrapper .dataTables_filter {
  display: none !important;
}
#cuttinglist-table {
  border: 0px solid #111;
}
#cuttinglist-table > thead > tr > th {
  border: 0px solid #111;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  text-align: center;
}
#cuttinglist-table > tbody > tr > td {
  border: 0px solid #111;
  border-bottom: 0.5px solid #11111130;
  font-size: 13px;
  text-align: center;
}
#cuttinglist-table_wrapper .paginate_button {
  background: transparent;
  padding: 0.1em 0.5em;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
}
#cuttinglist-table_wrapper .paginate_button.current {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff !important;
}
#cuttinglist-table_wrapper .paginate_button.previous {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#cuttinglist-table_wrapper .paginate_button.next {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#cuttinglist-table_wrapper .paginate_button.previous::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  transform: rotate(90deg);
  position: absolute;
  margin-left: -18px;
}
#cuttinglist-table_wrapper .paginate_button.next::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  position: absolute;
  margin-left: -25px;
  transform: rotate(-90deg);
}
#cuttinglist-table_wrapper .paginate_button.previous.disabled {
  /* display: none; */
}
#cuttinglist-table_wrapper .paginate_button.next.disabled {
  /* display: none; */
}
#cuttinglist-table_wrapper a {
  color: #000000;
}
#cuttinglist-table {
  padding-top: 20px;
}
#cuttinglist-table_paginate {
  margin-top: 10px;
  float: none;
  text-align: center;
}
.hamburger-menu-col2 {
  padding-right: 0 !important;
  margin-top: 7px;
}
.grading-table {
  margin-top: 0px !important;
}
.grading-table thead th {
  background-color: #000000 !important;
  color: #ffffff;
}
.grading-table .dataTables_filter {
  display: none !important;
}
.fermentation-div1p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.fermentation-div1but {
  background-color: #ffffff;
  color: #ffffff;
  font-size: 8px;
  font-weight: 700;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 50px;
  border: 1px solid #000000;
}
.fermentation-div1but a {
  color: #000000;
  text-decoration: none;
}
.start-fermentation-img {
  max-width: 10px;
}
.box-add-btn {
  width: 100%;
  border: 2px soid #000000;
  border-radius: 81px;
  background-color: #ffffff;
  padding: 14px 0;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 3.5%;
}
.rowname-input,
.rowname-input:focus {
  border: 1px solid #999999;
  background-color: #ffffff;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #000000;
}
.boxes-h3 {
  margin-top: 46px;
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
}
.boxes-h3 span {
  font-family: "Johnston ITC Std";
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  color: #6b6b6b;
}
.box-add-btn-disable,
.box-add-btn-disable:focus-visible {
  border: 2px solid #a4a4a4;
  background-color: #ffffff;
  pointer-events: none;
  color: #a4a4a4;
  padding: 14px 0;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 3.5%;
  width: 100%;
  border-radius: 81px;
  outline: none;
  opacity: 0.5;
}
.added-box-div {
  background-color: #f6f6f6;
  padding: 22px 0;
  color: #272727;
  font-size: 21px;
  font-family: "Roboto";
  font-weight: 700;
  text-align: center;
  border-radius: 16px;
  margin-bottom: 30px;
  position: relative;
}
.remove-box {
  max-width: 27px;
  position: absolute;
  right: 15px;
  top: 26px;
}
#tray-select-id .form-group {
  display: block;
  margin-bottom: 15px;
  background-color: #f6f6f6;
  padding: 30px;
  border-radius: 16px;
}

#tray-select-id .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

#tray-select-id .form-group label {
  position: relative;
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

#tray-select-id .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #000000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  float: left;
  border-radius: 50%;
}

#tray-select-id .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background-color: #000000;
}
#tray-select-id .form-group input:checked + label:before {
  background-color: #000000;
}
.fruits-gradingh3 {
  font-family: "Johnston ITC Std";
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  padding-bottom: 13px;
}
.fruits-grading-div1 {
  border-bottom: 1px solid #000000;
}
.total-fruits-p {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 26px;
  margin: 25px 0 0 0;
  color: #000000;
}
.total-fruits-no-p {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 0px 0 0 0;
  color: #000000;
}
.fruits-grading-date-p {
  font-family: "Johnston ITC Std";
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  margin: 5px 0 0 0;
  color: #666666;
}
.grading-purchaseid {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 26px;
  margin: 35px 0 0 0;
  color: #000000;
}
.grading-purchaseid-no {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 0px 0 0 0;
  color: #000000;
}
.fruitsnotready-label {
  font-family: "Roboto";
  font-size: 15px;
  line-height: 26px;
  margin: 15px 0 0 0;
  color: #000000;
}
.fruitsnotready-input,
.fruitsnotready-input:focus {
  width: 100%;
  outline: none;
  font-family: "Roboto";
  font-size: 15px;
  line-height: 26px;
  color: #000000;
  margin-top: 2px;
}
.going-for-cutting {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 26px;
  margin: 35px 0 0 0;
  color: #000000;
}
.going-for-cutting-no {
  font-family: "Johnston ITC Std";
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
  margin: 5px 0 0 0;
  color: #000000;
}
.movecuttingbtn-div {
  text-align: center;
  margin-top: 90px;
}
.movecuttingbtn-disabled {
  font-family: "Johnston ITC Std";
  font-size: 25px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  padding: 15px 35px;
  border: none;
  border-radius: 81px;
  color: #ffffff;
  background-color: #00000050;
  pointer-events: none;
}
.movecuttingbtn-disabled img {
  margin-left: 10px;
}
.movecuttingbtn {
  font-family: "Johnston ITC Std";
  font-size: 25px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  padding: 15px 35px;
  border: none;
  border-radius: 81px;
  color: #ffffff;
  background-color: #000000;
}
.movecuttingbtn img {
  margin-left: 10px;
}
.view-row-name {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.view-edit-div {
  text-align: right;
}
.view-row-name-span2 {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  margin-left: 15px;
}
.viewadded-box-div {
  background-color: #f6f6f6;
  padding: 22px 15px;
  color: #272727;
  font-size: 21px;
  font-family: "Roboto";
  font-weight: 700;
  text-align: left;
  border-radius: 16px;
  margin-bottom: 30px;
}
.edit-box-div {
  background-color: #f6f6f6;
  padding: 22px 15px;
  color: #272727;
  font-size: 21px;
  font-family: "Roboto";
  font-weight: 700;
  text-align: center;
  border-radius: 16px;
  margin-bottom: 30px;
}
.box-print-label,
.box-print-label:hover {
  float: right;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
  color: #000000;
  margin-top: 5px;
}
.box-edit-a,
.box-edit-a:hover {
  font-family: "Johnston ITC Std";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #303030;
}
.row-h3 {
  font-family: "Johnston ITC Std";
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
}
.total-fruits-p3 {
  font-family: "Johnston ITC Std";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}
.add-no-fruits-btn {
  border: 1px solid #000000;
  border-radius: 81px;
  background-color: #ffffff;
  font-family: "Roboto";
  font-size: 16px;
  text-align: center;
  padding: 15px 0px;
  display: block;
  margin: 0 auto;
  font-weight: 600;
  width: 80%;
}
.fruits-for-cutting-label {
  margin-bottom: 5px;
  margin-top: 30px;
  font-family: "Johnston ITC Std";
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}
.cutting-cancel {
  border: 1px solid #000000;
  border-radius: 81px;
  font-family: "Johnston ITC Std";
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  display: block;
  background-color: #ffffff;
  padding: 15px;
  width: 100%;
  color: #000000;
}
.cutting-save {
  border: none;
  border-radius: 81px;
  font-family: "Johnston ITC Std";
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  display: block;
  background-color: #000000;
  padding: 15px;
  width: 100%;
  color: #ffffff;
}
.cutting-cancel-save-div {
  margin-top: 90px;
}
.cutting-batch-div2 {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 20px 10px 20px 10px;
}
.fruits-cutp1 {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0 0 0;
  color: #000000;
}
.fruits-cutp2 {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 5px 0 0 0;
  color: #000000;
}
.cutting-setp1 {
  font-family: "Johnston ITC Std";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
  margin-left: 5px;
}
.cutting-batchdiv1 {
  margin-top: 40px;
}
.cutting-success-div1 {
  height: 100vh;
}
.cuttingsuccess-imgdiv {
  text-align: center;
}
.cutting-success-img {
  max-width: 100px;
  margin-top: calc(100% - 42%);
}
.cutting-done-h3 {
  font-family: "Johnston ITC Std";
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  margin-top: 20px;
}
.gotocutting-a,
.gotocutting-a:hover {
  display: block;
  width: 80%;
  margin: 0 auto;
  background-color: #000000;
  border-radius: 81px;
  padding: 15px 0;
  text-align: center;
  font-family: "Roboto";
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-decoration: none;
}
.proceedfermentation-a {
  display: block;
  width: 80%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 81px;
  padding: 15px 0;
  text-align: center;
  font-family: "Roboto";
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  text-decoration: none;
  border: 1px solid #000000;
  margin-top: 30px;
}
.gotocutting-div1 {
  margin-top: calc(30% - 50px);
}
.fermbatchstart-h3 {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 13px;
  border-bottom: 1px solid #000000;
}
.fermbatchstart-h3 span {
  font-size: 15px;
}
.fermbatchid-p {
  font-family: "Johnston ITC Std";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px 0 0 0;
  color: #000000;
}
.fermbatch-date-p {
  font-family: "Johnston ITC Std";
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin: 30px 0 0 0;
  color: #666666;
}
.fermbatchid-no-p {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 3px 0 0 0;
  color: #000000;
}
.fermbatch-row-select {
  width: 100%;
  font-family: "Johnston ITC Std";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}
.fermbatch-selectwet-p {
  font-family: "Johnston ITC Std";
  font-size: 14px;
  font-weight: 700;
  line-height: 16 px;
  color: #000000;
  margin: 30px 0 20px 0;
}
.fermbatch-enterweight {
  width: 100%;
}

.fermbatch-cancel-div {
  margin-top: 80px;
}
.fermbatch-cancel-div button {
  width: 100%;
  padding: 15px 0 !important;
}
.fermbatchselect-p {
  font-family: "Johnston ITC Std";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px 0 0 0;
  color: #000000;
}
.proceedbox-a1 {
  width: 80%;
  margin: 20px auto 0 auto;
  padding: 12px 0;
}
.gotofermentationlist-a {
  width: 80%;
  margin: 30px auto 0 auto;
  padding: 12px 0;
}
.stage-p {
  font-family: "Johnston ITC Std";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #000000;
  margin: 0;
}
.stage-p span {
  font-weight: 400;
}
.stage-batch-id {
  font-family: "Johnston ITC Std";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  text-align: right;
}
.stage-date-time {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  text-align: right;
  margin: 0;
}

.fermentation-box-div1 {
  background-color: #f6f6f6;
  border-radius: 16px;
  padding: 15px 15px 25px 15px;
  position: relative;
}
.fermph-input {
  border: 1px solid #000000;
  padding: 5px;
}
.sessions li:first-child {
  list-style: none;
  padding-bottom: 0;
}
.fermentationbox-h4 {
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  color: #272727;
}
.temp-graph-a,
.temp-graph-a:hover {
  font-family: "Johnston ITC Std";
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
  color: #000000;
}
.initial-wt-p {
  font-family: "Johnston ITC Std";
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000000;
}
.start-ph-p {
  font-family: "Johnston ITC Std";
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000000;
  margin: 0 0 2px 0;
}
.end-ph-p {
  font-family: "Johnston ITC Std";
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000000;
  margin: 20px 0 2px 0;
}
.proceed-next-box {
  width: 80%;
  margin-top: 30px;
  padding: 12px 0;
  display: block;
  margin: 30px auto 0 auto;
}
.proceed-next-box007 {
  width: 95%;
  margin: 30px 5px 0px 15px;
  font-size: 13px;
}
/* .sessions li:nth-child(2)::marker{
  color: #000000;
}
.sessions li::marker{
  color: #CACACA;
}
.sessions li:nth-child(2) .fermentationbox-h4{
  color: #000000;
}
.sessions li .fermentationbox-h4{
  color: #CACACA;
} */
.proceed-nex-boximg {
  max-width: 8px;
  margin-left: 5px;
}
.cut-testimg-p {
  font-family: "Johnston ITC Std";
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  margin-top: 30px;
}
.add-more-wetbeans-btn {
  border: 1px solid #000000;
  background-color: #ffffff;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.35px;
  font-weight: 500;
  padding: 10px 0;
  width: 100%;
  margin-top: 30px;
  border-radius: 81px;
  color: #000000;
}

/*  */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #f0f0f0;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container1 {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
/* .container1::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  right: -17px;
  background-color: #000000;
  border: none;
  top: 115px;
  border-radius: 50%;
  z-index: 1;
} */
.fermentation-box-div1::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -17px;
  background-color: #000000;
  border: none;
  top: 115px;
  border-radius: 50%;
  z-index: 1;
  left: -15px;
}
#box-two-div1::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -17px;
  background-color: #cacaca;
  border: none;
  top: 8px;
  border-radius: 50%;
  z-index: 1;
  left: 4px;
}
#box-three-div1::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -17px;
  background-color: #cacaca;
  border: none;
  top: 8px;
  border-radius: 50%;
  z-index: 1;
  left: 4px;
}
#box-four-div1::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -17px;
  background-color: #cacaca;
  border: none;
  top: 8px;
  border-radius: 50%;
  z-index: 1;
  left: 4px;
}
#box-five-div1::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -17px;
  background-color: #cacaca;
  border: none;
  top: 8px;
  border-radius: 50%;
  z-index: 1;
  left: 4px;
}
/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 0px 0px 0px 19px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}
.custom-a5 {
  line-height: 16px;
  margin: 2px;
  text-align: left;
}
.pr-0 {
  padding-right: 0px;
}
.formentation-btn {
  padding: 3px 15px;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 10px;
  }

  /* Full-width containers */
  .container1 {
    width: 100%;
    padding-left: 0px;
    padding-right: 5px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .container1::before {
    left: 10px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 4px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
  .formerlist-div1but {
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 50px;
    margin: 5px 10px 0 0 !important;
  }
}
.row-name-div1 {
  padding: 0 5px 0 20px;
}
.container1-first {
  padding: 0 5px 0 0;
}
.container1-first::after {
  content: none;
}
#timeline-cont2::after {
  top: 18px;
}
#box-two-div1 .fermentationbox-h4 {
  color: #cacaca;
}
#box-three-div1 .fermentationbox-h4 {
  color: #cacaca;
}
#box-four-div1 .fermentationbox-h4 {
  color: #cacaca;
}
#box-five-div1 .fermentationbox-h4 {
  color: #cacaca;
}
/*  */
.image-input .image-button-cut-test {
  height: 30px;
  margin-top: 23px;
  background-color: #f6f6f6;
  border: 1px solid #000000;
  border-radius: 18px;
}
.image-button-cut-test .imageInputimgp {
  margin-top: 0;
  margin-bottom: 0;
}
.image-button-cut-test img.imageInputimg {
  width: 12px;
}
.image-preview-fermstage {
  margin-top: 30px !important;
}
.proceed-next-box4 {
  font-size: 14px;
  margin-top: 20px;
}
.movetodrying-btn {
  font-size: 14px;
  margin-top: 20px;
}
.extendoneday-btn {
  width: 100%;
  margin-top: 20px;
  padding: 10px 0;
}
.movetodrying-btn2 {
  width: 100%;
  margin-top: 20px;
  padding: 10px 0;
}
.extended-span {
  font-family: "Roboto";
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  line-height: 12px;
  color: #000000;
}
.fermph-input:disabled {
  border: none;
  background-color: #f6f6f6;
}
.ferm-stage-time {
  max-width: 15px;
  margin-top: 0px;
}
.infor-p {
  margin: 0 0 0 10px;
  font-family: "Roboto";
  font-size: 8px;
  font-weight: 400;
  line-height: 10px;
  color: #848484;
}
.infor-time-p {
  margin: 0 0 0 10px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #000000;
}
.infor-div1 {
  display: flex;
}

.tabs-dryinglist {
  width: 100%;
}

.dryinglist-item {
  width: 50%;
}

.newbtn {
  width: 100% !important;
  background-color: #dedede !important;
  border-radius: 0 !important;
  border-top: 1px solid #dedede !important;
  border-bottom: none !important;
  color: #8d8d8d !important;
  padding: 15px 5px !important;
  font-size: 14px;
}

.dryinglist-item .active {
  background-color: #fff !important;
  border-radius: 0 !important;
  border-bottom: none !important;
  border-top: 1px solid #dedede !important;
  color: #000 !important;
}

.table-head tr th {
  background-color: #f5f5f5;
  padding: 15px 5px;
  font-family: "Roboto";
  font-size: 14px;
  text-align: center;
}

.table-body {
  border-top: none !important;
  font-size: 14px;
  font-family: "Roboto", sans-serif !important;
  border-collapse: separate !important;
  margin: 0 15px !important;
}

.table-body tr th {
  padding: 15px 5px;
  text-align: center;
}

.table-body tr td {
  padding: 15px 5px;
  font-family: "Roboto";
  text-align: center;
}

.table-body2 tr td {
  padding: 18px 5px;
  text-align: center;
  font-family: "Roboto";
}

.head-row {
  border: transparent;
}

.paginate-li {
  margin: 0 5px;
}

.paginate-a {
  border-radius: 50% !important;
}

.paginate-wrap {
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
}

.activepg a {
  background: #000;
  color: #fff;
}

.batch-id-head {
  font-weight: 600;
  font-size: 14px;
}
.finalwt-p {
  font-family: "Johnston ITC Std";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #000000;
}
.finalwt-p span {
  font-weight: 700;
  margin-left: 20px;
}
.finalwt-div1 {
  margin-top: 40px;
}
.cancel-sorting {
  width: 100%;
  padding: 10px 0;
}
.sorting-save {
  width: 100%;
  padding: 10px 0;
}
.wtdrybeans,
.wtdrybeans:focus {
  background-color: #ffffff;
  border: 1px solid #000000;
}

.batch-id {
  font-weight: 800;
  font-size: 18px;
}

.wrap-form {
  margin: 25px 5px;
}

.date-form {
  position: relative;
  top: -5px;
  font-size: 13px;
  text-align: right;
  color: #9c9c9c;
}

.form-head {
  margin-top: 23px;
  font-family: "Johnston ITC Std";
}

.select-form {
  border-radius: 0;
  border-color: #4c4c4c;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}

.drying-input,
.drying-input:focus {
  background: #fff;
  padding: 7px;
  border: 1px solid #4c4c4c;
  font-weight: 700;
  color: #000000;
}

.drying-btns {
  /* position: absolute;
  bottom: 35px;
  left: 50%; */
  /* width: 100%; */
  /* transform: translateX(-45%); */
  margin-top: 30px;
}

.btn-cancel {
  border-radius: 30px;
  padding: 15px 0px;
  font-size: 18px;
  background: transparent;
  color: #000;
  border-color: #000;
  /* margin: 5px; */
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.btn-cancel:focus {
  border-radius: 30px;
  padding: 15px 0px;
  font-size: 15px;
  background: transparent;
  color: #000;
  border-color: #000;
}

.btn-cancel:hover {
  border-radius: 30px;
  padding: 15px 0px;
  font-size: 15px;
  background: #000;
  color: #fff;
  border-color: #000;
}

.btn-save,
.btn-save:focus {
  background: #000;
  color: #fff;
}
.dryinglistapproval thead th {
  background-color: #000;
  color: #fff;
}
.dryinglistapproval .dataTables_filter {
  display: none !important;
}
.dryinglistapproval {
  margin-top: 0px !important;
}
/* #dryinglistapproval_wrapper .dataTables_filter {
  display: none !important;
} */
#dryinglistapproval {
  border: 0px solid #111;
  margin-bottom: 50px;
}
#dryinglistapproval > thead > tr > th {
  border: 0px solid #f5f5f5;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  text-align: center;
}
#dryinglistapproval > tbody > tr > td {
  border: 0px solid #111;
  font-size: 13px;
  text-align: center;
}
#dryinglistapproval_wrapper .paginate_button {
  background: transparent;
  padding: 0.1em 0.5em;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
}
#dryinglistapproval_wrapper .paginate_button.current {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff !important;
}
#dryinglistapproval_wrapper .paginate_button.previous {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#dryinglistapproval_wrapper .paginate_button.next {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#dryinglistapproval_wrapper .paginate_button.previous::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  transform: rotate(90deg);
  position: absolute;
  margin-left: -18px;
}
#dryinglistapproval_wrapper .paginate_button.next::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  position: absolute;
  margin-left: -25px;
  transform: rotate(-90deg);
}
#dryinglistapproval_wrapper .paginate_button.previous.disabled {
  /* display: none; */
}
#dryinglistapproval_wrapper .paginate_button.next.disabled {
  /* display: none; */
}
#dryinglistapproval_wrapper a {
  color: #000000;
}
/* #dryinglistapproval {
  padding-top: 20px;
} */
#dryinglistapproval_filter {
  margin: 0;
}
#dryinglistapproval_paginate {
  margin-top: 10px;
  float: none;
  text-align: center;
}
#dryinglistapproval_filter #search_i {
  width: 150px;
  z-index: 99999;
  position: absolute;
  top: -112px;
  right: 34px;
}
#dryinglistapproval_filter .i_search_p {
  right: 0;
  top: 30px;
}
#dryinglistapproval_filter input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
#dryinglistapproval_filter input {
  border: none;
}
#dryinglistapproval_filter input:focus,
#dryinglistapproval_filter input:focus:visited {
  border-bottom: 1px solid;
  border-radius: 0;
}
#dryinglistapproval_filter input:focus-visible {
  outline: none;
}
#dryinglistapproval_filter .ti-search:before {
  font-style: normal;
  color: #000000;
}

.drying-daybox-div1::after {
  top: 45px;
}
.proceed-next-day {
  width: 100%;
  padding: 10px 0;
  margin-top: 25px;
}
.moisture-input {
  border: 1px solid #cacaca;
  padding: 5px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
}
.moisture-label {
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #272727;
}
#fruitsforcuttingerror,
#gradinglosserror,
#wetbeansweighterror {
  font-size: 12px;
  color: red;
}
.cutting-save-disabled {
  border: none;
  border-radius: 81px;
  font-family: "Johnston ITC Std";
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  display: block;
  background-color: #00000050;
  padding: 15px;
  width: 100%;
  color: #ffffff;
  pointer-events: none;
}
.total-weight-div {
  font-family: "Johnston ITC Std";
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 10px;
  background-color: #efefef;
  border-radius: 6px;
  margin-top: 15px;
}
.formerlist-div1p a {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  text-decoration: none;
  color: #000000;
}
.value-readonly {
  border: none;
  background-color: #f6f6f6 !important;
}
.primary_crop {
  cursor: pointer;
}
.sorting-save-disabled {
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  padding: 10px 0;
}
.search-farmer-a {
  font-size: 10px !important;
}
.fermph-input,
.fermph-input:focus {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
#drying-approval-form label {
  font-weight: 600;
}
.dryingprogress-table thead th {
  background-color: #000000;
  color: #ffffff;
}
.dryingprogress-table .dataTables_filter {
  display: none !important;
}
.dryingprogress-table {
  margin-top: 0px !important;
}
/* #dryingprogress-table_wrapper .dataTables_filter {
  display: none !important;
} */
#dryingprogress-table {
  border: 0px solid #111;
  /* margin-top: 30px !important; */
}
#dryingprogress-table > thead > tr > th {
  border: 0px solid #111;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  text-align: center;
}
#dryingprogress-table > tbody > tr > td {
  border: 0px solid #111;
  border-bottom: 0.5px solid #11111130;
  font-size: 13px;
  text-align: center;
}
#dryingprogress-table_wrapper .paginate_button {
  background: transparent;
  padding: 0.1em 0.5em;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
}
#dryingprogress-table_wrapper .paginate_button.current {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff !important;
}
#dryingprogress-table_wrapper .paginate_button.previous {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#dryingprogress-table_wrapper .paginate_button.next {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#dryingprogress-table_wrapper .paginate_button.previous::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  transform: rotate(90deg);
  position: absolute;
  margin-left: -18px;
}
#dryingprogress-table_wrapper .paginate_button.next::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  position: absolute;
  margin-left: -25px;
  transform: rotate(-90deg);
}
#dryingprogress-table_wrapper .paginate_button.previous.disabled {
  /* display: none; */
}
#dryingprogress-table_wrapper .paginate_button.next.disabled {
  /* display: none; */
}
#dryingprogress-table_wrapper a {
  color: #000000;
}
/* #dryingprogress-table {
  padding-top: 20px;
} */
#dryingprogress-table_filter {
  margin: 0;
}
#dryingprogress-table_paginate {
  margin-top: 10px;
  float: none;
  text-align: center;
}
#dryingprogress-table_filter #search_i {
  width: 150px;
  z-index: 99999;
  position: absolute;
  top: -112px;
  right: 34px;
}
#dryingprogress-table_filter .i_search_p {
  right: 0;
  top: 30px;
}
#dryingprogress-table_filter input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
#dryingprogress-table_filter input {
  border: none;
}
#dryingprogress-table_filter input:focus,
#dryingprogress-table_filter input:focus:visited {
  border-bottom: 1px solid;
  border-radius: 0;
}
#dryingprogress-table_filter input:focus-visible {
  outline: none;
}
#dryingprogress-table_filter .ti-search:before {
  font-style: normal;
  color: #000000;
}
.invselectpurchaseid {
  display: block;
  width: 100%;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #000000;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  padding: 9px;
}
.invwasteaddproduceh4 {
  font-family: "Johnston ITC Std";
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000;
}
.invwasteaddlabels {
  font-family: "Johnston ITC Std";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  color: #1d1d1d;
  margin-top: 40px;
}
.invaddcancel {
  width: 100%;
  display: block;
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 114px;
  text-decoration: none;
  padding: 10px 0;
  margin-top: 50px;
}
.invaddsave {
  width: 100%;
  display: block;
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 114px;
  text-decoration: none;
  padding: 10px 0;
  margin-top: 50px;
}
.reportinvoice-table thead th {
  background-color: #000000;
  color: #ffffff;
}
.reportinvoice-table .dataTables_filter {
  display: none !important;
}
/* .reportinvoice-table {
  margin-top: 93px !important;
} */
#reportinvoice-table_wrapper .dataTables_filter {
  display: none !important;
}
#reportinvoice-table {
  border: 0px solid #111;
}
#reportinvoice-table > thead > tr > th {
  border: 0px solid #111;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  text-align: center;
}
#reportinvoice-table > tbody > tr > td {
  border: 0px solid #111;
  border-bottom: 0.5px solid #11111130;
  font-size: 13px;
  text-align: center;
}
#reportinvoice-table_wrapper .paginate_button {
  background: transparent;
  padding: 0.1em 0.5em;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
}
#reportinvoice-table_wrapper .paginate_button.current {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff !important;
}
#reportinvoice-table_wrapper .paginate_button.previous {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#reportinvoice-table_wrapper .paginate_button.next {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#reportinvoice-table_wrapper .paginate_button.previous::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  transform: rotate(90deg);
  position: absolute;
  margin-left: -18px;
}
#reportinvoice-table_wrapper .paginate_button.next::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  position: absolute;
  margin-left: -25px;
  transform: rotate(-90deg);
}
#reportinvoice-table_wrapper .paginate_button.previous.disabled {
  /* display: none; */
}
#reportinvoice-table_wrapper .paginate_button.next.disabled {
  /* display: none; */
}
#reportinvoice-table_wrapper a {
  color: #000000;
}
#reportinvoice-table {
  padding-top: 10px;
}
#reportinvoice-table_paginate {
  margin-top: 10px;
  float: none;
  text-align: center;
}
.inventorytablediv1 {
  padding-top: 58px;
}
.exportExcelinvreport {
  border: none;
  background-color: #000000;
  padding: 3px 10px;
  box-shadow: none;
  border-radius: 4px;
}
.invreportreset {
  border: none;
  box-shadow: none;
  background-color: #000000;
  color: #ffffff;
  font-family: "Johnston ITC Std";
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  padding: 3px 8px;
}
.daterange {
  width: 200px;
}
.inventoryreport-h4 {
  font-family: "Johnston ITC Std";
  font-size: 20px;
  font-weight: 700;
  margin-left: 15px;
}
.farmerdetails-purchasecount-span {
  color: #939393;
  font-size: 14px;
  font-weight: 400;
}
.temperaturegraphiframe-div {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
  height: 375px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.temp-graph-a.active {
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.temp-graph-a::after {
  /* content: url('../img/temperaturearrow.svg');
  font-size: 12px;
  width: 10px; */
  background-image: url("../img/temperaturearrowdown.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 3px 6px;
  display: inline-block;
  width: 20px;
  height: 16px;
  content: "";
}
.temp-graph-a.active::after {
  background-image: url("../img/temperaturearrow.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 3px 6px;
  display: inline-block;
  width: 20px;
  height: 16px;
  content: "";
}
.former-personalh31 {
  margin-bottom: 0;
  margin-top: 18px;
}
.searchiconp-grading {
  margin-top: 9px;
}
.sorting-table {
  margin-top: 17px !important;
}
.packegelabel-table {
  margin-top: 12px !important;
}
.searchbutton:focus {
  box-shadow: none;
}
#gradinglist-table_wrapper .dataTables_filter {
  display: none !important;
}
#gradinglist-table {
  border: 0px solid #111;
}
#gradinglist-table > thead > tr > th {
  border: 0px solid #111;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  text-align: center;
}
#gradinglist-table > tbody > tr > td {
  border: 0px solid #111;
  border-bottom: 0.5px solid #11111130;
  font-size: 13px;
  text-align: center;
}
#gradinglist-table_wrapper .paginate_button {
  background: transparent;
  padding: 0.1em 0.5em;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
}
#gradinglist-table_wrapper .paginate_button.current {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff !important;
}
#gradinglist-table_wrapper .paginate_button.previous {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#gradinglist-table_wrapper .paginate_button.next {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#gradinglist-table_wrapper .paginate_button.previous::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  transform: rotate(90deg);
  position: absolute;
  margin-left: -18px;
}
#gradinglist-table_wrapper .paginate_button.next::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  position: absolute;
  margin-left: -25px;
  transform: rotate(-90deg);
}
#gradinglist-table_wrapper .paginate_button.previous.disabled {
  /* display: none; */
}
#gradinglist-table_wrapper .paginate_button.next.disabled {
  /* display: none; */
}
#gradinglist-table_wrapper a {
  color: #000000;
}
#gradinglist-table {
  padding-top: 7px;
  margin-bottom: 50px;
}
#gradinglist-table_paginate {
  margin-top: 10px;
  float: none;
  text-align: center;
}
#gradinglist-table a {
  color: #000000;
}
.gradinglist-container {
  padding: 15px 0;
}
.formerlist-div1grading {
  margin-left: 0;
}
.grading-table-search {
  margin-top: 32px !important;
}
.cuttinglist-container {
  padding: 15px 0;
}
.cuttinglist-div1 {
  margin-left: 0;
}
.cuttingtable {
  padding-top: 7px !important;
}
.fermentationlist-container {
  padding: 15px 0;
}
.fermentationlist-div1 {
  margin-left: 0;
}
.fermentationlist {
  padding-top: 4px !important;
}
.sortinglist-container {
  padding: 15px 0;
}
.sortinglist-div1 {
  margin-left: 0;
}
.packinglabelinglist-container {
  padding: 15px 0;
}
.packinglabelinglist-div1 {
  margin-left: 0;
}
.rowboxeslist-container {
  padding: 15px 0;
}
.rowboxeslist-div1 {
  margin-left: 0;
}
.dryingtraylist-container {
  padding: 15px 0;
}
.dryingtraylist-div1 {
  margin-left: 0;
}
.dryingtraylisttable {
  margin-top: 62px !important;
}
.marketrateedit,
.marketrateedit:hover {
  color: #000000;
}
.inventorytabsdivone {
  margin-top: 27px;
}
.inventorytabsdivone1 {
  margin-top: 100px;
}
.dryinglistdivone {
  margin-top: 16px;
}
#searchdata .dryingtraylisttable {
  margin-top: 0 !important;
}
.dryinglistdivone .dryinglist-item {
  width: 49.99%;
}
.formerlist-container-invoice {
  padding: 15px 0;
}
.formerlist-div1-invoice {
  margin-left: 0;
}
.dryingtraypcol {
  padding-left: 0;
}
.purchasecarda {
  color: #000;
  text-decoration: none;
}
.fermentationlist thead th {
  background-color: #000000;
  color: #ffffff;
}
.fermentationlist .dataTables_filter {
  display: none !important;
}
.fermentationlist {
  margin-top: 0px !important;
}
#fermentationlist-table_wrapper .dataTables_filter {
  display: none !important;
}
#fermentationlist-table {
  border: 0px solid #111;
}
#fermentationlist-table > thead > tr > th {
  border: 0px solid #111;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  text-align: center;
}
#fermentationlist-table > tbody > tr > td {
  border: 0px solid #111;
  border-bottom: 0.5px solid #11111130;
  font-size: 13px;
  text-align: center;
}
#fermentationlist-table_wrapper .paginate_button {
  background: transparent;
  padding: 0.1em 0.5em;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
}
#fermentationlist-table_wrapper .paginate_button.current {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff !important;
}
#fermentationlist-table_wrapper .paginate_button.previous {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#fermentationlist-table_wrapper .paginate_button.next {
  background: transparent !important;
  padding: 0.1em 0.5em;
  border: 0px solid #c4c4c4;
  color: transparent !important;
}
#fermentationlist-table_wrapper .paginate_button.previous::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  transform: rotate(90deg);
  position: absolute;
  margin-left: -18px;
}
#fermentationlist-table_wrapper .paginate_button.next::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  position: absolute;
  margin-left: -25px;
  transform: rotate(-90deg);
}
#fermentationlist-table_wrapper .paginate_button.previous.disabled {
  /* display: none; */
}
#fermentationlist-table_wrapper .paginate_button.next.disabled {
  /* display: none; */
}
#fermentationlist-table_wrapper a {
  color: #000000;
}
#fermentationlist-table {
  padding-top: 20px;
}
#fermentationlist-table_paginate {
  margin-top: 10px;
  float: none;
  text-align: center;
}
@media (width: 360px) {
  .formerlist-div1p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .login-form .form-control {
    background-color: #353535;
    border-radius: 8px;
    padding: 18px;
    color: #8c8c8c;
  }
  .login-form .btn-lgnsub {
    padding: 15px;
    margin-top: 0px;
  }
  .noipad {
    display: none;
  }
  .ipad {
    display: block;
  }
  .bgheader {
    background-color: #000000;
    padding: 15px;
    /* top: 0;
        position: fixed;
        width: 100%; */
    box-shadow: 0 3px 6px #00000016;
  }
  .bgheader .formerlist-div1p {
    color: #fffaf7;
  }
  .bgheader .formerlist-div1img {
    margin-bottom: 4px;
  }
  .bgheader .formerlist-div1but {
    background-color: #ffffff;
    padding: 6px 22px;
  }
  .bgheader .formerlist-div1but a {
    color: #000000;
  }
  #paymentlist_wrapper .dataTables_paginate {
    float: unset;
    text-align: center;
    padding-top: 2.25em;
    position: fixed;
    left: 26%;
  }
  #paymentlist_wrapper .dataTables_paginate .previous {
    display: none;
  }
  #paymentlist_wrapper .dataTables_paginate .next {
    display: none;
  }
  #paymentlist_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #c4c4c4 !important;
    border-radius: 50%;
    background-color: #ffffff !important;
    background: #ffffff !important;
    color: #333 !important;
    font-weight: 700;
    margin-right: 8px;
  }
  #paymentlist_wrapper .dataTables_paginate .current {
    border: 1px solid #000 !important;
    border-radius: 50%;
    background-color: #000000 !important;
    background: #000000 !important;
    color: #ffffff !important;
    font-weight: 700;
  }
  a.disabled {
    pointer-events: none;
    color: #ccc;
  }
  a.disableddownload {
    pointer-events: none;
    color: #ccc !important;
  }
  .formerlist-div1-farmerapprove {
    position: unset;
    width: 100%;
    background: #ffffff;
    padding: 10px 10px 20px 10px;
    z-index: 9;
    /* top: 0; */
    margin-left: -15px;
    border-bottom: 1px solid #cfcfcf;
    margin-top: 65px;
  }
  #paymentlist_wrapper .dataTables_filter {
    position: fixed !important;
    right: 41px !important;
    top: 68px !important;
  }
  .farmer-details-top .nav-tabs .nav-link {
    width: auto;
  }
  .purchaselist-div2 {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .line-content {
    flex: 0 0 auto;
    margin: 6px;
    width: 48%;
    border-radius: 7px;
    cursor: pointer;
  }
  .purchase-paymentdoc-div p {
    font-size: 13px;
  }
  .purchase-fruitsreceipt-div p {
    font-size: 13px;
  }
  .purchaseapprove-card {
    margin: 20px 6px;
    flex: 1 0 auto;
    width: 48%;
  }
  .farmerlist-card-div1 {
    display: flex;
    flex-wrap: wrap;
  }
  .gradinglistcarddiv1 {
    display: flex;
    flex-wrap: wrap;
  }
  .farmerapproval-card-div1 {
    display: block;
  }
  .right {
    left: 0%;
  }
  .timeline::after {
    left: 6.5%;
  }
  .proceed-next-box007 {
    width: 100%;
  }
  .container1 {
    width: 100%;
  }
  .container1-first {
    padding: 0 5px 0 40px;
  }
  .new-timeline-div {
    margin-top: 15px;
  }
  .extenddrying-days-div1 {
    padding-bottom: 20px;
  }
  .searchiconp-farmerlist {
    margin-left: 20px;
    width: 20px;
  }
  .searchiconp-purchaseipad {
    width: 20px;
    margin-right: 0px;
  }
  .bgheader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    max-width: 820px;
  }
  .formerlist-div2 {
    margin-top: 70px;
    padding-bottom: 50px;
  }
  .testing12 {
    z-index: 999999;
  }
  .searchiconp-farmerlist {
    margin-top: 6px;
  }
  .offcanvas-start {
    z-index: 999999;
  }
  .formerlist-container {
    padding: 15px 20px;
    background-color: #ffffff;
  }
  .purchasehistory-maindiv {
    display: flex;
    flex-wrap: wrap;
  }
  .purchaselist-card {
    flex: 0 0 48%;
    margin: 7px;
  }
  .purchaselist-card-h3 {
    font-size: 16px;
  }
  .farmer-details-top {
    margin-top: 25px;
  }
  .farmeralist-card {
    margin: 7px;
    flex: 0 0 auto;
    width: 48%;
  }
  .purchaselist-div2 .purchaselist-card {
    margin: 0;
    border-radius: 0;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  .fermentationlist-container {
    max-width: 100%;
    padding: 26px 0;
  }
  .gradinglist-container {
    max-width: 100%;
    padding: 26px 0 15px 0;
  }
  .cuttinglist-container {
    max-width: 100%;
    padding: 26px 0 15px 0;
  }
  .dryinglist-container {
    padding: 36px 0 15px 0;
  }
  .sortinglist-container {
    /* max-width: 768px; */
    padding: 26px 0 15px 0;
  }
  .packinglabelinglist-container {
    /* max-width: 768px; */
    padding: 26px 0 15px 0;
  }
  .inventorylist-container {
    padding: 36px 0 15px 0;
  }
  /* .marketratelist-container{
    padding: 36px 0 15px 0;
  } */
  #marketpricetbl_paginate {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  #marketpricetbl_paginate .paginate_button {
    background: transparent;
    padding: 0.1em 0.5em;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
  }
  #marketpricetbl_paginate .paginate_button.current {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff !important;
  }
  .paymentslist-container {
    margin-top: 60px;
  }
  .dryingtraylist-container {
    max-width: 768px;
    padding: 0px 0 15px 0;
  }
  #row-boxes-table_wrapper .dataTables_filter {
    display: block !important;
    margin-top: 64px;
    margin-right: 10px;
  }
  .grandingtopcontainer-ipad {
    max-width: 768px;
  }
  .gradinglist-headp1 {
    position: absolute;
    top: 57px;
    left: 27px;
  }
  #dryinglistapproval_wrapper .dataTables_filter {
    display: block !important;
    margin-top: 3px;
    margin-right: 10px;
  }

  #dryingprogress-table_wrapper .dataTables_filter {
    display: block !important;
    margin-top: 3px;
    margin-right: 10px;
  }
  .fruitsgradingtablediv1 {
    position: relative;
  }
  .formerlist-div1 {
    max-width: 819px;
    margin-left: -19px;
  }
  .dryingtrayview-nav {
    max-width: 819px;
  }
  .paymentapprovesec2 {
    background-color: #ffffff;
    padding-top: 50px;
  }
  #searchdata1 {
    display: flex;
    flex-wrap: wrap;
  }
  #searchdata1 .farmer-card {
    flex: 0 0 48%;
    margin: 6px;
  }
  #gradinglist-table_wrapper .dataTables_filter {
    display: block !important;
    margin-top: 54px;
    margin-right: 10px;
  }
  #gradinglist-table_filter input {
    border: none;
    border-radius: 0px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
    border-bottom: 1px solid #aaa;
  }
  #gradinglist-table_filter input:focus-visible {
    outline: none;
  }
  #gradinglist-table_filter .i_search_p {
    color: #000000;
    top: 65px;
    font-size: 16px;
  }
  #gradinglist-table_filter .ti-search:before {
    font-style: normal;
  }
  .inventorytabsdivone {
    margin-top: 31px;
  }
  .inventorytabsdivone1 {
    margin-top: 31px;
  }
  .dryinglistdivone {
    margin-top: 31px;
  }
  #row-boxes-table_filter input {
    border: none;
    border-radius: 0px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
    border-bottom: 1px solid #aaa;
  }
  #row-boxes-table_filter input:focus-visible {
    outline: none;
  }
  #row-boxes-table_filter .i_search_p {
    color: #000000;
    top: 75px;
    font-size: 16px;
  }
  #row-boxes-table_filter .ti-search:before {
    font-style: normal;
  }
  #dryingprogress-table_filter #search_i {
    top: -101px;
  }
  #dryingprogress-table_filter input:focus,
  #dryingprogress-table_filter input:focus:visited {
    border-radius: 0;
    border-bottom: 1px solid #ffffff;
  }
  #dryingprogress-table_filter .ti-search:before {
    color: #ffffff;
  }
  #dryinglistapproval_filter .ti-search:before {
    color: #ffffff;
  }
  #dryinglistapproval_filter input:focus,
  #dryinglistapproval_filter input:focus:visited {
    border-radius: 0;
    border-bottom: 1px solid #ffffff;
  }
  .formerlist-container-invoice {
    padding: 15px 0;
  }
  /* #cuttinglist-table_wrapper .dataTables_filter{
    display: block !important;
  } */
  #cuttinglist-table_wrapper .dataTables_filter {
    display: block !important;
    margin-top: 54px;
    margin-right: 10px;
  }
  #cuttinglist-table_wrapper input {
    border: none;
    border-radius: 0px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
    border-bottom: 1px solid #aaa;
  }
  #cuttinglist-table_wrapper input:focus-visible {
    outline: none;
  }
  #cuttinglist-table_wrapper .i_search_p {
    color: #000000;
    top: 65px;
    font-size: 16px;
  }
  #cuttinglist-table_wrapper .ti-search:before {
    font-style: normal;
  }
  .cuttingtable {
    margin-top: 102px !important;
  }
  .fermentationlist {
    margin-top: 102px !important;
  }
  #fermentationlist-table_wrapper .dataTables_filter {
    display: block !important;
    margin-top: 60px;
    margin-right: 10px;
  }
  #fermentationlist-table_wrapper input {
    border: none;
    border-radius: 0px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
    border-bottom: 1px solid #aaa;
  }
  #fermentationlist-table_wrapper input:focus-visible {
    outline: none;
  }
  #fermentationlist-table_wrapper .i_search_p {
    color: #000000;
    top: 70px;
    font-size: 16px;
  }
  #fermentationlist-table_wrapper .ti-search:before {
    font-style: normal;
  }
  .fermentationlist-headp1 {
    position: absolute;
    top: 62px;
    left: 27px;
  }
  .formerapprovedetails-div1p {
    margin-left: 25px;
  }
  #paymentlist thead th {
    background-color: #000000;
    color: #ffffff;
    border-width: 0;
  }
  #paymentlist tbody td {
    border-width: 0;
  }
  #paymentlist tbody td:last-child {
    text-align: center;
  }
  #paymentlist_filter #search_i input {
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
  }
  #paymentlist_filter #search_i .i_search_p {
    color: #000000;
  }
  #paymentlist_filter #search_i .ti-search:before {
    font-style: normal;
  }
  #paymentlist_filter #search_i input:focus-visible {
    outline: none;
  }
  .paymentlist-div1p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 25px;
  }
}
@media (width: 768px) {
  .timeline::after {
    left: 7%;
  }
  .formerlist-container {
    max-width: 768px;
    padding: 15px;
  }
  .formerlist-div1 {
    margin-left: -15px;
  }
}
@media (min-width: 820px) {
  .dryinglistdivone {
    margin-top: 9px;
  }
  .sortinglist-container {
    padding: 0 0 15px 0;
  }
  .inventorytabsdivone {
    margin-top: 9px;
  }
  .inventorytabsdivone1 {
    margin-top: 9px;
  }
  #search_i {
    margin-top: -7px;
  }
  #row-boxes-table_filter .i_search_p {
    top: 67px;
  }
  /* #gradinglist-table_filter .i_search_p{
    top: 77px;
  } */
  .sortingrespdiv {
    margin-top: 17px;
  }
  #row-boxes-table_wrapper .dataTables_filter {
    margin-top: 45px;
  }
  .formerapprovedetails-div1p {
    margin-left: 15px;
  }
  #cuttinglist-table_wrapper .dataTables_filter {
    margin-top: 42px;
  }
  #gradinglist-table_wrapper .dataTables_filter {
    margin-top: 42px;
  }
  #fermentationlist-table_wrapper .dataTables_filter {
    margin-top: 44px;
  }
  #dryingprogress-table_filter #search_i {
    top: -115px;
  }
  #dryinglistapproval_filter #search_i {
    top: -117px;
  }
  #paymentlist_wrapper .dataTables_filter {
    position: absolute !important;
  }
  .paymentlist-div1p {
    position: absolute;
    top: 80px;
  }
  #paymentlist {
    margin-top: 35px;
  }
  #paymentlist_wrapper .dataTables_filter {
    position: absolute;
    top: -62px !important;
  }
  #paymentlist_filter #search_i .i_search_p {
    top: 25px;
  }
  .paymentlist-div1p {
    margin-top: 8px;
  }
  .dryingtraylist-container {
    padding: 20px 0;
  }
}
.hidedot .fermentation-box-div1::after {
  display: none;
}
.bag-wt {
  font-size: 15px;
  line-height: 30px;
  color: #000000;
}
.newbtn span {
  color: #7b7b7b;
  font-weight: 400;
}
.tab-head-po {
  font-size: 16px;
  line-height: 38px;
  color: #000000;
  text-align: left;
  padding-left: 10px;
}
.weight-sj {
  font-size: 14px;
  line-height: 50px;
  color: #272727;
  font-weight: 500;
}
.disabled-addmore {
  opacity: 0.6;
  pointer-events: none;
}
.text-deco {
  text-decoration: none;
}
.locationimg {
  font-weight: 500 !important;
  padding: 15px 25px;
  margin: 12px 0 8px 0;
  display: flex;
  align-items: center;
}
.locationimg img {
  width: 15px;
  margin-right: 5px;
}
.locationimg .location {
  display: block;
}
.locationimg .location-white {
  display: none;
}
.locationimg:hover .location {
  display: none;
}
.locationimg:hover .location-white {
  display: block;
}
.locationimg:focus {
  box-shadow: none !important;
}
.print-label-btn {
  width: 30%;
  margin: 20px 20px 0 20px;
  padding: 12px 0;
}
@media (max-width: 768px) {
  .print-label-btn {
    width: 43%;
    margin: 20px 5px 0 5px;
    padding: 12px 0;
    font-size: 13px;
  }
}
.couverturelist-item {
  width: 50%;
}
.couverturelist-item .active {
  background-color: #fff !important;
  border-radius: 0 !important;
  border-bottom: none !important;
  border-top: 1px solid #dedede !important;
  color: #000 !important;
}
.totalcocoa-bags {
  font-size: 16px;
  line-height: 38px;
  color: #000000;
  text-align: left;
  padding-left: 10px;
  padding: 30px 0px 10px 10px;
}
.start-couverture {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 157.69%;
  text-align: center;
  color: #000000;
  padding: 8px 35px;
  border: 1px solid #000000;
  border-radius: 81px;
  text-decoration: none;
}
.start-couverture:hover {
  color: #fff;
  background-color: #000000;
}
.start-couverture-div {
  text-align: right;
  padding: 35px 30px 0 0;
}
.start-couverture {
  padding: 8px 15px;
  font-size: 12px;
  margin-right: 26px;
}
@media (max-width: 378px) {
  .start-couverture {
    margin-right: 0;
  }
}
.cocoapercentage-input {
  background-color: #fff;
  border: 1px solid #999999;
  margin-top: 10px;
}
.cocoapercentage-label {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 33px;

  color: #000000;
}
.selectcocoabeans-p {
  font-family: "Johnston ITC Std";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 33px;
  text-align: left;
  color: #000000;
  margin: 20px 0 20px 0;
}
.couvertureqty-div {
  margin-top: 45px;
}
.enterweight-input {
  background-color: #fff;
  border: 1px solid #999999;
  padding: 8px 12px;
}
.cocoapercentage-view {
  font-family: "Johnston ITC Std";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 116.7%;
  color: #272727;
  margin: 0;
}
.bagid-view {
  /* font-family: 'Johnston ITC Std'; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #000000;
  margin: 0;
}
.couvertureid-div-mapping {
  margin-bottom: 20px;
}
.couvertureid-view-mapping {
  /* font-family: 'Johnston ITC Std'; */
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  margin: 0;
}
.linkedproduct-card {
  padding: 25px;
  background-color: #f6f6f6;
  border-radius: 16px;
  margin-bottom: 25px;
}
.linkedproduct-p {
  font-family: "Johnston ITC Std";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 0;
}
.select-product-cat-p {
  font-family: "Johnston ITC Std";
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000000;
  margin-top: 30px;
}
.productcreated-p {
  font-family: "Johnston ITC Std";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 157.69%;
  color: #000000;
}
.productcreated-p span {
  color: #666666;
}
.productedit-a {
  font-family: "Johnston ITC Std";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #303030;
}
.productedit-a:hover {
  color: #303030;
}
.productsid-view-p1 {
  font-family: "Johnston ITC Std";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 0 0 0px 0;
}
.productsid-view-p2 {
  font-family: "Johnston ITC Std";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #272727;
  margin: 0 0 35px 0;
}
.productlistrespdiv #row-boxes-table_wrapper .dataTables_filter {
  display: none !important;
}
.productlistrespdiv #row-boxes-table {
  margin-top: 14px !important;
}
@media (max-width: 768px) {
  .start-couverture-div {
    padding: 35px 5px 0 0;
  }
  .productlistrespdiv {
    margin-top: 14px;
  }
}

.formerlist-div1buttop {
  position: relative;
  top: -108px;
  z-index: 9;
}

.rowdel {
  position: relative;
  left: -13px;
  top: 0.5px;
}
.totalwastebeansweightpos {
  position: absolute;
}

.couverture-head {
  position: absolute;
  max-width: 820px;
  width: 100%;
  top: 40px;
}

@media (min-width: 768px) {
  .start-couverture-div {
    padding: 35px 5px 0 0;
  }
  .productlistrespdiv {
    margin-top: 14px;
  }
}

.cocoaqty-label {
  text-transform: capitalize;
}

.tabs-dryinglistcov {
  margin-top: 66px;
}

.rowdelFirst {
  top: 32px;
}

.visbhiddenqty {
  visibility: hidden;
}
