/* Minification failed. Returning unminified contents.
(699,66): run-time error CSS1030: Expected identifier, found '['
(699,70): run-time error CSS1031: Expected selector, found '*='
(699,70): run-time error CSS1025: Expected comma or open brace, found '*='
(702,66): run-time error CSS1030: Expected identifier, found '['
(702,70): run-time error CSS1031: Expected selector, found '*='
(702,70): run-time error CSS1025: Expected comma or open brace, found '*='
 */
.feedback {
  font-family: 'Roboto', sans-serif;
  display: flex;
  
  margin-bottom: 20px;
  padding: 16px;
  text-align: center;
  transition: all 0.7s;
}
.feedback {
  flex-direction: column;
}
.feedback {
  align-items: center;
}
.feedback .sticky-rating {
  display: flex;
  
  border-radius: 20px;
  bottom: 24px !important;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  right: 24px;
  text-overflow: ellipsis;
  transition: width 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
  z-index: 10;
}
.feedback .sticky-rating {
  align-items: center;
}
.feedback .sticky-rating {
  justify-content: flex-end;
}
.feedback .sticky-rating.expanded {
  cursor: default;
  height: auto;
  width: auto;
}
.feedback .sticky-rating.expanded .feedback-button-collapsed {
  display: none;
}
.feedback .sticky-rating.expanded .feedback-items {
  display: flex;
}
.feedback .sticky-rating .feedback-form-close-btn {
  align-items: center;
  background: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 4px;
  top: 4px;
  width: auto;
  z-index: 10;
}
.feedback .sticky-rating .feedback-button-collapsed {
  display: flex;
  
  border-radius: 32px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  line-height: 24px;
  width: 118px;
}
.feedback .sticky-rating .feedback-button-collapsed {
  align-items: center;
}
.feedback .sticky-rating .feedback-button-collapsed {
  justify-content: center;
}
.feedback .sticky-rating .feedback-items {
  display: none;
  gap: 20px;
  margin-right: 8px;
  padding: 20px;
  width: auto;
}
.feedback .sticky-rating .feedback-items {
  flex-direction: column;
}
.feedback .sticky-rating .feedback-items {
  align-items: flex-start;
}
.feedback .sticky-rating .feedback-items {
  justify-content: center;
}
.feedback-vote-thank-you {
  display: flex;
  
  border-radius: 20px;
  bottom: 20px;
  gap: 4px;
  opacity: 0;
  padding: 20px;
  position: fixed;
  right: 20px;
  transform: scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 10;
}
.feedback-vote-thank-you {
  align-items: center;
}
.feedback-vote-thank-you {
  justify-content: center;
}
.feedback-vote-thank-you label {
  font-weight: 500;
  line-height: 24px;
}
.feedback .visible {
  opacity: 1;
  transform: scale(1);
}
.feedback-form {
  display: flex;
  
  border-radius: 16px;
  bottom: 24px;
  padding: 20px;
  position: fixed;
  right: 24px;
  transition: ease-in 0.3s ease;
  width: 320px;
  z-index: 20;
}
.feedback-form {
  flex-direction: column;
}
.feedback-form {
  justify-content: space-between;
}
.feedback-form-close-btn {
  align-items: center;
  background: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 4px;
  top: 4px;
  width: auto;
  z-index: 10;
}
.feedback-form-main-header {
  align-self: flex-start;
  display: flex;
  font-size: 18px !important;
  font-weight: 600 !important;
  gap: 4px;
  line-height: 24px;
  margin: 0 !important;
  padding: 0 0 17px 0;
  text-align: left;
  width: 100%;
}
.feedback-form-label {
  font-size: 14px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
.feedback-form-answer-group {
  display: flex;
  
  padding: 16px 0 16px 0;
}
.feedback-form-answer-group {
  flex-direction: column;
}
.feedback-form-answer-group {
  align-items: flex-start;
}
.feedback-form-answer-group > :first-child {
  margin-bottom: 8px !important;
}
.feedback-form-answer-group label {
  display: flex;
  cursor: pointer;
  font-size: 14px;
  gap: 12px;
  height: 36px;
  margin: 6px 0;
}
.feedback-form-answer-group label {
  flex-direction: row;
}
.feedback-form-answer-group label {
  align-items: center;
}
.feedback-form-answer-group label {
  justify-content: center;
}
.feedback-form-textarea {
  display: flex;
  
  flex: 1;
  gap: 10px;
}
.feedback-form-textarea {
  flex-direction: column;
}
.feedback-form-textarea textarea {
  border-radius: 8px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  height: 80px;
  padding: 16px;
  resize: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.feedback-form .feedback-support-link {
  font-size: 14px;
  line-height: 20px;
  margin: 16px 0 24px 0 !important;
  text-align: justify;
}
.feedback-form .feedback-form-actions {
  display: flex;
  flex: 1;
  gap: 8px;
}
.feedback-form .feedback-form-actions .feedback-form-submit {
  border-radius: 8px;
  cursor: pointer;
  flex: 1;
  font-weight: 600;
  height: 44px;
}
.feedback-form a {
  text-decoration: none;
}
.feedback-form a:hover {
  text-decoration: underline;
}
.feedback-form input[type="checkbox"] {
  display: flex;
  
  appearance: none;
  border-radius: 2px;
  cursor: pointer;
  height: 24px;
  margin: 0 !important;
  position: relative;
  width: 24px;
}
.feedback-form input[type="checkbox"] {
  align-items: center;
}
.feedback-form input[type="checkbox"] {
  justify-content: center;
}
.feedback .feedback-vote-item {
  cursor: pointer;
}
.feedback .feedback-vote-item:focus-visible {
  outline: none;
}
.feedback .feedback-vote-label {
  cursor: pointer;
}
.feedback .hidden {
  display: none;
}
.feedback-label {
  font-size: 16px;
  font-weight: 600;
}
.feedback-votes {
  display: flex;
  
  gap: 4px;
}
.feedback-votes {
  align-items: center;
}
.feedback-vote-label {
  white-space: nowrap;
  width: 100%;
}
.feedback-vote-item {
  display: flex;
  
  border-radius: 24px;
  height: 40px;
  transition: all 0.2s;
}
.feedback-vote-item {
  align-items: center;
}
.feedback-vote-item {
  justify-content: center;
}
.feedback-vote-item[data-value='approve'] {
  width: 60px;
}
.feedback-vote-item[data-value='approve-but'] {
  width: 98px;
}
.feedback-vote-item[data-value='disagree'] {
  width: 60px;
}
.feedback-content {
  display: flex;
  
  gap: 32px;
  height: 0;
  transition: all 0.4s;
}
.feedback-content {
  flex-direction: column;
}
.feedback-content {
  align-items: center;
}
.feedback-text {
  max-width: 460px;
}
.feedback-horizontal {
  display: flex;
  
  gap: 0 10px;
}
.feedback-horizontal {
  align-items: center;
}
.feedback-horizontal {
  justify-content: center;
}
.feedback .sticky-rating {
  box-shadow: 0px 6px 20px 0px #0000001f;
}
.feedback .sticky-rating.expanded {
  background: white;
}
.feedback .sticky-rating .feedback-form-close-btn {
  border: 2px solid transparent;
  color: #667c8f;
}
.feedback .sticky-rating .feedback-form-close-btn:focus-visible {
  border-color: #2190f7;
  outline: none;
}
.feedback .sticky-rating .feedback-form-close-btn:hover,
.feedback .sticky-rating .feedback-form-close-btn:active {
  background-color: #e7ebee;
  border-color: transparent;
}
.feedback .sticky-rating .feedback-form-close-btn:focus:hover,
.feedback .sticky-rating .feedback-form-close-btn:focus:active {
  background-color: #e7ebee;
  border-color: #2190f7;
}
.feedback .sticky-rating .feedback-button-collapsed {
  background: #2090f7;
  color: white;
}
.feedback .sticky-rating .feedback-button-collapsed:hover {
  background: #1c7ad2;
}
.feedback .sticky-rating .feedback-button-collapsed:focus-visible {
  outline: 2px solid #076ac5;
  outline-offset: -2px;
}
.feedback-vote-thank-you {
  background-color: white;
  box-shadow: 0px 6px 20px 0px #0000001f;
}
.feedback-vote-thank-you label {
  color: #222930;
}
.feedback-form {
  background: white;
  box-shadow: 0px 6px 20px 0px #0000001f, 0px 0px 1px 0px #0000001a;
}
.feedback-form-close-btn {
  border: 2px solid transparent;
  color: #667c8f;
}
.feedback-form-close-btn:focus-visible {
  border-color: #2190f7;
  outline: none;
}
.feedback-form-close-btn:hover,
.feedback-form-close-btn:active {
  background-color: #e7ebee;
  border-color: transparent;
}
.feedback-form-close-btn:focus:hover,
.feedback-form-close-btn:focus:active {
  background-color: #e7ebee;
  border-color: #2190f7;
}
.feedback-form-main-header {
  border-bottom: 1px solid #e1e6ea;
  color: #222930;
}
.feedback-form-label {
  color: #222930 !important;
}
.feedback-form-answer-group label {
  color: #222930;
}
.feedback-form-textarea textarea {
  background: #f3f5f6;
  border: 1px solid #e1e6ea;
}
.feedback-form-textarea textarea::placeholder {
  color: #222930;
  opacity: 60%;
}
.feedback-form-textarea textarea:focus {
  border-color: #2190f7;
  box-shadow: 0 0 0 1px #2190f7;
  outline: none;
}
.feedback-form .feedback-support-link a {
  color: #007bff;
  text-decoration: underline;
}
.feedback-form .feedback-form-actions .feedback-form-submit {
  background: #2190f7;
  border: 2px solid #2190f7;
  color: white;
}
.feedback-form .feedback-form-actions .feedback-form-submit:focus-visible {
  border: 2px solid #076ac5;
  outline: none;
}
.feedback-form .feedback-form-actions .feedback-form-submit:hover {
  background: #0983f6;
}
.feedback-form .feedback-form-actions .feedback-form-submit:active {
  background: #2288e6;
  border: 2px solid #2288e6;
}
.feedback-form input[type="checkbox"] {
  background-color: white;
  border: 2px solid #e1e6ea;
}
.feedback-form input[type="checkbox"]:focus-visible {
  border: 2px solid #2190f7;
  outline: none;
}
.feedback-form input[type="checkbox"]:checked {
  background-color: #2190f7;
  border: 2px solid #2190f7;
}
.feedback-form input[type="checkbox"]:checked:focus-visible {
  border: 2px solid #076ac5;
  outline: none;
}
.feedback-form input[type="checkbox"]:checked::after {
  color: white;
  content: url('/Content/dxdocs/icons/checkmark.svg');
}
.feedback-form input[type="checkbox"].invalid {
  border-color: #ff5269;
  border-width: 2px;
}
.feedback-form input[type="checkbox"].invalid:focus-visible {
  border-color: #980c2f;
}
.feedback-vote-item {
  border: 2px solid;
}
.feedback-vote-item[data-value='approve'] {
  border-color: #2bb879;
  color: #2bb879;
}
.feedback-vote-item[data-value='approve']:hover {
  background-color: #2bb879;
  color: white;
}
.feedback-vote-item[data-value='approve']:focus-visible {
  background-color: #2bb879;
  color: white;
}
.feedback-vote-item[data-value='approve-but'] {
  border-color: #2090f7;
  color: #2090f7;
}
.feedback-vote-item[data-value='approve-but']:hover {
  background-color: #2090f7;
  color: white;
}
.feedback-vote-item[data-value='approve-but']:focus-visible {
  background-color: #2090f7;
  color: white;
}
.feedback-vote-item[data-value='disagree'] {
  border-color: #dc3545;
  color: #dc3545;
}
.feedback-vote-item[data-value='disagree']:hover {
  background-color: #dc3545;
  color: white;
}
.feedback-vote-item[data-value='disagree']:focus-visible {
  background-color: #dc3545;
  color: white;
}
.feedback-label,
.feedback-text {
  color: #222930;
}
.dx-swatch-dark .feedback .sticky-rating {
  box-shadow: 0px 6px 20px 0px #0000001f;
}
.dx-swatch-dark .feedback .sticky-rating.expanded {
  background: white;
}
.dx-swatch-dark .feedback .sticky-rating .feedback-form-close-btn {
  border: 2px solid transparent;
  color: #667c8f;
}
.dx-swatch-dark .feedback .sticky-rating .feedback-form-close-btn:focus-visible {
  border-color: #2190f7;
  outline: none;
}
.dx-swatch-dark .feedback .sticky-rating .feedback-form-close-btn:hover,
.dx-swatch-dark .feedback .sticky-rating .feedback-form-close-btn:active {
  background-color: #e7ebee;
  border-color: transparent;
}
.dx-swatch-dark .feedback .sticky-rating .feedback-form-close-btn:focus:hover,
.dx-swatch-dark .feedback .sticky-rating .feedback-form-close-btn:focus:active {
  background-color: #e7ebee;
  border-color: #2190f7;
}
.dx-swatch-dark .feedback .sticky-rating .feedback-button-collapsed {
  background: #2090f7;
  color: white;
}
.dx-swatch-dark .feedback .sticky-rating .feedback-button-collapsed:hover {
  background: #1c7ad2;
}
.dx-swatch-dark .feedback .sticky-rating .feedback-button-collapsed:focus-visible {
  outline: 2px solid #076ac5;
  outline-offset: -2px;
}
.dx-swatch-dark .feedback-vote-thank-you {
  background-color: white;
  box-shadow: 0px 6px 20px 0px #0000001f;
}
.dx-swatch-dark .feedback-vote-thank-you label {
  color: #222930;
}
.dx-swatch-dark .feedback-form {
  background: white;
  box-shadow: 0px 6px 20px 0px #0000001f, 0px 0px 1px 0px #0000001a;
}
.dx-swatch-dark .feedback-form-close-btn {
  border: 2px solid transparent;
  color: #667c8f;
}
.dx-swatch-dark .feedback-form-close-btn:focus-visible {
  border-color: #2190f7;
  outline: none;
}
.dx-swatch-dark .feedback-form-close-btn:hover,
.dx-swatch-dark .feedback-form-close-btn:active {
  background-color: #e7ebee;
  border-color: transparent;
}
.dx-swatch-dark .feedback-form-close-btn:focus:hover,
.dx-swatch-dark .feedback-form-close-btn:focus:active {
  background-color: #e7ebee;
  border-color: #2190f7;
}
.dx-swatch-dark .feedback-form-main-header {
  border-bottom: 1px solid #e1e6ea;
  color: #222930;
}
.dx-swatch-dark .feedback-form-label {
  color: #222930 !important;
}
.dx-swatch-dark .feedback-form-answer-group label {
  color: #222930;
}
.dx-swatch-dark .feedback-form-textarea textarea {
  background: #f3f5f6;
  border: 1px solid #e1e6ea;
}
.dx-swatch-dark .feedback-form-textarea textarea::placeholder {
  color: #222930;
  opacity: 60%;
}
.dx-swatch-dark .feedback-form-textarea textarea:focus {
  border-color: #2190f7;
  box-shadow: 0 0 0 1px #2190f7;
  outline: none;
}
.dx-swatch-dark .feedback-form .feedback-support-link a {
  color: #007bff;
  text-decoration: underline;
}
.dx-swatch-dark .feedback-form .feedback-form-actions .feedback-form-submit {
  background: #2190f7;
  border: 2px solid #2190f7;
  color: white;
}
.dx-swatch-dark .feedback-form .feedback-form-actions .feedback-form-submit:focus-visible {
  border: 2px solid #076ac5;
  outline: none;
}
.dx-swatch-dark .feedback-form .feedback-form-actions .feedback-form-submit:hover {
  background: #0983f6;
}
.dx-swatch-dark .feedback-form .feedback-form-actions .feedback-form-submit:active {
  background: #2288e6;
  border: 2px solid #2288e6;
}
.dx-swatch-dark .feedback-form input[type="checkbox"] {
  background-color: white;
  border: 2px solid #e1e6ea;
}
.dx-swatch-dark .feedback-form input[type="checkbox"]:focus-visible {
  border: 2px solid #2190f7;
  outline: none;
}
.dx-swatch-dark .feedback-form input[type="checkbox"]:checked {
  background-color: #2190f7;
  border: 2px solid #2190f7;
}
.dx-swatch-dark .feedback-form input[type="checkbox"]:checked:focus-visible {
  border: 2px solid #076ac5;
  outline: none;
}
.dx-swatch-dark .feedback-form input[type="checkbox"]:checked::after {
  color: white;
  content: url('/Content/dxdocs/icons/checkmark.svg');
}
.dx-swatch-dark .feedback-form input[type="checkbox"].invalid {
  border-color: #ff5269;
  border-width: 2px;
}
.dx-swatch-dark .feedback-form input[type="checkbox"].invalid:focus-visible {
  border-color: #980c2f;
}
.dx-swatch-dark .feedback-vote-item {
  border: 2px solid;
}
.dx-swatch-dark .feedback-vote-item[data-value='approve'] {
  border-color: #2bb879;
  color: #2bb879;
}
.dx-swatch-dark .feedback-vote-item[data-value='approve']:hover {
  background-color: #2bb879;
  color: white;
}
.dx-swatch-dark .feedback-vote-item[data-value='approve']:focus-visible {
  background-color: #2bb879;
  color: white;
}
.dx-swatch-dark .feedback-vote-item[data-value='approve-but'] {
  border-color: #2090f7;
  color: #2090f7;
}
.dx-swatch-dark .feedback-vote-item[data-value='approve-but']:hover {
  background-color: #2090f7;
  color: white;
}
.dx-swatch-dark .feedback-vote-item[data-value='approve-but']:focus-visible {
  background-color: #2090f7;
  color: white;
}
.dx-swatch-dark .feedback-vote-item[data-value='disagree'] {
  border-color: #dc3545;
  color: #dc3545;
}
.dx-swatch-dark .feedback-vote-item[data-value='disagree']:hover {
  background-color: #dc3545;
  color: white;
}
.dx-swatch-dark .feedback-vote-item[data-value='disagree']:focus-visible {
  background-color: #dc3545;
  color: white;
}
.dx-swatch-dark .feedback-label,
.dx-swatch-dark .feedback-text {
  color: #222930;
}
.dx-swatch-dark .feedback-form-main-header .animated-text:has(img[src*="info-filled.svg"]) img[src*="info-filled.svg"] {
  display: none;
}
.dx-swatch-dark .feedback-form-main-header .animated-text:has(img[src*="info-filled.svg"])::before {
  background-image: url('/Content/Images/Documentation/info-filled-dark.svg');
  content: '';
  display: inline-block;
  height: 24px;
  margin-right: 8px;
  width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.dx-swatch-dark .feedback-vote-thank-you label {
  color: white !important;
}
.dx-swatch-dark .feedback-vote-thank-you .icon img.heart {
  display: none;
}
.dx-swatch-dark .feedback-vote-thank-you .icon::before {
  background-image: url('/Content/Images/Documentation/heart-dark.svg');
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.dx-swatch-dark .feedback-form-close-btn img.close-btn {
  display: none;
}
.dx-swatch-dark .feedback-form-close-btn::before {
  background-image: url('/Content/Images/Documentation/close-button-dark.svg');
  content: '';
  display: block;
  height: 36px;
  width: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.dx-swatch-dark .feedback-form {
  background-color: white;
}
.dx-swatch-dark .feedback-form h2,
.dx-swatch-dark .feedback-form p,
.dx-swatch-dark .feedback-form label {
  color: white !important;
}
.dx-swatch-dark .feedback-form textarea {
  background: white;
  border: 1px solid #626262;
  color: white;
}
.dx-swatch-dark .feedback-form textarea::placeholder {
  color: #4c5d6b;
  opacity: 60%;
}
.dx-swatch-dark .feedback-form .feedback-support-link a {
  color: #2190f7 !important;
  text-decoration: underline;
}
.dx-swatch-dark .feedback-form .feedback-form-actions .feedback-form-submit {
  background: #1fb4ff;
  border-color: #1fb4ff;
  color: #2a2a2a;
}
.dx-swatch-dark .feedback-form .feedback-form-actions .feedback-form-submit:focus-visible {
  border: 1px solid #2190f7;
  outline: none;
}
.dx-swatch-dark .feedback-form .feedback-form-actions .feedback-form-submit:focus-visible {
  border: 2px solid #076ac5;
  box-shadow: 0 0 0 2px rgba(7, 106, 197, 0.3);
  outline: none;
}
.dx-swatch-dark .feedback-form .feedback-form-actions .feedback-form-submit:hover {
  background: #1a99d9;
  border-color: #1a99d9;
}
.dx-swatch-dark .feedback-form .feedback-form-actions .feedback-form-submit:active {
  background: #2288e6;
  border: 2px solid #2288e6;
}
.dx-swatch-dark .feedback-form input[type="checkbox"]:checked:focus-visible {
  border: 2px solid #158bff;
  outline: none;
}
.dx-swatch-dark .feedback-form input[type="checkbox"]:checked::after {
  color: white;
  content: url('/Content/dxdocs/icons/checkmark-dark.svg');
}
.dx-swatch-dark .feedback-form input[type="checkbox"].invalid {
  border-color: #ff5269;
}
.dx-swatch-dark .feedback-form input[type="checkbox"].invalid:focus-visible {
  border-color: #980c2f;
}
.dx-swatch-dark .feedback .sticky-rating {
  color: white;
}
.dx-swatch-dark .feedback-vote-item[data-value='approve'] {
  border-color: #49d596;
  color: #49d596;
}
.dx-swatch-dark .feedback-vote-item[data-value='approve']:hover {
  background-color: #49d596;
  color: #2a2a2a;
}
.dx-swatch-dark .feedback-vote-item[data-value='approve']:active {
  background-color: #49d596;
}
.dx-swatch-dark .feedback-vote-item[data-value='approve']:hover {
  background-color: #49d596;
  color: black;
}
.dx-swatch-dark .feedback-vote-item[data-value='approve']:focus-visible {
  background-color: #49d596;
  color: black;
}
.dx-swatch-dark .feedback-vote-item[data-value='approve-but'] {
  border-color: #0983f6;
  color: #0983f6;
}
.dx-swatch-dark .feedback-vote-item[data-value='approve-but']:hover {
  background-color: #0983f6;
  color: #2a2a2a;
}
.dx-swatch-dark .feedback-vote-item[data-value='approve-but']:active {
  background-color: #0983f6;
}
.dx-swatch-dark .feedback-vote-item[data-value='approve-but']:hover {
  background-color: #0983f6;
  color: black;
}
.dx-swatch-dark .feedback-vote-item[data-value='approve-but']:focus-visible {
  background-color: #0983f6;
  color: black;
}
.dx-swatch-dark .feedback-vote-item[data-value='disagree'] {
  border-color: #ff5269;
  color: #ff5269;
}
.dx-swatch-dark .feedback-vote-item[data-value='disagree']:hover {
  background-color: #ff5269;
  color: #2a2a2a;
}
.dx-swatch-dark .feedback-vote-item[data-value='disagree']:active {
  background-color: #ff5269;
}
.dx-swatch-dark .feedback-vote-item[data-value='disagree']:focus-visible {
  background-color: #ff5269;
  color: black;
}
.dx-swatch-dark .feedback-vote-item[data-value='disagree']:hover {
  color: black;
}
@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2%);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.feedback-form-main-header {
  min-height: 24px;
  overflow: hidden;
  position: relative;
}
.feedback-form-main-header .validation-message img {
  width: 24px;
  height: 24px;
}
.feedback-form-main-header .animated-text {
  display: inline-flex;
  
  transition: all 0.75s ease;
  width: 100%;
}
.feedback-form-main-header .animated-text {
  align-items: center;
}
.feedback-form-main-header .animated-text.slide-in {
  animation: slideInLeft 0.75s ease forwards;
}
.feedback-form-main-header .animated-text.slide-in-from-right {
  animation: slideInRight 0.75s ease forwards;
}
.feedback-form-main-header .animated-text.slide-out {
  animation: slideOut 0.75s ease forwards;
}
.feedback-form-main-header .animated-text.slide-out-left {
  animation: slideOut 0.75s ease forwards;
}
.feedback-form-main-header .animated-text img {
  flex-shrink: 0;
  margin-right: 8px !important;
}
