
/* Common */

/* Hide the default radio button */
input[type="radio"] {
    position: absolute;
    width: 16px;
    appearance: none;
}

/* Style for the custom radio button */
.custom-radio,.inline-custom-radio {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #9A9A9A;
    position: relative;
    cursor: pointer;
}

/* Style for the inner dot indicating selection */
.custom-radio::after , .inline-custom-radio+label::after,.inline-custom-radio+ input[type="radio"]+  label::after{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #175FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease;
}

/* Show the inner dot when radio button is checked */
input[type="radio"]:checked + .custom-radio::after, .inline-custom-radio + input[type="radio"]:checked + label::after {
    transform: translate(-50%, -50%) scale(1);
}

/* Style for the inner dot indicating selection */
.inline-custom-radio+ input[type="radio"]+  label::after {
    left: 3%;
}

.article-form__container {
	max-width: 796px;
}

@media ( min-width : 1200px) {
	.article-form__container {
		max-width: 850px;
	}
}

.claims-form-field {
	width: 340px;
	display: inline-grid;
	text-align: left;
}

.form-input-fields {
	width: 100%;
}

.background-white {
	background: #ffffff;
}

input[type="checkbox"] {
	width: 17px;
	height: 17px;
}

.main-container {
	padding-top: 150px;
}

@media ( min-width : 800px) {
	.main-container {
		padding-top: 230px;
	}
}

select {
	appearance: auto;
}

/*Header section*/
.nav-bar {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
}

.menu-bar-landing {
	background-color: #fff;
	color: #241f24;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4096;
	border-top: 3px solid #D9D9D9;
}

.disclaimer-container{
    text-align: left;
    margin-left: 22px;
    margin-top: 10px;
}


@media (min-width : 800px) and (max-width : 900px){
	
	.disclaimer-container{
	    margin-left: 35px;
	}
}

@media (max-width : 799px) {
	
	.disclaimer-container{
        display: inline-grid;
	    width: 340px;
	    margin-left: 0px;
	}
}

/*ChechCustomerSection*/
@media ( max-width : 529px) {
	.main {
		background-color: #FFFFFF;
	}
	.menu-bar-landing {
		border-top: 1px solid #D9D9D9;
	}
}

.error-border>input, .error-border select, .error-border>input[type='checkbox']:not(:checked)+label::before,
	.error-border input[type='radio']:not(:checked)+label::before {
	border-color: #CD4777 !important;
}

.display-block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.flex {
	display: flex;
}

.align-center {
	text-align: center;
}

.bottom-border-fields-container>div {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #D9D9D9;
}

.background-position-top {
	background-position: 10px top !important;
}

.icon-input {
	background-position: 10px center !important;
	padding-left: 60px !important;
	background-size: 35px 25px !important;
}

.icon-input-top {
	background-position: 10px top !important;
	padding-left: 60px !important;
	background-size: 35px 25px !important;
}

.form-field .form-field__field-wrapper input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=range]):not([type=range]):hover
	{
	border: 1px solid #5F5F5F;
}

.form-field .form-field__error {
	background-color: transparent;
	color: #CD4777;
}

.form-field__field-wrapper.error-border input,
	.form-field__field-wrapper input {
	border-radius: 8px !important;
}

.form-field .form-field__label {
	font-size: 14px;
	line-height: 18px;
}

.form__fieldset_border_top {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.form__fieldset_border_bottom {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.form-field .form-field__field-wrapper input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=range]):not([type=range])
	{
	font-size: 14px;
	height: 50px;
	line-height: 22px;
	width: 340px;
	border: 1px solid #9A9A9A;
	background-color: #FFFFFF !important;
}

.policy-info-field-title, .policy-information-form .form-field__label {
	font-weight: 700;
	font-size: 14px;
}

.policy-info-field-title+span {
	font-size: 14px;
	font-weight: 200;
}

/* Introduction Section */
.introduction-content-background {
	background: #F6FBFF;
	color: #333;
	font-size: 10px;
	line-height: 4em;
	margin-bottom: 1em;
	padding: 1em;
	position: relative;
	text-align: center;
	vertical-align: top;
	min-width: 20em;
	max-width: 32em;
	border-radius: .4em;
	border-width: thin;
	border-color: #BFDFFF;
	max-height: 8em;
}

.introduction-content-background::before {
	content: '';
	position: absolute;
	left: 47%;
	top: 100%;
	width: 0;
	height: 0;
	border: 1em solid transparent;
	border-top-color: #BFDFFF;
}

.introduction-content-background::after {
	content: '';
	display: block;
	position: absolute;
	left: 47.5%;
	top: 100%;
	width: 0;
	height: 0;
	border: 0.85em solid transparent;
	border-top-color: #F6FBFF;
}

.introduction-title {
	color: #007AFF;
	display: flex;
	justify-content: center;
	text-align: center;
}

.introduction-title h1.article-header__title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
	color: #0062CC;
}

.introduction-content-text.article-header__text {
	font-size: 11px;
	line-height: 13px;
}

.introduction-content-text {
	padding-left: 40px;
	padding-right: 40px;
}

/*CheckCustomerSection*/
.next-button-div {
	place-content: center;
}

.next-button, .back-button {
	border-radius: 8px;
}

.next-button-div.form__row--footer {
	flex-direction: row !important;
}

.next-button {
	background-color: #007AFF !important;
	border: none !important;
}

.back-button {
	background-color: transparent !important;
	color: #9A9A9A !important;
	border: 1px solid #D9D9D9 !important;
}

.next-button:hover {
	box-shadow: 0px 0px 5px 0px #0B0B0B;
}

.back-button:hover {
	box-shadow: 0px 0px 5px 0px #F2F2F2;
}

.next-button-div.form__row--footer {
	flex-direction: row !important;
}

.next-button.button.button--primary:not(:disabled):not(.button--disabled):hover
	{
	color: #fff;
}

.focused-field:focus-within {
	color: #007AFF;
}

.focused-field:focus-within {
	color: #007AFF;
}

.focused-field input:focus {
	color: #2D2D2D !important;
	border-color: #007AFF !important;
}

.full-name-text {
	color: #1D9F51;
}

.full-name-text div div:last-child {
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
}

h4.center.text-center {
	font-size: 18px;
	font-weight: 600;
	color: #2d2d2d;
}

.menu-bar-landing {
	top: 88px;
	position: initial;
}

.progress-steps-landing .progress-steps-landing__steps {
	margin-top: -25px !important;
}

.menu-bar-landing {
	top: 88px;
	color: #2d2d2d;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	position: initial;
}

nav.menu-bar-landing__steps.progress-steps-landing div div:last-child {
	color: #007AFF;
	font-size: 10px;
}

.navbar-header-two-branded {
	z-index: 4098;
}

div.progress-steps-landing__progress-bar {
	background-color: #007AFF !important;
}

/** 
 * Block UI.
 */
.ajax-loading-indicator {
	display: none;
}

input ~.ajax-loading-indicator {
	position: absolute;
	top: 16px;
	right: 5px;
}

.loan ~.ajax-loading-indicator {
	position: absolute;
	top: 16px;
	left: 160px;
}

@media ( min-width : 800px) {
	input ~ .ajax-loading-indicator {
		top: 20px;
	}
}

.loader-align {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.loader__items-container svg {
	animation: none !important;
	padding: 80px;
}

/** 
 * Tool-tip
 */
.tooltip-label-with-info {
	display: inline-flex;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #D9D9D9;
	align-items: center;
	width: 300px;
	height: 50px;
	position: relative;
}

.tooltip-icon {
	display: inline-block;
	line-height: inherit;
	position: relative;
	vertical-align: baseline;
}

.tooltip-icon__icon {
	vertical-align: middle;
	margin-left: 10px;
	color: #92AFDA !important;
}

.tooltip-icon .tooltip-icon__icon {
	border: 1.5px solid #92AFDA !important;
	border-radius: 40px;
	display: inline-block;
	font-size: 10px;
	height: 16px;
	line-height: 13px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: 16px;
	font-weight: 600;
}

.form-field__label{
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}

.inline-radio-choice {
	font-size: 14px;
	line-height: 16px;
	width: 275px;
	border-bottom: 1px solid #D9D9D9;
	height:40px;
}

.inline-radio-choice label {
	padding-left: 0.5rem !important;
}

.tooltip-icon .tooltip-icon__text {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	background-color: #241F24;
	bottom: 100%;
	color: #fff;
	display: none;
	left: 0;
	margin: 10px;
	min-width: 350px;
	padding: 15px 20px;
	position: absolute;
	text-align: left;
	transform: translateX(-50%);
	width: 100%;
	z-index: 999;
}

.tooltip-icon .tooltip-icon__text::after {
	border: 10px solid transparent;
	border-bottom-color: transparent;
	border-top-color: #241f24;
	bottom: 0;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) translateY(100%);
	width: 0;
}

.tooltip-icon .tooltip-icon__text::before {
	content: "";
	display: block;
	height: calc(100% + 20px);
	left: -10px;
	position: absolute;
	top: -10px;
	width: calc(100% + 20px);
	z-index: -1;
}

.tooltip-icon:hover .tooltip-icon__text, .tooltip-icon:focus .tooltip-icon__text
	{
	display: block;
	opacity: 1;
	pointer-events: inherit;
	transform: translateX(-50%) translateY(0);
	transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}

.tooltip-icon .tooltip-icon__text {
	display: block;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%) translateY(10px);
	transition: transform 0.15s ease-out, opacity 0.15s ease-out;
}

.tooltip-icon .tooltip-icon__text {
	font-size: 16px;
	line-height: 22px;
}

.underlined_title {
	border: 2px;
	border-bottom: 2px solid #0062CC;
	text-align: center;
	color: #0062CC;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

@media ( max-width : 529px) {
	.tooltip-icon:hover .tooltip-icon__text, .tooltip-icon:focus .tooltip-icon__text
		{
		transform: translateX(-80%) translateY(0);
	}
	.incident-location-section .tooltip-icon:hover .tooltip-icon__text,.incident-location-section .tooltip-icon:focus .tooltip-icon__text
		{
		transform: translateX(-47%) translateY(0);
	}
	.incident-location-section .tooltip-icon .tooltip-icon__text::after{
		left: 50%;
	}
	.tooltip-icon .tooltip-icon__text::after {
		left: 80%;
	}
	.tooltip-icon .tooltip-icon__text {
		min-width: 250px;
	}
	.underlined_title {
		width: 300px;
	}
	.inner-section .form__fieldset {
		padding: 20px 5px!important;
	}

	.other-driver-info-section .tooltip-icon .tooltip-icon__text::after {
		left: 23%;
	}

	.other-driver-info-section .tooltip-icon:hover .tooltip-icon__text, .tooltip-icon:focus .tooltip-icon__text {
		transform: translateX(-20%) translateY(0);
	}
}

.public-authority-selection .claims-form-field {
	display: block;
}
/** 
 * Other driver section
 */
.form .form-field:not(.is-required) .form-field__label::after {
	content: '';
}

.inner-section-wrapper .inner-section .claims-form-field{
	width: 310px;
	padding-left: 5px;
    padding-right: 5px;
}

.inner-section-wrapper {
	padding: 20px;
} 

.inner-section {
	background-color: #E8F3FF !important;
	border-radius: 8px;
	min-width: 310px;
	padding-top: 20px;
    padding-bottom: 20px;
}


.inner-section input {
	width: 300px !important;
}

.form-field__select-container select {
	border-radius: 8px !important;
	background-color: #fff !important;
}

.inner-section-wrapper .inner-section .text-center {
    color: #0062CC;
    font-size: 16px;
    font-weight: 600;
}

.inner-section-wrapper .inner-section .text-area-container{
	display: flex;
	padding: 10px 15px;
}

.other-driver-info-section input[type="email"] {
	padding-left: 60px !important;
}

.other-driver-info-section .tooltip-icon.form-field__item-label-tooltip {
	top: 0;
	left: 36px;
}
/*
*Accident information section
*/
.text-area-input {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #4E4E4E;
	border: 1px solid #9A9A9A;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF !important;
}
@media ( min-width : 530px) {
	.text-area-input {
		height: 147px;
		width: 659px;
	}
	.collision-with-object-section .text-area-input {
		height: 147px;
		width: 659px;
	}
	
	.collision-with-object-section .object-description-text-area {
		height: 111px;
		width: 659px;
	}
}
@media ( max-width : 530px) {
	.text-area-input {
    	width: 260px;
    	height: 157px;
	}
	
	.collision-with-object-section .text-area-input {
		height: 222px;
		width: 659px;
	}
	
	.collision-with-object-section .object-description-text-area {
		height: 111px;
		width: 659px;
	}
	.inner-section-wrapper {
    	padding: 20px 0px;
	}
}

/*
Crashpoints section
*/
.vehicle-crashpoints input[type="checkbox"] {
	display: none;
}

.crashpoint-label {
	width: 32px;
	height: 32px;
	border-radius: 10px;
	border: 2px solid #007AFF;
	text-align: center;
	font-weight: 700;
	font-size: 17px;
	line-height: 27px;
	color: #4E4E4E;
}

.crashpoint-tick {
	position: absolute;
	top: 15px;
	left: 20px;
}

.vehicle-crashpoints input[type="checkbox"]:checked+.crashpoint-label {
	background-color: #007AFF;
	color: white;
}

.motorbike {
	padding: 10px;
}

.crash-point-1 {
	top: -40px;
	left: 55px;
}

.crash-point-2 {
	top: 5px;
	right: -45px;
}

.crash-point-3 {
	right: -45px;
	top: 75px;
}

.crash-point-4 {
	bottom: 75px;
	right: -45px;
}

.crash-point-5 {
	bottom: 5px;
	right: -45px;
}

.crash-point-6 {
	bottom: -50px;
	left: 55px;
}

.crash-point-7 {
	bottom: 5px;
	left: -45px;
}

.crash-point-8 {
	bottom: 75px;
	left: -45px;
}

.crash-point-9 {
	left: -45px;
	top: 75px;
}

.crash-point-10 {
	top: 5px;
	left: -45px;
}

.switch-link-section .form__fieldset {
	background-color: #F6FBFF !important;
}

.switch-link {
    color: #0062CC;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding: 5px;
}

/*
Thank you section
*/
.thank_you_header {
	background: #0062CC !important;
	box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.25);
}

.thank_you_header>div:first-child {
	text-align: center;
	padding: 20px 20px 10px 20px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 18.5px;
}

.thank_you_header>div:last-child {
	text-align: center;
	padding: 10px 20px 20px 20px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 14.2px;
}

.thank-you-information>div:first-child {
	font-size: 25px;
	line-height: 25px;
	color: #2D2D2D;
	text-align: center;
	padding: 30px 20px;
	font-weight: 400;
}

.container.thank-you-information>div:nth-of-type(2) {
	color: #2D2D2D;
	font-size: 30px;
	flex-direction: column;
	align-items: center;
	line-height: 26px;
	font-weight: 400;
}

.thank-you-information>div:nth-of-type(3) {
	text-align: center;
	padding: 10px 60px 10px 60px;
	color: #2D2D2D;
	font-size: 15px;
	line-height: 16px;
}

.thank-you-information .line {
	background: #9A9A9A;
	padding: 0.5px;
	margin: 20px auto;
	max-width: 86%;
}

.thank-you-information>div:nth-of-type(5)>span {
	text-align: center;
	flex-direction: column;
	font-size: 12px;
	line-height: 15px;
	color: #4E4E4E;
	padding: 10px 40px;
}

.thank-you-information>div:nth-of-type(5)>span>div:first-child {
	margin-bottom: 20px;
}

.thank-you-section {
    padding-top: 90px;
    background-color: white;
    height: 100vh;
}

@media ( max-width : 530px) {
	.thank-you-section {
    	height: 100%;
	}
}

/*
Buttons
*/
button.disabled {
	background-color: #D9D9D9 !important;
	color: #FFFFFF !important;
}

.form .form__row--footer .button+.button {
	margin-left: 20px;
}

.policy-info-section .next-button, .policy-info-section .next-button:hover,
	.driver-information-section .next-button, .driver-information-section .next-button:hover
	{
	background-color: #CBE4FF !important;
	color: #007AFF !important;
}

.button.button--primary:not(:disabled):not(.button--disabled):focus {
	color: #fff !important;
}

.policy-info-section .button.button--primary:not(:disabled):not(.button--disabled):focus
	{
	color: #007AFF !important;
}

.green-button {
	background-color: #1BD08F !important;
	color: #FFFFFF;
}

.title-section-title {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	color: #2D2D2D;
	font-weight: 700;
}

.form-field.form-field--checkboxes .form-field__field-wrapper input[type=checkbox]:checked+label::before {
    border-width: 0px;
}

.tooltip-label-with-info .form-field {
    display: flex;
    position: relative;
} 


.form-field.form-field--checkboxes .form-field__field-wrapper input[type=checkbox]+label::before {
    border: 1px solid #9A9A9A;
   	width: 17px;
    height: 17px;
}

.form-field__icon {
    background-color: #007AFF;
    border-color: #007AFF;
    width: 17px !important;
    height: 17px !important;
    top: 7px !important;
    left: 0px !important;
}

.form-field.form-field--checkboxes .form-field__field-wrapper input[type=checkbox]+label .form-field__icon svg {
	fill: #ffffff;
}

.tooltip-icon {
    right: 0px;
    position: absolute;
}

.label-align{
	max-width: 220px;
    max-height: 50px;
}

.accident-information-section .form .form__row:not(:last-child), .other-vehicle-accident-information-section .form .form__row:not(:last-child), .other-vehicle-info-section .form .form__row:not(:last-child){
	margin-bottom:0px;
	margin-top:0px
}

.inline-radio-choice>label{
	margin-bottom: auto!important;
	margin-top: auto!important;
}

.incident-location-section .tooltip-icon.form-field__item-label-tooltip{
	top:0;	
	left: 150px;
}

.driver-information-section .next-button.disabled path{
	fill: #FFFFFF !important;
}

.driver-information-section .next-button.disabled, .other-vehicle-crash-point-selection-section .next-button.disabled {
	background-color: #D9D9D9 !important;
	color: #FFFFFF !important;
}

.message-section {
	left: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.remove-bold-block * b {
	font-weight: bold;
}

.collision-with-object-section .inner-section{
	background-color:#FFFFFF !important;
	padding: 0px;
}    

.text-area-title{
	padding-left: 15px;
}
