* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #f2f2f2;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  margin: 0 0 10% 0;
  padding: 0;
  width: 100%;
}

body > div {
  width: 100%;
  margin: 0;
  padding: 0;
}

.login-page-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Clickable rows (only for producers tables) */
.clickable-row {
  cursor: pointer;
}

.clickable-row:hover {
  background-color: #e6f1fe;
  border-radius: 20px;
}

/* Action icons cursor */
.main-table a {
  cursor: pointer;
}

/* Producer Status - producer page */
.producer-status {
  background-color: white;
  border-radius: 10px;
  width: auto;
  height: auto;
  padding: 13px;
}

.producer-status input[type="checkbox"]:disabled {
  background-color: #007bff;
}

/* SWAL styling */
.btn-modal-confirm {
  color: #ef3939;
  background-color: #ef3939;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0.5em 1em;
  color: white;
}

.btn-modal-cancel {
  color: #464646;
  background-color: #464646;
  border-radius: 5px;
  padding: 0.5em 1em;
  text-transform: uppercase;
  color: white;
}

.btn-modal-confirm,
.btn-modal-cancel {
  margin-left: 1em;
}

.btn-modal-confirm:hover,
.btn-modal-cancel:hover {
  opacity: 0.7;
}

.swal2-title {
  font-weight: 400 !important;
}

.main-question {
  padding: 1em;
  border-radius: 10px;
}

.sub-questions {
  padding: 1em;
}

.report-type-label {
  color: white !important;
  border-radius: 25px;
  text-align: center;
}

.status-label {
  border-radius: 25px;
  text-align: center;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  font-size: 0.9em;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  height: auto;
}

.finished {
  background-color: rgba(74, 167, 45, 0.3);
  color: #32711f;
}

.pending {
  background-color: rgba(243, 217, 123, 0.3);
  color: #9e8016;
}

.archived {
  background-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

/* Audits Table Specific Styles */
.audits-table {
  table-layout: fixed;
  width: 100%;
}

.audits-col-number {
  width: 12% !important;
  padding-left: 20px !important;
}

.audits-col-producer {
  width: 25% !important;
  padding: 8px 12px !important;
}

.audits-col-nif {
  width: 15% !important;
  padding: 8px 12px !important;
}

.audits-col-location {
  width: 20% !important;
  padding: 8px 12px !important;
}

.audits-col-status {
  width: 13% !important;
  padding: 8px 12px !important;
  text-align: center;
}

.audits-col-options {
  width: 15% !important;
  padding: 8px 12px !important;
  text-align: center;
}

.tooltip-text {
  font-size: 0.8em;
  color: #8b8b8d;
  font-weight: 500;
}

.register-tooltip {
  display: flex;
  flex-direction: row;
}

.register-tooltip i {
  margin-right: 0.5em;
  font-size: 1.3em;
  color: #2a6bb1;
}

.register-tooltip span {
  vertical-align: middle;
}

.dropdown-reports > * {
  margin: 1em;
}

.dropdown-clickable-area {
  color: #2a6bb1;
  background-color: white;
  padding: 0.5em;
  border-radius: 5px;
}

.dropdown-clickable-area span {
  vertical-align: middle;
}

.dropdown-clickable-area:hover {
  text-decoration: none;
}

.div-options a {
  color: #b9b7bd;
}

.div-options a:hover {
  cursor: pointer;
  opacity: 0.8;
}

.div-options:hover > .tooltip-text {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.2em;
  color: white;
  text-align: center;
  z-index: 99;
  left: 0;
  bottom: 100%;
  padding: 0em 1em;
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  z-index: 1;
  margin-left: 1em;
}

*/ .accordion-tab[aria-expanded="true"] {
  background-color: #2a6bb1;
  color: white;
}

.accordion-tab {
  color: #2a6bb1;
}

.main-icon {
  color: #2a6bb1;
  margin-right: 1em;
}

.accordion-tab[aria-expanded="true"] .main-icon {
  color: white;
}

.green-text {
  color: #4aa72d;
}

.blue-text {
  color: #2a6bb1;
}

.red-text {
  color: #ef3939;
}

#report_img {
  display: flex;
  justify-content: center;
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(3, 25%);
  gap: 10%;
  justify-content: center;
}

.category_chart {
  width: 60%;
  margin: 10% auto;
  display: flex;
  justify-content: center;
}

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

/*
.container-fluid {
  margin-left: 5%;
}
*/
.producer-container {
  padding: 2%;
}

.vertical-divider {
  border-left: 2px solid #4aa72d;
  position: relative;
  margin: 5% 0;
}

.dataTables_length,
.dataTables_filter label {
  padding-top: 1em;
  color: #2a6bb1;
}

/*
#id_sercla_number {
  color: #2a6bb1;
  border: 2px solid #b9b7bd;
  border-radius: 5px;
}
*/

.main-option {
  display: block;
  margin: auto;
  background-color: white;
  border-radius: 10px;
  margin-top: 2em;
  position: relative;
  width: 70%;
}

.main-option a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.main-option label {
  color: #2a6bb1;
  font-size: 1.2em;
  font-weight: 700;
  padding: 1em 1em 0em 1em;
}

.main-option p {
  font-size: 1em;
  color: #464646;
  padding: 0em 0em 1em 1em;
}

.main-option span {
  color: #4aa72d;
  font-size: 2em;
}

.data-form label {
  color: #2a6bb1;
  font-weight: 700;
  font-size: 1.2em;
}

.main-form {
  margin-bottom: 2em;
}

.main-form label {
  color: #2a6bb1;
  font-weight: 700;
  display: block;
  margin-top: 1em;
}

.main-form input:not([type="submit"]) {
  background-color: transparent;
  border: 2px solid #b9b7bd;
  border-radius: 5px;
  padding: 0.5em 1em;
}

.main-form input[type="select"] {
  background-color: transparent;
  border: 2px solid #b9b7bd;
}

.icon-container {
  position: absolute;
  top: 50%;
  height: 2em;
  margin-top: -1em;
  padding-left: 90%;
}

.main-heading {
  color: #4aa72d;
  font-weight: 500;
  margin: 1em 0em;
  font-size: 1.9em;
}

.sub-heading {
  color: #2a6bb1;
  font-size: 1.1em;
}

.banner-container {
  background-image: url('../images/banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 25vh;
  width: 100%;
  min-width: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 4em auto;
  overflow: hidden;
  position: relative;
}

.banner-container p {
  color: #2a6bb1;
  text-transform: uppercase;
}

.pagination a {
  color: #2a6bb1;
}

.page-item.active .page-link {
  background-color: #2a6bb1;
}

.search-form input[type="text"] {
  background-color: white;
  color: #464646;
  background: url(../images/search-solid.svg) no-repeat 0.5em 0.5em;
  background-size: 0.8em 0.8em;
  border-style: solid;
  height: 2em;
}

#teste::placeholder {
  margin-left: 1em;
}

.inline-icon {
  vertical-align: bottom;
  font-size: 20px !important;
}

.btn-primary {
  border-radius: 5px;
  border: none;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-link {
  color: #4aa72d;
}

.green {
  background-color: #4aa72d;
}

.red {
  background-color: #ef3939;
}

.blue {
  background-color: #2a6bb1;
}

.btn-primary:hover {
  opacity: 0.7;
  text-decoration: none;
  border: none;
}

.btn-secondary {
  border-radius: 5px;
  border: solid 1px #4aa72d;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #4aa72d;
  background-color: transparent;
}

.btn-secondary:hover {
  border: solid 1px #4aa72d;
  background-color: transparent;
  color: #4aa72d;
  opacity: 0.6;
}

.btn-secondary-delete {
  border-radius: 5px;
  border: solid 1px #ef3939;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #ef3939;
}

.btn-secondary-delete:hover {
  color: #ef3939;
  opacity: 0.6;
}

/*
.navbar {
  background-color: white;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5em;
}

.navbar-nav a {
  color: #2a6bb1;
  margin-left: 20%;
}

.navbar-nav a:nth-child(odd):after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #2a6bb1;
  transition: width 0.3s;
}

.navbar-nav a:nth-child(even):after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #4aa72d;
  transition: width 0.3s;
}

.navbar-nav .active {
  border-bottom: 1px solid #2a6bb1;
}

.navbar-nav a:hover::after {
  width: 100%;
  transition: width 0.3s;
} */

.navbar-custom {
  padding: 0 !important;
  top: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-nav {
  height: 100%;
}

.navbar-nav .nav-link {
  padding: 25px;
  margin-left: 25px;
  display: flex;
  align-items: center;
}

.nav-link {
  border-bottom: 3px solid #ffffff !important;
  opacity: 1;
  margin-bottom: 0 !important;
  transform: none !important;
  position: static !important;
}

.nav-link:hover {
  border-bottom: 3px solid #69696b !important;
  opacity: 0.8;
}

.active-link {
  border-bottom: 3px solid #4aa72d !important;
  margin-bottom: 0 !important;
  transform: none !important;
  position: static !important;
}

/* Media queries para navbar em desktops menores */
@media screen and (max-width: 1440px) {
  .nav-link {
    margin-bottom: 0 !important;
    transform: none !important;
    position: static !important;
  }
  
  .active-link {
    margin-bottom: 0 !important;
    transform: none !important;
    position: static !important;
  }
}

@media screen and (max-width: 1280px) {
  .nav-link {
    margin-bottom: 0 !important;
    transform: none !important;
    position: static !important;
  }
  
  .active-link {
    margin-bottom: 0 !important;
    transform: none !important;
    position: static !important;
  }
}

@media screen and (max-width: 1024px) {
  .nav-link {
    margin-bottom: 0 !important;
    transform: none !important;
    position: static !important;
  }
  
  .active-link {
    margin-bottom: 0 !important;
    transform: none !important;
    position: static !important;
  }
}

.main-table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-radius: 1em;
  overflow-y: visible;
  overflow-x: visible;
  padding: 2em;
  border-radius: 20px;
  width: 100%;
}

.main-table-header {
  font-weight: 700;
  color: #2a6bb1;
  margin-bottom: 1em;
}

.main-table input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.main-table td {
  vertical-align: middle;
  color: #8b8b8d;
}

.main-table td p.status-label {
  margin: 0;
  vertical-align: middle;
}

.main-table td p {
  margin-top: 1em;
}

.main-table th {
  border: none;
}

.main-table-row {
  background: white;
  /* text-transform: capitalize; */
  padding-top: 1em;
}

.table-icon {
  color: #2a6bb1;
}

.dropddown-menu {
  z-index: 99;
}

.dropdown-menu a {
  color: #8b8b8d;
}

.dropdown-menu a:hover {
  background-color: #e6f1fe;
}

.delete-option {
  color: #d12f2f !important;
}

.login {
  background-color: white;
  border-radius: 20px;
  display: block;
  margin: auto;
  padding: 2em;
  width: 25%;
  min-width: 400px;
  max-width: 600px;
}

.login input {
  display: block;
  margin: auto;
  padding: 1em;
  width: 100%;
}

.login label {
  color: #2a6bb1;
  font-weight: 500;
}

.login_image {
  margin: 0 auto;
  padding: 0;
}

.login button {
  background-color: #2a6bb1;
  margin-top: 1em;
  width: 100%;
}

.small-text {
  font-size: 1em;
  font-weight: 700;
  color: #464646;
  /* text-transform: uppercase; */
}

.small-text-ligth {
  font-size: 0.8em;
  color: #69696b;
  text-align: center;
}

.form-text {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

#analises th {
  color: #2a6bb1;
  overflow-wrap: break-word;
}

/* report style */
.report-table th {
  color: #2a6bb1;
}

.report-table td {
  color: #464646;
}

.report-title {
  color: #4aa72d;
  padding: 1em 0em;
  text-align: center;
}

.report-subtitle {
  color: #2a6bb1;
  font-size: 1.6em;
  padding: 1em 0em;
}

.report-smaller-subtitle {
  color: #4aa72d;
  font-size: 1.3em;
  padding: 1em 0em;
}

.report-paragraph {
  color: #464646;
}

.PAM > .input-group > .form-control {
  border: 3px solid #b9b7bd;
  border-radius: 10px !important;
}

.input-group-text {
  border: none;
  background-color: transparent;
}

.input-group-text i {
  color: #2a6bb1;
}

.input-group-text i:hover {
  opacity: 0.8;
}

.recommendation-note {
  background: transparent;
  margin-top: 1em;
}

.recommendation-note input {
  border: 3px solid #b9b7bd;
  border-radius: 10px !important;
}

/*____________________________________ Producer Page  _______________________________________ */

.header_product_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.producer_section_subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
}

#producer_state {
  transform: scale(2);
  margin-right: 10px;
}

.producer-info {
  width: 95%;
  margin: 0 auto;
}

.producer-info-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5%;
}

.producer-info-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
}

.producer_alerts_info {
  width: 50%;
  height: 60px;
  border-radius: 15px;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}

.producer_alerts_text {
  margin: 0 !important;
  padding: 0 !important;
}

.content-sections-div {
  width: 100%;
  background-color: white;
  border-radius: 15px;
}

.radio-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.radio-inline li {
  display: inline-block;
  margin-right: 10px;
}

.radio-inline label {
  display: inline-block;
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
}

.radio-inline input[type="radio"]:checked + label {
  background-color: #007bff;
  color: #fff;
}

/*==================================================== CSS JOAO ===================================================*/
/*================================================ New forms Css class ================================================*/

label {
  margin-bottom: 0;
}

/*---------Containers--------------*/

.backGroundColorWhite {
  background-color: white;
}

.redBoxForTesting {
  background-color: red;
  width: 50px;
  height: 50px;
}

.yellowBoxForTesting {
  background-color: yellow;
  width: 50px;
  height: 50px;
}

.dashedBorder {
  border: 2px dashed gray;
}

.newFormBackground {
  background-color: #f2f2f2;
  padding-top: 1.36%;
  padding-right: 1.4%;
  padding-bottom: 1.36%;
  padding-left: 1.4%;
}

.categoryWhiteBoxNoPadding {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}

.categoryWhiteBox {
  background-color: white;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.producerTableBox {
  background-color: #fbfafc;
  padding: 20px 35px 20px 35px;
  border-radius: 10px;
  margin-top: 20px;
}

.greyInputBox {
  width: 100%;
  background-color: #fbfafc;
  border-radius: 15px;
  padding: 10px 10px 10px 10px;
  outline: none;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
}

.greyInputBoxHeight48 {
  width: 100%;
  height: 48px;
  background-color: #fbfafc;
  border-radius: 15px;
  padding: 10px 10px 10px 10px;
  outline: none;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
}

.greyInputBoxHeight153 {
  width: 100%;
  height: 153px;
  background-color: #fbfafc;
  border-radius: 15px;
  padding: 10px 10px 10px 10px;
  outline: none;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
}

.lightGreyBoxContainier {
  width: 100%;
  border-radius: 10px;
  border-style: solid;
  border-color: #b9b7bd;
  border-width: 2px;
  padding: 10px 10px 10px 10px;
}

.greyBorderContainer {
  width: 100%;
  border-radius: 10px;
  border-style: solid;
  border-color: #ebe9f0;
  border-width: 2px;
  padding: 30px 30px 30px 30px;
}

.whiteInputBox {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  border-style: solid;
  border-color: #b9b7bd;
  border-width: 2px;
  padding: 10px 10px 10px 10px;
}

.whiteInputBoxSize315 {
  width: 315px;
  background-color: white;
  border-radius: 10px;
  border-style: solid;
  border-color: #b9b7bd;
  border-width: 2px;
  padding: 10px 10px 10px 10px;
}

.whiteInputBoxBorderless {
  width: 100%;
  background-color: white;
  border: none;
  outline: none;
  border-radius: 10px;
  padding: 10px;
}

.whiteInputBox23percentwith {
  width: 23%;
  background-color: white;
  border-radius: 10px;
  border-style: solid;
  border-color: #b9b7bd;
  border-width: 2px;
  padding: 10px 10px 10px 10px;
}

.whiteInputBox25percentwith {
  width: 25%;
  background-color: white;
  border-radius: 10px;
  border-style: solid;
  border-color: #b9b7bd;
  border-width: 2px;
  padding: 10px 10px 10px 10px;
}

.categoryWhiteBoxwith47percent {
  width: 47%;
  background-color: white;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.whiteInputBox50percentwith {
  width: 50%;
  background-color: white;
  border-radius: 10px;
  border-style: solid;
  border-color: #b9b7bd;
  border-width: 2px;
  padding: 10px 10px 10px 10px;
}

.whiteInputBoxForDate {
  width: 85%;
  background-color: white;
  border-radius: 10px;
  border-style: solid;
  border-color: #b9b7bd;
  border-width: 2px;
  padding: 10px 10px 10px 10px;
}

.whiteInputBoxForDate100Percente {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  border-style: solid;
  border-color: #b9b7bd;
  border-width: 2px;
  padding: 10px 10px 10px 10px;
}

.whiteInputBoxForDatewidth295 {
  width: 295px;
  background-color: white;
  border-radius: 10px;
  border-style: solid;
  border-color: #b9b7bd;
  border-width: 2px;
  padding: 10px 10px 10px 10px;
}

.underLineGreyBorder {
  border-style: hidden hidden solid hidden;
  outline: none;
  border-color: #8b8b8d;
}

.underLineGreyBorderWith145 {
  width: 145px;
  border-style: hidden hidden solid hidden;
  outline: none;
  border-color: #8b8b8d;
}

.treatment-input-child input {
  border-style: hidden hidden solid hidden;
  outline: none;
  border-color: #8b8b8d;
  border-radius: 0;
  margin: 0px 5px;
}

.duplicate-btn-container {
  text-align: center;
  padding-top: 1em;
}

.duplicate-btn-container p {
  padding-top: 0.5em;
}

.duplicate-btn {
  border-radius: 50%;
  border: 2px solid #2a6bb1;
  background-color: #2a6bb1;
  height: 2.5em;
  width: 2.5em;
  color: white;
}

.duplicate-btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.underLineBlueBorder {
  border-style: hidden hidden solid hidden;
  outline: none;
  border-color: #2a6bb1;
}

.underLineGreenBorder {
  border-style: hidden hidden solid hidden;
  outline: none;
  border-color: #4aa72d;
}

.greenButtonBox {
  background-color: #4aa72d;
  border-radius: 5px;
  padding: 11px 96px 11px 96px;
  outline: none;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  /* width: 300px;
  height: 53px;*/
}

.greenButtonBoxTwo {
  background-color: #4aa72d;
  border-radius: 5px;
  padding: 7px 15px 7px 11px;
  outline: none;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  /* width: 300px;
  height: 53px;*/
}

.greenBOrderButtonBox {
  border-radius: 5px;
  padding: 11px 0 11px 0;
  outline: none;
  border-color: #4aa72d;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  width: 300px;
}

.redBorderButtonBox {
  background-color: white;
  border-radius: 5px;
  padding: 11px 15px;
  outline: none;
  border-color: #eb5757;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-width: 3px;
  width: 133px;
}

.blueButtonBox {
  background-color: #2a6bb1;
  border-radius: 5px;
  padding: 10px 15px 10px 15px;
  width: 249px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-self: center;
}

.tooltipCircle {
  background-color: #2a6bb1;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 10px;
}

.greenRadioButtonTextBox {
  background-color: #4aa72d;
  border-radius: 50px;
  padding: 5px 0px 5px 0px;
  outline: none;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  width: 140px;
  /* height: 53px; */
}

.redRadioButtonTextBox {
  background-color: #eb5757;
  border-radius: 50px;
  padding: 5px 0px 5px 0px;
  outline: none;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  width: 140px;
  /* height: 53px; */
}

.redRadioButtonTextBox {
  background-color: #b9b7bd;
  border-radius: 50px;
  padding: 5px 0px 5px 0px;
  outline: none;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  width: 140px;
  /* height: 53px; */
}

.removeBoderBox {
  outline: none;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
}

/*------------------------------------------Text------------------------------------------*/

.upperCaseText {
  text-transform: uppercase;
}

.inputContainer {
  position: relative;
}

.breakLine {
  white-space: pre-line;
}

.breakWord {
  word-break: break-word;
}

.fixedtext {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.newFormName {
  font-size: 1.5625em;
  font-weight: 700;
  color: #4aa72d;
  text-align: center;
  margin-bottom: 20px;
}

.newFormCategory {
  font-size: 1.25em;
  font-weight: 700;
  color: #4aa72d;
  margin-bottom: 0px;
}

.greenTextsize14 {
  font-size: 0.875em;
  font-weight: 500;
  color: #4aa72d;
  margin-bottom: 0px;
}

.greenTextsize16Bold {
  font-size: 1em;
  font-weight: 700;
  color: #4aa72d;
  margin-bottom: 0px;
}

.greenTextsize18 {
  font-size: 1.125em;
  font-weight: 500;
  color: #4aa72d;
  margin-bottom: 0px;
}

.greenTextsize18Bold {
  font-size: 1.125em;
  font-weight: 700;
  color: #4aa72d;
  margin-bottom: 0px;
}

.greenTextsize20 {
  font-size: 1.25em;
  font-weight: 500;
  color: #4aa72d;
  margin-bottom: 0px;
}

.greenTextsize25 {
  font-size: 1.5625em;
  font-weight: 700;
  color: #4aa72d;
  margin-bottom: 0px;
}

.lineweight38 {
  line-height: 38px;
}

.newFormQuestionsBlueText {
  font-size: 1em;
  font-weight: 700;
  color: #2a6bb1;
  margin-bottom: 0px;
}

.selectBlueText {
  font-size: 1em;
  font-weight: 500;
  color: #2a6bb1;
  margin-bottom: 0px;
}

.blueTextsize16Bold {
  font-size: 1em;
  font-weight: 700;
  color: #2a6bb1;
  margin-bottom: 0px;
}

.blueTextsize18 {
  font-size: 1.125em;
  font-weight: 500;
  color: #2a6bb1;
  margin-bottom: 0px;
}

.blueTextsize18Bold {
  font-size: 1.125em;
  font-weight: 700;
  color: #2a6bb1;
  margin-bottom: 0px;
}

.blueTextsize20Bold {
  font-size: 1.25em;
  font-weight: 700;
  color: #2a6bb1;
  margin-bottom: 0px;
}

.greyTextsize14 {
  font-size: 0.875em;
  font-weight: 500;
  color: #8b8b8d;
  margin-bottom: 0px;
}

.greyTextsize14Bold {
  font-size: 0.875em;
  font-weight: 700;
  color: #8b8b8d;
  margin-bottom: 0px;
}

.greyTextsize16 {
  font-size: 1em;
  font-weight: 500;
  color: #8b8b8d;
  margin-bottom: 0px;
}

.greyTextsize16Weight400Italic {
  font-size: 1em;
  font-weight: 400;
  color: #8b8b8d;
  margin-bottom: 0px;
  font-style: italic;
}

.greyTextsize16Bold {
  font-size: 1em;
  font-weight: 700;
  color: #8b8b8d;
  margin-bottom: 0px;
}

.greyTextsize18 {
  font-size: 1.125em;
  font-weight: 500;
  color: #8b8b8d;
  margin-bottom: 0px;
}

.greyTextsize18Bold {
  font-size: 1.125em;
  font-weight: 700;
  color: #8b8b8d;
  margin-bottom: 0px;
}

.greyTextsize20Bold {
  font-size: 1.25em;
  font-weight: 700;
  color: #8b8b8d;
  margin-bottom: 0px;
}

.redTextsize18Bold {
  font-size: 1.125em;
  font-weight: 700;
  color: #eb5757;
  margin-bottom: 0px;
}

.newFormWhiteTextBold {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  margin-bottom: 0px;
}

.newFormWhiteText18Bold {
  font-size: 1.125em;
  font-weight: 700;
  color: white;
  margin-bottom: 0px;
}

.toolTipExclamationMark {
  font-size: 0.875em;
  font-weight: 500;
  color: white;
  margin-bottom: 0px;
}

.whiteTextsize14 {
  font-size: 0.875em;
  font-weight: 500;
  color: white;
  margin-bottom: 0px;
}

/*--------------others-------------*/

.alineContainerHorizontalCenter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 2em;
  width: 100%;
}

.containerRow {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.containerRowSpaceBetween {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.containerRowAlignStart {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.containerFlexEnd {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.selectSizeBox {
  width: 345px;
}

.containerColumnWidth100percent {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.containerColumnCenterWidth100percent {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.containerColumnFlexStart {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.with79px {
  width: 79px;
}

.whith116px {
  width: 116px;
}

.whith150px {
  width: 150px;
}

.whith190px {
  width: 190px;
}

.whith192px {
  width: 192px;
}

.whith212px {
  width: 212px;
}

.whith220px {
  width: 220px;
}

.whith307px {
  width: 307px !important;
}

.whith376px {
  width: 100%;
  max-width: 376px;
}

.whith770px {
  width: 770px;
}

.whith404px {
  width: 404px;
}

.whith450px {
  width: 450px;
}

.whith492px {
  width: 492px;
}

.with14percent {
  width: 14%;
}

.with21percent {
  width: 21%;
}

.with29percent {
  width: 29%;
}

.with30percent {
  width: 30%;
}

.with33percent {
  width: 33%;
}

.with41percent {
  width: 41%;
}

.with45percent {
  width: 45%;
}

.with47percent {
  width: 47%;
}

.with49percent {
  width: 49%;
}

.with50percent {
  width: 50%;
}

.with52percent {
  width: 52%;
}

.with62percent {
  width: 62%;
}

.with64percent {
  width: 64%;
}

.with65percent {
  width: 65%;
}

.with67percent {
  width: 67%;
}

.with68percent {
  width: 68%;
}

.with74percent {
  width: 74%;
}

.with78percent {
  width: 78%;
}

.with92percent {
  width: 92%;
}

.with100percent {
  width: 100%;
}

/* -------spacing horizontal fix size--------*/

.horizontalSpaceBetweenQuestions {
  width: 30px;
}

.horizontalSpaceBetweenQuestions20 {
  width: 20px;
}

.marginHorizontal5 {
  margin-right: 5px;
  margin-left: 5px;
}

.marginHorizontal10 {
  margin-right: 10px;
  margin-left: 10px;
}

.marginRight {
  margin-right: 8px;
}

.marginRight10 {
  margin-right: 10px;
}

.marginRight20 {
  margin-right: 20px;
}

.marginRight30 {
  margin-right: 30px;
}

.marginRight40 {
  margin-right: 40px;
}

.marginRight54 {
  margin-right: 54px;
}

.marginRight76 {
  margin-right: 76px;
}

.marginRight83 {
  margin-right: 83px;
}

.marginRight3percent {
  margin-right: 3%;
}

.marginRight10percent {
  margin-right: 10%;
}

.marginRight12percent {
  margin-right: 12%;
}

.marginRight14percent {
  margin-right: 14%;
}

.marginRight24percent {
  margin-right: 24%;
}

.marginRight27percent {
  margin-right: 27%;
}

.marginRight30percent {
  margin-right: 30%;
}

.marginleft10 {
  margin-left: 10px;
}

.marginleft20 {
  margin-left: 20px;
}

.marginleft40px {
  margin-left: 40px;
}

.marginleft3percent {
  margin-left: 3%;
}

.paddingAll075Rem {
  padding: 0.75rem;
}

.padding30pxAll {
  padding: 30px;
}

.paddingRight10px {
  padding-right: 10px;
}

.paddingRight {
  padding-right: 20px;
}

.paddingLeft10px {
  padding-left: 10px;
}

.paddingLeft {
  padding-left: 20px;
}

.negativeMarginLeft30 {
  margin-left: -30px;
}

.negativeMarginLeft45 {
  margin-left: -45px;
}

.negativeMarginLeft59 {
  margin-left: -59px;
}

.negativeMarginLeft75 {
  margin-left: -75px;
}

.negativeMarginLeft80 {
  margin-left: -80px;
}

/* -------spacing vertical fix size--------*/

.heightbox42 {
  height: 42px;
}

.heightbox48 {
  height: 48px;
}

.heigh79px {
  height: 79px;
}

.heightbox219 {
  height: 219px;
}

.heightbox346 {
  height: 346px;
}

.marginBottom5Questions {
  margin-bottom: 5px;
}

.marginBottom8Questions {
  margin-bottom: 8px;
}

.marginBottom10Questions {
  margin-bottom: 10px;
}

.marginBottom12Questions {
  margin-bottom: 12px;
}

.marginBottom15Questions {
  margin-bottom: 15px;
}

.marginBottom20Questions {
  margin-bottom: 20px;
}

.marginBottom26Questions {
  margin-bottom: 26px;
}

.marginBottom28Questions {
  margin-bottom: 28px;
}

.marginBottom30 {
  margin-bottom: 30px;
}

.marginBottom30Questions {
  margin-bottom: 30px;
}

.marginBottom40Questions {
  margin-bottom: 40px;
}

.marginBottom49Questions {
  margin-bottom: 49px;
}

.marginBottom56Questions {
  margin-bottom: 56px;
}

.marginBottom77Questions {
  margin-bottom: 77px;
}

.marginTop10Questions {
  margin-top: 10px;
}

.marginTop20Questions {
  margin-top: 20px;
}

.marginTop25Questions {
  margin-top: 25px;
}

.marginTop30Questions {
  margin-top: 30px;
}

.marginTop35Questions {
  margin-top: 35px;
}

.marginTop40Questions {
  margin-top: 40px;
}

.marginTop45Questions {
  margin-top: 45px;
}

.marginTop46Questions {
  margin-top: 46px;
}

.marginTop50Questions {
  margin-top: 50px;
}

.marginTop56Questions {
  margin-top: 56px;
}

.marginTop60Questions {
  margin-top: 60px;
}

.whiteInputBox47PercentHeigt {
  height: 402px;
}

.paddingTop10px {
  padding-top: 10px;
}

/*-----------------------------radioButon----------------------*/

.radioinline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.radioinline li {
  display: inline-block;
  margin-right: 10px;
}

.radioinline label {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 18px;
  color: #2a6bb1;
}

.radioinline input[type="radio"]:checked + label {
  background-color: #007bff;
  color: #fff;
}

.checkBoxScale1point5 {
  transform: scale(1.5);
}

/*-------------------------------------------- PRODUCER PAGE ---------------------------------------------------- */
.producer-container {
  padding: 0% 5%;
  width: 80%;
}

.box-titles {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  padding: 1em 0em 1em 1em;
}

.div-row-display {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10%;
  justify-content: center;
  align-items: center;
}

.small-titles-counts {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.circle {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.red {
  background-color: #ef3939;
}

.yellow {
  background-color: #e89f13;
}

.green {
  background-color: #4aa72d;
}

.gray-bg {
  background-color: #69696b;
}

.mouth {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.gray {
  color: #69696b;
}

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

.text-inside-circle {
  font-weight: 400;
  font-size: 3em;
  line-height: 120%;
  color: white;
}

.forms-link-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px;
  gap: 8px;

  width: 970px;
  height: 88px;

  background: #ffffff;
  border-radius: 15px;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.form-link-text {
  width: 50%;
  height: 28px;
  margin: auto 0;

  /* Body Bold */

  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */

  display: flex;
  align-items: center;

  /* Color 1 */

  color: #2a6bb1;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.arrow-links {
  width: 26.28px;
  height: 24px;

  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #4aa72d;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.links-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.text-decoration-none:hover {
  text-decoration: none;
}

.blockSize190With {
  display: block;
  width: 190px;
}

.whiteSpace {
  white-space: normal;
}

/*:::::::::::::::::::::::::::::::::::::::::::::Media querie:::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (min-width: 1920px) {
  .login {
    width: 28%;
    padding: 3em;
  }
  
  .banner-container {
    height: 30vh;
    background-size: cover;
    background-position: center top;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .login {
    width: 30%;
    padding: 2.5em;
  }
  
  .banner-container {
    height: 28vh;
    background-size: cover;
    background-position: center top;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .login {
    width: 35%;
    padding: 2em;
  }
  
  .banner-container {
    height: 26vh;
    background-size: cover;
    background-position: center top;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
  .login {
    width: 40%;
    padding: 2em;
  }
  
  .banner-container {
    height: 32vh;
    background-size: cover;
    background-position: center top;
  }
  
  .main-form label {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1365px) {
  .login {
    width: 45%;
    padding: 2em;
    min-width: 380px;
  }
  
  .banner-container {
    height: 30vh;
    background-size: cover;
    background-position: center top;
  }
  
  .main-form label {
    font-size: 1em;
  }
  
  .main-form input:not([type="submit"]) {
    padding: 0.4em 0.8em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .login {
    width: 50%;
    padding: 1.8em;
    min-width: 360px;
  }
  
  .banner-container {
    height: 28vh;
    background-size: cover;
    background-position: center top;
  }
  
  .main-form label {
    font-size: 1em;
  }
  
  .login button {
    padding: 0.8em 1em;
  }
  
  .alineContainerHorizontalCenter {
    padding: 0 1em;
  }
}

@media screen and (min-width: 1024px) {
  .login {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  
  .banner-container {
    transition: height 0.3s ease;
  }
}


@media screen and (max-width: 1700px) {
  .whith120pxMedia1700px {
    width: 120px !important;
  }

  .whith230pxMedia1700px {
    width: 230px !important;
  }

  .whith300pxMedia1700px {
    width: 300px !important;
  }

  .whith480pxMedia1700px {
    width: 480px !important;
  }
}

@media screen and (max-width: 1600px) {
  .horizontalScrollMedia1600px {
    overflow-x: auto;
    white-space: nowrap;
  }

  .whith130pxMedia1600px {
    width: 130px !important;
  }

  .whith175pxMedia1600px {
    width: 175px !important;
  }

  .whith200pxMedia1600px {
    width: 200px !important;
  }

  .whith215pxMedia1600px {
    width: 215px !important;
  }
}

@media screen and (max-width: 1520px) {
  .horizontalScrollMedia1520px {
    overflow-x: auto;
    white-space: nowrap;
  }

  .containerColumnFlexStartWidth100percentMedia1500px {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .marginBottom10Meadia1500 {
    margin-bottom: 10px;
  }

  .paddingBottom10px {
    padding-bottom: 10px;
  }

  .horizontalScroll {
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1400px) {
  .horizontalScrollMedia1400px {
    overflow-x: auto;
    white-space: nowrap;
  }

  .with50percentMedia1400px {
    width: 50%;
  }

  .with60percentMedia1400px {
    width: 60%;
  }

  .with70percentMedia1400px {
    width: 70%;
  }

  .with85percentMedia1400px {
    width: 85%;
  }

  .with90percentMedia1400px {
    width: 90%;
  }

  .whith130pxMedia1400px {
    width: 130px !important;
  }

  .whith150pxMedia1400px {
    width: 150px !important;
  }

  .whith400pxMedia1400px {
    width: 400px !important;
  }

  .whith600pxMedia1400px {
    width: 600px !important;
  }

  .with800Media1400px {
    width: 800px;
  }
}

@media screen and (max-width: 1110px) {
  .horizontalScrollMedia1110px {
    overflow-x: auto;
    white-space: nowrap;
  }

  .marginBottom20Media {
    margin-bottom: 20px;
  }

  .marginTop40Media {
    margin-top: 40px;
  }

  .marginLeft40Media1110px {
    margin-left: 40px;
  }

  .with25percentMedia1110px {
    width: 25%;
  }

  .with50percentMedia1110px {
    width: 50%;
  }

  .with95percentMedia1110px {
    width: 95%;
  }

  .with100percentMedia1110px {
    width: 100% !important;
  }

  .whith120pxMedia1110px {
    width: 120px !important;
  }

  .whith150pxMedia1110px {
    width: 150px !important;
  }

  .whith160pxMedia1110px {
    width: 160px !important;
  }

  .whith400pxMedia1110px {
    width: 400px !important;
  }

  .whith578pxMedia1110px {
    width: 578px !important;
  }

  .heightbox150Media1110px {
    height: 150px !important;
  }

  .alineContainerHorizontalCenterMedia1110 {
    display: flex;
    flex-direction: row !important;
    justify-content: center !important;
    align-self: center !important;
  }

  .containerColumnFlexStartWidth100percentMedia1110px {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  /*---------------------Columns--------------------*/
  .containerColumnMedia {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .whiteTextsize1000px {
    font-size: 1.25em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0px;
  }

  .containerColumnWidth100percentMedia1000px {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .containerColumnFlexStartWidth100percentMedia1000px {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .containerColumnReverseFlexStartWidth100percentMedia1000px {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .containerRowSpaceBetweenMedia1000px {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

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

  .radioinlineColumn {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .radioinlineColumn li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .radioinlineColumn label {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 18px;
    color: #2a6bb1;
  }

  .radioinlineColumn input[type="radio"]:checked + label {
    background-color: #007bff;
    color: #fff;
  }

  /*---------------------------margins---------------------*/

  .marginRight0Media {
    margin-right: 0px;
  }

  .marginLeft0Media {
    margin-left: 0px;
  }

  .marginLeft20Media {
    margin-left: 20px;
  }

  .marginBottom0Media {
    margin-bottom: 0px;
  }

  .marginBottom5Media {
    margin-bottom: 5px;
  }

  .marginBottom10Media {
    margin-bottom: 10px;
  }

  .marginBottom15Media {
    margin-bottom: 15px;
  }

  .marginBottom20Media {
    margin-bottom: 20px;
  }

  .marginBottom30Meadia {
    margin-bottom: 30px;
  }

  .marginBottom40Meadia {
    margin-bottom: 40px;
  }

  .marginBottom50Meadia {
    margin-bottom: 50px;
  }

  .marginTop10Media {
    margin-top: 10px;
  }

  /*------------------------Size--------------------------*/

  .with300Media {
    width: 300px;
  }

  .with87percentMedia1000px {
    width: 87%;
  }

  .with50percentMedia1000px {
    width: 50%;
  }

  .with90percentMedia1000px {
    width: 90%;
  }

  .with100percentMedia1000px {
    width: 100%;
  }

  .whith100pxMedia1000px {
    width: 100px !important;
  }

  .whiteInputBoxForDate95Meadia1000px {
    width: 95%;
    background-color: white;
    border-radius: 10px;
    border-style: solid;
    border-color: #b9b7bd;
    border-width: 2px;
    padding: 10px 10px 10px 10px;
  }
}

@media screen and (max-width: 740px) {
  .containerColumnFlexStartWidth100percentMedia740px {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .alineContainerHorizontalCenterMedia740 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .with100percentMedia740px {
    width: 100%;
  }

  .whith380pxMedia740px {
    width: 380px !important;
  }

  .whith500pxMedia740px {
    width: 500px !important;
  }

  .marginTop20Media740px {
    margin-top: 20px;
  }

  .marginTop25Media740px {
    margin-top: 25px;
  }

  .marginBottom5Media740px {
    margin-bottom: 5px;
  }

  .marginBottom10Media740px {
    margin-bottom: 10px;
  }

  .marginBottom20Media740px {
    margin-bottom: 20px;
  }

  .marginRight20Media740px {
    margin-right: 20px;
  }

  .marginLeft20Media740px {
    margin-left: 20px;
  }

  .paddingLeft20Media740px {
    padding-left: 20px;
  }

  .paddingRight20Media740px {
    padding-right: 20px;
  }
}

@media screen and (max-width: 585px) {
  .containerColumnFlexStartWidth100percentMedia585px {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .marginTop10Media585px {
    margin-top: 10px;
  }

  .blueTextsize12Bold {
    font-size: 0.75em;
    font-weight: 700;
    color: #2a6bb1;
    margin-bottom: 0px;
  }

  .greyTextsize12 {
    font-size: 0.75em;
    font-weight: 500;
    color: #8b8b8d;
    margin-bottom: 0px;
  }

  .heightbox235Media585 {
    height: 235px;
  }

  .with40Media585 {
    width: 40px;
  }
}

/*================================================End forms Css class================================================*/

@media only screen and (max-width: 600px) {
  .main-option {
    width: 100%;
  }

  .container-fluid {
    margin-left: revert;
  }

  .producer-container {
    padding: revert;
  }

  .vertical-divider {
    display: none;
  }
}

/* ===================================================================================================== */

.purple-border textarea {
  border: 1px solid #ba68c8;
}

.purple-border .form-control:focus {
  border: 1px solid #ba68c8;
  box-shadow: 0 0 0 0.2rem rgba(186, 104, 200, 0.25);
}

.green-border-focus .form-control:focus {
  border: 1px solid #8bc34a;
  box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.25);
}

table {
  table-layout: fixed;
  width: 100%;
}

.small_text {
  font-size: 0.8em;
  color: #8b8b8d;
}

.row_inputs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

input.largerCheckbox {
  width: 40px;
  height: 40px;
}

.no_wrap {
  white-space: nowrap;
  min-width: 150px;
}

.display-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 25px;
}

.bigger-container {
  width: 90%;
  margin: 0 auto;
}

.pill-status {
  text-align: center;
  padding: 10px;
  border-radius: 15px;
}

.done {
  background-color: #d7ebd1;
}

.not-done {
  background-color: #fbf4d7;
}

div.dataTables_wrapper div.dataTables_filter label {
  display: block;
}

div.dataTables_wrapper div.dataTables_filter input {
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .user-producers-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 25px;
    height: auto !important;
    overflow: visible;
    box-sizing: border-box;
  }
  
  .info-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
  }
  
  .producers-grid {
    display: grid;
    width: 100%;
    box-sizing: border-box;
    grid-auto-rows: auto;
  }
  
  .detail-producer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
  }
  
  .heightbox150Media1110px {
    height: auto !important;
  }
  
  .alineContainerHorizontalCenterMedia1110 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .producers-logo-number-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
}

@media screen and (min-width: 1920px) {
  .dashboard-container {
    width: 85%;
  }
  
  .user-producers-info {
    padding-left: 3%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .producers-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    width: 100%;
  }
  
  .info-row {
    gap: 120px;
    width: 100%;
  }
  
  .graph {
    width: 350px;
    height: 350px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .dashboard-container {
    width: 90%;
  }
  
  .user-producers-info {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  
  .producers-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    width: 100%;
  }
  
  .info-row {
    gap: 100px;
    width: 100%;
  }
  
  .graph {
    width: 320px;
    height: 320px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .dashboard-container {
    width: 92%;
  }
  
  .producers-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
  }
  
  .info-row {
    gap: 80px;
    width: 100%;
    flex-wrap: wrap;
  }
  
  .user-producers-info {
    width: 52%;
    padding-left: 3%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  
  .graph-for-producer-type-container {
    width: 46%;
  }
  
  .graph {
    width: 280px;
    height: 280px;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
  .dashboard-container {
    width: 93%;
  }
  
  .producers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    width: 100%;
  }
  
  .info-row {
    gap: 60px;
    width: 100%;
    flex-wrap: wrap;
  }
  
  .user-producers-info {
    width: 54%;
    padding-left: 2.5%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .graph-for-producer-type-container {
    width: 44%;
  }
  
  .row-align-center {
    gap: 20px;
  }
  
  .graph {
    width: 260px;
    height: 260px;
  }
  
  .legendas {
    gap: 13px;
  }
  
  .box {
    width: 130px;
    height: 130px;
  }
  
  .numbers {
    font-size: 30px;
  }
  
  .labels-for-numbers {
    font-size: 17px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1365px) {
  .dashboard-container {
    width: 95%;
  }
  
  .producers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
  }
  
  .info-row {
    gap: 50px;
    width: 100%;
    flex-wrap: wrap;
  }
  
  .user-producers-info {
    width: 55%;
    padding-left: 2%;
    padding-right: 2%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .graph-for-producer-type-container {
    width: 43%;
  }
  
  .row-align-center {
    gap: 18px;
  }
  
  .graph {
    width: 240px;
    height: 240px;
  }
  
  .legendas {
    gap: 12px;
  }
  
  .squares {
    width: 28px;
    height: 28px;
  }
  
  .squares-labels {
    font-size: 15px;
  }
  
  .box {
    width: 120px;
    height: 120px;
  }
  
  .font-20 {
    font-size: 18px;
  }
  
  .font-24 {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .dashboard-container {
    width: 96%;
  }
  
  .row-div {
    gap: 30px;
  }
  
  .producers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    width: 100%;
  }
  
  .info-row {
    gap: 40px;
    width: 100%;
    flex-wrap: wrap;
  }
  
  .user-producers-info {
    width: 58%;
    padding-left: 2%;
    padding-right: 2%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .graph-for-producer-type-container {
    width: 40%;
    padding: 20px;
  }
  
  .row-align-center {
    gap: 15px;
  }
  
  .graph {
    width: 220px;
    height: 220px;
  }
  
  .legendas {
    gap: 10px;
  }
  
  .squares {
    width: 25px;
    height: 25px;
  }
  
  .squares-labels {
    font-size: 14px;
  }
  
  .box {
    width: 110px;
    height: 110px;
  }
  
  .font-20 {
    font-size: 16px;
  }
  
  .font-24 {
    font-size: 20px;
  }
  
  .numbers {
    font-size: 28px;
  }
  
  .labels-for-numbers {
    font-size: 16px;
  }
  
  .small-title {
    font-size: 22px;
  }
}

@media screen and (min-width: 1366px) {
  .dashboard-container .main-table {
    font-size: 1em;
  }
  
  .dashboard-container .main-table th,
  .dashboard-container .main-table td {
    padding: 1em 0.75em;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1599px) {
  .dashboard-container .main-table th {
    padding: 0.8em 0.5em;
    font-size: 0.9em;
    line-height: 1.3;
  }
  
  .dashboard-container .main-table td {
    padding: 0.8em 0.5em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .dashboard-container .main-table {
    font-size: 0.85em;
  }
  
  .dashboard-container .main-table th {
    padding: 0.7em 0.3em;
    font-size: 0.8em;
    line-height: 1.3;
  }
  
  .dashboard-container .main-table td {
    padding: 0.8em 0.4em;
  }
  
  .user-title {
    font-size: 30px;
  }
  
  .producers-logo-number-div img {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 1110px) {
  .with100percentMedia1110px {
    width: 100% !important;
  }
  
  .heightbox150Media1110px {
    height: auto !important;
  }
  
  .alineContainerHorizontalCenterMedia1110 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
  }
  
  .containerColumnFlexStartWidth100percentMedia1110px {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  
  .info-rowMedia1110px {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  
  .with50percentMedia1110px {
    width: 100% !important;
  }
  
  .margin-top-32 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 740px) {
  .user-producers-infoMedia740px {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}

@media screen and (max-width: 1023px) {
  .row-div {
    flex-direction: column;
    gap: 20px;
  }
  
  .user-producers-info {
    width: 100% !important;
    padding: 20px 5%;
    height: auto !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .graph-for-producer-type-container {
    width: 100%;
  }
  
  .producers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
  }
  
  .info-row {
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .w-50 {
    width: 100% !important;
  }
  
  .margin-top-32 {
    margin-top: 10px !important;
  }
  
  .dashboard-container .main-table {
    font-size: 0.85em;
    overflow-x: auto;
    display: block;
  }
  
  .dashboard-container .main-table th {
    font-size: 0.75em;
    padding: 8px 4px;
  }
  
  .dashboard-container .main-table td {
    padding: 8px 6px;
  }
  
  .dashboard-container > .row-div {
    margin-bottom: 20px;
  }
  
  .user-title {
    font-size: 28px;
  }
  
  .producers-logo-number-div img {
    width: 45px;
    height: 45px;
  }
  
  .numbers {
    font-size: 26px;
  }
  
  .labels-for-numbers {
    font-size: 15px;
  }
  
  .row-align-center {
    flex-direction: column;
    gap: 20px;
  }
  
  .graph {
    width: 250px;
    height: 250px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .bigger-container .main-table {
    font-size: 0.95em;
  }
  
  .bigger-container .main-table th,
  .bigger-container .main-table td {
    padding: 10px 12px !important;
  }
  
  .bigger-container .status-label {
    font-size: 0.85em;
    padding: 7px 13px;
    min-width: 85px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .bigger-container .main-table {
    font-size: 0.9em;
  }
  
  .bigger-container .main-table th,
  .bigger-container .main-table td {
    padding: 8px 10px !important;
  }
  
  .bigger-container .status-label {
    font-size: 0.8em;
    padding: 6px 12px;
    min-width: 82px;
  }
  
  .div-options {
    min-width: 130px !important;
    padding-left: 20px !important;
  }
  
  .div-options a {
    margin-right: 3px;
  }
  
  .div-options i {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
  .bigger-container .main-table {
    font-size: 0.85em;
  }
  
  .bigger-container .main-table th,
  .bigger-container .main-table td {
    padding: 7px 8px !important;
  }
  
  .bigger-container .status-label {
    font-size: 0.75em;
    padding: 6px 11px;
    min-width: 78px;
  }
  
  .div-options {
    min-width: 120px !important;
    padding-left: 15px !important;
  }
  
  .div-options a {
    margin-right: 2px;
  }
  
  .div-options i {
    font-size: 0.85em;
  }
  
  .bigger-container {
    width: 95%;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1365px) {
  .bigger-container {
    width: 96% !important;
    margin: 0 auto !important;
  }
  
  .bigger-container .main-table {
    font-size: 0.8em;
    width: 100% !important;
  }
  
  .bigger-container .main-table th,
  .bigger-container .main-table td {
    padding: 6px 7px !important;
  }
  
  .bigger-container .status-label {
    font-size: 0.7em;
    padding: 5px 10px;
    min-width: 72px;
  }
  
  .div-options {
    min-width: 110px !important;
    padding-left: 10px !important;
  }
  
  .div-options a {
    margin-right: 2px;
  }
  
  .div-options i {
    font-size: 0.8em;
  }
  
  .main-table-header {
    font-size: 0.95em;
  }
  
  .dataTables_wrapper {
    width: 100% !important;
  }
  
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    font-size: 0.92em;
  }
  
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    font-size: 0.88em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .bigger-container {
    width: 98% !important;
    margin: 0 auto !important;
  }
  
  .bigger-container .main-table {
    font-size: 0.75em;
    width: 100% !important;
  }
  
  .bigger-container .main-table th,
  .bigger-container .main-table td {
    padding: 5px 6px !important;
  }
  
  .bigger-container .status-label {
    font-size: 0.65em;
    padding: 5px 9px;
    min-width: 68px;
  }
  
  .div-options {
    min-width: 100px !important;
    padding-left: 8px !important;
  }
  
  .div-options a {
    margin-right: 1px;
  }
  
  .div-options i {
    font-size: 0.75em;
  }
  
  .main-table-header {
    font-size: 0.9em;
  }
  
  .breakLine,
  .breakWord {
    word-break: break-word;
    overflow-wrap: break-word;
  }
  
  .dataTables_wrapper {
    width: 100% !important;
  }
  
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    font-size: 0.9em;
  }
  
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    font-size: 0.85em;
  }
}

@media screen and (max-width: 1023px) {
  .bigger-container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 10px !important;
  }
  
  .bigger-container .main-table {
    font-size: 0.7em;
    width: 100% !important;
    table-layout: fixed;
  }
  
  .bigger-container .main-table th,
  .bigger-container .main-table td {
    padding: 4px 5px !important;
    word-wrap: break-word;
    overflow: hidden;
  }
  
  .bigger-container .status-label {
    font-size: 0.6em;
    padding: 4px 8px;
    min-width: 62px;
  }
  
  .div-options {
    min-width: 90px !important;
    padding-left: 5px !important;
  }
  
  .div-options i {
    font-size: 0.7em;
  }
  
  .dataTables_wrapper {
    width: 100% !important;
    overflow-x: auto;
  }
  
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    font-size: 0.85em;
  }
  
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    font-size: 0.8em;
  }
  
  .dataTables_wrapper .dataTables_filter input {
    width: 100%;
  }
}

/* Audits Table Responsive Styles */
@media screen and (min-width: 1600px) {
  .audits-col-number {
    width: 10% !important;
  }
  
  .audits-col-producer {
    width: 30% !important;
  }
  
  .audits-col-nif {
    width: 15% !important;
  }
  
  .audits-col-location {
    width: 20% !important;
  }
  
  .audits-col-status {
    width: 10% !important;
  }
  
  .audits-col-options {
    width: 15% !important;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .audits-col-number {
    width: 11% !important;
  }
  
  .audits-col-producer {
    width: 28% !important;
  }
  
  .audits-col-nif {
    width: 14% !important;
  }
  
  .audits-col-location {
    width: 19% !important;
  }
  
  .audits-col-status {
    width: 13% !important;
  }
  
  .audits-col-options {
    width: 15% !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .audits-col-number {
    width: 12% !important;
  }
  
  .audits-col-producer {
    width: 26% !important;
  }
  
  .audits-col-nif {
    width: 14% !important;
  }
  
  .audits-col-location {
    width: 18% !important;
  }
  
  .audits-col-status {
    width: 15% !important;
  }
  
  .audits-col-options {
    width: 15% !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .audits-col-number {
    width: 13% !important;
  }
  
  .audits-col-producer {
    width: 24% !important;
  }
  
  .audits-col-nif {
    width: 15% !important;
  }
  
  .audits-col-location {
    width: 18% !important;
  }
  
  .audits-col-status {
    width: 15% !important;
  }
  
  .audits-col-options {
    width: 15% !important;
  }
}

@media screen and (max-width: 1023px) {
  .audits-table {
    font-size: 0.7em;
  }
  
  .audits-col-number {
    width: 14% !important;
    padding-left: 10px !important;
  }
  
  .audits-col-producer {
    width: 22% !important;
    padding: 4px 6px !important;
  }
  
  .audits-col-nif {
    width: 16% !important;
    padding: 4px 6px !important;
  }
  
  .audits-col-location {
    width: 18% !important;
    padding: 4px 6px !important;
  }
  
  .audits-col-status {
    width: 15% !important;
    padding: 4px 6px !important;
  }
  
  .audits-col-options {
    width: 15% !important;
    padding: 4px 6px !important;
  }
}

/* Submited Forms Table Specific Styles */
.submited-forms-table {
  table-layout: fixed;
  width: 100%;
}

.submited-forms-col-type {
  width: 15% !important;
  padding: 8px 12px !important;
}

.submited-forms-col-number {
  width: 12% !important;
  padding: 8px 12px !important;
}

.submited-forms-col-producer {
  width: 12% !important;
  padding: 8px 12px !important;
}

.submited-forms-col-date {
  width: 15% !important;
  padding: 8px 12px !important;
}

.submited-forms-col-status {
  width: 15% !important;
  padding: 8px 12px !important;
  text-align: center;
}

.submited-forms-col-location {
  width: 19% !important;
  padding: 8px 12px !important;
}

  .submited-forms-col-options {
    width: 12% !important;
    padding: 8px 12px !important;
    text-align: center;
  }

/* Submited Forms Table Responsive Styles */
@media screen and (min-width: 1600px) {
  .submited-forms-col-type {
    width: 14% !important;
  }
  
  .submited-forms-col-number {
    width: 11% !important;
  }
  
  .submited-forms-col-producer {
    width: 11% !important;
  }
  
  .submited-forms-col-date {
    width: 14% !important;
  }
  
  .submited-forms-col-status {
    width: 14% !important;
  }
  
  .submited-forms-col-location {
    width: 22% !important;
  }
  
  .submited-forms-col-options {
    width: 14% !important;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .submited-forms-col-type {
    width: 15% !important;
  }
  
  .submited-forms-col-number {
    width: 12% !important;
  }
  
  .submited-forms-col-producer {
    width: 12% !important;
  }
  
  .submited-forms-col-date {
    width: 15% !important;
  }
  
  .submited-forms-col-status {
    width: 15% !important;
  }
  
  .submited-forms-col-location {
    width: 19% !important;
  }
  
  .submited-forms-col-options {
    width: 12% !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .submited-forms-col-type {
    width: 16% !important;
  }
  
  .submited-forms-col-number {
    width: 13% !important;
  }
  
  .submited-forms-col-producer {
    width: 13% !important;
  }
  
  .submited-forms-col-date {
    width: 16% !important;
  }
  
  .submited-forms-col-status {
    width: 16% !important;
  }
  
  .submited-forms-col-location {
    width: 18% !important;
  }
  
  .submited-forms-col-options {
    width: 8% !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .submited-forms-col-type {
    width: 17% !important;
  }
  
  .submited-forms-col-number {
    width: 14% !important;
  }
  
  .submited-forms-col-producer {
    width: 14% !important;
  }
  
  .submited-forms-col-date {
    width: 17% !important;
  }
  
  .submited-forms-col-status {
    width: 17% !important;
  }
  
  .submited-forms-col-location {
    width: 15% !important;
  }
  
  .submited-forms-col-options {
    width: 6% !important;
  }
}

@media screen and (max-width: 1023px) {
  .submited-forms-table {
    font-size: 0.7em;
  }
  
  .submited-forms-col-type {
    width: 18% !important;
    padding: 4px 6px !important;
  }
  
  .submited-forms-col-number {
    width: 15% !important;
    padding: 4px 6px !important;
  }
  
  .submited-forms-col-producer {
    width: 15% !important;
    padding: 4px 6px !important;
  }
  
  .submited-forms-col-date {
    width: 18% !important;
    padding: 4px 6px !important;
  }
  
  .submited-forms-col-status {
    width: 18% !important;
    padding: 4px 6px !important;
  }
  
  .submited-forms-col-location {
    width: 12% !important;
    padding: 4px 6px !important;
  }
  
  .submited-forms-col-options {
    width: 4% !important;
    padding: 4px 6px !important;
  }
}

/* Form validation error styles */
.errorlist {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
}

.errorlist li {
  color: #dc3545;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
}

/* Field error styling */
.field-error input,
.field-error textarea,
.field-error select {
  border: 2px solid #dc3545 !important;
  background-color: #fff5f5 !important;
}

.field-error label {
  color: #dc3545 !important;
  font-weight: 600 !important;
}

/* Non-field errors */
.non-field-errors {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
}

.non-field-errors ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.non-field-errors li {
  color: #dc3545;
  font-weight: 500;
  margin-bottom: 5px;
}