.card{
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.table-row{
    font-size:small;
}

.CardBtn{
    box-shadow: none;
    border-radius: 5px;
}

.CardBorder{
    border: 1px solid #ACDDDE;
    border-radius: 5px;
}

.TableHead tr th{
    font-weight: bolder;
}

.TableBody tr{
    line-height: 30px;
    font-size: small;
}

.SideEdit{
    line-height: 20px;
    background-color: #ffffff;
}

.SideEdit button{
    border-bottom: 0.5px solid #ACDDDE;
}

.text-blue
{
    color: blue;
}

.text-green{
    color: green;
}

.text-active
{
    background-color: #f4f8f9;
}
