.dr_sanction_detail{
    background-color: #e1f2e2;
}
.dr_sanction_row{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    margin-bottom: 10px;
}
.dr_sanction_detail{
    padding: 34px 62px;
    margin-top: 25px;
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: -45px;
}
.dr_sanction_detail_row_1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}
.dr_sanction_link{
    color: #49903A;
    font-size: 18px;
    font-weight: 300;
}
.dr_sanction_link:hover,
.dr_sanction_link:active,
.dr_sanction_link:focus{
    color: #49903A;
    font-size: 18px;
    font-weight: 300;
    text-decoration: underline;
}
.dr_sanction_sub_value{
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.dr_sanction_old_row{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.dr_sanction_bage_value{
    border-radius: 10px;
    background: #5BB449;
    padding: 4px 17px;
    margin-right: 10px;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 800px) {
    .dr_sanction_detail_row_1 {
        flex-direction: column;
    }
}
@media (max-width: 650px) {
    .dr_sanction_detail {
        padding: 34px 62px;
        margin-top: 25px;
        margin-left: -25px;
        margin-right: -15px;
        margin-bottom: -45px;
    }
}