/*
 * © 2022, EDI Health Group, Inc., 17701 Cowan, Suite 250, Irvine, California 92614
 */
@media print {
    .button-iframe-wrap{
        display: none !important;
    }
}

@media (max-width: 1024px){
    .button-iframe-wrap{
        display: none !important;
    }
}


.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #1960A8 !important;
    font-family: "Arial", sans-serif;
    font-size: 18px !important;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #1960A8 !important;
}

.embeddedServiceHelpButton .embeddedServiceIcon {
    margin-right: -5px !important;
}

