#update_scorecard_modal {
    width: 500px;
    height: 240px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    margin: auto;
    border-radius: 5px;
    display: none;
    border: 5px solid #29a4c4;
}

.this_person_onteam {
    background-color: #BDF259;
    transition: background-color 0.5s ease;
}

.this_person_notselectable {
    background-color: #000000 !important;
    transition: background-color 0.5s ease;
}

.this_team_notselectable {
    background-color: #000000;
    transition: background-color 0.5s ease;
}

.overflow_verticle_scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.scorecard_noo_search_maxheight {
    height: 144px;
}