.fl-jb{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.g-10{
    gap: 10px;
}

.fl-ac{
    display: flex;
    align-items: center;
}

.p-nl{
    margin-top: 0;
    margin-bottom: 0;
}

.fl-jcc{
    justify-content: center;
}