/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./frontend/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./frontend/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./frontend/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./web/app/themes/stxgroup/components/greenhouse-form-content/src/greenhouse-form-content.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.asterisk {
  display: contents;
}

.twz-ghform__body h2 {
  margin-bottom: 2rem;
}
.twz-ghform__body strong {
  font-weight: 400;
  font-size: 1.6rem;
}
.twz-ghform__body__header {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.twz-ghform__body__description {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
.twz-ghform__body h3 {
  width: 100%;
  padding-top: 10px;
  font-weight: bold;
  font-size: 0.725em;
}
.twz-ghform__body p {
  font-size: 0.675em;
  line-height: 1.7;
  font-weight: 300;
}
.twz-ghform__body ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 1em;
}
.twz-ghform__body ul li {
  font-size: 1.5rem;
  font-weight: 300;
}
.twz-ghform__body div:not(.twz-ghfield) {
  width: 100%;
  margin-bottom: 20px;
}
.twz-ghform__body div:not(.twz-ghfield) div {
  margin-bottom: 0;
}
.twz-ghform__body div:not(.twz-ghfield) div div {
  font-family: "Nunito Sans", sans-serif;
  line-height: 3.9rem;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1.8rem;
}

.twz-ghfile input, select {
  cursor: pointer;
}

.twz-ghfield {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
  --gutter-y: 1rem;
}
.twz-ghfield:has(.twz-customlabel) {
  margin-bottom: 1rem;
}
.twz-ghfield label, .twz-ghfield input, .twz-ghfield select {
  color: var(--black);
  font-size: 1.45rem;
  font-weight: 400;
}
.twz-ghfield label {
  float: left;
  width: 120px;
  text-align: left;
  margin-right: 10px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .twz-ghfield label {
    width: 140px;
  }
}
.twz-ghfield .twz-ghfile {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.25rem;
  text-align: center;
  margin-left: 17px;
  margin-right: 0px;
  padding: 1rem;
  border: 2px dashed #ccc;
  cursor: pointer;
}
.twz-ghfield .twz-ghfile:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.twz-ghfield .twz-customlabel {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.twz-ghfield .twz-customlabel__select {
  gap: 10px;
  margin-right: 0;
}
.twz-ghfield .twz-customlabel__select .twz-ghselect {
  margin-left: 2rem;
  border: unset;
  border-radius: 0;
  display: inline-block;
  font: inherit;
  padding: 0.5em 3.5em 0.5em 1em;
  flex: 1 1 auto;
  max-width: 50%;
  margin-left: auto;
  background-color: var(--grey-200);
}
@media (max-width: 767px) {
  .twz-ghfield .twz-customlabel__select .twz-ghselect {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.twz-ghfield .twz-customlabel label {
  font-size: 1.45rem;
}
.twz-ghfield .twz-customlabel__input {
  margin-right: 0;
}
.twz-ghfield input {
  float: right;
  flex: 1 1 auto;
  width: 427px;
}
.twz-ghfield .twz-ghfile input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: 0;
  border: 1px solid red;
}
.twz-ghfield fieldset {
  border: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .twz-ghfield fieldset {
    gap: 10px;
  }
}
.twz-ghfield fieldset :root {
  --blue: #0255f0;
  --lt-gray: #cccccc;
  --dk-gray: #767676;
}
.twz-ghfield fieldset summary {
  color: var(--black);
  box-sizing: border-box;
  font-family: Tahoma;
  font-size: 1.45rem;
  padding: 2.5px 0;
}
.twz-ghfield fieldset input[type=checkbox] {
  float: unset;
  position: unset;
  opacity: 1;
}
.twz-ghfield fieldset > label {
  display: inline-block;
  width: 100px;
  font-weight: bold;
  vertical-align: top;
  line-height: 28px;
}
@media (min-width: 768px) {
  .twz-ghfield fieldset > label {
    max-width: 50%;
    margin-bottom: auto;
  }
}
.twz-ghfield fieldset details {
  border: unset;
  border-radius: 0;
  font: inherit;
  flex: 1 1 auto;
  max-width: 50%;
  margin-left: auto;
  display: inline-block;
  width: 250px;
  background-color: white;
  cursor: pointer;
}
@media (max-width: 767px) {
  .twz-ghfield fieldset details {
    max-width: 100%;
  }
}
.twz-ghfield fieldset details[open] > summary::marker {
  color: var(--blue);
}
.twz-ghfield fieldset details select:focus,
.twz-ghfield fieldset details summary:focus,
.twz-ghfield fieldset details summary:active {
  box-shadow: 0 0 5px 1px var(--blue);
}
.twz-ghfield fieldset details ul {
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 2px;
  border: 1px solid var(--dk-gray);
  box-shadow: 0 0 5px 1px var(--lt-gray);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 10px;
}
.twz-ghfield fieldset details ul li {
  flex: 1 1 100%;
  margin: 0px;
  padding: 0px;
}
.twz-ghfield fieldset details ul li label {
  margin: 0;
  align-items: center;
}
.twz-ghfield fieldset details ul li label input {
  margin-right: 10px;
  margin-block: 0;
  flex: 0 0 2rem;
}
.twz-ghfield fieldset details ul li > label {
  cursor: pointer;
  display: flex;
  width: 100%;
}
.twz-ghfield fieldset details ul li > label:hover, .twz-ghfield fieldset details ul li > label:has(input:checked) {
  background-color: var(--dk-gray);
  color: var(--grey-700);
}
