.app-detailaccount-rpt{
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: auto;
    .mk-table .ant-table-tbody td{
        // height: 37px !important;
    }
    .mk-input{
        width: 225px;
        margin-right: 6px;
        height: 30px;
        input{
            font-size: 10px;
            height: 30px;
        }

    }
    .mk-normal-search{
        .checkboxShow-label{
            font-size: 12px;
        }
        .app-detailaccount-rpt-daochu{
            text-align: center;
            box-sizing: border-box;
            border: none;
            cursor: pointer;
            color: #00B38A;
            font-size: 28px;
            line-height: 28px;
        }
        .app-detailaccount-rpt-daochuBut{
            &:hover{
                border: 1px solid #00B38A !important;
            }
        }
        .app-detailaccount-rpt-dayinBut{
            &:hover{
                border: 1px solid #45ACF7 !important;
            }
        }
        .app-detailaccount-rpt-dayin {
            text-align: center;
            box-sizing: border-box;
            border: none;
            cursor: pointer;
            color: #45ACF7;
            font-size: 28px;
            line-height: 30px;
        }
        .app-detailaccount-rpt-dayin-down{
            position: relative;
            top: -5px;
            color: #45ACF7;
        }
        .app-detailaccount-rpt-dayin-down1{
            color: #00B38A;
        }
        .app-sumaccount-rpt-normalSearch{
            display: inline-block;
            position: relative;
            margin-right: 8px;
            .edficon{
                font-size: 19px;
            }
            .app-sumaccount-rpt-normalSearch-leftBtn{
                display: inline-block;
                position: absolute;
                left: 1px;
                top: 1px;
                width: 25px;
                z-index: 10;
                height: 30px;
                line-height: 30px;
                text-align: center;
                cursor: pointer;
                color: #ACACAC;
                border: none;
            }
            .app-sumaccount-rpt-normalSearch-input{
                width: 180px;
                height: 30px;
                .ant-select-selection--single{
                    height: 30px;
                    line-height: 1.1
                }
                .ant-select-arrow{
                    display: none;
                }
                .ant-select-selection__rendered{
                    height: 30px;
                    line-height: 22px;
                    margin: 0 20px;
                    .ant-select-selection-selected-value{
                        font-size: 12px;
                        line-height: 30px;
                        padding-right: 0;
                    }
                }
            }
            .app-sumaccount-rpt-normalSearch-rightBtn{
                display: inline-block;
                position: absolute;
                right: 1px;
                top: 1px;
                z-index: 10;
                height: 30px;
                width: 25px;
                line-height: 30px;
                text-align: center;
                cursor: pointer;
                color: #ACACAC;
                border: none;
            }
        }
    }
    .mk-title-otherBtn{
        display: flex;
    }

    &-Body{
        flex: 1;
        background: #fff;
        border-right: 1px solid #d9d9d9;
        table tr td:last-child{
            border-right: none !important;
        }
        table tr td:first-child{
            // text-align: center;
        }
        .ant-table .ant-table-thead{
            tr{
                th:last-child{
                    border-right: none;
                }
            }
        }
        .ant-table-placeholder{
            border-right: none !important;
            border-left: none !important;
        }
        .ant-table-fixed-header table tr th:last-child{
            border-right: 1px solid #d9d9d9 !important;
        }
        .ant-table-fixed-header table tr td:last-child{
            border-right: 1px solid #d9d9d9 !important;
        }
        .table_center{
            text-align: center;
        }
        table tr td{
            a:hover{
                text-decoration: underline;
            }
            .total_data_weight{
                font-weight: bold;
            }
        }

        table tr td[rowspan]{
            background: #fff !important;
        }
        table tr:hover td[rowspan]{
            // background: rgba(30, 181, 173, 0.07) !important;
        }
        table tr.totalRow td{
            background: #fff6ea !important;
        }
    }

    &-footer{
        overflow: hidden;
        align-items: right;
        padding-top: 10px;
        height: 40px;
    }
}
.app-detailaccount-rpt-account-select-item{
    font-size: 12px;
}
