.ttk-taxapply-app-declare-cancel {
    width: 100%;
    height: 100%;
    background: transparent !important;
    overflow-y: hidden;
    h1, h2, h3, h4, h5, h6 {
        color: #666666;
        font-weight: 400;
    }

    .title {
        font-size: 14px;
        padding-left: 10px;
    }

    &-header{
        margin: 10px;
        &-top{
            margin-bottom: 10px;
            text-align: left;

            &-label{
              font-size: 14px;
              display: block;
              margin-bottom: 5px;
            }
        }
        &-bottom{
            margin-bottom: 10px;
        }
    }

    &-content{
        border: none;
        .ant-table{
            margin: 5px 10px;
            border-left: solid 1px #e7e6e6;
            border-bottom: solid 1px #e7e6e6;

            .ant-table-body{
                height: 218px !important;
                border-right: solid 1px #e7e6e6;
                // .ant-table-placeholder{
                //     border-right: solid 1px #e7e6e6;
                // }
            }
            // .ant-table-placeholder{
            //     border: none;
            // }
        }
    }
    &-content-init{
        border: none;
        .ant-table{
            margin: 5px 10px;
            //border-left: solid 1px #e7e6e6;
            border-bottom: solid 1px #e7e6e6;

            .ant-table-body{
                height: 38px !important;
                //border-right: solid 1px #e7e6e6;
                .ant-table-placeholder{
                    border-right: solid 1px #e7e6e6;
                    .mk-nodata{
                        height: 130px;
                    }
                }
            }
            // .ant-table-placeholder{
            //     border: none;
            // }
        }
    }
}
