body {
  font-family: "Roboto", sans-serif;
}

/* #maincontainer {
    overflow-y: hidden;
} */

#logo img {
  display: block;
  text-align: center;
  margin: 20px auto;
}

#header {
  box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.16);
  padding: 40px 0 40px 40px;
}

#logodesc {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #006400;
}

.sidebar-menu {
  margin-top: 50px;
}

.sidebar-menu li a {
  display: flex;
}

.menu-icn.dashboard {
  background: url("../images/6.png") no-repeat;
  background-size: 24px;
}

.menu-icn.companies {
  background: url("../images/8.png") no-repeat;
  background-size: 24px;
}

.menu-icn.user {
  background: url("../images/user.svg") no-repeat;
  background-size: 24px;
}

.menu-icn.settings {
  background: url("../images/settings.png") no-repeat;
  background-size: 24px;
}

.menu-icn.logout {
  background: url("../images/1.png") no-repeat;
  background-size: 24px;
}

.menu-icn.wizard {
  background: url("../images/7.png") no-repeat;
  background-size: 24px;
}

.menu-icn.completed {
  background: url("../images/8.png") no-repeat;
  background-size: 24px;
}

.menu-icn {
  width: 32px;
  height: 32px;
  display: inline-block;
}

.sidebar-menu a {
  border-top: 1px solid #f1eded;
  padding: 20px 0 20px 10px;
}

.sidebar-menu a.current,
.sidebar-menu a:hover {
  border-left: 6px solid #33981f;
}

#maincontent {
  border-left: 6px solid #006400;
  min-height: 100vh;
}

#notification {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#body-content {
  /* padding-left: 40px; */
  margin: 0 30px;
}

#saqform {
  margin-top: 40px;
}

#saqform h3,
#notification h3,
#completedsaqs h3 {
  color: #006400;
  font-weight: bold;
}

a.create-button {
  display: flex;
  height: 40px;
  overflow-y: hidden;
  justify-content: space-between;
  border-radius: 8px !important;
  background-color: #006400; /* #66cc3e; */
  box-shadow: -5px 5px 0px 0px rgba(71, 149, 41, 0.75);
  -webkit-box-shadow: -5px 5px 0px 0px rgba(71, 149, 41, 0.75);
  -moz-box-shadow: -5px 5px 0px 0px rgba(71, 149, 41, 0.75);
}

a.create-button:hover {
  background-color: #4bac24;
}

a span#plus-icn {
  background: url(../images/9.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position-y: 0px;
  display: block;
  margin-left: 10px;
}

ul.menu li a {
  color: #006400;
  font-weight: bold;
  position: relative;
  line-height: 25px;
  margin-right: 24px;
}

span.bubble-notif {
  background-color: green;
  /* display: block; */
  width: 24px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 300;
  border-radius: 3px;
  position: absolute;
  top: -16px;
  right: -20px;
}

ul.menu li a .triangle {
  /* position: absolute;
  width: 0;
  height: 0;
  border-left: -19px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid green;
  top: 0;
  right: -12px; */
}

.link-saq a > span.txt-small {
  font-size: 0.9rem;
  display: block;
  text-transform: uppercase;
}

.link-saq a {
  display: block;
  text-align: center;
  color: #5c5c5c;
  font-weight: 900;
  font-size: 1.8rem;
  padding: 40px 0;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.15);
}

.link-saq.saqwizard a {
  font-size: 1.2rem;
  color: #fff;
  background-color: #404041;
}

.link-saq.saqwizard a:hover {
  background-color: #f9f8f8;
  color: #5c5c5c;
}

.link-saq.saqwizard img {
  display: block;
  text-align: center;
  width: 38px;
  margin: 0 auto;
}

.link-saq a:hover,
.link-saq.current a {
  background-color: #006400; /* #66cc3e; */
  color: #fff;
  box-shadow: 0px 6px 0px 0px rgba(51, 152, 31, 1);
  -webkit-box-shadow: 0px 6px 0px 0px rgba(51, 152, 31, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(51, 152, 31, 1);
}

#completedsaqs {
  margin-top: 40px;
}

.prev-btn,
.nxt-btn {
  border-radius: 5px;
}

.prev-btn {
  background-color: #cdcecd;
}

.nxt-btn {
  background-color: #006400; /* #66cc3e; */
}

.prev-btn:hover,
.nxt-btn:hover {
  background-color: #006400; /* #66cc3e; */
}

#compltedsaqs-table,
.cell-container {
  padding: 40px;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.15);
}

#navbuttons {
  display: flex;
  justify-content: space-between;
}

/***************/
#infoplatesection {
  background: #006400 url(../images/loginbg.png) no-repeat; /* #66cc3e */
  background-size: cover;
  background-blend-mode: soft-light;
  padding-bottom: 392px;
  height: 100%;
}

#logosection {
  margin-top: 40px;
  background-color: #fff;
  padding: 30px 0;
  overflow-y: hidden;
}

#logosection img {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 30%;
}

#infobutton {
  margin-top: 200px;
  display: flex;
  justify-content: center;
}

#infobutton button {
  width: 200px;
  font-size: 1.2em;
  background-color: transparent;
  border: 3px solid #fff;
}

#infobutton button:hover,
#infobutton button.active {
  background-color: #58ae36;
}

#infobutton p {
  margin: 0 10px;
  padding-top: 15px;
  color: #fff;
  font-weight: 900;
}

#infotxt {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
  line-height: 2.9rem;
  margin-top: 180px;
}

#loginsaq {
  display: none;
}

#registersaq.show,
#loginsaq.show {
  display: block;
}

#registersaq.hide,
#loginsaq.hide {
  display: none;
}

#formfieldscontainer {
  padding: 0 !important;
  margin-top: 40px;
}

#formfieldscontainer input {
  border-radius: 5px;
  padding: 25px 15px !important;
}

#formsection {
  padding-left: 180px;
  color: #4f4f4f;
  font-weight: 400;
  font-size: 1.2em;
}

#formsection p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#formsection .smalltxt {
  font-size: 0.8em;
  color: #818181;
}

#formsection h3 {
  font-weight: 600 !important;
  color: #4f4f4f;
  padding-top: 320px;
}

/* MODAL */
#saq-backdrop.show {
  display: block;
}

#saq-backdrop.hide {
  display: none;
}

#saq-backdrop {
  background-color: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#saq-modal-container {
  width: 800px;
  background-color: #ffffff;
  position: absolute;
  z-index: 100;
  top: calc(25% - 50px);
  left: calc(50vw - (800px / 2));
  box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
}

#saq-modal-container.sm {
  width: 400px !important;
  left: calc(50vw - (400px / 2));
}

#saq-modal-header {
  border-bottom: 1px solid #cdcecd;
  padding: 0.5em 1em;
}

#saq-modal-body {
  padding: 1em 0.9em;
  border-bottom: 1px solid #cdcecd;
}

#saq-modal-footer {
  padding: 1em;
}
/****************/

/* MODAL */
.modal-backdrop.show {
  display: block;
}

.modal-backdrop.hide {
  display: none;
}

.modal-backdrop {
  background-color: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-container {
  width: 800px;
  background-color: #ffffff;
  position: absolute;
  z-index: 100;
  top: calc(25% - 50px);
  left: calc(50vw - (800px / 2));
  box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
}

.modal-container.sm {
  width: 445px !important;
  left: calc(50vw - (445px / 2));
}

.modal-header {
  border-bottom: 1px solid #cdcecd;
  padding: 0.5em 1em;
}

.modal-body {
  padding: 1em 0.9em;
  border-bottom: 1px solid #cdcecd;
}

.modal-footer {
  padding: 1em;
}

#switch-col {
  display: flex;
  justify-content: space-between;
}

.switchLabel {
  font-weight: bold;
  margin-right: 10px;
  float: left;
}

input:checked ~ .switch-paddle {
  background: #008000 !important;
}

/* .close-button, .close-button.medium {
  right: 0.5rem;
  top: 0.5rem;
  font-size: 1.25em;
  line-height: .5;
} */

/* TOAST */
.notification-container {
  font-size: 14px;
  box-sizing: border-box;
  position: fixed;
  z-index: 999999;
}

.top-right {
  top: 12px;
  right: 12px;
  transition: transform 0.6s ease-in-out;
  animation: toast-in-right 0.7s;
}

.bottom-right {
  bottom: 12px;
  right: 12px;
  transition: transform 0.6s ease-in-out;
  animation: toast-in-right 0.7s;
}

.top-left {
  top: 12px;
  left: 12px;
  transition: transform 0.6s ease-in;
  animation: toast-in-left 0.7s;
}

.bottom-left {
  bottom: 12px;
  left: 12px;
  transition: transform 0.6s ease-in;
  animation: toast-in-left 0.7s;
}

.notification {
  background: #fff;
  transition: 0.3s ease;
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 30px;
  margin-bottom: 15px;
  width: 300px;
  max-height: 100px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 10px #999;
  color: #000;
  opacity: 0.9;
  background-position: 15px;
  background-repeat: no-repeat;
}

.notification:hover {
  box-shadow: 0 0 12px #fff;
  opacity: 1;
  cursor: pointer;
}

.notification-title {
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 6px;
  width: 300px;
  height: 18px;
}

.notification-message {
  margin: 0;
  text-align: left;
  height: 18px;
  margin-left: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-image {
  float: left;
  margin-right: 15px;
}

.notification-image img {
  width: 30px;
  height: 30px;
}

.toast {
  height: auto;
  width: auto;
  color: #fff;
  padding: 20px 15px 10px 10px;
}

.notification-container button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-weight: 700;
  color: #fff;
  outline: none;
  border: none;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  line-height: 1;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

#notification-container {
  transition: all 1s;
}
#notification-container .hide {
  visibility: hidden;
  opacity: 0;
}

/* new table css */
/* .fixTableHead {
  overflow-y: auto;
  height: 750px;
}
.fixTableHead thead th {
  position: sticky;
  top: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  padding: 8px 15px;
  border: 1px solid #e5e5e5;
}
th {
  background: #ffffff;
} */
.module-header {
  display: flex; /* Makes this element a flex container */
  flex-direction: row; /* Arranges items in a row (default) */
  justify-content: space-between; /* Distributes space evenly around items */
  align-items: left;
}

@keyframes toast-in-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes toast-in-left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@media (max-width: 575px) {
  #body-content {
    /* padding-left: 10px; */
    margin: 0 30px;
  }

  #notification {
    display: block;
  }
}

/* New CSS */
.form-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form-group {
  flex: 1 1 calc(33.333% - 16px); /* 3 columns with gap */
  display: flex;
  flex-direction: column;
}

label {
  font-weight: bold;
  margin-bottom: 4px;
}

input {
  padding: 8px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .form-group {
    flex: 1 1 100%; /* Stack in one column on small screens */
  }
}
