input:focus{
    outline: 2px solid transparent;
}

.number_phone_mobile{
	font-size: 18px;
	margin-bottom: 20px;
	color: #717171;
}

.row_last_news{
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
}

.box_news{
	width: 330px;
}

.box_image_news{
	width: 330px;
	height: 230px;
	background-size: contain;
	background-position: center center;
	border-radius: 10px;
}



.title_news_preview{
	color: #0F7BA8;
	margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
}

.date_publicate_news_preview{
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
	opacity: 0.6;
}

.view_news_preview{
	border: 2px solid #0F7BA8;
	background-color: #0F7BA8;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	border-radius: 5px;
	transition: 0.3s;
}

.view_news_preview:hover{
	border: 2px solid #0F7BA8;
	background-color: transparent;
	color: #0F7BA8;
	transition: 0.3s;
}





.footer {
  position: relative;
  width: 100%;
  background: #3586ff;
  margin-top: 150px;
  min-height: 100px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.social-icon,
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
  list-style: none;
}

.social-icon__link {
  font-size: 2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}
.social-icon__link:hover {
  transform: translateY(-10px);
}

.menu__link {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: 300;
}

.menu__link:hover {
  opacity: 1;
}

.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: 1rem;
  font-weight: 300;
}

.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("https://i.ibb.co/wQZVxxk/wave.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 10;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 9;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 10;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 9;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}


.row_footer_logo{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 50px;
	align-items: center;
	flex-wrap: wrap;
}


.all_reserved{
	color: #fff;
	font-size: 18px;
}


.menu_item a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item a:hover
{
	color: #30B4EB;
}

.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #30B4EB;
}

.menu_social_item a i:hover
{
	color: #30B4EB;
}

.section_title h1::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 55px;
	height: 4px;
	content: '';
	background: #30B4EB;
}

.news_post_image{
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 730px;
	height: 385px;
}

@media(max-width: 500px){

.news_post_image{
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 385px;
}

}

.row_info_contact{
	display: flex;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 20px;
}

.label_contact{
	font-weight: bold;
	margin-right: 10px;
}

.preview_date_publicate{
	font-style: italic;
	color: #000000b5;
}

.title_docs{
	font-weight: bold;	
	font-size: 25px;
	color: #000;
	margin-bottom: 40px;
}

.row_docs{
	display: flex;
	font-size: 18px;
	align-items: center;	
	margin-bottom: 30px;
	border: 3px dashed #0006;
	padding: 20px;
}

.date_piblicate_docs{
	color: #000;
}

.title_docs_link{
	margin-left: 20px;
	text-decoration: underline;
}

.linl_tarif{
	font-weight: bold;
	font-size: 19px;
	text-decoration: underline;
	margin-bottom: 20px;
	width: 70%;
}

.box_content_tarif{
	color: #000000ba;
	font-size: 18px;
	line-height: 40px;
}

.box_content_tarif b{
	font-size: 20px;
	color: #000;
}

.row_form_inp{
	display: flex;
	width: 450px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	position: relative;
}

.txt_label_form{
	font-size: 20px;
	color: #000;
}

.txt_label_form span{
	color: #F02A2E;
}

.inp_form input{
	padding: 5px;
	color: #000;
	font-size: 18px;
}

.check_pass{
	position: absolute;
	right: 0;
	margin-right: 10px;
	transition: 0.3s;
	cursor: pointer;
	opacity: 0.7;
}

.check_pass:hover{
	opacity: 1;
	transition: 0.3s;
}


.go_auth{
	border: 2px solid #3586FF;
	background-color: #3586FF;
	text-align: center;
	color: #fff;
	width: 150px;
	font-size: 19px;
	padding: 5px;
	transition: 0.3s;
	cursor: pointer;
}

.go_auth:hover{
	border: 2px solid #3586FF;
	background-color: transparent;
	text-align: center;
	color: #3586FF;
	transition: 0.3s;
}

.contine_reg_serach_lc{
	border: 2px solid #3586FF;
	background-color: #3586FF;
	text-align: center;
	color: #fff;
	width: 200px;
	font-size: 19px;
	padding: 5px;
	transition: 0.3s;
	cursor: pointer;

}

.contine_reg_serach_lc:hover{
	border: 2px solid #3586FF;
	background-color: transparent;
	text-align: center;
	color: #3586FF;
	transition: 0.3s;
}

.back_reg_serach_lc{
	border: 2px solid #F07427;
	background-color: #F07427;
	text-align: center;
	color: #fff;
	width: 200px;
	font-size: 19px;
	padding: 5px;
	transition: 0.3s;
	cursor: pointer;
	display: none;

}

.back_reg_serach_lc:hover{
	border: 2px solid #F07427;
	background-color: transparent;
	text-align: center;
	color: #000;
	transition: 0.3s;
}


.go_reg{
	border: 2px solid #3586FF;
	background-color: #3586FF;
	text-align: center;
	color: #fff;
	width: 430px;
	margin-top: 20px;
	font-size: 15px;
	padding: 5px;
	transition: 0.3s;
	cursor: pointer;
	display: none;
}

.go_reg:hover{
	border: 2px solid #3586FF;
	background-color: transparent;
	text-align: center;
	color: #3586FF;
	transition: 0.3s;
}

.help_profile{
	margin-top: 25px;
	font-size: 16px;
	color: #3586FF;
	opacity: 0.7;
	cursor: pointer;
	transition: 0.3s;
	font-style: italic;
}

.help_profile:hover{
	opacity: 1;
	transition: 0.3s;
}

.border_register_new{
	margin-top: 40px;
	border: 3px dashed #3586FF;
	padding: 15px;
	font-size: 19px;
	font-weight: bold;
	color: #F07427;
}

.reg_btn_preview{
	background-color: #3586FF;
	color: #fff;
	text-align: center;
	width: 250px;
	padding: 5px;
	margin-top: 10px;
	transition: 0.3s;
}

.reg_btn_preview:hover{
	opacity: 0.6;
	transition: 0.3s;
}


.rows_btns_profile{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.btn_profile_nav{
	border: 2px solid #838996;
	color: #838996;
	padding: 10px;
	font-size: 18px;
	margin-bottom: 20px;
	transition: 0.3s;
}

.btn_profile_nav:hover{
	border: 2px solid #838996;
	background-color: #838996;
	color: #fff;
	transition: 0.3s;
}

.active_tabs_p{
	border: 2px solid #838996;
	background-color: #838996;
	color: #fff;	
}


        .billing-table {
            width: 100%;
            border-collapse: collapse;
            color: #000;
        }

        .billing-table th, .billing-table td {
            border: 1px solid #ccc;
            padding: 8px;
            text-align: left;
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .billing-table th {
            background-color: #3586FF;
            color: #fff;
        }

        .billing-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        .details-row {
            display: none;
            background-color: #f1f1f1;
        }

        .details-row td {
            padding: 0;
            border: none;
        }

        .details-table {
            width: 50%;
            border-collapse: collapse;
            border: 2px solid #3586FF;
            cursor: not-allowed;
        }

        .details-table th, .details-table td {
            border: 1px solid #ccc;
            padding: 8px;
            text-align: left;
        }

        .details-table th {
            background-color: #435268;
        }

        .details-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        .mounth_select{
        	color: #3586FF;
        	cursor: pointer;
        }

.load_receipt span{
    color: #828895;
    text-decoration: none;
    font-weight: bold;
    width: 80px;
}



        .meter-table {
            width: 100%;
            border-collapse: collapse;
            color: #000;
            margin-top: 20px;
        }

        .meter-table th, .meter-table td {
            border: 1px solid #ccc;
            padding: 8px;
            text-align: center;
        }

        .meter-table th {
            background-color: #f1f1f1;
        }

        .meter-table td input {
            width: 50px;
            text-align: center;
        }

        .meter-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        .save-button {
            margin-top: 10px;
            padding: 10px 20px;
            background-color: #3586FF;
            color: #fff;
            border: none;
            cursor: pointer;
        }

        .save-button:hover {
            background-color: #1c6cd9;
        }

        .history-link {
            color: #0066cc;
            text-decoration: none;
        }

        .history-link:hover {
            text-decoration: underline;
        }
        
        
        
        
 .result_search_lc{
     border: 3px dashed #3586FF;
     padding: 10px;
     margin-bottom: 10px;
     width: 450px;
     display: none;
 }   
 
 
 .title_info{
    font-size: 19px;
    color: #000;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 15px;
}        
     
        
        
 .info_search{
     margin-top: 10px;
     color: #000;
     font-size: 17px;
 }       
     
     
.marker_phone{
   margin-bottom: 10px; 
   display: none;
}        

.cont-email{
   margin-top: 20px;
   margin-bottom: 20px;  
}
        
.data_not_found_lc{
    color: red;
    display: none;
    margin-bottom: 20px;  
}

.cont-hidden-start{
    display: none;
}
   
   
   
.long_form{
    width: 70%;
}  


.out_btn{
    background-color: red;
    color: #fff;
    padding: 10px;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}





        .send_info_counter {
            margin-top: 10px;
            padding: 5px;
            background-color: #3586FF;
            color: #fff;
            border: none;
            cursor: pointer;
        }



.ta-center{
    text-align: center;
}



@media(max-width: 500px){
    .row_form_inp{
        display: block;
        width: 95%;
    }
    
    .meter-table{
    transform: scale(0.5);
    margin-left: -130px;      
    }
    
    .billing-table{
    transform: scale(0.5);
    margin-left: -130px;      
    }
}





.summ_pay_txt_only{
    font-size: 24px;
    color: #000;
}



.row_pay_block{
    width: 500px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
     
     

.btn_pay_p{
    background: #30B3E9;
    font-size: 19px;
    color: #fff;
    padding: 7px;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}     




.cont_counter{
    background: #E1E1E1;
    padding: 10px;
    box-shadow: 0px 0px 30px 0px #1515156b;
    border-radius: 5px;
    min-width: 300px;
    margin-bottom: 20px;
}

.row_conts{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}



.name_counter{
    display: flex;
    align-items: center;
}


.txt_name_counter{
    margin-left: 10px;
    color: #000;
    font-size: 17px;
}

.more_info_counter{
    margin-top: 15px;
    color: #0000005e;
    font-size: 16px;
}


.item_more_info{
    margin-bottom: 5px;
}



.btn_open_more_c_inf{
  text-align: center;
  margin-top: 10px;
  padding: 5px;
  background-color: #3586FF;
  color: #fff;
  border: none;
}




.form_conts{
    width: 300px;
    margin-top: 10px;
}

.row_btns_tabs{
    display: flex;
    margin-bottom: 10px;
}

.btn_tab{
    font-size: 16px;
    text-align: center;
    background-color: #3586FF;
    color: #fff;
    border: 4px solid #3586FF;
    padding: 5px;
    
}

.active_tab_btn{
    border-bottom-color: #FEC107;
}


.send_info_counter_into{
  text-align: center;
  margin-top: 10px;
  padding: 5px;
  background-color: #FEC107;
  color: #000;
  border: none;
  cursor: pointer;
}





.widgetChat{
    position: fixed;
    top: auto;
    bottom: 0;
    left: auto;
    right: 5%;
    z-index: 999;
    box-shadow: 0px 0px 30px 0px #00000070;
    width: 340px;
}


   
        
        
.headerChatOpenButton{
    background-color: #2997C7;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
}        
        

.txtHeaderChat{
    margin-left: 10px;
}        
     
     
     
     
.headerChat{
    position: relative;
    display: none;
    align-items: center;
    background-color: #2997C7;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;   
}     

.closedChat{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -40px;
    margin-top: 10px;
    background-color: #ffffffab;
    border-radius: 50%;
    cursor: pointer;
}
  
  
 .txtHeaderChat span{
    font-size: 14px;
    opacity: 0.5;
 } 
     
     
        .icoChatOnline {
            position: relative;
            width: 20px;
            height: 20px;
            background-color: #DBEDF6;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            animation: pulse 2s infinite;
        }

        .bgChatInner {
            width: 8px;
            height: 8px;
            background-color: #2997C7;
            border-radius: 50%;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 0.8;
            }
            50% {
                transform: scale(1.3);
                opacity: 0.5;
            }
            100% {
                transform: scale(1);
                opacity: 0.8;
            }
        }     
     
        
 
.contChatBorder{
    display: none;
    background-color: #fff;
    min-height: 400px;
    position: relative;
} 

.chatModal{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
 
 
.contnotauth{
    display: none;
    background-color: #fff;
    min-height: 400px;
    position: relative;
    padding-top: 30px;
} 
  
 
 
 .areaManageChat{
    position: absolute;
    top: auto;
    bottom: 0;
    border: 1px solid transparent;
    border-top-color: #1515152b;
    width: 100%;
 }
 
 .textareaManageMessage{
     border: 1px solid transparent;
     outline: none;
     width: 90%;
     padding: 10px;
 }
 
 
 
 .rowAttachment{
     padding: 6px;
     display: flex;
     align-items: center;
     cursor: pointer;
 }
 
 
 
 .iconAttachment{
     margin-right: 3px;
 }
 
 
 
 
 
 .areaSenderMessage{
     display: flex;
     justify-content: space-between;
 }
 
 
 .btnSendMessage{
     cursor: pointer;
 }
 
 
 .headerauth{
     text-align: center;
     color: #151515;
 }
 
 
 
 
 
 .formUserHello{
     padding: 7px;
     border: 2px solid transparent;
     border-radius: 20px;
     border-top-color: #2997C7;
     margin-top: 5px;
 }
 
 
 .inputForm{
     border: 1px solid transparent;
     border-bottom-color: #A5A5A575;
     outline: none;
     width: 100%;
     padding: 7px;
     text-align: center;
 }
 
 
  .inputForm:focus{
     border-bottom-color: #2997C7;
 }
 
 
 
 .btnSaveUser{
    color: #fff;
    margin-top: 10px;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    background-color: #2997C7; 
    cursor: pointer;
 }
 
 
 
 
 .contentChat{
     width: 100%;
     height: 300px;
     overflow-y: scroll;
     padding: 5px;
 }
 
 
 
 .chatMessage{
     display: flex;
     margin-top: 15px;
 }
 
 .avatarItem{
     margin-right: 5px;
 }
 
 
 .contentMessage{
     border-radius: 5px;
     background-color: #DFDEDE;
     padding: 8px;
 }
 
 .timeSendMessage{
     text-align: right;
     font-size: 12px;
 }
 
 
 @media(max-width: 400px){
.widgetChat{
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    box-shadow: 0px 0px 30px 0px #00000070;
    width: 90%;
}  

.closedChat{
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0px;
  margin-top: -40px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;    
}
}
     
 
 
 