html {
  font-family: 'Gill Sans', sans-serif !important;
  margin: 0;
  height: 100%;
  min-height: 100%;
}

body {
  background-color: #ffffff !important;
  font-size: 12px;
  min-height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  /* line-height: 1.5; */
}

header,
footer {
  flex: none;
}

main {
  min-height: 100%;
  min-height: 100%;
  height: auto;
  flex: auto;
}
.body-content {
  padding: 10px;
  background-color: #f2f2f2;
}

#loading-spinner {

  display: block !important
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  width:  100%; /* Full width */
  height:  100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(58, 55, 55, 0.4); /* Black w/ opacity */
}


.modal-dialog {
  position: absolute;
  top:  50% !important;
  left:  50% !important;
  transform: translate(-50%, -50%) !important;
  width:  80%; /* or any other width you prefer */
  max-width:  600px; /* or any other max-width you prefer */
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding:  20px;
  border:  1px solid #888;
  width:  80%;
}

hr {
  margin: 0 0 5px 0;
  border-width: 1px;
}

.hr-soft {
  border: 1px solid #c6c6c6;
  margin: 10px;
}

h1 {
  font-weight: bold;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #ec644c;
  padding: 1rem;
  text-align: center;
}

h2 {
  font-weight: bold;
  color: #ec644c;
  text-align: left;
  margin: 5px;
  padding: 5px
}

h3 {
  font-weight: bold;
  color: #ec644c;
  /* text-align: center; */
  /* text-decoration: underline; */
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

h4 {
  font-weight: bold;
  color: #ec644c;
  text-align: left;
  margin: 5px;
  padding: 5px
}

h5 {
  text-align: left;

  font-family: 'Gill Sans', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  /* identical to box height, or 100% */
  color: #808080;
  margin-bottom: 1em;
}


h6 {
  text-align: left;
  font-family: 'Gill Sans', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  /* identical to box height, or 100% */
  color: #808080;
  margin-top: 5px;
}

.h7 {

  text-align: left;
  font-family: 'Gill Sans', sans-serif !important;
  font-style: normal;
  font-weight: 400;


  color: rgba(30, 63, 59, 0.8);

}

.logo-image {
  width: 250px;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.form-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  width: 40vw;
  margin: auto;
  text-align: center;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email] {
  padding: 10px;
  margin: 10px 0;
  border: none;
  background: #f1f1f1;
  border-radius: 20px;
}

button[type=submit] {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #ec644c;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 20px;
  border: 2px solid #ec644c;
  transition: all 0.2s ease-in-out;
  cursor: pointer;

}
button[type=submit]:hover {
  background-color: #ec644c;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}
button[type=register] {
  background-color: #ec644c;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  border: 2px solid #ec644c;
  transition: all 0.2s ease-in-out;
  cursor: pointer;

}
button[type=register]:hover {
  background-color: #ec644c;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 1rem;
}

.w3-container {
  min-height: 100%;
  position: relative;
  gap: 2rem;
  padding: 2rem;
}

.w4-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  gap: 0.5rem;
  padding: 0.5rem;
 
}

p {
  font-weight: bold;
  margin: 0;
  align-self: center;
}

.common-login {
  font-size: 18px;
  background-color: #ffffff;
  padding-top: 5px;
  color: #00264b;
  border: 2px solid #00264b;
  padding: 10px 20px;
  text-align: center;
  text-decoration: underline;
  display: inline-block;
  margin: 10px 0;
  border-radius: 5px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

.common-login:hover {
  font-size: 18px;
  background-color: #00264b;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0;
  border-radius: 5px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  form {
    width: 80vw;
  }
}


.groupButtons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  padding: 1rem;
}

.loginsmall {
  font-size: 18px;
  color: #fff !important;
}

.nav-link {
  font-size: 14px;
}


.current_file {
  border-radius: 6px;
  border: 1px solid #000000;
  background-color: #ffffff;
  margin: 20px 10px 20px 10px;
  padding: 3px 10px 3px 10px;
  height: 33px;

}

.details {
  margin: 8px 0;
  padding: 0 0 0 2rem;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: 390px 4fr;
  height: 89.8vh;
}

.sidebar-container {
  background-color: #fafbfc !important;
  grid-column: 1;
  padding: 15px 20px 0px 20px;
  overflow: auto;
  position: relative;
}

.input-interval {
  background-color: #fff;
  height: 23px;
  width: 90px;
  margin-top: 6px !important;
  padding: 3px 7px;
  line-height: normal;
  border: 1px solid #888C8C;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgb(15 17 17 / 15%) inset;
  outline: 0;
}


.text-uppercase {
  letter-spacing: 0.1em;
  font-size: 11px;
}

.text-gray {
  color: rgb(0, 0, 0);
}

.bold {
  font-weight: bold !important;
}


/* footer styles !! */


.footer {
  width: 100%;
  margin-top: auto;
  height: 7rem;
  padding: 1.5rem;
  background-color: #ec644c;
  color: #fff;
}



/* style forms */

.answer-box {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

/*
.forms-select {
  position: absolute;
  background: #3E8077;
}
*/

.forms-select {    
  padding-bottom: 20px;
}

.select.custom-select {  
  background-color: #E7EDEC;
  font-size: 15px;
  border-radius: 5px;
  border-color: #E7EDEC;
  padding: 10px 10px;
}



.btn-form {
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  background: #00264b;
  border-radius: 4px;
  justify-content: center;
  text-align: center;

}

.back-button {

  font-size: 12px;
  padding: 5px 10px;
  margin: 2px 10px;
  background-color: #ec644c;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 20px;
  border: 2px solid #ec644c;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  
}

.back-button:hover {
  background-color: #ec644c;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.back-button-2 {

  font-size: 12px;
  padding: 5px 10px;
  margin: 2px 10px;
  background-color: #fff;
  color: #ec644c;
  padding: 10px 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  
}

.back-button-2:hover {
  background-color: #fff;
  color: #ec644c;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.btn-secondary:hover {
  color: rgba(255, 255, 255, 0.355); /* Text color on hover */
  border: none; /* Remove border on hover */
  cursor: pointer;
 }

.btn-form-add {
  text-align: center;
  font-size: 12px;
  background-color: #00264b;
  color: white;
  border-radius: 20px;
  border: 2px solid #00264b;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 20%;

  padding: 0.5em 3em 0.5em 3em;
}
.btn-excel {
  text-align: center;
  font-size: 12px;
  background-color: #077422;
  color: white;
  border-radius: 20px;
  border: 2px solid #077422;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 20%;

  padding: 0.5em 3em 0.5em 3em;
}

.btn-form2 {
  text-align: center;
  font-size: 12px;
  background-color: #00264b;
  color: white;
  border-radius: 20px;
  border: 2px solid #00264b;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  

  padding: 0.5em 3em 0.5em 3em;
}

.btn-dropdown{
  text-align: center;
  font-size: 12px;
  color:#bbb;

}

#form-nc-answer {
  box-sizing: border-box;
  background: #FFFFFF;
  font-family: 'Gill Sans', sans-serif !important;
  font-style: normal;
  text-align: left;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  width: 100%;
}


td{
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #808080;
  font-family: 'Gill Sans', sans-serif !important;
}

th{
  border-left: 1px solid;
  border-right: 1px solid;
  font-family: 'Gill Sans', sans-serif !important;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #808080;
  background-color:#bbb;
  color: #0099ff;
}

.new-community-tables {
  color:#888C8C;
  padding: 5px;
  text-align: center;
  width: 100%;
  background: #FFFFFF;
  margin: 1rem;
  border: 0px;
}

.new-community-tables thead {
 height: 50px;
 border-bottom: 5px solid white;
}

.new-community-tables th {
  background-color: #ec644c;
  border: 0px;
  color: #fff;
  font-size: 16px;
 }

 .new-community-tables tbody tr {
  height: 40px;
  border-bottom: 5px solid white;
  transition: 0.5s;
 }

.new-community-tables tbody tr:hover {
  opacity: 0.6;
}

.badge {
  background-color: #ec644c;
  transition: 0.5s;
  font-size: 12px;
}

.badge:hover {
  background-color: #ec644c;
  color: #fff;
}

.badge-danger {
  background-color: red;
  color: white;
}

.badge-success {
  background-color: #33cc33;
  color: white;
}

.badge-success:hover {
  background-color: #33cc33;
  color: white;
}

.badge-alert {
  background-color: yellow;
  color: white;
}

.badge-alert:hover {
  background-color: yellow;
  color: white;
}

.badge-danger:hover {
  background-color: red;
  color: white;
}


.new-community-tables td {
  background-color: #fafafa;
  border: 0px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.div-table{
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  align-content: center;
}

.checkbox-row {
  display: flex;
  align-items: center;
}

.checkbox-inline {
  margin-right: 10px;
}

.checkbox-inline:last-child {
  margin-right: 0;
}


/* HOME PAGE STYLES */
.dashboard {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.body-content-white-bg {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
}

#communityMetrics.show {
  visibility: visible;
  transition: all 0.5s ease-out;
  opacity: 1;  
}

#communityMetrics {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}

.metrics {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  padding-top: 5px;
}

.metric {
  text-align: center;
  background-color: #f3f3f3;
  font-size: 18px;
  margin: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 110px;
  height: 150px;
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.20) 0px 3px 8px;
}

.metric:hover {
  transform: scale(1.5);
}

.metric h2 {
  font-size: 22px;
  font-weight: bold;
  color: #ec644c;
  text-align:center;
  margin: 0px;
}

.metric p {
  font-size: 14px;
  text-align: center;
  margin: 0; /* Remove margin to prevent extra space */
  font-weight: normal; 
}

.community-rows {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.community-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}


.map {
  box-sizing: border-box;
  width: 95%;
  height: 250px;
  margin: 10px auto;
  padding: 2;
}

.community-info {
  display: flex;
  flex-direction: column;
}

.community-info h3 {
  font-size: 18px;
  font-weight: bold;
}

.community-info p {
  font-size: 14px;
  color: #666;
}

.community_details {
  text-align: left;
  margin-left: 10px; /* Adjust the value as needed */
  font-weight: normal;
  width: 100%;
}

.asset-table {
  margin-top: 20px;
}

.asset-details-table {
  width: 100%;
  border-collapse: collapse;
}

.asset-details-table thead {
  position: sticky; 
  top: 0
}

.asset-details-table th {
  font-weight: bold;
  text-align: left;
  padding: 8px;
}

.asset-details-table td {
  padding: 8px;
  border-top: 1px solid #ddd;
}
.community-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.community-details {
  flex-basis: 34%;
  margin: 5px;;
}
.community_details-info {
  text-align: left;
  margin-left: 10px; /* Adjust the value as needed */
  font-weight: normal;
}
.asset-table {
  flex-basis: 50%;
}
.dashboard-plot-container {
  overflow: hidden;
  flex-direction: row;
  align-items: flex-start;
  text-align:center;
}

.left-section {
  display: flex;
  padding:10px;
  margin-top:5px;
  margin-bottom: 5px;
  
  flex-direction: row;
  
}

.right-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mapp {
  width: 95%;
  height: 350px; /* Adjust the height as needed */
  margin: 10px;
  padding: 2;
}

.asset-details-table {
  width: 90%;
  /* Add any additional styling as needed */
}

.table-responsive{
  height: 300px; 
}

.asset-summary{
  margin-top: 5px;
}

.button_details-section {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.button_details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background-color: #ec644c;
  color: #ffffff;
  text-decoration: none;
  margin-right: 10px; /* Add margin-right to create separation */
}

.button-icon {
  font-size: 30px;
  margin-bottom: 5px;
}

.button_details-text {
  font-size: 14px;
  text-align: center;
}


.div-sharing-coef{
  background: #E7EDEC;
 
  border: 10px #00264b;
}




.popup{
  width: 400px;
  background: #fff;
  border: 1px solid #333;


  position:absolute;
  top: 0;
  left: 50%;
  transform:translate(-50%,-50%) scale(0.1);
  text-align:center;
  padding:0 30px 30px;
  visibility:hidden;
  transition:transform 0.4s;
}

.open-popup{
  top: 50%;
  transform:translate(-50%,-50%) scale(1);
  visibility:visible;
}

.popup h2{
  font-size:38px;
  font-weight:500;
  margin: 30px 0 10px;
}

.popup button{
  width:100%;
  margin-top:_50px;
  padding:10px 0;
  background: #00264b;
  color: #fff;
  border: 0;
  outline: none;
  font-size:18px;
  
}


.btn-toggle{
  border: 1px solid#ec644c;
  display: inline-block;
  padding: 5px;
  position: relative;
  text-align: center;
  transition: background 600ms ease, color 600ms ease;
  
}

input[type='radio'] {
  accent-color: #ec644c;
}

input[type="radio"].toggle {
  display: none;
  & + label{
      cursor: pointer;
      min-width: 70px;
      &:hover{
          background: none;
          color: #ec644c;
      }
      &:after{
          background: #ec644c;
          border-radius: 10px;
          content: "";
          height: 100%;
          position: absolute;
          top: 0;
          transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
          width: 100%;
          z-index: -1;
      }
  }
  &.toggle-left + label {
      border-right:0;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      &:after{
          left: 100%
      }
  }
  &.toggle-right + label{
    border-left:0;
      margin-left: -5px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      &:after{
          left: -100%;
      }
  }
  &:checked + label {
      cursor: default;
      color: #fff;
      transition: color 200ms;
      &:after{
          left: 0;
      }
  }
}
.dashboard-container-member {
  display: flex;
  flex-direction: row;
  gap:10px;
}
.dashboard-section-member{
  flex:1;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
}
.dashboard-kpis-group-member{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.dashboard-kpi-member{
  display: flex;           
  flex-direction: column;      
  justify-content: center;    
  align-items: center; 
  text-align: center;
  background-color: #f3f3f3;
  font-size: 18px;
  padding: 10px;
  transition: 0.5s;
  width: 140px;
  height: 150px;
  box-shadow: rgba(0, 0, 0, 0.20) 0px 3px 8px;
}
.dashboard-kpi-member:hover {
  transform: scale(1.5);
}
.dashboard-kpis-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-evenly;
  padding: 0 20px; 
  width: 100%;
}
.dashboard-kpi-member h2{
  font-size: 26px;
  font-weight: normal; 
  color: #999;
  text-align:center;
  margin: 0px;
}
.dashboard-kpi-member p{
  font-weight: bold;
  font-size: 20px;
  color: #ec644c;
  text-align: center;
  margin: 0; /* Remove margin to prevent extra space */
  
}

/* ------- Billing Styles -------------- */

/* Example CSS for the billing section */
.kpis-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 10px;
  justify-content: space-around;
  
}


.dashboard-container {
  /* border: 1px solid #ccc; */
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;
  margin: 10px;
}



.billing-header {
  font-size: 18px;
  margin-bottom: 10px;
  display:flex;
  /* justify-content: space-between; */
  flex-direction: row;
}
.billing-subheader {
  font-size: 18px;
  margin-left: 5px;
  padding-left:5px;
  margin-right: 5px;
  padding-right:5px;
  font-weight: bold;
  
  /* justify-content: space-between; */

}

.kpis-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 20px;
}

.kpi-item {
  text-align: center;
  margin-left:5px;
  margin-right:5px;
}

.kpi-number {
  display: flex;
  flex-direction: row;
  align-items: right;
  font-size: 24px;
}

.kpi-currency {
  font-size: 18px;
}

.kpi-value {
  font-size: 24px;
  font-weight: bold;
}
.kpi-billing{
  align-self: center; 
}

.kpi-text {
  font-size: 14px;
  color: #555;
}

.billing-summary {
  display: flex;
  flex-wrap: wrap;
}

.billing-summary-table {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.billing-second-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.summary-text {
  display: flex;
  align-items: baseline;
}
.summary-group {
  flex: 1;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 10px;
}

.summary-group h4 {
  font-size: 16px;
  margin-bottom: 5px;
}


.transaction-table {
    width: 100%;
    border-collapse: collapse;
}

.transaction-table th, .transaction-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
}

.transaction-table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.transaction-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.transaction-table tr:hover {
    background-color: #d9edf7;
}

/*
    DEMO STYLE
*/

body {
    font-family: 'Gill Sans', sans-serif !important;
    background: #fafafa;
}

p {
    font-family: 'Gill Sans', sans-serif !important;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #ec644c;
  color: #fff;
  transition: all 0.3s;
  font-size: 14px;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #ec644c;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  text-decoration: none !important;
  color: #fff !important;
}

#sidebar ul li a:hover {
  color: #00264b !important;
  background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #00264b;
  background: #fff;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #ec644c;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386D5;
}

a.article,
a.article:hover {
  background: #00264b !important;
  color: #fff !important;
}

/*************************************************
*                NAVBAR                          *
*************************************************/

.breadcrumb {
  font-size: 16px;
  line-height:2.3rem;
  margin-bottom:0px !important;
  margin-left:-10px;
}

.navbar-breadcrumb {
  background-color: #fafafa;
}

.breadcrumb-item {
  color: #757575;
}

/* ---------------------------------------------------
  CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  padding: 20px;
  min-height: 90vh;
  transition: all 0.3s;
}

/* ---------------------------------------------------
  MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
      margin-left: -250px;
  }
  #sidebar.active {
      margin-left: 0;
  }
  #sidebarCollapse span {
      display: none;
  }
}



/*************************************************
*                Lazy Load HTMX                  *
*************************************************/

.htmx-settling img {
  opacity: 0;
}
img {
 transition: opacity 300ms ease-in;
}
.spinner-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  height: 100%;
}

/*********************************************
*                 TABS                       *
*********************************************/

/* Rounded tabs */

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 0rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 0rem !important;
  }
}

.nav-pills .nav-link {
  color: #ec644c;
  font-size: small !important;
  font-weight: bold !important;
}
.text-uppercase {
  letter-spacing: 0.1em;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #ec644c !important;
}

/*********************************************
*             BUTTONS                        *
*********************************************/

.button-add {
  border-radius: 0px !important;
  background-color: #ec644c !important;
  color: white !important;
  border: 0px !important;
  transition: 0.5s !important;
  font-size:14px !important;
}

.button-add:hover {
  background-color: #ec644c !important;
}

.btn-sidebar {
  background-color: #e7e7e7;
  color: #ec644c;
}
.btn-sidebar:hover {
  background-color: #e7e7e7;
  color: #ec644c;
}

.button-main {
  border-radius: 0px !important;
  background-color: #ec644c !important;
  color: white !important;
  font-weight: 600;
  border: 0px !important;
  transition: 0.5s !important;
  font-size:14px !important;
}

.button-main:hover {
  background-color: #ec644c !important;
}

.button-faded {
  border-radius: 0px !important;
  background-color: #c6c6c6 !important;
  color: #fff !important;
  font-weight:600;
  border: 0px !important;
  transition: 0.5s !important;
  font-size:14px !important;
}

.button-faded:hover {
  opacity:0.5;
}

/******************************
*              FORMS          *
******************************/

.row-edit {
  margin-bottom: 20px;
}

label {
  font-size: medium;
}

.col-form-label .asteriskField {
  color: red !important;
}
.asteriskField {
color: red !important;
}

/*****************************
*   NEW    UPDATES           *
*****************************/

.body-style {
  background-color: #ec644c !important;
}

.min-height-9 {
  min-height: 9em;
}

.min-height-3 {
  min-height: 3em;
}

.color-white {
  color: white;
}

.flex-center {
  display: flex; 
  justify-content: center;
}

.h3-header {
  margin-top: 0px; 
  padding-top: 10px !important; 
  margin-bottom: 0px; 
  padding-bottom: 5px;
  font-family: 'Gill Sans', sans-serif !important;
}

.font-bold {
  font-weight: bold;
}

.font-08 {
  font-size: 0.8em;
}

.font-17 {
  font-size: 17px;
}


.width-6 {
  width: 6%;
}

.width-100 {
  width: 100%;
}

.background-blue {
  background-color:  #09f;
}

.sidebar-new-style {
  margin: -30px 0 -30px 0;
}

.display-none {
  display: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.height-100 {
  height: 100%;
}

.clear-both {
  clear: both;
}

.flex-wrap {
  flex-wrap: wrap;
}

.text-footer-div {
  margin: 10px 0 0 0px;
  color:#fff;
}

.text-footer-div-2 {
  text-align:left;
  color:#fff;
  font-size:small;
}

.font-size-bold-12 {
  font-weight:bold;
  font-size:12px;
}

.font-size-bold-10 {
  font-weight:bold;
  font-size:10px;
}

.border-0 {
  border:0px;
}

.width-10 {
  width:10%;
}

.width-10-important {
  width:10% !important;
}

.width-15 {
  width:15%;
}

.width-25 {
  width:25%;
}

.width-30 {
  width:30%;
}

.margin-left-right-0 {
  margin-left:0px; 
  margin-right:0px;
}

.h4-style {
  margin:0px; 
  padding:0px; 
  padding-top:10px;
}

.height-150 {
  height:150px;
}

.h3-header-manage {
  margin-top:0px; 
  padding-top: 10px; 
  margin-bottom:0px; 
  padding-bottom:5px;
}

.community-details-p {
  font-weight:600 !important;
  color:#ec644c;
}

.h4-style-community-details {
  padding-top:20px; 
  padding-left:0px; 
  margin-left:0px;
  margin-top:0px;
  margin-bottom:0px;
  margin-right:0px;
}

.download-container {
  display: none;
  margin-top:20px;
}

.margin-top-3 {
  margin-top: 3px;
}

.margin-top-50 {
  margin-top:50px;
}

.color-pink {
  color: #ec644c;
}

.font-6-rem {
  font-size: 6rem;
}

.font-18 {
  font-size: 18px;
}

.padding-all-10 {
  padding:10px;
}

.padding-left-0 {
  padding-left:0px;
}

.margin-left-0 {
  margin-left:0px;
}

.button-community-details {
  width:120px;
  height:120px;
  display:inline-block;
  padding:12px;
}

.margin-bottom-20 {
  margin-bottom:20px;
}

.display-flex {
  display: flex;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-right-15 {
  padding-right: 15px;
}

.margin-top-20 {
  margin-top:20px;
}

.margin-all-0 {
  margin: 0px;
}

.text-decoration-none {
  text-decoration: none;
}

.padding-all-5 {
  padding: 5px;
}

.flex-direction-row {
  flex-direction: row;
}

.margin-top-10 {
  margin-top: 10px;
}

.width-height-300 {
  max-height: 300px;
  max-width:300px; 
  height:300px;
  width:300px
}

.margin-left-5 {
  margin-left: 5px;
}

.align-items-center {
  align-items: center;
}

.background-peach {
  background: rgb(250,160,160);
}

.font-size-small {
  font-size: small;
}

.padding-all-12 {
  padding: 12px;
}

.width-95 {
  width: 95%;
}

.padding-left-15 {
  padding-left: 15px;
}

.flex-1 {
  flex: 1;
}

.padding-top-10 {
  padding-top: 10px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.margin-top-5 {
  margin-top:5px;
}

.justify-center {
  justify-content: center;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.margin-right-0 {
  margin-right: 0px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-right-10 {
  margin-right: 10px;
}

.color-dark {
  color:#00264b;
}

.shadow-div {
  width:200px;
  height:200px;
  margin:auto;
  border:2px solid #f2f2f2;
  background-color: #f2f2f2;
  padding:20px;
}

.color-blue {
  color: #ec644c;
}

.color-red {
  color: red;
}

.div-ia {
  font-size:50px !important;
  width:100px;
  height:100px;
}

.card-ia {
  width: 250px; 
  margin:auto;
  min-height:250px;
}

.card-ia-2 {
  position:absolute;
  bottom:10px;
  width:85%;
}

.height-250 {
  height: 250px;
}

.margin-all-10 {
  margin: 10px;
}

.btn-reset-pass {
  height:33px;
  border:0px !important;
  line-height:0.5rem;
}

.margin-auto {
  margin: auto;
}

.width-50 {
  width: 50%;
}

.position-relative {
  position: relative;
}

.padding-right-10 {
  padding-right: 10px;
}

.margin-top-30 {
  margin-top: 30px;
}

.font-size-medium {
  font-size: medium;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.height-40 {
  height: 40px;
}

.btn-modal-close {
  background-color:#f2f2f2;
  border:0px !important;
}

.height-35 {
  height: 35px;
}

.line-height-05 {
  line-height: 0.5rem;
}

.margin-top-0-important {
  margin-top: 0px !important;
}

.height-500 {
  height: 500px;
}

.date-range-container {
  display:flex;
  font-weight: bold;
  padding: 5px;
  flex-direction: row;
}

.date-range-indicator {
  flex-direction: row;
  align-items: center;
}

.sharing-coefs-post-container {
  flex-direction: column;
  align-items: center;
}

.sharing-coefs-post-div {
  margin-top: 20px;
  flex-direction: row;
}

.export-button {
  height: 30px !important;
}

.hue-filter {
  filter:hue-rotate(45deg);
}

.community-chart-container {
  height: 500px;  
  width: 600px;
  margin: 10px;
}

.language-selector {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

.language-select {
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  color: white;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.language-select:hover {
  background-color: rgba(255, 255, 255, 0.514);
  border-color: white;
}

.language-select option {
  background-color: #ec644c;
  color: white;
}

.login-type-indicator {
  color: white;
  font-size: 16px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.future-feature-notice {
  display: flex; 
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  padding: 10px;
  background-color: #ea9e91;
}

.future-feature-notice p {
  margin: 0;
  padding: 8px;
  color: #ffffff;
}