/*Attendee Portal - Agenda (Alyssa - 11631)*/
.youngliving-gold2021-attendee-portal-page-agenda table > tbody > tr:nth-of-type(1) {
    background-color: #FFC000;
}

.youngliving-gold2021-attendee-portal-page-agenda table > tbody > tr:nth-child(even) {
    background-color: #FFF2CC;
}

.youngliving-gold2021-attendee-portal-page-agenda table > tbody > tr:nth-child(n+3) > td {
    padding: 0 5px;
}
/*end Attendee Portal - Agenda (Alyssa - 11631)*/

/*Kevin - custom agenda table styles*/
.yl-gold-agenda-table table tr:nth-child(1){
    background: #FFBF3C;
}
.yl-gold-agenda-table table tr:nth-child(1) b{
    color: #FFF;
}
.yl-gold-agenda-table table tr:nth-child(even){
    background: #FFF2CC;
}
.yl-gold-agenda-table table tr:nth-child(n+3) p{
 margin-left: 5px;
 margin-top: 3px;
}
/*end Kevin - custom agenda table styles*/

/*Kevin 11886 - remove back button on guest mgmt*/
.rf-workflow-guest-pass .workflow-footer-buttons button.pull-left{
 display: none; 
}
/*end Kevin 11886*/

/*Kevin - custom link state on confirmation page*/
.youngliving-2021platinum-reg-page-confirmation h1 span a:hover{
 color: #3aad2a; 
}
/*end Kevin - custom link styles*/

/*Alyssa 11916 - hide edit icon on confirmation page*/
.youngliving-2021gold-reg-page-confirmation .booth-details-card .card-header .card-controls {
    display: none;
}
/*end Alyssa 11916*/

/*km 18784*/
#bulkPackagesDashboard .rfG-xs-100 > h1{
 display:none; 
}
/*end 18784*/

/*km 18990*/
#send-popover-content .send-attendee-list button.mdBtnR-primary{
  background-color: #A48CB4 !important;
  border-color: #A48CB4 !important;
  color: #fff !important;
  padding: 6px 16px !important;
}
/*end 18990*/

/*km 19227*/
#rf-catalog .search-container .rf-catalog-tabs li.active button{
 color: #000; 
}
/*end 19227*/

/*km 19447*/
.page-builder-display-reset .hotel-card .card-controls .mdBtnR-outline-primary{
 display: none; 
}
/*end 19447*/
.rf-housing .hotel-selected-view .room-pricing .room-price {
    display: none !important;
    font-size: 20px;
    color: var(--rf-brand-color-primary);
}
/*km remove arrow*/
.rf-flex-frame.rf-flex-vertical-center {
  display: none !important;
}
/*end remove arrow*/
