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

#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,
a.active {
  text-decoration: none;
  color: #ffffff;
}

.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: 15px;
  -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: 15px;
  -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);
}

/* Vertical text labels for homepage sections */
.vertical-label {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  width: 60px;
  padding: 16px 8px;
  font-size: 12px;
  font-weight: bold;
}

.vertical-label-left {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  width: 60px;
  padding: 16px 8px;
  font-size: 12px;
  font-weight: bold;
}

/* Responsive font sizing for vertical labels */
@media (min-width: 640px) {
  .vertical-label {
    font-size: 14px;
    min-height: 200px;
  }
  .vertical-label-left {
    font-size: 14px;
    min-height: 240px;
  }
}

@media (min-width: 768px) {
  .vertical-label {
    font-size: 16px;
    min-height: 220px;
  }
  .vertical-label-left {
    font-size: 16px;
    min-height: 260px;
  }
}

@media (min-width: 1024px) {
  .vertical-label {
    font-size: 18px;
    min-height: 240px;
  }
  .vertical-label-left {
    font-size: 18px;
    min-height: 280px;
  }
}

/* Navigation scroll behavior */
.nav-scroll-hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.nav-scroll-visible {
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}

/* 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: 1.1rem;
  margin: 0;
  text-align: left;
}

.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%;
  }
}

/* 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: 20px;
}

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

.register-title {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
  text-align: left;
  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;
}

.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;
  line-height: 1.4;
  height: auto;
}

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

.register-form select.form-control {
  cursor: pointer;
  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;
}

.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: 1px solid white;
  text-align: center;
  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);
}

/* Register Cancel Button */
.register-cancel-btn {
  background: transparent;
  color: #1a4a7a;
  border: 2px solid #1a4a7a;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

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

/* Action Button */
.btn-action {
  background: transparent;
  border: 1px solid #1a4a7a;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-action:hover {
  color: white;
  transform: translateY(-1px);
}

/* Checkbox Styles */
input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  width: 16px !important;
  height: 16px !important;
  margin-right: 12px;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background-color: #2563eb !important;
  border-color: #2563eb !important;
}

/* Remove margin bottom for checkbox labels */
.checkbox-label {
  margin-bottom: 0 !important;
}

.btn-sm {
  padding: 4px 12px;
  font-size: 12px;
}

.btn-md {
  padding: 8px 16px;
  font-size: 14px;
}

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

  .register-form-container {
    padding: 15px 10px;
  }

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

  .register-submit-btn {
    padding: 10px 20px;
    width: 100%;
  }
}
