body {
	font-family: Open Sans,Tahoma,Geneva,sans-serif;
	min-width:1024px;
	overflow-x: hidden;
}

.mainDiv.ng-hide {
	opacity: 0;
}

.mainDiv.ng-hide-add,
.mainDiv.ng-hide-remove {
	transition: all linear 1s;
}

.mainLoader {
	margin-top: 50vh;
	transform: translate(50%,-50%);
}


.header {
	padding:10px;
	position: relative;
	z-index: 10;
}

.footer {
	padding-top:20px;
}

.headerLogo {
	cursor: pointer;
}

.content {
	background-color: #F0F2F0;
	padding-top:30px;
	border-top:solid 1px;
	border-bottom:solid 1px;
}

.content .jumbotron {
	background-color: #FFFFFF;
		
}

.iconsBar {
	text-align:right;
	color:#1D1753;
	padding-top: 20px;
	font-size: 16px;
	padding-right: 60px;
}

.iconsBar .icon {
	cursor: pointer;
}

button.btn {
	background-color: var(--primary-color);
	color: #FFFFFF;
}

label.btn {
	background-color: var(--primary-color);
	color: #FFFFFF;
}

.languageListSelect {
	margin-top:20px;
	margin-right:5px;
	width:200px;
}


.languageListSelect span {
	font-size:12px;
}

.languageListSelect span.ui-select-toggle{
	z-index: 1;
}

.languageListSelect i.caret{
	z-index: -1;
}

.helpConnectSection {
	margin-top:20px;
}

.helpConnectSection div {
	text-align:center;
}

.helpConnectLink {
	cursor: pointer;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 14px;
	text-decoration: underline;
}

.disabledHelpConnectLink {
	cursor: not-allowed;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 14px;
	text-decoration: underline;
}

.contactSection div {
	text-align:center;
}

.has-error span {
	color:#a94442;
}


.contactForm .label-column {
	text-align:left;	
}

.deviceChoice {
	background-color: #eeeeee;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

.listDevices {
	margin-top:30px;
	margin-bottom:30px;
}

.deviceChoice span {
	display: table-cell;
	vertical-align: middle;
	padding:10px;
	text-align: left;
}


.flexitokenForm button {
	width: 100%;
}

.smartphoneForm button {
	width: 100%;
}

.loginPage button[type=submit] {
	width: 100%;
}

.loginPage i {
	font-size: 1.5em;
}

.linksRow {
	padding-top: 10px;
	padding-bottom: 10px;

}

.linksRow a {
	color:black;
}

.linksRow > * {
	margin-left:20px;
	margin-right:20px;
	display:inline-block;
}

.filesRow {
	padding-top: 10px;
	padding-bottom: 10px;
}

.filesRow a {
	color:black;
}

.filesRow > * {
	margin-left:20px;
	margin-right:20px;
	display:inline-block;
}

.fileVideo {
	cursor: pointer;
	color:black;
}

.fileVideo:hover {
	text-decoration: underline;
}

.welcomeParagraph {
	margin-top:20px;
}

.alertBox {
	margin-top:20px;
}

.modal-danger {
	color:#a94442;
	background-color:#f2dede;
}

.modal-info {
	color:#31708f;
	background-color:#d9edf7;
}


ol.breadcrumb {
	background-color: transparent;
	width:100%;
}

ol.breadcrumb li {
	width:33%;
}

ol.breadcrumb li span {
	width:100%;
}

.breadcrumb-arrow {
	height: 36px;
	padding: 0;
	line-height: 36px;
	list-style: none;
}
.breadcrumb-arrow li:first-child span {
	padding: 0 10px;
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
}
.breadcrumb-arrow li, .breadcrumb-arrow li span {
	display: inline-block;
	vertical-align: top
}
.breadcrumb-arrow li:not(:first-child) {
	margin-left: -5px;
	padding-right: 10px;
}

.breadcrumb-arrow li+li:before {
	padding: 0;
	content: ""
}

.breadcrumb-arrow li span {
	position: relative;
	text-decoration: none;
	height: 36px;
	padding: 0 10px 0 25px;
	line-height: 36px;
}
.breadcrumb-arrow li span:after, .breadcrumb-arrow li span:before {
	position: absolute;
	top: -1px;
	width: 0;
	height: 0;
	content: '';
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent
}
.breadcrumb-arrow li span:before {
	right: -10px;
	z-index: 3;
	border-left-style: solid;
	border-left-width: 11px
}
.breadcrumb-arrow li span:after {
	right: -11px;
	z-index: 2;
	border-left: 11px solid #ffffff
}


.breadcrumb-arrow li.active span {
	font-weight: 900;
	opacity: 1;

}

ol.breadcrumb-arrow {
	display: inline-block;
	text-align: center;
	opacity: 0.7;
}

.breadcrumb-container {
	position:relative;
	display: block;
	text-align: center;
}

.google-play-icon {
	margin-top:18px;
	 height:64px;
 }

.itunes-store-icon {
	margin-top:18px;
	height:62px;
}

.app-stores {
	margin-top:40px;
	margin-bottom:40px;
	text-align: center;
}


.btn-previous span, .btn-previous i, .btn-next span, .btn-next i {
	display: table-cell;
	vertical-align: middle;
}

.container-btn-next {
	text-align: right;
}

.container-btns {
	margin-top:10px;
	margin-bottom:20px;
}

.scanQRLabelsRow {
	margin-bottom:20px;
}

.scanQRArrow{
	padding-top: 100px;
	text-align: center;
}


.scanQRImage .phone-scanQRCode {
	position: relative;
	width: 159px;
	height: 304px;
	margin-left: auto;
	margin-right: auto;
}

.scanQRImage .phone-scanQRCode .background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	z-index: 9;
	background-repeat: no-repeat;
}

.scanQRImage .qrCodeImage {
	position: relative;
	width: 250px;
	height: 352px;
	margin-left: auto;
	margin-right: auto;
}

.scanQRImage .qrCodeImage .background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../../images/QRCode.png");
	top: 0;
	left:0;
	z-index: 9;
	background-repeat: no-repeat;
}

.scanQRImage .qrCodeImage .imageContent {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	display: table;
	z-index: 10;
}

.scanQRImage .qrCodeImage .imageContent span {
	font-size: 32px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	transform: rotate(-30deg);
	color:black;
}

.courrier-generique {
	position: relative;
	width: 280px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}

.courrier-generique .background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../../images/courrier_generique.png");
	top: 0;
	left:0;
	z-index: 9;
	background-repeat: no-repeat;
}

.phone-manualQRCode {
	position: relative;
	width: 159px;
	height: 304px;
	margin-left: auto;
	margin-right: auto;
}

.phone-manualQRCode .background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	z-index: 9;
	background-repeat: no-repeat;
}

.cannotScanQRLabelsRow {
	margin-bottom:20px;
	text-align: center;
}


.cannotScanQRTitle {
	margin-bottom:20px;
}

.cannotScanQRForm input
{
	margin-top:30px;
	margin-bottom:30px;
}

.cannotScanQRFormFields {
	position: relative;
	width: 320px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
}

.cannotScanQRFormFields .specimen {
	position: absolute;
	top: 0;
	left:0;
	font-size: 32px;
	display: table;
	z-index: 10;
	width: 100%;
	height: 100%;
	color:black;
}

.cannotScanQRFormFields .specimen span {
	font-size: 32px;
	font-family: Verdana;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	transform: rotate(-30deg);
}

.scanQRCodeLink {
	text-align: center;
}

.smartphonePaired {
	text-align: center;
}

.smartphonePaired i.fa-check {
	color:green;
}

.laststep .center {
	text-align: center;
}

.howToSmartphonePage .mainContainer {
	margin-left: 5px;
	margin-right: 5px;
}

.howToSmartphonePage a.link {
	text-decoration: underline;
}

div.eyePassword i  {
	font-size: 1em;
}

div.eyePassword span  {
	cursor: pointer;
}


div.eyePassword .transcluded input:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
	display: none;
}

.changePasswordPage .form-horizontal .control-label {
	text-align: left;
}

.mb-20 {
	margin-bottom: 20px;
}

.mx-20 {
	margin-right: 20px;
}

.loader {
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.loader.showSpinner {
	display: flex;
}

.challengeStyle.loader {
	position: absolute;
	background-color: transparent;
	z-index: 0;
}


@-webkit-keyframes spin {
	to {
		stroke-dashoffset: -264;
	}
}

@keyframes spin {
	to {
		stroke-dashoffset: -264;
	}
}

.spinner circle {
	fill: none;
	stroke: slategray;
	stroke-width: 16;
	stroke-linecap: round;
	stroke-dasharray: 0, 0, 70, 194;
	stroke-dashoffset: 0;
	animation: spin 1s infinite linear;
	-webkit-animation: spin 1s infinite linear;
}

.closeIcon{
	background-color: #f5dede!important;
	color: black!important;
}

.invalidField{
	background-color: var(--invalid-field-color);
}

.validField{
	background-color: var(--valid-field-color);
}

.closeIcon{
	background-color: #f5dede!important;
	color: black!important;
}

.border-red{
	border-color: red;
}

.center-alert {
	display: flex;
	justify-content: center;
}

textarea {
	resize: vertical;
}

.smartphonePage .page-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

.smartphonePage .page-block .text-divider{
	font-family: 'Berthold Bodoni';
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.smartphonePage .page-block,
.smartphonePage .page-block img {
	height: 300px;
}

.smartphonePage .page-block img {
	margin-right: 15px;
	margin-left: 15px;
}

/* put above the spinner level, only for challenge/smartphone page */
#smartphonePage .otp-container {
	z-index: 10;
	position: relative;
}

.no-padding {
	padding: 0;
}

/* same css duplicated from v2, so we can use custom-size-image even for legacy template (to be deprecated once the images are correct size) */
.smartphonePage .page-block .custom-size-image {
	width: 158px;
	overflow: hidden;
}

.smartphonePage .page-block .custom-size-image img {
	height: 359px;
	margin-left: -34px;
	margin-top: 6px;
}

.captcha-input {
	width: 100%;
}
#blockPage {
    padding-bottom: 20rem;
}

.malware-container-azq {
    margin-top: 9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.malware-icon-container-azq {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.75rem;
    width: 5.75rem;
    border-radius: 50%;
    background-color: #fee5e6;
    margin-bottom: 1rem;
}

.malware-icon-azq {
    width: 3.75rem;
    height: 3.75rem;
}

.malware-header-azq {
    font-size: 2.375rem;
    font-weight: 600;
}

.malware-sub-header-azq {
    font-size: 2.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.malware-description-azq {
    text-align: center;
    font-size: 1.875rem;
}
.listDevices .app-logo {
    height: 34px;
    width: 34px;
}

.listDevices .legacy-mobile-app {
    color: gray;
}

.listDevices .legacy-mobile-app .app-logo {
    opacity: 0.7;
}

.content .jumbotron.compact-theme {
    background-color: transparent;
}

.devicePage.v2 .page-title {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.devicePage.v2 .soft-device-list-title {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.devicePage.v2 .deviceChoice {
    margin-left: 0;
    margin-right: 0;

    background-color: transparent;
}


.devicePage.v2 .deviceChoice {
    display: flex;
    align-items: center;

    margin-top: 20px;
    margin-bottom: 20px;
}

.devicePage.v2 .deviceChoice .device-selection {
    background-color: white;

    padding: 0 20px 0 0;
}

.devicePage.v2 .deviceChoice .device-details {
    width: 100%;
    height: 40px;

    padding-top: 0;
    padding-bottom: 0;

    border-radius: 8px;

    background-color: #eeeeee;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.devicePage.v2 .deviceChoice .device-details .legacy-mobile-app {
    /*color: #5A5656; This is the color asked in figma, but not too clear as disabled*/
    color: #878181;
}

.devicePage.v2 .deviceChoice .device-name {
    font-weight: bold;
    padding-left: 20px;
    font-size: 16px;
}

.devicePage.v2 .deviceChoice .info-legacy-device i {
    font-size: 24px;
}

.devicePage.v2 .listDevices {
    margin-bottom: 60px;
    min-height: 43px;
}

.devicePage.v2 .tooltip {
    width: 100%;
}

.devicePage.v2 .submit-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.devicePage.v2 .submit-text {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.v2 .devicePage input[type=radio]:checked {
    background-color: var(--primary-color);
}

.v2 .devicePage input[type=radio] {
    width: 18px;
    height: 18px;
    appearance: none;
    border: 2px solid var(--primary-color);
    outline: 0;
    border-radius: 50%;
}

.enrollNewDevicePage.jumbotron,
.enrollCompletePage.jumbotron {
    padding: 0 0 80px;
}

.page-title .title-icon {
    border-radius: 50%;
    border: 4px solid black;
    width: 48px;
    height: 48px;
    text-align: center;
    align-self: center;
    padding-top: 6px;
}

.enroll-new-device-container {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: repeat(3, 1fr);
}

.enroll-new-device-container.even-space-around {
    grid-template-columns: repeat(2, 1fr);
}

.enroll-new-device-container .steps-container {
    display: flex;
}

.step-card-container {
    display: flex;
    flex-direction: column;
}

.step-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.step-card .step-number {
    width: 38px;
    height: 38px;

    color: white;
    border-radius: 50%;
    font-size: 26px;
    font-weight: bold;

    display: flex;
    justify-content: center;
    flex-direction: column;
}

.step-card .step-description {
    background-color: white;

    display: flex;
    justify-content: center;
    align-self: center;
    min-height: 100px;
    max-width: 290px;
    padding-top: 20px;
    margin-bottom: 10px;

    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.step-card .step-description.long-description {
    max-width: none;
}

.step-card .step-description span {
    align-self: flex-start;
}

.step-card .image-container {
    background-color: white;

    height: 360px;
    display: flex;
    justify-content: center;
}

.step-card .image-container img {
    object-fit: contain;
}

.step-card .image-container .text-divider {
    align-self: center;

    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.step-card #qrcode {
    align-self: center;
    height: 160px;
    width: 160px;
}

.step-card-container .step-notes {
    width: 270px;
    display: flex;
    align-items: flex-start;

    font-weight: bold;
    font-size: 14px;
    justify-content: center;
}

.step-card-container .step-notes.qr-step-notes {
    text-align: left;
    padding-left: 24px;
    padding-top: 10px;
    justify-content: flex-start;
    margin-top: -95px;
}


.complete-enroll-button-container {
    text-align: center;
    margin-top: 30px;
}

.step-card-container .complete-enroll-button-container {
    align-self: end;
}

.complete-enroll-button-container .btn,
.step-card-container .complete-enroll-button-container .btn {
    height: 50px;
    font-size: 20px;
}

body.v2 {
    font-family: 'Barlow Condensed', 'Open Sans','Tahoma','Geneva','sans-serif';
}

.v2 .mainDiv {
    background-color: var(--page-background-color);
}

.v2 .mainDiv > ng-include {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.v2 .header {
    background-color: white;
    border-bottom: 0;
    display: flex;
}

.v2 .header .language-container {
    align-self: end;
    margin-bottom: 10px;
}

.v2 .header .headerLogo {
    max-height: 113px;
}

.v2 .content {
    border: 0;
}

.v2 .footer {
    background-color: white;
    border-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.v2 .jumbotron {
    border-radius: 0;
    padding-bottom: 10px;
}

.v2 .jumbotron .welcomeParagraph p {
    font-size: 18px;
}

.v2.page-container {
    padding-top: 0;
}

.v2 .page-title {
    font-family: 'Barlow Condensed', 'Alegreya', 'sans-serif';
    padding-top: 20px;
    padding-bottom: 15px;

    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    max-width: 1100px;
    word-wrap: normal;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.v2 .page-title.normal-weight {
    font-weight: normal;
    text-transform: initial;
}

.v2 .page-title.normal-size {
    font-weight: normal;
    font-size: 24px;
}

.v2 .page-title.primary-color {
    color: var(--primary-color);
}

.v2 .page-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.v2 .form-control {
    color: black;
    font-family: var(--input-font-family)
}

.v2 .eye-password .form-control.simple-input-field,
.v2 div.eyePassword .transcluded input:first-child,
.v2 .form-control.simple-input-field {
    height: 44px;
    width: 345px;
    border-radius: 20px;
    border-color: var(--input-field-border-color);
    padding: 0;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    box-shadow: 0px 4px #8080801f;

    z-index: 1;
}

.v2 .form-group {
    position: relative;
}

.v2 .form-group tooltip-component {
    position: absolute;
    top: 0;
    right: -30px;
}

.v2 .form-group.custom-checkbox {
    color: black;
    font-style: italic;
    font-family: 'Barlow Condensed', sans-serif;

    display: flex;
    flex-direction: row;
    align-items: center;
}

.v2 .custom-checkbox > div {
    display: flex;
    align-items: center;
}

.v2 .custom-checkbox i {
    display: none;
    position: absolute;
    top: 4px;
    left: 3px;
    font-size: 12px;

    color: var(--primary-color);
}

.v2 .custom-checkbox .checked i {
    display: block;
}
.v2 .custom-checkbox input {
    width: 18px;
    height: 18px;
    appearance: none;
    border: 3px solid var(--primary-color);
    outline: 0;
    border-radius: 5px;
    margin: 0 8px 0 0;
}

.v2 .eye-password-container .eye-password-button {
    position: absolute;
    height: 44px;
    width: 35px;
    right: 0;
    z-index: 2;

    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: solid 1px var(--input-field-border-color);
    border-left-width: 0;

    background-color: transparent;
    color: var(--primary-color);

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 16px;

    padding-right: 26px;
}

.v2 .loginPage .eye-password-container .eye-password-button {
    /* quick fix because inside eye component input has margin-top 15px */
    margin-top: 15px;
}

.v2 .policy-label-component {
    background-color: var(--password-policies-background-color);
    color: white;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
    border: 0;
    max-width: 740px;
    border-radius: 10px;
}

.v2 .policy-label-component .control-label {
    font-weight: normal;
}

/*hide elements part of v1 design*/
.v2 .welcomeBlock .welcomeParagraph,
.v2 .welcomeBlock h2 {
    display: none;
}

.v2 .welcomeBlock {
    padding: 0;
    margin-bottom: 0px;
}

.v2 .welcomeBlock img {
    width: 100%;
}

.v2 .changePasswordPage.jumbotron,
.v2 .contactPage.jumbotron,
.v2 .loginPage.jumbotron {
    padding: 0;
    text-align: center;
}

.v2 .loginPage h3 {
    padding-top: 15px;
    padding-bottom: 20px;
}

.v2 .form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.v2 .form-container .control-label {
    width: 285px;
    margin-bottom: 10px;

    display: flex;
    align-items: center;

    text-align: left;
    text-transform: uppercase;
    color: var(--primary-color);
}

.v2 .loginPage.jumbotron {
    background-color: transparent;
}

.v2 .login-block {
    background-color: white;
    padding-bottom: 15px;
    min-height: 377px;
    margin-top: 30px;
}

.v2 .login-block.form-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.v2 .login-block.welcome-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

/* this will adjust in case cms loads the image in the welcome block */
.v2 .login-block.welcome-block img {
    display: block;
    max-width: 100%;
    height: auto;
}

.v2 .login-block.welcome-block.background-image-with-text {
    padding: 0px;
}

.v2 .login-block.welcome-block.background-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.v2 .loginPage button.simple-button {
    /*duplicated size from original css simple-button*/
    width: 190px;
    margin-top: 20px;
}

.v2 .loginPage #helpConnectLinkDiv {
    margin-bottom: 0;
}

.v2 .loginPage .checkbox {
    padding-bottom: 20px;
    margin-top: 0;
}

.v2 .loginPage .form-group tooltip-component .tooltip {
    width: 200px;
}

.v2 .loginPage .form-group tooltip-component .tooltip .tooltip-inner {
    min-height: 40px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.v2 .changePasswordPage .page-title {
    padding-top: 35px;
}

.v2 .changePasswordPage .separator-section {
    height: 20px;
    background-color: var(--page-background-color);
}

.v2 .changePasswordPage .form-control-feedback {
    display: none;
}


.v2 .eye-password .disabled-field .form-control.simple-input-field,
.v2 .disabled-field div.eyePassword .transcluded input:first-child,
.v2 .disabled-field .form-control.simple-input-field {
    border: 0;
    box-shadow: 0px 3px 3px #8080805e;
}

.v2 .changePasswordPage .form-group {
    margin-bottom: 0;
}

.v2 .changePasswordPage div.eyePassword .transcluded input:first-child,
.v2 .changePasswordPage .form-control.simple-input-field,
.v2 .changePasswordPage .simple-input-field {
    margin-top: 0;
    margin-bottom: 25px;
}

.v2 .changePasswordPage .simple-button {
    margin-top: 20px;
    margin-bottom: 30px;
}

.v2 .changePasswordPage .password-policy-section {
    min-height: 365px;
    padding-right: 30px;
    font-size: 18px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.v2 .changePasswordPage .password-policy-section password-policy-label{
    max-width: 430px;
}

.v2 .changePasswordPage .password-policy-section .arrow {
    margin-left: -33px;
    border: 33px solid transparent;
    border-right-color: var(--password-policies-background-color);
}

.v2 .changePasswordPage .password-policy-section password-policy-label .policy-label-component {
    margin-bottom: 0;
}

.v2.smartphonePage .page-block img {
    margin-left: 35px;
    margin-right: 35px;
}

.v2 .step-card .image-container.custom-size-image {
    width: 180px;
    overflow: hidden;
}
.v2.smartphonePage .page-block .custom-size-image {
    width: 158px;
    overflow: hidden;
}

.v2 .step-card .image-container.custom-size-image img {
    height: 434px;
    margin-left: 0px;
    margin-top: -34px;
}

.v2.smartphonePage .page-block .custom-size-image img {
    height: 359px;
    margin-left: -34px;
    margin-top: 6px;
}

.v2 .arrow-divider img {
    height: fit-content;
}

.v2 .otp-form-container {
    display: flex;
    justify-content: center;
}

.v2 .otp-form-container .smartphoneForm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.v2 .smartphoneForm {
    text-align: center;
}

.v2 .otp-description {
    text-align: center;
    font-weight: bold;
}

.v2 .otp-container .form-control {
    margin-bottom: 20px;
}

.v2 .info-icon {
    display: initial;
    height: 20px;
    width: 20px;
    font-size: 24px;
    margin-right: 10px;
}

/* we hide the new info-icon not part of v1 design style */
.info-icon {
    display: none;
}

.v2 .simple-button {
    width: 190px;
    border-radius: 14px;
    height: 42px;
    background-color: var(--primary-color);

    font-family: var(--input-font-family);
    font-size: 16px;
    text-transform: uppercase;
}

.v2 .simple-button[disabled]:hover,
.v2 .simple-button:focus,
.v2 .simple-button:hover {
    color: var(--contrast-primary-color);
    background-color: var(--primary-color);
    border: 0;
    outline: 0;
}

.v2 .footer .linksRow {
    display: flex;
    justify-content: space-between;
}

.v2 .languageListSelect {
    width: 200px;
}

.v2 .languageListSelect .ui-select-match{
    outline: 0;
    border-radius: 20px;

    /*we set the z-index to allow the drop down be hidden under the language selector*/
    z-index: 2;
    position: relative;
}

.v2 .languageListSelect .btn {
    border-color: var(--language-selector-border-color);

    height: 32px;
    border-radius: 20px;
    /*helps to center the label in the select input */
    padding-top: 6px;
    padding-left: 0;
}

.v2 .languageListSelect .ui-select-choices-row-inner {
    padding-left: 8px;
}

.v2 .languageListSelect .ui-select-choices-row-inner i {
    margin-right: 5px;
    margin-left: 2px;
}

.v2 .languageListSelect .ui-select-match-text i {
    margin-right: 5px;
    margin-left: 10px;
}

.v2 .languageListSelect .ui-select-match-text {
    font-size: 14px;
    font-weight: bold;
}

.v2 .languageListSelect .caret {
    color: var(--primary-color);

    /*remove default caret*/
    border: none;

    /*position at center the new fav icon as caret*/
    font-size: 24px;
    right: 33px;
    top: 5px;
}

/*hide the injected icon to avoid to break the old UI*/
.v1 .languageListSelect .caret.fa::before {
    content: '';
}

.v2 .languageListSelect .ui-select-choices {
    padding-top: 30px;
    border-radius: 17px;

    max-height: initial;

    /*we set the z-index to allow the drop down be hidden under the language selector*/
    z-index: 1;
    margin-top: -28px;
}

.v2 .languageListSelect .ui-select-choices-row-inner {
    font-size: 14px;
}

.v2 .languageListSelect .ui-select-choices-row.active > span {
    background-color: var(--primary-color);
}

.v2 .contactPage {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 50% 50%;
}

.v2 .contactPage.jumbotron {
    background-color: transparent;
}

.v2 .contactPage .block-section {
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
}

.v2 .contactPage .block-section img {
    /*width: fit-content;*/
}

.v2 .contactPage .contact-details-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px;
    padding-right: 80px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;

    color: var(--contrast-primary-color);
    font-size: 24px;
    font-family: 'Barlow Condensed', sans-serif;
}

.v2 .contactPage .contact-details-block .contact-text-block-container {
    margin-bottom: 40px;
}

.v2 .contactPage .contact-details-block .center-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.v2 .contactPage .contact-details-block .contact-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    margin-top: 20px;
    margin-bottom: 20px;
}

.v2 .contactPage .contact-details-block .contact-container img {
    width: 35px;
    margin-right: 15px;
    margin-bottom: 12px;
}
.v2 .contactPage .contact-details-block .contact-container div {
    text-align: left;
}

.v2 .contactPage .contact-form-block {
    padding-right: 70px;
    padding-left: 70px;
}

.v2 .contactPage .contact-form-block .page-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.v2 .contactPage .contact-form-block form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.v2 .contactPage .contact-form-block form .form-group {
    width: 100%;
}

.v2 .contactPage .contact-form-block form .form-group input {
    height: 40px;
}

.v2 .contactPage .contact-form-block form .form-group input,
.v2 .contactPage .contact-form-block form .form-group textarea {
    border-radius: 0;
    border-color: black;
    font-size: 18px;
}

.v2 .contactPage .contact-form-block form .form-group.captcha-input {
    width: 190px;
}

.v2 .contactPage .contact-form-block form .form-group.captcha-input .captcha-label {
    text-decoration-style: initial;
}

.v2 .contactPage .contact-form-block form .submit-contact-form-container-button {
    margin-top: 40px;
}

.v2 .iconsBar .icon {
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
    font-size: 16px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: bold;
    color: var(--primary-color);
}

.v2 .iconsBar .icon.guide-line-pdf-icon span{
    /* we need to have this workaround because the image has the wrong height */
    margin-top: -20px;
}

.v2 .iconsBar .icon img {
    width: 58px;
}

/* in case of hidden icon we want to take the same space so the next icon is shown bellow expected position */
.v2 .iconsBar .empty-space {
    height: 100px;
}

.v2 .placeholder-styles:placeholder-shown {
    font-style: var(--placeholder-styles);
    font-family: var(--placeholder-font-family);
}

.v2 .placeholder-styles::placeholder {
    color: var(--placeholder-font-color);
}
    
.v2 .policy-font-color {
    color: var(--password-policies-font-color);
}

