/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/org_marykay/cartridge/client/default/scss/experience/components/dynamic/webToCase.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
.webtocase-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}

.webtocase-container .webtocase-form-wrapper,
.webtocase-remote-container .webtocase-form-wrapper,
.webtocase-remote-wrapper .webtocase-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 16px rgba(16, 24, 32, 0.08);
          box-shadow: 0 2px 16px rgba(16, 24, 32, 0.08);
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 390px;
  padding: 32px 16px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .webtocase-container .webtocase-form-wrapper,
  .webtocase-remote-container .webtocase-form-wrapper,
  .webtocase-remote-wrapper .webtocase-form-wrapper {
    max-width: 684px;
    padding: 32px 40px;
  }
}

.webtocase-container .webtocase-form-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.webtocase-header {
  width: 100%;
  text-align: center;
  margin: 0;
}
.webtocase-header .webtocase-component-title,
.webtocase-header .webtocase-title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #101820;
  margin: 0;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .webtocase-header .webtocase-component-title,
  .webtocase-header .webtocase-title {
    font-size: 1.75rem;
  }
}
.webtocase-header .webtocase-description {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #545859;
  margin: 16px 0 0;
  text-align: center;
}
.webtocase-header .webtocase-description p {
  margin: 0 0 8px;
}
.webtocase-header .webtocase-description p:last-child {
  margin-bottom: 0;
}

.webtocase-form {
  width: 100%;
}
.webtocase-form .webtocase-fieldset {
  border: none;
  margin: 0;
  /* margin: 0 0 32px; */
  padding: 0;
}
.webtocase-form .webtocase-fieldset legend {
  padding: 0;
  margin: 0;
}
.webtocase-form .webtocase-field-group {
  margin-bottom: 32px;
  width: 100%;
}
.webtocase-form .webtocase-label {
  position: absolute;
  left: 12px;
  top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #545859;
}
.webtocase-form .webtocase-label .label-text {
  color: #545859;
  background: transparent;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.webtocase-form .webtocase-label.floating {
  top: -8px;
  left: 12px;
  -webkit-transform: none;
          transform: none;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.33;
  color: #545859;
}
.webtocase-form .webtocase-label.floating .label-text {
  background: #fff;
  padding: 0 4px;
  border-radius: 2px;
  color: #545859;
}
.webtocase-form .webtocase-label.focused {
  color: #d00070;
}
.webtocase-form .webtocase-label.focused .label-text {
  color: #d00070;
}
.webtocase-form .webtocase-input-wrapper {
  position: relative;
  width: 100%;
}
.webtocase-form .webtocase-input,
.webtocase-form .webtocase-textarea {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  border: 1px solid #545859;
  border-radius: 4px;
  padding: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #101820;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.webtocase-form .webtocase-input[type=select-one], .webtocase-form .webtocase-input:is(select),
.webtocase-form .webtocase-textarea[type=select-one],
.webtocase-form .webtocase-textarea:is(select) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23545859' d='M4.5 6L8 9.5L11.5 6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
}
.webtocase-form .webtocase-input::-webkit-input-placeholder, .webtocase-form .webtocase-textarea::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.webtocase-form .webtocase-input::-moz-placeholder, .webtocase-form .webtocase-textarea::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.webtocase-form .webtocase-input:-ms-input-placeholder, .webtocase-form .webtocase-textarea:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.webtocase-form .webtocase-input::-ms-input-placeholder, .webtocase-form .webtocase-textarea::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.webtocase-form .webtocase-input::placeholder,
.webtocase-form .webtocase-textarea::placeholder {
  color: transparent;
  opacity: 0;
}
.webtocase-form .webtocase-input:not(.has-value, :focus)::-webkit-input-placeholder, .webtocase-form .webtocase-textarea:not(.has-value, :focus)::-webkit-input-placeholder {
  color: #545859;
  opacity: 0.6;
}
.webtocase-form .webtocase-input:not(.has-value, :focus)::-moz-placeholder, .webtocase-form .webtocase-textarea:not(.has-value, :focus)::-moz-placeholder {
  color: #545859;
  opacity: 0.6;
}
.webtocase-form .webtocase-input:not(.has-value, :focus):-ms-input-placeholder, .webtocase-form .webtocase-textarea:not(.has-value, :focus):-ms-input-placeholder {
  color: #545859;
  opacity: 0.6;
}
.webtocase-form .webtocase-input:not(.has-value, :focus)::-ms-input-placeholder, .webtocase-form .webtocase-textarea:not(.has-value, :focus)::-ms-input-placeholder {
  color: #545859;
  opacity: 0.6;
}
.webtocase-form .webtocase-input:not(.has-value, :focus)::placeholder,
.webtocase-form .webtocase-textarea:not(.has-value, :focus)::placeholder {
  color: #545859;
  opacity: 0.6;
}
.webtocase-form .webtocase-input:focus,
.webtocase-form .webtocase-textarea:focus {
  border-color: #d00070;
  outline: none;
  background: #fff;
}
.webtocase-form .webtocase-input:hover:not(:focus, .has-error),
.webtocase-form .webtocase-textarea:hover:not(:focus, .has-error) {
  border-color: #545859;
}
.webtocase-form .webtocase-input.has-error, .webtocase-form .webtocase-input.is-invalid,
.webtocase-form .webtocase-textarea.has-error,
.webtocase-form .webtocase-textarea.is-invalid {
  border-color: #b21026;
}
.webtocase-form .webtocase-input.has-error:focus, .webtocase-form .webtocase-input.is-invalid:focus,
.webtocase-form .webtocase-textarea.has-error:focus,
.webtocase-form .webtocase-textarea.is-invalid:focus {
  border-color: #b21026;
}
.webtocase-form .webtocase-input.webtocase-textarea,
.webtocase-form .webtocase-textarea.webtocase-textarea {
  min-height: 120px;
  resize: vertical;
  padding-bottom: 40px;
}
.webtocase-form .webtocase-input.has-value,
.webtocase-form .webtocase-textarea.has-value {
  color: #101820;
}
.webtocase-form .webtocase-field-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 8px;
  gap: 16px;
}
.webtocase-form .webtocase-char-counter {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #545859;
  white-space: nowrap;
  background: #fff;
  padding: 2px 4px;
  border-radius: 2px;
  z-index: 2;
}
.webtocase-form .webtocase-char-counter.char-counter-warning {
  color: #fdc767;
}
.webtocase-form .webtocase-terms-section {
  margin-bottom: 24px;
  width: 100%;
}
.webtocase-form .webtocase-terms-section .webtocase-checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.webtocase-form .webtocase-terms-section .webtocase-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #545859;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  margin-top: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.webtocase-form .webtocase-terms-section .webtocase-checkbox:checked {
  background: #d00070;
  border-color: #d00070;
}
.webtocase-form .webtocase-terms-section .webtocase-checkbox:checked::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 2px 0 0 4px;
}
.webtocase-form .webtocase-terms-section .webtocase-checkbox:focus {
  outline: 2px solid #d00070;
  outline-offset: 2px;
}
.webtocase-form .webtocase-terms-section .webtocase-checkbox:hover:not(:checked) {
  border-color: #d00070;
}
.webtocase-form .webtocase-terms-section .webtocase-checkbox-label {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  line-height: 1.5;
  color: #101820;
  cursor: pointer;
}
.webtocase-form .webtocase-terms-section .webtocase-checkbox-label .checkbox-text {
  display: block;
}
.webtocase-form .webtocase-terms-section .webtocase-checkbox-label .terms-link {
  color: #101820;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.webtocase-form .webtocase-terms-section .webtocase-checkbox-label .terms-link:hover {
  color: #d00070;
}
.webtocase-form .webtocase-terms-section .webtocase-checkbox-label .terms-link:focus {
  outline: 2px solid #d00070;
  outline-offset: 2px;
  border-radius: 2px;
}
.webtocase-form .webtocase-field-error {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.33;
  color: #b21026;
  min-height: 16px;
  opacity: 0;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.webtocase-form .webtocase-field-error.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.webtocase-form .webtocase-field-error:empty {
  display: none;
}

.webtocase-submit-section {
  margin-top: 32px;
  text-align: center;
}

.webtocase-submit-button {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-height: 56px;
  padding: 16px 32px;
  background: #d00070;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 200px;
}
.webtocase-submit-button .submit-button-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.webtocase-submit-button:disabled {
  background: #f0f0f0;
  color: #101820;
  cursor: not-allowed;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.webtocase-submit-button:disabled .submit-button-content {
  opacity: 0.6;
}
.webtocase-submit-button:hover:not(:disabled) {
  background: rgb(182.5, 0, 98.2692307692);
  -webkit-box-shadow: 0 8px 25px rgba(208, 0, 112, 0.25);
          box-shadow: 0 8px 25px rgba(208, 0, 112, 0.25);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.webtocase-submit-button:active:not(:disabled) {
  background: rgb(167.2, 0, 90.0307692308);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 15px rgba(208, 0, 112, 0.3);
          box-shadow: 0 4px 15px rgba(208, 0, 112, 0.3);
}
.webtocase-submit-button .submit-button-text {
  font-weight: 500;
}
.webtocase-submit-button .submit-button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.webtocase-submit-button .submit-button-icon svg {
  width: 16px;
  height: 16px;
}
.webtocase-submit-button .submit-button-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.webtocase-submit-button .submit-button-loading .loading-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.webtocase-submit-button .submit-button-loading .loading-text {
  font-weight: 500;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.webtocase-success-state {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  margin: 0;
  max-width: none;
}
.webtocase-success-state .figma-success-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
  text-align: left;
}
.webtocase-success-state .figma-success-content .figma-success-title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 4.5rem;
  line-height: 1.2;
  color: #101820;
  letter-spacing: 0.03em;
  margin: 0;
}
@media (max-width: 767.98px) {
  .webtocase-success-state .figma-success-content .figma-success-title {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .webtocase-success-state .figma-success-content .figma-success-title {
    font-size: 2.25rem;
  }
}
.webtocase-success-state .figma-success-content .figma-success-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}
.webtocase-success-state .figma-success-content .figma-success-details .figma-success-subtitle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #101820;
  letter-spacing: 0.03em;
  margin: 0;
}
.webtocase-success-state .figma-success-content .figma-success-details .figma-success-description {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #101820;
  letter-spacing: 0.03em;
  margin: 0;
  white-space: pre-wrap;
}
.webtocase-success-state .figma-success-content .figma-case-reference {
  margin-top: 16px;
}
.webtocase-success-state .figma-success-content .figma-case-reference .case-reference-text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #545859;
  margin: 0;
}
.webtocase-success-state .figma-success-content .figma-case-reference .case-reference-text strong {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  color: #101820;
}

.webtocase-success-state-legacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 48px 24px;
  margin: 0 auto;
  max-width: 500px;
}
.webtocase-success-state-legacy .success-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.webtocase-success-state-legacy .success-icon-wrapper {
  margin-bottom: 8px;
}
.webtocase-success-state-legacy .success-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: success-pulse 0.6s ease-out;
          animation: success-pulse 0.6s ease-out;
}
.webtocase-success-state-legacy .success-icon svg {
  -webkit-filter: drop-shadow(0 4px 12px rgba(11, 102, 47, 0.25));
          filter: drop-shadow(0 4px 12px rgba(11, 102, 47, 0.25));
}
.webtocase-success-state-legacy .success-message {
  max-width: 400px;
}
.webtocase-success-state-legacy .success-title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #101820;
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .webtocase-success-state-legacy .success-title {
    font-size: 1.75rem;
  }
}
.webtocase-success-state-legacy .success-description {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #545859;
  margin: 0;
}
.webtocase-success-state-legacy .case-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding: 12px 20px;
  background: rgba(11, 102, 47, 0.08);
  border: 1px solid rgba(11, 102, 47, 0.2);
  border-radius: 8px;
}
.webtocase-success-state-legacy .case-reference .case-reference-label {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #545859;
}
.webtocase-success-state-legacy .case-reference .case-reference-id {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #101820;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.webtocase-success-state-legacy .success-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 32px;
  width: 100%;
}
.webtocase-success-state-legacy .error-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.webtocase-success-state-legacy .error-icon-wrapper {
  margin-bottom: 8px;
}
.webtocase-success-state-legacy .error-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: errorShake 0.5s ease-out;
          animation: errorShake 0.5s ease-out;
}
.webtocase-success-state-legacy .error-icon svg {
  -webkit-filter: drop-shadow(0 4px 12px rgba(178, 16, 38, 0.25));
          filter: drop-shadow(0 4px 12px rgba(178, 16, 38, 0.25));
}
.webtocase-success-state-legacy .error-message {
  max-width: 400px;
}
.webtocase-success-state-legacy .error-title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #b21026;
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .webtocase-success-state-legacy .error-title {
    font-size: 1.75rem;
  }
}
.webtocase-success-state-legacy .error-description {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #545859;
  margin: 0;
}
.webtocase-success-state-legacy .error-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 32px;
  width: 100%;
}

.webtocase-primary-action {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 14px 28px;
  background: #d00070;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.webtocase-primary-action:hover {
  background: rgb(182.5, 0, 98.2692307692);
  -webkit-box-shadow: 0 6px 20px rgba(208, 0, 112, 0.25);
          box-shadow: 0 6px 20px rgba(208, 0, 112, 0.25);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}
.webtocase-primary-action:active {
  background: rgb(167.2, 0, 90.0307692308);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 3px 12px rgba(208, 0, 112, 0.3);
          box-shadow: 0 3px 12px rgba(208, 0, 112, 0.3);
}
.webtocase-primary-action .action-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.webtocase-primary-action .action-icon svg {
  width: 16px;
  height: 16px;
}

.additional-help {
  margin-top: 16px;
  text-align: center;
}
.additional-help .help-text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #545859;
  margin: 0;
}
.additional-help .help-link {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  color: #d00070;
  text-decoration: none;
}
.additional-help .help-link:hover {
  color: rgb(157, 0, 84.5384615385);
  text-decoration: underline;
}

@-webkit-keyframes success-pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes success-pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes error-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes error-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (max-width: 767.98px) {
  .webtocase-component {
    padding: 0.75rem;
  }
  .webtocase-container .webtocase-form-wrapper {
    padding: 1rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .webtocase-modal .modal-dialog {
    margin: 0.5rem;
  }
  .webtocase-modal .modal-body {
    padding: 1rem;
  }
  .webtocase-submit-btn {
    width: 100%;
    min-width: auto;
  }
}
@media print {
  .webtocase-modal-trigger,
  .webtocase-submit-btn {
    display: none;
  }
  .webtocase-form .form-control {
    border: 1px solid #ced4da;
    background-color: transparent;
  }
}

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