.feedback-page-root {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)),
    #171717;
  background-blend-mode: normal, normal;
  min-height: 100vh;
  overflow-x: clip;
  border-bottom: 1px solid transparent;
}

.feedback-page {
  display: flex;
  flex-direction: column;
  max-width: 505px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  text-align: center;
}

.feedback-page h1 {
  font-size: 48px;
}

.feedback-page-navbar {
  height: 167px;
  display: flex;
  align-items: center;
}

.feedback-page-navbar .left-padding {
  flex: 0 1 60px;
}

.feedback-page-navbar .left-container {
  flex: 1 0 105px;
}

.feedback-page-navbar .center-container {
  max-width: 1030px;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feedback-page-navbar .right-container {
  flex: 1 0 105px;
  display: flex;
  justify-content: flex-end;
}

.feedback-page-navbar .right-padding {
  flex: 0 1 60px;
}

.feedback-page .header {
  font-size: 48px;
  line-height: 72px;
}

.description {
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 30px;
}

.feedback-page-navbar .close-button {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  opacity: 0.5;
  color: white;
  text-decoration: none;
}

.feedback-page-navbar .close-button img {
  margin-left: 10px;
}

.feedback-page .main-contents {
  margin-top: 40px;
  margin-bottom: 20px;
}

.feedback-page .form-control {
  width: 100%;
  margin-bottom: 16px;
}

.feedback-page .form-control input,
.form-control textarea {
  font-size: 14px;
}

.feedback-page
  .form-control
  > div:first-child
  > div:first-child
  > div:nth-child(2) {
  opacity: 0.5;
  font-size: 14px;
}

.feedback-page
  .message-control
  > div:first-child
  > div:first-child
  > div:nth-child(3) {
  margin-top: 6px;
}

/* .feedback-page textarea:focus {
  outline: none !important;
  border: none;
  box-shadow: none;
} */

.feedback-page .form-control {
  text-align: left;
}

.feedback-page .form-control.error {
  margin-bottom: 7px;
}

.feedback-form .button {
  height: 80px;
  font-size: 20px;
  line-height: 30px;
  width: 100%;
}

.form-control__hasError_1xotc,
.form-control__hasError_12iho {
  border: 1px solid #d24128;
  border-bottom-width: 1px;
}

.form-control__hasError_1xotc:before,
.form-control__hasError_12iho:before {
  border-bottom: none;
}

.form-control__error_12iho {
  color: #d24128;
  padding-left: 20px;
}

.feedback-page .result {
  background: rgba(15, 210, 90, 0.1);
  border: 1px solid #05913c;
  color: #0fd25a;
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.feedback-page .result.error {
  background: rgba(240, 100, 75, 0.1);
  border: 1px solid #d24128;
  color: #f0644b;
}

.feedback-page .result-before-button {
  display: none;
}

.result-icon {
  margin: 24px;
  margin-right: 16px;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1240px) {
  .feedback-page-root {
    display: flex;
    flex-direction: column;
  }
  .feedback-page {
    flex-grow: 1;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .main-contents {
    flex-grow: 1;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
  }
  .feedback-form {
    flex-grow: 1;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .feedback-page-navbar {
    height: 52px;
  }

  .feedback-page-navbar .left-padding,
  .feedback-page-navbar .right-padding {
    flex: 0 1 24px;
  }

  .feedback-page-navbar .left-container {
    display: none;
  }

  .feedback-page-navbar .left-container {
    padding: 0 24px;
  }

  .feedback-page-navbar .center-container {
    flex: 1 1 auto;
  }

  .feedback-page-navbar .right-container {
    flex: 0 0 auto;
  }

  .feedback-page .main-contents {
    flex-direction: column;
    height: auto;
    text-align: left;
  }

  .feedback-page .header {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
  }

  .description {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 16px;
  }

  .feedback-page .result {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .feedback-page .result-before-button {
    display: flex;
  }

  .feedback-page .result-after-button {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .feedback-page h1 {
    font-size: 24px;
  }

  .feedback-page {
    font-size: 16px;
  }

  .feedback-page .subtitle {
    font-size: 12px;
  }

  .feedback-page-navbar .close-button {
    font-size: 0px;
    padding: 0;
    margin-right: -8px;
  }

  .feedback-page-navbar .center-container .logo {
    width: 85px;
  }

  .feedback-page .main-contents {
    margin-bottom: 0;
  }

  .feedback-page .form-control {
    margin-bottom: 8px;
  }

  .feedback-form .button {
    height: 56px;
    font-size: 16px;
  }
}
