.status-1 {background: #00f; color:#fff; font-weight: bold;}
.status-2 {background: yellow;}
.status-3 {background: #0f0;}
.status-4 {background: purple; color: #fff;}
.status-5 {background: #ef9a9a;}
.status-6 {background: #000; color: #fff;}

.d-flex{display:flex}
.d-none{display:none!important}

.justify-content-between{justify-content: space-between}
.w-100{width:100%}
.align-items-center{align-items: center;}
.flex-row{flex-direction: row}
.mt-2{margin-top:0.5rem}
.my-2{margin-top:0.5rem;margin-bottom:0.5rem}

