/*CSS for cell : nursery*/
.nursery-MF
{
    position: absolute;
    border-radius: 6px;
    background: transparent;
}
.innerFrame-nursery-Portrait
{
    position: absolute;
    border-radius: 6px;
    background: transparent;
}
.button-holder-group
{
    background: transparent;
    position: absolute;
    display: flex;
    align-items:center;
    justify-content:center;
    justify-items: center;
    flex-direction: column;
    border-radius: 6px;
}
.button-group-gridly
{
    background: transparent;
    display: flex;
    align-items:center;
    justify-content:center;
    justify-items: center;
    flex-direction: row;
    border-radius: 6px;
}
.top-title-F-nursery
{
    background: transparent;
    position: absolute;
    display: flex;
    align-items:center;
    justify-content:center;
    justify-items: center;
    flex-direction: row;
    border-radius: 6px;
}
.top-word-connect-nursery
{
    display: flex;
    align-items:center;
    justify-content:center;
    justify-items: center;
    color: black;
    border-radius: 6px;
    text-align: center;
    background: transparent;
}
.spinnerHMF-word-holder-nursery
{
    position: absolute;
    border-radius: 6px;
    background: transparent;
}

.spinner-word-holder-nursery
{
    position: absolute;
    display: flex;
    align-items:center;
    justify-content:center;
    justify-items: center;
    background: transparent;
    border-radius: 6px;
}
.doors 
{
    display: flex;
    background: transparent;
}
.door 
{
    background: transparent;
    overflow: hidden;
    border-radius: 5px;
   
  }
  .boxes 
  {
    /* transform: translateY(0); */
    transition: transform 1s ease-in-out;
    background: transparent;
  }
  .box 
  {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    z-index: "2000";
    border-top: transparent;
    border-bottom: transparent;
    border-radius: 10%;
    border-left: 1px solid #feb300; /* #7D3BBB; #ED7D31 */
    border-right: 1px solid #feb300;
  }

  .button4Group
  {
    border: thick solid #7D3BBB;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    text-align: center;
    
  }
  .button-label-4-Group
  {
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    text-align: center;
  }
  
  