.card-bodyright-Subject{

    margin-bottom: 70% !important;

}

.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid rgb(34, 31, 31);
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: #60B693;
}

.rowSize
{
 
    background: #FFFFFF;
    border: 2px solid #D6D9E3;
    box-sizing: border-box;
    border-radius: 5px; 
}
.headerModelSpan{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    color: #3B475E;;
    padding-right: 0px;
}

.headerModel-Label
{
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    color: #3B475E;;
    padding-right: 0px;
    font-weight: unset !important;
}