.username-div {
    overflow-y: auto;
    max-height: 247px;
    padding-top: 50px;
}

.username-div .table {
    overflow-y: auto;
    max-height: 300px !important;
    padding-top: 50px;
}

.username-div .table thead {
    position: absolute;
    width: 100%;
    display: table;
    background: white;
    table-layout: fixed;
    top: 86px;
}

.form-group {
    position: relative;
}

.username-div .table td {
    width: 50%;
}

.list-group-item:hover {
    background-color: #f8f9fa; /* Light gray hover */
    cursor: pointer;
}

.list-group-item input:checked + span {
    color: #0d6efd; /* Change text color if checked */
    font-weight: bold;
}

#user-list .form-check-input {
    position: relative !important;
}

#user-list label {
    margin-bottom: 0 !important;
}

.hidden-user {
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.hide {
    display: none !important;
}
