.modal .form-control,
.modal .form-select {
  border-color: #c2c2c5;
}

.modal .form-control:focus,
.modal .form-select:focus {
  border-color: #51d28c;
}

@media screen and (max-width: 767px) {
    #companyList_wrapper.dt-container div.dt-layout-row:not(.dt-layout-table) {
        display: flex;
    }

    #companyList_wrapper.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
        display: flex;
    }

    #companyList_wrapper.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell>* {
        margin: 0;
    }
}

