select#taskOption {
    background: transparent;
    /* border-radius: 84px; */
    min-width: 200px;
    color: black;
    font-weight: 800;
}
select#taskOption option:checked {
    color:#047504;
}
.gita_weight {
    color: black;
    font-weight: 800;
}