/*CSS for cell : drawInPortrait*/
.draw-portrait-view-main-holder
{
    position:absolute;

}

.innerFrame-Draw-Portrait
{
    position: absolute;
    border: solid solid #feb300;
    border-radius: 6px;
    background-color: white;
    z-index: '1000';
}

.nav-draw-portrait
{
    position: absolute;
    display: flex;
    align-items:center;
    justify-content:space-around;
    justify-items: center;
    flex-direction: row;

    z-index: 1000;
    
}
.nav-draw-portrait:hover
{
    opacity: 1;
}

.nav-draw-bottom-icon-portrait
{
    position: absolute;
    display: flex;
    align-items:center;
    justify-content:center;
    justify-items: center;
    flex-direction: row;

    z-index: 1000; 
}

.nav-bottom-icon-draw-portrait
{
    border-radius: 50%;
}
.nav-bottom-icon-draw-portrait:hover
{
    transform: scale(1.2);
}

.clr-draw-portrait
{
    background-color: blue;
    border-radius: 50%;
    border: 3px solid rgb(214, 214, 214);
    transition: transform .5s;
}
.clr-draw-portrait:hover
{
    transform: scale(1.2);
}
.lin-thick-Draw-Portrait
{
    position: absolute;
    display: flex;
    align-items:center;
    justify-content:center;
    justify-items: center;
    flex-direction: column;

}
.lin-thick-circle-Draw-Portrait
{
    border-radius :50%;
    border: thin solid #feb300;
}