@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --logo-color: linear-gradient(
    135deg,
    rgba(241, 39, 17, 1) 0%,
    rgba(254, 102, 140, 1) 100%
  );
  --logo-red: rgb(241, 39, 17);
  --white-color: #ffffff;
  --main-color: #ffffff;
  --five-color: #5c5c5c;
  --four-color: #faf6ef;
  --three-color: #edf6ec;
  --two-color: #9b734333;
  --first-color: #9b73434d;
  --gray-10: #0d4dfc1a;
  --gray-50: #bcbcbc;
  --gray-75: #191a207f;
  --color-black: #191a20;
  --color-card-bg: #edf6ec;
  --font-poppins: "Poppins", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
  --font-style-normal: normal;
}

body {
  font-family: var(--font-poppins) !important;
  font-family: var(--font-montserrat) !important;
  /* background: transparent radial-gradient(closest-side at 50% 50%, #FAF7F0 0%, #FAF6EF 55%, #F7EEDA 100%) 0% 0% no-repeat padding-box; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: var(--font-montserrat) !important;
}

.link-tag {
  color: var(--main-color) !important;
}

.link-tag:hover {
  color: var(--main-color) !important;
}

.body-bg {
  background-color: #000;
}

.top-bg {
  width: 99%;
  height: 98%;
  /* background: transparent radial-gradient(closest-side at 50% 50%, #FAF7F0 0%, #FAF6EF 55%, #F7EEDA 100%) 0% 0% no-repeat padding-box; */
  border-radius: 24px;
  opacity: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.overflow-y-a {
  overflow-y: auto !important;
}

.left-mask-bg,
.right-mask-bg,
.bottom-mask-bg,
.dashboard-mask-bg,
.dashboard-mask-top-bg,
.dashboard-mask-bottom-bg {
  position: absolute;
  width: 850px !important;
  height: 850px;
  mix-blend-mode: multiply;
  opacity: 1;
}

.left-mask-bg {
  left: -425px;
}

.right-mask-bg {
  right: -425px;
}

.bottom-mask-bg {
  bottom: -700px;
  /* left: 562px; */
  z-index: -1;
}

.dashboard-mask-top-bg {
  right: -100px;
  top: -600px;
  opacity: 0.5;
}

.dashboard-mask-bottom-bg {
  bottom: 0px;
  opacity: 0.5;
}

input[type="checkbox"] {
  accent-color: var(--main-color);
}

.form-control,
.form-select {
  padding: 0.7rem 0.75rem !important;
  border-radius: 0.75rem !important;
  border: 1px solid black;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;

  border: 1px solid #fd618a;
}

.form-search {
  border: 1px solid black !important;
}

.form-search:focus {
  border: 1px solid #fd618a !important;
}
.input-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  color: var(--gray-50);
}

.sign-in {
  font-family: var(--font-montserrat);
  font-weight: 800;
  font-style: var(--font-style-normal);
  font-size: 32px;
  line-height: 39px;
}

.sign-in p {
  font-family: var(--font-montserrat);
  font-weight: normal;
  font-style: var(--font-style-normal);
  font-size: 15px;
  line-height: 19px;
  color: var(--color-black);
}

label {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-style: var(--font-style-normal);
  font-size: 12px;
  line-height: 18px;
  color: var(--color-black);
}

.header-title {
  font-family: var(--font-montserrat);
  font-weight: bold;
  font-style: var(--font-style-normal);
  font-size: 26px;
  line-height: 32px;
}

.h2 {
  font-family: var(--font-montserrat);
  font-weight: bold;
  font-style: var(--font-style-normal);
  font-size: 20px;
  line-height: 24px;
}

.btn-custom {
  padding: 0.75rem 3rem;
  width: 100%;
  border-radius: 12px;
  background: #fd618a;
  background: linear-gradient(
    135deg,
    rgb(253 52 104) 0%,
    rgba(254, 102, 140, 1) 100%
  );
  border: none;
  color: var(--white-color);
  font-family: var(--font-montserrat);
  font-weight: bold;
  font-style: var(--font-style-normal);
  font-size: 18px !important;
  line-height: 19px;
  cursor: pointer !important;
}

.btn-custom-ops {
  padding: 0.75rem 2rem;
  width: 100%;
  border-radius: 12px;
  background-color: transparent;
  border: 1px solid #fd618a;
  color: #fd618a !important;
  font-family: var(--font-montserrat);
  font-weight: bold;
  font-style: var(--font-style-normal);
  font-size: 18px !important;
  line-height: 19px;
  cursor: pointer !important;
}

.btn-second {
  background: rgb(241, 39, 17);
  background: linear-gradient(
    135deg,
    rgb(253 52 104) 0%,
    rgba(254, 102, 140, 1) 100%
  );
  border: none;
  color: var(--white-color);
  line-height: 1.8;
}

.btn-second:hover {
  color: var(--color-black);
}

.forgot-back {
  color: var(--gray-75) !important;
  text-decoration: none;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-style: var(--font-style-normal);
  font-size: 16px;
  line-height: 19px;
}

/*theme coding start here*/

.navbar-vertical.navbar-expand-md .navbar-brand-img {
  max-height: 6rem;
  /* border: 4px solid var(--three-color); */
}

.logout {
  position: absolute;
  bottom: 5px;
  padding-left: 10px;
  font-weight: 600;
}
.logout a {
  color: #fc4d78;
}
#sidebar::before {
  content: "";
  max-width: 250px;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 55px;
  left: 0;
}
nav#sidebar {
  background-color: var(--main-color);
}

.navbar-light .navbar-nav .nav-link {
  color: #000 !important;
  opacity: 0.8;
  font-family: var(--font-montserrat);
  font-weight: normal;
  font-style: var(--font-style-normal);
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
  opacity: 1;
}

.navbar-vertical .navbar-heading {
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-style: var(--font-style-normal);
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-transform: uppercase;
  color: var(--color-black);
}

.not-recent {
  background: #ebe3d9 0% 0% no-repeat padding-box;
  border-radius: 0.5rem;
  padding: 0.65rem 1rem;
  border: none;
}

.main-content {
  position: relative;
  /* overflow: hidden; */
  /* background: transparent radial-gradient(closest-side at 50% 50%, #f8fff7 0%, #f8fff7 55%, #f8fff7 100%) 0% 0% no-repeat padding-box; */
}
td a {
  color: #000;
}

.card-bg {
  background-color: var(--color-card-bg);
  border: none;
  box-shadow: none;
  z-index: 1;
}

.report {
  font-family: var(--font-montserrat);
  font-weight: bold;
  font-style: var(--font-style-normal);
  font-size: 20px;
    margin-bottom: 0px;
}

.card-header-title {
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-style: var(--font-style-normal);
  font-size: 20px;
  line-height: 24px;
}
.text-white{
  color: #fff !important;
}

/* .card {
    height: 65vh;
} */

.header-body {
  padding-bottom: 1.2rem;
}

a.nav-link.text-nowrap.active {
  font-family: var(--font-montserrat);
  font-weight: 800;
  font-style: var(--font-style-normal);
  font-size: 16px;
  line-height: 19px;
}

.header-tabs .nav-link {
  padding-bottom: 0.5rem;
}

.nav-tabs .nav-link.active {
  border-color: transparent transparent var(--color-black);
}

.nav-tabs .nav-link {
  border-bottom: 2px solid transparent;
}

.dropdown-menu-card {
  min-width: 146px;
  padding: 0px 10px;
}

.dropdown-menu-card label {
  display: contents;
}

.recharts-wrapper {
  width: 100% !important;
}

svg.recharts-surface {
  width: 100%;
}

.charts-w svg {
  max-width: 465px;
  max-height: 265px;
}

.circle-labele::after,
.circle-labele2::after,
.circle-labele3::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: var(--main-color);
  left: -15px;
  bottom: 5px;
}

.circle-labele2::after {
  background: var(--three-color);
  left: -15px;
  bottom: 5px;
}

.circle-labele3::after {
  background-color: var(--gray-50);
  left: -15px;
  bottom: 5px;
}

ul.recharts-default-legend {
  text-align: start !important;
}

.breadcrumb-item a {
  color: var(--gray-75);
}

.breadcrumb-item + .breadcrumb-item:before {
  color: var(--gray-75);
}

.breadcrumb-item.active {
  color: var(--color-black);
}

.table thead th {
  background-color: var(--color-card-bg);
}

.table thead th .text-muted {
  color: var(--color-black) !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: var(--font-style-normal);
  font-size: 12px;
  line-height: 19px;
}
table td{
  /* word-break: break-all; */
  word-wrap: break-word;
}

input.form-search.me-3 {
  border-radius: 0.5rem;
  border: none;
  padding: 0.6rem 1rem;
  min-width: 300px;
  outline: none;
}

.modal-content {
  border-radius: 1rem;
}

.users-search {
  position: absolute;
  left: 15px;
  top: 18px;
  cursor: pointer;
}

.block-close {
  height: 15px;
  width: 10px;
  border-radius: 50%;
  box-shadow: 2px 4px 12px #ccc;
  opacity: 1;
  margin-top: -15px !important;
  margin-right: -15px !important;
  font-size: 20px;
}

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

.block-user h1 {
  font-family: var(--font-montserrat);
  font-weight: bold;
  font-style: var(--font-style-normal);
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.invite-vindor {
  padding: 0.15rem 0.5rem;
  background-color: var(--main-color);
  color: var(--color-black);
  margin-left: 0.7rem;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  height: 25px;
  font-family: var(--font-montserrat);
  font-weight: normal;
  font-style: var(--font-style-normal);
  font-size: 13px;
  line-height: 16px;
  margin-top: 1px;
  cursor: pointer;
}

.uploadFile {
  position: relative;
}

.uploadFile svg {
  rotate: 45deg;
}

.uploadFile [type="file"] {
  cursor: pointer !important;
  display: block;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
}

.filename {
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-style: var(--font-style-normal);
  font-size: 14px;
  line-height: 18px;
}

.btn_upload {
  padding: 0.15rem 2rem;
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 3;
  white-space: nowrap;
  background-color: var(--main-color);
  color: var(--color-black);
  border-radius: 0.5rem;
  max-height: 30px;
}

.btn_upload input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 105%;
  cursor: pointer;
  opacity: 0;
}

.file_uploading {
  width: 100%;
  height: 10px;
  margin-top: 20px;
  background: #ccc;
}

.file_uploading .btn_upload {
  display: none;
}

.pro-camera,
.xmark {
  position: absolute;
  top: 40px;
  right: 0px;
  color: var(--color-black);
  background: #2e2c2c;
  padding: 3px;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  cursor: pointer;
}

.xmark {
  left: 0;
  top: 5px;
  height: 15px;
  width: 15px;
  background-color: var(--color-black);
  color: var(--color-black);
  padding: 1px;
}

.logout-icon {
  height: 70px;
  width: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% !important;
  overflow: hidden;
  margin-bottom: 20px;
  border: 7px solid transparent;
  border-image: linear-gradient(
    135deg,
    rgb(145, 199, 136, 0.3) 0%,
    rgba(254, 102, 140, 0.6)
  );
  border-image-slice: 1;
}

.btn-close:hover {
  opacity: inherit;
}

.req-error {
  color: red;
  text-align: start;
}

.list-search {
  z-index: 9;
  position: absolute;
  width: -webkit-fill-available;
  background: #fff;
  list-style-type: none;
  margin-right: 15px;
  /* padding: 0px; */
}

.list-search li {
  padding: 3px 0;
  cursor: pointer;
}
.newrecipe{
  border: 1px solid #FE4F7B;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.newrecipe h4{
  font-weight: 700;
  margin-bottom: 20px;
}
.newrecipe span
{
  color: #FD3468;
  font-size: 16px;
}
.btn_custome {
  color: #FD3468;
  background: transparent linear-gradient(106deg, #FF93AB 0%, #FD3468 100%) 0% 0% no-repeat padding-box;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
}
.input-lab-top{
  position: relative;
}
.input-lab-top label{
  position: absolute;
  top: -10px;
  background-color: #fff;
  left: 10px;
}
.proxi-maindiv{
  overflow: auto;
  height: 95vh;
  padding: 5px;
}
.proximaties{
  padding: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.proximaties input{
  padding: 0rem .75rem !important;
}

.list-search li:hover {
  background-color: var(--main-color);
}

.applicationformnid {
  padding: 20px;
  box-shadow: 0px 2px 4px #a9a9a9;
  border-radius: 8px;
}

.form-download {
  background: var(--main-color);
  padding: 5px 10px;
  border-radius: 4px;
  justify-content: end;
  display: inline-block;
  color: #fff;
}

.form-download:hover {
  color: #fff;
}

.wrapper-tooltip {
  position: relative;
}

.wrapper-tooltip .tooltip {
  background: var(--main-color);
  bottom: 100%;
  color: #fff;
  display: block;
  border-radius: 4px;
  /* left: -20px; */
  margin-bottom: 15px;
  opacity: 0;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper-tooltip .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */
.wrapper-tooltip .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid var(--main-color) 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 25%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.wrapper-tooltip:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
li.nav-item.active {
  background: rgb(241, 39, 17);
  background: linear-gradient(
    135deg,
    rgb(145 199 136 / 30%) 0%,
    rgba(254, 102, 140, 0.6) 100%
  );
  color: var(--white-color);
}

.spin-small {
  width: 1.1rem !important;
  height: 1.1rem !important;
}

.nav-tabs .nav-link.active {
  border-color: transparent transparent var(--main-color) !important;
}

/* ingredient */
.nav-pills .nav-link.active {
  background-color: transparent !important;
  color: #000 !important;
  font-size: 15px;
  font-weight: 600 !important;
}

.nav-link {
  color: #bcbcbc;
  /* font-size: 24px; */
  font-weight: 600;

  display: block;
  padding: 0.5rem 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.card-bottom {
  font-size: 10px;
  font-weight: 600;
}
.dropdown-menu {
  padding: 0.2rem 0 !important;
}

.card-body {
  /* border: 1px solid #000; */
  background-color: #fff;
  padding: 0.25rem 0.5rem !important;  
}
.t-uvv {
  padding: 15px !important;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: linear-gradient(
    135deg,
    rgb(241 39 17 / 4%) 0%,
    rgb(254 102 140 / 15%) 100%
  );
}

.nav-link:focus,
.nav-link:hover {
  color: #000;
}

.modal-body .heading h6 {
  font-size: 15px;
  font-weight: 800;
}

.bottom-line {
  border: 2px solid #000;
}

.modal-header-list {
  background-color: #000;
}

.modal-title-list {
  color: #fff;
  font-size: 25px !important;
  text-align: center;
  font-weight: 700;
}
input.input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

label.swith {
	cursor: pointer;
	text-indent: -9999px;
	width: 52px;
	height: 26px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}

label.swith:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

input.input:checked + label {
	background: #fe557f;
  background: linear-gradient(
    135deg,
    rgb(253 52 104) 0%,
    rgba(254, 102, 140, 1) 100%
  );
}

input.input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

label.swith:active:after {
	width: 100px;
}

/* Second toggle switch code start here...*/
/* input.inputtwo[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

label.swithtwo {
	cursor: pointer;
	text-indent: -9999px;
	width: 60px;
	height: 30px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}

label.swithtwo:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 5px;
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

input.inputtwo:checked + label {
	background: #fe557f;
  background: linear-gradient(
    135deg,
    rgb(253 52 104) 0%,
    rgba(254, 102, 140, 1) 100%
  );
}

input.inputtwo:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

label.swithtwo:active:after {
	width: 100px;
} */





.card {
  border-radius: 0px;
}
.patato-mash {
  padding: 20px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  border: 1px solid #707070;
}
.patato-mash:hover,
.patato-mash:active {
  border: 1px solid #fe557f;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  cursor: pointer;
}
.patato-mash-report {
  border: 1px solid red;
  display: inline-table;
  /* width: 20rem; */
  height: 0;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 12px 12px 0 0;
}
.borderCard{
  border: 4px solid #FE557F;
}
.page-item.active .page, .page-item.active .page-link {
  background-color: #fd4775;
  border-color: #fd4775;
}
@media (max-width: 1200px) {
  .vh_md-auto {
    height: auto !important;
  }
  .t-uvv {
    margin-bottom: 15px;
  }

  /* body {
        background: transparent radial-gradient(closest-side at 50% 50%, #FAF7F0 0%, #FAF6EF 55%, #F7EEDA 100%) 0% 0% no-repeat padding-box;
    } */
}

@media (max-width: 767px) {
  .navbar-vertical.navbar-expand-md .navbar-brand-img {
    max-height: 3rem;
    /* border: 2px solid var(--three-color); */
  }
  nav::before {
    display: none;
  }
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 490px;
  }
}
