.d-flex {
    display: flex;
}

.between-xs {
    justify-content: space-between;
}

.end-xs {
    justify-content: flex-end;
    text-align: end;
}

.middle-xs {
    align-items: center;
}

.column-xs {
    flex-direction: column;
}

.mt-6 {
    margin-top: 24px;
}

.mb-0 {
    margin-bottom: 0;
}