@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body,
html {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
}

.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: #444 !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: #444;
}

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

.calculator_area > .select2-selection select2-selection--single {
  border: none !important;
  background-color: #f1f6f5 !important;
}

.tag {
  background-color: var(--primary-bg-color);
  border-top: 0.5rem solid var(--primary-bg-color);
  border-right: 0.5rem solid var(--primary-bg-color);
  border-radius: 0 1.25rem 0 0;
  padding: 0.3rem;
}

.tag::after {
  width: 4rem;
  height: 4rem;
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  right: -4.5rem;
  border-bottom-left-radius: 1rem;
  box-shadow: -0.3rem 0.3rem var(--primary-bg-color);
}

.tag::before {
  width: 3rem;
  height: 3rem;
  content: "";
  position: absolute;
  background-color: transparent;
  top: -3.5rem;
  left: 0;
  border-bottom-left-radius: 1rem;
  box-shadow: -0.3rem 0.3rem var(--primary-bg-color);
}
#modal {
  display: hidden;
}

.left-top-area {
  position: relative;
}

.sub-left-top-area {
  position: absolute;
  z-index: 99999;
  height: 100%;
  right: 0;
  bottom: 0;
  width: 100% !important;
}

.sub-left-top-area::after {
  width: 93%;
  height: 5rem;
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -2px;
  right: -3px;
  background-color: transparent;
  border-bottom-right-radius: 3rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.her_section_text::before {
  width: 28rem;
  height: 6rem;
  content: "";
  position: absolute;
  background-color: transparent;

  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-top-left-radius: 3rem;
}

.th_rounded_area {
  position: absolute;
  background-color: transparent;
  content: "";
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-top-left-radius: 3rem;
}

.accordion-content {
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}

.accordion-content.open {
  max-height: 200px;
  opacity: 1;
}

.inverted_left_area {
  min-height: 300px;
  background-color: red;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* CORNER STYLES FOR THE ROUNDED 2ND HORIZONTAL SCROLLABLE TABLE */
.corner {
  position: absolute;
  border: 2px solid black;
}

/* Top-left */
.tl {
  left: 0;
  bottom: 8.95rem;
  border-right: none;
  border-bottom: none;
  width: 80%;
  height: 30%;
  border-top-left-radius: 3rem;
}

/* Top-right */
.tr {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 20px;
}

.white-shadow-box {
  position: absolute;
  top: -2px;
  left: 0;
  border-bottom-left-radius: 2rem;
  width: 3rem;
  height: 3rem;
  box-shadow: -1rem 1rem #e4eceb;
}

.cornertable {
  z-index: 40;
  box-shadow: 2rem 0rem #d9d9d9;
  border-bottom-right-radius: 3rem;
}

/* Bottom-left */
.bl {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
  border-bottom-left-radius: 3rem;
  width: 80%;
  height: 50%;
  box-shadow: -1rem 1rem #e4eceb;
}

/* Bottom-right */
.br {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 20px;
}

.registration__thanks {
  display: none;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 40rem;
  max-width: 100%;
  padding: 1rem;
  border-radius: 1rem;
  margin: 0 auto;
}

.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;
}
.account-activate-success__header p {
  font-size: 18px;
}
.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;
}
.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;
}
.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;
}
.account-activate-cabinet:hover {
  text-decoration: underline;
}

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


.account__new-type-title {
    font-size: 14px;
    color: #000;
}
.account__new-type-desc {
    font-size: 12px;
    color: #A0A0A0;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-results__option .account__new-type-desc {
    width: auto;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
}
.open-account__spreads .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    height: 100%;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] .account__new-type-title,
.select2-container--default .select2-results__option--highlighted[aria-selected] .account__new-type-desc {
    color: #FFFFFF !important;
}
.open-account__spreads .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #757575;
}
.account__new-type {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    justify-content: start;
    align-items: start;
}