.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}
.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}
.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
  z-index: 1500;
}
.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.form-signup {
  max-width: 1080px !important;
  padding: 1rem !important;
}

.form-signin {
  max-width: 50% !important;
  padding: 1rem !important;
}

.form-floating > .form-select {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 2.25 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.eye-btn {
  right: 11.2px !important;
  background: none;
  border: none;
  cursor: pointer;
}

/* Shift Bootstrap error icon slightly more right */
input.form-control.is-invalid#userPassword,
input.form-control.is-invalid#userConfirmPassword {
  padding-right: 5.5rem !important; /* enough space for both icons */
  background-position: right 2.25rem center;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

/* Light theme text color */
@media (prefers-color-scheme: light) {
  .ai {
    color: black;
  }
}

/* Dark theme text color */
@media (prefers-color-scheme: dark) {
  .ai {
    color: white;
  }
  .logo-dark-mode {
    color: white
  }
  .form-control {
    border: 1px solid #555 !important;
    background-color: #333 !important;
    color: #dee2e6 !important;
  }
  .iti__country-list {
    background-color: #333 !important;
    color: #dee2e6 !important;
  }
  .form-select {
    background-color: #333 !important;
  }
  
  input:disabled {
    background-color: #222 !important;
    color: #888 !important;
    border-color: #444 !important;
    opacity: 1 !important;
    cursor: not-allowed !important;
  }

  select:disabled {
    background-color: #222 !important;
    color: #6c757d !important;
  }

  .success-journey-container,
  .success-journey-container .card-white,
  .success-journey-container .card {
    color: #fff !important;
    border-color: #2b3035 !important;
  }

  .success-journey-container .header-text {
    color: #0d6efd !important;
  }

  .success-journey-container .company-details,
  .success-journey-container p,
  .success-journey-container .small {
    color: #fff !important;
  }

  .success-journey-container img.avatar-placeholder,
  .success-journey-container img.logo-placeholder {
    background: #2b3035 !important;
  }

  /* Footer dark mode styles */

  .app-footer .text-muted {
    color: #9aa0a6 !important;
  }

  .app-footer .footer-link {
    color: #8ab4f8 !important;
  }

  .app-footer .footer-link:hover {
    color: #aecbfa !important;
    text-decoration: underline !important;
  }

}

@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  font-family: "Roboto", sans-serif;
  background-color: #e0e3e8;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

footer.app-footer {
  flex-shrink: 0;
  margin-top: auto;
  background-color: #f8f9fa;
  color: #6c757d;
}

.app-footer .footer-link {
  color: #0d6efd;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.form-area {
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
  padding: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-area .form-inner {
  width: 100%;
}

.form-control {
  width: 100%;
  padding: 15px 19px;
  font-size: 1rem;
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
  background-color: #fff;
  color: #475f7b;
}

.form-control:focus {
  border-color: #5a8dee;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
  outline: none;
}

.iti {
  width: 100%;
}
.iti__flag {
  height: 20px;
  margin-right: 10px;
}
.is-invalid {
  border-color: #dc3545 !important;
}
/* Ensure proper padding and alignment in input */
input#userPhoneNumber {
  height: 58px; /* Match other input fields */
  padding-left: 70px; /* Leave space for the flag */
  box-sizing: border-box; /* Avoid issues with padding affecting input size */
  border: 1px solid #ccc;
  border-radius: 8px; /* Added rounded corners for modern look */
  padding-right: 10px; /* Add padding for spacing */
}

/* Add light background for country code */
#countryCode {
  padding: 10px 15px;
  background-color: #f0f4f8; /* Light background color */
  color: #333; /* Dark text for contrast */
  font-weight: bold;
  border-right: 1px solid #ddd;
  border-radius: 8px 0 0 8px; /* Rounded corners for left side */
  display: flex;
  align-items: center;
}

#phoneInputContainer {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px; /* Rounded container */
  overflow: hidden; /* Ensure content doesn't overflow */
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%); /* Subtle shadow for effect */
}

/* Ensure no unwanted scrolling */
body {
  overflow-x: hidden; /* Prevent horizontal scrolling on the main page */
}

/* Prevent main page layout shift when dropdown opens */
.form-floating {
  position: relative;
  overflow: visible; /* Fixes dropdown cutoff issues */
}

/* Additional styling for better user experience */
input#userPhoneNumber:focus {
  border-color: #5a8dee;
  box-shadow: none;
}

#phoneInputContainer:focus-within {
  border-color: #5a8dee;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.signup-body-margin {
  margin-top: 10rem !important;
}


/* Success Journey Styles */
.testimonial-section {
  padding: 1rem 0;
}

.company-details {
  line-height: 1.3;
}

.fs-14px {
  font-size: 14px !important;
}

.card-white {
  border-color: #e0e0e0;
  border-radius: 20px;
  padding: 35px 40px;
}

.avatar-placeholder {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.logo-placeholder {
  width: 100px;
  height: 38px;
  object-fit: contain;
}

.header-text {
  color: #0D6EFD;
}

.company-position {
  margin-top: 5px;
}

.text-company{
  font-size: 16px;
}

.watch-btn {
  box-shadow: 0px 0px 19.42px 5.55px #0D6EFD59;
  padding: 6px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .success-journey-container {
    padding: 1.5rem !important;
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }

  .success-journey-container .row {
    flex-direction: column;
  }

  .success-journey-container .col-md-6 {
    margin-bottom: 1.5rem;
  }

  .success-journey-container h4 {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .success-journey-container p {
    text-align: center;
    font-size: 13px !important;
    margin-bottom: 1.5rem !important;
  }

  .testimonial-section {
    flex-direction: column !important;
    text-align: center;
    align-items: center !important;
    margin-bottom: 1rem !important;
  }

  .testimonial-section .me-3 {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }

  .testimonial-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .testimonial-content .mb-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.5rem !important;
  }

  .logo-placeholder {
    margin-bottom: 0.5rem !important;
    margin-right: 0 !important;
  }

  .company-details {
    text-align: center;
  }

  .card.shadow-sm {
    padding: 2rem !important;
    margin-top: 1rem;
  }

  .success-journey-container .card.shadow-sm p {
    font-size: 16px !important;
    text-align: center;
    line-height: 1.5;
  }

  .card.shadow-sm .row.g-3 {
    margin-top: 1rem;
  }

  .fs-4.fw-bold.header-text {
    font-size: 1.8rem !important;
  }

  .small.text-dark.fs-14px {
    font-size: 12px !important;
    line-height: 1.3;
  }

  .avatar-placeholder {
    width: 50px !important;
    height: 50px !important;
  }

  .logo-placeholder {
    width: 70px !important;
    height: 25px !important;
  }
}

@media (max-width: 576px) {
  .success-journey-container {
    padding: 1rem !important;
  }

  .card.shadow-sm {
    padding: 1.5rem !important;
  }

  .fs-4.fw-bold.header-text {
    font-size: 1.5rem !important;
  }

  .small.text-dark.fs-14px {
    font-size: 11px !important;
  }

  .avatar-placeholder {
    width: 45px !important;
    height: 45px !important;
  }

  .logo-placeholder {
    width: 60px !important;
    height: 22px !important;
  }

  .success-journey-container h4 {
    font-size: 1.2rem;
  }

  .testimonial-content .fs-14px {
    font-size: 12px !important;
  }
}