/* _content/PCBuilderV2_1/Pages/Kalkulators.razor.rz.scp.css */
.ldc-calc[b-1qg0wgswe0] {
    font-size: 40px;
    margin-top: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin-bottom:20px;
}

.logo-ldc[b-1qg0wgswe0] {
    border: solid white 2px;
    border-radius: .7rem;
    margin-bottom: 9px;
}

.ssdtypes[b-1qg0wgswe0]{
    font-weight:600;
}

.comp-selector[b-1qg0wgswe0] {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #DADFF7, white) border-box;
    border-radius: 0.5em;
    border: 3px solid transparent;
    height: fit-content;
    min-height: 50px;
    max-width:50rem;
}

.comp-selector:hover[b-1qg0wgswe0]{
    border-color: #232C33;
    font-weight:700;
}

.comp-text[b-1qg0wgswe0] {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.page-calc[b-1qg0wgswe0]{
    margin-left:5vw;
    margin-bottom:5vw;
}
.arrow[b-1qg0wgswe0] {
    cursor: pointer;
    transition: transform 0.3s ease; /* Add smooth transition for the arrow rotation */
}

.properties-container[b-1qg0wgswe0] {
    display: none;
}

.arrowIconDropdown[b-1qg0wgswe0]{
    text-decoration: underline;
}
.total-price[b-1qg0wgswe0] {
    font-size: 18px; /* Adjust the font size as per your design */
    color: #007bff; /* Change the color as per your design */
    font-weight: bold; /* Optionally make the text bold */
}
.button-style[b-1qg0wgswe0] {
    background-color: #0101BB;
    color: #FFFFFF; /* Text color */
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

    .button-style:hover[b-1qg0wgswe0] {
        background-color: #0077cc; /* Adjust the color on hover */
    }
/* _content/PCBuilderV2_1/Pages/Pievienot.razor.rz.scp.css */
.form-section[b-8af1hha8c5] {
    margin-bottom: 15px;
}
.comp-selector[b-8af1hha8c5] {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #DADFF7, white) border-box;
    border-radius: 0.5em;
    border: 3px solid transparent;
    height: fit-content;
    min-height: 50px;
    max-width: 50rem;
}
    .comp-selector:hover[b-8af1hha8c5] {
        border-color: #232C33;
        font-weight: 700;
    }
.comp-text[b-8af1hha8c5] {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top:20px;
}
.button-style[b-8af1hha8c5] {
    background-color: #0101BB;
    color: #FFFFFF; /* Text color */
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

    .button-style:hover[b-8af1hha8c5] {
        background-color: #0077cc; /* Adjust the color on hover */
    }
.tooltip[b-8af1hha8c5] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    opacity:1;
}

    .tooltip:hover[b-8af1hha8c5]::after {
        position: absolute;
        background-color: #333;
        color: #fff;
        padding: 8px;
        border-radius: 4px;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -12px;
        font-size: 14px;
        visibility: visible;
    }

.table-nos[b-8af1hha8c5]{
    text-align:right;
    padding: 10px 0 10px 0;
}

/* _content/PCBuilderV2_1/Pages/Rediget.razor.rz.scp.css */
.form-section[b-abvhalmzq1] {
    margin-bottom: 15px;
}

.comp-selector[b-abvhalmzq1] {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #DADFF7, white) border-box;
    border-radius: 0.5em;
    border: 3px solid transparent;
    height: fit-content;
    min-height: 50px;
    max-width: 50rem;
}

    .comp-selector:hover[b-abvhalmzq1] {
        border-color: #232C33;
        font-weight: 700;
    }

.comp-text[b-abvhalmzq1] {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.button-style[b-abvhalmzq1] {
    background-color: #0101BB;
    color: #FFFFFF; /* Text color */
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

    .button-style:hover[b-abvhalmzq1] {
        background-color: #0077cc; /* Adjust the color on hover */
    }
.button-style-red[b-abvhalmzq1] {
    background-color: #0101BB;
    color: #FFFFFF; /* Text color */
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

    .button-style-red:hover[b-abvhalmzq1] {
        background-color: #f25252; /* Adjust the color on hover */
    }
.data-table[b-abvhalmzq1] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .data-table th[b-abvhalmzq1], .data-table td[b-abvhalmzq1] {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .data-table th[b-abvhalmzq1] {
        background-color: #636262; /* Adjust the background color */
        color: #FFFFFF;
        padding: 12px;
        font-weight: bold;
    }
.radio-container[b-abvhalmzq1] {
    display: flex;
    align-items: center;
}

.radio-label[b-abvhalmzq1] {
    margin-left: 8px;
    font-size: 16px;
}

.radio-input[b-abvhalmzq1] {
    margin-right: 4px;
    cursor: pointer;
}
/* _content/PCBuilderV2_1/Pages/ResultComponent.razor.rz.scp.css */
.result-container[b-bb2tngu5kk] {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

    .result-container img[b-bb2tngu5kk] {
        width: 100px; /* Adjust the width as needed */
        height: 80px; /* Adjust the height as needed */
        margin-right: 10px;
    }

.result-details[b-bb2tngu5kk] {
    flex: 1;
}

    .result-details h4[b-bb2tngu5kk] {
        margin: 0;
        font-size: 18px;
    }

    .result-details p[b-bb2tngu5kk] {
        margin: 0;
        font-size: 14px;
    }

    .result-details a[b-bb2tngu5kk] {
        text-decoration: none;
        color: #007bff;
        font-weight: bold;
        font-size: 16px;
    }
/* _content/PCBuilderV2_1/Pages/SearchPage.razor.rz.scp.css */
.comp-selector[b-biihfiwyuj] {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #DADFF7, white) border-box;
    border-radius: 0.5em;
    border: 3px solid transparent; /* Set the initial border color to transparent */
    height: fit-content;
    min-height: 50px;
    max-width: 50rem;
    transition: border-color 0.3s ease; /* Add a smooth transition effect for border color changes */
}

    .comp-selector:hover[b-biihfiwyuj] {
        border-color: #232C33;
    }

.comp-text[b-biihfiwyuj] {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.button-style[b-biihfiwyuj] {
    background-color: #0101BB;
    color: #FFFFFF; /* Text color */
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

    .button-style:hover[b-biihfiwyuj] {
        background-color: #0077cc; /* Adjust the color on hover */
    }
.page-button[b-biihfiwyuj] {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color: #DADFF7;
    border: 2px solid #232C33;
    border-radius: 0.5em;
    padding: 8px 16px;
    margin: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .page-button:hover[b-biihfiwyuj] {
        background-color: #232C33;
        color: white;
    }
/* _content/PCBuilderV2_1/Shared/MainLayout.razor.rz.scp.css */
.page[b-oi99aj85nk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-oi99aj85nk] {
    flex: 1;
}



.sidebar[b-oi99aj85nk] {
    background-color: white;
    filter: drop-shadow(7px 7px 4px rgba(0,0,0,.25));
}

.top-row[b-oi99aj85nk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-oi99aj85nk]  a, .top-row .btn-link[b-oi99aj85nk] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-oi99aj85nk] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-oi99aj85nk] {
        display: none;
    }

    .top-row.auth[b-oi99aj85nk] {
        justify-content: space-between;
    }

    .top-row a[b-oi99aj85nk], .top-row .btn-link[b-oi99aj85nk] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-oi99aj85nk] {
        flex-direction: row;
    }

    .sidebar[b-oi99aj85nk] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-oi99aj85nk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-oi99aj85nk], article[b-oi99aj85nk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/PCBuilderV2_1/Shared/NavMenu.razor.rz.scp.css */


.navbar-toggler[b-goa1h3pyka] {
    background-color: rgba(0, 0, 0, 0.2);
}

.top-row[b-goa1h3pyka] {
    height: 3.5rem;
    border: solid .1rem rgba(0,0,0,0.1);
    border-radius:10px;
    
}

.navbar-brand[b-goa1h3pyka] {
    font-size: 1.25rem;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    margin-left:10px;
    color:black;
}

.navbar-brand:hover[b-goa1h3pyka]{
    color:steelblue;
}

.logo-ldc[b-goa1h3pyka]{
    width:auto;
    height:40px;
    border-radius:10px;
}

.calc-image[b-goa1h3pyka]{
    width:auto;
    height:20px;
    margin-right:10px;
}

.nav-cont[b-goa1h3pyka] {
    display: flex;
    align-items: center;
    justify-content: center
}


.oi[b-goa1h3pyka] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-goa1h3pyka] {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    font-family:'poppins',sans-serif;
    font-weight:500;
    
}

    .nav-item:first-of-type[b-goa1h3pyka] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-goa1h3pyka] {
        padding-bottom: 1rem;
    }

    .nav-item[b-goa1h3pyka]  a {
        color: grey;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-goa1h3pyka]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: black;
    font-weight:600;
}

.nav-item[b-goa1h3pyka]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: steelblue;
}


@media (min-width: 641px) {
    .navbar-toggler[b-goa1h3pyka] {
        display: none;
    }

    .collapse[b-goa1h3pyka] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-goa1h3pyka] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
