/*CSS for cell : ProblemCategories*/

.main-frame-prob-cat
{
    position: absolute;
    border-radius: 8px;
}
.pro-cat-img
{
    position: absolute;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    border-right: thick solid #feb300;
    border-left: thick solid #feb300;

}
.prob-detail-holder
{
    position: absolute;
    border-radius: 6px;
    border: thin solid #feb300;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color : #7D3BBB;
}
.resource-prob-detail-holder
{
    border-radius: 50%;
    border: thin solid #feb300;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color : #7D3BBB;
    background-color: #feb300;
}
.grid-item-pspace
{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    color: #7D3BBB;
}