.app-sheet-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.app-sheet {
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    .luckysheet_info_detail {
        .luckysheet_info_detail_back,.luckysheet-share-logo,.sheet-name,.luckysheet_info_detail_update,.luckysheet_info_detail_save {
            display: none;
        }
    }
}
.app-sheet__button {
    position: absolute;
    height: 56px;
    width: 100%;
    z-index: 9;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
    .ant-btn i {
        margin-right: 8px;
    }
}
.luckysheet-modal-controll-btn {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}
.app-sheet.is-disabled {
    .luckysheet {
        border: none;
    }
    .luckysheet-wa-calculate,.luckysheet-stat-area,.luckysheet-cell-selected-focus {
        display: none !important;
    }
    .luckysheet-scrollbars{
        overflow: auto;
    }
    .luckysheet-grid-container>.luckysheet-grid-window table .luckysheet-cell-main{        
        pointer-events: none !important;
    }

    #luckysheet-cell-selected-boxs {
        display: none !important;
    }
    .luckysheet-cell-main {
        background-color: @layout-body-background;
    }
}