/*=====Reset CSS======*/
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none !important;
  font-style: normal;
}

button {
  border: none;
}

a:focus,
button:focus,
input:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a,
label,
span {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
  color: inherit;
}

*,
::after,
::before {
  box-sizing: border-box;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

figure {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

figure img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.text-center {
  text-align: center;
}

body {
  font-style: normal;
  font-weight: 300;
  min-height: 100%;
  background-color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  position: relative;
  z-index: -1;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}
.active_nav {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.svg_container {
  display: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

/***** header start *************/
.hedr {
  transition: all 600ms ease-in-out;
  background: #fff;
  width: 100%;
  z-index: 1;
}

/*.nav_item.active a {
    color: #41b0c0;
}*/

.logo_img {
  max-width: 350px;
}

.MuiListItemIcon-root span {
  font-size: 2rem !important;
  font-weight: 200;
}

.MuiListItemText-root p {
  font-weight: 300;
}
.MuiListItemIcon-root svg {
  font-size: 2rem !important;
  font-weight: 200;
  margin-right: 10px;
}
.nav_item a:hover {
  color: #41b0c0;
}

/* navbar ****************/
.nav_menu {
  display: flex;
  align-items: center;
  margin: auto;
}

.nav_menu_top {
  display: flex;
  align-items: center;
}

/*
.navbar .nav_link {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: normal;
    color: #040413;
    font-weight: 300;
    text-transform: uppercase;
}
*/

.navbar .nav_item + .nav_item {
  margin-left: 0px;
}

.navbar .nav_link {
  height: 44px;
  /*border-radius: 5px;*/
  background-color: #41b0c0;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  border: 1px solid #41b0c0;
  display: flex;
  align-items: center;
  justify-content: center;

}

.navbar .nav_link:hover {
  background: transparent;
  color: #f1f1f6;
  border-color: #24245e;
}

.navbar_brand img {
  max-width: 350px;
}

.navbar_brand {
  margin-left: -100px;
  margin-top: 50px;
}

.nav_function {
  margin-left: 44px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav_function a {
  position: relative;
}

.navmenumain {
  display: flex;
  align-items: center;
  width: 100%;
}

.navmenumain .nav_menu_top {
  width: 100%;
}

.navmenumain .nav_menu_top .nav_item {
  width: 18%;
}

.navmenumain .nav_menu_top .nav_item .nav_link {
  width: 100%;
}

.cart_item {
  position: absolute;
  background: #323a3d;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  right: -10px;
  top: -6px;
}

.nav_function i .cart_item {
  width: 14px;
  height: 13px;
  border-radius: 7px;
  background-color: #fa4c4e;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 13px;
  font-weight: 400;
  position: absolute;
  top: -2px;
  right: -7px;
}

.nav_function select {
  font-size: 14px;
  color: #0b0a0a;
  font-weight: 400;
  width: 84px;
  height: 43px;
  border-radius: 21px;
  border: 1px solid #040404;
}

.hedr .navbar {
  position: relative;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 0px;
  min-height: 110px;
}

.nav_togge_btn {
  display: none;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

.nav_item2 .nav_link2 {
  min-width: 180px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff6a00;
  border-radius: 100px;
  border: 2px solid #09101a;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
  outline: 4px solid #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 400;
}

.nav_item2 .nav_link2:hover {
  color: #fff;
  background: #09101a;
}

/* mobile nav toggle buttom  ********/
.nav_togge_btn {
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 99;
  top: -7px;

}

.nav_togge_btn.opened {
  position: fixed;
  right: 0;
  top: 7px;
  right: 7px;
}

.line {
  fill: none;
  stroke: #000;
  stroke-width: 5;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
  stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 5;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 5;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 5;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 5;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 5;
}

/***** header end *************/

/* start global heading */
p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 25px;
  color: #202020;
  font-weight: 400;
}

.clor {
  color: #000;
}

.glb_btn {
  width: 190px;
  height: 53px;
  border-radius: 5px;
  background-color: #41b0c0;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  border: 1px solid #41b0c0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glb_btn:hover {
  background: transparent;
  color: #41b0c0;
  border-color: #41b0c0;
}

/* start bannersect */
.bannersect {
  position: relative;
}

.bannersect .bancont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.sheapcontbox {
  max-width: 730px;
  background-repeat: repeat;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.sheapcontbox h6 {
  font-size: 14px;
  letter-spacing: 4px;
  line-height: 32px;
  text-transform: uppercase;
  color: #49b4c3;
  font-weight: 300;
  margin-bottom: 10px;
}

.sheapcontbox h1 {
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 54px;
  text-transform: uppercase;
  color: #040413;
  font-weight: 300;
  margin-bottom: 10px;
}

.sheapcontbox p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 32px;
  color: #040413;
  font-weight: 300;
}

.sheapcontbox .glb_btn {
  margin: 30px auto 0;
}

.arrowbox {
  width: 16px;
  margin: 40px auto 0;
}

/* end bannersect */


/* start groceriesect */
.groceriesect {
  width: 100%;
  position: relative;
  padding: 90px 0px;
}

.grocheading h2 {
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 54px;
  text-transform: uppercase;
  color: #040413;
  font-weight: 300;
}

.grocheading {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 800px;
}

.containerbig {
  max-width: 1306px;
  margin: 0 auto;
  padding: 0px 15px;
}

.formdiv {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dedede;
  padding: 20px 15px;
}

.formdiv h6 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 32px;
  color: #555555;
  font-weight: 600;
}

/* start check */
.agree_check {
  padding-left: 35px;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0px;
}

.agree_check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0px;
}

.agree_check [type="checkbox"]:checked,
.agree_check [type="checkbox"]:not(:checked) {
  display: none;
  box-sizing: border-box;
  padding: 0;
  line-height: normal;
}

.agree_check .checkmark {
  border-radius: 2px;
  border: 1px solid #767676;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.check_responsive {
  display: none;
}

.nutrient_selector {
  margin-left: auto;
  margin-right: auto;
}


.agree_check input[type="checkbox"]:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
  top: 3px;
  left: 7px;
  height: 12px;
  width: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  content: "";
  position: absolute;
  transition: all 0.3s ease;
}

.agree_check input[type="checkbox"]:checked ~ .checkmark {
  background-color: #41afbf;
  border: 1px solid #41afbf;
}

.form-label {
  font-size: 14px;
  letter-spacing: 1px;
  color: #a2a2a2;
  font-weight: 400;
  margin: 0px;
}

.checkboxsect {
  display: flex;
  align-items: center;
  margin: 20px 0px 26px;
  padding: 0px 40px;
}

.checkboxsect h5 {
  font-size: 16px;
  letter-spacing: 1px;
  color: #41b0c0;
  font-weight: 400;
}

.checkboxsect .agree_check2 {
  margin-left: 20px;
}

/* end check */


.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  width: fit-content;
  background: #fff;
  padding: 0px 10px;
  margin: 0px 5px;
  transform: scale() translateY(-0.5rem) translateX(0.15rem);
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #595959;
  font-weight: 400;
}

.form-floating > .form-control {
  padding: 15px;
  min-height: 50px;
}

.form-floating > label {
  height: fit-content;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #595959;
  font-weight: 400;
  white-space: nowrap;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #dedede;
}

.form-control {
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #dedede;
}

.forminfo {
  width: 100%;
  border-radius: 8px;
  background-color: #fafafa;
  padding: 0px 40px;
  margin-top: 40px;
}

.forminfo ul {
  margin: 0px;
  padding: 0px;
}

.forminfo ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
}

.forminfo ul li h6 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #656565;
  font-weight: 400;
  padding: 0px;
}

.forminfo ul li + li {
  border-top: 1px solid #f1f1f1;
}

.formdiv h6 {
  padding: 0px 40px;
}

.formdiv form {
  padding: 0px 40px;
}

.caloriesect {
  border-radius: 8px;
  filter: drop-shadow(0px 14px 16px rgba(141, 141, 141, 0.04));
  background-color: #ffffff;
  border: 1px solid rgba(222, 222, 222, 0.43);
  padding: 15px 25px;
}

.greayheading h3 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 32px;
  color: #41b0c0;
  font-weight: 400;
}

.greayheading {
  background: #f8f8f8;
  padding: 0px 15px;
}

.parameterbox li h6 {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 32px;
  color: #555555;
  font-weight: 400;
}

.parameterbox li h5 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 35px;
  color: #a2a2a2;
  font-weight: 400;
}

.parameterbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  margin-top: 10px;
}

.parameterbox::before {
  content: "";
  width: 95%;
  height: 1px;
  position: absolute;
  left: 0;
  background: #f8f8f8;
  right: 0;
  margin: 0 auto;
  top: 30px;
}

.parameterbox {
  position: relative;
}

.mt10 {
  margin-top: 10px;
}

.chartimgbox {
  min-width: 50%;
  border-radius: 8px;
  filter: drop-shadow(0px 14px 16px rgba(141, 141, 141, 0.04));
  background-color: #ffffff;
  border: 1px solid rgba(222, 222, 222, 0.43);
  padding: 15px 25px;
  text-align: center;
}

.chartbox {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.chartimgbox img {
  width: 100%;
  margin-top: 15px;
}

/* end groceriesect */

/* start footer */
.footermain {
  width: 100%;
  position: relative;
  background: #f6f6f9;
  padding: 65px 0px 0px;
}

.footermain h4 {
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 31px;
  color: #040413;
  font-weight: 400;
  margin-bottom: 30px;
}

.footermain ul li a {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 32px;
  text-transform: uppercase;
  color: #040413;
  font-weight: 300;
}

.footerimg {
  max-width: 440px;
}

.footlink_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 34px;
}

.pl100 {
  padding-left: 120px;
}

.bdr2 {
  border-left: 1px solid #dfdfe1;
  border-right: 1px solid #dfdfe1;
}

.footbottomsect {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px;
  border-top: 1px solid #dedee1;
  margin-top: 70px;
}

.footbottomsect p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 32px;
  color: #040413;
  font-weight: 300;
}

.footbottomsect ul {
  display: flex;
  align-items: center;
}

.footbottomsect ul li a {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: normal;
  color: #040413;
  font-weight: 300;
  text-transform: none;
  padding: 0px 40px;
}

.footbottomsect ul li:first-child {
  border-right: 1px solid #040413;
}

/* end footer */

/* start radio */
.agree_check2 {
  padding-left: 35px;
  display: flex;
  align-items: center;
  height: 27px;
  position: relative;
}

.agree_check2 input[type="cradio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0px;
}

.agree_check2 [type="radio"]:checked,
.agree_check2 [type="radio"]:not(:checked) {
  display: none;
  box-sizing: border-box;
  padding: 0;
  line-height: normal;
}

.agree_check2 .checkmark {
  border-radius: 5px;
  border: 1px solid #797979;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.agree_check2 input[type="radio"]:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
  left: 5px;
  top: 5px;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  background: #41b0c0;

  content: "";
  position: absolute;
  transition: all 0.3s ease;
}

.agree_check2 input[type="radio"]:checked ~ .checkmark {
  border: 1px solid #41b0c0;
}

.crflex {
  display: flex;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 45px;
}

.crflex .agree_check2 + .agree_check2 {
  margin-left: 50px;
}

/* end radio */

/*article {
    display: none;
}*/

article.on {
  display: block;
}

.form-control.wihalf {
  width: 48.9%;
  min-height: 50px;
  display: inline-block;
  outline: 0;
  margin: 0px;
}

.form-control.wihalf.mrleft {
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 15px;
  padding-bottom: 15px;
}

input.form-control.wihalf.stylinput1 {
  border-radius: 8px 0 0 8px;
}

input.form-control.wihalf.stylinput2 {
  border-radius: 0px 8px 8px 0px;
}

.form-select {
  font-size: 13px;
  color: #595959;
  min-height: 50px;
}

.formdiv h4 {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 32px;
  color: #555555;
  font-weight: 400;
}

input.form-control:focus::placeholder {
  color: #a2a2a2;
  font-size: 14px;
}

input.form-control.wihalf.mrleft.stylinput2::placeholder {
  color: #a2a2a2;
  font-size: 14px;
}

.form-control {
  color: #a2a2a2;
  font-size: 14px;
}

/* dev 2 */
/* complex table */
/* search wrp */
.complex_table {
  margin-top: 30px;
  margin-bottom: 84px;
}

.search_wrp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.search_wrp div {
  position: relative;
  width: 700px;
  margin-right: 8px;
  margin-bottom: 10px;
}


.scan_reader_main {
  /*text-align: center;*/
}

.search_wrp input[type="search"] {
  width: 100%;
  height: 61px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #cfcfcf;
  padding-left: 30px;

}

.scan_reader {
  width: 650px;
  height: 450px;
  margin: auto;
}


.search_wrp div button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  background-color: #41afbf;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 52px;
  padding: 13px;
}

.small_btm {
  min-width: 100px;
  max-width: 100px;
  height: 35px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #41b0c0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 75px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  border: 1px solid transparent;
}

.cmplx_btm {
  min-width: 244px;
  height: 61px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #41b0c0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 75px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  border: 1px solid transparent;
}

.cmplx_btm.active {
  background-color: #ffffff;
  color: #41b0c0;
  border-color: #41b0c0;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cmplx_btm.active span img {
  filter: sepia(100%) saturate(300%) brightness(50%) hue-rotate(180deg);
}

.cmplx_btm:hover span img {
  filter: sepia(100%) saturate(300%) brightness(50%) hue-rotate(180deg);
}


.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
}

.cmplx_btm:hover {
  background: transparent;
  color: rgb(65, 176, 192);
  border: 1px solid rgb(65, 176, 192);


}

.cmplx_btm_disabled {
  background-color: #828285;
  color: #ffffff;

}

.cmplx_btm_disabled:hover {
  background-color: #828285;
  color: #ffffff;

}


.cmplx_btm span {
  margin-right: 12px;
}

.search_wrp .cmplx_btm:hover,
.search_wrp form button:hover {
  background-color: #000;
  color: #fff;
}


/* chkbox wrp */

.complex_table .form-check-input[type=checkbox] {
  width: 23px;
  height: 22px;
  border-radius: 1px;
  /* background-color: #ffffff; */
  border: 2px solid rgba(65, 176, 192, 0.94);
  margin-top: -1px;
}

.chk_box_wrp {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.first_wrp {
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-items: center;
}

.first_wrp .form-check-label {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 73px;
  text-transform: uppercase;
  color: #252525;
  font-weight: 400;
  margin-left: 11px;
  font-family: 'Poppins', sans-serif;
}

.first_wrp .agree_check {
  margin-right: 40px;
}

.chk_box_wrp .form-check-inline {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-right: 24px;
}


.three_dot {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wrp_box_1 {
  display: none;
}

.wrp_box_1.selected {
  display: block;
}

.active_show {
  display: block;
}

/* .wrp_box_1.a{
  
} */

.fw2 {
  margin-left: 26px;
  padding: 19px 29px;
  border-radius: 5px;
  background-color: #f9f9f961;
  border: 1px solid #cfcfcf;
  height: 80px;
  width: 601px;

}

.fw2 .form-check-label {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #040413;
  font-weight: 300;
}

.fw2 .agree_check {
  margin-right: 13px;

}

.chk_imp_box .first_wrp .agree_check .checkmark {
  top: 50%;
  transform: translateY(-50%);
}

/* table top */
.button_tggl {
  position: relative;
  width: 74px;
  height: 36px;
  overflow: hidden;
}

.button_tggl .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.button_tggl .knobs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button_tggl .knobs:before span {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 2px;
  transition: 0.3s ease all;
}

.table_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px 0px 42px;
  background-color: #41afbf;
  /* margin-top: 45px; */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-width: 1388px;
  margin: 0px auto 0 auto;
}

.table_wrp {
  margin-top: 45px;
}

.table_wrp_nutrition {
  display: flex;
  flex-direction: column;
  margin-left: 100px;
  margin-right: 100px;
}


.table_head h5 {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 75px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

/* toggle btm */
.toggle_btn_1 {
  position: relative;
  width: 56px;
  height: 28px;
  overflow: hidden;
  background: #fff;
  color: #fff;
  border-radius: 25px;
}

.toggle_btn_1 form {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.toggle_btn_1 .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.knobs::before {
  content: "";
  position: absolute;
  top: 4px;
  width: 20px;
  height: 20px;
  left: 4px;
  border-radius: 50%;
  background-color: #41b0c0;
  transition: 0.3s ease all;
}

.knobs > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
  font-size: 12px;
  font-weight: 400;
  visibility: hidden;
  opacity: 0;
  color: #41afbf;
  font-family: 'Poppins', sans-serif;
}

.knobs .yes {
  left: 5px;
}

.knobs .no {
  right: 5px;
}

.toggle_btn_1 input[type="checkbox"]:checked + .knobs::before {
  left: calc(100% - 24px);
}

.toggle_btn_1 input[type="checkbox"]:checked + .knobs .yes {
  visibility: visible;
  opacity: 1;
}

.toggle_btn_1 input[type="checkbox"]:not(:checked) + .knobs .no {
  visibility: visible;
  opacity: 1;
}


.small_button {
  height: 50px;
  width: 200px;
  border-radius: 7px;
  background-color: #41afbf;
  color: white;
  padding-top: 10px;
  font-size: medium;
  cursor: pointer;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 50px;
}

/* toggle btn end */

/* table place */
.complex_table main {
  border-radius: 5px;
  max-width: 1388px;
  margin: 0 auto;
  overflow: auto;
  overflow-x: hidden;
  border-bottom: 1px solid #e9eeef;
}

/* body::-webkit-scrollbar-thumb{
  background: #f2f2f2;
}

::-webkit-scrollbar-track{
  background: #fff;
} */

.tb_title {
  background-color: #f5fbfc;
}

.gbl_store_tab_prop li {
  width: 300px;
  border-right: 1px solid #e9eeef;
  /* padding: 33px 0; */
  display: flex;
  justify-content: center;
  /* flex: 1; */
  /* justify-content: flex-start; */
}

.gbl_store_tab_prop {
  display: flex;
  justify-content: start;
  border-bottom: 1px solid #e9eeef;
  border-left: 1px solid #e9eeef;
  border-right: 1px solid #e9eeef;
  position: relative;
}

.gbl_tab_prop {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #e9eeef;
  border-left: 1px solid #e9eeef;
  border-right: 1px solid #e9eeef;
  position: relative;
}

.gbl_tab_prop li {
  width: 30%;
  border-right: 1px solid #e9eeef;
  padding: 33px 0;
  display: flex;
  justify-content: center;
  /* flex: 1;  */
  /* justify-content: flex-start */
}

.tb_title li {
  /* justify-content: flex-start;*/
}

.tb_title li > span {
  cursor: pointer;
}

.gbl_tab_prop li:last-child {
  border-right: 1px solid transparent;
}

.tb_plc_btm_wrp {
  margin-top: 35px;
  text-align: center;
}

.tb_plc_btm_wrp .cmplx_btm:nth-child(even) {
  color: #41b0c0;
  background-color: #fff;
  border: 1px solid #41b0c0;
}

.tb_plc_btm_wrp .cmplx_btm:nth-child(even):hover {
  color: #fff;
  background-color: #41b0c0;

}


.store_title {
  margin-top: 50px;
}

.buy_btm {
  margin: auto;
  /* margin-left: 100px;*/
}

.store_image {
  height: 170px;
  width: 150px;
}

.store_entry_div {
  display: flex;
  flex-direction: column;
}

.sort_nutrient_block {
  padding: 0px 20px 0px 60px;
  margin: 20px auto 0 auto;
  justify-content: center;
}

.table_main_dri {
  height: 500px;
  /* overflow: scroll; */
  /* border-bottom: 1px solid #e9eeef; */
  width: 1388px;
}

.table_main {
  height: 500px;
  /* overflow: scroll; */
  /* border-bottom: 1px solid #e9eeef; */
  width: 1388px;
}

.rec_table_main {
  height: 500px;
  /* overflow: scroll; */
  /* border-bottom: 1px solid #e9eeef; */
  width: 1388px;
}

.table_main_store {
  height: 1000px;
  /* overflow: scroll; */
  /*  border-bottom: 1px solid #e9eeef;*/
  width: 1388px;
}

.gbl_tab_prop:not(:first-child) li:last-child {
  border: none;
}

.store_dd_btm {
  cursor: pointer;
  text-align: center;
  height: 35px;
  width: 35px;
  font-size: 35px;
  letter-spacing: 0px;
  line-height: 35px;
  color: #fff;
  top: 150px;
  right: 200px;
  background-color: #41afbf;
  border-radius: 15px;
  margin-right: 10px;
}

.dd_btm {
  cursor: pointer;
  opacity: 0.502;
  font-size: 28px;
  letter-spacing: 0px;
  /* line-height: 123px; */
  color: #555555;
  top: -10px;
  position: relative;
  margin-right: 10px;
  /* right: 36px; */
}

.tb_title li {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  width: 277.27px;
  height: 90px;
}


.additional_class {
  display: none;
}

/* dropdown sec */
.drop_top1 {
  display: flex;
  justify-content: space-between;
  padding: 0 39px;
  min-height: 55px;
}

.dd_chk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48%;
  padding-right: 20px;
}

.chk_plc {
  display: flex;
}

.dd_map {
  display: flex;
  margin-top: 10px;
  width: 52%;
  justify-content: flex-end;
}

.dd_map_wrp {
  display: none;
}

.dd_map_wrp.selected1 {
  display: flex;
}

.chs_loc {
  width: 310px;
  background-color: #e9eeef;
  padding-left: 30px;
  height: 38px;
  display: flex;
  align-items: center;
}

.dd_map form input {
  min-width: 344px;
  height: 38px;
  padding-left: 35px;
  outline: none;
  border: 1px solid #dbdbdb;
  /* position: relative; */
}

.frm_lc {
  position: absolute;
  z-index: 2;
  top: 40%;
  transform: translateY(-50%);
  left: 14px;
}

.dd_map form {
  position: relative;
}

.frm_lc {
  position: absolute;
}


.drp_dwn {
  width: 100%;
  background-color: #fff;
  min-height: 300px;
  border: 1px solid #e9eeef;
  display: none;
}

.minus {
  font-size: 24px;
  color: #41afbf;
  margin-left: 15px;
  cursor: pointer;
}


.drp_dwn_wrp_list {
  display: flex;
  justify-content: space-around;
  padding: 12px;

}


.drp_dwn {
  width: 100%;
  background-color: #fff;
  min-height: 300px;
  border: 1px solid #e9eeef;

}

/* .drp_dwn_wrp{
  display: flex;
  justify-content: space-between;
  padding: 12px;

} */

.seg {
  border-left: 1px solid #dbdbdb;
  text-align: center;
  padding-left: 10px;

}

.ui-progressbar {
  position: relative;
  top: 10px;
}

.progress-label {
  position: absolute;
  left: 50%;
  top: 4px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}

.sf_food_loading {
  position: relative;
  left: 500px;
  margin: auto;
  width: 80px;
  height: 80px;
}

.seg:last-child {
  border-left: 1px solid #dbdbdb;
  /* padding-left: unset; */
}

.seg:first-child {
  border-left: 0px solid #dbdbdb;
  text-align: center;
}


.seg1 {
  display: flex;
  flex-direction: column;
  width: 300px;
}

.food_seg1 {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.food_seg2 {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.food_seg3 {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.seg4 {
  width: 400px;
  background-color: #fbfbfb;
  height: max-content;
  padding: 12px 22px;
}

.seg4_list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;

}

.seg4_list ol {
  list-style: number;
  padding-left: 10px;
}

.seg p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
}

.seg h6 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;

}

.seg4_list ol li {
  opacity: 0.502;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #4a4a4a;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.seg_inn_ul {
  margin-top: 10px;
  padding-left: 20px;
}

.seg_inn_ul li {
  position: relative;
}

.seg_inn_ul li::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #006da9;
}

.seg3 .seg_inn_ul li:nth-child(1)::before {
  background-color: #f3a75b;
}

.seg3 .seg_inn_ul li:nth-child(2)::before {
  background-color: #69b517;
}

p.costing {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #41b0c0;
  font-weight: 500;
}

span.labelhead {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #41b0c0;
  font-weight: 500;
}

.seg1_img {
  margin: 0 20px;
}

.seg2_img {
  margin: auto;
}

.seg3_img {
  width: 350px;
  margin: auto;
}

.first_wrp .form-label {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 73px;
  text-transform: uppercase;
  color: #252525;
  font-weight: 400;
  margin-left: 11px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0px;
}

.first_wrp .agree_check .checkmark {
  top: 23px;
}


.dd_chk .chs_loc {
  width: auto;
  padding: 5px;
  border-radius: 5px;
}

.dd_chk .agree_check {
  margin-right: 10px;
}

/* .dd_chk .chk_plc:first-child .agree_check .checkmark {
  margin-top: 7px;
} */

.tb_cont.gbl_tab_prop li:first-child {
  justify-content: flex-start;
  padding-left: 40px;
  padding-right: 36px;
  width: 400px;
}

.tb_cont.gbl_store_tab_prop li:first-child {
  justify-content: center;
}

.tb_title.gbl_tab_prop li {
  justify-content: flex-start;
  padding-left: 40px;
  padding-right: 36px;
  width: 346.15px;
}

/* dev3 for filter */
#show_crop {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#show_crop:has(.new-div) {
  padding: 20px 10px 10px;
  border: 1px solid #afa7a7;
  border-radius: 40px;
  transition: all 300ms ease;
}

.new-div {
  padding: 5px 10px;
  margin: 0px 5px 10px;
  display: flex;
  align-items: center;
  border: 1px solid #716d6d;
  border-radius: 40px;
}

.close_div {
  margin-left: 10px;
  font-size: 20px;
  display: block;
  cursor: pointer;
}

.addional_cng input.form-control.wihalf.stylinput1 {
  border-radius: 8px;
  width: 100%;
}

#show_crop:has(.new-div) {
  margin: 20px;
}


#show_crop:has(.new-div) {
  padding: 14px 10px 10px;
  border: 1px solid #afa7a7;
  border-radius: 9px;
  transition: all 300ms ease;
}

/* additional css */

.labelstyle {
  opacity: 1;
  width: fit-content;
  background: #fff;
  padding: 0px 10px !important;
  margin: 0px 5px;
  transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #595959;
  font-weight: 400;
}

input.form-control.wihalf.stylinput1::placeholder {
  color: #a2a2a2;
  font-size: 14px;
}

.seg_inn_ul > li {
  cursor: pointer;
}

.add_tool_con {
  display: none;
}

.dd_btm:hover {
  color: #41b0c0;
}


/* hazard data */

.alertButton {
  height: 30px;
  margin: 10px 0px;
  padding: 0px 9px;
}

.alertButtonImage {
  height: 20px;
  width: 20px;
}

.alertButton > * {
  vertical-align: middle;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 500px;
  overflow: auto;
  background-color: #fefefe;
  background-color: #fefefe;
  box-shadow: 0px 0px 15px #cccccc;
  border: 2px solid #888;
  border-radius: 10px;
}

.trueWellthHeader {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f1f1f1;
  text-align: center;
}

.food-score-container {
  display: none;
}

.food-score-content {
  display: flex;
  flex-direction: row;
  margin-top: -20px;
  margin-bottom: -20px;
}

.food-image-item {
  flex: 1 1 0px;
  text-align: -webkit-center;
  margin-top: 20px;
}

.food-score-num {
  margin: -105px 0px 0px 35px;
  position: absolute;
  z-index: 999;
  width: 100px;
  text-align: center;
  color: black;
  font-size: x-large;
}

.food-score-text {
  flex: 1 1 0px;
  text-align: -webkit-center;
  height: 20px;
  margin-top: 50px;
}

.chart-container {
  display: none;
}

.chart-content {
  display: flex;
  flex-direction: row;
  margin: -40px 0;
}

.chart-item {
  flex: 1 1 0px;
  text-align: -webkit-center;
}

.level-content {
  display: flex;
  flex-direction: row;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 12px;
}

.level-item {
  flex: 1 1 0px;
  text-align: center;
}

.hazard-summary-content {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  font-size: 14px;
}

.hazard-summary-level {
  flex: 0.75 0.75 0px;
}

.hazard-summary-desc {
  flex: 1.5 1.5 0px;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px;
  width: 100%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.heading {
  width: match-parent;
  background-color: #f1f1f1;
}

/* Style the tab */
.tab {
  display: flex;
  justify-content: space-evenly;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  flex: 1 1 0px;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.alertTable {
  width: inherit;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

table thead {
  vertical-align: middle;
  border-color: inherit;
  background: rgb(236, 240, 241);
}

table th.settingHeader {
  height: 30px;
  text-align: left;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 5px 10px;
}

.alertTable .alertSource {
  font-size: 14px;
  margin-left: 20px;
  padding: 0px 10px;
}

.alertTable .alertLineSpace {
  height: 10px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  box-shadow: rgb(102, 102, 102) 2px 2px 4px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/* calender view */
 .react-calendar {
  margin: 0 auto;
   font-family: Poppins;
   border-radius: 10px;
}

.calendar_active {
  background-color: #c8e6c9  !important;
  border-radius: 15px;
}
.calendar_normal {
  background-color: #41b0c0  !important;
  border-radius: 15px;
}