/*CSS for cell : AIACCombinatoryProjectP*/

.main-AIAC-Project-BF
{
    position: absolute;
    border-radius: 4px;

}

.AIAC-Project-Holder-list
{
    position: absolute;
   
    border-radius: 4px;
    overflow-y: auto;
}
/*
.AIAC-Project-Holder-list::-webkit-scrollbar 
{
    display: none; 
}

.AIAC-Project-Holder-list 
{
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}
*/
.AIAC-create-new-project
{
    position: absolute;
    border-radius: 5px;
}

.AIAC-create-new-project:hover
{
    cursor: pointer;
}