
@font-face{
    font-family: 'museo300';
    src: url('../fonts/museo300-regular-webfont.woff2') format('woff2'),
         url('../fonts/museo300-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face{
    font-family: 'museo700';
    src: url('../fonts/museo700-regular-webfont.woff2') format('woff2'),
         url('../fonts/museo700-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* line 750, E:/Projects/beam smart/dev/beamlive-frontend/src/assets/scss/styles.scss */
body.map-fullscreen.directions-view .direction-setup {
    width: 30%;
    float: left;
    height: calc(100vh - 150px);
    overflow-y: auto;
  }

  .hight100
  {
      max-height: 100% !important;
  }

