@charset "utf-8";
/* Title: Nice Industries Party Time
** Description: We're doing Nice things and inviting friends to join us
** Author: Jessica Greenwalt
** Created: 07-22-2025
** Updated: 10-29-2025
************************************** */

/* = Global
** ----------------------- */

body {
	overflow-x: clip;
	margin: 0;
	padding: 0;
	font-family: "Figtree", Helvetica, Arial, sans-serif;
    background: #F6F6F6;
}

section {
	clear: both;
}

.fr {
	float: right;
}

.fw {
    width: 100%;
}

.o0,
.o100 {
    transition: opacity 0.5s ease;
}

.o0 {
    opacity: 0;
}

.o100 {
    opacity: 1;
}

.load	{
	display: none;
}

.hide,
.mhide {
    display: none;
}

.block {
    display: block;
}

/* Standard Padding */
.stndpad {
    margin: 0 auto;
    margin-top: 60px;
    width: 100%;
    padding: 0 10px;
}

/* Make a container 2 columns */
.col2 {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.mxw-450 {
    margin: 0 auto;
    max-width: 450px;
}

.mxw-600 {
    margin: 0 auto;
    max-width: 600px;
}

.mxw-500 {
    margin: 0 auto;
    max-width: 500px;
}

.mxw-800 {
    margin: 0 auto;
    max-width: 800px;
}

.mxw-1000 {
    margin: 0 auto;
    max-width: 1000px;
}

.mxw-1200 {
    margin: 0 auto;
    max-width: 1200px;
}

.contain {
	margin: 0 auto;
	max-width: 1200px;
}

.contain-scroll {
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 100%;
	overflow-x: scroll;
}

.bgcvr {
    position: fixed;
    z-index: -1;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bgcvr video {
    min-width: 100%;
    min-height: 100%;
}

.col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.row {
  display: flex;
  width: 100%;
  gap: 6px;
}

.top-angle,
.btn-a-top-angle,
.btm-angle,
.btn-a-btm-angle {
    position: absolute;
    z-index: 100;
}

/* Overlays */
.ovrlshd {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 18px;
    background: rgba(0, 0, 0, 0.5);
}

.ovrlshd.bg {
    z-index: 200;
    text-indent: -9999px;
}

.ovrlgrd {
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: fit-content;
    color: #fff;
    text-align: left;
    /*
    padding: 24px;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 42%, rgba(0, 0, 0, 0.9) 100%);
    */
}

.ovrlgrd {
    display: flex;
    flex-direction: column;
}

.grd1,
.grd2 {
    width: 100%;
}


.grd1 {
    height: 400px;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 42%, rgba(0, 0, 0, 0.9) 100%);
}

.grd2 {
    padding: 24px;
    background: rgba(0, 0, 0, 0.9);
}

/* Hide Text */
.btn span,
.shine,
.mouth,
.arrow,
.top-angle,
.btn-a-angle,
.btm-angle,
.color-stripes .stripe,
.post,
.line-diagonal,
.icon {
	text-indent: -9999px;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.fade-in {
  animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
.fade-out {
  animation: fadeOut 0s linear forwards;
}







/* = Containers
** ----------------------- */

/* Footer */
footer {
	clear: both;
	position: relative;
	z-index: 999;
	padding-top: 100px;
	padding-bottom: 80px;
}

footer .copyright {
	display: block;
	margin-top: 1em;
	font-size: 80%;
}


    

/* Popups */
.ovrlshd .popup {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    box-shadow: 0 6px 24px rgba(0,0,0,0.18);
    background: #fff;
    padding: 20px;
    border: 6px solid #000;
    
}

.ovrlshd .popup h2,
.ovrlshd .popup p {
  text-align: center;
}

.ovrlshd .popup h2 {
    margin-bottom: 10px;
    font-family: 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.ovrlshd .popup p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 12px;
    color: #111;
}

.ovrlshd .popup .btn-a {
    margin: 20px 0 20px -5px;
}

/* Box */
.box {
    position: relative;
    background: #000;
}

.box .top-angle {
    top: -27px;
    width: 20px;
    height: 32px;
    background: url(../img/angle-top-bl-lg.png) center no-repeat;
    background-size: cover;
}

.box .btm-angle {
    right: -20px;
    bottom: -4px;
    width: 20px;
    height: 27px;
    background: url(../img/angle-btm-bl-lg.png) center no-repeat;
    background-size: cover;
}

.box .box-inside {
    position: relative;
    top: -20px;
    right: -20px;
    text-align: left;
    background: #fff;
    border: 5px solid #000;
}

/* = Colors
** ----------------------- */

.green-bg {
    background: #5DF900;
}

.orange-bg {
    background: #FFA406;
}

.pink-bg {
    background: #FF34B9;
}

.blue-bg {
    background: #41FFFF;
}

.yellow-bg {
    background: #F9F932;
}


/* = Typography
** ----------------------- */

.txtnote {
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    opacity: 0.8;
}

h2.htop {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    font-family:'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
}



h3.hboxcntr {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    font-family:'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
}

/* = Buttons
** ----------------------- */


.btn-sq,
.btn-rec,
.btn-stnd {
    display: inline-block;
    overflow: hidden;
}

.btn-sq {
    margin-left: 4px;
    width: 56px;
    height: 57px;
    text-align: right;
    background: url(../img/btn-sm-sq.png) center no-repeat;
    background-size: contain;
}

.btn-sq:hover {
    background: url(../img/btn-sm-sq-h.png) center no-repeat;
    background-size: contain;
}

.btn-sq:active {
    background: url(../img/btn-sm-sq-a.png) center no-repeat;
    background-size: contain;
}

.btn-rec {
    margin-left: 4px;
    width: 128px;
    height: 57px;
    text-align: right;
    background: url(../img/btn-sm-rec1.png) center no-repeat;
    background-size: contain;
}

.btn-rec:hover {
    background: url(../img/btn-sm-rec1-h.png) center no-repeat;
    background-size: contain;
}

.btn-rec:active {
    background: url(../img/btn-sm-rec1-a.png) center no-repeat;
    background-size: contain;
}

.btn-stnd {
    width: 308px;
    height: 68px;
    text-align: right;
    background: url(../img/btn-stnd.png) center no-repeat;
    background-size: contain;
}

.btn-stnd:hover {
    background: url(../img/btn-stnd-h.png) center no-repeat;
    background-size: contain;
}

.btn-stnd:active {
    background: url(../img/btn-stnd-a.png) center no-repeat;
    background-size: contain;
}

.btn-sq span,
.btn-rec span,
.btn-stnd span {
    display: inline-block;
    overflow: hidden;
}

.btn-sq.ig span {
    margin: 10px 10px 0 0;
    width: 26px;
    height: 26px;
    background: url(../img/ic-ig-w.svg) center no-repeat;
    background-size: contain;
}

.btn-sq:hover.ig span {
    margin: 14px 13px 0 0;
    background: url(../img/ic-ig-b.svg) center no-repeat;
    background-size: contain;
}

.btn-sq:active.ig span {
    margin: 20px 18px 0 0;
}

.btn-sq.fb span {
    margin: 12px 18px 0 0;
    width: 12px;
    height: 22px;
    background: url(../img/ic-f-w.svg) center no-repeat;
    background-size: contain;
}

.btn-sq:hover.fb span {
    margin: 15px 21px 0 0;
    background: url(../img/ic-f-b.svg) center no-repeat;
    background-size: contain;
}

.btn-sq:active.fb span {
    margin: 21px 26px 0 0;
}

.btn-sq.li span {
    margin: 10px 12px 0 0;
    width: 22px;
    height: 22px;
    background: url(../img/ic-li-w.svg) center no-repeat;
    background-size: contain;
}

.btn-sq:hover.li span {
    margin: 14px 15px 0 0;
    background: url(../img/ic-li-b.svg) center no-repeat;
    background-size: contain;
}

.btn-sq:active.li span {
    margin: 20px 20px 0 0;
}

.btn-rec.newsletter span {
    margin: 10px 12px 0 0;
    width: 94px;
    height: 26px;
    background: url(../img/text-newsletter-w.svg) center no-repeat;
    background-size: contain;
}

.btn-rec:hover.newsletter span {
    margin: 14px 15px 0 0;
    background: url(../img/text-newsletter-b.svg) center no-repeat;
    background-size: contain;
}

.btn-rec:active.newsletter span {
    margin: 20px 20px 0 0;
}

.btn-stnd.newsletter span {
    margin: 15px 36px 0 0;
    width: 215px;
    height: 26px;
    background: url(../img/text-sign-up-for-newsletter-w.svg) center no-repeat;
    background-size: contain;
}

.btn-stnd:hover.newsletter span {
    margin: 18px 45px 0 0;
    background: url(../img/text-sign-up-for-newsletter-b.svg) center no-repeat;
    background-size: contain;
}

.btn-stnd:active.newsletter span {
    margin: 25px 50px 0 0;
}

/* Less Dramatic Buttons */
.btn-basic {
    display: block;
    margin: 0 auto;
    color: #000;
    border: 2px solid #000;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
}

/* Create Event Form Button */
#eventForm .btn-a {
    float: right;
}

/* Google Button */
.g-logo {
    margin-right: 6px;
    width: 25px;
    height: 25px;
}

.btn-a .g-logo+.btntxt {
    position: relative;
    top: -7px;
    font-weight: 600;
}

/* = Action Color Buttons */
.btn-a.lst {
    margin-top: 40px;
}

.btn-a {
    position: relative;
    display: inline-block;
    background: #000;
    border-radius: 10px;
    width: 100%;
}

.btn-a.nl {
    margin-left: -6px;
}

.btn-a-angle {
    position: absolute;
    z-index: 100;
    bottom: 0px;
}

.btn-a .btn-a-top-angle {
    top: -5px;
    left: 2px;
    width: 8px;
    height: 10px;
    background: url(../img/angle-top-bl-sq-sm.png) center no-repeat;
    background-size: cover;
}

.btn-a .btn-a-btm-angle {
    right: -3px;
    width: 8px;
    height: 10px;
    background: url(../img/angle-btm-bl-sq-sm.png) center no-repeat;
    background-size: cover;
}

.btn-a .inside {
    position: relative;
    z-index: 300;
    display: inline-block;
    top: -8px;
    right: -8px;
    width: 100%;
    height: 50px;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-family:'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
}

.btn-a:hover .inside {
    top: -4px;
    right: -4px;
}

.btn-a:active .inside {
    top: 0;
    right: 0;
}

.btn-a:active .btn-a-angle {
    display: none;
}

.btn-a.white .inside {
    background: #fff;
}

.btn-a.green .inside {
    background: #5DF900;
}

.btn-a.orange .inside {
    background: #FFA406;
}

.btn-a.pink .inside {
    background: #FF34B9;
}

.btn-a.blue .inside {
    background: #41FFFF;
}

.btn-a.yellow .inside {
    background: #F9F932;
}

.btn-a.red .inside {
    background: #dc3545;
}

/* Text buttons */
.btn-link {
    display: inline-block;
    background: none;
    color: #000;
    text-decoration: underline;
    font-weight: 550;
}

/* Nonprofit selection buttons */
.lst-nps {
    display: flex;
    flex-direction: row;
    gap: 4px;
    width: 100%;
}



/* = Icons
** ----------------------- */
.icn {
    display: inline-block;
    width: 30px;
    min-width: 30px;
    height: 30px;
    text-indent: -9999px;
}

.icn.cal {
    background: url(../img/ic-calendar.svg) center no-repeat;
}

.icn.globe {
    background: url(../img/ic-globe.svg) center no-repeat;
}

.icn.ticket {
    background: url(../img/ic-ticket.svg) center no-repeat;
}

/* = Modular blocks
** ----------------------- */

/* Event details block */
.edb {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    text-align: left;
}

.edb .icn {
    flex: 0 0 29px; /* Fixed width, no grow or shrink */
    margin-right: 8px;
}


/* = Forms
** ----------------------- */

/* Form layout container & Event info container */
.form-layout-container,
.evntinfo {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.form-layout-container {
    gap: 20px;
}

/* Left column: Main form */
.form-column {
    width: 100%;
}

input,
textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 4px;
    font-size: 16px;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
    text-align: left;
    background: #fff;
}

input:active,
input:focus,
textarea:active,
textarea:focus {
    border: 2px solid #5DF900;
}

textarea.auto-height {
  resize: vertical !important;
  overflow-y: auto;
}

/* Toggle Section */
.capacity-toggle-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
    width: 100%;
    height: 43px;
}

.capacity-toggle-container .ltg {
    margin-top: 4px;
}

.capacity-toggle-container label {
    padding-top: 2px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    margin-left: 6px;
    width: 46px;
    height: 25px;
    flex-shrink: 0;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch input:checked + .toggle-slider {
  background-color: #5DF700;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  border: 2px solid #000;
  background-color: #000;
  border-radius: 26px;
  transition: background-color 0.3s ease;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 2px;
  top: 2px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.toggle-switch input:checked + .toggle-slider:before {
  transform: translateX(20px);
  background-color: #000;
}

input::placeholder,
input::textarea {
  color: #6c6c6c;
  opacity: 1;
}

label {
    margin-bottom: 6px;
    text-align: left;
    float: left;
    font-size: 15px;
    font-weight: 600;
    opacity: 6;
}

/* Remove top space before label */
/* First remove top space before label in group */
.frmtsbl {
    margin-top: -12px;
}

.rmtsbl {
    margin-top: -8px;
}

form h2 {
    margin-bottom: 4px;
    font-size: 18px;
}

/* Validation */
.validation-feedback {
    position: absolute;
    display: block;
    height: 24px;
}

.validation-feedback.datetime-validation {
    position: static;
    display: block;
    text-align: right;
    /* margin-top: 8px; */
    margin-bottom: 12px;
    height: auto;
}


/* This one is for borders on things */
.validation-invalid {
    border: 2px solid #ff34b7 !important;
}

.validation-feedback.valid {
    top: 16px;
    right: 15px;
    width: 24px;
    text-indent: -9999px;
    overflow: hidden;
    color: #28a745;
    background: url(../img/ic-check.svg) center no-repeat;
}

.validation-feedback.invalid {
    bottom: 0;
    right: 8px;
    font-weight: 500;
    text-align: right;
    color: #ff34b7;
}

.payment-validation-error {
    position: absolute;
    right: 0;
    font-weight: 500;
    color: #ff34b7;
}

.info-btn {
    display: inline-block;
    float: left;
    margin-left: 6px;
    justify-content: center;
    background: #41FFFF;
    border: 2px solid #000;
    border-radius: 25px;
    cursor: pointer;
    width: 19px;
    height: 19px;
    font-family:'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.info-btn span {
    position: relative;
    top: -2px;   
}

.or {
    display: block;
    margin: 4px 0;
}

.ent {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}

.upld {
    width: 100%;
    border-radius: 4px;
    padding: 24px 20px;
    font-size: 18px;
    color: #0d9494;
    background: #d1ffff;
    border: 2px solid #41ffff;
}
.upld:hover {
    color: #47742c;
    background: #dcffc7;
    border: 2px solid #5df900;
}

.frm-lbl-grp {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.frm-lbl-grp label {
    position: relative;
    z-index: 800;
    margin-top: -20px;
    margin-left: 10px;
    opacity: 0;
    pointer-events: none;
    font-size: 12px;
    font-weight: 600;
    transition: opacity 0.3s ease-in-out;
}

.frm-lbl-grp textarea.slbs + label {
    position: relative;
    bottom: 4px;
}

.frm-lbl-grp input.slbs:focus + label,
.frm-lbl-grp input.slbs:not(:placeholder-shown) + label,
.frm-lbl-grp textarea.slbs:focus + label,
.frm-lbl-grp textarea.slbs:not(:placeholder-shown) + label {
    opacity: 0.6;
    pointer-events: auto;
}

.frm-lbl-grp input.slbs:focus,
.frm-lbl-grp input.slbs:not(:placeholder-shown),
.frm-lbl-grp textarea.slbs:focus,
.frm-lbl-grp textarea.slbs:not(:placeholder-shown) {
    padding: 10px 10px 28px 10px;
}



.pay-typ {
    margin-bottom: 6px;
}

/* Remove space before add space after */
.rsb {
    margin-top: -12px;
}

/* Password Remove Bottom Space (if password protected selected) */
.frm-lbl-grp.prbs {
    margin-top: -14px;
}

/* = Impact Categories
** --------------------------- */
.cats {
    display: block;
    text-align: left;
}

.cats .cat {
    display: inline-block;
    margin: 0 2px -1px 0;
    border-radius: 3px;
    padding: 0 5px 2px 5px;
    text-decoration: none;
    color: #000;
    font-size: 13px;
}

.cats .cat.arts {
    background: #CC66F7;
}

.cats .cat.edu {
    background: #41FFFF;
}

.cats .cat.env {
    background: #5DF700;
}

.cats .cat.anim {
    background: #FFA406;
}

.cats .cat.health {
    background: #FF34B7;
}

.cats .cat.spir {
    background: #69A3FF;
}

.cats .cat.rese {
    background: #C0CBF9;
}

.cats .cat.comm {
    background: #F7F732;
}


/* = Impact Cards
** ----------------------- */
.ic {
    position: relative;
    display: inline-block;
    margin: 8px 10px 14px 0;
    max-width: 370px;
    border: 2px solid #000;
    border-radius: 8px;
    background: #fff;
}

.ic .line-diagonal {
    position: absolute;
    left: 2px;
    bottom: 2px;
    width: 8px;
    height: 9px;
    background: url(../img/lin-diagnl.png) center no-repeat;
    background-size: cover;
}

.ic .media-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ic .media-link img {
    height: 584px;
}

.io .ic .ic-angle.top-angle,
.ic .ic-angle.top-angle {
    top: -8px;
    left: 1px;
    width: 11px;
    height: 11px;
    background: url(../img/angl-top-wht-blk-bdr.png) center no-repeat;
    background-size: cover;
}

.io .ic-side {
    margin-top: 200px; /* Increased from 69px to accommodate buttons */
    padding-right: 21px;
}

.io .ic .ic-angle.btm-angle,
.ic .ic-angle.btm-angle {
    right: -8px;
    bottom: 1px;
    width: 11px;
    height: 12px;
    background: url(../img/angl-btm-wht-blk-bdr.png) center no-repeat;
    background-size: cover;
}

.ic .inside {
    position: relative;
    z-index: 300;
    display: inline-block;
    top: -9px;
    right: -8px;
    margin-bottom: -4px;
    width: 366px;
    height: 580px;
    overflow-y: hidden;
    border: 2px solid #000;
    border-radius: 8px;
    background: #fff;
}

.ic .inside .des {
    position: absolute;
    z-index: 300;
    display: inline-block;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    padding: 30px 11px 11px 11px;
    border-radius: 0 0 6px 6px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
    text-shadow: #000;
}

.ic .inside .des,
.ic .inside .des h4,
.ic .inside .des p {
    text-align: left;
}

.ic .inside .des h4 {
    margin-bottom: 0.25em;
    font-size: 13pt;
    font-weight: bold;
}

.ic .inside .des p {
    margin-top: 0;
    font-family: "Noto Sans", Lato, Helvetica, Arial, sans-serif;
    font-size: 11pt;
    line-height: 15pt;
}

.ic .inside video {
    width: 100%;
}

.ic .actions {
    width: 100%;
    padding: 11px 0 6px 0;
}

.ic video,
.ic .inside > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ic .des {
    position: relative;
    z-index: 2;
}

.ic .cats {
    margin-top: 0.25em;
    width: 100%;
}


/* = Organization Profile */
.ic .org {
    position: absolute;
    z-index: 300;
    display: flex;
    align-items: center;
    padding: 10px 11px 10px 11px;
}

.ic .org .pfp {
    float: left;
    display: inline-block;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #000;
}

.ic .org .name {
    display: inline-block;
    float: left;
    padding-top: 8px;
    color: #fff;
    font-size: 12pt;
    text-shadow: #000 0px 1px 3px;
}

.ic .org .founded {
    font-family: "Noto Sans", Lato, Helvetica, Arial, sans-serif;
}

/* = Popups
** ----------------------- */
#cancelConfirmPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.cancel-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.popup-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.popup-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.popup-btn.danger {
    background-color: #FF34B9;
    color: #fff;
}

.popup-btn.danger:hover {
    background-color: #FF34B9;
}

.popup-btn.cancel {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.popup-btn.cancel:hover {
    background-color: #fff;
    color: #000;
}

/* = Screens
** ----------------------- */

/* Events */
.evnt .top-bnr {
    position: relative;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;   /* Centers vertically */
    box-sizing: border-box;
    margin-bottom: -5px;
    max-height: 800px;
    overflow-y: clip;
}

.evnt .top-bnr video {
    position: relative;
    z-index: -1;
    height: 100%;
}

.evnt .evntdes p {
    line-height: 24px;
}

/* Supported Nonprofits */
.evnt .supnps h3.sech {
    margin-top: 20px;
    margin-bottom: 8px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}


/* Early Access Screen Spacing */
.erlyac .spce {
    margin-top: 64px;
}

/* Event Screen Password Box Spacing */
.evntdsply .spce {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* = Color Bars Top and Bottom Section */
section.cbtb {
    background: #fff;
}

section.cbtb .cb {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    height: 20px;
    gap: 0;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

section.cbtb .col {
  width: 100%;
  height: 100%;
}

.col.blue { background: #41FFFF; }
.col.green { background: #5DF900; }
.col.yellow { background: #F9F932; }
.col.orange { background: #FFA406; }
.col.pink { background: #FF34B9; }

section.cbtb .content {
    padding: 50px 30px;
}

section.cbtb .content h2 {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 34px;
    line-height: 37px;
    font-family:'Ultra', 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
}

section.cbtb .content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    font-family:'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
    word-break: keep-all;
    hyphens: none;
}

/* = Impact Organizations Feature Section */
.iosc h2 {
    margin-bottom: 18px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    font-family:'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
}

/* = Event screens */

.evntinfo .box .box-inside {
    padding: 11px 12px 20px 12px;
}



.evntinfo .btn-a {
    margin-top: 25px;
    /* margin-left: -8px; maybe use at wider width */
    width: calc(100% - 10px);
}

.evntinfo .evntdate,
.evntinfo .evnttime,
.evntinfo .evntlocation {
    font-weight: 600;
    text-align: left;
}

.evntinfo .evntdate .eic,
.evntinfo .evnttime .eic,
.evntinfo .evntlocation .eic {
    width: 20px;
}

.evntinfo .evntdes {
    margin-top: -16px;
    text-align: left;
    font-size: 17px;
    line-height: 23px;
}

.evntinfo .dprice .details,
.evntinfo .dlocation .details {
    padding-top: 3px;
}




/* = Backgrounds
** ----------------------- */
.ani-bg-flgc {
  height: 100%;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.ani-bg-flgc svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* = Sections
** ----------------------- */

/* Event Management */
.evntmng .htop,
.evntmng .hsectop,
.evntmng p {
    text-align: left;
}

.evntmng .evntguests,
.evntmng .evntentries {
    margin-bottom: 10px;
    border-radius: 2px;
    padding: 10px 20px 18px 20px;
    background: #fff;
}

.evntmng .evntnonprofit {
    margin-top: 16px;
}

.evntmng .evntnonprofit .lst-nps {
    padding-top: 6px;
}

.entrytyp {
    display: block;
    margin-top: 20px;
}

/* Registration Status */
.registration-confirmation,
.confirmation-title,
.registration-confirmation .cancel {
    text-align: left;
}

.cancel-prompt {
    margin-top: 2px;
    text-align: left;
}


.registration-confirmation {
    border: 1px solid rgba(199, 199, 199, 0.5);
    padding: 15px 20px;
    background: #fff;
}

.confirmation-title {
    margin-bottom: 10px;
    font-family: 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.registration-confirmation .cancel {
    margin-top: 10px;
    color: #4C4C4C;
    font-size: 15px;
}

/* = Media Queries
** ----------------------- */


@media (min-width: 900px) {
    .mhide {
        display: unset;
    }

    .form-layout-container,
    .evntinfo {
        flex-direction: row;
    }

    .form-column {
        flex: 0 0 425px;
    }



    .time-grp .grp-date-time {
        flex-direction: row;
    }



    .time-grp .date {
        max-width: 150px;
    }

    .time-grp .time {
        max-width: 140px;
    }

    .evntdsply .evntinfo {
        width: fit-content;
    }

    #eventForm .btn-a {
        max-width: 423px;
    }

    .mediacol {
        width: unset;
    }

    .eventinfocol {
        max-width: 580px;
    }
}

/* = Alert Messages for Flash Messages
** ----------------------- */
.alert {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 520px;
    padding: 12px 22px;
    font-weight: 500;
    background: #5DF900;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.alert.slide-out {
    transform: translate(-50%, -100%);
    opacity: 0;
}

/* = Media Upload Components
** ----------------------- */
.media-preview img {
    margin: 0 auto;
    display: block;
    border-radius: 4px;
    object-fit: cover;
    border: 2px solid #000;
}

.media-preview #youtube-title {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    color: #000;
}

.remove-btn {
    display: block;
    margin: 0 auto;
    background: #FF34B9;
    color: #fff;
    border: 2px solid #000;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
}

.remove-btn:hover {
    background: #e02a9f;
    transform: translateY(-1px);
}

.remove-btn:active {
    transform: translateY(0);
}

.error-message {
    display: block;
    margin-top: 8px;
    color: #8b2635;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    background: #ffd6dd;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #FF34B9;
}

/* ===== Auth Popup (Create Event) ===== */


/* Google sign-in pill */
/*
.g-signin-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  width: 100%;
  max-width: 360px;
  margin: 8px auto 10px;     a
  padding: 12px 20px;

  background: #fff;
  color: #1f1f1f;
  border: 2px solid #000;
  border-radius: 9999px;
  box-shadow: 0 1px 1px rgba(0,0,0,.06);

  font: 700 16px/1.1 "Figtree", Helvetica, Arial, sans-serif;
  cursor: pointer;
  transition: transform .02s ease, box-shadow .15s ease, background-color .15s ease;
}

.g-signin-btn:hover {
  background: #f8f8f8;
  box-shadow: 0 2px 4px rgba(0,0,0,.12);
}

.g-signin-btn:active {
  transform: translateY(1px);
}

.g-signin-btn .g-logo {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.g-signin-btn .g-logo svg {
  display: block;
  width: 18px;
  height: 18px;
}

.g-signin-btn .g-text {
  white-space: nowrap;
}
*/

/* Hide the guest/anonymous option entirely if it’s still in the DOM */
.auth-continue-guest { display: none !important; }

/* Legal copy inside popup */
.auth-legal {
  margin-top: 8px;
  font-size: 12px;
  text-align: left;
  opacity: .9;
}


/* = Event Form Layout Styles (from create.html form updates)
** & Event Display Styles (from register.html)
** ----------------------- */

/* Right column: Image upload */
.upload-column,
.eventinfocol {
    width: 100%;
}

.upload-column .fw {
    margin-bottom: 10px;
}

/* Form dropdown styling */
.form-dropdown {
    width: 100%;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Figtree', Helvetica, Arial, sans-serif;
    background: #fff;
    text-align: left;
}

.form-dropdown:focus {
    border: 2px solid #5DF900;
}

/* Current background image styles */
.current-background {
    margin-bottom: 15px;
}

.current-image-label {
    margin-bottom: 8px;
    font-weight: bold;
    text-align: left;
}

.current-image-preview {
    width: 204px;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid #000;
}

.current-image-note {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
    text-align: left;
}

/* Upload tile styling - matching .btn-np dimensions */
/* Upload tile styling - smartphone aspect ratio (9:16) */


/* Image preview styling - smartphone aspect ratio (9:16) */
.image-preview {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid #000;
}

/* Label with info button layout - fixed alignment */
.label-with-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    margin-bottom: 6px;
    text-align: left;
}

.label-with-info label {
    display: block;
    margin-bottom: 0;
    margin-right: 0;
    text-align: left;
    white-space: nowrap;
    flex-shrink: 0;
}

.label-with-info .info-btn {
    display: inline-block;
    margin-left: 0;
    float: none;
    vertical-align: baseline;
    flex-shrink: 0;
}

/* Ensure the label has proper styling */
.label-with-info label.fw {
    width: auto;
    text-align: left;
}

/* Info popup text styling */
.info  {
    clear: both;
    padding: 0 0 14px 0;
    font-size: 14px;
    text-align: left;
    width: 100%;
}


/* Timezone Modal Styles - Mobile-First, Centered Design */
.timezone-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.timezone-modal-content {
    background: white;
    border: 2px solid #000;
    border-radius: 10px;
    width: 100%;
    max-width: 480px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

.timezone-modal-header {
    padding: 20px;
    border-bottom: 2px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.timezone-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
}

.close-modal {
    background: none;
    border: none;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
    font-weight: bold;
}

.close-modal:hover {
    background-color: #f5f5f5;
}

.timezone-search {
    padding: 20px;
    border-bottom: 2px solid #000;
}

.timezone-search input {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #000;
    border-radius: 4px;
    font-size: 16px;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
    outline: none;
    background: #fff;
    box-sizing: border-box;
}

.timezone-search input:focus {
    border-color: #5DF900;
}

.timezone-list {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    min-height: 200px;
    max-height: 400px;
}

.timezone-section {
    margin-bottom: 0;
}

.timezone-section-title {
    padding: 12px 20px 8px 20px;
    font-weight: 600;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #f8f9fa;
    border-bottom: 1px solid #ddd;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
}

.timezone-item {
    padding: 16px 20px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.15s ease;
    background: white;
}

.timezone-item:hover {
    background-color: #f8f9fa;
    border-left: 3px solid #5DF900;
}

.timezone-item:active {
    background-color: #5DF900;
    transform: translateX(2px);
}

.timezone-name {
    font-weight: 500;
    color: #000;
    font-size: 14px;
    margin-bottom: 2px;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
}

.timezone-id {
    font-size: 12px;
    color: #666;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    .timezone-modal {
        padding: 15px;
    }

    .timezone-modal-content {
        max-height: 90vh;
        max-width: 100%;
    }

    .timezone-modal-header {
        padding: 15px;
    }

    .timezone-search {
        padding: 15px;
    }

    .timezone-modal-header h3 {
        font-size: 16px;
    }

    .timezone-item {
        padding: 14px 15px;
    }

    .timezone-section-title {
        padding: 10px 15px 6px 15px;
    }
}

/* Ensure timezone button looks clickable and matches your design */
.time-zn {
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Autocomplete dropdown styles */
/* margin-bottom overridden to 0 to help with spacing of restrict visibility section below this */
.location-input-group {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0;  
}

/* create.html and edit.html - sections for those here */

/* Capacity Number Input */
.capacity-number-input {
    flex: 1;
}

/* Green border when focused/active */
.capacity-number-input:focus {
    border: 2px solid #5DF900 !important;
}

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

/* Remove any placeholder text */
.capacity-number-input::placeholder {
    color: transparent;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .capacity-toggle-container {
        flex-wrap: wrap;
    }
    
    .capacity-label {
        width: auto;
    }
    
    .capacity-number-input {
        width: 100%;
    }
}

/* Hide Address Section */
.hide-address-section {
    margin-top: 5px;
    margin-bottom: 0px;
    width: 100%;
}

.hide-address-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.hide-address-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: relative;
    height: 30px;
    width: 30px;
    background-color: white;
    border: 2px solid black;
    border-radius: 4px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.hide-address-container:hover .checkmark {
    background-color: #f5f5f5;
}

/* Green checkmark when checked */
.hide-address-checkbox:checked ~ .checkmark {
    background-color: white;
    border-color: black;
}

.hide-address-checkbox:checked ~ .checkmark:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/ic-check.svg) center no-repeat;
}

.hide-address-container label {
    margin-top: 6px;
    margin-left: 10px;
    font-size: 14px;
    color: black;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .hide-address-section {
        margin-top: 10px;
        margin-bottom: 18px;
    }
}

/* Description box style*/
.description-box-group {
    margin-top: 20px;
}

.autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.autocomplete-item {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.autocomplete-item:hover,
.autocomplete-item.selected {
    background-color: #f5f5f5;
}

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

.autocomplete-main {
    font-weight: 500;
    color: #333;
}

.autocomplete-secondary {
    font-size: 0.9em;
    color: #666;
    margin-top: 2px;
}

/* Input prefix styling */
.input-with-prefix {
    position: relative;
}

.input-prefix {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 15px;
    font-weight: 500;
    pointer-events: none;
    z-index: 1;
}

.input-with-prefix input {
    padding-left: 30px !important;
}

/* Special handling for .rsb (Fixed price) fields which have margin-top: -12px */
.frm-lbl-grp.input-with-prefix.rsb .input-prefix,
.frm-lbl-grp.input-with-prefix input.rsb ~ .input-prefix {
    top: 22px; /* Compensate for the -12px margin on .rsb */
}

/* Adjust positioning when label is floating (input has content or is focused) */
.input-with-prefix input:focus ~ .input-prefix,
.input-with-prefix input:not(:placeholder-shown) ~ .input-prefix {
    top: 10px; /* Stays at same position since text moves down with padding change */
}

/* For .rsb fields, maintain the adjusted position */
.frm-lbl-grp.input-with-prefix.rsb input:focus ~ .input-prefix,
.frm-lbl-grp.input-with-prefix.rsb input:not(:placeholder-shown) ~ .input-prefix,
.frm-lbl-grp.input-with-prefix input.rsb:focus ~ .input-prefix,
.frm-lbl-grp.input-with-prefix input.rsb:not(:placeholder-shown) ~ .input-prefix {
    top: 22px;
}

/* Make sure the input has proper padding for the prefix + space */
.input-with-prefix input {
    padding-left: 30px !important; /* Increased from 25px to 30px for spacing */
}

/* When input has content, also adjust the left padding */
.input-with-prefix input.slbs:focus,
.input-with-prefix input.slbs:not(:placeholder-shown) {
    padding-left: 30px !important; /* Increased from 25px to 30px for spacing */
}

/* Optional: Style the prefix differently when input is focused */
.input-with-prefix input:focus ~ .input-prefix {
    color: #333;
}

/* ===== REGISTER PAGE: CAPACITY DISPLAY ===== */
/* People emoji icon */
.icn.people {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icn.people::before {
    content: "👥";
    display: inline-block;
    text-indent: 0;
}

/* Bold capacity text */
.dcapacity {
    font-weight: 600;
    font-size: 17px;
    text-align: left;
}


/* Multi-day event display table styling */
    .multi-day-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .multi-day-table {
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0 auto;
        padding: 0;
    }

    .multi-day-table td {
        border: none;
        padding: 0;
        margin: 0;
        vertical-align: top;
    }

    .multi-day-table td:first-child {
        text-align: left;
        padding-right: 8px;
    }

    .multi-day-table td:nth-child(2) {
        text-align: center;
        padding: 0 4px;
    }

    .multi-day-table td:last-child {
        text-align: left;
        padding-left: 8px;
    }

    .multi-day-table .date-row {
        font-weight: 400;
    }

    .multi-day-table .time-row {
        font-weight: 400;
    }


    .my-events-section-separator {
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    margin: 40px 0;
}


/* Location link styling */
.location-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/* Event Managers Styling  */

.managers-list-container {
    background: white;
}

.managers-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.managers-header .hsectop {
    margin: 0;
}

.btn-add-manager {
    background: white;
    color: #000;
    border: 2px solid #000;
    padding: 10px 20px;
    border-radius: 6px;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}


.btn-add-manager:hover {
    background: #f3f4f6;
}

.btn-edit-manager {
    background: none;
    border: none;
    color: #000;
    text-decoration: underline;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
}

.btn-edit-manager:hover {
    color: #374151;
}


.manager-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    margin-bottom: 12px;
}

.manager-row:last-child {
    margin-bottom: 0;
}


.manager-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Profile image styles matching base.html */
.manager-profile-image, .manager-profile-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #000;  /* Reduced from 3px to 2px */
    flex-shrink: 0;
}

.manager-profile-placeholder {
    background: #F9F932;  /* Changed to yellow */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 650;
    color: #000;  /* Changed to black for contrast on yellow */
}

.manager-profile-image {
    object-fit: cover;
}



.manager-details {
    display: flex;
    align-items: center;
    gap: 8px;
}

.manager-name {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}


.btn-remove-manager {
    background: white;
    color: #dc2626;
    border: 1px solid #dc2626;
    padding: 8px 16px;
    border-radius: 4px;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-remove-manager:hover {
    background: #dc2626;
    color: white;
}

/* Add Manager Modal */

.add-manager-modal {
    max-width: 380px;
    width: 50%;
    position: relative;
}

.modal-title-centered {
    font-family: 'Figtree', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin: 16px 16px 16px 16px;
}

.modal-description-centered {
    font-size: 18px;
    color: #6b7280;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.5;
}


.form-group {
    margin-bottom: 16px;
}

.form-input {
    width: 100%;
    padding: 12px;
    background: white;
    border: 2px solid #000;
    border-radius: 6px;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.form-input:focus {
    outline: none;
    border-color: #eaeaea;
}

.btn-send-invite {
    width: 100%;
    background: white;
    color: #000;
    border: 2px solid #000;
    padding: 12px 24px;
    border-radius: 6px;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    box-sizing: border-box;
}

.btn-send-invite:hover:not(:disabled) {
    background: #e4e4e4;
    transform: translateY(-1px);
}

.btn-send-invite:disabled {
    opacity: 0.5;
}

.error-message {
    background: #fee2e2;
    color: #dc2626;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 16px;
}

/* Responsive */
@media (max-width: 600px) {
    .managers-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .btn-add-manager {
        width: 100%;
    }

    .manager-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .btn-remove-manager {
        width: 100%;
    }
}

/* Maps Dropdown Styles */
.maps-dropdown {
    position: absolute;
    z-index: 1000;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    min-width: 220px;
}

.maps-dropdown-content {
    padding: 8px;
}

.maps-option {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 16px;
    border: none;
    background: white;
    text-align: left;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    font-size: 15px;
    color: #333;
}

.maps-option:hover {
    background-color: #f5f5f5;
}

.maps-icon {
    font-size: 20px;
}

/* Location link styling for clickable addresses */
.location-link-clickable {
    color: inherit;
    /* text-decoration: underline; */
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.location-link-clickable:hover {
    opacity: 0.7;
}

.location-link-clickable:focus {
    outline: 2px solid #4285f4;
    outline-offset: 2px;
    border-radius: 3px;
}

/* Keep existing styling for disabled location links */
.location-link {
    color: inherit;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .maps-dropdown {
        left: 50% !important;
        transform: translateX(-50%);
    }
}


/* ============================================
   LOCALIZED DRAG AND DROP STYLES
   ============================================ */

/* Hint state - shows when dragging anywhere on page */
.upload-tile.drop-hint-active,
.media-preview.drop-hint-active {
    position: relative;
    border: 4px dashed #ffffff;
    animation: pulse-border 2s infinite;
}

@keyframes pulse-border {
    0% {
        box-shadow: 0 0 0 0 rgba(157, 157, 157, 0.4);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(139, 139, 139, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(21, 21, 21, 0);
    }
}



.upload-tile.drop-hint-active::after {
    background: #ffffff;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    pointer-events: none;
    animation: fade-in 0.3s ease;
}

.media-preview.drop-hint-active::after {
    background: #ffffff;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    pointer-events: none;
    animation: fade-in 0.3s ease;
}


@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Active drop zone hover states */
.upload-tile.drag-over {
    border: 4px solid #ffffff;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.15);
}

.upload-tile.drag-over .upload-icon {
    transition: transform 0.2s ease;
}

.upload-tile.drag-over .upload-icon img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(2086%) hue-rotate(197deg) brightness(94%) contrast(101%);
}

/* When image exists, style the preview container on drag */
.media-preview.drag-over {
    position: relative;
    border: 4px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 0 4px rgba(0, 102, 204, 0.1);
}

.media-preview.drag-over::before {
    content: attr(data-drop-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.97);
    padding: 16px 24px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    border: 1px solid rgba(169, 169, 169, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    z-index: 10;
    pointer-events: none;
}

.media-preview.drag-over .image-preview {
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

/* Ensure smooth transitions */
.upload-tile,
.media-preview {
    transition: all 0.2s ease;
}

/* Prevent any image or child elements from interfering with drag events */
.upload-tile.drag-over *,
.media-preview.drag-over *,
.upload-tile.drop-hint-active *,
.media-preview.drop-hint-active * {
    pointer-events: none;
}

/* Upload error message with new color scheme */
#upload-error {
    color: #cc0000;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid rgba(204, 0, 0, 0.15);
}

/* Enhanced upload tile hover state */
.upload-tile {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    border: 2px solid transparent;
}

.upload-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-color: rgba(186, 186, 186, 0.2);
}

/* Mobile responsive - disable drag effects on touch devices */
@media (hover: none) and (pointer: coarse) {
    .upload-tile.drag-over,
    .media-preview.drag-over,
    .upload-tile.drop-hint-active,
    .media-preview.drop-hint-active {
        border: none;
        transform: none;
        box-shadow: none;
        animation: none;
    }
    
    .media-preview.drag-over::before,
    .upload-tile.drop-hint-active::after,
    .media-preview.drop-hint-active::after {
        display: none;
    }
}

/* ===== NONPROFIT SELECTION STYLES ===== */

/* Main page nonprofit button container */
.lst-nps {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.lst-nps .btn-np {
    flex: 1;
    min-width: 150px; /* Minimum width for very small containers */
    width: 100%; /* Fill available width */
    max-width: 300px; /* Cap at original design width */
    height: 300px; /* Fixed height to prevent shift */
    aspect-ratio: 1 / 1.67; /* Maintain aspect ratio if height changes */
}

/* Nonprofit Modal Styles */
.nonprofit-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    overflow: auto;
}

.nonprofit-modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 20px;
    width: 90%;
    max-width: 900px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.nonprofit-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.nonprofit-modal-header h3 {
    margin: 0;
    font-size: 1.5em;
}

.close-modal {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-modal:hover {
    color: #333;
}

.nonprofit-search {
    margin-bottom: 20px;
}

.nonprofit-search input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

/* Modal Grid Layout */
.nonprofit-modal .nonprofit-grid {
    display: grid;
    gap: 15px;
    margin-bottom: 20px;
    padding: 10px 0;
}

.nonprofit-modal .nonprofit-grid.desktop {
    grid-template-columns: repeat(3, 1fr);
}

.nonprofit-modal .nonprofit-grid.mobile {
    grid-template-columns: repeat(2, 1fr);
}

/* Modal item container */
.nonprofit-modal-item {
    width: 100%;
    display: flex;
}

/* Modal buttons - smaller height but same styling */
.btn-np-modal {
    width: 100% !important;
    max-width: none !important;
    height: 200px !important; /* Smaller for modal */
}

/* Adjust text size for smaller modal buttons */
.btn-np-modal .inr-content {
    padding: 12px;
}

.btn-np-modal .inr-content h3 {
    font-size: 14px;
    margin-bottom: 3px;
}

.btn-np-modal .inr-content p {
    font-size: 13px;
    line-height: 18px;
}

.btn-np-modal .pfp {
    width: 32px;
    height: 32px;
}

/* Remove old nonprofit-card styles if they exist */
.nonprofit-card {
    display: none !important;
}

/* Pagination */
.nonprofit-pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.nonprofit-pagination button {
    padding: 5px 12px;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.nonprofit-pagination button:hover {
    background: #f5f5f5;
}

.nonprofit-pagination button.active {
    background: #333;
    color: white;
    border-color: #333;
}

.nonprofit-error {
    margin-bottom: 15px;
}

/* More Nonprofits Link Button */
.more-nonprofits-container {
    text-align: left;
    margin-top: -12px;
    margin-bottom: 24px;
    clear: both;
}

.btn-np-more-link {
    font-weight: 600;
    background: none;
    border: none;
    padding: 0;
    padding-bottom: 2px;
    font-family: inherit;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 2px solid #000000; 
    cursor: pointer;
    display: inline-block;
}

.btn-np-more-link:hover {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

.btn-np-more-link:focus {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    outline: 2px solid #ffffff;
    outline-offset: 2px;
    border-radius: 4px;
}

/* ===== MOBILE RESPONSIVE ADJUSTMENTS ===== */

@media (max-width: 768px) {
    /* Stack buttons vertically on mobile for main page */
    .lst-nps {
        flex-direction: column;
        align-items: center;
    }
    
    .lst-nps .btn-np {
        max-width: 100%;
        height: 200px; /* Shorter on mobile */
    }
    
    /* Modal adjustments for mobile */
    .nonprofit-modal-content {
        width: 95%;
        margin: 10px auto;
        padding: 15px;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    .nonprofit-modal-header h3 {
        font-size: 1.2em;
    }
    
    .btn-np-modal {
        height: 140px !important; /* Even smaller on mobile */
    }
    
    .btn-np-modal .inr-content {
        padding: 10px;
    }
    
    .btn-np-modal .inr-content h3 {
        font-size: 13px;
    }
    
    .btn-np-modal .inr-content p {
        font-size: 11px;
        line-height: 15px;
    }
    
    .btn-np-modal .pfp {
        width: 28px;
        height: 28px;
    }
    
    /* Improve pagination for mobile */
    .nonprofit-pagination {
        flex-wrap: wrap;
    }
    
    .nonprofit-pagination button {
        padding: 8px 12px;
        font-size: 14px;
    }
}

/* Ensure proper height on very small screens */
@media (max-width: 480px) {
    .lst-nps .btn-np {
        height: 180px;
    }
    
    .btn-np-modal {
        height: 120px !important;
    }
    
    .btn-np-modal .inr-content p {
        font-size: 10px;
        line-height: 14px;
    }
}


.btn-np-modal:hover:not(.selected) {
    transform: translateY(-1px);
}

.btn-np-modal.selected:hover {
    transform: translateY(-1px);
}


/* Nonprofit sponsorship on registration page */
/* .nonprofit-sponsor-section {
    margin-top: 2rem;
} */

.sponsor-label {
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-align: left;
}

.single-nonprofit {
    max-width: 400px; 
}

.single-nonprofit .btn-np {
    margin-bottom: 0;
}

/* Make nonprofit clickable link inherit styles */
a.nonprofit-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

a.nonprofit-link:hover .shade {
    opacity: 0.95;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .single-nonprofit {
        max-width: 100%;
    }
}


/* Nonprofit confirmation modal */
.np-confirm-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.np-confirm-content {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    text-align: center;
}

.np-confirm-content h3 {
    margin: 0 0 1rem 0;
    font-size: 1.3rem;
}

.np-confirm-content p {
    margin: 0 0 1.5rem 0;
    color: #666;
}

.np-confirm-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.np-confirm-buttons button {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: opacity 0.2s;
}

.np-btn-confirm {
    background: #000;
    color: white;
}

.np-btn-cancel {
    background: #f0f0f0;
    color: #333;
}

.np-btn-confirm:hover,
.np-btn-cancel:hover {
    opacity: 0.8;
}

/* Hover effect for clickable nonprofit */
.nonprofit-clickable:hover .shade {
    opacity: 0.95;
}

/* Mobile responsiveness for modal */
@media (max-width: 768px) {
    .np-confirm-content {
        padding: 1.5rem;
    }
    
    .np-confirm-buttons {
        flex-direction: column;
    }
    
    .np-confirm-buttons button {
        width: 100%;
    }
}

/* ============================================================================
   EVENT CANCELLATION STYLES
   ============================================================================ */

/* Cancelled badge on my-events page - gray version of NEW badge */
.cancelled-badge {
    display: inline-block;
    background: #999;
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    margin-left: 12px;
    vertical-align: middle;
}

/* ============================================
   TICKET TYPES UI
   ============================================ */


/* Individual Ticket Box - matching timezone box style */





.ticket-type-label {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-align: left;
}

.ticket-type-controls {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ticket-control-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #000;
    font-size: 18px;
    transition: opacity 0.2s;
}

.ticket-control-btn:hover {
    opacity: 0.7;
}

.ticket-control-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}



/* Dynamic Fields Container */
.ticket-dynamic-fields {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Price Fields Row */
.price-fields-row {
    display: flex;
    gap: 5px;
}

.price-fields-row .frm-lbl-grp {
    flex: 1;
    margin-bottom: 5px;
}

/* Additional Options Toggle - LEFT ALIGNED */
.additional-options-toggle {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    text-align: left;
    display: block;
}

.additional-options-toggle:hover {
    opacity: 0.7;
}



/* Sales Window Fields */
.sales-window-row {
    display: flex;
    gap: 10px;
}

.sales-window-row .date-input,
.sales-window-row .time-input {
    flex: 1;
}

/* Add Ticket Button */
.add-ticket-btn {
    display: block;
    background: #fff;
    color: #000;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 10px;
    text-align: left;
}

.add-ticket-btn:hover {
    background: #000;
    color: #fff;
}

.add-ticket-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ============================================
   TICKET TYPES - SPECIAL LABEL HANDLING
   ============================================ */

/* Always-visible labels for fixed/flexible price fields */
.ticket-dynamic-fields .frm-lbl-grp.always-visible label {
    opacity: 0.6 !important;
    pointer-events: auto !important;
}

.ticket-dynamic-fields .frm-lbl-grp.always-visible input {
    padding: 10px 10px 28px 10px !important;
}

.ticket-dynamic-fields .frm-lbl-grp.always-visible.input-with-prefix input {
    padding: 10px 10px 28px 30px !important;
}

/* Base positioning for dollar sign */
.ticket-dynamic-fields .input-prefix,
.ticket-additional-options .input-prefix {
    position: absolute;
    left: 12px;
    top: 0px;  /* Default position when no label showing */
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    pointer-events: none;
    z-index: 1;
    font-weight: 500;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
    transition: none;  /* Remove transition for instant positioning */
}

/* When label is visible (focus or has value), adjust dollar sign position */
.ticket-dynamic-fields .input-with-prefix input:focus ~ .input-prefix,
.ticket-dynamic-fields .input-with-prefix input:not(:placeholder-shown) ~ .input-prefix,
.ticket-additional-options .input-with-prefix input:focus ~ .input-prefix,
.ticket-additional-options .input-with-prefix input:not(:placeholder-shown) ~ .input-prefix {
    top: 22px;  /* Align with text when label is showing */
}

/* For always-visible labels, dollar sign is always in the lower position */
.ticket-dynamic-fields .frm-lbl-grp.always-visible .input-prefix,
.ticket-additional-options .frm-lbl-grp.always-visible .input-prefix {
    top: 22px !important;  /* Always aligned with text for always-visible labels */
}


/* Dynamic Suffix Styling (for % that follows text) */
.input-with-dynamic-suffix {
    position: relative;
}

.input-suffix-dynamic {
    position: absolute;
    left: 12px; /* Will be updated by JS */
    top: 10px;  /* Same as input-prefix default */
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    pointer-events: none;
    z-index: 1;
    font-weight: 500;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
    display: none; /* Hidden until text is entered */
}

/* Hidden element for measuring text width */
.input-measure {
    position: absolute;
    left: -9999px;
    top: 0;
    visibility: hidden;
    white-space: pre;
    font-size: 16px;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 0;
}

/* For always-visible labels, position suffix lower to match text */
.ticket-dynamic-fields .frm-lbl-grp.always-visible .input-suffix-dynamic {
    top: 9px !important;  /* Matches input-prefix positioning */
}

.input-with-dynamic-suffix input:focus ~ .input-suffix-dynamic {
    color: #333;
}

.ticket-control-btn svg {
    display: block;
}



/* General Modal System */
.general-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.general-modal-content {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.general-modal-content h3 {
    margin: 0 0 1rem 0;
    font-size: 1.3rem;
    color: #333;
}

.general-modal-content p {
    margin: 0 0 1.5rem 0;
    color: #666;
    line-height: 1.5;
    white-space: pre-wrap;
}

.general-modal-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.general-modal-buttons button {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: opacity 0.2s;
    min-width: 100px;
}

.modal-btn-confirm {
    background: #000;
    color: white;
}

.modal-btn-cancel {
    background: #f0f0f0;
    color: #333;
}

.modal-btn-default {
    background: #000;
    color: white;
}

.modal-btn-confirm:hover,
.modal-btn-cancel:hover,
.modal-btn-default:hover {
    opacity: 0.8;
}

/* Error modal variant */
.general-modal.error .general-modal-content h3 {
    color: #d32f2f;
}

.general-modal.error .general-modal-content {
    border-top: 4px solid #d32f2f;
}

/* Inline validation for ticket type fields */
.ticket-field-error {
    border-color: #d32f2f !important;
    background-color: #ffebee !important;
}

.ticket-error-message {
    display: block;
    color: #d32f2f;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .general-modal-content {
        padding: 1.5rem;
        max-width: 90%;
    }
    
    .general-modal-buttons {
        flex-direction: column;
    }
    
    .general-modal-buttons button {
        width: 100%;
    }
}


/* Stripe Management Page */
.stripe-status-card {
    background: white;
    border-radius: 8px;
    padding: 40px;
    margin: 70px auto 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    max-width: 600px;
}

.status-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.status-icon {
    width: 48px;
    height: 48px;
}

.status-icon.success {
    color: #10b981;
}

.status-icon.warning {
    color: #f59e0b;
}

.stripe-connected h2,
.stripe-not-connected h2 {
    text-align: center;
    margin-bottom: 10px;
}

.status-subtitle {
    text-align: center;
    color: #000000;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
}

.status-subtitle.status-warning {
    /* color: #f59e0b; */
    /* display: inline-block; */
    /* padding: 4px 12px; */
    /* border-radius: 12px; */
    /* background: #fed7aa; */
    color: #4b5563 ;
    font-weight: 600;
}

.account-details {
    background: #f9fafb;
    border-radius: 6px;
    padding: 20px;
    margin: 20px 0;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-label {
    font-weight: 600;
    color: #374151;
}

.detail-value {
    color: #6b7280;
    font-family: monospace;
}

.status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.status-badge.enabled {
    background: #d1fae5;
    color: #065f46;
}

.status-badge.pending {
    background: #fed7aa;
    color: #92400e;
}

.action-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 30px 0;
}

.external-link-icon {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.stripe-action-buttons {
    display: flex;
    gap: 6px;
    margin: 20px 0 0;
    justify-content: center;
    flex-direction: column;
}

/* @media (min-width: 480px) {
    .stripe-action-buttons {
        flex-direction: row;
    }
    
    .stripe-action-buttons .btn-stripe-primary,
    .stripe-action-buttons .btn-stripe-secondary {
        flex: 1;
        max-width: 250px;
    }
} */

/* Replace Account Modal */
#replaceAccountModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#replaceAccountModal .modal-content {
    background: white;
    border-radius: 8px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
}

#replaceAccountModal h3 {
    margin-bottom: 15px;
}

.modal-warning {
    color: #dc2626;
    margin: 15px 0;
    text-align: left;
}

.modal-warning-top {
    margin: 15px 0;
}

.modal-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 25px;
}


/* Stripe Connect Modal */
.stripe-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.stripe-modal-content {
    background: white;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.stripe-modal-header {
    padding: 20px 25px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.stripe-modal-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    flex: 1;
}

.stripe-modal-close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #6b7280;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 25px;
}

.stripe-modal-close:hover {
    color: #374151;
}

.stripe-modal-body {
    padding: 12px 25px;
}

/* .stripe-modal-body p {
    margin: 0;
    line-height: 1.6;
    color: #374151;
} */

.stripe-modal-buttons {
    padding: 0 25px 25px;
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.btn-stripe-primary,
.btn-stripe-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 400;
    min-height: 48px;
    box-sizing: border-box; 
	/* font-family: "Figtree", Helvetica, Arial, sans-serif; */
    text-decoration: none;
    font-family:'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.btn-stripe-primary {
    background: #000;
    color: white;
    border: 2px solid #000;
}

.btn-stripe-primary:hover {
    background: #ffffff;
    border-color: #000000;
    color: black;

}

.btn-stripe-secondary {
    background: white;
    color: #000;
    border: 2px solid #000;
}

.btn-stripe-secondary:hover {
    background: #000000;
    color: white;
}

/* @media (min-width: 480px) {
    .stripe-modal-buttons {
        flex-direction: row;
        justify-content: center;
    }
    
    .btn-stripe-primary,
    .btn-stripe-secondary {
        flex: 1;
    }
} */


/* Stripe Account Page Background */
body.stripe-account {
    background: #F9F932;
}

h2.stripe-title {
    /* margin-bottom: 10px; */
    font-size: 20px;
    font-weight: 600;
    font-family:'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
}


/* Separator for replace account section */
.stripe-separator {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 30px 0 20px;
}

/* Replace account section */
.replace-account-section {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.btn-stripe-connected {
    background: white;
    color: #000;
    border: 2px solid #000;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
}

.btn-stripe-connected:hover {
    background: #000;
    color: white;
}

.btn-stripe-connected {
    text-decoration: none;
}


/* ========== Ticket Types Styles ========== */

.dprice .details strong {
    font-weight: bold;    
}

/* Multiple ticket boxes container */
.ticket-boxes-container {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Individual ticket box - flex column layout */
.ticket-box {
    background: white;
    border: 1px solid black;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Top section: ticket info + quantity controls */
.ticket-box-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

/* Left side: ticket name and price - grows to fill available space */
.ticket-box-top-left {
    flex: 1;
    text-align: left;
    min-width: 0; /* Allows text to wrap properly */
}

.ticket-name {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 4px 0;
    color: #000;
    text-align: left;
}

.ticket-price {
    margin: 0;
    text-align: left;
}

.ticket-price strong {
    font-size: 1em;
    font-weight: bold;
}


/* Bottom section: description */
.ticket-box-bottom {
    text-align: left;
}

.ticket-description {
    margin: 0;
    font-size: 0.95em;
    color: #333;
    line-height: 1.4;
    text-align: left;
}

/* Quantity selector section - only takes space it needs */
.ticket-quantity {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Quantity buttons */
.qty-btn {
    width: 24px;
    height: 24px;
    border: 1px solid black;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
}

.qty-btn:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.qty-btn:active {
    transform: scale(0.95);
}

.qty-display {
    min-width: 28px;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    flex-shrink: 0;
}

/* Sold out and not available badges */
.sold-out-badge,
.not-available-badge {
    font-weight: bold;
    color: #999;
    font-size: 0.95em;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .ticket-box {
        padding: 10px;
    }
    
    .ticket-box-top {
        flex-direction: column;
        gap: 10px;
    }
    
    .ticket-quantity {
        align-self: flex-start;
    }
}

/* Disabled ticket type dropdown */
.ticket-type-dropdown:disabled {
    background-color: #f5f5f5;
    /* color: #999; */
    cursor: not-allowed;
    opacity: 0.7;
}

/* Locked notice for tickets with sales */
.ticket-locked-notice {
    font-size: 12px;
    color: #000000;
    font-style: normal;
    /* margin-top: 4px; */
    margin-bottom: 4px;
    /* padding: 0px 0px; */
    /* background-color: #f8f8f8; */
    /* border-radius: 4px; */
    text-align: left;
}

/* Disabled delete button */
.ticket-control-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    color: #999;
}

.ticket-control-btn.disabled:hover {
    background-color: transparent;
    color: #999;
}

.ticket-control-btn:disabled:hover {
    background-color: transparent;
    color: #999;
}


/* ============================================================================
   MANAGE ACCOUNT PAGE STYLES
   ============================================================================ */

/* Page background - yellow like Stripe page */
.manage-account {
    background-color: #F9F932;
    min-height: 100vh;
}

/* Account card container */
.account-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin: 70px auto 0;  
    max-width: 600px;
}

.account-title {
    /* margin-bottom: 10px; */
    font-size: 20px;
    font-weight: 600;
    font-family:'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
}

.account-subtitle {
    text-align: center;
    color: #000000;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
    padding-bottom: 24px;
}

/* Preference sections */
.preference-section {
    margin-bottom: 8px;
}

/* .preference-master {
    padding-bottom: 12px;
} */

.preference-divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 0 0 12px 0;
}

/* Preference row layout - three-column grid for true centering */
.preference-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 10px 0;
}

/* Empty first column balances the toggle on the right */
.preference-row::before {
    content: '';
}

.preference-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
}

.preference-control {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 12px;
}

.preference-label {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.preference-description {
    font-size: 14px;
    color: #6b7280;
}

/* Disabled state for individual preferences */
.preferences-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.preferences-disabled .preference-label,
.preferences-disabled .preference-description {
    color: #9ca3af;
}


/* ============================================================================
   SAVE INDICATOR
   ============================================================================ */

.save-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.save-indicator.saving,
.save-indicator.success,
.save-indicator.error {
    opacity: 1;
}

.save-indicator.success {
    color: #059669;
}

.save-indicator.error {
    color: #dc2626;
}

/* Spinner animation */
.save-indicator .spinner {
    width: 14px;
    height: 14px;
    border: 2px solid #d1d5db;
    border-top-color: #111827;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ============================================================================
   TOAST NOTIFICATION
   ============================================================================ */

.toast-notification {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #111827;
    color: #ffffff;
    padding: 14px 20px;
    border-radius: 8px;
    margin-bottom: 24px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.toast-notification.toast-hidden {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}

.toast-icon {
    font-size: 16px;
    color: #34d399;
}

.toast-message {
    font-size: 15px;
    font-weight: 500;
}

/* ============================================================================
   MANAGE ACCOUNT RESPONSIVE
   ============================================================================ */

@media (max-width: 600px) {
    .account-card {
        padding: 24px;
        margin-top: 24px;
    }
    
    .preference-row {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .preference-row::before {
        display: none;
    }
    
    .preference-info {
        text-align: left;
    }
    
    .preference-control {
        align-self: flex-end;
    }
}