/* Restaurant Booking Admin Styles */
.vc_element-icon.tprb-icon-booking {
    background-image: url('../icons/booking.svg') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    display: block;
}

.vc_element-icon.tprb-icon-weekmap {
    background-image: url('../icons/weekmap.svg') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    display: block;
}
.vc_element-icon.tprb-icon-monthmap {
    background-image: url('../icons/monthmap.svg') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    display: block;
}
