.contact-form-portlet {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 60px;
}
.contact-form-portlet .success-message {
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 65px;
  height: 100vh;
  width: 100vw;
}
.contact-form-portlet .success-message > div:not(:last-child) {
  margin-bottom: 48px;
}
.contact-form-portlet .success-message .hidden {
  display: none;
}
@media (max-width: 768px) {
  .contact-form-portlet .success-message div.margin-top-10 {
    margin-right: auto;
  }
}
.contact-form-portlet .error-popup .hidden {
  display: none;
}
.contact-form-portlet .error-popup .dialog-content .dialog-button {
  padding: 10px;
}
.contact-form-portlet .contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  word-break: break-word;
  max-width: 1200px;
}
.contact-form-portlet .contact-form-header {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
}
.contact-form-portlet .contact-form-header-top {
  margin-bottom: 20px;
}
.contact-form-portlet .contact-form textarea input select {
  border-radius: 2px;
  color: #555;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
  min-width: 100%;
}
.contact-form-portlet .contact-form textarea input select:focus {
  border: 1px solid black;
  outline: 0;
}
.contact-form-portlet .contact-form em {
  color: #f50537;
}
.contact-form-portlet .contact-form .hidden {
  display: none !important;
}
.contact-form-portlet .contact-form .input-form {
  width: 600px;
  height: 40px;
}
.contact-form-portlet .contact-form .text-area {
  text-align: left;
}
.contact-form-portlet .contact-form .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  word-break: break-all;
}
.contact-form-portlet .contact-form .drop-area-label {
  height: 125px;
  width: 100%;
  background-size: 60px;
  background-repeat: no-repeat !important;
  background-position: center;
  background-image: url("/o/MNA_125_400_Theme/images/icons/system-upload-small.svg");
  background-color: #e6e6e6 !important;
  border: solid 1px #000000;
  cursor: pointer;
}
.contact-form-portlet .contact-form .drop-area-label .ondrag {
  background-color: #f8e8e8 !important;
}
.contact-form-portlet .contact-form .drop-area-label:focus-visible {
  outline: 2px solid black;
}
.contact-form-portlet .contact-form .drop-area-label-text {
  color: rgba(0, 0, 0, 0.6);
}
.contact-form-portlet .contact-form .drop-area {
  display: none;
}
.contact-form-portlet .contact-form .success-page {
  padding-left: 600px;
}
.contact-form-portlet .contact-form .technical-data {
  margin-top: 50px;
  margin-bottom: 20px;
}
.contact-form-portlet .contact-form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.contact-form-portlet .contact-form #form {
  width: 100%;
  margin-left: 12px;
}
.contact-form-portlet .contact-form .drop-area-files {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.contact-form-portlet .contact-form .drop-area-hint {
  color: #666666;
}
.contact-form-portlet .contact-form .dropped-file {
  justify-content: space-between;
  flex-direction: row;
  display: flex;
  margin-bottom: 10px;
  white-space: nowrap;
}
.contact-form-portlet .contact-form .dropped-file .file-name {
  flex-basis: 450px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 800px;
}
.contact-form-portlet .contact-form .dropped-file .file-size {
  flex-basis: 400px;
}
.contact-form-portlet .contact-form .dropped-file .remove-btn {
  cursor: pointer;
  background-image: url("/o/MNA_125_400_Theme/images/icons/cancel-small.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
  width: 32px;
  height: 32px;
  border: none;
}
.contact-form-portlet .contact-form .dropped-file .remove-btn:focus {
  outline: 2px solid black;
}
.contact-form-portlet .contact-form .dropped-file:focus {
  outline: 2px solid black;
}
.contact-form-portlet .contact-form .button-no-styling {
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
}
.contact-form-portlet .contact-form .button-no-styling:focus-visible {
  outline: 2px solid black !important;
  outline-offset: 4px;
}