@font-face {
  font-family: "Eina03-Regular";
  src: url("/assets/fonts/eina/Eina03-Regular.ttf");
}
@font-face {
  font-family: "Eina03-SemiBold";
  src: url("/assets/fonts/eina/Eina03-SemiBold.ttf");
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter/Inter.ttf");
}
.communio-title {
  font-family: "Eina03-SemiBold";
  color: #000000;
  font-size: 24px;
  line-height: normal;
  margin: 0 0 8px;
}

.communio-sub-title {
  font-family: "Eina03-Regular";
  color: #3d3d3d;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

.communio-rounded-lg {
  border-radius: 8px;
}

.communio-rounded-md {
  border-radius: 6px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

/* Reset */
* {
  margin: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  background-color: white;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.p {
  font-family: "Eina03-Regular";
  font-weight: normal;
  font: size 16px;
}

.registration-form-header {
  padding: 20px;
  background-color: white;
  text-align: center;
}

.logo-div {
  position: relative;
  display: none;
  width: 100%;
  overflow: hidden;
}

.logo-div img {
  position: relative;
  max-height: 90px;
  max-width: 100%;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  filter: none;
}

/* media queries */
@media (max-width: 420px) {
  .logo-div img {
    max-height: 60px;
  }
}
.hero {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  color: white;
  text-align: center;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-text,
.register-scroll {
  z-index: 2;
}

.hero-text {
  text-align: left;
  margin-left: 10%;
  margin-right: 5%;
}
@media (min-width: 526px) {
  .hero-text {
    margin-left: 0%;
    position: absolute;
    left: 47px;
  }
}

.hero-text h1 {
  font-size: 42px;
  font-family: "Eina04-Bold", sans-serif;
}

.hero-text p {
  font-size: 24px;
  font-family: "Eina03-SemiBold", sans-serif;
}

.register-scroll {
  background-color: red;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  margin-left: 10%;
  width: 80%;
  margin-bottom: 1em;
}
@media (min-width: 526px) {
  .register-scroll {
    display: none;
  }
}
.register-scroll:hover {
  background-color: darkred;
  opacity: 1;
}

.container-wrap {
  display: flex;
  flex-wrap: wrap;
}

.container {
  display: flex;
  flex: 2;
  min-width: 350px;
  flex-wrap: wrap;
  padding: 20px;
}

.content {
  flex: 2;
  padding: 0px 22px;
}

.card {
  background: white;
  padding: 5px;
  border-radius: 8px;
}
.card h2 {
  font-size: 18px;
  font-family: "Eina04-Bold", sans-serif;
}
.card p {
  font-size: 18px;
  font-family: "Eina03-Regular";
}

.card-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reg-icon {
  width: 18px;
  height: 18px;
}

.card-details {
  margin-bottom: 16px;
}

.card-details p {
  font-weight: 400;
}

.card-details a {
  font-size: 14px;
  text-decoration: none;
}

.card-content {
  display: flex;
  justify-content: space-between;
}

.registration-sidebar {
  flex: 1;
  background: white;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.registration-sidebar .register-box {
  font-family: "Eina03-Regular";
}
.registration-sidebar .register-box .church-member-question {
  font-family: "Eina03-SemiBold";
}
.registration-sidebar .register-box .custom-field-header {
  font-size: 14px;
}
.registration-sidebar .registration-header {
  font-family: "Eina03-SemiBold";
  font-weight: 200;
}

.reg-content {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.reg-content h3 {
  font-family: "Eina04-Bold", sans-serif;
}

.reg-content p {
  font-size: 14px;
  margin-bottom: 12px;
}

.flag-bg {
  display: flex;
  background: #f8f8fa;
  align-items: center;
  gap: 8px;
  margin: 18px 0;
}

.required {
  color: red;
}

#contact-organizer {
  font-family: "Eina03-SemiBold";
}

.flag-bg p {
  margin: 0; /* Prevent additional spacing */
}

.ticket-box {
  margin-bottom: 20px;
}

.ticket {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border: 1px solid #1A56DB;
  padding: 20px;
  border-radius: 12px;
  align-items: center;
}

.ticket-details h5 {
  font-size: 20px;
  font-weight: 600;
}
.ticket-details p {
  font-size: 14px;
  color: red;
}
.ticket-details span {
  font-family: "Eina04-Bold", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.08px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.counter button {
  padding: 5px 10px;
  border: none;
  border-radius: 4px;
}

.counter button:nth-child(1) {
  background: #F3F4F6;
}

.counter button:nth-child(3) {
  background: #1A56DB;
  color: #f4f4f4;
}

.line {
  /* width: 74%; */
  height: 1px;
  background-color: #ebebeb;
  border: none;
  margin: 10px auto;
}

/* .reg-inputfield{
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
} */
.form-row {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}

.form-group {
  flex: 1;
  margin-bottom: 10px;
}

.form-group label {
  font-size: 11px;
  color: #424242;
}

.form-group input {
  padding: 10px;
  border-radius: 4px;
  width: 100%;
}

/* .reg-inputfield input {
  width: 50%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
} */
.registration-form h4 {
  margin-bottom: 18px;
}

.add-attendee {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  color: #1A56DB;
  font-weight: 600;
  cursor: pointer;
}

.add-attendee:hover {
  text-decoration: none;
}

.add-attendee .plus {
  font-size: 1.5em;
  margin-right: 10px;
  line-height: 1;
}

.add-attendee .text {
  font-size: 14px;
  font-family: "Eina03-SemiBold";
  display: flex;
  flex-direction: column;
}

.add-attendee small {
  font-weight: normal;
  font-family: "Eina03-Regular";
  font-size: 11px;
  color: #555;
  margin-top: 1px;
}

.market p {
  font-size: 14px;
  margin: 8px 0;
}

.label-wrap {
  display: flex;
  gap: 20px;
  margin: 10px 0;
}

.checkout {
  font-family: "Eina03-SemiBold";
  background-color: red;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  width: 100%;
}

.footer {
  text-align: left;
  padding: 10px;
  background-color: #ebebeb;
  margin-top: auto;
}
.footer .footer-links {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.footer a {
  font-family: "Eina03-SemiBold";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.04px;
  text-align: left;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: inherit;
}
.footer a:hover {
  color: blue;
  text-decoration: underline;
}
.footer p {
  font-size: 14px;
  margin: 0;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
}

.custom-input {
  font-size: 14px;
  font-weight: 600;
  color: #333; /* Text color */
}

/* Style the placeholder text */
.custom-input::-moz-placeholder {
  font-weight: normal; /* Remove bold for placeholder */
  font-family: inherit; /* Inherit font-family from parent or set it to another value */
  color: #777; /* Optional: adjust placeholder color */
}
.custom-input:-ms-input-placeholder {
  font-weight: normal; /* Remove bold for placeholder */
  font-family: inherit; /* Inherit font-family from parent or set it to another value */
  color: #777; /* Optional: adjust placeholder color */
}
.custom-input::placeholder {
  font-weight: normal; /* Remove bold for placeholder */
  font-family: inherit; /* Inherit font-family from parent or set it to another value */
  color: #777; /* Optional: adjust placeholder color */
}

#church-logo {
  width: 80%;
  max-width: 120px;
  height: auto;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Style the 'Join Meeting' link */
.join-meeting-link {
  color: blue;
  text-decoration: none; /* Removes the default underline */
}

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

/* Style for disabled button */
button:disabled {
  background-color: #ccc; /* Gray background */
  color: #999; /* Light gray text */
  cursor: not-allowed; /* Change cursor to indicate it can't be clicked */
  opacity: 0.6; /* Reduce opacity to make it look faded */
}

.custom-toast-position {
  top: 0 !important; /* Ensures the toast is positioned exactly at the top of the screen */
  left: 50% !important; /* Centers the toast horizontally */
  transform: translateX(-50%) !important; /* Adjusts the toast horizontally to ensure it's fully centered */
  position: fixed !important; /* Ensures the toast remains fixed in the viewport */
}

/* Modal styles */
/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

/* Modal content styling */
.modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border-radius: 5px;
  width: 30%;
  text-align: center;
}

/* Styling for the Yes button */
.confirm-button-yes {
  font-size: 14px;
  font-family: "Eina03-SemiBold";
  border-radius: 2px;
  padding: 10px 32px;
  border: none;
  outline: none;
  background: #fc2d38; /* Red background */
  color: #ffffff; /* White text */
  cursor: pointer;
}

/* Styling for the No button */
.confirm-button-no {
  font-size: 14px;
  font-family: "Eina03-Regular";
  padding: 10px 20px;
  border: none;
  outline: none;
  background: #ddd; /* Light gray background for No button */
  color: #333; /* Dark text */
  cursor: pointer;
}

/* Hover effect for buttons */
.confirm-button-yes:hover, .confirm-button-no:hover {
  opacity: 0.8;
}

/* Style for the confirmation message */
#confirmationMessage {
  font-size: 14px;
  font-family: "Eina03-Regular";
  font-weight: bold;
  margin-bottom: 20px;
}

.flag-bg {
  display: flex;
  align-items: center; /* Center items vertically */
  gap: 8px; /* Space between image and text */
  background-color: #f0f0f0; /* Change to desired background color */
  padding: 10px 16px; /* Add padding for better spacing */
  border-radius: 8px; /* Optional: for rounded corners */
  min-width: 300px; /* Set a minimum width to ensure enough space */
  width: auto; /* Allow width to adjust based on content */
}
.flag-bg #last-date-register {
  font-family: "Eina03-SemiBold";
}

.flag-bg img {
  width: 20px; /* Adjust as necessary */
  height: auto;
}

.flag-bg p {
  margin: 0; /* Remove default margin */
  display: inline-block;
}

#waitlist-flag {
  padding: 10px;
  background-color: #FDE8E8;
  color: red; /* Set the text color to red */
}

.flag-bg-waitlist img {
  width: 20px; /* Adjust as necessary */
  height: auto;
}

.flag-bg-waitlist p {
  margin: 0; /* Remove default margin */
  display: inline-block;
}

.flag-bg-waitlist {
  background-color: red; /* Set the background color to red */
  padding: 10px;
}

.hidden {
  display: none;
}

.spinner2 {
  position: relative;
  width: 50px; /* Size of the spinner */
  height: 50px;
  margin-top: 29px;
  margin-bottom: 0px;
}

.dot {
  position: absolute;
  width: 10px;
  height: 4px;
  background-color: #3434e7;
  animation: spin2 1.2s linear infinite;
  border-radius: 40%;
}

.dot:nth-child(1) {
  transform: rotate(0deg) translate(15px);
  animation-delay: -1.1s;
}

.dot:nth-child(2) {
  transform: rotate(45deg) translate(15px);
  animation-delay: -1s;
}

.dot:nth-child(3) {
  transform: rotate(90deg) translate(15px);
  animation-delay: -0.9s;
}

.dot:nth-child(4) {
  transform: rotate(135deg) translate(15px);
  animation-delay: -0.8s;
}

.dot:nth-child(5) {
  transform: rotate(180deg) translate(15px);
  animation-delay: -0.7s;
}

.dot:nth-child(6) {
  transform: rotate(225deg) translate(15px);
  animation-delay: -0.6s;
}

.dot:nth-child(7) {
  transform: rotate(270deg) translate(15px);
  animation-delay: -0.5s;
}

.dot:nth-child(8) {
  transform: rotate(315deg) translate(15px);
  animation-delay: -0.4s;
}

@keyframes spin2 {
  0%, 20% {
    opacity: 1; /* Dots are visible */
  }
  50%, 100% {
    opacity: 0; /* Dots fade out */
  }
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-toast-error {
  background-color: red !important;
  color: white !important;
  border: 2px solid darkred;
}

.tooltips {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltips img {
  vertical-align: middle;
}
.tooltips p {
  visibility: hidden;
  width: 380px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 50%;
  margin-left: -110px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  font-family: "Eina03-Regular";
}
.tooltips p::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 29%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}
.tooltips:hover p {
  visibility: visible;
  opacity: 1;
}

.savechnages {
  background-color: red;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  width: 100%;
}

.donate, .donate-text, .donate-pipe {
  display: none;
}

.church-calendar {
  display: inline-block;
  white-space: nowrap;
}

.agreement {
  font-family: Eina03-SemiBold, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  margin-bottom: 20px;
}

#about-this-exp ol li {
  list-style-type: disc;
}

.update-information-modal,
.update-information-modal .experience-resource-wrapper,
.update-information-modal .user-details {
  text-align: left;
  align-items: flex-start;
}

.update-information-modal .user-details p,
.update-information-modal .user-details div {
  margin-left: 0;
}

#facilitator-field {
  display: none;
}

.ql-editor {
  padding: 0 0 0 15px;
}

.ql-align-center {
  text-align: center;
}

.ql-align-right {
  text-align: right;
}

.ql-align-justify {
  text-align: justify;
}

.ql-align-left {
  text-align: left;
}