.page_main__uI3Fz {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  background-color: #f9f9f9;
  padding: 24px 20px;
}

.page_centered__H2J6v {
  text-align: center;
}

.page_container__bbaIM {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_content__2iHsH {
  margin: 0 auto;
}

.page_messageBox__W5eZO {
  text-align: center;
  padding: 20px;
}

.page_success__vRWrY {
  color: var(--success-color);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page_success__vRWrY button {
  margin-top: 12px;
}

.page_resetPasswordContainer__zOfxP {
  display: flex;
  gap: 34px;
  padding-block: 12px;
}

@media (max-width: 769px) {
  .page_resetPasswordContainer__zOfxP .page_imageContainer__3Omuh {
    display: none;
  }
}

@media (max-width: 459px) {
  .page_resetPasswordContainer__zOfxP {
    padding: 0;
  }

  .page_container__bbaIM {
    padding: 24px;
  }
}

.page_resetPasswordContainer__zOfxP h2 {
  font-size: 16px;
}

.page_resetPasswordContainer__zOfxP label {
  font-size: 13px;
}

.page_error__3Q5Uh {
  color: var(--error);
  margin: 10px 0;
  font-size: 12px;
}

.page_form__3c8KW {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  max-width: 280px;
}

.page_input__IdRGw {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.page_btnFilled__oLc88 {
  padding: 10px;
  color: white;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.page_btnFilled__oLc88:disabled {
  background-color: #999;
  cursor: not-allowed;
}

.page_loading__N_kqm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.input_input__Z1Zus {
  position: relative;
  display: flex;
  height: 56px;
  padding: 8px 16px 8px 12px;
  gap: 16px;
  align-self: stretch;
  align-items: center;
  background-color: var(--surface-container-highest);
  border-bottom: 1px solid #1b1d20;
}

.input_input__Z1Zus > div:nth-child(2) {
  position: relative;
  width: 100%;
}

.input_input__Z1Zus > :nth-child(1) {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.input_input__Z1Zus img {
  vertical-align: middle;
}

.input_input__Z1Zus label {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: var(--on-surface-variant);
  color: #333;
  cursor: text;
  transition: transform 0.15s ease-in-out;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.input_input__Z1Zus input {
  border: none;
  height: 24px;
  width: 100%;
  padding: 0 5px;
  color: var(--on-surface);
  background: var(--surface-container-highest);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.input_input__Z1Zus input:focus + label,
.input_input__Z1Zus input:not(:placeholder-shown) + label,
.input_move__Sk9Tf {
  opacity: 0.6;
  transform: translateX(10px) translateY(-120%) scale(0.8);
}

.input_input__Z1Zus input:focus {
  outline: none;
}

.input_rightIcon__idazO {
  width: 36px;
}

.input_rightIcon__idazO div {
  margin-left: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_reset__EVRpO {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: var(--on-surface);
  color: #1b1d20;

  /* Regular/Body large */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
}

.page_countries__SO8eE {
  height: 200px;
  overflow-y: scroll;
}

.page_countries__SO8eE .page_inputCountries__Invtt,
.page_transport__AlcET .page_inputCountries__Invtt {
  padding: 8px;
  display: flex;
  gap: 12px;
}

.page_main__vRtQJ {
  align-self: start;
  padding: 12px 28px 0 28px;
  width: 100%;
  min-height: 100vh;
}

.page_form__0IJT_ {
  margin-left: 175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 48.5px;
}

@media (max-width: 849px) {
  .page_form__0IJT_ {
    margin-left: 0px;
  }
}

.page_form__0IJT_ form > div:not(#page_next__CIq86) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  max-width: 320px;
}

.page_form__0IJT_ h1 {
  margin-bottom: 22px;
  color: #000;

  /* Regular/Headline small */
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
}

.page_reset__EVRpO {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: var(--on-surface);
  color: #1b1d20;

  /* Regular/Body large */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
}

.page_checkbox__Zlw5c {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 8px;
}

.page_checkbox__Zlw5c input {
  margin-top: 4px;
}

.page_checkbox__Zlw5c label {
  color: var(--on-srface-variant);
  color: #4d4d4d;
  text-align: center;

  /* Regular/Body medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
}

.page_checkbox__Zlw5c span {
  color: var(--primary-color);

  /* Semi-Bold/B-M semi-bold */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.page_form__0IJT_ form button {
  display: flex;
  height: 40px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: var(--primary-color);
  border: none;
  color: var(--on-primary);
  color: #fafeff;
  cursor: pointer;

  /* Regular/Label large */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.1px;
}

#page_next__CIq86 {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  justify-self: center;
  gap: 24px;
}

.page_signup__jbynU {
  margin-block: 46px;
}

.page_signup__jbynU > div:first-child {
  margin: auto;
  width: 70%;
  height: 1px;
  background: #cac4d0;
}

.page_signup__jbynU p {
  text-align: center;
  color: var(--on-surface);
  margin-top: 8px;
  font-size: 12px;
}

.page_signup__jbynU span {
  color: var(--primary-color);
  color: #0a96c2;
  cursor: pointer;

  /* Semi-Bold/B-S semi-bold */
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.page_steps__Uy69T {
  animation: page__steps__T75Sw 0.2s ease-in forwards;
  opacity: 0;
}

@keyframes page__steps__T75Sw {
  to {
    opacity: 1;
  }
}

.page_radio__R_3uD h3 {
  color: var(--On-surface);
  color: #1b1d20;

  /* Regular/Body large */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.5px;
}

.page_radio__R_3uD > div > div {
  display: flex;
  gap: 12px;
}

.page_radio__R_3uD label {
  color: var(--On-surface);
  color: #1b1d20;

  /* Regular/Label large */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.1px;
}

.page_radio__R_3uD {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page_radio__R_3uD > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page_weeks__gFwJT > div {
  display: flex;
  height: 56px;
  padding: 0px 24px 0px 16px;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
}

.page_weeks__gFwJT label {
  margin-left: 12px;
  color: var(--On-surface);
  color: #1b1d20;
  text-align: center;

  /* Regular/Label large */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.1px;
}

.page_weeks__gFwJT > div div {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.page_weeks__gFwJT p,
.page_weeks__gFwJT span {
  color: #000;

  /* Regular/Label large */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.1px;
}

.page_weeks__gFwJT span {
  margin: 0 4px;
}

.page_weeks__gFwJT > div div div {
  margin-left: 8px;
}

.page_sched__cwb2Z {
  margin-top: 8px;
}

.page_sched__cwb2Z > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.page_sched__cwb2Z h3 {
  padding-bottom: 16px;
  color: var(--On-surface);
  color: #1b1d20;
  margin-bottom: 8px;

  /* Regular/Title medium */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.15px;
}

.page_workingSched__n2ysr {
  display: flex;
  gap: 16px;
  align-items: center;
}

.page_workingSched__n2ysr input {
  width: 48px;
  border: none;
  height: 24px;
  padding: 0 5px;
  color: var(--on-surface);
  background-color: var(--surface-container-highest);
  font-size: 16px;
  letter-spacing: 0.3px;
}

.page_input__bdiGc input:focus {
  outline: none;
}

.page_special__TWVe8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.page_special__TWVe8 h3 {
  color: var(--On-surface, #1b1d20);
  color: 1B1D20;

  /* Regular/Title medium */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.15px;
}

.page_special__TWVe8 > div {
  display: flex;
  width: 325px;
  height: 56px;
  padding: 8px 12px 8px 0px;
  justify-content: space-between;
  align-items: center;
}

.page_special__TWVe8 > div h4 {
  color: var(--On-surface-variant);
  color: #333;

  /* Regular/Body large */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.5px;
}

.page_security__bZEji h3 {
  color: #000;

  /* Regular/Body medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
}

.page_dragDrop__gWm8B {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border: 2px dashed;

  border-color: var (--Outline);
  border-color: #79747e;

  background: var(--Surface-container);
  background-color: #f3edf7;
}

.page_joints__0rC6l {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.page_joints__0rC6l > div {
  display: flex;
  align-items: center;
}

.page_joints__0rC6l > div > div:nth-child(2) {
  margin-left: 16px;
  color: var(--On-surface);
  color: #1b1d20;
  max-width: 216px;

  /* Regular/Body small */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.page_joints__0rC6l > div > div:nth-child(3) {
  margin-left: auto;
  display: flex;
}

.page_joints__0rC6l > div > div:nth-child(3) > div {
  margin-left: 16px;
}

.page_paragraph__hYMHu {
  color: var(--On-surface);
  color: #1b1d20;

  /* Regular/Title medium */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.15px;
}

.page_input__bdiGc,
.page_input2__jkwEg {
  display: flex;
  height: 56px;
  padding: 8px 12px 8px 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: var(--Surface-container-highest, #e6e0e9);
  border-bottom: 1px solid #1b1d20;
}

.page_input__bdiGc select,
.page_input2__jkwEg select {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: var(--On-surface-variant, #333);
  width: 280px;
  height: 34px;

  /* Regular/Body large */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.5px;
}

.page_input2__jkwEg select {
  width: 260px;
}

.page_input2__jkwEg > div:first-child {
  margin-right: auto;
}

.page_countries__SO8eE {
  height: 200px;
  overflow-y: scroll;
}

.page_countries__SO8eE .page_inputCountries__Invtt,
.page_transport__AlcET .page_inputCountries__Invtt {
  padding: 8px;
  display: flex;
  gap: 12px;
}

.page_steps3__EcFoY {
  display: flex;
  flex-direction: row !important;
  margin-bottom: 32px;
  gap: 40px !important;
}

.page_steps3__EcFoY > div {
  color: #0ac292;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0ac292;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.page_steps3__EcFoY > div.page_active__LXDff {
  background-color: #0ac292;
  color: #fff;
}

#page_hour__kK3Va {
  position: relative;
}

.page_showMenu__Lg7Wf {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  z-index: 20000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  background: var(--Surface-container-highest, #e6e0e9);
  height: 200px;
  overflow-y: scroll;
}

.page_showMenu__Lg7Wf > p {
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding-block: 3px;
}

.page_switch__USxki {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.page_switch__USxki input {
  visibility: hidden;
}

.page_slider__h8juA {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
}

.page_slider__h8juA:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.2s;
}

input:checked + .page_slider__h8juA {
  background-color: var(--primary-color);
}

input:focus + .page_slider__h8juA {
  box-shadow: 0 0 1px var(--primary-color);
}

input:checked + .page_slider__h8juA:before {
  transform: translateX(24px);
}

.page_slider__h8juA.page_round__nEerU {
  border-radius: 34px;
}

.page_slider__h8juA.page_round__nEerU:before {
  border-radius: 50%;
}

.page_security__bZEji p {
  color: var(--on-surface);
  font-size: 12px;
}

.page_error__l8NIZ {
  color: var(--error);
  font-size: 12px;
}

.page_apiError__siVi1 {
  position: fixed;
  display: flex;
  right: 12px;
  margin-left: 12px;
  bottom: 24px;
  background-color: var(--error-container);
  color: var(--on-error-container);
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 12px;
  animation: page_apiErrorAnimation__XapId 0.2s ease-in;
}

@keyframes page_apiErrorAnimation__XapId {
  from {
    transform: translateX(12px);
  }
}

.NotificationItem_item__wcfRz {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.2s ease-in-out;
}

.NotificationItem_item__wcfRz:hover {
  background-color: #f5f5f5;
}

.NotificationItem_unread__nOpL7 {
  background-color: #e3f2fd;
}

.NotificationItem_content__3KkNc {
  flex: 1 1;
}

.NotificationItem_message__8EVaM {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  margin: 0;
}

.NotificationItem_timestamp__hnEw_ {
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
}

.NotificationItem_actions__Zx7Iy {
  margin-left: 16px;
  display: flex;
  gap: 8px;
}

.NotificationItem_markRead__oul9r,
.NotificationItem_delete__QYXPz {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.NotificationItem_markRead__oul9r:hover {
  color: #10b981;
}

.NotificationItem_delete__QYXPz:hover {
  color: #ef4444;
}

.NotificationItem_icon__DE3Sr {
  height: 16px;
  width: 16px;
}

.SkeletonLoader_loader__OcP4M {
    padding: 16px;
    animation: SkeletonLoader_pulse__O8ujR 1.5s ease-in-out infinite;
  }
  
  .SkeletonLoader_line__FVOWM {
    height: 16px;
    width: 75%;
    background-color: #e5e7eb;
    border-radius: 4px;
    margin-bottom: 8px;
  }
  
  .SkeletonLoader_subLine__3l2GW {
    height: 12px;
    width: 50%;
    background-color: #e5e7eb;
    border-radius: 4px;
  }
  
  @keyframes SkeletonLoader_pulse__O8ujR {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }
  
.NotificationList_list__9uxkb {
  display: flex;
  flex-direction: column;
  gap: 1px;
  max-height: 384px;
  overflow-y: auto;
}

.NotificationList_error__loa3l {
  padding: 16px;
  color: #ef4444;
  font-size: 14px;
}

.NotificationList_empty__yZt4O {
  padding: 16px;
  color: #6b7280;
  font-size: 14px;
}

.NotificationButton_button__9D3KX {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
  }
  
  .NotificationButton_button__9D3KX:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  
  .NotificationButton_button__9D3KX:hover:not(:disabled) {
    background-color: #f9fafb;
  }
  
  .NotificationButton_icon__Oee3m {
    height: 20px;
    width: 20px;
    margin-right: 8px;
  }
  
.page_container__hcpxI {
  max-width: 1024px;
  margin: 64px auto 24px;
  padding: 32px 16px;
}

.page_header__KU_xe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.page_title__mpokX {
  font-size: 24px;
  font-weight: bold;
  color: #111827;
}

.page_main__ND1Qi {
    align-self: start;
    padding: 12px 28px 0 28px;
    width: 100%;
    min-height: 100vh;
}

.page_form__lpk_5 {
    margin-left: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 48.5px;
  }
  
  @media (max-width: 849px) {
    .page_form__lpk_5 {
      margin-left: 0px;
    }
  }

.page_form__lpk_5 form>div:not(#page_next__9fpuX) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    max-width: 320px;
}

.page_form__lpk_5 h1 {
    margin-bottom: 22px;
    color: #000;

    /* Regular/Headline small */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 133.333% */
}

.page_reset__f1PCZ {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    color: var(--on-surface);
    color: #1B1D20;

    /* Regular/Body large */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.2px;
}


.page_checkbox__J6OqL {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 8px;
}

.page_checkbox__J6OqL input {
    margin-top: 4px;

}

.page_checkbox__J6OqL label {
    color: var(--on-srface-variant);
    color: #4D4D4D;
    text-align: center;

    /* Regular/Body medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.25px;

}

.page_checkbox__J6OqL span {
    color: var(--primary-color);


    /* Semi-Bold/B-M semi-bold */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.page_form__lpk_5 form button {
    display: flex;
    height: 40px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: var(--primary-color);
    border: none;
    color: var(--on-primary);
    color: #FAFEFF;
    cursor: pointer;

    /* Regular/Label large */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.1px;
}

#page_next__9fpuX {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    justify-self: center;
    gap: 24px;

}

.page_signup__jZ4l8 {
    margin-block: 46px;
}

.page_signup__jZ4l8>div:first-child {
    margin: auto;
    width: 70%;
    height: 1px;
    background: #CAC4D0;
}

.page_signup__jZ4l8 p {
    text-align: center;
    color: var(--on-surface);
    margin-top: 8px;
    font-size: 12px;
}

.page_signup__jZ4l8 span {

    color: var(--primary-color);
    color: #0A96C2;
    cursor: pointer;

    /* Semi-Bold/B-S semi-bold */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;

}

.page_steps__ZRbJu {
    animation: page__steps__lX0Y5 0.2s ease-in forwards;
    opacity: 0;
}

@keyframes page__steps__lX0Y5 {
    to {
        opacity: 1;
    }
}

.page_radio__IGdnr h3 {
    color: var(--On-surface);
    color: #1B1D20;

    /* Regular/Body large */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;

}

.page_radio__IGdnr>div>div {
    display: flex;
    gap: 12px;
}

.page_radio__IGdnr label {
    color: var(--On-surface);
    color: #1B1D20;

    /* Regular/Label large */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.1px;
}

.page_radio__IGdnr {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.page_radio__IGdnr>div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.page_weeks__KuOBG>div {
    display: flex;
    height: 56px;
    padding: 0px 24px 0px 16px;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
}

.page_weeks__KuOBG label {
    margin-left: 12px;
    color: var(--On-surface);
    color: #1B1D20;
    text-align: center;

    /* Regular/Label large */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.1px;
}

.page_weeks__KuOBG>div div {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.page_weeks__KuOBG p,
.page_weeks__KuOBG span {
    color: #000;

    /* Regular/Label large */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.1px;
}

.page_weeks__KuOBG span {
    margin: 0 4px;
}

.page_weeks__KuOBG>div div div {
    margin-left: 8px;

}

.page_sched__m87qL {
    margin-top: 8px;
}

.page_sched__m87qL>div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.page_sched__m87qL h3 {
    padding-bottom: 16px;
    color: var(--On-surface);
    color: #1B1D20;
    margin-bottom: 8px;

    /* Regular/Title medium */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.15px;
}

.page_workingSched__BjCH_ {
    display: flex;
    gap: 16px;
    align-items: center;

}

.page_workingSched__BjCH_ input {
    width: 48px;
    border: none;
    height: 24px;
    padding: 0 5px;
    color: var(--on-surface);
    background-color: var(--surface-container-highest);
    font-size: 16px;
    letter-spacing: 0.3px;
}

.page_input__GyOMu input:focus {
    outline: none;
}

.page_special___FD23 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;

}

.page_special___FD23 h3 {
    color: var(--On-surface, #1B1D20);
    color: 1B1D20;

    /* Regular/Title medium */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.15px;

}

.page_special___FD23>div {
    display: flex;
    width: 325px;
    height: 56px;
    padding: 8px 12px 8px 0px;
    justify-content: space-between;
    align-items: center;

}

.page_special___FD23>div h4 {
    color: var(--On-surface-variant);
    color: #333;

    /* Regular/Body large */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
}

.page_security__Hyfl3 h3 {
    color: #000;

    /* Regular/Body medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.25px;
}

.page_dragDrop__MFTkR {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border: 2px dashed;

    border-color: var (--Outline);
    border-color: #79747E;

    background: var(--Surface-container);
    background-color: #F3EDF7;

}

.page_joints__MD2Le {
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.page_joints__MD2Le>div {
    display: flex;
    align-items: center;

}

.page_joints__MD2Le>div>div:nth-child(2) {
    margin-left: 16px;
    color: var(--On-surface);
    color: #1B1D20;
    max-width: 216px;

    /* Regular/Body small */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
}

.page_joints__MD2Le>div>div:nth-child(3) {
    margin-left: auto;
    display: flex;
}

.page_joints__MD2Le>div>div:nth-child(3)>div {
    margin-left: 16px;
}

.page_paragraph__dUYqg {
    color: var(--On-surface);
    color: #1B1D20;

    /* Regular/Title medium */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.15px;
}

.page_input__GyOMu,
.page_input2__5zbTb {
    display: flex;
    height: 56px;
    padding: 8px 12px 8px 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: var(--Surface-container-highest, #E6E0E9);
    border-bottom: 1px solid #1B1D20;
    ;

}

.page_input__GyOMu select,
.page_input2__5zbTb select {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: var(--On-surface-variant, #333);
    width: 280px;
    height: 34px;


    /* Regular/Body large */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
}

.page_input2__5zbTb select {
    width: 260px;
}

.page_input2__5zbTb>div:first-child {
    margin-right: auto;
}

.page_countries__nIYXC {
    height: 200px;
    overflow-y: scroll;
}

.page_countries__nIYXC .page_inputCountries__WcapN,
.page_transport__tS8Mo .page_inputCountries__WcapN {
    padding: 8px;
    display: flex;
    gap: 12px;

}

.page_steps3__n4XTt {
    display: flex;
    flex-direction: row !important;
    margin-bottom: 32px;
    gap: 40px !important;

}

.page_steps3__n4XTt>div {
    color: #0AC292;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0AC292;
    ;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.page_steps3__n4XTt>div.page_active__w0DLJ {
    background-color: #0AC292;
    color: #fff;

}

#page_hour__JxVni {
    position: relative;
}

.page_showMenu__7Sj_Z {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    z-index: 20000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    background: var(--Surface-container-highest, #E6E0E9);
    height: 200px;
    overflow-y: scroll;

}

.page_showMenu__7Sj_Z>p {
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding-block: 3px;
}

.page_switch__d8_CQ {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

.page_switch__d8_CQ input {
    visibility: hidden;
}

.page_slider__40ZAp {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .3s;
}

.page_slider__40ZAp:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .2s;
}

input:checked+.page_slider__40ZAp {
    background-color: var(--primary-color);
}

input:focus+.page_slider__40ZAp {
    box-shadow: 0 0 1px var(--primary-color);
}

input:checked+.page_slider__40ZAp:before {
    transform: translateX(24px);
}

.page_slider__40ZAp.page_round__ZOOgT {
    border-radius: 34px;
}

.page_slider__40ZAp.page_round__ZOOgT:before {
    border-radius: 50%;
}


.page_security__Hyfl3 p {
    color: var(--on-surface);
    font-size: 12px;
}

.page_error__JXaO_ {
    color: var(--error);
    font-size: 12px;
}

.page_apiError__hZ0hH {
    position: fixed;
    display: flex;
    right: 12px;
    margin-left: 12px;
    bottom: 24px;
    background-color: var(--error-container);
    color: var(--on-error-container);
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 12px;
    animation: page_apiErrorAnimation__EY1Jb 0.2s ease-in;
}

@keyframes page_apiErrorAnimation__EY1Jb {
    from {
        transform: translateX(12px);
    }
}
.styles_footer__ytMYa {
  background-color: #edfdf0;
  padding: 60px 24px;
}

.styles_footerContent__u6lNc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.styles_socialIcons__O_Sm4 {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.styles_socialIcon__1KrHU {
  width: 24px;
  height: 24px;
}

.styles_footerInfo__08b3F {
  text-align: center;
}

.styles_copyright__4idgI {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: var(--on-surface);
  line-height: 1.5;
  margin-bottom: 16px;
}

.styles_footerLinks__xSSIo {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.styles_footerLink__hUOz_ {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  color: var(--on-surface);
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.12s linear;
}

.styles_footerLink__hUOz_:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .styles_footer__ytMYa {
    padding: 40px 20px;
  }

  .styles_footerLinks__xSSIo {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.styles_topBar__oTG7E {
  position: relative;
}

.styles_headerContainer__vJObo {
  position: relative;
  background-color: #edfdf0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  height: 80px;
  width: 100%;
}

.styles_headerContainer__vJObo.styles_active__DrpAe {
  background-color: var(--surface);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  height: 60px;
}

.styles_logoContainer__a4P4_ {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.styles_logoWrapper__a32CE {
  display: flex;
  align-items: center;
}

.styles_logoImageWrapper__H6mg9 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.styles_logoImage__Dnov0 {
  width: 30px;
  height: 22px;
}

.styles_logoAccent__YO7EO {
  width: 12px;
  height: 1px;
  fill: #0ac292;
}

.styles_logoText___0O8r {
  color: #1b1d20;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.styles_menuToggle__4_WE3 {
  position: relative;
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.styles_menuIcon__Js5Rp {
  margin: 0 auto;
  width: 24px;
  height: 2px;
  background-color: var(--on-surface);
  position: relative;
}

.styles_menuIcon__Js5Rp::before,
.styles_menuIcon__Js5Rp::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #1b1d20;
  transition: all 0.3s ease;
}

.styles_menuIcon__Js5Rp::before {
  top: -6px;
  left: 0;
}

.styles_menuIcon__Js5Rp::after {
  bottom: -6px;
  left: 0;
}

.styles_navigation__00MQC {
  display: flex;
  align-items: center;
  gap: 40px;
}

.styles_navLink__e7_oy {
  position: relative;
  display: inline-block;
  color: var(--on-surface);
  text-decoration: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.styles_navLink__e7_oy::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: var(--outline);
  transition: width 0.2s ease;
}

.styles_navLink__e7_oy:hover::after {
  width: 100%;
}

.styles_authButtons__CJJj0 {
  display: flex;
  gap: 12px;
}

.styles_signUpButton__Fv_sD,
.styles_loginButton__2nAwj {
  padding: 8px 16px;
  border-radius: 50px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.styles_signUpButton__Fv_sD {
  background-color: #0a96c2;
  color: #ffffff;
  border: 1px solid;
  border-color: transparent;
  transition: all 0.15s ease-in-out;
}

.styles_signUpButton__Fv_sD:hover {
  color: #0a96c2;
  background-color: transparent;
  border-color: #0a96c2;
}

.styles_loginButton__2nAwj {
  background-color: transparent;
  color: #0a96c2;
  border: 1px solid rgba(156, 156, 156, 0.473);
  transition: all 0.15s ease-in-out;
}

.styles_loginButton__2nAwj:hover {
  border: 1px solid var(--primary-color);
}

@media (max-width: 768px) {
  .styles_topBar__oTG7E {
    height: 60px;
  }

  .styles_menuToggle__4_WE3 {
    display: block;
  }

  .styles_navigation__00MQC {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: var(--surface);
    border-bottom: 0.1px solid rgba(0, 0, 0, 0.096);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
    display: none;
    z-index: 1000000000000;
  }

  .styles_navigation__00MQC.styles_open__O4OLD {
    display: flex;
  }

  .styles_authButtons__CJJj0 {
    flex-direction: column;
    width: 100%;
  }

  .styles_signUpButton__Fv_sD,
  .styles_loginButton__2nAwj {
    width: 100%;
  }
}

.styles_signup-popup__P_64H {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: white;
  width: 80%;
  max-width: 500px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  z-index: 10000000000000;
}

.styles_signup-popup__P_64H h3 {
  color: var(--primary-color);
  margin-bottom: 10px;
}

.styles_signup-popup__P_64H p {
  color: #333;
  font-size: 12px;
  margin-bottom: 12px;
}

.styles_choices__E9B8M {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.styles_choice__Y_HVf {
  padding: 15px;
  border: 1px solid var(--outline);
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: auto;
}

.styles_choice__Y_HVf img {
  vertical-align: sub;
  width: 20px;
  height: auto;
  margin-right: 4px;
}

.styles_choice__Y_HVf:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.styles_choice__Y_HVf h4 {
  color: var(--primary-color);
  margin-bottom: 5px;
}

.styles_choice__Y_HVf p {
  font-size: 12px;
  color: #555;
}

.styles_choose-btn__UJvFX {
  margin-top: 8px;
  padding: 8px 16px;
  border: none;
  background-color: var(--primary-color);
  color: white;
  font-size: 14px;
  border-radius: 50px;
  cursor: pointer;
}

.styles_choose-btn__UJvFX:hover {
  background-color: #0878a0;
}

.load_loader__DDBk6 {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #0A96C2FF; 
    width: 20px;
    height: 20px;
    animation: load_spin__MBK_L 0.8s linear infinite;
}

@keyframes load_spin__MBK_L {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.notfound_notfound__BosVb {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.notfound_notfound__BosVb h2 {
  font-size: 1.4rem;
}

.notfound_notfound__BosVb a {
  margin-top: 16px;
  padding: 4px 12px;
  border-radius: 12px;
  border: 1px solid #d7d7d7;
  outline: none;
  transition: all ease-in-out 0.2s;
}
.notfound_notfound__BosVb a:hover {
  background-color: #cacaca;
}
.notfound_notfound__BosVb a:active {
  box-shadow: 0px 2px 4px 2px rgba(236, 243, 255, 0.6);
}
.notfound_notfound__BosVb a:focus {
  box-shadow: 0px 2px 4px 2px rgba(139, 139, 139, 0.4);
}

.styles_heroSection__xdgTL {
  background-color: #edfdf0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 80px);
}

.styles_heroContent__Kv6y_ {
  max-width: 45%;
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}

.styles_heroTitle__9VHuV {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 28px;
}

.styles_heroTitleMain__DpWG6 {
  position: relative;
  display: block;
  color: #1b1d20;
}

.styles_heroDescription___bLyD {
  font-size: 16px;
  line-height: 1.5;
  color: #1b1d20;
  margin-bottom: 36px;
}

.styles_ctaButton__QwNXf {
  position: relative;
  align-self: center;
  background-color: var(--secondary-color);
  color: var(--surface);
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  border-color: transparent;
}

.styles_ctaButton__QwNXf:hover {
  background-color: transparent;
  color: var(--secondary-color);
}

.styles_ctaButton__QwNXf::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50px;
  border: solid var(--secondary-color);
  border-width: 1.5px;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.4s ease-in-out;
}

.styles_ctaButton__QwNXf:hover::before {
  animation: styles_ctaBtnBorder__0peGB 0.4s ease-in-out 0.25s forwards;
}

@keyframes styles_ctaBtnBorder__0peGB {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  90% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.styles_imageContainer__s18Zv {
  width: 55%;
  height: auto;
  overflow: hidden;
}

.styles_backgroundAccent__8Be_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .styles_heroSection__xdgTL {
    flex-direction: column-reverse;
    padding: 60px 20px;
  }

  .styles_heroContent__Kv6y_ {
    max-width: 100%;
    margin-top: 40px;
    padding: 0 8px;
  }

  .styles_heroTitle__9VHuV {
    font-size: 28px;
  }

  .styles_imageContainer__s18Zv {
    width: 100%;
  }
}

.styles_newsSection__1Q_Ox {
  padding: 74px 24px;
  position: relative;
  text-align: center;
}

.styles_sectionTitle__ZBAUd {
  font-size: 36px;
  font-weight: 700;
  color: var(--on-surface);
  margin-bottom: 16px;
}

.styles_sectionDescription__GdyN1 {
  font-size: 16px;
  color: var(--on-surface);
  margin-bottom: 24px;
}

.styles_moreNewsButton__5Mh_Q {
  background-color: #1b1d20;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  border-color: transparent;
  border-radius: 50px;
  cursor: pointer;
  margin-bottom: 40px;
  border: 1px solid;
  transition: all 0.25s ease-in-out;
}

.styles_moreNewsButton__5Mh_Q:hover {
  color: #1b1d20;
  background-color: #ffffff;
  border: 1px solid #1b1d20;
  cursor: not-allowed;
}

.styles_newsList__qhDJV {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.styles_newsArticle__t2zTX {
  background-color: var(--surface);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  text-align: start;
  padding: 0 8px;
}

.styles_articleImage__Vl0ly {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.styles_articleImage__Vl0ly img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.styles_articleContent__1qNv8 {
  padding: 16px;
  flex-grow: 1;
}

.styles_articleTitle__N9auD {
  font-size: 20px;
  color: var(--on-surface);
  margin-bottom: 8px;
}

.styles_articleExcerpt__wHD30 {
  font-size: 14px;
  color: var(--on-surface);
  margin-bottom: 12px;
}

.styles_articleAuthor__IuKOC {
  display: flex;
  align-items: center;
  gap: 8px;
}

.styles_authorAvatar__pAY1_ {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.styles_authorAvatar__pAY1_ img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.styles_authorName__h5gR7 {
  font-size: 12px;
  color: var(--on-surface);
}

.styles_backgroundAccent__Up_HV {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .styles_newsSection__1Q_Ox {
    padding: 60px 20px;
  }

  .styles_sectionTitle__ZBAUd {
    font-size: 32px;
  }

  .styles_newsList__qhDJV {
    flex-direction: column;
  }

  .styles_newsArticle__t2zTX {
    width: 100%;
  }

  .styles_articleTitle__N9auD {
    font-size: 16px;
  }

  .styles_articleExcerpt__wHD30 {
    font-size: 12px;
  }

  .styles_articleImage__Vl0ly {
    width: 70px;
    height: 70px;
    overflow: hidden;
  }
}

.styles_section__vzng_ {
  display: flex;
  flex-direction: column;
}

.styles_doctorsSection__R8mMN {
    padding: 74px 24px;
    position: relative;
  }
  
  .styles_sectionTitle__X_Xjh {
    font-family: Roboto, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .styles_doctorsList__hQWVH {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
  
  .styles_doctorCard__Q1oxD {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    width: calc(33.33% - 27px);
    max-width: 300px;
    text-align: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .styles_doctorImage__nWynh {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 20px auto;
  }
  
  .styles_doctorName__wyjUD {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 8px;
  }
  
  .styles_doctorSpecialty__a8F4J {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
  }
  
  .styles_backgroundAccent__BAzQf {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  
  @media (max-width: 768px) {
    .styles_doctorsSection__R8mMN {
      padding: 60px 20px;
    }
  
    .styles_sectionTitle__X_Xjh {
      font-size: 28px;
    }
  
    .styles_doctorsList__hQWVH {
      flex-direction: column;
      align-items: center;
    }
  
    .styles_doctorCard__Q1oxD {
      width: 100%;
      max-width: 280px;
    }
  }
.styles_clinicsSection__Vj2_w {
    padding: 74px 24px;
    position: relative;
  }
  
  .styles_sectionTitle__pBc_Z {
    font-family: Roboto, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--on-surface);
    margin-bottom: 40px;
    text-align: center;
  }
  
  .styles_clinicsList__aLWwv {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
  
  .styles_clinicCard__5_dp7 {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    width: calc(33.33% - 27px);
    max-width: 300px;
    text-align: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .styles_clinicImage__oG2GW {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 20px auto;
  }
  
  .styles_clinicName__sObC0 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
  }
  
  .styles_backgroundAccent__7oS6b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  
  @media (max-width: 768px) {
    .styles_clinicsSection__Vj2_w {
      padding: 60px 20px;
    }
  
    .styles_sectionTitle__pBc_Z {
      font-size: 28px;
    }
  
    .styles_clinicsList__aLWwv {
      flex-direction: column;
      align-items: center;
    }
  
    .styles_clinicCard__5_dp7 {
      width: 100%;
      max-width: 280px;
    }
  }
.styles_associationsSection__4KiPb {
    padding: 74px 24px;
    position: relative;
  }
  
  .styles_sectionTitle__MFSNp {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .styles_associationsList__Wb3Hr {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
  
  .styles_associationCard__aUjn0 {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    width: calc(33.33% - 27px);
    max-width: 300px;
    text-align: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .styles_associationImage__0PeyN {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 20px auto;
  }
  
  .styles_associationName___5Skj {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
  }
  
  .styles_backgroundAccent__PKKTg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  
  @media (max-width: 768px) {
    .styles_associationsSection__4KiPb {
      padding: 60px 20px;
    }
  
    .styles_sectionTitle__MFSNp {
      font-size: 28px;
    }
  
    .styles_associationsList__Wb3Hr {
      flex-direction: column;
      align-items: center;
    }
  
    .styles_associationCard__aUjn0 {
      width: 100%;
      max-width: 280px;
    }
  }
.styles_servicesSection__xMAWA {
  margin: 74px 40px;
  position: relative;
}

.styles_sectionTitle__tBEDv {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: var(--on-surface);
  margin-bottom: 40px;
}

.styles_sectionDescription__z1dqN {
  position: relative;
  font-size: 17px;
  line-height: calc(100% + 2px);
  color: #333;
  max-width: 800px;
  margin: 0 auto 74px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.styles_sectionDescription__z1dqN.styles_visible__QNVsD {
  opacity: 1;
  transform: translateY(0);
}

.styles_sectionDescription__z1dqN::after {
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 2px;
  position: absolute;
  left: -12px;
  top: 0;
}

@media (max-width: 649px) {
  .styles_servicesSection__xMAWA {
    margin: 74px 24px;
  }

  .styles_sectionTitle__tBEDv {
    font-size: 36px;
  }

  .styles_sectionDescription__z1dqN {
    font-size: 15px;
  }
}

.styles_servicesList__eD1CE {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.styles_serviceCard__I6qC2 {
  background-color: var(--surface);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  width: calc(50% - 20px);
  max-width: 320px;
  cursor: default;
}

.styles_serviceImageContainer__6Pp42 {
  height: 340px;
  overflow: hidden;
}

.styles_serviceCard__I6qC2:hover .styles_serviceImage___kikl {
  transform: scale(1.1);
  opacity: 1;
}

.styles_serviceImage___kikl {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  transition: all 0.2s ease-in-out;
}

.styles_serviceContent__o2IAX {
  padding: 16px;
}

.styles_serviceTitle__sTEGm {
  font-size: 22px;
  font-weight: 600;
  color: var(--on-surface);
  margin-bottom: 12px;
}

.styles_serviceDescription__Vl4tT {
  font-size: 14px;
  color: #333;
  margin-bottom: 24px;
}

.styles_serviceButton___tWpx {
  margin-top: auto;
  background-color: var(--surface);
  color: #1b1d20;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3),
    0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.styles_serviceButton___tWpx:hover{
  color: var(--surface);
  background-color: #1b1d20;
  cursor:not-allowed;
}

.styles_backgroundAccent__QD7oS {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .styles_servicesSection__xMAWA {
    padding: 60px 20px;
  }

  .styles_sectionTitle__tBEDv {
    font-size: 32px;
  }

  .styles_sectionDescription__z1dqN {
    font-size: 18px;
  }

  .styles_servicesList__eD1CE {
    flex-direction: column;
  }

  .styles_serviceCard__I6qC2 {
    width: 100%;
    max-width: none;
  }

  .styles_serviceImageContainer__6Pp42 {
    height: 300px;
  }
}

.styles_upcomingFeaturesSection__EAMo_ {
  padding: 74px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.styles_sectionTitle__KlXgW {
  font-size: 34px;
  font-weight: 700;
  color: var(--on-surface);
  margin-bottom: 40px;
}

.styles_sectionDescription__7s6td {
  font-size: 18px;
  color: var(--on-surface);
  max-width: 800px;
  margin-bottom: 60px;
  position: relative;
  background-color: rgba(215, 249, 228, 0.9);
  padding: 12px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.styles_sectionDescription__7s6td.styles_visible__FLRR8 {
  opacity: 1;
  transform: translateY(0);
}

.styles_sectionDescription__7s6td::after {
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--primary-color);
  position: absolute;
  border-radius: 2px;
  left: -12px;
  top: 0;
}

.styles_featuresList__SA5QB {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.styles_featureCard__PDYx5 {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  width: calc(50% - 20px);
  display: flex;
}

.styles_featureImageContainer__3y_my {
  width: 40%;
  overflow: hidden;
}

.styles_featureImage__4pvpf {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.styles_featureContent__Rr_9H {
  width: 60%;
  padding: 16px;
}

.styles_featureTitle__T7ZQM {
  font-size: 22px;
  color: var(--on-surface);
  margin-bottom: 8px;
}

.styles_featureDescription__pvJJW {
  font-size: 14px;
  color: var(--on-surface);
}

.styles_backgroundAccent__PBMPO {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .styles_upcomingFeaturesSection__EAMo_ {
    padding: 60px 20px;
  }

  .styles_sectionTitle__KlXgW {
    font-size: 30px;
  }

  .styles_sectionDescription__7s6td {
    font-size: 16px;
  }

  .styles_featuresList__SA5QB {
    flex-direction: column;
  }

  .styles_featureCard__PDYx5 {
    width: 100%;
    flex-direction: column;
  }

  .styles_featureImageContainer__3y_my,
  .styles_featureContent__Rr_9H {
    width: 100%;
  }
}

.page_page__ZU32B {
    background-color: var(--surface);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
.styles_termsContainer__HPpEj{
    width: 100%;
    min-height: 100vh;    
}

.styles_termsContainer__HPpEj section{
    padding: 120px 24px;
    width: 80%;
    margin: auto;
}

.styles_termsContainer__HPpEj p{
    font-size: 14px;
    color: #333;
}

.styles_termsContainer__HPpEj h2{
    margin-top: 32px;
    margin-bottom: 8px;
    font-size: 16px;
}

.styles_termsContainer__HPpEj ul{
    padding: 12px 14px;
}

.styles_link__a_l3v{
    margin-top: 12px;
    display: inline-block;
    padding: 8px 16px;
    background-color: #999;
    color: var(--on-surface);
    opacity: 0.6;
    transition: opacity 0.2s linear;
}

.styles_link__a_l3v:hover{
    opacity: 1;
}

@media (max-width: 749px) {
    .styles_termsContainer__HPpEj section{
        padding: 120px 24px;
        width: 100%;
    }
    
}
.styles_termsContainer__V6a9L {
  width: 100%;
  min-height: 100vh;
}

.styles_termsContainer__V6a9L section {
  padding: 74px 24px;
  width: 80%;
  margin: auto;
}

.styles_termsContainer__V6a9L p {
  font-size: 14px;
  color: #333;
}

.styles_termsContainer__V6a9L h2 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 16px;
}

.styles_termsContainer__V6a9L ul {
  padding: 12px 14px;
}

.styles_link__VUUQN {
  margin-top: 12px;
  display: inline-block;
  padding: 8px 16px;
  background-color: #999;
  color: var(--on-surface);
  opacity: 0.6;
  transition: opacity 0.2s linear;
}

.styles_link__VUUQN:hover {
  opacity: 1;
}

@media (max-width: 749px) {
  .styles_termsContainer__V6a9L section {
    padding: 120px 24px;
    width: 100%;
  }
}

.NotificationDropdown_dropdown__RC_uy {
  position: absolute;
  right: 0;
  margin-top: 10px;
  width: 320px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 50;
}

@media (max-width: 549px) {
  .NotificationDropdown_dropdown__RC_uy {
    position: fixed;
    right: 0;
    left: 0;
    min-height: 200px;
    margin-top: 7px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 50;
  }
  
  
}
.NotificationDropdown_header__TJJC_ {
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.NotificationDropdown_title__FaYjX {
  font-size: 18px;
  font-weight: 500;
  color: #111827;
}

.NotificationDropdown_footer__D7ONp {
  padding: 16px;
  border-top: 1px solid #e5e7eb;
}

.NotificationDropdown_viewAll__VIckR {
  font-size: 14px;
  font-weight: 500;
  color: #6366f1;
  text-decoration: none;
}

.NotificationDropdown_viewAll__VIckR:hover {
  color: #4338ca;
}

.NotificationBell_container__vc_TB {
  position: relative;
}

.NotificationBell_icon__AxBhf {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #808080, #9a9a9a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  padding: 8px;
}

.NotificationBell_icon__AxBhf:hover {
  transform: scale(1.06);
}

.NotificationBell_unread__H5LAv {
  background: linear-gradient(135deg, #6200ee, #3700b3) !important;
}

.NotificationBell_svgIcon__RY40H {
  color: #fff;
}

.NotificationBell_badge__TItiW {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: #ef4444;
  color: white;
  border-radius: 99px;
  font-size: 9px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_container__3qHg_ {
  margin: 0 16px;
  margin-right: auto;
  background-color: var(--surface);
  border-radius: 28px;
  border: 1px solid var(--outline-variant);
}

.page_container__3qHg_ form {
  position: relative;
  width: 100%;
  display: flex;
  height: 42px;
  padding: 8px 0 8px 12px;
  align-items: center;
  border-radius: 28px;
  outline: 1.2px solid transparent;
}

.page_container__3qHg_ form {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}

.page_submit__hvRxu img {
  vertical-align: middle;
}

.page_submit__hvRxu button {
  padding: 6px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.15s ease;
}

.page_submit__hvRxu button:hover {
  background-color: var(--outline-variant-light);
}

.page_inputsearch__e0JVT input {
  background-color: var(--surface);
  border: none;
  padding: 4px;
  color: var(--on-surface);
  font-size: 12px;
  letter-spacing: 0;
  margin-right: 24px;
  width: 250px;
}

.page_inputsearch__e0JVT input::-webkit-search-cancel-button {
  display: none;
}

.page_inputsearch__e0JVT input:focus {
  outline: none;
}

.page_clearButton__SIyFo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 12px;
  padding: 10px;
  background-color: rgba(223, 223, 223, 0.642);
  opacity: 0.7;
  transition: opacity 0.15s ease-in-out;
}

.page_clearButton__SIyFo:hover {
  opacity: 1;
}

.page_outline__TZ_oz {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 28px;
  border: 1px solid var(--primary-color);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.page_container__3qHg_ form:focus-within .page_outline__TZ_oz {
  opacity: 1;
}

@media (max-width: 849px) {
  .page_container__3qHg_ form {
    width: 100%;
    display: flex;
    height: 38px;
    padding: 6px 6px 6px 8px;
  }
  .page_inputsearch__e0JVT input {
    width: 100%;
  }
}

@media (max-width: 549px) {
  .page_container__3qHg_ {
    margin: 0 8px;
    width: 100%;
    margin-right: 6px;
  }
}

.MoreOptions_container__PUbi9 {
    position: relative;
  }
  
  .MoreOptions_bellButton__m0Nx2 {
    padding: 8px;
    color: #6b7280;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
  }
  
  .MoreOptions_bellButton__m0Nx2:hover {
    color: #4b5563;
  }
  
  .MoreOptions_bellIcon__SCA0R {
    height: 24px;
    width: 24px;
  }
  
  .MoreOptions_badge__I_VwU {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: #ef4444;
    color: white;
    border-radius: 9999px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
/* NotificationBell.module.css */

.NotificationResult_notificationContainer__OQjFq {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.NotificationResult_icon__xMuQd {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #808080, #9a9a9a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  padding: 8px;
}


.NotificationResult_icon__xMuQd:hover {
  transform: scale(1.06);
}

.NotificationResult_unread__p2d7o {
  background: linear-gradient(135deg, #6200ee, #3700b3) !important;
}

.NotificationResult_svgIcon__FdWhj {
  color: #fff;
}

.NotificationResult_badge__48Ecq {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: #ff1744;
  color: #fff;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}

.BackIcon_svgIcon__8OADM {
  width: 24px;
  height: 24px;
  color: var(--on-surface-variant);
}

.BackIcon_goBack__kun_7 {
  display: flex;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50px;
  transition: background-color 0.2s ease-in-out;
}

.BackIcon_goBack__kun_7:hover {
  background-color: #cdcdcd;
}

@media (max-width: 399px) {
  .BackIcon_svgIcon__8OADM {
    width: 20px;
    height: 20px;
  }

  .BackIcon_goBack__kun_7 {
    display: flex;
    width: 36px;
    height: 36px;
  }
}

.page_bottomAppBar__p1_F1 {
  display: none;
}

@media (max-width: 849px) {
  .page_bottomAppBar__p1_F1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 4px;
    position: fixed;
    z-index: 1000;
    width: 100vw;
    bottom: 0;
    background-color: var(--primary-color);
    padding: 4px 16px 6px;
  }

  .page_bottomAppBar__p1_F1 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }

  .page_bottomAppBar__p1_F1 h5 {
    color: var(--surface);
    text-align: center;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 16px;
  }

  .page_bottomAppBarIcons__TvW6q svg {
    transition: fill 0.15s ease;
  }

  .page_bottomAppBarIcons__TvW6q:hover svg path {
    stroke: #0a96c2;
  }

  .page_bottomAppBarIcons__TvW6q {
    width: 64px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.15s ease background-color;
  }

  .page_bottomAppBarIcons__TvW6q:hover {
    background-color: var(--surface);
  }

  .page_bottomAppBarIcons__TvW6q.page_active__GpmsB {
    background-color: var(--surface);
  }

  .page_bottomAppBarIcons__TvW6q.page_active__GpmsB svg path,
  .page_bottomAppBarIcons__TvW6q.page_active__GpmsB svg circle {
    stroke: #0a96c2 !important;
  }
}

@media (min-width: 850px) {
  .page_hFive__6qZTX {
    display: none;
  }

  .page_bottomAppBarIcons__6E4ET {
    align-self: center;
    border: 1px solid #79747e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .page_bottomAppBarIcons__6E4ET:hover {
    background-color: rgba(26, 29, 31, 0.08);
  }

  .page_bottomAppBarIcons__6E4ET:active {
    background-color: rgba(27, 29, 32, 0.12);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15),
      0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  }

  .page_bottomAppBarIcons__6E4ET:focus {
    background-color: rgba(27, 29, 32, 0.12);
  }

  .page_bottomAppBarIcons__6E4ET:disabled {
    opacity: 0.4;
    background-color: rgba(27, 29, 32, 0.04);
  }
}

@media (max-width: 849px) {
  .page_hFive__6qZTX {
    display: block;
  }

  .page_bottomAppBarIcons__6E4ET {
    width: 64px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.15s ease background-color;
  }

  .page_bottomAppBarIcons__6E4ET:hover {
    background-color: var(--surface);
  }

  .page_bottomAppBarIcons__6E4ET svg {
    transition: fill 0.15s ease;
  }

  .page_bottomAppBarIcons__6E4ET:hover svg path,
  .page_bottomAppBarIcons__6E4ET:hover svg circle {
    stroke: #0a96c2;
  }

  .page_bottomAppBarIcons__6E4ET.page_active__xiUtu {
    background-color: var(--surface); 
  }

  .page_bottomAppBarIcons__6E4ET.page_active__xiUtu svg path,
  .page_bottomAppBarIcons__6E4ET.page_active__xiUtu svg circle {
    stroke: #0a96c2 !important;
  }
}

.result_container__kjz8g {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px;
}

.result_grid__riVwQ {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 24px;
  gap: 24px;
  padding: 0 8px;
}

.result_card__LU2PA {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.result_card__LU2PA:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.result_cardContent__chV8d {
  padding: 20px;
  flex: 1 1;
}

.result_header__JqUxF {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.result_avatar__Sin9L {
  position: relative;
  flex-shrink: 0;
}

.result_avatarImage__rUkHT {
  border-radius: 8px;
  object-fit: cover;
}

.result_avatarPlaceholder__QE4R3 {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: #f0f2f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #6b7280;
}

.result_verifiedBadge__ppMXB {
  position: absolute;
  bottom: -4px;
  right: -4px;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.result_iconContainer__fXSiV svg{
   width: 16px;
   height: auto;
}

.result_headerText__d_CXJ {
  flex: 1 1;
  min-width: 0;
}

.result_name__ZSZej {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result_subtitle__Rc2vM {
  font-size: 0.875rem;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 6px;
}

.result_dotSeparator__43llC {
  color: #d1d5db;
}

.result_details__MDe1A {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.result_detailItem__jNLmu {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: #374151;
}

.result_detailItem__jNLmu img {
  flex-shrink: 0;
  opacity: 0.7;
}

.result_moreIndicator___yCKM {
  color: #6b7280;
  font-size: 0.75rem;
  margin-left: 4px;
}

.result_closed__ek603 {
  color: #dc2626;
  font-weight: 500;
}

.result_actions__xYSo7 {
  border-top: 1px solid #f3f4f6;
  padding: 16px 20px;
}

.result_button__IV_Qd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  background: var(--secondary-color);
  opacity: 0.7;
  color: white;
  border-radius: 8px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.result_button__IV_Qd:hover {
  opacity: 1;
  text-decoration: none;
}

@media (max-width: 640px) {
  .result_container__kjz8g {
    padding: 16px 8px;
  }

  .result_grid__riVwQ {
    gap: 16px;
  }

  .result_cardContent__chV8d {
    padding: 16px;
  }

  .result_header__JqUxF {
    gap: 12px;
    margin-bottom: 16px;
  }

  .result_name__ZSZej {
    font-size: 1rem;
  }

  .result_subtitle__Rc2vM {
    font-size: 0.8125rem;
  }

  .result_button__IV_Qd {
    padding: 10px 14px;
    font-size: 0.875rem;
  }
}

/* General Styles */
.page_cardContainer__b94GM {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page_userCard__rCVxB {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.page_userCard__rCVxB:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.page_userInfo__WgTbX {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page_userDetails__ibIWl {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page_userDetails__ibIWl h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1a1a1a;
}

@media (max-width: 480px) {
  .page_userDetails__ibIWl h3 {
    font-size: 1.2rem;
  }
}

.page_userName__329rG {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333333;
}

.page_userPhone__0xi5_,
.page_userHospital__2_3T5 {
  font-size: 1rem;
  color: #666666;
}

.page_risksSection__odxZh {
  margin-top: 10px;
}

.page_risksContainer__6owxn {
  display: flex;
  gap: 8px;
}

.page_riskItem__makU6 {
  background-color: #ffebee;
  color: #c62828;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
}

.page_noRisk__QjSWR {
  font-size: 0.875rem;
  color: #666666;
}

.page_fileSection__TnHtT {
  margin-top: 10px;
}

.page_fileButton__EU0fT {
  background-color: #e3f2fd;
  color: #1976d2;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.page_fileButton__EU0fT:hover {
  background-color: #bbdefb;
}

.page_noFile__aUYDE {
  font-size: 0.875rem;
  color: #666666;
}

.page_actionSection__VqR2t {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.page_approveButton__LKumm {
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.page_approveButton__LKumm:hover {
  background-color: #43a047;
}

.page_disapproveButton__Nbezb {
  background-color: #ef5350;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.page_disapproveButton__Nbezb:hover {
  background-color: #e53935;
}

.page_result__D2onb {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 0.875rem;
  font-weight: 500;
}

.page_waiting__93Lqe {
  color: #666666;
}

.page_approved__F7kZX {
  color: #4caf50;
}

.page_disapproved__YW3aw {
  color: #ef5350;
}

.page_detailsToggle__jwNBu {
  background-color: transparent;
  border: none;
  color: #1976d2;
  font-size: 1rem;
  cursor: pointer;
  margin-left: 8px;
}

.page_appointmentDetails__E8MXa {
  margin-top: 16px;
  padding: 16px;
  background-color: #f5f5f5;
  border-radius: 8px;
  animation: page_slideDown__r7ZAc 0.3s ease;
}

@keyframes page_slideDown__r7ZAc {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page_closing__oJk5h {
  animation: page_slideUp__hnd4m 0.3s ease;
}

@keyframes page_slideUp__hnd4m {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.page_modalOverlay__6AjB2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.page_modalContent__sn_R9 {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  overflow: auto;
}

.page_closeModalButton__oLsdp {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.page_closeModalButton__oLsdp:hover {
  color: #333333;
}

.page_previewImage__ThkxZ {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 10px;
}

.page_previewEmbed__wtnMJ {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  margin-top: 10px;
}

.page_previewText__uHVFt {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
}

.page_deleteFileButton__8BOno {
  margin-top: 15px;
  background: #e74c3c;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.page_deleteFileButton__8BOno:hover {
  background-color: #c0392b;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page_userCard__rCVxB {
    padding: 16px;
  }

  .page_userName__329rG {
    font-size: 1.25rem;
  }

  .page_userPhone__0xi5_,
  .page_userHospital__2_3T5 {
    font-size: 0.875rem;
  }

  .page_modalContent__sn_R9 {
    width: 90%;
    padding: 16px;
  }

  .page_modalIframe__oL_u5 {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .page_cardContainer__b94GM {
    padding: 10px;
  }

  .page_userCard__rCVxB {
    padding: 12px;
  }

  .page_userName__329rG {
    font-size: 1.125rem;
  }

  .page_userPhone__0xi5_,
  .page_userHospital__2_3T5 {
    font-size: 0.75rem;
  }

  .page_actionButtons__k791_ {
    flex-direction: column;
    gap: 8px;
  }

  .page_modalContent__sn_R9 {
    width: 95%;
    padding: 12px;
  }

  .page_modalIframe__oL_u5 {
    height: 200px;
  }
}

/* Conteneur principal de la carte */
.page_card__hNIHd {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  max-width: 550px;
  min-width: 450px;
  margin: 0 auto;
}

.page_card__hNIHd:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* En-tête de la carte */
.page_cardHeader__V1oJy {
  background-color: #3498db;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
}

/* Contenu de la carte */
.page_cardContent__sLe_N {
  padding: 1.5rem;
}

/* Élément de la carte (ligne) */
.page_cardItem__9I0bg {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.page_cardItem__9I0bg:last-child {
  border-bottom: none;
}

/* Label de l'élément */
.page_cardItemLabel__9cHQi {
  font-size: 0.9rem;
  color: #34495e;
  font-weight: 600;
}

/* Valeur de l'élément */
.page_cardItemValue__M3IYY {
  font-size: 0.9rem;
  color: #2c3e50;
  font-weight: 400;
  text-align: right;
  max-width: 60%;
  word-break: break-word;
}

@media (max-width: 768px) {
  .page_card__hNIHd {
    max-width: 100%;
    min-width: 85vw;
  }

  .page_cardHeader__V1oJy {
    font-size: 1.1rem;
    padding: 0.75rem;
  }

  .page_cardContent__sLe_N {
    padding: 1rem;
  }

  .page_cardItem__9I0bg {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .page_cardItemValue__M3IYY {
    text-align: left;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .page_cardHeader__V1oJy {
    font-size: 1rem;
  }

  .page_card__hNIHd {
    min-width: 95vw;
  }

  .page_cardItemLabel__9cHQi,
  .page_cardItemValue__M3IYY {
    font-size: 0.85rem;
  }
}

.page_searchContainer__YYWfA {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.page_searchInput__Whzds {
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  padding: 12px 16px;
  margin: 24px auto;
  font-size: 14px;
  border-radius: 50px;
  border: 2px solid #ccc;
  outline: none;
  transition: border-color 0.2s ease-in-out;
}

.page_searchInput__Whzds:focus {
  border-color: var(--success-color);
}

.page_searchInput__Whzds::placeholder {
  color: #888;
}

.page_error__sdV3q {
  position: absolute;
  bottom: 0px;
  font-size: 11px;
  color: var(--error);
}

.PromoCard_overlay__tGBSh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000000;
}

.PromoCard_card__YS70d {
  background-color: #fff;
  position: relative;
  max-width: 500px;
  width: 95%;
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  animation: PromoCard_card__YS70d 2s ease-in-out 1s forwards;
}

@keyframes PromoCard_card__YS70d {
  to {
    transform: scale(0.84);
  }
}

.PromoCard_backgroundImage__m8OeD {
  width: 80%;
  height: auto;
  display: block;
  object-fit: cover;
  opacity: 0.9;
}

.PromoCard_cardContent__0Po5h {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--on-surface);
}

.PromoCard_closeButton__GTU86 {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: var(--primary-color);
  border: none;
  border-radius: 2rem;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.PromoCard_closeButton__GTU86:hover {
  background-color: #08799e;
}

.page_mainContainer__6jOBe {
  margin-top: 56px;
  position: relative;
  font-size: 14px;
}

.page_main__qeP4J {
  display: flex;
  flex-direction: column;
}

@media (max-width: 849px) {
  .page_mainContainer__6jOBe {
    width: 100vw;
    margin-top: 48px;
    padding: 0;
  }
}

.page_pub__tTT3B {
  display: flex;
  margin-top: 40px;
  align-items: center;
  padding: 20px 24px;
  border-radius: 12px;
  background-color: var(--primary-container);
}

@media (max-width: 699px) {
  .page_pub__tTT3B {
    height: auto;
    flex-wrap: wrap-reverse;
    justify-content: center;
    padding: 30px 22px;
  }
}

.page_infos__sFZYz {
  margin: 40px 32px 0;
  display: flex;
  padding: 16px 16px;
  flex-direction: column;
  border-radius: 12px;
  background-color: #e5c0a5;
}

.page_infos__sFZYz > h3 {
  color: var(--on-surface);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.page_infos__sFZYz > p {
  color: var(--on-surface-variant);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.page_infos__sFZYz a {
  color: var(--tertiary-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.page_displaytext__wxIki h1 {
  color: var(--on-primary-container);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.page_displaytext__wxIki p {
  margin-top: 8px;
  color: var(--on-surface);
  font-size: 14px;
}


.Slots_container__L1sf4 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.Slots_error__YOodq {
  color: #ff4d4f;
  text-align: center;
  margin-bottom: 20px;
}

.Slots_gridContainer__VUSlv {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  gap: 20px;
}

@media (max-width: 899px) {
  .Slots_gridContainer__VUSlv {
    max-width: none;
  }
}

.Slots_card__eLmyj {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  width: 280px;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}

@media (max-width: 359px) {
  .Slots_card__eLmyj {
    width: 100%;
  }
}

.Slots_card__eLmyj:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.Slots_card__eLmyj.Slots_disabled__Cfvy2 {
  opacity: 0.6;
  pointer-events: none;
}

.Slots_cardHeader__l6vAU {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.Slots_dateBadge__fLASV {
  background: #f0f0f0;
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: bold;
  margin-right: 12px;
}

.Slots_headerInfo__7iOjn {
  flex: 1 1;
}

.Slots_weekday__s2HBl {
  margin: 0;
  font-size: 1.2em;
  color: #333;
}

.Slots_duration__hzt7T {
  font-size: 0.9em;
  color: #666;
}

.Slots_timeContainer__ky0Kl {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.Slots_timeIcon__2MJ8j {
  margin-right: 8px;
  font-size: 1.2em;
}

.Slots_timeText__4jX3c {
  font-size: 1em;
  color: #333;
}

.Slots_availabilityContainer__Q6aZS {
  margin-bottom: 16px;
}

.Slots_availabilityHeader__A9P6A {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.Slots_availabilityLabel__2j_FT {
  font-size: 0.9em;
  color: #666;
}

.Slots_availabilityCount__c5A_R {
  font-size: 0.9em;
  font-weight: bold;
}

.Slots_availabilityCount__c5A_R.Slots_available__zAgW1 {
  color: #52c41a;
}

.Slots_availabilityCount__c5A_R.Slots_full__K1RWH {
  color: #ff4d4f;
}

.Slots_progressContainer__sgCF_ {
  margin-top: 8px;
}

.Slots_progressBar__G4wPw {
  background: #f0f0f0;
  border-radius: 8px;
  height: 8px;
  overflow: hidden;
}

.Slots_progressFill__Qlfs_ {
  background: #52c41a;
  height: 100%;
  transition: width 0.3s;
}

.Slots_progressText__a0DG7 {
  font-size: 0.8em;
  color: #666;
  text-align: right;
  margin-top: 4px;
}

.Slots_fullOverlay__E_HZo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.Slots_fullText__X1b3C {
  font-size: 1.5em;
  font-weight: bold;
  color: #ff4d4f;
}

.Slots_selectButton__stsFN {
  width: 100%;
  padding: 12px;
  opacity: 0.7;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  background-color: #384494 !important;
  transition: opacity 0.2s ease;
}

.Slots_selectButton__stsFN:hover {
  opacity: 1;
}

.Slots_selectButton__stsFN.Slots_selectedButton__B93Pq {
  background: #52c41a;
}

.Slots_loadingContainer__GNRM8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
}

.Slots_spinner__UfJ5H {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #1890ff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: Slots_spin__i72uO 1s linear infinite;
}

@keyframes Slots_spin__i72uO {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.Slots_message__j9xk3 {
  margin-top: 10px;
  font-size: 1em;
  color: #666;
}

/* Container Styles */
.TemplateSelector_selectorContainer__h0VR5 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
/* Error Message */
.TemplateSelector_error__cmNN_ {
  color: #ff4d4f;
  text-align: center;
  margin-bottom: 1rem;
}

/* No Schedules Message */
.TemplateSelector_noSchedules__08reW {
  text-align: center;
  font-size: 1rem;
  color: #666;
  margin-top: 20px;
}

/* Grid Layout for Cards */
.TemplateSelector_templateList__clZgN {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Card Styles */
.TemplateSelector_templateItem__GHEOy {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.TemplateSelector_templateItem__GHEOy:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .TemplateSelector_templateItem__GHEOy {
    padding: 15px;
  }
}

.page_notfound__A6arI, .page_visitor__IwGMp {
  margin: 86px 16px;
}

.getFile_file__n6cTj{
    display: flex;
    gap: 8px;
    align-items: center;
}

.getFile_download__B_FOg{
    width: 30px;
    height: 30px;
}
/* components/Tooltip.module.css */
.page_tooltipWrapper__T2Eq4 {
  position: relative;
  cursor: default;
}

.page_tooltip__FiUZe {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}

.page_tooltip__FiUZe.page_top__jnBeH {
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
}

.page_tooltip__FiUZe.page_bottom__wQ1nv {
  bottom: calc(-100% - 8px - 6px - 8px);
  left: -100%;
  transform: translateX(-50%);
}

.page_tooltip__FiUZe.page_left__lofpA {
  left: -100%;
  top: 50%;
  transform: translateY(-50%);
}

.page_tooltip__FiUZe.page_right__6Y9VC {
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
}

.page_tooltipWrapper__T2Eq4:hover .page_tooltip__FiUZe,
.page_tooltipWrapper__T2Eq4:focus .page_tooltip__FiUZe {
  opacity: 1;
  transform: translateY(0);
}

.Parameters_container__lOqs9 {
  max-width: 800px;
  margin: 2rem auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.Parameters_header__Dmdji {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.Parameters_header__Dmdji:hover {
  background-color: #f8f9fa;
}

.Parameters_header__Dmdji:active {
  background-color: #f1f3f5;
}

.Parameters_title__8_qZm {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
}

.Parameters_indicator___n_gv {
  font-size: 1.5rem;
  color: #495057;
  transition: transform 0.2s ease;
  line-height: 1;
}

.Parameters_content__a8uuh {
  padding: 0 1.5rem 1.5rem;
}

.Parameters_empty__ipK_S {
  text-align: center;
  color: #868e96;
  padding: 1rem 0;
}

.Parameters_list__5lO2a {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Parameters_item__U5HrN {
  position: relative;
}

.Parameters_itemContent__FRK2_ {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.25rem 0;
}

.Parameters_textGroup__H40DN {
  flex: 1 1;
  margin-right: 1rem;
}

.Parameters_paramName__r47_z {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #212529;
}

.Parameters_description__WweLh {
  margin: 0;
  font-size: 0.875rem;
  color: #495057;
  line-height: 1.5;
}

.Parameters_tarifBadge__yoeYL {
  background: #eceef0;
  padding: 0.375rem 0.75rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2b8a3e;
}

.Parameters_divider__Oshag {
  border: none;
  border-top: 1px solid #e9ecef;
  margin: 0;
}

@media (max-width: 640px) {
  .Parameters_container__lOqs9 {
    margin: 1rem;
    border-radius: 12px;
  }

  .Parameters_header__Dmdji {
    padding: 1rem;
  }

  .Parameters_title__8_qZm {
    font-size: 1.1rem;
  }

  .Parameters_itemContent__FRK2_ {
    flex-direction: column;
    gap: 0.75rem;
  }

  .Parameters_tarifBadge__yoeYL {
    align-self: flex-start;
  }
}

.page_errorMessage__WIhC3{
    margin-block: 76px;
}
