/* If this file is changed, please change a version number on the file name e.g. main-202510831.css to refresh cloudflare cache immediately */

/* Fixes an issue that causes unneeded horizontal scrollbar in UICL Layout*/
div[class^="MainContentWrapper"] {
    margin-left: 320px;
}
html, body {
    padding: 0;
  }

  #root {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  * {
    font-family: 'Optum Sans' !important;  /* added !important since uicl from SaaS artifactory broke font at few places */
    font-style: normal;
  }