.saas-page-table {
    background: #fff;
    height: calc(100% - 16px);
    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-sub {
    margin-top: 8px;
}
.saas-page-title-line {
    // display: none;
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #1ed080;
    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-table-footer {
    flex-shrink: 0;
}

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