@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

body {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
}

.table td, .table th {
  vertical-align: middle !important;
}

.select2-container .select2-selection--single {
  height: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #6c757d !important; 
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 10px !important; 
}

.thumbnail {
  max-width: 100px;
  margin-top: 10px;
  padding: 5px;
  border: solid 1px #DDD;
}