html,
body {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
}
.ecoClassify {
    transition: transform 0.3s ease;
    width: 150px;
    position: absolute;
    border: none !important;
    background-color: transparent;
}

#tabelaExtrato{
    margin-top: 20px;
}

#tabelaExtrato thead{
    background-color: #e9ecef;
}

#tabelaExtrato tbody{
    background-color: #e9ecef;
}

.selectField{
    padding: 0.625rem;
    width: 100%;
    border: 1px solid #E8EAED;
    border-radius: 5px;
    background: #e9ecef;
    box-shadow: 0 1px 3px -2px #9098A9;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    transition: all 150ms ease;
    padding-top: 1.625rem;
padding-bottom: 0.625rem;
appearance: auto !important;
}


.containerExtrato{
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 45%;
    height: 355px;
    position: absolute;
    right: 40px;
    background-color: #e9ecef;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
}




.ecoClassify:hover {
    transform: scale(1.1) !important;
    background-color: #45b08c;
    border-radius: 20px;
}

.floatBtn{
    background-color: #45b08c;
    transition: 0.5s;
    position: fixed;
    bottom: 20px;
    left: 20px;
    height: 60px;
    width: 60px;
    padding: 10px 5px;
    z-index: 9999;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
    border-radius: 50%;
}

.my-float{
	margin-top:16px;
}

.menu {
    background: #45b08c !important;
    box-shadow: 0 0 1em #4ab986;
    width: 100%;
    z-index: 2;
    position: fixed;
    top: 0px;
}
.fa-power-off {
    color: #2e2e2e

}

.fa-power-off:hover {
    color: red;

}

.name-user-header {
    position: fixed;
    top: 1.1rem;
    right: 3rem;
    font-size: 14px;
    color: white;
}

.btn-logo-header {
    border: none;
    outline: none;
    background: url('../images/Ecoloop_Branco.png') transparent no-repeat center;
    background-size: contain;
    width: 130px;
    height: 30px;
    position: absolute;
}

.grid {
    margin-top: 5px;
    margin-bottom: 30px;
    width: 90vw;
    overflow: scroll;
    border-radius: 10px;
    box-shadow:
    rgba(0, 0, 0, 0.66) 0 5px 10px 0,
    inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
}

.grid-graph {
    margin-bottom: 30px;
    margin-top: 35px;
    width: 90vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

@media only screen and (max-width: 920px) {
    .grid {
        overflow-x: scroll;
    }

    .name-user-header {
        position: initial;
    }

    .container {
        overflow: auto;
    }

    .div-ghost {
        position: absolute;
    }

    .grid-graph {
        margin-bottom: 30px;
        width: 90vw;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .btn-logo-header {
        position: relative;
    }
}

.bg-light {
    background-color: #f5f5f5 !important;
}

.div-ghost {
    width: 100%;
}

.ecoloop {
    background-color: #4ab986;
    border-color: #4ab986;
    color: #FFFFFF;
    border-bottom: 2px solid #dee2e6;

}

a {
    /* margin-bottom: 20px; */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
}

.graph-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    min-height: 65vh;
    min-width: 100vw;
    margin-top: 100px;
}

.graph {
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90vh;
}

.nav-link2{
    right: 0;
}

.nav-link2,
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: white !important;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #4ab986;
}
.nav-link2:hover,
.nav-link2:focus,
.nav-link:hover,
.nav-link:focus {
    color: #3f966e;
    text-decoration: underline;
}

.box-button {
    bottom: 0;
    width: 100%;
    text-align: center;
    color: white;
    display:flex;
    justify-content: space-around;
    margin-top: 15px;
    margin-bottom: 15px;
}

.box-button a {
    color: white;
	display: inline-block;
	font-size: 12px;
    transition: transform 0.3s ease;
}



.box-button a:hover{
    text-decoration: underline;
    transform: scale(1.2);
}

.box-button i{
    margin-right: 4px;
}

.card-title {
    color: #4ab986 !important;
    font-weight: bold;
    font-size: 1.3rem;
}

a {
    color: #4ab986;
}

.grid-monitor {
    margin-top: 2rem;
    margin-bottom: 30px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem; /* Espaçamento entre os cards */
}

@media (min-width: 1170px) {
    .grid-monitor {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1830px) {
    .grid-monitor {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 2420px) {
    .grid-monitor {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 3070px) {
    .grid-monitor {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 3670px) {
    .grid-monitor {
        grid-template-columns: repeat(6, 1fr);
    }
}

.logoutBtnPc{
    right: 15px;
    position: relative;
}


@media only screen and (max-width: 1080px) {
 .logoutBtnPc{
    display: none;
 }

 .ecoClassify{
    bottom: 20px !important;
    left: 20px !important;
 }
 

}

@media (min-width: 1080px) {

    #logoutBtnCell{
        display: none;
     }
.ecoClassify{
    top: 10% !important;
    left: 20px !important;
}
}


@media only screen and (max-width: 440px) {

    .card {
        width: 22.5rem !important;
        flex-direction: column !important;
        align-items: center;
    }
}

.card {
    width: 35rem;
    display: flex;
    flex-direction: row;
    margin: 0.5rem;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff9ff;
    box-shadow:
    rgba(0, 0, 0, 0.66) 0 2px 5px 0,
    inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
  


}



.card-images{
    width: 35rem;
    display: flex;
    flex-direction: row;
    margin: 0.5rem;

}


.card-monitor {
    width: 35rem;
    display: flex;
    flex-direction: row;
    margin: 0.5rem;

}

.container-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 387px;
}

.card-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 1rem;
}

.card-text-alert {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #f00;
    font-weight: bold;
}

.card-body {
    display: grid;
    width: 100%;
    margin: 1rem;
    margin-bottom: 2rem;
    border-radius: 10px;
    background-color: #f5f5f5;
}

.button-restart{
    background-color: transparent;
    border: none;
    outline: none;
    color: #4ab986;
}

.button-restart:hover {
    text-decoration: underline;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap !important;
    align-items: center;
    justify-content: space-between !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.footer-btn {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 8rem;
    justify-content: space-between;
    flex-direction: row;
}

@media only screen and (max-width: 950px) {
    .footer-btn {
        flex-direction: column;
        justify-content: space-evenly;
    }

    .btn-primary{
        width: 100% !important;
    }
    
}

/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

.input-box {
  position: relative;
  height: 76px;
  max-width: 900px;
  margin: 0 20px;
  border-radius: 50px;
  
  display: flex;
}
.input-box #lupa,
.input-box #searchButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.input-box #lupa {
  left: 20px;
  font-size: 30px;
  color: #707070;
}
.input-box #searchButton, #clearSearch {
    right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 6px;
    background-color: #4070f4;
    cursor: pointer;
  
}
.divFiltro{
    display: flex;
    flex-direction: column;
    justify-content: right;
    margin: 10px;
}
#clearFilter{
    width: 90px;
    right: 20px;
    padding: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: none;

    border-radius: 6px;
    background-color: #4070f4;
    cursor: pointer;
}

  .input-box #searchButton:active {
    transform: translateY(-50%) scale(0.98);
  }
input {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 65px;
  background-color: #fff;;
}


/* Responsive */
@media screen and (max-width: 500px) {
  .input-box {
    height: 66px;
    margin: 0 8px;
  }
  .input-box #lupa {
    left: 12px;
    font-size: 25px;
  }
  .input-box input {
    padding: 0 112px 0 50px;
  }
  .input-box #searchButton {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }


}

#menuOculto{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#deleteSelected,
#btnsEcoPro button,
#btnsEcoLite button{
    color: white; 
    float: left;
    border: none; 
    padding: 10px; 
    border-radius: 10px;
    margin-right: 10px;
    width: 90px;
}

@media (max-width: 426px) {
    #deleteSelected,
#btnsEcoPro button,
#btnsEcoLite button{
    color: white; 
    float: left;
    border: none; 
    padding: 10px; 
    border-radius: 10px;
    margin-right: 10px;
    width: 100%;
}
#imgLite, #imgPro{
    display: none;
}
}

#iconImages {
    transition: transform 0.3s ease;
}

#iconImages:hover {
    transform: scale(1.2);
}


#aceitarEcoPro, #aceitarEcoLite{
    background-color: #45b08c;
}

#rejeitarEcoPro, #rejeitarEcoLite{
    background-color: rgb(182, 51, 51);
    
}

#deleteSelected{
    background-color: red;
}




#rejeitaPro, #rejeitaLite, #excluirDiv{
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    margin-left: 20px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}



.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 23px;
    width: 23Px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #2aa1c0;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}


