body,
html {
  padding: 0px;
  margin: 0px;
  font-family: Manrope, sans-serif;
}

#preloader {
  width: 100%;
  height: 100%;
  background-color: rgb(29, 29, 29);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#loading-wrapper {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  background: radial-gradient(
    50% 50%,
    ellipse closest-corner,
    rgba(0, 0, 0, 0.6) 1%,
    rgba(0, 0, 0, 0.8) 100%
  );
  color: #fff;
}

a:hover {
  text-decoration: none;
}

a.active {
  color: #198fce;
}

.row {
  margin: 0;
}

.overly {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
}

.section {
  position: relative;
  z-index: 88;
  max-width: 1645px;
  width: 90%;
  margin: auto;
  float: none;
}

.title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.title h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #2ac4b7;
  margin-bottom: 10px;
  line-height: 40px;
}

.title p {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 8px;
  color: #ffffff;
  margin-bottom: 0px;
}

.header-cities {
  display: flex;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0px;
}

.header-city {
  flex: 1;
}

.city-new {
  color: #0086c7;
  font-size: 12px;
  letter-spacing: 6px;
}

.city-title {
  color: #a9a8ab;
  font-size: 20px;
  line-height: 20px;
}

.city-date {
  color: white;
  font-size: 16px;
}

.ubc {
  align-items: center;
  padding: 8px 0px;
}

.ubc-logo {
  font-size: 150px;
  text-align: center;
}

.ubc-text {
  text-transform: capitalize;
  font-size: 16px;
}

.ubc-color {
  color: #108ed7;
}

.ubc-btn {
  background: #3762a1;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  border: #ffffff54 solid 1px;
  padding: 8px 16px;
  min-width: 120px;
}

.ubc-mini-btn {
  background: #3762a1;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  border: #ffffff54 solid 1px;
  padding: 6px 12px;
}

.ubc-outline-btn {
  background: white;
  color: #3762a1;
  border: #3762a1 solid 1px;
}

.location-title {
  color: #999999;
  font-size: 48px;
  text-align: center;
  margin: 24px 0px;
}

.location-divider {
  width: 100%;
  height: 1px;
  background: #ccc;
}

.ubc-table th,
.ubc-table td {
  padding: 4px;
  border: 1px solid #ccc;
}

.ubc-table th {
  font-size: 18px;
  font-weight: medium;
}

.ubc-table .text {
  padding: 0.25rem 0.75rem;
}

.ubc-table .text a {
  color: black;
}

img.photo {
  height: 100px;
}

#poster_img {
  margin: 0 auto;
}

.profile-header {
  background: #87c5ea;
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 8px;
}

.profile-header a {
  color: #ffffff;
}

.or {
  color: #ccc;
}

@media (max-width: 1200px) {
  .city-title {
    font-size: 18px;
  }

  .city-date {
    font-size: 12px;
  }

  .profile-header {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .city-new {
    display: none;
  }

  .city-title {
    font-size: 14px;
  }

  .city-date {
    font-size: 12px;
  }

  .location-title {
    font-size: 20px;
  }

  h2 {
    font-size: 20px;
  }

  p {
    font-size: 14px;
  }

  .profile-header {
    font-size: 24px;
  }

  .ubc-table th {
    font-size: 16px;
  }
}

#breadcrumb {
  list-style: none;
  display: flex;
  padding: 0px;
}

#breadcrumb img {
  filter: invert(1);
}

#breadcrumb li {
  flex: 1;
  opacity: 0.5;
}

#breadcrumb li.active {
  opacity: 1;
}

#breadcrumb li a {
  color: #fff;
  display: block;
  background: #3498db;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
  font-size: 18px;
}

#breadcrumb li:first-child a {
  padding-left: 10px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}

#breadcrumb li:first-child a:before {
  border: none;
}

#breadcrumb li:last-child a {
  padding-right: 10px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}

#breadcrumb li:last-child a:after {
  border: none;
}

#breadcrumb li a:before,
#breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #3498db;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}

#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}

#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #3498db;
}

#breadcrumb li a:hover {
  background-color: #1abc9c;
}

#breadcrumb li a:hover:before {
  border-color: #1abc9c;
  border-left-color: transparent;
}

#breadcrumb li a:hover:after {
  border-left-color: #1abc9c;
}

#breadcrumb li a:active {
  background-color: #16a085;
}

#breadcrumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}

#breadcrumb li a:active:after {
  border-left-color: #16a085;
}

.audition-wrapper {
  max-width: 200px;
  margin: 24px auto;
  background: #108ed7;
  color: white;
  position: relative;
}

.audition-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.audition-card {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.audition-card h1 {
  font-size: 54px;
}

#error_msg {
  color: red;
}

.sponsor-slider {
  display: flex;
}

.swiper-slide {
  width: 150px;
  height: 150px;
}

.ubc-container {
  max-width: 1240px;
  padding: 8px 16px;
}

.ubc-input {
  max-width: 420px;
  border-radius: 4px;
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  line-height: 0;
  direction: ltr;
  transform: rotate(180deg);
  width: 100%;
}

.elementor-shape svg {
  display: block;
  width: calc(110% + 1.3px);
  height: 90px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}

/* Grand Prix Home Page Styles */
.hero-section {
  max-height: 800px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-image: url("../images/bg-header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  margin: 0;
  padding: 0;
}

.hero-content {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-title {
  margin-bottom: 40px;
}

.grand-prix-logo {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.finals-subtitle {
  font-size: 2.5rem;
  font-weight: 300;
  color: white;
  margin: -20px 0 0 0;
  font-style: italic;
  letter-spacing: 2px;
}

.hero-tagline {
  margin-bottom: 60px;
}

.tagline-main {
  font-size: 1.5rem;
  color: white;
  margin: 0 0 10px 0;
  font-weight: 600;
  letter-spacing: 1px;
}

.tagline-sub {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.portal-btn {
  background: #002862;
  color: white;
  border: 2px solid white;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
}

.portal-btn:hover {
  background: white;
  color: #002862;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.content-section {
  padding: 0;
  margin: 0;
  background: white;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

.content-grid.reverse {
  grid-template-columns: 1fr 1fr;
}

.content-image {
  padding: 0;
  margin: 0;
  width: 100%;
}

.content-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  padding: 0;
}

.content-text {
  padding: 40px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #002862;
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.section-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.rules-list,
.dates-list,
.participation-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.rules-list li,
.dates-list li,
.participation-steps li {
  font-size: 1.1rem;
  line-height: 1;
  color: #333;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.rules-list li:before,
.dates-list li:before {
  content: "•";
  color: #002862;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.participation-steps li {
  counter-increment: step-counter;
}

.participation-steps {
  counter-reset: step-counter;
}

.participation-steps li:before {
  content: counter(step-counter) ".";
  color: #002862;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.register-btn {
  background: #002862;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 20px;
  width: fit-content;
}

.register-btn:hover {
  background: #1a4a7a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: white;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .grand-prix-logo {
    max-width: 400px;
  }

  .finals-subtitle {
    font-size: 1.8rem;
    margin-top: -10px;
  }

  .tagline-main {
    font-size: 1.2rem;
  }

  .tagline-sub {
    font-size: 1rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .portal-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .register-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .content-grid.reverse {
    grid-template-columns: 1fr;
  }

  .content-grid.reverse .content-image {
    order: 1;
  }

  .content-grid.reverse .content-text {
    order: 2;
  }

  .content-text {
    padding: 20px;
  }

  .content-image img {
    height: 400px;
  }

  .section-container {
    padding: 0;
  }

  .section-title {
    font-size: 2rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .rules-list li,
  .dates-list li,
  .participation-steps li {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .grand-prix-logo {
    max-width: 300px;
  }

  .finals-subtitle {
    font-size: 1.5rem;
  }

  .content-section {
    padding: 20px 0;
  }
}

/* Login Page Styles */
.login-hero-section {
  max-height: 800px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: #002862;
  margin: 0;
  padding: 0;
}

.login-hero-content {
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.login-form-container {
  background: rgba(255, 255, 255, 0.95);
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.login-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #002862;
  margin-bottom: 20px;
  text-align: center;
}

.login-title a {
  color: #002862;
  text-decoration: underline;
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 0;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background: white;
  box-shadow: none;
}

.form-input:focus {
  outline: none;
  border-color: #002862;
}

.form-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.forget-password-section {
  margin-top: 20px;
  text-align: center;
}

.form-btn {
  padding: 12px 24px;
  border: none;
  border-radius: 0;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  min-width: 120px;
}

.form-btn.primary {
  background: #002862;
  color: white;
}

.form-btn.primary:hover {
  background: #1a4a7a;
}

.form-btn.outline {
  background: transparent !important;
  color: #002862;
  border: none !important;
  font-weight: 500;
  text-decoration: none;
  box-shadow: none !important;
}

.form-btn.outline:hover {
  background: transparent;
  color: #002862;
  text-decoration: underline;
}

.error {
  color: #ff6b6b;
  font-size: 0.9rem;
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.or {
  color: #666;
  margin: 0 10px;
}

/* Login Page Responsive */
@media (max-width: 768px) {
  .login-hero-content {
    padding: 0 15px;
  }

  .login-form-container {
    padding: 30px 20px;
  }

  .form-buttons {
    flex-direction: column;
  }

  .form-btn {
    width: 100%;
  }
}

/* Profile Page Styles */
.profile-hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #002862;
  margin: 0;
  padding: 40px 0;
}

.profile-hero-content {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.profile-form-container {
  background: transparent;
  padding: 40px;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.profile-form {
  text-align: left;
}

.profile-form .form-group {
  margin-bottom: 20px;
}

.profile-form label {
  font-weight: 600;
  color: white;
  margin-bottom: 8px;
  display: block;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-align: left;
}

.profile-form .form-control {
  width: 100%;
  padding: 8px 12px;
  border: 2px solid #e0e0e0;
  border-radius: 0;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background: white;
  box-shadow: none;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
  line-height: 1.4;
  height: auto;
}

.profile-form .form-control:focus {
  outline: none;
  border-color: #002862;
}

.profile-form select.form-control {
  cursor: pointer;
}

.profile-form select.form-control option {
  color: #333;
  background: white;
  padding: 8px 12px;
}

.profile-form .form-text {
  color: rgba(0, 40, 98, 0.6);
  font-size: 0.875rem;
  margin-top: 5px;
  text-shadow: none;
}

.profile-form .ubc-btn {
  background: #002862;
  color: white;
  padding: 10px 20px;
  border: 2px solid white;
  border-radius: 0;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.profile-form .ubc-btn:hover {
  background: #1a4a7a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Profile Page Responsive */
@media (max-width: 768px) {
  .profile-hero-content {
    padding: 0 15px;
  }

  .profile-form-container {
    padding: 0;
  }

  .profile-form .row {
    margin: 0;
  }

  .profile-form .col-12,
  .profile-form .col-md-3,
  .profile-form .col-md-4,
  .profile-form .col-md-6 {
    padding: 0 0 15px 0;
  }
  
  .profile-form-grid {
    grid-template-columns: 1fr !important;
    gap: 15px;
  }
  
  .profile-form-grid .form-field.birth-date {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }
  
  /* Step navigation mobile */
  #breadcrumb li a {
    flex-direction: row;
    padding: 5px 10px;
  }
  
  #breadcrumb .step-text {
    display: none;
  }
  
  #breadcrumb li.active .step-text {
    display: block;
    margin-left: 5px;
    font-size: 0.8em;
  }
}

/* Profile Page Medium Screens */
@media (min-width: 769px) and (max-width: 1024px) {
  .profile-form-container {
    padding: 20px;
  }
  
  .profile-form-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .profile-form-grid .form-field.birth-date {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}

/* Registration Page Styles */
.register-hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #002862;
  margin: 0;
  padding: 40px 0;
}

.register-hero-content {
  max-width: 800px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.register-form-container {
  background: transparent;
  padding: 40px;
}

.register-header {
  margin-bottom: 30px;
}

.register-title {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.register-instructions {
  font-size: 1rem;
  color: white;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.register-form {
  text-align: left;
}

.register-form .form-group {
  margin-bottom: 20px;
}

.date-birth-title .form-group {
  margin-bottom: 0;
}

.register-form label {
  font-weight: 600;
  color: white;
  margin-bottom: 8px;
  display: block;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-align: left;
}

.register-form .form-control {
  width: 100%;
  padding: 8px 12px;
  border: 2px solid #e0e0e0;
  border-radius: 0;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background: white;
  box-shadow: none;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
  line-height: 1.4;
  height: auto;
}

.register-form .form-control:focus {
  outline: none;
  border-color: #002862;
}

.register-form select.form-control {
  cursor: pointer;
}

.register-form select.form-control option {
  color: #333;
  background: white;
  padding: 8px 12px;
}

.register-form .form-text {
  color: rgba(255, 255, 255, 0.1);
  font-size: 0.875rem;
  margin-top: 5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.register-submit-btn {
  background: #002862;
  color: white;
  padding: 15px 40px;
  border: 2px solid white;
  border-radius: 0;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.register-submit-btn:hover {
  background: #1a4a7a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Registration Page Responsive */
@media (max-width: 768px) {
  .register-hero-content {
    padding: 0 15px;
  }

  .register-form-container {
    padding: 30px 20px;
  }

  .register-title {
    font-size: 1.5rem;
  }

  .register-form .row {
    margin: 0;
  }

  .register-form .col-12,
  .register-form .col-md-3,
  .register-form .col-md-4,
  .register-form .col-md-6 {
    padding: 0 0 15px 0;
  }
}

/* Small button styles */
.btn-sm {
  padding: 6px 12px !important;
  font-size: 0.9rem !important;
  line-height: 1.2;
  min-width: inherit;
}

.btn-xs {
  padding: 6px !important;
  font-size: 0.8rem !important;
  line-height: 1.2;
  min-width: inherit;
}

/* Profile table styles */
.profile-form .table th,
.profile-form .table td,
.judge-form .table th,
.judge-form .table td {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.2);
}

.profile-form .table thead th,
.judge-form .table thead th {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Table horizontal scroll */
.profile-form .table-responsive,
.judge-form .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.profile-form .table,
.judge-form .table {
  min-width: 800px;
  width: 100%;
}

/* Profile step navigation */
#breadcrumb {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

#breadcrumb li {
  margin: 0 10px;
}

#breadcrumb li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #666;
  padding: 10px;
}

#breadcrumb li.active a {
  color: #002862;
  font-weight: bold;
}

#breadcrumb .step-number {
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 8px;
  color: white;
}

#breadcrumb .step-text {
  font-size: 0.9em;
  text-align: left;
  color: white;
  white-space: nowrap;
}

.profile-hero-section {
  padding: 20px 0;
}

/* Profile form grid layout */
.profile-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.profile-form-grid .form-field {
  display: flex;
  flex-direction: column;
}

.profile-form-grid .form-field.full-width {
  grid-column: 1 / -1;
}

.profile-form-grid .form-field.birth-title {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.profile-form-grid .form-field.birth-date {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  grid-column: 1 / -1;
}

.profile-form-grid label {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
  font-weight: 500;
  text-align: left;
}

.profile-form-grid .form-control {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 10px 12px;
}

.profile-form-grid .form-control:focus {
  border-color: white;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.2);
}

.profile-form-grid .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.profile-form-grid select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
}

.profile-form-grid select.form-control option {
  color: #333;
  background: white;
  padding: 8px 12px;
}
