﻿.green {
    color: #5be28c !important;
}

.red {
    color: #ef3c2b !important;
}

.gray {
    color: #82838a !important;
}

.place-items-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}