body {
    background-color:  #F5F5F5;
}

.card-item {
    background-color: transparent;
}
.left-side{
    width: 167px;
}
.right-side{
    width: 195px;
}
.first-word {
    font-size: 28px;
}
.first-small-text {
    display: inline-block;
    vertical-align: bottom;
    margin-block-start: 6px;
    font-size: 12px;
}
.second-small-text {
    display: inline-block;
    vertical-align: top;
    margin-block-start: -3px;
    font-size: 12px;
}
.item-label {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
}
.container .row .status-item {
    margin: 0 23px 0 23px;
}
.text-title {
    font-size: 22px;
    line-height: 26px;
}
.status-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.item-dryer {
    background-color: #E58A00;
    color: #FFFFFF;
}
.item-washer {
    background-color: #19738F;
    color: #FFFFFF;
}
.status-in-use {
    background-color: #00000080;
    color: #FFFFFF;
}
.status-available-dryer {
    background-color: #E58A0080;
    color: #574545;
}
.status-available-washer {
    background-color: #19738F80;
    color: #574545;
}
.status-maintenance {
    background-color: #00000080;
    color: #FFFFFF;
}
.text-right {
    position: absolute;
    bottom: 0; 
    right: 0;
}