/*
* SimpleField changes.
*/
.form-field .form-field__label--icon {
	position: initial;
}

.simple-field-title-white .form-field label span {
	color: #FFFFFF;	
}

/*
* Initial section.
*/
.get-offer-container__checkbox .checkbox__label {
	color: #FFFFFF;
}

.product-specifications .product-specifications__modal {
	z-index: 9999;
}

@media(min-width: 1081px){
	.main {
		background-image: url("../images/issuance-bg.svg");
		background-position: top right;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media(max-width: 1080px){
	.main {
		background-image: url("../images/issuance_bg_vector.svg");
    	background-repeat: no-repeat;
    	background-position-x: 29%;
    	background-position-y: -107%;
  	}
}

.checkbox .checkbox__label span {
	margin-top: initial !important;
}

.flow-success__list-item-text {
	margin-bottom: initial;
}

.get-offer-container__text {
	margin-bottom: 0;
}

.flow-container.checkout .flow-card .flow-card__tile {
	cursor: default;
}

.flow-container.checkout .flow-card .flow-card__tile:hover {
	border: 1.5px solid transparent;
}

.flow-container.checkout .flow-card .flow-card__tile label {
    cursor: default;
}

.flow-card__inner-value {
	white-space: normal;
}

.flow-success__header-main-title {
	text-align: center;
}