.text-white {
    color: #fff !important;
}

.list-style-none {
    list-style: none;
}

.m-0 {
    margin: 0 !important;
}

.d-flex {
    display: flex !important;
}

.list-style-color {
    fill: var(--ast-global-color-0);
}

.align-center-center {
    align-items: center;
}

.me-1 {
    margin-right: 1rem;
}

.ps-2 {
    padding-left: 2rem;
}

.ps-1 {
    padding-left: 1rem;
}

.pt-2 {
    padding-top: 2rem;
}

.mt-1 {
    margin-top: 1rem;
}

.lh-xl {
    line-height: 1.5;
}

.w-24px {
    width: 24px;
}

.h-24px {
    height: 24px;
}

.text-center {
    text-align: center;
}

.text-left{
    text-align: left;
}
