/*CSS for cell : combinatoryPlay*/

.inner-frame
{
    position: absolute;
   
    border-radius: 5px;
}
.inner-scroll
{
    position: absolute;
   
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-scroll-problem
{
    position: absolute;
   
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 6px;

}

.scroll-com
{
   margin-left: 12px;
   margin-right: 12px;
  
   border-radius: 6px;
}

.scroll-com-content
{

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #feb300;
    border: thin solid #feb300;
    border-radius: 10px;
    border-right: none;
    border-left: none;
}

.scroll-com-content-desc
{
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 16px;
    color: ghostwhite;
    border: thin solid #7D3BBB;
    border-radius: 10px;
    text-align: justify;
	white-space: pre-wrap;
    line-height: 20px;
    margin: 5px;
    padding: 10px 10px 10px 10px;
    border-right: none;
    border-left: none;


}
.scroll-com-XX
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.combinatory-button
{
    position: absolute;
    border: thin solid #feb300;
    border-radius: 50%;
}
.combinatory-button:hover
{
    cursor: pointer;
    background-color: #feb300;
}
.combinatory-button:hover::after
{
    content: "Combine and Tell";
    display: block;
    position: relative;
    top: 35px;
    right: 30px;
    width: 200px;
    color: #feb300;
}
.combinatory-button-1
{
    position: absolute;
    border: thin solid #feb300;
    border-radius: 50%;
}
.combinatory-button-1:hover
{
    cursor: pointer;
    background-color: #feb300;
}
.combinatory-button-1:hover::after
{
    content: "Freestyling";
    display: block;
    position: relative;
    top: 35px;
    right: 8px;
    width: 200px;
    color: #feb300;
}
.which-topics
{
    position: absolute;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}
.topic-selec-0
{
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 50%;
}

.topic-selec-0:hover
{
    cursor:pointer;
}

.topic-selec-0:hover:after 
{
    content: "Business";
    display: block;
    position: relative;
    top: 40px;
    right: 0px;
    width: 200px;
    color:#feb300;
}

.topic-selec-1
{
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 50%;
}
.topic-selec-1:hover
{
    cursor:pointer;
}
.topic-selec-1:hover:after 
{
    content: "Technology";
    display: block;
    position: relative;
    top: 40px;
    right: 7px;
    width: 200px;
    color:#feb300;
}

.topic-selec-2
{
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 50%;
}
.topic-selec-2:hover
{
    cursor:pointer;
}

.topic-selec-2:hover:after 
{
    content: "Environment";
    display: block;
    position: relative;
    top: 40px;
    right: 8px;
    width: 200px;
    color:#feb300;
}

.topic-selec-3
{
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 50%;
}
.topic-selec-3:hover
{
    cursor:pointer;
}

.topic-selec-3:hover:after 
{
    content: "People";
    display: block;
    position: relative;
    top: 40px;
    right: 0px;
    width: 200px;
    color:#feb300;
}