.saas-page-table {
    background: #fff;
    height: calc(100% - 16px);
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 16px;
    border-radius: 8px;
    // overflow-y: inherit;
}
.saas-page-table__header {
    // margin-bottom: 16px;
    flex-shrink: 0;
}

.saas-page-table__menu {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #0e1822;
    margin-bottom: 16px;
}

.saas-page-table__menu.hasClose {
    font-weight: 400;
}
.saas-page-table__back-title {
    margin-right: 16px;
}
.saas-page-table__title-line {
    height: 14px;
    width: 1px;
    background: #dbdee7;
    margin-right: 16px;
}
.saas-page-table--hasButton .saas-page-table__footer {
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0 -16px -16px;
    text-align: center;
    box-shadow: 8px 0 12px 0 rgba(161, 165, 178, 0.1);
    border-radius: 0;
    border-top: 1px solid #dbdee7;
}
.saas-page-table--hasButton .saas-page-content__box {
    overflow-y: auto;
}

.saas-page-table__sub {
    margin-top: 8px;
}
.saas-page-header__line {
    // display: none;
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #28b86a;
    margin-right: 8px;
    vertical-align: middle;
}

.saas-page-table__backbox {
    display: flex;
    align-items: center;
    top: 24px;
}
.saas-page-table__back {
    display: flex;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #dbdee7;
    width: 24px;
    height: 24px;
    justify-content: center;
    color: #a1a5b2;
    cursor: pointer;
    margin-right: 8px;

    &:hover {
        background: rgb(247, 249, 251);
    }
}
.saas-page-table__title {
    flex: 1;
}
.saas-page-table__form {
    // margin-bottom: 16px;
}

.saas-page-table__content {
    flex: 1;
    min-height: 300px;
}
.saas-page-content__box {
    height: 100%;
}
.saas-page-table__footer {
    flex-shrink: 0;
}

.saas-steptop-btn {
    display: flex;
    align-items: center;
}

// page button
.saas-page__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
