/* _content/GTStatsPortal/Pages/PointReview.razor.rz.scp.css */
.rally-review-container[b-p7ioksyw0b] {
    display: flex;
    height: 80vh;
    width: 100%;
}

.video-container[b-p7ioksyw0b] {
    flex: 1;
    background: #000;
    height: 75%;
    position: relative;
}

.video-controls[b-p7ioksyw0b] {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 10px;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
}

.rally-panel[b-p7ioksyw0b] {
    width: 400px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #ddd;
    height: 90vh;
}

.rally-section[b-p7ioksyw0b] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.rally-panel h3[b-p7ioksyw0b] {
    margin: 0;
    padding: 16px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    flex-shrink: 0;
}

.rally-list[b-p7ioksyw0b] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-y: auto;
    padding: 16px;
    flex: 1;
}

.rally-item[b-p7ioksyw0b] {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}

.rally-item:hover[b-p7ioksyw0b] {
    background: #f9f9f9;
    border-color: #0078d4;
}

.rally-item.selected[b-p7ioksyw0b] {
    background: #0078d4;
    color: white;
    border-color: #0078d4;
}

.rally-header[b-p7ioksyw0b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rally-number[b-p7ioksyw0b] {
    font-weight: 600;
    font-size: 14px;
}
/* _content/GTStatsPortal/Pages/RallyReview.razor.rz.scp.css */
.rally-review-container[b-yh6u284caz] {
    display: flex;
    height: 80vh;
    width: 100%;
}

.video-container[b-yh6u284caz] {
    flex: 1;
    background: #000;
    height: 80%;
    height: 75%;
    position: relative;
}

/*#bmplayer {
    width: 100%;
    height: 100%;
}*/

.video-controls[b-yh6u284caz] {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 10px;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
}

.control-btn[b-yh6u284caz] {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    backdrop-filter: blur(10px);
}

.control-btn:hover[b-yh6u284caz] {
    background: rgba(0, 120, 212, 0.8);
    border-color: rgba(255, 255, 255, 0.6);
    transform: scale(1.05);
}

.control-btn:active[b-yh6u284caz] {
    transform: scale(0.95);
}

.control-btn span[b-yh6u284caz] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.rally-panel[b-yh6u284caz] {
    width: 400px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #ddd;
    height: 90vh;
}

.rally-section[b-yh6u284caz] {
    height: 50%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.rally-panel h3[b-yh6u284caz] {
    margin: 0;
    padding: 16px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    flex-shrink: 0;
}

.rally-panel h4[b-yh6u284caz] {
    margin: 0;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    flex-shrink: 0;
}

.shot-details h5[b-yh6u284caz] {
    margin: 4px 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

.rally-list[b-yh6u284caz] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-y: auto;
    padding: 16px;
    flex: 1;
}

.rally-item[b-yh6u284caz] {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}

.rally-item:hover[b-yh6u284caz] {
    background: #f9f9f9;
    border-color: #0078d4;
}

.rally-item.selected[b-yh6u284caz] {
    background: #0078d4;
    color: white;
    border-color: #0078d4;
}

.rally-header[b-yh6u284caz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rally-number[b-yh6u284caz] {
    font-weight: 600;
    font-size: 14px;
}

.shot-count-container[b-yh6u284caz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    text-align: center;
}

.shot-count[b-yh6u284caz] {
    font-size: 12px;
    opacity: 0.8;
}

.shot-details[b-yh6u284caz] {
    height: 50%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

.shot-list[b-yh6u284caz] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-y: auto;
    padding: 16px;
    flex: 1;
}

.shot-item[b-yh6u284caz] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}

.shot-item:hover[b-yh6u284caz] {
    background: #f9f9f9;
    border-color: #0078d4;
}

.shot-item.selected[b-yh6u284caz] {
    background: #e3f2fd;
    border-color: #0078d4;
}

.shot-info[b-yh6u284caz] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 4px;
}

.shot-number[b-yh6u284caz] {
    font-weight: 600;
    font-size: 13px;
    min-width: 50px;
}

.shot-type[b-yh6u284caz] {
    font-size: 12px;
    color: #666;
    flex: 1;
}

.shot-position[b-yh6u284caz] {
    font-size: 11px;
    color: #999;
}

.shot-time[b-yh6u284caz] {
    font-size: 11px;
    color: #0078d4;
    font-family: monospace;
}
/* _content/GTStatsPortal/Shared/MainLayout.razor.rz.scp.css */
.page[b-auwoyduwwg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-auwoyduwwg] {
    flex: 1;
}

.sidebar[b-auwoyduwwg] {
    background-color: #0056B8;
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-auwoyduwwg] {
    background-color: #0056B8;
/*    border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color:white;
}

    .top-row[b-auwoyduwwg]  a, .top-row .btn-link[b-auwoyduwwg] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-auwoyduwwg] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-auwoyduwwg] {
        display: none;
    }

    .top-row.auth[b-auwoyduwwg] {
        justify-content: space-between;
        color: white;
    }

    .top-row a[b-auwoyduwwg], .top-row .btn-link[b-auwoyduwwg] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-auwoyduwwg] {
        flex-direction: row;
    }

    .sidebar[b-auwoyduwwg] {
        width: 180px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-auwoyduwwg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-auwoyduwwg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/GTStatsPortal/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-uvr3c21efa] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-uvr3c21efa] {
    height: 5rem;
/*    background-color: rgba(0,0,0,0.4);
*/}

.navbar-brand[b-uvr3c21efa] {
    font-size: 1.1rem;
}

.oi[b-uvr3c21efa] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-uvr3c21efa] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-uvr3c21efa] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-uvr3c21efa] {
        padding-bottom: 1rem;
    }

    .nav-item[b-uvr3c21efa]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-uvr3c21efa]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-uvr3c21efa]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-uvr3c21efa] {
        display: none;
    }

    .collapse[b-uvr3c21efa] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
