/** NECTLY APP CSS */

#pick-time-window {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 1rem;
    background-color: var(--White);
    border-radius: 1rem;
    border: 1px solid var(--Electric-Blue);
}

.pick-time-container {
    width: 960px;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    align-items: end;
}

.pick-time-container h3 {
    font-size: 2.5rem;
}

.pick-time-container-left {
    gap: 1.5rem;
    flex: 1;
}

#date-title-container,
.payment-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.left-intro-container {
    border-radius: 1rem 1rem 0px 0px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 1rem;
}

#link-welcome-message {
  word-break: break-word;
}

.title-icon-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #EAEBFF;
    background-color: var(--White);
    border-radius: 50%;
    flex-shrink: 0;
}

.payment-container {
    align-items: flex-start;
}

.payment-container p {
    padding: 0;
    margin: 0;
    color: var(--Electric-Blue);
}

#date-title-container h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--Electric-Blue);
}

.custom-select-wrapper {
    position: relative;
    display: flex;
    width: 100%;
  }

  .custom-select {
    width: 100%;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #ccc;
    appearance: none; /* removes default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    border-radius: 4px;
    color: var(--Electric-Blue);
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
  }

  .custom-select:focus {
    outline: 1px solid var(--Electric-Blue);
  }

  input::placeholder {
    color: #898989 !important;
    font-weight: 400 !important;
  }

  textarea::placeholder {
    color: #898989 !important;
    font-weight: 400 !important;
  }

  textarea {
    color: var(--Midnight-Blue) !important;
    font-weight: 400 !important;
  }

  .custom-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 16px;
    height: 16px;
  }

  .primary-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
  }

  .subject-container p,
  .pick-time-window-container p {
    padding: 0;
    margin: 0;
  }

  .subject-container,
  .pick-time-window-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .calendar-slots-refresh {
    color: var(--Electric-Blue);
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
  }

  .calendar-slots-refresh img {
    transition: transform 0.3s ease-in-out;
  }

  .calendar-slots-refresh:hover img {
    transform: rotate(-360deg);
  }

  .calendar-slots-refresh:hover {
    text-decoration: underline;
  }

  #calendar-footer {
    border-top: 1px solid #DDD;
    margin-top: 0.5rem;
    padding-top: 1rem;
  }

  #calendar-footer p {
    font-size: 0.875rem;
    color: var(--Midnight-Blue);
    padding: 0;
    margin: 0;
  }

  #link-calendar-slots,
  #link-calendar-slots-mobile,
  #time-zone-container,
  #time-zone-container-mobile {

  }

  /** CALENDAR */

  #calendar-container,
  #calendar-container-mobile {
    border-radius: 1rem;
    background-color: var(--White);
    border: 1px solid #F3F3F3;
    padding: 2rem;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
  }

  .lm-calendar-weekdays,
  .lm-calendar-content,
  .lm-calendar-header .lm-calendar-labels>button {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: var(--Midnight-Blue);
  }

  .lm-calendar-header .lm-calendar-labels>button {
    font-size: 1.25rem;
  }

  .lm-calendar-content>div[data-bold=true] {
    font-weight: 400;
    background-color: #EBFFD6;
}

  .lm-calendar-content>div[data-selected=true] {
    background-color: var(--Neon-Green);
    font-weight: 700;
}

.lm-calendar-content:focus>div[data-selected=true] {
    outline: none;
}

.lm-calendar {
    width: 100%
}

.lm-calendar-header>div:first-child {
    position: relative;
}

.lm-calendar-navigation button {
    transform: rotate(-90deg);
    color: var(--Midnight-Blue)
}

.lm-calendar-header .lm-calendar-labels {
    justify-content: center;
}

.lm-calendar-navigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
}

.link-post-reserve-slot-content {
    text-align: center;
}

.link-post-reserve-slot-content h4 {
    color: var(--Electric-Blue);
}

.link-post-reserve-slot-content img {
    height: 100px;
}

.error-message {
    color: var(--Pink);
}

#link-post-reserve-slot-no-slots h4 {
    color: var(--Darker-Grey);
}



/* SEEKERS DASHBOARD */

.seekers-dashboard-container {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.dashboard-center-container {
    flex: 1.2;
}

.refer-card {
    padding: 1.5rem;
    border-radius: 1rem;
    background: #D4D8FF;
  }

  .refer-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--Electric-Blue);
  }

  .refer-card p {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--Midnight-Blue);
  }

  .refer-card-form {
    width: 100%;
  }

  .refer-card .flex input {
    border-radius: 0.875rem;
  }

  .set-availability-button {
    background-color: rgba(255, 255, 255, 0.40);
    border-radius: 1rem;
    border: 1px dashed var(--Electric-Blue);
    padding: 1rem;
    transition: all 0.3s ease-in-out;
  }

  .set-availability-button:hover {
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
  }

  .set-your-availability-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 1rem;
    background-color: var(--White);
    border-radius: 1rem;
    border: 1px solid #ccc;
  }

  .set-your-availability-container:focus-within {
    border: 1px solid var(--Electric-Blue);
  }


.slot-list-item {
    position: relative;
    border-radius: 1rem;
    background-color: var(--White);
    border: 1px solid #F3F3F3;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.slot-list-item:focus-within {
  border: 1px solid var(--Electric-Blue);
}

#slot-item-edit-icon {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: rgba(40, 58, 255, 0.10);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.slot-list-item:hover #slot-item-edit-icon {
    opacity: 1;
    cursor: pointer;
}

.slot-list-item:hover {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
}

.slot-list-item .meeting-button-container,
.slot-list-item .cancel-conversation-window {
    height: 0px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    padding: 0;
}

.slot-list-item:not(.cancel-active):hover .meeting-button-container {
  opacity: 1;
  height: 76px;
  padding: 0 1rem 1rem 1rem;
}

.cancel-conversation-window {
  padding: 1rem;
  border-radius: 0rem 0rem 1rem 1rem;
  background: linear-gradient(0deg, #FFEEF8 0%, #FFEEF8 100%), linear-gradient(0deg, #FFDEF1 0%, #FFDEF1 100%), #EFEFEF;
}



#slot-item-title {
    color: var(--Electric-Blue);
}

#slot-item-subject {
    font-size: 0.875rem;
}

.slot-item-date {
    font-size: 0.875rem;
    color: var(--Electric-Blue);
}

/* Available Slots */

.available-slot-list-item {
  position: relative;
  border-radius: 1rem;
  background-color: var(--White);
  border: 1px solid #F3F3F3;
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  padding-bottom: 1rem;
}

.available-slot-list-item-header {
  padding: 1rem 1rem 0 1rem;
}

.available-slot-list-item:hover {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
  border: 1px solid var(--Electric-Blue);
  padding-bottom: 0;
}

.available-slot-list-item-settings ul {
  padding: 0 0.5rem;
  margin: 0;
}

.available-slot-list-item-settings ul li {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--Midnight-Blue);
  list-style: none;
  padding: 0.5rem;
}

.available-slot-list-item-settings ul li:hover {
  cursor: pointer;
  background-color: rgba(40, 58, 255, 0.2);
  background: linear-gradient(0deg, #FFEEF8 0%, #FFEEF8 100%), linear-gradient(0deg, #FFDEF1 0%, #FFDEF1 100%), #EFEFEF;
  border-radius: 0.25rem;
}

.available-slot-list-item-settings ul li img {
  display: none;
}

.available-slot-list-item-settings ul li:hover img {
  display: block;
}





.toggle-panel {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

.toggle-a {
  height: auto;
  opacity: 1;
  overflow: hidden;
  padding: 0;
}

.toggle-b {
  height: 0;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}


.toggle-pair:hover .toggle-a {
  height: 0;
  opacity: 0;
  padding: 0;
}

.toggle-pair:hover .toggle-b {
  height: auto;
  opacity: 1;
}










#nectly-link-button {
  position: relative;
  background-color: var(--Neon-Green);
  border-radius: 50px;
  padding: 0.5rem 0.5rem;
  padding-right: 1.5rem;
  display: flex;
  width: fit-content;
  outline: 2px solid rgba(255, 255, 255, 0.50);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

#nectly-link-button p,
#nectly-link-button img {
  z-index: 2;
  pointer-events: none;
}

.nectly-link-text {
  height: 20px;
}

.nectly-link-text p {
  color: var(--Midnight-Blue);
  font-size: 0.875rem;
}

.primary-text {
  position: relative;
  top: 3px;
}

.secondary-text {
  position: relative;
  top: 3px;
}

.box-paragraph {
    font-size: 0.75rem;
    font-weight: 400;
}

#nectly-link-button.clicked .wrapper div {
  transform: translateY(200px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

#nectly-link-button.clicked .nectly-link-text .primary-text,
#nectly-link-button.clicked .nectly-link-text .secondary-text {
  transform: translateY(-60px);
  transition: transform 0.3s cubic-bezier(0.75, -0.5, 0.25, 1.5);
}

#nectly-link-button.returning .wrapper div {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

#nectly-link-button.returning .nectly-link-text .primary-text,
#nectly-link-button.returning .nectly-link-text .secondary-text {
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.2, 1.5, 0.5, 1);
}

.progress-bar-container {
    position: relative;
    width: 100%;
    height: 0.5rem;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 0.25rem;
}


.progress-bar-fill {
  width: 20%;
  height: 8px;
  border-radius: 50px;
  -webkit-mask:linear-gradient(#fff 0 0);
          mask:linear-gradient(#fff 0 0);
}

.progress-bar-fill::before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: linear-gradient(to right, var(--Pink), var(--Electric-Blue), var(--Neon-Green));
}

.notification-message {
  background-color: var(--Light-Blue);
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.5rem;
}



.session-balance-container {
    background-color: var(--Electric-Blue);
    color: var(--White);
    border-radius: 1rem;
    padding: 1rem;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
}

.session-balance-container-inner-item {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    outline: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background-color: var(--White);
}

.checked {
    outline: 2px solid var(--White);
}

.session-balance-container-inner-item img {
    width: 100%;
    height: 100%;
}

.session-balance-container h4 {
    font-size: 1rem;
    font-weight: 600;
}

/* Tabs */

.tabs {

}

.tab {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.40);
  border-radius: 1rem 1rem 0px 0px;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--Midnight-Blue);
  cursor: pointer;
  white-space: nowrap;
}

.tab.active {
  background-color: var(--White);
  font-weight: bolder;
  color: var(--Electric-Blue);
}

.tab-contents {
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  padding: 1rem;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: flex;
}

.filter-item p {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--Midnight-Blue);
  cursor: pointer;
}

.filter-item.active p {
  font-weight: bolder;
  color: var(--Electric-Blue);
  border-bottom: 2px solid var(--Electric-Blue);
  padding-bottom: 0.5rem;
}

.notification-message img {
  height: 100px;
}

.cancel-meeting-button img {
  transition: all 0.3s ease-in-out;
}

.cancel-meeting-button:hover img {
  transform: rotate(90deg);
}

.delete-all-slots-button {
  border-top: 1px solid #ccc;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.delete-all-slots-button:hover {
  background: linear-gradient(0deg, #FFEEF8 0%, #FFEEF8 100%), linear-gradient(0deg, #FFDEF1 0%, #FFDEF1 100%), #EFEFEF;
  border-radius: 0rem 0rem 1rem 1rem;
}

/* Edit Payment Method  */

.edit-payment-method-window {
    background-color: var(--White);
    border-radius: 0.5rem;
    padding: 1rem;
    color: var(--Midnight-Blue)
}

.edit-payment-method-window h4 {
    font-size: 1.5rem;
    font-weight: 400;
}

.bank-logo {
    height: 2.5rem;
}

/* Setup Account */

.setup-account-container {
  padding: 1rem;
  background-color: var(--White);
  border-radius: 1rem;
  border: 1px solid #ccc;
  overflow: hidden;
}

.setup-account-container h4 {
  font-size: 1rem;
  font-weight: 700;
}

.numbered-list-item {
  color: var(--White);
  background-color: var(--Electric-Blue);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto
}

.charity-logo {
  width: 89px;
  height: 40px;
}

.setup-account-container-content {
  flex: 1;
}

.nectly-button-image-container {
  position: relative;
  flex: 0.5;
  height: 20px;
}

.setup-account-container-payment-image {
  position: absolute;
  transform: translateX(-50%);
  width: 120%;
  bottom: -20px;
  left: 50%;
}

.setup-account-container-availability-image {
  position: absolute;
  width: 140%;
  bottom: -2rem;
  right: -40%;
}

.setup-account-container-nectly-button-image {
  position: absolute;
  width: 160%;
  bottom: 2rem;
  right: -20%;
}

.fund-container {
  border-radius: 100px;
  position: relative;
  padding: 0.5rem;
}

.fund-container .price {
  font-size: 2rem;
  line-height: 1;
}

.funder {
  position: absolute;
  top:10px;
  right: 0;
  transform: translateY(-100%);
}


/* Settings */

.settings-tab-contents {
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  padding: 2.5rem;
  border-radius: 0 1rem 0 0;
}

.price-container {
  position: relative;
  border-radius: 1rem;
  border: 1px solid #CCC;
  flex: 1;
  align-items: end;
  transition: flex-direction 0.3s ease;
}

.price-container:last-child {
  background-color: #D4D8FF;
}

.price-container.row-layout {
  flex-direction: row;
}


.special-offer-container {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--Midnight-Blue);
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  color: var(--White);
  text-transform: uppercase;
  font-weight: 600;
}

.price-container ul {
  padding: 1rem;
  margin: 0;
}

.conversation-count {
  border-radius: 0.5rem;
  padding: 0 0.5rem;
  width: fit-content;
  font-size: 1.25rem;
}

.price {
  font-size: 2.5rem;
}

.darker-background {
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 66, 0.1);
  border-radius: 0 0 1rem 1rem;
}

.payment-card-image-container {
  position: relative;
  max-height: 300px;
}

.payment-card-image {
  position: relative;
  right: 0;
  bottom: 0;
  width: 110%;
  height: 100%;
  border-radius: 0 0 1rem 0;
  float: right;
}

/* Conversation History */

.conversation-history-status-container {
  max-width: 600px;
  margin: 0 auto;
}

.conversation-history-status-container img {
  height: 100px;
}

.conversation-history-table {
}

.conversation-history-table-header {
  color: var(--Electric-Blue);
  font-weight: 600;
}

.conversation-history-table tbody {
  color: var(--Midnight-Blue);
}

.conversation-history-table-header,
.conversation-history-table-row {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 1rem;
}

.conversation-history-table-header p,
.conversation-history-table-row p {
  flex: 1;
}

.conversation-history-table-row p:first-child {
  font-weight: 600;
}

.conversation-history-table-row:nth-child(even) {
  background-color: var(--Light-Blue);
}

.system-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.system-status::before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.system-status.no::before {
  background-image: url('../images/app/no-system-icon.svg');
}

.system-status.yes::before {
  background-image: url('../images/app/yes-system-icon.svg');
}

.system-status.charity::before {
  background-image: url('../images/app/charity-system-icon.svg');
}

.system-status.paid::before {
  background-image: url('../images/app/paid-system-icon.svg');
}

.system-status.unpaid::before {
  background-image: url('../images/app/unpaid-system-icon.svg');
}

.conversation-history-table tbody tr td:first-child {
  font-weight: 600;
}


/* Pagination */

.pagination {
  display: flex;
  width: fit-content;
  background-color: #EAEBFF;
  padding: 4px 4px;
  border-radius: 80px;
  gap: 4px;
  margin-top: 2.5rem;
}

.page-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.5rem;
  border-radius: 80px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: var(--Midnight-Blue);
  transition: all 0.3s ease-in-out;
  background-color: rgba(204, 208, 247, 0);
}

.page-btn.prev p {
  padding-right: 0.5rem;
}

.page-btn.next p {
  padding-left: 0.5rem;
}

.page-btn:hover {
  background-color: rgba(204, 208, 247, 1);
}

.page-btn.inactive {
  opacity: 0.5;
  pointer-events: none;
}

.page-btn.active {
  opacity: 1;
}

.page-btn.next::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../images/app/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.page-btn.prev::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../images/app/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}



/* Pop-up Forms */

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.popup-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 66, 0.5); /* zatmavenie */
  z-index: 1;
}

.popup-form {
  position: relative;
  z-index: 2;
  max-height: 80vh;
  overflow-y: auto;
  background-color: var(--White);
  padding: 2.5rem 1rem 1rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0,0,66,0.3);
}

.close-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--White);
  border-radius: 50%;
}

/* Calendar */

[data-vc=calendar] {
  padding: 0;
}

[data-vc-date-btn] {
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 1rem;
}

[data-vc-theme=light] .vc-date[data-vc-date-selected] .vc-date__btn {
  background-color: var(--Neon-Green);
  border: 2px solid var(--Electric-Blue);
  color: var(--Midnight-Blue);
  font-weight: 600;
}

[data-vc-theme=light] .vc-date[data-vc-date-selected] .vc-date__btn:hover {
  background-color: var(--Neon-Green);
  border: 2px solid var(--Electric-Blue);
  color: var(--Midnight-Blue);
  font-weight: 600;
}

[data-vc-theme=light] .vc-header__content, [data-vc-theme=light] .vc-month, [data-vc-theme=light] .vc-year {
  font-size: 1.25rem;
  color: var(--Midnight-Blue);
}

[data-vc-theme=light] .vc-week__day[data-vc-week-day-off] {
  color: inherit;
}

[data-vc-theme=light] .vc-date[data-vc-date-holiday] .vc-date__btn, [data-vc-theme=light] .vc-date[data-vc-date-weekend] .vc-date__btn {
  color: inherit;
}

[data-vc-theme=light] .vc-months__month[data-vc-months-month-selected], [data-vc-theme=light] .vc-years__year[data-vc-years-year-selected] {
  color: var(--Neon-Green);
  background-color: var(--Midnight-Blue);
}


/* Choose Role */

.choose-role-wrapper {
  margin-bottom: 5rem;
}

.choose-role-intro-container {
  max-width: 300px;
}

.choose-role-container {
  border-radius: 1rem;
  background-color: var(--White);
  border: 1px solid #F3F3F3;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  max-width: 300px;
  flex: 1;
}

.choose-role-container:hover {
  /*box-shadow: 0 0 80px rgba(0, 0, 66, 0.2);*/
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 66, 0.2));
}

.choose-role-image-container {
  position: relative;
  width: 100%;
  height: 200px;
}

.choose-role-container:first-child .choose-role-image-container img {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.choose-role-container:last-child .choose-role-image-container img {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.choose-role-content {
  padding: 2rem;
}

.button-container {
  padding: 0 2rem 2rem 2rem;
}

.wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--Neon-Green);
  border: 1px solid lightpurple;
  cursor: pointer;
  z-index: 1;
  transform: translateY(-50%) scale(1);
}

.wrapper div {
  position: absolute;
  filter: blur(10px);
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.wrapper:hover div{
  animation-play-state: running;
}

.one {
  border-radius: 100%;
  width: 300px;
  height: 300px;
  background-color: var(--Neon-Green);
  left: -50px;
  top: -300px;
  z-index: 3;
  animation: fly 24s linear infinite;
  transform: rotate(0) translate(80px) rotate(0);
  filter: blur(10px);
  opacity: 1;
  animation-play-state: paused;
}

.two {
  width: 250px;
  height: 400px;
  background-color: var(--Pink);
  bottom: -30px;
  left: -80px;
  animation: flyPlus 20s linear infinite;
  animation-play-state: paused;
}

.threee {
  border-radius: 100%;
  width: 250px;
  height: 250px;
  bottom: -80px;
  right: -100px;
  background-color: var(--Electric-Blue);
  animation: flyPlus 20s linear infinite;
  animation-play-state: paused;
}

.four {
  border-radius: 100%;
  width: 180px;
  height: 180px;
  margin: auto;
  bottom: 0;
  right: 0;
  background-color: var(--Neon-Green);
  animation: flyPlus 30s linear infinite;
  animation-play-state: paused;
}

@keyframes fly {
  50% {
    transform: rotate(2turn) translate(200px) rotate(-2turn);
    -webkit-transform: rotate(2turn) translate(200px) rotate(-2turn);
    -moz-transform: rotate(2turn) translate(200px) rotate(-2turn);
    -ms-transform: rotate(2turn) translate(200px) rotate(-2turn);
    -o-transform: rotate(2turn) translate(200px) rotate(-2turn);
}
}

@keyframes flyPlus {
  50% {
    transform: rotate(-2turn) translate(200px) rotate(2turn);
    -webkit-transform: rotate(-2turn) translate(200px) rotate(2turn);
    -moz-transform: rotate(-2turn) translate(200px) rotate(2turn);
    -ms-transform: rotate(-2turn) translate(200px) rotate(2turn);
    -o-transform: rotate(-2turn) translate(200px) rotate(2turn);
}
}



.app-menu {
  position: relative;
  top: 80px;
  z-index: -1;
  background-color: #EAEBFF;
  border-radius: 5rem;
  padding: 0.25rem;
  margin: 0 1rem;
  display: none;
}

.app-menu button {
  background-color: transparent;
  border: none;
  padding: 0.25rem 0.5rem;
  border-radius: 5rem;
}

.app-menu button.active {
  background-color: var(--Electric-Blue);
  color: white;
}



/*  Responsive */

@media (max-width: 1024px) {
  .choose-role-intro-container {
    max-width: 100%;
  }

  .choose-role-container {
    max-width: 100%;
  }

  .seekers-dashboard-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    flex-direction: row;
    width: auto;
  }

  .seekers-dashboard-container > div {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .app-menu {
    display: block;
  }

  .one, .two, .three, .four {
    animation-play-state: running;
  }

}

@media (max-width: 960px) {
    header {
        padding: 1.5rem;
    }
}

@media screen and (max-width: 768px) {

}