@import '_content/Lib_RazorCommon/Lib_RazorCommon.uweyvxer1m.bundle.scp.css';

/* _content/www_eudhos_eu/Components/AddressSet.razor.rz.scp.css */
p label[b-hm166jqavl] {
    width: 100%;
}
/* _content/www_eudhos_eu/Components/FileUpload.razor.rz.scp.css */
.file-upload-container[b-4i18vu2qoh] {
    width: 100%;
}

.upload-options[b-4i18vu2qoh] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.upload-btn[b-4i18vu2qoh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.5rem 2rem;
    background: #00000029;
    border: 2px dashed #FFFFFF29;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #dddddd;
    font-weight: 600;
    min-width: 140px;
}

.upload-btn:hover[b-4i18vu2qoh] {
    background: #FFFFFF09;
    border-color: #FFFFFF49;
}

.upload-btn.camera-btn:hover[b-4i18vu2qoh] {
    border-color: #5DA8CB66;
    background: #5DA8CB36;
}

.upload-btn.gallery-btn:hover[b-4i18vu2qoh] {
    border-color: #71E1D466;
    background: #71E1D436;
}

.upload-btn.single-btn[b-4i18vu2qoh] {
    width: 100%;
    flex-direction: row;
    padding: 1rem 1.5rem;
}

.hidden-input[b-4i18vu2qoh] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.upload-message[b-4i18vu2qoh] {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    text-align: center;
    font-size: 0.9rem;
    background: #00000029;
}

.upload-message.uploading[b-4i18vu2qoh] {
    background: #5DA8CB36;
    color: #7DC8EB;
}

.upload-message.success[b-4i18vu2qoh] {
    background: #71E1D436;
    color: #71E1D4;
}

.upload-message.error[b-4i18vu2qoh] {
    background: #DCA26E36;
    color: #DCA26E;
}

.upload-progress[b-4i18vu2qoh] {
    height: 4px;
    background: #FFFFFF09;
    border-radius: 2px;
    margin-bottom: 0.5rem;
    overflow: hidden;
}

.progress-bar[b-4i18vu2qoh] {
    height: 100%;
    background: #5DA8CB;
    border-radius: 2px;
    transition: width 0.2s ease;
}

/* Mobile optimizations */
@media (max-width: 480px) {
    .upload-options[b-4i18vu2qoh] {
        flex-direction: column;
    }

    .upload-btn[b-4i18vu2qoh] {
        width: 100%;
        flex-direction: row;
        padding: 1rem 1.5rem;
    }
}
/* _content/www_eudhos_eu/Pages/Admin/Analytics/Index.razor.rz.scp.css */

/* _content/www_eudhos_eu/Pages/Admin/Analytics/WizardAnalytics.razor.rz.scp.css */
.wizard-analytics[b-0e8kjcl5ql] {
    max-width: 1200px;
    margin: 0 auto;
}

.funnel-container[b-0e8kjcl5ql] {
    padding: 1rem 0;
}

.funnel-step[b-0e8kjcl5ql] {
    transition: all 0.2s ease;
}

.funnel-step:hover[b-0e8kjcl5ql] {
    transform: translateX(5px);
}

.funnel-label[b-0e8kjcl5ql] {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.funnel-bar-container[b-0e8kjcl5ql] {
    height: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    overflow: hidden;
}

.funnel-bar[b-0e8kjcl5ql] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.5rem;
    border-radius: 6px;
    transition: width 0.5s ease;
    min-width: 3rem;
}

.funnel-count[b-0e8kjcl5ql] {
    font-weight: bold;
    font-size: 0.9rem;
}

.funnel-percentage[b-0e8kjcl5ql] {
    text-align: right;
    font-weight: bold;
}

/* Metric cards hover effect */
.sfdarkstrong:hover[b-0e8kjcl5ql] {
    background: rgba(0, 0, 0, 0.25);
}

/* Session summary row */
.sflight.hoactive:hover[b-0e8kjcl5ql] {
    background: rgba(255, 255, 255, 0.15);
    cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .funnel-label[b-0e8kjcl5ql] {
        width: 120px !important;
        font-size: 0.8rem;
    }

    .funnel-percentage[b-0e8kjcl5ql] {
        width: 50px !important;
        font-size: 0.8rem;
    }

    h2[b-0e8kjcl5ql] {
        font-size: 1.5rem;
    }

    h3[b-0e8kjcl5ql] {
        font-size: 1.2rem;
    }
}
/* _content/www_eudhos_eu/Pages/Admin/Components/AdminDashboard.razor.rz.scp.css */
.imgbg[b-ioydbcpw9b] {
    background-image: url( '/images/background/background1.svg' ) !important;
    filter: brightness(25%);
    /* Set rules to fill background */
    max-height: 100%;
    /* Set up proportionate scaling */
    height: 300vh;
    /* Set up positioning */
    position: absolute;
    /* Align horizontally */
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -22;
    background-repeat: no-repeat;
    background-color: #181a1b;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    backdrop-filter: invert();
    filter: invert(20%) hue-rotate(50%);
}

li[b-ioydbcpw9b], ul[b-ioydbcpw9b] {
    background-color: #eeeeff05;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

#navigation[b-ioydbcpw9b] {
    padding: 0;
}

.display-table[b-ioydbcpw9b] {
    display: table;
    padding: 0;
    height: 100%;
    width: 100%;
    border-color: #ffffff08;
}

.display-table-row[b-ioydbcpw9b] {
    display: table-row;
    height: 100%;
}

.display-table-cell[b-ioydbcpw9b] {
    display: table-cell;
    float: none;
    height: 100%;
}

.v-align[b-ioydbcpw9b] {
    vertical-align: top;
}

.minicaption[b-ioydbcpw9b] {
    width: 100%;
    text-transform: uppercase;
    color: #ffffff44;
    text-align: left;
    font-size: small;
}

.logo img[b-ioydbcpw9b] {
    max-width: 120px;
    padding: 16px 0 17px;
    width: 100%;
}

.header-top[b-ioydbcpw9b] {
    margin: 0;
    padding-top: 2px;
}

    .header-top img[b-ioydbcpw9b] {
        border-radius: 50%;
        max-width: 48px !important;
        width: 100%;
    }

.header-rightside .nav > li > a:focus[b-ioydbcpw9b],
.header-rightside .nav > li > a:hover[b-ioydbcpw9b] {
    background: none;
    text-decoration: none;
}


.icon-info[b-ioydbcpw9b] {
    position: relative;
}

.label.label-primary[b-ioydbcpw9b] {
    border-radius: 50%;
    font-size: 9px;
    left: 8px;
    position: absolute;
    top: -9px;
}

.icon-info .label[b-ioydbcpw9b] {
    border: 2px solid #ffffff;
    font-weight: 500;
    padding: 3px 5px;
    text-align: center;
}

.header-top li[b-ioydbcpw9b] {
    display: inline-block;
    text-align: center;
}

.header-top .dropdown-menu[b-ioydbcpw9b] {
    border: medium none;
    left: -85px;
    padding: 17px;
}

.view[b-ioydbcpw9b] {
    background: #5584ff none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 15px;
}

.navbar-content > span[b-ioydbcpw9b] {
    font-size: 13px;
    font-weight: 700;
}

.img-responsive[b-ioydbcpw9b] {
    width: 100%;
}

#navigation[b-ioydbcpw9b] {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


header[b-ioydbcpw9b] {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.04);
    display: inline-block !important;
    line-height: 23px;
    padding: 15px;
    transition: all 0.5s ease 0s;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo[b-ioydbcpw9b] {
    text-align: center;
}

.navi[b-ioydbcpw9b] {
    margin-top: 5px;
}

    .navi a[b-ioydbcpw9b] {
        border-bottom: 1px solid #0d172e;
        border-top: 1px solid #0d172e;
        color: #ffffff;
        display: block;
        font-weight: 800;
        padding: 8px 8px;
        text-decoration: none;
    }

    .navi i[b-ioydbcpw9b] {
        margin-right: 15px;
        color: #ffffff02;
    }

    .navi .active a[b-ioydbcpw9b] {
        background: #ffffff12;
        border-left: 5px solid #5584ff;
        padding-left: 15px;
    }

    .navi a:hover[b-ioydbcpw9b] {
        background: #ffffff22 none repeat scroll 0 0;
        border-left: 5px solid #5584ff;
        display: block;
        padding-left: 15px;
    }

.navbar-default[b-ioydbcpw9b] {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-toggle[b-ioydbcpw9b] {
    border: none;
}

.navbar-default .navbar-toggle:focus[b-ioydbcpw9b],
.navbar-default .navbar-toggle:hover[b-ioydbcpw9b] {
    background-color: rgba(0, 0, 0, 0);
}


.circle-logo[b-ioydbcpw9b] {
    margin: 0 auto;
    max-width: 30px !important;
    text-align: center;
}

.hidden-xs[b-ioydbcpw9b] {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* _content/www_eudhos_eu/Pages/Admin/DiscountCodes/Index.razor.rz.scp.css */

/* _content/www_eudhos_eu/Pages/Admin/Feedback/Conversation.razor.rz.scp.css */
/* Feedback Conversation Page Styles */

.form-control.sfblack[b-a4jo3kdt8m] {
    background: #171717;
    border: 1px solid #ffffff09;
}

.form-control.sfblack:focus[b-a4jo3kdt8m] {
    background: #171717;
    border-color: #5DA8CB66;
    box-shadow: 0 0 0 0.2rem #5DA8CB36;
}

.form-select.sfblack[b-a4jo3kdt8m] {
    background: #171717;
    border: 1px solid #ffffff09;
}

.form-select.sfblack:focus[b-a4jo3kdt8m] {
    background: #171717;
    border-color: #5DA8CB66;
    box-shadow: 0 0 0 0.2rem #5DA8CB36;
}

.textsmall[b-a4jo3kdt8m] {
    font-size: 0.85rem;
}
/* _content/www_eudhos_eu/Pages/Admin/Feedback/Index.razor.rz.scp.css */
/* Feedback Index Page Styles */

.table-dark[b-77xy2b6w9z] {
    background: transparent;
}

.table-dark th[b-77xy2b6w9z] {
    border-color: #ffffff09;
    font-weight: normal;
}

.table-dark td[b-77xy2b6w9z] {
    border-color: #ffffff09;
    vertical-align: middle;
}

.table-dark tbody tr:hover[b-77xy2b6w9z] {
    background: #ffffff09;
}
/* _content/www_eudhos_eu/Pages/Admin/Index.razor.rz.scp.css */
.console[b-jok6rr2e6e] {
    font-family: ProggyVector;
    font-size: xx-small;
    letter-spacing: -0.8px;
    word-spacing: -0.8px;
}

.consoletitle[b-jok6rr2e6e] {
    text-align: center;
    font-size: x-small;
    font-weight: 600;
}

.tile[b-jok6rr2e6e] {
    font-size: 130%;
    height: 5vh;
    font-weight: 600;
}
/* _content/www_eudhos_eu/Pages/Admin/Orders/Components/OrderCurrentStatus.razor.rz.scp.css */

/* _content/www_eudhos_eu/Pages/Admin/Quotations/Components/ModelCardKitList.razor.rz.scp.css */
table[b-d601rszgrp] {
    max-width: 1440px !important;
    width: 100% !important;
    table-layout: fixed;
}

    table tr[b-d601rszgrp] {
        margin: 3px;
    }


    table td[b-d601rszgrp] {
        white-space: normal;
        vertical-align: middle;
        text-align: start;
        padding: 2px; 5px;
    }
/* _content/www_eudhos_eu/Pages/Admin/Quotations/Index.razor.rz.scp.css */

/* _content/www_eudhos_eu/Pages/Admin/Quotations/QuotationJourney.razor.rz.scp.css */
/* Price Evolution Chart */
.price-evolution[b-ygf5urvwim] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 120px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    gap: 4px;
}

.price-point[b-ygf5urvwim] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    max-width: 40px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.price-point:hover[b-ygf5urvwim] {
    transform: scale(1.1);
}

.price-bar[b-ygf5urvwim] {
    width: 100%;
    min-height: 4px;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(180deg, #71E1D4 0%, #5DA8CB 100%);
    transition: height 0.3s ease;
}

.price-label[b-ygf5urvwim] {
    margin-top: 6px;
    font-size: 0.65rem;
    color: #777777;
}

/* Timeline */
.timeline[b-ygf5urvwim] {
    position: relative;
    padding-left: 35px;
}

.timeline[b-ygf5urvwim]::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1px;
}

.timeline-item[b-ygf5urvwim] {
    position: relative;
    margin-bottom: 0.5rem;
}

.timeline-marker[b-ygf5urvwim] {
    position: absolute;
    left: -30px;
    top: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #171717;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.timeline-content[b-ygf5urvwim] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 12px 16px;
    margin-left: 10px;
    transition: background 0.2s ease;
}

.timeline-content:hover[b-ygf5urvwim] {
    background: rgba(255, 255, 255, 0.08);
}

.timeline-gap[b-ygf5urvwim] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0;
    position: relative;
}

.timeline-gap[b-ygf5urvwim]::before {
    content: '';
    position: absolute;
    left: 8px;
    width: 10px;
    height: 10px;
    border: 2px dashed rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

/* Conversion Event Highlight */
.conversion-event .timeline-marker[b-ygf5urvwim] {
    border-color: #71E1D4;
    background: rgba(113, 225, 212, 0.1);
}

.conversion-event .timeline-content[b-ygf5urvwim] {
    border-left: 3px solid #71E1D4;
    background: rgba(113, 225, 212, 0.05);
}

/* Accent4 background for removed items */
.sf4t[b-ygf5urvwim] {
    background: rgba(220, 162, 110, 0.15);
    border: 1px solid rgba(220, 162, 110, 0.3);
}

/* Table styling */
table[b-ygf5urvwim] {
    border-collapse: separate;
    border-spacing: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .price-evolution[b-ygf5urvwim] {
        height: 80px;
        padding: 0.5rem;
    }

    .timeline[b-ygf5urvwim] {
        padding-left: 28px;
    }

    .timeline-marker[b-ygf5urvwim] {
        left: -25px;
        width: 20px;
        height: 20px;
    }

    .timeline-content[b-ygf5urvwim] {
        padding: 10px 12px;
    }
}
/* _content/www_eudhos_eu/Pages/Admin/Shop/Components/KitRecap.razor.rz.scp.css */
table[b-7u3406ohul] {
    max-width: 1440px !important;
    width: 100% !important;
    table-layout: fixed;
}

    table tr[b-7u3406ohul] {
        margin: 5px;
    }

    table td[b-7u3406ohul] {
        white-space: normal;
        vertical-align: middle;
        text-align: start;
        padding: 15px;
    }
/* _content/www_eudhos_eu/Pages/Admin/Status/Components/LogViewer.razor.rz.scp.css */
.log-viewer[b-6ws8it6n3i] {
    background: #00000029;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #FFFFFF09;
}

.log-toolbar[b-6ws8it6n3i] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
    background: #00000029;
    border-bottom: 1px solid #FFFFFF09;
    align-items: center;
}

.log-filters[b-6ws8it6n3i] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.filter-btn[b-6ws8it6n3i] {
    padding: 0.4rem 0.8rem;
    border: 1px solid #FFFFFF29;
    background: transparent;
    color: #777777;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.8rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.filter-btn:hover[b-6ws8it6n3i] {
    background: #FFFFFF09;
    color: #eeeeee;
}

.filter-btn.active[b-6ws8it6n3i] {
    background: #5DA8CB36;
    border-color: #5DA8CB66;
    color: #eeeeee;
}

.filter-btn.filter-error.active[b-6ws8it6n3i] {
    background: #DCA26E36;
    border-color: #DCA26E66;
}

.filter-btn.filter-warning.active[b-6ws8it6n3i] {
    background: #E2E49036;
    border-color: #E2E49066;
}

.filter-btn.filter-message.active[b-6ws8it6n3i] {
    background: #71E1D436;
    border-color: #71E1D466;
}

.filter-btn .badge[b-6ws8it6n3i] {
    background: #00000029;
    padding: 0.1rem 0.4rem;
    border-radius: 10px;
    font-size: 0.7rem;
}

.log-search[b-6ws8it6n3i] {
    flex: 1;
    min-width: 200px;
}

.log-search input[b-6ws8it6n3i] {
    width: 100%;
    padding: 0.5rem 1rem;
    background: #55555555;
    border: 1px solid #FFFFFF09;
    border-radius: 6px;
    color: #dddddd;
    font-size: 0.85rem;
}

.log-search input[b-6ws8it6n3i]::placeholder {
    color: #777777;
}

.log-search input:focus[b-6ws8it6n3i] {
    outline: none;
    border-color: #5DA8CB66;
}

.log-actions[b-6ws8it6n3i] {
    display: flex;
    gap: 0.5rem;
}

.action-btn[b-6ws8it6n3i] {
    width: 36px;
    height: 36px;
    border: 1px solid #FFFFFF29;
    background: transparent;
    color: #777777;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.action-btn:hover[b-6ws8it6n3i] {
    background: #FFFFFF09;
}

.log-list[b-6ws8it6n3i] {
    max-height: 600px;
    overflow-y: auto;
}

.log-empty[b-6ws8it6n3i] {
    padding: 3rem;
    text-align: center;
    color: #777777;
}

.log-entry[b-6ws8it6n3i] {
    border-bottom: 1px solid #FFFFFF09;
    transition: background 0.2s ease;
}

.log-entry:hover[b-6ws8it6n3i] {
    background: #FFFFFF09;
}

.log-entry.log-error[b-6ws8it6n3i] {
    border-left: 3px solid #DCA26E;
}

.log-entry.log-warning[b-6ws8it6n3i] {
    border-left: 3px solid #E2E490;
}

.log-entry.log-success[b-6ws8it6n3i] {
    border-left: 3px solid #71E1D4;
}

.log-entry.log-info[b-6ws8it6n3i] {
    border-left: 3px solid #5DA8CB;
}

.log-header[b-6ws8it6n3i] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    cursor: pointer;
}

.log-type-badge[b-6ws8it6n3i] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.badge-error[b-6ws8it6n3i] {
    background: #DCA26E36;
}

.badge-warning[b-6ws8it6n3i] {
    background: #E2E49036;
}

.badge-success[b-6ws8it6n3i] {
    background: #71E1D436;
}

.badge-info[b-6ws8it6n3i] {
    background: #5DA8CB36;
}

.log-time[b-6ws8it6n3i] {
    font-family: monospace;
    font-size: 0.8rem;
    color: #777777;
    white-space: nowrap;
    flex-shrink: 0;
}

.log-date[b-6ws8it6n3i] {
    margin-left: 0.3rem;
    color: #555555;
}

.log-message-preview[b-6ws8it6n3i] {
    flex: 1;
    font-size: 0.85rem;
    color: #dddddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.log-count[b-6ws8it6n3i] {
    background: #FFFFFF09;
    padding: 0.15rem 0.5rem;
    border-radius: 10px;
    font-size: 0.7rem;
    color: #777777;
    flex-shrink: 0;
}

.log-expand-icon[b-6ws8it6n3i] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.log-details[b-6ws8it6n3i] {
    padding: 0 1rem 1rem 3.5rem;
    animation: slideDown-b-6ws8it6n3i 0.2s ease;
}

@keyframes slideDown-b-6ws8it6n3i {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.log-detail-row[b-6ws8it6n3i] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
}

.detail-label[b-6ws8it6n3i] {
    color: #777777;
}

.detail-value[b-6ws8it6n3i] {
    color: #dddddd;
}

.error-code[b-6ws8it6n3i] {
    color: #DCA26E;
    font-family: monospace;
}

.log-message-full[b-6ws8it6n3i] {
    background: #00000029;
    padding: 0.75rem;
    border-radius: 6px;
    margin: 0.5rem 0;
    font-family: monospace;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #dddddd;
    max-height: 200px;
    overflow-y: auto;
}

.message-row[b-6ws8it6n3i] {
    word-break: break-word;
}

.log-caller[b-6ws8it6n3i] {
    margin-top: 0.5rem;
}

.caller-content[b-6ws8it6n3i] {
    background: #00000029;
    padding: 0.75rem;
    border-radius: 6px;
    font-size: 0.7rem;
    line-height: 1.4;
    color: #777777;
    max-height: 150px;
    overflow: auto;
    margin: 0.25rem 0 0 0;
    white-space: pre-wrap;
    word-break: break-all;
}

.log-pagination[b-6ws8it6n3i] {
    padding: 1rem;
    text-align: center;
}

.load-more-btn[b-6ws8it6n3i] {
    padding: 0.6rem 2rem;
    background: #5DA8CB36;
    border: 1px solid #5DA8CB66;
    color: #7DC8EB;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.load-more-btn:hover[b-6ws8it6n3i] {
    background: #5DA8CB66;
}

/* Scrollbar styling */
.log-list[b-6ws8it6n3i]::-webkit-scrollbar,
.log-message-full[b-6ws8it6n3i]::-webkit-scrollbar,
.caller-content[b-6ws8it6n3i]::-webkit-scrollbar {
    width: 6px;
}

.log-list[b-6ws8it6n3i]::-webkit-scrollbar-track,
.log-message-full[b-6ws8it6n3i]::-webkit-scrollbar-track,
.caller-content[b-6ws8it6n3i]::-webkit-scrollbar-track {
    background: #00000029;
}

.log-list[b-6ws8it6n3i]::-webkit-scrollbar-thumb,
.log-message-full[b-6ws8it6n3i]::-webkit-scrollbar-thumb,
.caller-content[b-6ws8it6n3i]::-webkit-scrollbar-thumb {
    background: #FFFFFF29;
    border-radius: 3px;
}

.log-list[b-6ws8it6n3i]::-webkit-scrollbar-thumb:hover,
.log-message-full[b-6ws8it6n3i]::-webkit-scrollbar-thumb:hover,
.caller-content[b-6ws8it6n3i]::-webkit-scrollbar-thumb:hover {
    background: #FFFFFF49;
}
/* _content/www_eudhos_eu/Pages/Admin/Status/Components/ServerMetricsPanel.razor.rz.scp.css */
.metrics-panel[b-0n2eiq98h8] {
    background: #00000029;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #FFFFFF09;
}

.metrics-header[b-0n2eiq98h8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.metrics-title[b-0n2eiq98h8] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #eeeeee;
}

.uptime-badge[b-0n2eiq98h8] {
    background: #71E1D436;
    color: #71E1D4;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.metrics-grid[b-0n2eiq98h8] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
}

.metric-gauge[b-0n2eiq98h8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.gauge-circle[b-0n2eiq98h8] {
    width: 100px;
    height: 100px;
}

.circular-chart[b-0n2eiq98h8] {
    display: block;
    max-width: 100%;
}

.circle-bg[b-0n2eiq98h8] {
    fill: none;
    stroke: #FFFFFF09;
    stroke-width: 3.8;
}

.circle[b-0n2eiq98h8] {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress-b-0n2eiq98h8 1s ease-out forwards;
    transform: rotate(-90deg);
    transform-origin: center;
}

.circular-chart.good .circle[b-0n2eiq98h8] {
    stroke: #71E1D4;
}

.circular-chart.warning .circle[b-0n2eiq98h8] {
    stroke: #E2E490;
}

.circular-chart.critical .circle[b-0n2eiq98h8] {
    stroke: #DCA26E;
}

.percentage[b-0n2eiq98h8] {
    fill: #eeeeee;
    font-size: 0.5em;
    text-anchor: middle;
    font-weight: 700;
}

.gauge-label[b-0n2eiq98h8] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #dddddd;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.gauge-detail[b-0n2eiq98h8] {
    font-size: 0.75rem;
    color: #777777;
}

.linux-warning[b-0n2eiq98h8] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: #E2E49036;
    border: 1px solid #E2E49066;
    border-radius: 8px;
    color: #E2E490;
    text-align: center;
    font-size: 0.85rem;
}

@keyframes progress-b-0n2eiq98h8 {
    0% {
        stroke-dasharray: 0, 100;
    }
}
/* _content/www_eudhos_eu/Pages/Admin/Status/Components/ServiceStatusCard.razor.rz.scp.css */
.service-card[b-2lzowzryyv] {
    background: #00000029;
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border: 1px solid #FFFFFF09;
    transition: all 0.2s ease;
    min-width: 200px;
}

.service-card:hover[b-2lzowzryyv] {
    border-color: #FFFFFF29;
    transform: translateY(-2px);
}

.service-card.running[b-2lzowzryyv] {
    border-left: 3px solid #71E1D4;
}

.service-card.stopped[b-2lzowzryyv] {
    border-left: 3px solid #DCA26E;
    opacity: 0.7;
}

.service-header[b-2lzowzryyv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.service-status-indicator[b-2lzowzryyv] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-status-indicator.active[b-2lzowzryyv] {
    background-color: #71E1D436;
}

.service-status-indicator.inactive[b-2lzowzryyv] {
    background-color: #DCA26E36;
}

.service-info[b-2lzowzryyv] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.service-name[b-2lzowzryyv] {
    font-weight: 600;
    color: #eeeeee;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-id[b-2lzowzryyv] {
    font-size: 0.7rem;
    color: #777777;
    font-family: monospace;
}

.service-metrics[b-2lzowzryyv] {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 0;
}

.metric[b-2lzowzryyv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    background: #00000029;
    padding: 0.5rem;
    border-radius: 6px;
}

.metric-label[b-2lzowzryyv] {
    font-size: 0.65rem;
    text-transform: uppercase;
    color: #777777;
    letter-spacing: 0.05em;
}

.metric-value[b-2lzowzryyv] {
    font-size: 1.1rem;
    font-weight: 700;
}

.metric-value.good[b-2lzowzryyv] {
    color: #71E1D4;
}

.metric-value.warning[b-2lzowzryyv] {
    color: #E2E490;
}

.metric-value.critical[b-2lzowzryyv] {
    color: #DCA26E;
}

.service-stopped-label[b-2lzowzryyv] {
    text-align: center;
    padding: 0.5rem;
    color: #DCA26E;
    font-weight: 600;
    font-size: 0.85rem;
}

.service-details[b-2lzowzryyv] {
    padding-top: 0.5rem;
    border-top: 1px solid #FFFFFF09;
}

.btn-details[b-2lzowzryyv] {
    width: 100%;
    padding: 0.4rem;
    background: #5DA8CB36;
    border: 1px solid #5DA8CB66;
    color: #7DC8EB;
    border-radius: 6px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-details:hover[b-2lzowzryyv] {
    background: #5DA8CB66;
    border-color: #5DA8CB;
}
/* _content/www_eudhos_eu/Pages/Admin/Status/Components/StatusCard.razor.rz.scp.css */
.status-card[b-s24e0fc3do] {
    background: #00000029;
    border-radius: 12px;
    padding: 1rem;
    min-width: 180px;
    border-left: 4px solid transparent;
    transition: all 0.2s ease;
}

.status-card:hover[b-s24e0fc3do] {
    background: #FFFFFF09;
    transform: translateY(-2px);
}

.status-card.health-good[b-s24e0fc3do] {
    border-left-color: #71E1D4;
}

.status-card.health-warning[b-s24e0fc3do] {
    border-left-color: #E2E490;
}

.status-card.health-critical[b-s24e0fc3do] {
    border-left-color: #DCA26E;
}

.status-card-header[b-s24e0fc3do] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.status-card-title[b-s24e0fc3do] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #777777;
    font-weight: 600;
}

.health-indicator[b-s24e0fc3do] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: pulse-b-s24e0fc3do 2s infinite;
}

.indicator-good[b-s24e0fc3do] {
    background-color: #71E1D4;
    box-shadow: 0 0 8px #71E1D466;
}

.indicator-warning[b-s24e0fc3do] {
    background-color: #E2E490;
    box-shadow: 0 0 8px #E2E49066;
}

.indicator-critical[b-s24e0fc3do] {
    background-color: #DCA26E;
    box-shadow: 0 0 8px #DCA26E66;
    animation: pulse-critical-b-s24e0fc3do 1s infinite;
}

.indicator-unknown[b-s24e0fc3do] {
    background-color: #555555;
}

.status-card-value[b-s24e0fc3do] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #eeeeee;
    line-height: 1.2;
}

.status-card-subtitle[b-s24e0fc3do] {
    font-size: 0.8rem;
    color: #777777;
    margin-top: 0.25rem;
}

.status-card-content[b-s24e0fc3do] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #FFFFFF09;
}

@keyframes pulse-b-s24e0fc3do {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes pulse-critical-b-s24e0fc3do {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}
/* _content/www_eudhos_eu/Pages/Admin/Status/Index.razor.rz.scp.css */
.status-page[b-1cvczxnmj0] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Alert Styling */
.alert-error[b-1cvczxnmj0] {
    background: #DCA26E36;
    border: 1px solid #DCA26E66;
    border-left: 4px solid #DCA26E;
    padding: 1rem;
    border-radius: 12px;
    color: #DCA26E;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Health Overview Section */
.health-overview[b-1cvczxnmj0] {
    margin-bottom: 0.5rem;
}

.overview-cards[b-1cvczxnmj0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

/* Server Metrics Section */
.server-metrics-section[b-1cvczxnmj0] {
    margin-bottom: 0.5rem;
}

/* Tab Navigation */
.tab-navigation[b-1cvczxnmj0] {
    display: flex;
    gap: 0.25rem;
    background: #00000029;
    padding: 0.5rem;
    border-radius: 12px;
    flex-wrap: wrap;
}

.tab-btn[b-1cvczxnmj0] {
    padding: 0.6rem 1.2rem;
    background: transparent;
    border: none;
    color: #777777;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tab-btn:hover[b-1cvczxnmj0] {
    background: #FFFFFF09;
    color: #dddddd;
}

.tab-btn.active[b-1cvczxnmj0] {
    background: #5DA8CB36;
    color: #eeeeee;
}

.error-badge[b-1cvczxnmj0] {
    background: #DCA26E;
    color: #171717;
    padding: 0.1rem 0.4rem;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 700;
}

/* Tab Content */
.tab-content[b-1cvczxnmj0] {
    background: #00000029;
    border-radius: 12px;
    padding: 1.5rem;
    min-height: 300px;
}

/* Services Grid */
.services-grid[b-1cvczxnmj0] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

/* Service Details Panel */
.service-details-panel[b-1cvczxnmj0],
.command-output[b-1cvczxnmj0] {
    margin-top: 1.5rem;
    background: #00000029;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #FFFFFF09;
}

.details-header[b-1cvczxnmj0],
.output-header[b-1cvczxnmj0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #00000029;
    border-bottom: 1px solid #FFFFFF09;
}

.details-header h4[b-1cvczxnmj0],
.output-header h4[b-1cvczxnmj0] {
    margin: 0;
    font-size: 0.95rem;
    color: #eeeeee;
}

.close-btn[b-1cvczxnmj0] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.close-btn:hover[b-1cvczxnmj0] {
    background: #FFFFFF09;
}

.details-content[b-1cvczxnmj0],
.output-content[b-1cvczxnmj0] {
    padding: 1rem;
    margin: 0;
    font-family: 'ProggyVector', 'Consolas', 'Monaco', monospace;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #dddddd;
    white-space: pre-wrap;
    word-break: break-all;
    max-height: 400px;
    overflow: auto;
}

/* Data Section (Sessions & Quotations) */
.data-section[b-1cvczxnmj0] {
    padding: 0.5rem;
}

.data-grid[b-1cvczxnmj0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}

.data-card[b-1cvczxnmj0] {
    background: #00000029;
    padding: 1.25rem;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #FFFFFF09;
}

.data-card h4[b-1cvczxnmj0] {
    margin: 0 0 0.75rem 0;
    font-size: 0.8rem;
    color: #777777;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.data-value[b-1cvczxnmj0] {
    font-size: 2rem;
    font-weight: 700;
    color: #eeeeee;
}

.data-value.large[b-1cvczxnmj0] {
    font-size: 2.5rem;
    color: #71E1D4;
}

.data-detail[b-1cvczxnmj0] {
    font-size: 0.8rem;
    color: #777777;
    margin-top: 0.25rem;
}

.data-note[b-1cvczxnmj0] {
    margin-top: 1.5rem;
    font-size: 0.8rem;
    color: #555555;
    font-style: italic;
}

/* System Info Section */
.system-info-section h4[b-1cvczxnmj0] {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    color: #dddddd;
}

.command-buttons[b-1cvczxnmj0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.cmd-btn[b-1cvczxnmj0] {
    padding: 0.5rem 1rem;
    background: #5DA8CB36;
    border: 1px solid #5DA8CB66;
    color: #7DC8EB;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.8rem;
    transition: all 0.2s ease;
}

.cmd-btn:hover[b-1cvczxnmj0] {
    background: #5DA8CB66;
    border-color: #5DA8CB;
}

/* Console styling (legacy) */
.console[b-1cvczxnmj0] {
    font-family: 'ProggyVector', 'Consolas', 'Monaco', monospace;
    font-size: 0.7rem;
    letter-spacing: -0.5px;
}

.consoletitle[b-1cvczxnmj0] {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
}

.tile[b-1cvczxnmj0] {
    font-size: 1rem;
    padding: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tab-navigation[b-1cvczxnmj0] {
        justify-content: center;
    }

    .tab-btn[b-1cvczxnmj0] {
        flex: 1;
        min-width: 60px;
        justify-content: center;
        padding: 0.5rem 0.5rem;
        font-size: 0.75rem;
    }

    .tab-btn span:not(.error-badge)[b-1cvczxnmj0] {
        display: none;
    }

    .overview-cards[b-1cvczxnmj0] {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-grid[b-1cvczxnmj0] {
        grid-template-columns: 1fr;
    }

    .data-value[b-1cvczxnmj0] {
        font-size: 1.5rem;
    }

    .data-value.large[b-1cvczxnmj0] {
        font-size: 2rem;
    }
}

/* Scrollbar styling */
.details-content[b-1cvczxnmj0]::-webkit-scrollbar,
.output-content[b-1cvczxnmj0]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.details-content[b-1cvczxnmj0]::-webkit-scrollbar-track,
.output-content[b-1cvczxnmj0]::-webkit-scrollbar-track {
    background: #00000029;
}

.details-content[b-1cvczxnmj0]::-webkit-scrollbar-thumb,
.output-content[b-1cvczxnmj0]::-webkit-scrollbar-thumb {
    background: #FFFFFF29;
    border-radius: 3px;
}
/* _content/www_eudhos_eu/Pages/Admin/Users/Index.razor.rz.scp.css */

/* _content/www_eudhos_eu/Pages/Admin/Warehouse/Inventary/Components/ItemResourcesManager.razor.rz.scp.css */
.resource-item[b-9a16l9gmh6] {
    transition: all 0.2s ease;
}

.resource-item:hover[b-9a16l9gmh6] {
    background-color: #FFFFFF09 !important;
}

.resource-item.is-default[b-9a16l9gmh6] {
    border-color: #71E1D4 !important;
    border-left: 3px solid #71E1D4;
}

.resource-thumb[b-9a16l9gmh6] {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.default-tag[b-9a16l9gmh6] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: #71E1D436;
    color: #71E1D4;
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.action-btn[b-9a16l9gmh6] {
    width: 36px;
    height: 36px;
    border: 1px solid #FFFFFF29;
    background: #00000029;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    padding: 0;
}

.action-btn:hover[b-9a16l9gmh6] {
    background: #FFFFFF09;
    border-color: #FFFFFF49;
}

.action-btn.active[b-9a16l9gmh6] {
    background: #71E1D436;
    border-color: #71E1D466;
}

.action-btn.delete:hover[b-9a16l9gmh6] {
    background: #DCA26E36;
    border-color: #DCA26E66;
}
/* _content/www_eudhos_eu/Pages/Cart/CartSummary.razor.rz.scp.css */
table[b-2jpezm5pp0] {
    max-width: 1440px !important;
    width: 100% !important;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
}

    table th[b-2jpezm5pp0] {
        text-align: center;
        white-space: normal;
        vertical-align: middle;
        padding: 5px;
        font-size: 85%;
        text-transform: uppercase;
        color: #888888;
    }

    table tr[b-2jpezm5pp0] {
        background-color: rgba(255, 255, 255, 0.045);
        margin: 5px;
    }

    table td[b-2jpezm5pp0] {
        white-space: normal;
        vertical-align: middle;
        text-align: center;
        padding: 5px;
    }

        table th:nth-child(1)[b-2jpezm5pp0], table td:nth-child(1)[b-2jpezm5pp0] {
            width: 5%;
        }

        table th:nth-child(2)[b-2jpezm5pp0], table td:nth-child(2)[b-2jpezm5pp0] {
            width: 10%;
            text-align: left;
        }

        table th:nth-child(3)[b-2jpezm5pp0], table td:nth-child(3)[b-2jpezm5pp0] {
            width: 55%;
            text-align: left;
        }

        table th:nth-child(4)[b-2jpezm5pp0], table td:nth-child(4)[b-2jpezm5pp0] {
            width: 10%;
        }

        table th:nth-child(5)[b-2jpezm5pp0], table td:nth-child(5)[b-2jpezm5pp0] {
            width: 10%;
        }

        table th:nth-child(5)[b-2jpezm5pp0], table td:nth-child(5)[b-2jpezm5pp0] {
            width: 10%;
        }
/* _content/www_eudhos_eu/Pages/Dashboard/Components/FeedbackCard.razor.rz.scp.css */
/* Feedback Card Styles */

.feedback-card[b-08cepspuow] {
    cursor: pointer;
    transition: all 0.2s ease;
}

.feedback-card:hover[b-08cepspuow] {
    background: #ffffff12;
}

.feedback-preview[b-08cepspuow] {
    max-width: 200px;
}

@media (min-width: 768px) {
    .feedback-preview[b-08cepspuow] {
        max-width: 350px;
    }
}
/* _content/www_eudhos_eu/Pages/Dashboard/Components/OrderCard.razor.rz.scp.css */
.order-card[b-qlhlke0hul] {
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.order-card:hover[b-qlhlke0hul] {
    border-color: #5DA8CB40;
    background: #5DA8CB10 !important;
}

.order-status-indicator[b-qlhlke0hul] {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-name[b-qlhlke0hul] {
    font-size: 1rem;
    line-height: 1.3;
}

.order-meta[b-qlhlke0hul] {
    margin-top: 0.15rem;
}

.order-status[b-qlhlke0hul] {
    flex-shrink: 0;
}

.order-tracking[b-qlhlke0hul] {
    font-family: 'ProggyVector', monospace;
}
/* _content/www_eudhos_eu/Pages/Dashboard/Components/QuotationCard.razor.rz.scp.css */
.quotation-card[b-qx7cy6q1an] {
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.quotation-card:hover[b-qx7cy6q1an] {
    border-color: #5DA8CB40;
    background: #5DA8CB10 !important;
}

.quotation-icon[b-qx7cy6q1an] {
    flex-shrink: 0;
}

.quotation-name[b-qx7cy6q1an] {
    font-size: 1rem;
    line-height: 1.3;
}

.quotation-meta[b-qx7cy6q1an] {
    margin-top: 0.15rem;
}

.quotation-price[b-qx7cy6q1an] {
    flex-shrink: 0;
}
/* _content/www_eudhos_eu/Pages/Dashboard/Components/UserDashboardLayout.razor.rz.scp.css */
.imgbg[b-8az5p60feu] {
    background-image: linear-gradient(to bottom, rgba(18, 213, 187, 0.3), rgba(2, 71, 139, 0.4));
    filter: brightness(30%);
    height: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.user-dashboard-content[b-8az5p60feu] {
    position: relative;
    min-height: 100vh;
    z-index: 1;
}
/* _content/www_eudhos_eu/Pages/Dashboard/Feedback.razor.rz.scp.css */
/* Feedback Page Styles */

.form-control.sfblack[b-tt8le1777a],
.form-select.sfblack[b-tt8le1777a] {
    background: #171717;
    border: 1px solid #ffffff09;
    color: #eeeeee;
}

.form-control.sfblack:focus[b-tt8le1777a],
.form-select.sfblack:focus[b-tt8le1777a] {
    background: #171717;
    border-color: #5DA8CB66;
    box-shadow: 0 0 0 0.2rem #5DA8CB36;
    color: #eeeeee;
}

.form-control.sfblack[b-tt8le1777a]::placeholder {
    color: #777777;
}
/* _content/www_eudhos_eu/Pages/Dashboard/UserDashboard.razor.rz.scp.css */
.welcome-section[b-uv91ivcuq7] {
    border: 1px solid #ffffff10;
}

.section-header h6[b-uv91ivcuq7] {
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.empty-state[b-uv91ivcuq7] {
    border: 1px dashed #5DA8CB40;
}

.quick-actions[b-uv91ivcuq7] {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.quick-actions[b-uv91ivcuq7]::-webkit-scrollbar {
    display: none;
}

/* Mobile optimizations */
@media (max-width: 576px) {
    .welcome-section[b-uv91ivcuq7] {
        padding: 0.75rem !important;
    }
    
    .section-header[b-uv91ivcuq7] {
        padding: 0 0.25rem;
    }
}
/* _content/www_eudhos_eu/Pages/Index.razor.rz.scp.css */
html[b-piop016jvi] {
    height: 100%;
}

body[b-piop016jvi] {
    height: 100%;
}

.imgbg[b-piop016jvi] {
    background-image: linear-gradient(to bottom, rgba(18, 213, 187, 0.5), rgba(2, 71, 139, 0.6)), url("images/hero/all.jpg");
    filter: brightness(20%) blur(0px);
    /* Set rules to fill background */
    max-height: 100%;
    /* Set up proportionate scaling */
    height: 100vh;
    /* Set up positioning */
    position: absolute;
    /* Align horizontally */
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -22;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.head[b-piop016jvi] {
    color: rgba(255, 255, 255, 0.35);
    height: 5vh;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 2.5vmin;
    text-transform: uppercase;
}

.terzi[b-piop016jvi] {
    height: 28vh;
}

.prefoot[b-piop016jvi] {
    height: 6vh;
}

.foot[b-piop016jvi] {
    height: 5vh;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 1vmin;
    text-align: center;
}

.banner[b-piop016jvi] {
    color: #cccccc;
    font-size: 3.5vh;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 135%;
    font-size: 4vmin;
}

.logo[b-piop016jvi] {
    width: 75%;
    margin: auto;
    max-height: 100%;
}

.darkdiv[b-piop016jvi] {
    background: rgba(2, 2, 2, 0.35)
}

.hovdiv:hover[b-piop016jvi] {
    background: rgba(46, 46, 46, 0.5);
    cursor: alias;
}

.textclass[b-piop016jvi] {
    font-weight: 600;
    letter-spacing: 2.5px;
    font-size: 2vh;
}

.imgitaly[b-piop016jvi] {
    width: 3.5vh;
    height: auto;
    max-height: 100%;
}

@media (orientation: landscape) {
    .imgbg[b-piop016jvi] {
        background-image: linear-gradient(to bottom, rgba(18, 213, 187, 0.5), rgba(2, 71, 139, 0.6)), url("images/hero/all.jpg");
    }
}

@media (orientation: portrait) {
    .imgbg[b-piop016jvi] {
        background-image: linear-gradient(to bottom, rgba(18, 213, 187, 0.5), rgba(2, 71, 139, 0.6)), url("images/hero/allv.jpg");
    }
}
/* _content/www_eudhos_eu/Pages/OctagonMesh/Components/FunctionShowcase.razor.rz.scp.css */
.head[b-gpcnfc7k06] {
    width: 100%;
    min-height: 10vh;
}

.headBarItem[b-gpcnfc7k06] {
    background-color: #ffffff22;
}

    .headBarItem:hover[b-gpcnfc7k06] {
        background-color: #ffffff33;
    }


.functionBarItem[b-gpcnfc7k06] {
    background-color: #ffffff11;
}

    .functionBarItem:hover[b-gpcnfc7k06] {
        background-color: #ffffff22;
    }


.barsf[b-gpcnfc7k06] {
    background-color: #ffffff05;
}


.flex-even[b-gpcnfc7k06] {
    flex: 1;
}

h2[b-gpcnfc7k06] {
    text-align: center;
}

.icontext[b-gpcnfc7k06] {
    font-size: 80%;
    font-weight: 800;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.funcIconText[b-gpcnfc7k06] {
    font-size: 80%;
    font-weight: 800;
    text-align: left !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}
/* _content/www_eudhos_eu/Pages/OctagonMesh/Faq.razor.rz.scp.css */

html[b-eok99ziypq] {
    width: 100% !important;
    height: 100% !important;
    background-color: #f3f3f3 !important;
}

body[b-eok99ziypq] {
    width: 100% !important;
    height: 100% !important;
    background-color: #f3f3f3 !important;
}

.imgbg[b-eok99ziypq] {
    
    filter: brightness(20%) blur(15px) opacity(50%);
    /* Set rules to fill background */
    max-height: 100%;
    /* Set up proportionate scaling */
    height: 100vh;
    /* Set up positioning */
    position: absolute;
    /* Align horizontally */
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -22;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


section[b-eok99ziypq] {
    padding: 10px;
    max-width: 768px;
    margin: auto;
    margin-bottom: 40px;
}

    section > span[b-eok99ziypq] {
        max-width: 768px;
        margin: auto;
        margin-bottom: 80px;
    }

    section > div[b-eok99ziypq] {
        width: 100%;
    }


.sectionwiz[b-eok99ziypq] {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 20px 0px;
}

    .sectionwiz > div[b-eok99ziypq] {
        padding: 15px;
        margin: 20px 0px;
    }

.sectiontitle[b-eok99ziypq] {
    color: #eeeeee;
    font-size: 24px;
    font-weight: 900;
}

.sectioninfo[b-eok99ziypq] {
    color: #d9d9d9;
    font-size: 16px;
    font-weight: 700;
    max-width: 768px;
    word-spacing: 2.2px;
}

.background_energy[b-eok99ziypq] {
    background-image: linear-gradient(to bottom, #00000077, #000000cc), url("/images/octagonmesh/smartcharger_v.png");
}


@media (orientation: landscape) {

    .background_energy[b-eok99ziypq] {
        background-image: linear-gradient(to bottom, #000000c3, #000000f7),linear-gradient(to right, #00000033, #00000077), url("/images/octagonmesh/background_prod.png");
    }
}

@media (orientation: portrait) {

    .background_energy[b-eok99ziypq] {
        background-image: linear-gradient(to bottom, #000000c3, #000000f7),linear-gradient(to right, #00000033, #00000077), url("/images/octagonmesh/background_prod_v.png");
    }
}
/* _content/www_eudhos_eu/Pages/OctagonMesh/GetStarted.razor.rz.scp.css */

html[b-oe8y2qotnu] {
    width: 100% !important;
    height: 100% !important;

}

body[b-oe8y2qotnu] {
    width: 100% !important;
    height: 100% !important;
}

.imgbg[b-oe8y2qotnu] {
    background-image: linear-gradient(to bottom, rgba(18, 213, 187, 0.5), rgba(2, 71, 139, 0.6)), url("images/hero/all.jpg");
    filter: brightness(20%) blur(15px) opacity(50%);
    /* Set rules to fill background */
    max-height: 100%;
    /* Set up proportionate scaling */
    height: 100vh;
    /* Set up positioning */
    position: absolute;
    /* Align horizontally */
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -22;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


section[b-oe8y2qotnu] {
    padding: 10px;
    max-width: 768px;
    margin: auto;
    margin-bottom: 40px;
}

    section > span[b-oe8y2qotnu] {
        max-width: 768px;
        margin: auto;
        margin-bottom: 80px;
    }

    section > div[b-oe8y2qotnu] {
        width: 100%;
    }


.sectionwiz[b-oe8y2qotnu] {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 20px 0px;
}

    .sectionwiz > div[b-oe8y2qotnu] {
        padding: 15px;
        margin: 20px 0px;
    }

.sectiontitle[b-oe8y2qotnu] {
    color: #eeeeee;
    font-size: 24px;
    font-weight: 900;
}

.sectioninfo[b-oe8y2qotnu] {
    color: #d9d9d9;
    font-size: 16px;
    font-weight: 700;
    max-width: 768px;
    word-spacing: 2.2px;
}

.background_energy[b-oe8y2qotnu] {
    background-image: linear-gradient(to bottom, #00000077, #000000cc), url("/images/octagonmesh/smartcharger_v.png");
}


@media (orientation: landscape) {

    .background_energy[b-oe8y2qotnu] {
        background-image: linear-gradient(to bottom, #000000c3, #000000f7),linear-gradient(to right, #00000033, #00000077), url("/images/octagonmesh/background_prod.png");
    }
}

@media (orientation: portrait) {

    .background_energy[b-oe8y2qotnu] {
        background-image: linear-gradient(to bottom, #000000c3, #000000f7),linear-gradient(to right, #00000033, #00000077), url("/images/octagonmesh/background_prod_v.png");
    }
}
/* _content/www_eudhos_eu/Pages/OctagonMesh/Main.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════════════
   MAIN ALT - Modern Landing Page Styles
   Using Eudhos Design System Colors:
   - Accent1: #5DA8CB / #7DC8EB (bold) - Blue
   - Accent2: #71E1D4 - Teal/Cyan
   - Accent3: #E2E490 - Yellow
   - Accent4: #DCA26E - Orange
   ═══════════════════════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.hero[b-kou2yolf01] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero__bg[b-kou2yolf01] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero__bg img[b-kou2yolf01] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3);
}

.hero__bg[b-kou2yolf01]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, #171717, transparent);
}

.hero__content[b-kou2yolf01] {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem 1.5rem;
    max-width: 800px;
}

.hero__eyebrow[b-kou2yolf01] {
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #5da8cb;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.hero__title[b-kou2yolf01] {
    font-size: clamp(3rem, 12vw, 7rem);
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 1;
    margin: 0 0 1rem 0;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.hero__title_second[b-kou2yolf01] {
    color: #71E1D4 !important;
}

.hero__subtitle[b-kou2yolf01] {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    color: #cccccc;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.hero__badges[b-kou2yolf01] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.hero__badge[b-kou2yolf01] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 100px;
    backdrop-filter: blur(10px);
}

.hero__badge span[b-kou2yolf01] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #eeeeee;
    letter-spacing: 0.02em;
}

.hero__badge .badge-flag[b-kou2yolf01] {
    width: 1.1rem;
    height: auto;
}

.hero__cta[b-kou2yolf01] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(113, 225, 212, 0.2) 0%, rgba(93, 168, 203, 0.2) 100%);
    border: 2px solid #71E1D4;
    border-radius: 12px;
    color: #71E1D4 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none;
    text-align: center;
    box-shadow: 0 0 20px rgba(113, 225, 212, 0.3);
}

.hero__cta span[b-kou2yolf01] {
    text-transform: none;
}

.hero__cta:hover[b-kou2yolf01] {
    background: linear-gradient(135deg, rgba(113, 225, 212, 0.35) 0%, rgba(93, 168, 203, 0.35) 100%);
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(113, 225, 212, 0.5), 0 8px 30px rgba(113, 225, 212, 0.25);
}

.hero__cta-note[b-kou2yolf01] {
    font-size: 0.8125rem;
    color: #777777;
    margin-top: 1rem;
}

.hero__scroll[b-kou2yolf01] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    z-index: 2;
}

.hero__scroll span[b-kou2yolf01] {
    font-size: 0.75rem;
    color: #777777;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.scroll-indicator[b-kou2yolf01] {
    width: 24px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    position: relative;
}

.scroll-indicator[b-kou2yolf01]::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    background: #71E1D4;
    border-radius: 2px;
    animation: scrollBounce-b-kou2yolf01 2s ease-in-out infinite;
}

@keyframes scrollBounce-b-kou2yolf01 {
    0%, 100% { top: 6px; opacity: 1; }
    50% { top: 18px; opacity: 0.5; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   SECTION COMMON STYLES
   ═══════════════════════════════════════════════════════════════════════════ */
section[b-kou2yolf01] {
    padding: 5rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.section-header[b-kou2yolf01] {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title[b-kou2yolf01] {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    font-weight: 800;
    color: #eeeeee;
    margin: 0 0 0.75rem 0;
}

.section-subtitle[b-kou2yolf01] {
    font-size: 1rem;
    color: #777777;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.5;
}

/* ═══════════════════════════════════════════════════════════════════════════
   VALUE PROPOSITION SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.value-section[b-kou2yolf01] {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.value-grid[b-kou2yolf01] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.value-card[b-kou2yolf01] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.value-card:hover[b-kou2yolf01] {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
}

.value-icon[b-kou2yolf01] {
    width: 56px;
    height: 56px;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(113, 225, 212, 0.1);
    border-radius: 14px;
}

.value-card h3[b-kou2yolf01] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #eeeeee;
    margin: 0 0 0.75rem 0;
}

.value-card p[b-kou2yolf01] {
    font-size: 0.9375rem;
    color: #888888;
    line-height: 1.6;
    margin: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   USE CASES SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.usecases-section[b-kou2yolf01] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    padding: 4rem 2rem;
    margin: 2rem auto;
}

.usecases-grid[b-kou2yolf01] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.usecase-card[b-kou2yolf01] {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 1.75rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.usecase-card[b-kou2yolf01]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--card-accent, #71E1D4);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.usecase-card:hover[b-kou2yolf01] {
    border-color: var(--card-accent, #71E1D4);
    transform: translateY(-4px);
}

.usecase-card:hover[b-kou2yolf01]::before {
    opacity: 1;
}

.usecase-icon[b-kou2yolf01] {
    margin-bottom: 1rem;
}

.usecase-card h3[b-kou2yolf01] {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #eeeeee;
    margin: 0 0 0.5rem 0;
}

.usecase-card p[b-kou2yolf01] {
    font-size: 0.875rem;
    color: #777777;
    line-height: 1.5;
    margin: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   STEPS SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.steps-section[b-kou2yolf01] {
    padding: 5rem 1.5rem;
}

.steps-container[b-kou2yolf01] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.step-card[b-kou2yolf01] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 280px;
    padding: 1.5rem;
}

.step-number[b-kou2yolf01] {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 800;
    color: #171717;
    background: linear-gradient(135deg, #71E1D4 0%, #5DA8CB 100%);
    border-radius: 50%;
    margin-bottom: 1.25rem;
    box-shadow: 0 8px 24px rgba(113, 225, 212, 0.3);
}

.step-content h3[b-kou2yolf01] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #eeeeee;
    margin: 0 0 0.75rem 0;
}

.step-content p[b-kou2yolf01] {
    font-size: 0.9375rem;
    color: #888888;
    line-height: 1.5;
    margin: 0;
}

.step-connector[b-kou2yolf01] {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #71E1D4, #5DA8CB);
    margin-top: 32px;
    opacity: 0.4;
}

.steps-cta[b-kou2yolf01] {
    text-align: center;
}

/* ═══════════════════════════════════════════════════════════════════════════
   FEATURES / TECHNOLOGY SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.features-section[b-kou2yolf01] {
    padding: 5rem 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.tech-cards[b-kou2yolf01] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.tech-card[b-kou2yolf01] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

.tech-card__visual[b-kou2yolf01] {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.tech-card__visual img[b-kou2yolf01] {
    width: 100%;
    height: auto;
    display: block;
}

.tech-card__content[b-kou2yolf01] {
    padding: 0.5rem 0;
}

.tech-card__badge[b-kou2yolf01] {
    display: inline-block;
    padding: 0.3rem 0.875rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #171717;
    background: var(--badge-color, #71E1D4);
    border-radius: 100px;
    margin-bottom: 0.875rem;
}

.tech-card__content h3[b-kou2yolf01] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #eeeeee;
    margin: 0 0 0.875rem 0;
    line-height: 1.2;
}

.tech-card__content p[b-kou2yolf01] {
    font-size: 1rem;
    color: #999999;
    line-height: 1.7;
    margin: 0;
}

/* Tech highlight box */
.tech-highlight[b-kou2yolf01] {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    margin-top: 3rem;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgba(226, 228, 144, 0.08) 0%, rgba(113, 225, 212, 0.05) 100%);
    border: 1px solid rgba(226, 228, 144, 0.15);
    border-radius: 16px;
}

.tech-highlight__icon[b-kou2yolf01] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(226, 228, 144, 0.12);
    border-radius: 14px;
    flex-shrink: 0;
}

.tech-highlight__content h4[b-kou2yolf01] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #eeeeee;
    margin: 0 0 0.5rem 0;
}

.tech-highlight__content p[b-kou2yolf01] {
    font-size: 0.9375rem;
    color: #888888;
    line-height: 1.5;
    margin: 0;
}

/* Desktop layout for tech cards */
@media (min-width: 768px) {
    .tech-card[b-kou2yolf01] {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
    
    .tech-card--reverse[b-kou2yolf01] {
        direction: rtl;
    }
    
    .tech-card--reverse > *[b-kou2yolf01] {
        direction: ltr;
    }
    
    .tech-card__content[b-kou2yolf01] {
        padding: 1rem 0;
    }
    
    .tech-card__content h3[b-kou2yolf01] {
        font-size: 1.75rem;
    }
}

/* Mobile: edge-to-edge visuals */
@media (max-width: 767px) {
    .features-section[b-kou2yolf01] {
        padding: 3rem 0;
    }
    
    .features-section .section-header[b-kou2yolf01] {
        padding: 0 1.5rem;
    }
    
    .tech-card[b-kou2yolf01] {
        gap: 1.25rem;
    }
    
    .tech-card__visual[b-kou2yolf01] {
        border-radius: 0;
        margin: 0 -0rem;
        border-left: none;
        border-right: none;
    }
    
    .tech-card__content[b-kou2yolf01] {
        padding: 0 1.5rem;
    }
    
    .tech-card__content h3[b-kou2yolf01] {
        font-size: 1.25rem;
    }
    
    .tech-card__content p[b-kou2yolf01] {
        font-size: 0.9375rem;
    }
    
    .tech-highlight[b-kou2yolf01] {
        margin: 2rem 1.5rem 0;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   APP SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.app-section[b-kou2yolf01] {
    padding: 4rem 1.5rem;
}

.app-content[b-kou2yolf01] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.app-text h2[b-kou2yolf01] {
    font-size: clamp(1.75rem, 5vw, 2.25rem);
    font-weight: 800;
    color: #eeeeee;
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

.app-text p[b-kou2yolf01] {
    font-size: 1rem;
    color: #888888;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
}

.app-stores[b-kou2yolf01] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.store-badge[b-kou2yolf01] {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.store-badge:hover[b-kou2yolf01] {
    transform: scale(1.05);
}

.store-badge img[b-kou2yolf01] {
    height: 48px;
    width: auto;
}

.app-preview[b-kou2yolf01] {
    max-width: 300px;
    margin: 0 auto;
}

.app-preview .carousel-inner img[b-kou2yolf01] {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* ═══════════════════════════════════════════════════════════════════════════
   MADE IN ITALY SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.italy-section[b-kou2yolf01] {
    background: linear-gradient(135deg, rgba(93, 168, 203, 0.08) 0%, rgba(113, 225, 212, 0.08) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    padding: 3rem 2rem;
    margin: 2rem auto;
}

.italy-content[b-kou2yolf01] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    text-align: center;
}

.italy-flag img[b-kou2yolf01] {
    width: 64px;
    height: auto;
}

.italy-text[b-kou2yolf01] {
    max-width: 500px;
}

.italy-text h2[b-kou2yolf01] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #eeeeee;
    margin: 0 0 0.5rem 0;
}

.italy-text p[b-kou2yolf01] {
    font-size: 0.9375rem;
    color: #888888;
    line-height: 1.5;
    margin: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   CAPABILITIES SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.capabilities-section[b-kou2yolf01] {
    padding: 4rem 1.5rem;
}

.capabilities-grid[b-kou2yolf01] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
}

.capability-item[b-kou2yolf01] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.capability-item:hover[b-kou2yolf01] {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-2px);
}

.capability-item span[b-kou2yolf01] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #bbbbbb;
    text-align: center;
}

/* ═══════════════════════════════════════════════════════════════════════════
   FINAL CTA SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.final-cta-section[b-kou2yolf01] {
    padding: 5rem 1.5rem 6rem;
}

.final-cta-content[b-kou2yolf01] {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.final-cta-content h2[b-kou2yolf01] {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    font-weight: 800;
    color: #eeeeee;
    margin: 0 0 1rem 0;
}

.final-cta-content > p[b-kou2yolf01] {
    font-size: 1rem;
    color: #888888;
    line-height: 1.6;
    margin: 0 0 2rem 0;
}

.btn-cta-large[b-kou2yolf01] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    background: linear-gradient(135deg, #71E1D4 0%, #5DA8CB 100%);
    border: none;
    border-radius: 14px;
    color: #171717 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 25px rgba(113, 225, 212, 0.4);
    text-align: center;
}

.btn-cta-large span[b-kou2yolf01] {
    text-transform: none;
}

.btn-cta-large:hover[b-kou2yolf01] {
    transform: translateY(-3px);
    box-shadow: 0 0 40px rgba(113, 225, 212, 0.6), 0 12px 40px rgba(113, 225, 212, 0.4);
}

.cta-subtext[b-kou2yolf01] {
    font-size: 0.8125rem;
    color: #666666;
    margin-top: 1rem;
}

/* ═══════════════════════════════════════════════════════════════════════════
   PRIMARY BUTTON STYLES
   ═══════════════════════════════════════════════════════════════════════════ */
.btn-primary[b-kou2yolf01] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    background: rgba(113, 225, 212, 0.15);
    border: 2px solid rgba(113, 225, 212, 0.5);
    border-radius: 12px;
    color: #71E1D4 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(113, 225, 212, 0.2);
}

.btn-primary:hover[b-kou2yolf01] {
    background: rgba(113, 225, 212, 0.25);
    border-color: #71E1D4;
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(113, 225, 212, 0.4), 0 8px 20px rgba(113, 225, 212, 0.2);
}

/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE DESIGN
   ═══════════════════════════════════════════════════════════════════════════ */
@media (min-width: 768px) {
    .features-grid[b-kou2yolf01] {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .feature-card.feature-main[b-kou2yolf01] {
        grid-column: span 3;
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }
    
    .app-content[b-kou2yolf01] {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }
    
    .app-text[b-kou2yolf01] {
        text-align: left;
    }
    
    .app-stores[b-kou2yolf01] {
        justify-content: flex-start;
    }
    
    .italy-content[b-kou2yolf01] {
        text-align: left;
    }
}

/* Tablet portrait - hide step connectors */
@media (min-width: 481px) and (max-width: 900px) {
    .step-connector[b-kou2yolf01] {
        display: none;
    }
    
    .steps-container[b-kou2yolf01] {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .hero__badges[b-kou2yolf01] {
        gap: 0.75rem;
    }
    
    .hero__badge[b-kou2yolf01] {
        padding: 0.4rem 0.75rem;
    }
    
    .hero__badge span[b-kou2yolf01] {
        font-size: 0.75rem;
    }
    
    .step-connector[b-kou2yolf01] {
        display: none;
    }
    
    .steps-container[b-kou2yolf01] {
        flex-direction: column;
        align-items: center;
    }
    
    .step-card[b-kou2yolf01] {
        max-width: 100%;
    }
    
    .hero__scroll[b-kou2yolf01] {
        display: none;
    }
    
    section[b-kou2yolf01] {
        padding: 3rem 1rem;
    }
    
    .usecases-section[b-kou2yolf01],
    .features-section[b-kou2yolf01],
    .italy-section[b-kou2yolf01] {
        margin: 1rem;
        border-radius: 16px;
    }
    
    /* App section mobile - center text and stores */
    .app-text[b-kou2yolf01] {
        text-align: center;
    }
    
    .app-text h2[b-kou2yolf01] {
        text-align: center;
    }
    
    .app-text p[b-kou2yolf01] {
        text-align: center;
    }
    
    .app-stores[b-kou2yolf01] {
        justify-content: center;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: no-preference) {
    .value-card[b-kou2yolf01],
    .usecase-card[b-kou2yolf01],
    .feature-card[b-kou2yolf01],
    .capability-item[b-kou2yolf01] {
        animation: fadeInUp-b-kou2yolf01 0.6s ease-out backwards;
    }
    
    .value-card:nth-child(1)[b-kou2yolf01] { animation-delay: 0.1s; }
    .value-card:nth-child(2)[b-kou2yolf01] { animation-delay: 0.2s; }
    .value-card:nth-child(3)[b-kou2yolf01] { animation-delay: 0.3s; }
    
    .usecase-card:nth-child(1)[b-kou2yolf01] { animation-delay: 0.1s; }
    .usecase-card:nth-child(2)[b-kou2yolf01] { animation-delay: 0.15s; }
    .usecase-card:nth-child(3)[b-kou2yolf01] { animation-delay: 0.2s; }
    .usecase-card:nth-child(4)[b-kou2yolf01] { animation-delay: 0.25s; }
}

@keyframes fadeInUp-b-kou2yolf01 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/www_eudhos_eu/Pages/OctagonMesh/MainOld.razor.rz.scp.css */

/* ==========  HERO  ========== */
.hero[b-pwu2o6uaba] {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__bg img[b-pwu2o6uaba] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.4);
    z-index: 1;
}

.hero__content[b-pwu2o6uaba] {
    position: absolute;
    z-index: 2;
    text-align: center;
    padding: 0 1rem;
    /* Posizionamento verticale: 25 % dall’alto (metà tra centro e bordo) */
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero__title .textaccent1_bold[b-pwu2o6uaba] {
    font-size: clamp(1.2rem, 2.5vw, 2.2rem);
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hero__product[b-pwu2o6uaba] {
    font-size: clamp(3.5rem, 10vw, 9rem);
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -.02em;
    line-height: 1;
    margin-top: .2em;
}

.hero__tagline[b-pwu2o6uaba] {
    margin-top: 1.5rem;
    font-size: clamp(1rem, 3vw, 1.75rem);
    color: #d9d9d9;
    font-weight: 600;
}

.module[b-pwu2o6uaba] {
    background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url("/images/octagonmesh/background_prod.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 50vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 135%;
    font-size: 4vmin;
}

    .module > header[b-pwu2o6uaba] {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px 10px;
        background: inherit;
        background-attachment: fixed;
    }

        .module > header[b-pwu2o6uaba]::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: inherit;
            background-attachment: fixed;
            -webkit-filter: blur(12px) opacity(83%) brightness(23%);
            filter: blur(12px) opacity(83%) brightness(23%);
            transform: scale(2) translateY(20px);
        }

        .module > header > div[b-pwu2o6uaba] {
            margin: 0;
            color: #111111;
            position: relative;
            z-index: 1;
            text-align: center;
        }

            .module > header > div > p[b-pwu2o6uaba] {
                width: 75vw;
                max-width: 1024px;
                margin: auto;
                text-align: center;
            }

section[b-pwu2o6uaba] {
    padding: 10px;
    max-width: 768px;
    margin: auto;
    margin-bottom: 40px;
}

    section > span[b-pwu2o6uaba] {
        max-width: 768px;
        margin: auto;
        margin-bottom: 80px;
    }

    section > div[b-pwu2o6uaba] {
        width: 100%;
    }


.background_sectionwizcustom[b-pwu2o6uaba] {
    background-image: linear-gradient(to bottom, rgba(18, 213, 187, 0.7), rgba(2, 71, 139, 0.8)), url("/images/octagonmesh/wizardcustomization.png");
}

.background_sectionwizchiavi[b-pwu2o6uaba] {
    background-image: linear-gradient(to bottom, #71E1D467, #BDE1D467), url("/images/octagonmesh/wizardcustomization.png");
}

.background_sectionwiztop[b-pwu2o6uaba] {
    background-image: linear-gradient(to bottom, #5DA8CB87, #1D68CB87), url("/images/octagonmesh/wizardcustomization.png");
}

.background_design_start[b-pwu2o6uaba] {
    background-image: linear-gradient(to bottom, #00000075, #00000065), linear-gradient(to bottom, #5DA8CB47, #1D68CB47),url("/images/octagonmesh/design_start.png");
}

.background_design_end[b-pwu2o6uaba] {
    background-image: linear-gradient(to bottom, #00000065, #00000055), linear-gradient(to bottom, #5DA8CB47, #1D68CB47),url("/images/octagonmesh/design_end.png");
}

.background_energy[b-pwu2o6uaba] {
    background-image: linear-gradient(to bottom, #00000077, #000000cc), url("/images/octagonmesh/smartcharger_v.png");
}

.sectionwiz[b-pwu2o6uaba] {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 20px 0px;
}

    .sectionwiz > div[b-pwu2o6uaba] {
        backdrop-filter: blur(10px);
        padding: 15px;
        margin: 80px 0px;
    }

.sectiontitle[b-pwu2o6uaba] {
    color: #eeeeee;
    font-size: 28px;
    font-weight: 900;
}

.sectioninfo[b-pwu2o6uaba] {
    color: #d9d9d9;
    font-size: 16px;
    font-weight: 700;
    max-width: 768px;
    word-spacing: 2.2px;
}

p[b-pwu2o6uaba] {
    max-width: 640px;
    margin: auto;
    text-align: justify;
    word-spacing: 2px;
    margin-bottom: 2rem;
    color: #cccccc;
    font-weight: 700;
    line-height: 135%;
    font-size: 18px;
}

.imgplace[b-pwu2o6uaba] {
    border: 5px dashed rgba(128, 128, 128, 0.7);
    text-align: center; /* centra orizzontalmente il testo */
    vertical-align: middle;
}

.imgplace100[b-pwu2o6uaba] {
    border: 5px dashed rgba(128, 128, 128, 0.7);
    height: 25vh;
    width: 100%;
    text-align: center; /* centra orizzontalmente il testo */
    vertical-align: middle;
}

.showcase[b-pwu2o6uaba] {
    width: 100%;
    text-align: center; /* centra orizzontalmente il testo */
    vertical-align: middle;
}

.imgitaly[b-pwu2o6uaba] {
    width: 5.5vh;
    max-width: 5.5vh;
    height: auto;
    max-height: 100%;
}

*[b-pwu2o6uaba] {
    box-sizing: border-box;
}

@media (orientation: landscape) {
    .welcome > img[b-pwu2o6uaba] {
        content: url("/images/octagonmesh/home1.jpg");
    }
    .welcome > div[b-pwu2o6uaba] {
        bottom: 0px;
    }
}

@media (orientation: portrait) {
    .welcome > img[b-pwu2o6uaba] {
        content: url("/images/octagonmesh/home1_v.jpg");
    }

    .welcome > div[b-pwu2o6uaba] {
        bottom: -100px;
    }

    .welcome[b-pwu2o6uaba] {
        margin-bottom: 100px;
    }
}
/* _content/www_eudhos_eu/Pages/Orders/Checkout.razor.rz.scp.css */
/* ========================================
   CHECKOUT PAGE - Professional E-commerce Style
   ======================================== */

/* Main Layout */
.checkout-container[b-lk3582j6vh] {
    display: flex;
    flex-direction: column;
    min-height: 80vh;
}

/* Header / Progress Bar */
.checkout-header[b-lk3582j6vh] {
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, transparent 100%);
    padding: 1.5rem 0;
    margin-bottom: 2rem;
}

.checkout-logo[b-lk3582j6vh] {
    text-align: center;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.checkout-logo .logo-image[b-lk3582j6vh] {
    height: 2.5rem;
    width: auto;
}

.checkout-logo h2[b-lk3582j6vh] {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #eeeeee;
    margin: 0;
}

.checkout-logo span[b-lk3582j6vh] {
    font-size: 0.75rem;
    color: #777777;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

/* Progress Steps - Premium horizontal stepper */
.progress-container[b-lk3582j6vh] {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
}

.progress-steps[b-lk3582j6vh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.progress-steps[b-lk3582j6vh]::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    height: 2px;
    background: rgba(255,255,255,0.1);
    z-index: 0;
}

.step[b-lk3582j6vh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    flex: 1;
}

.step-number[b-lk3582j6vh] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
    background: rgba(0,0,0,0.4);
    border: 2px solid rgba(255,255,255,0.15);
    color: #777777;
    transition: all 0.3s ease;
}

.step.active .step-number[b-lk3582j6vh] {
    background: rgba(113, 225, 212, 0.15);
    border-color: #71E1D4;
    color: #71E1D4;
}

.step.completed .step-number[b-lk3582j6vh] {
    background: #71E1D4;
    border-color: #71E1D4;
    color: #171717;
}

.step-label[b-lk3582j6vh] {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #555555;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
}

.step.active .step-label[b-lk3582j6vh],
.step.completed .step-label[b-lk3582j6vh] {
    color: #eeeeee;
}

/* Main Content Area */
.checkout-content[b-lk3582j6vh] {
    display: flex;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
}

/* Left side - Form area */
.checkout-form-area[b-lk3582j6vh] {
    flex: 1;
    min-width: 0;
}

/* Right side - Order summary (sticky on desktop) */
.checkout-summary-area[b-lk3582j6vh] {
    width: 380px;
    flex-shrink: 0;
}

.summary-card[b-lk3582j6vh] {
    background: rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 1.5rem;
    position: sticky;
    top: 2rem;
}

.summary-header[b-lk3582j6vh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.summary-title[b-lk3582j6vh] {
    font-size: 1rem;
    font-weight: 500;
    color: #eeeeee;
    margin: 0;
}

.summary-items[b-lk3582j6vh] {
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 1rem;
    padding-right: 0.5rem;
}

.summary-items[b-lk3582j6vh]::-webkit-scrollbar {
    width: 4px;
}

.summary-items[b-lk3582j6vh]::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 2px;
}

.summary-items[b-lk3582j6vh]::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.2);
    border-radius: 2px;
}

.summary-item[b-lk3582j6vh] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.summary-item:last-child[b-lk3582j6vh] {
    border-bottom: none;
}

.item-name[b-lk3582j6vh] {
    font-size: 0.875rem;
    color: #dddddd;
    flex: 1;
    padding-right: 1rem;
}

.item-qty[b-lk3582j6vh] {
    font-size: 0.75rem;
    color: #777777;
    margin-top: 0.25rem;
}

.item-price[b-lk3582j6vh] {
    font-size: 0.875rem;
    color: #eeeeee;
    font-weight: 500;
    white-space: nowrap;
}

.summary-totals[b-lk3582j6vh] {
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    padding: 1rem;
    margin-top: 1rem;
}

.total-row[b-lk3582j6vh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

.total-row.subtotal[b-lk3582j6vh] {
    color: #aaaaaa;
    font-size: 0.875rem;
}

.total-row.shipping[b-lk3582j6vh] {
    color: #aaaaaa;
    font-size: 0.875rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.total-row.final[b-lk3582j6vh] {
    padding-top: 0.75rem;
    font-size: 1.125rem;
    font-weight: 600;
}

.total-row.final .total-value[b-lk3582j6vh] {
    color: #71E1D4;
}

/* Form Card */
.form-card[b-lk3582j6vh] {
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.form-card-header[b-lk3582j6vh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.form-card-icon[b-lk3582j6vh] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(93, 168, 203, 0.15);
}

.form-card-title[b-lk3582j6vh] {
    font-size: 1.125rem;
    font-weight: 500;
    color: #eeeeee;
    margin: 0;
}

.form-card-subtitle[b-lk3582j6vh] {
    font-size: 0.8125rem;
    color: #777777;
    margin: 0;
}

/* Modern Input Fields */
.form-group[b-lk3582j6vh] {
    margin-bottom: 1.25rem;
}

.form-label[b-lk3582j6vh] {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #aaaaaa;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.form-label .required[b-lk3582j6vh] {
    color: #DCA26E;
}

.form-input[b-lk3582j6vh] {
    width: 100%;
    padding: 0.875rem 1rem;
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    color: #eeeeee;
    font-size: 0.9375rem;
    transition: all 0.2s ease;
}

.form-input:focus[b-lk3582j6vh] {
    outline: none;
    border-color: #5DA8CB;
    background: rgba(0,0,0,0.4);
    box-shadow: 0 0 0 3px rgba(93, 168, 203, 0.1);
}

.form-input[b-lk3582j6vh]::placeholder {
    color: #555555;
}

.form-input.error[b-lk3582j6vh] {
    border-color: #DCA26E;
}

.form-row[b-lk3582j6vh] {
    display: flex;
    gap: 1rem;
}

.form-row .form-group[b-lk3582j6vh] {
    flex: 1;
}

/* Saved Address Cards */
.saved-addresses[b-lk3582j6vh] {
    margin-bottom: 1.5rem;
}

.saved-address-label[b-lk3582j6vh] {
    font-size: 0.8125rem;
    color: #777777;
    margin-bottom: 0.75rem;
}

.address-card[b-lk3582j6vh] {
    background: rgba(0,0,0,0.2);
    border: 2px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.address-card:hover[b-lk3582j6vh] {
    border-color: rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.02);
}

.address-card.selected[b-lk3582j6vh] {
    border-color: #71E1D4;
    background: rgba(113, 225, 212, 0.08);
}

.address-radio[b-lk3582j6vh] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.2s ease;
}

.address-card.selected .address-radio[b-lk3582j6vh] {
    border-color: #71E1D4;
    background: #71E1D4;
}

.address-card.selected .address-radio[b-lk3582j6vh]::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #171717;
    border-radius: 50%;
}

.address-content[b-lk3582j6vh] {
    flex: 1;
    min-width: 0;
}

.address-name[b-lk3582j6vh] {
    font-weight: 500;
    color: #eeeeee;
    margin-bottom: 0.25rem;
}

.address-details[b-lk3582j6vh] {
    font-size: 0.875rem;
    color: #888888;
    line-height: 1.5;
}

.new-address-btn[b-lk3582j6vh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.875rem;
    background: transparent;
    border: 2px dashed rgba(255,255,255,0.15);
    border-radius: 12px;
    color: #777777 !important;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.new-address-btn:hover[b-lk3582j6vh] {
    border-color: rgba(255,255,255,0.25);
    color: #eeeeee !important;
    background: rgba(255,255,255,0.02);
}

/* Checkbox styling */
.checkbox-group[b-lk3582j6vh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(255,255,255,0.03);
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 1.5rem;
}

.custom-checkbox[b-lk3582j6vh] {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    border: 2px solid rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.custom-checkbox.checked[b-lk3582j6vh] {
    background: #71E1D4;
    border-color: #71E1D4;
}

.checkbox-label[b-lk3582j6vh] {
    color: #dddddd;
    font-size: 0.9375rem;
}

/* Navigation Buttons - Matching Wizard Style */
.form-actions[b-lk3582j6vh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.btn-back[b-lk3582j6vh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    color: #aaaaaa !important;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-back:hover[b-lk3582j6vh] {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.25);
    color: #eeeeee !important;
}

.btn-continue[b-lk3582j6vh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    background: rgba(113, 225, 212, 0.15);
    border: 1px solid rgba(113, 225, 212, 0.4);
    border-radius: 10px;
    color: #71E1D4 !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-continue:hover:not(:disabled)[b-lk3582j6vh] {
    background: rgba(113, 225, 212, 0.25);
    border-color: rgba(113, 225, 212, 0.6);
}

.btn-continue:disabled[b-lk3582j6vh] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-continue.loading[b-lk3582j6vh] {
    position: relative;
    color: transparent !important;
}

.btn-continue.loading[b-lk3582j6vh]::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(113, 225, 212, 0.3);
    border-top-color: #71E1D4;
    border-radius: 50%;
    animation: spin-b-lk3582j6vh 0.8s linear infinite;
}

@keyframes spin-b-lk3582j6vh {
    to { transform: rotate(360deg); }
}

/* Review Section */
.review-section[b-lk3582j6vh] {
    margin-bottom: 1.5rem;
}

.review-card[b-lk3582j6vh] {
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1rem;
}

.review-card-header[b-lk3582j6vh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.review-card-title[b-lk3582j6vh] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #777777;
}

.review-edit-btn[b-lk3582j6vh] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background: rgba(255,255,255,0.05);
    border: none;
    border-radius: 6px;
    color: #5DA8CB !important;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.review-edit-btn:hover[b-lk3582j6vh] {
    background: rgba(255,255,255,0.1);
}

.review-card-content[b-lk3582j6vh] {
    color: #dddddd;
    font-size: 0.9375rem;
    line-height: 1.5;
}

/* Info Notice */
.info-notice[b-lk3582j6vh] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: rgba(93, 168, 203, 0.1);
    border: 1px solid rgba(93, 168, 203, 0.2);
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.info-notice-icon[b-lk3582j6vh] {
    flex-shrink: 0;
    margin-top: 2px;
}

.info-notice-content[b-lk3582j6vh] {
    flex: 1;
}

.info-notice-title[b-lk3582j6vh] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #7DC8EB;
    margin-bottom: 0.25rem;
}

.info-notice-text[b-lk3582j6vh] {
    font-size: 0.8125rem;
    color: #5DA8CB;
    line-height: 1.4;
}

/* Security Badge */
.security-badge[b-lk3582j6vh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: rgba(93, 168, 203, 0.08);
    border-radius: 8px;
    margin-top: 1.5rem;
}

.security-badge-text[b-lk3582j6vh] {
    font-size: 0.75rem;
    color: #5DA8CB !important;
    letter-spacing: 0.02em;
}

/* Back to quote link */
.back-link[b-lk3582j6vh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
    padding: 1rem;
    color: #777777 !important;
    font-size: 0.875rem;
    cursor: pointer;
    transition: color 0.2s ease;
}

.back-link:hover[b-lk3582j6vh] {
    color: #eeeeee !important;
}

/* Email Confirmed Display */
.email-confirmed[b-lk3582j6vh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: rgba(113, 225, 212, 0.1);
    border: 1px solid rgba(113, 225, 212, 0.2);
    border-radius: 12px;
}

.email-confirmed-icon[b-lk3582j6vh] {
    width: 36px;
    height: 36px;
    background: rgba(113, 225, 212, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-confirmed-text[b-lk3582j6vh] {
    flex: 1;
}

.email-confirmed-text p[b-lk3582j6vh] {
    margin: 0;
}

.email-confirmed-text .email-value[b-lk3582j6vh] {
    font-weight: 500;
    color: #eeeeee;
}

.email-confirmed-text .email-note[b-lk3582j6vh] {
    font-size: 0.8125rem;
    color: #71E1D4;
}

/* Error message */
.error-message[b-lk3582j6vh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: rgba(220, 162, 110, 0.1);
    border: 1px solid rgba(220, 162, 110, 0.3);
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.error-message-text[b-lk3582j6vh] {
    color: #DCA26E !important;
    font-size: 0.9375rem;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .checkout-content[b-lk3582j6vh] {
        flex-direction: column-reverse;
    }
    
    .checkout-summary-area[b-lk3582j6vh] {
        width: 100%;
    }
    
    .summary-card[b-lk3582j6vh] {
        position: relative;
        top: 0;
    }
    
    .form-card[b-lk3582j6vh] {
        padding: 1.5rem;
    }
    
    .progress-steps[b-lk3582j6vh]::before {
        left: 20px;
        right: 20px;
    }
    
    .step-number[b-lk3582j6vh] {
        width: 36px;
        height: 36px;
        font-size: 0.8125rem;
    }
    
    .step-label[b-lk3582j6vh] {
        font-size: 0.6875rem;
    }
}

@media (max-width: 576px) {
    .form-row[b-lk3582j6vh] {
        flex-direction: column;
        gap: 0;
    }
    
    .form-actions[b-lk3582j6vh] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .btn-back[b-lk3582j6vh], .btn-continue[b-lk3582j6vh] {
        width: 100%;
        justify-content: center;
    }
    
    .btn-back[b-lk3582j6vh] {
        order: 2;
    }
    
    .btn-continue[b-lk3582j6vh] {
        order: 1;
    }
    
    .step-label[b-lk3582j6vh] {
        display: none;
    }
    
    .step-number[b-lk3582j6vh] {
        width: 32px;
        height: 32px;
    }
}

/* Loading state */
.checkout-loading[b-lk3582j6vh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 1rem;
}

.loading-spinner[b-lk3582j6vh] {
    width: 48px;
    height: 48px;
    border: 3px solid rgba(93, 168, 203, 0.2);
    border-top-color: #5DA8CB;
    border-radius: 50%;
    animation: spin-b-lk3582j6vh 1s linear infinite;
}

.loading-text[b-lk3582j6vh] {
    color: #777777 !important;
    font-size: 0.9375rem;
}

/* Success state */
.checkout-success[b-lk3582j6vh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 1.5rem;
    text-align: center;
}

.success-icon[b-lk3582j6vh] {
    width: 80px;
    height: 80px;
    background: rgba(113, 225, 212, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-title[b-lk3582j6vh] {
    font-size: 1.5rem;
    font-weight: 500;
    color: #eeeeee;
    margin: 0;
}

.success-text[b-lk3582j6vh] {
    color: #777777 !important;
    font-size: 0.9375rem;
}
/* _content/www_eudhos_eu/Pages/Orders/Components/OrderInvoice.razor.rz.scp.css */

.tableorder[b-owqomf5ofl] {
    max-width: 1440px !important;
    width: 100% !important;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
}

    .tableorder div[b-owqomf5ofl] {
        margin: auto;
        width: 100%;
    }

    .tableorder table[b-owqomf5ofl] {
        margin: auto;
        width: 100% !important;
        max-width: 100% !important;
    }

    .tableorder th[b-owqomf5ofl] {
        text-align: center;
        white-space: normal;
        vertical-align: middle;
        text-align: center;
        padding: 5px;
        border: solid;
        border-width: 2px 0px 2px 0px;
        border-color: rgba(140,140,140,0.2);
    }

    .tableorder tr[b-owqomf5ofl] {
        background-color: rgba(255, 255, 255, 0.045);
        margin: 8px;
        border: solid;
        border-width: 0px 0px 2px 0px;
        border-color: rgba(140,140,140,0.2);
    }

    .tableorder td[b-owqomf5ofl] {
        white-space: normal;
        vertical-align: middle;
        text-align: center;
        padding: 5px;
    }

        .tableorder td:last-child[b-owqomf5ofl] {
            font-weight: bold;
            font-size: 110%;
        }

        .tableorder th:nth-child(1)[b-owqomf5ofl], .tableorder td:nth-child(1)[b-owqomf5ofl] {
            width: 50%;
            text-align: left;
        }

        .tableorder th:nth-child(2)[b-owqomf5ofl], .tableorder td:nth-child(2)[b-owqomf5ofl] {
            width: 40%;
        }

        .tableorder th:nth-child(3)[b-owqomf5ofl], .tableorder td:nth-child(3)[b-owqomf5ofl] {
            width: 10%;
            text-align: left;
        }
/* _content/www_eudhos_eu/Pages/Orders/OrderStatus.razor.rz.scp.css */
/* ========================================
   ORDER STATUS PAGE - Professional E-commerce Style
   ======================================== */

/* Container */
.order-status-container[b-h1c8uhxed7] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
}

/* Loading State */
.status-loading[b-h1c8uhxed7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 1rem;
}

.loading-spinner[b-h1c8uhxed7] {
    width: 48px;
    height: 48px;
    border: 3px solid rgba(93, 168, 203, 0.2);
    border-top-color: #5DA8CB;
    border-radius: 50%;
    animation: spin-b-h1c8uhxed7 1s linear infinite;
}

@keyframes spin-b-h1c8uhxed7 {
    to { transform: rotate(360deg); }
}

.loading-text[b-h1c8uhxed7] {
    color: #777777 !important;
    font-size: 0.9375rem;
}

/* ========================================
   Email Verification Card
   ======================================== */

.order-verify-card[b-h1c8uhxed7] {
    max-width: 480px;
    margin: 3rem auto;
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 2.5rem;
}

.verify-header[b-h1c8uhxed7] {
    text-align: center;
    margin-bottom: 2rem;
}

.verify-icon[b-h1c8uhxed7] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    background: rgba(93, 168, 203, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.verify-title[b-h1c8uhxed7] {
    font-size: 1.5rem;
    font-weight: 500;
    color: #eeeeee;
    margin: 0 0 0.5rem;
}

.verify-subtitle[b-h1c8uhxed7] {
    font-size: 0.9375rem;
    color: #777777;
    margin: 0;
}

.verify-form[b-h1c8uhxed7] {
    margin-top: 1.5rem;
}

.verify-actions[b-h1c8uhxed7] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
}

/* ========================================
   Order Header Card
   ======================================== */

.order-header-card[b-h1c8uhxed7] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.order-badge[b-h1c8uhxed7] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.order-badge.success[b-h1c8uhxed7] { background: rgba(113, 225, 212, 0.15); }
.order-badge.warning[b-h1c8uhxed7] { background: rgba(226, 228, 144, 0.15); }
.order-badge.error[b-h1c8uhxed7] { background: rgba(220, 162, 110, 0.15); }
.order-badge.info[b-h1c8uhxed7] { background: rgba(93, 168, 203, 0.15); }

.order-header-info[b-h1c8uhxed7] {
    flex: 1;
    min-width: 200px;
}

.order-header-title[b-h1c8uhxed7] {
    font-size: 1.375rem;
    font-weight: 600;
    color: #eeeeee;
    margin: 0 0 0.25rem;
}

.order-header-id[b-h1c8uhxed7],
.order-header-date[b-h1c8uhxed7] {
    font-size: 0.875rem;
    color: #777777;
    margin: 0;
}

.order-status-badge[b-h1c8uhxed7] {
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.badge-success[b-h1c8uhxed7] { background: rgba(113, 225, 212, 0.15); color: #71E1D4 !important; }
.badge-warning[b-h1c8uhxed7] { background: rgba(226, 228, 144, 0.15); color: #E2E490 !important; }
.badge-error[b-h1c8uhxed7] { background: rgba(220, 162, 110, 0.15); color: #DCA26E !important; }
.badge-info[b-h1c8uhxed7] { background: rgba(93, 168, 203, 0.15); color: #5DA8CB !important; }

.order-status-badge.status-pending[b-h1c8uhxed7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* ========================================
   Order Content Layout
   ======================================== */

.order-content[b-h1c8uhxed7] {
    display: flex;
    gap: 1.5rem;
}

.order-details-col[b-h1c8uhxed7] {
    width: 340px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.order-status-col[b-h1c8uhxed7] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* ========================================
   Info Card Styling
   ======================================== */

.info-card[b-h1c8uhxed7] {
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 1.25rem;
}

.info-card-header[b-h1c8uhxed7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.info-card-title[b-h1c8uhxed7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #eeeeee;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.info-card-title span[b-h1c8uhxed7] {
    text-transform: uppercase;
}

.btn-edit-small[b-h1c8uhxed7] {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(255,255,255,0.05);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-edit-small:hover[b-h1c8uhxed7] {
    background: rgba(255,255,255,0.1);
}

.info-rows[b-h1c8uhxed7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.info-row[b-h1c8uhxed7] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.info-row:last-child[b-h1c8uhxed7] {
    padding-bottom: 0;
    border-bottom: none;
}

.info-label[b-h1c8uhxed7] {
    font-size: 0.8125rem;
    color: #777777;
}

.info-value[b-h1c8uhxed7] {
    font-size: 0.875rem;
    color: #dddddd;
    text-align: right;
    word-break: break-all;
    max-width: 60%;
}

.address-text[b-h1c8uhxed7] {
    font-size: 0.875rem;
    color: #bbbbbb;
    line-height: 1.6;
    margin: 0;
    white-space: pre-wrap;
}

/* ========================================
   Products Card - Clean Table Style
   ======================================== */

.products-card[b-h1c8uhxed7] {
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 1.25rem;
    overflow: hidden;
}

.products-title[b-h1c8uhxed7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #eeeeee;
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.products-title span[b-h1c8uhxed7] {
    text-transform: uppercase;
}

/* Override OrderInvoice table styles */
.products-card[b-h1c8uhxed7]  table {
    width: 100%;
    margin: 0;
}

.products-card[b-h1c8uhxed7]  tr {
    margin: 0;
}

.products-card[b-h1c8uhxed7]  td,
.products-card[b-h1c8uhxed7]  th {
    padding: 0.5rem 0.25rem;
}

.products-card[b-h1c8uhxed7]  td:first-child,
.products-card[b-h1c8uhxed7]  th:first-child {
    padding-left: 0;
}

.products-card[b-h1c8uhxed7]  td:last-child,
.products-card[b-h1c8uhxed7]  th:last-child {
    padding-right: 0;
}

/* ========================================
   Data Collection (Info Collect Mode)
   ======================================== */

.info-collect-container[b-h1c8uhxed7] {
    max-width: 700px;
    margin: 0 auto;
}

.data-collect-card[b-h1c8uhxed7] {
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.section-intro[b-h1c8uhxed7] {
    font-size: 0.9375rem;
    color: #aaaaaa;
    margin: 0 0 1.5rem;
    text-align: center;
}

.data-items[b-h1c8uhxed7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.data-item[b-h1c8uhxed7] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.data-item:hover[b-h1c8uhxed7] {
    background: rgba(255,255,255,0.03);
    border-color: rgba(255,255,255,0.12);
}

.data-item.completed[b-h1c8uhxed7] {
    border-color: rgba(113, 225, 212, 0.3);
}

.data-item.pending[b-h1c8uhxed7] {
    border-color: rgba(226, 228, 144, 0.3);
}

.data-item-icon[b-h1c8uhxed7] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.data-item-content[b-h1c8uhxed7] {
    flex: 1;
    min-width: 0;
}

.data-item-label[b-h1c8uhxed7] {
    display: block;
    font-size: 0.75rem;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.25rem;
}

.data-item-value[b-h1c8uhxed7] {
    display: block;
    font-size: 0.9375rem;
    color: #dddddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data-item-status[b-h1c8uhxed7] {
    flex-shrink: 0;
}

.same-address-option[b-h1c8uhxed7] {
    text-align: center;
    padding-top: 0.5rem;
}

.btn-link[b-h1c8uhxed7] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: none;
    color: #5DA8CB !important;
    font-size: 0.875rem;
    cursor: pointer;
    padding: 0.5rem;
    transition: opacity 0.2s ease;
}

.btn-link:hover[b-h1c8uhxed7] {
    opacity: 0.8;
}

/* ========================================
   Address Edit Card
   ======================================== */

.address-edit-card[b-h1c8uhxed7] {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 2rem;
}

.card-header[b-h1c8uhxed7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.header-icon[b-h1c8uhxed7] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(93, 168, 203, 0.15);
}

.header-title[b-h1c8uhxed7] {
    font-size: 1.125rem;
    font-weight: 500;
    color: #eeeeee;
    margin: 0;
}

.header-subtitle[b-h1c8uhxed7] {
    font-size: 0.8125rem;
    color: #777777;
    margin: 0;
}

/* ========================================
   Buttons
   ======================================== */

.btn-primary[b-h1c8uhxed7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    background: #71E1D420;
    border: 1px solid #71E1D466;
    border-radius: 10px;
    color: #71E1D4 !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-h1c8uhxed7] {
    background: #71E1D436;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(113, 225, 212, 0.2);
}

.btn-primary:disabled[b-h1c8uhxed7] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-h1c8uhxed7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    color: #aaaaaa !important;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary:hover[b-h1c8uhxed7] {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.25);
    color: #eeeeee !important;
}

.btn-action[b-h1c8uhxed7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.875rem 1.25rem;
    border-radius: 10px;
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-action.accent1[b-h1c8uhxed7] {
    background: #5DA8CB20;
    border: 1px solid #5DA8CB66;
    color: #7DC8EB !important;
}

.btn-action.accent1:hover[b-h1c8uhxed7] {
    background: #5DA8CB36;
}

.btn-action.neutral[b-h1c8uhxed7] {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    color: #888888 !important;
}

.btn-action.neutral:hover[b-h1c8uhxed7] {
    background: rgba(255,255,255,0.08);
    color: #eeeeee !important;
}

.btn-cancel[b-h1c8uhxed7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    color: #777777 !important;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-cancel:hover[b-h1c8uhxed7] {
    border-color: rgba(255,255,255,0.2);
    color: #aaaaaa !important;
}

.bottom-actions[b-h1c8uhxed7] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.order-actions[b-h1c8uhxed7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* ========================================
   Status Messages
   ======================================== */

.status-message[b-h1c8uhxed7] {
    text-align: center;
    padding: 2rem;
    border-radius: 16px;
}

.status-message.success[b-h1c8uhxed7] {
    background: rgba(113, 225, 212, 0.1);
    border: 1px solid rgba(113, 225, 212, 0.2);
}

.status-message.warning[b-h1c8uhxed7] {
    background: rgba(226, 228, 144, 0.1);
    border: 1px solid rgba(226, 228, 144, 0.2);
}

.status-message.info[b-h1c8uhxed7] {
    background: rgba(93, 168, 203, 0.1);
    border: 1px solid rgba(93, 168, 203, 0.2);
}

.status-icon[b-h1c8uhxed7] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-message.success .status-icon[b-h1c8uhxed7] { background: rgba(113, 225, 212, 0.15); }
.status-message.warning .status-icon[b-h1c8uhxed7] { background: rgba(226, 228, 144, 0.15); }
.status-message.info .status-icon[b-h1c8uhxed7] { background: rgba(93, 168, 203, 0.15); }

.status-title[b-h1c8uhxed7] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #eeeeee;
    margin: 0 0 0.5rem;
}

.status-text[b-h1c8uhxed7] {
    font-size: 0.9375rem;
    color: #aaaaaa;
    margin: 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

/* ========================================
   Bank Transfer Section
   ======================================== */

.bank-transfer-section[b-h1c8uhxed7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.waiting-notice[b-h1c8uhxed7] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(226, 228, 144, 0.1);
    border: 1px solid rgba(226, 228, 144, 0.2);
    border-radius: 12px;
}

.waiting-icon[b-h1c8uhxed7] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(226, 228, 144, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.waiting-content[b-h1c8uhxed7] {
    flex: 1;
}

.waiting-title[b-h1c8uhxed7] {
    font-size: 1rem;
    font-weight: 500;
    color: #E2E490;
    margin: 0 0 0.25rem;
}

.waiting-text[b-h1c8uhxed7] {
    font-size: 0.875rem;
    color: #aaaaaa;
    margin: 0;
}

/* ========================================
   Payment History
   ======================================== */

.payments-card[b-h1c8uhxed7] {
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 1.25rem;
}

.payments-title[b-h1c8uhxed7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #eeeeee;
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.payments-title span[b-h1c8uhxed7] {
    text-transform: uppercase;
}

.payments-list[b-h1c8uhxed7] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.payment-row[b-h1c8uhxed7] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(0,0,0,0.2);
    border-radius: 8px;
}

.payment-info[b-h1c8uhxed7] {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.payment-logo[b-h1c8uhxed7] {
    height: 18px;
    flex-shrink: 0;
}

.payment-details[b-h1c8uhxed7] {
    flex: 1;
    min-width: 0;
}

.payment-date[b-h1c8uhxed7] {
    display: block;
    font-size: 0.8125rem;
    color: #aaaaaa;
}

.payment-method[b-h1c8uhxed7] {
    display: block;
    font-size: 0.75rem;
    color: #666666;
}

.payment-status[b-h1c8uhxed7] {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    text-transform: uppercase;
}

.payment-status.status-success[b-h1c8uhxed7] { background: rgba(113, 225, 212, 0.15); color: #71E1D4 !important; }
.payment-status.status-warning[b-h1c8uhxed7] { background: rgba(226, 228, 144, 0.15); color: #E2E490 !important; }
.payment-status.status-error[b-h1c8uhxed7] { background: rgba(220, 162, 110, 0.15); color: #DCA26E !important; }
.payment-status.status-neutral[b-h1c8uhxed7] { background: rgba(255,255,255,0.08); color: #888888 !important; }

.payment-amount[b-h1c8uhxed7] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #eeeeee;
    white-space: nowrap;
}

/* ========================================
   Form Elements
   ======================================== */

.form-group[b-h1c8uhxed7] {
    margin-bottom: 1.25rem;
}

.form-label[b-h1c8uhxed7] {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #aaaaaa;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.form-input[b-h1c8uhxed7] {
    width: 100%;
    padding: 0.875rem 1rem;
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    color: #eeeeee;
    font-size: 0.9375rem;
    transition: all 0.2s ease;
}

.form-input:focus[b-h1c8uhxed7] {
    outline: none;
    border-color: #5DA8CB;
    background: rgba(0,0,0,0.4);
    box-shadow: 0 0 0 3px rgba(93, 168, 203, 0.1);
}

.form-input[b-h1c8uhxed7]::placeholder {
    color: #555555;
}

/* ========================================
   Error Notice
   ======================================== */

.error-notice[b-h1c8uhxed7] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: rgba(220, 162, 110, 0.1);
    border: 1px solid rgba(220, 162, 110, 0.3);
    border-radius: 12px;
    margin-bottom: 1rem;
}

.error-notice span[b-h1c8uhxed7] {
    color: #DCA26E !important;
    font-size: 0.9375rem;
}

.error-content[b-h1c8uhxed7] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.btn-dismiss[b-h1c8uhxed7] {
    align-self: flex-start;
    background: rgba(220, 162, 110, 0.2);
    border: none;
    border-radius: 6px;
    padding: 0.25rem 0.75rem;
    color: #DCA26E !important;
    font-size: 0.8125rem;
    cursor: pointer;
}

/* ========================================
   Responsive
   ======================================== */

@media (max-width: 992px) {
    .order-content[b-h1c8uhxed7] {
        flex-direction: column;
    }

    .order-details-col[b-h1c8uhxed7] {
        width: 100%;
    }

    .order-header-card[b-h1c8uhxed7] {
        flex-direction: column;
        text-align: center;
    }

    .order-header-info[b-h1c8uhxed7] {
        min-width: auto;
    }
}

@media (max-width: 576px) {
    .order-status-container[b-h1c8uhxed7] {
        padding: 1rem;
    }

    .order-header-card[b-h1c8uhxed7] {
        padding: 1rem;
    }

    .order-badge[b-h1c8uhxed7] {
        width: 48px;
        height: 48px;
    }

    .order-header-title[b-h1c8uhxed7] {
        font-size: 1.125rem;
    }

    .data-collect-card[b-h1c8uhxed7],
    .address-edit-card[b-h1c8uhxed7],
    .order-verify-card[b-h1c8uhxed7] {
        padding: 1.25rem;
    }

    .verify-actions[b-h1c8uhxed7] {
        flex-direction: column;
    }

    .btn-primary[b-h1c8uhxed7], .btn-secondary[b-h1c8uhxed7] {
        width: 100%;
    }

    .payment-row[b-h1c8uhxed7] {
        flex-wrap: wrap;
    }

    .payment-amount[b-h1c8uhxed7] {
        width: 100%;
        text-align: right;
        padding-top: 0.5rem;
        border-top: 1px solid rgba(255,255,255,0.05);
        margin-top: 0.5rem;
    }

    /* Smaller font for products on mobile */
    .products-card[b-h1c8uhxed7]  td,
    .products-card[b-h1c8uhxed7]  th {
        font-size: 0.8125rem;
    }

    .products-card[b-h1c8uhxed7]  .textsmall {
        font-size: 0.75rem;
    }

    .info-card-title[b-h1c8uhxed7],
    .products-title[b-h1c8uhxed7],
    .payments-title[b-h1c8uhxed7] {
        font-size: 0.75rem;
    }
}
/* _content/www_eudhos_eu/Pages/Shop/Components/KitPreview.razor.rz.scp.css */
.cardiv[b-r6724lv0zf] {
    border-radius: 25px 25px 15px 15px;
    width: 250px;
    max-width: 250px;
    min-height: 200px;
    padding: 0px;
    backdrop-filter: brightness(75%) blur(2px);
}

#title[b-r6724lv0zf] {
    border-radius: 25px 25px 0 0;
    padding: 10px;
    margin: 0px;
}

.desc[b-r6724lv0zf] {
    font-size: 12px;
    text-align: justify;
    color: #cccccc;
}

.imgb[b-r6724lv0zf] {
    filter: blur(5px);
}
/* _content/www_eudhos_eu/Pages/Shop/Components/ModelKitList.razor.rz.scp.css */
table[b-1n9tgxdyf3] {
    max-width: 1440px !important;
    width: 100% !important;
    table-layout: fixed;
}

    table tr[b-1n9tgxdyf3] {
        margin: 3px;
    }


    table td[b-1n9tgxdyf3] {
        white-space: normal;
        vertical-align: middle;
        text-align: start;
        padding: 2px; 5px;
    }
/* _content/www_eudhos_eu/Pages/Shop/Components/ProductImage.razor.rz.scp.css */
.product-image-container[b-wylimrsfsj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.primary-image[b-wylimrsfsj] {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.gallery-container[b-wylimrsfsj] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.5rem;
    gap: 0.5rem;
}

.gallery-thumb[b-wylimrsfsj] {
    position: relative;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.gallery-thumb.active[b-wylimrsfsj] {
    border-color: #5DA8CB;
}

.gallery-thumb.default[b-wylimrsfsj] {
    border-color: #71E1D4;
}

.gallery-thumb:hover[b-wylimrsfsj] {
    transform: scale(1.05);
}

.gallery-image[b-wylimrsfsj] {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    cursor: pointer;
}

.default-badge[b-wylimrsfsj] {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #71E1D4;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-image-container[b-wylimrsfsj] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1;
}
/* _content/www_eudhos_eu/Pages/Wizard/Components/AddNewZone.razor.rz.scp.css */
/* ============================================
   AddNewZone - Zone Selection by Category
   ============================================ */

.add-zone-container[b-3ay29hq6pa] {
    max-width: 700px;
    margin: 0 auto;
    padding: 1rem;
}

/* Custom zone option card */
.custom-zone-option[b-3ay29hq6pa] {
    border: 1px dashed #5DA8CB50;
    transition: all 0.2s ease;
    cursor: pointer;
}

.custom-zone-option:hover[b-3ay29hq6pa] {
    border-color: #5DA8CB;
    background: #5DA8CB15;
}

/* Category sections */
.zone-category[b-3ay29hq6pa] {
    overflow: hidden;
}

.category-header[b-3ay29hq6pa] {
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.category-header:hover[b-3ay29hq6pa] {
    border-color: #ffffff15;
}

.category-zones[b-3ay29hq6pa] {
    border-top: 1px solid #ffffff10;
}

/* Individual zone items */
.zone-item[b-3ay29hq6pa] {
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    flex: 0 0 auto;
}

.zone-item:hover[b-3ay29hq6pa] {
    border-color: #71E1D450;
    background: #71E1D420;
    transform: translateY(-2px);
}

.zone-item p[b-3ay29hq6pa] {
    word-wrap: break-word;
    hyphens: auto;
}

/* Custom zone form */
.custom-zone-form[b-3ay29hq6pa] {
    max-width: 400px;
    margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .add-zone-container[b-3ay29hq6pa] {
        padding: 0.5rem;
    }

    .zone-item[b-3ay29hq6pa] {
        min-width: 100px !important;
        max-width: 110px !important;
    }

    .category-zones[b-3ay29hq6pa] {
        padding: 0.5rem !important;
    }
}
/* _content/www_eudhos_eu/Pages/Wizard/Components/Kits/KitList.razor.rz.scp.css */
/* Kit grid - responsive layout */
.kit-grid[b-xcedyi5gf6] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    max-width: 700px;
    margin: 0 auto !important;
    padding: 0 0.5rem;
    border-radius: 12px;
    justify-items: center;
}

/* On larger screens in landscape, show more columns */
@media (min-width: 768px) and (orientation: landscape) {
    .kit-grid[b-xcedyi5gf6] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        max-width: 750px;
    }
}

@media (min-width: 1024px) and (orientation: landscape) {
    .kit-grid[b-xcedyi5gf6] {
        grid-template-columns: repeat(4, 1fr);
        max-width: 900px;
    }
}

/* Ensure CardItem fills grid cell properly but has max size */
.kit-grid[b-xcedyi5gf6]  > div {
    width: 100% !important;
    min-width: unset !important;
    max-width: 200px !important;
    margin: 0 auto !important;
}

/* Ensure card titles have equal height */
.kit-grid[b-xcedyi5gf6]  .rounded-more-top {
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Portrait orientation on larger screens - keep 2 column mobile layout */
@media (orientation: portrait) and (min-width: 576px) {
    .kit-grid[b-xcedyi5gf6] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        max-width: 500px;
    }
}
/* _content/www_eudhos_eu/Pages/Wizard/Components/QuotationOptimization.razor.rz.scp.css */


.riepprev[b-x4j7lw1jw8] {
    max-width: 1440px !important;
    width: 100% !important;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
}

    .riepprev div[b-x4j7lw1jw8] {
        margin: auto;
        width: 100%;
    }

    .riepprev table[b-x4j7lw1jw8] {
        margin: auto;
        width: 100% !important;
        max-width: 100% !important;
    }

    .riepprev th[b-x4j7lw1jw8] {
        text-align: center;
        white-space: normal;
        vertical-align: middle;
        padding: 5px;
        font-size: 85%;
        text-transform: uppercase;
        color: #888888;
    }

    .riepprev tr[b-x4j7lw1jw8] {
        background-color: rgba(0, 0, 0, 0.045);
        margin: 5px;
    }

    .riepprev td[b-x4j7lw1jw8] {
        white-space: normal;
        vertical-align: middle;
        text-align: center;
        padding: 5px;
    }

    .riepprev th:nth-child(1)[b-x4j7lw1jw8], .riepprev td:nth-child(1)[b-x4j7lw1jw8] {
        width: 60%;
        text-align: left;
    }

    .riepprev th:nth-child(2)[b-x4j7lw1jw8], .riepprev td:nth-child(2)[b-x4j7lw1jw8] {
        width: 40%;
        font-size: 90%;
        text-align: center;
    }
/* _content/www_eudhos_eu/Pages/Wizard/Components/QuotationOptions.razor.rz.scp.css */


.energyrecap h5[b-ly5i5kw8ih] {
    color: #bbbbbb;
}

.energyrecap p[b-ly5i5kw8ih] {
    color: #bbbbbb;
}

.optiondiv span[b-ly5i5kw8ih] {
    color: #bbbbbb;
}

.optiondiv small[b-ly5i5kw8ih] {
    color: #bbbbbb;
}
/* _content/www_eudhos_eu/Pages/Wizard/Components/WizardAdd.razor.rz.scp.css */
.selectbutton[b-houm07nkya] {
    width: 230px;
    height: 98px;
}

/* Category grid - responsive layout */
.category-grid[b-houm07nkya] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    max-width: 700px;
    margin: 0 auto !important;
    padding: 0 0.5rem;
}

/* Zone grid - responsive layout */
.zone-grid[b-houm07nkya] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    max-width: 700px;
    margin: 0 auto !important;
    padding: 0 0.5rem;
    justify-items: center;
}

/* On larger screens, show more columns */
@media (min-width: 768px) {
    .category-grid[b-houm07nkya] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        max-width: 750px;
    }
    
    .zone-grid[b-houm07nkya] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        max-width: 750px;
        justify-items: center;
    }
}

@media (min-width: 1024px) {
    .category-grid[b-houm07nkya] {
        grid-template-columns: repeat(4, 1fr);
        max-width: 900px;
    }
    
    .zone-grid[b-houm07nkya] {
        grid-template-columns: repeat(4, 1fr);
        max-width: 900px;
        justify-items: center;
    }
}

/* Ensure CardItem fills grid cell properly but has max size */
.category-grid[b-houm07nkya]  > div,
.zone-grid[b-houm07nkya]  > div {
    width: 100% !important;
    min-width: unset !important;
    max-width: 200px !important;
    margin: 0 auto !important;
}
/* _content/www_eudhos_eu/Pages/Wizard/Components/WizardBottomBar.razor.rz.scp.css */
/* ============================================
   WizardBottomBar - Fixed bottom navigation
   ============================================ */

.wizard-bottom-bar[b-he92btaqnn] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #1a1a1ae8;
    backdrop-filter: blur(15px);
    border-top: 1px solid #ffffff15;
    user-select: none;
    -webkit-user-select: none;
}

/* Stats row */
.stats-row[b-he92btaqnn] {
    border-bottom: 1px solid #ffffff10;
}

.stat-item[b-he92btaqnn] {
    padding: 0.25rem 0.5rem;
}

/* Stat box - light gray background for all stat items with fixed equal width */
.stat-box[b-he92btaqnn] {
    background: #ffffff12;
    border-radius: 8px;
    padding: 0.35rem 0.75rem;
    min-width: 7rem;
    width: 7rem;
}

/* Price stat box - allow overflow for animation */
.stat-price[b-he92btaqnn] {
    overflow: visible;
    position: relative;
}

.stat-value[b-he92btaqnn] {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.stat-value .textlarge[b-he92btaqnn] {
    font-size: 1.25rem;
    font-weight: 600;
}

/* Price value - needs transform-origin for scale animation */
.price-value[b-he92btaqnn] {
    display: inline-block;
    transform-origin: center center;
}

/* Price update animation - starts big, stays big for 2s, then shrinks to normal */
.stat-price.price-updated .price-value[b-he92btaqnn] {
    animation: pricePopIn-b-he92btaqnn 2.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes pricePopIn-b-he92btaqnn {
    0% {
        transform: scale(1.8);
        opacity: 0.7;
    }
    7% {
        transform: scale(1.4);
        opacity: 1;
    }
    /* Stay at 1.4 scale for ~2 seconds (7% to 78% = ~2s of 2.8s total) */
    78% {
        transform: scale(1.4);
        opacity: 1;
    }
    90% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Optional: add a subtle glow effect during animation */
.stat-price.price-updated[b-he92btaqnn] {
    animation: priceBoxGlow-b-he92btaqnn 2.8s ease-out;
}

@keyframes priceBoxGlow-b-he92btaqnn {
    0% {
        box-shadow: 0 0 20px #71E1D466;
        background: #71E1D420;
    }
    78% {
        box-shadow: 0 0 15px #71E1D433;
        background: #71E1D415;
    }
    100% {
        box-shadow: none;
        background: #ffffff12;
    }
}

.stat-action[b-he92btaqnn] {
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.stat-action:hover[b-he92btaqnn] {
    background: #ffffff15;
}

/* Actions row */
.actions-row[b-he92btaqnn] {
    padding-bottom: env(safe-area-inset-bottom, 0);
}

.disabled-button[b-he92btaqnn] {
    opacity: 0.5;
    pointer-events: none;
}

/* Responsive adjustments for small width screens */
@media (max-width: 768px) {
    .stats-row[b-he92btaqnn] {
        flex-wrap: wrap;
        gap: 0.5rem !important;
    }
    
    .stat-item[b-he92btaqnn] {
        padding: 0.15rem 0.35rem;
    }
    
    .stat-box[b-he92btaqnn] {
        padding: 0.25rem 0.5rem;
        min-width: 5.5rem;
        width: 5.5rem;
    }
    
    .stat-value .textlarge[b-he92btaqnn] {
        font-size: 1rem;
    }
    
    /* Smaller scale for mobile animation but same timing */
    @keyframes pricePopIn-b-he92btaqnn {
        0% {
            transform: scale(1.5);
            opacity: 0.7;
        }
        7% {
            transform: scale(1.3);
            opacity: 1;
        }
        78% {
            transform: scale(1.3);
            opacity: 1;
        }
        90% {
            transform: scale(1.05);
            opacity: 1;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }
    
    .actions-row[b-he92btaqnn] {
        gap: 0.25rem !important;
    }
}

/* Portrait orientation on larger screens - apply mobile styles */
@media (orientation: portrait) and (min-width: 769px) {
    .stats-row[b-he92btaqnn] {
        flex-wrap: wrap;
        gap: 0.5rem !important;
    }
    
    .stat-item[b-he92btaqnn] {
        padding: 0.15rem 0.35rem;
    }
    
    .stat-box[b-he92btaqnn] {
        padding: 0.25rem 0.5rem;
        min-width: 5.5rem;
        width: 5.5rem;
    }
    
    .stat-value .textlarge[b-he92btaqnn] {
        font-size: 1rem;
    }
    
    .actions-row[b-he92btaqnn] {
        gap: 0.25rem !important;
    }
}

/* Very small screens */
@media (max-width: 400px) {
    .stat-item:not(:last-of-type) .stat-value span.textsmall[b-he92btaqnn] {
        display: none;
    }
    
    .stat-box[b-he92btaqnn] {
        min-width: 4.5rem;
        width: 4.5rem;
    }
}
/* _content/www_eudhos_eu/Pages/Wizard/Components/WizardBuilder.razor.rz.scp.css */


.configuratore[b-ntp75mdft7] {
    opacity: 1;
    font-size: 90%;
    font-weight: 700;
    text-align: center;
}
/* _content/www_eudhos_eu/Pages/Wizard/Components/WizardDesignModeAutomation.razor.rz.scp.css */
/* ============================================
   WizardDesignModeAutomation - Zones grid & Settings
   ============================================ */

/* Zones grid - centered layout for automation mode (typically 2 cards) */
.zones-grid-automation[b-nukysvl1q4] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    max-width: 600px;
    margin: 0 auto !important;
    padding: 0 0.5rem;
}

/* Override CardGeneric fixed width inside zones-grid */
.zones-grid-automation[b-nukysvl1q4]  .cardiv {
    width: 180px !important;
    max-width: 220px !important;
    min-width: 160px !important;
    margin: 0 !important;
    flex-shrink: 0;
}

/* On larger screens, allow bigger cards */
@media (min-width: 576px) {
    .zones-grid-automation[b-nukysvl1q4]  .cardiv {
        width: 200px !important;
    }
}

@media (min-width: 768px) {
    .zones-grid-automation[b-nukysvl1q4]  .cardiv {
        width: 220px !important;
    }
}

/* Settings section */
.settings-section[b-nukysvl1q4] {
    max-width: 500px;
    margin: 0 auto;
}

.settings-row[b-nukysvl1q4] {
    transition: background-color 0.2s ease;
}

.settings-row:hover[b-nukysvl1q4] {
    background-color: #ffffff10;
}

.settings-label[b-nukysvl1q4] {
    padding-left: 0.5rem;
}

.settings-value[b-nukysvl1q4] {
    padding-right: 0.5rem;
}

.settings-value button[b-nukysvl1q4] {
    margin: 0 !important;
}
/* _content/www_eudhos_eu/Pages/Wizard/Components/WizardDesignModeZones.razor.rz.scp.css */
/* ============================================
   WizardDesignModeZones - Main CTA button
   ============================================ */

.main-cta-btn[b-peegt15so3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    background: #71E1D420;
    border: 1px solid #71E1D466;
    border-radius: 8px;
    color: #71E1D4 !important;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    animation: main-cta-breathe-b-peegt15so3 4s ease-in-out infinite;
}

/* Relaxing breathing animation - subtle glow pulse */
@keyframes main-cta-breathe-b-peegt15so3 {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(113, 225, 212, 0),
                    0 2px 8px rgba(113, 225, 212, 0.1);
        border-color: #71E1D450;
    }
    50% {
        box-shadow: 0 0 16px 2px rgba(113, 225, 212, 0.12),
                    0 4px 12px rgba(113, 225, 212, 0.18);
        border-color: #71E1D470;
    }
}

/* Subtle shimmer effect */
.main-cta-btn[b-peegt15so3]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(113, 225, 212, 0.06),
        transparent
    );
    animation: main-cta-shimmer-b-peegt15so3 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes main-cta-shimmer-b-peegt15so3 {
    0%, 100% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
}

.main-cta-btn:hover[b-peegt15so3] {
    background: #71E1D436;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(113, 225, 212, 0.2);
    animation: none; /* Stop breathing on hover */
}

.main-cta-btn:hover[b-peegt15so3]::before {
    animation: none;
    opacity: 0;
}

/* Add Zone button - neutral styling */
.add-zone-btn[b-peegt15so3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    background: #ffffff10;
    border: 1px solid #ffffff20;
    border-radius: 6px;
    color: #eeeeee !important;
    transition: all 0.2s ease;
}

.add-zone-btn:hover[b-peegt15so3] {
    background: #ffffff18;
}

/* ============================================
   WizardDesignModeZones - Settings section
   ============================================ */

.settings-section[b-peegt15so3] {
    max-width: 500px;
    margin: 0 auto;
}

.settings-row[b-peegt15so3] {
    transition: background-color 0.2s ease;
}

.settings-row:hover[b-peegt15so3] {
    background-color: #ffffff10;
}

/* Setting items - consistent row styling */
.setting-item[b-peegt15so3] {
    padding: 0.6rem 0.25rem;
    border-bottom: 1px solid #ffffff10;
}

.setting-item:last-child[b-peegt15so3] {
    border-bottom: none;
}

.setting-label[b-peegt15so3] {
    font-size: 0.95rem;
}

.setting-action button[b-peegt15so3] {
    margin: 0 !important;
    padding: 0.4rem 0.8rem;
}

/* ============================================
   WizardDesignModeZones - Zones grid & Settings
   ============================================ */

/* Zones grid - responsive layout */
.zones-grid[b-peegt15so3] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    max-width: 900px;
    margin: 0 auto !important;
    padding: 0 0.5rem;
}

/* Override CardGeneric fixed width inside zones-grid */
.zones-grid[b-peegt15so3]  .cardiv {
    width: 160px !important;
    max-width: 200px !important;
    min-width: 140px !important;
    margin: 0 !important;
    flex-shrink: 0;
}

/* Zone cards - smaller icons (60% reduction from original) and text */
.zones-grid[b-peegt15so3]  #title svg {
    width: 1.4rem !important;
    height: 1.4rem !important;
}

.zones-grid[b-peegt15so3]  #title .textsection {
    font-size: 0.75rem !important;
}

/* Zone cards info section - smaller */
.zones-grid[b-peegt15so3]  .zone-info {
    font-size: 90%;
}

/* Mobile: even smaller for compact display */
@media (max-width: 575px) {
    .zones-grid[b-peegt15so3]  #title svg {
        width: 1.2rem !important;
        height: 1.2rem !important;
    }
    
    .zones-grid[b-peegt15so3]  #title .textsection {
        font-size: 0.68rem !important;
    }
    
    .zones-grid[b-peegt15so3]  .zone-info {
        font-size: 85%;
    }
    
    .setting-label[b-peegt15so3] {
        font-size: 0.85rem;
    }
    
    .main-cta-btn[b-peegt15so3] {
        padding: 0.7rem 1.2rem;
        font-size: 1rem;
    }
}

/* Portrait orientation on larger screens - apply mobile styles */
@media (orientation: portrait) and (min-width: 576px) {
    .zones-grid[b-peegt15so3]  #title svg {
        width: 1.2rem !important;
        height: 1.2rem !important;
    }
    
    .zones-grid[b-peegt15so3]  #title .textsection {
        font-size: 0.68rem !important;
    }
    
    .zones-grid[b-peegt15so3]  .zone-info {
        font-size: 85%;
    }
}

/* On larger screens (landscape), allow bigger cards */
@media (min-width: 576px) and (orientation: landscape) {
    .zones-grid[b-peegt15so3]  .cardiv {
        width: 180px !important;
    }
}

@media (min-width: 768px) and (orientation: landscape) {
    .zones-grid[b-peegt15so3]  .cardiv {
        width: 200px !important;
    }
}
/* _content/www_eudhos_eu/Pages/Wizard/Components/WizardInvoice.razor.rz.scp.css */
table[b-7rrnxvnii8] {
    width: 100% !important;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
}


    table th[b-7rrnxvnii8] {
        text-align: center;
        white-space: normal;
        vertical-align: middle;
        padding: 5px;
        text-transform: uppercase;
    }

    table tr[b-7rrnxvnii8] {
        margin: 5px;
    }

        table tr:nth-child(even)[b-7rrnxvnii8] {
            background-color: #11111171;
        }

    table td[b-7rrnxvnii8] {
        white-space: normal;
        vertical-align: middle;
        text-align: center;
        padding: 15px;
    }

        table th:nth-child(1)[b-7rrnxvnii8], table td:nth-child(1)[b-7rrnxvnii8] {
            width: 40%;
            text-align: left;
        }

        table th:nth-child(2)[b-7rrnxvnii8], table td:nth-child(2)[b-7rrnxvnii8] {
            width: 15%;
        }

        table th:nth-child(3)[b-7rrnxvnii8], table td:nth-child(3)[b-7rrnxvnii8] {
            width: 15%;
        }

        table th:nth-child(4)[b-7rrnxvnii8], table td:nth-child(4)[b-7rrnxvnii8] {
            width: 30%;
        }

/* Excluded items styling (DoNotIncludeInSellList = true) */
.excluded-row[b-7rrnxvnii8] {
    opacity: 0.7;
}

.excluded-text[b-7rrnxvnii8] {
    text-decoration: line-through;
    color: #777777;
}
/* _content/www_eudhos_eu/Pages/Wizard/Components/WizardInvoiceRecap.razor.rz.scp.css */
table[b-xrhn6x1912] {
    max-width: 1440px !important;
    width: 100% !important;
    table-layout: fixed;
}

    table tr[b-xrhn6x1912] {
        margin: 5px;
    }


    table td[b-xrhn6x1912] {
        white-space: normal;
        vertical-align: middle;
        text-align: start;
        padding: 5px;
    }
/* _content/www_eudhos_eu/Pages/Wizard/Components/WizardMain.razor.rz.scp.css */
/* ============================================
   WizardMain - Clean, Focused Design
   Best UI practices: Visual hierarchy, whitespace, readability
   ============================================ */

.wizard-main[b-ikrhyqct10] {
    max-width: 100%;
    margin: 0 auto;
    padding: 0.75rem;
}

/* ============================================
   Hero Section - Clear value proposition
   ============================================ */
.welcome-hero[b-ikrhyqct10] {
    padding: 1rem 0;
    max-width: 600px;
    margin: 0 auto;
}

.hero-title[b-ikrhyqct10] {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    color: #f0f0f0;
}

.hero-subtitle[b-ikrhyqct10] {
    font-size: clamp(0.95rem, 2vw, 1.25rem);
    color: #999999;
    max-width: 480px;
    margin: 0.5rem auto 0;
    line-height: 1.5;
}

/* ============================================
   Primary CTA - Maximum focus with relaxing animation
   ============================================ */
.cta-section[b-ikrhyqct10] {
    padding: 0.5rem 0;
    max-width: 600px;
    margin: 0 auto;
}

.cta-primary[b-ikrhyqct10] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: clamp(0.75rem, 2vw, 1.1rem) clamp(1.5rem, 4vw, 2.5rem);
    font-size: clamp(0.9rem, 2vw, 1.15rem);
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    background: #71E1D425;
    border: 2px solid #71E1D460;
    border-radius: 12px;
    color: #71E1D4 !important;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
    animation: cta-breathe-b-ikrhyqct10 4s ease-in-out infinite;
}

/* Relaxing breathing animation - subtle glow pulse */
@keyframes cta-breathe-b-ikrhyqct10 {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(113, 225, 212, 0),
                    0 4px 12px rgba(113, 225, 212, 0.1);
        border-color: #71E1D450;
    }
    50% {
        box-shadow: 0 0 20px 2px rgba(113, 225, 212, 0.15),
                    0 4px 16px rgba(113, 225, 212, 0.2);
        border-color: #71E1D470;
    }
}

/* Subtle shimmer effect on the button */
.cta-primary[b-ikrhyqct10]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(113, 225, 212, 0.08),
        transparent
    );
    animation: cta-shimmer-b-ikrhyqct10 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes cta-shimmer-b-ikrhyqct10 {
    0%, 100% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
}

.cta-primary:hover[b-ikrhyqct10] {
    background: #71E1D435;
    border-color: #71E1D480;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(113, 225, 212, 0.2);
    animation: none; /* Stop breathing on hover for clear feedback */
}

.cta-primary:hover[b-ikrhyqct10]::before {
    animation: none;
    opacity: 0;
}

.cta-primary:active[b-ikrhyqct10] {
    transform: translateY(0);
}

/* ============================================
   Steps Section - Visual 3-step process
   ============================================ */
.steps-section[b-ikrhyqct10] {
    padding: 0.5rem 0;
    max-width: 600px;
    margin: 0 auto;
}

.step-number[b-ikrhyqct10] {
    width: clamp(1.75rem, 4vw, 2.5rem);
    height: clamp(1.75rem, 4vw, 2.5rem);
    line-height: clamp(1.75rem, 4vw, 2.5rem);
    margin: 0 auto 0.4rem;
    background: #ffffff10;
    border: 1px solid #ffffff20;
    border-radius: 50%;
    font-size: clamp(0.85rem, 2vw, 1.1rem);
    font-weight: 700;
    color: #7DC8EB;
}

.step-text[b-ikrhyqct10] {
    font-size: clamp(0.7rem, 1.5vw, 0.95rem);
    color: #aaaaaa;
    line-height: 1.3;
    margin: 0;
}

.step-text strong[b-ikrhyqct10] {
    color: #dddddd;
}

/* ============================================
   Configuration Section
   ============================================ */
.config-section[b-ikrhyqct10] {
    padding-top: 0.5rem;
    max-width: 600px;
    margin: 0 auto;
}

.config-btn[b-ikrhyqct10] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: clamp(0.4rem, 1vw, 0.65rem) clamp(0.75rem, 2vw, 1.25rem);
    font-size: clamp(0.75rem, 1.5vw, 0.9rem);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    background: #ffffff08;
    border: 1px solid #ffffff15;
    border-radius: 8px;
    color: #cccccc !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.config-btn:hover[b-ikrhyqct10] {
    background: #ffffff15;
    border-color: #ffffff25;
}

.config-btn.config-warning[b-ikrhyqct10] {
    border-color: #DCA26E50;
    color: #DCA26E !important;
}

/* ============================================
   Trust Section - Minimal footer
   ============================================ */
.trust-section[b-ikrhyqct10] {
    border-top: 1px solid #ffffff10;
    max-width: 600px;
    margin: 0 auto;
}

.trust-badge[b-ikrhyqct10] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: clamp(0.7rem, 1.5vw, 0.9rem);
    color: #888888;
}

/* ============================================
   Active State
   ============================================ */
.active-header[b-ikrhyqct10] {
    padding: 0.5rem 0;
}

.quick-settings[b-ikrhyqct10] {
    margin-top: 1rem;
}

/* ============================================
   Responsive - Extra compact on small screens
   ============================================ */
@media (max-width: 576px) {
    .wizard-main[b-ikrhyqct10] {
        padding: 0.5rem;
    }

    .welcome-hero[b-ikrhyqct10] {
        padding: 0.5rem 0;
    }

    .steps-section[b-ikrhyqct10] {
        padding: 0.25rem 0;
    }

    .trust-section[b-ikrhyqct10] {
        padding-top: 0.5rem;
    }
}

/* Portrait orientation on larger screens - apply mobile-like compact styles */
@media (orientation: portrait) and (min-width: 577px) {
    .wizard-main[b-ikrhyqct10] {
        padding: 0.5rem;
    }

    .welcome-hero[b-ikrhyqct10] {
        padding: 0.5rem 0;
    }

    .steps-section[b-ikrhyqct10] {
        padding: 0.25rem 0;
    }

    .trust-section[b-ikrhyqct10] {
        padding-top: 0.5rem;
    }
}

/* ============================================
   Legacy table styles (kept for compatibility)
   ============================================ */
table[b-ikrhyqct10] {
    max-width: 1440px !important;
    width: 100% !important;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
}

table th[b-ikrhyqct10] {
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    padding: 5px;
    font-size: 85%;
    text-transform: uppercase;
}

table tr[b-ikrhyqct10] {
    margin: 5px;
}

table td[b-ikrhyqct10] {
    background-color: rgba(255, 255, 255, 0.045);
    white-space: normal;
    vertical-align: middle;
    text-align: center;
    padding: 15px;
}

table th:nth-child(1)[b-ikrhyqct10], table td:nth-child(1)[b-ikrhyqct10] {
    width: 30%;
    text-align: left;
}

table th:nth-child(2)[b-ikrhyqct10], table td:nth-child(2)[b-ikrhyqct10] {
    width: 10%;
}

table th:nth-child(3)[b-ikrhyqct10], table td:nth-child(3)[b-ikrhyqct10] {
    width: 10%;
}

table th:nth-child(4)[b-ikrhyqct10], table td:nth-child(4)[b-ikrhyqct10] {
    width: 27%;
    font-size: 90%;
    text-align: center;
}

table th:nth-child(5)[b-ikrhyqct10], table td:nth-child(5)[b-ikrhyqct10] {
    width: 5%;
}
/* _content/www_eudhos_eu/Pages/Wizard/Components/WizardSave.razor.rz.scp.css */

.selectbutton[b-pu6jh5zjl9] {
    width: 230px;
    height: 98px;
}
/* _content/www_eudhos_eu/Pages/Wizard/Components/ZoneCard.razor.rz.scp.css */
/* ============================================
   ZoneCard - Modern info layout
   ============================================ */

.zone-info[b-18s1gy71dd] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.25rem 0;
}

.info-row[b-18s1gy71dd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.15rem 0.25rem;
}

.info-label[b-18s1gy71dd] {
    color: #777777;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.info-value[b-18s1gy71dd] {
    font-weight: 600;
    font-size: 0.8rem;
    color: #eeeeee;
}

.info-unit[b-18s1gy71dd] {
    font-size: 0.6rem;
    font-weight: 400;
    color: #999999;
    margin-left: 0.15rem;
}

.info-divider[b-18s1gy71dd] {
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff15, transparent);
    margin: 0.25rem 0;
}

.total-row[b-18s1gy71dd] {
    padding-top: 0.25rem;
}

.total-row .info-value.price[b-18s1gy71dd] {
    color: #71E1D4;
    font-weight: 700;
}

/* Kit icons section */
.kit-icons[b-18s1gy71dd] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    padding-top: 0.35rem;
    flex-wrap: wrap;
}
/* _content/www_eudhos_eu/Pages/Wizard/Index.razor.rz.scp.css */
#welcome[b-jevc86xj11] {
    opacity: 0.66;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    image-orientation: from-image;
    background-image: url( '/images/background/background1.svg' ) !important;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    filter: brightness(55%) !important;
    z-index: -1000;
}

li[b-jevc86xj11] {
    background-color: #ffffff08;
}

    li a span[b-jevc86xj11] {
        text-align: left;
        text-transform: Uppercase;
        color: lightgray;
        font-size: 55%;
        font-style: normal;
    }

    li a svg[b-jevc86xj11] {
        display: block;
        margin: auto;
        width: 24px;
        height: 24px;
        fill: rgba(141, 183, 208, 1);
    }

.active[b-jevc86xj11] {
    background-color: #ffffff18;
    font-style: italic;
}

.functionsbox[b-jevc86xj11] {
    text-align: center;
}

    .functionsbox small[b-jevc86xj11] {
        color: #bbbbbb;
    }

.zonesbox[b-jevc86xj11] {
    text-align: center;
}

    .zonesbox small[b-jevc86xj11] {
        color: #bbbbbb;
    }
/* _content/www_eudhos_eu/Shared/LandingLayout.razor.rz.scp.css */
html[b-ndjhmgi932] {
    height: 100%;
}

body[b-ndjhmgi932] {
    height: 100%;
}
/* _content/www_eudhos_eu/Shared/MainLayout.razor.rz.scp.css */
.page[b-m2lazridfl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-m2lazridfl] {
    flex: 1;
}

.sidebar[b-m2lazridfl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-m2lazridfl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-m2lazridfl]  a, .top-row .btn-link[b-m2lazridfl] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-m2lazridfl] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.mobmenu[b-m2lazridfl] {
    width: 100%;
    text-align: center;
    color: #dddddd;
}

    .mobmenu p[b-m2lazridfl] {
        width: 100%;
        background-color: rgba(255,255,255,0.15);
    }

        .mobmenu p:hover[b-m2lazridfl] {
            background-color: rgba(255,255,255,0.35);
        }

    .mobmenu a[b-m2lazridfl] {
        color: #dddddd;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-m2lazridfl] {
        display: none;
    }

    .top-row.auth[b-m2lazridfl] {
        justify-content: space-between;
    }

    .top-row a[b-m2lazridfl], .top-row .btn-link[b-m2lazridfl] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-m2lazridfl] {
        flex-direction: row;
    }

    .sidebar[b-m2lazridfl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-m2lazridfl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-m2lazridfl], article[b-m2lazridfl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Cookie Banner - Fixed bottom, centered, max 40% height, flat style */
.cookie[b-m2lazridfl] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 40vh;
    z-index: 99999;
    background: rgba(23, 23, 23, 0.98);
    backdrop-filter: blur(10px);
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
}

.cookie h6[b-m2lazridfl] {
    margin: 0;
    color: #eeeeee;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.4;
    flex: 1;
    min-width: 200px;
}

.cookie h6 a[b-m2lazridfl] {
    color: #7DC8EB;
    text-decoration: underline;
}

.cookie h6 a:hover[b-m2lazridfl] {
    color: #5DA8CB;
}

.cookie-actions[b-m2lazridfl] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.cookie-actions button[b-m2lazridfl] {
    background: rgba(93, 168, 203, 0.25);
    border: none;
    color: #7DC8EB;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.85rem;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.cookie-actions button:hover[b-m2lazridfl] {
    background: rgba(93, 168, 203, 0.4);
}

.cookie-actions button:first-of-type[b-m2lazridfl] {
    background: rgba(93, 168, 203, 0.4);
}

.cookie-actions button:first-of-type:hover[b-m2lazridfl] {
    background: rgba(93, 168, 203, 0.55);
}

.cookie-actions button.cookie-decline[b-m2lazridfl] {
    background: rgba(119, 119, 119, 0.2);
    color: #999999;
}

.cookie-actions button.cookie-decline:hover[b-m2lazridfl] {
    background: rgba(119, 119, 119, 0.35);
    color: #bbbbbb;
}

.cookie-actions a[b-m2lazridfl] {
    color: #777777;
    font-size: 0.8rem;
    text-decoration: none;
    padding: 0.5rem 0.75rem;
    white-space: nowrap;
}

.cookie-actions a:hover[b-m2lazridfl] {
    color: #eeeeee;
    text-decoration: underline;
}

/* ════════════════════════════════════════════════════════════════════════════
   FOOTER PAYMENT METHODS
   ════════════════════════════════════════════════════════════════════════════ */
.payment-methods[b-m2lazridfl] {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 1.25rem !important;
    flex-wrap: wrap;
    padding: 0.75rem 0 !important;
}

.bank-transfer-badge[b-m2lazridfl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, rgba(93, 168, 203, 0.15) 0%, rgba(93, 168, 203, 0.08) 100%);
    border: 1px solid rgba(93, 168, 203, 0.3);
    border-radius: 8px;
    color: #5DA8CB !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    cursor: pointer;
}

.bank-transfer-badge:hover[b-m2lazridfl] {
    background: linear-gradient(135deg, rgba(93, 168, 203, 0.25) 0%, rgba(93, 168, 203, 0.15) 100%);
    border-color: rgba(93, 168, 203, 0.5);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(93, 168, 203, 0.2);
}

.bank-transfer-badge span[b-m2lazridfl] {
    font-weight: 600;
}

/* ============================================
   Portrait Orientation Override
   Force mobile-like navbar on portrait screens
   (when height > width, like 1080x1920)
   ============================================ */
@media (orientation: portrait) and (min-width: 768px) {
    /* Hide the expanded navbar on portrait mode even on wider screens */
    .navbar-collapse[b-m2lazridfl] {
        display: none !important;
    }
    
    /* Show the hamburger menu toggle */
    .navbar-toggler[b-m2lazridfl] {
        display: block !important;
    }
    
    /* When mobile menu is open, show it */
    .navbar-collapse.show[b-m2lazridfl] {
        display: block !important;
    }
}
/* _content/www_eudhos_eu/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sp2ls6it8u] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-sp2ls6it8u] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-sp2ls6it8u] {
    font-size: 1.1rem;
}

.oi[b-sp2ls6it8u] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-sp2ls6it8u] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-sp2ls6it8u] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sp2ls6it8u] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sp2ls6it8u]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-sp2ls6it8u]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-sp2ls6it8u]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sp2ls6it8u] {
        display: none;
    }

    .collapse[b-sp2ls6it8u] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
