.boxContainer {
  width: min(1124px, calc(100% - 22px));
  min-height: calc(100vh - var(--menu-height));
  margin: 0 auto;
  padding: 0 0 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.leftContainer {
  width: 100%;
}

.titleCustom {
  margin: 0 0 17px;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: var(--letter-spacing);
}

.subtitleCustom {
  margin: 0 5px 20px;
  max-width: 432px;
  color: var(--base);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.formContainer {
  width: 100%;
  display: grid;
  gap: 6px;
}

.formInput {
  width: auto;
  height: 60px;
  padding: 0 11px;
  border: 1px solid #E6E6E6;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
  line-height: 14px;
  box-sizing: border-box;
}

.formInput:focus {
  border-color: var(--base);
  outline: none;
}

.formInput::placeholder {
  color: var(--base);
  opacity: 0.55;
}

.dateInputContainer {
  position: relative;
  display: block;
  width: 100%;
  cursor: text;
}

.dateInputContainer .formInput {
  padding-top: 16px;
}

textarea.formInput.contact_message {
  height: 189px;
  padding-top: 11px;
  resize: none;
}

.uploadFileContainer {
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
  background: #F6F5F3;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  cursor: pointer;
  color: #18355D;
}

.uploadFileContainer,
.uploadFileContainer * {
  cursor: pointer !important;
}

.uploadLabel,
.uploadText,
.file-input-name,
.file-input-close {
  font-size: 12px;
  line-height: 14px;
  color: #18355D;
}

.uploadLabel {
  width: 100%;
  padding: 0 19px;
  font-weight: 600;
  box-sizing: border-box;
  cursor: pointer;
}

.file-input-wrapper {
  position: absolute;
  inset: 0;
  min-height: 60px;
  opacity: 0;
  cursor: pointer;
  color: #18355D;
}

.uploadText {
  display: none;
}

.FMFileUploadFrame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 0;
  pointer-events: none;
}

.right {
max-width: 549px;
  width: 500px;

}

.file-input-name {
  position: absolute;
  right: 42px;
  max-width: 190px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #808080;
  pointer-events: none;
}

.file-input-close {
  position: absolute;
  right: 14px;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--base);
  cursor: pointer;
}

.sendContact {
  width: 100%;
  height: 52px;
  margin-top: 4px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(
  --secondary-2);
  border: 1px solid var(
  --secondary-2);
  color: var(
  --button-font-color);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  box-sizing: border-box;
  letter-spacing: 0.5px;
}

.sendContact:hover {
  background: var(--base-aux);
  color: var(--secondary-2);
}

@media screen and (max-width: 1100px) {
  .boxContainer {
    width: auto;
    margin: 0 6px;
    /* padding: 34px 0 64px; */
    align-items: flex-start;
  }

  .boxContainer .left,
  .boxContainer .right {
    width: 100%;
  }

  .titleCustom {
    text-align: left;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 24px;
  }

  .subtitleCustom {
    text-align: center;
  }
}

@media screen and (max-width: 520px) {
  .uploadLabel {
    padding: 0 13px;
  }
}
