/*CSS for cell : socraticMethod*/
.main-holder-socMet
{
    position: absolute;
    display: flex;
    border-radius: 15px;
    justify-content:center;
    justify-items:center;
    align-items: center;
    flex-direction: column;
}

.textarea-soc-answer
{
  
    border-radius: 15px;
    
}

.textArr-answer-soc-met
{
    border-radius: 0px;
    border: white;
    color: #7D3BBB;
    justify-content:left;
    text-align: justify;
    overflow-y: auto;
    padding: 5px 5px 5px 5px;
}

.textarea-soc-panel
{
   
    border-radius: 8px;
    display: flex;
    justify-content:center;
    justify-items:center;
    align-items: center;
    text-align: justify;
    flex-direction: row;
}
.send-message-AI
{
    position: absolute;
    border-radius: 50%;
    transform: rotate(90deg);
}
.send-message-AI:hover
{
    cursor: pointer;
}
.textArea-inside-soc
{
    border-radius: 8px;
    border: transparent;
    color: #7D3BBB;
    display: flex;
    justify-content: left;
    text-align: justify;
    overflow-y: auto;
    padding-left: 5px;
    padding-right: 5px;   
    padding-top: 30px;
    margin-right: 10px;    
}

.soc-met-bgkgrd-prompt
{
    background-color: grey;
    opacity: 0.1;
    border: transparent;
    border-radius: 15px;
}