
div#rf-catalog {
    background-color: #f7f7f7;
}

.rf-tile {
    border-radius: 2px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.19);
    border: none;
}

#rf-catalog .rf-tile .rf-tile-body .rf-tile-title a {
    text-decoration: none;
}


.rf-tile-container .rf-tile .rf-tile-footer .favorite-catalog-result:before {
    content: ""!important;
    width: 20px;
    height: 20px;background-size: 20px;
	display: block;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 3.75L14.7812 9.38523L21 10.2889L16.5 14.6753L17.5623 20.869L12 17.9447L6.43769 20.869L7.5 14.6753L3 10.2889L9.21885 9.38523L12 3.75Z" stroke="%235E5E5E" stroke-width="2"/></svg>');
background-repeat: no-repeat;
}

.rf-tile-container .rf-tile .rf-tile-footer .favorite-catalog-result svg, .rf-tile-grid .rf-tile .rf-tile-footer .favorite-catalog-result svg {
    display: none;
}

.rf-tile-container .rf-tile .rf-tile-footer .favorite-catalog-result.favorite-session.favorited:before{
content: ""!important;
display: block;
    background-image:   url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%2376b900"><path d="M12 3.75L14.7812 9.38523L21 10.2889L16.5 14.6753L17.5623 20.869L12 17.9447L6.43769 20.869L7.5 14.6753L3 10.2889L9.21885 9.38523L12 3.75Z" stroke="%2376b900" stroke-width="2"/></svg>');
background-repeat: no-repeat;
}


#widget-page-session-details {
  max-width: 1300px;
  margin: 0 auto;
  box-shadow: none;
  padding: 20px 0;
}

#rf-catalog .search-container .total-results-count {
    padding-left: 20px;
}
.rf-tile-info.rf-tile-line-one:empty {
    display: none;
}

.rf-tile-container .rf-tile-wrapper .rf-tile .rf-tile-body {
    padding-bottom: 5px;
}

.rf-tile-container .rf-tile-wrapper .rf-tile .rf-tile-body h4.rf-tile-title {
    margin-bottom: 8px;
}
.rf-tile-container .rf-tile-wrapper .rf-tile p.rf-tile-info.rf-tile-line-two {
    padding: 0;
}
#rf-catalog .search-container .catalog-toggle-wrapper {
    display: none;
}

a.mdBtnR-outline-primary:hover .mdBtnR-text {
    color: #000;
}
.rf-tile .rf-tile-footer-left .exhibitor-tile-view-booth span.mdBtnR-text:after {
content: "";
    font-family: Font Awesome\ 6 Pro;
    font-weight: 900;
    margin-left: 6px;
    padding-right: 3px;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
    color: #76b900;
    font-size: 16px;
}

.rf-tile .rf-tile-footer-left .exhibitor-tile-view-booth{
   background-color: transparent;
    border: none;
  padding:0;
    
}
.rf-tile .rf-tile-footer-left .exhibitor-tile-view-booth span.mdBtnR-text{

 font-size:15px;
    
}
.rf-tile .rf-tile-footer-left .exhibitor-tile-view-booth:hover span.mdBtnR-text:after {
    margin-left: 9px;
    padding-right: 0;
    color:#000;
}