.pageBackground {
    background-image: url("/img/branding/background_fl.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow-y: auto;
}

.pageBackground.dashboardLoading {
    background-image: url("/img/views/bg/gradient_bg.jpg");
}

.pageBackground.background-circle {
    background-image: url("/img/views/bg/background_circle.jpg");
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

.pageBackground.error {
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 30%, #FA0800 130%), url(/img/branding/background_fl.jpg);
    background-size: cover;
    background-position: center center;
}

.login-view-inner > .x-box-inner {
    overflow: visible;
}

.loginView .lvInner {
    overflow: visible;
    border: none;
    padding: 48px 32px 32px;
    border-radius: 20px;
    background-color: rgba(0, 29, 64, 0.24);
}

.loginView .x-panel-body-default {
    background: transparent;
}

.loginView .lgProduct {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.login-reset-view .lvFieldContainer {
    position: relative;
}
.iconInfo {
    width: 22px;
    height: 22px;
    background-image: url(/img/views/icons-sprite-fl.svg#icon_info);
}

.iconAlertNotification {
    width: 24px;
    height: 22px;
    background-image: url(/img/views/icons-sprite-fl.svg#icon_alert_notification);
}

.iconEmailAlertNotification {
    width: 24px;
    height: 24px;
    background-image: url(/img/views/icons-sprite-fl.svg#icon_email_correct);
}

.iconQuestionMark {
    width: 40px;
    height: 40px;
    background-image: url(/img/views/icons-sprite-fl.svg#icon_question_mark);
}

.iconWarningMark {
    width: 24px;
    height: 24px;
    background-image: url(/img/views/icons-sprite-fl.svg#icon_warning_mark);
}

.notification-message {
    background: rgba(255, 255, 255, 0.12);
    margin-bottom: 24px;
    border-radius: 8px;
    border: none;
    color: #FFFFFF;
}

.notification-message .message-container {
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    padding: 14px;
}

.notification-message .icon-message {
    background-repeat: no-repeat;
    align-self: flex-start;
}

.notification-message .notification-message-content {
    margin-left: 13px;
    flex: 1;
}

.notification-message .linkInText {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    text-decoration: underline;
}

/* Style Notification with link */
.notificationWithLink {
    background: rgba(255, 255, 255, 0.12);
    margin-bottom: 24px;
    border-radius: 8px;
    padding: 14px;
}

.notificationWithLink .notification-message {
    margin-bottom: 0;
    background: none;
}

.notificationWithLink .notification-message .message-container {
    padding: 0;
}

.notificationWithLink .linkInText {
    margin-left: 35px;
    text-decoration: underline;
}

.notificationWithLink .notification-message .icon-message {
    position: relative;
    top: 5px;
}

.group-notification {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}

.style-font-text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
}
.link-remember {
    display: inline-block;
    margin-bottom: 24px;
    text-decoration: underline;
}

.group-notification .link-reset-pw {
    padding: 0 0 12px 50px;
}

.group-notification .link-reset-pw .linkInText {
    text-decoration: underline;
}

.group-notification .notification-message {
    background: transparent;
    border-radius: 0;
    border: none;
}

.lvField {
    padding: 0;
}
.lvField .x-form-item-body {
    background: #FFFFFF;
    border-radius: 8px;
}

.lvField .x-form-item {
    margin-bottom: 10px;
}

.step-3, .step-3 .form-reset-inner {
    overflow: visible;
}

.step-3 .lvField {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.step-3 .field-body-cls {
    position: relative;
}

.step-3 .tooltip {
    position: absolute;
    right: -20px;
    top: 14px;
    z-index: 100;
}



.lvBottom .button-full {
    width: 100%;
    text-align: center;
    border: none;
    padding: 0;
    border-radius: 8px;
}
.lvBottom .button-big {
    text-align: center;
    border: none;
    padding: 0;
    border-radius: 8px;
}


.lvBottom .x-btn-inner {
    font-size: 11px !important;
    line-height: 18px;
    text-transform: uppercase;
}

.lvBottom .button-full button {
     height: 48px;
     line-height: 48px;
 }

.lvBottom .button-big button {
    height: 40px;
    line-height: 40px;
}

.loginView input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #91A8C2;
    opacity: 1; /* Firefox */
}

.loginView input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #91A8C2;
}

.loginView input::-ms-input-placeholder { /* Microsoft Edge */
    color: #91A8C2;
}

.lvBottom .lvRememberMe {
    flex: 1;
    width: 320px;
    margin-bottom: 30px;
}

.lvBottom .lvRememberMe label,
.login-group-bottom .forgot-password{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 15px;
}

.loginView .login-group-bottom {
    font-size: 13px;
    line-height: 15px;
    display: flex;
    flex-direction: row;
    column-gap: var(--col-gap);
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.loginView .login-group-bottom .lvRememberMe {
    margin-bottom: 0;
}

.loginView .login-group-bottom .x-btn-inner {
    color: white;
}

.login-group-bottom .forgot-password {
    text-decoration: underline;
}

.login-group-bottom .x-clear {
    display: none !important;
}

.enhanced-form-container, .enhanced-form-body,
.enhanced-form-container .form-reset-inner {
    overflow: visible;
}


.enhanced-form-container .msg-error-field {
    display: none;
    position: absolute;
    top: 4px;
    left: 105%;
    background: #ffffff;
    border-radius: 8px;
    max-width: 320px;
    width: max-content;
    color: red;
    font-style: italic;
    z-index: 101;
}

.enhanced-form-container .msg-error-field ul{
    padding: 8px 12px;
}

.msg-error-field:after {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 10px solid white;
    position: absolute;
    top: 9px;
    left: -10px;
}
.info2fa .msg-error-field ul li {
    min-width: 175px;
    list-style-type: none;
    line-height: 20px;
}

.msg-error-field ul li:before {
    padding-right: 8px;
    font-style: normal;
}

.open-msg-field.msg-error-field:after {
    display: block;
}


/*--------------------------footer View--------------------------------*/
.footer-view {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    position: fixed;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 100px;
    opacity: 0.5;
}

.footer-view .footer-container {
    display: flex;
    color: #ffffff;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    height: 100%;
    padding: 0 50px;
}

.footer-view .footer-column {
    flex: 1;
    font-size: 11px;
    line-height: 14px;
}

.footer-view .footer-column.left {
    text-align: left;
}

.footer-view .footer-column.left .linkInText {
    text-decoration: underline;
}

.footer-view .footer-column.center {
    text-align: center;
}

.footer-view .footer-column.right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.footer-view .footer-column .linkInText {
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

.footer-view .footer-column .linkInText:hover, .footer-view .footer-column .linkInText.x-component-default {
    text-decoration: underline;
}

.contact-view {
    color: #ffffff;
    font-size: 11px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .1);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    background: rgba(0, 29, 64, 0.12);
}

.contact-view.no-background {
    padding: 0;
    background: none;
    border: none;
}

.contact-view .contact-info {
    padding-left: 26px;
    background-repeat: no-repeat;
}

.contact-view .contact-group-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.contact-view .linkInText {
    font-size: 11px;
    color: #ffffff;
}

.contact-view .contact-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    font-weight: bold;
}

.contact-view .email {
    background-image: url(/img/views/icons-sprite-fl.svg#icon_email_footer);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-view .phone {
    font-size: 11px;
    margin-left: 20px;
    background-image: url(/img/views/icons-sprite-fl.svg#icon_phone_footer);
}
/*--------------------------/footer View--------------------------------*/


/*--------------------------license accept view------------------------*/
.lvAcceptLicense {
    padding: 60px 40px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.lvAcceptLicense .lvBottom {
    margin-top: 36px;
}

.lvAcceptLicense .content-license {
    display: flex;
    height: 528px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #e9edf2;
    border-radius: 10px;
    overflow: hidden;
}

.lvAcceptLicense .content-license .content-license-wrapper {
    padding: 20px;
    border-radius: 10px;
    overflow: auto;
}
/*--------------------------/license accept view------------------------*/
.no-javascript {
    width: 100%;
    height: 100%;
    position: absolute;
    font-family: tahoma,arial,verdana,sans-serif;
}

.no-javascript .content-messages {
    height: calc(100% - 100px);
    position: relative;
}

.no-javascript .lvInner {
    width: 384px;
    left: 240px;
    position: absolute;
    top: 50%;
    margin-top: -92px;
}

.no-javascript .contact-view {
    border: none;
    background: none;
}

.notification-message .message-container li {
    list-style: disc;
}

/* 2FA */
.info2fa {
    /*color: #FFFFFF;*/
    display: grid;
}
.info2fa .x-form-item-label,
.info2fa .x-form-item,
.info2fa .x-component {
    color: #FFF !important;
    font-size: 13px;
    ;line-height: 16px;
}

.info2fa .title-box {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #fff;
}

.info2fa .field-v3-cls input::-webkit-input-placeholder {
    font-size: 12px
}

.info2fa .field-v3-cls input::-moz-placeholder {
    font-size: 12px
}

.info2fa .field-v3-cls input::-ms-placeholder {
    font-size: 12px
}

.info2fa .field-v3-cls input::placeholder {
    font-size: 12px
}

.info2fa .content-box {
    margin-bottom: 20px;
}

.info2fa .content-box,
.info2fa .content-text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 15px;
}
.info2fa .content-install {
    font-size: 13px;
    line-height: 16px;

}
.info2fa .group-button {
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 18px;
}
.info2fa .button-transparent-border-bg .x-btn-inner {
    color: #fff;
}
.info2fa .content-title {
    margin-top: 10px;
}

.info2fa .setup-msg ul{
    margin-left: 25px;
}

.info2fa .setup-msg ul li {
    padding: 2px 0;
}

.info-2fa-backup-code .action-link,
.info-2fa-paring-key .action-link {
    text-decoration: underline;
    font-size: var(--font-size-default);
    line-height: 13.8px;
}

.info-2fa-backup-code .manual-entry-code,
.info-2fa-paring-key .manual-entry-code {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
}

.info-2fa-backup-code .login-group-bottom,
.info-2fa-paring-key .login-group-bottom {
    margin: 0 !important;
    margin-top: 24px !important;
}

.info-2fa-backup-code .manual-entry-code {
    margin-top: 16px !important;
}

.info-2fa-backup-code .manual-entry-code.first-line {
    margin-top: 24px !important;
}

.info-2fa-backup-code .download-link {
    width: 100%;
    margin-top: 16px;
    text-align: center;
}

.info-2fa-backup-code .notification-message {
    margin: 0 !important;
    margin-top: 24px !important;
}

.info-2fa-paring-key .notification-message {
    margin: 0 !important;
    margin-top: 20px !important;
}

.info-2fa-paring-key .manual-entry-code {
    margin-top: 24px !important;
}

.info-2fa-paring-key .action-link-container {
    display: flex;
    justify-content: space-between;
    column-gap: var(--col-gap);
    margin-top: 16px;
}

.info-2fa-paring-key .action-link-container a {
    min-width: calc(50% - (var(--col-gap) / 2));
    text-align: start;
}

.info-2fa-paring-key .action-link-container a.downloadPdfLink {
    text-align: end;
}

.qr-box {
    display: flex;
    margin-bottom: 16px;
}

.qr-img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.backup-field {
    width: 100%;
    border: 1px solid #D9E1EB;
    box-sizing: border-box;
    border-radius: 8px;
    height: 40px;
    color: #E3EA00;
    margin-bottom: 6px;
    text-align: center;
}

.info2fa .manual-entry-code {
    height: 40px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #E3EA00 !important;
    background-color: rgba(255,255,255,0.1);
    border-radius: 8px;
    padding-top: 12px;
    margin: 12px 0;
}

.info2fa ul li {
    list-style: disc;
}

.inf2faCheck-secretKey {
    text-align: center;
    border-radius: 5.5px;
    background: #E3EA00;
}

.login2faCheck-secretKey {
    text-align: center;
    color: #E3EA00;
    border-radius: 5.5px;
    background: bottom;
}

div[id^="loginView"] div[id^="augmentedButton"],
div[id^="loginView"] div[id^="augmentedButton"] .x-btn-inner,
div[id^="loginView"] .base-button .button__text {
    font-size: 11px;
    line-height: 18px;
    font-weight: var(--font-weight-default);
    text-transform: uppercase;
}

.base-button.send-verification-button {
    min-width: 148px;
    margin-left: auto;
}

@media screen and (max-height: 800px){
    .loginView .login-view-inner {
        overflow-y: auto;
    }
    .footer-view {
        position: static;
    }
}