@import "./mixin";
.ws-main-bottom-nav {
  @include flex;
  justify-content: center;
  padding: 10px 20px;
  box-shadow: 0 -1px 6px 0 rgba(4, 48, 71, 0.06), inset 0 1px 0 0 #d7dee7;
  background-color: var(--v-dataTableExpandRow-base);
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  width: calc(100% - 180px);
  .ws-main-bottom-nav__content {
    @include flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 950px;
    .ws-btn{
      @include auto_margin_left(10px);
    }
  }
}
