/* _content/WinnersPortal/Components/Layout/HomeLayout.razor.rz.scp.css */
.page[b-832rhqgtel] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-832rhqgtel] {
    flex: 1;
    min-width: 0;
    width: 100%;
}



.sidebar[b-832rhqgtel] {
    background-color: black;
}

.top-row[b-832rhqgtel] {
    background-color: #000000;
    justify-content: flex-end;
    height: 62px;
    display: flex;
    align-items: center;
}

    .top-row[b-832rhqgtel]  a, .top-row[b-832rhqgtel]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-832rhqgtel]  a:hover, .top-row[b-832rhqgtel]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-832rhqgtel]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }


@media (min-width: 641px) {
    .page[b-832rhqgtel] {
        flex-direction: row;
    }

    .sidebar[b-832rhqgtel] {
        width: 300px;
        height: 100vh;
        position: fixed; /* Change from sticky to fixed */
        top: 0;
        left: 0;
        overflow: hidden; /* Prevent sidebar itself from scrolling */
    }

    .top-row[b-832rhqgtel] {
        position: sticky;
        top: 0;
        z-index: 200;
    }

        .top-row.auth[b-832rhqgtel]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
}

#blazor-error-ui[b-832rhqgtel] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-832rhqgtel] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (min-width: 641px) {
    main[b-832rhqgtel] {
        margin-left: 300px; /* Match sidebar width */
    }
}
/* _content/WinnersPortal/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-u46cp64on7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u46cp64on7] {
    flex: 1;
    min-width: 0;
    width: 100%;
}



.sidebar[b-u46cp64on7] {
    background-color: black;
}

.top-row[b-u46cp64on7] {
    background-color: #000000;
    justify-content: flex-end;
    height: 62px;
    display: flex;
    align-items: center;
}

    .top-row[b-u46cp64on7]  a, .top-row[b-u46cp64on7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-u46cp64on7]  a:hover, .top-row[b-u46cp64on7]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-u46cp64on7]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    /*    .top-row {
        justify-content: space-between;
    }

        .top-row ::deep a, .top-row ::deep .btn-link {
            margin-left: 0;
        }*/

    .top-row[b-u46cp64on7] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-u46cp64on7] {
        flex-direction: row;
    }

    .sidebar[b-u46cp64on7] {
        width: 300px;
        height: 100vh;
        position: fixed; /* Change from sticky to fixed */
        top: 0;
        left: 0;
        overflow: hidden; /* Prevent sidebar itself from scrolling */
    }

    .top-row[b-u46cp64on7] {
        position: sticky;
        top: 0;
        z-index: 200;
    }

        .top-row.auth[b-u46cp64on7]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
}

#blazor-error-ui[b-u46cp64on7] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-u46cp64on7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (min-width: 641px) {
    main[b-u46cp64on7] {
        margin-left: 300px; /* Match sidebar width */
    }
}
/* _content/WinnersPortal/Components/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e9igdkjm1n] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-e9igdkjm1n] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-e9igdkjm1n] {
    min-height: 3.5rem;
    background-color: #000000;
}

.navbar-brand[b-e9igdkjm1n] {
    font-size: 1.1rem;
}

.bi[b-e9igdkjm1n] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-e9igdkjm1n] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-e9igdkjm1n] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-e9igdkjm1n] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-e9igdkjm1n] {
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-e9igdkjm1n] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-e9igdkjm1n] {
        padding-bottom: 1rem;
    }

    .nav-item[b-e9igdkjm1n]  .nav-link {
        color: white;
        background: none;
        border: none;
        border-radius: 4px;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .nav-item[b-e9igdkjm1n]  a.active {
        background-color: #FF0059;
        color: black;
        font-weight: 700;
    }

    .nav-item[b-e9igdkjm1n]  .nav-link:hover {
        background-color: #FF0059;
        color: black;
    }

.nav-scrollable[b-e9igdkjm1n] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-e9igdkjm1n] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-e9igdkjm1n] {
        display: none;
    }

    .nav-scrollable[b-e9igdkjm1n] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        display: block;
    }
}
/* _content/WinnersPortal/Components/Pages/Sections.razor.rz.scp.css */
.max-header[b-0f292xbop9] {
    background: linear-gradient(90deg, #f3f4f7 60%, #e6eaf2 100%);
    padding: 2rem 1rem 1rem 1rem;
    border-bottom: 1px solid #eaeaea;
}

    .max-header h1[b-0f292xbop9] {
        font-size: 2.5rem;
        font-weight: 700;
    }

.max-banner-note[b-0f292xbop9] {
    margin-top: 1rem;
    background: #f8d7da;
    color: #721c24;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

.max-intro[b-0f292xbop9], .max-award-categories[b-0f292xbop9], .max-award-levels[b-0f292xbop9], .max-faq[b-0f292xbop9] {
    max-width: 900px;
    margin: 2rem auto;
    background: #fff;
    padding: 2rem 1.5rem;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.category-list[b-0f292xbop9] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.category-card[b-0f292xbop9] {
    flex: 1 1 180px;
    background: #f3f8fc;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.max-details[b-0f292xbop9] {
    font-size: 1.1rem;
    margin-top: 1rem;
}

.faq-list[b-0f292xbop9] {
    margin-top: 1.5rem;
}

.faq-item[b-0f292xbop9] {
    margin-bottom: 1rem;
}

    .faq-item h4[b-0f292xbop9] {
        font-size: 1.15rem;
        font-weight: 600;
    }

.home-banner[b-0f292xbop9] {
    background-image: url('images/tma25__website_header_1920_x_527__1_.png');
    background-size: cover;
    background-position: center;
}




/* Custom CSS to enhance Bootstrap for Adobe MAX style */
:root[b-0f292xbop9] {
    --adobe-red: #fa0f00;
    --adobe-black: #1a1a1a;
}


.award-category-row[b-0f292xbop9] {
    border: none;
    border-bottom: 1px solid dimgray;
    cursor: pointer;
}

.square-card[b-0f292xbop9] {
    border-radius: 0;
}

.award-category-row-disabled[b-0f292xbop9] {
    cursor: not-allowed;
    opacity:0.7;
}

.award-category-row[b-0f292xbop9] {
    transition: all 0.3s ease;
}

    .award-category-row:hover[b-0f292xbop9] {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

        .award-category-row:hover .arrow-icon[b-0f292xbop9] {
            transform: translateX(5px);
        }

/* Modern Timeline Styling */
.timeline-container[b-0f292xbop9] {
    position: relative;
}

.timeline-item[b-0f292xbop9] {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.timeline-content[b-0f292xbop9] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid #fe0058;
}

    .timeline-content:hover[b-0f292xbop9] {
        transform: translateY(-5px);
        box-shadow: 0 8px 15px rgba(0,0,0,0.15);
    }

.timeline-connector[b-0f292xbop9] {
    display: flex;
    justify-content: center;
    color: #fe0058;
    margin-top: 1rem;
}

/* Desktop view connector */
@media (min-width: 768px) {
    .timeline-connector[b-0f292xbop9] {
        position: absolute;
        right: -25px;
        top: 35%;
        transform: translateY(-50%);
        z-index: 2;
    }

    /* Hide connector on last item */
    .col-md-4:last-child .timeline-connector[b-0f292xbop9] {
        display: none;
    }
}

/* Mobile view adjustments */
@media (max-width: 767.98px) {

    .timeline-connector[b-0f292xbop9] {
        margin-top: 1.5rem;
    }

    .timeline-connector .material-icons[b-0f292xbop9] {
        transform: rotate(90deg);
    }

    /* Hide connector on last item */
    .col-md-4:last-child .timeline-connector[b-0f292xbop9] {
        display: none;
    }

    .timeline-content[b-0f292xbop9] {
        min-height: 120px;
    }
}

/* Typography */
.timeline-content h4[b-0f292xbop9] {
    color: #333;
}

.timeline-content .date[b-0f292xbop9] {
    color: #666;
    margin-bottom: 0;
    font-size: 1rem;
}
