@import url('/css/global.css');
@import url('/modules/suggest_card/index.css');

.btn {
    box-sizing: border-box;
}

.input-text {
        font-size: 16px;
        background-color: white;
        height: 42px;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid black;
}

.friends {
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-sizing: border-box;
}
.friend {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    border: 1px solid black;
    font-size: 20px;

}

.friend-selected {
    background-color: black;
    color: white;
}