body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1180px;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(./font/Poppins-Regular.woff) format("woff"),
    url(./font/Poppins-Regular.woff2) format("woff2");
}

.header {
    /*background-image: url(./images/header-img.png);*/
    background-image: url('images/1920x290 banner (1).jpg');
    background-repeat: no-repeat;
    height: 160px;
    width: 100%;
    background-size: cover;
    position: relative;
}
/*.heading {
  font-family: "Poppins-Regular";
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.line {
  height: 1px;
  width: 200px;
  background-color: #fff;
  margin-left: 10px;
}*/
 
.heading-content {
  padding-left: 135px;
}
.heading-text {
  color: #fff;
  font-family: "Poppins-Regular";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
 
.headings {
  font-family: "Poppins-Regular";
  font-size: 24px;
  font-weight: 600;
  color: #000;
  position: relative;
}
 
.packet-img img {
  width: 250px;
  margin-top: 60px;
}
 
.location-box {
  margin-top: -90px;
}
.filter-box {
  display: flex;
  align-items: center;
}
.unit-code {
  width: 170px;
  margin-right: 20px;
  position: relative;
}
.filters {
  margin-top: 10px;
}
.form-control:focus {
  box-shadow: none !important;
}
.select-input {
  border-radius: 3px !important;
  border: 1px solid #d7d7d7 !important;
  background: #fff !important;
  height: 35px;
  font-family: "Poppins-Regular";
  padding: 5px 15px;
  color: #000;
  webkit-appearance: initial;
  text-indent: 20px;
}
.select-img {
  position: absolute;
  top: 4px;
  left: 8px;
}
.select-img img {
  height: 15px;
  width: 15px;
  object-fit: contain;
}
 
.container {
  position: relative;
}
 
table {
  width: 100%;
  border-spacing: 0;
  background-color: #ffffff;
  font-size: 14px;
}
 
thead th {
  color: #7a7a7a;
  text-align: left;
  background-color: #f9fafc;
}
 
thead th,
tbody td {
  padding: 14px;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
 
tbody td:first-child {
  border-left: 4px solid transparent;
  transition: all ease 0.3s;
}
 
tbody tr:last-child td {
  border-bottom: 0;
}
 
tbody tr:hover {
  background-color: #f7f9fc;
}
 
tbody tr:hover td:first-child {
  border-left-color: #0f6fde;
}
 
td.status {
  text-align: center;
}
 
td.status span {
  font-size: 12px;
  border-radius: 3px;
  padding: 4px 8px;
}
 
td.status span.approved {
  color: #ffffff;
  background-color: #00c455;
}
 
td.status span.decline {
  color: #ffffff;
  background-color: #f13426;
}
 
td.status span.pending {
  color: #132d4a;
  background-color: #ebf0f5;
}
 
#toggleView:checked ~ table thead {
  display: none;
}
 
#toggleView:checked ~ table tbody {
  display: flex;
  flex-wrap: wrap;
  padding: 4px;
}
 
#toggleView:checked ~ table tbody tr,
#toggleView:checked ~ table tbody td {
  display: block;
  border: 0;
}
 
#toggleView:checked ~ table tbody td {
  padding: 4px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Poppins-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  align-items: center;
}
 
#toggleView:checked ~ table tbody td:before {
  content: attr(data-name);
  color: #000;
  font-family: "Poppins-Regular";
  font-size: 14px;
  font-weight: 500;
  width: 40%;
}
 
/* #toggleView:checked ~ table tbody #unitCodes:before {
    content: url("./images/store-icon.png") attr(data-name);
  }
 
  #toggleView:checked ~ table tbody #locations:before {
    content: url("./images/location-icon.png") attr(data-name);
  }
 
  #toggleView:checked ~ table tbody #locations1:before {
    content: url("./images/location-icon.png") attr(data-name);
  }
 
  #toggleView:checked ~ table tbody #FSSAI:before {
    content: url("./images/file-black.png") attr(data-name);
  } */
 
/* #toggleView:checked ~ table tbody #unitCodes:before {
    content: attr(data-name) url;
  } */
 
.dots {
  display: none;
}
 
#toggleView:checked ~ table tbody td.status {
  position: absolute;
  top: 4px;
  right: 4px;
}
 
#toggleView:checked ~ table tbody tr {
  position: relative;
  width: calc(100% - 8px);
  border: 1px solid #e7e7e7;
  padding: 8px;
  margin: 4px;
}
.table-box {
    margin-top: 15px;
    position: relative;
    padding-right: 30px;
    margin-bottom: 60px;
}
.table-heading {
  border-radius: 5px;
  background-color: #ee2f24;
}
 
.unit_code {
  width: 10%;
}
.brand {
  width: 10%;
}
.locations {
  width: 15%;
}
.search_input {
  height: 35px !important;
  border-radius: 3px;
  background: #f0f0f0;
  padding: 5px 25px;
  border: 1px solid #d7d7d7 !important;
}
.all-table {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  background: #fff;
  height: 40vh;
}
table {
  border-collapse: inherit;
}
.table-headings tr th {
    background: #005aab;
    color: #fff;
    font-family: "Poppins-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.table-headings tr {
  border-radius: 5px;
}
thead th {
  color: #7a7a7a;
  text-align: left;
  background-color: #e19059;
}
.table-heading :last-child {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px;
}
.table-heading :first-child {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px;
  width: 11%;
}
.store-img {
  height: 15px;
}
.search-btn {
    border: none;
    padding: 6px 30px;
    background: #fdb913;
    height: 35px;
    border-radius: 3px;
    font-family: "Poppins-Regular";
}
.buttons {
  position: relative;
}
.search-icons {
  position: absolute;
  top: 4px;
  left: 8px;
}
.search-icons img {
  height: 15px;
}
.left-imges-table {
  position: fixed;
  bottom: 0px;
  left: 0px;
}
.right-imges-table {
  position: fixed;
  right: 0px;
  bottom: 0px;
}
.left-imges-table img {
  height: 200px;
}
.right-imges-table img {
  height: 120px;
}
thead tr:nth-child(1) th {
  position: sticky;
  top: 0;
  z-index: 10;
}
 
.packet-img {
  text-align: center;
}
.mb_60 {
    margin-bottom: 60px;
}
/*.heading::after {
  content: "";
  height: 1px;
  width: 200px;
  background-color: #fff;
  position: absolute;
  top: 18px;
  left: 210px;
}*/
.headings::after {
  content: "";
  height: 1px;
  width: 150px;
  background-color: #000;
  position: absolute;
  top: 18px;
  left: 450px;
}
.content-box {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}
img.store-img {
  width: 20px !important;
  height: auto;
}
.check-boxs {
  display: none;
}
.grid-text {
  display: none;
}
tbody td {
  padding: 10px 14px !important;
}
p.unitCode {
  margin: 0px;
  width: 100%;
}
 
.footer-first {
  display: none;
}
th.brand_name {
  width: 11%;
}
.fssai {
  width: 14%;
}
.harvest-logo {
  position: absolute;
  right: 0;
  top: 0;
}
.harvest-logo img {
  height: 100px;
}
.harvest-logo {
  position: absolute;
  right: 30px;
  top: 30px;
}
 
.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-head {
  width: 60%;
  padding-bottom: 60px;
}
.right-head {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.logo-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 160px;
  padding-left: 70px;
}
.logo-left img {
  height: 120px;
  cursor: pointer;
}
.logo-right img {
  height: 80px;
  cursor: pointer;
}
.logo-right {
  text-align: center;
}
.bread-logo-box {
  display: flex;
  justify-content: end;
  padding-right: 20px;
  margin-top: -28px;
}
.bread-logo-box img {
  height: 150px;
}
.green-logo-box {
  display: flex;
  align-items: center;
  justify-content: end;
}
.green-logo-box img {
  height: 15px;
  margin-right: 5px;
}
.green-logo-box p {
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Poppins-Regular";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
.sub-heading p {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Poppins-Regular";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  margin-left: 5px;
}
.sub-heading {
  border-left: 2px solid #EE2F24;
}
@media (max-width: 1300px) {
  .left-imges-table img {
    display: none;
  }
  .right-imges-table img {
    display: none;
  }
}
 
@media (max-width: 1150px) {
  .table-box {
    padding-right: 0px;
  }
  .left-imges-table img {
    display: none;
  }
  .right-imges-table img {
    display: none;
  }
  .logo-box {
    padding-left: 110px;
  }
  .logo-left img {
    height: 100px;
  }
  .logo-right img {
    height: 70px;
  }
  .headings::after {
    display: none;
  }
}
 
@media (max-width: 900px) {
  .all-table {
    height: auto;
  }
  .content-box {
    position: relative;
  }
  .harvest-logo img {
    height: 70px;
  }
  .packet-img img {
    width: 210px;
    margin-top: 60px;
  }
  .heading::after {
    width: 110px;
  }
  .left-head {
    width: 60%;
    padding-bottom: 45px;
  }
  .headings::after {
    width: 110px;
  }
  .logo-box {
    height: 160px;
    padding-left: 100px;
  }
 
  .logo-left img {
    height: 100px;
  }
  .logo-right img {
    height: 65px;
  }
  .bread-logo-box {
    padding-right: 0px;
    justify-content: center;
    margin-top: -42px;
  }
  .bread-logo-box img {
    height: 140px;
  }
  .location-box {
    margin-top: 0px;
  }
  .headings {
    margin-top: 15px;
    font-size: 22px;
  }
  .green-logo-box img {
    height: 15px;
    margin-right: 5px;
  }
  .green-logo-box {
    justify-content: center;
    margin-top: 5px;
  }
  .table-box {
    padding-right: 0px;
  }
}
 
@media (max-width: 768px) {
  .table-box {
    padding-right: 0px;
  }
  .packet-img img {
    width: 200px;
  }
  .left-imges-table img {
    display: none;
  }
  .right-imges-table img {
    display: none;
  }
  .table-heading :first-child {
    width: 17%;
  }
  th.locations {
    width: 17%;
  }
  th.brand {
    width: 17%;
  }
  .location-box {
    margin-top: 20px;
  }
  .content-box {
    position: relative;
  }
  .all-table {
    height: 100%;
  }
  .heading::after {
    display: none;
  }
  .heading-content {
    padding-left: 50px;
    padding-top: 15px;
    text-align: center;
  }
  .headings::after {
    display: none;
  }
  .headings {
    font-size: 22px;
  }
  .harvest-logo {
    position: absolute;
    right: 30px;
    top: 22px;
  }
 
  .logo-box {
    height: 160px;
    padding-left: 100px;
  }
 
  .logo-left img {
    height: 80px;
  }
  .logo-right img {
    height: 50px;
  }
  .bread-logo-box {
    justify-content: center;
    padding-right: 0px;
  }
  .bread-logo-box img {
    height: 120px;
  }
  .bread-logo-box {
    margin-top: -38px;
  }
  .green-logo-box img {
    height: 15px;
    margin-right: 5px;
  }
  .green-logo-box {
    justify-content: center;
    margin-top: 5px;
  }
}
 
@media (max-width: 600px) {
  .harvest-logo {
    position: absolute;
    right: 20px;
    top: 24px;
  }
  .heading {
    font-size: 16px;
  }
  .line {
    display: none;
  }
  .packet-img img {
    width: 150px;
  }
  .heading-text {
    font-size: 10px;
  }
  .heading::after {
    display: none;
  }
  .header {
    height: 140px;
  }
  .packet-img img {
    margin-top: 0px;
  }
  .heading-content {
    padding-top: 15px;
    text-align: center;
    padding-left: 0px;
  }
  .left-imges-table img {
    display: none;
  }
  .right-imges-table img {
    display: none;
  }
  .location-box {
    margin-top: 15px;
  }
  .headings {
    text-align: center;
    font-size: 18px;
  }
  .headings::after {
    display: none;
  }
  select#unit_code_select {
    font-size: 13px;
  }
  select#location_select {
    font-size: 13px;
  }
  .unit-code {
    margin-right: 5px;
  }
  button#search {
    font-size: 11px;
    color: #000000;
  }
  .search-btn {
    padding: 5px 22px;
  }
  .select-input {
    padding: 5px 6px;
    webkit-appearance: initial;
    text-indent: 20px;
  }
  .search-icons img {
    height: 12px;
  }
  tbody td {
    padding: 5px 14px !important;
  }
  .content-box {
    position: relative;
  }
  .all-table {
    height: 100%;
  }
  .dots {
    display: block;
    width: 10%;
    font-size: 16px;
    color: #000;
    font-weight: 500;
  }
  .footer-first {
    position: relative;
  }
  .fimg {
    display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
  }
 
  .simg {
    display: block;
    width: 100%;
    height: 170px;
    object-fit: contain;
    object-position: left;
  }
  .second-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .footer-first {
    display: block;
  }
  .harvest-logo img {
    height: 70px;
  }
 
  .header-box {
    display: block;
  }
 
  .left-head {
    width: 100%;
  }
 
  .right-head {
    width: 100%;
    display: block;
  }
  .heading-content {
    padding-top: 15px;
    text-align: center;
    padding-left: 0px;
  }
  .left-head {
    padding-bottom: 5px;
  }
 
  .logo-box {
    height: 115px;
    padding-left: 90px;
  }
 
  .logo-left img {
    height: 70px;
  }
  .logo-right img {
    height: 50px;
  }
  .bread-logo-box {
    justify-content: center;
    padding-right: 0px;
  }
  .bread-logo-box img {
    height: 100px;
  }
  .green-logo-box img {
    height: 15px;
    margin-right: 5px;
  }
  .green-logo-box {
    justify-content: center;
    margin-top: 5px;
  }
  .table-box {
    padding-right: 0px;
  }
}
