*{
    box-sizing: border-box;
}
body{
    padding:0;
    margin:0;
}
.page-actions-cont{
height:3rem;
background-color: #079992;
display: flex;
align-items: flex-end;
}
.page-actions-cont>home{
    
    justify-content: center;
    align-items: flex-end;
}
.home {
    background-color: white;
    color:red;
    width:3rem;
    height:80%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
} 
.logo-img{
    height:2.6rem;;
    width:2.6rem;
    margin-top:0.3rem;
    margin:0.2rem;
    
    border-radius: 10px 10px 10px 10px ;
    
}
.page-action{
    margin-left:0.6rem;
   
    color:#dfe4ea;
}
.cellProp-actions-cont{
height:3rem;
background-color: #f5f6fa;
display: flex;
align-items: center;
padding-left: 1rem;
overflow: auto;
    overflow-y: hidden;
}
.cellProp-actions-cont > select{
    border:none;
    border-radius: 2px;
    outline: none;
}
.cellProp-actions-cont > *{
    display: inline-block;
    margin:0.5rem;
    margin-right: 1rem;
}
.cellProp-actions-cont > *:hover {
    cursor: pointer;
}

.font-family-prop{
    padding:0.2rem;
}
.font-size-prop{
    padding:0.2rem;
}
.formula-actions-cont{
height:2rem;
background-color:#dfe4ea ;

display:flex;
 align-items: center;

}
.formula-actions-cont > input{
    border:none;
    outline:none;
    height:70%;

}
/* .formula-actions-cont > * {
   
}
.formula-icon{

} */
.address-bar{
    width:5rem;
    margin-left:1rem;
    margin-right:1rem;
    text-align: center;
   
}
.formula-bar{
   width:calc(100vw - 5rem - 4rem);
   margin-left:1rem;
}

.grid-cont{
    height: calc(100vh - 12rem);
    /* calc(100% - 3rem - 3rem - 3rem - 3rem);  */
    position:relative;  
    background-color: #f5f6fa;
    overflow: scroll;
}
.top-left-dummy-box {
    height: 2rem;
    width: 2rem;
    background-color: #747d8c;
    position: fixed;
    z-index: 4;
}
.address-col-cont {
    position: sticky;
    top: 2rem;
    left: 0;
    
    
    
}
.address-row-cont {
    display: flex;
    position: sticky;
    top: 0;
    left: 2rem;
    z-index: 4;
  
}
.cells-cont {
    position: absolute;
    top: 0;
    left: 2rem;
}
.addressCol{
    height:2rem;
    width:2rem;
  
    align-items: center;
    text-align: center;
    border:1px solid #7f8c8d;
    border-radius: 2px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
}
.addressRow{
    height:2rem;
    width:5rem;
    border: 1px solid #7f8c8d;
    border-radius: 2px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
}
.cell{
    height:2rem;
    width:5rem;
    border: 1px solid #7f8c8d;
    /* text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; */
    outline: none;
    cursor: cell;
}
.row-cont{
display: flex;
}



/* css for sheet action cont */
.sheet-actions-cont{
    height:3rem;
    background-color: #dfe4ea;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding:0.5rem;
    display: flex;
    align-items: center;
    gap:1rem;
}
.sheet-actions-cont >*{
    display: inline-block;
   
}
.sheet-add-icon{
   
    width:2vw;
}
.sheets-folder-cont{
  
    background-color: #f5f6fa;
    /* margin-left:0.7rem; */
    display: flex;
    align-items: center;
    height: 100%;
    width: 5rem;
    width: calc( 100vw - 2vw );
    overflow: auto;

    
}
.sheet-add-btn{
    width: 2vw;
}
.sheet-add-icon:hover {
    cursor: default;
}
.sheet-folder {
    height: 80%;
    text-decoration: underline;
    font-weight: bold;
    text-decoration-thickness: 3px;
    font-size: 0.9rem;
    /* background-color: lightblue; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sheet-content {
    width: 5rem;
    /* background-color: lightgreen; */
}
.color-prop{
    position: relative;
}

.color-prop > input{
    opacity: 0;
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;

}

.border{
    height:2rem;
    width:5rem;
    border: 1px solid #1dd1a1;
   
}


