.housekeeping-container {
    display: flex;
    justify-content: start;
    align-items: center;
}

.frontOffice, .houseKeeping {
    width: 20px;
}

.frontOffice {
    margin-left: auto;
}

.vacant {
    border-top-color: #2B77C0;
}

.occupied {
    border-top-color: #000;
}

.houseKeeping  {
    padding-right: 2px;
}

.clean {
    border-bottom-color: #2B77C0;
}

.dirty {
    border-bottom-color: #EA814D;
}

.pickup {
    border-bottom-color: #f7dd18;
}

.inspected {
    border-bottom-color: #497E6C;
}

.outOfOrder {
    border-bottom-color: #EBBD7A;
}

.outOfService {
    border-bottom-color: #D22B47;
}