#id_gender,
#id_job_city,
#pooja {
    list-style-type: none;
    display: inline-flex;
    padding-left: 10px;
}


#Test_Selection {
    list-style-type: none;
}

#id_gender>div {
    padding-left: 10px;
}

#id_job_city>div {
    padding-left: 10px;
}

#ygo,
#name {
    color: chartreuse;
    text-shadow: 1px 1px 2px rgb(1, 6, 15);
    font-weight: bold;
}

#pooja {
    display: inline-flex;
    color: chartreuse;
    text-shadow: 1px 1px 2px rgb(0, 2, 5);
    font-weight: bold;
    padding-left: 10px;
    font-size: 12px;

}

/* css added for project_edit page start */
#project_edit_div {

    color: rgb(4, 0, 255);
    text-align: justify;
    background-color: rgb(236, 255, 66);
    text-decoration: rgb(190, 45, 252);

}

/* css added for project_edit page start */

#ok {
    background-color: rgb(12, 250, 4);
}

#not_ok {
    background-color: rgb(255, 3, 3);
}

/* Responsive design */
@media (max-width: 768px) {

    #id_gender,
    #id_job_city,
    #pooja {
        display: block;
        padding-left: 0;
    }

    #ygo,
    #name,
    #pooja {
        font-size: 10px;
    }

    #project_edit_div {
        font-size: 14px;
    }

    #ok,
    #not_ok {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {

    #id_gender,
    #id_job_city,
    #pooja {
        font-size: 8px;
    }

    #project_edit_div {
        font-size: 12px;
    }
}