/* _content/Oggi.Configurateur.WebBlazor/Pages/Admin/Action.razor.rz.scp.css */
.button-panel[b-o50548p05s] {
    margin-top: 50px;
}

.page-title[b-o50548p05s] {
    max-width: 300px;
    margin-top: 50px;
}

.container[b-o50548p05s] {
    background-color: orange;
    height: 100vh;
    min-height: 100%;
    max-width: 600px;
}

html[b-o50548p05s], body[b-o50548p05s] {
    background-color: #D5D6D8;
    height: 100%;
    font-family: 'Sofia Sans Semi Condensed';
}

.logo-config[b-o50548p05s] {
    width: 200%;
    margin-top: 25%;
    margin-left: 10px;
}

.logo-oggi[b-o50548p05s] {
    padding-bottom: 30px;
    height: 60px;
    text-align: center;
}

.fixed-row-bottom[b-o50548p05s] {
    height: 50px;
}

.vl1[b-o50548p05s] {
    border-left: 1px solid black;
    height: 12%;
    top: 4%;
    position: absolute;
    left: 50%;
}

.vl2[b-o50548p05s] {
    border-left: 1px solid black;
    height: 80px;
    bottom: 5%;
    position: absolute;
    left: 50%;
}

.rubans[b-o50548p05s] {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.span-button[b-o50548p05s] {
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 16pt;
    color: black;
    font-weight: 100;
}

.button-next[b-o50548p05s] {
    width: 80%;
    max-width: 400px;
    background-color:black;
    color:antiquewhite;
}

/*div[class="row"] {
    outline: 1px dotted rgba(0, 0, 0, 0.25);
}

div[class^="col"] {
    background-color: rgba(255, 0, 0, 0.2);
    outline: 1px dotted rgba(0, 0, 0, 0.5);
}
*/

/* Mobile */
@media screen and (min-width: 600px) {
    .list-group-item[b-o50548p05s] {
        font-size: 15pt;
    }
}
/* _content/Oggi.Configurateur.WebBlazor/Pages/Admin/JobMonitor.razor.rz.scp.css */
.monitor-container[b-tcycsltlao] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.header[b-tcycsltlao] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #e0e0e0;
}

.header h1[b-tcycsltlao] {
    margin: 0;
    font-size: 2rem;
    color: #2c3e50;
}

.status-badge[b-tcycsltlao] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.status-badge.running[b-tcycsltlao] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.status-badge.idle[b-tcycsltlao] {
    background: #e0e0e0;
    color: #666;
}

.pulse-dot[b-tcycsltlao] {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    animation: pulse-b-tcycsltlao 1.5s infinite;
}

@keyframes pulse-b-tcycsltlao {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

.stats-grid[b-tcycsltlao] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card[b-tcycsltlao] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-left: 4px solid #3498db;
}

.stat-card:hover[b-tcycsltlao] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.stat-card.success[b-tcycsltlao] {
    border-left-color: #2ecc71;
}

.stat-card.error[b-tcycsltlao] {
    border-left-color: #e74c3c;
}

.stat-icon[b-tcycsltlao] {
    font-size: 2.5rem;
    line-height: 1;
}

.stat-content[b-tcycsltlao] {
    flex: 1;
}

.stat-label[b-tcycsltlao] {
    font-size: 0.85rem;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.stat-value[b-tcycsltlao] {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
}

.progress-section[b-tcycsltlao] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.progress-header[b-tcycsltlao] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.current-product[b-tcycsltlao] {
    font-size: 1.1rem;
    color: #2c3e50;
}

.progress-percent[b-tcycsltlao] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #667eea;
}

.progress-bar[b-tcycsltlao] {
    width: 100%;
    height: 30px;
    background: #ecf0f1;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 0.75rem;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.progress-fill[b-tcycsltlao] {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    transition: width 0.5s ease;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.progress-fill[b-tcycsltlao]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer-b-tcycsltlao 2s infinite;
}

@keyframes shimmer-b-tcycsltlao {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.progress-info[b-tcycsltlao] {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #7f8c8d;
}

.time-info[b-tcycsltlao] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.time-item[b-tcycsltlao] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.time-label[b-tcycsltlao] {
    font-size: 0.85rem;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.time-value[b-tcycsltlao] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
}

.logs-section[b-tcycsltlao] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.logs-header[b-tcycsltlao] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #ecf0f1;
}

.logs-header h3[b-tcycsltlao] {
    margin: 0;
    color: #2c3e50;
}

.btn-clear[b-tcycsltlao] {
    padding: 0.5rem 1rem;
    background: #e74c3c;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s ease;
}

.btn-clear:hover[b-tcycsltlao] {
    background: #c0392b;
}

.logs-container[b-tcycsltlao] {
    max-height: 500px;
    overflow-y: auto;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 6px;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.9rem;
}

.log-entry[b-tcycsltlao] {
    padding: 0.5rem;
    margin-bottom: 0.25rem;
    border-radius: 4px;
    display: flex;
    gap: 0.75rem;
    background: white;
    border-left: 3px solid #95a5a6;
    transition: all 0.2s ease;
}

.log-entry:hover[b-tcycsltlao] {
    transform: translateX(2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.log-entry.info[b-tcycsltlao] {
    border-left-color: #3498db;
}

.log-entry.success[b-tcycsltlao] {
    border-left-color: #2ecc71;
}

.log-entry.error[b-tcycsltlao] {
    border-left-color: #e74c3c;
    background: #fee;
}

.log-entry.processing[b-tcycsltlao] {
    border-left-color: #f39c12;
}

.log-time[b-tcycsltlao] {
    color: #7f8c8d;
    font-weight: 600;
    min-width: 80px;
}

.log-message[b-tcycsltlao] {
    color: #2c3e50;
    flex: 1;
}

.loading[b-tcycsltlao] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    gap: 1rem;
}

.spinner[b-tcycsltlao] {
    width: 50px;
    height: 50px;
    border: 4px solid #ecf0f1;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-tcycsltlao 1s linear infinite;
}

@keyframes spin-b-tcycsltlao {
    to {
        transform: rotate(360deg);
    }
}

.loading p[b-tcycsltlao] {
    color: #7f8c8d;
    font-size: 1.1rem;
}

/* Scrollbar styling */
.logs-container[b-tcycsltlao]::-webkit-scrollbar {
    width: 8px;
}

.logs-container[b-tcycsltlao]::-webkit-scrollbar-track {
    background: #ecf0f1;
    border-radius: 4px;
}

.logs-container[b-tcycsltlao]::-webkit-scrollbar-thumb {
    background: #95a5a6;
    border-radius: 4px;
}

.logs-container[b-tcycsltlao]::-webkit-scrollbar-thumb:hover {
    background: #7f8c8d;
}

/* Responsive */
@media (max-width: 768px) {
    .monitor-container[b-tcycsltlao] {
        padding: 1rem;
    }

    .header[b-tcycsltlao] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .stats-grid[b-tcycsltlao] {
        grid-template-columns: 1fr;
    }

    .time-info[b-tcycsltlao] {
        flex-direction: column;
        gap: 1rem;
    }
}
/* _content/Oggi.Configurateur.WebBlazor/Pages/Admin/Stickers.razor.rz.scp.css */
.button-panel[b-k248j0p3i5] {
    margin-top: 50px;
}

.page-title[b-k248j0p3i5] {
    max-width: 300px;
    margin-top: 50px;
}

.container[b-k248j0p3i5] {
    background-color: orange;
    height: 100vh;
    min-height: 100%;
    max-width: 600px;
}

html[b-k248j0p3i5], body[b-k248j0p3i5] {
    background-color: #D5D6D8;
    height: 100%;
    font-family: 'Sofia Sans Semi Condensed';
}

.logo-config[b-k248j0p3i5] {
    width: 200%;
    margin-top: 25%;
    margin-left: 10px;
}

.logo-oggi[b-k248j0p3i5] {
    padding-bottom: 30px;
    height: 60px;
    text-align: center;
}

.fixed-row-bottom[b-k248j0p3i5] {
    height: 50px;
}

.vl1[b-k248j0p3i5] {
    border-left: 1px solid black;
    height: 12%;
    top: 4%;
    position: absolute;
    left: 50%;
}

.vl2[b-k248j0p3i5] {
    border-left: 1px solid black;
    height: 80px;
    bottom: 5%;
    position: absolute;
    left: 50%;
}

.rubans[b-k248j0p3i5] {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.span-button[b-k248j0p3i5] {
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 16pt;
    color: black;
    font-weight: 100;
}

.button-next[b-k248j0p3i5] {
    width: 80%;
    max-width: 400px;
    background-color: black;
    color: antiquewhite;
}

.input-dimensions[b-k248j0p3i5] {
    height: 40px;
    background-color: #E4E5E4;
    width: 80%;
    border: none;
    border-radius: 8px;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

.input-dimensions[b-k248j0p3i5]::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: gray;
    font-size: 12pt;
    text-align: center;
}

.s-error[b-k248j0p3i5] {
    color:red;
    font-size:18pt;
}

/*div[class="row"] {
    outline: 1px dotted rgba(0, 0, 0, 0.25);
}

div[class^="col"] {
    background-color: rgba(255, 0, 0, 0.2);
    outline: 1px dotted rgba(0, 0, 0, 0.5);
}
*/

/* Mobile */
@media screen and (min-width: 600px) {
    .list-group-item[b-k248j0p3i5] {
        font-size: 15pt;
    }
}
/* _content/Oggi.Configurateur.WebBlazor/Pages/AlimConfig.razor.rz.scp.css */

.container[b-3g5mgdkbac] {
    background-color: #D5D6D8;
    height: 100%;
    min-height: 100vh;
    max-width: 600px;
}

html[b-3g5mgdkbac], body[b-3g5mgdkbac] {
    background-color: #D5D6D8;
    height: 100%;
}

.button-panel[b-3g5mgdkbac] {
    margin-top: 200px;
}

.page-title[b-3g5mgdkbac] {
    max-width: 500px;
    margin-top: 10px;
    margin-left: 30px;
}

.cable-title[b-3g5mgdkbac] {
    /*position: absolute;*/
    /*margin-left: 100px;*/
    position: absolute;
}

.led-title[b-3g5mgdkbac] {
    /*margin-left: 60px;*/
    position: absolute;
}

.value[b-3g5mgdkbac] {
    max-width: 200px;
}

.div-draw[b-3g5mgdkbac] {
    /*margin-left: 20px*/
}

.img-draw[b-3g5mgdkbac] {
    width: 75%;
}

.div-dimension[b-3g5mgdkbac] {
}

.button-dimension[b-3g5mgdkbac] {
    font-weight: 100;
}

    .button-dimension:disabled[b-3g5mgdkbac] {
        opacity: 0.2;
    }


.input-dimensions[b-3g5mgdkbac] {
    height: 40px;
    background-color: #E4E5E4;
    width: 100%;
    border: none;
    border-radius: 8px;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

    .input-dimensions[b-3g5mgdkbac]::placeholder {
        font-weight: bold;
        opacity: 0.5;
        color: gray;
        font-size: 12pt;
        text-align: center;
    }

.button-next[b-3g5mgdkbac] {
    width: 80%;
    max-width: 400px;
}

input[b-3g5mgdkbac]::-webkit-outer-spin-button,
input[b-3g5mgdkbac]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-3g5mgdkbac] {
    -moz-appearance: textfield;
}

.vl1[b-3g5mgdkbac] {
    border-left: 1px solid black;
    height: 100px;
    margin-left: 50%;
}
/* _content/Oggi.Configurateur.WebBlazor/Pages/AlimType.razor.rz.scp.css */
.button-panel[b-i1ivve4tr2] {
    margin-top: 50px;
}

.page-title[b-i1ivve4tr2] {
    max-width: 300px;
    margin-top: 50px;
}

.container[b-i1ivve4tr2] {
    background-color: #D5D6D8;
    height: 100vh;
    min-height: 100%;
    max-width: 600px;
}

html[b-i1ivve4tr2], body[b-i1ivve4tr2] {
    background-color: #D5D6D8;
    height: 100%;
    font-family: 'Sofia Sans Semi Condensed';
}

.logo-config[b-i1ivve4tr2] {
    width: 200%;
    margin-top: 25%;
    margin-left: 10px;
}

.logo-oggi[b-i1ivve4tr2] {
    padding-bottom: 30px;
    height: 60px;
    text-align: center;
}

.fixed-row-bottom[b-i1ivve4tr2] {
    height: 50px;
}

.type1line[b-i1ivve4tr2] {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.type[b-i1ivve4tr2] {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.span-button[b-i1ivve4tr2] {
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 16pt;
    color: black;
    font-weight: 100;
}

.button-alim:disabled[b-i1ivve4tr2] {
    opacity: 0.2;
}

.button-alim[b-i1ivve4tr2] {
    background-color: transparent;
    border: none;
    width:100%;
}

/*div[class="row"] {
    outline: 1px dotted rgba(0, 0, 0, 0.25);
}

div[class^="col"] {
    background-color: rgba(255, 0, 0, 0.2);
    outline: 1px dotted rgba(0, 0, 0, 0.5);
}
*/
/* Mobile */
@media screen and (min-width: 600px) {
    .list-group-item[b-i1ivve4tr2] {
        font-size: 15pt;
    }
}
/* _content/Oggi.Configurateur.WebBlazor/Pages/ConfigurateurDesignSurMesure.razor.rz.scp.css */
.button-panel[b-u3v0znu7e5] {
    margin-top: 200px;
}

.page-title[b-u3v0znu7e5] {
    max-width: 320px;
    margin-top: 50px;
}

.container[b-u3v0znu7e5] {
    background-color: #6B8062;
    min-height: 100%;
    max-width: 600px;
    height: 100vh;
}

html[b-u3v0znu7e5], body[b-u3v0znu7e5] {
    background-color: #6B8062;
    height: 100%;
}

.logo-config[b-u3v0znu7e5] {
    width:200%;
    margin-top:25%;
    margin-left:10px;
}

.vl1[b-u3v0znu7e5] {
    border-left: 1px solid white;
    height: 18%;
    top:4%;
    position: absolute;
    left: 50%;
}

.vl2[b-u3v0znu7e5] {
    border-left: 1px solid white;
    height: 10%;
    bottom: 5%;
    position: absolute;
    left: 50%;
}

.logo-oggi[b-u3v0znu7e5] {
    padding-bottom: 30px;
    height: 60px;
    text-align: center;

    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.fixed-row-bottom[b-u3v0znu7e5] {
    height: 50px;
}

.rubans[b-u3v0znu7e5] {
    width: 60%;
    margin-left: auto;
    margin-right:auto;
    margin-bottom:20px;
    display:block;
}

.profile[b-u3v0znu7e5] {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.span-button[b-u3v0znu7e5] {
    color: white;
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 16pt;
    font-weight: 100;
}

/*
div[class="row"] {
    outline: 1px dotted rgba(0, 0, 0, 0.25);
}

div[class^="col"] {
    background-color: rgba(255, 0, 0, 0.2);
    outline: 1px dotted rgba(0, 0, 0, 0.5);
}*/
/* _content/Oggi.Configurateur.WebBlazor/Pages/Profile.razor.rz.scp.css */
.container[b-k1oumekele] {
    background-color: #D5D6D8;
    /*height: 100vh;*/
    height: 100%;
    min-height: 100vh;
    max-width: 600px;
}


html[b-k1oumekele], body[b-k1oumekele] {
    background-color: #D5D6D8;
    height: 100%;
}

.logo-config[b-k1oumekele] {
    width: 200%;
    margin-top: 25%;
    margin-left: 10px;
}

.logo-oggi[b-k1oumekele] {
    padding-bottom: 50px;
    height: 110px;
    text-align: center;
}

.profile-img[b-k1oumekele] {
    width: 80px;
    border-radius:20px;
    background-color:white
}

.product-name[b-k1oumekele] {
    font-size:12pt;
    color:black;
}

.product-dimension[b-k1oumekele] {
    color: black;
}

.input-quantite[b-k1oumekele] {
    height: 45px;
    background-color: #E4E5E4;
    width: 110%;
    border: none;
    border-radius: 8px;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

.input-quantite[b-k1oumekele]::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: gray;
    font-size: 16pt;
    text-align: center;
}

.select-finition[b-k1oumekele] {
    height: 45px;
    background-color: #D5D6D8;
    width: 100%;
    border-radius: 8px;
    border: 2px double;
    font-size: 16pt;
    text-align: center;
}

.button-next[b-k1oumekele] {
    width: 80%;
    max-width: 400px;
}

.sticky-top[b-k1oumekele] {
    background-color: #D5D6D8;
}

.item[b-k1oumekele] {
    padding: 10px 10px 10px 10px;
}

.selected[b-k1oumekele] {
    border: 1px solid black;
    background-color: #BAC0B3;
}
/* _content/Oggi.Configurateur.WebBlazor/Pages/RubanLed.razor.rz.scp.css */

.container[b-74qejrozr4] {
    background-color: #D5D6D8;
    height: 100%;
    min-height: 100vh;
    max-width: 600px;
}

html[b-74qejrozr4], body[b-74qejrozr4] {
    background-color: #D5D6D8;
    height: 100%;
}

.vl1[b-74qejrozr4] {
    border-left: 1px solid black;
    height: 12%;
    top: 4%;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

.vl2[b-74qejrozr4] {
    border-left: 1px solid black;
    height: 80px;
    bottom: 5%;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}



.button-panel[b-74qejrozr4] {
    margin-top: 200px;
}

.page-title[b-74qejrozr4] {
    max-width: 300px;
    margin-top: 50px;
}

.not-found-message[b-74qejrozr4] {
    font-family: 'Sofia Sans Semi Condensed';
    text-align: center;
    font-size: 14pt;
}

input[type="radio"]:disabled[b-74qejrozr4] {
    background: #dddddd;
}

input[type="radio"]:disabled + .button-color[b-74qejrozr4] {
    opacity: 0.2 !important;
    /*background-color: #AAAAAA !important;*/
    cursor: not-allowed;
}

.row div-check[b-74qejrozr4] {
    /*margin-top: 50px*/
}

.spinner-border[b-74qejrozr4] {
    margin-top: 0px;
    text-align: center;
}

.button-green[b-74qejrozr4] {
    width:80%;
    max-width:400px;
}

.list-group-item[b-74qejrozr4] {
    padding-left:0;
    font-size:10pt;
}

.teinte[b-74qejrozr4] {
    font-size:14pt;
}

.sticky-top[b-74qejrozr4] {
    background-color: #D5D6D8;
}

/* Mobile */
/*@media only screen and (max-width: 600px) {
    h2 {
    }
}*/
/* _content/Oggi.Configurateur.WebBlazor/Pages/RubanLedConfig.razor.rz.scp.css */
.button-panel[b-knbzeamusx] {
    margin-top: 50px;
}

.page-title[b-knbzeamusx] {
    max-width: 300px;
    margin-top: 50px;
}

.container[b-knbzeamusx] {
    background-color: #D5D6D8;
    height: 100vh;
    min-height: 100%;
    max-width: 600px;
}

html[b-knbzeamusx], body[b-knbzeamusx] {
    background-color: #D5D6D8;
    height: 100%;
    font-family: 'Sofia Sans Semi Condensed';
}

.logo-config[b-knbzeamusx] {
    width: 200%;
    margin-top: 25%;
    margin-left: 10px;
}

.logo-oggi[b-knbzeamusx] {
    padding-bottom: 30px;
    height: 60px;
    text-align: center;
}

.fixed-row-bottom[b-knbzeamusx] {
    height: 50px;
}

.vl1[b-knbzeamusx] {
    border-left: 1px solid black;
    height: 12%;
    top: 4%;
    position: absolute;
    left: 50%;
}

.vl2[b-knbzeamusx] {
    border-left: 1px solid black;
    height: 80px;
    bottom: 5%;
    position: absolute;
    left: 50%;
}

.rubans[b-knbzeamusx] {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.span-button[b-knbzeamusx] {
    font-family: 'Sofia Sans Semi Condensed';
    font-size: 16pt;
    color:black;
    font-weight:100;
}

/*div[class="row"] {
    outline: 1px dotted rgba(0, 0, 0, 0.25);
}

div[class^="col"] {
    background-color: rgba(255, 0, 0, 0.2);
    outline: 1px dotted rgba(0, 0, 0, 0.5);
}
*/

/* Mobile */
@media screen and (min-width: 600px) {
    .list-group-item[b-knbzeamusx] {
        font-size: 15pt;
    }
}
/* _content/Oggi.Configurateur.WebBlazor/Pages/RubanLedDimI.razor.rz.scp.css */

.container[b-ef1hceo000] {
    background-color: #D5D6D8;
    height: 100%;
    min-height: 100vh;
    max-width: 600px;
}

html[b-ef1hceo000], body[b-ef1hceo000] {
    background-color: #D5D6D8;
    height: 100%;
}

.button-panel[b-ef1hceo000] {
    margin-top: 200px;
}

.page-title[b-ef1hceo000] {
    max-width: 500px;
    margin-top: 10px;
    margin-left: 30px;
}

.cable-title[b-ef1hceo000] {
    /*position: absolute;*/
    /*margin-left: 100px;*/
    position: absolute;
}

.led-title[b-ef1hceo000] {
    /*margin-left: 60px;*/
    position:absolute;
}

.value[b-ef1hceo000] {
    max-width: 200px;
}

.div-draw[b-ef1hceo000] {
    /*margin-left: 20px*/
}

.img-draw[b-ef1hceo000] {
    width:75%;
}

.div-dimension[b-ef1hceo000] {

}

.button-dimension[b-ef1hceo000] {
    font-weight: 100;
}

.button-dimension:disabled[b-ef1hceo000] {
    opacity: 0.2;
}


.input-dimensions[b-ef1hceo000] {
    height: 40px;
    background-color: #E4E5E4;
    width: 100%;
    border: none;
    border-radius: 8px;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

.input-dimensions[b-ef1hceo000]::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: gray;
    font-size: 12pt;
    text-align: center;
}

.button-next[b-ef1hceo000] {
    width: 80%;
    max-width: 400px;
}

input[b-ef1hceo000]::-webkit-outer-spin-button,
input[b-ef1hceo000]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-ef1hceo000] {
    -moz-appearance: textfield;
}
/* _content/Oggi.Configurateur.WebBlazor/Pages/RunbanLedDimL.razor.rz.scp.css */

.container[b-5oymehc4o1] {
    background-color: #D5D6D8;
    height: 100%;
    min-height: 100vh;
    max-width: 600px;
}

html[b-5oymehc4o1], body[b-5oymehc4o1] {
    background-color: #D5D6D8;
    height: 100%;
}

.logo-config[b-5oymehc4o1] {
    width: 200%;
    margin-top: 25%;
    margin-left: 10px;
}

.button-panel[b-5oymehc4o1] {
    margin-top: 200px;
}

.page-title[b-5oymehc4o1] {
    max-width: 500px;
    margin-top: 10px;
    margin-left: 30px;
}

.cable-title[b-5oymehc4o1] {
    /*position: absolute;*/
    /*margin-left: 100px;*/
    position: absolute;
}

.led1-title[b-5oymehc4o1] {
    position: absolute;
    top: 280px;
    left: 255px;
}

.led2-title[b-5oymehc4o1] {
    position: absolute;
    top: 240px;
    left: 460px;
    /*transform: rotate(-90);*/
}

.angle-title[b-5oymehc4o1] {
    position: absolute;
    top: 345px;
    left: 430px;
    /*transform: rotate(-45);*/
}

.div-draw[b-5oymehc4o1] {
    /*margin-left: 20px*/
}

.img-draw[b-5oymehc4o1] {
    width: 45%;
}

.div-dimension[b-5oymehc4o1] {
}

.button-dimension[b-5oymehc4o1] {
    font-weight: 100;
}

.button-dimension:disabled[b-5oymehc4o1] {
    opacity: 0.2;
}

.img-composant[b-5oymehc4o1] {
    margin-left: 60px;
}

.input-group[b-5oymehc4o1] {
    width: 150px;
}

.input-dimensions[b-5oymehc4o1] {
    height: 40px;
    background-color: #E4E5E4;
    width: 100%;
    border: none;
    border-radius: 8px;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

.input-dimensions[b-5oymehc4o1]::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: gray;
    font-size: 12pt;
    text-align: center;
}

.button-next[b-5oymehc4o1] {
    width: 80%;
    max-width: 400px;
}

input[b-5oymehc4o1]::-webkit-outer-spin-button,
input[b-5oymehc4o1]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-5oymehc4o1] {
    -moz-appearance: textfield;
}
/* _content/Oggi.Configurateur.WebBlazor/Pages/Success.razor.rz.scp.css */

.container[b-o41yzkmanj] {
    background-color: #D5D6D8;
    min-height: 100%;
    max-width: 600px;
    height: 100vh;
}

html[b-o41yzkmanj], body[b-o41yzkmanj] {
    background-color: #D5D6D8;
    height: 100%;
}

.button-panel[b-o41yzkmanj] {
    margin-top: 200px;
}

.page-title[b-o41yzkmanj] {
    max-width: 350px;
    margin-top: 50px;
}

.cable-title[b-o41yzkmanj] {
    position: absolute;
    top: 250px;
    left: 140px
}

.led-title[b-o41yzkmanj] {
    position: absolute;
    top: 250px;
    left: 380px;
}

.value[b-o41yzkmanj] {
    max-width: 200px;
}

.btn-devis[b-o41yzkmanj] {
    width: 250px;
    font-weight: bold;
    margin: auto;
}

.div-summary[b-o41yzkmanj] {
    margin-top: 20px;
    margin-bottom: 30px;
    height: 90%;
    width: 90%;
    background-color: white;
    margin: auto;
}

label[b-o41yzkmanj] {
    margin-bottom: 20px;
    font-size: 12pt;
    font-weight: bold;
}

.div-summary[b-o41yzkmanj] {
    padding: 20px;
}

.valide[b-o41yzkmanj] {
    width:15%;
}

.email[b-o41yzkmanj] {
    height: 55px;
    background-color: #E4E5E4;
    width: 90%;
    border: none;
    border-radius: 8px;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

.email[b-o41yzkmanj]::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: gray;
    font-size: 16pt;
    text-align: center;
}

hr[b-o41yzkmanj] {
    width:100%;
    margin:0px;
}

.button-next[b-o41yzkmanj] {
    width: 80%;
    max-width: 400px;
}

.logo-oggi[b-o41yzkmanj] {
    padding-bottom: 30px;
    height: 60px;
    text-align: center;
}

.span-txt[b-o41yzkmanj] {
    font-size: 12pt;
    font-family: 'Sofia Sans Semi Condensed';
    font-weight: 100;
    color:black;
}


/* Spinner Wrapper */
.loader[b-o41yzkmanj] {
    height: 100vh;
    max-width: 600px;
    width: 100vw;
    height: 100%;
    background: #fff;
}

.loader-inner[b-o41yzkmanj] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loading[b-o41yzkmanj] {
    width: 250px;
    margin: auto;
}
/* _content/Oggi.Configurateur.WebBlazor/Pages/Summary.razor.rz.scp.css */

.container[b-o2vodxpivi] {
    background-color: #D5D6D8;
    height: 100%;
    min-height: 100vh;
    max-width: 600px;
}


html[b-o2vodxpivi], body[b-o2vodxpivi] {
    background-color: #D5D6D8;
    height: 100%;
}

.button-panel[b-o2vodxpivi] {
    margin-top: 200px;
}

.page-title[b-o2vodxpivi] {
    max-width: 350px;
    margin-top: 50px;
}

.cable-title[b-o2vodxpivi] {
    position: absolute;
    top: 250px;
    left: 140px
}

.th[b-o2vodxpivi] {
    width:60px;
}

.led-title[b-o2vodxpivi] {
    position: absolute;
    top: 250px;
    left: 380px;
}

.value[b-o2vodxpivi] {
    max-width: 200px;
}

.btn-devis[b-o2vodxpivi] {
    width: 250px;
    font-weight: bold;
    margin:auto;
}

.div-summary[b-o2vodxpivi] {
    margin-top: 20px;
    margin-bottom: 30px;
    height: 90%;
    width: 90%;
    background-color: white;
    margin:auto;
}

label[b-o2vodxpivi] {
    margin-bottom: 20px;
    font-size: 12pt;
    font-weight: bold;
}

.div-summary[b-o2vodxpivi] {
    padding: 20px;
}

.spinner-border[b-o2vodxpivi] {
    margin-right:0px;
}

.card[b-o2vodxpivi] {
    flex-direction: row;
    background-color: #D5D6D8;
    box-shadow:none;
    border: 1px double;
}

.card img[b-o2vodxpivi] {
    width: 20%;
    height: 100px;
    vertical-align: top;
    color: black;
    padding-top: 20px;
}

.card-body[b-o2vodxpivi] {
    /*margin-left:15px;*/
}

.card-title[b-o2vodxpivi] {
    font-size: 9pt;
}

.card-title-product[b-o2vodxpivi] {
    font-size: 11pt;
}

.configuration[b-o2vodxpivi] {
    width: 90%;
}

.configuration[b-o2vodxpivi] {
    padding-right:0px;
}

.configuration .row[b-o2vodxpivi] {
    padding-right:0px;
}


.configuration-header[b-o2vodxpivi] {
    margin-bottom: -10px;
    font-family: 'Sofia Sans Semi Condensed';
    font-weight: 100;
}

.configuration-header h2[b-o2vodxpivi] {
    font-size:14pt;
    padding-left:10px;
    margin: 5px 0;
}

.configuration-header img[b-o2vodxpivi] {
    width: 30px;
    margin-left: -10px;
}

.qty[b-o2vodxpivi] {
    padding-right:0px;
    margin-left:-5px;
}

.qty img[b-o2vodxpivi] {
    float:left;
    width: 25px;
    margin-left:0px !important;
}

.qty span[b-o2vodxpivi] {
    font-family: 'Sofia Sans Semi Condensed';
    float: left;
    width: 25px;
    font-size: 16pt;
    padding-right: 20px;
    padding-left: 8px;
    color: black;
    /* Dégueulasse mais je ne vois pas comment faire autrement */
    margin-top:-3px;
}

.qty div[b-o2vodxpivi] {
    float:right;
}

.button-next[b-o2vodxpivi] {
    width: 80%;
    max-width: 400px;
}

hr[b-o2vodxpivi] {
    margin-bottom: 15px !important;
}


.button-next:disabled[b-o2vodxpivi] {
    opacity: 0.2;
}

/* Mobile */
@media only screen and (max-width: 600px) {

    .configuration[b-o2vodxpivi] {
        width: 90%;
    }
        /*.configuration span {
        font-size: 22pt;
    }
    
    h2 {
    }*/
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.background[b-o2vodxpivi] {
    opacity: 0.9;
    background: #fff;
    height: 100vh;
    max-width: 600px;
    width: 100vw;
    position: absolute;
    z-index: 1000;
    top:0px;
}

/* Spinner Wrapper */
.loader[b-o2vodxpivi] {
    opacity: 0.9;
    height: 100vh;
    max-width: 600px;
    width: 100vw;
    background: #fff;
    position: absolute;
    bottom: 0px;
    z-index: 1000;
    margin-left: -12px;
}

.loader-inner[b-o2vodxpivi] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loading[b-o2vodxpivi] {
    width: 250px;
    margin:auto;
}

/* Spinner */
.lds-roller[b-o2vodxpivi] {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-roller div[b-o2vodxpivi] {
        animation: lds-roller-b-o2vodxpivi 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
    }

        .lds-roller div[b-o2vodxpivi]:after {
            content: " ";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #333;
            margin: -3px 0 0 -3px;
        }

        .lds-roller div:nth-child(1)[b-o2vodxpivi] {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1)[b-o2vodxpivi]:after {
                top: 50px;
                left: 50px;
            }

        .lds-roller div:nth-child(2)[b-o2vodxpivi] {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2)[b-o2vodxpivi]:after {
                top: 54px;
                left: 45px;
            }

        .lds-roller div:nth-child(3)[b-o2vodxpivi] {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3)[b-o2vodxpivi]:after {
                top: 57px;
                left: 39px;
            }

        .lds-roller div:nth-child(4)[b-o2vodxpivi] {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4)[b-o2vodxpivi]:after {
                top: 58px;
                left: 32px;
            }

        .lds-roller div:nth-child(5)[b-o2vodxpivi] {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5)[b-o2vodxpivi]:after {
                top: 57px;
                left: 25px;
            }

        .lds-roller div:nth-child(6)[b-o2vodxpivi] {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6)[b-o2vodxpivi]:after {
                top: 54px;
                left: 19px;
            }

        .lds-roller div:nth-child(7)[b-o2vodxpivi] {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7)[b-o2vodxpivi]:after {
                top: 50px;
                left: 14px;
            }

        .lds-roller div:nth-child(8)[b-o2vodxpivi] {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8)[b-o2vodxpivi]:after {
                top: 45px;
                left: 10px;
            }

@keyframes lds-roller-b-o2vodxpivi {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/Oggi.Configurateur.WebBlazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-bnbwgropf7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bnbwgropf7] {
    flex: 1;
}

.sidebar[b-bnbwgropf7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bnbwgropf7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bnbwgropf7]  a, .top-row .btn-link[b-bnbwgropf7] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-bnbwgropf7] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bnbwgropf7] {
        display: none;
    }

    .top-row.auth[b-bnbwgropf7] {
        justify-content: space-between;
    }

    .top-row a[b-bnbwgropf7], .top-row .btn-link[b-bnbwgropf7] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bnbwgropf7] {
        flex-direction: row;
    }

    .sidebar[b-bnbwgropf7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bnbwgropf7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-bnbwgropf7], article[b-bnbwgropf7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Oggi.Configurateur.WebBlazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-79lcz47c73] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-79lcz47c73] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-79lcz47c73] {
    font-size: 1.1rem;
}

.oi[b-79lcz47c73] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-79lcz47c73] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-79lcz47c73] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-79lcz47c73] {
        padding-bottom: 1rem;
    }

    .nav-item[b-79lcz47c73]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-79lcz47c73]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-79lcz47c73]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-79lcz47c73] {
        display: none;
    }

    .collapse[b-79lcz47c73] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
