a {
  text-decoration: none;
  color: var(--theme-color-link) !important;

  span, p {
    color: var(--theme-color-link) !important;
  }

  &:hover {
    text-decoration: underline !important;

    span, p {
      text-decoration: underline !important;
    }
  }
}

:root {
  --color_0: #551b33;
  --color_1: #961543;
  --color_2: #ffedef;
  --color_3: #fdd6df;
  --color_4: #FFFFFF;
  --color_5: #b28c95;
  --theme-color-primary-bg: #FFFFFF;
  --theme-color-secondary-bg: #fdd6df;
  --theme-color-divider: #ffedef;
  --theme-color-title: #551b33;
  --theme-color-subtitle: #b28c95;
  --theme-color-primary-text: #551b33;
  --theme-color-secondary-text: #b28c95;
  --theme-color-link: #b28c95;
  --theme-color-primary-button-fill: #551b33;
  --theme-color-primary-button-border: #551b33;
  --theme-color-primary-button-text: #FFFFFF;
  --theme-color-primary-button-hover-fill: #551b33;
  --theme-color-primary-button-hover-border: #551b33;
  --theme-color-primary-button-hover-text: #FFFFFF;
  --theme-color-secondary-button-fill: #ffedef;
  --theme-color-secondary-button-border: #551b33;
  --theme-color-secondary-button-text: #551b33;
  --theme-color-secondary-button-hover-fill: #ffedef;
  --theme-color-secondary-button-hover-border: #551b33;
  --theme-color-secondary-button-hover-text: #551b33;
}

.theme-dark {
  --color_0: #341D59;
  --color_1: #3E1596;
  --color_2: #E5E3FF;
  --color_3: #F3F3FF;
  --color_4: #FFFFFF;
  --color_5: #6F72AF;
  --theme-color-primary-bg: #15161A;
  --theme-color-secondary-bg: #0C0D12;
  --theme-color-divider: #1B1B1B;
  --theme-color-title: #F6F5F6;
  --theme-color-subtitle: #A0A0A0;
  --theme-color-primary-text: #F6F5F6;
  --theme-color-secondary-text: #A0A0A0;
  --theme-color-link: #2F7DF9;
  --theme-color-primary-button-fill: #0D0E12;
  --theme-color-primary-button-border: #0D0E12;
  --theme-color-primary-button-text: #F6F5F6;
  --theme-color-secondary-button-fill: #181B1F;
  --theme-color-secondary-button-border: #181B1F;
  --theme-color-secondary-button-text: #F6F5F6;
}

@font-face {
  font-family: 'Poppins Regular';
  src: url('https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf') format('truetype');
  font-weight: regular;
  font-style: regular;
}

.heading_1 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 56px;
}

.heading_2 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 48px;
}

.heading_3 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 40px;
}

.heading_4 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 32px;
}

.heading_5 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 28px;
}

.heading_6 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 24px;
}

.heading_7 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 20px;
}

.heading_8 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 18px;
}

.heading_9 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 16px;
}

.heading_10 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 14px;
}

.paragraph_1 {
  font-style: normal;
  font-weight: 400;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 20px;
}

.paragraph_2 {
  font-style: normal;
  font-weight: 400;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 18px;
}

.paragraph_3 {
  font-style: normal;
  font-weight: 400;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 16px;
}

.paragraph_4 {
  font-style: normal;
  font-weight: 400;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 14px;
}

.paragraph_5 {
  font-style: normal;
  font-weight: 400;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 12px;
}

.paragraph_6 {
  font-style: normal;
  font-weight: 400;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 10px;
}

/*  *//*  *//*  */.section.ui-listing-section {
  box-sizing: border-box;
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  container-type: inline-size;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-x: hidden;
  height: auto;
  flex-grow: 1;
  flex-shrink: 0;
  padding: 16px 0 30px;
  background-color: var(--theme-color-primary-bg);
  position: relative;
}
.section.ui-listing-section * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.section.ui-listing-section .ui-listing-section__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 16px;
  padding: 0 16px;
}
.section.ui-listing-section .ui-listing-section__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-bottom: 20px;
}
@container (max-width: 780px) {
  .section.ui-listing-section .ui-listing-section__toolbar {
    flex-wrap: wrap;
  }
}
@container (max-width: 780px) {
  .section.ui-listing-section .ui-listing-section__toolbar .search-input {
    display: none;
  }
}
@container (max-width: 780px) {
  .section.ui-listing-section .ui-listing-section__toolbar .ui-tabs {
    width: 100%;
  }
}
.section.ui-listing-section .ui-listing-section__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section .ui-input,
.uk-modal-dialog .ui-input {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}
.section .ui-input *,
.uk-modal-dialog .ui-input * {
  box-sizing: border-box;
}

.section .ui-input.password-field .ui-input__icon--eye,
.uk-modal-dialog .ui-input.password-field .ui-input__icon--eye {
  cursor: pointer;
}
.section .ui-input.password-field .ui-input__icon--eye svg,
.uk-modal-dialog .ui-input.password-field .ui-input__icon--eye svg {
  width: 24px;
  height: 24px;
}

.section .ui-input.password-field .ui-input__icon.is-hidden svg:nth-child(1),
.uk-modal-dialog .ui-input.password-field .ui-input__icon.is-hidden svg:nth-child(1) {
  display: none;
}
.section .ui-input.password-field .ui-input__icon.is-hidden svg:nth-child(2),
.uk-modal-dialog .ui-input.password-field .ui-input__icon.is-hidden svg:nth-child(2) {
  display: block;
}

.section .ui-input.password-field .ui-input__icon:not(.is-hidden) svg:nth-child(1),
.uk-modal-dialog .ui-input.password-field .ui-input__icon:not(.is-hidden) svg:nth-child(1) {
  display: block;
}
.section .ui-input.password-field .ui-input__icon:not(.is-hidden) svg:nth-child(2),
.uk-modal-dialog .ui-input.password-field .ui-input__icon:not(.is-hidden) svg:nth-child(2) {
  display: none;
}

.section .ui-input.type-6,
.uk-modal-dialog .ui-input.type-6 {
  justify-content: flex-start;
  align-items: center;
  padding: 0 4px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 72px -5px rgba(0, 0, 0, 0.1019607843), 0 2px 30px 0 rgba(0, 0, 0, 0.0509803922), 0 2px 20px 2px rgba(53, 53, 53, 0.0509803922) inset, 0 0 5px 0 rgba(255, 255, 255, 0.1490196078) inset, -1px -1px 0 0 rgba(255, 255, 255, 0.4) inset, 1px 0.5px 0 0 rgba(255, 255, 255, 0.6) inset;
  background: rgba(255, 255, 255, 0.3490196078);
  border-radius: 12px;
  border: 1px solid var(--theme-color-divider);
  height: 56px;
  overflow: hidden;
}

.section .ui-input.type-6 .ui-input__field,
.uk-modal-dialog .ui-input.type-6 .ui-input__field {
  flex: 1;
  height: 100%;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: var(--theme-color-primary-text);
  padding: 12px;
}
.section .ui-input.type-6 .ui-input__field::placeholder,
.uk-modal-dialog .ui-input.type-6 .ui-input__field::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: var(--theme-color-primary-text);
  opacity: 0.5;
}

.section .ui-input.type-6 .ui-input__icon:not(.ui-input__icon--eye),
.uk-modal-dialog .ui-input.type-6 .ui-input__icon:not(.ui-input__icon--eye) {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--theme-color-primary-button-fill);
  flex-shrink: 0;
}
.section .ui-input.type-6 .ui-input__icon:not(.ui-input__icon--eye) svg, .section .ui-input.type-6 .ui-input__icon:not(.ui-input__icon--eye) img,
.uk-modal-dialog .ui-input.type-6 .ui-input__icon:not(.ui-input__icon--eye) svg,
.uk-modal-dialog .ui-input.type-6 .ui-input__icon:not(.ui-input__icon--eye) img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.section .ui-input.type-6 .ui-input__icon:not(.ui-input__icon--eye) svg path, .section .ui-input.type-6 .ui-input__icon:not(.ui-input__icon--eye) img path,
.uk-modal-dialog .ui-input.type-6 .ui-input__icon:not(.ui-input__icon--eye) svg path,
.uk-modal-dialog .ui-input.type-6 .ui-input__icon:not(.ui-input__icon--eye) img path {
  fill: var(--theme-color-primary-button-text);
}
.section .ui-input.type-6 .ui-input__icon.ui-input__icon--eye,
.uk-modal-dialog .ui-input.type-6 .ui-input__icon.ui-input__icon--eye {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .ui-input.type-6 .ui-input__icon.ui-input__icon--eye svg, .section .ui-input.type-6 .ui-input__icon.ui-input__icon--eye img,
.uk-modal-dialog .ui-input.type-6 .ui-input__icon.ui-input__icon--eye svg,
.uk-modal-dialog .ui-input.type-6 .ui-input__icon.ui-input__icon--eye img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.section .ui-input.type-6.password-field .ui-input__icon--eye,
.uk-modal-dialog .ui-input.type-6.password-field .ui-input__icon--eye {
  color: var(--theme-color-primary-text);
}

@supports (-webkit-touch-callout: none) {
  .section .ui-input input,
  .section .ui-input select,
  .section .ui-input textarea,
  .uk-modal-dialog .ui-input input,
  .uk-modal-dialog .ui-input select,
  .uk-modal-dialog .ui-input textarea {
    font-size: 16px !important;
  }
}

@keyframes spin-with-translate {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
.section .ui-button,
.uk-modal-dialog .ui-button {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  padding: 14px 24px;
  align-items: center;
  gap: 6px;
  height: 52px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  flex-wrap: nowrap;
  text-decoration: none;
}

.section .ui-button--full-width,
.uk-modal-dialog .ui-button--full-width {
  width: 100%;
}

.section .ui-button .ui-button__icon,
.uk-modal-dialog .ui-button .ui-button__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .ui-button .ui-button__icon img,
.uk-modal-dialog .ui-button .ui-button__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section .ui-button.type-1,
.uk-modal-dialog .ui-button.type-1 {
  margin-top: 32px;
  min-width: 209px;
  justify-content: center;
  color: var(--theme-color-primary-button-text);
  background: var(--theme-color-primary-button-fill);
  border: 2px solid var(--theme-color-primary-button-border);
}
.section .ui-button.type-1 span, .section .ui-button.type-1 p,
.uk-modal-dialog .ui-button.type-1 span,
.uk-modal-dialog .ui-button.type-1 p {
  color: var(--theme-color-primary-button-text);
}
.section .ui-button.type-1:hover,
.uk-modal-dialog .ui-button.type-1:hover {
  color: var(--theme-color-primary-button-hover-text);
  background: var(--theme-color-primary-button-hover-fill);
  border: 2px solid var(--theme-color-primary-button-hover-border);
}
.section .ui-button.type-1:hover span, .section .ui-button.type-1:hover p,
.uk-modal-dialog .ui-button.type-1:hover span,
.uk-modal-dialog .ui-button.type-1:hover p {
  color: var(--theme-color-primary-button-hover-text);
}

.section .ui-button:after,
.uk-modal-dialog .ui-button:after {
  content: "";
  position: absolute;
  right: 12px;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  bottom: 0;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  background-color: transparent;
  border-radius: 50%;
  z-index: 1;
  width: 21px;
  height: 21px;
  opacity: 1;
  display: none;
  animation: spin-with-translate 1s linear infinite;
}

.section .ui-button.loading,
.uk-modal-dialog .ui-button.loading {
  position: relative;
  pointer-events: none;
  cursor: progress;
  user-select: none;
  padding-right: 57px;
}
.section .ui-button.loading:before,
.uk-modal-dialog .ui-button.loading:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: inherit;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  background-size: 200% 200%;
  animation: circle-color 3s ease-in-out infinite;
}
.section .ui-button.loading:after,
.uk-modal-dialog .ui-button.loading:after {
  display: block;
  opacity: 1;
}

.section .ui-button.h-40,
.uk-modal-dialog .ui-button.h-40 {
  height: 40px;
}

.section .ui-button:disabled,
.uk-modal-dialog .ui-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

:root {
  --uk-notification-custom-bg-color-1: #FED7E2;
  --uk-notification-custom-bg-color-2: #FED7E2;
  --uk-notification-custom-text-color-1: #FF0000;
  --uk-notification-custom-text-color-2: #0EA75A;
  --uk-notification-custom-text-color-3: #5C59E8;
}

.uk-notification {
  width: auto !important;
  max-width: 400px !important;
}
.uk-notification .uk-notification-message {
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 0 1px 0 rgba(29, 33, 45, 0.2), 0 16px 32px 0 rgba(29, 33, 45, 0.1);
  overflow: hidden;
}
.uk-notification .uk-notification-message .uk-notification-close {
  z-index: 10;
}
.uk-notification .uk-notification-message .ui-kit-notification-custom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  padding: 16px;
  width: 100%;
  background-color: #EFFCF5;
}
.uk-notification .uk-notification-message .ui-kit-notification-custom.uk-notification-message-danger {
  background-color: var(--uk-notification-custom-bg-color-1);
  color: var(--uk-notification-custom-text-color-1);
}
.uk-notification .uk-notification-message .ui-kit-notification-custom.uk-notification-message-danger .ui-kit-notification-custom__title {
  color: var(--uk-notification-custom-text-color-1);
}
.uk-notification .uk-notification-message .ui-kit-notification-custom.uk-notification-message-danger .ui-kit-notification-custom__title:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDY3IDY4IiBmaWxsPSJub25lIj48Y2lyY2xlIGN4PSIzMy41IiBjeT0iMzQiIHI9IjMwLjU0NTUiIGZpbGw9IiNEMjAwMjciIHN0cm9rZT0iI0Y4M0M1RSIgc3Ryb2tlLXdpZHRoPSI1LjA5MDkxIi8+PHBhdGggZD0iTTIxLjg0NTIgMTkuNDg4MkMyMS4xOTQzIDE4LjgzNzMgMjAuMTM5IDE4LjgzNzMgMTkuNDg4MiAxOS40ODgyQzE4LjgzNzMgMjAuMTM5IDE4LjgzNzMgMjEuMTk0MyAxOS40ODgyIDIxLjg0NTJMMzEuNjQzIDM0TDE5LjQ4ODIgNDYuMTU0OEMxOC44MzczIDQ2LjgwNTcgMTguODM3MyA0Ny44NjEgMTkuNDg4MiA0OC41MTE4QzIwLjEzOS A0OS4xNjI3IDIxLjE5NDMgNDkuMTYyNyAyMS44NDUyIDQ4LjUxMThMMzQgMzYuMzU3TDQ2LjE1NDggNDguNTExOEM0Ni44MDU3IDQ5LjE2MjcgNDcuODYxIDQ5LjE2MjcgNDguNTExOCA0OC41MTE4QzQ5LjE2MjcgNDcuODYxIDQ5LjE2MjcgNDYuODA1NyA0OC41MTE4IDQ2LjE1NDhMMzYuMzU3IDM0TDQ4LjUxMTggMjEuODQ1MkM0OS4xNjI3IDIxLjE5NDMgNDkuMTYyNyAyMC4xMzkgNDguNTExOCAxOS40ODgyQzQ3Ljg2MSAxOC44MzczIDQ2LjgwNTcgMTguODM3MyA0Ni4xNTQ4IDE5LjQ4ODJMMzQgMzEuNjQzTDIxLjg0NTIgMTkuNDg4MloiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
}
.uk-notification .uk-notification-message .ui-kit-notification-custom__title {
  position: relative;
  padding-left: 32px;
  color: var(--uk-notification-custom-text-color-2);
  /* Inter/Body 14/Semibold */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
  white-space: break-spaces;
}
.uk-notification .uk-notification-message .ui-kit-notification-custom__title:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iMTIiIGZpbGw9IiMwRUE3NUEiLz4KPHBhdGggZD0iTTE2Ljc4MDMgOS43ODAzM0MxNy4wNzMyIDkuNDg3NDQgMTcuMDczMiA5LjAxMjU2IDE2Ljc4MDMgOC43MTk2N0MxNi40ODc0IDguNDI2NzggMTYuMDEyNiA4LjQyNjc4IDE1LjcxOTcgOC43MTk2N0wxMC43NSAxMy42ODkzTDguMjgwMzMgMTEuMjE5N0M3Ljk4NzQ0IDEwLjkyNjggNy41MTI1NiAxMC45MjY4IDcuMjE5NjcgMTEuMjE5N0M2LjkyNjc4IDExLjUxMjYgNi45MjY3OCAxMS45ODc0IDcuMjE5NjcgMTIuMjgwM0wxMC4yMTk3IDE1LjI4MDNDMTAuNTEyNiAxNS41NzMyIDEwLjk4NzQgMTUuNTczMiAxMS4yODAzIDE1LjI4MDNMMTYuNzgwMyA5Ljc4MDMzWiIgZmlsbD0iI0U4RjdFRiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDEyQzIyIDE3LjUyMjggMTcuNTIyOCAyMiAxMiAyMkM2LjQ3NzE1IDIyIDIgMTcuNTIyOCAyIDEyQzIgNi40NzcxNSA2LjQ3NzE1IDIgMTIgMkMxNy41MjI4IDIgMjIgNi40NzcxNSAyMiAxMlpNMjAuNSAxMkMyMC41IDE2LjY5NDQgMTYuNjk0NCAyMC41IDEyIDIwLjVDNy4zMDU1OCAyMC41IDMuNSAxNi42OTQ0IDMuNSAxMkMzLjUgNy4zMDU1OCA3LjMwNTU4IDMuNSAxMiAzLjVDMTYuNjk0NCAzLjUgMjAuNSA3LjMwNTU4IDIwLjUgMTJaIiBmaWxsPSIjRThGN0VGIi8+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.uk-notification .uk-notification-message .ui-kit-notification-custom__button {
  color: var(--uk-notification-custom-text-color-3);
  border: none;
  outline: none;
  background-color: transparent;
  /* Inter/Body 14/Regular */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
  cursor: pointer;
}
.uk-notification .uk-notification-message div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  white-space: nowrap;
}

:root {
  --ui-form-notification-bg-color-1: #FED7E2;
  --ui-form-notification-text-color-1: #DE2238;
}

.theme-dark .ui-form-notification {
  --ui-form-notification-bg-color-1: rgba(222, 34, 56, 0.4);
  --ui-form-notification-text-color-1: #FFB1BA;
}

.ui-form-notification {
  display: none;
  height: 56px;
  padding: 16px !important;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 12px;
  color: var(--ui-form-notification-text-color-1);
  background: var(--ui-form-notification-bg-color-1);
  margin-bottom: 24px;
  margin-top: 24px;
  box-sizing: border-box;
}
.ui-form-notification * {
  box-sizing: border-box;
}
.ui-form-notification.is-error {
  display: flex;
  margin-bottom: 24px;
}
.ui-form-notification__text {
  color: var(--ui-form-notification-text-color-1);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.04px;
  margin-top: 0;
  margin-bottom: 0;
}
.ui-form-notification__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--ui-form-notification-text-color-1);
}

.section.reset-password-v2 {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
  color: #FFFFFF;
  background: linear-gradient(36.4deg, #6978DB -37.44%, #3589DC -24.13%, #009BDD -9.33%, #7884EE 26.17%, #EF6DFF 61.68%, #F155AE 83.88%, #F33D5E 106.07%);
}
.section.reset-password-v2 .reset-password-v2__wrapper {
  align-items: center !important;
}
.section.reset-password-v2 .reset-password-v2__window {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  padding: 32px;
  text-align: center;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1490196078);
  box-shadow: 0 8px 72px -5px rgba(0, 0, 0, 0.1019607843), 0 2px 30px 0 rgba(0, 0, 0, 0.0509803922), 0 2px 20px 2px rgba(53, 53, 53, 0.0509803922) inset, 0 0 5px 0 rgba(255, 255, 255, 0.1490196078) inset, -1px -1px 0 0 rgba(255, 255, 255, 0.4) inset, 1px 0.5px 0 0 rgba(255, 255, 255, 0.6) inset;
  gap: 24px;
}
.section.reset-password-v2 .reset-password-v2__window--hidden {
  display: none !important;
}
.section.reset-password-v2 .reset-password-v2__title-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 8px;
}
.section.reset-password-v2 .reset-password-v2__title {
  font-family: "Inter", sans-serif;
  line-height: 120%;
  color: var(--theme-color-title);
}
.section.reset-password-v2 .reset-password-v2__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--theme-color-primary-text);
}
.section.reset-password-v2 .reset-password-v2__button--submit {
  height: 60px;
  margin-top: 24px !important;
}
.section.reset-password-v2 .reset-password-v2__notification-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.section.reset-password-v2 .reset-password-v2__notification {
  display: none;
  align-items: center;
  align-self: stretch;
  height: 56px;
  margin-top: 12px !important;
  padding: 16px !important;
  color: #FF0000;
  border-radius: 12px;
  background: #FED7E2;
  gap: 12px;
}
.section.reset-password-v2 .reset-password-v2__notification svg {
  width: 24px;
  height: 24px;
}
.section.reset-password-v2 .reset-password-v2__notification.is-error {
  display: flex;
}

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