@charset "utf-8";
/* Title: Nice Industries Party Time Typography
** Description: Styles for text used across Nice Industries digital products
** Author: Jessica Greenwalt
** Created: 10-30-2025
** Updated: 10-31-2025
************************************** */

/* = Global Text Refinements
** ----------------------- */

/* Links */
a {
    color: #000;
}

/* Bold */
strong {
    font-weight: bold;
}

/* Text Align Left */
.txtal {
    text-align: left;
}

/* Text Align Center */
.txtac {
    text-align: center;
}

/* Own Line */
.ol {
    display: block;
}

/* = Alignment
** ----------------------- */
.txt-cntr {
    text-align: center;
}

.txt-lft {
    text-align: left;
}

/* = Statuses
** ----------------------- */

.donation-stat {
    font-weight: 600;
    font-size: 15px;
}

.donation-stat.no-donation {
    color: rgba(0, 0, 0, 0.4);
}

.donation-stat.donated {
    color: #46b900;
}

/* = Headings
** ----------------------- */

/* Inside of Event Ended Notification */
.ntc-event-ended .hboxtop {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Wix Madefor Display', Lato, Helvetica, Arial, sans-serif;
}

.box-create-squad .hboxtop {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
    font-family:'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
}

.ntc-event-ended .hhuge,
.box-create-squad .hhuge {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Wix Madefor Display', Lato, Helvetica, Arial, sans-serif;
}

@media (min-width: 900px) {
    .ntc-event-ended .hboxtop {
        font-size: 20px;
    }
    .ntc-event-ended .hhuge {
        font-size: 24px;
    }
}

/* Will eventually be specific to event box */
.label {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-align: left;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
}

/* Inside of Checkout Modal */
.mdlbox .hboxtop {
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 500;
    font-family:'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
}

.mdlbox .fhboxtop {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
}

#eventTeamModal .mdlbox .fhboxtop {
    margin-top: 22px;
    margin-bottom: 12px;
}

/* Smaller top left label style header for select modal screens */
.mdlbox .mthl {
    font-size: 14px;
    font-weight: 600;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
    text-align: left;
}

/* Inside of Flat Long Shadow Box */

    .flsbox.txtal .hhuge,    
    .flsbox.txtal .hbig,
    .flsbox.txtal .fhhuge,
    .flsbox.txtal .fhbig,
    .flsbox.txtal .ffhbig {
        text-align: left;
    }

    /* Huge Heading */
    .home .hhuge {
        font-family: 'Ultra', 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 40px;
        line-height: 46px;
    }

    @media (min-width: 600px) {
        .home .hhuge {
            font-size: 60px;
            line-height: 65px;
        }
    }

    /* Big Heading */
    .hbig {
        font-family: 'Ultra', 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 30px;
        line-height: 36px;
    }

    @media (min-width: 900px) {
        .hbig {
            font-size: 44px;
            line-height: 50px;
        }
    }

    /* Follows Huge Heading (level 2) */
    .fhhuge {
        margin-top: 8px;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        font-family: 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
    }

    @media (min-width: 600px) {
        .fhhuge {
            font-size: 28px;
            line-height: 34px;
        }
    }

    /* Follows Big Heading (level 3) */
    .fhbig {
        margin-top: 20px;
        font-family: 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
        font-weight: 800;
        font-size: 22px;
        line-height: 28px;
    }

    @media (min-width: 900px) {
        .fhbig {
            margin-top: 24px;
            font-size: 32px;
            line-height: 38px;
        }
    }

    /* Follows the Big Heading Follow (level 4) */
    .ffhbig {
        margin-top: 14px;
        font-family: 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }

    @media (min-width: 900px) {
        .ffhbig {
            margin-top: 24px;
            font-size: 24px;
            line-height: 30px;
        }
    }


.feature-box h4 {
    font-family:'Caveat', 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 24px;
}

.feature-box p {
    font-family:"Figtree", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.regstatus h2 {
    text-align: left;
    font-family: 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.regsuccess h2 {
    transition: opacity 0.35s ease;
}

.regsuccess h2.show {
    opacity: 1;
}

/* Small Section Title */
.smsect {
    margin: 0 0 5px 0;
    font-family: 'Wix Madefor Text', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
}

/* Inside of Info Container */
.info-contain .hboxtop {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
    font-family:'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
}

.evntmng .info-contain .hboxtop {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
}

.evntdsply .info-contain .hboxtop {
    margin-bottom: 11px;
    font-size: 21px;
}

/* Title Box Text */
.title-box h1 {
    font-family: 'Wix Madefor Display', sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
}

/* Info Contain Header */
.sh h2 {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    font-family:'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
}

/* Account Panel Titles */
#panel-profile h2 {
    margin-bottom: 10px;
}

#panel-profile h3 {
    margin-top: 10px;
}

/* List Container Header */
.lstcontnr h3 {
    text-align: left;
    font-size: 14px;
    font-weight: 550;
    color: rgba(0, 0, 0, 0.6);
}

/* List Container Contents */
.lstcontnr .name,
.hosts .name,
.sponsors .name {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #111827;
}

.lstcontnr .row .roles .mngttl {
    font-size: 14px;
    font-weight: 550;
}

.mngttl.ownr {
    color: #bf2789;
}

.mngttl.host {
    color: #bf7b05;
}

.mngttl.mngr {
    color: #46b900;
}

.mngttl.scnr {
    color: #31bfbf;
}
.mngttl.spnsr {
    color: #b8a900;
}

/* Hosts and Sponsors on Event Register Screen */
.hosts h3,
.sponsors h3 {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: rgba(0, 0, 0, 0.4);
}

/* = Paragraphs
** ----------------------- */

/* Standard Marketing Paragraph */

/* Inside of Flat Long Shadow Box */
.flsbox p {
    margin-top: 14px;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

@media (min-width: 900px) {
    .flsbox p {
        margin-top: 18px;
        font-size: 20px;
        line-height: 28px;
    }
}

/* = Lists
** ----------------------- */

/* Inside of Flat Long Shadow Box */
.flsbox ul,
.flsbox ol,
.flsbox li {
    text-align: left;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

@media (min-width: 900px) {
    .flsbox ul,
    .flsbox ol,
    .flsbox li {
        font-size: 20px;
        line-height: 28px;
    }
}

.flsbox ul,
.flsbox ol {
    margin-top: 14px;
    margin-left: 20px;
}

@media (min-width: 900px) {
    .flsbox ul,
    .flsbox ol {
        margin-top: 18px;
    }
}

.flsbox li {
    margin-top: 4px;
}

@media (min-width: 900px) {
    .flsbox li {
        margin-top: 8px;
        margin-left: 20px;
    }
}

/* = Ticket Summary Item
** ----------------------- */

.ticket-summary-item .ticket-name {
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
}

.ticket-summary-item .ticket-price {
    font-size: 16px;
    font-weight: 500;
    font-family:'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif; 
}
    
.ticstatus h2 {
    font-weight: 600;
    font-size: 17px;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
}

/* = Event Description Formatting
** -----------------------
** NOTE: These styles are duplicated for inline CSS in:
**   app/utils/text_formatting.py → EMAIL_FORMAT_STYLES
** This is required as email clients strip <style> tags,
** and we have to provide all styling inline.
** If you modify these values, please update the Python file to match!
** - Sean
** ----------------------- */

.desc-huge,
.desc-large,
.desc-normal,
.desc-small {
    display: block;
    text-align: left; 
}

.desc-huge,
.desc-large {
    font-family: 'Roboto Slab', Georgia, Lato, Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.desc-huge {
    font-size: 24px;
    line-height: 28px;
}

.desc-large {
    margin-top: 18px;
    font-size: 19px;
    line-height: 25px;
}
.desc-normal {
    margin-top: 10px;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
}

.desc-small {
    font-family: "Figtree", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

/* Style classes (combinable) */
.desc-bold {
    font-weight: 700;
}

.desc-italic {
    font-style: italic;
}

/* Link styling within descriptions */
.desc-link {
    color: inherit;
    text-align: left;
    text-decoration: underline;
}

.desc-link:hover {
    opacity: 0.7;
}

/* List styling within descriptions */
.desc-list-ul,
.desc-list-ol {
    margin-top: 10px;
    padding-left: 24px;
    text-align: left;
    font-family: "Figtree", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
}

.desc-list-ul {
    list-style-type: disc;
}

.desc-list-ol {
    list-style-type: decimal;
}

.desc-list-ul li,
.desc-list-ol li {
    margin: 4px 0;
    text-align: left;
}

/* Inherit size styling when lists are inside size tags */
.desc-huge .desc-list-ul,
.desc-huge .desc-list-ol,
.desc-large .desc-list-ul,
.desc-large .desc-list-ol {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.desc-small .desc-list-ul,
.desc-small .desc-list-ol {
    font-size: 14px;
    line-height: 20px;
}
