.bg_white {
  background-color: white;
}
.bg_black {
  background-color: #040000;
}
.black_color {
  color: #040000;
}
.primary_color {
  color: #FE0000;
}
h3 {
  font-weight: 600;
}
.table-actions i {
  font-size: 18px;
}
.card-footer {
  margin-top: 0;
}
.select2-container .select2-search--inline .select2-search__field {
  font-family: "Open Sans", Arial, sans-serif;
  height: 20px;
}
.icon-preview {
  display: flex;
  align-items: center;
}
.icon-preview img {
  background-color: #D2D2D2;
  padding: 10px;
  border-radius: 4px;
  margin-right: 10px;
}
.icon-preview a i {
  font-size: 16px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/*# sourceMappingURL=2023.min.css.map */