/* posession and canvas*/

#canvas-container{
    border:2px solid red;
    height:100%;
    width:100%;
    display:flex;
    flex-direction: column;
    /* background:#000; */
    align-items: start;
    justify-content: center;
    border:1.5px solid var(--border-primary);
    /* border-left:none; */
    border-right:none;
    border-top:none;
    /* border-radius: 12px; */
}

#pos-reset:hover{
    cursor:pointer;
}

#pos-reset{
    background:silver;
    padding:4px;
    border-radius: 50%;
    border:3px solid #000;
    position:fixed;
    left:50%;
    bottom:75px;
    z-index: 997;
    transform:translate(-50%,0)
}

#team-title-posession{
    color:var(--primary-color);
    /* text-shadow: 1.5px 1.5px #000; */
    /* border:2px solid green; */
    /* background:#000; */
    padding:4px;
    width:200px;
    transform:translateY(10px)
}
.tracker-clone > #team-stats-container
{
    padding: unset;
    height:100vh !important;
}
#posession-canvas{
    width:100%;
    /* min-width:300px; */
    /* max-width:2000px; */
    padding:0 .75rem;
    /* min-width:100%;
    max-width:100%; */
    height:100%;
    /* border:3px solid rgb(7p, 188, 25); */
}

.pos-outcome{
    background-color: #000;
}