html {
  background-color: #fff !important;
}

.o-feedback {
  overflow: hidden;
}
.o-feedback .container {
  max-width: 405px;
}
html .o-feedback input,
html .o-feedback select,
html .o-feedback textarea {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #000 !important;
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  height: auto;
  padding: 16px;
  margin: 0;
}
html .o-feedback input::placeholder,
html .o-feedback select::placeholder,
html .o-feedback textarea::placeholder {
  color: #CBCBCB;
}
.o-feedback textarea {
  background-color: #F8F8F8;
  height: 240px !important;
}
.o-feedback label {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1000000015px;
  text-align: left;
  margin-bottom: 8px;
}
.o-feedback .form-group {
  margin-bottom: 16px;
}
.o-feedback__btn {
  padding: 8px;
  border-radius: 4px;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  background-color: #007BFF;
  color: #fff;
  width: 100%;
  margin: 0;
  text-transform: none;
}
.o-feedback__step-1 {
  margin: 80px 0;
}
.o-feedback__step-1 .logo img {
  max-width: 232px;
  height: auto;
  object-fit: contain;
  margin: auto;
}
.o-feedback__step-1 h1 {
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  color: #0052C3;
  margin: 24px 0;
}
.o-feedback__step-1 .o-feedback__btn {
  margin-top: 48px;
}
.o-feedback__step-2, .o-feedback__step-3 {
  margin-left: -15px;
  margin-right: -15px;
}
.o-feedback__step-3 p {
  font-family: Manrope;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.200000003px;
  text-align: left;
  color: #757575;
  margin-bottom: 24px;
}
.o-feedback__step .header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
  padding: 16px;
  margin-bottom: 24px;
}
.o-feedback__step .header h2 {
  margin: 0;
  transform: translateX(-12px);
  font-family: Manrope;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
.o-feedback__step .header .o-feedback__icon {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.o-feedback__step .group-content {
  padding: 0 15px;
}
.o-feedback__step-4 {
  padding: 80px 0;
  text-align: center;
}
.o-feedback__step-4 .title {
  font-family: Manrope;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 32px;
  margin-bottom: 24px;
}
.o-feedback__step-4 .message {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.200000003px;
  text-align: center;
  color: #333333;
}
.o-feedback__step-4 .o-feedback__btn {
  display: block;
  width: 100%;
  margin-top: 32px;
}
.o-feedback__step[data-active=false] {
  display: none;
}
.o-feedback__icon {
  line-height: 0;
}
.o-feedback__list-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 15px;
}
.o-feedback__item {
  padding: 15px 16px;
  border-radius: 8px;
  border: 1px solid #CBCBCB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.o-feedback__item .box-icon {
  display: flex;
  align-items: center;
}
.o-feedback__item .box-icon span {
  display: inline-block;
  margin-left: 8px;
}
.o-feedback .file-upload {
  border: 1px dashed #ccc;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.o-feedback .file-upload input[type=file] {
  display: none;
}
.o-feedback .file-upload label {
  cursor: pointer;
  margin-bottom: 0;
  padding: 16px;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #007BFF;
}
.o-feedback .file-upload p {
  font-size: 12px;
  color: #666;
  margin: 5px 0 0;
}
.o-feedback .is-error {
  border: 1px solid #e33;
}

.page-template-templatesfeedback-php #arcontactus {
  display: none;
}

/*# sourceMappingURL=feedback.css.map */
