/* Ricardo */
.cm-color-light {
    color: #bf1e74;
}

.cm-color-dark {
    color: #7b204f;
}

.no-padding-top {
    padding-top:0 !important;
}

.hidden {
    display:none !important;
}

.bs-stepper-header {
    justify-content: center;
}

.style-form  {
    font-size:1rem;
    position:relative;
}

.style-form .loading-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0) !important;
    z-index:999999;
}

.style-form:not(.loading) .loading-overlay {
    display:none;
}

.style-form h3.step-title {
    text-align: center;
    margin: 30px 0 40px 0;
    color: #7b204f;
}

.style-form h5.step-intro {    
    margin:30px 0;
    font-weight: 600;
}

.style-form label[for],
.style-form .radio-label-cocon {
	display: block;
 font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
    margin:0;
}

.style-form .radio-label-cocon {
	padding-top:0 !important;
    font-size:1.2rem;
}

.style-form label[for] sup.required {
	color:#ff0000;
}

.style-form input:disabled,
.style-form select:disabled {
	color: #bbb;
    border-color: #e8e8e8 !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.5); 
    -webkit-opacity: 0.5; 

}

.style-form input.read,
.style-form select.read {
	border: 0 !important;
    padding-left: 0 !important;
    -webkit-appearance: none;
    appearance: none
}

.style-form input:not([type='checkbox']):not([type='radio']),
.style-form select,
.style-form textarea {
	width: 100%;
    border: 2px solid #ccc;
    border-radius: 7px;
    background-color: transparent;
    margin: 8px 0;
}


.style-form select {
	background: rgba(0, 0, 0, 0.005);
}


.style-form input:not([type='checkbox']):not([type='radio']),
.style-form select {
    height:36px;
}

.style-form textarea {
	padding: 5px 10px;
}

.style-form input:not([type='checkbox']):not([type='radio']) {
    padding:0 7px;
}
.style-form input[type=number].no-step::-webkit-inner-spin-button, 
.style-form input[type=number].no-step::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.style-form select {
	padding:0 4px;
}

.style-form select::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f110"; 
}

.style-form select option {
	padding:10px;
} 

.style-form input[type='radio'] {
	margin-right:10px;
} 

/* RADIO BUTTONS */
 
/* The container */
.style-form .radio-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;  
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 14px 25px 14px 0;
    padding-top: 2px;
    font-weight: 400;
}

.style-form .radio-wrapper.list .radio-container {
    display: block;
    float: left;
    clear: left;
    margin: 5px 25px 5px 0;
}

.style-form .radio-wrapper {
    overflow: hidden;
    margin: 5px 0;
}

/* Hide the browser's default radio button */
.style-form .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.style-form .radio-container span.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border-radius: 50%;
    border:2px solid #ccc; 
}

/* On mouse-over, add a grey background color */
.style-form .radio-container:hover input ~ .checkmark {
    /*background-color: #ccc;*/
}

/* When the radio button is checked, add a blue background */
.style-form .radio-container input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.style-form .radio-container span.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.style-form .radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.style-form .radio-container span.checkmark:after {
 	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%; 
	background: #bf1e74; 
}

/* CHECKBOXES */

/* The container */
.style-form .checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none; 
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    height: 46px;
}

.style-form .checkbox-wrapper.list .checkbox-container {
    display: block;
    float: left;
    clear: left;
}


/* Hide the browser's default checkbox */
.style-form .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.style-form .checkbox-container span.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-radius: 7px;
    border:2px solid #ccc;
    margin:14px 0;
}

/* On mouse-over, add a grey background color */ 
.style-form .checkbox-container:hover input ~ .checkmark {
    /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.style-form .checkbox-container input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.style-form .checkbox-container span.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.style-form .checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.style-form .checkbox-container span.checkmark:after {
    left: 6px;
    top: 1px;
    width: 10px;
    height: 15px;
    border: solid #bf1e74;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg); 
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.style-form .checkbox-container span.label {
    margin: 15px 0;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
}

.style-form i.fa-spinner {
 	margin:10px 0;
    color: #bf1e74;
}

.style-form .validetta-error input:not([type='checkbox']):not([type='radio']), 
.style-form .validetta-error select {
 	border: 2px solid #d06964;
    box-shadow: 0 0 5px #d06964;
} 

.style-form .validetta-inline,
.style-form .validation-msg {
    display: block;
    font: 12px/14px Arial,Helvetica,sans-serif;
    padding: 9px 8px  8px 8px;
    margin-top: -11px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
}

.style-form .validetta-inline,
.style-form .validation-msg.error {
    color:#cd2e26;
    background-color: #ffeeee;
    clear: both;
}

.style-form .validation-msg.valid {
    background-color: #d4edda;
    color:#28a745;
}

.style-form .radio-wrapper.validetta-error {
    /*background-color: #ffeeee;*/
    border-radius: 7px;
    margin: 5px 0;
    border: 2px solid #d06964;
    box-shadow: 0 0 5px #d06964;
}

.style-form .radio-wrapper.validetta-error .radio-container {
    margin-left:7px !important;
}

.style-form .radio-wrapper.validetta-error:not(.list) .radio-container {
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

.mc-calendar--modal .mc-display {  
	background-color:#bf1e74 !important; 
}

.mc-table__weekday {  
	color:#bf1e74 !important;
} 

.mc-date--active.mc-date--picked {
    background-color: #7b204f !important;
}

[data-datepicker]:hover {
    cursor: default !important;
}

.postcode-lookup-field input,
.postcode-lookup-field .validetta-inline {
    width:215px !important;
}

.postcode-lookup-field button,
.style-form .inline-button {
    border-radius: 7px;
    height: 36px;
    padding: 4px 20px 3px 20px;
    border: 0;
    color: #fff;
    background-color: #7b204f; 
}

.style-form .hours-field {
    max-width: 80px;
}

.style-form input[type=number]::-webkit-inner-spin-button, 
.style-form input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

.postcode-lookup-field button {
    margin-left: 15px;
}

.postcode-lookup-field button:enabled:hover {    
    background-color: #bf1e74;
    cursor:pointer;
    transition:background ease-in 0.1s;
}

.postcode-lookup-field button:disabled {    
    background-color: #ddd;
    pointer-events:none;
}

.remove {
    float: right;
    color: #a00;
    background-color: rgba(255,0,0,0.15);
    padding: 3px 10px;
    border-radius: 5px;
    margin-top: -2px;
}

.remove:hover {
    background-color: rgba(255,0,0,0.25);
    cursor:pointer;
}

/* stepper */
.bs-stepper .bs-stepper-header .active .bs-stepper-circle {
    background-color: #7b204f;
}

.bs-stepper .bs-stepper-header .step-trigger {
    font-family: "cocon", sans-serif;
    /*font-size: 1.4rem;*/
}

.result-message {
    font-size: 0.9rem;
    font-family: 'cocon', sans-serif;
}

.desperation {
    padding:10px;
    border-width: 3px;
    border-radius: 7px;
}

.desperation img {
    display:inline-block;
    width:25px;
    height:25px;
    margin-right:15px;
}

.desperation span {
    display:inline-block;
}

/* Chrome, Safari, Edge, Opera */
input[type=number].no-spinners::-webkit-outer-spin-button,
input[type=number].no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].no-spinners {
  -moz-appearance: textfield;
}

/* form subscribe newsletter */
#form-subscribe-newsletter label {
    font-weight:bold;
}

#form-subscribe-newsletter .gform_button:hover {
    background-color:#b0d74b !important;
    transition: background-color 0.1s ease-in !important;
    cursor:pointer;
}

#referral-link {
    background-color: #fff5fa;
    font-size: 18px;
    padding: 4px 10px;
    border-radius: 7px;
    border: 1px solid #f2d3e3;
}

#consent-preferences col:first-child {
    width:200px;
}

#consent-preferences col {
    width:60px;  
}

#consent-preferences tr:nth-child(2) td {
    padding-top:20px; 
}

#consent-preferences th:not(:first-child),
#consent-preferences td:not(:first-child)
{
    text-align: center;
}

#consent-preferences td .checkbox-container {
    padding-left: 25px;
    height: 34px;
}

#consent-preferences td .checkbox-container span.checkmark {
    margin: 8px 0;
}

#spinner-loading-overlay {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

@media (max-width: 767px) {
    
    #form-join-step1 #consent-preferences {
        margin-left:-9px;
        margin-top:15px;
    }
    
}



