/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/wt-components/customer-service-form.scss ***!
  \************************************************************************************************************************************************************************************************************/
.typeahead-results::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.typeahead-results::-webkit-scrollbar-track {
  padding: 2px;
  background: transparent;
}
.typeahead-results::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.25);
}

.typeahead-results {
  position: absolute;
  width: 100%;
  max-height: 200px;
  z-index: 100;
  background-color: rgb(var(--white));
  border: 1px solid rgba(var(--grey-light), 0.7);
  border-radius: 0 0 3px 3px;
  box-sizing: border-box;
  box-shadow: none;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.typeahead-results .typeahead-result-item {
  cursor: pointer;
  padding: 1rem 0.8rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.typeahead-results .typeahead-result-item:hover {
  background-color: rgb(var(--primary-color));
  color: rgb(var(--white));
}

.input,
.textarea {
  margin-bottom: 0.8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  font-size: 1.4rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  appearance: none;
  background-color: rgb(var(--white));
  border-radius: 2px;
  border: 1px solid rgba(var(--grey-light), 0.7);
  color: rgb(var(--black));
  font-family: "proxima-nova", sans-serif;
  margin: 0;
  width: 100%;
  height: 48px;
  display: block;
  outline: none;
  line-height: normal;
}
.input:focus,
.textarea:focus {
  color: rgb(var(--black));
  border-color: rgb(var(--primary-color));
  box-shadow: 0 0 2px rgb(var(--primary-color-selection));
  transition: all 0.15s ease-out;
}
.input:focus + label,
.textarea:focus + label {
  color: rgb(var(--primary-color));
  transition: all 0.15s ease-out;
}
.input--lg,
.textarea--lg {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-size: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.input[readonly], .input[readonly]:focus, .input[disabled], .input[disabled]:focus,
.textarea[readonly],
.textarea[readonly]:focus,
.textarea[disabled],
.textarea[disabled]:focus {
  background: rgb(var(--background-color-grey));
  -webkit-text-fill-color: rgb(var(--black));
  -webkit-opacity: 1;
  color: rgb(var(--black), 0.5);
}

.label {
  color: rgb(var(--black));
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-top: 0rem;
  margin-bottom: 0.8rem;
}
.label--input {
  position: absolute;
  top: -1.28rem;
  left: 1.6rem;
  width: auto;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  background-color: rgb(var(--white));
  z-index: 5;
}
.label--input:before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgb(var(--white));
  z-index: -1;
}
.label--disabled {
  background-color: transparent;
  background: linear-gradient(180deg, rgb(255, 255, 255) 20%, rgb(247, 247, 247) 100%);
}
.label--required {
  color: rgb(var(--primary-color));
}

fieldset {
  border: 0;
  margin-bottom: 0rem;
}

.custom-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.custom-checkbox__label {
  margin-left: 0;
  position: relative;
  display: inline-block;
  font-weight: 400;
}
.custom-checkbox__label svg {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 1.36rem;
  height: 1.36rem;
  background-color: rgb(var(--white));
  border: 1px solid rgb(var(--grey-light));
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  fill: rgba(var(--white), 0);
  margin-right: 0.4rem;
  border-radius: 2px;
  overflow: hidden;
}
.custom-checkbox:checked + .custom-checkbox__label svg {
  background-color: rgb(var(--primary-color));
  border-color: rgb(var(--primary-color));
  fill: rgb(var(--white));
}
.custom-checkbox:checked + input + .custom-checkbox__label svg {
  background-color: rgb(var(--primary-color));
  border-color: rgb(var(--primary-color));
  fill: rgb(var(--white));
}
.custom-checkbox:disabled + .custom-checkbox__label svg, .custom-checkbox:disabled:focus + .custom-checkbox__label svg, .custom-checkbox:disabled:checked + .custom-checkbox__label svg {
  opacity: 0.65;
}

.field-group {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
}
.field-group__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center;
  gap: 3.2rem;
}

.alert--error {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #ff4136;
}
.alert--error--attachments {
  text-align: left;
}

.validation-summary-errors {
  margin-bottom: 2.6rem;
  border: 1px solid #ff4136;
  background-color: rgba(255, 65, 54, 0.2);
  padding: 0.5rem;
}
.validation-summary-errors ul {
  font-size: 1.4rem;
  line-height: 2.4rem;
  list-style: disc;
  margin: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

.input--primary,
.textarea--primary {
  width: 100%;
}

.button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.button svg {
  margin-right: 0.32rem;
}

fieldset {
  max-width: none;
  width: 100%;
}

.customer-service-form {
  max-width: 100rem;
  margin: 2.4rem auto;
  padding: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .customer-service-form {
    padding: 0;
  }
}
.customer-service-form .hidden {
  display: none !important;
}
.customer-service-form .title--accent {
  color: rgb(var(--accent-orange));
}
.customer-service-form .title--margin {
  margin: 5rem 0 3.5rem 0;
}
.customer-service-form .hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.customer-service-form__section {
  margin-top: 1rem;
}
@media only screen and (min-width: 1630px) {
  .customer-service-form__section {
    margin-top: 1.75rem;
  }
}
.customer-service-form__section .section-group__header {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-service-form__section .section-group + .section-group {
  margin-top: 1rem;
}
@media only screen and (min-width: 1630px) {
  .customer-service-form__section .section-group + .section-group {
    margin-top: 1.75rem;
  }
}
.customer-service-form .ticket-group {
  border-bottom: 1px solid rgba(var(--grey-light), 0.3);
}
.customer-service-form .ticket-group__header {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-service-form .ticket-group + .ticket-group {
  margin-top: 1rem;
}
@media only screen and (min-width: 1630px) {
  .customer-service-form .ticket-group + .ticket-group {
    margin-top: 1.75rem;
  }
}
.customer-service-form .field-group {
  position: relative;
  margin: 1.5rem 0;
}
@media only screen and (min-width: 1630px) {
  .customer-service-form .field-group {
    margin: 1.75rem 0;
  }
}
.customer-service-form .field-group__row {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .customer-service-form .field-group__row {
    flex-direction: row;
    gap: 1.5rem;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 576px) {
  .customer-service-form .field-group__row--equal-thirds > .field-group {
    flex: 0 0 calc((100% - 3rem) / 3);
    max-width: calc((100% - 3rem) / 3);
    min-width: 0;
  }
}
@media only screen and (min-width: 576px) {
  .customer-service-form .field-group-2 {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media only screen and (min-width: 576px) {
  .customer-service-form .field-group-3 {
    flex: 280px 1 0;
    min-width: 0;
  }
}
.customer-service-form .field-group .required-label::before,
.customer-service-form .field-group .input[required] + label::before,
.customer-service-form .field-group .checkbox[required] + label::before,
.customer-service-form .field-group .required-label::before {
  content: "*";
  color: rgb(var(--alert));
  position: initial;
}
@media only screen and (min-width: 768px) {
  .customer-service-form .field-group .label .c-icon--info {
    position: relative;
  }
}
.customer-service-form .field-group .label .c-icon--info .info-box {
  display: none;
  position: absolute;
  bottom: 2.25rem;
  left: 0;
  max-width: 180px;
  width: max-content;
  overflow: hidden;
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid #8e8e8e;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.5rem;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .customer-service-form .field-group .label .c-icon--info .info-box {
    left: -4.5rem;
    right: -85px;
  }
}
.customer-service-form .field-group .label .c-icon--info::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../../images/icon-info.svg);
  background-size: cover;
}
.customer-service-form .field-group .label .c-icon--info:hover .info-box {
  display: block;
}
.customer-service-form .field-group .alert--error {
  position: absolute;
  bottom: -20px;
  right: 0;
  white-space: nowrap;
}
.customer-service-form .field-group .alert--error--left {
  left: 0;
  right: initial;
}
.customer-service-form .field-group--align-right {
  display: flex;
  justify-content: flex-end;
}
.customer-service-form .ticket-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.customer-service-form .ticket-actions .js-remove-ticket {
  margin-left: auto;
}
@media (max-width: 600px) {
  .customer-service-form .ticket-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .customer-service-form .ticket-actions .button {
    width: 100%;
  }
  .customer-service-form .ticket-actions .js-remove-ticket {
    margin-left: 0;
  }
}
.customer-service-form .textarea--primary {
  resize: none;
}
.customer-service-form .cp-tickets__form--attachment {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.customer-service-form .cp-tickets__form--attachment-list {
  list-style: circle;
  margin-top: 1rem;
  padding-left: 1.8rem;
}
.customer-service-form .cp-tickets__form--attachment-list .cp-messages_attachment__remove {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
}
