/* Hide Space on Sign Up */

section.message.instruction {    
display: none;
}

/* Hide Private Account Button */

.account_type_radio {
    display: none;
}

/* Hide Mandatory Information Label */

section#mandatory_info_bottom {
    display: none;
}

/* Remove Distribute Button */
div#page_account_distribution_listDistributionProducts a#btn_distribute { 
display: none;
}

/* ticketshop01.css - Provided by LCSC */
:root {
	--brand-midnight: #120531;
	--brand-royal: rgb(255, 54, 74);
	--brand-race: rgb(255, 54, 74);
	--brand-stirling: #8C8C8A;
	--brand-black: #000000;
	--brand-white: #FFFFFF;
	
	--layout-max-width: 1240px;
	
}

   @font-face {
     font-family: "Rajdhani-Bold";
     src: url('https://content.secutix.com/LCSC/fonts/Rajdhani-Bold.ttf') format("truetype");
   }

   @font-face {
     font-family: "Rajdhani-Regular";
     src: url('https://content.secutix.com/LCSC/fonts/Rajdhani-Regular.ttf') format("truetype");
   }

   html,
   body,
   a,
   input,
   li,
   p,
   th,
   td,
   span,
   .text,
   a.iframe {
     font-family: "Rajdhani-Regular", "Rajdhani",sans-serif !important;
   }

   div.seat_infomation,
   td.unit_price,
   th.tariff,
   td.stx_tfooter,
   div.event_header,
   section.message.instruction li,
   th.category,
   th.quantity,
   th.unit_price,
   th.subtotal,
   a#goToCartButton,
   td.subtotal.stx_normal_colspan {
     font-family: "Rajdhani-Regular", "Rajdhani",sans-serif !important;
   }

   h1,
   h2,
   h3,
   h4,
   h5,
   h6,
   span.main_title,
   a.title,
   p.title {
     font-family: "Rajdhani-Bold", "Rajdhani",sans-serif !important;
     font-weight: 700 !important;
   }



  .language_selector_container a.lang_ar{
	  display:none;
  }
  
  
  .main_content_group>.content_title>.title .main_title, .secondary_content_group>.content_title>.title .main_title
  {
	 font-size: 42px;
    line-height: 1.05em;
    padding: 8px 0;
    text-transform: uppercase;
    color: var(--brand-royal);
    font-family: "Rajdhani", sans-serif;
    background: #ff000000;
}
	  
  .main_content_group>.content_title>.title, .secondary_content_group>.content_title>.title{
	  background:none;
  }
  
  
 .message {
    background-color: #c2c2c242;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
 .main_content>.content_title>.title {
     font-family: "Rajdhani", sans-serif;
     background: none;
    
}


#secondary_content_navigation .content_title>.title, #secondary_content_navigation .content_element>.content {
    background-color: #ffffff;
    
}


#secondary_content_navigation .content_title .title .main_title {
     
    color: #000000;
}

#secondary_content_navigation li a {
    color: #000000!important;
}

#secondary_content_navigation li a:visited {
    color: #000000!important;
}
    #content #secondary_content_navigation .content_element .content .tickets_menu_logout .text {
         
        color: #000000!important;
    }
	
	
	
	
	    #content #secondary_content_navigation .content_element .content ul li.selected a {
         background-color: #FFFFFF!important;
		font-weight:bold;
    }
	#main_content_distribution_product_detail .distribution_sub_title .additional_match_info_container{
		display:none;
	}
	
	#main_content_distribution_product_detail .distribution_sub_title .title {
    
    width: 70%!important;
     
}
	 
	 #main_content_distribution_product_detail .tickets_distribution_seat_map .product_SPORTING_EVENT .location{
		display:none;
	 }		
	
#account_remove_btn a{

background-color: #ed1d24!important;
}	

#orderBy{
	display:none;
}
		 
#filterCriteria div:nth-child(3),
#filterCriteria div:nth-child(4) {
    display: none;
} 
#export_excel_button_notification{
	 display: none!important;
}

.all_match_info_for_dashboard div:nth-child(2){
	display:none;
}


/* End ticketshop01.css */

/* Distribution - Remove Notify Box */

.notify_recipient {
    display: none;
}

/* Distribution - Remove Buy Tickets */
  
li.tickets_menu_add_products {
    display: none;
} 
  
/* Distribution - Remove Upcoming Box */
  
section#main_content_account_home_upcomming_ticket {
    display: none;
} 

/* Distribution - Remove Last Order Box */
  
section#main_content_account_home_last_file {
    display: none;
}

/* Distribution - Remove 'Or' separating buttons */
  
span.button_separator {
    display: none !important;
}
 
/* Distribution - Remove Print Order Summary */  

div#page_account_file span.alternative_button.print.file {
    display: none;
}

/* Remove price */

div#page_account_distribution_listDistributionProducts .audience_sub_cat_price {
    display: none;
}

/* Distribution - Remove Product Type Title */

div#page_account_distribution_listDistributionProducts h4.product_family_title.title3 {
    display: none;
}

/* Remove Experience Vouchers menu section */

li.menu_experience_vouchers {
    display: none;
}

/* Hide season row on tickets account page */

div#page_account_tickets p.semantic-no-styling.inline_addon span.season {
    display: none;
}

/* Hide view on map on tickets account page */

div#page_account_tickets .view_seat_map {
    display: none !important;
}


/* Hide Export dashboard button */

a#export_excel_button {
    display: none;
}

/* Hide structure section in profile */

.fieldset_container.structure {
    display: none;
}

/* Update colour of relay info banner */

#relay_collaboration_info_container {
    background: #28f0d2 !important;
}