/*CSS for cell : incompleteFigure*/
.nav-incomplete-figure
{
    width: 650px;
    height: 50px;
    position: absolute;
    top: -4px;
    left: 45%;
    transform: translateX(-50%);
    display: flex;
    align-items:center;
    justify-content:space-around;
    opacity: 1;
    transition: opacity .5s;
    z-index: 800;
    
}
.nav-incomplete-figure:hover
{
    opacity: 1;
}

.clr-incomplete-figure
{
    height: 30px;
    width: 30px;
    background-color: blue;
    border-radius: 50%;
    border: 3px solid rgb(214, 214, 214);
    transition: transform .5s;
}
.clr-incomplete-figure:hover
{
    transform: scale(1.2);
}

.button-incomplete-figure
{
    border: none;
    outline: none;
    
    border-radius: 3px;
    color: #fff;
    width: 45px;
    height: auto;
    font-size: 15px;
    font-family: 'Bubblegum Sans';
    text-align: center;
}

.gap-incomplete-figure
{
    width: 40px;
    height: 50px;
}
.ift-introduction
{
    position: absolute;
    border: solid thin #feb300;
    border-radius: 6px;
    
}

.clear-button-ift
{
    position: absolute;
}

.clear-button-ift:hover
{
    cursor: pointer;
}
