/* /Components/ProductTable.razor.rz.scp.css */
body[b-842q9flu3v] {
}
.assistive-device-grid .k-grid-table[b-842q9flu3v] {
    font-size: 0.9rem;
    border-collapse: collapse;
}



.assistive-device-grid .k-header[b-842q9flu3v] {
    background-color: transparent;
    color: white;
    text-align: left;
    padding: 4px 10px;
}


.assistive-device-grid .k-grid-content tr[b-842q9flu3v] {
    border-bottom: 1px solid #e5e5e5;
    background-color: #f9f9f9;
}

    .assistive-device-grid .k-grid-content tr:hover[b-842q9flu3v] {
        background-color: #e0f0ee;
    }

.assistive-device-grid .k-grid-content td[b-842q9flu3v] {
    padding: 4px 4px;
}


.assistive-device-grid img[b-842q9flu3v] {
    border-radius: 2px;
    object-fit: contain;
    max-height: 32px;
}


.assistive-device-grid .k-grid-content td:last-child[b-842q9flu3v] {
    border-right: none;
}

.form-actions[b-842q9flu3v] {
    display: flex;
    justify-content: flex-end;
    gap: 60px;
    margin-top: 0px;
    padding: 15px 15px 15px 15px;
    background-color: #ffffff;
}

.assistive-device-grid[b-842q9flu3v] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

    .assistive-device-grid .k-grid-header[b-842q9flu3v] {
        background-color: #bed9d5 !important;
    }


.k-grid-header .k-header[b-842q9flu3v],
.k-grid-header .k-table-th[b-842q9flu3v] {
    background-color: #bed9d5;
    color: #294a4d !important;
    font-weight: bold;
    padding: 4px 4px;
    border-right: 0.5px solid #f0f0f0;
}


.k-grid-header .k-link[b-842q9flu3v] {
    color: #294a4d;
    font-size: 0.90rem;
}


.k-grid-header .k-table-th[b-842q9flu3v] {
    padding-top: 4px;
    padding-bottom: 16px;
    font-weight: bold;
    font-size: 14px;
}

.k-table-td[b-842q9flu3v] {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
}


/* Container styles */
.product-window[b-842q9flu3v] {
    border-radius: 12px;
    overflow: visible;
    background: white;
    padding: 10px 20px;
}

.product-window-header[b-842q9flu3v] {
    background-color: #294a4d;
    color: white;
    padding: 10px 16px;
    font-size: 22px;
    font-weight: 500;
    border-radius: 12px 12px 0 0;
    margin-bottom: 16px;
}

/* Layout */
.product-form-content[b-842q9flu3v] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 100px;
    align-items: start;
}

.product-form-left[b-842q9flu3v],
.product-form-right[b-842q9flu3v],
.product-form-image[b-842q9flu3v] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Labels */
.product-window label[b-842q9flu3v] {
    font-weight: 600;
    margin-bottom: 4px;
    color: #122e2f;
    font-size: 16px;
}


.product-preview[b-842q9flu3v] {
    max-width: 180px;
    max-height: 200px;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

/* Action buttons */
.product-form-actions[b-842q9flu3v] {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 20px;
}

.cancel-button[b-842q9flu3v] {
    background-color: #e0e0e0;
    color: #333;
    border-radius: 20px;
    font-weight: bold;
}

.save-button[b-842q9flu3v] {
    background-color: #2c8773;
    color: white;
    border-radius: 20px;
    font-weight: bold;
}

.custom-new-product-window .custom-combobox[b-842q9flu3v] {
    width: 80%;
}

.form-field label[b-842q9flu3v] {
    margin-bottom: 6px;
    font-weight: bold;
    color: #122e2f;
}

.checkbox-row[b-842q9flu3v] {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .checkbox-row .k-checkbox[b-842q9flu3v] {
        width: 20px;
        height: 20px;
        border: 2px solid #294a4d !important;
        border-radius: 4px !important;
    }

        .checkbox-row .k-checkbox:checked[b-842q9flu3v] {
            background-color: #6db2a6 !important;
            border-color: #294a4d !important;
            color: #ffffff !important;
        }


            .checkbox-row .k-checkbox:checked + .k-checkbox-label[b-842q9flu3v]::before {
                color: #294a4d !important;
            }

    .checkbox-row .k-checkbox-label[b-842q9flu3v] {
        margin-left: 8px;
        font-size: 0.95rem;
        color: #122e2f;
    }


.k-textbox.k-input[b-842q9flu3v] {
    border: 1px solid #294a4d !important;
    border-radius: 14px !important;
    padding: 2px 6px !important;
    background-color: #fff;
    box-shadow: none;
    transition: border-color 0.2s ease-in-out;
}


    .k-textbox.k-input:focus-within[b-842q9flu3v] {
        border-color: #2c8773 !important;
    }


.k-input-inner[b-842q9flu3v] {
    font-size: 14px;
    color: #122e2f;
    padding: 4px 0;
    outline: none;
    border: none;
    background: transparent;
    width: 100%;
    box-sizing: border-box;
}


.k-multiselect.k-input[b-842q9flu3v] {
    border: 1px solid #294a4d !important;
    border-radius: 14px !important;
    background-color: #ffffff;
    padding: 4px 4px !important;
    box-shadow: none;
    transition: border-color 0.2s ease-in-out;
    height: auto !important;
}

    .k-multiselect.k-input:focus-within[b-842q9flu3v] {
        border-color: #2c8773 !important;
    }

.k-multiselect .k-input-inner[b-842q9flu3v] {
    font-size: 14px;
    padding: 4px 6px;
    outline: none;
    border: none;
    background: transparent;
    width: auto;
    color: #122e2f;
    width: auto !important;
    min-width: 80px;
}

.k-multiselect .k-multiselect-wrap[b-842q9flu3v] {
    flex-wrap: wrap !important;
    overflow-y: auto !important;
    max-height: 160px;
    align-items: flex-start !important;
}

.k-chip-list .k-chip[b-842q9flu3v] {
    background-color: #f0f0f0 !important;
    color: #294a4d !important;
    font-weight: 500;
    border-radius: 12px;
    padding: 2px 6px;
    margin-right: 2px;
}



.k-multiselect.k-disabled[b-842q9flu3v] {
    background-color: #f0f0f0;
    opacity: 0.7;
    cursor: not-allowed;
}

.k-input[b-842q9flu3v],
.k-textbox[b-842q9flu3v] {
    border-radius: 12px !important;
    border: 1px solid #333 !important;
    padding: 2px 6px !important;
    background-color: #fff !important;
    width: 100% !important;
}

.custom-combobox[b-842q9flu3v] {
    display: flex !important;
    border: 1px solid #333 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #fff !important;
    padding: 0 !important;
}

    .custom-combobox .k-input-inner[b-842q9flu3v] {
        border: none !important;
        padding: 6px 10px !important;
        box-shadow: none !important;
        flex: 1 1 auto;
        min-width: 0;
    }

    .custom-combobox .k-input-button[b-842q9flu3v] {
        background: #e0e0e0 !important;
        border: none !important;
        border-left: 1px solid #ccc !important;
        border-radius: 0 !important;
        padding: 0 12px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.k-list .k-list-item[b-842q9flu3v] {
    background-color: #fff !important;
    transition: background-color 0.2s;
}

    .k-list .k-list-item.k-selected[b-842q9flu3v],
    .k-list .k-list-item:hover[b-842q9flu3v] {
        background-color: #6db2a6 !important;
    }


.k-upload-button .k-button-text[b-842q9flu3v] {
    visibility: hidden;
    position: relative;
}

    .k-upload-button .k-button-text[b-842q9flu3v]::after {
        content: "Produktvorschau hochladen";
        visibility: visible;
        position: absolute;
        left: -55px;
        top: 0;
    }





.custom-upload-hidden .k-upload-button-wrap[b-842q9flu3v] {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}

.k-upload-button[b-842q9flu3v] {
    background-image: url('/images/upload_dark.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px 16px;
}

.k-clear-value[b-842q9flu3v] {
    display: none !important;
}


.upload-control .k-dropzone-hint[b-842q9flu3v] {
    display: none;
}

.form-field .k-input[b-842q9flu3v],
.form-field .k-multiselect[b-842q9flu3v] {
    padding: 2px 2px !important;
    font-size: 0.9rem;
    width: 100%;
    box-sizing: border-box;
}

.image-upload-section[b-842q9flu3v] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}




.upload-container[b-842q9flu3v] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 300px;
    padding: 8px 0;
}

.field-label[b-842q9flu3v] {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: -4px;
    color: #294a4d;
}

.upload-control[b-842q9flu3v] {
    width: 100%;
}

.upload-progress[b-842q9flu3v] {
    width: 100%;
    max-width: 100%;
    height: 8px;
    margin-top: -4px;
}

.upload-preview[b-842q9flu3v] {
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 370px;
    object-fit: contain;
    border-radius: 14px 14px 0 0;
    border: 1px solid #ccc;
    padding: 4px;
    background-color: #fafafa;
}


.upload-control .k-upload-button[b-842q9flu3v] {
    background-color: #f4f4f4;
    color: #333;
    font-weight: 600;
    padding: 6px 60px;
    border-radius: 6px;
    font-size: 14px;
}

.upload-control .k-upload-dropzone[b-842q9flu3v] {
    border-radius: 10px 10px 0 0;
    padding: 10px;
    background-color: #f4f4f4;
}

.upload-control .k-dropzone-hint[b-842q9flu3v] {
    font-size: 13px;
    color: #888;
    margin-top: 5px;
}

.k-upload .k-upload-files[b-842q9flu3v], .k-upload .k-file[b-842q9flu3v] {
    border-color: none !important;
}



.custom-window-footer[b-842q9flu3v] {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding: 20px 0px 0 0;
  
}

.custom-dialog-button[b-842q9flu3v] {
    min-width: 100px;
    border-radius: 20px;
    font-weight: 600;
}

    .custom-dialog-button.cancel[b-842q9flu3v] {
        background: #d0f0ea;
        color: #294a4d;
        border: 1px solid #294a4d;
        font-size: 16px;
        height: 34px;
    }



        .custom-dialog-button.cancel:hover[b-842q9flu3v] {
            background: #e0e0e0;
        }

    .custom-dialog-button.save[b-842q9flu3v] {
        background: #2b8578;
        color: white;
        border: none;
        font-size: 16px;
        height: 34px;
    }

        .custom-dialog-button.save:hover[b-842q9flu3v] {
            background: #24867f;
        }

.k-upload[b-842q9flu3v], .k-upload [b-842q9flu3v]::before, .k-upload [b-842q9flu3v]::after {
    border-radius: 14px !important;
}

.custom-upload-container[b-842q9flu3v] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.custom-upload-box[b-842q9flu3v] {
    border: 1px solid #ccc;
    padding: 0px;
    border-radius: 10px;
    background-color: #fafafa;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.upload-progress-bar-inside[b-842q9flu3v] {
    height: 10px;
}

.upload-preview[b-842q9flu3v] {
    width: 100%;
    max-width: 300px;
    margin-top: 12px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-4e8h31ood1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4e8h31ood1] {
    flex: 1;
}

.sidebar[b-4e8h31ood1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4e8h31ood1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4e8h31ood1]  a, .top-row[b-4e8h31ood1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4e8h31ood1]  a:hover, .top-row[b-4e8h31ood1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4e8h31ood1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
   
}

@media (min-width: 641px) {
 
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qylbog2xmj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-qylbog2xmj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qylbog2xmj] {
    font-size: 1.1rem;
}

.bi[b-qylbog2xmj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-qylbog2xmj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-qylbog2xmj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-qylbog2xmj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-qylbog2xmj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qylbog2xmj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qylbog2xmj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qylbog2xmj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-qylbog2xmj]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-qylbog2xmj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qylbog2xmj] {
        display: none;
    }

    .collapse[b-qylbog2xmj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-qylbog2xmj] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/ConfirmCode.razor.rz.scp.css */
*[b-ht1njixo9s] {
    box-sizing: border-box;
    font-family: 'Cuprum', sans-serif;
}
.reset-container[b-ht1njixo9s]{
    position:fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

.reset-form-box[b-ht1njixo9s] {
    width: 100%;
    max-width: 318px;
    padding: 0 10px;
    margin: -30px auto 0;
}

.reset-header[b-ht1njixo9s] {
    text-align: center;
    margin-bottom: 15px;
}

.reset-logo[b-ht1njixo9s] {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 230px;
    z-index: 10;
}

.reset-title[b-ht1njixo9s] {
    font-size: 1.8rem;
    margin: -10px 0 15px;
    text-align: center;
}

.reset-description[b-ht1njixo9s] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    width: 100%;
    margin: 24px 0 28px;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 0.001px;
    font-family: 'Cuprum', sans-serif;
}

.form-field[b-ht1njixo9s] {
    margin-bottom: 18px;
    width: 100%;
   
}

    .form-field label[b-ht1njixo9s] {
        font-weight: 600;
        font-size: 0.95rem;
        font-weight: 600;
        margin-bottom: 4px;
        display: block;
        color: #122e2f;
    }

    .form-field input[b-ht1njixo9s] {
        width: 100%;
        padding: 6px 10px;
        font-size: 0.85rem;
        border: 1px solid #7a7a7a;
        border-radius: 8px;
        background-color: #fff;
        outline: none;
        box-sizing: border-box;
    }

        .form-field input:focus[b-ht1njixo9s] {
            border-color: #2a8b80;
            box-shadow: 0 0 4px rgba(42, 139, 128, 0.5);
        }

.form-buttons[b-ht1njixo9s] {
    display: flex;
    flex-direction: column;
    gap: 60px; 
    width: 100%;
    margin-top: -20px;
}


.reset-button[b-ht1njixo9s],
.custom-reset-button[b-ht1njixo9s] {
    width: 100%;
    padding: 6px;
    font-size: 0.85rem;
    color: white;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
}

.reset-button[b-ht1njixo9s] {
    width: 100%;
    padding: 6px;
    font-size: 0.85rem;
    background-color: #2a8b80;
    color: white;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    margin-top: 30px;
    transition: background-color 0.2s ease;
}

    .reset-button:hover[b-ht1njixo9s] {
        background-color: #1e6e64;
    }
.custom-reset-button[b-ht1njixo9s] {
    width: 100%;
    padding: 6px;
    font-size: 0.85rem;
    background-color: #122e2f;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 0px;
}


.password-hint[b-ht1njixo9s] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #122e2f;
    text-align: center;
    margin-bottom: -55px;
    letter-spacing: 0.1px;
}

/* /Pages/Login.razor.rz.scp.css */
*[b-d3jmc3o9na] {
    box-sizing: border-box;
    font-family: 'Cuprum', sans-serif;
}

.login-container[b-d3jmc3o9na] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 10;
    flex-wrap: wrap;
}

.login-header[b-d3jmc3o9na] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    max-width: 240px;
    height: auto;
    text-align: center;
    margin-top: -20px;
}

.form-wrap[b-d3jmc3o9na] {
    max-width: 330px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

.form-field[b-d3jmc3o9na] {
    margin-bottom: 14px;
}

    .form-field label[b-d3jmc3o9na] {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 5px;
        display: block;
        color: #122e2f;
    }

.form-buttons[b-d3jmc3o9na] {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
}

.custom-login-button[b-d3jmc3o9na] {
    background-color: #22776f !important;
    color: white !important;
    border: none;
    border-radius: 20px;
    padding: 10px 0;
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
}



.error-message[b-d3jmc3o9na] {
    color: #b00020;
    font-size: 0.9rem;
    margin-top: -5px;
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 768px) {
    .form-wrap[b-d3jmc3o9na] {
        max-width: 85%;
        padding: 0 20px;
    }

    .login-container[b-d3jmc3o9na] {
        padding: 20px 10px;
    }
}

@media (max-width: 1600px) {
    .form-wrap[b-d3jmc3o9na] {
        max-width: 50vh;
        padding: 0 20px;
        margin: 0 auto;
    }

    .reset-logo-text[b-d3jmc3o9na] {
        height: 4vh;
    }

    .reset-logo-icon[b-d3jmc3o9na] {
        height: 8vh;
    }

    .login-header[b-d3jmc3o9na] {
        max-width: 30vh;
        margin: 0 auto;
        margin-top: -20px;
    }

    .login-container[b-d3jmc3o9na] {
        padding: 15px 8px;
    }

    .login-container[b-d3jmc3o9na] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 15px;
        width: 100%;
        max-height: 100vh;
        position: relative;
        z-index: 10;
        flex-wrap: wrap;
    }

    .login-header[b-d3jmc3o9na] {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 28vh;
        height: auto;
        text-align: center;
        margin-top: -10px;
    }


    .form-field[b-d3jmc3o9na] {
        margin-bottom: 14px;
    }

        .form-field label[b-d3jmc3o9na] {
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 3px;
            display: block;
            color: #122e2f;
        }

    .form-buttons[b-d3jmc3o9na] {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-top: 20px;
    }

    .custom-login-button[b-d3jmc3o9na] {
        background-color: #22776f !important;
        color: white !important;
        border: none;
        border-radius: 20px;
        padding: 5px 0;
        font-size: 1rem;
        font-weight: 500;
        width: 100%;
        cursor: pointer;
    }

}
/* /Pages/NoSidebarLayout.razor.rz.scp.css */

html[b-wa4bv57x1v], body[b-wa4bv57x1v] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    font-family: 'Cuprum', sans-serif;
}
.background-layer[b-wa4bv57x1v] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: linear-gradient(to top, #102628 10%, #b0d9d2 60%), linear-gradient(to bottom, #102628 15%, #b0d9d2 50%);
    background-blend-mode: screen;
}
.background-svg[b-wa4bv57x1v] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
}
.page[b-wa4bv57x1v] {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.top-logo-wrapper[b-wa4bv57x1v] {
    position: fixed;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    gap: 18px;
}

.reset-logo-text[b-wa4bv57x1v] {
    height: 45px;
}

.reset-logo-icon[b-wa4bv57x1v] {
    height: 80px;
    margin-left: 2px;
}
.footer-text[b-wa4bv57x1v] {
    position: fixed;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    color: #789094;
    z-index: 3;
    font-family: 'Cuprum', sans-serif;
}

@media (max-width: 1600px) {
    .top-logo-wrapper[b-wa4bv57x1v] {
        top: 4vh;
    }
}
/* /Pages/ResetPassword.razor.rz.scp.css */
*[b-smr49dp7iq] {
    box-sizing: border-box;
    font-family: 'Cuprum', sans-serif;
}


.reset-container[b-smr49dp7iq] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: -10px 0 20px;
    position: relative;
    overflow: hidden;
}


.reset-form-box[b-smr49dp7iq] {
    width: 100%;
    max-width: 318px;
    padding: 0 10px;
    margin: -70px auto 0;
}

.reset-header[b-smr49dp7iq] {
    text-align: center;
    margin-bottom: 15px;
}

.reset-logo[b-smr49dp7iq] {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 230px;
    z-index: 10;
}

.reset-title[b-smr49dp7iq] {
    font-size: 1.4rem;
    margin: -30px 0 15px;
    text-align: center;
}

.reset-description[b-smr49dp7iq] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    width: 100%;
    margin: 28px 0 32px;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 0.001px;
}

.form-field[b-smr49dp7iq] {
    margin-bottom: 18px;
}

    .form-field label[b-smr49dp7iq] {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 4px;
        display: block;
        color: #122e2f;
    }

    .form-field input[b-smr49dp7iq] {
        width: 100%;
        padding: 6px 10px;
        font-size: 16px;
        border: 1px solid #7a7a7a;
        border-radius: 8px;
        background-color: #fff;
        outline: none;
    }

        .form-field input:focus[b-smr49dp7iq] {
            border-color: #2a8b80;
            box-shadow: 0 0 4px rgba(42, 139, 128, 0.5);
        }

.reset-button[b-smr49dp7iq] {
    width: 100%;
    padding: 6px;
    font-size: 1rem;
    background-color: #2a8b80;
    color: white;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    margin-top: 40px;
    transition: background-color 0.2s ease;
}

    .reset-button:hover[b-smr49dp7iq] {
        background-color: #1e6e64;
    }

.footer-text[b-smr49dp7iq] {
    margin-top: 30px;
    font-size: 0.8rem;
    color: #333;
    text-align: center;
}

.password-hint[b-smr49dp7iq] {
    font-size: 0.90rem;
    color: #122e2f;
    text-align: center;
    margin-bottom: -15px;
    letter-spacing: 0.2px;
}


/* /Pages/ResetPasswordConfirm.razor.rz.scp.css */
*[b-jg9u806tnj] {
    box-sizing: border-box;
    font-family: 'Cuprum', sans-serif;
}


.reset-container[b-jg9u806tnj] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: -10px 0 20px;
    position: relative;
    overflow: hidden;
}



.reset-form-box[b-jg9u806tnj] {
    width: 100%;
    max-width: 318px;
    padding: 0 10px;
    margin: -70px auto 0;
}

.reset-header[b-jg9u806tnj] {
    text-align: center;
    margin-bottom: 15px;
}

.reset-logo[b-jg9u806tnj] {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 230px;
    z-index: 10;
}

.reset-title[b-jg9u806tnj] {
    font-size: 28px;
    margin: -15px 0 15px;
    text-align: center;
}

.reset-description[b-jg9u806tnj] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    width: 100%;
    margin: 20px 0 32px;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 0.001px;
}

.form-field[b-jg9u806tnj] {
    margin-bottom: 16px;
}

    .form-field label[b-jg9u806tnj] {
        font-weight: 600;
        font-size: 0.95rem;
        margin-bottom: 2px;
        display: block;
        color: #122e2f;
    }

    .form-field input[b-jg9u806tnj] {
        width: 100%;
        padding: 6px 10px;
        font-size: 0.85rem;
        border: 1px solid #7a7a7a;
        border-radius: 8px;
        background-color: #fff;
        outline: none;
    }

        .form-field input:focus[b-jg9u806tnj] {
            border-color: #2a8b80;
            box-shadow: 0 0 4px rgba(42, 139, 128, 0.5);
        }

.reset-button[b-jg9u806tnj] {
    width: 100%;
    padding: 6px;
    font-size: 1rem;
    background-color: #2a8b80;
    color: white;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    margin-top: 25px;
    transition: background-color 0.2s ease;
}

    .reset-button:hover[b-jg9u806tnj] {
        background-color: #1e6e64;
    }


