

:root {  
--pt-banner-background-color: #1374BA;   
--pt-border-contrast-color: #2C526E;   
--pt-strip-height: 0px;
}


:root:not(.psc_mode-hc) .ps_header_bar-container:before {
  background: linear-gradient(to right, #7ABAF2 0%, #00448D 100%);
}


.ps_header-banner, .ps_header_bar {
  background: #1374BA;
}

#PT_WORK_PT_BUTTON_BACK .ps_box-button.ps_button_backnav .ps-button, .ps_box-button.ps_button_backnav .ps-button:link {
  border-color: #FFF;
}



#PT_HEADER .psc_confirmation-animate {
  margin-right: .5em;
  left: auto;
  width: 350px;
  margin-top: .5em;
}

#PT_HEADER .psc_confirmation-area {
  border-radius: 5px;
}


.ps_box-headerbranding {
    background: #1374BA;
    border-bottom: 0px;
}

#PT_LANDINGPAGE .ps_content {
background-color: #1082b6 !Important
}
#PT_FLDASHBOARD .ps_content {
background-color: #1082b6 !Important
}

.ps_header-banner,
.ps_header_bar {  background-image:-webkit-linear-gradient(#1082b6,#1082b6); background-image:-moz-linear-gradient(#1082b6,#1082b6); background-image:-ms-linear-gradient(#1082b6,#1082b6); background-image:linear-gradient(#1082b6,#1082b6);}




.custom-fluid-header {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    width: 100%; 
    height: 55px; 
    background-color: #1374BA0; 
    color: #ffffff; 
    padding: 0 20px; 
    box-sizing: border-box; 
}

.header-left {
    flex: 0 0 auto; 
    margin-right: auto; 
}

.header-center {
    flex: 1; 
    text-align: center; 
    font-size: 1.5em; 
    font-weight: bold;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.header-right {
    flex: 0 0 auto; 
    margin-left: auto; 
    font-size: 1em;
    font-weight: bold;
}

.header-logo {
    max-height: 50px; 
    width: auto;
    display: block; 
}




@media (max-width: 768px) {
    .custom-fluid-header {
        height: 50px; 
        padding: 0 15px;
    }

    .header-logo {
        max-height: 40px;
    }

    .header-center {
        font-size: 1.3em; 
    }

    .header-right {
        font-size: 0.8em;
    }
}


@media (max-width: 580px) {
    .custom-fluid-header {
        height: 40px; 
        padding: 0 10px;
    }

    .header-logo {
        max-height: 30px; 
    }

    .header-center {
        font-size: 1.1em; 
        
        
    }

    .header-right {
        font-size: 0.7em;
        
        
    }

    
    
}

