nada-config {
    float: left;
    width: 100%;
    height: 100%;
    .container {
        padding: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        .main {
            float: left;
            border: 1px solid #bdbdbd;
            padding: 5px;
            margin-bottom: 3px;
            width: calc(100% - 12px);
            height: calc(100% - 53px);
            background: #e6e6e6;
            overflow: auto;
        }
        .button-panel {
            float: left;
            width: 100%;
            border-top: 1px solid #bdbdbd;
            padding: 5px 0;
            text-align: right;
            height: 32px;
        }
        .block {
            float: left;
            width: calc(100% - 10px);
            margin: 5px 0;
            background: #fff;
            padding: 0 5px;
        }
        span.title {
            margin-bottom: 4px;
            margin-top: 4px;
            float: left;
            width: 100%;
        }
        .child {
            float: left;
            width: calc(100% - 20px);
            height: 120px;
            padding-left: 20px;
        }
        .child.datafile {
            height: auto!important;
            mat-checkbox {
                float: left;
                width: 100%;
                margin-left: 6px;
            }
        }
    }
}

nada-settings {
    float: left;
    width: 100%;
    height: 100%;
    .container {
        padding: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        float: left;
    }
    .button-menu {
        float: left;
        width: 17px;
        height: 100%;
        background: #fff;
        padding: 0 5px;
    }
    input.ag-grid-input {
        border: 1px solid #e6e6e6;
        width: calc(100% - 2px);
        height: calc(100% - 4px);
    }
}