.body-base{
    background-color: #d3e3fd;
}

p {
    margin-bottom: 1.5em;
    line-height: 1.6;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}


nav {
    text-align: left;
    margin: 0;
    padding: 0;
}

.nav-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.nav-links li {
    display: inline;
    margin: 0 15px;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.nav-links a:hover {
    color: #007bff;
}

.nav-vendor-logos {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
}

.nav-vendor-logos a:hover {
    color: #007bff;
}

.vendor-logo-image{
    width: 300px;
    height: auto;
}

.vendor-logo-text{
    display: block;
    margin-top: 5px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

a {
    color: #3498db;
    text-decoration: underline;
}

a:visited {
    color: #8e44ad;
}

.device_configurations_list{
}

.link_to_yang_source {
    color: inherit;
    text-decoration: inherit;
    background-color: inherit;
    position: absolute;
    left: 0;
    border-radius: 6px;
    padding: 5px 0;
    margin: 0 5px;
}

.yang-model-docs-navigation {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.yang-model-docs-navigation li {
    margin: 5px 0;
}

.yang-model-docs-navigation a {
    text-decoration: none;
    color: #333;
}

.yang-model-docs-navigation a:hover {
    color: #007bff;
}

.children {
    display: none;
}

.toggle {
    cursor: pointer;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover{
    cursor: pointer;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.select_devices{
    border: 3px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

.xpath_constructor{
    border: 3px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
.model_navigator{
    border: 3px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

.select-all-configurations{
}

.article-item_content{
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
}

.article-item-header{
    color: black;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.hidden-content {
    display: none;
}

.arrow {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}
.arrow.collapsed {
    transform: rotate(-135deg);
}

.toggle-text-title{
    text-decoration: underline;
    cursor: pointer;
    font-size: 1.1em;
    color: #007bff;
}

#expandCollapseText {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}

#ErrorXpathDisplay {
    font-weight: bold;
}

#xpathFieldsContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.node_input{
    display: flex;
    flex-direction: column;
    gap: 10px;
    top: 0;
    right: 0;
    width: 400px;
    background-color: #f0f0f0;
    padding: 10px;
    opacity: 0.8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.filter_input{
    display: flex;
    flex-direction: column;
    gap: 10px;
    top: 0;
    right: 0;
    width: 800px;
    background-color: #f0f0f0;
    padding: 10px;
    opacity: 0.8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.xpathField {
    display: flex;
    align-items: center;
    gap: 10px;  /* Space between inputs and the remove button */
}

.removeFieldBtn {
    background-color: #ff030b;
    color: white;
    border: none;
    cursor: pointer;
}

.addFieldBtn{
    background-color: #4caf50;
    color: white;
    border: none;
    cursor: pointer;
}

.xpath-request-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 20px;
    z-index: 1000;
}


#xpath-request-btn {
    width: 150px;
    height: 50px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s, transform 0.2s;
}

#xpath-request-btn:hover {
    background-color: #45a049;
    transform: scale(1.05);
}

.copy-node-name {
    background-color: transparent;
    border: none;
}
.copy-node-name:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #333;
    cursor: pointer;
}

.xpathContainer {
    padding: 5px 0;
}

.xpathFilter {
    padding-left: 20px;
}

.error_request_device_list {
    font-family: Consolas, Monaco, 'Courier New', monospace;
}

.error_request_xpath {
    font-family: Consolas, Monaco, 'Courier New', monospace;
}


.error-message {
    background-color: #fdecea;
    border: 1px solid #f44336;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 10px 0;
}

.error-icon {
    margin-right: 10px;
    font-size: 20px;
}


pre {
    background-color: #f5f5f5;
    padding: 1rem;
    overflow-x: auto;
    border-radius: 5px;
    border: 2px solid #ccc;
}

code {
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 0.8rem;
    color: #333;
    display: block;
    white-space: pre-wrap;
    line-height: 1.5;
}

.code-snippet {
    color: #444;
}
.code-snippet .keyword { color: #007bff; font-weight: bold; }
.code-snippet .string { color: #d63384; }
.code-snippet .comment { color: #6c757d; font-style: italic; }
