        /* inter-regular - latin */
        @font-face {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        src: url('/inter/inter-v3-latin-regular.eot'); /* IE9 Compat Modes */
        src: local(''),
            url('./inter/inter-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('./inter/inter-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
            url('./inter/inter-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
            url('./inter/inter-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
            url('./inter/inter-v3-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
        font-display: swap;
        }

        html, body {
            height: 100%;
            margin:0;
            overflow: hidden;
            background-color: rgb(33,33,33);
            font-size: 14px;
        }

        .notificationBar {
            width: 100%;
            position: absolute;
            top: 0;
            text-align: center;
            padding: 10px 10px;
            background-color: rgb(231, 240, 255);
            font-feature-settings: "ss01", "onum", "zero";
            font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", Helvetica, Arial, sans-serif;
            text-rendering: geometricprecision;
            color: rgb(33, 33, 33);
        }

        .notificationBarText {
          display:inline;
        }
        
        .notificationBar a:link,
        .notificationBar a:visited {
            text-decoration: none;
            border-bottom: 1px solid transparent;
            color: rgb(2, 101, 210) !important;
        }

        .notificationBar a:hover,
        .notificationBar a:active {
            text-decoration: none;
            border-bottom: 1px solid;
            cursor: pointer;
            color: rgb(2, 101, 210) !important;
        }

       .notificationBarContent {
          padding-right:150px;
       }

       .notificationBar div {
           display: inline-block;
       }

       .notificationBar select {
           outline: 0px;
           padding-right: 11px;
           border: none !important;
           background-color: rgb(231, 240, 255);
           -webkit-appearance: none;
           -moz-appearance: none;
           appearance: none;
           background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
           background-size: .6em;
           background-position: right;
           background-repeat: no-repeat;
           font-feature-settings: "ss01", "onum", "zero";
           font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", Helvetica, Arial, sans-serif;
           text-rendering: geometricprecision;
           color: rgb(33, 33, 33);
       }
 
       .notificationBarControls {
           position: absolute;
           cursor: pointer;
           right: 30px;
           width: 90px;
        }

       .btnClose {
         padding-left: 10px;
       }
