// Actual booking journey styles.
@import "../src/admin-dashboard/main";

// Client theme for customization.
@import "./stylesheets/client_theme";

.skin-no-menu {
  header{
    display:none;
  }
  aside{display:none;}
  .content-wrapper, .right-side {
    margin-left: 0px;
  }
}

.skin-no-header header{
  display:none;
}