/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/Typography/Typography.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.Typography_h1_bold__a0fTY {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  color: var(--font-black-color);
} 

.Typography_h2_bold___KZLt {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  color: var(--font-black-color);
}

.Typography_h3_bold__DGJJ_ {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  color: var(--font-black-color);
}

.Typography_h4_bold__fLoM5 {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  color: var(--font-black-color);
}

.Typography_h5_bold__4ylmT {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: var(--font-black-color);
}

.Typography_h6_bold__Il7cJ {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: var(--font-black-color);
}

.Typography_body_xlarge_regular__9FECn {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  color: var(--font-black-color);
}

.Typography_body_large_bold__7d0GL {
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  font-style: Bold;
  color: var(--font-black-color);
}

.Typography_body_large_semibold__Dj_Xb {
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  color: var(--font-black-color);
}

.Typography_body_large_medium__Q7Xtj {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  color: var(--font-black-color);
}

.Typography_body_large_regular__X0AN_ {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  color: var(--font-black-color);
}

.Typography_body_medium_bold__COAqx {
  font-family: "Inter";
  font-weight: 700;
  font-size: 14px;
  color: var(--font-black-color);
}

.Typography_body_medium_semibold__EcuZn {
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  color: var(--font-black-color);
}

.Typography_body_medium_medium__CWX3c {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  color: var(--font-black-color);
}

.Typography_body_medium_regular__Jzg1T {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  color: var(--font-black-color);
}

.Typography_body_small_bold__eIfww {
  font-family: "Inter";
  font-weight: 700;
  font-size: 12px;
  color: var(--font-black-color);
}

.Typography_body_small_semibold__VBNb8 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 12px;
  color: var(--font-black-color);
}

.Typography_body_small_medium__tqqSX {
  font-family: "Inter";
  font-weight: 500;
  font-size: 12px;
  color: var(--font-black-color);
}

.Typography_body_small_regular__R_Skf {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  color: var(--font-black-color);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/Button/button.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.button_main_div_button__iXux2 {
  width: 100%;
  height: 48px;
  padding: 13px;
  background-color: var(--primary_green);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.button_main_div_button__iXux2:hover:not(:disabled) {
  background-color: var(--hover-green);
}

.button_main_div_button__iXux2:disabled {
  background-color: var(--button-disable);
  cursor: not-allowed;
}

.button_button_text__PqUWU {
  color: white !important;
}

.button_loading__5RunK {
  position: relative;
  pointer-events: none;
}

.button_loader__UUMqQ {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: button_spin__5QsMp 0.6s linear infinite;
}

@keyframes button_spin__5QsMp {
  to {
    transform: rotate(360deg);
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/Checkbox/Checkbox.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.Checkbox_checkbox_wrapper_div__COFyL {
  display: block;
  position: relative;
}

/* Hide the default checkbox */
.Checkbox_checkbox_input__gpVPb {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.Checkbox_checkbox_label__KZ2SF {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  position: relative;
}

.Checkbox_checkbox_label__KZ2SF.Checkbox_disabled__1Az2I {
  cursor: not-allowed;
  opacity: 0.5;
}

/* Custom checkbox */
.Checkbox_checkbox_custom__opu0i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid var(--input-focus);
  border-radius: 6px;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}

/* Checkbox icon - hidden by default */
.Checkbox_checkboxIcon__zdvL7 {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

.Checkbox_checkboxIcon__zdvL7 svg {
  width: 16px;
  height: 16px;
}

/* Small size */
.Checkbox_checkbox_label__KZ2SF.Checkbox_small__eVyjP .Checkbox_checkbox_custom__opu0i {
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

.Checkbox_checkbox_label__KZ2SF.Checkbox_small__eVyjP .Checkbox_checkboxIcon__zdvL7 {
  width: 12px;
  height: 12px;
}

/* Medium size (default) */
.Checkbox_checkbox_label__KZ2SF.Checkbox_medium___VXCP .Checkbox_checkbox_custom__opu0i {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.Checkbox_checkbox_label__KZ2SF.Checkbox_medium___VXCP .Checkbox_checkboxIcon__zdvL7 {
  width: 16px;
  height: 16px;
}

/* Large size */
.Checkbox_checkbox_label__KZ2SF.Checkbox_large__jD1Gh .Checkbox_checkbox_custom__opu0i {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.Checkbox_checkbox_label__KZ2SF.Checkbox_large__jD1Gh .Checkbox_checkboxIcon__zdvL7 {
  width: 20px;
  height: 20px;
}

/* Hover state */
.Checkbox_checkbox_label__KZ2SF:hover .Checkbox_checkbox_custom__opu0i {
  border-color: var(--primary_green);
}

/* Checked state */
.Checkbox_checkbox_input__gpVPb:checked + .Checkbox_checkbox_label__KZ2SF .Checkbox_checkbox_custom__opu0i {
  background-color: var(--primary_green);
  border-color: var(--primary_green);
}

.Checkbox_checkbox_input__gpVPb:checked + .Checkbox_checkbox_label__KZ2SF .Checkbox_checkboxIcon__zdvL7 {
  opacity: 1;
  transform: scale(1);
}

/* Indeterminate state */
.Checkbox_checkbox_input__gpVPb:indeterminate + .Checkbox_checkbox_label__KZ2SF .Checkbox_checkbox_custom__opu0i,
.Checkbox_checkbox_label__KZ2SF.Checkbox_indeterminate__KXVQj .Checkbox_checkbox_custom__opu0i {
  background-color: var(--primary_green);
  border-color: var(--primary_green);
}

.Checkbox_checkbox_input__gpVPb:indeterminate + .Checkbox_checkbox_label__KZ2SF .Checkbox_checkboxIcon__zdvL7,
.Checkbox_checkbox_label__KZ2SF.Checkbox_indeterminate__KXVQj .Checkbox_checkboxIcon__zdvL7 {
  opacity: 1;
  transform: scale(1);
}

/* Disabled state */
.Checkbox_checkbox_input__gpVPb:disabled + .Checkbox_checkbox_label__KZ2SF .Checkbox_checkbox_custom__opu0i {
  background-color: #f3f4f6;
  border-color: #d1d5db;
  cursor: not-allowed;
}

.Checkbox_checkbox_input__gpVPb:disabled:checked + .Checkbox_checkbox_label__KZ2SF .Checkbox_checkbox_custom__opu0i {
  background-color: #9ca3af;
  border-color: #9ca3af;
}

/* Animation for checking */
@keyframes Checkbox_checkboxCheck__ZPeWe {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.Checkbox_checkbox_input__gpVPb:checked + .Checkbox_checkbox_label__KZ2SF .Checkbox_checkboxIcon__zdvL7 {
  animation: Checkbox_checkboxCheck__ZPeWe 0.2s ease-in-out;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/Label/Label.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.Label_label__hT6eV {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  color: var(--font-black-color);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/Input/Input.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.Input_inputWrapper__3_l0p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 100%;
}

.Input_inputWithIcon__5kgK6 {
  position: relative;
  width: 100%;
}

.Input_input__cDdvD {
  height: 48px;
  width: 100%;
  padding: 15px 23px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 12px;
  border: 1px solid var(--light-grey);
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  outline: none;
}

.Input_passwordInput__XNWkX {
  padding-right: 50px;
}

.Input_input__cDdvD::placeholder {
  color: var(--light-grey);
}

.Input_input__cDdvD:focus {
  border: 1px solid var(--input-focus) !important;
}

.Input_input__cDdvD.Input_error__qaBX0 {
  border: 1px solid var(--error) !important;
}

.Input_input__cDdvD.Input_error__qaBX0:focus {
  border: 1px solid var(--error) !important;
}

.Input_input__cDdvD.Input_error__qaBX0::placeholder {
  color: var(--error);
}

.Input_input__cDdvD.Input_disabled__UKIKE,
.Input_input__cDdvD:disabled {
  background-color: #f5f5f5;
  color: #a3a3a3;
  cursor: not-allowed;
  opacity: 0.6;
}

.Input_errorMessage__Ua89k {
  font-size: 12px;
  color: var(--error);
  margin-top: 4px;
}

.Input_togglePasswordBtn__375cc {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease-in-out;
  outline: none;
}

.Input_togglePasswordBtn__375cc:hover {
  opacity: 0.7;
}

.Input_togglePasswordBtn__375cc:focus {
  outline: none;
}

.Input_togglePasswordBtn__375cc svg {
  display: block;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/MobileNumberInput/MobileNumberInput.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
/* Container */
.MobileNumberInput_container__BSiYI {
  position: relative;
}

/* Label */
.MobileNumberInput_label__2CJdj {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.25rem;
}

/* Input Wrapper */
.MobileNumberInput_inputWrapper__aFF4p {
  position: relative;
  display: flex;
}

/* Country Button */
.MobileNumberInput_countryButton__OMsMx {
  display: flex;
  align-items: center;
  border: 1px solid var(--light-grey);
  border-radius: 12px 0px 0px 12px;
  padding: 0.5rem;
  background-color: transparent;
  min-width: 90px;
  cursor: pointer;
  transition: all 0.2s;

  /* display: flex;
  align-items: center;
  height: 48px;
  padding: 15px 23px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 12px 0px 0px 12px;
  border: 1px solid var(--light-grey);
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  outline: none;
  min-width: 90px; */
}

.MobileNumberInput_countryButton__OMsMx:hover {
  background-color: #f9fafb;
}

.MobileNumberInput_countryButton__OMsMx:focus {
  border: 1px solid var(--input-focus) !important;
}

.MobileNumberInput_countryButton__OMsMx:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: #f3f4f6;
}

/* Flag Icon */
.MobileNumberInput_flagIcon__Kiroh {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  object-fit: cover;
}

/* Calling Code */
.MobileNumberInput_callingCode___I3ts {
  margin-right: 0.25rem;
  font-size: 0.875rem;
  color: #111827;
}

/* Chevron Icon */
.MobileNumberInput_chevronIcon__VdS4D {
  width: 1rem;
  height: 1rem;
  color: #6b7280;
}

/* Phone Input */
.MobileNumberInput_phoneInput__r1x1L {
  height: 48px;
  width: 100%;
  padding: 15px 23px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 0px 12px 12px 0px;
  border-left: 0;
  border: 1px solid var(--light-grey);
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  outline: none;
}

.MobileNumberInput_phoneInput__r1x1L:focus {
  border: 1px solid var(--input-focus) !important;
}
.MobileNumberInput_phoneInput__r1x1L.MobileNumberInput_error__NIImC::placeholder {
  color: var(--error);
}

.MobileNumberInput_phoneInput__r1x1L:disabled {
  background-color: #f3f4f6;
  cursor: not-allowed;
  opacity: 0.6;
}

.MobileNumberInput_phoneInput__r1x1L::placeholder {
  color: #9ca3af;
}

/* Remove number input spinner */
.MobileNumberInput_noSpinner__J3iGI::-webkit-outer-spin-button,
.MobileNumberInput_noSpinner__J3iGI::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.MobileNumberInput_noSpinner__J3iGI[type="number"] {
  -moz-appearance: textfield;
}

/* Input Error State */
.MobileNumberInput_inputError__5wK2S {
  border: 1px solid var(--error) !important;
}

.MobileNumberInput_inputError__5wK2S:focus {
  border: 1px solid var(--error) !important;
}

/* Dropdown */
.MobileNumberInput_dropdown__v4VcM {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 100%;
  margin-top: 0.25rem;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  max-height: 15rem;
  overflow: auto;
}

/* Search Input */
.MobileNumberInput_searchInput__tUhWC {
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.875rem;
  outline: none;
}

.MobileNumberInput_searchInput__tUhWC:focus {
  border-bottom-color: #3b82f6;
}

/* Country List */
.MobileNumberInput_countryList__oLv_J {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Country Item */
.MobileNumberInput_countryItem__2uDj1 {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  cursor: pointer;
  transition: background-color 0.15s;
}

.MobileNumberInput_countryItem__2uDj1:hover {
  background-color: #f3f4f6;
}

/* Country Flag */
.MobileNumberInput_countryFlag__JPfoZ {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  object-fit: cover;
}

/* Country Name */
.MobileNumberInput_countryName__oMVGz {
  flex: 1;
  font-size: 0.875rem;
  color: #111827;
}

/* Country Code */
.MobileNumberInput_countryCode__U4n52 {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}

/* Error Message */
.MobileNumberInput_errorMessage__XCzIW {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc2626;
}

/* Scrollbar Styling */
.MobileNumberInput_dropdown__v4VcM::-webkit-scrollbar {
  width: 8px;
}

.MobileNumberInput_dropdown__v4VcM::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0.375rem;
}

.MobileNumberInput_dropdown__v4VcM::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 0.375rem;
}

.MobileNumberInput_dropdown__v4VcM::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/Toast/toast.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.toast_toastSuccess__GPoHW,
.toast_toastError__9vBVu,
.toast_toastInfo__hF8v3,
.toast_toastWarning__T1ed9 {
  border-radius: 14px !important;
  border: none !important;
  padding: 14px 16px !important;
  min-height: auto !important;
  min-width: 340px !important;
  max-width: 480px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24), 0 2px 8px rgba(0, 0, 0, 0.12) !important;
  font-family: "Inter", sans-serif !important;
  color: #ffffff !important;
  overflow: hidden !important;
}

.toast_toastSuccess__GPoHW {
  background: #004225 !important;
}

.toast_toastError__9vBVu {
  background: #6b1525 !important;
}

.toast_toastInfo__hF8v3 {
  background: #1a365d !important;
}

.toast_toastWarning__T1ed9 {
  background: #7c3a0a !important;
}

/* Hide progress bar completely */
.toast_toastSuccess__GPoHW .Toastify__progress-bar,
.toast_toastError__9vBVu .Toastify__progress-bar,
.toast_toastInfo__hF8v3 .Toastify__progress-bar,
.toast_toastWarning__T1ed9 .Toastify__progress-bar {
  display: none !important;
}

/* Fix toast body layout */
.toast_toastSuccess__GPoHW .Toastify__toast-body,
.toast_toastError__9vBVu .Toastify__toast-body,
.toast_toastInfo__hF8v3 .Toastify__toast-body,
.toast_toastWarning__T1ed9 .Toastify__toast-body {
  color: #ffffff !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 1 !important;
  overflow: visible !important;
}

/* Ensure icon wrapper doesn't collapse */
.toast_toastSuccess__GPoHW .Toastify__toast-icon,
.toast_toastError__9vBVu .Toastify__toast-icon,
.toast_toastInfo__hF8v3 .Toastify__toast-icon,
.toast_toastWarning__T1ed9 .Toastify__toast-icon {
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  margin-right: 0 !important;
}

.toast_iconCircle__SILEU {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.toast_iconCircleSuccess__TxjWO {
  background: rgba(255, 255, 255, 0.15);
}

.toast_iconCircleError__Q2w_W {
  background: rgba(255, 255, 255, 0.15);
}

.toast_iconCircleInfo__SoUUa {
  background: rgba(255, 255, 255, 0.15);
}

.toast_iconCircleWarning__Jz05S {
  background: rgba(255, 255, 255, 0.15);
}

.toast_toastBody__qIJWr {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-width: 0;
  padding: 2px 0;
}

.toast_toastTitle__07aDT {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  display: block;
}

.toast_toastMessage__TThh4 {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  display: block;
  word-break: break-word;
}

.toast_closeBtn__Q99ER {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s ease;
  margin-left: 8px;
}

.toast_closeBtn__Q99ER:hover {
  background: rgba(255, 255, 255, 0.24);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/register/Components/Register.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.Register_register_main_container__K01UC {
  display: flex;
  min-height: 100vh;
}

.Register_register_left_container__GRXXd {
  background: var(--primary_green);
  padding: 33px 48px;
  width: 50%;
}

.Register_carousel_circle_container__BUg72 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.Register_carousel_outer_circle__9WQsG {
  min-width: 524px;
  min-height: 524px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.Register_carousel_inner_circle__uAyDU {
  width: 367px;
  height: 367px;
  border-radius: 50%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* overflow: hidden; */
  position: relative;
}

.Register_register_right_container__48Mle {
  background-color: white;
  width: 50%;
  margin: auto;
  max-width: 404px;
}

.Register_carousel_text_color__olMZ0 {
  color: var(--white) !important;
}
.Register_carousel_text_wrapper__pZBgN {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  margin-top: 48px;
}

/* Carousel Styles */
.Register_carousel_container__iRVLb {
  position: relative;
  width: 100%;
  height: 100%;
}

.Register_carousel_slide___GOtu {
  position: absolute;

  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Register_carousel_slide___GOtu.Register_active__zRaSr {
  opacity: 1;
}

.Register_carousel_text_container__0_Hj3 {
  position: relative;
  width: 100%;
  min-height: 100px;
}

.Register_text_slide__XNEaZ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.Register_text_slide__XNEaZ.Register_active__zRaSr {
  opacity: 1;
  position: relative;
}

.Register_carousel_dots__fvsob {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

.Register_dot__gAXAh {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.Register_dot__gAXAh:hover {
  background-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.2);
}

.Register_active_dot__bvOK8 {
  background-color: var(--white);
  width: 24px;
  border-radius: 4px;
}

.Register_checkbox_container__9BEbg {
  display: flex;
  align-items: start;
  max-width: 320px;
  gap: 12px;
  margin-top: 24px;
}

.Register_form_actions_container__TDWbB {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.Register_terms_text__9r9Ip {
  font-size: 12px;
  font-weight: 600;
  color: var(--grey-scale-500);
}
.Register_terms_link_text__doQUw {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary_green);
}

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

.Register_social_divider__9Zu5R {
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--gray_200);
  font-size: 14px;
}

.Register_social_divider__9Zu5R::before,
.Register_social_divider__9Zu5R::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid var(--gray_200);
}

.Register_social_divider__9Zu5R:not(:empty)::before {
  margin-right: 0.75em;
}

.Register_social_divider__9Zu5R:not(:empty)::after {
  margin-left: 0.75em;
}
.Register_social_buttons_container__KfBrz {
  display: flex;
  gap: 16px;
}

.Register_social_button__6M4__ {
  width: 100%;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--gray_200);
  padding: 16px;
  border-radius: 12px;
}

.Register_social_button__6M4__:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.Register_register_footer_text__vCCPi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--font-black-color);
}

.Register_login_link_text__JI0S0 {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary_green) !important;
}

@media (max-width: 876px) {
  .Register_register_left_container__GRXXd {
    display: none;
  }
  .Register_register_right_container__48Mle {
    min-width: 100%;
    padding: 32px;
  }
}

