#home{
    background: url(/storage/backgrounds/02.jpg);
    background-position: center;
}
.bg-slate-900{
background: #273238 !important;
}

.item-info-wrap span:first-child {
background-color: #273238 !important;
}

.item-info-wrap span:first-child:after {
border-top-color: #273238 !important;
}

.label-danger, .label-success{
background-color:#EA8535;
}

.item-info-wrap span.label-success:after{
border-bottom-color:#EA8535;
}
.filter-search-form .icons {
    color: rgb(39 50 56 / 57%);
}