#openSupportPopup {
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #1D4E68;
  color: #E8F0F1;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 30px;
}
.swal2-container.support-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
}
.swal2-container.support-container > .swal2-popup {
  margin: 0;
  max-height: 100%;
}
.support-popup .swal2-close {
  position: absolute;
  top: 18px;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none !important;
  font-size: 0;
  margin: 0;
}
.support-popup .swal2-close::after {
  content: "\f00d";
  color: var(--popup-title-text);
  font-family: 'Font Awesome 5 Pro';
  font-size: 40px;
  font-weight: 100;
  line-height: 1;
  transition: transform 100ms ease-out;
}
.support-popup .swal2-close:hover {
  transform: none;
}
.support-popup .swal2-close:hover::after {
  color: var(--popup-title-text-hover);
  transform: scale(1.4);
}
.support-popup .swal2-html-container {
  height: 100vh;
  max-height: 600px;
  text-align: left;
}
.support-popup.swal2-loading .swal2-actions {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.55);
}
.support-popup.swal2-loading .swal2-loader {
  width: 3.5em;
  height: 3.5em;
  margin: 0;
  border-width: 0.25em;
  border-color: var(--popup-title-text) rgba(0, 0, 0, 0) var(--popup-title-text) rgba(0, 0, 0, 0);
}
.support-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--popup-basic-text);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
}
.support-form select,
.support-form input,
.support-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  background-color: #D6DBE1;
  color: #2D3946;
  font-family: "Open Sans";
  font-size: 16px;
}
.support-form select,
.support-form input {
  height: 40px;
}
.support-form--validated :invalid {
  outline: 2px solid #E41948;
  outline-offset: 0;
}
.support-form__concern {
  max-width: 262px;
}
.support-form textarea {
  min-height: 120px;
  resize: vertical;
}
.support-form__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.support-form__send {
  cursor: pointer;
}
.support-faq {
  flex: 0 0 360px;
  height: var(--support-popup-height, auto);
  max-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 25px 20px;
  border-radius: 4px;
  background-color: var(--faq-panel-bg, #2D3946);
  text-align: left;
}
.support-faq__list {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.support-faq__title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
.support-faq__title-icon {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background-color: var(--faq-icon-bg, #2EDDF6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.support-faq__title-icon > img {
  flex: 1;
  width: 100%;
  height: 100%;
  max-width: 36px;
  max-height: 36px;
  margin-bottom: 1px;
}
.support-faq__title {
  flex: 0 0 auto;
  margin: 0 0 25px;
  color: var(--faq-title-color, #E34999) !important;
  font-family: "Open Sans";
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.support-faq__item {
  display: block;
  padding: 0;
  background-color: var(--faq-row-bg, #2D3946);
}
.support-faq__item:nth-child(odd) {
  background-color: var(--faq-row-alt-bg, #3D4E63);
}
.support-faq__question {
  display: block;
  padding: 15px;
  color: var(--popup-title-text);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}
summary.support-faq__question {
  cursor: pointer;
}
.support-faq__answer {
  padding: 0 15px 15px;
  cursor: pointer;
  color: var(--popup-basic-text);
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
}
.support-done-popup {
  max-width: 600px;
}
.support-done-popup .swal2-close {
  position: absolute;
  top: 18px;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none !important;
  font-size: 0;
  margin: 0;
}
.support-done-popup .swal2-close::after {
  content: "\f00d";
  color: var(--popup-title-text);
  font-family: 'Font Awesome 5 Pro';
  font-size: 40px;
  font-weight: 100;
  line-height: 1;
  transition: transform 100ms ease-out;
}
.support-done-popup .swal2-close:hover {
  transform: none;
}
.support-done-popup .swal2-close:hover::after {
  color: var(--popup-title-text-hover);
  transform: scale(1.4);
}
.support-done-popup .swal2-success .swal2-success-line-tip,
.support-done-popup .swal2-success .swal2-success-line-long {
  background-color: #2EDDF6;
}
.support-done-popup .swal2-success .swal2-success-ring {
  border-color: #2EDDF6;
}
.support-done-popup #swal2-html-container {
  padding: 0 0 10px 0;
}
@media (max-width: 1280px) {
  .swal2-container.support-container {
    flex-direction: column;
    overflow-y: auto;
  }
  .swal2-container.support-container .support-faq {
    flex: 0 0 auto;
    width: 100%;
    max-width: 800px;
    height: auto;
  }
}
