.temp-icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-size: cover;
    background-image: url(../images/Icon-Temp.svg)
}

.active.temp-icon,
.active .temp-icon {
    background-image: url(../images/Icon-Temp-Active.svg)
}

.custom-menu-label {
    font-size: 14px;
    margin-left: 0.25rem;
}