.box-warning {
    width: 50px;
    height: 12px;
    border-radius: 5px;
    background-color: rgb(253, 234, 182);
}

.box-success {
    width: 50px;
    height: 12px;
    border-radius: 5px;
    background-color: rgb(176, 233, 210);
}

.box-secondary {
    width: 50px;
    height: 12px;
    border-radius: 5px;
    background-color: rgb(195, 158, 226);
}
