@font-face {
  font-family: 'Outfit';
  src: url('/OutfitVariableFont_wght1.woff2') format('woff2'),
    url('/OutfitVariableFont_wght1.woff') format('woff');
  font-weight: 100 900;
  /* For variablefont */
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Outfit';
}

body {
  transition: all 0.3s ease;
  font-family: 'Outfit';
  /* CHANGE GRADIENT OR COLOR HERE*/
  background-color: #253b59;
  background: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
  
  /* ENDS HERE */
  color: #fff;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  
  /* CSS Custom Properties for dynamic background */
  --app-background-color: #4062bb;
  --app-background-gradient: linear-gradient(316deg, #4062bb 0%, #5200ae 74%);
  
  /* Upload icon official brand colors */
  --upload-icon-primary: #4062bb;
  --upload-icon-secondary: #5200ae;
}

.or-divider {
  margin: 6px 0 !important;
  font-size: 10px !important;
  color: #fff !important;
}

/* ==============================================
   ANT DESIGN GLASSMORPHIC OVERRIDES
   ============================================== */

  .ant-modal {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
  }

  .ant-picker-panel-container {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .ant-dropdown {
    /* background: rgba(75, 75, 75, .95);
    border: 1px solid rgba(255, 255, 255, 0.2); */
    min-width: 200px;
    backdrop-filter: blur(10px);
    border-radius: 8px;
  }


/* LoadingSpinner.css */
.loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

input:-webkit-autofill {
  background-color: #fff !important;
  /* Other styles to maintain consistency */
}

/* Firefox */
input:-moz-autofill {
  background-color: #fff !important;
  /* Other styles to maintain consistency */
}

/* input {
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  font-family: 'outfit';
  background-color: transparent;

}

input:hover {
  border-color: #3F96FF;
} */

/* input:focus {
  outline: transparent;

  border: 1px solid #1777FF;


  box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);

} */

textarea {
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  font-family: 'outfit';
}

textarea:hover {
  border-color: #3F96FF;
}

textarea::placeholder {
  color: #fff;
  font-family: 'outfit';
}

textarea:focus {
  outline: transparent;
  /* Removes the default outline */
  border: 1px solid #1777FF;
  /* Adds a custom border */

  box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
  /* Adds a custom shadow */
}


.file-upload-button {
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  width: 100%;
  height: 36px;
  background-color: #fff;
  border: dashed 1px #e6e6e6;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #bfbfbf;
  cursor: pointer;
  border-radius: 4px;
}

.file-upload-button:hover {
  border-color: #3F96FF;
}




@media screen and (max-width: 10000px) {

  .hero-ummahfy-placeholder {
    grid-column: 5 / -1;
    width: 90%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 8px;
    justify-self: end;
    display: block;
  }

  /* Hero event carousel container occupies the same grid cell the
     placeholder image used, so the existing breakpoints continue to
     work without restructuring the .hero grid. */
  .hero-carousel-mount {
    grid-column: 5 / -1;
    grid-row: 1 / 2;
    justify-self: end;
    width: 100%;
    /* max-width: 480px; */
    box-sizing: border-box;
  }

  .navbar-logo-mobile:hover {
    transform: scale(1.05);
  }

  .navbar-logo-mobile:active {
    transform: scale(0.95);
  }

  .ticket-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rsvp-ticket-btns {
    display: flex;
    gap: 8px;
    margin-top: 16px;
  }

  .ticket-btn {
    /* height: 38px; */
    width: 56px !important;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;

  }



  .org-profile-address {
    display: flex;
    align-items: center;
  }

  .org-location-icon {
    max-width: 16px;
    min-width: 16px;
    margin-right: 4px;
    stroke-width: 1.75px;
    color: #737373;
  }

  .ce-modal {
    max-width: 440px;
  }



  .dev-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .dev-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .dev-container h2 {
    margin-bottom: 16px;
  }

  .dev-form {
    display: flex;
    flex-direction: column;
  }




  .error-message {
    color: #ff4d4f;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: left;
  }




  .event-request-modal {
    max-width: 400px;
  }




  .day-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    height: 34px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    flex: 1;
    text-align: center;
  }

  .day-tag:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
  }

  .day-tag:active {
    transform: translateY(1px);
  }

  .day-tag.selected {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
  }

  /* .day-tag.selected:hover {
    background-color: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.4);
  } */


  /* Desktop Menu Styles */
  .nav-profile-menu {
    background: transparent;
    border: none;
    line-height: normal;
  }


  .org-prof-photo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
  }

  .org-prof-photo2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
  }


  /* Organization Account Styles */
  .org-account {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
    /* padding: 0px 24px 0 0; */
    /* padding: 8px 0; */
  }

  .alt-org-acc {
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    /* padding: 8px 16px; */
  }

  /* Mobile Menu Styles */
  .mobile-menu-custom {
    padding: 16px 8px;
    background: #fff;
  }

  .mobile-menu-custom .ant-menu-item,
  .mobile-menu-custom .ant-menu-submenu-title {
    height: 48px !important;
    line-height: 48px !important;
    margin: 0 !important;
    padding: 0 16px !important;
  }


  /* Drawer Styles */
  .drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: white;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
  }

  .drawer.open {
    right: 0;
  }

  /* Keep any additional existing styles you need */





  /* Age Selector */
  /* AgeSelector.css */
  .age-selector-container {

    width: auto;
    font-family: 'Outfit', sans-serif;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 16px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  }

  .age-selector-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .optional-text {
    color: #fff;
    font-weight: normal;
  }

  .age-options-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
  }

  .age-option {
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    flex: 1;
    text-align: center;
  }

  .age-option:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
  }

  .age-option:active {
    transform: translateY(1px);
  }

  .age-option.selected {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
  }



  /* .age-option.selected:hover {
    background-color: #b38f34;
  } */

  /* Gender Selector */
  /* GenderSelector.css */
  .gender-selector-container {
    width: auto;
    font-family: 'Outfit', sans-serif;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  }

  .gender-selector-title {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .optional-text {
    color: #fff;
    font-weight: normal;
  }

  .gender-options-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
  }

  .gender-option {
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    flex: 1;
    text-align: center;
  }

  .gender-option:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
  }

  .gender-option:active {
    transform: translateY(1px);
  }

  .gender-option.selected {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
  }

  /* .gender-option.selected:hover {
    background-color: #b38f34;
  } */

  /* Tag Selector */

  /* TagSelector.css */
  .tag-selector-container {
    width: auto;
    font-family: 'Outfit', sans-serif;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 16px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  }

  .tag-selector-title {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
  }

  .optional-text {
    color: #fff;
    font-weight: normal;
  }

  .tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .tag-option {
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin: 0;
  }

  .tag-option:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: #fff;
    /* transform: translateY(-1px); */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
  }

  .tag-option:active {
    transform: translateY(1px);
  }

  .tag-option.selected {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
  }

  /* .tag-option.selected:hover {
    background-color: #b38f34;
  } */




  .event-shell-time p {
    font-size: 16px;
    font-weight: 400;
  }

  .fp-label {
    margin-bottom: 4px;
    color: #fff;
    font-weight: 500;
  }

  /* .event-times-label {
    margin-top: 16px;
    margin-bottom: 8px;
  } */

  /* Add these CSS rules to your stylesheet */

  /* Profile Picture Container Hover Effect */
  .org-profile-pic-container.editable {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: pointer;
  }

  .org-profile-pic-container.editable:hover::before {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    content: "Change Profile Picture";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    margin-left: 11px;
    margin-top: 11px;
    transform: scale(1.1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    padding: 10px;
  }

  /* Banner Hover Effect */
  .org-banner.editable {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: pointer;
  }

  .org-banner.editable:hover::before {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    content: "Change Banner Image";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 8px;

  }

  .org-edit-btn-new {
    z-index: 500;
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 6px 8px 5px 8px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  .org-edit-btn-new:hover {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: solid 1px rgba(255, 255, 255, 0.125);
    color: #78B4FF;
  }

  .org-edit-btn-new:hover .edit-icon {
    fill: #78B4FF;
  }


  .org-edit-btn {
    margin-left: auto;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  .org-edit-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: solid 1px rgba(255, 255, 255, 0.125);
    color: #78B4FF;
  }

  .org-save-btn {
    padding: 6px 24px;
  }

  .edit-icon {
    width: 24px;
    height: 24px;
    fill: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .org-edit-btn:hover .edit-icon {
    fill: #78B4FF;
  }

  .capacity-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #444;
    font-size: 18px;
  }


  .capacity-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    fill: #737373;
  }

  .event-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
  }

  .tag {
    background-color: #f7f7f7;
    padding: 3px 8px;
    border-radius: 4px;
    margin-right: 6px;
    font-size: 13px;
    font-weight: 600;
  }


  .forgot-password-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }


  .forgotpassword-page {
    display: flex;
    flex-direction: column;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 32px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    border-radius: 8px;
    width: 40%;

  }

  .form-forgot-pass {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .rp-pass-input {
    width: auto;
    border-color: #e6e6e6;
    height: 36px;
    font-family: Outfit;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;

  }

  .rp-enter-pass {
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-top: 16px;
    width: 100%;
  }

  .rp-confirm-pass {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-top: 16px;
  }

  .rp-submit {
    transition: all 0.2s ease-in-out;
    width: 100%;
    border-radius: 4px;
    padding: 10px 16px;
    color: #fff;
    font-weight: 700;
    font-family: Outfit;
    font-size: 16px;
    cursor: pointer;
    background-color: #cca33c;
    border: solid 1px #cca33c;
    margin-top: 24px;
  }

  .rp-submit:hover {
    background-color: #fff;
    color: #cca33c;
  }

  .forgot-password {
    padding-top: 8px;
    font-size: 13px;
    display: flex;
    justify-content: right;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
  }

  .es-datetime {
    display: flex;
    flex-direction: column;
  }

  .test-flyer-text {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cost-capacity-div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 16px;
    margin-bottom: 16px;
  }

  .cost-cap-ele {
    grid-column: span 1;

  }


  .ce-desc {
    margin-top: 16px;
  }



  .time-range-picker {
    font-family: 'outfit';
    height: 38px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    width: 100%;
    border-radius: 4px;
  }

  .time-range-picker:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: solid 1px rgba(255, 255, 255, 0.1) !important;
  }

  .times-label {
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .event-input {
    padding: 0;
    font-size: 32px;
    font-weight: 700;
    font-family: 'outfit';

  }

  .event-input::placeholder {
    color: #bbb;
  }


  .date-picker {
    width: 100%;
  }

  .file-selected {
    font-size: 14px;
    color: #737373;
  }

  .date-bold {
    font-weight: 400;
    padding-right: 5px;
  }

  .time-bold {
    padding-left: 5px;
  }

  input[type="range"]:hover {
    border-color: #f7f7f7;
  }

  .map-error-mask {
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 8px;
  }

  .map-error {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .no-address {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .error-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .error-div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .error-div h1 {
    color: #ed4337;
    font-size: 2.5rem;
  }

  .error-div h3 {
    color: #737373;
  }

  .es-alt-image {
    width: 100%;
    height: auto;
    background-color: #fff;

  }

  .error-message {
    margin: 0;
    padding: 0;
    color: #ed4337;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 400;
  }



  .no-events-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .no-events-svg {

    width: 70%;
  }

  .location-search-input {
    transition: all .3s ease-in-out;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    height: 36px;
    font-family: Outfit;
    padding-right: 30px;
  }

  .location-search-input:hover {
    border-color: #3F96FF;
  }

  .content-search-input {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: 100%;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    height: 36px;
    font-family: 'Outfit';
    padding-right: 30px;
    border-radius: 4px;
  }

  .content-search-input:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
  }

  .content-search-input:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(120, 180, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(120, 180, 255, 0.2);
  }

  .content-search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }

  /*--------------------------------------- profile ------------------------------ */
  .profile-container {
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    max-width: 800px;
    margin: 0 auto;
    /* margin-top: 16px; */
  }


  .profile-image {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-right: 24px;
    fill: #002244;
  }

  .profile-details {
    flex: 1;
  }

  .profile-details h2 {
    margin: 0;
  }

  .profile-details p {
    margin: 5px 0;
  }

  .profile-details a {
    color: #0073b1;
    text-decoration: none;
  }

  .registered-events-title {
    /* font-size: 24px;
    font-weight: 700; */
    /* margin-bottom: 16px; */
  }

  /*--------------------------------------- END OF profile ------------------------------ */




  .time-picker {
    cursor: pointer;
    border-radius: 4px;
    height: 38px;
    font-family: 'outfit';
    border-color: #e6e6e6;
    width: 100%;
    /* pointer-events: none;  */
  }

  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .log-out {
    margin-right: 0;

  }

  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }

  .wrapper {
    font-family: Outfit;
    min-height: 100vh;
    max-width: 1300px;
    /* Set your desired maximum width */
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    margin: 0 auto;
    padding: 0 80px;
    background-color: inherit;
    color: #fff;
    margin-bottom: 24px;
  }

  .navbar {
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    margin-top: 8px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    /* Align child horizontally */
    justify-content: center;
    width: 100%;
    background-color: inherit;
    padding: 16px 0px 16px 0px;
    grid-gap: 16px;
  }

  .ummahfy {

    font-family: 'outfit';
    font-weight: 700;
    font-size: 36px;
    text-decoration: none;
    /* Removes underline */
    color: #fff;
    background-color: #002244;
    align-items: center;
    border-radius: 4px;
    padding: 6px 12px;
  }

  .kufic-logo {
    width: 36px;
    padding-left: 8px;
    padding-right: 4px;
  }

  .item1 {
    text-decoration: none;
    grid-column: 1 / 2;
   
  }


  .item2 {
    grid-column: 2 / 3;
  }

  .item3 {
    grid-column: 6 / -1;
  }

  .item3 ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
  }

  .item3 li {
    margin-right: 0px;
  }

  .signup-nav {
    margin-right: 0;
  }

  .navb {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    text-decoration: none;
    /* Removes underline */
    color: #fff;
    height: 36px;
    width: auto;
    padding: 16px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    font-family: "outfit";
    background-color: inherit;
    border: solid 1px transparent;
    cursor: pointer;
    box-shadow: none;
  }

  /* Profile Photo Styles */
  .nav-prof-photo {
    padding: 0;
    height: 32px;
    width: 32px;
    border: solid 2px transparent;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
  }


  .navb:hover {
    background-color: rgba(255, 255, 255, 0.075) !important;
    border-color: rgba(255, 255, 255, 0.075) !important;
    color: #fff !important;
  }


  .create-event-nav {
    margin-right: 16px;
  }

  .find-events-nav {
    margin-right: 16px;
  }

  .login {
    /* margin-right: 16px; */
  }

  .org-login {
    margin-right: 0;
  }

  input {

    border: solid 1px #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 12px;
  }

  /*----------------- nav-icon-menu ------------------*/

  .drawer-toggle {
    display: none;
  }

  .drawer-button {
    background-color: #002244;
    color: white;
    border: none;
  
    /* padding: 5px 12px 7px 12px; */

    font-size: 28px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

    cursor: pointer;
    border-radius: 4px;

    display: inline-block;
    position: fixed;
    top: 20px;
    right: 16px;
    /* Position the button on the right */
    z-index: 998;
    /* Ensure it is above the drawer */
  }

  .drawer {
    z-index: 997;
    position: fixed;
    top: 0;
    right: -80%;
    width: 80%;
    height: 100%;
    background: rgba(75, 75, 75, .75) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(15px);
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 24px;
  }



  .drawer nav ul {
    list-style-type: none;
    margin-top: 16px;
  }

  .drawer nav ul li {
    /* padding: 8px 16px; */
    text-align: left;
  }


  /* Show the drawer when the checkbox is checked */
  .drawer-toggle:checked+.drawer-button+.drawer {
    right: 0;
    /* Slide in from the right */
  }

  .mobile-nav-ele {
    justify-content: left;
    padding: 10px 16px;
    width: 100%;
  }


  /* ==============================================
     HERO BANNER SECTION WITH 3D ANIMATION
     ============================================== */
  
  .hero {
    display: grid;
    padding-bottom: 24px;
    grid-template-columns: repeat(8, 1fr);
    grid-row: auto;
    grid-gap: 16px;
    align-items: center;
    position: relative;
  }

  .home-text-group {
    display: flex;
    
    flex-direction: column;
    gap: 16px;
    grid-column: 1 / 5;
    grid-row: 1 / 2;
    z-index: 1;
  }

  .hero-img {
    grid-column: 5 / -1;
    grid-row: 1 / 2;
    max-width: 100%;
    border-radius: 4px;
    margin-left: 56px;
  }

  /* 3D Animation Container */
  .hero-3d-container {
    grid-column: 5 / -1;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
  }

  .redirect-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding-top: 1rem;
  }

  .redirect-container p {
    margin-bottom: 0rem;
  }

  .redirect-container img {
    width: 50vw;
    height: auto;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }

  .home-title {
    font-family: "Outfit";
    font-size: min(4vw, 50px);
    font-weight: 600;
    margin: 0;
    color: #fff;
  }

  .subtext {
    font-family: 'outfit';
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  }

  .home-hero-body {
    margin: 0;
    max-width: 40rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.8);
  }

  .join {
    margin-top: 24px;
  }


  .quran-join {
    /* Styling handled by Ant Design theme */
  }


  /* ==============================================
     HERO BUTTON GROUP & CTA SECTION
     ============================================== */

  .hero-button-group {
    display: flex;
    gap: 16px;
    margin-top: 24px;
  }

  .quiz-button {
    background-color: white;
    color: #1777FF;
    border: 2px solid #1777FF;
  }

  .quiz-button:hover {
    background-color: rgba(23, 119, 255, 0.1);
  }

  /* Clean hero CTA container styling */
  .hero-cta-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 0;
    width: 100%;
  }

  .hero-cta-item {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  }

  /* .hero-cta-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(204, 163, 60, 0.15);
    border-color: rgba(204, 163, 60, 0.2);
  } */

  .hero-cta-item .home-subheading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
  }

  .cta-subtext {
    font-size: 0.9rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    flex-grow: 1;
  }

  .hero-cta-item a {
    display: block;
    width: 100%;
    text-decoration: none;
  }

  .hero-cta-item .join {
    margin-top: 0;
    width: 100%;
  }

  /* Primary CTA button styling */
  /* .hero-cta-item:first-child .join {
    background: linear-gradient(135deg, #CCA33C 0%, #E8B73C 100%);
    border: none;
    color: white;
  } */
/* 
  .hero-cta-item:first-child .join:hover {
    background: linear-gradient(135deg, #B8922F 0%, #D1A435 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(204, 163, 60, 0.3);
  } */

  /* Secondary CTA button styling */
  /* .hero-cta-item:last-child .join {
    background: white;
    border: 2px solid #002244;
    color: #002244;
  } */

  /* .hero-cta-item:last-child .join:hover {
    background: #002244;
    color: white;
    transform: translateY(-1px);
  } */


  .upcoming-wrapper {
    display: grid;
    grid-template-columns: 1fr auto ;
    grid-template-rows: auto;
    grid-gap: 16px;
    
    align-items: center;
  }

  .upcoming {
    align-items: center;
    /* Align child horizontally */
    grid-column: 1 / 2;
    font-family: "Outfit";
    /* color: #002244; */
    font-size: 40px;
    font-weight: 700;
    color: #fff;
  }

  .see-all {
    height: 42px;
    font-size: 16px;
    width: 100%;
    grid-column: 2 / -1;
    /* Adjust grid column if needed */
  }

  .grid-container {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));
    grid-gap: 24px;
    align-content: start;
    /* Align grid items along the start of the cross-axis */
    align-items: start;
  }

  .card-link {
    text-decoration: none;
    width: auto;
  }

  .card-home {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;

  }

  .card-home:hover {
    transform: scale(1.05);
  }

  .card-home:hover .img-mask {
    transform: scale(0.93);

  }

  .img-mask {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: auto;
    height: 236px;
    overflow: hidden;
    border-radius: 8px;
    
  }

  .card-home-right {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .img-mask img {
    transition: transform 0.2s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .event {
    font-family: "Outfit";
    /* color: #002244; */
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }


  .masjid {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;

    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
  }

  .masjid-text {
    text-decoration: none;
    color: #fff;
    /* font-size: 18px;
    font-weight: 400; */
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;

  }

  .date {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
  }

  .badge-grp {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /* margin-top: 8px; */
    /* Adds consistent spacing between all badges */
    align-items: center;
  }

  .tag-badge {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .badge-group {
    display: flex;
    flex-wrap: wrap;
    /* Allow items to wrap to the next line */

    overflow: auto;
  }


  .badge {
    color: #fff;
    box-sizing: border-box;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 2px 8px;

    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
  }

  .price-badge {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .time-badge {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);

  }

  .age-badge {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .gender-badge {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .organizer-badge {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }


  .event-header {
    font-family: 'Outfit';
    color: #fff;
    font-weight: 700;
    font-size: 32px;

  }






  .e-card-home {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    display: flex;
    gap: 24px;
    /* flex-wrap: wrap;  */
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    width: auto;
    /* border: solid 1px #fafafa;
    background-color: #fafafa; */

    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    border-radius: 8px;

    padding: 24px;
  }

  .e-card-home:hover {
    transform: scale(1.02);
    /*
    border-color: #CCA33C;
     .img-mask img {
      transform: scale(1.05);
    } */
  }

  .e-card-home:hover .e-img-mask {
    transform: scale(1);

  }

  .e-img-mask {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: 100%;
    max-width: 236px;
    min-width: 236px;
    max-height: 236px;

    overflow: hidden;
    border-radius: 8px;

  }

  .e-img-mask img {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .e-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* Set flex direction to column */
    width: auto;
    gap: 8px;
  }

  .e-event {
    display: flex;
    flex-wrap: wrap;
    font-family: "Outfit";
    color: #fff;
    font-size: 24px;
    font-weight: 700;
  }

  .e-masjid {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  }


  .e-date {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
  }

  .e-badges {
    margin: 0;
    margin-top: 8px;
  }

  .e-price-badge {
    color: #1a1a1a;
    box-sizing: border-box;
    float: right;
    padding: 0px;
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;

    font-size: 12px;
    font-weight: 700;
    background-color: #edfaeb;
    border-radius: 4px;
  }

  .e-time-badge {
    color: #1a1a1a;
    box-sizing: border-box;
    float: right;
    padding: 0px;
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;

    font-size: 12px;
    font-weight: 700;
    background-color: #F6F3FC;
    border-radius: 4px;
  }


  .e-age-badge {
    color: #1a1a1a;
    box-sizing: border-box;
    float: right;
    padding: 0px;
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;

    font-size: 12px;
    font-weight: 700;
    background-color: #e8f3fa;
    border-radius: 4px;
  }

  .e-desc {
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    display: -webkit-box;
    /* Fallback to handle older browsers */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* Limit to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Optional for adding ellipsis at the end */
  }

  .e-bottom {
    /* padding-bottom: 24px; */
  }

  .e-attendees {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 24px;
    color: #848483;
  }

  .e-share {
    padding: 12px;
    border-radius: 4px;

  }

  .e-share:hover {
    background-color: #fff0bf;
  }

  .e-share img {
    float: right;
    width: 24px;
  }

  .filter-button {
    display: block;
    align-items: center;
    /* Align items vertically */
    margin-right: 16px;
    position: relative;
  }

  .filter-button .drop-btn {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 16px;
    padding: 8px 16px 8px 16px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 4px;
    color: #737373;
    cursor: pointer;
  }

  .filter-button .dropdown-icon {
    width: 12px;
    margin-left: 8px;
    fill: "#737373";
  }


  label {
    font-family: 'Outfit';

  }

  .droplink {
    display: block;
    width: 100px;
    text-decoration: none;
    border-radius: 4px;
    padding: 8px;
    padding-right: 36px;
    margin-bottom: 4px;
    background-color: #fff;
    color: #1a1a1a;
  }

  .droplink:hover {
    background-color: #fff0bf;
  }

  .filter-calendar {
    /* position: fixed;  Fix the container in place */
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    gap: 24px;
    /* margin-top: 24px; */
  }

  .filter-n-button {
    display: flex;
  }


  .grid-filter {
    position: sticky;
    top: 24px;
    /* Adjust this value to control the sticky position */
    z-index: 1;
    /* Ensure it is on top if overlapping */
    align-self: start;
    display: grid;
    grid-column: 1 / 4;
    grid-row: 1 / 2;
    align-content: start;
    /* Align grid items along the start of the cross-axis */
    align-items: start;
  }

  .calendar-container {
    display: grid;
    grid-column: 10 / 13;
    grid-row: 1 / 2;
  }

  .grid-eventcards {
    display: grid;
    grid-column: 4 / 13;
    grid-row: 1 / 2;
    gap: 24px;
    /* margin-top: 16px;
    margin-bottom: 72px; */
  }

  .filter-container {
    display: grid;
    grid-column: 1 / 13;
    grid-row: 1 / 2;

  }

  .filter-container ul {
    display: flex;

    list-style-type: none;
  }

  .header-pagination {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;

  }

  .pagination {
    display: flex;
    justify-content: center;

    padding-bottom: 24px;
  }

  .top-pagination {

    margin-left: auto;
    padding: 0;

  }

  .pagbtn {
    transition: all 0.2s ease-in-out;
    background-color: #F7F9FB;
    border: solid 1px #CCA33C;
    border-radius: 4px;
    padding: 6px 12px;
    margin-left: 8px;
    color: #cca33c;
    font-weight: 700;
    font-family: Outfit;
    font-size: 16px;
    cursor: pointer;
  }

  .next-btn {
    margin-right: 0;

  }

  /* 
  .add-card {
    width: 40%; 
    border:solid 1px #e6e6e6; 
    border-radius: 4px; 
    transition: all 0.2s ease-in-out;
    padding:24px; 
    margin-right:72px; 
    display:flex; 
    cursor:pointer;
    text-decoration: none;
  } */

  /* .add-card:hover {
    background-color: #f7f7f7;
    border: solid 1px #002244;
  } */

  .quran-div {

    display: flex;
    margin-top: 40px;
    background-color: #EDFFE7;
    /* background-color: #442200; */
    border-radius: 8px;
    padding: 40px 72px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    display: none;
  }

  .quote-buttons {
    width: 100%;
  }

  .quran-text {
    font-size: 40px;
    font-family: Outfit;
    color: #002244;
    margin-bottom: 24px;
  }

  .want-more {
    margin-top: 32px;
  }

  .want-more h1 {
    font-family: Outfit;
    font-size: 32px;
    padding-bottom: 32px;
    color: #fff;

  }

  .add-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
    justify-content: center;
    margin-bottom: 40px;
  }


  .add-card {
    display: flex;
    width: auto;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    padding: 24px;
    cursor: pointer;
    text-decoration: none;
  }

  .add-card:hover {
    transform: scale(1.04);
  }

  .left {
    display: flex;
    align-items: center;
    padding-right: 24px;
    margin-left: 16px;
  }

  .plus-icon {
    width: 36px;
    height: 36px;
  }


  .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: outfit;
    color: #fff;

  }

  .ac-title {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 16px;
  }

  .ac-desc {
    padding-bottom: 16px;
    width: 90%;
  }

  .ac-tag {
    font-weight: 700;
    color: #fff;
  }

  /*---------------------- Create Event page --------------------------------------------------------------------------------------------*/



  .ce-hero {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

  .ce-text {
    margin-top: 0px;
    width: 75%;
    text-align: center;
    margin-bottom: 0px;

  }

  .ce-title {
    font-family: "Outfit";
    font-size: 3.5vw;
    font-weight: 700;
    margin-bottom: 16px;

    /* Fallback: Set a background color. */
    background-color: #1a1a1a;

    /* Create the gradient. */
    /* background-image: linear-gradient(45deg, #A89054, #CCA33C); */
    background-image: linear-gradient(41deg, #B38718, #E8B73C);

    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;

    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
  }

  .ce-subtext {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: 'outfit';
    color: #444;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
  }



  .create-event-container {
    padding: 0;
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    grid-gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 8px;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
  }

  .grid-block-one {
    display: grid;
    grid-column: 1 / 9;
    grid-row: 1 / 3;
    grid-template-columns: subgrid;

    height: auto;

    padding: 24px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;

  }

  .button-block {
    display: grid;
    grid-column: 9 / 13;
    grid-row: 2 / 3;

  }

  .inputs {
    display: grid;
    grid-column: span 4;
  }

  .event-name {


    display: grid;
    grid-column: 1 / 5;
    grid-row: 1 / 2;
  }

  .location {


    display: grid;
    grid-column: 5 / 9;
    grid-row: 1 / 2;
  }

  .cost-input {
    margin-top: 8px;

    display: grid;
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }

  .capacity-input {
    margin-top: 8px;

    display: grid;
    grid-column: 3 / 5;
    grid-row: 3 / 4;
  }

  .date-input {
    margin-top: 8px;

    display: grid;
    grid-column: 5 / 9;
    grid-row: 2 / 3;
  }


  .short1 {
    margin-top: 8px;

    display: grid;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }

  .short2 {
    margin-top: 8px;

    display: grid;
    grid-column: 3 / 5;
    grid-row: 2 / 3;
  }


  .upload {
    margin-top: 8px;

    display: grid;
    grid-column: 5 / 9;
    grid-row: 3 / 4;
  }

  .description {
    margin-top: 8px;

    font-family: 'outfit';
    display: grid;
    grid-column: 1 / 9;
    grid-row: 4 / 5;

  }


  .ce-input {
    height: 36px;
    width: auto;
    border: solid 1px #e6e6e6;
    border-radius: 4px;
    min-width: 0;
  }


  .textArea-input {
    resize: none;
    padding: 16px;
    border: solid 1px #e6e6e6;
    border-radius: 4px;
    height: 100px;
  }


  .grid-block-two {
    display: grid;
    grid-column: 9 / 13;
    grid-row: 1 / 2;
    grid-template-columns: subgrid;

    height: auto;

    padding: 24px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;

  }

  .submit-event {
    margin-top: 0;
    margin-left: 0;
  }

  .tag-selection {
    display: grid;
    grid-column: span 4;
    grid-row: auto;
  }

  .tag-label {
    margin-bottom: 8px;
  }

  .filter-tag {
    display: flex;
    width: auto;

    background-color: #fff;
    /* border: solid 1px #e6e6e6;  */
    border-radius: 8px;

  }

  .filter-title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 8px;
  }

  .tag-content {
    padding-top: 8px;
  }

  .tag-groups {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 4px;
  }

  .chbx-group {
    display: flex;
    /* flex-direction: column; -----flex direction column-------*/
    flex-wrap: wrap;
    width: 100%;
  }


  .custom-radio {
    /* flex: 1; */
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
  }

  .custom-radio:hover {
    background-color: #FFF8E9;
  }

  .c-label-r {
    padding-left: 0px;
    font-size: 12px;
    font-weight: 400;
  }



  .recurring {
    padding: 0;
  }



  /* Hide the default radio button */
  .custom-radio input[type="radio"] {
    transition: all 0.2s ease-in-out;
    display: none;
  }

  .custom-radio input[type="radio"]+.c-label-r::before {
    transition: all 0.2s ease-in-out;
  }

  .custom-radio input[type="radio"]:hover+.c-label-r::before {
    border-color: #cca33c;
    /* Adjust color as needed */
  }

  /* Create a custom radio button */
  .custom-radio .c-label-r {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    color: #333;
    font-size: 14px;
  }

  /* Create the custom radio button indicator */
  .custom-radio .c-label-r::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #e6e6e6;
    /* Adjust color as needed */
    border-radius: 50%;
    background: #fff;
  }

  /* Style the checked state */
  .custom-radio input[type="radio"]:checked+.c-label-r::before {
    background: #cca33c;
    /* Adjust color as needed */
    border-color: #cca33c;
    /* Adjust color as needed */
  }

  /* Style the inner circle for the checked state */
  .custom-radio input[type="radio"]:checked+.c-label-r::after {
    /*     content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%; */
    content: "";
    left: 5.5px;
    top: 5px;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: -1.5px 0px 0px 1px #fff;
    transform: rotate(-32deg);
  }



  /*---------------------- Sign in and Sign up page --------------------------------------------------------------------------------------------*/


  * {
    margin: 0;
    padding: 0;
  }

  .signin-wrapper {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);

    display: flex;
    justify-content: center;
    align-items: center;

    /* Adding blur effect to the background */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /* For Safari */

  }



  .signin-page {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    padding: 32px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    border-radius: 8px;
  }

  .signup-wrapper {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);

    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    /* Ensure it catches all mouse events */

    /* Adding blur effect to the background */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /* For Safari */
  }

  .signup-page {
    display: inline-flex;
    padding: 32px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    border-radius: 8px;
  }


  .right-img {
    display: flex;
    padding-left: 64px;
    padding-top: 64px;
    width: 368px;
  }

  .img-signup {
    padding-top: 108px;
  }

  .sign-title {
    display: flex;
    font-family: Outfit;
    font-weight: 600;
    font-size: 24px;
    width: 100%;
    margin-bottom: 0;
    align-items: center;
    color: #fff;
  }

  label {
    display: flex;
    padding: 0;
    margin: 0;
    font-family: outfit;
  }

  .inputs {
    margin-top: 12px;
    flex-direction: column;
  }

  /* sdn */
  .short-inputs {
    display: inline-flex;
    margin-top: 16px;
  }

  .first {
    float: left;
    margin-right: 16px;
  }

  .last {
    float: right;

  }

  /* this should be changed here on main*/
  .long-input {
    display: flex;
    margin-top: 4px;
    width: 100%;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.075) !important;
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 4px;
    color: #fff;
  }

  .short {
    display: flex;
    margin-top: 8px;
    width: 137px;
    height: 42px;
    border: solid 1px #ccc;
    border-radius: 4px;
  }


  .t-c {
    display: flex;
    align-items: center;
    margin-top: 8px;

  }

  input[type="checkbox"] {
    margin-top: 8px;
    margin-right: 4px;
    cursor: pointer;
    width: 16px;
    height: 16px;
  }

  .terms-cond {
    margin-top: 8px;
  }

  .terms {
    margin-left: 6px;
    font-size: 9px;
    font-weight: 400;
    width: 100%;
    color: #fff;
  }


  .signin {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 12px;

    display: flex;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'outfit';

    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .signin:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .create-acc {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'outfit';
    color: #fff;
    background-color: #CCA33C;
    border-radius: 4px;
    border: solid 1px #CCA33C;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  }

  .create-acc:hover {
    background-color: #fff;
    border-color: #cca33c;
    color: #cca33c;
  }

  .google {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'outfit';
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    transition: all 0.2s ease-in-out;
  }

  .google:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .google-logo {
    margin-top: 0px;
    padding-right: 6px;
  }

  /* Secondary options container for consistent spacing */
  .secondary-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .secondary-options .signin.secondary {
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
  }

  .secondary-options .signin.secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  /* Divider text styling - only for signin modal */
  .signin-modal .divider-text {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
  }

  /* Dark mode container styling */
  .dark-mode-map {
    filter: brightness(0.8) contrast(1.2);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .map-error-mask {
    background: rgba(30, 30, 30, 0.7); /* Darker background for error state */
  }


  .facebook {
    margin-top: 16px;
    background-color: #0053B7;
    border-color: #0053B7;
    padding-left: 64px;
    padding-right: 64px;
  }

  .facebook:hover {
    background-color: #fff;
    border-color: #0053B7;
    color: #0053B7;
  }



  .reg {
    display: flex;
    font-family: "outfit";
    justify-content: center;
    margin: 0 auto;
    margin-top: 12px;
    background-color: #fff;
    border: solid 1px #fff;
    font-size: 14px;
  }

  .reg b {
    margin-left: 8px;
    color: purple;
    cursor: pointer;
  }

  .close {
    margin-left: auto;

    cursor: pointer;
    background-color: #fff;
    padding: 8px;
    border-radius: 4px;
    border: none;
    width: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .cls-12 {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .close:hover {
    background-color: #FFF8E9;
  }

  .close:hover .cls-12 {
    fill: #CCA33C;
    /* Change the fill color to red on hover */
  }

  /*---------------------- Event Shell --------------------------------------------------------------------------------------------*/

  .no-location {
    color: #444;
    display: flex;
  }

  .no-location p {
    display: flex;
    flex-wrap: wrap;
  }

  .event-shell-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 1250px;
    margin: 0 auto;
    margin-bottom: 24px;
    margin-top: 0px;
  }

  .new-es-c {
    margin-top: 0;
  }

  .flyer {
    border-radius: 8px;
    grid-column: 1 / 6;
    grid-row: 1 / 7;
    width: auto;
    /* margin-right: 8px; */

    border-radius: 8px;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;

  }


  .under-flyer {
    grid-column: 6 / 13;
    grid-row: span 1;
  }

  .under-flyer-2 {
    grid-column: 6 / 10;
    grid-row: span 1;
  }

  .under-flyer-3 {
    grid-column: 10 / 13;
    grid-row: span 1;
  }

  /* .file-upload-label {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    position: sticky;
    top: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    outline: 2px dashed #e6e6e6;
    border-radius: 8px;
    cursor: pointer;
    background-color: #F7F9FB;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  } */

  /* .imgStyle */
  .imgStyle {
    position: sticky;
    top: 24px;
    display: flex;
    width: 100%;
    height: auto;
    max-height: 700px;
    /* object-fit: cover;
    object-position: top; */

    justify-self: center;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  }

  /* .flyer:hover {
    transform: scale(1.035);
  } */


  .eventshell-edit-event {
    grid-column: 6 / 13;
    grid-row: span 1;
  }

  .title-register {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 24px;
    grid-column: 6 / 13;
    grid-row: span 2;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;

  }

  .event-shell-info {
    display: grid;
    gap: 16px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 24px;
    grid-column: 6 / 13;
    grid-row: span 1;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  }



  .event-shell-info0 {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 0px 16px;
    grid-column: 6 / 13;
    grid-row: auto;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    width: auto;
    align-self: start;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  }

  .event-shell-info0:hover {
    opacity: 0.8;
  }

  .loc-label-toggle {
    display: flex;
    align-items: end;
    margin-bottom: 8px;
  }

  .submit-event {
    display: grid;
    grid-column: 6 / 13;
    grid-row: span 1;
  }

  .attendees-share {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 24px;
    grid-column: 6 / 9;
    grid-row: span 1;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    gap: 12px;
  }

  /* Capacity + share / scan — stacked column (before height-fill experiment) */
  .attendees-share-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    height: 100%;
  }

  .attendees-share-actions > .ant-tooltip {
    width: 100%;
    min-width: 0;
  }

  .attendees-share-actions > .ant-tooltip .ant-btn {
    width: 100%;
  }

  .attendees-share-actions > button.es-share-button {
    width: 100%;
    box-sizing: border-box;
  }

  .attendees-share-actions .ticket-scanner-trigger {
    width: 100%;
    min-width: 0;
    display: flex;
    height: flex-grow;
  }

  .attendees-share-actions .ticket-scanner-trigger .ant-btn {
    width: 100%;
  }

  .event-shell-map {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  }

  .rect5 {
    border-radius: 8px;
    grid-column: 9 / 13;
    grid-row: span 1;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  }

  .rect5:focus {
    outline: transparent;
    /* Removes the default outline */
    border: 1px solid #1777FF;
    /* Adds a custom border */

    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
    /* Adds a custom shadow */
  }

  .es-map {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;

  }

  .rect5:hover {
    transform: scale(1.035);

  }


  .home-avatar-icon {
    width: 20px;
    height: 20px;
    fill: #fff;
    border-radius: 4px;
  }

  .avatar-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    border-radius: 4px;
  }

  .event-shell-name {
    font-size: 32px;
    font-weight: 700;
    color: inherit;

  }

  .avatar-org {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .avatar-org-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.15s ease-in-out;
  }

  .avatar-org-link:hover .event-shell-org {
    text-decoration: underline;
  }

  .avatar-org-link:hover .avatar-icon {
    opacity: 0.85;
  }

  .event-shell-org {
    font-size: 20px;
    font-weight: 400;

    color: inherit;
    text-decoration: none;
  }

  .register-btn {
    margin-top: 8px;
    font-family: "outfit";
    font-size: 16px;
    font-weight: 700;

    width: 100%;
  }

  .registered-text {
    color: #444;
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .already-registered-btn {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
  }

  .pending-approval-btn {
    width: 100%;
  }

  .passed-button {
    width: 100%;
  }

  .cancel-subtext {
    width: auto;
    margin-bottom: 12px;
  }

  .date-time-loc-div {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    /* This enables wrapping */
  }

  .event-shell-date {
    display: flex;
    align-items: center;
    color: inherit;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 4px 8px;
    border-radius: 4px;
    width: fit-content;
  }

  .calendar-icon {
    width: 18px;
    margin-right: 6px;
    color: #fff;
  }


  .event-shell-time {
    display: flex;
    align-items: center;
    color: inherit;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 4px 8px;
    border-radius: 4px;
    width: fit-content;
  }

  .clock-icon {
    width: 18px;
    margin-right: 6px;
    color: #fff;
  }

  /* width: fit-content was preventing ellipsis: the box grew to fit the
     full address string, so nothing ever "overflowed". Use min-width:0 +
     max-width:100% so this flex child can shrink inside date-time-loc-div. */
  .es-location-link {
    display: flex;
    align-items: center;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    color: inherit;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 4px 8px;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s ease-in-out;
  }


  .es-location-link:hover {
    color: #6ab4ff;
  }

  .es-location-link:hover .location-icon {
    color: #6ab4ff;
  }

  .es-location-link p {
    margin: 0;
    min-width: 0;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .location-icon {
    max-width: 18px;
    min-width: 18px;
    margin-right: 6px;
    stroke-width: 1.75px;
    color: #fff;
    transition: all .2s ease-in-out;
  }


  .approval-toggle {
    display: flex;
    align-items: center;
    margin-top: 8px;
    cursor: pointer;
  }

  .require-approval {
    font-size: 15px;
    margin-left: 6px;
    color: #737373;
  }

  .event-shell-date1 {
    display: flex;
    flex-direction: column;
  }

  .event-shell-location1 {
    width: 100%;
  }

  /* .ce-label {
    margin-bottom: 8px;
  } */

  .time-title-toggle {
    display: flex;
    align-items: end;
  }

  .event-shell-description1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 16px;
  }

  .price-coupon-div {
    display: flex;
    gap: 4px;

  }

  .ce-input2 {
    flex-grow: 1;
    width: 100%;
    /* height: 36px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 4px; */
  }

  .ce-input2:hover {
    /* background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1); */
  }

  .price-inpt {
    width: auto;
    flex-grow: 1;
  }

  /* .coupon-btn {
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    border-radius: 4px;
    height: 36px;
    width: 36px !important;
    box-shadow: none;
  }

  .coupon-btn {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  } */

  /* .form-button {
    border-radius: 4px;
    width: 100%;
    height: 36px;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.075) !important;
    border: solid 1px rgba(255, 255, 255, 0.075) !important;
    color: #fff;
  } */

  .price-input1 {
    grid-column: 1 / 2;
    grid-row: span 1;
  }

  .capacity-input1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    grid-column: 2 / 3;
    grid-row: span 1;
  }

  .description-input1 {
        display: flex;
    flex-direction: column;
    gap: 8px;
    grid-column: 1 / 3;
    grid-row: span 1;
  }

  .event-shell-datetime {
    display: flex;
    align-items: center;
  }

  .event-shell-date {
    display: flex;
    align-items: center;
  }

  .event-shell-date p {
    font-size: 16px;
    font-weight: 400;

  }

  .event-shell-location {
    display: flex;
    font-size: 16px;
    min-width: 0;
    max-width: 100%;
    flex: 1 1 0%;
    align-self: stretch;
  }

  /* Text lives on <p>; ellipsis must be on the shrinking flex item next to the icon. */
  .event-shell-location p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    min-width: 0;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .event-shell-description {
    font-size: 16px;
    font-weight: 400;

    color: inherit;

    /* padding-left: 24px; */
  }



  .attendees-icon {
    width: 16px;
    margin-right: 4px;
  }

  .es-share-button {
    display: flex;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: 100%;
    font-family: 'outfit';
    font-weight: 600;
    font-size: 16px;
    flex: 1;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
  }

  .es-share-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .es-share-button:hover .share-button-icon {
    fill: #fff;
  }



  .capacity-attendees {
    display: flex;
    flex: 1;
    height: flex-grow;
    width: 100%;
    font-family: 'outfit';
    min-height: 36px;
    font-size: 16px;
  }

  .scan-ticket-button {
    display: flex;
    flex: 1;
    height: flex-grow;
    width: 100%;
    font-family: 'outfit';
    min-height: 36px;
    font-size: 16px;
  }


  .attendees-number-div {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .register-modal-share {
    margin-top: 16px;
    cursor: pointer;


    display: flex;
    /* margin-left: auto; */
    font-family: 'outfit';
    font-weight: 400;
    font-size: 16px;
    padding: 8px 16px;
    background-color: #fff;
    border: solid 1px #737373;
    color: #737373;
    border-radius: 32px;
  }

  .share-button-icon {
    transition: all .3s ease-in-out;
    width: 20px;
    margin-right: 4px;
    fill: #fff;
  }

  .rm-share-button-icon {
    width: 16px;
    margin-left: 4px;
    fill: #737373;
  }

  .ns-register-modal-share {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    height: 38px;
    background-color: #fff;
    border: solid 1px #002244;
    border-radius: 4px;
    margin-left: 8px;
    cursor: pointer;
  }

  .ns-register-modal-share:hover {
    background-color: #002244;
  }


  .ns-rm-share-button-icon {
    padding: 8px 10px;
    width: 20px;
    fill: #002244;
  }

  .ns-register-modal-share:hover .ns-rm-share-button-icon {
    fill: #fff;
  }

  .es-share-blue {
    padding: 8px;
    background-color: #f0f6ff;
  }



  /*---------------------- End of Event Shell --------------------------------------------------------------------------------------------*/


  /* .mapPStyle */
  /* .mapPStyle {
    line-height: 100%;
    color: #002244;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    font-family: Outfit;
    font-weight: 700;
  } */

  /* .mapContainerStyle */
  /* .mapContainerStyle {
    border-radius: 4px;
    overflow: hidden;
  } */

  /* .containerStyle */


  /*------------Filter Panel----------- */




  .feb-text-icon {
    display: flex;
    align-items: center;
  }

  .filter-events-button {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    cursor: pointer;
    margin-right: 0 auto;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    font-family: 'outfit';
    border-radius: 4px;
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  }

  .filter-back-btn {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    cursor: pointer;
    margin-right: 0 auto;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    font-family: 'outfit';
    border-radius: 4px;
    width: 100%;
    padding: 4px 12px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #fff;
  }

  .filter-back-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }


  .filter-events-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .chevron-right {
    margin-top: 2px;
    margin-left: auto;
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    fill: #bfbfbf;
  }

  .label-reset {
    display: flex;
    flex-direction: row;
    margin-bottom: 4px;
  }

  /* Google Places Autocomplete - Glassmorphic Theme */
  .pac-container {
    background: rgba(75, 75, 75, 0.95);
    border-top: none;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    border-radius: 4px;
    backdrop-filter: blur(10px);
    z-index: 1000;
    font-family: 'Outfit', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  .pac-item {
    padding: 4px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    background: transparent;
    /* border-bottom: 1px solid rgba(75, 75, 75, 0.95); */
    font-family: 'Outfit', sans-serif;
    /* border-radius: 4px; */
    border-top: 1px solid #666; 
  }

  .pac-item:last-child {
    border-bottom: none;
  }

  .pac-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .pac-item-query {

    color: #fff;
  }

  .pac-matched {
    color: #8abefe;

  }


  

  .filter-panel {
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    border-radius: 8px;
    transition: max-height 0.3s ease-in-out;
    height: auto;
    margin-bottom: 0;
    /* Add this if there's bottom margin */
    /* Animate the max-height property */
  }

  .filter-panel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
    /* Add this */
  }

  .filter-panel-slider {
    display: flex;
    width: 200%;
    transition: transform 0.3s ease-in-out;
    height: auto;
    /* Add this */
  }

  .filter-panel-section {
    width: 50%;
    flex-shrink: 0;
    height: auto;
    /* Add this */
  }

  /* If needed, also add */






  .filter-panel-slider.slide {
    transform: translateX(-50%);
  }




  .filter-parent-div {
    width: 100%;
    height: 100%;
  }


  .dne-input {
    width: auto;
    border: solid 1px #e6e6e6;
    border-radius: 4px;
    height: 32px;
    padding-left: 12px;
    font-family: Outfit;
  }

  input::placeholder {
    color: #BFBFBF;
    font-family: 'outfit';
  }

  .distance-slider {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    width: 100%;
    margin-bottom: 8px;
  }

  .slider-label {
    /* margin-bottom: 8px; */
    font-size: 16px;
    color: #fff;
    font-weight: 500;
  }

  .slider {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    width: auto;
    height: 8px;
    background: inherit;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 5px;
    border: solid 1px rgba(255, 255, 255, 0.075);
    /* border-color: #e6e6e6; */
    padding: 0;
  }



  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;

  }

  .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;

  }


  .search-filter {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
  }

  .date-n-time {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
  }

  .title-n-button {

    display: flex;
  }

  .filter-title {
    white-space: nowrap;
    margin-right: 4px;
  }

  .location-filter {
    margin-top: 8px;
  }

  .reset-loc-button {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    cursor: pointer;
    margin-left: auto;
    font-size: 12px;
    font-family: Outfit;
    height: 20px;
    border: none;
    width: 45%;
    padding: 2px 0;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
  }

  .reset-loc-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .filter-title {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 4px;
  }

  .filter-content {
    display: flex;
    flex-direction: column;
    /* padding:16px; */
    /* padding-bottom: 8px; */
    /* border: solid 1px #e6e6e6; */
    /*   background-color: #f7f7f7; */
    border-radius: 8px;
  }

  .groups {
    font-size: 14px;
    font-weight: 600;
    /* padding-bottom: 18px; */
    /*   padding-left: 8px; */
  }

  .custom-checkbox {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    padding: 5px 8px;
    cursor: pointer;
    border-radius: 4px;
  }

  .custom-checkbox:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .custom-checkbox:hover .checkmark {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .checkmark {
    position: relative;
    height: 12px;
    width: 12px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    transition: background-color 0.3s, box-shadow 0.3s;
  }

  .custom-checkbox input:checked~.checkmark {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
  }

  .checkmark::after {
    content: "";
    position: absolute;
    display: none;
  }

  .custom-checkbox input:checked~.checkmark::after {
    display: block;
  }

  .custom-checkbox .checkmark::after {
    content: "";
    left: 4.8px;
    top: 1.8px;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    box-shadow: -1.5px 0px 0px 1px #fff;
    transform: rotate(-32deg);
  }

  .c-label {
    padding-left: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }

  .group-box {
    padding-top: 5px;
  }

  .alternate-filter-div {
    width: auto;
    height: 32px;
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.075);
  }

  .alternate-filter-div p {
    cursor: default;
    padding: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
  }




  /*------------Calendar----------- */



  .header {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    background-color: #f0f0f0;
    border: solid 1px #e6e6e6;
    border-bottom: none;
    border-radius: 4px 4px 0px 0px;
  }

  .days {
    font-size: 14px;
    border: solid 1px #e6e6e6;
    border-top: none;
    padding: 4px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-radius: 0px 0px 4px 4px;
  }

  .day-name {
    font-weight: 700;
    padding: 4px;
    text-align: center;
  }

  .day {
    margin: 4px;
    padding: 4px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
  }

  .day:hover {
    background-color: #faeac0;
  }

  .day.selected {
    background-color: #cca33c;
    color: #fff;
    border-radius: 4px;
  }

  /* ------------------------------------- Registration Modal -----------------------------------------------*/

  .registration-modal-wrapper {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .registration-modal {
    /* max-width: 400px;
    padding: 28px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    background-color: #fff;
    margin: 0px 24px; */
  }

  .edit-event-modal {
    max-width: 10000px;
  }

  .title-icon {
    display: flex;

  }

  .rm-title {
    font-size: 24px;
    font-weight: 700;
  }

  .success-icon {
    width: 20px;
    padding-left: 8px;
  }

  .rm-subtext {
    font-size: 16px;
    font-weight: 400;
  }


  .rm-button-label {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
  }

  .next-step-registration {
    cursor: pointer;
    transition: all .2s ease-in-out;

    font-family: "outfit";
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
  }

  .next-step-link {
    width: 100%;
  }


  .next-step-registration:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .cancel-button-0 {
    border-color: #FF4D4F;
    background-color: #FF4D4F;
    color: #fff;

  }

  .cancel-button-0:hover {
    border-color: #FF4D4F;
    color: #FF4D4F;
  }


  .next-step-share {
    display: flex;
    width: auto;
    align-items: center;
    gap: 8px;
  }

  .rm-share-text {
    margin-top: 24px;
    margin-bottom: 4px;
    font-size: 12px;
  }

  .copy-button {
    width: auto;
  }


  /* ---------------------------------- Organizer Settings -----------------------------------*/


  .settings-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    gap: 24px;
    max-width: 900px;

   
  }



  .sttngs-div {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;

  }


  .sttngs-div p {
    font-size: 16px;
    /* padding-top: 8px; */
  }



  .stripe-btn {
    margin: 0;
    margin-right: auto;
    width: 100%;
  }


  .org-prof-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }

  .org-prof-photo2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
  }

  .org-prof-photo3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    /* margin-right: 8px; */
    border-radius: 50%;

  }

  .org-account {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .alt-org-acc {
    width: 100%;
    justify-content: left;
    background-color: transparent;
    border-color: transparent;
    font-size: 14px;
  }



  .no-hover {
    padding: 0;
    margin: 0;
    cursor: default;
    pointer-events: none;
    width: 100%;
  }



  .no-hover:hover {
    background-color: transparent;
  }

  .org-owner-email {
    margin-top: -4px;
  }

  .org-email {
    display: flex;
    flex-direction: column;
  }

  .org-email p {
    font-size: 16px;
  }



  .org-name {
    font-size: 40px;
  }

  .org-events-title {
    font-size: 28px;

  }

  .profile-card {
    /* width: auto;
    position: relative; */
    display: flex;
    flex-direction: column;
    /* margin-bottom: 24px; */
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    overflow: hidden;
    padding: 24px;
    position: relative;
  }


  .org-banner {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 200px;
    background-color: #002244;
    border-radius: 8px;
    position: relative;
  }

  .profile-card-actions {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
  }

  .profile-card-actions .org-edit-btn-new {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
  }

  .profile-card-actions .org-edit-btn-new:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
  }

  .profile-card-actions .org-edit-btn-new .edit-icon {
    color: #fff;
    font-size: 18px;
  }

  /* Mobile responsive styles for profile card actions */
  @media all and (max-width: 768px) {
    .profile-card-actions {
      top: 15px;
      right: 15px;
    }

    .profile-card-actions .org-edit-btn-new {
      width: 36px;
      height: 36px;
    }

    .profile-card-actions .org-edit-btn-new .edit-icon {
      font-size: 16px;
    }
  }

  .org-avatar {
    width: 116px;
    height: 116px;
    background-color: #63b3ed;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    left: 24px;
    border: solid 8px rgba(255, 255, 255, 0.075);
  }


  .org-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
  }

  .org-profile-pic-container {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* ', width: '100px', height: '100px' */
    position: relative;
    width: 140px;
    height: 140px;
    top: -150px;
    /* Adjust as needed to position the profile pic overlapping the banner */
    left: 30px;
    /* Adjust as needed */
    z-index: 1;
    /* Ensure it's above the banner */
  }


  .org-profile-img {
    top: -50px;
    left: 20px;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    /* If you want a circular profile picture */
    border: solid 6px rgba(255, 255, 255, 0.95);
    /* Optional: adds a white border around the profile pic */
  }

  .org-banner-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  .org-prof-pic-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  .org-prof-pic-upload:hover .org-profile-img {
    opacity: 80%;
  }

  .org-banner-upload:hover .org-banner {
    opacity: 80%;
  }

  .org-content {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    /* gap: 4px; */
  }

  .org-title {
    font-size: 32px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
  }

  .org-address {
    height: 36px;
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    
    flex-wrap: wrap;

  }

  .org-description {
    font-size: 15px;
    color: #fff;
    /* margin-top: 8px; */
  }

  .profile-desc {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .edit-button {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #002244;
    color: white;
    border: none;
    cursor: pointer;
  }

  .org-address input,
  .org-description textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
  }

  .org-description textarea {
    height: 100px;
  }



  /* .org-prof-banner {
    display: flex;
    width: 100%;
    height: 142px;
    background-color: #00608A;
    border-radius: 8px;
   
  }


  .org-prof-info {
    display: flex;
    align-items: center;
    padding: 24px;
    background-color: #fff;
    border-radius: 8px;
    
  }

  .org-profile-pic {
    width: 108px;
    height: 108px;
    margin-right: 16px;
    border: solid 8px #F7F9FB;
    border-radius: 50%;
  } */

  .owner-role-display {
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
    border: solid 1px rgba(255, 255, 255, 0.95);
    font-size: 14px;
    border-radius: 4px;

  }

  .user-descr {
    color: #fff;

  }

  .user-table {

    display: flex;
    flex-direction: column;
  }

  .user-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
    gap: 16px;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 0px;
  }

  .user-org-owner {
    background-color: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);

  }

  .user-prof-email {

    grid-column: 1 / 4;
    grid-row: span 1;
    display: flex;
    align-items: center;
    margin-right: auto;
    gap: 8px;

  }

  .user-prof-pic {
    width: 32px;
    height: 32px;

  }

  .user-status {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
    width: auto;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-self: end;
  }

  .user-priv-div {

    grid-column: 5 / 7;
    grid-row: span 1;
    justify-self: left;
    display: flex;
  }
/* 
  .user-collab-manage {

    height: 36px;
    background-color: transparent;
    border-color: #e6e6e6;
    color: #B7B7B7;
    border-radius: 4px;
  }

  .user-collab-manage:hover {
    background-color: transparent;
  } */

  /* .user-remove-btn {
    cursor: pointer;
    grid-column: 7 / 8;
    grid-row: span 1;
    width: auto;
    justify-self: end;
    padding: 4px;
    white-space: nowrap;
    background-color: transparent;
    border-color: transparent;
    fill: #e6e6e6;
  } */

  .trash-icon {
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: 20px;
    height: 20px;
    fill: #B7B7B7;
    stroke-width: 1.5px;
  }

  /* .user-remove-btn:hover .trash-icon {
    fill: #969696;
  } */

  .add-user-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 8px;
  }

  .add-user-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .add-user-input {
    grid-column: 1 / 4;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    width: auto;
  }

  .add-user-btn {
    grid-column: 5 / 6;
    cursor: pointer;
    border-radius: 4px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    padding: 0px 12px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    font-size: 14px;
  }

  .add-user-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);

  }

  .pending-status {
    font-size: 14px;
    background-color: #FFE7A8;
    padding: 2px 8px 5px 8px;
    border-radius: 4px;
  }

  .active-status {
    /* dont know what to do here */
  }

  .confirm-buttons {
    margin-left: 8px;
    display: flex;
    gap: 6px;
  }

  .confirm-btn,
  .cancel-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 4px;

  }

  .confirm-btn {

    background-color: #7EDC88;
    /* Green */

    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;

  }


  .cancel-btn {
    background-color: #F37676;
    /* Red */

    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;

  }

  .confirm {
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .cancel {
    display: inline-block;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* Checkmark */
  .confirm::before,
  .confirm::after {
    content: '';
    position: absolute;
    background-color: white;
  }

  .confirm::before {
    width: 4px;
    height: 10px;
    left: -7px;
    top: -1px;
    transform: rotate(-45deg);
    border-radius: 2px 2px 2px 2px;
  }

  .confirm::after {
    width: 4px;
    height: 18px;
    left: 1px;
    top: -7px;
    transform: rotate(45deg);
    border-radius: 2px 2px 2px 2px;
  }


  /* X mark */
  .cancel {
    width: 20px;
    height: 20px;
  }

  .cancel::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: white;
    transform: rotate(45deg);
    top: 50%;
    left: 0;
    border-radius: 2px;
  }

  .cancel::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: white;
    transform: rotate(-45deg);
    top: 50%;
    left: 0;
    border-radius: 2px;
  }


  .confirm-btn:hover {
    background-color: #00af3c;

  }

  .cancel-btn:hover {
    background-color: #d40028;

  }

  .org-title-toggle {
    display: flex;
    height: auto;

    align-items: center;
  }



  .org-toggle {
    /* margin-bottom: 0; */
    /* border-radius: 4px !important; */
    /* height: auto;
    align-items: center; */
    margin-left: auto;
    /* background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff; */
  }




  /* ------------------------------------- File Upload  -----------------------------------------------*/


  /* Organization Selector Grid */
  .ce-org-selector-grid {
    grid-column: 1 / 6;
    grid-row: 1 / 2;
    align-self: start;
  }




  .ce-org-selector-grid,
  .ce-org-selector-grid * {
    color: #fff !important;
  }

  .flyer1 {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    cursor: pointer;
    grid-column: 1 / 6;
    grid-row: 2 / 12;
    width: auto;
    height: auto;
    border-radius: 8px;
    background-color: transparent;
    align-self: start;
    position: sticky;
    top: 24px;
  }

  .file-upload-label {
    transition: all 0.5s ease-in-out;
    position: sticky;
    top: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    border-radius: 8px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    outline: dashed 1px rgba(255, 255, 255, 0.1);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  }

  .file-upload-label:hover {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    outline: solid 1px rgba(255, 255, 255, 0.125);
  }



  .file-upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .upload-icon {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: 81px;
    height: 81px;
    margin-bottom: 10px;
    
    /* filter: brightness(1.2) contrast(1.1) drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1)); */
  }

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

  /* Override SVG colors with official brand colors - higher specificity to override global white rules */
  .file-upload-label .upload-icon svg .clx-1 {
    fill: var(--upload-icon-primary, #4062bb) !important;
    color: var(--upload-icon-primary, #4062bb) !important;
  }

  .file-upload-label .upload-icon svg .clx-2 {
    fill: var(--upload-icon-secondary, #5200ae) !important;
    color: var(--upload-icon-secondary, #5200ae) !important;
  }

  .file-upload-label:hover .upload-icon {
    transform: scale(1.125);
    opacity: 1;
    /* filter: brightness(1.4) contrast(1.2) hue-rotate(20deg) drop-shadow(0 8px 24px rgba(120, 180, 255, 0.3)); */
  }

  .upload-text {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
  }

  .upload-text-bold {
    font-weight: 600;
  }

  .upload-subtext {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    margin: 2px 0;
    font-size: 12px;
    color: #fff;
  }

  .file-upload-label:hover .upload-text {
    transform: translateY(10px);
  }

  .file-upload-label:hover .upload-subtext {
    transform: translateY(10px);
  }


  .file-input {
    display: none;
  }

  .file-preview {
    position: sticky;
    top: 24px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .file-preview.uploading {
    animation: fadeIn 0.5s ease-out;
  }

  .file-preview.deleting {
    opacity: 0;
    transform: scale(0.95);
  }

  .image-preview {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
  }

  .file-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    padding: 20px;
    box-sizing: border-box;
  }

  .remove-file {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .remove-file:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .virtual-link-input {
    height: 36px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.075) !important;
    border: solid 1px rgba(255, 255, 255, 0.075) !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-family: 'Outfit';
    padding: 8px 12px;
    transition: all 0.3s ease;
  }

  .virtual-link-input:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
  }

  .virtual-link-input:focus {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(120, 180, 255, 0.5) !important;
    box-shadow: 0 0 0 2px rgba(120, 180, 255, 0.2) !important;
    outline: none;
  }

  .virtual-link-input::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
  }

  .location-content {
    position: relative;
    min-height: auto;
    /* Use min-height instead of fixed height */
    overflow-y: hidden;
  }

  .in-person-content,
  .virtual-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    /* Disable interactions when not active */
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease-in-out;
  }

  .in-person-content.active,
  .virtual-content.active {
    opacity: 1;
    pointer-events: all;
    /* Enable interactions when active */
    transform: translateY(0);
    position: relative;
    /* Change to relative when active */
  }

  .location-content.transitioning .in-person-content,
  .location-content.transitioning .virtual-content {
    transition: opacity 0.3s ease, transform 0.3s ease-in-out;
  }

  .number-duration {
    margin-top: 8px;
    display: flex;
    gap: 8px;
  }

  .recurring-number {
    background-color: rgba(255, 255, 255, 0.075) !important;
    border: 1px solid rgba(255, 255, 255, 0.075) !important;
    color: #fff !important;
    width: 64px;
    box-shadow: none;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .recurring-number:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
  }

  .recurring-duration {
    background-color: rgba(255, 255, 255, 0.075) !important;
    border: 1px solid rgba(255, 255, 255, 0.075) !important;
    color: #fff !important;
    width: 96px;
    box-shadow: none;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .recurring-duration:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
  }

  .duration-days {
    display: flex;
  }

  .days-section {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    width: 100%;
  }

  .days-row {
    display: flex;
    margin-top: 8px;
    gap: 6px;
  }

  .custom-option {
    width: 100%;
  }

  .event-shell-info1 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 16px;
    grid-column: 6 / 13;
    grid-row: auto;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    width: auto;
    transition: height 0.8s ease-in-out;
    overflow: hidden;
    align-self: start;
    
  }

/* 
  .event-options {
    position: relative;
    overflow: hidden;
  } */

  .event-option {
    display: none;
    /* display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px); */
    transition: opacity 0.3s ease, transform 0.3s ease-in-out;
  }

  .event-option.active {
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }

  .event-options.transitioning .event-option {
    transition: opacity 0.3s ease, transform 0.3s ease-in-out;
  }

  .label-input-container {
    display: flex;
    flex-direction: column;

  }

  .payment-title {

  }

  .payment-subtext {
    color: #fff;

  }


  .stripe-modal-text {
    margin-bottom: 12px;
    margin-top: -4px;
    font-size: 16px;
    line-height: 1.4;
  }

  .recurring-subtext {
    border-radius: 4px;
    padding: 3px 10px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    font-size: 14px;
    color: #fff;
    width: fit-content;
    display: inline-block;
    max-width: 100%;
  }

  .price-tooltip-label {
    display: flex;
    margin-bottom: 8px;
  }

  .info-tooltip {
    cursor: default;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 2px;
    margin-left: 4px;
    font-size: 12px;
    padding: 0 7px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 12px;
    color: #fff;
    transform: scale(.9);
  }

  .ql-toolbar.ql-snow {
    background-color: rgba(255, 255, 255, 0.075) !important;
    border: solid 1px rgba(255, 255, 255, 0.075) !important;
    color: #fff !important;
  }

  .ql-container.ql-snow {
    background-color: rgba(255, 255, 255, 0.025) !important;
    border: solid 1px rgba(255, 255, 255, 0.075) !important;
  }


  .my-custom-quill .quill {
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.075);


  }

  .my-custom-quill .ql-toolbar .ql-snow {
    border: solid 1px rgba(255, 255, 255, 0.075) !important;
  }

  .my-custom-quill .ql-toolbar {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border: solid 1px rgba(255, 255, 255, 0.075);
    background-color: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
  }

  .my-custom-quill .ql-toolbar button {
    color: white !important;
  }

  .my-custom-quill .ql-toolbar button:hover {
    color: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar .ql-stroke {
    stroke: white !important;
  }

  .my-custom-quill .ql-toolbar .ql-stroke:hover {
    stroke: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar .ql-fill {
    fill: white !important;
  }

  .my-custom-quill .ql-toolbar .ql-fill:hover {
    fill: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar .ql-picker-label {
    color: white !important;
  }

  .my-custom-quill .ql-toolbar .ql-picker-label:hover {
    color: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar .ql-picker-options {
    background-color: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.075);
  }

  .my-custom-quill .ql-toolbar .ql-picker-item {
    color: white !important;
  }

  .my-custom-quill .ql-toolbar .ql-picker-item:hover {
    color: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar button.ql-active {
    color: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar button.ql-active .ql-stroke {
    stroke: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar button.ql-active .ql-fill {
    fill: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar .ql-picker-label::before {
    color: white !important;
  }

  .my-custom-quill .ql-toolbar .ql-picker-label:hover::before {
    color: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar .ql-picker-label svg {
    fill: white !important;
  }

  .my-custom-quill .ql-toolbar .ql-picker-label:hover svg {
    fill: #78B4FF !important;
  }

  .my-custom-quill .ql-container {
    height: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-top: none !important;
    background-color: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    min-height: 75px;
  }

  .my-custom-quill .ql-editor {
    color: white;
  }

  .my-custom-quill .ql-editor.ql-blank::before {
    color: rgba(255, 255, 255, 0.5);
  }

  .prof-no-events {
    width: 40%;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;

  }

  .prof-title-edit {
    display: flex;
    align-items: center;
    margin-top: -140px;
    /* margin-bottom: 8px; */
  }



  .preview-dates {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    align-items: center;
  }

  .custom-date-item {
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 8px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }


  .org-signin-btn {
    margin-top: 16px;
  }



  /* ------------------------------------- END OF Registration Modal -----------------------------------------------*/


  /* ------------------------------------- Attendees Modal -----------------------------------------------*/



  .attendees-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns by default */
    gap: 16px;
    /* Space between cards */
  }

  /* Card Styles - Updated */
  .attendee-card {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.075) !important;
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;

    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: none;
    margin-bottom: 0;
    /* Remove margin-bottom since gap handles spacing */
    width: 100%;
    /* Ensure full width within grid cell */
    box-sizing: border-box;
    /* Include padding in width calculation */
  }

  /* Empty State Styles */
  .no-attendees {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
  }

  .no-attendees-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }

  /* Avatar Styles */
  .attendee-avatar {
    width: 40px;
    height: 40px;
    background-color: #e6f0ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .avatar-text {
    color: #1890ff;
    font-weight: 600;
    font-size: 18px;
  }

  /* Name and Email Section */
  .name-email-div {
    display: flex;
    flex-direction: column;
    /* gap: 4px; */
  }

  .name-email-div span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    line-height: 1.4;
  }

  /* Form Response Styles */
  .form-response-container {
    margin-top: 12px;
    padding-top: 12px;
  }

  .form-response-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding-top: 8px;
    margin: 0;
  }

  .form-response-list li {
    line-height: 1.5;
  }

  /* Approval Button Styles */
  .approval-buttons {
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
  }

  .status-badge {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
  }

  .status-badge:hover {
    opacity: 0.9;
    transform: translateY(-1px);
  }

  .status-badge.approved {
    background-color: #e6f7e6;
    color: #52c41a;
  }

  .status-badge.approve {
    background-color: #e6f7ff;
    color: #1890ff;
  }

  /* Message Modal Styles */
  .subject-input {
    margin-bottom: 16px;
    width: 100%;
  }

  .description-input1 {
    /* margin-top: 16px; */
  }

  .my-custom-quill {
    /* min-height: 200px; */
    border-radius: 4px;
  }

  .my-custom-quill .ql-toolbar {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .my-custom-quill .ql-container {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }




  .registration-approval {
    grid-column: 1 / 3;
    grid-row: span 1;
    align-items: center;
    cursor: pointer;
    margin-top: -8px;
  }

  .form-builder-description {
    color: #737373;
    margin-bottom: 12px;
    font-size: 15px;
  }

  .subject-input {
    margin-bottom: 16px;
    border-radius: 4px;
    height: 36px;
  }

  .ce-toggle-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .ce-toggle-row {
    display: flex;
    gap: 12px;
  }

  .ce-toggle-div {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    border-radius: 4px;
    flex: 1;
    border: 1px solid transparent;
  }


  /* Hover effect only applies when NOT selected */
  .ce-toggle-div:not(.selected):hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .custom-url-div:not(.selected):hover {
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
  }

  .ce-toggle-div.selected {
    background-color: rgba(255, 255, 255, 0.2);
    border: solid 1px rgba(255, 255, 255, 0.2);
    color: #fff;
    /* Optional: Change cursor to default for selected state */
    cursor: default;
  }

  .social-media-toggle {
    display: flex;
    gap: 12px;
  }

  .ce-title-toggle {
    display: flex;
    justify-content: space-between;
    /* Pushes items to the left and right ends */
    align-items: center;
    /* Vertically aligns items in the center */
    width: 100%;
    /* Ensures it spans the full width of the parent container */
  }

  .ce-toggle-subtext {
    font-size: 15px;
    color: #fff;
    margin-top: 4px;
  }

  .custom-url-st {
    margin-bottom: 4px;
  }
/* 
  .custom-url-input {
    font-family: "Outfit";
    color: #fff !important;
  } */

  .scan-ticket-btn {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075) !important;
    color: #fff;
    border-radius: 4px;
    box-shadow: none;
  }

  .scan-ticket-btn:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: solid 1px rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
  }





}

/* ------------------------------------- 999px breakpoint -----------------------------------------------*/

@media all and (max-width: 999px) {
  .hero-ummahfy-placeholder {
    display: none;
  }

  .signin-modal {
    max-width: 400px;
  }

  .signin-modal .secondary-options {
    gap: 8px;
  }

  .signin-modal .signin {
    padding: 12px;
    font-size: 16px;
  }

  .signin-modal .divider-text {
    font-size: 12px;
  }

  .ce-org-selector-grid {
    grid-column: 1 / 13;
    grid-row: 1 / 2;
    margin-bottom: 16px;
  }



  .event-shell-name {
    font-size: 24px;
  }

  .event-shell-org {
    font-size: 18px;
  }

  .registered-text {
    font-size: 16px;
  }

  .event-shell-date p {
    font-size: 16px;
  }

  .event-shell-description {
    font-size: 16px;
  }

  .upcoming {
    font-size: 32px;
  }


  .see-all {
    
  }


  .profile-container {
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    max-width: 700px;

  }

  .wrapper {
    padding: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero {
    margin: 0;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .home-text-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    gap: 16px;
  }


  .hero-img {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    margin: 0;
  }

  .home-title {
    font-size: 5vw;
  }

  .subtext {
    text-align: center;
    font-size: 16px;
  }

  .join {
    width: 100%;
  }

  /* Hero button group responsive */
  .hero-button-group {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 280px;
  }

  /* Hero CTA responsive */
  .hero-cta-container {
    gap: 24px;
    margin-top: 0;
  }
  
  .hero-cta-item {
    width: auto;
    padding: 20px;
  }
  
  .hero-cta-item .home-subheading {
    font-size: 1.1rem;
  }



  /* ------------------------------------- Event SHELL Page -----------------------------------------------*/

  .event-shell-wrapper {
    padding: 0 36px;
    margin-bottom: 54px;
  }

  .attendees-share {
    grid-column: 6 / 13;
    grid-row: span 1;
  }

  .rect5 {
    grid-column: 6 / 13;
    grid-row: span 1;
  }


  /* ------------------------------------- Event Page -----------------------------------------------*/

  .pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
  }

  .pagbtn {
    width: 100%;

  }

  .next-btn {
    margin: 0;

  }

  .prev-btn {
    margin: 0;

  }

  .grid-filter {

    margin: 0;
    padding: 0;
    position: static;
    display: grid;
    grid-column: 1 / 13;
    grid-row: 1 / 2;
  }

  .grid-eventcards {
    display: grid;
    grid-column: 1 / 13;
    grid-row: 2 / 3;
 
    /* margin-top: 16px;
    margin-bottom: 72px; */
  }


  .event-header {
    font-size: 24px;

  }




  .filter-calendar {
    margin-top: 16px;
  }

  .e-card-home {
    display: flex;
    /* flex-direction: column; */
    width: auto;
    margin: 0;
    padding: 24px;
  }

  .e-img-mask {
    width: 100%;
    max-width: 175px;
    min-width: 100px;
    max-height: 175px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
  }

  .e-img-mask img {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }


  .e-event {
    margin: 0;
    font-size: 18px;
    margin-bottom: 4px;
  }

  .e-masjid {
    margin: 0;
    font-size: 16px;
  }

  .e-date {
    margin: 0;

  }

  .e-badges {
    margin: 0;
    padding-bottom: 8px;
  }

  .e-attendees {
    display: none;
    margin: 0;
  }

  .e-desc {

    display: -webkit-box;
    /* Fallback to handle older browsers */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Optional for adding ellipsis at the end */

  }

  .e-bottom {
    width: 0;
    font-size: 0px;
  }

  .e-bottom p {
    font-size: 0;
  }


  /* ------------------------------------- Create Event Page -----------------------------------------------*/

  .filter-tag {
    width: 100%;
    display: flex;
    flex-direction: row;

  }

  .chbx-group {
    display: flex;
    width: 100%;
    flex-grow: 1;
    align-items: stretch;
  }

  .custom-checkbox {
    flex-grow: 1;

    width: auto;
  }


  .create-event-container {
    padding: 0px;
    grid-gap: 16px;

  }

  .ce-hero {
    margin-top: 0;
  }

  .ce-text {
    margin-top: 24px;
    width: 100%;
    text-align: center;

  }

  .ce-title {
    font-size: 40px;
    /* Adjust this formula as needed */
    max-width: 100%;
    white-space: nowrap;
    /* Prevent text from wrapping to the next line */
    overflow: hidden;
    /* Hide overflow if text is too long */
  }

  .grid-block-one {
    grid-column: 1 / 13;
    grid-row: 1 / 2;
  }

  label {
    padding-bottom: 0;
  }

  .event-name {
    display: grid;
    grid-column: 1 / 13;
    grid-row: 1 / 2;
    margin-bottom: 16px;
  }

  .location {
    display: grid;
    grid-column: 1 / 13;
    grid-row: 2 / 3;
    margin-bottom: 16px;
  }

  .cost-input {
    margin-top: 0;

    display: grid;
    grid-column: 1 / 7;
    grid-row: 3 / 4;
    margin-bottom: 16px;
  }

  .capacity-input {
    margin-top: 0;

    display: grid;
    grid-column: 7 / 13;
    grid-row: 3 / 4;
    margin-bottom: 16px;
  }

  .date-input {
    margin-top: 0;

    display: grid;
    grid-column: 1 / 13;
    grid-row: 4 / 5;
    margin-bottom: 16px;
  }


  .short1 {
    margin-top: 0;

    display: grid;
    grid-column: 1 / 7;
    grid-row: 5 / 6;
    margin-bottom: 16px;
  }

  .short2 {
    margin-top: 0;

    display: grid;
    grid-column: 7 / 13;
    grid-row: 5 / 6;
    margin-bottom: 16px;
  }


  .upload {
    margin-top: 0;

    display: grid;
    grid-column: 1 / 13;
    grid-row: 6 / 7;
    margin-bottom: 16px;
  }

  .description {
    margin-top: 0;

    display: grid;
    grid-column: 1 / 13;
    grid-row: 7 / 8;
  }


  .grid-block-two {
    grid-column: 1 / 13;
    grid-row: 2 / 3;
  }

  .tag-selection {
    display: grid;
    grid-column: 1 / 13;
    grid-row: auto;

  }

  .button-block {
    display: grid;
    grid-column: 1 / 13;
    grid-row: auto;
    padding-bottom: 32px;
  }

  /* .capacity-attendees {
    padding: 8px;
  } */

  .es-share-button {
    padding: 10px;
  }
}

/*---------------------------------------------- mobile breakpoint --------------------------------------------------- */
@media all and (max-width: 647px) {

  .filter-calendar {
    gap: 16px;
    margin-bottom: 16px;
  }

  /* ------------------------------------- Event Shell mobile -------------------------------------------*/

  .attendees-container {
    grid-template-columns: 1fr;
  }

  .attendee-card {
    min-width: 0;
    /* Fixes flexbox overflow issues */
    max-width: none;
  }

  .ticket-btn {
    height: 42px;

  }

  .signin-modal {
    max-width: 400px;
  }


  .sttngs-div {
    padding: 16px;
  }

  .user-collab-manage {
    grid-column: 1 / 4;
  }



  .user-row {

    margin-bottom: 12px;
    border-radius: 0;
    padding: 0;
    padding-bottom: 16px;
  }

  .user-table {
    margin-bottom: 0px;
  }

  .add-user-input {
    grid-column: 1 / 6;
  }



  /* .item1 {
    display: inline-block;
    position: fixed;
    top: 16px;
    z-index: 998; 
  } 
  */

  .user-prof-email {
    grid-column: 1 / 7;
    grid-row: 1 / 2;
  }

  .user-priv-div {
    grid-column: 1 / 6;
    grid-row: 2 / 3;
    width: 100%;
  }

  .user-collab-manage {
    width: 100%;
  }

  .user-status {
    grid-column: 6 / 8;
    grid-row: 2 / 3;
    justify-self: start;
  }

  .user-remove-btn {
    grid-column: 7 / 8;
    grid-row: 1 / 2;
    justify-self: end;
  }


  .ce-org-selector-grid {
    grid-column: 1 / 13;
    grid-row: 1 / 2;
    margin-bottom: 16px;
  }



  .flyer1 {
    grid-column: 1 / 13;
    grid-row: 2 / 4;
    margin-right: 0;
  }

  .file-upload-label {
    max-height: 250px;
  }

  /* Ensure upload icon uses official colors on mobile - higher specificity */
  .file-upload-label .upload-icon svg .clx-1 {
    fill: var(--upload-icon-primary, #4062bb) !important;
    color: var(--upload-icon-primary, #4062bb) !important;
  }

  .file-upload-label .upload-icon svg .clx-2 {
    fill: var(--upload-icon-secondary, #5200ae) !important;
    color: var(--upload-icon-secondary, #5200ae) !important;
  }

  .event-shell-info0 {
    grid-column: 1 / 13;
  }

  .event-shell-info1 {
    grid-column: 1 / 13;
  }

  .under-flyer-2 {
    grid-column: 1 / 13;
  }

  .under-flyer {
    grid-column: 1 / 13;
  }

  .under-flyer-3 {
    grid-column: 1 / 13;
  }

  .submit-event {
    grid-column: 1 / 13;
  }



  .add-card {
    padding: 16px;
  }

  .navb {
    background-color: #fff;
  }

  .no-events-svg {
    width: 95%;
  }

  .event-shell-container {
    /* margin-top: 16px; */
  }


  .flyer {
    display: grid;
    grid-column: 1 / 13;
    grid-row: span 4;
    justify-content: center;
    margin-right: 0;
  }

  .imgStyle {
    display: flex;
    /* height: 100%; */
    justify-self: center;
    box-shadow: 0;
  }

  .title-register {
    grid-column: 1 / 13;
    grid-row: span 1;
    padding: 16px;
  }

  .event-shell-info {
    grid-column: 1 / 13;
    grid-row: span 1;
    padding: 16px;
  }

  .attendees-share {
    grid-column: 1 / 13;
    grid-row: span 1;
    padding: 16px;
  }

  .attendees-share-actions {
    flex-direction: column;
  }

  .attendees-share-actions > .ant-tooltip,
  .attendees-share-actions > button.es-share-button,
  .attendees-share-actions .ticket-scanner-trigger {
    flex: 1 1 auto;
    width: 100%;
  }

  .rect5 {
    grid-column: 1 / 13;
    grid-row: span 1;

  }


  .event-shell-name {
    font-size: 1.5rem;
  }


  .avatar-icon {
    width: 20px;
    height: 20px;

  }


  .event-shell-date p {
    font-size: 16px;
  }

  .event-shell-location p {
    font-size: 16px;
    min-width: 0;
    flex: 1 1 auto;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .es-location-link {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .es-location-link p {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .event-shell-description {
    font-size: 16px;
  }

  /* ------------------------------------- Event Shell mobile End-------------------------------------------*/
  .wrapper {
    padding: 0 24px;
    overflow-x: hidden;
    margin-bottom: 16px;
  }

  .navbar {
    padding: 0;
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .navb {
    /* display: flex;
    justify-content: left; */
    padding-left: 16px;
    background-color: #F7F9FB;
    text-decoration: none;
  }



  .hero {
    margin: 0;
    padding: 0;
    margin-top: 16px;
  }

  .home-text-group {
    margin: 0;
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    z-index: 1;
    padding: 0;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    gap: 12px;
  }


  .hero-img {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    margin: 0;
  }

  .home-title {
    text-align: center;
    font-size: 7vw;
  }

  .subtext {
    text-align: center;
    font-size: 3.2vw;
  }

  .join {
    width: 100%;
  }

  .upcoming-wrapper {
    display: grid;
    /* margin-top: 24px; */
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    grid-gap: 0;
    grid-row-gap: 16px;
  }

  .upcoming {
    grid-column: span all;
    grid-row: 1 / 2;
    font-size: 24px;
  }

  .see-all {

    width: 100%;
    grid-column: span all;
    grid-row: 2 / 3;
    margin: 0;
  }

  .grid-container {
    margin-top: 24px;
    grid-template-columns: repeat(auto-fill, 1fr);
    margin-right: 32px;
    grid-gap: 16px;

  }



  .card-home {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
    padding: 16px;
  }

  .card-home:hover .img-mask {
    transform: scale(1);

  }

  .img-mask {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0;
  }

  .card-home-right {
    padding-bottom: 0;
  }

  .event {


  }

  .masjid {
    margin: 0;


    font-weight: 600;
  }

  .date {
    margin: 0;
    font-size: 16px;

  }

  .badge-group {
    margin: 0;
  }





  .ac-title {
    font-size: 24px;

    padding-bottom: 8px;
  }

  .ac-desc {
    font-size: 1rem;
    padding-bottom: 8px;
    width: 90%;
  }

  .ac-tag {
    font-size: 1rem;

  }



  .plus-icon {
    width: 36px;
    margin: auto;
    /* Center horizontally */
    padding-right: 16px;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
  }


  /* ----------------- sign in and sign up ----------------------------- */


  .signin-wrapper {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);

    display: flex;
    justify-content: center;
    align-items: center;
  }


  .signin-page {
    display: inline-flex;
    padding: 24px;
    background-color: #fff;
    /* box-shadow:  0px 0.2px 0px rgb(0 0 0 / 7%), 0px 0.8px 0.6px rgb(0 0 0 / 10%), 0px 1.7px 2.2px rgb(0 0 0 / 13%), 0px 4px 8px rgb(0 0 0 / 20%); */
    border-radius: 8px;
  }

  .signup-wrapper {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signup-page {
    display: inline-flex;
    padding: 24px;
    background-color: #fff;
    /* box-shadow:  0px 0.2px 0px rgb(0 0 0 / 7%), 0px 0.8px 0.6px rgb(0 0 0 / 10%), 0px 1.7px 2.2px rgb(0 0 0 / 13%), 0px 4px 8px rgb(0 0 0 / 20%); */
    border-radius: 8px;
  }




  label {
    display: flex;
    padding: 0;
    margin: 0;

    font-family: outfit;
  }

  .inputs {
    margin-top: 16px;
    flex-direction: column;
  }

  .short-inputs {
    display: inline-flex;
    margin-top: 16px;
  }

  .first {
    float: left;
    margin-right: 16px;
  }

  .last {
    float: right;

  }

  .short {
    display: flex;
    margin-top: 8px;
    width: 137px;
    height: 42px;
    border: solid 1px #ccc;
    border-radius: 4px;
  }



  input[type="checkbox"] {
    margin-top: 8px;
    margin-right: 4px;
    cursor: pointer;
    width: 16px;
    height: 16px;
  }

  .terms {
    margin-top: 6px;
    margin-left: 6px;
    font-size: 9px;
  }






  .facebook {
    margin-top: 16px;
    background-color: #0053B7;
    border-color: #0053B7;
    padding: 12px 0 12px 0;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .facebook:hover {
    background-color: #fff;
    border-color: #0053B7;
    color: #0053B7;
  }



  .reg {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

  .reg b {
    margin-left: 8px;
    color: purple;
    cursor: pointer;
  }



  /*-------------------------------- Create Event ---------------------------*/

  .tag-content {
    width: 100%;
  }

  .group-box {
    width: auto;
  }

  .chbx-group {
    display: flex;
    flex-direction: column;
    width: auto;
  }

  .custom-radio {
    width: auto;
    margin: 0;
  }


  /*-------------------------- Event page ---------------------------------*/


  .e-event {
    font-size: 16px;

  }

  .e-masjid {

    font-size: 14px;
  }

  .e-date {
    margin-top: 0;
  }

  .filter-panel {
    padding: 16px;
  }


  .pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding-bottom: 24px;
  }

  .pagbtn {
    width: 100%;

  }

  .next-btn {
    margin: 0;

  }

  .prev-btn {
    margin: 0;

  }

  .event-header {
    align-items: left;


  }

  .top-pagination {
    display: none;
  }


  .grid-eventcards {
    margin-right: 0;
    gap: 16px;

  }

  .e-card-home {
    padding: 16px;
    margin-right: 0;
    width: auto;
  }

  .e-desc {
    display: none;
  }

  .plus-icon {
    margin-left: 8px;
  }

  .eventshell-edit-event {
    grid-column: 1 /13;
  }

  .forgotpassword-page {
    width: 80%;
  }

}

@media all and (max-width: 550px) {

  .scan-ticket-button {
    height: 42px;
  }

  

  .already-registered-btn {
  height: 42px;
  }


  /* Ensure upload icon uses official colors on small mobile - higher specificity */
  .file-upload-label .upload-icon svg .clx-1 {
    fill: var(--upload-icon-primary, #4062bb) !important;
    color: var(--upload-icon-primary, #4062bb) !important;
  }

  .file-upload-label .upload-icon svg .clx-2 {
    fill: var(--upload-icon-secondary, #5200ae) !important;
    color: var(--upload-icon-secondary, #5200ae) !important;
  }

  .settings-wrapper {
    gap: 16px;
  }

  .ce-toggle-row {
    flex-direction: column;
    /* Stack items vertically */
  }

  .social-media-toggle {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .form-button {
    height: 42px;
    font-size: 16px;
  }

  .form-forgot-pass h1 {
    font-size: 24px;
  }




  .profile-image {
    width: 100px;
    height: 100px;
    margin-left: 8px;
  }

  .registered-events-title {
    font-size: 20px;
  }


  .org-profile-pic-container.editable:hover::before {
    margin-top: 9px;
    margin-left: 9px;
  }

  .recurring-subtext {
    padding: 5px 10px;
    font-size: 15px;
  }

  .custom-date-item {
    font-size: 15px;
    padding: 5px 8px;
  }


  .ant-picker {
    font-size: 16px;
  }

  .my-custom-quill .ql-editor {
    font-size: 16px;
    color: white;
  }


  .lock-scroll {
    top: -490px;
    position: fixed;
    width: 100%;
    overflow: hidden;
  }


  .ant-picker-panel {
    display: flex;
  }

  .ant-picker-panels {
    flex-direction: column;
  }

  /* Make the calendar panel fit mobile screens */


  .age-option {
    font-size: 15px;
    padding: 5px 8px;
  }

  .gender-option {
    font-size: 15px;
    padding: 5px 8px;
  }

  .tag-option {
    font-size: 15px;
    padding: 5px 16px;
  }

  .org-edit-btn-new {
    top: 24px;
    right: 24px;
    padding: 0;
    padding: 0 4px 0 4px;
  }

  .org-description {
    font-size: 16px;
  }

  .mob-nav-org-name {
    font-size: 14px;
  }

  .prof-no-events {
    width: 100%;
  }

  .date-range-picker input::placeholder {
    font-size: 16px;
  }

  .time-range-picker input::placeholder {
    font-size: 16px;
  }

  .date-range-picker {

    height: 42px;
  }

  .time-range-picker {
    height: 42px;
  }

  .my-custom-quill .quill {
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
  }

  .my-custom-quill .ql-editor {
    font-size: 14px;
    color: white;
  }

  .ce-input2 {
    height: 42px;
    font-size: 16px;
  }

  .coupon-btn {
    height: 42px;
    width: 42px !important;
  }

  .upcoming {
    font-size: 22px;
  }

  .payment-title {
    font-size: 24px;
  }

  .org-toggle {
    font-size: 16px;
  }

  .add-user-title {
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .add-user-btn {
    grid-column: 4 / 7;
  }

  .settings-title {
    font-size: 24px;

  }

  .recurring-number {
    font-size: 16px;
    width: 100%;
  }

  .recurring-duration {
    font-size: 16px;
    width: 100%;
  }

  .org-address {
    margin-bottom: 0;
  }

  .profile-card {
    padding: 16px;

  }

  .org-title {
    font-size: 22px;
  }

  .org-profile-img {
    border-width: 4px;
  }

  .org-title {
    margin-bottom: 0;
  }

  .edit-icon {
    width: 20px;
    height: 20px;
    padding: 5px 6px 2px 6px;
  }

  .org-edit-btn {
    height: auto;

  }

  .org-save-btn {
    width: 100%;
  }


  .org-banner {
    height: 150px;
  }

  .org-profile-pic-container {
    width: 100px;
    height: 100px;
    top: -120px;
    left: 15px;
  }

  .prof-title-edit {
    margin-top: -112px;
    margin-bottom: 6px;
    align-items: end;
  }



  .org-events-title {
    font-size: 24px;
  }

  .event-shell-time p {
    font-size: 16px;
  }


  .price-input1 {
    grid-column: 1 / 3;
  }

  .capacity-input1 {
    grid-column: 1 / 3;
  }

  /* .event-times-label {
    margin-top: 16px;
    margin-bottom: 8px;
  } */

  .event-shell-info0 {
    padding: 0 8px;
    grid-row: span 1;
  }

  .event-input {
    font-size: 24px;
    min-height: 44px;
  }

  .event-input::placeholder {
    font-size: 24px;
  }

  .duration-days {
    flex-direction: column;
  }

  .days-section {
    margin-left: 0;
    margin-top: 8px;
  }

  .navb {
    background-color: #F7F9FB;
  }

  .textArea-input {
    font-size: 16px;
  }

  .tag-groups {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 400;
  }

  .custom-radio .c-label-r {
    font-size: 16px;
  }

  .flyer:hover {
    transform: scale(1);
  }

  .filter-title {
    font-size: 18px;
  }

  .c-label {
    font-size: 16px;
  }

  textarea::placeholder {
    font-size: 16px;
  }



  .see-all {

  }

  .ce-input {
    font-size: 16px;
    height: 42px;
  }


  .file-upload-button {
    font-size: 16px;
    height: 42px;
  }

  input[type="text"] {
    height: 42px;
    font-size: 1rem;
    /* Change font size */
    /* Change background color */
    padding: 10px;

    /* Change border color */
    border-radius: 4px;
    /* Round the corners */
    width: 100%;
    /* Make the input field full-width */
    box-sizing: border-box;
    /* Include padding and border in the element's total width and height */
  }


  .event-shell-org {

    font-size: 18px;
    white-space: nowrap;
    /* Prevents text from wrapping to the next line */
    overflow: hidden;
    /* Hides text that overflows the container */
    text-overflow: ellipsis;
  }

  .registered-text {
    font-size: .875rem;
    margin-top: 8px;
  }

  .ce-title {
    font-size: 1.75rem;
  }

  .group-box {
    padding-top: 0;
    padding-bottom: 4px;
  }

  .plus-icon {
    margin-left: 16px;
  }

  .want-more h1 {
    font-size: 1.5rem;
  }

  label {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .grid-block-one {
    padding: 16px;
  }

  .grid-block-two {
    padding: 16px;
  }

  .registration-modal {
    /* padding: 20px; */
  }

  .tag-label {
    margin-bottom: 0;
  }





  .register-modal-share {
    height: 38px;
    margin-top: 16px;
  }

  .calendar-icon {
    width: 16px;
  }

  .clock-icon {
    width: 16px;
  }

  .location-icon {
    max-width: 16px;
    min-width: 16px;
  }

  .mobile-nav-ele {
    text-decoration: none;
    padding: 10px 16px;
    width: 100%;
  }

  .drawer nav ul li {
    padding: 0;
    /* padding: 4px 16px; */
  }

  .wrapper {
    padding: 0 16px;
    margin-bottom: 16px;
  }

  .event-shell-container {
    margin-top: 4px;
  }




  .share-button-icon {
    width: 20px;
  }

  .rect5:hover {
    transform: scale(1);

  }

  .imgStyle:hover {
    transform: scale(1);
  }

  .ce-subtext {
    margin-bottom: 16px;
  }

  .join {
    margin-top: 16px;
  }



  .quran-text {
    font-size: 20px;
  }

  .want-more {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 24px;
  }

  .add-cards {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }

  .add-card {
    padding: 16px;
    width: auto;
  }

  .add-card:hover {
    transform: scale(1);
  }

  .left {
    margin-left: 0;
    padding-right: 16px;
  }

  .right {
    width: 100%;
  }

  .ac-desc {
    width: 100%;
  }

  .ac-tag {
    width: 100%;
  }

  .quote-buttons {
    padding: 16px;
  }


  .signin-wrapper {
    border-bottom-left-radius: 0;
    /* Ensure the bottom corners are not rounded */
    border-bottom-right-radius: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.2);

  }

  .signin-page {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom-left-radius: 0;
    /* Ensure the bottom corners are not rounded */
    border-bottom-right-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px -8px 12px -4px;

  }

  .signup-wrapper {
    bottom: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
    border-bottom-left-radius: 0;
    /* Ensure the bottom corners are not rounded */
    border-bottom-right-radius: 0;
    background-color: rgba(0, 0, 0, 0);

  }

  .signup-page {
    padding: 0;
    margin: 0;

    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom-left-radius: 0;
    /* Ensure the bottom corners are not rounded */
    border-bottom-right-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px -8px 12px -4px;

  }

  .left-part {
    width: 100%;
    padding: 32px;
  }

  .sign-title {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 20px;
  }

  .inputs {
    width: 100%;
    margin-top: 8px;
  }

  .long-input {
    width: auto;
    height: 42px;
    margin-top: 4px;
    font-size: 16px;
  }

  .reg {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .create-acc {
    padding: 8px;
  }

  .forgot-password {
    padding-top: 12px;
  }

  .signin {
    padding: 8px;
    margin-top: 12px;
  }

  .google {
    margin-top: 0;
    padding: 8px;
  }



  .grid-container {
    margin-top: 16px;
    margin-right: 0;
  }

  .card-link {
    width: auto;
  }

  .card-home {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    width: auto;
    padding: 16px;
    gap: 16px;
  }

  .img-mask {
    max-width: none;
    width: 100%;
  }

  .img-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .card-home-left {
    display: flex;
    width: auto;
  }

  .card-home-right {
    width: auto;
    margin-left: 0;
    padding: 0;
  }

  .event {
    font-size: 1.125rem;

  }

  .masjid {
    font-size: 16px;

  }

  .date {
   
  }


  .card-home:hover {
    transform: scale(1);
    /*
    border-color: #CCA33C;
     .img-mask img {
      transform: scale(1.05);
    } */
  }

  .card-home:hover .img-mask {
    transform: scale(1);

  }

  .hero {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .filter-calendar {
    margin-top: 0;
  }

  .ce-text {
    margin-top: 0;
  }

  .custom-radio {
    margin-bottom: 0;
  }

  .custom-checkbox {
    width: auto;
    padding: 8px;
    padding-right: 0;
  }


  .home-title {
    font-size: 7.5vw;
    margin: 0;
  }

  .subtext {
    font-size: 3.5vw;
  }



  .ac-title {
    font-size: 1.25rem;
  }



  /* event cards */

  .e-card-home {
    flex-direction: column;
    gap: 16px;
  }

  .e-card-home:hover {
    transform: scale(1);
    /*
    border-color: #CCA33C;
     .img-mask img {
      transform: scale(1.05);
    } */
  }

  .e-card-home:hover .e-img-mask {
    transform: scale(1);

  }

  .e-img-mask {
    max-width: none;
    width: 100%;

  }

  .e-right {
    margin-left: 0;
    gap: 4px;
  }

  .e-event {
    font-size: 18px;
    margin: 0;
  }

  .e-date {
    padding: 0;
  }

  .e-badges {
    padding-bottom: 0;
  }

  .e-masjid {
    margin: 0;
    font-size: 16px;
  }

  .e-date {
    margin-top: 0;
  }

  .org-signin-btn {
    margin-top: 16px;
  }

  /* Mobile responsive for hero CTA */
  .hero-cta-container {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 0;
  }
  
  .hero-cta-item {
    padding: 18px;
    text-align: center;
  }
  
  .hero-cta-item .home-subheading {
    font-size: 1.05rem;
   
  }
  
  .cta-subtext {
    font-size: 0.85rem;
   
  }
  
  .hero-cta-item .join {
    font-size: 0.9rem;
  }


}

/* SVG rendering optimization for mobile */
.navbar img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}


/* =============================================================================
   CONSOLIDATED COMPONENT STYLES (formerly multiple src/*.css component files)
   Single source in public for easier search; Tailwind stays in src/index.css.
   ============================================================================= */



/* ----- migrated from src/AddToCalendar.css ----- */

/* Glassmorphic Modal Styling */
.glassmorphic-modal .ant-modal-content {
  background-color: rgba(50, 50, 50, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.glassmorphic-modal .ant-modal-header {
  background-color: transparent;
  border-bottom: none;
}

.glassmorphic-modal .ant-modal-title {
  color: #fff;
}

.glassmorphic-modal .ant-modal-close {
  color: #fff;
}

.glassmorphic-modal .ant-modal-close:hover {
  color: #78B4FF;
}

.glassmorphic-modal .ant-modal-body {
  background-color: transparent;
}

/* Sign-in modal: readable text/inputs on dark glass (aligned with dev) */
.glassmorphic-modal .signin-intro-copy {
  text-align: left;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.88);
}

.glassmorphic-modal .inputs label {
  color: rgba(255, 255, 255, 0.78);
}

.glassmorphic-modal .long-input {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}

.glassmorphic-modal .long-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.glassmorphic-modal .long-input:focus {
  border-color: rgba(120, 180, 255, 0.65);
  outline: none;
}

.glassmorphic-modal .forgot-password {
  color: #78b4ff;
}

.glassmorphic-modal .forgot-password:hover {
  text-decoration: underline;
}

.glassmorphic-modal .or-divider.ant-divider::before,
.glassmorphic-modal .or-divider.ant-divider::after {
  border-color: rgba(255, 255, 255, 0.18);
}

.calendar-modal {
  max-width: 400px;
}

.calendar-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: inherit;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.calendar-option:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.calendar-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
}

.calendar-option:hover .calendar-icon-wrapper {
  background-color: rgba(120, 180, 255, 0.2);
  color: #78B4FF;
}

.calendar-details {
  display: flex;
  flex-direction: column;
}

.calendar-name {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.calendar-description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.calendar-options-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}



/* ----- migrated from src/AvailabilityCalendar.css ----- */

/* AvailabilityCalendar Component Styles */

.availability-calendar {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.availability-subtitle {
  display: block;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.65);
}

.days-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.day-card {
  transition: all 0.3s ease;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.day-card .ant-card-head {
  padding: 12px 16px;
  min-height: 40px;
  border-bottom: 1px solid #f0f0f0;
}

.day-card .ant-card-head-title {
  padding: 0;
}

.day-card .ant-card-body {
  padding: 16px;
}

.day-name {
  font-weight: 600;
  margin-left: 4px;
}

.day-available {
  border-left: 4px solid #52c41a;
}

.day-unavailable {
  opacity: 0.8;
  background-color: #fafafa;
}

.time-slots {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.time-slot-row {
  margin-bottom: 12px;
  align-items: center;
}

.time-slot-inputs {
  width: 100%;
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
}

.time-slot-inputs .time-picker {
  width: 110px;
}

.time-slot-inputs span {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.65);
}

.add-time-slot-btn {
  margin-top: 8px;
  border-color: #1890ff;
  color: #1890ff;
}

.add-time-slot-btn:hover {
  color: #40a9ff;
  border-color: #40a9ff;
}

.delete-time-slot-btn {
  transition: all 0.2s;
  color: #ff4d4f;
}

.delete-time-slot-btn:hover:not(:disabled) {
  background-color: #fff2f0;
  color: #ff7875;
}

.delete-time-slot-btn:disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  cursor: not-allowed;
}

.availability-summary {
  margin-top: 24px;
  padding: 16px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}

.day-summary {
  margin-bottom: 8px;
}

.time-summary {
  display: inline-block;
}

@media (max-width: 768px) {
  .days-container {
    grid-template-columns: 1fr;
  }
  
  .time-slot-inputs {
    flex-direction: row;
    width: 100%;
  }
  
  .time-slot-inputs .time-picker {
    width: 100%;
  }
  
  .time-slot-row {
    flex-direction: column;
    align-items: stretch;
  }
  
  .time-slot-row .ant-col {
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 480px) {
  .time-slot-inputs {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .time-slot-inputs .time-picker {
    width: 100%;
    margin-bottom: 8px;
  }
  
  .time-slot-inputs span {
    margin: 4px 0;
  }
} 



/* ----- migrated from src/MyOrganizations.css ----- */

.my-organizations-page {
  min-height: 100vh;
  background-color: #f5f5f5;
}

.organizations-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.organization-selector  > div{
  height: unset;
}

.header {
  margin-bottom: 2rem;
  text-align: center;
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
}

.org-card {
  height: 100%;
  transition: all 0.2s ease;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
}

.org-card:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.selected-org {
  border-color: #1890ff;
  border-width: 2px;
}

.default-badge {
  background-color: #1890ff;
  color: white;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
}

.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.org-profile-pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.org-profile-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #1890ff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.org-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .organizations-container {
    padding: 1rem;
  }
} 



/* ----- migrated from src/TicketScanner.css ----- */

/* .scan-ticket-button {
    display: flex;
    flex: 1;
    min-height: 42px;
    border-radius: 4px;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
} */

.attendees-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.scanner-container {
    position: relative;
}

.scanner-view {
    position: relative;
}

.scanner {
    width: 100%;
    max-height: 80vh;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.scanner-response-field {
    position: absolute;
    bottom: 16px;
    left: 50%; 
    transform: translateX(-50%); 
    width: 66%; 
    padding: 12px 16px; 
    background-color: rgba(0, 0, 0, 0.8); /* Dark semi-transparent background */
    color: white; 
    border-radius: 12px; 
    z-index: 10;
    text-align: center; 
    font-size: 1rem; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); 
}

.registered-attendees {
    margin-top: 16px;
}

.qr-container {
    border-radius: 8px;
}

.scanner-response-field .close-icon {
    position: absolute; 
    top: 8px;
    right: 8px;
    width: 15px; 
    height: 15px;
    cursor: pointer; 
    color: white; 
    display: flex;
    align-items: center; 
    justify-content: center; 
    z-index: 11;
    background: transparent; 
}

.ant-segmented .ant-segmented-item-selected {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 4px;
  }

  .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
    color: #fff; /* Example blue */
  }

  .ant-segmented-thumb {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
  }

/* Attendee card styles */


.attendee-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #002244;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.avatar-text {
    color: white;
    font-weight: bold;
}

.name-email-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.name-email-div span {
    margin-bottom: 4px;
}

/* New styles for ticket count */
.ticket-count {
    font-size: 0.85rem;
    color: #666;
    margin-top: 4px;
}

.loading {
    text-align: center;
    padding: 20px;
    color: #666;
}

.no-attendees {
    text-align: center;
    padding: 20px;
    color: #666;
}

.no-attendees-text {
    font-style: italic;
}

/* Media query for smaller screens */
@media (max-width: 768px) {

    /* .scan-ticket-button {
        flex: 0 0 auto; 
    } */
    

    .attendees-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    
    .scanner {
        max-height: 60vh;
        border-radius: 6px; 
    }
    .scanner-response-field {
        width: 66%; 
        max-width: 90%;
        font-size: 0.65rem; 
        padding: 10px 12px; 
    }
    .scanner-response-field .close-icon {
        top: 4px; 
        right: 5px;  
        width: 8px;  
        height: 8px;
    }
    .ticket-count {
        font-size: 0.75rem;
    }
}

/* Media query for very large screens */
@media (min-width: 1200px) {
    .scanner {
        max-width: 80%; 
        margin: 0 auto; 
    }
    .scanner-response-field {
        width: 66%; 
        font-size: 1.1rem; 
    }
}

    


/* ----- migrated from src/Lists.css ----- */

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

.list-page-wrapper {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 24px;
}

.back-btn {
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    backdrop-filter: blur(10px);
    border-radius: 4px;
    margin-bottom: 16px;
    height: 36px;
    box-shadow: none;
    width: 100px;
    transition: all 0.2s ease-in-out;
}

.back-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: #fff;
}

.list-page-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 900px;
    margin-bottom: 24px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    padding: 24px;
    border-radius: 8px;
}

.lists-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.lists-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.create-list-button {
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
    backdrop-filter: blur(10px);
}

.create-list-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: #fff;
  }

.lists-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    /* 2 columns */
    gap: 16px;
}

.list-card {
    transition: all 0.2s ease-in-out;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 4px;
    padding: 16px;
    backdrop-filter: blur(10px);
    /* Add these to ensure equal height cards */
    display: flex;
    flex-direction: column;
}

.list-card:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
}

/* Mobile breakpoint */
@media (max-width: 550px) {
    .list-page-wrapper {
        padding: 0px;
    }
    .lists-grid {
        grid-template-columns: 1fr;
        /* 1 column */
    }

    /* Optional: Adjust padding for mobile */
    .list-card {
        padding: 12px;
    }
}


.list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-info {
    flex-grow: 1;
}

.list-name {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 4px;
}

.list-stats {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 4px;
}

.verified-count {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.list-actions {
    display: flex;
    gap: 8px;
}

.action-button {
    padding: 8px;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
    background: none;
    border: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.action-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.action-button.message:hover {
    color: #2563eb;
}

.action-button.edit:hover {
    color: #059669;
}

.action-button.delete:hover {
    color: #dc2626;
}

.empty-state {
    text-align: center;
    padding: 32px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.empty-state-button {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    padding: 8px 16px;
    margin-top: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
}

.empty-state-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
}

/* Antd Modal Overrides */
.ant-modal-content {
    border-radius: 12px;
    padding: 0;
}

.ant-modal-header {
    border-bottom: 1px solid #e5e7eb;
    padding: 16px 24px;
    margin: 0;
}

.ant-modal-title {
    font-size: 20px;
    font-weight: 600;
}

.ant-modal-body {
    padding: 24px;
}

.ant-modal-footer {
    padding: 16px 24px;
    margin: 0;
}

/* Tailwind @apply expanded — static public/styles.css is not PostCSS-processed */
.action-button {
  padding: 0.5rem;
  border-radius: 9999px;
  transition: color 150ms ease, background-color 150ms ease;
}
.action-button:hover {
  background-color: #f3f4f6;
}

.ant-dropdown-menu-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ant-dropdown-menu-item:hover {
  background-color: #f9fafb;
}



/* ----- migrated from src/Profile.css ----- */

/* Profile Container */
.profile-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 800px;
}

/* Profile Header */
.profile-header {
  display: flex;
  align-items: center;

  padding: 16px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.075);
  border: solid 1px rgba(255, 255, 255, 0.075);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
}

.profile-image {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}

.profile-details {
  flex: 1;
}

.profile-details h2 {
  /* margin: 0 0 8px 0; */
  font-size: 1.5rem;
}

.profile-details p {
  margin: 0;
  color: #fff;
}

/* Edit Mode */
.profile-image-edit {
  margin-right: 20px;
}

.profile-picture-uploader .ant-upload {
  /* width: 70px;
  height: 70px; */
  border-radius: 50%;
  overflow: hidden;
}

.name-edit-container {
  max-width: 300px;
}

.edit-actions {
  display: flex;
  margin-top: 10px;
}

/* Events Section */
.org-title-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.registered-events-title {
  margin: 0;
  font-size: 1.3rem;
}

.no-events-message {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.prof-no-events {
  max-width: 200px;
  height: auto;
}

/* Responsive Design */
@media (max-width: 600px) {
  .profile-container {
    gap: 16px;
  }

  .profile-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 15px;
  }

  .profile-image,
  .profile-image-edit {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .org-title-toggle {
    /* flex-direction: column; */
    align-items: flex-start;
  }


  .name-container {
    flex-direction: column;
    align-items: center;
  }

  .name-container h2 {
    margin-bottom: 5px;
  }

  .name-edit-container {
    width: 100%;
  }
}

/* Loading State */
.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
}

/* Name Container */
.name-container {
  display: flex;
  align-items: center;
} 



/* ----- migrated from src/OrganizerSettings.css ----- */

/* OrganizerSettings.css */











.user-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  /* border-bottom: 1px solid #ccc; */
}





.user-priv-div, .user-status {
  display: flex;
  align-items: center;
}

.confirm-buttons {
  display: flex;
  margin-left: 8px;
}

.user-org-owner {
  background-color: inherit;
}

.user-remove-btn {
  border: none;
  background: none;
  cursor: pointer;
  /* margin-left: 16px; */
}

.add-user-title {
  font-weight: 600;
  margin-bottom: 12px;
}

.add-user-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.add-user-form {
  display: flex;
  align-items: center;
  gap: 16px;
}

.add-user-input {
  flex-grow: 1;
  height: 36px;
  padding: 0 12px;
  background-color: rgba(255, 255, 255, 0.075);
  border: solid 1px rgba(255, 255, 255, 0.075);
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  backdrop-filter: blur(10px);
}

.add-user-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.add-user-btn {
  background-color: rgba(255, 255, 255, 0.075);
  border: solid 1px rgba(255, 255, 255, 0.075);
  color: #fff;
  border-radius: 4px;
  height: 36px;
  padding: 0 16px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}

.add-user-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.1);
}

.add-user-dropdown {
  height: 36px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.075);
  border: solid 1px rgba(255, 255, 255, 0.075);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.add-user-dropdown:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.1);
}

.stripe-btn {
  background-color: rgba(255, 255, 255, 0.075);
  border: solid 1px rgba(255, 255, 255, 0.075);
  color: #fff;
  border-radius: 4px;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 500;
  backdrop-filter: blur(10px);
  transition: all 0.2s ease-in-out;
}

.stripe-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.1);
}

.pending-status {
  color: #faad14;
  background-color: #fffbe6;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
}

.active-status {
  width: 10px;
  height: 10px;
  background-color: #52c41a;
  border-radius: 50%;
}

.error {
  color: #f5222d;
  margin-top: 8px;
}



/* Mobile Responsive Styles */
@media all and (max-width: 768px) {
  .sttngs-div {
    padding: 16px;
  }

  .user-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
    gap: 12px;
  }

  .user-prof-email {
    align-items: center;
    width: 100%;
  }

  .user-priv-div {
    width: 100%;
    justify-content: space-between;
  }

  .add-user-form {
    flex-direction: column;
    gap: 12px;
  }

  .add-user-input {
    width: 100%;
  }

  .add-user-btn {
    width: 100%;
  }

  .add-user-dropdown {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}

@media all and (max-width: 550px) {
  .user-prof-pic {
    width: 24px;
    height: 24px;
  }
  
  .settings-title {
    font-size: 24px;
  }

  .payment-title, .sttngs-div h2 {
    font-size: 20px;
  }

  .user-row {
    padding: 12px 0;
  }

  .user-priv-div {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .confirm-buttons {
    margin-left: 0;
    margin-top: 8px;
  }

  /* Fix all dropdown panels on mobile */
  body .ant-dropdown {
    max-width: calc(100vw - 32px);
    left: 16px;
    right: auto;
  }

  /* Remove global select dropdown override to allow individual component control */
  /* body .ant-select-dropdown {
    max-width: calc(100vw - 32px);
    left: 16px;
    right: auto;
  } */
}

@media all and (max-width: 480px) {
  body .ant-dropdown {
    max-width: calc(100vw - 16px);
    left: 8px;
    right: auto;
  }

  /* Remove global select dropdown override to allow individual component control */
  /* body .ant-select-dropdown {
    max-width: calc(100vw - 16px);
    left: 8px;
    right: auto;
  } */
}



/* ----- migrated from src/OnboardingQuiz.css ----- */

.quiz-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  min-height: 100vh;
  margin: 0 auto;
  padding-bottom: 80px; /* Extra space for floating buttons */
  font-family: 'Outfit', sans-serif;
}

.quiz-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.question-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  width: 100%;
  margin: 0 auto;
  padding: 24px 8px;
  box-sizing: border-box;
}

/* Progress bar styling with circular dots */
.question-dots-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 16px 0;
  margin-bottom: 20px;
  position: sticky;
  top: 0;
  /* background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1); */
  border-radius: 12px;
  z-index: 10;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}

.question-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.question-dot.active {
  background-color: #78B4FF;
  transform: scale(1.2);
  border-color: #78B4FF;
}

.question-dot.completed {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.3);
}

.question-dot:hover {
  transform: scale(1.2);
  background-color: rgba(255, 255, 255, 0.4);
}

/* Question slides */
.question-slide {
  min-height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0 100px;
  transition: all 0.4s ease;
  scroll-margin-top: 50px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
  opacity: 1;
  transform: none;
}

.question-slide.active {
  opacity: 1;
  transform: none;
}

.question-header {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.075);
  /* backdrop-filter: blur(10px); */
  /* -webkit-backdrop-filter: blur(10px); */
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding:24px;
}

.question-header h2 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.question-number {
  font-size: 14px;
  color: #78B4FF;
  margin-bottom: 12px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
}

.question-description {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
}

/* Event type options */
.event-type-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 60px;
  width: 100%;
  max-width: 1000px;
}

.event-type-tag {
  padding: 10px 18px;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.25s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 8px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.event-type-tag:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: #78B4FF;
}

.event-type-tag.selected {
  border: 1px solid #78B4FF;
  color: #fff;
  background: rgba(120, 180, 255, 0.2);
  /* box-shadow: 0 4px 15px rgba(120, 180, 255, 0.4); */
}

/* Radio options */
.radio-options {
  width: 100%;
  max-width: 800px;
  margin-bottom: 60px;
}

.radio-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.radio-option {
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  transition: all 0.3s;
  width: 100%;
  margin-right: 0;
  cursor: pointer;
  position: relative;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.radio-option:hover {
  border-color: #78B4FF;
  background: rgba(120, 180, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(120, 180, 255, 0.2);
}

.radio-option .ant-radio-checked .ant-radio-inner {
  border-color: #78B4FF;
  background-color: #78B4FF;
}

.radio-option .ant-radio-inner::after {
  background-color: #fff;
}

.radio-option.ant-radio-wrapper-checked {
  border-color: #78B4FF;
  background: rgba(120, 180, 255, 0.15);
}

/* Location section */
.location-section {
  width: 100%;
  max-width: 800px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
}

.location-search {
  margin-bottom: 24px;
}

.location-input {
  height: 44px;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.location-input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.location-input:focus {
  border-color: #78B4FF;
  box-shadow: 0 0 0 2px rgba(120, 180, 255, 0.2);
}

.map-container {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.radius-slider {
  margin-top: 24px;
  padding: 0 10px;
}

.radius-slider label {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.radius-value {
  font-weight: 600;
  color: #78B4FF;
  margin-left: 4px;
}

.radius-slider .ant-slider {
  margin: 20px 8px 30px;
}

.radius-slider .ant-slider-handle {
  width: 20px;
  height: 20px;
  border-color: #78B4FF;
  background-color: #78B4FF;
}

.radius-slider .ant-slider-track {
  background-color: #78B4FF;
}

/* Availability grid */
.availability-grid {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.availability-header {
  display: grid;
  grid-template-columns: 100px repeat(7, 1fr);
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.time-header-empty {
  padding: 12px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.day-header {
  padding: 12px 8px;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.availability-row {
  display: grid;
  grid-template-columns: 100px repeat(7, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.availability-row:last-child {
  border-bottom: none;
}

.time-label {
  padding: 16px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 500;
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.time-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  cursor: pointer;
  transition: all 0.2s;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  height: 60px;
  color: #fff;
}

.time-slot:hover {
  background: rgba(120, 180, 255, 0.1);
}

.time-slot.selected {
  background: rgba(120, 180, 255, 0.2);
  color: #fff;
}

.checkbox-option {
  margin-top: 20px;
  padding: 12px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.checkbox-option .ant-checkbox-wrapper {
  font-size: 15px;
  color: #fff;
}

.checkbox-option .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #78B4FF;
  border-color: #78B4FF;
}

/* Form fields */
.form-fields {
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
}

.form-group {
  margin-bottom: 28px;
}

.form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.form-input {
  width: 100%;
  font-size: 15px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-input:focus {
  border-color: #78B4FF;
  box-shadow: 0 0 0 2px rgba(120, 180, 255, 0.2);
}

.form-radio-group {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  align-items: center;
}

.form-radio-group .ant-radio-wrapper {
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Updated navigation buttons styling */
.quiz-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  width: 100%;
  padding: 20px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  z-index: 100;
}

.nav-button {
  min-width: 120px;
  height: 44px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  
  border: solid 1px rgba(255, 255, 255, 0.075);
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
}

.create-button {
  min-width: 140px;
  height: 44px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
}

.exit-button {
  background-color: rgba(255, 255, 255, 0.075);
  color: #fff;
  margin-right: auto;
  transition: all 0.3s ease;
}

.exit-button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ff7077;
}

.back-button {
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.075);
  margin-right: 16px;
}

.back-button:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.continue-button {
  background-color: rgba(255, 255, 255, 0.075);
  border: solid 1px rgba(255, 255, 255, 0.075);
  color: #fff;
}

.continue-button:hover:not(:disabled) {
  background: rgba(120, 180, 255, 0.3);
  color: #fff;
  box-shadow: 0 4px 15px rgba(120, 180, 255, 0.3);
}

.nav-button:disabled,
.create-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.question-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 24px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

/* Completion slide */
.completion-slide {
  border-radius: 12px;
  padding: 40px 20px 100px;
  margin-bottom: 0;
}

.completion-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.completion-content h2 {
  font-size: 28px;
  margin-bottom: 24px;
  color: #78B4FF;
  font-family: 'Outfit', sans-serif;
}

.completion-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Outfit', sans-serif;
}

.completion-button {
  margin-top: 32px;
  height: 48px;
  font-size: 16px;
  padding: 0 30px;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(120, 180, 255, 0.3);
  font-family: 'Outfit', sans-serif;
}

.warning-text {
  color: #ff6b6b;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
}

/* Update completion slide navigation to match */
.completion-slide .quiz-navigation {
  position: relative;
  left: 0;
  bottom: 0;
  right: 0;
  transform: none;
  background: none;
  padding: 30px 0 0;
  justify-content: center;
  max-width: 100%;
  box-shadow: none;
  border: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .quiz-container {
    padding: 0;
  }
  
  .quiz-content {
    padding: 10px 16px 80px;
  }
  
  .question-slide {
    padding: 20px 10px 100px;
    min-height: auto;
  }
  
  .question-header h2 {
    font-size: 24px;
  }
  
  .availability-header,
  .availability-row {
    grid-template-columns: 80px repeat(7, 1fr);
  }
  
  .day-header {
    padding: 8px 4px;
    font-size: 12px;
  }
  
  .time-label {
    font-size: 13px;
  }
  
  .time-slot {
    padding: 12px 4px;
  }
  
  .quiz-navigation {
    bottom: 10px;
    padding: 15px;
    max-width: calc(100% - 40px);
  }
  
  .nav-button {
    min-width: 100px;
    height: 40px;
    font-size: 14px;
  }
  
  .create-button {
    min-width: 120px;
    height: 40px;
    font-size: 14px;
  }
  
  .question-dot {
    width: 10px;
    height: 10px;
  }
  
  .question-dot.active {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 600px) {
  .event-type-options {
    gap: 8px;
  }
  
  .event-type-tag {
    padding: 8px 14px;
    font-size: 14px;
  }
  
  .radio-option {
    padding: 12px 16px;
  }
  
  .availability-header,
  .availability-row {
    grid-template-columns: 70px repeat(7, 1fr);
  }
  
  .day-header {
    font-size: 10px;
    padding: 6px 2px;
  }
  
  .time-label,
  .time-slot {
    padding: 12px 4px;
    font-size: 12px;
  }
  
  .form-radio-group {
    flex-direction: column;
    gap: 12px;
  }
  
  .question-slide {
    padding: 20px 0 100px;
  }
  
  .question-header {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .question-header h2 {
    font-size: 20px;
  }
  
  .availability-grid {
    overflow-x: auto;
    width: 100%;
    padding: 0 10px;
  }
  
  .availability-header,
  .availability-row {
    grid-template-columns: 60px repeat(7, 45px);
    min-width: 450px;
  }
  
  .day-header,
  .time-label,
  .time-slot {
    font-size: 11px;
    padding: 8px 2px;
  }
  
  .time-slot {
    height: 40px;
  }
  
  .radio-option {
    padding: 10px 12px;
  }
  
  .radio-options {
    padding: 0 10px;
  }
  
  .completion-content {
    padding: 20px 15px;
  }
  
  .completion-content h2 {
    font-size: 22px;
  }
  
  .quiz-navigation {
    padding: 12px;
    bottom: 10px;
    max-width: calc(100% - 24px);
  }
  
  .nav-button {
    min-width: 90px;
    height: 38px;
    font-size: 14px;
  }

  .create-button {
    min-width: 100px;
    height: 38px;
    font-size: 14px;
  }
  
  .completion-slide .quiz-navigation {
    padding-bottom: 0;
  }
  
  .question-dots-nav {
    padding: 8px 5px;
    gap: 4px;
  }
  
  .question-dot {
    width: 8px;
    height: 8px;
  }
}

.completion-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
}

.completion-content {
  max-width: 600px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  animation: fadeIn 0.5s ease-in-out;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.completion-content h2 {
  font-size: 28px;
  margin-bottom: 24px;
  color: #78B4FF;
  font-family: 'Outfit', sans-serif;
}

.completion-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  line-height: 1.6;
  font-family: 'Outfit', sans-serif;
}

.error-text {
  color: #ff6b6b;
  margin-top: 10px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
} 


/* ----- migrated from src/CreateOrganization.css ----- */

.create-org-container {
  max-width: 800px;
  margin: auto;
  padding: 24px;
  font-family: 'Outfit', sans-serif;
}

.create-org-card {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(10px);
  color: #fff;
}

.create-org-title {
  margin-bottom: 8px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.create-org-subtitle {
  display: block;
  margin-bottom: 24px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.create-org-form {
  margin-top: 24px;
  font-family: 'Outfit', sans-serif;
}

/* Form labels */
.create-org-form .ant-form-item-label > label {
  font-weight: 500;
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.create-org-form .ant-form-item-extra {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-family: 'Outfit', sans-serif;
}

/* Location search input styling */
.create-org-form .location-search-input {
  width: 100%;
  height: 36px;
  padding: 4px 11px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Outfit', sans-serif;
  background-color: rgba(255, 255, 255, 0.075);
  color: #fff;
  transition: all 0.3s;
}

.create-org-form .location-search-input:hover {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
}

.create-org-form .location-search-input:focus {
  border-color: #78B4FF;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(120, 180, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
}

/* Profile and banner image uploaders */
.profile-image-uploader,
.banner-image-uploader {
  width: 100%;
  margin-bottom: 16px;
}

.create-org-form .profile-image-uploader .ant-upload {
  width: 100%;
  height: 150px;
  border-radius: 4px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.075);
}

.create-org-form .banner-image-uploader .ant-upload {
  width: 100%;
  height: 150px;
  border-radius: 4px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.075);
}

.upload-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.upload-container {
  width: 100%;
}

.submit-buttons {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}

/* Styling the Ant Design components to match glassmorphic theme */
.create-org-form .ant-btn-primary {
  background-color: #78B4FF;
  border-color: #78B4FF;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  border-radius: 4px;
  border: 1px solid #78B4FF;
}

.create-org-form .ant-btn-primary:hover {
  background-color: rgba(120, 180, 255, 0.8);
  border-color: rgba(120, 180, 255, 0.8);
  border: 1px solid rgba(120, 180, 255, 0.8);
}

.create-org-form .ant-btn-default {
  background-color: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.075);
  color: #fff;
  font-family: 'Outfit', sans-serif;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.075);
}

.create-org-form .ant-btn-default:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Input field styling */
.create-org-form .ant-input,
.create-org-form .ant-input-affix-wrapper,
.create-org-form .ant-textarea {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background-color: rgba(255, 255, 255, 0.075);
  color: #fff;
  min-height: 36px;
}

.create-org-form .ant-input:hover,
.create-org-form .ant-input-affix-wrapper:hover,
.create-org-form .ant-textarea:hover {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
}

.create-org-form .ant-input:focus,
.create-org-form .ant-input-affix-wrapper:focus,
.create-org-form .ant-textarea:focus {
  border: 1px solid #78B4FF;
  background-color: rgba(255, 255, 255, 0.1);
}

/* Divider styling */
.create-org-form .ant-divider {
  border-color: rgba(255, 255, 255, 0.2);
}

/* Mobile Responsive Styles */
@media screen and (max-width: 576px) {
  .create-org-container {
    padding: 0px;
    margin-top: 0px;
  }
  
  .create-org-card .ant-card-body {
    padding: 16px;
  }
  
  .profile-image-uploader .ant-upload,
  .banner-image-uploader .ant-upload {
    width: 100%;
  }
  
  .submit-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  
  .submit-buttons .ant-space {
    width: 100%;
    flex-direction: column-reverse;
  }
  
  .submit-buttons .ant-space .ant-space-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  
  .submit-buttons button {
    width: 100%;
  }
} 



/* ----- migrated from src/OrganizationSelector.css ----- */

.ant-select-item-option-selected {
  background-color: rgba(255, 255, 255, 0.075);
}

.ant-select-dropdown {
  background: rgba(75, 75, 75, .9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 200px;
  backdrop-filter: blur(10px);
}

.ant-select-selector {
  background-color: rgba(255, 255, 255, 0.075);
  border: solid 1px rgba(255, 255, 255, 0.075);
  color: #fff;
}

.organization-selector {
  display: flex;
  align-items: center;
  /* margin-bottom: 24px;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.075);
  border: solid 1px rgba(255, 255, 255, 0.075);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px; */
}

.organization-selector.empty-state {
  flex-direction: column;
  padding: 24px;
  text-align: center;
}

.selector-label {
  margin: 0;
  white-space: nowrap;
  color: #2c489b;
}

.org-select {
  min-width: 200px;
  flex-grow: 1;
  max-width: 100%;
}

.org-select .ant-select-selector {
  border-radius: 6px;
  padding: 6px 12px;
  height: auto;
  min-height: 52px;
  display: flex;
  align-items: center;

}

.org-select .ant-select-selection-item {
  display: flex;
  align-items: center;
  padding: 0;
}

.org-option-content {
  display: flex;
  align-items: center;
  padding: 6px 0;
  width: 100%;
}

.org-option-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
  flex-shrink: 0;
  color: #fff;
}

.org-option-name {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  flex-grow: 1;
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  max-width: 300px;
}

.default-badge {
  font-size: 12px;
  color: #389e0d;
  margin-left: 6px;
  font-weight: normal;
}

.ant-select-dropdown .ant-select-item-option-content {
  display: flex;
  align-items: center;
  padding: 4px 0;
}

.ant-select-dropdown .ant-select-item-option-selected {
  background-color: rgba(255, 255, 255, 0.075);
}

.create-org-button {
  background-color: #2c489b;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 18px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.create-org-button:hover {
  background-color: #1e3278;
}



/* Dropdown container structure */
.org-dropdown-container {
  display: flex;
  flex-direction: column;
  max-height: 300px;
  overflow: hidden;
  width: 100%;
}

/* Sticky create organization button at top */
.create-org-sticky-top {
  background: rgba(75, 75, 75, .95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.create-org-sticky-top:hover {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.075);
}

/* Scrollable organization list */
.org-options-scrollable {
  flex: 1;
  overflow-y: auto;
  max-height: 250px;
}

/* Individual organization option items */
.org-option-item {
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.org-option-item:hover {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.075);
}

.org-option-item:last-child {
  border-bottom: none;
}

.create-new-org {
  color: #fff;
  font-weight: 500;
  transition: all 0.2s ease;
}

.create-new-org:hover {
  /* Removed background-color highlight effect */
}

.create-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.075);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.create-label {
  color: #fff;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
  .organization-selector {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .org-select {
    width: 100%;
    min-width: unset;
  }

  /* Fix dropdown panel width on mobile */
  .ant-select-dropdown {
    min-width: 200px;
  }

  .org-option-content {
    padding: 8px 0;
  }

  .org-option-name {
    font-size: 14px;
  }

  .org-option-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }


}

@media screen and (max-width: 480px) {
  .ant-select-dropdown {
    min-width: 180px;
  }

  .org-option-content {
    padding: 6px 0;
  }

  .org-option-name {
    font-size: 13px;
    max-width: 200px;
  }

  .org-option-icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  .default-badge {
    font-size: 10px;
  }


} 



/* ----- migrated from src/PricingTierModal.css ----- */

/* PricingTierModal Styles */
.pricing-tier-modal .ant-modal-content {
    padding: 0;
    border-radius: 12px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.pricing-tier-modal .ant-form-item-label>label {
    font-weight: 500;
    color: #374151;
}

.pricing-tier-modal .ant-select-selector {
    height: 40px !important;
    padding: 4px 12px !important;
    border-color: #E5E7EB !important;
    border-radius: 6px !important;
}

.pricing-tier-modal .ant-select-selection-item {
    line-height: 32px !important;
}

.pricing-tier-modal .ant-input {
    height: 40px;
    padding: 8px 12px;
    border-color: #E5E7EB;
    border-radius: 6px;
}

.pricing-tier-modal .ant-input:hover,
.pricing-tier-modal .ant-select:hover .ant-select-selector {
    border-color: #D1D5DB !important;
}

.pricing-tier-modal .ant-input:focus,
.pricing-tier-modal .ant-select-focused .ant-select-selector {
    border-color: #2563EB !important;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1) !important;
}

.pricing-tier-modal .ant-btn-primary {
    background: #2563EB;
    border-radius: 6px;
    border: none;
    height: 40px;
    font-weight: 500;
}

.pricing-tier-modal .ant-btn-primary:hover {
    background: #1D4ED8;
}

.pricing-tier-modal .ant-alert {
    border-radius: 6px;
}



/* ----- migrated from src/CreateList.css ----- */

/* Container styles */

.create-list-container {
    max-width: 900px;
    margin: 0 auto;
}

.back-btn {
    border-radius: 4px;
    margin-bottom: 16px;
    height: 36px;
    box-shadow: none;
    border-color: #e6e6e6;
    width: 100px;
}

.import-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #fff;
}

/* Import methods grid */
.import-methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.import-method {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 4px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
}

.import-method:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.import-method.active {
    background-color: rgba(120, 180, 255, 0.3);
    border-color: #78B4FF;
}

.im-title-desc {
    display: flex;
    flex-direction: column;
}

.import-method-icon {
    font-size: 24px;
    margin-right: 1rem;
    color: #999;
}

.import-method-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0.25rem;
    color: #fff;
}

.import-method-description {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

/* File upload area */
.file-upload-container {
    /* margin-bottom: 1.5rem; */
}

.file-upload-area {
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s ease;
    background-color: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.file-upload-area:hover {
    background-color: #f1f8ff;
    border-color: #016fff;
}

.file-upload-icon {
    color: #999;
    margin-bottom: 1rem;
    font-size: 40px;
}

.file-upload-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 0.25rem;
    font-weight: 400;
}

.file-upload-hint {
    font-size: 14px;
    color: #999;
}

.file-name-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: #f1f5f9;
    border-radius: 6px;
    margin-top: 1rem;
}

.file-name {
    font-size: 14px;
    color: #475569;
    font-weight: 500;
}

.file-size {
    font-size: 12px;
    color: #94a3b8;
}

.format-helper {
    margin-top: 1rem;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.075);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
}

.format-helper-title {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.5rem;
}

.format-helper-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.25rem;
}

.format-example {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-family: monospace;
}

/* Paste area */
.paste-area {
    font-family: Outfit;
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin-bottom: 1rem;
    font-size: 14px;
    resize: vertical;
}

.paste-area:focus {
    outline: none;
    border-color: #1890ff;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.1);
}

/* Button styles */
.button {
    height: 36px;
    background-color: #2563eb;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
}

/* .button:hover {
    background-color: #40a9ff;
} */

.button:disabled {
    background-color: #d9d9d9;
    cursor: not-allowed;
}

/* Error alert */
.error-alert {
    margin-top: 1rem;
    background-color: #fff2f0;
    border: 1px solid #ffccc7;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.error-title {
    color: #cf1322;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.error-list {
    list-style-type: disc;
    padding-left: 1.5rem;
    color: #cf1322;
}

/* Contact list */
.contacts-container {
    border: 1px solid #e6e6e6;
    border-bottom: none;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 16px;
}

.contacts-header {
    background-color: #fafafa;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    color: #777;
}


.contacts-list {
    max-height: 400px;
    overflow-y: auto;
}

.contact-details {
    flex: 1;
}

.contact-email {
    font-weight: 400;
    margin-bottom: 0.25rem;
    color: #fff;
}

.contact-info {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.remove-button {
    color: #999;
    border-radius: 4px;
    padding: 0.5rem;
    cursor: pointer;
    border: none;
    background: none;
}

.remove-button:hover {
    color: #666;
}

/* Format helper text - duplicate removed - styles consolidated above */

.create-view-header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.back-button {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 500;
}

.back-button:hover {
    color: #2563eb;
    background-color: #f3f4f6;
}

.action-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;

}

.cancel-button {
    height: 36px;
    border-radius: 4px;
    padding: 8px 24px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
    backdrop-filter: blur(10px);
}

.cancel-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
}

.save-button {
    height: 36px;
    border-radius: 4px;
    padding: 8px 24px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
    backdrop-filter: blur(10px);
}

/* .save-button:hover {
    background: #1d4ed8;
} */

.save-button:disabled {
    background: #93c5fd;
    cursor: not-allowed;
}

.list-name-container {
    padding-bottom: 1rem;
    /* border-bottom: 1px solid #e5e7eb; */
}

.list-name-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
}

.list-name-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    transition: border-color 0.2s ease;
}

.list-name-input:focus {
    outline: none;
    border-color: #78B4FF;
    box-shadow: 0 0 0 2px rgba(120, 180, 255, 0.3);
}

.list-name-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
/* Add these new styles to your existing CSS file */

/* Column Selector styles */
.column-selector-container {
    background-color: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
}

.column-selector-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
}

.column-selector-description {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
    font-size: 14px;
}

.column-selector-grid {
    display: grid;
    gap: 0.5rem;
}

.column-selector-button {
    text-align: left;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.column-selector-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
}

.column-selector-button span {
    color: #fff;
}

/* Update some existing styles */
.contacts-list {
    max-height: 400px;
    overflow-y: auto;
}

.contact-item {
    padding: .75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.edit-button-1 {
    color: #999;
    border-radius: 4px;
    padding: 0.5rem;
    cursor: pointer;
    border: none;
    background: none;
}

.edit-button-1:hover {
    color: #666;
}

/* Add style for verified icon */
.verified-icon {
    color: #10b981;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.cl-email-approve {
    display: flex;
    gap: 4px;
}

.cl-email-input {
    flex-grow: 1;
    border-radius: 4px;
    font-family: outfit;
}

.cl-approve-btn {
    border-radius: 4px;
}

@media all and (max-width: 647px) {
    .import-container {
        padding: 16px;
    }
}



/* ----- migrated from src/eventshell.css ----- */

/* .mapPStyle */
.mapPStyle {
    color: #002244;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    padding: 4px 0 8px 0;
    font-family: Outfit;
    font-weight: 700;
  }
  
  /* .mapContainerStyle */
  .mapContainerStyle {
    border-radius: 4px;
    overflow: hidden;
  }
  
  /* .containerStyle */
  .containerStyle {
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-gap: 24px;
    max-width: 1440px;
    margin: 0 auto;
  }
  
  /* .imgSectionStyle */
  .imgSectionStyle {
    display: grid;
    grid-column: 1 / 6;
    grid-row: 1 / 9;
  }
  
  /* .imgStyle */
  .imgStyle {
    max-width: 100%;
    border-radius: 4px;
  }
  
  /* .titleDescriptionStyle */
  .titleDescriptionStyle {
    display: flex;
    background-color: #fff;
    padding: 32px;
    border-radius: 4px;
    display: grid;
    grid-column: 6 / 13;
    grid-row: 1 / 3;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  
  /* .eventStyle */
  .eventStyle {
    font-size: 32px;
    font-weight: 700;
  }
  
  /* .titleAccStyle */
  .titleAccStyle {
    display: flex;
  }
  
  /* .titleAccImgStyle */
  .titleAccImgStyle {
    width: 72px;
    height: 72px;
    margin-right: 16px;
  }
  
  /* .mapStyle */
  .mapStyle {
    text-decoration: none;
    background-color: #fff;
    border-radius: 4px;
    display: grid;
    grid-column: 6 / 9;
    grid-row: 3 / 5;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    cursor: pointer;
  }
  
  /* .mapImgStyle */
  .mapImgStyle {
    max-width: 100%;
    border-radius: 4px 4px 0 0;
  }
  
  /* .locationStyle */
  .locationStyle {
    padding: 24px;
    display: grid;
    grid-column: 9 / 13;
    grid-row: 3 / 4;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  
  /* .locNameStyle */
  .locNameStyle {
    color: #737373;
    padding-top: 8px;
    font-weight: 700;
  }
  
  /* .addrStyle */
  .addrStyle {
    color: #737373;
    padding-top: 8px;
    text-decoration: underline;
  }
  
  /* .goingDivStyle */
  .goingDivStyle {
    background-color: #fff;
    display: grid;
    grid-column: 9 / 13;
    grid-row: 4 / 5;
    padding: 24px;
    border-radius: 4px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  
  /* .goBtnStyle */
  .goBtnStyle {
    margin: 0;
    padding: 8px 12px;
    font-family: Outfit;
    overflow: auto;
    text-decoration: none;
    color: #002244;
    border: solid 1px #002244;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    cursor: pointer;
  }
  
  /* .shareStyle */
  .shareStyle {
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 24px;
    display: grid;
    grid-column: 11 / 13;
    grid-row: 5 / 6;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  
  /* .textShareH3 */
  .textShareH3 {
    margin-bottom: 8px;
  }
  
  /* .textShare */
  .textShare {
    display: flex;
  }
  
  /* .btnStyle */
  .btnStyle {
    margin: 0;
    padding: 4px 12px;
    font-family: Outfit;
    overflow: auto;
    text-decoration: none;
    color: #002244;
    border: solid 1px #002244;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    background-color: #fff;
    cursor: pointer;
  }
  
  /* .organizer */
  .organizer {
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #737373;
  }
  
  /* .datetime */
  .datetime {
    font-family: outfit;
    font-size: 20px;
    padding-bottom: 8px;
  }
  
  /* .descStyle */
  .descStyle {
    font-family: outfit;
    font-size: 16px;
  }
  
  /* .goingTextStyle */
  .goingTextStyle {
    padding-bottom: 8px;
  }
  
  /* .wrapperstyle */
  .wrapperstyle {
    min-height: 100vh;
    max-width: 1280px;
    margin: 0 auto;
    background-color: #fff;
  }
  
  /* .atendeeStyle */
  .atendeeStyle {
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 24px;
    display: grid;
    grid-column: 6 / 11;
    grid-row: 5 / 7;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }


/* ----- Organizations row + OrgCard ----- */

.org-row-section {
  /* min-width: 0 lets this section honor its grid-cell width so the
     inner scroller can actually overflow horizontally instead of
     stretching the whole grid column. */
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.org-row-header {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 12px;
}

.org-row-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.org-row-count {
  font-size: 13px;
  color: #bbb;
  background: rgba(255, 255, 255, 0.075);
  padding: 2px 10px;
  border-radius: 999px;
  line-height: 1.6;
}

.org-row-scroller {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 4px 12px;
  margin: 0 -4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scroll-padding-left: 4px;
}

.org-row-scroller::-webkit-scrollbar {
  height: 6px;
}

.org-row-scroller::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.org-row-scroller::-webkit-scrollbar-track {
  background: transparent;
}

.org-card {
  /* Locked dimensions so every card is identical regardless of name length. */
  flex: 0 0 120px;
  width: 120px;
  height: 150px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.075);
  text-decoration: none;
  color: #fff;
  scroll-snap-align: start;
  transition: 0.2s ease-in-out;
}

.org-card:hover {
  /* transform: translateY(-2px); */
  background: rgba(255, 255, 255, 0.085);
  border-color: rgba(255, 255, 255, 0.18);
}

.org-card-pic-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.075);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.org-card-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  color: #fff;
}

.org-card-name {
  /* Reserve exactly 3 lines of vertical space so cards line up even when
     the name is one short word ("Base") vs a long phrase. */
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  height: calc(13px * 1.25 * 3);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

@media (max-width: 768px) {
  .org-row-title {
    font-size: 18px;
  }

  .org-card {
    flex: 0 0 104px;
    width: 104px;
    height: 158px;
    padding: 12px 6px;
    gap: 8px;
  }

  .org-card-pic-wrap {
    width: 56px;
    height: 56px;
  }

  .org-card-name {
    font-size: 12px;
    height: calc(12px * 1.25 * 3);
  }
}


/* ----- Hero Event Carousel ----- */

/* The carousel renders inside .hero-carousel-mount which occupies the
   right grid cell of .hero (cols 5/-1). It uses a stage with three
   visible slides (prev / active / next) on desktop and a single slide
   on mobile. All animations are GPU-friendly (transform + opacity). */
.hero-carousel {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 8px;
  outline: none;
  overflow: hidden;
  border: solid 1px rgba(255, 255, 255, 0.075);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;

}

.hero-carousel:focus-visible {
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 2px rgba(23, 119, 255, 0.35),
    0 12px 32px rgba(0, 0, 0, 0.18);
}

.hero-carousel-stage {
  position: absolute;
  inset: 0;
  perspective: 1000px;
}

.hero-carousel-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(78%, 320px);
  height: fit-content;
  transform: translate(-50%, -50%) scale(0.86);
  opacity: 0;
  pointer-events: none;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.075);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  display: flex;
  flex-direction: column;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease-in-out, filter 0.45s ease-in-out;
  will-change: transform, opacity;
  padding: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Safari */
}

.hero-carousel-slide-active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
}

.hero-carousel-slide-prev {
  transform: translate(calc(-50% - 70%), -50%) scale(0.84) rotateY(8deg);
  opacity: 0.45;
  filter: blur(0.5px);
  z-index: 2;
}

.hero-carousel-slide-next {
  transform: translate(calc(-50% + 70%), -50%) scale(0.84) rotateY(-8deg);
  opacity: 0.45;
  filter: blur(0.5px);
  z-index: 2;
}

.hero-carousel-slide-hidden {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
  z-index: 1;
}

.hero-carousel-img-wrap {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  flex-shrink: 0;
}

.hero-carousel-img,
.hero-carousel-img-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-carousel-img-placeholder {
  background: linear-gradient(
    135deg,
    rgba(23, 119, 255, 0.4),
    rgba(60, 30, 120, 0.4)
  );
}

.hero-carousel-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  letter-spacing: 0.02em;
}

.hero-carousel-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
  min-width: 0;
}

.hero-carousel-event-name {
  margin: 0;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.hero-carousel-meta {
  gap: 6px;
  min-width: 0;
}

.hero-carousel-org-pic {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
}

.hero-carousel-org-name {
  min-width: 0;
}

.hero-carousel-date {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-carousel-badge-row {
  margin-top: 8px;
}

.hero-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.18);
  font-size: 22px;
  line-height: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out;
}

.hero-carousel-nav:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(-50%) scale(1.05);
}

.hero-carousel-nav-prev {
  left: 8px;
}

.hero-carousel-nav-next {
  right: 8px;
}

.hero-carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 4;
}

.hero-carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.hero-carousel-dot:hover {
  background: rgba(255, 255, 255, 0.6);
}

.hero-carousel-dot.is-active {
  background: #fff;
  transform: scale(1.25);
}

/* Tablet: shrink overall height, keep 3-slide stage. */
@media all and (max-width: 999px) {
  .hero-carousel-mount {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    justify-self: stretch;
    max-width: 100%;
    margin-top: 8px;
  }

  .hero-carousel {
    padding: 16px;
    margin: 0 auto;
    height: 320px;
    width: auto;
    /* max-width: 520px; */
  }

  .hero-carousel-slide {
    width: min(82%, 360px);
  }

  .hero-carousel-slide-prev {
    transform: translate(calc(-50% - 60%), -50%) scale(0.82);
  }

  .hero-carousel-slide-next {
    transform: translate(calc(-50% + 60%), -50%) scale(0.82);
  }
}

/* Mobile: collapse to a single, full-width slide for clarity + perf. */
@media all and (max-width: 647px) {
  .hero-carousel {
    padding: 16px;
    border-radius: 8px;
  }

  .hero-carousel-slide {
    /* width: 92%; */
    width: fill-available;
    height: fit-content;
  }

  .hero-carousel-slide-prev,
  .hero-carousel-slide-next {
    opacity: 0;
    pointer-events: none;
  }

  .hero-carousel-nav {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }

  .hero-carousel-event-name {
    font-size: 18px;
  }

  .hero-carousel-img-wrap {
    height: 180px;
  }
}

@media all and (max-width: 480px) {
  .hero-carousel {
    
  }

  .hero-carousel-slide {
    /* max-width: 320px; */
    width: fill-available;
  }

  .hero-carousel-img-wrap {
    height: 164px;
  }
}


/* ----- Hero copy: eyebrow / actions row / trust line ----- */

.hero-eyebrow {
  display: inline-block;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(23, 119, 255, 0.18);
  border: solid 1px rgba(23, 119, 255, 0.35);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 4px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  align-items: center;
}

.hero-actions-primary-link {
  text-decoration: none;
  display: inline-block;
}

.hero-cta-primary,
.hero-cta-secondary {
  margin-top: 0 !important;
  height: 42px;
  min-width: 168px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-cta-secondary {
  background: rgba(255, 255, 255, 0.075);
  border: solid 1px rgba(255, 255, 255, 0.075);
  color: #fff;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.hero-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  color: #fff !important;
}

.hero-trust {
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.01em;
}

/* Variant placed above the headline: small accent pill-style line. */
.hero-trust-top {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 4px 8px;
  align-self: flex-start;
}

/* Tablet: keep buttons side by side until they don't fit. */
@media all and (max-width: 999px) {
  .hero-eyebrow {
    align-self: center;
  }

  .hero-actions {
    justify-content: center;
    margin-top: 12px;
  }

  .hero-trust {
    text-align: center;
  }

  .hero-trust-top {
    align-self: center;
    margin-top: 0;
  }
}

/* Mobile: stack CTAs full-width and tighten the trust line. */
@media all and (max-width: 647px) {
  .hero-eyebrow {
    font-size: 11px;
    padding: 3px 9px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 12px;
  }

  .hero-actions-primary-link {
    width: 100%;
  }

  .hero-cta-primary,
  .hero-cta-secondary {
    width: 100%;
    min-width: 0;
  }

  .hero-trust {
    font-size: 12px;
    margin-top: 10px;
  }

  .hero-trust-top {
    font-size: 2.2vw;
    margin-top: 0;
    letter-spacing: 0.05em;
  }
}

@media all and (max-width: 550px) {
  .hero-trust-top {
    font-size: 2.5vw;
    margin-top: 0;
    letter-spacing: 0.05em;
  }
}