/*MYACCOUNT MY ENERGY*/
/* font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-text-color: white !important;
    --primary-color: #293991 !important;
    --primary-background-color: #0FA99D !important;
    --secondary-color: #0FA99D !important;
    --secondary-background-color: #293991 !important;
    --link-color: #293991 !important;
    --link-hover-color: #0FA99D !important;
    --footer-text-color: #ffffff !important;
    --footer-background-color: #0FA99D !important; 
    --selected-color: #0FA99D !important;
    --selected-background-color: #f0f0f0 !important; 
    --unselect-color: lightgrey !important;
    --unselect-background-color: #f8f8f8 !important;
    --font-family: 'Open Sans', sans-serif;
    --header-background-color: transparent !important;
    --header-color: #333 !important;
    --fixed-navbar-background-color: rgb(255 255 255 / 50%) !important;
    --body-line-height: 20px !important;
    --body-font-size: 14px !important;
    --paragraph-font-size: 14px !important;
    --label-font-size: 14px !important;
    --h1-font-size: 2rem !important;
    --h2-font-size: 1.5rem !important;
    --h3-font-size: 1.375rem !important;
    --h4-font-size: 1.25rem !important;
    --h5-font-size: 1.125rem !important;
    --h6-font-size: 1rem !important;
    --mobile-body-font-size: 14px !important;
    --mobile-paragraph-font-size: 14px !important;
    --mobile-label-font-size: 14px !important;
    --mobile-h1-font-size: 2.5rem !important;
    --mobile-h2-font-size: 2rem !important;
    --mobile-h3-font-size: 1.9rem !important;
    --mobile-h4-font-size: 1.8rem !important;
    --mobile-h5-font-size: 1.7rem !important;
    --mobile-h6-font-size: 1.5rem !important;
    --body-background-image: none !important;
    --body-background-color: #ffffff !important;
    --main-content-background-color: transparent !important;
    --main-content-color: #333 !important;
    --utilmate-container-width: 60% !important;
    --pane-background-color: #ffffff !important;
    --pane-color: #333 !important;
    --pane-border-color: none !important;
    --pane-border-radius: 2px !important;
    --pane-padding: .5rem !important;
    --banner-textbox-size: 50% !important;
    --max-logo-width: 235px !important;
}

/* to change the link & hover  */
a, a:visited , a:link, a:focus, a:active { 
    font-weight: 600; 
    text-decoration: none;
 }
a:hover { 
     font-weight: 600; text-decoration: underline;
     }
.utilmate-list-link {
    border: 0px solid #293991 !important;
    width: 4.5rem!important;
    height: 4.5rem!important;
}
.utilmate-list-link:hover {
    background-color: #0FA99D !important;
}
.utilmate-list-link img{
    width: 4.5rem!important;
}
.utilmate-link-icon img{
    width: 4.5rem!important;
}
.utilmate-link-icon:hover {
    background-color: #0FA99D !important;
}
ul li {
    font-size: var(--paragraph-font-size);
}
ol li {
    font-size: var(--paragraph-font-size);
}
body{
    font-family:'Poppins';
    font-weight: 300!important;
}
p {
    font-family:'Poppins';
    font-weight: 300!important;
}
.h1,h1, .h2,h2, .h3,h3, .h4,h4, .h5,h5, .h6,h6 {
     font-weight: 500;
     font-family:'Poppins'; 
}
.title {
    font-size: 2.5rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
}
.parallaxShadow {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.parallaxShadowWhite {
    text-shadow: 2px 2px 2px rgba(255,255,0255,0.8);
}


/*********************
Buttons
**********************/
.p-button.u-button{
    border-radius:30px!important;
    padding: 10px 40px!important;
}










