: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: transparent !important;
  border-radius: 1rem !important;
  border: 1px solid #00264d !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
}

.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: 50%;
  cursor: pointer;

  &:hover {
    opacity: 100%;
  }
}

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

  &:hover {
    opacity: 100%;
  }
}

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

  &:hover {
    opacity: 100%;
  }
}


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

  &:hover {
    opacity: 100%;
  }
}

.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: 800px) {
    display: none !important;
  }
}

.view-mobile {
  @media only screen and (max-width: 800px ) {
    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: 800px ) {
    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;
}

:root {
  --primary_color: #6abcb9;
  --white: #ffffff;
}

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

.nav-color{
  color: red;
}

.nav-link-shop {
  font-size: 16px;
  font-family: poppins;
  letter-spacing: 1px;
}

.myshopfloor-btn {
  background-color: #524C42 !important;
  color: #E2DFD0 !important;
  transition: all 0.5s ease-out;
  &:hover {
    background-color: #FF5F1F !important;
  }
}


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

.login-padding {
  margin: 120px 0px 120px 80px;
  /*background-color: #e7f6f2;*/
  background: rgba(30, 30, 30, 0.30);
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.9px);
  -webkit-backdrop-filter: blur(9.9px);
  border: 1px solid rgba(255, 95, 31, 0.58);
}

.login-txt {
  color: #E2DFD0 !important;
}

.login-flex {
  min-width: 150px;
  width: 430px;
}

.font-lighter {
  font-weight: 100;
  color: #8bb3b4;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.login-space {
  margin-top: 80px;
}

.login-background {
  background-size: cover;
}

.progress-bar {
  background-color: "#6ABCB9";
  height: "7px";
}

table.product-cat-mv tr th {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

table.product-cat-mv tbody {
  padding-top: 10px;
}

.prod-mon-dash {
  margin: 0px 0.5rem 0px 0.5rem;
  padding: 20px;
  border-radius: 1rem;
  background: #E7E6E1;
  -webkit-box-shadow: 4px 5px 13px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 5px 13px -3px rgba(0,0,0,0.75);
  box-shadow: 4px 5px 13px -3px rgba(0,0,0,0.75);
}

.prod-box-shad {
  -webkit-box-shadow: 4px 5px 13px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 5px 13px -3px rgba(0,0,0,0.75);
  box-shadow: 4px 5px 13px -3px rgba(0,0,0,0.75);
}

.prod-mon-hd {
  background: #FF5F1F;
  color: beige;
  padding: 10px;
  border-radius: 0.5rem;
}

.prod-mon-txt {
  background: #FF5F1F;
  color: beige;
  padding: 5px;
  border-radius: 0.5rem;
}

.prod-mon-txtg {
  background: #008000;
  color: beige;
  padding: 5px;
  border-radius: 0.5rem;
}

.prod-mon-paga {
  background-color: #1e1e1e !important;
  color: beige !important;
  border-radius: 50% !important;
}

.prod-mon-pagi {
  border-radius: 50% !important;
}

.prod-mon-txtr {
  background: #D90429;
  color: beige;
  padding: 5px;
  border-radius: 0.5rem;
}

table.prod-mon-tb {
  border-collapse: collapse;
  border-top: 2px solid #FF5F1F;
  font-size: 0.6rem;
  margin-top: 10px;
  width: 100%;
}

table.prod-mon-tb th, td {
  border: 1px solid white;
  padding: 1px 3px;
}

table.prod-mon-tb tbody > tr:nth-of-type(even) {
  background-color: rgb(237 238 242);
}

table.prod-mon-tb tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}


.dashboard-three-style {

}

.dash-three-menu {
  overflow-x: auto;
  overflow-y: scroll;
  &::-webkit-scrollbar:vertical {
    display: none;
  }
  &::-webkit-scrollbar:horizontal {
    display: block;
    height: 3px;
  }
}

.prod-mondash-over {
  overflow-y: scroll;
  &::-webkit-scrollbar:vertical {
    display: block;
    width: 5px;
    border-radius: 1rem;
  }
  &::-webkit-scrollbar:horizontal {
    display: none;
  }
}


.prod-mon-producthover {
  cursor: pointer;
  transition: all 0.3s ease-in;
  padding: 10px !important;
  &:hover {
    background-color: #ddd !important;
    border-radius: 0.5rem !important;
  }
}

.prod-mon-select {
  background-color: #ddd !important;
  border-radius: 0.5rem !important;
  padding: 10px !important;
}

.prod-plan-form {
  width: 100%;
  transition: all 0.5s ease-in !important;
}

.opform-field-hide {
  height: 100% !important;
  transition: all 0.5s ease-in !important;
}

.prod-plan-mess {
  width: 20%;
  transition: all 0.5s ease-in !important;
}

.prod-mon-hide {
  transition: all 0.3s linear !important;
  transform: translateX(200px);
  opacity: 0%;
}

.prod-mon-vis {
  transition: all 0.3s linear !important;
  transform: translateX(0px);
  opacity: 100%;
}

.prod-monandon-visible {
  border: 1px solid  #00264D;
  border-radius: 0.5rem;
  padding: 10px;
  width: 300px;
  position: absolute;
  right: 2%;
  z-index: 10;
  background: #fff;
}

.app-notifiction-visible {
  border: 1px solid  #00264D;
  border-radius: 0.5rem;
  padding: 10px;
  width: 350px;
  position: fixed;
  top: 40px;
  right: 5px;
  z-index: 10;
  background: #fff;
  max-height: 500px !important;
  overflow-y: auto !important;
  &::-webkit-scrollbar:vertical {
    display: block;
    width: 5px;
    border-radius: 1rem;
  }
  &::-webkit-scrollbar:horizontal {
    display: none;
  }
}
}

.prod-monandon-btn {
  position: absolute;
  right: 1%;
  top: 3%;
  z-index: 20;
}

.profile-item-wrap {
  padding: 10px 15px 10px 15px;
  border-radius: 0.5rem;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  width: 120px;
  margin: 10px;
  &:hover {
    background-color: #ececec;
    color: #00264D;
    font-weight: 900;
    min-width: 100px;
    cursor: pointer;
    transform: translateY(-5px);
    .delete-button {
      display: block;
      cursor: pointer;
      transform: translateY(-5px);
    }
  }
}

.profile-delete-button {
  height: 13px;
  display: none;
  width: 13px;
  border-radius: 50%;
  background-color: #BF3131;
  left: 100px;
  top: 10px;
  position: absolute;
  &:hover {
    background-color: #7D0A0A;
  }
}

.profile-access-button {
  padding-right: 15px;
  color: grey;
  font-weight: 900;
  transition: all 0.3s ease 0s;
  &:hover {
    cursor: pointer;
    color: #00264D;
    font-weight: 900;
    font-size: 14px;
  }
}

.maintenance-report-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0.5rem;
  grid-auto-rows: minmax(160px, auto);
}

.six-col-display {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0.5rem;
  grid-auto-rows: minmax(160px, auto);
}

.seven-col-display {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0.5rem;
  grid-auto-rows: minmax(160px, auto);
}

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

.three-col-display-mold {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  grid-auto-columns: auto;
  grid-auto-rows: minmax(100px, auto);
}

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

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

.ui.statistic+.ui.statistic {
  margin: 0 !important;
}

.ui.statistic {
  display: inline-flex;
  flex-direction: column;
  margin: 0 !important;
  max-width: auto;
}


.form-field-disabled {
  pointer-events: none;
  opacity: 70%;
}

.hover-blue {
  color: #0b60B0;
  &:hover {
    background-color: #0b60B0;
    color: beige;
  }
}

.rane-btn {
  background-image: linear-gradient(to right, #000428 0%, #004e92  100%) !important;
  transition: 0.5 s !important;
  color: white !important;
  box-shadow: 0 0 20px #eee;
  display: block;
}

.rane-btn-g {
  background-image: linear-gradient(to right, #000428 0%, #4caf50  100%) !important;
  transition: 0.5 s !important;
  color: white !important;
  box-shadow: 0 0 20px #eee;
  display: block;
}

.rane-btn-r {
  background-image: linear-gradient(to right, #000428 0%, red  100%) !important;
  transition: 0.5 s !important;
  color: white !important;
  box-shadow: 0 0 20px #eee;
  display: block;
}

.rane-btn-o {
  background-image: linear-gradient(to right, #ff5f15 0%,  #000428 100%) !important;
  transition: 0.5 s !important;
  color: white !important;
  box-shadow: 0 0 20px #eee;
  display: block;
}

.menuactiveitembordercolor {
  &:active {
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: blue !important;
    font-weight: 700 !important;
    color: rgba(0, 0, 0, .95) !important;
  }
}

.formbuilder-checkpoints {
  max-height: 300px !important;
  overflow-y: auto !important;
  &::-webkit-scrollbar:vertical {
    display: block;
    width: 5px;
    border-radius: 1rem;
  }
  &::-webkit-scrollbar:horizontal {
    display: none;
  }
}

.formbuilder-list {
  max-height: 150px !important;
  overflow-y: auto !important;
  &::-webkit-scrollbar:vertical {
    display: block;
    width: 5px;
    border-radius: 1rem;
  }
  &::-webkit-scrollbar:horizontal {
    display: none;
  }
}

.table-scroll {
  max-width: 1200px !important;
  overflow-x: auto !important;
  &::-webkit-scrollbar:vertical {
    display: none;
  }
  &::-webkit-scrollbar:horizontal {
    display: block;
    height: 5px;
    border-radius: 1rem;
  }
}

.vertical-scroll {
  max-width: 1200px !important;
  overflow-x: auto !important;
  &::-webkit-scrollbar:vertical {
    display: none;
  }
  &::-webkit-scrollbar:horizontal {
    display: block;
    height: 5px;
    border-radius: 1rem;
  }
}

.loader {
  position: fixed !important;
  z-index: 3;
  bottom: 50%;
  left: 50%;
  color: black;
}


.store-entry-link {
  color: #ff5f15;
  padding: 8px;
  border-radius: 1rem;
  cursor: pointer;
  border: 2px solid #ff5f15;
  font-weight: 900;
  text-align: center;
  &:hover {
    color: white;
    background-image: linear-gradient(to right, #ff5f15 0%, #1e1e1e  100%) !important;
  }
}


.three-col-vehicleslotwise {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  grid-auto-columns: auto;
  grid-auto-rows: minmax(auto);
}

.carousel-p {
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.carousel-button-l {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
}

.carousel-button-l.prev {
  left: 10px;
}

.carousel-button-l.next {
  right: 10px;
}

.carousel-slide {
  display: none;
}

.carousel-slide.active {
  display: block;
}

@keyframes totalVehiclesScroll {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

.cursor-pointer {
  cursor: pointer;
}