.grid-container {
    width: 100%; /* Adjust as needed */
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.guest_grid li {
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    border: 2px solid #cccccc; /* Adjust border color and width as needed */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adjust shadow as needed */
    margin: 10px; /* Added to give space between grid items */
}

li img {
    width: 100px; /* Adjust the size as needed */
    height: 100px; /* Making the image square */
    object-fit: cover; /* Scale the image to cover the container */
    object-position: center; /* Align the image to the center o */
    margin-right: 10px; /* Space between image and text */
}

li div {
    display: flex;
    flex-direction: column;
}

.clickable {
    cursor: pointer;
}

tr.clickable:hover {
    background-color: #f2f2f2; /* Very light gray */
  }

  .mini_staff_img {
    border-radius: 4px;
    box-shadow: 1px 1px 0 rgba(0,0,0,.1);
    height: 42px;
    margin: 0 8px 0 0;
    width: 42px;
    object-fit: cover;
}

.searchBar_base {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-left: auto;
}

.searchBar_input_base {
    display: flex;
    flex-direction: row;
    position: relative;
   
    margin-left: auto;
}

.searchBar_input {
    border-radius: 4px;
    border: 1px solid rgb(184, 184, 184);
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    outline: none;
    color: rgb(50, 50, 51);
    position: relative;
    font-size: 13px;
    font-family: Lato, "Open Sans", Arial, "sans-serif";
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.01em;
    overflow-wrap: break-word;
    display: inline-flex;
    height: 37px;
    padding: 10px 34px;
    background-color: white;
    border-color: rgb(158, 158, 158);
    transition: background-color 0.2s ease 0s, border-color 0.1s ease 0s;
}

.searchBar_icon {
    border-radius: 7px;
    transition: all 250ms ease 0s;
    display: flex;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 8px;
    left: 10px;
}

.shadow-card {
    --tw-shadow: 1px 1px 1px rgba(0,0,0,.05),0px 0px 2px rgba(0,0,0,.06),0px 0px 1px rgba(0,0,0,.04)!important;
    --tw-shadow-colored: 1px 1px 1px var(--tw-shadow-color),0px 0px 2px var(--tw-shadow-color),0px 0px 1px var(--tw-shadow-color)!important;
    box-shadow: 0 0 #0000,0 0 #0000,1px 1px 1px rgba(0,0,0,.05),0 0 2px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.04)!important;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;
}

.alert_card {
    margin-bottom: 16px!important;
    border-radius: 8px!important;
    background-color: white;
    padding: 24px!important;
    font-size: 14px!important;
    line-height: 20px!important;
}

.styles_checkboxContainer__7Ari6 {
    align-items: center;
    cursor: pointer;
    display: flex;
    line-height: 20px;
    margin-bottom: 0px;
    position: relative;
}

.styles_checkboxLabel__0BL4E {
    font-weight: 500;
    line-height: 16px;
    margin-left: 24px;
}

.text-tags-alert {
    --tw-text-opacity: 1!important;
    color: #d17417!important;
}

.note_td {
    padding: 12px;
    vertical-align: top;
    border-bottom: 1px solid rgb(233, 238, 242);
    cursor: pointer;
}

.note_td:hover {
    background-color: #f5f5f5;
}

.left_border_line {
    margin-bottom: 8px!important;
    border: 2px solid #c60;
    border-radius: 2px;
    margin-left: 40px;
}

.resident_note_div {
    margin-bottom: 8px!important;
    display: flex!important;
    flex-direction: column!important;
    padding: 16px!important;
    font-size: 14px!important;
    line-height: 20px!important;

}

.res_note_title {
    margin-bottom: 8px!important;
    display: flex!important;
    align-items: center!important;
    font-weight: 600!important;
    color: #262626;
}

.res_note_desc {
    margin: 0 0 8px 0;
    color: gray;
    display: flex;
    align-items: center;
}

