/* Custom Room Facility aliases mapped to downloaded Flaticon assets. */
i.flaticon.flaticon-toiletries:before,
i.flaticon.flaticon-water-bottles:before,
i.flaticon.flaticon-workspace-desk:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.1em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

i.flaticon.flaticon-toiletries:before {
    background-image: url("assets/icons/toiletries-3441838.png");
}

i.flaticon.flaticon-water-bottles:before {
    background-image: url("assets/icons/water-bottles-8118981.png");
}

i.flaticon.flaticon-workspace-desk:before {
    background-image: url("assets/icons/workspace-desk-3071718.png");
}

@supports ((-webkit-mask: url("") no-repeat center / contain) or (mask: url("") no-repeat center / contain)) {
    i.flaticon.flaticon-toiletries:before {
        background-image: none;
        background-color: currentColor;
        -webkit-mask: url("assets/icons/toiletries-3441838.png") no-repeat center / contain;
        mask: url("assets/icons/toiletries-3441838.png") no-repeat center / contain;
    }

    i.flaticon.flaticon-water-bottles:before {
        background-image: none;
        background-color: currentColor;
        -webkit-mask: url("assets/icons/water-bottles-8118981.png") no-repeat center / contain;
        mask: url("assets/icons/water-bottles-8118981.png") no-repeat center / contain;
    }

    i.flaticon.flaticon-workspace-desk:before {
        background-image: none;
        background-color: currentColor;
        -webkit-mask: url("assets/icons/workspace-desk-3071718.png") no-repeat center / contain;
        mask: url("assets/icons/workspace-desk-3071718.png") no-repeat center / contain;
    }
}
