:root {
  --primary_color: #395B64;
  --white: #ffffff;
}

#App {
  background-color: #f7f7f7;
  height: auto;
  min-height: 100%;
  padding-bottom: 0px !important;
}

/*
* Login
*/

.login-form-container {
  padding-top: 100px;
}

.login-form {
  max-width: 400px !important;
  margin: 0 auto;
  padding: 80px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
}

/* Plant GPT */

.chat-input input {
  width: 600px;
  height: 50px;
  margin: 10px;
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  color: #1e1e1e;
  font-size: larger;
}

.chat-input .chat-btn {
  margin-top: 5px !important;

}

/*
 * Page
 */

.main-wrapper {
  border-radius: 0px !important;
}

.main-row-wrapper {
  padding: 0px !important;
}

.main-row-wrapper-Liz2 {
  padding: 0px !important;
  width: 100% !important;
}

/* Navigation */
.nav-wrapper {
  min-height: 100vh !important;
  padding: 40px 10px;
  background: rgba(255, 255, 255, 0.05);
}

/* Left Navigation - LIZA theme*/
.nav-wrapperLiza {
  min-height: 93vh !important;
  padding: 7vh 0px !important;
  background: rgba(255, 255, 255, 0.05);
  width: "650px";
}

.lizaLeft {
  width: "11.8rem";
}

.lizaFooter {
  margin: "0em 0em 0em";
  padding: "0em 0em";
}

.nav-header {
  padding: 0 !important;
  text-align: center;
}

.nav-header .logo {
  height: 70px;
}

.nav-header,
.nav-menu,
.nav-footer {
  background: transparent !important;
}

.nav-menu {
  height: 58vh;
  overflow-y: auto;
}

.nav-menu .large.button {
  padding: 40px 20px !important;
  margin: 10px 0 !important;
  border-radius: none !important;
}

.nav-footer .medium.button {
  margin-bottom: 20px;
}

.nav-link {
  background: #60bb48;
  line-height: 70px;
  height: 70px;
  display: block;
  margin: 14px auto;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "Lato" !important;
  border-radius: 3px;
}

.nav-link.medium.red {
  background: #bd2c2c;
  color: #fff;
  line-height: 45px;
  height: 45px;
}

.nav-link.width {
  width: 45px;
}

.nav-link.medium.red.width {
  width: 45px;
}

.nav-link.blue {
  background: #2185d0;
  line-height: 70px;
  height: 70px;
  display: block;
  margin: 14px auto;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "Lato" !important;
  border-radius: 3px;
}

.nav-link.yellow {
  background: #ffd700;
  line-height: 70px;
  height: 70px;
  display: block;
  margin: 14px auto;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "Lato" !important;
  border-radius: 3px;
}

.nav-link:hover,
.nav-link.active {
  background: #fff !important;
  color: #00ab48 !important;
}

.nav-link.medium.red:hover,
.nav-link.medium.red.active {
  color: #bd2c2c !important;
}

/* Zone */
.zone-header h2 {
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 20px !important;
  display: inline-block !important;
}

/* Zone */
.zone-headerLiza h2 {
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 20px !important;
  display: inline-block !important;
}

.zone-content .segment {
  background: rgba(255, 255, 255, 0.05) !important;
  padding: 25px 15px !important;
  text-align: center;
  clear: both;
}

.zone-content .segment.right-aligned {
  display: block;
  float: right;
  min-width: 500px;
  text-align: left !important;
}

/* Button */

.ui.button.padded-button {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.padTop50 {
  padding-top: 50px;
}

.padLeft20Right20 {
  padding-left: 50px;
  padding-right: 50px;
}

.ftr {
  background: "#303030";
}

.b3 {
  color: "#b3b3b3";
}

.ui.secondary.vertical.pointing.menu.custom-menu .active.item {
  border-color: var(--primary_color);

  border-right-width: 4px;
}
.custom-segment {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.custom-card {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  height: 400px;
  transition: all ease 0.3s;
  border: 1px dashed #00264d;

  &:hover {
    transform: translateY(-15px);
    padding: 10px;
  }
}

.highlight,
.highlight .custom-header {
  background-color: var(--primary_color);
  color: white !important;
  border-radius: 10px;
  cursor: pointer;
  transition: all ease 0.3s;
}

.highlight .custom-header span {
  color: white !important;
}

.custom-btn {
  background-color: white !important;
  border: 1px solid var(--primary_color) !important;
  border-radius: 5px !important;
  color: var(--primary_color) !important;

  &:hover {
    background-color: var(--primary_color) !important;
    border: 2px white !important;
    color: white !important;
  }
}

.container {
  display: flex;
}

main {
  width: 100%;
  padding: 20px;
  transition: all 0.5s;
  margin-top: 70px;
}

.top_section {
  display: flex;
  align-items: center;
  padding: 20px 0 20px 15px;
}

.bars {
  display: flex;
  font-size: 25px;
  margin-left: 50px;
  transition: all 0.3s;
}

.link {
  display: flex;
  color: #fff;
  padding: 10px 15px;
  gap: 15px;
  transition: all 0.5s;
}

.link:hover {
  background: #79bfbd;
  color: #fff;
  transition: all 0.5s;
}

.active {
  background: 79BFBD;
  color: #fff;
}

.icon,
.link_text {
  font-size: 15px;
}

.content-center {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.info-content {
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: #c1c1c1;
  padding: 40px !important;
}

.app-container {
  background-color: var(--primary_color) !important;
  color: white !important;
}

.signup-content {
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: #c1c1c1;
}

.drop-area {
  max-width: inherit !important;
  min-height: 120px;
}

.custom-search {
  width: 350px !important;
}

.custom-search input {
  border-radius: 50px !important;
}

.main-content {
  padding: 20px;
}

.custom-crump>a {
  color: var(--primary_color) !important;
}

.custom-crump .active {
  color: black !important;
}

.top-nav {
  /* position: fixed; */
  /* top: 0; */
  background-color: #ffffff !important;
  /* z-index: 1; */
}

.app-btn {
  background-color: var(--primary_color) !important;
  color: white !important;
}

.app-btn-outline {
  color: var(--primary_color) !important;
  background-color: transparent !important;
  border: var(--primary_color) solid 1px !important;
}

.custom-field {
  margin-left: 20px;
}


/* UI Components */
/* Basic Info */

.label-text {
  font-weight: 900;
  color: #1e1e1e
}

.label-field { 
  display: grid;
  row-gap: 0.5rem;
}

.width-100 {
  width: 100%;
}

.text-area {
  border-radius: 1rem;
  min-height: 80px;
}

.btn-maintenance {
  background-color: transparent !important;
  border: 1px solid #0B60B0 !important;
  color: #0B60B0 !important;
  transition: all ease 0.3s !important;

  &:hover {
    color: beige !important;
    background-color: #0b60B0 !important;
    transform: translateY(-3px);
  }
}

.btn-maintenance-org {
  background-color: transparent !important;
  border: 1px solid #FF5F1F !important;
  color: #FF5F1F !important;
  transition: all ease 0.3s !important;

  &:hover {
    color: beige !important;
    background-color: #FF5F1F !important;
    transform: translateY(-3px);
  }
}

.close-btn {
  background-color: transparent !important;
  border: 1px solid #B80000 !important;
  color: #B80000 !important;
  transition: all ease 0.3s !important;

  &:hover {
    color: beige !important;
    background-color: #B80000 !important;
    transform: translateY(-3px);
  }
}

.back-btn {
  background-color: transparent !important;
  border: 1px solid #0B60B0 !important;
  color: #0B60B0 !important;
  transition: all ease 0.3s !important;

  &:hover {
    color: beige !important;
    background-color: #0b60B0 !important;
    transform: translateX(-3px);
  }
}

.right-btn {
  background-color: transparent !important;
  border: 1px solid #0B60B0 !important;
  color: #0B60B0 !important;
  transition: all ease 0.3s !important;

  &:hover {
    color: beige !important;
    background-color: #0b60B0 !important;
    transform: translateX(3px);
  }
}

.dlt-btnchkpt {
  display: flex !important;
  /* justify-content: center; */
  text-align: center;
  align-items: center;
  transition: all ease 0.3s !important;
  opacity: 100%;
  cursor: pointer;
}

.add-btnchkpt-left {
  display: flex !important;
  justify-content: left;
  text-align: center;
  align-items: center;
  transition: all ease 0.3s !important;
  opacity: 100%;
  cursor: pointer;
}

.help-btnchkpt-right {
  display: flex !important;
  justify-content: right;
  text-align: center;
  align-items: center;
  transition: all ease 0.3s !important;
  opacity: 100%;
  cursor: pointer;
}


.add-btnchkpt {
  display: flex !important;
  justify-content: center;
  text-align: center;
  align-items: center;
  transition: all ease 0.3s !important;
  opacity: 100%;
  cursor: pointer;
}

.disappear {
  pointer-events: none;
  opacity: 0;
}

.disappear-full {
  pointer-events: none;
  opacity: 0;
  display: none;
}

.disabled {
  pointer-events: none;
  opacity: 50%;
}

.card {
  transition: all ease 0.3s !important;
  cursor: pointer;

  &:hover {
    transform: translateY(-5px);
  }
}

.catelog-style {
  border-radius: 0.5rem;
  border: 1px dashed #00264D;
  /* height: 250px; */
  width: 30%;
  padding: 15px;
  margin: 10px;
  text-overflow: ellipsis;
}

.catelog-display {
  transition: all ease 0.3s !important;
  cursor: pointer;
  /* height: 250px; */
  width: 30%;
  margin: 10px;
  padding: 15px;
  text-overflow: ellipsis;

  &:hover {
    background-color: #DDDDDD;
    filter: drop-shadow(13px 13px 7px #00264D);
    color: #00264D;
    transform: translateY(-5px);
  }
}

.operations-form-style {
  padding: 5px;
}

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

.quality-inp-fail input {
  /*background: #DF2E38 !important;*/
  border-radius: 1rem !important;
  border: 2px solid #DF2E38 !important;
}

.quality-inp-pass input {
  /*background: #367E18 !important;*/
  border-radius: 1rem !important;
  border: 2px solid #367E18 !important;
}

.restrict-mobile {
  @media only screen and (max-width: 700px) {
    display: none !important; 
  }
}

.view-mobile {
  @media only screen and (max-width: 700px ) {
    display: block !important; 
    padding: 2rem !important;
    background-color: #FF5F1F;
    height: 100vh;
    padding-top: 250px !important;
    text-align: center;
    border-style: double;
    border-color: beige;
    border-width: 1rem;
    border-radius: 1rem;
  }

  @media only screen and (min-width: 700px ) {
    display: none !important;
  }
}

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

.content-center-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.app-grid-display {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
  grid-auto-rows: minmax(80px, auto);
}

.logo-style-mobile {
  border-radius: 1rem;
}

.grid-view {
  display: row;
  flex-direction: column;

}

.register-login {
  color: #E2DFD0;
  &:hover {
    opacity: 50%;
    cursor: pointer;
  }

}

.home-background {
  /*background-image: url("/assets/images/login_background_3.png");
  background-size: cover;
  position: relative;*/
  /*background-color: #FF5F1F;*/

  background-image: linear-gradient(
    153.5deg,
    hsl(220deg 100% 21%) -1%,
    hsl(220deg 55% 63%) 4%,
    hsl(218deg 90% 83%) 15%,
    hsl(219deg 90% 92%) 35%,
    hsl(0deg 0% 100%) 99%
  );

  /*background-image: linear-gradient(to right bottom, #ff5f1f, #f8511b, #f04117, #e92e14, #e11212);*/

  /*background: #D3D7EE;
  background: conic-gradient(from 45deg,  #FB4B04, #FF7F4C, #ff5f1f);*/

  /*-webkit-animation:animateBg 6s ease-out infinite;
  -moz-animation: animateBg 6s ease-out infinite;
  -o-animation:animateBg 6s ease-out infinite;
  animation: animateBg 6s ease-out infinite;
  background-image: linear-gradient(153.5deg,#ff5f1f, #fbad8e, #ff5f1f, #fbad8e);
  background-size: 300% 100%;*/

}


@-webkit-keyframes animateBg {
     0% { background-position: 100% 0%; }
      50% { background-position: 50% 0%; }
      100% { background-position: 0% 0%; }
}
@-moz-keyframes animateBg {
     0% { background-position: 100% 0%; }
    50% { background-position: 50% 0%; }
    100% { background-position: 0% 0%; }
}
@-o-keyframes animateBg {
     0% { background-position: 100% 0%; }
    50% { background-position: 50% 0%; }
    100% { background-position: 0% 0%; }
}
@keyframes animateBg {
    0% { background-position: 100% 0%; }
    50% { background-position: 50% 0%; }
    100% { background-position: 0% 0%; }
}

.home-spinner {
  height: 220px;
  width: 220px;
  position: absolute;
  bottom: 70px;
  right: 50px;
  /*filter: blur(3px);*/
  opacity: 50%;
  pointer-events: none;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


@keyframes spin {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}


.expand-menu {
  transition: all ease 0.5s !important;
  cursor: pointer;

}

.table-more-variants {
    border-bottom: 1px solid #1e1e1e;
}

.min-height {
  min-height: 100vh;
}

.i-button {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 4;
}
