/* /Components/CocConfiguration/CocConfiguration.razor.rz.scp.css */
.form-group[b-u3b5to8gb3] {
    display: grid;
    grid-template-columns: minmax(140px, 42.5%) 1fr;
    gap: 1rem;
    margin-bottom: .5rem;
}

.form-group > label[b-u3b5to8gb3] {
    display: flex;
    margin: 0;
}

@media (max-width: 600px) {
    .form-group[b-u3b5to8gb3] {
        grid-template-columns: 1fr;
    }
}
/* /Components/CollapsibleXml/CollapsibleXml.razor.rz.scp.css */
.collapsible-xml[b-v8b9njt2iz] {
    border: 1px solid #ccc;
    padding: 10px;
    background: #f9f9f9;
    font-family: Consolas, monospace;
    overflow-x: auto;
}
/* /Components/DirectoryTreeNode.razor.rz.scp.css */
.btn-collapse[b-xed9dkhmpi] {
    background: none;
    border: none;
    padding: 0.75rem 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    text-align: left;
    transition: background-color 0.2s ease;
    outline: none;
}

.btn-collapse:hover[b-xed9dkhmpi] {
    background-color: #f5f5f5;
    border-radius: 4px;
}

.btn-collapse h2[b-xed9dkhmpi] {
    margin: 0;
    padding: 0;
}

.chevron[b-xed9dkhmpi] {
    display: inline-block;
    min-width: 12px;
    text-align: center;
}

.document-directory[b-xed9dkhmpi] {
    margin-bottom: 0.5rem;
}

.directory-list[b-xed9dkhmpi] {
    list-style: none;
    padding-left: 2rem;
    margin: 0.5rem 0;
}

.file-list[b-xed9dkhmpi] {
    list-style: none;
    padding-left: 2rem;
    margin: 0.5rem 0;
}

.document-list-item[b-xed9dkhmpi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}

.document-name[b-xed9dkhmpi] {
    flex: 1 1 60%;
    word-break: break-all;
}

/* Responsive styles for mobile devices */
@media (max-width: 600px) {
    .document-list-item[b-xed9dkhmpi] {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.75rem 0.5rem;
        gap: 0.5rem;
    }

    .btn-collapse[b-xed9dkhmpi] {
        padding: 0.5rem 0.5rem;
    }

    .directory-list[b-xed9dkhmpi] {
        padding-left: 1rem;
    }

    .file-list[b-xed9dkhmpi] {
        padding-left: 1rem;
    }
}
/* /Components/Error/Error.razor.rz.scp.css */
.error-message[b-qge8qe4k7y] {
    background-color: var(--error-background);
    border: 1px solid var(--error-border);
    color: var(--error-text);
    padding: 20px 30px;
    margin-top: 20px;
    border-radius: 5px;
}
/* /Components/GenerateButtons/GenerateButtons.razor.rz.scp.css */
.mobile[b-soe98y7oie] {
    display: none;
}

@media (max-width: 600px) {
    .mobile[b-soe98y7oie] {
        display: inline;
    }
    .mobile-hidden[b-soe98y7oie] {
        display: none;
    }
}
/* /Components/Help/Help.razor.rz.scp.css */
.modal-dialog[b-vwdxwewgkt] {
    max-width: 800px !important; /* Pas dit getal aan naar wens */
    width: 90%;
}
.modal-body pre[b-vwdxwewgkt] {
    max-width: 95%;
    max-height: 100%;
    overflow: unset;
    white-space: pre-wrap;
    text-align: left;
    /*word-break: break-word;*/ /* Prevents long words from overflowing */
    /*margin: 0;*/
}

.help-btn[b-vwdxwewgkt] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #007bff;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    cursor: pointer;
}

    .help-btn .fa-info-circle[b-vwdxwewgkt] {
        font-size: 1rem;
        color: #fff;
        line-height: 1;
    }

    .help-btn:hover[b-vwdxwewgkt], .help-btn:focus[b-vwdxwewgkt] {
        background-color: #1565c0;
        transform: scale(1.08);
        outline: none;
    }

/* Responsive styles for mobile devices */
@media (max-width: 600px) {
    .help-btn[b-vwdxwewgkt] {
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }
}


/* /Components/IcmValidation/IcmValidation.razor.rz.scp.css */
/* Voeg toe aan je globale CSS of bovenaan Conversion.razor */
.refined-table[b-b8c888rwrr] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 0.97rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    margin-bottom: 1rem;
}

.refined-table th[b-b8c888rwrr], .refined-table td[b-b8c888rwrr] {
    border: 1px solid #e0e0e0;
    padding: 8px 14px;
    text-align: left;
}

.refined-table th[b-b8c888rwrr] {
    background: #f5f5f5;
    font-weight: 600;
    color: #333;
}

.refined-table tr:nth-child(even)[b-b8c888rwrr] {
    background: #fafbfc;
}

.refined-table tr:hover[b-b8c888rwrr] {
    background: #f0f7ff;
}
/* /Components/InfoTextButton/InfoTextButton.razor.rz.scp.css */
.info-wrapper[b-0716tknsot] {
    position: relative;
    display: inline-block;
}

.info-icon[b-0716tknsot] {
    color: #0d6efd;
    cursor: help;
    font-size: 1rem;
    line-height: 1;
}

.info-icon:focus[b-0716tknsot] {
    outline: 2px solid rgba(13, 110, 253, 0.15);
    border-radius: 4px;
}

/* hidden by default, positioned below the icon */
.tooltip-text[b-0716tknsot] {
    display: none;
    position: absolute;
    left: 20px;
    top: -5px;
    background: #222;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 12px;
    z-index: var(--info-text-button-z-index);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    width: max-content;
    max-width: 500px;
    white-space: normal;
    overflow-wrap: break-word;
}

/* show on hover/focus of the icon or while hovering the wrapper (so tooltip stays visible when hovered) */
.info-icon:hover+.tooltip-text[b-0716tknsot],
.info-icon:focus+.tooltip-text[b-0716tknsot],
.info-wrapper:hover .tooltip-text[b-0716tknsot] {
    display: block;
}
/* /Components/Navbar/Navbar.razor.rz.scp.css */
.logo[b-nyjthf6jn3] {
    width: 100%;
    max-width: var(--max-width);
}

.navbar[b-nyjthf6jn3] {
    position: sticky;
    top: 0;
    z-index: var(--navbar-z-index);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #e5e5e5;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header[b-nyjthf6jn3] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.img-anchor[b-nyjthf6jn3] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.navbar-toggler[b-nyjthf6jn3] {
    display: none;
    border: none;
    background: transparent;
    padding: 0.5rem 1rem;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    width: 100%;
}

.navbar-toggler:hover[b-nyjthf6jn3] {
    background-color: rgba(0, 0, 0, 0.05);
}

.navbar-toggler-icon[b-nyjthf6jn3] {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.menu-text[b-nyjthf6jn3] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
}

.nav[b-nyjthf6jn3] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-overlay[b-nyjthf6jn3] {
    display: none;
}

/* Mobile styles */
@media (max-width: 768px) {
    header[b-nyjthf6jn3] {
        padding: 0;
        position: sticky;
        top: 0;
        z-index: var(--mobile-header-z-index);
        background-color: white;
        flex-direction: column;
    }

    .img-anchor[b-nyjthf6jn3] {
        border-bottom: 1px solid #e5e5e5;
    }

    .navbar[b-nyjthf6jn3] {
        display: none;
    }

    .navbar-toggler[b-nyjthf6jn3] {
        display: flex;
        justify-content: flex-start;
        background-color: #f8f9fa;
        border-top: 1px solid #e5e5e5;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    }

    .mobile-overlay[b-nyjthf6jn3] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(26, 128, 182, 0.99);
        z-index: var(--mobile-menu-overlay-z-index);
        flex-direction: column;
        align-items: center;
        overflow-y: auto;
        padding-top: 1rem;
    }

    .mobile-overlay.show[b-nyjthf6jn3] {
        display: flex;
    }

    .close-button[b-nyjthf6jn3] {
        align-self: flex-end;
        background: none;
        border: none;
        color: white;
        font-size: 3rem;
        cursor: pointer;
        padding: 0;
        line-height: 1;
        width: 50px;
        height: 50px;
        margin-right: 1rem;
    }

    .close-button:hover[b-nyjthf6jn3] {
        opacity: 0.7;
    }

    .mobile-nav[b-nyjthf6jn3] {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 600px;
        flex: 1;
        padding: 2rem;
        justify-content: center;
    }

    .mobile-nav a[b-nyjthf6jn3] {
        color: white;
        text-decoration: none;
        text-align: left;
        font-size: 1rem;
        padding: 1rem 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .mobile-nav a:last-child[b-nyjthf6jn3] {
        border-bottom: none;
    }

    .mobile-nav a:hover[b-nyjthf6jn3] {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

/* Desktop styles */
@media (min-width: 769px) {
    .navbar-toggler[b-nyjthf6jn3] {
        display: none !important;
    }

    .nav[b-nyjthf6jn3] {
        display: flex !important;
    }

        .img-anchor[b-nyjthf6jn3] {
        padding: 1rem 0;
    }
}
/* /Components/PopupProvider.razor.rz.scp.css */
.popup-overlay[b-r4ltfs3spc] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: var(--popup-z-index);
    align-items: center;
    justify-content: center;
}

.popup-overlay.show[b-r4ltfs3spc] {
    display: flex;
}

.popup-container[b-r4ltfs3spc] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: var(--max-width);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    animation: slideIn-b-r4ltfs3spc 0.3s ease-out;
}

.popup-header[b-r4ltfs3spc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.popup-title[b-r4ltfs3spc] {
    margin: 0;
    font-size: 1.25rem;
    color: #333;
}

.popup-subtitle[b-r4ltfs3spc] {
    margin-left: 1rem;
    font-size: 1rem;
    color: #666;
}

.popup-content[b-r4ltfs3spc] {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
    word-wrap: break-word;
}

.popup-close[b-r4ltfs3spc] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 4px 8px;
    line-height: 1;
    transition: color 0.2s;
    flex-shrink: 0;
}

.popup-close:hover[b-r4ltfs3spc] {
    color: #000;
}

.popup-close-only[b-r4ltfs3spc] {
    position: absolute;
    top: 12px;
    right: 12px;
}

@keyframes slideIn-b-r4ltfs3spc {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .popup-header[b-r4ltfs3spc] {
        padding: 16px 20px;
    }

    .popup-content[b-r4ltfs3spc] {
        padding: 16px 20px;
    }

    .popup-title[b-r4ltfs3spc] {
        font-size: 1.1rem;
    }
}
/* /Components/Range/Range.razor.rz.scp.css */
.range-mode-selector[b-x1704749mj] {
  display: grid;
  grid-template-columns: minmax(140px, 42.5%) 1fr;
  gap: 0.5rem 1rem;
  align-items: center;
  white-space: normal;
}

.range-label[b-x1704749mj] {
  font-weight: 600;
}

.range-label-wrapper[b-x1704749mj] {
  display: flex;
  gap: 0.3rem;
}

.range-radios[b-x1704749mj] {
  display: flex;
  gap: 1rem;
}

@media (max-width: 600px) {
  .range-radios[b-x1704749mj] {
    flex-direction: column;
    gap: 0.5rem;
  }
} 

.range-radio-label[b-x1704749mj] {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  margin-bottom: 0;
}

.range-inputs[b-x1704749mj] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
/* /Components/Section/Section.razor.rz.scp.css */
.section-toggle[b-9mbrdinm3k] {
    all: unset;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-toggle h4[b-9mbrdinm3k] {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
}
/* /Components/SubSection/SubSection.razor.rz.scp.css */
.sub-section-content[b-kb1dnng76r] {
    margin-left: .75rem;
}

h5[b-kb1dnng76r] {
    font-size: 1rem;
    font-weight: bold;
}
/* /Components/TableRowList/TableRowList.razor.rz.scp.css */
.list-item[b-1adkuewb7m] {
    padding: 0.5rem 0;
}

/* Allow the flex child to shrink instead of forcing the parent width */
.card-body[b-1adkuewb7m] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: flex-start;
}

/* Critical: allow this flex item to shrink below its content's intrinsic size */
.form-section-content[b-1adkuewb7m] {
  flex: 1 1 auto;
  min-width: 0; /* lets flexbox shrink this column */
}

/* Make inner content wrap / break long words and prevent horizontal overflow */
.form-section-content > *[b-1adkuewb7m] {
  max-width: 100%;
  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* Ensure the remove button doesn't try to grow */
.card-body > button[b-1adkuewb7m],
.card-body .btn[b-1adkuewb7m] {
  flex: 0 0 auto;
}
/* /Components/UploadCoc/UploadCoc.razor.rz.scp.css */
.upload-label[b-1hlepzanma] {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-xpup8huc05] {
    padding: 16px;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
}

.env-wrapper[b-xpup8huc05] {
    min-height: 100vh;
    overflow-y: auto;
}

.ontwikkel[b-xpup8huc05] {
    background-color: #e0e0ff
}

.acceptatie[b-xpup8huc05] {
    background-color: #ffffe0
}

.test[b-xpup8huc05] {
    background-color: #e0ffe0
}

.produktie[b-xpup8huc05] {
    background-color: white;
}
/* /Pages/Conversion.razor.rz.scp.css */
.ivi-2-buttons[b-jbygxq9y94] {
    display: flex;
    gap: 1rem;
}
/* /Pages/Disclaimer.razor.rz.scp.css */
#limtation[b-2znvmvunrx], #intro[b-2znvmvunrx] {
    margin-bottom: 1.5rem;
}
/* /Pages/Documentation.razor.rz.scp.css */
.document-list[b-myl5etyyvf] {
    list-style: none;
    padding: 0;
    margin: 0;
}

hr[b-myl5etyyvf] {
    border: none;
    border-top: 2px solid #1976d2;
    margin: 1rem 0;
}
/* /Pages/Generate.razor.rz.scp.css */
.form-section[b-j4y07773hy] {
    overflow-y: auto;
    margin-bottom: 3rem;
}

.generate-ivi-main[b-j4y07773hy] {
    min-height: 100vh;
}


.form-actions[b-j4y07773hy] {
    display: flex;
    padding-right: 1rem;
    gap: 0.5rem;
    position: fixed;
    bottom: 1rem;
    right: calc(50% - 500px);
    background: white;
}

.file-upload-section[b-j4y07773hy] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 992px) {
    .form-actions[b-j4y07773hy] {
        right: 0;
    }
}
/* /Pages/Home.razor.rz.scp.css */
ul[b-rt4jebhszj] {
    list-style-type: "✓";
    padding-left: 1rem;
}

li[b-rt4jebhszj] {
    padding-left: 1rem;
    margin-bottom: 0.5rem;
}
/* /Pages/Signing.razor.rz.scp.css */
/* Container for the signing form */
/* Title styling */
.signing-title[b-gmnzeqztvf] {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #2d3748;
    text-align: left;
}

/* Input fields */
.signing-input[b-gmnzeqztvf] {
    width: 100%;
    padding: 0.75rem 1rem;
    margin-bottom: 1.25rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

    .signing-input:focus[b-gmnzeqztvf] {
        border-color: #3182ce;
        outline: none;
    }

/* Button styling */
.signing-button[b-gmnzeqztvf] {
    padding: 0.75rem 1rem;
    background: #3182ce;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

    .signing-button:hover[b-gmnzeqztvf] {
        background: #2563eb;
    }

/* Error message styling */
.signing-error[b-gmnzeqztvf] {
    color: #e53e3e;
    background: #fff5f5;
    border: 1px solid #fed7d7;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
    font-size: 0.98rem;
}

.form-group label[b-gmnzeqztvf] {
    display: inline-block;
    width: 160px;
    font-weight: 500;
    margin-right: 8px;
    vertical-align: middle;
}

.signing-title-row[b-gmnzeqztvf] {
    display: flex;
    align-items: center;
    gap: 10.5rem;
}

    .signing-title-row h2[b-gmnzeqztvf] {
        margin: 0;
    }

label[for="privateKey"][b-gmnzeqztvf] {
    white-space: nowrap;
}

/* Responsive styles for mobile devices */
@media (max-width: 600px) {
    .signing-title[b-gmnzeqztvf] {
        font-size: 1.3rem;
        margin-bottom: 1rem;
        text-align: center;
    }

    .signing-title-row[b-gmnzeqztvf] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }

    .form-group label[b-gmnzeqztvf] {
        width: 100%;
        margin-bottom: 0.25rem;
        display: block;
        text-align: left;
    }

    .signing-input[b-gmnzeqztvf] {
        font-size: 1rem;
        padding: 0.65rem 0.75rem;
    }

    .signing-button[b-gmnzeqztvf] {
        width: 100%;
        font-size: 1rem;
        padding: 0.75rem 0.5rem;
    }

    .signing-error[b-gmnzeqztvf] {
        font-size: 0.95rem;
        padding: 0.5rem 0.5rem;
    }
}
/* /Pages/Tools.razor.rz.scp.css */
h2[b-n9gadtym3s] {
    font-size: 1.5rem;
}

#signing[b-n9gadtym3s] {
    margin-bottom: 1rem;
}
