/* _content/Server/Components/BerrySplashScreen/BerrySplashScreen.razor.rz.scp.css */
.loading-items-center[b-0exp2f9f8i] {
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    flex-direction: column;
    background: #fff;
}
.loading-border-primary[b-0exp2f9f8i] {
    border-color: #b71c1c; /* Polarica red */
}
.loading[b-0exp2f9f8i] {
    width: 140px;
    height: 140px;
}
.loading-caption[b-0exp2f9f8i] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
    color: #222222; /* dark gray */
}
.loading-image[b-0exp2f9f8i] {
    width: 46px;
    height: 30px;
}
.loading-border[b-0exp2f9f8i] {
    border-width: 4px;
    border-style: solid;
    border-color: #8a1538 !important; /* Polarica maroon */
}
.loading-image-wrapper[b-0exp2f9f8i] {
    width: 120px;
    height: 120px;
    transition: 0.5s;
    color: #fff !important;
    background-color: #f5f5f5 !important; /* light gray */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 16px 0 #b71c1c22;
}
.loading-floated-circle[b-0exp2f9f8i] {
    border-color: #b71c1c !important; /* Polarica red */
    transform: translateZ(0);
    animation: loading-b-0exp2f9f8i 1s infinite linear;
}
.loading-hide[b-0exp2f9f8i] {
    visibility: hidden;
}
@keyframes loading-b-0exp2f9f8i {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Font styling for splash screen container */
.loading-font[b-0exp2f9f8i] {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", "-apple-system", BlinkMacSystemFont, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: .88rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}
.splashscreen-panel[b-0exp2f9f8i] {
    height: 100vh;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: splash-fadein-b-0exp2f9f8i 0.7s cubic-bezier(0.4,0,0.2,1);
}
.splashscreen-loader[b-0exp2f9f8i] {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.splashscreen-border[b-0exp2f9f8i] {
    position: absolute;
    border-color: #8a1538;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.splashscreen-spinner[b-0exp2f9f8i] {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    animation: splash-spin-b-0exp2f9f8i 1.1s linear infinite;
}
.splashscreen-logo-bg[b-0exp2f9f8i] {
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
@keyframes splash-spin-b-0exp2f9f8i {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes splash-fadein-b-0exp2f9f8i {
    from { opacity: 0; }
    to { opacity: 1; }
}
/* _content/Server/Components/Common/PictureComponent.razor.rz.scp.css */
/* _content/Server/Components/CustomSplashScreen/SplashScreenComponent.razor.rz.scp.css */
/* _content/Server/Components/SignaturePad/SignaturePad.razor.rz.scp.css */
.signature-pad-root[b-wy4dkx93wj] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    background: #fff;
    border: 2px dashed #A8001A;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(168,0,26,0.08);
    transition: box-shadow 0.2s, border-color 0.2s;
}
.signature-pad-root.focused[b-wy4dkx93wj] {
    border-color: #007bff;
    box-shadow: 0 0 0 4px rgba(0,123,255,0.15);
}
.signature-pad-canvas[b-wy4dkx93wj] {
    width: 100%;
    height: 200px;
    display: block;
    background: #fff;
    border-radius: 8px;
    touch-action: none;
    cursor: crosshair;
}
.signature-pad-placeholder[b-wy4dkx93wj] {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    color: #A8001A;
    font-size: 1.5rem;
    font-weight: 500;
    opacity: 0.5;
    z-index: 2;
}
/* _content/Server/Components/SignaturePad/SimpleSignaturePad.razor.rz.scp.css */
/* _content/Server/Components/SignatureQrCode/SignatureQrCodeComponent.razor.rz.scp.css */
.signature-qr-container[b-ky88zlpeht] {
    margin: 0 auto;
    max-width: 500px;
}
.qr-code-display[b-ky88zlpeht] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.qr-code-image[b-ky88zlpeht] {
    margin-bottom: 1rem;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.10);
}
/* _content/Server/Components/SimpleSignaturePad/SimpleSignaturePad.razor.rz.scp.css */
.signature-canvas-container[b-deyly2na6s] {
    position: relative;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 8px;
    background: white;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 2 / 1; /* Maintain 2:1 ratio (400:200) */
    min-width: 280px;
    min-height: 140px;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .signature-canvas-container[b-deyly2na6s] {
        max-width: 300px;
        min-width: 250px;
        min-height: 125px;
    }
}

@media (max-width: 400px) {
    .signature-canvas-container[b-deyly2na6s] {
        max-width: 280px;
        min-width: 220px;
        min-height: 110px;
    }
}

.signature-canvas[b-deyly2na6s] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: crosshair;
    touch-action: none;
}

.signature-placeholder[b-deyly2na6s] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-style: italic;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    font-size: clamp(0.8rem, 2vw, 1rem);
    text-align: center;
    padding: 0.5rem;
}

.signature-controls[b-deyly2na6s] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}

@media (max-width: 400px) {
    .signature-controls[b-deyly2na6s] {
        justify-content: center;
        gap: 8px;
    }
    
    .signature-controls .btn[b-deyly2na6s] {
        font-size: 0.8rem;
        padding: 0.25rem 0.5rem;
    }
}
/* _content/Server/Editors/HyperLinkPropertyEditor/HyperLinkRenderer.razor.rz.scp.css */
/* Hyperlink Property Editor Styles */

.hyperlink-editor[b-4fhai2an3o] {
    color: #0d6efd;
    text-decoration: underline;
    cursor: pointer;
    word-break: break-all;
}

.hyperlink-editor:hover[b-4fhai2an3o] {
    color: #0a58ca;
    text-decoration: underline;
}

.hyperlink-editor:visited[b-4fhai2an3o] {
    color: #6f42c1;
}

.hyperlink-editor-input[b-4fhai2an3o] {
    width: 100%;
}

.hyperlink-editor-input:focus[b-4fhai2an3o] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Ensure proper wrapping for long URLs */
.hyperlink-editor[b-4fhai2an3o] {
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/* _content/Server/Editors/PictureEditor/PictureEditRenderer.razor.rz.scp.css */


.DisplayModeWrapper[b-5vy3q6foff] {
    max-width: 15vw;
}


/* _content/Server/Editors/QrCodeCarousel.razor.rz.scp.css */
.qr-carousel[b-d7svppbl04] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.qr-item[b-d7svppbl04] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
}
.qr-label[b-d7svppbl04] {
    margin-top: 8px;
    font-weight: bold;
    font-size: 1.1em;
}
/* _content/Server/Editors/QrPopupModel/QrPopupModelEditor.razor.rz.scp.css */

/* Ensure the popup is always large and scannable */
.qr-popup-model-editor[b-c4gyc5yyub] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 600px;
    min-height: 600px;
    width: 100%;
    height: 100%;
    padding: 2rem;
    box-sizing: border-box;
}
.qr-carousel[b-c4gyc5yyub] {
    width: 500px;
    min-width: 400px;
    min-height: 400px;
    max-width: 90vw;
    max-height: 80vh;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-item-content[b-c4gyc5yyub] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    border-radius: 8px;
    background: #f8f8f8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.3s;
}
.carousel-item-content.signed[b-c4gyc5yyub] {
    background: #e0ffe0;
    border: 2px solid #4caf50;
    animation: signed-pop-b-c4gyc5yyub 0.5s;
}
@keyframes signed-pop-b-c4gyc5yyub {
    0% { transform: scale(1); }
    50% { transform: scale(1.08); }
    100% { transform: scale(1); }
}
.signed-feedback[b-c4gyc5yyub] {
    color: #4caf50;
    font-weight: bold;
    margin-top: 0.5rem;
    font-size: 1.2rem;
}
.qr-info[b-c4gyc5yyub] {
    margin-top: 0.5rem;
    text-align: center;
}
.qr-display-name[b-c4gyc5yyub] {
    font-size: 1.1rem;
    font-weight: 500;
}
.no-qr-msg[b-c4gyc5yyub] {
    color: #888;
    font-size: 1.1rem;
    margin-top: 2rem;
}
/* _content/Server/Features/WelcomeDashboard/WelcomeComponent.razor.rz.scp.css */
.welcome-box[b-dcf0emp21h] {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 1.5rem 0 0 0;
    box-shadow: none;
    position: relative;
    overflow: visible;
    animation: none;
}

.welcome-header[b-dcf0emp21h] {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    margin-left: 0.5rem;
}

.welcome-image[b-dcf0emp21h] {
    width: 110px;
    height: 110px;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(227,6,19,0.10);
    background: #fff;
    border: 2px solid #e5e5e5;
    margin: 0;
    flex-shrink: 0;
}

.welcome-header-text[b-dcf0emp21h] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}

.welcome-hello[b-dcf0emp21h] {
    font-size: 2.1rem;
    font-weight: 700;
    color: #b71c1c;
    letter-spacing: 0.01em;
    margin-bottom: 0.2rem;
}

.welcome-username[b-dcf0emp21h] {
    font-size: 2.1rem;
    font-weight: 800;
    color: #d32f2f;
    margin-left: 0.3rem;
}

.welcome-version[b-dcf0emp21h] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    background: #d32f2f;
    border-radius: 10px;
    padding: 0.3rem 1rem;
    margin-top: 0.2rem;
    letter-spacing: 0.04em;
    box-shadow: 0 1px 4px rgba(227,6,19,0.08);
    display: inline-block;
    align-self: flex-start;
}

.welcome-news[b-dcf0emp21h] {
    font-size: 1.15rem;
    color: #222;
    margin-top: 0;
    margin-bottom: 2.5rem;
    line-height: 1.7;
    font-weight: 400;
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem 2rem 1.5rem 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    border: 2px solid #f5f5f5;
    border-left: 6px solid #6db33f;
    min-width: 320px;
    max-width: 900px;
    margin-left: 0.5rem;
}

.welcome-news strong[b-dcf0emp21h] {
    color: #6db33f;
    font-weight: 700;
    font-size: 1.25rem;
    display: block;
    margin-bottom: 0.7rem;
}

.welcome-alerts[b-dcf0emp21h] {
    margin: 2.5rem 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.welcome-alert[b-dcf0emp21h] {
    background: #fffbe6;
    border: 1.5px solid #ffe082;
    border-radius: 12px;
    color: #a67c00;
    font-size: 1.15rem;
    font-weight: 600;
    padding: 1.2rem 1.7rem;
    box-shadow: 0 1px 4px rgba(227,6,19,0.04);
    display: flex;
    align-items: center;
    gap: 1.2rem;
    min-width: 320px;
    max-width: 98vw;
    margin-left: 0.5rem;
}
/* _content/Server/Pages/SignaturePage.razor.rz.scp.css */
/* Signature pad styles */
.signature-container[b-ndki8xedkj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 1rem;
    margin-top: 1rem;
    position: relative;
}

.signature-pad-wrapper[b-ndki8xedkj] {
    width: 100%;
    max-width: 1300px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.signature-pad[b-ndki8xedkj] {
    min-height: 300px;
    height: 60vh;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-radius: 1.5rem;
    position: relative;
    touch-action: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signature-pad canvas[b-ndki8xedkj] {
    display: block;
    border-radius: 1.5rem;
    background: transparent;
}

.signature-watermark[b-ndki8xedkj] {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #adb5bd;
    font-size: 1.25rem;
    pointer-events: none;
    z-index: 2;
    font-weight: 500;
    letter-spacing: 0.05em;
    user-select: none;
}

.signature-actions[b-ndki8xedkj] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: auto;
    align-self: flex-end;
    margin-right: 3.2rem; /* Move a bit left from the edge */
}

.saving-overlay[b-ndki8xedkj] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    pointer-events: all;
    box-shadow: 0 0 0 9999px rgba(255,255,255,0.3);
}

/* Extra tablet-friendly styling */
@media (min-width: 768px) {
    .signature-pad[b-ndki8xedkj] {
        min-height: 400px;
    }
}

/* Save button */
.btn-primary.px-5[b-ndki8xedkj] {
    font-size: 1.1rem;
    padding: 0.6rem 2rem !important;
    border-radius: 8px;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.btn-primary.px-5:hover:not(:disabled)[b-ndki8xedkj] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn-b-ndki8xedkj {
    from { opacity: 0; transform: scale(0.98); }
    to { opacity: 1; transform: scale(1); }
}

/* SignaturePage component styles */

.polarica-progress[b-ndki8xedkj] {
    /* Add custom progress bar styles here */
}

.polarica-info[b-ndki8xedkj] {
    margin-top: 1rem;
    text-align: center;
}

.polarica-heading[b-ndki8xedkj] {
    margin-bottom: 0.25rem;
    font-weight: bold;
}

.polarica-body[b-ndki8xedkj] {
    font-size: 1rem;
    color: #333;
}

.polarica-btn[b-ndki8xedkj] {
    /* Add custom button styles here */
}

.polarica-btn-outline[b-ndki8xedkj] {
    /* Add custom outline button styles here */
}

.polarica-badge[b-ndki8xedkj] {
    font-size: 1rem;
    margin: 0 0.25rem;
    padding: 0.25em 0.75em;
    border-radius: 1em;
    background: #eee;
    color: #A8001A;
    position: relative;
}

.polarica-badge-success[b-ndki8xedkj] {
    background: #2E6B2F;
    color: #fff;
}

.polarica-badge-current[b-ndki8xedkj] {
    background: #A8001A;
    color: #fff;
}

.polarica-badge-secondary[b-ndki8xedkj] {
    background: #ccc;
    color: #333;
}

.polarica-badge-dot[b-ndki8xedkj] {
    position: absolute;
    right: -6px;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #A8001A;
    border-radius: 50%;
    transform: translateY(-50%);
}

.polarica-error[b-ndki8xedkj] {
    color: #A8001A;
    background: #ffe6ea;
    border-radius: 0.5em;
    padding: 0.5em 1em;
}

.qr-code-container[b-ndki8xedkj] {
    margin-bottom: 2rem;
    text-align: center;
}

.signature-pad-container[b-ndki8xedkj] {
    margin-bottom: 2rem;
    text-align: center;
}

.signature-status-container[b-ndki8xedkj] {
    margin-bottom: 1rem;
    text-align: center;
}

.polarica-progress-percentage[b-ndki8xedkj] {
    color: #A8001A;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
}
.polarica-icon[b-ndki8xedkj] {
    color: #A8001A;
}
.polarica-berrypicker-name[b-ndki8xedkj] {
    color: #A8001A;
    font-size: 1.5rem;
    font-weight: bold;
}
.polarica-nav-controls[b-ndki8xedkj] {
    max-width: 500px;
    margin: auto;
}
.polarica-refresh-qr[b-ndki8xedkj] {
    text-align: center;
    margin-bottom: 1rem;
}
.polarica-progress-row[b-ndki8xedkj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}
.polarica-progress[b-ndki8xedkj] {
    width: 300px;
    margin: 0 auto;
}
