.section_text {
  display: flex;
  justify-content: center;
}

.exhibition-success, #exhibition-not-logged {
  margin-top:20px
  display: none;
}
#labels-container {
  margin-top: 20px;
}
#labels-container p{
  margin-bottom: 0px;
  margin-top: 0px;
}
#exhibition_label {
  display: none;
}
.logoutBtn {
  margin-top: 220px;
}
#exhibition-note {
  width: 100%;
  max-width: 540px;
  padding: 12px;
  border: 1px solid #999;
  resize: vertical;
}
#note-success-message {
  display:none;
  margin-top: 12px;
}
#note-error-message {
  display:none;
  margin-top: 12px;
  color: red;
  font-weight: bold;
}
.mt-12 {
  margin-top: 12px;
}

.note-send-btn {
  background-color: #0f5a6a;
  color: #ffffff;
  border: none;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 2px;
  transition: background-color 0.2s ease;
}

.note-send-btn:hover {
  background-color: #0c4a58;
}

.note-send-btn:disabled {
  background-color: #7fa5ad;
  cursor: not-allowed;
}
