.flex-basis-100 {
    flex: 1 1 100% !important;
}

.flex-basis-80 {
    flex: 1 1 80% !important;
}

.flex-basis-20 {
    flex: 1 1 20% !important;
}

.light-green {
    background: #5EFB6E !important;
}

.light-yellow {
    background: #F3E5AB !important;
}

.light-orange {
    background: #FFCBA4 !important;
}

.light-red {
    background: #E8ADAA !important;
}

.green {
    background: #40cf00 !important;
}

.yellow {
    background: #fff607 !important;
}

.orange {
    background: #ffa102 !important;
}

.red {
    background: #fa0000 !important;
}
