/*
* Styles for anytime applications.
* Please DO NOT Auto identate the current css, selector WILL Break!
* @author makrisn.
*/

/**
 * Page appearance.
 */
.white-container {
	font-size: 14px;
	line-height: 1.5;
}

.main-content {
  padding-top: 80px;
  background-color: #ebebeb;
 }


.bold {
	font-weight: bold;
}

.padding-inherited{
	padding: inherit;
}

.no-padding {
	padding: 0;
}


.modal-body ul, .disclaimer-terms ul, .accordeon__item-checklist ul{
	list-style: initial;
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

/*
* Class that ignores the parent width and stretches the current element to its max.
*/
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.bb-pad-0 {
	padding:0;
}

.white-content {
    color: #fff;
}

.article-header__content .speech-bubble {
    left: 4.7%;
    position: relative;
}

@media only screen and (max-width : 1180px) {

	.article-header__content .speech-bubble {
    	left: 0;
	}
}

.force-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
/**
 * Set the appearance of each PageSection, as defined in the related wicket component.
 */
.section-contents {
	border-radius: 25px;
}

.section-header {
	font-weight: bold;
	text-align: center;
}

.accordeon-expander.accordeon-expander-link--more, .accordeon-expander.accordeon-expander-link--less {
	color:#0046e3 !important
}

.theme--black-friday .accordeon-expander.accordeon-expander-link--more, .accordeon-expander.accordeon-expander-link--less {
	color:#340054 !important
}



@media only screen and (min-width : 1179px) {
	.summary-panel-details.summary-cc-container
	{
		margin-right: 1%;
    	margin-left: 8%;
    }

}

@media only screen and (min-width : 992px) and (max-width : 1179px) {
	.summary-panel-details.summary-cc-container
	{
		margin-left: auto;
    }
}

@media only screen and (max-width : 991px) {
	dd {
		display: inline;
		margin: 0;
		float: right;
		width: 48%;
	}
	dd:after {
		display: block;
		content: '';
	}
	dt {
		display: inline-block;
		min-width: 100px;
		width: 48%;
	}
}

@media only screen and (min-width : 992px) {
	.summary-items .summary-items__title {
	    font-size: 25px;
	}
	.summary-items .summary-items__title-link {
		margin-left: auto;
	}
}

.font-blue {
	color: #175fff;	
}

.theme--black-friday .font-blue{
	color: #340054;
}

.font-purple {
	color: #a14eff;	
}


/*
* overrides main.css
* this value must be set 
* for the proper use of the modals.
*/
.main {
	z-index: initial !important;
	overflow-x: hidden;
}
/*
* overrides main.css
*/
.form .form__fieldset {
	margin-top: 20px;
}

.form-field .form-field__label{
	white-space: initial;
	font-weight: 700;
}

.form-field.form-field--radio-buttons .form-field__field-wrapper input[type=radio]:disabled+label::before{
	opacity: .4;
    pointer-events: none;
}


/*
* overrides main.css
*/
.form .form__fieldset+.form__fieldset {
	margin-top: 20px;
}

.margin-from-top {
	margin-top: 20px;
}

/*
* overrides main.css
*/
.summary .summary__coupon .button {
	flex: 1 1 160px;
}


.form-control::placeholder { 
  	color: #BEC2C5;
	text-align: center;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   	color: #BEC2C5;
	text-align: center;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #BEC2C5;
	text-align: center;
 }

.coupon_text::placeholder {
	font-size: 16px;
}

.margin-auto {
	margin: auto !important;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.plate-number-vertical-alignment {
	padding-top: 10%;
}

.identity-vertical-alignment {
	padding-top: 3%;
}

.vin-vertical-alignment, .passport-vertical-alignment {
	padding-top: 4.5%;
}

.identity-vertical-alignment-form-field, .passport-vertical-alignment-form-field {
	bottom: 5px;
}

.form-field__error {
	font-family: "Anytime Sans Webfont", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	font-feature-settings: "kern" 1, "calt" 0;
	font-size-adjust: initial;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	background-color: #f0386b;
	color: #fff;
	display: inline-block;
	max-width: 100%;
	padding: 5px 10px;
	width: auto;
}

.form .form__text.form_text_notify {
	color: #f0386b;
}

.title-panel {
	width: 100%;
	padding-top: 0.5%;
	padding-bottom: 7%;
	white-space: nowrap;
}

.title-panel>div>div>h1 {
	padding-bottom: 0px;
}

.smartdrive-title-logo {
	padding-top: 2%;
	padding-left: 0.5%;
}

.motor-title-logo {
	padding-top: 2.8%;
	padding-left: 0.5%;
}

.theme--black-friday .article-form::after, .theme--black-friday .flow-form::after,
.theme--black-friday .package-choice-carousel::before, 
.theme--black-friday .product-choice-carousel::before,
.theme--black-friday .product-choice.product-choice--has-background::before {
	background-image: none !important;'
}

/*
* Links appearance
*/
.bb-link-blue {
    color: #0046e3!important;
    text-decoration: none!important;
    -webkit-transition: all 0.4s!important;  -o-transition: all 0.4s!important;  transition: all 0.4s!important;
}

.theme--black-friday .bb-link-blue, .theme--black-friday .summary .link__span {
	color: #340054 !important;
}

.bb-link-blue:hover {
    color: #000!important;
    text-decoration: underline!important;
}

/**
 * Radio appearance.
 */
.radio input[type="radio"],.radio-inline input[type="radio"] {
	width: 16px;
	height: 16px;
}

.radio label,.radio-inline label {
	font-weight: normal;
	margin-right: 10px;
	margin-left: 3px;
}

.radio-inline+.radio-inline {
	margin-left: 0;
}

/**
 * Button appearance.
 */
.btn {
	margin-bottom: 5px;
}
/**
 * FormField Icons Appearance
 */
i.error-icon {
	color: #C4151B;
}

i.help-icon {
	color: #FBC106;
	margin-right: 5px;
}

i.check-icon {
	color: #198B66;
}
/*
 * Remove the outline from icons which are also links.
 */
a.no-outline {
	text-decoration: none;
	outline: none;
}
/**
 * Override bootstrap's right padding in input fields 
 * that is used to display an error icon inside the field.
 */
.has-feedback .form-control {
	padding-right: 10px !important;
}
/**
 * Appearance for Feedback/Login Modals.
 */
.feedback-modal .modal-header {
	padding: 10px 15px 0 15px;
}

.feedback-modal .modal-body {
	padding: 0 15px 0 15px;
}

.feedback-modal .modal-content .modal-header i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.feedback-modal i.error-icon {
	color: #C4151B;
}

.feedback-modal i.info-icon {
	color: #4286f4;
}

.feedback-modal .modal-title {
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}

.feedback-panel {
	list-style-type: none;
}

/**
 * smart-drive banner
 */
.smart-drive-container {
	background-image: url('./images/smart-drive-bg.png');
	margin-bottom: 15px;
	height: 60px;
}

/**
 * Radio with images appearance.
 */
.radio-image {
	text-align: center;
}

.radio-image>label input {
	display: none;
}

.radio-image>label label {
	display: block;
	white-space: nowrap;
}

.radio-image>label>svg {
	height: 50px;
}

.payment-method>.radio-image>label>svg,.payment-frequency>.radio-image>label>svg
	{
	height: 45px;
}

.radio-image>label:hover svg .paint-color {
	fill: #8bc057;
}

.radio-image>label>input[type=radio]:disabled ~svg .paint-color,.radio-image>label>input[type=radio]:disabled 
	 ~label {
	fill: #6e716c;
	opacity: 0.15;
}

.payment-frequency>.radio-image>label>input[type=radio]:disabled ~svg {
	opacity: 0.4;
}

.radio-image>label>input[type=radio]:checked ~svg .paint-color {
	fill: #8bc057;
}

.radio-image>label>input[type=radio]:checked ~.icon-container>.check-icon-image
	{
	display: block;
}

.custom-insurance-days-text{
	color: #FFFFFF;
	font-family: "Tahoma";
	font-size: 13px;
	margin-top: 30px;
}


.comparison-table-flow .comparison-table-flow__item-icon svg {
	padding-bottom: 2px;
}


.icon-container {
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}


.error-icon-image {
	background: url("./images/error.svg") no-repeat scroll 0 0 transparent;
	height: 20px;
	width: 20px;
	display: inline-block;
    position: relative;
	top: 4px;
}

.check-icon-image {
	background: url("./images/check.svg") no-repeat scroll 0 0 transparent;
	position: absolute;
	width: 25px;
	height: 100%;
	top: -10px;
	left: -10px;
	display: none;
}
/**
 * Specific sections appearance.
 */

 .section-contents-grey {
 	margin-top: 3em;
}

.section-contents-grey .section-contents {
	background-color: #615f5f;
	border-radius: 10px;
}

.section-contents-grey .panel {
	border-color: transparent;
	box-shadow: none;
}

.section-contents-grey .control-label,.section-contents-grey .label-container
	{
	color: #ffffff;
	padding-bottom: 5%;
	font-weight: normal;
	font-size: large;
	font-family: inherit;
}

.section-contents-white .section-contents {
	background-color: #ffffff;
}

.section-contents-white .col-form-label, .form-group label {
    font-weight: bold !important;
}


.section-contents-white .control-label {
	padding-bottom: 3%;
	font-weight: normal;
	font-size: large;
	font-family: inherit;
	font-weight: bold;
}

.label-container label {
	padding-top: 20px;
	font-weight: 600;
	font-size: small;
}

.label-container {
    position: relative;
    margin: 15px;
}

.flow-row .form-autosuggest-field:not(.form-field--radio-buttons-as-toggle) .form-field__field-wrapper, .flow-row .form-calendar-field:not(.form-field--radio-buttons-as-toggle) .form-field__field-wrapper, .flow-row .form-field:not(.form-field--radio-buttons-as-toggle) .form-field__field-wrapper {
	width: 100%;
}

.form-field.form-field--large-toggle-buttons .form-field__field-wrapper input[type=radio]+label {
	 margin-left: auto;
	 margin-right: auto;
}

.form-field.form-field--large-toggle-buttons .form-field__field-wrapper input[type=radio]+label{
	text-align: center;
	margin : auto;
}

.form-field.form-field--large-toggle-buttons .button .button__span, .form-field.form-field--large-toggle-buttons .form-field__field-wrapper .button__span {
	position: relative;
    left: auto;
    margin: auto;
}

.bottom-space {
	padding-bottom: 5%;
}

.large-label {
	font-size: 25px;
}

/** 
 * Styling for UI blocking element in AJAX requests 
 */
.ajax-loading-indicator {
	display: none;
	position: relative;
	top: 0px;
	right: -5px;
}
/** 
 * Selectors for pulling the loading indicator to 
 * the right of the component. 
 * The "section-contents-*" selectors are used specifically 
 * for the first page of Property because the existing 
 * ones are not applicable due to different hierarchy. 
 */
input[type="text"]+.ajax-loading-indicator,select+.ajax-loading-indicator,.payment-method+.ajax-loading-indicator,.policy-duration+.ajax-loading-indicator,.payment-frequency+.ajax-loading-indicator,.section-contents-grey .ajax-loading-indicator,.section-contents-white .ajax-loading-indicator
	{
	position: absolute;
	right: -10px;
	top: 10px;
}
/**
 * Discount bubbles for PaymentOptions
 */
.discount-img {
	background-image: url('./images/discount-bubble.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	position: relative;
	height: 100px;
	width: 100px;
	color: white;
	text-align: center;
	padding-right: 22px;
	padding-top: 20px;
	font-size: 2em;
	font-weight: bold;
	display: block;
}

/**
* Cross Quotation
*/
.cross-banner-container>div {
	display: inline-block;
	vertical-align: middle;
	float: none;
	padding: 0 0 0 0;
}

.cross-banner-container {
	padding: 20px;
	background-color: #fcce0b;
	background-repeat: no-repeat;
	background-position: 5%;
	background-size: cover;
	overflow: hidden;
	font-size: 0;
	margin-bottom: 10px;
}

.cross-description {
	height: 47px;
	font-family: inherit;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	font-size: 20px;
	text-align: center;
	color: #353A3C;
}


.product-choice-carousel__item-container--disabled {
	 opacity: .5;
}

.product-choice-carousel__item-container--disabled .product-choice-carousel__item-checklist {
    opacity: .65;
}

.product-choice-carousel__item-container--disabled .product-choice-carousel__item-wrapper{
	color: #A8A8A8;
}

.product-choice-carousel__item-container--disabled .product-choice-carousel__item-disabled-text.product-choice__item-end {
	color: #F0386B;
}

.product-choice-carousel__item-container--disabled .speech-bubble__canvas {
	mix-blend-mode: luminosity;
    opacity: 0.6;
}

.product-choice-carousel .product-choice-carousel__items-button-next {
    background: rgba(23, 95, 255, .7);
    height: 30px;
    padding: 5px;
    width: 30px;
}

.product-choice-carousel .product-choice-carousel__items-button-prev {
    background: rgba(23, 95, 255, .7);
    height: 30px;
    padding: 5px 4px;
    width: 30px;
    left: 3.6em !important;
}

.disable-text-url {
	color: #f0386b;
	font-size: 14px;
	text-align: center;
	line-height: normal;
	font-weight: bold;
}

.product-choice-carousel__item-container--disabled .product-disabled-balloon {
	padding: 30px 0px 30px 0px;
}

.checklist .checklist__item.checklist__item--crossed {
	opacity: 0.5;
}

.car-icon {
	background: url(./images/car.png) no-repeat scroll 0 0 transparent;
	width: 242px;
	height: 53px;
}

.cross-button-description {
	width: 135px;
	height: 17px;
	font-family: inherit;
	font-style: normal;
	font-weight: 900;
	color: #FFFFFF;
	margin: 5px;
	white-space: nowrap;
}

.cross-button-container {
	background: #e2001a;
	line-height: 32px;
	display: inline-block;
	font-size: 17px;
	width: auto;
	height: auto;
	margin-bottom: 10px;
}

.cross-button-row {
	padding: 4px;
	height: 32px;
}

/**
 * Quotation results
 */
/* Remove Table Borders */
.quotation-results th,.quotation-results td {
	border: none !important;
	color: black;
	padding: .75rem !important;
}

/*.comparison-table-flow .comparison-table-flow__headings-title {
	width: 70%;
}*/

/*.comparison-table-flow .comparison-table-flow__preheadings-descriptions {
	width: 63%;
}
*/

.comparison-table-flow .comparison-table-flow__headings-descriptions .comparison-table-flow__description-active input {
	left: -3000px;
	position: absolute;
}
.comparison-table-travel-flow .comparison-table-flow__headings-descriptions .comparison-table-flow__description-active input {
	left: -3000px;
	position: absolute;
}

/**
 * Single Quotation Premiums
 */
/** Table Shades */
.quotation-results thead tr th:nth-child(2n+3),.cover-1 {
	background: none repeat scroll 0 0 #EDE9DD;
}

.quotation-results thead tr th:nth-child(2n+2),.cover-0 {
	background: none repeat scroll 0 0 #E1DCD0;
}

.cover-0 td:nth-child(n+2) {
	background: none repeat scroll 0 0 white;
}
/** .tick-special is added using jQuery */
.premium-special,.cover-1 td.tick-special {
	background: none repeat scroll 0 0 rgba(161, 78, 255, 0.6) !important;
}

.cover-0 td.tick-special {
    background: none repeat scroll 0 0 rgba(161, 78, 255, 1) !important;
}

th.premium-item {
	text-align: center;
	padding: 0 !important;
	vertical-align: top;
}

.premium-top {
	display: inline-block;
	height: 70px;
	white-space: normal;
	min-width: 110px;
	position: relative;
	padding-top: 2%;
}

.premium-top .plan-title {
	font-size: 18px;
	padding-top: 5px;
	display: inherit;
}

.premium-top .plan-title p {
	margin: 0px;
}

.premium-top .exemption-info {
	font-size: 12px;
	font-weight: 500;
	padding: 0px 3px;
}

.premium-top>img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.buy-button {
	margin: 8px 0;
}


.discount-space {
	font-weight: normal;
	background-color: #F0F0F0;
	min-height: 80px;
	position: relative;
}

.discount-space strong {
	display: block;
	font-weight: bold;
}

.discount-space del {
	color: red;
}

.discount-space del span {
	color: #6e716c;
}

.value {
	display: block;
	font: bold 20px/30px Tahoma, Arial, Helvetica, sans-serif;
}

/**
 * Carousel Pagination
 **/
 .product-choice-carousel .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 20px);
}

.product-choice-carousel .swiper-pagination-bullet {
    height: 0px;
    width: auto;
}

/**
 * Multiple Quotation Premiums
 */
.aggregate-premium-top {
	background: none repeat scroll 0 0 #FFF;
}

.aggregate-premium-top .exemption-info {
	font-size: 12px;
	font-weight: 500;
	padding: 0px 3px;
}

.aggregate-premium-header td {
	padding: 15px 0 !important;
	font-size: 12pt;
	font-weight: bold;
}

.aggregate-plan-title {
	background: none repeat scroll 0 0 #175fff !important;
    color: white !important;
}

.split-item {
	border-top: 5px solid #175fff;
}

.aggregate-plan-0 {
	background: none repeat scroll 0 0 #EDE9DD;
}

.aggregate-plan-1 {
	background: none repeat scroll 0 0 #E1DCD0;
}

.aggregate-plan-0:hover td,.aggregate-plan-1:hover td {
	background: none repeat scroll 0 0 #d1cbbe;
	font-weight: bold;
	padding: 10px 0 !important;
}

.aggregate-premium-item {
	font-size: 14pt;
	width: 125px;
}

.aggregate-premium-item:hover, .aggregate-premium-item:focus {
    background: none repeat scroll 0 0 #175fff !important;
    color: white !important;
}

.payment-options-item-label {
	font-size: 14px;
}
/**
 *  Discounts Panel 
 */
.discounts {
	vertical-align: top !important;
	padding: 0px !important;
	position: relative;
	background-color: #1aa354;
	min-width: 295px;
}

.bb-socialproof .social-proof__value {
    background-color: #175fff;
}

.discounts .no-discount {
	visibility: hidden !important;
}

.discounts-xs {
	margin: 5px 0px 10px 0px;
	background-color: #1aa354;
	padding-bottom: 1px;
}

.discounts-xs.no-discount {
	display: none !important;
}

.discounts-title-cnt {
	background-color: #2ecc71;
	color: white;
	margin: 0px;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	line-height: 35px;
}

.discount-item-cnt {
	background-color: #1aa354;
	color: white;
	font-size: 17px;
	text-align: center;
}

.discount-item-percentage {
	font-weight: bold !important;
}
/** Covers Panel */
.covers-title {
	margin: 15px 0 0px 5px;
	display: block;
	color: #675c4b;
	font: bold 22px Arial, sans-serif;
}

.cover-title {
	margin: 15px 0 5px 0;
	font-weight: bold;
	color: black;
	white-space: normal;
}
/* Selects the third column of the first row where class is property tick icon */
.cover-0 td:nth-child(3) .property-tick-icon {
	width: 26px;
	height: 26px;
	margin: 6px auto;
	background: url(./images/blue_check.svg) no-repeat;
}
/* Selects the third column of the second row where class is property tick icon */
.cover-1 td:nth-child(3) .property-tick-icon {
	width: 26px;
	height: 26px;
	margin: 6px auto;
	background: url(./images/blue_check.svg) no-repeat;
}

.cover-0 td:nth-child(4) .property-tick-icon {
	width: 26px;
	height: 26px;
	margin: 6px auto;
	background: url(./images/orange_check.svg) no-repeat;
}

.cover-1 td:nth-child(4) .property-tick-icon {
	width: 26px;
	height: 26px;
	margin: 6px auto;
	background: url(./images/orange_check.svg) no-repeat;
}
/** tick icons for covers */

/* Default tick icon for motor */
.motor-tick-icon {
	width: 26px;
	height: 26px;
	margin: 6px auto;
	background: url(./images/blue_check.svg) no-repeat;
}

.cover-section-title {
	font: bold 22px/25px Tahoma, Arial, Helvetica;
	padding-left: 5px;
	position: relative;
	text-align: left;
}



.cover-title p,.step-history p,.discount-name p {
	display: inline;
}

.cover-title br,.step-history br,.discount-name br {
	display: none;
}

.balloon-info {
	position: absolute;
	background: url(./images/info-icon-blue.png) no-repeat scroll 0 0
		transparent;
	height: 50px;
	width: 50px;
	display: inline-block;
	margin: -34px auto auto -15px;
	line-height: 1.6;
}

/** Thank you panel */
.thank-you-panel {
	background: #e6e6e6;
	margin-top: 25px;
	font-size: 14px;
	position: relative;
	padding: 30px;
}

.thank-you-panel-info {
	background: url(./images/ico-done.png) no-repeat scroll 0 0 transparent;
	height: 100px;
	width: 100px;
	display: block;
	margin: 0 auto;
}

.customer-query-ico {
	background: url("./images/fetch-info.png") no-repeat scroll 0 0
		transparent;
	height: 25px;
	width: 25px;
	display: inline-block;
}

.application-container .form-group input.highlight-border {
	border-color: #8bc057 !important;
	border-width: 2px !important;
	text-align: center !important;
}


.application-container .form-group input, .application-container .form-group select {
    border-radius: 18px !important;
    border: 1px solid #000 !important;
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
}

.application-container .theme--black-friday  .form-group input.highlight-border {
	border-color: #340054 !important;
	border-width: 4px !important;
}

/* Sticky bar and Policy duration overlay. */

.underlined {
	text-decoration: underline;
}

.pointer {
	cursor: pointer;
}

.status-bar__overlay-row {
	padding-bottom: 15px;
}

.status-bar__overlay-row > div {
	display: inline-block;
}

.status-bar .status-bar__duration {
	cursor :unset !important;
}

.status-bar .status-bar__overlay-row .form-field.form-field--single-line {
	width: 100%;
}

.status-bar .status-bar__overlay-row .simple-field:first-child .form-calendar-field {
	margin-right: 10px;
}

.status-bar__product {
	display: block !important;
}

.status-bar .status-bar__overlay-row .form-field.form-field--radio-buttons.form-field--inline .form-field__field-wrapper input[type=radio] + label {
  	max-width: 350px !important;
  	width: auto;
  	display: flex;
}

.status-bar .status-bar__overlay-row .form-field.form-field--radio-buttons.form-field--inline .form-field__field-wrapper input[type=radio]:disabled + label {
  	color: #c7c7c7;
	cursor: not-allowed;
}

.status-bar .status-bar__overlay-row .form-field.form-field--radio-buttons.form-field--inline .form-field__field-wrapper input[type=radio]:disabled + label:before {
  	border: 1px solid #c7c7c7;
	background-color: #f3f3f3;
}

.status-bar .status-bar__item + .status-bar__item::before {
	content: '';
    padding: 0 3px;
}

.status-bar .status-bar__outer-container.status-bar--highlighted {
	border-top-width: 2px;
    padding-top: 13px;
}

.status-bar {
	opacity: unset;
}

@media (max-width : 799.98px) {
	.status-bar__product {
		margin-top: unset !important;
	}
	.sticky-insurance-start {
		display: none;
	}
}

@media (max-width: 529.98px) {
	.status-bar .status-bar__duration, 
	.status-bar .status-bar__duration-title {
		display: block !important;
	}
}

@media (min-width: 530px) {
	.status-bar .status-bar__outer-container.status-bar--highlighted {
	    padding-top: 18px;
	}
}

@media (min-width: 800px) {
	.status-bar .status-bar__items {
	    display: flex !important;
	}
	.status-bar .status-bar__product {
		position: relative;
		top: -10px;
	}
}

@media (min-width: 1180px) {
	.status-bar .status-bar__outer-container {
	    height: 70px;
	    line-height: 30px;
	    padding-bottom: 25px;
	    padding-top: 20px;
  	}
}

@media (min-width: 1180px) and (max-width: 1480.98px) {
	.status-bar-price-margin {
		margin-right: 8%;
	}
}

/* Fixes for Policy duration overlay white background. */
.status-bar .form-field.form-field--radio-buttons .form-field__field-wrapper input[type=radio] + label::before {
	border-color: #241f24;
}

.status-bar .status-bar__outer-container {
	background: #fff;
	color: #241f24;
}

.status-bar .button--primary {
	background-color: #241f24;
    border-color: #241f24;
    color: #fff;
}

.status-bar .button--secondary {
	background-color: transparent;
    border-color: #241f24;
    color: #241f24;
}

.status-bar .button--primary:not(:disabled):not(.button--disabled):focus, 
.status-bar .button--primary:not(:disabled):not(.button--disabled):hover {
	background-color: transparent;
    border-color: #241f24;
    color: #241f24;
}

.status-bar .button--secondary:not(:disabled):not(.button--disabled):focus, 
.status-bar .button--secondary:not(:disabled):not(.button--disabled):hover {
	background-color: #241f24;
    border-color: #241f24;
    color: #fff;
}

/**
 * Contact Form
 */
.recaptcha {
	vertical-align: bottom !important;
}
/**
 * BackOffice
 */
.recover-error-div {
	overflow-y: scroll;
	height: 500px;
}

.backoffice .modal-content {
	background-color: white;
}

.captcha-image {
	width: 230px;
	height: 70px
}
/**
 * Datepicker customizations
 */
.datepicker {
	z-index: 1030;
}

.datepicker-dropdown {
	background-color: white;
}

.datepicker .active {
	background-color: #175FFF !important;
	text-shadow: none !important;
}

.datepicker .active:hover {
	background-color: #175FFF !important;
}

.datepicker .disabled {
	color: #cecece !important;
	/* Force a lighter color for disabled values */
}

.btn-space {
	margin-left: 10px;
}

.btn-padding {
	padding-top: 10px !important;
}
/**
 * Datetimepicker customizations
 */
.bootstrap-datetimepicker-widget.dropdown-menu {
	background: white !important;
}

.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover
	{
	background-color: #cecece !important;
}
/**
 * Compute cost page's clear icon colour.
 */
.clear-icon-colour {
	color: #198B66;
}
/**
 * margin bottom 5 px
 */
.margin-bottom-5 {
	margin-bottom: 5px;
}
/**
 * Indicator for DynamicFormField specific 
 */
input+.ajax-loading-indicator {
	position: absolute;
	top: 10px;
	right: -10px;
}

 .message-bar-component {
      	margin-top: 25px;
}




/* Message Bar End */

/*------------------------------
  smartdrive Sub Banner - start
  ------------------------------*/
.smartDrive-bg>div {
	display: inline-block;
	vertical-align: middle;
	float: none;
	padding: 0 0 0 0;
}

.smartDrive-text {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 23px;
	text-align: center;
	color: #FCD00C;
	margin: auto;
	margin-bottom: 9px;
}

.smartDrive-details {
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	font-size: 19px;
	text-align: center;
	color: #FFFFFF;
	margin: auto;
}

.smartDrive-logo {
	background: url(./images/smartDrive-logo.png);
	width: 219px;
	height: 37px;
	margin: auto;
}

.smartDrive-mobile {
	background: url(./images/smartDrive-mobile.png);
	width: 263px;
	height: 153px;
	margin: auto;
}

.smartDrive-bg {
	background: url(./images/smartDrive-bg.png);
	padding: 10px;
	background-repeat: no-repeat;
	background-position: 5%;
	background-size: cover;
	overflow: hidden;
	font-size: 0;
	margin: auto;
	height: 153px;
	margin-bottom: 10px;
}


@media only screen and (max-width : 450px) {
	.smartDrive-text {
		font-size: 16px;
	}
	.smartDrive-details {
		font-size: 15px;
		margin-bottom: -9px;
	}
	.smartDrive-bg {
		height: 170px;
	}
	.smartDrive-logo {
		margin-bottom: 9px;
	}
}


/* show / hide marker classes for desktop - mobile */
/* Desktop Media Queries */
@media only screen and (min-width : 992px) {
	.show-for-mobile {
		display: none !important;
	}
	
	.remove-top-margin{
		margin-top: -30px !important;
	}
	
	.smartDrive-logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -70%);
	}
	
	.article-header.back-link-header {
    	margin-top: 150px;
	}
	
	.message-bar-component ~.article-header.back-link-header {
    	margin-top: 50px;
	}
	
	.field-max-width {
		max-width: 35%;
	}
	
	.field-min-width-25 {
		min-width: 25%;
	}
	
	.field-max-width-25 {
		max-width: 28%;
	}
	
	.field-max-width-80 {
		max-width: 80%;
	}
	
	.cross-quotation-banner .product-choice-carousel .product-choice-carousel__item-container .product-choice-carousel__item-text {
		font-size: 16px;
	    line-height: 20px
	}
	
	.summary-panel-details {
		margin-top: 16px;
		margin-left: 20px;
	}
}

/* Mobile - Tablet Media Queries */

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.show-for-desktop {
		display: none !important;
	}
	
	.remove-top-margin{
		margin-top: -20px !important;
	}
	
	.premium-top .plan-title {
		font-size: 13px;
	}
	
	.premium-top .exemption-info {
		font-size: 9px;
	}
	
	.smartDrive-text {
		font-size: 19px;
	}
	.smartDrive-details {
		font-size: 17px;
	}
	.smartDrive-logo {
		background: url(./images/smartDrive-logo-xs.png);
		margin-bottom: 10px;
		width: 180px;
		height: 30px;
	}
	.smartDrive-bg {
		background: url(./images/smartDrive-bg-xs.png);
		padding: 10px;
		background-repeat: no-repeat;
		background-position: 5%;
		background-size: cover;
		overflow: hidden;
		font-size: 0;
		margin: auto;
		margin-bottom: 10px;
		height: 160px;
	}
	.cross-description {
		height: 35px;
		font-size: 15px;
		color: #353A3C;
	}
	.car-icon {
		background: url(./images/car-mobile.png) no-repeat scroll 0 0
			transparent;
		background-size: 200px auto;
		background-position: center;
	}
	
	.cross-quotation-banner .product-choice-carousel .product-choice-carousel__item-container .product-choice-carousel__item-text {
		font-size: 16px;
	    line-height: 20px
	}
	
	.summary-panel-details {
		margin-top: 16px;
		margin-left: 5px;
	}
}

/* Mobile - Only Media Queries */
@media only screen and (max-width : 767px) {
	.show-for-desktop {
		display: none !important;
	}
	
	.remove-top-margin{
		margin-top: -20px !important;
	}
	
	.car-icon {
		width: 100%;
		margin-top: 2px;
	}
	
	.premium-top .plan-title {
		font-size: 13px;
	}
	
	i.error-icon {
		font-size: 1.33333em;
	}
	
	i.help-icon {
		font-size: 1.33333em;
	}
	
	i.check-icon {
		font-size: 1.33333em;
	}
	
	i.exlcamation-icon {
		font-size: 1.33333em;
	}
	
	.premium-top .exemption-info {
		font-size: 9px;
	}
	
	.smartDrive-text {
		font-size: 19px;
	}
	.smartDrive-details {
		font-size: 17px;
	}
	
	.smartDrive-logo {
		background: url(./images/smartDrive-logo-xs.png);
		margin-bottom: 10px;
		width: 180px;
		height: 30px;
	}
	
	.smartDrive-bg {
		background: url(./images/smartDrive-bg-xs.png);
		padding: 10px;
		background-repeat: no-repeat;
		background-position: 5%;
		background-size: cover;
		overflow: hidden;
		font-size: 0;
		margin: auto;
		margin-bottom: 10px;
		height: 160px;
	}
	
	.cross-description {
		height: 35px;
		font-size: 15px;
		color: #353A3C;
	}
	
	.car-icon {
		background: url(./images/car-mobile.png) no-repeat scroll 0 0
			transparent;
		background-size: 200px auto;
		background-position: center;
	}
	
	.mail-offer-link {
		white-space: normal;
		width: 197px;
		overflow: inherit;
	}
	
	.product-choice-carousel__item-container--disabled .product-disabled-balloon {
		padding: 15px 0px 15px 0px;
	}
	
	.form .form__fieldset {
		margin-left: 0px !important;
	}
	
	.summary-panel-details {
		margin-top: 16px;
		margin-left: 5px;
	}
}

/**
* FormField's label center alignment
*/
.align-center {
	text-align: center !important;
}

.frequency-text {
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}

/**
* Customer search button.
*/
.fetch_info_img {
	background: url(./images/fetch-info.png) no-repeat;;
	background-color: transparent;
	border: none;
	height: 60px;
	width: 60px;
	margin-right: 15%;
	border-radius: 8px; /* Rounds the corners for a button effect */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2), 
                0 4px 6px rgba(0, 0, 0, 0.15) inset; /* Outer and inner shadows */
    transform: perspective(500px) rotateX(5deg); /* Adds subtle 3D perspective */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Smooth animation for hover */
}

.fetch_info_img:hover {
    transform: perspective(500px) rotateX(0deg) translateY(-5px); /* Brings it forward slightly */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25); /* Increases shadow depth on hover */
}

.parent-width {
	width: 100%;
}

.parent-height {
	height: 100%;
}

.fetch_info_img:active,.fetch_info_img:focus,.fetch_info_img:visited,.fetch_info_img:hover
	{
	background-color: transparent !important;
}

.anytime-loader-img {
	background-image: url('../images/mark.svg');
	background-position: center;
	top: 37%;
}

.logo {
	height: 75px;
}

.loader-align {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.module-choice__item-expander-link {
	width: initial;
	margin-bottom: inherit;
	color: #0046e3 !important;
}

.theme--black-friday .module-choice__item-expander-link { 
	color: #340054 !important;
}

.theme--black-friday .special-offer {
	color: #340054 !important;
}

.container-margin {
	margin-top: -3%;
}

.reduce-top-margin {
	margin-top: -5%;
}

/**
 * Navigation Bar 
 */
.underline-container>span {
	border-bottom: 5px solid #175fff ;
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 5px;
	width: 100%;
	color: #000;
	font-weight: bold;
}

.theme--black-friday .underline-container>span {
	border-bottom: 5px solid #340054 ;
} 

.nav-bar-top-space {
	padding-top: 70px;
}

.underline-container.bb-step-disable>span{
	color:#b3b3b3!important;
	border-bottom: 5px solid #b3b3b3 ;
	pointer-events:none;	
}

.bb-font-norm {
	font-weight:normal;
}

.bb-f-16 {
	font-size: 16px!important;
    line-height: 20px!important;
}

.underline-container .number-circle {
	background: #d6d6d6;
	border-radius: 100%;
	/* remove if you don't care about IE8 */
	font-size: 15px;
	text-align: center;
	width: 26px;
	height: 25px;
	margin: 0 10px 0 0;
	display: inline-block;
	color: #fff;
}

.underline-container.current-step .number-circle {
	background-color: #000;
	color: #fff;
}

.product-choice__item-checklist li span.checklist__item-title {
	font-weight:700!important
}

 .product-choice .product-choice__item-container .product-choice__item, .product-choice-carousel .product-choice-carousel__item-container .product-choice-carousel__item {
    padding-top: 0!important;
}

.product-choice-carousel .product-choice-carousel__item-container .product-choice-carousel__item-start{
	margin-bottom: inherit !important;
	flex : none !important; 
}

.product-choice-carousel .product-choice-carousel__item-container .product-choice-carousel__item-link .link__span {
	font-size: 16px;
}

@media (min-width: 530px) {
	.product-choice-carousel .product-choice-carousel__item-container .product-choice-carousel__item-field {
		border-top: 0 !important;
    	margin-bottom: -20px !important;
    	
	}
}

.product-choice-carousel .product-choice-carousel__item-container .product-choice-carousel__item-field {
	padding: 30px 15px 30px;
}

.button.button--default, .button.button--secondary {
    font-size: 18px;
}

.mail-offer-button.button--primary {
	background-color: initial;
    border-color: #787878;
    color: #787878;
    border: solid 1px;
}

.mail-offer-button.button.button--primary:not(:disabled):not(.button--disabled):hover {
    border-color: #8A37E9;
    color: #4A4A4A
}

.mail-offer-label {
	padding-left: 25px;
    font-size: 11px;
    font-weight: 400;
    vertical-align: bottom;
}

.mail-offer-icon {
	background: url(./images/mail-offer.png) no-repeat scroll 0 transparent;
}

.mail-offer-icon:hover {
	background: url(./images/mail-offer-hover.png) no-repeat scroll 0 transparent;
}

/**
* Accordeon.
*/
.accordeon-container:not(.accordeon-container--expanded) .accordeon-expander-link--less {
    display: none;
}
.accordeon-container.accordeon-container--expanded .accordeon-expander-link--more {
    display: none;
}

.accordeon-container div.accordeon-expander {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: max-height 0.15s cubic-bezier(0.26, 0.88, 0.57, 0.9), opacity 0.1s cubic-bezier(0.26, 0.88, 0.57, 0.9);
}

.accordeon-container.accordeon-container--expanded div.accordeon-expander {
    max-height: unset;
    opacity: 1;
}

/**
 *  Css for the datepicker with the typing
 **/
.datepicker-wrapper {
	display: flex;
	width: 50%;
	float: right;
	white-space: nowrap;
}
.simple-field-date .datepicker-wrapper {
	float: left;
}
.simple-field-date .datepicker-wrapper {
	width: 100%;
}
@media (max-width: 499px) {
	.datepicker-wrapper {
		width: 80%;
	} 
	.simple-field-date .datepicker-wrapper {
		width: 100%;
	}
}

.datepicker-wrapper .datepicker-container {
	width: 33%;
	display: inline-block;
}
.no-day-datepicker .datepicker-wrapper .datepicker-container {
	width: 50%;
}

.datepicker-wrapper .datepicker-label {
	text-align: center;
    font-size: 13px;
    height: 15px;
    font-weight: bold;
    /*line-height: 17px;*/
    line-height: 5px;
    letter-spacing: 0.2px;
    color: #5F5F5F;
}

.datepicker-wrapper .datepicker-separator {
	border: solid 1px;
    height: 26px;
    top: 29px;
    color: #EBEBEB;
	position: absolute;
	z-index: 1;
}
.simple-field-date .datepicker-wrapper .datepicker-separator {
	top: 22px;
}

.datepicker-wrapper input {
	text-align: center;	
}
.simple-field-date .datepicker-wrapper .day-field input {
	border-right: 0 !important;
	border-radius: 0px 0px 0px 0px !important;
}
.simple-field-date .datepicker-wrapper .month-field input {
	border-right: 0 !important;
	border-left: 0 !important;
	border-radius: 0px 0px 0px 0px !important;
}
.no-day-datepicker.simple-field-date .datepicker-wrapper .month-field input {
	border-left: 1px solid !important;
	border-radius: 0px 0px 0px 0px !important;
}
.simple-field-date .datepicker-wrapper .year-field input {
	border-left: 0 !important;
	border-radius: 0px 0px 0px 0px !important;
}

.datepicker-wrapper .day-field input, .section-contents-white .datepicker-wrapper .day-field input, .section-contents .datepicker-wrapper .day-field input {
	border-radius: 10px 0px 0px 10px !important;
}
.datepicker-wrapper .month-field input {
	border-radius: 0px 0px 0px 0px !important;
}
.no-day-datepicker .datepicker-wrapper .month-field input {
	border-radius: 10px 0px 0px 10px !important;
}
.datepicker-wrapper .year-field input, .section-contents-white .datepicker-wrapper .year-field input, .section-contents .datepicker-wrapper .year-field input {
	border-radius: 0px 10px 10px 0px !important;
}

span.bb-larger {
	font-size: 20px !important;
	line-height: 1.3em !important;
}

.mb-5,.my-5 {
	margin-bottom: 3rem !important;
}

.contact-details {
	font-family: "Anytime Sans Webfont", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
}

.form .form-field:not(.is-required) .form-field__label::after{
	content: '';
}

/* Override fabrique's selector */
@media (max-width: 670px) {
	 .form .calculation-actions .form__fieldset {
		background-color: initial;
	}
	
	.summary .summary__footer {
		display: grid;
	}
	
	.summary .summary__footer .mail-offer-button,  .button.button--secondary{
		order: 2;
	}
	
	.summary .summary__footer .proceed-to-checkout-button.button.button--primary {
		order: 1;
		margin-bottom: 0.5rem;
	}
	
	 .summary .summary__footer .button {
	   width: 100%;
	 }
	 .summary .summary__footer .button + .button {
	   margin: 1rem 0 0.5rem;
	   order: 1;
	 }
}

.swiper-pagination-bullet {
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
}

.richtext ul>li::before {
    content: "";
}

/*
* Multiple checkbox alignment
*/
.form-check label{
	min-height: 1.5rem;
    margin-left: 1rem;
}

.form-check input{
	min-height: 0rem;
}

.bb-bubble-property-cont > svg > g > path {
	stroke:#175FFF;
}