/* /Presentation/Pages/Account/Login.razor.rz.scp.css */
.light-mode .k-input-inner[b-gsxvp46ota]::placeholder {
    color: #9ca3af;
}

.dark-mode .k-input-inner[b-gsxvp46ota]::placeholder {
    color: rgba(255, 255, 255, 0.3);
}
/* Preload styles to prevent layout shift */
.background-overlay[b-gsxvp46ota] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.k-overlay[aria-hidden="true"][b-gsxvp46ota] {
    pointer-events: none;
    outline: none;
}

.logocontainer[b-gsxvp46ota] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 6px;
}

.logo-image[b-gsxvp46ota] {
    width: 96px;
    height: 96px;
}

.error-message-multiline[b-gsxvp46ota] {
    white-space: pre-line;
}

.forgot-password-container[b-gsxvp46ota] {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
    margin-bottom: 12px;
}

[b-gsxvp46ota] .forgot-password-container a {
    text-decoration: none !important;
}

    [b-gsxvp46ota] .forgot-password-container a:hover {
        text-decoration: underline !important;
    }
/* /Presentation/Pages/Settings/Settings.razor.rz.scp.css */
.logo-section[b-5w3bg30r6z] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.logo-label[b-5w3bg30r6z] {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
    color: #424242;
}

.dark-mode .logo-label[b-5w3bg30r6z] {
    color: #c0c4cc;
}

.logo-image-container[b-5w3bg30r6z] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    margin-bottom: 12px;
    background-color: #f5f5f5;
    border-radius: 8px;
    border: 2px dashed #e0e0e0;
    overflow: hidden;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.dark-mode .logo-image-container[b-5w3bg30r6z] {
    background-color: #262727;
    border-color: #444;
}

.logo-placeholder[b-5w3bg30r6z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9e9e9e;
    gap: 8px;
}

.dark-mode .logo-placeholder[b-5w3bg30r6z] {
    color: #6c6e7a;
}

.placeholder-text[b-5w3bg30r6z] {
    font-size: 14px;
    font-weight: 500;
}

.logo-image[b-5w3bg30r6z] {
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

.logo-image.loaded[b-5w3bg30r6z] {
    opacity: 1;
}

.logo-image-container img[b-5w3bg30r6z] {
    max-width: 200px !important;
    max-height: 200px !important;
}

.logo-upload-controls[b-5w3bg30r6z] {
    margin-top: auto;
    height: 48px;
    display: flex;
    align-items: center;
}

.upload-area[b-5w3bg30r6z] {
    position: relative;
    width: 100%;
}

.upload-area[b-5w3bg30r6z]  input[type="file"] {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 2 !important;
    top: 0 !important;
    left: 0 !important;
}

.upload-label[b-5w3bg30r6z] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: #f5f5f5;
    border: 2px dashed #bdbdbd;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #616161;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.dark-mode .upload-label[b-5w3bg30r6z] {
    background-color: #2d2d2d;
    border-color: #555;
    color: #a0a4ae;
}

.upload-label:hover[b-5w3bg30r6z] {
    background-color: #eeeeee;
    border-color: #9e9e9e;
    color: #424242;
}

.dark-mode .upload-label:hover[b-5w3bg30r6z] {
    background-color: #383838;
    border-color: #777;
    color: #e0e4ec;
}

.delete-area[b-5w3bg30r6z] {
    display: flex;
    justify-content: center;
}
