#searchbody {
    height: 100%;
    overflow-y: scroll;
}/*to register scrolls*/

#select-search-type {
    display: flex;
    gap: 10px;
}

.ssbutton {
    width: 50%;
    height: 60px;
    background: none;
    border: 2px solid rgb(141, 211, 255);
    box-sizing: border-box;
    margin-top: 20px;

    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.6rem;
    color: rgb(141, 211, 255);
    font-weight: normal;
    padding: 5px;
    text-align: center;
}

.fillssb {

    background: rgb(141, 211, 255);
    border: 2px solid rgb(141, 211, 255);
    font-weight: bold;
    color: black;

}

#search-box {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;

    width: 100%;
    height: 60px;
    background: none;
    outline: none;
    color: rgb(141, 211, 255);
    border: 2px solid rgb(141, 211, 255);
    padding: 10px;
}

#search-box::placeholder {
    color: rgba(100, 175, 200,0.5);
}

.udbox {
    width: 100%;
    height: fit-content;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
    border: 2px solid white;
    box-sizing: border-box;
    background: none;
    padding: 10px;
    flex-wrap: wrap;
}

.udbox-text-cont {

    width: fit-content;

}

.udbox-user {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: rgb(141, 211, 255);
    width: fit-content;
}

.udbox-name {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: white;
    margin-top: 5px;
}

.udbox-pfp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
