body {
    padding-top: 70px; /* adjust if your navbar height changes */
  }
  .navigationForm {
float: right;
    padding-bottom: 20px;
    text-align: left;
    text-transform: capitalize;
    width: 300px;
  }

  .editorForm {
    display: block;
    clear: both;
  }

  select.form-select {
    text-transform: capitalize;
}

form {
    display: block;
    clear: both;
}

.select2-container--disabled .select2-selection {
  background-color: #eee !important;
  pointer-events: none;
  opacity: 0.6;
}

.alert {
  padding: 10px 15px;
  background-color: #d1e7dd;
  border: 1px solid #badbcc;
  border-radius: 4px;
  color: #0f5132;
  margin-bottom: 15px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.146a.5.5 0 0 1 .708 0L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

.btn-close:hover {
  opacity: 0.75;
}

.headerMessage {
  float: left;
  padding-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eee !important;
    border: 1px solid #eee !important;
}

.editSubmit {
  float: right;
}

#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-content {
  text-align: center;
  color: white;
}
.editHeadline {
  text-align: center;
}

.tabEditButton{
    float: right;
    position: relative;
    top: -74px;
    right: -35px;
}
.projectTabHedline {
  font-size: 20px;
}

span.badge.badge-secondary, span.badge.badge-warning {
  color: #333;
}

.text-decoration-none {
    text-decoration: none !important;
    color: #343434;
    font-size: 20px;
}