.design-batch-edit-variable-modal{
    .variable-transverse{
        width: 100%;
        margin: 1rem auto;
        .variable-input{
            input{
                width: 100%;
                height: 30px;
            }
            input:disabled {
                background-color: #f9f9f9;
            }
            select {
                height: 30px;
            }
    
            button[disabled] {
                border: 1px solid #C4C6CF;
                background-color: #F2F3F7;
                height: 30px;
            }
    
            .access-btn.rw-selected {
                background-color: #EBECF0;
            }
    
            .access-btn {
                white-space: nowrap;
                width: 91px;
                font-size: 12px;
                height: 30px;
                border: 1px solid #C4C6CF;
                background-color: white;
                cursor: pointer;
            }
    
            .access-btn:not(:first-child) {
                margin-left: -1px;
            }
        }
        .variable-enable-variable-storage{
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }
        .ui-inputgroup-addon{
            height: 30px;
            margin-left: 10px;
            padding-top: 0px !important;
        }
        .storage-time-types{
            ::ng-deep.ng-star-inserted{
                color:#999;
            }
        }
    }
    
}
