.df-fd-c {
    display: flex;
    flex-direction: column;
}

.df-fd-r {
    display: flex;
    flex-direction: row;
}

.df-jc-sb {
    display: flex;
    justify-content: space-between;
}

.df-ai-c {
    display: flex;
    align-items: center;
}

.df-jc-sa {
    display: flex;
    justify-content: space-around;
}

.ml-1 {
    margin-left: 1rem;
}

.border-b1-E0E0E2 {
    border-bottom: 1px #E0E0E2 solid;
}

.fs-14 {
    font-size: 14px;
}