.name {
  overflow: hidden;
  word-wrap: break-word;
}
.badge-alignment {
  margin-top: 0.25em;
}
.stretched-invisible-label {
  display: block;
}
.stretched-invisible-label > * {
  position: relative;
  z-index: 1;
}
.stretched-invisible-label::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.upload-button {
  margin-top: 200px !important;
  width: 30% !important;
  height: 60px !important;
}

.modal-dialog {
  max-width: 500px;
}

.tab-content {
  min-height: 580px; 
}
