:root {
    --spirentSearchColorBackgroundButton: rgb(57, 48, 140);
    --spirentSearchColorBorderButton: rgb(57, 48, 140);
    --spirentSearchColorHeaderBackground: #2c54cd;
    --spirentSearchColorNotificationButton: yellow;
    --spirentSearchColorBackgroundButton: var(--lwc-colorBackgroundButtonBrand);
    --spirentSearchColorBorderButton: var(--lwc-buttonColorBorderBrandPrimary);
    --spirentSearchRadiusBorder: 25px;
}
.siteforceServiceBody .cHeaderOverlay{
    background: #2c54cd !important;
}
.cHeaderPanel{
    background-color: var(--spirentSearchColorHeaderBackground) !important;
}
.cHeaderLine .search-field-group .search-field-wrapper .input{
    border-radius: var(--spirentSearchRadiusBorder) !important;
}
.cHeaderLine .search-button{
    background-color: var(--spirentSearchColorBackgroundButton, var(--lwc-colorBackgroundButtonBrand)) !important;
    border-color: var(--spirentSearchColorBorderButton, var(--lwc-buttonColorBorderBrandPrimary)) !important;
    border-top-right-radius: var(--spirentSearchRadiusBorder) !important;
    border-bottom-right-radius: var(--spirentSearchRadiusBorder) !important;
    text-indent: -9999px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 -150 600 800' part='icon'%3E%3Cg%3E%3Cpath d='M496 453L362 320a189 189 0 10-340-92 190 190 0 00298 135l133 133a14 14 0 0021 0l21-21a17 17 0 001-22zM210 338a129 129 0 11130-130 129 129 0 01-130 130z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}
.cHeaderLine .result-container{
    border-radius: var(--spirentSearchRadiusBorder) !important;
}
.cHeaderLine .result-container .forceCommunityDeflection .lookup__menu{
    border-top-left-radius: var(--spirentSearchRadiusBorder) !important;
    border-top-right-radius: var(--spirentSearchRadiusBorder) !important;
}
.cHeaderLine .result-container .continue-post-wrapper{
    border-bottom-left-radius: var(--spirentSearchRadiusBorder) !important;
    border-bottom-right-radius: var(--spirentSearchRadiusBorder) !important;
}
.cNotifications .unsNotificationsCounter{
    text-align: center;
}
.cProfileCon{
    border-radius: var(--spirentSearchRadiusBorder) !important;
}
.cProfileCon .trigger-link{
    box-shadow: none !important;
}
.cHeaderLine .headerButtonBody .slds-icon-utility-notification{
    color: var(--spirentSearchColorNotificationButton) !important;
}
.cHeaderLine .cBrandingLogo{
    display: none !important;
}