body {
  font-family: "Montserrat", sans-serif;
  background-color: #FAFAFA;
}

/* Links styling */
a, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

a {
  color: #EE4267;
}
a:hover, a:active, a:focus {
  color: #09A1A1;
}

.link-primary, .link-primary:visited {
  color: #EE4267 !important;
}
.link-primary:hover, .link-primary:active, .link-primary:focus, .link-primary:visited:hover, .link-primary:visited:active, .link-primary:visited:focus {
  color: #09A1A1 !important;
}

/* Input Field styling */
input, select, textarea, .form-control, .form-select {
  outline: none;
  border: 1px solid #EEEEEE;
  box-shadow: 0 0 0 0px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 25px;
  font-size: 14px;
}
input:focus, select:focus, textarea:focus, .form-control:focus, .form-select:focus {
  border: 1px solid #09A1A1;
  box-shadow: 0 0 0 2px rgba(9, 161, 161, 0.1);
}

input[type=password] {
  letter-spacing: 2px;
}

input[type=checkbox], input[type=radio] {
  outline: none;
  box-shadow: 0 0 0 0px;
}
input[type=checkbox]:focus, input[type=radio]:focus {
  border: 1px solid #09A1A1;
  outline: none;
  box-shadow: 0 0 0 2px rgba(9, 161, 161, 0.1);
}
input[type=checkbox]:checked, input[type=radio]:checked {
  background-color: #09A1A1;
  border: 1px solid #09A1A1;
  color: #09A1A1;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
}

.form-check {
  clear: both;
  margin-bottom: 10px;
  padding-left: 0px;
  font-size: 12px;
}
.form-check .form-check-label {
  padding: 12px 25px;
  padding-left: 50px;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  display: block;
  margin-left: -5px;
}
.form-check .form-check-label:hover {
  border: 1px solid #09A1A1;
}
.form-check .form-check-input {
  padding: 9px;
  margin: unset;
  margin-top: 12px;
  margin-left: 10px;
  margin-right: -50px;
}
.form-check input.form-check-input:checked + .form-check-label {
  border: 1px solid #09A1A1;
}

/* Layout styling */
.fixed-navigation {
  position: fixed;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: auto;
  width: inherit;
  background-color: #FFFFFF;
  border-right: 1px solid #EEEEEE;
  box-shadow: rgba(9, 161, 161, 0.1) 2px 2px 5px;
  min-height: 100vh;
}

.main-content {
  padding: 10px 0px;
}

.content-container-box {
  border: 1px solid #EEEEEE;
  border-radius: 15px;
  background-color: #FFFFFF;
  padding: 15px;
  margin-bottom: 15px;
}

.text-primary-foreground {
  color: #EE4267;
}

.text-accent-foreground {
  color: #09A1A1;
}

.text-muted-foreground {
  color: #6B7280;
}

footer {
  margin-top: auto;
  background-color: #ffffff;
  min-height: 5vh;
}

/* Progress bar */
.progress {
  border-radius: 0.4rem;
  height: 1.2rem;
}
.progress .progress-bar {
  background-color: #EE4267;
  font-size: 12px;
  font-weight: 500;
}

.success-page {
  background: #f3f3f5;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.success-shell {
  width: 100%;
  max-width: 760px;
}

.success-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #ececf0;
  padding: 40px 34px;
}

.success-top-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #1aa5a8;
}

.success-title {
  font-size: 44px;
  font-weight: 700;
  color: #0f1f3a;
  margin-bottom: 8px;
}

.success-subtitle {
  font-size: 16px;
  color: #1f2d47;
}

.success-info-card {
  background: #f8f8fa;
  border: 1px solid #ececf0;
  border-radius: 12px;
  padding: 24px 20px;
}

.success-section-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f1f3a;
}

.success-section-subtitle {
  font-size: 16px;
  color: #1f2d47;
}

.success-email-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #dcdfea;
  border-radius: 9px;
  padding: 10px 14px;
  color: #0f1f3a;
  font-size: 24px;
  line-height: 1;
}

.success-email-pill i {
  color: #ef476f;
  font-size: 16px;
}

.success-note {
  font-size: 14px;
  color: #1f2d47;
  margin: 0 auto;
  max-width: 540px;
}

.btn-resend {
  background: #ef476f;
  border-color: #ef476f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 16px;
}

.btn-resend:hover {
  background: #e64064;
  border-color: #e64064;
  color: #fff;
}

.success-help-text {
  font-size: 14px;
  color: #1f2d47;
  max-width: 560px;
  margin: 0 auto;
}

.success-divider {
  border-color: #e2e4eb;
  margin: 20px 0 16px;
}

.success-signin-link {
  color: #ef476f;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.success-signin-link:hover {
  color: #e64064;
}

@media (max-width: 767.98px) {
  .success-card {
    padding: 24px 18px;
  }
  .success-title {
    font-size: 34px;
  }
  .success-section-title {
    font-size: 28px;
  }
  .success-email-pill {
    font-size: 20px;
  }
}
html, body {
  height: 100%;
}

.register-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.register-page > .container-fluid {
  flex: 1;
}
.register-page > .container-fluid > .row {
  min-height: 100vh;
}
.register-page input {
  margin-bottom: 0px;
}
.register-page .input-group .input-group-text, .register-page .input-group .btn-outline-secondary {
  border-color: #EEEEEE;
  border-radius: 10px;
}
.register-page .form-wrapper {
  max-width: 520px;
}
.register-page .page-title {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 4px;
}
.register-page .page-subtitle {
  color: #6b7280;
  margin-bottom: 0;
}
.register-page .section-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}
.register-page .section-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #1f2937;
}
.register-page .section-subtitle {
  font-size: 11px;
  color: #6b7280;
  margin-bottom: 0;
}
.register-page .step-pill {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}
.register-page .step-pill-primary {
  background: #ef476f;
}
.register-page .step-pill-secondary {
  background: #14b8a6;
}
.register-page .input-group-modern .form-control {
  border-right: 0;
}
.register-page .input-group-modern .input-group-text,
.register-page .input-group-modern .btn {
  background: #fff;
  border-left: 0;
}
.register-page .input-group-modern .input-group-text {
  color: #6b7280;
}
.register-page .input-group-modern .form-control:focus {
  box-shadow: none;
}
.register-page .input-group-modern:focus-within .form-control,
.register-page .input-group-modern:focus-within .input-group-text,
.register-page .input-group-modern:focus-within .btn {
  border-color: #ef476f;
}
.register-page .register-submit {
  background: #ef476f;
  border-color: #ef476f;
}
.register-page .register-submit:hover {
  background: #e64064;
  border-color: #e64064;
}
.register-page .benefits-panel {
  background: linear-gradient(135deg, #EE4267 0%, #f43f5e 25%, #09A1A1 100%);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
}
.register-page .benefits-panel .row {
  height: 100%;
}
.register-page .benefits-panel::before,
.register-page .benefits-panel::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}
.register-page .benefits-panel::before {
  width: 300px;
  height: 300px;
  top: -10px;
  right: -10px;
}
.register-page .benefits-panel::after {
  width: 240px;
  height: 240px;
  bottom: 50px;
  left: 100px;
}
.register-page .benefits-wrapper {
  position: relative;
  z-index: 1;
}
.register-page .benefits-icon-circle {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  margin: 30px auto;
}
.register-page .list-unstyled li {
  font-size: 20px;
  padding: 15px;
}
.register-page .list-unstyled li .fa-check-circle::before {
  font-size: 50px;
}

/* Modal styles */
.modal .modal-content .modal-header {
  padding: 25px 15px;
}
.modal .modal-content .modal-footer .btn-primary {
  background-color: #EE4267;
  border-color: #EE4267;
}
.modal .modal-content .modal-footer .btn-primary:hover {
  background-color: rgb(235.4912621359, 38.1087378641, 80.5689320388);
}

/* Minimal custom styles for the registration page */
