/*MYACCOUNT REAL UTILTIIES*/

/*fonts*/
@font-face {
   font-family: 'synthese'; 
    src: url('/Portals/30/fonts/synthese-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
} 
@font-face {
   font-family: 'Boing'; 
    src: url('/Portals/30/fonts/Boing.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
} 

:root {
    --primary-text-color: white !important;
    --primary-color: #55e753 !important;
    --primary-background-color: #55e753 !important;
    --secondary-color: #222222 !important;
    --secondary-background-color: #222222 !important;
    --link-color: #55e753 !important;
    --link-hover-color: #2c2a29 !important;
    --footer-text-color: #ffffff !important;
    --footer-background-color: #222222 !important; 
    --selected-color: #44b942 !important;
    --selected-background-color: #f0f0f0 !important; 
    --unselect-color: lightgrey !important;
    --unselect-background-color: #f8f8f8 !important;
    --font-family: "synthese", sans-serif;
    --header-background-color: transparent !important;
    --header-color: #5f5959 !important;
    --fixed-navbar-background-color: rgb(255 255 255 / 50%) !important;
    --body-line-height: 1.75 !important;
    --body-font-size: 16px !important;
    --paragraph-font-size: 16px !important;
    --label-font-size: 16px !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: 16px !important;
    --mobile-paragraph-font-size: 16px !important;
    --mobile-label-font-size: 16px !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: #5f5959 !important;
    --utilmate-container-width: 60% !important;
    --pane-background-color: #ffffff !important;
    --pane-color: #5f5959 !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;
}
.p,p {
    font-weight: 350;
    font-style: normal;
    line-height: 1.75;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: 13px;
    font-family: "synthese";
    font-weight: 350;
    line-height: 1.2;
    color: #3f3b3b
}

h2,.h2 {
    font-weight: 300!important;
}
.title {
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 13px;
}

/* 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: 2px solid #55e753 !important;
}
.utilmate-list-link:hover {
    background-color: #e9e9e9 !important;
}
.utilmate-list-link img{
    width: 2.2rem;
}
.utilmate-link-icon img{
    width: 2.5rem;
}
.utilmate-link-icon:hover {
    background-color: #e9e9e9 !important;
}
ul li {
    font-size: var(--paragraph-font-size);
}
ol li {
    font-size: var(--paragraph-font-size);
}














