.Jam_header {
    width: 170px;
    background-color: grey;
    color: white;
    padding: 7px 21px;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.userdp_expand h4 {
    font-size: 20px;
  }
.title_right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.title_right a {
    color: white;
    font-size: 25px;
    margin-right: 30px;
    text-decoration: none;
}
.requirement_container {
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#showResponses_btn {
    width: 200px;
    margin-top: 10px;
    text-align: center;
    height: 50px;
    border: none;
    background: #d65471;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.response_userName_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    padding: 15px;
    border-radius: 0.5rem;
    margin: 10px 0;
    cursor: pointer;
}
.response_single_card {
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    padding: 15px;
    border-radius: 0.5rem;
    margin: 10px 0;
}
.responses_list_div,.response_single_div {
    margin-top: 20px;
    width: 100%;
}
.response_userName_card img {
    width: 30px;
}
.response_single_card_que {
    font-weight: bold;
    font-size: 20px;
}
.select_roles_checkbox {
    width: 50px;
    height: 20px;
  }