/**
* Quill Richtext styling
**/
.richtext {
  height: 250px; 
  margin-bottom: 5px;
}

/**
* Modify select2 height
**/
.select2-selection__rendered {
  line-height: 31px !important;
}
.select2-container .select2-selection--single {
  min-height: 35px !important;
}
.select2-selection__arrow {
  min-height: 34px !important;
}

/**
 * Modify Table padding and border
 * */
.table-cstm th {
  padding: 5px 8px;
}
.table-cstm td {
  padding-left: 8px;
  padding-right: 8px;
  border: none;
}
