.btn.btn-outline:not(.btn-outline-dashed) {
  border: 1px solid var(--bs-gray-300)!important;
}

.btn.btn-outline-dashed {
  border: 1px dashed var(--bs-gray-300)!important;
}

.btn.btn-trim-center {
  justify-content: center;
}


.dz-error-message, .dz-succes-mark, .dz-error-mark {
  visibility: hidden;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.align-mid {
  align-items: end;
}

.gap-2 {
  column-gap: 2px;
}

.gap-5 {
  column-gap: 5px;
}

.gap-10 {
  column-gap: 10px;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
  color: var(--bs-gray-700)!important;
}


.general-icon {
  font-size: 3em!important;
}

.object-avatar {
  object-fit: cover;
}
/*
.btn.btn-primary {
    color: #fff;
    border-color: #8a4731!important;
    background-color: #cc733d!important;
}
*/