﻿
body {
    background: #fbfbfb;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.aHrefLink {
    color: #3768C9;
    border: none;
    text-decoration: underline;
    font-size: 1em;
    background: none;
    width: 100%;
    cursor: pointer;
}

a {
    color: #3768C9;
}

.error {
    background-color: #F35D67;
    border: 1px solid #F35D67;
    font-weight: 400;
    font-size: 0.8em;
    color: #fff;
    border-radius: 0;
    margin-top: 0;
    padding: 6px 10px;
    letter-spacing: 0.5px;
}

#error_acceptTerms {
    margin-top: 10px;
    letter-spacing: 0.8px;
}

.textField.ng-invalid,
.boxField.ng-invalid { border:1px red solid; }
.button { margin: 5px;  padding: 2px 20px ;}
.par { margin: 10px 0; }
.outerFrame { width: 420px; margin: 50px auto; position:relative; }
.loginFrame { border:1px #939598 solid; width:100%; box-sizing: border-box;
    background-color: #eee; box-shadow:0 0 2px #aaa; }
.loginMain { padding: 40px 0 30px 0; }
.loginInner { }

.column { width: 100%; box-sizing: border-box; padding-left: 50px; padding-right: 50px; }

.logoDiv { color: #406618; font-weight: bold; }
.logo { box-sizing: border-box; max-width: 320px; max-height: 150px; margin-bottom: 20px;
    margin-left:auto; margin-right: auto; display: block; border-width: 0; }
.mcBanner { background-color: #808285; color:#fff; padding-bottom:10px; padding-top:20px;
    font-weight:bold; text-transform: uppercase; }
.mcBanner TABLE { border-collapse:collapse; }
.mcBanner TD { vertical-align: middle; }

.progressIndicator { display:none; color: #ccc; margin:2px 10px; }

.guiVersion1 .sections .lighter { background-color: #f4f4f4; border:1px #888 solid; margin:10px 0;
    box-shadow: 0 1px 3px #aaa; padding-top:5px; padding-bottom:5px;
}

.label { text-transform:uppercase; font-weight: bold; }
.mclogo { height:20px; background-color: white; padding: 8px;
    border-radius: 5px;
}
.button { width: 100%; box-sizing: border-box; border:1px #452325 solid; padding: 10px 0; border-radius: 2px;
    box-shadow: 1px 1px 1px #888; text-transform:uppercase; color:white;
    background-color: #58595B; font-weight: bold; margin: 5px 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
}
.button:hover { background-color: #47484A; }
.button:active { margin: 6px -1px 4px 1px; background-color: #363739; }
.button:disabled { margin: 5px 0 ! important; background-color: #555 ! important; color: #ccc ! important; }
.redButton { background-color: #97282E; }
.redButton:hover { background-color: #86171D; }
.redButton:active { background-color: #75060C; }
.loginButton { background-color: #406618;}
.loginButton:hover { background-color: #305507;}
.loginButton:active { background-color: #204406; }
.continueButton { }
.textField { border-radius: 2px; padding: 10px 15px;
    border:1px #888 solid; width: 100%; box-sizing: border-box;  }
.bottom { margin: 5px; text-transform: uppercase; font-size:70%; text-align:center; }
.button.left, .button.right { width: 156px; }
.left { float:left; }
.right { float:right; margin-right:-3px; }
.right:active { float:right; margin-right:-4px; }
.guiVersion1 .version { float: right; color: #ccc; margin-bottom: 20px; margin-right:15px; }
.clear { clear:both; }

#rememberPasswordForm, #formSink { display:none; }

.hint { border: 1px #888 solid; margin-top:50px; padding: 10px; width: 400px; }
.highlight-enter { transition: 1s linear all; background-color: #cc8; }

.yellow { background-color: #ff8 ! important; }
.transition { transition: .5s linear all; }

.oauth_heading { font-weight: bold; font-size: 120%; }

@media only screen and (max-width: 479px)  {
    @-webkit-viewport { width: 320px ! important; }
    @-moz-viewport { width: 320px ! important;  }
    @-ms-viewport { width: 320px ! important; }
    @-o-viewport { width: 320px ! important; }
    @viewport { width: 320px ! important; }
    HTML, BODY, #loginForm, .outerFrame {
        width: 320px; margin: 0 ! important; padding: 0; background-color: #fbfbfb;
    }
    body { background-image: none ! important; }
    .loginFrame { border: none; }
    .loginMain { padding: 20px 0; }
    .loginMain, .mcBanner, input, button { font-size: 120%; }
    .bottom { font-size: 100% ! important; }
    .column { padding-left: 20px; padding-right: 20px; }
    .logo { max-width: 280px; }
    .mcBanner { padding-top: 10px; padding-bottom: 5px; }
    .belowPassword { font-size:90%; }
    .guiVersion2 .loginFrame { background-color: #fbfbfb! important; }
    .guiVersion2 body { background-color: #eee; min-height: inherit ! important; }
    #tooltip-content { width: 240px ! important }
    .questionMark { vertical-align: middle ! important;}
    .loginMain, .mcBanner, input, button {
        font-size: 100%;
    }
    .guiVersion2 .headingColumn { padding-left: 20px  !important; padding-right: 20px  !important; }
    .guiVersion2 .par .orLoginWith { padding-left: 79px  !important; width: auto !important; }

    .code-input {
        max-width: 44px !important;
        max-height: 40px !important;
    }
}

.errorPanel {
    border-radius: 3px;
    margin: 9px 0;
    /* border: 1px solid rgb(204, 204, 204); */
}

.errorPanelHeader {
    padding: 9px 12px;
    color: red;
    font-weight: bold;
    /* border-bottom: 1px solid rgb(204, 204, 204); */
    font-size: 125%;
    margin-top: 2em;
}

.errorPanelContent {
    padding: 9px 12px;
}

.javascriptDisabledContent { display:block; }
.javascriptEnabledContent { display:none; }
.loading .javascriptDisabledContent { display:none; }
.loading .javascriptEnabledContent { display:none; }
.loaded .javascriptDisabledContent { display:none; }
.loaded .javascriptEnabledContent { display:block; }

.nowrap { white-space: nowrap; }
.disabled { color: #888; }

.old_ff .column { width: auto; }
.old_ff .textField { width: 290px; }

.guiVersion2 .heading {

    text-align:center; font-size: 1.6em;
    border-width: 1px 0;
    border-style: solid;
    color: #222;
    padding: 16px 0;
    font-weight: 300;
}

.guiVersion2 .headingColumn { width: 100%; box-sizing: border-box; padding-left: 50px; padding-right: 50px; }

.guiVersion1 .headingColumn, .guiVersion1 .heading { display:none; }

.bottomRightLogo { display: none; }
.guiVersion2 .bottomRightLogo { text-align:right; display:block; }
.guiVersion2 .bottomRightLogo img { height:25px; margin-right: 20px; }
.guiVersion2 .mcBanner,
.guiVersion2 .bottom,
.guiVersion2 .bottomLinks,
.guiVersion2 .loginHeaderCaptionLinkParent
    { display:none; }

.guiVersion2 #startRegistrationLink { text-align:center; display:block; }

.guiVersion2 body {
    min-height: 100vh;
    font-size:1em;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.socialLinkSpace {
    display: none;
}

#facebookLink img, #googleLink img, #appleLink img, #vippsLink img, #aidLink img {
    height: 35px;
}

.facebookLink img, .googleLink img, .appleLink img, .vippsLink img, .aidLink img, .mobileLoginLink img, .emailLoginLink img, .anotherWayLink img, .mobileOrEmailLoginLink img{
    height: 35px;
}

.socialLoginWide .vippsLink, .socialLoginWide .facebookLink, .socialLoginWide .googleLink, .socialLoginWide .appleLink, .socialLoginWide .aidLink, .mobileLoginLink, .emailLoginLink, .anotherWayLink, .mobileOrEmailLoginLink {
    display: flex;
    align-items:center;
    text-decoration: none;
    height: 38px;
    border-radius: 3px;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
}

.socialLoginWide .vippsLink {
    color: white;
    border-color: #FF5B24;
    background-color: #FF5B24;
}

.socialLoginWide .aidLink {
    color: white;
    border-color: #ec008b;
    background-color: #1e282d;
}


.socialLoginWide .facebookLink {
    color: white;
    border-color: #1877F2;
    background-color: #1877F2;
}

.socialLoginWide .googleLink {
    color: #808080;
    border-color: #808080;
    background-color: #FFFFFF;
}

.socialLoginWide .appleLink {
    color: #FFFFFF;
    border-color: #000000;
    background-color: #000000;
}

.mobileLoginLink, .emailLoginLink, .anotherWayLink, .mobileOrEmailLoginLink {
    color: #808080;
    border-color: #808080;
    background-color: #FFFFFF;
}

.socialLoginWide .facebookLink img {
    margin-left: 7px;
    height: 26px;
}

.socialLoginWide .googleLink img {
    margin-left: 7px;
    height: 26px;
}

.socialLoginWide .appleLink img {
    margin-left: 7px;
    height: 26px;
}

.mobileLoginLink img, .emailLoginLink img, .anotherWayLink img, .mobileOrEmailLoginLink img {
    margin-left: 7px;
    height: 26px;
}

.socialLoginWide .vippsLink img.icon{
    margin-left: 7px;
    height: 26px;
}

.socialLoginWide .vippsLink img.label {
    margin-left: -6px;
    height: 26px;
}

.socialLoginWide .aidLink img.icon{
    margin-left: 7px;
    height: 26px;
}

.socialLoginWide .aidLink span {
    margin-left: 14px;
}

.socialLoginWide .aidLink img.icon{
    margin-left: 7px;
    height: 26px;
}

.mobileLoginLink img.icon, .emailLoginLink img.icon, .anotherWayLink img.icon, .mobileOrEmailLoginLink img.icon {
    margin-left: 7px;
    height: 26px;
}

.mobileLoginLink span, .emailLoginLink span, .anotherWayLink span, .mobileOrEmailLoginLink span {
    margin-left: 4px;
}

.socialLoginWide .facebookLink span {
    margin-left: 14px;
}

.socialLoginWide .googleLink span {
    margin-left: 14px;
}

.socialLoginWide .appleLink span {
    margin-left: 14px;
}

.socialLoginWide .vippsLink span {
    margin-left: 14px;
}

.guiVersion2 .label { text-transform: none; font-weight: 300; }

.guiVersion2 .button {
    background-color: #3768C9 ! important;
    padding: 12px 30px;
    font-weight: 400;
    letter-spacing: 1px;
    box-shadow: none;
}

.guiVersion2 .button:hover {
    background-color: #2152B3 !important;
}

.guiVersion2 .loginFrame {
    background-color: rgba(255, 255, 255, 0.85);
}

.guiVersion2 .par { margin:20px 0; }
.guiVersion2 .buttonPar { text-align: center; }
.guiVersion2 .buttonPar input { cursor: pointer; }

.loading { text-align: center; }

.guiVersion2 .par .orLoginWith {
    border-bottom: 1px solid #000;
    width: 39%;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 10px;
    text-align: center;
}

.guiVersion2 .par .orLoginWithSpan {
    width:19%;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 10px;
    text-align: center;
}

#socialLinkLabel {
    margin-bottom: 10px;
    font-size: 0.9em;
}

.guiVersion2 .par .orLoginWith span, .guiVersion2 .par .orLoginWithSpan span {
    padding: 0 15px;
    position: relative;
    top: 10px; /* go to top with the line to center in line height*/
}

.guiVersion2 .button, .buttonPar, .parTight, .showPassword, .belowPassword {
    font-size: 0.9em;
}

.loginStyleWideButtonsAll {
    padding-top: 10px;
}

#orLoginWithLoginStyleWideButtonsAll,
#orLoginWithAnotherWayButton {
    display: none;
}

.errorBox {
    background-color: #F35D67;
    margin:10px 0;
    color: #fff;
    font-weight: normal;
    font-size: 0.9em;
    letter-spacing: 0.5px;
    padding: 10px; text-align: center;
}

.leftAndRight { width:100%; margin-top:-10px; }
.leftAndRight * { white-space:nowrap ! important; }
.leftAndRight .leftPart { float:left; margin-right:10px;}
.leftAndRight .rightPart { float:right; }
.leftAndRight .clearPart { clear:both; }

.guiVersion2 input[type=text],
.guiVersion2 input[type=password],
.guiVersion2 input[type=email],
.guiVersion2 input[type=number],
.guiVersion2 input[type=tel] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    width: 100%;
    border-radius: 3px;
    padding: 10px;
    font-size: 1em;
    line-height: 24px;
    margin-top:3px;
}
.guiVersion2 input[type=text].inputImage,
.guiVersion2 input[type=password].inputImage,
.guiVersion2 input[type=email].inputImage,
.guiVersion2 input[type=number].inputImage,
.guiVersion2 input[type=tel].inputImage {
    padding-right: 40px;
    background: #ffffff no-repeat scroll right;
}
.guiVersion2 .textField.ng-invalid,
.guiVersion2 .boxField.ng-invalid { border: 1px solid #F35D67; }

.guiVersion2 .loginMain { padding-bottom:15px; }

.guiVersion2 .parTight { margin:10px 0; }

.guiVersion1 .showPassword { display:none; }
.guiVersion2 .showPassword { float:right; }

.guiVersion2 .outerFrame { margin: 0; }
.guiVersion2 #loginForm { margin: 50px auto 0 auto; }

.guiVersion2 form {
    flex: 1 0 auto;
}

.guiVersion2 .footerContent {
    text-align: right;
    padding: 10px;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.85);
}

.guiVersion2 .footerContent > .footerElement {
    padding-left: 5px;
    padding-right: 5px;
}

/*
.guiVersion2 .par.animate-zoom {
    left: 0;
    position: relative;
    -webkit-transition:all linear 0.2s;
    transition:all linear 0.2s;
}

.guiVersion2 .par.animate-zoom.ng-hide {
    -webkit-transform: scale(0);
    transform: scale(0);
}
*/

/** From https://tutorialzine.com/2014/07/css-inline-help-tips */

.questionMark {
    display:inline-block;
    text-align: center;
    background-color: #4a4a4a;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 17px;
    cursor: default;
    margin-left: 6px;
    vertical-align: top;
    font-weight: bold;
    color:#fff;
    margin-top: 2px;
}

#tooltip {	/* The tooltip */
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
    display: none;
    position: absolute;
}

#tooltip-content {	/* The tooltip */
    text-align: left;
    background-color: #4a4a4a;
    padding: 20px;
    width: 280px;
    z-index:2;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 2px #4a4a4a solid;
}

#tooltip-arrow { /* The pointer of the tooltip */
    content: '';
    width:0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #4a4a4a;
}

.abortMark {
    display: none;
    text-align: center;
    float: right;
    background-color: #F35D67;
    border-radius: 25%;
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    vertical-align: top;
    font-weight: bold;
    color:#fff;
    margin: 6px 6px;
}

.abortMark:hover {
    background-color: #ff0000;
}

.abortMark a {
    color:#fff;
    text-decoration: none;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity:0;
        transform: scale(0.6);
    }

    100% {
        opacity:1;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}

.loader {
    -webkit-animation:rotate 1s  linear infinite;
    width: 30%;
    height: 30%;
}

@-webkit-keyframes rotate {
    0%{-webkit-transform:rotateZ(0deg)}
    100%{-webkit-transform:rotateZ(360deg)}
}

.GENERAL_HELP_INFO {
    font-size: 0.9em;
}

.consentChild {
    margin-left: 10px;
}

.dd-select {
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: normal;
}

.dd-desc {
    color: #aaa;
    display: block;
    overflow: visible;
    font-size: 9px;
}

.dd-selected {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: block;
    font-weight: bold;
    width: 100%;
    border: none;
    padding: 10px;
    text-align: right;
    background-color: #ffffff;
}

.dd-selected:focus {
    z-index: 2001;
}

.dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 88%;
    margin-top: -3px;
}

.dd-selected:focus + .dd-pointer {
    z-index: 2002;
}

.dd-pointer-down {
    border: solid 4px transparent;
    border-top: solid 4px #888;
}

.dd-pointer-up {
    border: solid 4px transparent;
    border-bottom: solid 4px #888;
    margin-top: -8px;
}

.credentialTypePickerStandaloneComponent .dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 88%;
    margin-top: -3px;
}

.credentialTypePickerStandaloneComponent .dd-pointer-down {
    border: solid 4px transparent;
    border-top: solid 4px #888;
}

.credentialTypePickerStandaloneComponent .dd-pointer-up {
    border: solid 4px transparent;
    border-bottom: solid 4px #888;
    margin-top: -8px;
}

.dd-options {
    list-style: none;
    display: none;
    position: absolute;
    z-index: 2000;
    margin: 0;
    padding: 0;
    background: #fff;
    border: solid 1px #ddd;
    overflow: visible;
    top: 45px;
    max-height: 240px;
    width: 100%; /* Adjust width if necessary */
    overflow-y: auto; /* Vertical scroll */
    overflow-x: auto; /* Horizontal scroll */
    white-space: nowrap; /* Ensure items are in a single line for horizontal scroll */
}

/* Custom scrollbar styling for WebKit-based browsers */
.dd-options::-webkit-scrollbar {
    width: 0;  /* Width of the scrollbar */
    height: 6px; /* Height of the scrollbar for horizontal scrolling */
}

.dd-options::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1); /* Darker color for the thumb */
    border-radius: 10px;
}

.dd-options::-webkit-scrollbar-track {
    background-color: transparent; /* Transparent track to make the scrollbar less noticeable */
}

.dd-options:focus {
    outline: 0;
}

.dd-option {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-bottom: solid 1px #ddd;
    overflow: visible;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    min-height: 40px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    box-sizing: border-box;
}

.dd-options > .dd-option:last-child {
    border-bottom: none;
}

.dd-option:hover, .dd-option:active, .dd-option:focus {
    background: #f3f3f3;
    color: #000;
    z-index: 2001;
}

.dd-selected-description-truncated {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
}

.dd-option-image, .dd-selected-image {
    max-width: 18px;
}

.dd-image-right {
    float: right;
    margin-right: 15px;
    margin-left: 5px;
}

.dd-container {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 1px 0 1px 1px;
}

.dd-selected-text {
    font-weight: bold;
    display: none;
}

.dd-selected:focus-visible {
    outline: none;
}

.credentialComponent {
    display: flex;
    flex-direction: row;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    padding: 0;
    font-size: 1em;
    line-height: 24px;
    margin-top: 3px;
}

.credentialComponent input[type=text] {
    display: flex;
    flex-direction: row;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    border: 0;
    width: 100%;
    border-radius: 3px;
    padding: 10px 10px 10px 2px;
    font-size: 1em;
    line-height: 24px;
    flex-grow: 1;
    margin: 0;
}

.credentialComponent #allowedCredentialType.notDisplayed ~ #credentialType.notDisplayed ~ #j_username {
    padding: 10px;
}

#enterPasswordFieldDiv input[type=text] {
    background-color: #ffffff;
}

.credentialComponent input[type=text]:focus {
    outline: none;
}

.credentialComponent:focus-within,
input:focus {
    outline: none;
}
.notDisplayed {
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    transition: background-color 5000s ease-in-out 0s;
}

.credentialComponent .textField.ng-invalid,
.credentialComponent .boxField.ng-invalid {
    border: none;
}

.credentialComponent:has(.textField.ng-invalid) {
    border: 1px solid #F35D67;
}

.dd-selected:disabled,
.dd-selected:disabled img,
input[type=text]:disabled,
input[type=text].inputImage:disabled {
    opacity: 0.7;
    cursor: auto;
}

.credentialTypePickerStandalone {
    display: flex;
    flex-flow: row;
    justify-content: center;
}
.credentialTypePickerStandaloneComponent {
    display: flex;
    flex-flow: row;
    justify-content: center;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    background-color: #ffffff;
}

#credentialTypePickerLabel {
    background-color: white;
    align-content: center;
    line-height: 24px;
    margin: 7px;
}

.credentialTypePickerStandalone .dd-container {
    margin: 0;
    padding: 1px;
}

.credentialTypePickerStandalone .dd-selected {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: block;
    font-weight: bold;
    width: 100%;
    border: none;
    padding: 7px;
    text-align: center;
    background-color: #ffffff;
}

.credentialTypePickerStandalone .dd-options {
    list-style: none;
    display: none;
    position: absolute;
    z-index: 2000;
    margin: 0;
    padding: 0;
    background: #fff;
    border: solid 1px #ddd;
    overflow: visible;
    top: 40px;
    left: 0;
    max-height: 230px;
    width: 100%; /* Adjust width if necessary */
    overflow-y: auto; /* Vertical scroll */
    overflow-x: auto; /* Horizontal scroll */
    white-space: nowrap; /* Ensure items are in a single line for horizontal scroll */
}

.credentialTypePickerStandaloneComponent:has(button:disabled) {
    opacity: 0.7;
}

.credentialTypePickerStandaloneComponent:has(button:disabled) > #credentialTypePickerLabel {
    opacity: 0.7;
}

.code-inputs {
    display: flex;
    justify-content: center;
    gap: 8px; /* Space between inputs */
    padding-top: 10px;
    padding-bottom: 10px;
}

.code-input {
    width: 44px; /* Width of each box */
    height: 44px; /* Height of each box */
    max-width: 44px !important;
    max-height: 44px !important;
    text-align: center;
    font-size: 20px; /* Font size for the digits */
    border: 2px solid #ccc; /* Default border */
    border-radius: 8px; /* Rounded corners */
    outline: none;
    transition: border-color 0.2s ease;
}

.code-input::placeholder {
    color: #ddd;
}

.code-input:focus {
    border-color: #1a202c; /* Darker border on focus */
    box-shadow: 0 0 5px rgba(26, 32, 44, 0.5); /* Subtle glow effect */
}

#logOutLinkButton {
    text-align: right;
    display: inline-flex;
    float: right;
}

#userLoggedInLabelDiv {
    display: inline-flex;
}

/*  overflow: hidden */
#loginInner {
    max-width: 100%; /* Limit the maximum width */
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis; /* Add ellipsis for long text */
}

#verificationCodeInfo {
    display: inline-block; /* Maintain inline layout */
    max-width: 100%;
    overflow: hidden; /* Hide overflowing content */
    text-overflow: ellipsis; /* Add "..." to indicate clipped text */
}

#orLoginWithSocial {
    display: none;
    margin-top: -10px;
}

#orLoginWithSocial .orLoginWith {
    padding-left: 40px  !important;
    width: auto !important;
}