.client-portal,:root.ls-dark,:root.ls-light{--theme-dark:#000;--theme-main-dark:#1b1e28;--theme-main-white:#fff;--theme-background:#f6f8fd;--theme-primary-900:#7b5200;--theme-primary-800:#a16b00;--theme-primary-700:#c88603;--theme-primary-600:#eca416;--theme-primary:#ffb31b;--theme-primary-400:#ffc248;--theme-primary-300:#ffd174;--theme-primary-200:#ffe1a6;--theme-primary-100:#ffeecd;--theme-secondary-900:#011632;--theme-secondary-800:#062653;--theme-secondary-700:#0d3062;--theme-secondary-600:#163b70;--theme-secondary:#204780;--theme-secondary-400:#2a599e;--theme-secondary-300:#3a70be;--theme-secondary-200:#4d8ae2;--theme-secondary-100:#6ca6fa;--theme-grayscale-900:#1b1e28;--theme-grayscale-800:#282b33;--theme-grayscale-700:#3d414e;--theme-grayscale-600:#777a87;--theme-grayscale:#a8aab2;--theme-grayscale-400:#b9bbc1;--theme-grayscale-300:#cbccd1;--theme-grayscale-200:#dcdde0;--theme-grayscale-100:#eeeef0;--theme-semantic1:#5fbd33;--theme-semantic2:#9746ff;--theme-semantic3:#ffb31b;--theme-semantic4:#608cff;--theme-semantic5:#52d6ce;--theme-semantic6:#fd6c2e;--theme-semantic7:#ff5190;--theme-semantic8:#ff002e;--theme-badge:#ff3d00;--theme-gray-border:#f0f0f0;--theme-thead-gray:#f6f7f8;--theme-th-gray:#6f7179;--theme-outlined:#204780;--text-text-default-dark:#f7f9ff;--theme-dark-1:rgba(0,0,0,.1);--theme-dark-2:rgba(0,0,0,.2);--theme-main-white-1:hsla(0,0%,100%,.1);--theme-main-white-2:hsla(0,0%,100%,.2);--theme-main-white-3:hsla(0,0%,100%,.3);--theme-main-white-4:hsla(0,0%,100%,.4);--border-primary:#222630;--outline-color:#477ffd;--theme-error:#fd3a3a;--theme-warning:#ff961b;--theme-success:#5ead38;--btn-error:#fd3a3a;--btn-error-hover:rgba(253,58,58,.8);--btn-error-disabled:rgba(253,58,58,.4);--btn-warn:#ff961b;--btn-warn-hover:rgba(255,150,27,.8);--btn-warn-disabled:rgba(255,150,27,.4);--btn-success:#5ead38;--btn-success-hover:rgba(94,173,56,.8);--btn-success-disabled:rgba(94,173,56,.4);--btn-fifth:#222630;--btn-fifth-hover:#3a3e47;--btn-fifth-disabled:#777a87;--btn-info:#2f7ae8;--btn-info-hover:rgba(47,122,232,.8);--btn-info-disabled:rgba(47,122,232,.4);--font-weight-600:600;--font-weight-500:500;--font-weight-400:400;--brand-text-primary:#002144}.ls-auth--standalone,.ls-auth--standalone body{height:100%;margin:0;min-height:100%}.ls-auth--standalone body{background:#f6f8fd;background:var(--theme-background,#f6f8fd);font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}.ls-auth{align-items:center;box-sizing:border-box;color:var(--brand-text-primary);display:flex;flex-direction:column;min-height:100vh;padding:90px 0 0}@media (max-width:768px){.ls-auth{padding-left:25px;padding-right:25px}}.ls-auth--logo img{display:block;height:105px;width:357px}@media (max-width:768px){.ls-auth--logo img{height:auto;max-width:357px;width:100%}}.ls-auth--message{margin-top:30px}.ls-auth--form,.ls-auth--message{max-width:320px;min-width:270px;width:100%}.ls-auth--form{margin-top:60px}.ls-auth--title{color:var(--brand-text-primary);font-size:24px;font-weight:500;line-height:1.2;margin:0 0 40px}.ls-auth--field{margin-bottom:12px}.ls-auth--field label{display:block;font-size:12px;margin:0 0 8px}.ls-auth--field input,.ls-auth--field label{color:var(--brand-text-primary);font-weight:500;line-height:20px}.ls-auth--field input{background:var(--theme-main-white);background-image:none;border:1px solid var(--theme-grayscale-300);border-radius:6px;font-size:14px;outline:none;padding:12px 16px;width:100%}.ls-auth--field input:focus{border-color:var(--theme-semantic3)}.ls-auth--field.hide{display:none}.ls-auth--radio-list{list-style:none;margin:0 0 24px;padding:0}.ls-auth--radio-item{margin-bottom:16px}.ls-auth--radio-item input[type=radio]:checked,.ls-auth--radio-item input[type=radio]:not(:checked){left:-9999px;position:absolute}.ls-auth--radio-item input[type=radio]:checked+label,.ls-auth--radio-item input[type=radio]:not(:checked)+label{cursor:pointer;display:inline-block;line-height:20px;padding-left:28px;position:relative}.ls-auth--radio-item input[type=radio]:checked+label:before,.ls-auth--radio-item input[type=radio]:not(:checked)+label:before{background-color:#fff;border:2px solid #777a87;content:"";height:18px;left:0;position:absolute;top:0;width:18px}.ls-auth--radio-item input[type=radio]:checked+label:before{border-color:#ffb31b}.ls-auth--radio-item input[type=radio]:checked+label:before,.ls-auth--radio-item input[type=radio]:not(:checked)+label:before{border-radius:100%}.ls-auth--radio-item input[type=radio]:checked+label:after,.ls-auth--radio-item input[type=radio]:not(:checked)+label:after{background-color:#ffb31b;border-radius:100%;content:"";height:10px;left:4px;position:absolute;top:4px;transition:all .2s ease;width:10px}.ls-auth--radio-item input[type=radio]:not(:checked)+label:after{opacity:0}.ls-auth--radio-item input[type=radio]:checked+label:after{opacity:1}.ls-auth--radio-item:last-child{margin-bottom:0}.ls-auth--radio-item input[type=radio]:checked+label,.ls-auth--radio-item input[type=radio]:not(:checked)+label{color:var(--brand-text-primary);font-size:14px;font-weight:400}.ls-auth--forgot{margin:12px 0;min-height:20px;text-align:right}.ls-auth--forgot a{color:var(--theme-semantic4);font-size:12px;font-weight:500;line-height:20px;text-decoration:none}.ls-auth--field+.ls-auth--submit{margin-top:24px}.ls-auth--submit a,.ls-auth--submit button{align-items:center;background-color:var(--theme-semantic3);border:0;border-radius:6px;box-shadow:none;color:var(--theme-main-dark);cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;gap:8px;justify-content:center;line-height:20px;padding:14px;text-decoration:none;text-transform:none;width:100%}.ls-auth--submit a:focus,.ls-auth--submit a:hover,.ls-auth--submit button:focus,.ls-auth--submit button:hover{background-color:var(--theme-semantic3);color:var(--theme-main-dark);opacity:.95;text-decoration:none}.ls-auth--submit a svg,.ls-auth--submit button svg{flex-shrink:0}.ls-auth--sso{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.ls-auth--divider{align-items:center;color:var(--brand-text-primary);display:flex;font-size:12px;font-weight:600;gap:12px;margin:0 0 24px}.ls-auth--divider:after,.ls-auth--divider:before{border-top:1px solid var(--theme-grayscale-200);content:"";flex:1}.ls-auth--disabled-note{font-size:14px;font-weight:600}.ls-auth--disabled-note,.ls-auth--free-trial{color:var(--brand-text-primary);text-align:center}.ls-auth--free-trial{font-size:12px;font-weight:400;line-height:20px;margin-top:24px}.ls-auth--free-trial a{color:var(--brand-text-primary);padding-left:5px;text-decoration:underline}.ls-auth--footer{color:#8d8d8d;font-size:12px;line-height:20px;margin-top:auto;padding-bottom:20px;padding-top:60px;text-align:center}.ls-auth--footer b{color:var(--brand-text-primary);margin-right:10px}@media (max-width:768px){.ls-auth--footer{padding-bottom:60px}}.ls-auth--error-page .ls-auth--logo{padding-bottom:40px}.ls-auth--error-page .ls-auth--logo img{height:53px;width:180px}@media (max-width:768px){.ls-auth--error-page .ls-auth--logo img{height:auto;max-width:180px;width:100%}}.ls-auth--error-page .ls-auth--error{margin-bottom:12vh;margin-top:auto}.ls-auth--error{color:var(--brand-text-primary);margin-top:40px;max-width:700px;text-align:center;width:100%}.ls-auth--error-icon{margin-bottom:24px}.ls-auth--error-icon svg{display:inline-block;vertical-align:middle}.ls-auth--error-title{color:#000;font-size:32px;font-weight:700;line-height:40px;margin:0 0 16px}.ls-auth--error-description{color:#000;font-size:16px;font-weight:500;line-height:24px;margin:0 0 32px}.ls-auth--error-submit{display:flex;justify-content:center;margin-top:0}.ls-auth--error-submit>a,.ls-auth--error-submit>button{font-size:14px;font-weight:500;padding:14px 24px;width:auto}@media (max-width:768px){.ls-auth--error{margin-top:60px}}.bs-component{left:50%;margin-left:-300px;max-width:600px;position:absolute;top:20px;width:100%;z-index:100}.alert h4{display:none!important}.alert.alert-info{background-color:#fff!important;border:1px solid var(--theme-semantic4)!important;border-radius:6px;margin-bottom:0!important}.alert.alert-info b,.alert.alert-info p{align-items:center;color:var(--theme-main-dark);display:flex;font-size:14px;font-weight:700;gap:8px;justify-content:center}.alert.alert-info b:before,.alert.alert-info p:before{background-image:url(/images/ls-redesign/icons/notify-icon-info.svg);background-repeat:no-repeat;content:"";display:inline-block;height:20px;width:21px}.alert.alert-danger{background-color:#fff!important;border:1px solid #f0005e!important;border-radius:6px;margin-bottom:0!important;text-align:center}.alert.alert-danger .alert-danger--title,.alert.alert-danger p{align-items:center;display:flex;font-size:14px;font-weight:700;gap:8px;justify-content:center}.alert.alert-danger .alert-danger--title:before,.alert.alert-danger p:before{background-image:url(/images/ls-redesign/icons/notify-icon-danger.svg);background-repeat:no-repeat;content:"";display:inline-block;height:20px;width:21px}.alert.alert-danger .alert-danger--list{font-size:14px;margin:10px 0;padding:0}
