html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
tr,
td,
li,
a {
  font-family: 'Montserrat', sans-serif !important;
  /*font-family: 'Montserrat' !important;*/
}

body {
  font-size: 1rem !important;
}

iframe {
  float: left;
}

header {
  width: 100%;
}

.form-content .no-padding {
  padding: 0px !important;
}

.error {
  color: #FF0000;
}

.hide {
  display: none;
}

.header-top-left {
  display: none;
}

.footer-bottom-left {
  display: none;
}

/*.logo img { width: 100%; max-width: 240px; padding: 10px 0; }*/
.logo img {
  width: 100%;
  /*max-width: 240px;*/
  max-height: 130px;
  padding: 5px 0;
}

.star-text {
  color: #002060;
  font-weight: 500;
  font-size: 16px;
  width: auto;
  float: left;
  padding-right: 0.1cm;
}

.star {
  width: auto;
  float: right;
}

.bg-gray {
  background-color: #f0f0f0;
}

.form-title {
  float: right;
}

.form-title h1 {
  color: #55636b;
  font-weight: 300;
  float: right;
  font-size: 45px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #55636b;
  margin-bottom: 20px;
}

.menu ul li {
  float: left;
}

.menu ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

.border-rounded {
  --border: 1px solid grey;
  border-radius: 10px;
  border-spacing: 0;
  border-collapse: separate;
  border: var(--border);
  overflow: hidden;
}

.menu ul li a:hover:not(.active) {
  /*background-color: #DD3333;*/
  background-color: #8CA550;
}

.menu ul li a.active {
  /*background-color: #76AD00; */
  background-color: #C02528;
}

#formdetails,
#uploadform {
  padding: 15px 0 15px 0;
  float: left;
  width: 100%;
}

#formdetails h2,
#uploadform h2 {
  font-size: 40px;
  font-weight: 400;
  /*padding: 15px 0;*/
}

#formdetails h3,
#uploadform h3 {
  background: #4CAF50;
  color: #fff;
  display: table;
  float: right;
  padding: 30px 60px;
}

form input,
form select {
  background-color: #e2efda;
  border: 0;
  height: 40px;
  padding: 5px;
  outline: 0;
}

.table-form input,
.table-form select {
  background-color: #fff;
}

.form-head input,
.form-head select {
  width: 200px;
}

.formbx label {
  width: 100px;
  font-size: 15px;
  font-weight: 600;
  float: left;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0;
}

/* .formbx label,:not(.carbon-tax-form label) { width: 100px; font-size: 20px; font-weight: 600; float: left;} */
form input {
  margin-left: 4px;
  font-size: 14px;
}

.form-head {
  float: left;
  margin-bottom: 50px;
}

form select {
  content: '';
  background: #e2efda url(../Img/select-down.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 14px;
  padding: 10px;
}

.form-sub-title {
  font-size: 18px;
  font-weight: 600;
}

.form-inner-title {
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 10px;
  float: left;
}

.form-content {
  width: 100%;
  float: left;
  padding-bottom: 60px;
}

.form-content input,
.form-content select {
  width: 100% !important;
}

.carbon-tax-form .checkbox-fix {
  width: inherit !important;
}

.form-content .btn {
  width: auto !important;
  margin-top: 0px;
}

.form-content .w-200 {
  width: 200px !important;
}

#feed_row,
#prod_row,
#fuel_row,
#waters_row,
#electricities_row,
#wastes_row {
  margin-bottom: 30px;
}

.add-icon {
  width: 25px;
  height: 25px;
  float: left;
  background: #4caf50;
  /*background:#ff0000;*/
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
  cursor: pointer;
}

.delete-icon {
  width: 25px;
  height: 25px;
  float: left;
  background: #ff0000;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  border-radius: 100%;
  cursor: pointer;
  margin-left: 9px;
  padding-left: 1px;
}

.small-content-area {
  max-width: 5%;
  padding: 0 5px;
}

.small-content-area-new {
  max-width: 15%;
  padding: 0 5px;
}

.green-border {
  border-bottom: solid 2px #4caf50;
  width: 98%;
  margin: 10px 1% 38px 10px;
}

.title-border hr {
  margin-top: 0;
}

footer {
  width: 100%;
  float: left;
  background: #55636b;
  color: #fff;
  padding: 8px;
  height: 40px;
  position: fixed;
  bottom: 0;
  z-index: 99;
}

.footer-right {
  float: right;
  font-size: 16px;
  font-weight: normal;
}

.footer-left {
  float: left;
  font-size: 16px;
  font-weight: normal;
}

.btn-primary {
  background: #55636b;
  border-radius: 5px;
  border: 0;
  text-transform: uppercase;
  font-size: 18px;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #76AD00;
}

.claybody {
  min-height: calc(100vh - 190px);
  padding-bottom: 60px;
}

.update-consumption {
  display: table;
  margin: 30px auto;
  text-align: center;
  padding: 30px;
  border: solid 2px #55636b;
}

.update-consumption .btn {
  display: table;
  width: auto;
  margin: 20px auto 0;
}

.update-consumption table tr td {
  padding: 5px 0;
}

.update-consumption table tr td input {
  padding: 10px;
}

.update-consumption table tr td input,
.update-consumption table tr td select {
  margin-left: 4px;
  font-size: 14px;
  width: 100%;
}

.formbx .form-content label {
  width: auto;
}

form .profile input {
  padding: 10px;
  margin-left: 0;
}

.profile .form-inner-title {
  font-weight: 700;
  margin-bottom: 25px;
}

form input.disable {
  background: transparent !important;
}

.autologout {
  display: none;
  background: rgb(226, 101, 101);
  padding: 15px;
  color: #fff;
}

.card.card-info {
  height: fit-content;
}

.fiscal_container label {
  width: 160px;
}

.table td {
  border-top: none;
}

input,
optgroup,
select,
textarea {
  border-radius: 5px;
}

.align-center-column tr,
.align-center-column th,
.align-center-column td,
.align-center-column input {
  text-align: center;
}

.btnadd {
  float: right;
  margin: -109px 0px 0px 0px;
}

.form-head.home_page input,
.form-head.home_page select {
  width: 225px;
}

.new_period_data .form-head {
  margin-bottom: 0px;
}

.login_form input[type=text],
.login_form input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.btnsub {
  background-color: #55636b;
  color: white;
  padding: 11px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

.btnsub:hover {
  background: #4CAF50
}

.fakeimg {
  height: 200px;
  background: #aaa;
}

.formbx.monthly_form label,
.formbx.dashboard label,
.formbx.site_profile label {
  min-width: 70px;
}

.formbx.dashboard label {
  width: 130px;
}

.col-sm-3half,
.col-sm-8half {
  position: relative;
  width: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.numberInput {
  width: 85px;
  text-align: right;
}

.filed-width {
  max-width: 13%;
  float: left;
  width: 10%;
  flex: 10%;
}

.small-field-width {
  max-width: 10%;
  float: left;
}

hr {
  float: left;
  width: 100%;
}

.site_drop #site,
.exchange #company {
  width: 404px;
}

.w404 {
  width: 404px !important;
}

#uploadFile {
  width: 404px;
  margin-left: 0px;
}

#showdata,
.btn-print {
  width: 200px;
}

#headersitename {
  width: 900px;
}

.left-space {
  padding-left: 20px;
  float: left;
  margin-top: 6px;
}

.dashboard#formdetails h3,
.dashboard#uploadform h3 {
  padding: 25px 40px;
  font-size: 24px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  /*background-color: #4CAF50;*/
  background-color: #C02528;
}

.user-confirmation-section {
  margin-top: 75px;
}

.button-links {
  float: left;
  width: 70%;
  margin-top: 50px;
}

.button-links.form-section {
  float: left;
  width: 100%;
  margin-top: 0px;
}

.btn-rightblock {
  float: right;
}

.btn-rightblock .btn {
  margin-top: 0;
  margin-bottom: 0;
  min-width: 120px !important;
}

.chart_link {
  border-radius: 6px;
  width: 29%;
  margin-bottom: 15px;
  font-size: 16px;
  margin-left: 15px;
  text-transform: none;
  color: #fff !important
}

.form-section .chart_link {
  border-radius: 6px;
  width: 40%;
  margin-bottom: 10px;
  font-size: 14px;
  margin-left: 0px;
  margin-right: 5px;
  text-transform: none;
  text-align: left;
  color: #fff !important;
}

/*.link-button {border-radius: 6px; width: 10%; margin-bottom: 15px;font-size: 16px; margin-left: 15px;text-transform: none; color:#FFF !important;} */
.link-button {
  width: 10%;
  margin: 0 5px 25px 15px;
  font-size: 16px;
  text-transform: none;
  color: #FFF !important;
}

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
}

.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #eee;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
}

.scroll:hover {
  background: rgba(178, 178, 178, 1.0);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover .fa {
  padding-top: -10px;
}

.scroll .fa {
  font-size: 30px;
  line-height: 40px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

#iFrame08>.container-fluid {
  padding-left: 38px !important;
}

.reporting_table {
  border: 1px solid #e2efda;
  font-size: 13px;
}

.reporting_table td,
.reporting_table th {
  padding: 0;
}

.reporting_table input[type=text],
.reporting_table input[type=password],
.reporting_table input[type=checkbox] {
  margin: 0px;
  font-size: 13px;
  height: 25px;
}

.reporting_table select {
  padding: 0 0 0 10px;
  font-size: 13px;
  height: 25px;
}

.reporting_table input,
.reporting_table optgroup,
.reporting_table select,
.reporting_table textarea {
  border-radius: 0px;
}

.reporting_table .table_selct {
  width: 200px !important;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.reporting-period {
  float: left;
  width: 100%;
}

.reporting-period select {
  width: 100px !important;
}

.performance-report-table td,
.performance-report-table th {
  border: 1px solid #4caf50;
  padding: 0px;
  font-size: 13px;
}

.performance-report-table thead,
.performance-report-table tfoot {
  font-weight: bold;
}

.performance-report-table {
  padding-left: 58px;
}

.graph_div {
  padding: 0px;
}

.sustainability_graph {
  margin-top: 58px;
}

/*12.9.2019*/
.formbx.dashboard .carbon-tax .form-check-label {
  width: auto;
  padding-right: 50px;
  line-height: 22px;
  font-size: 15px;
}

.min-height {
  min-height: 564px;
}

.performance-report select {
  height: 30px;
  padding: 5px 10px;
  font-size: 15px;
}

/*08-10-2019*/
.green-bg {
  background: #00B050;
}

.red-bg {
  background: #E50000;
}

.yellow-bg {
  background: #FF9D00;
}

.data-status-block .performance-graph {
  margin-top: 0px;
}

.data-status-block .data-status-block .performance-report .table thead th,
.data-status-block .performance-graph .table thead th {
  vertical-align: middle;
}

.data-status-block .performance-graph .table th {
  width: 140px;
  text-align: center;
}

.data-status-block .performance-graph .table tbody td {
  color: #000;
  text-align: center;
}

.data-status-block .data-table-block .table th {
  font-weight: normal;
  padding: 4px 10px;
  border-top: 0;
  border-color: #000000;
  font-size: 14px;
}

.data-status-block .data-table-block .table td {
  padding-top: 0;
  font-weight: normal;
  padding: 4px 10px;
  border-color: #000000;
  font-size: 14px;
}

.data-status-block .data-table-block .table td a {
  text-decoration: none;
  color: #000;
}

.data-status-block .data-table-block .table tfoot td {
  font-weight: bold;
}

.data-status-block .performance-report span {
  padding: 4px 10px;
  display: inline-block;
}

.data-status-block .performance-report tfoot tr {
  border-top: 2px solid #000;
  font-weight: bold;
}

/* .data-status-block .performance-report span.goto { visibility: hidden;} */
.data-status-block .out-bound-block .table td {
  border: 1px solid #000000;
}

.data-status-block .performance-report select {
  width: 100%;
}

.performance-report {
  padding-left: 10px;
}

.table.table-borderless td {
  border: 0 none !important;
}

.h-32 {
  height: 32px;
}

.line-height-18 {
  line-height: 18px;
}

.border-black {
  border: 1px solid #000;
}

/* special care */
.rowheads {
  text-align: right;
  padding-right: 3px !important;
  font-weight: bold;
  padding-top: 6px !important;
}

.rowdata input {
  font-weight: normal;
}

/*tr.report_rows { min-height: 32px !important; height: 32px; }*/
tr.report_rows td input {
  height: 30px !important;
}

.table-bordered tr th {
  margin: 0px !important;
  padding: 3px;
}

.table-bordered tr td {
  padding: 3px;
}

.tablehead td {
  font-weight: bold;
}

.site-and-duration {
  margin: 0px 30px 10px 10px;
  text-decoration: none;
  float: left;
  font-size: 20px;
}

.file-upload {
  text-align: left;
  padding-left: 5px;
}

.btn.btn-primary.chart_link {
  padding-left: 10px;
}

.budgetlabel-container>input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  margin: 0 10px;
  font-size: 13px;
  height: 25px;
  width: 25px;
  vertical-align: middle;
}

/*.option-container { border: 1px solid #ccc; padding: 0 20px 0 20px; border-radius: 10px; }*/
.option-container {
  padding: 0 20px 0 20px;
  border-radius: 10px;
}

.allowance-label {
  color: #cc0000;
  font-weight: bold;
  font-style: italic;
}

.check-block {
  float: left;
  width: 49%;
  padding: 0 20px;
  background: #f0f0f0;
}

.check-block span {
  float: left;
  line-height: 30px;
}

.check-block>input[type=checkbox] {
  width: 25px !important;
  line-height: 20px;
  margin-top: 3px;
  vertical-align: middle;
}

.w-298 {
  width: 298px !important;
}

.add-border {
  border: 1px solid #ccc !important;
  padding: 10px !important;
  height: 140px;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.bar {
  fill: steelblue;
}

.x.axis path {
  display: none;
}

.axis text {
  font-size: 10px;
}

.legend text {
  font-size: 9px;
}

.ls-modal {
  cursor: pointer;
}

.v-center {
  vertical-align: middle !important;
}

.v-center-middle {
  vertical-align: middle !important;
  text-align: center;
}

.v-center-middle_ctax {
  vertical-align: middle !important;
}

.table-heading {
  margin-bottom: 10px;
  margin-top: 5px;
}

.checkbox-col {
  padding: 0 0 0 3px !important;
}

.checkbox-label {
  display: inline-block;
  width: 80%;
  margin: 0px;
}

.checkbox-container {
  display: inline-block;
  width: 20%;
  background: #fff;
  padding: 8px 0px;
}

.bold {
  font-weight: bold;
}

input.style-checkbox[type=checkbox] {
  transform: scale(1.5);
}

input.style-checkbox[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  margin: 0 10px;
  font-size: 13px;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  visibility: hidden;
}

input.style-checkbox[type=checkbox]:after {
  content: " ";
  background-color: #e2efda;
  display: inline-block;
  box-sizing: border-box;
  color: #333333;
  width: 25px;
  height: 25px;
  visibility: visible;
  border-radius: 5px;
  font-size: 19px;
}

input.style-checkbox[type=checkbox]:checked:after {
  content: "\2713";
  font-weight: bold;
}

a.btn-primary {
  height: 40px;
}

@media (min-width: 768px) {

  .col-sm-3half,
  .col-sm-8half {
    float: left;
  }

  .col-sm-3half {
    width: 8%;
  }

  .col-sm-8half {
    width: 17%;
  }

  .chartjs-render-monitor,
  .performance-graph {
    width: 100% !important;
  }
}

@media only screen and (min-device-width: 1400px) and (max-device-width: 1650px) {
  .sustainability_graph {
    margin-top: 48px;
  }

  .performance-report-table {
    padding-left: 52px;
  }

  .min-height {
    padding-left: 15px;
  }

  .performance-report {
    padding-left: 0;
  }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  .form-head input,
  .form-head select {
    width: 130px;
  }

  #showdata,
  .btn-print {
    width: 130px;
  }

  #site {
    width: 264px !important;
  }

  .button-links {
    margin-top: 16px !important;
  }

  .chart_link {
    margin-left: 0;
    font-size: 12px
  }

  .link-button {
    margin-left: 0;
    font-size: 12px
  }

  .left-space {
    padding-left: 0;
    font-size: 14px;
  }

  .btn-rightblock .btn {
    min-width: 115px !important;
    padding-left: 0px;
    margin-left: 0;
    font-size: 14px;
  }

  .home-page label {
    width: 105px !important;
    font-size: 14px;
    line-height: 40px;
  }

  .button-links {
    width: 100% !important
  }

}


@media only screen and (min-width: 1100px) and (max-width: 1366px) {
  .button-links {
    margin-top: 16px !important;
  }

  .form-head input,
  .form-head select {
    width: 146px;
  }

  #showdata,
  .btn-print {
    width: 146px;
  }

  #site {
    width: 298px !important;
  }

  .btn-rightblock .btn {
    min-width: 120px !important;
    padding-left: 0px;
    margin-left: 0;
    font-size: 14px;
  }

  .min-height {
    min-height: 564px;
  }

  .form-head input,
  .form-head select {
    /*width: 68px;*/
  }

  .sustainability_graph {
    margin-top: 48px;
  }

  .performance-report-table {
    padding-left: 47px;
  }

  .home_page .graph_div {
    padding-left: 6px;
  }

  .performance-report {
    padding-left: 0;
  }

}


@media only screen and (min-width: 1025px) and (max-width: 1099px) {
  .button-links {
    margin-top: 16px !important;
  }

  .form-head input,
  .form-head select {
    width: 130px;
  }

  #showdata,
  .btn-print {
    width: 130px;
  }

  #site {
    width: 265px !important;
  }

  .btn-rightblock .btn {
    min-width: 120px !important;
    padding-left: 0px;
    margin-left: 0;
    font-size: 14px;
  }

}

@media only screen and (max-width: 767px) {
  .btn-rightblock .btn {
    min-width: 120px !important;
    padding-left: 0px;
    margin-left: 0;
    font-size: 14px;
    margin-bottom: 10px !important
  }

}

@media print {
  /*@page {
   size: A4 landscape;
   max-height:100%; 
   max-width:100%
  }*/


  img {
    /* width:100%;
    height:100%;*/
    display: block;
  }

  body {
    margin: 0;
    color: #000;
    background-color: #fff;
    font-size: 1rem;
  }

  iframe {
    float: left;
    padding: 0px;
    margin: 0px;
  }

  iframe>.container-fluid {
    padding: 0px;
  }

  .col-sm-3 {
    width: 30%;
  }

  .col-sm-5 {
    width: 40%;
  }

  .col-sm-4 {
    width: 25%;
  }

  .form-head {
    width: 100%;
  }

  select {
    width: 100px;
  }

  hr {
    margin-top: 30px;
  }

  .form-head {
    margin-bottom: 0px;
  }

  /* .form-title { margin-top: -100px;}*/

  /*html, body {
    width: 210mm;
    height: 297mm;
  }*/
  p {
    page-break-inside: avoid;
  }

  .formbx {
    padding: 5px 0 0px 0;
  }

  .logo {
    margin-top: 30px;
  }

  .form-title h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #showdata,
  .btn-primary,
  .btn-print,
  .menu {
    display: none;
  }

  .button-links {
    display: none;
  }

  .btn-rightblock {
    display: none;
  }

  .header-top-left {
    display: block;
    position: fixed;
    width: 50%;
    bottom: 0;
    left: 50%;
  }

  .footer-bottom-left {
    display: block;
    position: fixed;
    width: 50%;
    bottom: 0;
    left: 0;
    right: 0;
  }

  footer {
    display: none;
  }

  table {
    border: 1px solid #e2efda;
  }

  .noPrint {
    display: none;
  }

  .reporting_table input,
  .reporting_table select {
    border: 1px solid #e2efda;
  }
}

.table_row_1 {
  background-color: #cedec9;
  /*green*/
}


.table_row_2 {
  background-color: #bfdbde;
  /*blue*/
}

.table_row_6 {
  background-color: #e2e6e7;
  /*blue*/
}


.table_row_3 {
  background-color: #e2e6e7;
  /*grey*/
}

.table_row_4 {
  background-color: #fcbf90;
  /*orange*/
}

.top_row {
  background-color: white;
  white-space: nowrap;
}

.data_table {
  border-collapse: collapse;
  border-spacing: 0px;
  border-radius: 5px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #dee2e6;
  margin-top: 1px;
  font-size: 12px;
  margin-left: 2px;
}

.data_table tr td,
th {
  border: 1px solid #dee2e6;
  padding: 6px;

}

.table_scroll {
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  font-family: 'Montserrat', sans-serif !important;
  padding-bottom: 5px;
}

.text-right {
  text-align: right;
  white-space: nowrap;
}

.text-left {
  text-align: left;
  white-space: nowrap;
}

.scope_header {
  position: sticky;
  left: 0;
  white-space: nowrap;
}

.exp_btn {
  background-color: #4a773c;
  color: white;
  border: 0;
  margin: 5px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}

.action {
  display: flex;
  align-items: center;
  position: sticky;
  left: 0;
}

.action p {
  font-family: 'Montserrat', sans-serif !important;
  color: grey;
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

.action-2 {
  display: flex;
  align-items: center;
  position: sticky;
  left: 0;
}

.action-2 p {
  font-family: 'Montserrat', sans-serif !important;
  color: grey;
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

.action-3 {
  display: flex;
  align-items: center;
  position: sticky;
  left: 0;
}

.action-3 p {
  font-family: 'Montserrat', sans-serif !important;
  color: grey;
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

.action-4 {
  display: flex;
  align-items: center;
  position: sticky;
  left: 0;
}

.action-4 p {
  font-family: 'Montserrat', sans-serif !important;
  color: grey;
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

.action-7 {
  display: flex;
  align-items: center;
  position: sticky;
  left: 0;
}

.width_7 {
width: 100%;
}

.action-7 p {
  font-family: 'Montserrat', sans-serif !important;
  color: grey;
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

.exp_btn:hover {
  background-color: #007d8a;
}

.exp_btn:active {
  background-color: #C02528;
}


.data_table_adv {
  border-collapse: collapse;
  border-spacing: 0px;
  border-radius: 5px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #dee2e6;
  margin-top: 1px;
  font-size: 1rem;
  margin-left: 2px;
}

.data_table_adv tr td {
  border: 1px solid #dee2e6;
  padding: 12px;
  width: 250px;
  font-size: 1rem;
}

.custom-padding {
  padding: 12px;
}

.table_scroll::-webkit-scrollbar {
  height: 1em;
}

.table_scroll::-webkit-scrollbar-track {
  background: #dee2e6;
  border-radius: 100vw;
}

.table_scroll::-webkit-scrollbar-thumb {
  background: #4a773c;
  border-radius: 100vw;
  border: 0.25em solid #dee2e6;
}

.table_scroll::-webkit-scrollbar-thumb:hover {
  background: hsl(105.8, 33%, 60%);
}

@supports (scrollbar-color: #4a773c #dee2e6) {
  * {
    scrollbar-color: #4a773c #A2AAAD;
  }
}

.dashboard_dropdown {
  display: inline-block;
  position: relative;
  z-index: 99;
  color: white;
}

.dropdown-content {
  display: none;
  position: relative;
  width: 100%;
  overflow: auto;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
}

.dashboard_dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  display: block;
  color: #000000;
  padding: 5px;
  text-decoration: none;
}

.dropdown-content a:hover {
  color: #FFFFFF;
  background-color: #00A4BD;
}

.dashboard_dropdown:hover {
  position: absolute;
}

/*ADVANCED WASTE DASHBOARD STYLES*/
.select2-container {
  display: flex;
  width: 400px;
  position: relative;
  left: 61px;
}

#waste_stream,
#waste_stream_trend {
  width: 404px !important; 
  background-color: #4a773c !important;
  content: '';
  background: #e2efda url(../Img/white-drop-down.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  outline: 0;
  border-radius: 5px;
  word-wrap: normal;
  text-transform: none;
  border-width: 0px;
  color: white;
}
#site_div_selec {
  width: 202px !important; 
  background-color: #4a773c !important;
  content: '';
  background: white url(../Img/white-drop-down.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  outline: 0;
  border-radius: 5px;
  word-wrap: normal;
  text-transform: none;
  border-width: 0px;
  color: white
}
option:disabled {
  color: #A9A9A9;
}

span .selection {
  width: 100%;
}



.scrollable-table-container {
  max-height: 450px;
  /* Height for approximately 5 rows */
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.scrollable-table-container table {
  width: 100%;
  border-collapse: collapse;
}

/* Keep header fixed */
.scrollable-table-container thead {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
}

/* Add shadow to header for better visibility */
.scrollable-table-container thead::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
}

/* Keep total row fixed at bottom */
.scrollable-table-container tfoot {
  position: sticky;
  bottom: 0;
  background-color: #f0f0f0;
  z-index: 1;
}

/* Ensure consistent cell sizing */
.scrollable-table-container th,
.scrollable-table-container td {
  padding: 8px;
}
.center-table {
  margin: 0 auto;
}

#waste-trend-charts-container {
  display: flex;
  justify-content: center;
}

.trend-analysis-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.trend-analysis-title {
  margin: 0;
}

.toggle_container {
  display: flex;
  gap: 8px;
  background-color: #d8e0e5;
  border-radius: 5px;
  width: 10em;
  padding: 10px;
  height: 32px;
  align-items: center;
}

.switch {
  position: relative;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 20px;
  transition: 0.4s;
  height: 19px;
  width: 48px;
  margin-top: 12px;

  /* Adjusted width to fill the container */
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  /* Adjusted left position for smaller knob */
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

input:focus+.slider {
  box-shadow: 0 0 1px #4a773c;
}

input:checked+.slider:before {
  transform: translateX(26px);
}

input:checked+.slider {
  background-color: #4a773c;
}

.sticky-div {
  position: sticky;
  top: 0;
  background-color: #fff !important;
  z-index: 3;
  height: 50px;
  transition: background-color 0.3s ease;
}

.sticky-hr {
  position: sticky;
  top: 49px;
  /*background-color: #fff !important;*/
  z-index: 4;
  /*height: 50px;*/
  /*transition: background-color 0.3s ease;*/
}

.sticky-table-header {
  position: sticky;
  top: 48px;
  background-color: #f5f5f5;
  z-index: 2;
  transition: background-color 0.3s ease;
}

.sticky-table-header.scrolled {
  background-color: #4a773c;
  color: #fff;
}

/*.sticky-div.scrolled {*/
/*  background-color: #4a773c;*/
/*  color: #fff;*/
/*}*/