.moltaka-form {
  position: relative;
  z-index: 1;
}

.main_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.title {
  font-size: var(--fs-32);
  font-weight: 700;
  color: var(--bs-primary);
}

.sub-title {
  color: var(--bs-secondary);
}

label {
  font-weight: 700;
  color: var(--bs-black);
}

label span {
  color: var(--bs-secondary);
}

.form-control {
  border: 1px solid var(--bs-gray-300) !important;
  border-radius: 1.2rem !important;
  height: 6rem;
  width: 100%;
  font-size: var(--fs-16);
}

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid var(--bs-gray-300) !important;
}

.form-control::placeholder {
  color: var(--bs-gray-400) !important;
  font-weight: 400 !important;
  font-size: var(--fs-12) !important;
}

.job-status-group .form-check-label {
  font-size: var(--fs-12);
  color: var(--bs-secondary);
}

.job-status-group .form-check-input {
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  background-color: var(--bs-gray-200);
  border: 1px solid var(--bs-gray-500);
}

.job-status-group .form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.job-status-group .form-check-input:focus {
  box-shadow: none;
  outline: none;
}

.employer-other-inline {
  flex: 1;
  min-width: 0;
  flex-wrap: nowrap;
}

.employer-other-inline .form-check-label {
  white-space: nowrap;
}

.other-inline-input {
  flex: 1;
  width: 100%;
  min-width: 0;
  max-width: 21rem;
  height: 2.4rem;
  border: 0;
  border-bottom: 1px solid var(--bs-secondary);
  border-radius: 0;
  background: transparent;
  padding: 0 0 0.2rem;
  font-size: var(--fs-12);
}

.other-inline-input:focus {
  outline: none;
  box-shadow: none;
  border-bottom-color: var(--bs-primary);
}

.submit-btn {
  min-width: 13.6rem;
  width: auto;
  height: 6rem;
  border-radius: 1.2rem;
  padding-inline: 1.8rem;
  white-space: nowrap;
}

.submit-btn.is-loading {
  justify-content: center;
}

.submit-btn.is-loading span:last-child {
  white-space: nowrap;
}

.submit-btn.is-loading .spinner-border {
  width: 1.6rem;
  height: 1.6rem;
  border-width: 0.2rem;
}

body.loading-submit {
  overflow: hidden;
}

.submit-loader-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 34, 38, 0.46);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}

.submit-loader-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.submit-loader-card {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: var(--bs-white);
  color: var(--bs-primary);
  border: 1px solid rgba(0, 117, 128, 0.24);
  border-radius: 1.4rem;
  padding: 1.2rem 1.8rem;
  box-shadow: 0 16px 36px rgba(0, 34, 38, 0.24);
  font-size: var(--fs-16);
  font-weight: 700;
}

.submit-loader-card .spinner-border {
  width: 1.9rem;
  height: 1.9rem;
  border-width: 0.22rem;
}

.error-message {
  color: var(--bs-red);
  font-size: var(--fs-12);
  margin-top: 5px;
  display: block;
}

input.error {
  border: 2px solid var(--bs-red) !important;
}

.success-modal-content {
  border: 1px solid rgba(0, 117, 128, 0.2);
  border-radius: 2.8rem;
  box-shadow: 0 30px 60px rgba(0, 39, 44, 0.3);
  overflow: hidden;
  background: linear-gradient(165deg, #f8ffff 0%, #eaf4f5 100%);
}

.success-modal-content .modal-body {
  position: relative;
  overflow: hidden;
}

.success-modal-title {
  font-size: var(--fs-24);
  font-weight: 700;
  color: var(--bs-primary);
  line-height: 1.2;
}

.success-pass-wrapper {
  position: relative;
}

.success-pass-wrapper::before,
.success-pass-wrapper::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.success-pass-wrapper::before {
  width: 20rem;
  height: 20rem;
  top: -7rem;
  left: -10rem;
  background: radial-gradient(
    circle,
    rgba(0, 117, 128, 0.17) 0%,
    rgba(0, 117, 128, 0) 70%
  );
}

.success-pass-wrapper::after {
  width: 20rem;
  height: 20rem;
  bottom: -9rem;
  right: -8rem;
  background: radial-gradient(
    circle,
    rgba(0, 117, 128, 0.12) 0%,
    rgba(0, 117, 128, 0) 70%
  );
}

.success-pass-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}

.access-pass-card {
  width: 100%;
  max-width: 38rem;
  background: linear-gradient(175deg, #052f35 0%, #02181c 100%);
  border: 1px solid #00cfd8;
  border-radius: 2.2rem;
  padding: 2.8rem 2rem 2.4rem;
  color: var(--bs-white);
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 40px rgba(2, 23, 26, 0.45);
  animation: passUp 0.45s ease;
}

.access-pass-card::before {
  content: "";
  position: absolute;
  inset: 1.4rem;
  border: 1px solid rgba(0, 207, 216, 0.35);
  border-radius: 1.6rem;
  pointer-events: none;
}

.access-pass-card::after {
  content: "";
  position: absolute;
  width: 18rem;
  height: 18rem;
  right: -9rem;
  top: -11rem;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(44, 230, 207, 0.22) 0%,
    rgba(44, 230, 207, 0) 70%
  );
}

.access-pass-kicker {
  font-size: var(--fs-16);
  color: #2ce6cf;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.pass-user-name {
  font-size: var(--fs-32);
  color: var(--bs-white);
  font-weight: 700;
  line-height: 1.15;
  word-break: break-word;
}

.pass-user-role {
  font-size: var(--fs-16);
  color: rgba(255, 255, 255, 0.72);
}

.pass-code {
  font-size: var(--fs-16);
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.06em;
}

.pass-issued {
  font-size: var(--fs-12);
  color: rgba(255, 255, 255, 0.62);
}

.success-pass-note {
  font-size: var(--fs-16);
  color: var(--bs-secondary);
}

.success-modal-btn {
  min-width: 18rem;
  height: 5.2rem;
  border-radius: 1.4rem;
  border: 1px solid var(--bs-primary) !important;
  background-color: var(--bs-primary) !important;
  color: var(--bs-white);
  font-size: var(--fs-16);
  font-weight: 700;
  transition: 0.3s ease;
  box-shadow: 0 12px 24px rgba(0, 117, 128, 0.34);
}

.success-modal-btn:hover {
  background-color: #005b64 !important;
  color: var(--bs-white);
  border: 1px solid var(--bs-primary);
}

.success-modal-btn:focus {
  box-shadow: none;
}

.success-modal-btn:disabled {
  opacity: 0.75;
  cursor: not-allowed;
  box-shadow: none;
}

.qr-code-container {
  border: 1px solid rgba(0, 117, 128, 0.35);
  border-radius: 1.6rem;
  background-color: var(--bs-white);
  width: fit-content;
  margin: 0 auto;
  padding: 1.2rem;
  box-shadow: inset 0 0 0 0.4rem rgba(0, 117, 128, 0.08);
}

.qr-code-container canvas,
.qr-code-container svg {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 0.8rem;
}

@keyframes passUp {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 576px) {
  .success-modal-content .modal-body {
    padding: 0 !important;
  }

  .success-pass-wrapper {
    padding: 2rem !important;
  }

  .success-pass-header {
    flex-direction: column;
    gap: 1rem;
  }

  .qr-code-container {
    padding: 1rem;
  }

  .success-modal-btn {
    width: 100%;
  }
}

/* -----------------------------events-tabs------------------------------ */
.events-tabs li button.active{
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

.events-tabs li {
  flex: 1 !important;
}

.events-tabs li button {
  max-width: 40.2rem !important;
  width: 100% !important;
  height: 6.2rem !important;
  border-radius: 1.2rem !important;
  background-color: var(--bs-gray-800) !important;
  color: var(--bs-black) !important;
  font-size: var(--fs-16) !important;
  font-weight: 700 !important;
}

.event-date{
  max-width: 14.5rem;
  max-height: 5rem;
  border-radius: 6.1rem;
  background-color: var(--bs-primary);
  padding: 1.2rem 2.4rem;
  font-weight: 700;
  color: var(--bs-white);
}

.event-date-desc{
  height: 11.4rem;
  padding: 0 2.4rem;
  border-radius: 1.2rem;
  border: 1px solid var(--bs-gray-300);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}

.event-date-desc h1{
  font-size: var(--fs-16);
  font-weight: 700;
  color: var(--bs-black);
}

.event-date-desc p{
  font-size: var(--fs-16);
  color: var(--bs-primary);
  margin-bottom: 0;
}
