/* _content/EtaBeta.WebClient.Configurator/Maintenance.razor.rz.scp.css */
.img-maintenance[b-ejeh53wl65] {
    height: 35vh;
    padding-bottom: 20px;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Applications/ApplicationSection.razor.rz.scp.css */
hr[b-82thzcqbpy] {
    margin-top: 0.2rem;
}

.form-control:focus[b-82thzcqbpy] {
    box-shadow: none;
    border-color: inherit;
}

input[type=radio][b-82thzcqbpy] {
    width: 18px;
    height: 18px;
    accent-color: var(--green-petrol);
}
input:disabled[b-82thzcqbpy] {
    color: transparent;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/CheckOut/CheckOutPage.razor.rz.scp.css */
.container-fluid[b-0m9g5550r5] {
    background-color: var(--light-green-petrol);
    min-height: 100vh;
}

.back-configurator-button[b-0m9g5550r5] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    border-radius: 40px;
    background-color: white;
    cursor: pointer;
    border: 1px solid #ccc;
}

.back-configurator-icon[b-0m9g5550r5] {
    font-size: 1.4rem;
    margin-right: 5px;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/CheckOut/PdfPages/QuotationsPdfCheckout.razor.rz.scp.css */
#quotations-summary-container[b-su1xh0g0k1] {
    font-size: 30px;
}

    #quotations-summary-container *[b-su1xh0g0k1] {
        font-size: 1em;
    }

#quotations-summary-container h1[b-su1xh0g0k1] {
    font-size: 3.5em;
}
#quotations-summary-container h2[b-su1xh0g0k1] {
    font-size: 3em;
}
#quotations-summary-container h3[b-su1xh0g0k1] {
font-size: 2.2em;
}
#quotations-summary-container h4[b-su1xh0g0k1] {
    font-size: 1.8em;
}
#quotations-summary-container h5[b-su1xh0g0k1] {
    font-size: 1.3em;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/CheckOut/PdfPages/QuotationSummaryLabelPdfViewer.razor.rz.scp.css */
.product-card-primary[b-476c7hl5ad] {
    box-shadow: 0px 10px 20px rgba(0,0,0,0.10);
    background-color: white;
    border-radius: 5px;
    transition: background-color 0.3s, border-color 0.3s;
    box-sizing: border-box;
    border: 1px solid #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.circular[b-476c7hl5ad] {
    border-radius: 50%;
}

.center[b-476c7hl5ad] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom[b-476c7hl5ad] {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.gap[b-476c7hl5ad] {
    position: relative;
}

.label-container[b-476c7hl5ad] {
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    box-sizing: border-box;
    position: relative;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

.info-product[b-476c7hl5ad] {
    font-size: 10px;
    margin-top: 10px;
}

.inside[b-476c7hl5ad] {
    z-index: 0 !important;
    top: -25% !important;
}

.rotate-90[b-476c7hl5ad] {
    transform: rotate(90deg);
    transition: transform 1s ease-in-out;
}

.rotate-180[b-476c7hl5ad] {
    transform: rotate(180deg);
    transition: transform 1s ease-in-out;
}

.rotate-270[b-476c7hl5ad] {
    transform: rotate(270deg);
    transition: transform 1s ease-in-out;
}

.paper-border[b-476c7hl5ad] {
    border: 1px solid #ccc;
}

.dimensioning[b-476c7hl5ad] {
    width: 15px;
    height: 100%;
    border-top: solid 1px #9e9f9e;
    border-bottom: solid 1px #9e9f9e;
    position: absolute;
    text-align: center;
    background-position: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWen56xmYC2AAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    font-size: 12px;
}

.dimensioning.left[b-476c7hl5ad] {
    left: -20px;
    background-position-x: 30%;
}

.dimensioning.left > div[b-476c7hl5ad] {
    transform: rotate(-90deg);
    top: 50%;
    position: absolute;
    margin-left: -3.5rem;
    margin-top: -12px;
    white-space: nowrap;
    font-size: 1.8em;
}

.dimensioning.right[b-476c7hl5ad] {
    right: -20px;
    background-position-x: 60%;
}

    .dimensioning.right > div[b-476c7hl5ad] {
        transform: rotate(-270deg);
        top: 50%;
        position: absolute;
        margin-left: -0.8em;
        margin-top: -5px;
        white-space: nowrap;
        font-size: 1.8em;
    }

.dimensioning.bot[b-476c7hl5ad] {
    left: 0;
    bottom: -20px;
    position: absolute;
    width: 100%;
    height: 15px;
    border: 0;
    border-left: solid 1px #9e9f9e;
    border-right: solid 1px #9e9f9e;
    background-repeat: repeat-x;
    background-position-y: 60%;
}

    .dimensioning.bot > div[b-476c7hl5ad] {
        margin-top: 10px;
        font-size: 1.8em;
    }
/* _content/EtaBeta.WebClient.Configurator/Pages/CheckOut/PdfPages/QuotationSummaryPdfConfirm.razor.rz.scp.css */
*[b-0np38gv610]{
    font-family: Arial;
}
#quotation-summary-container[b-0np38gv610] {
    font-size: 30px;
}

#quotation-summary-container *[b-0np38gv610] {
    font-size: 1em;
}

.quotation-summary-title[b-0np38gv610] {
    font-weight: bold;
    font-size: 2em !important;
}

.quotation-summary-section-title[b-0np38gv610] {
    color: var(--green-petrol);
    font-weight: bold;
    font-size: 1.2em !important;
    word-spacing: 2px;
}

.quotation-summary-section-subtitle[b-0np38gv610] {
    color: var(--middle-green-petrol);
    font-weight: bold;
    font-size: 0.8em !important;
}

.quotation-summary-cost[b-0np38gv610] {
    font-size: 2.5rem !important;
}

.square-color[b-0np38gv610] {
    width: 3em;
    height: 3em;
}

.bg-cyan[b-0np38gv610] {
    background-color: #00abe6;
}

.bg-magenta[b-0np38gv610] {
    background-color: #ea068b;
}

.bg-yellow[b-0np38gv610] {
    background-color: #faef10;
}
.discount[b-0np38gv610] {
    color: var(--green-petrol);
}
/* _content/EtaBeta.WebClient.Configurator/Pages/CheckOut/PdfPages/QuotationSummaryRollPdfViewer.razor.rz.scp.css */
.product-card-primary[b-zaypy7e5qt] {
    box-shadow: 0px 10px 20px rgba(0,0,0,0.10);
    background-color: white;
    border-radius: 5px;
    transition: background-color 0.3s, border-color 0.3s;
    box-sizing: border-box;
    border: 1px solid #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.circular[b-zaypy7e5qt] {
    border-radius: 50%;
}

.center[b-zaypy7e5qt] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom[b-zaypy7e5qt] {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.gap[b-zaypy7e5qt] {
    position: relative;
}

.dimensioning[b-zaypy7e5qt] {
    width: 15px;
    height: 100%;
    border-top: solid 1px #9e9f9e;
    border-bottom: solid 1px #9e9f9e;
    position: absolute;
    text-align: center;
    background-position: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWen56xmYC2AAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    font-size: 12px;
}

    .dimensioning.roll[b-zaypy7e5qt] {
        left: -20px;
        background-position-x: 30%;
        bottom: 0;
    }

        .dimensioning.roll > div[b-zaypy7e5qt] {
            transform: rotate(-90deg);
            top: 50%;
            position: absolute;
            margin-left: -2.5em;
            margin-top: -12px;
            white-space: nowrap;
            font-size: 1.6em;
        }

.roll-container[b-zaypy7e5qt] {
    width: 30vw;
    max-width: 90%;
    background-repeat: no-repeat;
    background-position: top center;
    box-sizing: border-box;
    position: relative;
}

    .roll-container .product-card-primary[b-zaypy7e5qt] {
        box-shadow: none;
    }

    .roll-container .roll-group[b-zaypy7e5qt] {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
        z-index: 1;
    }

.roll-element[b-zaypy7e5qt] {
    top: 12%;
    right: 0;
    width: 45%;
    height: 88%;
    position: absolute;
}

    .roll-element .roll[b-zaypy7e5qt] {
        width: 100%;
        height: 100%;
        border: solid 1px var(--dark-blue);
        border-radius: 0% 0 50% 50%/0% 0% 15% 15%;
        background: white;
    }

        .roll-element .roll[b-zaypy7e5qt]:before {
            border: solid 1px var(--dark-blue);
            height: 30%;
            width: calc(100% + 2px);
            top: -15%;
            left: -1px;
            border-radius: 50%;
            background-color: #ecf0f3;
        }

        .roll-element .roll[b-zaypy7e5qt]:before, .roll-element .roll[b-zaypy7e5qt]:after {
            position: absolute;
            content: "";
            z-index: 1;
        }

        .roll-element .roll[b-zaypy7e5qt]:after {
            transition: all .5s ease;
            height: 12.5%;
            width: 50%;
            top: -6%;
            right: 25%;
            border-radius: 50%;
            background: #4d6779;
            box-shadow: inset 0 4px 10px #9eb3c1;
        }

.roll-container.side .sticker-wrapper[b-zaypy7e5qt] {
    background: white;
}

.roll-container .sticker-wrapper[b-zaypy7e5qt] {
    border: solid 1px var(--dark-blue);
    border-right: none;
    background: white;
}

.side .sticker-wrapper[b-zaypy7e5qt] {
    top: .5%;
    width: 90%;
    border-top-right-radius: 20%;
}

.roll-container .sticker-wrapper[b-zaypy7e5qt] {
    left: 0;
    bottom: 0;
    padding: 5%;
    position: absolute;
}

.roll-container .sticker-container[b-zaypy7e5qt] {
    transition: transform .5s ease-in-out;
}

.sticker-container[b-zaypy7e5qt] {
    width: 100%;
    height: 100%;
    align-items: baseline;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}

.sticker-wrapper[b-zaypy7e5qt] {
    padding: 0;
    height: 75.2%;
    width: 80%;
    -webkit-user-select: none;
    user-select: none;
}

.info-product[b-zaypy7e5qt] {
    font-size: 10px;
    margin-top: 10px;
}

.inside[b-zaypy7e5qt] {
    z-index: 0 !important;
    top: -25% !important;
}

.rotate-90[b-zaypy7e5qt] {
    transform: rotate(90deg);
    transition: transform 1s ease-in-out;
}

.rotate-180[b-zaypy7e5qt] {
    transform: rotate(180deg);
    transition: transform 1s ease-in-out;
}

.rotate-270[b-zaypy7e5qt] {
    transform: rotate(270deg);
    transition: transform 1s ease-in-out;
}

.badge[b-zaypy7e5qt] {
    padding: 8px;
    border-radius: 20px;
    background-color: #ccc;
    min-width: 100px;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.paper-border[b-zaypy7e5qt] {
    border: 1px solid #ccc;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/CheckOut/QuotationsCheckout.razor.rz.scp.css */
.file-input-icon[b-qmwadhsa0d] {
    color: #F40F02;
    font-size: 2rem;
}
.file-input-button[b-qmwadhsa0d] {
    font-size: 0.8rem;
}

.icon-button[b-qmwadhsa0d] {
    font-size: 1.4rem;
    margin-right: 5px;
}

.button-download[b-qmwadhsa0d] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    cursor: pointer;
    border: 2px solid #ccc;
    margin: 5px;
    max-height: 50px;
}
.discount[b-qmwadhsa0d] {
    color: var(--green-petrol);
}

.cost-shipping-info[b-qmwadhsa0d]{
    font-size: 0.7em;
}

.remove-discount-button[b-qmwadhsa0d] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 8px;
    border-radius: 40px;
    cursor: pointer;
    width: 100%;
    border: none;
}

.label-price-quotation[b-qmwadhsa0d]{
    font-size: 0.8rem;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/CheckOut/QuotationsCheckoutSummaryPrice.razor.rz.scp.css */

.sticky[b-vnq04nxx6s] {
    position: -webkit-sticky;
    position: sticky;
    top: 10px; 
    height: fit-content; 
    align-self: flex-start; 
}

.card-footer[b-vnq04nxx6s] {
    border: 1px solid var(--green-petrol);
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.discount[b-vnq04nxx6s] {
    color: var(--green-petrol);
}


.remove-discount-button[b-vnq04nxx6s] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 8px;
    border-radius: 40px;
    cursor: pointer;
    width: 100%;
    border: none;
}

.icon-button[b-vnq04nxx6s] {
    font-size: 1.4rem;
    margin-right: 5px;
}

.button-download[b-vnq04nxx6s] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    border-radius: 40px;
    cursor: pointer;
    width: 100%;
    width: 80%;
    max-height: 50px;
    border: 0;

}
/* _content/EtaBeta.WebClient.Configurator/Pages/ConfiguratorPage.razor.rz.scp.css */
.product-viewer-container[b-lmwkjy46jz] {
    border: 2px solid var(--middle-green-petrol);
    border-radius: 10px;
}
.selection-container[b-lmwkjy46jz] {
    height: 74vh;
}

.title[b-lmwkjy46jz]{
    color: var(--green-petrol);
    font-weight: 400;
}

@media (min-width: 992px) {
    .container[b-lmwkjy46jz], .container-lg[b-lmwkjy46jz], .container-md[b-lmwkjy46jz], .container-sm[b-lmwkjy46jz] {
        max-width: calc(960px + 30vw);
    }
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Dimensions/DimensionsSection.razor.rz.scp.css */
hr[b-yg95yeur24] {
    margin-top: 0.2rem;
}

.bg-custom-pastel-grey[b-yg95yeur24] {
    background-color: var(--pastel-grey);
    border-radius: 10px;
}

.row label[b-yg95yeur24],
.row p[b-yg95yeur24] {
    padding: 0;
    margin: 0;
}

.form-control:focus[b-yg95yeur24] {
    box-shadow: none;
    border-color: inherit;
}

.input-label[b-yg95yeur24] {
    font-size: 0.8rem;
    opacity: 0.6;
}

.dropdown[b-yg95yeur24] {
    appearance: auto;
    -webkit-appearance: auto;
}

.error[b-yg95yeur24] {
    color: red;
    margin-top: 10px;
    font-weight: 600;
}

.input-container[b-yg95yeur24] {
    position: relative;
    display: inline-block;
}

.input-suffix[b-yg95yeur24] {
    position: absolute;
    right: 20px;
    top: 70%;
    transform: translateY(-50%);
    pointer-events: none;
    font-weight: 700;
}

input[type="number"][b-yg95yeur24]::-webkit-inner-spin-button,
input[type="number"][b-yg95yeur24]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"][b-yg95yeur24] {
    -moz-appearance: textfield;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Finishings/FinishingSection.razor.rz.scp.css */
hr[b-9oq0wf3mxd] {
    margin-top: 0.2rem;
}

input[type=radio][b-9oq0wf3mxd] {
    width: 18px;
    height: 18px;
    accent-color: var(--green-petrol);
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Index.razor.rz.scp.css */
/* _content/EtaBeta.WebClient.Configurator/Pages/Materials/MaterialSection.razor.rz.scp.css */
hr[b-7gydnii8a8] {
    margin-top: 0.2rem;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/ProductViewer/ProductViewer.razor.rz.scp.css */
.product-card-primary[b-pz1e7idv1j] {
    box-shadow: 0px 10px 20px rgba(0,0,0,0.10);
    background-color: white;
    border-radius: 5px;
    transition: background-color 0.3s, border-color 0.3s;
    box-sizing: border-box;
    border: 1px solid #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.circular[b-pz1e7idv1j]{
    border-radius: 50%;
}

.center[b-pz1e7idv1j]{
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom[b-pz1e7idv1j] {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.gap[b-pz1e7idv1j] {
    position: relative;
}

.dimensioning[b-pz1e7idv1j] {
    width: 15px;
    height: 100%;
    border-top: solid 1px #9e9f9e;
    border-bottom: solid 1px #9e9f9e;
    position: absolute;
    text-align: center;
    background-position: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWen56xmYC2AAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    font-size:12px;
}

.dimensioning.left[b-pz1e7idv1j]{
    left: -20px;
    background-position-x: 30%;
}

.dimensioning.left > div[b-pz1e7idv1j]{
    transform: rotate(-90deg);
    top: 50%;
    position: absolute;
    margin-left: -18px;
    margin-top: -12px;
}

.dimensioning.right[b-pz1e7idv1j] {
    right: -20px;
    background-position-x: 60%;
}

.dimensioning.right > div[b-pz1e7idv1j] {
    transform: rotate(-270deg);
    top: 50%;
    position: absolute;
    margin-left: 10px;
    margin-top: -5px;
}

.dimensioning.bot[b-pz1e7idv1j] {
    left: 0;
    bottom: -20px;
    position: absolute;
    width: 100%;
    height: 15px;
    border: 0;
    border-left: solid 1px #9e9f9e;
    border-right: solid 1px #9e9f9e;
    background-repeat: repeat-x;
    background-position-y: 60%;
}

.dimensioning.bot > div[b-pz1e7idv1j] {
    margin-top: 10px;
}

.dimensioning.roll[b-pz1e7idv1j] {
    left: -20px;
    background-position-x: 30%;
    bottom: 0;
}

.dimensioning.roll > div[b-pz1e7idv1j] {
    transform: rotate(-90deg);
    top: 50%;
    position: absolute;
    margin-left: -18px;
    margin-top: -12px;
}

.label-container[b-pz1e7idv1j] {
    width: 30vw;
    max-width: 90%;
    background-repeat: no-repeat;
    background-position: top center;
    box-sizing: border-box;
    position: relative;
    justify-content:center;
}

.roll-container[b-pz1e7idv1j] {
    width: 30vw;
    max-width: 90%;
    background-repeat: no-repeat;
    background-position: top center;
    box-sizing: border-box;
    position: relative;
}

.roll-container .product-card-primary[b-pz1e7idv1j]{
    box-shadow: none;
}
.roll-container .roll-group[b-pz1e7idv1j] {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    z-index: 1;
}

.roll-element[b-pz1e7idv1j] {
    top: 12%;
    right: 0;
    width: 45%;
    height: 88%;
    position: absolute;
}

.roll-element .roll[b-pz1e7idv1j] {
    width: 100%;
    height: 100%;
    border: solid 1px var(--dark-blue);
    border-radius: 0% 0 50% 50%/0% 0% 15% 15%;
    background: white;
}

.roll-element .roll[b-pz1e7idv1j]:before {
    border: solid 1px var(--dark-blue);
    height: 30%;
    width: calc(100% + 2px);
    top: -15%;
    left: -1px;
    border-radius: 50%;
    background-color: #ecf0f3;
}

.roll-element .roll[b-pz1e7idv1j]:before, .roll-element .roll[b-pz1e7idv1j]:after {
    position: absolute;
    content: "";
    z-index: 1;
}

.roll-element .roll[b-pz1e7idv1j]:after {
    transition: all .5s ease;
    height: 12.5%;
    width: 50%;
    top: -6%;
    right: 25%;
    border-radius: 50%;
    background: #4d6779;
    box-shadow: inset 0 4px 10px #9eb3c1;
}

.roll-container.side .sticker-wrapper[b-pz1e7idv1j] {
    background: white;
}

.roll-container .sticker-wrapper[b-pz1e7idv1j] {
    border: solid 1px var(--dark-blue);
    border-right: none;
    background:white;
}

.side .sticker-wrapper[b-pz1e7idv1j] {
    top: .5%;
    width: 90%;
    border-top-right-radius: 20%;
}

.roll-container .sticker-wrapper[b-pz1e7idv1j] {
    left: 0;
    bottom: 0;
    padding: 5%;
    position: absolute;
}

.roll-container .sticker-container[b-pz1e7idv1j] {
    transition: transform .5s ease-in-out;
}

.sticker-container[b-pz1e7idv1j] {
    width: 100%;
    height: 100%;
    align-items: baseline;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}

.sticker-wrapper[b-pz1e7idv1j] {
    padding: 0;
    height: 75.2%;
    width: 80%;
    -webkit-user-select: none;
    user-select: none;
}

.info-product[b-pz1e7idv1j]{
    font-size:10px;
    margin-top: 10px;
}

.inside[b-pz1e7idv1j] {
    z-index: 0 !important;
    top: -25% !important;
}
.rotate-90[b-pz1e7idv1j] {
    transform: rotate(90deg);
    transition: transform 1s ease-in-out;
}

.rotate-180[b-pz1e7idv1j] {
    transform: rotate(180deg);
    transition: transform 1s ease-in-out;
}

.rotate-270[b-pz1e7idv1j] {
    transform: rotate(270deg);
    transition: transform 1s ease-in-out;
}

.badge[b-pz1e7idv1j] {
    padding: 8px;
    border-radius: 20px;
    background-color: #ccc;
    min-width: 100px; 
    max-width: 300px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.material[b-pz1e7idv1j]{
    background-color: var(--green-petrol);
}

.finishing[b-pz1e7idv1j] {
    background-color: var(--pastel-grey);
    color: black;
}

.paper-border[b-pz1e7idv1j]{
    border: 1px solid #ccc;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Quantity/QuantitySection.razor.rz.scp.css */
hr[b-4qizlmir6s] {
    margin-top: 0.2rem;
}

.form-control:focus[b-4qizlmir6s] {
    box-shadow: none;
    border-color: inherit;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Quotations/QuotationSummaryPrices.razor.rz.scp.css */
.card-header[b-tg3vx6pdi6] {
    background-color: var(--green-petrol);
    font-weight: bold;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.card[b-tg3vx6pdi6] {
    border-radius: 10px;
}

.card-body[b-tg3vx6pdi6] {
    border: 1px solid var(--green-petrol);
    border-bottom: 0;
}

.card-footer[b-tg3vx6pdi6] {
    border: 1px solid var(--green-petrol);
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.discount[b-tg3vx6pdi6] {
    color: var(--green-petrol);
}

.shopping-cart-button[b-tg3vx6pdi6] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    border-radius: 40px;
    cursor: pointer;
    width: 100%;
    border: none;
    background-color: var(--green);
}

    .shopping-cart-button:disabled[b-tg3vx6pdi6] {
        background-color: var(--middle-grey) !important;
        color: #666 !important;
        cursor: not-allowed;
        opacity: .8;
    }

        .shopping-cart-button:disabled .icon-button[b-tg3vx6pdi6] {
            opacity: .8;
        }

.remove-discount-button[b-tg3vx6pdi6] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 8px;
    border-radius: 40px;
    cursor: pointer;
    width: 100%;
    border: none;
}

.icon-button[b-tg3vx6pdi6] {
    font-size: 1.4rem;
    margin-right: 5px;
}

.button-download[b-tg3vx6pdi6] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    border-radius: 40px;
    cursor: pointer;
    width: 100%;
    border: 2px solid #ccc;
    width: 80%;
    max-height: 50px;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Sections/Selection.razor.rz.scp.css */
hr[b-n8c6upmaud] {
    color: var(--green-petrol);
    height: 5px;
    opacity: unset;
    border-radius: 10px;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Setups/SetupSection.razor.rz.scp.css */
hr[b-elx8fy2uzh] {
    margin-top: 0.2rem;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Shapes/ShapeSection.razor.rz.scp.css */
hr[b-c8vlkf0jpd] {
    margin-top: 0.2rem;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Shared/Components/AlertDisclaimer.razor.rz.scp.css */
html[b-m1q217qsnw], body[b-m1q217qsnw] {
    height: 100%;
}

.alert[b-m1q217qsnw] {
    background: #ffdb9b;
    padding: 10px;
    right: 0;
    border-radius: 4px;
    border-left: 8px solid #ffa502;
    pointer-events: none;
}

.alert .title[b-m1q217qsnw] {
    font-size: 1rem;
    color: #ce8500;
    font-weight: bold;
}

.alert .msg[b-m1q217qsnw] {
    font-size: 0.8rem;
    color: #ce8500;
}

hr[b-m1q217qsnw] {
    color: #ce8500;
    border: 1px solid;
}

/* _content/EtaBeta.WebClient.Configurator/Pages/Shared/Components/Card.razor.rz.scp.css */
.card-selection[b-xemu49wxm0] {
    position: relative;
    min-width: 150px;
    max-width:150px;
    min-height: 150px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    transition: background-color 0.3s, border-color 0.3s;
    box-sizing: border-box;
    border: 1px solid #ccc;
    cursor: pointer
}

.card-selection.active[b-xemu49wxm0] {
    border: var(--green-petrol) solid 2px;
}

.info[b-xemu49wxm0] {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 1.5rem;
}

img[b-xemu49wxm0]{
    width: 80%;
    height: 80%;
}

/* _content/EtaBeta.WebClient.Configurator/Pages/Shared/Components/Footer.razor.rz.scp.css */
.footerow[b-83nw4rbc18] {
    border-top: 1px solid var(--green-petrol);
}
.sx-footer[b-83nw4rbc18] {
    border-right: 1px solid var(--green-petrol);
}
.logo-footer[b-83nw4rbc18] {
    width: 120px;
}
.brand-footer[b-83nw4rbc18] {
    font-weight: 700;
}
@media (min-width: 992px) {
    .container[b-83nw4rbc18], .container-lg[b-83nw4rbc18], .container-md[b-83nw4rbc18], .container-sm[b-83nw4rbc18] {
        max-width: calc(960px + 30vw);
    }
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Shared/Components/Header.razor.rz.scp.css */
header[b-rimp5xno81]{
    width:100vw;
}

.info-header[b-rimp5xno81] {
    background-color: var(--pastel-grey);
    display: flex;
    justify-content: space-between; 
    align-items: center;
}

.help-text[b-rimp5xno81]{
    color: black;
}

.email-link[b-rimp5xno81] {
    color: var(--green-petrol);
}

.login-button[b-rimp5xno81] {
    background-color: var(--middle-grey);
    height: 100%;
    border-style: solid;
    border-color: black;
    border-width: 0 1px; 
    color: black;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
    position: relative; 
    z-index: 1; 
    width: 150px;
}

.login-button:not(:last-child)[b-rimp5xno81] {
    margin-right: -5px; 
}


.info-icon[b-rimp5xno81] {
    color: var(--green-petrol);
    font-size: 1.4rem;
}
.info-text[b-rimp5xno81]{
    color: var(--green-petrol);
    font-size: 1rem;
}

img[b-rimp5xno81]{
    height: calc(1.4rem + 3vh)
}

.shopping-cart-button[b-rimp5xno81] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    border-radius: 40px;
    background-color: white;
    cursor: pointer;
    border: 1px solid #ccc;
}

.shopping-cart-icon[b-rimp5xno81] {
    font-size: 1.4rem;
    margin-right: 5px;
}

.shopping-cart-count[b-rimp5xno81] {
    background-color: #ff0000;
    color: #fff;
    border-radius: 50%;
    padding: 0 6px;
    font-size: 0.8em;
    margin-left: 5px;
}

@media (min-width: 992px) {
    .container[b-rimp5xno81], .container-lg[b-rimp5xno81], .container-md[b-rimp5xno81], .container-sm[b-rimp5xno81] {
        max-width: calc(960px + 30vw);
    }
}

@keyframes pop-b-rimp5xno81 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2); 
    }

    100% {
        transform: scale(1);
    }
}

.animate-pop[b-rimp5xno81] {
    animation: pop-b-rimp5xno81 0.5s ease; 
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Shared/Components/Loading.razor.rz.scp.css */
.loading-overlay[b-ellke85ppa] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent background */
    z-index: 9999; /* Ensures it's above other content */
}

.loader[b-ellke85ppa] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-text[b-ellke85ppa] {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.square[b-ellke85ppa] {
    background: white;
    width: 15px;
    height: 15px;
    float: left;
    top: -10px;
    margin-right: 5px;
    margin-top: 5px;
    position: relative;
    opacity: 0;
    -webkit-animation: enter 6s infinite;
    animation: enter-b-ellke85ppa 6s infinite;
}

@-webkit-keyframes enter {
    0% {
        opacity: 0;
        top: -10px;
    }

    5% {
        opacity: 1;
        top: 0px;
    }

    50.9% {
        opacity: 1;
        top: 0px;
    }

    55.9% {
        opacity: 0;
        top: 10px;
    }
}

@keyframes enter-b-ellke85ppa {
    0% {
        opacity: 0;
        top: 10px;
    }

    5% {
        opacity: 1;
        top: 0px;
    }

    50.9% {
        opacity: 1;
        top: 0px;
    }

    55.9% {
        opacity: 0;
        top: 10px;
    }
}

.square:nth-child(1)[b-ellke85ppa] {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.square:nth-child(2)[b-ellke85ppa] {
    -webkit-animation-delay: 2.1s;
    -moz-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.square:nth-child(3)[b-ellke85ppa] {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    animation-delay: 2.4s;
    background: #fdc96f;
}

.square:nth-child(4)[b-ellke85ppa] {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.square:nth-child(5)[b-ellke85ppa] {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.square:nth-child(6)[b-ellke85ppa] {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.square:nth-child(8)[b-ellke85ppa] {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.square:nth-child(9)[b-ellke85ppa] {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.clear[b-ellke85ppa] {
    clear: both;
}

.last[b-ellke85ppa] {
    margin-right: 0;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Shared/Components/MainLayout.razor.rz.scp.css */
/* _content/EtaBeta.WebClient.Configurator/Pages/Shared/Components/Popup.razor.rz.scp.css */
.custom-modal-overlay[b-ln0jesr1jr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.custom-modal[b-ln0jesr1jr] {
    background: white;
    border-radius: 5px;
    width: 500px;
    max-width: 90%;
}

.custom-modal-header[b-ln0jesr1jr] {
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: var(--green-petrol);
}

.custom-modal-title[b-ln0jesr1jr] {
    margin: 0;
}

.custom-close-button[b-ln0jesr1jr] {
    border: none;
    background: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.custom-modal-body[b-ln0jesr1jr] {
    padding: 15px;
}

.custom-modal-footer[b-ln0jesr1jr] {
    padding: 10px;
    border-top: 1px solid #dee2e6;
    text-align: right;
}

.custom-button-primary[b-ln0jesr1jr], .custom-button-secondary[b-ln0jesr1jr] {
    padding: 5px 15px;
    margin: 0 5px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}


/* _content/EtaBeta.WebClient.Configurator/Pages/Shared/Components/SubSection.razor.rz.scp.css */
.subsection-selection[b-tr7f8wy6q6] {
    width: 100%;
    transition: background-color 0.3s, border-color 0.3s;
    box-sizing: border-box;
    cursor: pointer;
}

.subsection-title[b-tr7f8wy6q6] {
    font-size: 1rem;
    text-align: start;
}

.expand-icon[b-tr7f8wy6q6] {
    font-size: 2rem;
}

.items-list[b-tr7f8wy6q6] {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap:3%;
}

/* _content/EtaBeta.WebClient.Configurator/Pages/Shared/Components/SubSectionItem.razor.rz.scp.css */
.subsectionitem-container[b-oh9dv58tge] {
    max-width:150px;
}

.subsectionitem-image[b-oh9dv58tge] {
    min-width: 150px;
    min-height: 70px;
    background-color: white;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.subsectionitem-title[b-oh9dv58tge]{
    font-size: 0.8rem;
}

.subsectionitem-image:hover[b-oh9dv58tge] {
    border: #ccc solid 1px;
}

.subsectionitem-image.active[b-oh9dv58tge],
.subsectionitem-image.active .info[b-oh9dv58tge] {
    border: var(--green-petrol) solid 2px;
}


.info[b-oh9dv58tge] {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 1.5rem;
}
.cursor-not-allowed[b-oh9dv58tge] {
    cursor: not-allowed;
}

.cursor-pointer[b-oh9dv58tge] {
    cursor: pointer;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Shared/Components/SubSectionItemSelected.razor.rz.scp.css */
.subsectionitem-selection[b-a6y3zxaq49] {
    box-shadow: 0px 10px 20px rgba(0,0,0,0.10);
    background-color: white;
    width: 60%;
    padding: 10px 0 0 0;
    border-radius: 20px;
    min-height: 3%;
    transition: background-color 0.3s, border-color 0.3s;
    margin: 5px 20px 5px 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.subsectionitem-selection:hover[b-a6y3zxaq49] {
    border: var(--red) solid 1px;
    cursor: pointer;
}

.subsectionitem-selection:hover .subsectionitem-icon[b-a6y3zxaq49],
.subsectionitem-selection:hover .subsectionitem-title[b-a6y3zxaq49],
.subsectionitem-selection:hover .info-icon[b-a6y3zxaq49], 
.subsectionitem-selection:hover .delete-icon[b-a6y3zxaq49] {
    color: var(--red);
}

.subsectionitem-title[b-a6y3zxaq49] {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    color: var(--dark-blue);
}

.info[b-a6y3zxaq49] {
    font-size: 2.5rem;
}
.delete-icon[b-a6y3zxaq49] {
    font-size: 2.5rem;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Shared/Components/SuccessAddToCheckoutPopup.razor.rz.scp.css */
.custom-modal-overlay[b-ts5bs83k12] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.custom-modal[b-ts5bs83k12] {
    background: white;
    border-radius: 5px;
    width: 580px;
    max-width: 90%;
}

.custom-modal-header[b-ts5bs83k12] {
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: var(--green-petrol);
}

.custom-modal-title[b-ts5bs83k12] {
    margin: 0;
}

.custom-close-button[b-ts5bs83k12] {
    border: none;
    background: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.custom-modal-body[b-ts5bs83k12] {
    padding: 15px;
}

.custom-modal-footer[b-ts5bs83k12] {
    padding: 10px;
    border-top: 1px solid #dee2e6;
    text-align: right;
}

.custom-button-primary[b-ts5bs83k12], .custom-button-secondary[b-ts5bs83k12] {
    padding: 5px 15px;
    margin: 0 5px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Shared/Components/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-h6hfi27cvc] {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    margin-top:70px;
}

.tooltip-text[b-h6hfi27cvc] {
    visibility: hidden;
    background-color: var(--pastel-grey);
    color: #000;
    text-align: left;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 1.5;
    position: absolute;
    z-index: 9999;
    transform: translate(-50%, -20%);
    border: 1px solid var(--pastel-grey);
    white-space: nowrap;
}


.tooltip-wrapper.visible .tooltip-text[b-h6hfi27cvc] {
    visibility: visible;
}

.tooltip-text[b-h6hfi27cvc]::before {
    content: '';
    position: absolute;
    top: -26px;
    left: 50%;
    transform: rotate(270deg);
    border-width: 14px;
    border-style: solid;
    border-color: transparent transparent transparent var(--pastel-grey);
    z-index: -1;
}

.tooltip-text p[b-h6hfi27cvc] {
    margin: 0 !important;
}
/* _content/EtaBeta.WebClient.Configurator/Pages/Templates/LabelTemplate.razor.rz.scp.css */
*[b-swwqi4ghsp]{
    font-family: Arial;
}

body[b-swwqi4ghsp], html[b-swwqi4ghsp]{
    width: 100vw;
    height: 100vh;
}

.outer-border[b-swwqi4ghsp] {
    border: 1px solid var(--abbondanza-grafica); 
}

.middle-border[b-swwqi4ghsp] {
    border: 1px solid var(--fustella);
}

.inner-border[b-swwqi4ghsp] {
    border: 1px solid var(--rientro);
}

.circular[b-swwqi4ghsp] {
    border-radius: 50%;
}

.center[b-swwqi4ghsp] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom[b-swwqi4ghsp] {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.legenda-square[b-swwqi4ghsp] {
    width: 25px;
    height: 25px;
}

.color-abbondanza-grafica[b-swwqi4ghsp] {
    color: var(--abbondanza-grafica);
}

.color-fustella[b-swwqi4ghsp] {
    color: var(--fustella);
}

.color-rientro[b-swwqi4ghsp] {
    color: var(--rientro);
}
/* _content/EtaBeta.WebClient.Configurator/Pages/VariablesData/VariablesDataSection.razor.rz.scp.css */
hr[b-s9ow91lele] {
    margin-top: 0.2rem;
}

.excel-button[b-s9ow91lele] {
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    border-radius: 40px;
    background-color: white;
    cursor: pointer;
    border: 2px solid #ccc;
    max-width: 180px;
}
