:root {
    /* app colors */
    --colors-primary: #d0021b; /* theme primary color */
    --colors-background: #f5f5f5;
    --colors-box-background: #ffffff;
    --colors-top-panel: #ffffff;
    --colors-text-remark: var(--colors-primary);
    --colors-error-message-title: var(--colors-primary);
    --colors-success-message-title: var(--colors-primary);
    --colors-update-pass-error-message-border: #b52021;
    --colors-update-pass-error-message-text: #b52021;

    /* language selector properties */
    --language-selector-list-bg-color: #007bc2;
    --language-selector-list-entry-text-color: #fff;
    --language-selector-list-hover-text-color: #fff;
    --language-selector-list-hover-bgcolor: #e6007e;
    --language-selector-list-border-radius: var(--btn-border-radius-m);
    --language-selector-list-border-style: none;
    --language-selector-list-border-width: medium;
    --language-selector-visible-entry-text-color: #2c2c2c;
    --language-selector-list-entry-text-decoration: none;

    --footer-text-size: 14px;
    --footer-text-color: #2c2c2c;
    --footer-separator-height: 8px;

    --colors-autofill: rgba(189, 193, 192, 1);

    --dialog-text-color: #2c2c2c;

    --font-primary: 'Open Sans', "Segoe UI", Tahoma, sans-serif;
    --font-size-button: 14px;
    --font-size-title: 24px;
    --font-size-long-title:22px;
    --font-size-form-primary: 14px;
    --font-size-form-secondary: 10px;
	--font-size-action-button: var(--font-size-button);

    --remember-me-checkbox-color: var(--colors-primary);
    --remember-me-checkbox-margin: 0px;
    --remember-me-checkbox-margin-legacy: 4px;

    /* all submit buttons, login page, forgot password page and update password page */
    --submit-buttons-bgcolor: var(--colors-primary);

    --action-buttons-border-color: var(--colors-primary);
    --action-buttons-text-color: var(--colors-primary);

    --input-focus-border-color: #000;
    --input-focus-shadow: unset;

    --logo-max-width: 183px;
    --logo-max-height: unset;
    --logo-width: 100%;
    --logo-height: unset;

    --language-section-separator-height: 8px;
    --message-text-margin-top: 0;
    --login-note-margin-bottom: 0;

    --content-max-width: 725px;
    
    --btn-border-radius-m: 4px;
    --btn-border-radius-ms: 3px;
    --btn-border-radius-s: 2px;    

    /* width/height of logo, when displayed on top-left of the page */
    --logo-img-top-width: unset;
    --logo-img-top-height: 32px;
    
    /* socail provider */
        
    --colors-social-provider-link: #007bff;
    --colors-social-provider-link-hover: #0056b3;
    
	--global--spacer--md:1rem;
	--global--spacer--sm:0.5rem;
 	--global--icon--color--light: #6a6e73;
 	--global--icon--color--dark: #151515;
 	--global--icon--color--light--light: #f0f0f0;
 	--global--icon--color--dark--light: #fff;
	--global--icon--font-size--lg: 1.5rem;
  
	--login__main-footer-links-item--padding-right: var(--global--spacer--md);
	--login__main-footer-links-item--padding-left: var(--global--spacer--md);
	--login__main-footer-links-item--margin-bottom: var(--global--spacer--sm);
	--login__main-footer-links-item-link-svg--fill: var(--global--icon--color--light);
	--login__main-footer-links-item-link-svg--width: var(--global--icon--font-size--lg);
	--login__main-footer-links-item-link-svg--height: var(--global--icon--font-size--lg);
	--login__main-footer-links-item-link-svg--hover--fill: var(--global--icon--color--dark);
}

@font-face {
  font-family: "Volte";
  src: url("../font/Volte/363740_1_0.ttf");
}

@font-face {
  font-family: "Volte Rounded";
  src: url("../font/Volte/36373B_0_0.ttf");
  font-weight: 600;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../font/opensans/OpenSans-Regular.ttf");
}

@font-face {
    font-family: 'Open Sans';
    src: url("../font/opensans/OpenSans-SemiBold.ttf");
    font-weight: 600;
}

.font-regular {
    font-family: var(--font-primary) !important;
    font-weight: normal !important;
}

.font-bold {
    font-weight: 600 !important;
}

/* Login */

.login-pf body {
    height: 100%;
}

.login-pf .container {
    padding-top: 0;
}

#kc-attempted-username {
    font-size: 20px;
    font-family: inherit;
    font-weight: normal;
    padding-right: 10px;
}

#kc-username {
    text-align: center;
}

#kc-webauthn-settings-form {
    padding-top: 8px;
}

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form-options span {
    display: block;
}

#kc-terms-text {
    margin-bottom: 20px;
}

#kc-registration {
    margin-bottom: 15px;
}

/* TOTP */

.subtitle {
    text-align: right;
    margin-top: 30px;
    color: #909090;
}

.required {
    color: #CB2915;
}

ol#kc-totp-settings {
    margin: 0;
    padding-left: 20px;
}

ul#kc-totp-supported-apps {
    margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
    max-width: 150px;
    max-height: 150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

.kc-login-tooltip {
    position: relative;
    display: inline-block;
}

.kc-login-tooltip .kc-tooltip-text {
    top: -3px;
    left: 160%;
    background-color: black;
    visibility: hidden;
    color: #fff;

    min-width: 130px;
    text-align: center;
    border-radius: var(--btn-border-radius-s);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
    padding: 5px;

    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
}

/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
    visibility: visible;
    opacity: 0.7;
}

/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 15px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

@media (min-width: 768px) {
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

    .login-pf .container {
    	/* NOOP */
    }
}

@media (max-width: 767px) {

    div.kc-logo-text {
        margin: 0;
        width: 150px;
        height: 32px;
        background-size: 100%;
    }

    #kc-form {
        float: none;
    }

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0;
        padding-right: 15px;
    }

    #kc-social-providers li {
        display: block;
        margin-right: 5px;
    }

    .login-pf .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

}

@media (min-height: 646px) {
    #kc-container-wrapper {
        bottom: 12%;
    }
}

@media (max-height: 645px) {
    #kc-container-wrapper {
        padding-top: 50px;
        top: 20%;
    }
}

@media (min-width: 400px) {
    .kc-title-label-v2 {
        white-space: nowrap;
    }
}

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}

.login-pf-page .login-pf-brand {
    margin-top: 20px;
    max-width: 360px;
    width: 40%;
}

.card-pf {
    background: #fff;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 500px;
    border-top: 0;
    box-shadow: 0 0 0;
}

/*tablet*/
@media (max-width: 840px) {
    .login-pf-page .card-pf {
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px 20px 30px 20px;
    }
}

@media (max-width: 767px) {
    .login-pf-page .card-pf {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
    }

    .card-pf.login-pf-accounts {
        max-width: none;
    }
}

.login-pf-page .login-pf-signup {
    font-size: 15px;
    color: #72767b;
}

@media (min-width: 768px) {
    .login-pf-page .login-pf-social-section:first-of-type {
        padding-right: 39px;
        border-right: 1px solid #d1d1d1;
        margin-right: -1px;
    }

    .login-pf-page .login-pf-social-section:last-of-type {
        padding-left: 40px;
    }

    .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
        margin-bottom: 0;
    }
}

.login-pf-page .login-pf-social-link {
    margin-bottom: 25px;
}

.login-pf-page .login-pf-social-link a {
    padding: 2px 0;
}

.login-pf-page.login-pf-page-accounts {
    margin-left: auto;
    margin-right: auto;
}

.login-pf-page .btn-primary {
    margin-top: 0;
}

.login-pf-page .list-view-pf .list-group-item {
    border-bottom: 1px solid #ededed;
}

.login-pf-page .list-view-pf-description {
    width: 100%;
}

.login-pf-page .card-pf {
    margin-bottom: 10px;
}

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type {
    margin-bottom: 0;
}

#kc-back {
    margin-top: 5px;
}

/*--------------------------------------------------------------*/
.btn-submit {
    background: var(--submit-buttons-bgcolor) !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    font-size: var(--font-size-button) !important;
    -webkit-border-radius: var(--btn-border-radius-m) !important;
    -moz-border-radius:  var(--btn-border-radius-m) !important;
    border-radius: var(--btn-border-radius-m) !important;   
}

.form-label-font-legacy {
    font-size: 14px !important;
    color: #2c2c2c !important;
    font-weight: bold !important;
}

input[type='text']:focus,  input[type='password']:focus {
    border-color: var(--input-focus-border-color) !important;
    outline: 0;
    -webkit-box-shadow: var(--input-focus-shadow) !important;
    box-shadow: var(--input-focus-shadow) !important;
}

.btn-action {
    color: var(--action-buttons-text-color) !important;
    border: var(--action-buttons-border-color) solid 2px !important;
    font-size: 14px !important;
}

.mw-800-px {
    max-width: 800px !important;
}

.kc-logo {
    width: var(--logo-width);
    height: var(--logo-height);
    max-width: var(--logo-max-width);
}

@media only screen and (min-width: 1000px) {
    .align-center {
        align-items: center !important;
        justify-content: center !important;
    }
}

/*--------------------------------------------------------------*/
body {
    background-color: var(--colors-background) !important;
    margin: 0;
}

#kc-page-title {
    display: none;
}

.kc-title-wrapper {
    display: flex;
    flex: 1;
    justify-content: space-around;
}

@media only screen and (max-width: 375px) {
    .kc-title-wrapper {
        display: flex;
        justify-content: center;
    }
}

#kc-close-button {
    float: right;
    width: 28px;
    height: auto;
}

@media only screen and (max-width: 375px) {
    .kc-reset-title-label-legacy {
        margin-left: -10px;
    }

    .kc-title-label {
        margin-left: -10px;
    }
}

.kc-reset-title-label-legacy {
    font-size: 24px;
    color: #2c2c2c !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-left: 1rem;
}

.kc-title-label-font {
    font-size: 24px;
    color: #2c2c2c;
}

.kc-title-label-font-v2 {
    font-weight: 600;
    font-size: var(--font-size-title);
    letter-spacing: -0.35px;
    color: #2c2c2c !important;
}

.kc-title-label-v2 {
    margin: 0;
    padding: 0;
    flex: 1;
}

#login-label-2 {
    font-size: var(--font-size-form-secondary);
    color: #2c2c2c;
}

@media only screen and (max-width: 375px) {
    .asmiq-legacy-label-span {
        float: right;
    }
}

@media only screen and (max-width: 375px) {
    #kc-container {
        padding-top: 50px !important;
    }

    #kc-text-message {
        margin-left: 1px;
    }
}

.footer-separator {
    background-color: var(--colors-background);
    height: var(--footer-separator-height);
    width: 111%;
    margin-left: -40px;
}

#kc-text-message {
    margin-top: var(--message-text-margin-top);
}

#kc-container {
    width: 100vw;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    padding-top: 90px;
}

#kc-container-wrapper {
    width: 725px;
    height: 490px;
    background: white;
    padding: 45px;
    margin-top: 32px;
}

.form-group input#username, .form-group input#password,
.form-group input#password-new, .form-group input#password-confirm {
    width: 320px;
    border: #c8c8c8 solid 1px;
    border-radius: var(--btn-border-radius-s);
    -moz-border-radius: var(--btn-border-radius-s);
    -webkit-border-radius: var(--btn-border-radius-s);
    font-size: 16px;
    height: 36px;
    background-color: #ffffff;
    padding-left: 10px;
    margin-left: 14px;
}

@media only screen and (max-width: 375px) {
    .form-group input#username, .form-group input#password,
    .form-group input#password-new, .form-group input#password-confirm {
        width: 300px;
        margin-left: 1px;
    }
}

@media only screen and (max-width: 375px) {
    #kc-message-title {
        margin-bottom: 20px !important;
        margin-left: 1px !important;
    }

    #kc-message-text {
        margin-left: 1px !important;
    }
}

.asmiq-form-card {
    max-width: var(--content-max-width);
}

#kc-message-title {
    margin-bottom: 40px;
    font-size: 24px;
    color: var(--colors-success-message-title);
    font-weight: bold;
}

#kc-message-text {
    font-size: var(--font-size-form-primary);
    color: var(--dialog-text-color);
}

.kc-color-base {
    color: var(--colors-primary);
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill {
    -webkit-text-fill-color: var(--colors-autofill) !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: var(--colors-autofill) !important;
}

textarea:-webkit-autofill {
    -webkit-text-fill-color: var(--colors-autofill) !important;
}

textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
    -webkit-text-fill-color: var(--colors-autofill) !important;
}

select:-webkit-autofill {
    -webkit-text-fill-color: var(--colors-autofill) !important;
}

select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-text-fill-color: var(--colors-autofill) !important;
}

/*Change autocomplete styles in Firefox*/
input {
    filter: none;
}

.update-pass-error-message-section {
    border: var(--colors-update-pass-error-message-border) solid 2px;
    border-radius: var(--btn-border-radius-m);
    align-items: center;
    padding-left: 0.5rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.update-pass-error-message-section-hidden {
    border: transparent solid 2px;
}

.update-pass-error-message-text {
    color: var(--colors-update-pass-error-message-text);
    font-weight: bold;
    font-size: 16px;
}

.eye {
    opacity: 1.0;
    background: none;
    width: 26px;
    height: 35px;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    position: absolute;
}

.eye:hover {
    opacity: 50%;
}

.eye-legacy {
    z-index: 1000;
    top: 10px;
    right: 26px;
    margin-left: -38px;
}

.eye-v2 {
    right: 0.6rem;
    top: 0.4rem;
}

.eye-slash {
	background-image: url("../img/eye_slash.png");
}

.eye-open {
	background-image: url("../img/eye.png");
}

.eye-slash:hover {
    opacity: 50%;
}

.update-password-rules {
    font-size: var(--footer-text-size);
    text-align: left;
    color: var(--footer-text-color);
}

.login-note {
    font-size: var(--footer-text-size);
    text-align: center;
    color: var(--footer-text-color);
    margin-bottom: var(--login-note-margin-bottom) !important;
}

/* Checkbox with animation (remember me) */
/* https://stackoverflow.com/a/34389136 */
.checkbox {
    width: 100%;
    position: relative;
    display: block;
}

.checkbox input[type="checkbox"] {
    opacity: 0.00000001;
    position: absolute;
}

.checkbox label {
    position: relative;
    min-height: 34px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: var(--btn-border-radius-ms);
    border: 2px solid var(--remember-me-checkbox-color);
}

.checkbox label:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid var(--remember-me-checkbox-color);
    border-left: 2px solid var(--remember-me-checkbox-color);
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 12px;
    left: 10px;
}

.checkbox input[type="checkbox"]:checked ~ label::before {
    color: var(--remember-me-checkbox-color);
}

.checkbox input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.asmiq-remember-me-checkbox-label {
    display: flex !important;
    align-items: center;
    min-height: 28px !important;
}

.asmiq-rememberme-label-span-legacy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.asmiq-rememberme-label-span {
    font-size: var(--font-size-form-primary);
    color: #2c2c2c;
}

.asmiq-rememberme {
    display: flex;
    margin-left: calc(var(--remember-me-checkbox-margin) - var(--remember-me-checkbox-margin-legacy));
    margin-top: 14px;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}

/* Checkbox end */

.language-section-separator {
    background-color: var(--colors-background);
    height: var(--language-section-separator-height);
    width: 100%;
}

.login-pf-header {
    display: none;
}

.asmiq-form-container-with-background, .asmiq-social-provider-container-with-background {
    background: var(--colors-box-background);
}

.asmiq-form-container, .asmiq-social-provider-container {
    display: flex;
    flex-direction: column;
}

.asmiq-form-content, .asmiq-social-provider-container-content {
    padding: 1rem;
}

.asmiq-update-form-content {
    padding: 1rem 1rem 0;
}

.asmiq-form-input-root-section {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    margin-top: 1rem;
}

.asmiq-form-input-section {
    display: flex;
    align-items: center;
    position: relative;
}

.asmiq-form-label {
    text-align: left;
    line-height: 20px;
    margin-bottom: 0 !important;
}

.asmiq-legacy-label-span {
    float: right;
    clear: right;
}

@media only screen and (max-width: 767px) {
    .asmiq-legacy-label-span {
        float: left;
        clear: left;
    }
}

@media only screen and (min-width: 452px) {
    .asmiq-form-card {
        min-width: 452px;
    }
}

.asmiq-form-container-text{
    font-size: var(--font-size-form-primary);
}

.asmiq-form-label-text {
    font-size: var(--font-size-form-secondary);
    line-height: 1.4;
    color: #2c2c2c;
}

.asmiq-form-label-text1 {
    font-size: var(--font-size-form-primary);
}

.asmiq-form-input {
    flex-grow: 1;
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px;
    font-size: 16px;
    background: #ffffff none repeat scroll 0% 0%;
    border: 1px solid #c8c8c8;
    border-radius: var(--btn-border-radius-s);
}

.asmiq-login-bottom-section {
    display: flex;
    max-width: var(--content-max-width);
    flex-direction: column;
    margin: 1rem;
}

.asmiq-submit-button {
    height: 36px;
    padding: 0 1rem !important;
}

.asmiq-login-submit-button {
    margin-top: 18px;
}

.asmiq-update-submit-button {
    margin-top: 24px;
}

.asmiq-reset-submit-button {
    margin-top: 24px;
}

.asmiq-link-as-action-btn {
	padding-top: 0.4rem !important;
}

.asmiq-header-root-container {
    width: 100%;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 2.5rem;
}

.asmiq-header-root-action-container {
    width: 100%;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
}

.asmiq-header-logo-section {
    flex: 1;
}

.asmiq-header-long {
    font-size: var(--font-size-long-title);
}

.asmiq-padding-1 {
    padding: 1rem 1rem 0 1rem !important;
}

.asmiq-padding-2 {
    padding: 0 1rem 0 1rem !important;
}

.asmiq-padding-3 {
    padding: 0 1rem 1rem 1rem !important;
}

/* ASMIQ Social Section Start */

#kc-social-providers ul {
    padding: 0;
}

#kc-social-providers li {
    display: block;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

.asmiq-social-provider-list { 
	/*NOOP*/
}

.asmiq-social-provider-list-item-link {
	color: var(--colors-social-provider-link);
	font-size: var(--font-size-form-primary);
		
	:hover, :active {
		color: var(--colors-social-provider-link-hover);
	}
	
	svg {
		width: 100%;
		max-width: var(--login__main-footer-links-item-link-svg--width);
		height: 100%;
		max-height: var(--login__main-footer-links-item-link-svg--height);
		fill: var(--login__main-footer-links-item-link-svg--fill);
	}

	&:hover {
		svg {
			fill: var(--login__main-footer-links-item-link-svg--hover--fill);
		}
	}
}

.asmiq-social-provider-name { 
	/* NOOP */
}

.asmiq-social-provider-header{
	padding-top: var(--global--spacer--md);
	padding-bottom: var(--global--spacer--md);
}

/* ASMIQ Social Section End */

.kc-logo-img-top-i18n-false-logo-legacy {
    display: none !important;
}

.kc-logo-container-bottom-i18n-false-logo-top-left {
    display: none !important;
}
.kc-logo-container-bottom-i18n-false-logo-top-center {
    display: none !important;
}
.kc-logo-container-bottom-i18n-false-logo-top-right {
    display: none !important;
}

.kc-logo-img-top-i18n-true-logo-legacy {
    display: none !important;
}

.kc-logo-container-bottom-i18n-true-logo-top-left {
    display: none !important;
}
.kc-logo-container-bottom-i18n-true-logo-top-center {
    display: none !important;
}
.kc-logo-container-bottom-i18n-true-logo-top-right {
    display: none !important;
}

.kc-locale-root-i18n-false-logo-legacy {
    display: none !important;
}

.kc-locale-root-i18n-true-logo-legacy {
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kc-locale-wrapper-i18n-false-logo-top-left {
    display: none !important;
}
.kc-locale-wrapper-i18n-false-logo-top-center {
    display: none !important;
}
.kc-locale-wrapper-i18n-false-logo-top-right {
    display: none !important;
}

.kc-locale-wrapper-i18n-true-logo-legacy {
    display: flex;
    justify-content: flex-end;
}

.kc-logo-img-bottom {
    float: right;
}

.kc-logo-img-top {
    width: var(--logo-img-top-width);
    height: var(--logo-img-top-height);
}

.kc-locale {
    background-color: var(--colors-top-panel);
    padding: 1rem;
}

.kc-locale-i18n-false-logo-legacy {
    align-items: flex-end;
    position: relative;
    text-align: right;
    z-index: 9999;
    height: 50px;
}

.kc-locale-i18n-true-logo-legacy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 50px;
    width: 100%;
}

.kc-locale-i18n-true-logo-top-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.kc-locale-i18n-true-logo-top-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.kc-locale-i18n-true-logo-top-right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.kc-locale-i18n-false-logo-top-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kc-logo-img-top-i18n-false-logo-top-center {
    justify-content: center;
    display: flex;
}

.kc-locale-i18n-false-logo-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.kc-logo-container-top-i18n-false-logo-top-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


@media only screen and (max-width: 825px) {
	.kc-locale ul {
    	margin-left: -60px;
   	}
}

@media (min-width: 825px) {
	.kc-locale ul {
    	 margin-left: 11px;
   	}
}

.kc-locale ul {
    display: none;
    position: absolute;
    background-color: var(--language-selector-list-bg-color);
    list-style: none;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 8px;
    border-radius: var(--language-selector-list-border-radius);
    border-style: var(--language-selector-list-border-style);
    border-width: var(--language-selector-list-border-width);
    margin-top: 24px;
    z-index: 999;
    min-width: max-content;
}

.kc-locale-wrapper {
    display: flex;
}

.kc-locale ul li {
    height: 26px;
}

.kc-locale ul li a {
    display: block;
    color: var(--language-selector-list-entry-text-color) !important;
    text-decoration: var(--language-selector-list-entry-text-decoration) !important;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 8px;
}

.kc-locale ul li a:hover {
    color: var(--language-selector-list-hover-text-color) !important;
    background-color: var(--language-selector-list-hover-bgcolor);
}

#kc-locale-dropdown {
    display: flex;
    align-items: center;
}

#kc-locale-dropdown a {
    color: var(--language-selector-visible-entry-text-color);
    text-decoration: var(--language-selector-list-entry-text-decoration) !important;
    background: 0 0;
    padding: 0 15px 0 0;
    line-height: 1.57;
    font-size: 14px;
    font-weight: 600;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: inline-block;
    padding: 0 5px;
}

.arrow-down {
    display: inline-block;
    background-image: url("../img/arrow-down.svg");
    width: 24px;
    height: 24px;
}

.text-remark {
    color: var(--colors-text-remark);
}

.text-remark-v2 {
    line-height: 20px;
    font-size: var(--footer-text-size);
    font-weight: 600;
}

.asmiq-action-button-font {
    font-weight: 600 !important;
    font-size: var(--font-size-action-button) !important;
    letter-spacing: -0.2px !important;
}

.asmiq-action-button {
    height: 36px;
}

.error-message-title {
    color: var(--colors-error-message-title) !important;
}

.instruction {
    background-color: #fff;
    padding: 3rem;
    font-weight: 600;
    font-size: var(--font-size-form-primary);
}

.instruction a {
    color: #10b0e0;
}

.instruction br {
    margin-bottom: 22px;
}

.asmiq-instruction{
    padding:1rem;
    margin: 0;
}

.asmiq-alert{
    padding: 0 !important;
    margin: 0 !important;
    font-size: var(--font-size-form-primary);
}

.asmiq-alert-2{
    font-size: 1rem !important;
}