/*SAVE & CONTINUE REGISTRATION button color, text color and size*/

.btn-primary-action {
    background-color:#5A8DD6;
    color:#FFFFFF;
	font-size : 20px;
}

.btn-primary-action.btn.update-attendee {
    background-color:#5A8DD6;
    color:#FFFFFF;
	}
/*====================================================================================================*/
	
/*CANCEL button color, text color and size*/

.btn-secondary-action {
	
	background-color:#5A8DD6;
}
/*====================================================================================================*/

/*REGISTRATION FORM background color or background image*/

body{
background-color: #00A8A1
 !important;}
 
 /* REMOVE "/*" SYMBOLS TO ENABLE BACKGROUND-IMAGE 
 
 body{
	background-image:url('https://cdn.eventtia.com/event_files/186960/original/stockvaultsubtleclouds12249117133578191713357819.jpg?1713357819') !important;
}*/

 
/*====================================================================================================*/
 /*SECTION TITLE ( Participants,Activities,Merchandising,etc...) color*/
 .title-form {
	color:#FFFFFF !important;
}
	
	
.view-less {
	color: #5A8DD6;
}
.fa-plus-circle:before {
	color: #5A8DD6;
}

.fa-minus-circle:before {
	color: #5A8DD6;
}
.workshop__content {
	border-left-color: #5A8DD6 !important;  
	color: #5A8DD6;
}

.workshop__date--selected {
background-color: #5A8DD6 !important;
border-color: #5A8DD6 !important;
}	

.section-title {
	color: #FFFFFF !important;
}

.main-card.attendee-success-message {
	background-color:#FFFFFF !important;
    color:#000000 !important;
}

.event-title {
    color: #5A8DD6  !important; /* Replace 'your-desired-color' with the color you want */
}

.event-date {
	color: #5A8DD6  !important;
}

.btn-calendar {
	color: #5A8DD6  !important;
	border: 2px solid #5A8DD6 !important;
}

.fa-calendar-plus-o:before {
	color: #5A8DD6  !important;
}

.fa-clock-o:before {
	color: #5A8DD6  !important;
}

.event-start-date {
	color: #5A8DD6  !important;
}
.workshop__content {
	border-left-color: #5A8DD6 !important;  
	color: #5A8DD6;
}

.workshop__date--selected {
background-color: #5A8DD6 !important;
border-color: #5A8DD6 !important;
}



.workshop__time--selected{
    border-color: #5A8DD6 !important; /* Replace 'your-desired-color' with the color you want */
}
.workshop__time--selected:hover{
    border-color: #5A8DD6 !important; /* Replace 'your-desired-color' with the color you want */
}

.workshop__time:hover {border-color: #5A8DD6 !important; /* Replace 'your-desired-color' with the color you want */
}

.choose-one {
    color:#5A8DD6;/* Replace 'your-desired-color' with the color you want */
}

.workshop__time.workshop-checkbox-desktop.workshop__time--selected
{
    color:#5A8DD6;/* Replace 'your-desired-color' with the color you want */
}
.workshop__time.workshop-checkbox-desktop.workshop__time:hover
{
    color:#5A8DD6;/* Replace 'your-desired-color' with the color you want */
}