.hover-white:hover {
    color: #fff !important;
    background-color: #333 !important;
}

.fs-tabs .nav-link {
    color: #888;
    border-bottom: 3px solid transparent !important;
    transition: all 0.2s ease;
}

.fs-tabs .nav-link:hover {
    color: #fff;
}

.fs-tabs .nav-link.active {
    color: #fff !important;
    background-color: transparent !important;
    border-bottom-color: #ff2a2a !important;
}

.pitch {
    background-color: #1b3a24 !important;
    background-image: repeating-linear-gradient(0deg,
            transparent,
            transparent 50px,
            rgba(0, 0, 0, 0.15) 50px,
            rgba(0, 0, 0, 0.15) 100px);
}

.center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    aspect-ratio: 1/1;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
}

.center-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.25);
}

.penalty-box-top {
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    height: 16%;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-top: none;
}

.penalty-box-bottom {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 16%;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-bottom: none;
}

.players-overlay {
    position: relative;
    z-index: 10;
}

.fs-event-row:hover {
    background-color: #1a1a1a;
}

.fs-bench-list .list-group-item:hover {
    background-color: #1a1a1a !important;
}
