:root {
    --color-schedule-primary: #0B1128;
    --color-schedule-secondary: #2A2F43;
    --color-schedule-tertiary: #1A2035;
    --color-schedule-quatertiary: #C2C3C9;
    --row-height: 100px;
}
body {
    overflow-x: initial;
}
.is-mobile {
    display: none !important;

    @media (max-width: 960px) {
        display: flex !important;
    }
}
.is-desktop {
    display: flex !important;

    @media (max-width: 960px) {
        display: none !important;
    }
}
.aside-box {
    background: var(--color-schedule-primary);
    border: 1px solid var(--color-schedule-secondary) !important;
    border-radius: 16px;
    padding: 8px;
    margin-top: 24px;
    flex-direction: column;

    @media (max-width: 960px) {
        margin: 0;
    }
    &.filters strong {
        font-weight: 500;
        font-size: 14px;
        padding: 8px 8px 4px;
        margin-bottom: 16px;
        display: block;
        border-bottom: 1px solid var(--color-schedule-secondary);
    }
    #accordionFilters {
        h2 {
            background-color: var(--color-schedule-secondary);
            border-radius: 8px;
            margin-bottom: 12px;

            button {
                text-transform: uppercase;
            }
        }
        #collapseaccordionTracks {
            div, button {
                padding: 4px 12px;
            }
            label, button, span {
                color: var(--color-schedule-quatertiary);
                font-weight: 500;
                font-size: 14px;
                line-height: 140%;
                letter-spacing: 0%;
            }
            button {
                border: 0;
                background-color: transparent;
            }
        }
    }
    .accordion-item {
        border: 0;
    }
    .accordion-button {
        padding: 0;
        padding: 8px;
        border-bottom: 1px solid var(--color-schedule-secondary);  
        text-transform: none;
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0%;

        &::after {
            background-image: url("../../assets/images/icon-chevron-bottom.png")
        }
    }
    .key-time {
        background-color: #6750FF;
        color: var(--white-color);
        padding: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0%;
        border-radius: 8px;
        margin-top: 8px;

        div {
            font-weight: 500;
            font-size: 14px;
            line-height: 140%;
            letter-spacing: 0%;
            color: #E1E1E4;
            text-transform: uppercase;
        }
    }
}
#filtersModal {
    .modal-content {
        color: var(--white-color);
        background: var(--color-schedule-secondary);
        width: 90%;
        margin: auto;
    }
    .accordion-item {
        border: 0;
    }
    .aside-box {
        flex-direction: column;
    }
    .close {
        background: linear-gradient(95.8deg, #D3FF00 31.59%, #AAFF00 99.9%);
        font-weight: 700;
        width: 100%;
        font-size: 12px;
        line-height: 140%;
        letter-spacing: 4%;
        text-transform: uppercase;
        justify-content: center;
        padding: 14px;
        border-radius: 8px;
        border: 0;
        margin-top: 12px;
    }
}
.track-color {
    background-color: var(--color-schedule-primary);

    &.founderstrack {
        background-color: #7D75FF4D;
    }
    &.advancingathleteperformace {
        background-color: #DD6B024D;
    }
    &.ai-poweredfrontoffices {
        background-color: #1A58FF4D;
    }
    &.financingthefutureofsport {
        background-color: #BF41FF4D;
    }
}
#schedule {
    padding: 130px 20px 30px;
    background-color: var(--color-schedule-primary);
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0%;
    display: flex;
    background-image: url(../../assets/images/halftone-peak.png);
    background-position: top 50px left 0;
    background-repeat: no-repeat;
    background-size: 600px;
    background-blend-mode: difference;

    @media (max-width: 960px) {
        flex-direction: column;
    }
    .table-nav-container {
        display: none;

        @media (max-width: 960px) {
            display: block;
        }
        &.fixed {
            @media (max-width: 960px) {
                position: fixed;
                left: 0;
                width: 100%;
                z-index: 1000;
            }
        }
    }
    .stage-nav {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 14px;
        background-color: var(--color-schedule-primary);
        
        button {
            position: relative;
            background-color: transparent;
            border: 0;

            &:before {
                content: "";
                display: block;
                background-image: url(../../assets/images/icon-chevron-bottom.png);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                width: 24px;
                height: 24px;
                position: absolute;
                top: 0;
            }
            &.stage-prev:before {
                transform: rotate(90deg);
                left: 0;
            }
            &.stage-next:before {
                transform: rotate(270deg);
                right: 0;
            }
        }
    }
    main {
        flex: 1;
    }
    nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;

        @media (max-width: 1200px) {
            flex-direction: column;
            margin-bottom: 8px;
        }
        .form-container {
            display: flex;
            justify-content: end;
            flex: 1;

            @media (max-width: 960px) {
                justify-content: center;
                width: 100%;
            }
            form {
            width: 100%;
            max-width: 500px;
            position: relative;
                
                input {
                    border: 1px solid var(--color-schedule-secondary);
                    background-color: var(--color-schedule-tertiary);
                    color: var(--color-schedule-quatertiary);
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 140%;
                    letter-spacing: 0%;
                    border-radius: 40px;
                    padding: 12px 12px 12px 40px;
                    width: 100%;
                    position: relative;
                }
                a, img {
                    width: 16px;
                    height: 16px;
                    object-fit: contain;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                }
                .search-icon {
                    left: 16px;
                }
                .funnel-icon {
                    right: 48px;  
                    cursor: pointer;
                }
                .reset-button {
                    right: 16px;   
                    cursor: pointer;
                }
            }
        }
    }
    aside.principal-aside {
        flex: 0 0 320px;
        padding-right: 24px;
        top: 150px;
        margin-top: 80px;
        height: fit-content;

        @media (max-width: 960px) {
            position: inherit;
            width: 100%;
            margin: 60px 0 20px;
            padding: 0;
        }
        h1 {
            font-family: var(--primary-font);
            font-weight: 700;
            font-size: 45px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
            text-transform: uppercase;
        }
        p {
            font-weight: 700;
            font-size: 16px;
            line-height: 140%;
            letter-spacing: 0%;
            text-align: center;
        }
    }
    .table-container {
        border: 1px solid var(--color-schedule-secondary);
        padding: 0;
        border-radius: 16px;
        overflow: hidden;
    }
}
.session-modal {
    .modal-dialog {
        max-width: 833px;
        width: calc(100% - 40px);
    }
    .modal-content {
        color: white;
        display: flex;
        flex-direction: row;
        background: var(--color-schedule-secondary) !important;
        overflow: hidden;

        @media (max-width: 960px) {
            flex-direction: column;
        }
    }
    .modal-session-sponsor {
        display: flex;
        align-items: center;

        img {
            width: 120px;
            height: auto;
            border-radius: 6px;
            margin-right: 12px;
        }
        a {
            display: block;
            color: var(--secondary-color);
            text-decoration: none;
        }
    }
    .close {
        width: 20px;
        height: auto;
        padding: 0;
        border: 0;
        background-color: transparent;
        position: absolute;
        top: 20px;
        right: 20px;
        opacity: 0.35;
    }
    aside {
        padding: 40px 32px;
        width: 282px;
        background-image: url(../../assets/images/halftone-peak.png);
        background-position: bottom -20px center;
        background-repeat: no-repeat;
        background-size: 100%;
        background-blend-mode: overlay;

        @media (max-width: 960px) {
            width: 100%;
            padding: 24px;
        }
        .modal-aside--track {
            font-weight: 500;
            font-size: 12px;
            line-height: 100%;
            letter-spacing: 0%;
            border-radius: 4px;
            padding: 8px;
            width: fit-content;
        }
        .modal-aside--title {
            font-weight: 700;
            font-size: 20px;
            line-height: 140%;
            letter-spacing: 0%;
            margin: 16px 0;
        }
        .modal-aside--date,
        .modal-aside--location {
            font-size: 14px;
            line-height: 140%;
            letter-spacing: 0%;
            display: flex;
            align-items: center;
            margin-bottom: 8px;

            img {
                width: 16px;
                height: 16px;
                margin-right: 3px;
                object-fit: contain;
            }
        }
    }
    section {
        padding: 40px 32px;
        width: 100%;

        @media (max-width: 960px) {
            padding: 24px;
        }
        strong {
            font-weight: 700;
            font-style: Bold;
            font-size: 12px;
            line-height: 140%;
            letter-spacing: 4%;
            text-transform: uppercase;
            color: var(--color-schedule-quatertiary);
            margin-bottom: 16px;
            display: block;
        }
        .modal-session-description {
            border-top: 1px solid #5F37F0;
            margin-top: 24px;
            padding-top: 24px;

            p {
                font-weight: 500;
                font-size: 14px;
                line-height: 140%;
                letter-spacing: 0%;
            }
        }
        .modal-session-speaker {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            
            div {
                font-weight: 500;
                font-size: 12px;
                line-height: 150%;
                letter-spacing: 0%;
                color: var(--color-schedule-quatertiary);

                &.name {
                    font-size: 16px;
                    line-height: 140%;
                    color: white;
                }
            }
            img {
                width: 40px;
                height: 40px;
                object-fit: cover;
                border: 1px solid var(--color-schedule-secondary);
                border-radius: 8px;
                margin-right: 6px;
            }
        }
    }
}
#dates-tab {
    margin: 0;
    
    @media (max-width: 960px) {
        margin: 24px 0 12px;
        width: 100%;
    }
    li {
        @media (max-width: 960px) {
            margin: 0 4px;
            width: calc(33% - 8px);
        }
    }
    button {
        background-color: var(--color-schedule-primary);
        border: 1px solid #6750FF;
        border-radius: 12px;
        font-size: 16px;
        padding: 8px 32px;
        margin-right: 32px;
        color: var(--white-color);

        @media (max-width: 1200px) {
            margin-bottom: 16px;
        }
        @media (max-width: 1300px) {
            padding: 8px 24px;
            margin-right: 8px;
        }
        @media (max-width: 960px) {
            padding: 8px 24px;
            margin: 0 6px;
            width: 100%;
        }
        &.active {
            background: linear-gradient(270.69deg, #8711C1 -14%, #2472FC 94.02%);
            border: 0;
        }
    }
}
#sessions {
    background-color: var(--color-schedule-primary);
    border: 1px solid var(--color-schedule-secondary);
    border-collapse: collapse;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    table-layout: fixed;

    thead th {
        vertical-align: top;
        height: auto;
    }
    @media (max-width: 960px) {
        thead {
            display: none;
        }
        &.sessions th,
        &.sessions td {
            display: none;
        }
        &.sessions th:first-child,
        &.sessions td:first-child {
            display: table-cell;
        }
        &.sessions th.active,
        &.sessions td.active {
            display: table-cell;
        }
    }
    th {
        .stage-info {
            display: none;
            font-weight: 500;
            color: var(--color-schedule-quatertiary);
            font-size: 12px;

            &.visible {
                display: block;
            }
        }
        .info-button {
            float: right;
            color: white;
            font-weight: 500;
            border: 0;
            background-color: transparent;
            font-size: 14px;
            line-height: 140%;
            letter-spacing: 0%;
            text-decoration: underline;

            &:hover {
                color: var(--secondary-color);
            }
        }
    }
    th, td {
        border: 1px dashed var(--color-schedule-secondary);
        padding: 8px;
        position: relative;
        height: var(--row-height);

        &:first-child {
            width: 92px;
            text-align: center;

            @media (max-width: 960px) {
                width: 70px;
            }
        }
    }
    .time {
        font-size: 12px;

        @media (max-width: 960px) {
            font-size: 10px;
        }
    }
    .session {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background-color: var(--color-schedule-tertiary);
        border: 1px solid var(--color-schedule-secondary);
        padding: 6px 8px;
        border-radius: 8px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        cursor: pointer;
        color: var(--white-color);
        text-decoration: none;
        transition: all 1s;
        overflow-y: scroll;

        &:hover {
            border-color: #6750FF;
        }
        &::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }
        &::-webkit-scrollbar-track {
            background: transparent;
        }
        &::-webkit-scrollbar-thumb {
            background-color: rgba(255,255,255,0.3);
            border-radius: 8px;
            border: 2px solid transparent; /* creates "padding" effect */
            background-clip: content-box;
        }
        &::-webkit-scrollbar-thumb:hover {
            background-color: rgba(0,0,0,0.6);
        }
        &.presentations {
            background-color: var(--color-schedule-primary);
            text-align: center;
            
            .session-data--title {
                color: var(--color-schedule-quatertiary);
            }
        }
        &.sponsors {
            .session-data {
                flex-direction: column;
            }
        }
        &.column {
            &.column-full { width: 100%; }

            &.column-half_left  { width: 50%; left: 0; }
            &.column-half_right { width: 50%; left: 50%; }

            &.column-third_left,
            &.column-third_center,
            &.column-third_right {
                width: 33.33333333%;
                flex-direction: column;
                justify-content: start;
                .session-data { height: fit-content; }
            }

            &.column-third_left   { left: 0; }
            &.column-third_center { left: 33.33333333%; }
            &.column-third_right  { left: 66.66666666%; }
        }
        .session-data {
            display: flex;
            height: 100%;

            img {
                &.session-speaker {
                    width: 40px;
                    height: 40px;
                    object-fit: cover;
                    border: 1.25px solid var(--color-schedule-secondary);
                    border-radius: 50%;
                    margin-right: 8px;
                }
                &.session-logo {
                    width: fit-content;
                    height: 35px;
                    object-fit: contain;
                    border: 1.25px solid var(--color-schedule-secondary);
                    border-radius: 4px;
                    margin-bottom: 8px;
                    display: block;
                }
            }
            .session-data--title {
                font-weight: 500;
                font-size: 14px;
                line-height: 120%;
                letter-spacing: 0%;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
            .session-data--sponsor-name {
                font-weight: 500;
                font-size: 12px;
                line-height: 140%;
                letter-spacing: 0%;
                color: var(--color-schedule-quatertiary);
            }
            .session-data--more {
                font-weight: 500;
                font-size: 12px;
                line-height: 140%;
                letter-spacing: 0%;
                color: var(--color-schedule-quatertiary);
                align-items: center;
                margin-top: 4px;

                .bullet {
                    margin: 0 3px;
                    font-size: 10px;
                }
                span {
                    font-size: 10px;
                    color: white;
                    display: flex;
                    border-radius: 4px;
                    padding: 4px;
                    line-height: 100%;
                    width: fit-content;
                }
            }
        }
        .session-time {
            font-weight: 500;
            font-size: 10px;
            line-height: 140%;
            letter-spacing: 0%;
            color: var(--color-schedule-quatertiary);
        }
    }
}
#pills-2026-04-20 {
    .stage-nav button {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
}