[draggable] { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; } .example-list { width: 500px; max-width: 100%; border: solid 1px #ccc; min-height: 60px; display: block; background: white; border-radius: 4px; overflow: hidden; } .example-box { padding: 20px 10px; border-bottom: solid 1px #006496; color: rgba(0, 0, 0, 0.87); display: flex; flex-direction: row; align-items: center; justify-content: space-between; box-sizing: border-box; cursor: move; background: #ffffff00; font-size: 14px; border-radius: 15px; } tableWrapper{ height: 10px; overflow-y: scroll; } table{ width: 50%; } tr { width: 50%; } th{ width: 50%; } td{ width: 50%; } input { width: 800px; height: 35px; border-radius: 10px; } .field-group { position: relative; display: inline-flex; } label + .field-group, label + .input-append, label + .row, label + .row-nowrap, label + .form-row { margin-top: 5px; } .data-table{ height: 400px; overflow: scroll; } ::ng-deep .mat-checkbox-inner-container { display: inline-block; height: 25px; line-height: 0; margin: auto; margin-right: 8px; order: 0; position: relative; vertical-align: middle; white-space: nowrap; width: 25px; flex-shrink: 0; } .button-holder{ padding-right: 10px; margin-top: 50px; } .checkbox-holder{ padding-top: 10px; }