/* ===================== Adjustments for Exhibitor Hub ===================== */
button.btn.btn-primary.abtn-AdvanceSearchForm.aa-exhibitorSearch {
    /*display: none;*/
}

#ctl00_cph1_dvBannerAds .clearfix {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#ctl00_cph1_dvBannerAds .pull-left,
#ctl00_cph1_dvBannerAds .pull-right {
  float: none !important;
}

/* Pin the right-side sponsor logos to the absolute right */
#ctl00_cph1_dvBannerAds .pull-right:last-child {
  position: absolute;
  right: 15px;
}

#ctl00_cph1_dvBannerAds .pull-right:nth-last-child(2) {
  position: absolute;
  right: 180px; /* Adjust based on the width of the last logo */
}

button.btn.btn-primary.abtn-MyExhibitors.aa-myExhibitors {
    display: none;
}

button.abtn-Login {
    display: none;
}

i.fa.fa-lg.fa-star-o {
    display: none;
}

i.fa.fa-lg.fa-star-half-full {
    display: none;
}
/*======== Hide Login ============ */
li#ctl00_cph1_btnLogin {
    display: none !important;
}

/*.exhibitorName {*/
/*  pointer-events: none;*/
/*}*/
