html,
body {
  font-size: 16px;
  overflow-x: hidden;
}

@font-face {
  font-family: "FintechFusionSemiBold";
  src: url("/i/fonts/seminar-sifd/FintechFusion-SemiBold.ttf");
}
@font-face {
  font-family: "FintechFusionRegular";
  src: url("/i/fonts/seminar-sifd/FintechFusion-Regular.ttf");
}
@font-face {
  font-family: "FintechFusionMedium";
  src: url("/i/fonts/seminar-sifd/FintechFusion-Medium.ttf");
}
@font-face {
  font-family: "FintechFusionBold";
  src: url("/i/fonts/seminar-sifd/FintechFusion-Bold.ttf");
}

.font-fintec-semibold {
  font-family: "FintechFusionSemiBold", sans-serif;
}

.font-fintec-medium {
  font-family: "FintechFusionMedium", sans-serif;
}

.font-fintec-regular {
  font-family: "FintechFusionRegular", sans-serif;
}

.font-fintec-bold {
  font-family: "FintechFusionBold", sans-serif;
}

header {
  background: #d7ffff;
  background: linear-gradient(
    164deg,
    rgba(215, 255, 255, 1) 0%,
    rgba(119, 161, 211, 1) 70%,
    rgba(230, 132, 174, 1) 100%
  );
}

.bg-gradient {
  background: #bfe9ff;
  background: linear-gradient(
    344deg,
    rgba(191, 233, 255, 1) 0%,
    rgba(235, 238, 242, 1) 70%
  );
}

.first_grid_bg {
  background: #bfe9ff;
  background: linear-gradient(
    149deg,
    rgba(191, 233, 255, 1) 0%,
    rgba(235, 238, 242, 1) 50%
  );
}

.form_bg_gradient {
  background: #bfe9ff;
  background: linear-gradient(
    164deg,
    rgba(191, 233, 255, 1) 0%,
    rgba(235, 238, 242, 1) 50%
  );
}

.how_it_works_bg_gradient {
  background: #bfe9ff;
  background: linear-gradient(
    338deg,
    rgba(191, 233, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%
  );
}

.select2-container--default .select2-selection--single {
  background-color: #191c1f0a !important;
  border-radius: 12px !important;
  display: flex !important;
  border: 1px solid #191c1f1f !important;
  padding: 12px !important;
  height: 100% !important;
  align-items: center !important;
  width: 100% !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: normal !important;
  color: #8b8b8b !important;
  display: flex !important;
  gap: 10px !important;
  padding-left: 0 !important;
  line-height: normal !important;
  align-items: center !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100% !important;
}

.select2-container {
  width: 100% !important;
}

.select2 {
  width: 100% !important;
}

.select2-results__options::-webkit-scrollbar {
  width: 16px;
  background-clip: padding-box;
}

.select2-results__options::-webkit-scrollbar-track {
  display: none;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #8b8b8b;
}

.select2-results__options::-webkit-scrollbar-button {
  display: none;
}

.registration__thanks-title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin: 20px 0 12px 0;
  text-align: center;
}

.registration__thanks-subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.account-activate-success {
  display: flex;
  flex-direction: column;
  gap: 12px;
  --bg: #fafafa;
  --bg-alt: #f6f6fa;
  --color-alt: #878991;
}
.account-activate-success__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-bottom: 1rem;
}
.account-activate-success__header h2 {
  font-size: 28px;
  text-align: start;
  font-family: "FintechFusionRegular", sans-serif;
}
.account-activate-success__header p {
  font-size: 18px;
   font-family: "FintechFusionRegular", sans-serif;
}
.account-activate-success__result {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.account-activate-data {
  background-color: var(--bg-alt);
  display: grid;
  grid-template-columns: 1fr auto 30px;
  position: relative;
  border-radius: 12px;
  padding: 1rem;
  gap: 12px;
  align-items: center;
}
.account-activate-data span {
  color: var(--color-alt);
  font-size: 14px;
  font-family: "FintechFusionRegular", sans-serif;
}
.account-activate-data button {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-image: none;
  background-color: transparent;
  transition: all 0.2s ease;
  border: none;
}
.account-activate-data button:hover {
  cursor: pointer;
  background-color: #0000001a;
}
.account-activate-data button:active {
  transform: scale(0.95);
}
.account-activate-data strong {
  text-align: end;
  font-family: "FintechFusionRegular", sans-serif;
}
.account-activate-data figure {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #000c;
  color: white;
  display: none;
  opacity: 0;
  transition: all 0.6s linear;
}

.account-activate-data figure.active {
  opacity: 1;
  display: flex;
}

.account-activate-cabinet {
  display: flex;
  padding: 1rem;
  gap: 6px;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  font-size: 18px;
  text-decoration: none;
  font-family: "FintechFusionRegular", sans-serif;
}
.account-activate-cabinet:hover {
  text-decoration: underline;
}

.promo-text {
  color: #000 !important;
}

.no-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}

.no-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
