

        .x-panel-body-default {
            border: none !important; /* Remove borda dos painéis */
        }

        .custom-toggle {
            display: inline-block;
            width: 70px;
            height: 30px;
            background-color: #013186;
            border-radius: 15px;
            position: relative;
            cursor: pointer;
            transition: background-color 0.3s;
        }


        .custom-toggle .thumb {
            width: 30px;
            height: 30px;
            background-color: #0145A6;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            transition: left 0.3s;
            color: white;
            font-size: 12px;
            line-height: 30px;
            text-align: center;
        }

        .custom-toggle.active {
            background-color: #99cfff;
        }

        .custom-toggle.active .thumb {
            left: 40px;
        }

        .square-item {
            width: 100px;
            height: 100px;
            background-color: #d1d5db; /* Cor cinza */
            border-radius: 15px;
            border: 2px solid #3498db;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            color: #fff;
            margin: 10px; /* Espaço entre os quadrados */
        }

        .square-item .text-label {
            /*color: #3498db;*/
			color: white;
            font-size: 14px;
            margin-top: 5px;
        }

        .status-text {
            color: white;
            font-weight: bold;
            font-size: 12px;
            margin-top: 3px;
        }

        .on-text {
            color: green;
        }

        .off-text {
            color: blue;
        }

        /* Diminuir a imagem dentro dos quadrados */
        .square-item img {
            width: 40px;
            height: 40px;
            object-fit: contain;
            border-radius: 0%;  /* Aqui é para deixar imagem arredondada , não precisa */
        }

        .rounded-input {
            border-radius: 15px;
            padding: 5px;
            width: 150px;
            margin-right: 15px;
            background-color: #e0e0e0; /* Fundo cinza */
        }

        .img-yellow-filter {
            filter: brightness(0) saturate(100%) invert(75%) sepia(100%) saturate(3000%) hue-rotate(-30deg) brightness(100%) contrast(90%);
        }

       
        /* Borda arredondada para o painel dos toggles */
        .panel-with-border {
            border: 2px solid #3498db;			
            border-radius: 15px;         
            background-color: rgba(255, 255, 255, 0.8); /* Fundo branco transparente */
			
			          
           
            align-items: center;
            gap: 20px;
            padding: 20px;
            margin: 20px auto; /* Centralizar o painel horizontal */
        }
		
		
		  /* Borda arredondada para o painel dos toggles */
        .panel-with-border2 {
            border: 2px solid #3498db;			
            border-radius: 15px;         
            background-color: rgba(255, 255, 255, 0.8); /* Fundo branco transparente */
					          
            align-items: center;
            gap: 5px;
            padding: 5px;
            margin: 5px auto; /* Centralizar o painel horizontal */
        }
							
					
					
					
        /* Estilo do botão power */
        .power-button {
            width: 50px;
            height: 50px;
            background-color: #ccc;
            border-radius: 50%;
            border: 2px solid #3498db;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .power-button.active {
            background-color: #4CAF50; /* Verde quando pressionado */
        }

        /* Estilo da imagem de autoreversão */
        .autoreversao-img {
            width: 80px;
            height: 80px;
            transition: filter 0.3s ease;
        }

        .autoreversao-active {
            filter: brightness(0) saturate(100%) invert(75%) sepia(100%) saturate(2000%) hue-rotate(90deg) brightness(120%) contrast(90%);
        }

         /* Painel horizontal no final */
        .bottom-panel {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            padding: 20px;
            border-radius: 15px;
            background-color: rgba(255, 255, 255, 0.8); /* Fundo branco transparente */
            margin: 20px auto; /* Centralizar o painel horizontal */
        }
		
		
		
		
		
		
		 /* para parte que tem 2 text junto com togle */
		  .small-text {
            width: 71px;
            padding: 5px;
            background-color: #e0e0e0; /* Fundo cinza */
            border-radius: 10px;
            margin-right: 10px;
        }

        .input-icon {
            position: relative;
        }

        .input-icon i {
            position: absolute;
            top: 8px;
            left: 10px;
            color: #3498db;
        }
		     .input-icon input {
            padding-left: 25px; /* Espaço para o ícone */
        }
    .toggle-container {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: center; /* Centraliza os campos e toggles */
        }
		
		
		
		
        .canvas {
            background: radial-gradient(circle, #ffffff 0%, #e0e0e0 100%);
            border-radius: 50%;
            margin-left: 20px;
            max-width: 20%;  /* tamho do grafico */
            height: auto;
        }



 /* botato de configuração*/

.circular-panel {
    width: 50px; /* Tamanho do painel */
    height: 50px;
    background: radial-gradient(circle, #c0c0c0, #808080); /* Fundo prata com efeito */
    border-radius: 50%; /* Forma circular */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.circular-panel img {
    width: 35px; /* Largura da imagem */
    height: 35px; /* Altura da imagem */
    object-fit: cover;
}

.central-image {
    width: 150px; /* Largura padrão da imagem */
    height: 50px; /* Altura padrão da imagem */
	justify-content: center; /* Centraliza horizontalmente */
    object-fit: contain; /* Ajusta a imagem sem cortar */
}




 /* logo na parte superiro  e imagem compercentual de agua */

._drip-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

._drip-logo {
    width: 100px; /* Largura do logo */
    height: 70px; /* Altura do logo */
    margin-top: 10px;
    margin-bottom: 5px;
}

._drip-image-container {
    position: relative;
    display: inline-block;
    width: 60px; /* Largura da imagem principal */
    height: 60px; /* Altura da imagem principal */
}

._drip-main-image {
    width: 100%; /* Preenche o container de 30x30 */
    height: 100%; /* Preenche o container de 30x30 */
    object-fit: cover; /* Ajuste a imagem para cobrir o espaço */
}

._drip-centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: white;
    font-weight: bold;
}






/*  REFERENTE AO GRAFICO DO PIVO  */



   


giro-pivot{
    font-family: 'Figtree','Verdana','Arial';
	
}

.giro-pivot .giro-pivot-circle{
    rotate: 180deg;
    background-color: #3C8B15;
    display: flex;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: relative;
    border-width: 3px;
    border-style: solid;

			align-items: center;
            gap: 20px;
            padding: 20px;
                
            margin: 20px auto; /* Centralizar o painel horizontal */	
	
	
}

.giro-pivot .giro-pivot-circle .ponteiro-principal {
    position: absolute;
    bottom: 50%;
    left: calc(50% - 1.7px);
    width: 4px; /* Largura do ponteiro */
    height: 53%; /* Comprimento do ponteiro */
    /* background-color:#000000; Cor do ponteiro */
    transform-origin: bottom; /* Origem da transformação */
    /*transform: rotate(50deg); Posição inicial do ponteiro*/
    transition: transform 0.5s ease; /* Transição suave */
    border-radius: 20px;
    background-color: #000000;
    z-index: 9999;
}

.giro-pivot .giro-pivot-circle .ponteiro-adicional {
    position: absolute;
    bottom: 50%;
    left: calc(50% - 1.7px);
    width: 4px; /* Largura do ponteiro */
    height: 50%; /* Comprimento do ponteiro */
    transform-origin: bottom; /* Origem da transformação */
    transition: transform 0.5s ease; /* Transição suave */
}

.ponteiro-autoparada{
    background-color: red;
    z-index: 9999;
}

.ponteiro-autoreversao{
    background-color: yellow;
    z-index: 9999;
}

.ponteiro-com-agua{
    background-color: #3B82F6;
}

.ponteiro-sem-agua{
    background-color: #6B7280;
}

.giro-pivot .giro-pivot-circle .ponteiro-guia-seta {
    position: absolute;
    bottom: 50%;
    left: calc(50% - 1.7px);
    width: 4px; /* Largura do ponteiro */
    height: 50%; /* Comprimento do ponteiro */
    transform-origin: bottom; /* Origem da transformação */
    transition: transform 0.5s ease; /* Transição suave */
    /* background-color: yellow; */
}

.giro-pivot .giro-pivot-circle .ponteiro-fatia {
    position: absolute;
    bottom: 50%;
    left: calc(50% - 1.7px);
    width: 4px; /* Largura do ponteiro */
    height: 50%; /* Comprimento do ponteiro */
    transform-origin: bottom; /* Origem da transformação */
    transition: transform 0.5s ease; /* Transição suave */
}

.giro-para-direita{
    transform: scaleX(-1);
}

.giro-pivot .giro-pivot-circle .seta-haste {
    transition: transform 0.5s ease; /* Transição suave */
    width:140px; height:140px;  
    border:solid 5px;
    border-color:#888888 transparent transparent transparent;
    border-radius: 50%/40px 40px 0 0;
    position: absolute;
    top: -40px;
    left: -68px;
    rotate: 0deg;
    /* -top-12 -left-16 rotate-[3deg] */
}

.giro-pivot .giro-pivot-circle .seta-haste .ponteira-seta {
    position: absolute;
    width: 17px;
    height: 17px;
    rotate: 104deg;
    top: -1px;
    left: 10px;
    border-right: 5px solid;
    border-bottom: 5px solid;
    border-right-color:#888888;
    border-bottom-color:#888888;
}

.pivo-ligado-border{
    border-color: #3C8B15;
}

.pivo-desligado-border{
    border-color: #ce0f0f;
}

.img-blue-filter {
    filter: brightness(0) saturate(100%) invert(26%) sepia(91%) saturate(5806%) hue-rotate(187deg) brightness(96%) contrast(107%);
}

.img-red-filter {
    filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(5000%) hue-rotate(-10deg) brightness(100%) contrast(90%);
}

.img-yellow-filter {
    filter: brightness(0) saturate(100%) invert(75%) sepia(100%) saturate(3000%) hue-rotate(-30deg) brightness(100%) contrast(90%);
}











.power-container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px; /* Espaçamento ao redor da imagem */
}


.power-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.power-text {
    margin-top: 10px; /* Espaçamento entre a imagem e o texto */
	text-align: center ;
	margin-top: 10px;
    font-size: 16px; /* Tamanho do texto */
    color: red; /* Cor do texto */
    font-weight: bold;
}








