@font-face {
  font-family: 'Druk Wide Bold';
  src: url('../fonts/DrukWideBold.ttf') format('truetype');
}

.special-header {
  position: relative;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s;
  background-color: #000000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  backdrop-filter: blur(4px);
}

.special-container {
  font-family: 'Outfit', sans-serif !important;
  font-feature-settings: normal;
  font-variation-settings: normal;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
}

.special-logo {
  display: flex;
  align-items: center;
}

.special-logo img {
  height: 1.5rem;
}

.special-nav {
  display: none;
  background: transparent !important;
}

.special-nav.open {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  gap: 1rem;
  left: 0;
  width: 100%;
  background-color: #000000 !important;
  padding: 1rem;
}

.special-nav a.special-nav-link,
.special-dropdown {
  transition: all 0.3s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  color: white;
  font-weight: 500;
  font-size: 16px;
  margin-left: 24px;
  display: flex;
  align-items: center;
}

.special-nav .button-link {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  border: 2px solid;
  border-image: linear-gradient(to right, #35C0D7, #0D7EC0, #676BAF, #AF4195) 1;
}

.auth-user-name {
  color: black;
  background: white;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  border-radius: 9999px;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.auth-dropdown-text {
  color: black;
  font-size: 16px;
  font-family: Outfit;
  font-weight: 400;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  gap: 8px;
}

.auth-dropdown-content {
  left: auto !important;
  right: 0 !important;
  top: 140% !important;
}

.auth-dropdown-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.auth-dropdown-icon svg {
  width: 100%;
  height: 100%;
}

.auth-dropdown-text.sign-out {
  color: #dc2626;
}

.special-nav a:hover {
  color: #66abff;
}

.special-dropdown {
  position: relative;
  cursor: pointer;
}

.special-dropdown-content {
  display: none;
  position: absolute;
  z-index: 1001;
  top: 200%;
  left: 0;
  width: 200px;
  padding: 12px 0;
  background: white;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.special-dropdown .special-dropdown-content.show {
  display: flex;
}

.special-dropdown-item {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
}

.special-dropdown-icon {
  opacity: 0;
  transition: none;
}

.special-dropdown-item:hover .special-dropdown-icon {
  opacity: 1;
}

.special-login {
  transition: all 0.2s;
  color: #66abff;
  font-size: 14px !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 2px solid #66abff;
  border-radius: 0.5rem;
}

.special-login:hover {
  background-color: #66abff1a;
}

.special-signup {
  transition: all 0.2s;
  background-color: #338fff;
  font-size: 14px !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.5rem;
}

.special-signup:hover {
  background-color: #0073ff;
  color: white !important;
}

/* Footer */
.special-footer {
  background-color: #000000 !important;
  color: white;
}

.footer-container {
  font-family: 'Outfit', sans-serif !important;
  font-feature-settings: normal;
  font-variation-settings: normal;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 80rem;
}

.footer-main {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.space-y-2> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-3> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-logo img {
  height: 1.5rem;
}

.text-gray-400 {
  color: #9ca3af !important;
}

.text-gray-500 {
  color: #6b7280 !important;
}

.hover\:text-primary-500:hover {
  color: #0073ff !important;
}

.text-white {
  color: white;
}

.footer-text {
  font-size: 16px !important;
  font-weight: 400;
}

.footer-special-social {
  display: flex;
}

.font-bold {
  font-weight: 700;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.footer-container h5 {
  letter-spacing: normal;
  text-transform: none;
}

.footer-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-container ul li a {
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
}

address {
  font-style: normal;
  margin-bottom: 1.5rem;
}

address * {
  color: #9ca3af !important;
  font-size: 16px;
}

address p {
  color: #9ca3af !important;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.border-gray-800 {
  border-color: #1f2937;
}

.border-t {
  border-top-width: 1px;
  border-top-style: solid;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.flex {
  display: flex;
}

.mt-12 {
  margin-top: 3rem;
}

.footer-container h6 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 12px !important;
  text-transform: none;
  font-weight: 600;
}

.footer-bottom * {
  font-weight: 400;
}

/* Footer */

/* Modal */
.auth-modal-content {
  font-family: 'Outfit', sans-serif !important;
  max-width: 56rem;
  /* height: 878px; */
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 14px;
  padding-bottom: 55px;
  background: white;
  overflow: hidden;
  /* border-top: 5px #35C0D7 solid; */
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 26px;
  display: flex;
  margin: 0 auto;
}

.auth-modal-border {
  max-width: 56rem;
  height: 5px;
  background: linear-gradient(to right, #35C0D7, #0D7EC0, #676BAF, #AF4195);
  margin: 0 auto;
}

.auth-modal-action {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
  color: #000000;
}

.auth-modal-back {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
}
.auth-modal-back:hover span {
  text-decoration: underline;
}

.auth-modal-title {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: black;
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 48px;
  word-wrap: break-word;
  font-family: 'Druk Wide Bold';
}

.auth-modal-container {
  max-width: 41.25rem;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.auth-modal-group-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  width: 100%;
}

.auth-modal-group-form-title {
  align-self: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #475569;
  font-size: 18px;
  font-family: Outfit;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}

.auth-modal-group-form-input,
.auth-modal-phone-number {
  height: 56px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 18px;
  padding-right: 18px;
  outline: 1px #0F172A solid;
  outline-offset: -1px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.auth-modal-phone-number {
  display: flex;
  align-items: center;
}


.auth-modal-phone-number select {
  border: 0px;
  color: #000000;
  padding: 0;
  margin: 0;
  font-size: 18px;
  margin-inline-end: 5px;
  width: 15%;
}

.auth-modal-phone-number input {
  border: 0;
  color: #000000;
  padding: 0;
  margin: 0;
  font-size: 18px;
  padding-inline-start: 5px;
  border-inline-start: 1px solid #a5a5a5;
  width: 85%;
}

.dial-dropdown {
  width: 15%;
  /* width: 250px; */
  position: relative;
  font-family: Arial, sans-serif;
}

.selected {
  /* border: 1px solid #ccc; */
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111826;
}

.arrow {
  font-size: 12px;
}

.special-modal-dropdown {
  position: absolute;
  top: 90%;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 1000;
  width: 14rem;
  max-height: 240px;
  overflow-y: scroll;
  left: -18px;
  border-radius: 0.25rem;
}

.special-modal-dropdown input {
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  font-weight: 400;
}

.special-modal-dropdown-item {
  padding: 8px;
  cursor: pointer;
  color: #111827;
  font-size: 14px;
}

.special-modal-dropdown-item:hover {
  background-color: #f0f0f0;
}

.hidden {
  display: none;
}

.auth-modal-group-form-button {
  max-width: 41.25rem;
  width: 100%;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  border: 0px !important;
  background-color: #35c0d7 !important;
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: inline-flex
}

.auth-modal-button-container {
  max-width: 41.25rem;
  width: 100%;
}

.auth-modal-group-form-button-login {
  max-width: fit-content;
}

.auth-modal-group-form-button:hover {
  background-color: #2da8be !important;
  color: white !important;
}

.auth-modal-button-container a {
  color: #2b3442;
}

.auth-modal-button-container a:hover {
  text-decoration: underline;
}

.auth-modal-footer-container {
  max-width: 41.25rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.auth-modal-divider {
  max-width: 41.25rem;
  width: 100%;
  margin-top: 2.75rem;
  margin-bottom: 1.5rem;
  border-color: #222;
  opacity: 0.5;
}

.auth-modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2B3442;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400 !important;
  gap: 5px;
  margin-bottom: 0.5rem;
}

.auth-modal-footer-link {
  color: #00a1ff;
  text-decoration-line: underline;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: 'Druk Wide Bold';
  cursor: pointer;
}

.auth-modal-privacy a {
  color: #2b3442;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;

}

.auth-modal-privacy a:hover {
  text-decoration: underline;
}

.error-message {
  color: #dc2626 !important;
  margin-bottom: 0 !important;
  font-size: 0.75rem;
  line-height: 1rem;
}

.loader {
  width: 1rem;
  height: 1rem;
  display: flex;
}

/* animate the spinner in svg */
.loader svg {
  animation: spin 1s linear infinite;
}

.auth-modal-button-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Event Agenda */
.event-agenda {
  margin-top: 10px;
}
.event-time {
  margin-bottom: 20px;
}

.event-all-container
{
  /* text-align: end; */
}

.event-details{
  margin-top: 10px;
}

.event-details table {
  /* border: 1px solid var(--nav-text); */
}

.event-all {
  padding: 5px 15px;
  border: 1px solid var(--button-background);
  background: var(--button-background);
  color: var(--button-text);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.event-all:hover {
  background: transparent;
  color: var(--button-background);
}
/* Event Agenda */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* Modal */

@media (min-width: 640px) {}

@media (min-width: 768px) {
  .special-nav {
    display: flex !important;
    align-items: center;
    width: auto;
  }

  .special-nav-button {
    display: none;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }
}


@media (min-width: 1024px) {
  .footer-main {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}