.align-items-center {
    align-items: center!important;
    justify-content: center!important;
}

.fw-500 {
    font-weight: 500!important;
}

.d-flex {
    display: flex;
}

.d-column {
    flex-direction: column;
}

.justify-content-center {
    justify-content: space-between;
}

.simple-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
}

.simple-row-part {
    display: flex;
    flex-direction: row;
    padding: 5px;
}

.simple-row img,
.simple-row-part img {
    height: 20px;
    width: 20px;
}

.simple-row span,
.simple-row-part span {
    font-weight: 500;
    font-size: 18px;
    margin-left: 5px;
}