/***
   Copyright (c) New Cloud Technologies, Ltd., 2013–2025
  
   You can not use the contents of the file in any way without New Cloud Technologies, Ltd. written permission.
   To obtain such a permit, you should contact New Cloud Technologies, Ltd. at http://ncloudtech.com/contact.html
***/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

svg {
    display: block;
    max-width: 100%;
    height: auto;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    overscroll-behavior-y: contain;
}


a, button, input, select, textarea {
    -webkit-tap-highlight-color: transparent;
}


html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Hide default password reveal button in Edge/IE */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

.YB5JUdW44ecwAOm-wQNIU {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    padding: 20px;
}



._3gnTRXtYx9NRIGuHTfWM7n {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 20px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}


.language-switcher {
    position: relative;
}

.MuiInputBase-root {
    cursor: pointer;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.MuiSelect-select {
    padding-right: 24px;
}

.MuiSelect-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}


._3h--hnWXRpUCRVMzU6T0ZC {
    margin-left: 15px;
}

._3r-x7N28UXa0E1Km7LzpdN {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
}

._3r-x7N28UXa0E1Km7LzpdN:hover {
    color: #00A4E4;
}



.login-container {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: 100%;
    max-width: 400px;
    text-align: center;
}


.logo-container {
    margin-bottom: 20px;
    text-align: center;
}

.logo {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    object-fit: contain;
    aspect-ratio: auto;
}


h1.login-title {
    font-size: 24px !important;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: rgba(22,33,41,0.76);
    margin: 0 0 32px 0;
    text-align: center;
    line-height: 1.333333;
    letter-spacing: 0;
}

.MuiFormControl-root {
    border: 0;
    margin: 0 0 10px;
    display: inline-flex;
    padding: 0;
    position: relative;
    min-width: 0;
    flex-direction: column;
    vertical-align: top;
    width: 100%;
}

.MuiInputLabel-root {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    padding: 0;
    display: block;
    transform-origin: top left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 24px);
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 24px) scale(1);
    transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms,transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms,max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    z-index: 1;
    pointer-events: none;
}

.MuiInputLabel-root.Mui-focused {
    color: #00A4E4;
}

.MuiInputLabel-root.MuiInputLabel-shrink {
    transform: translate(0, -1.5px) scale(0.75);
    transform-origin: top left;
    max-width: 133%;
}

.MuiInputBase-root {
    color: rgba(0, 0, 0, 0.87);
    cursor: text;
    display: inline-flex;
    position: relative;
    font-size: 1rem;
    box-sizing: border-box;
    align-items: center;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.1876em;
    letter-spacing: 0.00938em;
}

#loginForm .MuiInputBase-root {
    margin-top: 16px;
}

.MuiInputBase-root.MuiInput-underline:before {
    left: 0;
    right: 0;
    bottom: 0;
    content: "\00a0";
    position: absolute;
    transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    pointer-events: none;
}

.MuiInputBase-root.MuiInput-underline:hover:not(.Mui-disabled):before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}

.MuiInputBase-root.MuiInput-underline:after {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    border-bottom: 2px solid #00A4E4;
    pointer-events: none;
}

.MuiInputBase-root.MuiInput-underline.Mui-focused:after {
    transform: scaleX(1);
}

.MuiInputBase-root.MuiInput-underline.Mui-error:after {
    transform: scaleX(1);
    border-bottom-color: rgb(250, 92, 99);
}

.MuiInputLabel-root.Mui-error {
    color: rgb(250, 92, 99);
}
.MuiInput-input {
    font: inherit;
    color: currentColor;
    width: 100%;
    border: 0;
    height: 1.1876em;
    margin: 0;
    display: block;
    padding: 4px 0 5px;
    min-width: 0;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
}

@keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}


.MuiInputBase-input:focus {
    outline: 0;
}


.MuiInputAdornment-root {
    display: flex;
    height: 0.01em;
    max-height: 2em;
    align-items: center;
    white-space: nowrap;
}

.MuiInputAdornment-positionEnd {
    margin-left: 8px;
}

.MuiIconButton-root {
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
    padding: 12px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    position: relative;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.MuiIconButton-root:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.MuiFormHelperText-root {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.66;
    letter-spacing: 0.03333em;
    text-align: left;
    margin-top: 3px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    min-height: 20px; 
}

#password-helper-text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.MuiFormHelperText-root a {
    color: #00A4E4;
    text-decoration: none;
    margin-left: auto; 
}

.MuiFormHelperText-root a:hover {
    text-decoration: underline;
}


.MuiButtonBase-root {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    color: inherit;
}

.MuiButton-root {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: none;
    min-width: 64px;
    padding: 6px 16px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgba(0, 0, 0, 0.87);
}

.MuiButton-contained {
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.87);
}

.MuiButton-containedPrimary {
    color: #fff;
    background-color: rgb(0,161,247);
    width: 160px;
    height: 36px;
    display: block;
    margin: 60px auto 0 auto;
}

.MuiButton-containedPrimary:hover {
    background-color: #55C4F1; 
    box-shadow: none;
}


.Mui-error {
    color: #d32f2f;
}

.MuiInputBase-root.Mui-error:after {
    border-bottom-color: #d32f2f;
}

.MuiFormHelperText-root.Mui-error {
    color: #d32f2f;
}


.signup-link-container {
    text-align: center;
    margin-top: 24px;
}

.link-signup {
    color: #00A4E4;
    text-decoration: none;
    font-size: 14px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    text-transform: none;
}


.help-dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent; 
    display: block;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.help-dialog-overlay.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.help-dialog {
    position: absolute;
    top: 42px; 
    right: 2px; 
    background: white;
    border-radius: 8px;
    padding: 24px;
    width: 320px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    overflow: visible;
}

.help-dialog-overlay.show .help-dialog {
    transform: translateY(0);
    opacity: 1;
}

.help-dialog::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 18px; 
    width: 16px;
    height: 16px;
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    transform: rotate(45deg);
}

.help-dialog-content {
    padding: 0 0 16px 0;
    text-align: center;
    border-bottom: none;
}

.help-title {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 12px;
    line-height: 1.4;
}

.help-text {
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
}

.help-dialog-contacts {
    padding: 0;
}

.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-list-item {
    padding: 0;
    text-align: center;
}

.help-phone {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    padding: 12px;
    background-color: #F0F2F5;
    border-radius: 6px;
    margin: 8px 0 16px 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.help-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #00A4E4;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
    border-bottom: 1px solid transparent;
}

.help-contact:hover {
    color: #0091CC;
    text-decoration: underline;
}

.contact-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}


.page-footer {
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 11px;
    color: #AAAAAA;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px; 
    flex-wrap: wrap;
}

.footer-link {
    color: #162129C2;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #00A4E4;
    text-decoration: underline;
}

.footer-copyright {
    color: #162129C2;
}


@media (min-width: 769px) {
    .login-container {
        padding: 40px;
        max-width: 480px;
    }

    .login-title {
        font-size: 28px;
    }

    .logo {
        width: 120px;
        display: block;
        margin: 0 auto;
        max-width: 100%;
        object-fit: contain;
    }

    .form-input {
        padding: 6px 15px;
        font-size: 14px;
    }

    .btn-login {
        padding: 12px;
        font-size: 16px;
    }

    .top-right-controls {
        top: 20px;
        right: 20px;
        gap: 15px;
    }

    .help-icon {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .page-footer {
        bottom: 20px;
        font-size: 12px;
    }
}


@media (min-width: 481px) and (max-width: 768px) {
    body {
        padding: 15px;
    }

    .login-container {
        padding: 35px 30px;
        max-width: 380px;
    }

    .login-title {
        font-size: 26px;
        margin-bottom: 28px;
    }

    .logo {
        width: 100%;
        height: 201px;
        display: block;
        margin: 0;
        object-fit: contain;
    }

    .logo-container {
        margin-bottom: 0;
        text-align: center;
    }

    .form-input {
        padding: 13px 15px;
        font-size: 15px;
    }

    .btn-login {
        padding: 13px;
        font-size: 16px;
    }

    .top-right-controls {
        top: 15px;
        right: 15px;
        gap: 12px;
    }

    .help-icon {
        width: 30px;
        height: 30px;
        font-size: 17px;
    }

    .current-language {
        font-size: 13px;
    }

    .help-dialog {
        padding: 28px 25px;
        max-width: 380px;
    }

    .help-title {
        font-size: 19px;
    }

    .page-footer {
        bottom: 15px;
        font-size: 11px;
    }

    .footer-separator {
        margin: 0 8px;
    }
}


@media (max-width: 480px) {
    body {
        padding: 10px;
        justify-content: flex-start;
        padding-top: 60px;
        -webkit-text-size-adjust: 100%; 
    }

    .login-container {
        padding: 25px 20px;
        max-width: 100%;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
    }

    .login-title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .logo {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
        object-fit: contain;
    }

    .logo-container {
        margin-bottom: 0;
    }


    .form-input {
        padding: 12px 15px;
        font-size: 16px; 
        min-height: 48px; 
        -webkit-appearance: none; 
        -moz-appearance: none;
        appearance: none;
    }

  
    .password-group .form-input {
        padding-right: 50px;
    }

    .btn-login {
        padding: 14px;
        font-size: 16px;
        margin-top: 8px;
        min-height: 48px; 
        -webkit-tap-highlight-color: rgba(0, 164, 228, 0.2); 
    }

 
    .top-right-controls {
        top: 10px;
        right: 10px;
        gap: 10px;
    }

   
    .help-icon {
        width: 36px; 
        height: 36px;
        font-size: 16px;
        border-width: 1.5px;
        -webkit-tap-highlight-color: rgba(0, 164, 228, 0.2);
    }

 
    .language-selector {
        padding: 6px;
        margin: -6px;
        -webkit-tap-highlight-color: rgba(0, 164, 228, 0.2);
    }

    .current-language {
        font-size: 13px;
    }

    .language-dropdown {
        min-width: 140px;
        font-size: 13px;
    }

 
    .language-dropdown li {
        padding: 14px 15px; 
        min-height: 44px;
    }


    .toggle-password {
        right: 8px;
        bottom: 12px;
        padding: 10px;
        font-size: 20px;
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-tap-highlight-color: rgba(0, 164, 228, 0.2);
    }

 
    .eye-icon {
        width: 22px;
        height: 22px;
    }

    .help-dialog {
        padding: 25px 20px;
        max-width: 95%;
    }


    .close-dialog {
        padding: 8px 12px;
        font-size: 32px;
        min-width: 44px;
        min-height: 44px;
        -webkit-tap-highlight-color: rgba(0, 164, 228, 0.2);
    }

    .help-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .help-text {
        font-size: 13px;
        line-height: 1.7; 
    }

    .help-phone {
        font-size: 17px;
        padding: 12px; 
    }

  
    .help-contact {
        padding: 8px 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        width: 100%; 
    }

    .page-footer {
        position: relative;
        bottom: auto;
        margin-top: 30px;
        font-size: 10px;
        padding: 0 10px;
    }

    .footer-separator {
        margin: 0 5px;
    }

    .form-links {
        margin-top: 8px;
    }

 
    .link-forgot,
    .link-signup {
        font-size: 13px;
        padding: 8px 4px;
        display: inline-block;
        min-height: 44px;
        line-height: 28px;
    }


    .footer-link {
        padding: 6px 4px;
        display: inline-block;
    }

    .btn-login,
    .help-icon,
    .language-selector,
    .toggle-password,
    .close-dialog {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }


    html {
        scroll-behavior: smooth;
    }


    .form-input:focus {
        box-shadow: 0 0 0 3px rgba(0, 164, 228, 0.15);
    }
}


.MuiInputBase-colorPrimary {

}

.MuiInputBase-fullWidth {
    width: 100%;
}

.css-common-13wbsr, .css-common-1xhunps, .css-common-147e5lo, .css-common-1g8ch8 {

}


.MuiSelect-select.css-common-1xhunps {
    padding-right: 32px; 
    display: inline-flex;
    align-items: center;
    height: 1.1876em;
    min-height: 1.1876em;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.MuiSelect-nativeInput {
    display: none;
}


.MuiSelect-icon.css-common-1g8ch8 {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--nct-icon-color, currentColor);
    pointer-events: none; 
    transition: transform 0.3s ease; 
}


.language-switcher.open .MuiSelect-icon.css-common-1g8ch8 {
    transform: translateY(-50%) rotate(180deg);
}


.MuiPopover-root {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1300;
    margin-top: 8px;
}

.MuiPaper-root {
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100% - 96px);
}

.MuiList-root {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    outline: 0;
}

.MuiMenuItem-root {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    cursor: pointer;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #333;
    font-size: 14px;
}

.MuiMenuItem-root:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.MuiMenuItem-root.Mui-selected {
    background-color: rgba(0, 164, 228, 0.08); 
    color: #333;
    font-weight: 500;
}

.MuiMenuItem-root.Mui-selected:hover {
    background-color: rgba(0, 164, 228, 0.12);
}


.MuiMenuItem-root {
    border: none;
}


@keyframes gradient-scroll {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 0;
    }
}

.btn-loading {
    color: #ffffff !important;
    background-color: #81D4FA !important;
    background-image: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0.4) 75%,
        transparent 75%,
        transparent
    ) !important;
    background-size: 100px 100px !important;
    animation: gradient-scroll 1s linear infinite !important;
    opacity: 1 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
    border: none !important;
}



