﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body{
    padding:0;
}

* {
    font-family: "Inter", sans-serif;
}

.main-card {
    background-color: #212121;
    border: 1px solid#616161;
    border-radius: 4px;
}

    .main-card p, .main-card li {
        color: #d5d5d5;
        background: none;
        padding: 0;
        margin: 0;
    }

    .main-card h2 {
        margin: 0;
        padding: 0;
    }

.material-card {
    background-color: #303030;
    border-radius: 4px;
    transition: 0.2s;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #616161;
    color: #fff;
    width: 100%;
    text-align: start;
    justify-content: center;
    padding: 0;
}

    .material-card h4 {
        padding: 0;
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .material-card div {
        background: none;
    }

    .material-card img {
        width: 100%;
        margin: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.card-material-accent {
    padding: 5px;
    margin: 0;
    font-size: 10px;
    background-color: #ffe965;
    color: #715d00 !important;
    width: fit-content;
    border-radius: 4px;
}

.material-card:hover, .material-card:focus {
    /* background-color: #ffc217; */
    filter: brightness(1.15) !important;
}

    .material-card:hover .card-material-accent, .material-card:focus .card-material-accent {
        /* background-color: #303030;
    color:#ffe965 !important; */
    }

/* .material-card:hover p,.material-card:hover li, .material-card:focus p, .material-card:active li {
    color: #303030;
}  */

.material-card p, .material-card li {
    color: #d5d5d5;
}

/* .material-card:hover .card-info-text, .material-card:focus .card-info-text {
    color: #000 !important;
} */

body {
    background-color: #1f1f1f;
    color: #fff;
    height: 100vh;
}
#UserName {
    width: 100%;
}

.main-body {
    background-color: #1f1f1f;
    color: #fff !important;
    overflow: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.accent {
    color: #ffc217;
}


.login-box {
    width: 500px;
    border-radius: 15px;
    background: #202020;
    border: 1px solid #616161;
}

.login-textbox {
    border: none;
    border-radius: 4px;
    background-color: #393939;
    color: #d5d5d5;
    transition: 0.2s;
    padding: 10px !important;
}

.icon-btn {
    color: #d0d0d0 !important;
    background: none;
    border: none;
}

    .icon-btn:hover {
        color: #ffc217 !important;
    }

.bi-eye-fill {
    color: #ffc217;
}

.login-field div p, .login-field div a {
    font-size: 8px !important;
}

.login-textbox input {
    background: none;
    border: none;
    color: #d5d5d5;
    width: 100%;
}

.field-validation-error {
    color:red !important;
    font-size:12px !important;
}

.login-field label {
    color: #d0d0d0 !important;
    font-size: 10px;
}

input[type=password] {
    width:95%;
}

.login-textbox:focus {
    outline: 1px solid #ffc217;
}

.login-textbox input:focus {
    outline: none;
}

.login-textbox:focus-within {
    outline: 1px solid #ffc217;
}

.login-btn {
    background-color: #ffc217;
    border: 1px solid #ffc217;
    color: #000;
    padding: 5px !important;
    border-radius: 4px;
    transition: 0.2s;
}

.register-btn {
    background: none;
    color: #e0e0e0;
    border: 1px solid #ffc217;
    padding: 5px !important;
    border-radius: 4px;
    transition: 0.2s;
}

    .register-btn:hover {
        background-color: #ffc217;
        color: #000;
    }

.login-btn:hover {
    background-color: #212121;
    color: #ffc217 !important;
}

.custom-link {
    text-decoration: none !important;
    color: lightskyblue !important;
    transition: 0.2s;
} 
.custom-link:hover {
        text-decoration: underline !important;
    }

#landing-background {
    background-image: url(eos_additive-manufacturing_metall_3d-print.webp) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #212121;
}

.wrapper {
    z-index: 999;
    background-color: rgba(18, 18, 18, 0.3);
}

.landing-header-text {
    font-size: 72px;
    text-align: center;
    background: linear-gradient(90deg, rgba(255,219,0,1) 0%, rgba(255,236,121,1) 40%, rgba(255,255,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.landing-img {
    display: none;
    width: auto;
    height: 100px;
}

@media (width < 1620px) {
    .landing-header-text {
        font-size: 60px;
    }
}

@media (width < 1366px) {
    .landing-header-text {
        font-size: 52px;
    }
}

@media (width < 1200px) {
    .landing-header-text {
        display: none;
    }

    .landing-img {
        display: inline;
    }

}

.landing-subheader-text{
    text-align: center;
}


.help-section {
    display: flex;
    justify-content: center;
}

    .help-section p, .help-section a {
        justify-content: center;
        font-size: 12px;
        width: fit-content;
    }


.niar-logo {
    width: 200px;
}

.pedigree-property {
    background-color: #303030;
    color: #fff;
    width: 50%;
    display: flex;
    align-items: center;
}

    .pedigree-property p {
        font-weight: bold;
        color: #fff;
        padding: 0;
        margin: 0;
        width: 100%;
        word-break: break-word;
    }

.pedigree-value {
    color: #e5e5e5;
    padding: 0;
    margin: 0;
    width: 50%;
    display: flex;
    flex-direction:column;
    justify-content:center;
}

    .pedigree-value p {
        padding: 0;
        margin: 0;
        width: 100%;
        word-break: break-word;
    }

.niar-logo-center {
    display: none;
}

@media only screen and (max-width:1050px) {
    .niar-logo {
        display: none !important;
    }

    .niar-logo-center {
        display: flex;
    }
}

.navigation {
    border-bottom: 2px solid #ffc217;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
    z-index: 999;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}


.navigation-items {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
}

    .navigation-items li a {
        text-decoration: none;
        color: #fff !important;
        border-bottom: 2px solid transparent;
        padding: 25px 10px !important;
    }

        .navigation-items li a:hover {
            text-decoration: none !important;
            color: #ffc217 !important;
        }

.wam-logo {
    background: none;
    height: 65px;
}

.active {
    border-color: #ffc217 !important;
}


.highcharts-background {
    background-color: #212121 !important;
}

@media only screen and (max-height:550px) {
    #landing-background {
        background-image: none !important;
    }
}

.chart-wrapper {
    border: 1px solid#616161;
    border-radius: 4px;
    padding: 40%;
    position: relative;
    width: 35%;
    overflow: hidden;
    z-index: 1;
    padding: 0px !important;
    margin: 0px;
}

.card-btn {
    border: none;
    padding: 4px 10px !important;
    font-size: 14px;
    border: 1px solid #ffc217;
    color: #ffc217;
    background: none;
    transition: 0.2s;
}

    .card-btn:hover {
        background: #ffc217;
        color: #000;
    }

/*tbody tr:hover td {
    background-color: #ffe965 !important;
    filter: saturate(50%);
    color: #000 !important;
}*/

.card-btn-copy {
    border: none;
    padding: 4px 10px !important;
    font-size: 14px;
    border: 1px solid #fff;
    color: #fff;
    background: none;
    transition: 0.2s;
}

    .card-btn-copy:hover {
        border: 1px solid #000;
        background: #000;
        color: #fff;
    }

.card-category {
    font-size: 10px;
    color: #d5d5d5;
    margin: 0;
    padding: 0;
    background: none;
}

.card-info-text {
    color: #fff !important;
/*    word-wrap:break-word;*/
    margin: 0;
    padding: 0;
    background: none;
    width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.breadcrumb a {
    color: #ffc217 !important;
    text-decoration: none;
    transition: 0.2s;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important; 
}


a.login-btn {
    color: #000 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

    a.login-btn:hover {
        color: #ffc217 !important;
    }

.hide {
    display: none;
}

.toggle-btn {
    transition: 0.2s;
    transform: rotate(180deg);
}

a.register-btn {
    color: #ffc217 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    a.register-btn:hover {
        color: #000 !important;
    }

.doc-group img {
    height: 60px;
}

.doc-group {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

    .doc-group button {
        display: flex;
        flex-direction: column;
        font-size: 12px;
        width: 100px;
        height: auto;
        padding: 10px 5px;
        overflow-wrap:break-word;
        justify-content: center;
        align-items: center;
        color: #d0d0d0;
        background: none;
        border: none;
        border-radius: 4px;
    }

    .doc-group p {
        word-break:break-word;
    }

        .doc-group button:hover {
            background: #424242;
        }

.sidebar-dropdown {
    list-style-type: none;
    padding: 0;
}

    .sidebar-dropdown li button {
        padding: 5px 10px !important;
        border-radius: 4px;
        width: 250px !important;
        color: #e0e0e0 !important;
        background: none;
        border: none;
        text-align: start;
        font-size: 14px;
        margin: 0;
    }

        .sidebar-dropdown li button:hover {
            background: #353535 !important;
            text-decoration: none !important;
        }

#active-dropdown {
    border-left: 5px solid #ffc217;
}

    #active-dropdown button {
        background-color: rgba(255, 219, 0,0.25) !important;
    }



/* .main-svg {
    border-radius: 4px !important;
    border: 1px solid #616161;
} */

.table-properties {
    background-color: #1f1f1f !important;
    color:white !important;
}
.table-properties tr {
    padding: 5px !important;
    border-bottom: 1px solid #616161 !important;
    text-align: start;
    border-radius: 4px !important;
    border: none !important;
}

    .table-properties thead tr {
        background: #1f1f1f !important;
        padding: 5px !important;
        border-bottom: 1px solid #616161 !important;
        text-align: start !important;
        border-radius: 4px !important;
        color: #d5d5d5 !important;
        border: none !important;
        border-bottom: 1px solid #616161 !important;
    }

        .table-properties thead tr th {
            color: #d5d5d5 !important;
            text-align: start !important;
            border:none !important;
/*            align-items: center;
            justify-content:center;*/
        }

        .table-properties thead tr {
            max-height: 20px !important;
        }

        .table-properties thead tr th:hover {
            background-color: #303030 !important;
        }

.dataTables_wrapper {
    background-color: #1f1f1f !important;
    color: #d5d5d5 !important;
    border: 1px solid #616161 !important;
    padding: 10px 15px !important;
}

.dataTables_length label {
    font-family: "Inter", sans-serif !important;
    color: #d5d5d5 !important;
    display: flex; 
    align-items: center;
    gap: 5px;
}

.dataTables_length select {
    font-family: "Inter", sans-serif !important;
    color: #d5d5d5 !important;
    text-align-last: center !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background: #1f1f1f !important;
}

.table-properties tbody tr:hover {
    background-color: #303030 !important;
}

    .table-properties tbody tr {
        background-color: #1f1f1f !important;
    }

.table-properties thead tr {
    /*        background-color: #303030;*/
    border-bottom: 1px solid #616161 !important;
}

.table-compare {
/*    background-color: #212121 !important;*/
    overflow-x: auto;
    border-radius: 4px !important;
/*    border: 1px solid #616161;*/
}

    .table-compare tr {
        padding: 5px !important;
        border-bottom: 1px solid #616161;
        text-align: start;
        border-radius: 4px !important;
        border:none !important;
    }

    .table-compare tbody tr:hover{
        background-color: #303030;
    }

    .table-compare thead tr {
/*        background-color: #303030;*/
        border-bottom: 1px solid #616161 !important;
    }

/*    .table-compare tr:nth-child(even) {
        background-color: #303030;
    }*/


    .table-compare td, .table-compare th {
        padding: 5px !important;
    }

        .button-header th {
            padding: 5px 0px !important;
        }

        .table-compare tbody tr {
            color: #fff;
        }

    .table-compare th {
        /*        font-weight: bold;*/
        font-size: 12px;
        color: #d5d5d5 !important;
        text-transform:capitalize;
    }

.login-btn:disabled {
    filter: brightness(0.75);
    cursor: not-allowed;
}

    .login-btn:disabled:hover {
        background-color: #ffc217;
        color: #212121;
    }

.sidebar-wrapper {
    height: calc(100vh - 10px);
    display: grid;
    grid-template-columns: minmax(10px, 1fr) minmax(10px, 3fr);
    grid-template-rows: min-content min-content 1fr min-content;
    gap: 1px;

    @media (max-width: 600px) {
        grid-template-columns: 100%;
        grid-template-rows: auto; > * {
            grid-column: 1 / -1 !important;
            grid-row: auto !important;
        }
    }

}

.grid-page-header {
    grid-column: 1 / -1;
}

.page-sidebar {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
    background-color: #1f1f1f;
}

.page-main {
    grid-column: 2 / 3;
}

.page-footer {
    grid-column: 1 / -1;
}

.custom-close-btn {
    color: black;
    font-size: 16px;
    padding: 4px;
    background: transparent;
    border: 2px solid black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

.table-header-btn {
    background: none;
    border: none;
    border-radius: 4px;
    color: #d5d5d5;
    padding: 5px;
    width: 100%;
}
    .table-header-btn i {
        padding: 0px 5px;
    }
    .table-header-btn:hover {
        background: #303030;
    }
    .table-header-btn p {
        margin: 0;
        padding: 0;
    }
.paginate_button {
    background: inherit !important;
    border-radius: 4px !important;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e5e5e5 !important;
}
a .paginate_button {
    background: inherit !important;
    border-radius: 4px !important;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
}
.paginate_button:hover {
    background-color: #303030 !important;
}
.paginate_button.current {
    background-color: #ffc217 !important;
    color: #fff !important;
}
#table-data_paginate span {
    color: #d5d5d5 !important;
}
#table-data_previous {
    border-radius: 4px !important;
}
table-data_next {
    border-radius: 4px !important;
}
#table-data_filter {
    margin-bottom: 10px !important;
}
#table-data_filter label, .dt-search label {
    color: #1f1f1f !important;
}
#table-data_filter input, .dt-search input {
    background-color: #353535 !important;
    color: #fff !important;
    border: none !important;
    padding: 5px !important;
    transition: 0.2s;
    border-radius: 4px;
}

.dt-search {
    width: 100% !important;
}


    #table-data_filter input::placeholder, .dt-search input::placeholder {
        color: #d5d5d5 !important;
    }
    #table-data_filter input:focus, #table-data_filter input:active, .dt-search input:focus, .dt-search input:active {
        outline: 1px solid #ffc217 !important;
    }

    #table-data_wrapper {
        margin-bottom: 3rem !important;
    }
    .dtsp-searchPanes {
        margin-bottom: 3rem !important;
    }

    .dtsp-paneInputButton.dtsp-search:focus,.dtsp-paneInputButton.dtsp-search:active {
        outline: none !important;
        font-weight: bold !important;
    }

    .dtsp-paneInputButton.dtsp-search {
        transition: 0.2s !important;
    }

    .dtsp-searchIcon.dtsp-paneButton {
        display: none !important;
    }
    
    table.dataTable thead tr {
        background-color: #000 !important;
        margin-top: 10px;
    }
table.dataTable thead tr th {
    vertical-align: middle !important;
    color: #fff !important;
    font-weight: bold !important;
}
table.dataTable tbody tr td {
    vertical-align: middle !important;
    border-bottom: 1px solid #616161 !important;
}
#table-data thead tr {
    height: 30px !important;
    display: none;
}
.dataTables_scrollBody {
    background: #1f1f1f !important;
}
.table-properties th, .table-properties td {
    padding: 8px 10px !important;
    min-width: 200px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #d5d5d5 !important;
}
#table-data_wrapper {
    border-radius: 4px !important;
    border: 1px solid #616161;
    padding: 0 20px;
}
.table-properties thead tr th.select-box,
.table-properties thead tr td.select-box {
    min-width: 50px !important;
    width: 50px !important;
}
/*table.dataTable thead tr th.sorting_asc {
    background-image: url(~/Images/asc_icon.png) !important;
}
table.dataTable thead .sorting_desc {
    background-image: url(~/Images/dsc_icon.png) !important;
}
table.dataTable thead tr th.sorting {
    background-image: url(~/Images/neutral.png) !important;
}*/
.table-properties caption {
    caption-side: top !important;
    color: #fff !important;
    width: fit-content !important;
    font-size: 24px;
    font-weight: bold;
}
.dataTables_wrapper {
    margin: 0 !important;
}
.dt-type-numeric {
    text-align: start !important;
}
.dtsp-searchPane {
    border: 1px solid #616161 !important;
    border-radius: 4px !important;
    color: #e0e0e0 !important;
    background: none !important;
}
.dtsp-searchCont, .dtsp-search {
    color: #fff !important;
    background: none !important;
}
.dtsp-searchIcon span {
    color: #fff !important;
}
.dtsp-panesContainer {
    /* width: 100% !important; */
    overflow:auto;
    border: 1px solid #616161;
    border-radius: 4px;
    padding: 5px 10px !important;
    background:#000 !important;
    border: none;
    margin: 0 !important;
}
div.dtsp-searchPane div.dt-container div.dt-scroll-body {
    background: #000 !important;
}
.dtsp-subRowsContainer {
    border: 1px solid #616161 !important;
}
.dtsp-showAll, .dtsp-clearAll, .dtsp-collapseAll {
    color: #ffc217;
    transition: 0.2s;
    border-radius: 4px;
}
    .dtsp-showAll:hover, .dtsp-clearAll:hover, .dtsp-collapseAll:hover {
        background: #353535 !important;
    }
    .dtsp-showAll.dstp-disabledButton:hover, .dtsp-clearAll.dstp-disabledButton:hover, .dtsp-collapseAll.dstp-disabledButton:hover {
        background: none !important;
    }
.dtsp-title {
    padding: 1px 0 !important;
    color: #e0e0e0;
}

.test-class {
    background: #303030;
    color: white;
}
.dtsp-pill {
    background: #ffc217 !important;
}
table.dataTable thead tr th {
    color: white;
    font-size: 12px;
    min-width: 90px;
    border: none !important;
    border-right: 1px solid #353535 !important;
    outline: none !important;
    transition: 0.2s;
}
    table.dataTable thead tr th:hover {
        background-color: #212121 !important;
        border: none !important;
        border-right: 1px solid #353535 !important;
    }
    table.dataTable thead tr th .header-column-button-select {
        background-color: rgba(255, 219, 0, 0.25) !important;
        border-color: rgba(255, 219, 0, 0.25) !important;
    }
    table.dataTable thead tr th .header-column-button-range {
        background-color: rgba(255, 219, 0, 0.25) !important;
        border-color: rgba(255, 219, 0, 0.25) !important;
    }
#IndividualTestSpecimenTable_filter label {
    font-weight: bold;
    color: #1f1f1f;
    margin-bottom: 15px;
}
#IndividualTestSpecimenTable_filter input {
    background-color: #353535;
    color: #fff !important;
    padding: 5px !important;
    border: none !important;
    border-radius: 4px;
    transition: 0.2s;
}
    #IndividualTestSpecimenTable_filter input:focus,
    #IndividualTestSpecimenTable_filter input:active {
        outline: 1px solid #ffc217 !important;
    }
table.dataTable tbody tr:nth-child(even) {
    background-color: #212121 !important;
    color: #cdcdcd !important;
    font-size: 12px;
}
table.dataTable tbody tr:nth-child(odd) {
    background-color: #303030 !important;
    color: #cdcdcd !important;
    font-size: 12px;
}
.dataTables_scrollBody {
    background-color: #1f1f1f !important;
}
.dtsp-narrow div.dtsp-subRow2 button {
    color: #fff;
}
div.dtsp-topRow {
    border: none !important;
}
div.dtsp-searchPane div.dt-container {
    border: none !important;
}
.dtsp-topRow.dtsp-subRowsContainer.dtsp-bordered:hover {
    background: #000 !important;
    filter: none !important; 
}
div.dtsp-topRow div.dtsp-subRow1 button.dtsp-searchIcon span {
}
div.dtsp-topRow button.dtsp-nameButton span {
    background-image: url(../Images/sort-alphabetical.svg) !important;
}
.dtsp-buttonGroup {
    background: #909090 !important;
}
div.dtsp-topRow div.dtsp-subRow1 button.dtsp-searchIcon {
    background: #ffc217;
    margin-top: 0 !important;
    border-radius: 100%;
}

.validation-summary-errors {
    padding: 10px !important;
}

.validation-summary-errors ul {
    list-style:none !important;
    margin:0 !important;
    padding: 0 !important;
}

#search-bar {
    background-color: #353535;
    outline: 1px solid #616161;
    color: white !important;
    transition: 0.2s;
    border: none !important;
}

    #search-bar::placeholder {
        color: #d5d5d5 !important;
    }

#search-bar:focus {
        outline-color: #ffc217;
        box-shadow: none !important;
    }

.dropdown-menu {
    background: #000 !important;
    color: #a1a1a1 !important;
    border: 1px solid #616161 !important;
}

.dropdown-menu li a {
    color: #a1a1a1 !important;
}

.dropdown-menu li a:hover {
    background: #353535 !important;
    color: #fff !important;
}

.user-icon {
    width: 40px;
    height: 40px;
    background-color: #353536;
    color: #ffc217;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 2px;
    padding: 2px;
    margin-top: 10px;
}

.user-icon:hover {
    color: black !important;
    background-color: #ffc217 !important;
    text-decoration: none !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.bar-item {
    display: flex !important;
    align-items: end !important;
    border: 1px solid #616161 !important;
    transition: 0.2s;
    cursor: pointer;
}

.bar-item:hover {
    filter: brightness(1.2);
    border-color: #ffc217 !important;
}

#searchpane-external-container {
    border-right: 1px solid #616161 !important;
    border-radius: 0;
}

#table-data_wrapper table.dataTable thead tr th,#table-data tbody tr td {
    min-width: 300px !important;
}

#table-data_wrapper {
    border: none !important;
}

.loading-logo {
    transform: rotate(-90deg);
    animation: brightnessPulse 1s infinite;
    transition: 0.2s;
}
@keyframes brightnessPulse {
    0% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(2);
    }
    100% {
        filter: brightness(1);
    }
}

.nav-pills .nav-link {
    transition: 0.2s !important;
    cursor: pointer;
}

.nav-pills .nav-link.active,.nav-pills .nav-link.active:hover {
    color: black !important;
    background: #ffc217 !important;
}

.nav-pills .nav-link {
    color: #ffc217 !important;
}

.nav-pills .nav-link:hover {
    color: #ffc217 !important;
    background: #353535 !important;
}

.plot-select {
    border: 1px solid #616161;
    border-radius: 4px;
    background: #000;
    height: 35px;
    color: #fff !important;
    min-width: 100%!important;
}

.plot-select:focus {
    border-color: #ffc217;
}

div.dt-container select.dt-input {
    padding: 0 4px;
    background: #000;
    color: #fff;
    border-color: #616161;
}

.dt-length {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dt-paging-button {
    background: none !important;
    border-radius: 4px !important;
    transition: 0.2s;
    border-color: transparent !important;
    color: #d5d5d5;
}

.dt-paging-button:hover {
    background: #353535 !important;
    border-color: transparent !important;
}

container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.disabled {
    color: #616161 !important;
}

container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.disabled:hover {
    color: #616161 !important;
    background: transparent !important;
}

container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current {
    background: transparent !important;
    color: #ffc217 !important;
    font-weight: bold;
}

container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: #353535 !important;
    color: #ffc217 !important;
}

.test-properties-sidebar {
    height: calc(100vh - 98px) !important;
    width: 500px !important;
    margin: 0;
    position: fixed;
    background: #000;
}

.test-properties-content {
    margin-top: 98px !important;
    margin-left: 500px !important;
    width: calc(100vw - 530px) !important;
}

.properties-content {
    margin-top: 98px !important;
    margin-bottom: 50px !important;
}

.plot-btn {
    width: 200px !important;
}


/* @media(width < 1400px) {
    .test-properties-content {
        margin-top: 98px !important;
        margin-left: 0px !important;
        width: 100% !important;
    }
    .test-properties-sidebar {
        height: 100vh !important;
        background: #000;
    }

    .plot-btn {
        width: 100% !important;
    }
} */

.dt-scroll-body {
    transform: rotateX(180deg) !important;
}

.dt-scroll-body table {
    transform: rotateX(180deg) !important;
}

.dtsp-searchPane {
    transition: 0.15s !important;
}

.dtsp-searchPane:has(table tr.selected) {
    border-color: #ffc217 !important;
}

.filter-tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    background: rgba(255, 219, 0,0.15) !important;
    color: #ffc217;
    width: fit-content;
    gap: 10px;
    border: 1px solid rgba(255, 219, 0,0.15) !important;
    border-radius: 4px;
}

.filter-tag:hover {
    border-color: #ffc217 !important;
}

.text-btn {
    background: none;
    border: none;
    color: #ffc217;
}

.text-btn:hover {
    color: #ffc117c4;
}

.buttons-excel, .buttons-csv, .buttons-colvis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7px;
    border-radius: 4px;
    border: 1px solid #616161;
    color: white;
    background: #444444;
    transition: 0.2s;
    padding: 5px 10px;
}

.dt-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border-radius: 4px;
    border: 1px solid #616161;
    color: white;
    background: #444444;
    transition: 0.2s;
    padding: 5px 10px;
}

.buttons-csv:hover, .buttons-excel:hover, .buttons-colvis:hover, .dt-button:hover {
    background: #303030;
}

.dt-scroll-head, .dt-scroll {
    scrollbar-color: #757575 #000;
}

.dropdown-menu.dt-button-collection  div{
    overflow-y: auto;
}

.dropdown-menu.dt-button-collection  div a {
    color: #fff !important;
}

.dt-buttons {
    display: flex;
    justify-content: start;
    gap:5px;
    margin: 0 !important;
}

.dt-button-collection {
    background: #000;
}

.dt-button-collection div {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 200px;
}

@media (max-width < 1000px) {
    .dt-buttons {
        justify-content: center !important;
    }
}

.dt-button.buttons-columnVisibility {
    background-color: #000;
    border: none;
    color: #fff;
    width: 100%;
    text-align: start;
    padding: 5px;
    border-bottom: 1px solid #616161;
}

.col-filter-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    background: transparent;
    color: white;
    text-align: start;
    padding: 0 14px;
}


.col-filter-button:hover {
    background: #303030;
}

.col-filter-button p {
    font-size: 16px;
    margin: 0;
}

.col-filter-button.active-col::after {
    content: '\2713';
}

@media (width <= 992px) {
    #materials-dropdown-btn, #toggleViewButton {
        width: 100% !important;
    }
}

.characterization-tag {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background: #ffc217;
}

.characterization-tag.qualification {
    background:#0CCE6B !important;
}

.characterization-tag.validation {
    background:cornflowerblue !important;
}

.accordion-button {
    color: #fff !important;
    background: #000 !important;
    outline: 1px solid #616161 !important;
    border-color: #616161 !important;
    box-shadow: none !important;
}

.accordion-button::after {
    filter: grayscale(1) hue-rotate(180deg);
}

.accordion-body {
    border-color: #616161 !important;
    box-shadow: none !important;
    outline: 1px solid #616161;
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-collapse.collapsing {
    border-color: #616161 !important;
    box-shadow: none !important;
    outline: 1px solid #616161;
}

.type-dropdown li:hover {
    background: none;
}

.type-dropdown-btn {
    background: none;
    border: none;
    color: #ffc217;
    transition: 0.2s;
}

.type-dropdown-btn:hover {
    color: #d79e00;
}

.type-dropdown .col-filter-button.active-filter::after {
    content: '\2714';
}

.type-dropdown .col-filter-button::after {
    content: none;
}

.type-dropdown .col-filter-button {
    border-radius: 4px;
    width: 95%;
}

.type-dropdown li {
    display: flex;
    justify-content: center;
}

.form-check-label {
    color: #fff !important;
}

.form-check-input {
    background-color:#fff !important;
    border-color: #616161 !important;
    margin-top: 0 !important;
    filter: invert(1) !important;
}

.form-check-input:checked {
    border-color: #2a51be !important;
    background-color: #003de8 !important;
}

/* .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%ffc217' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
} */

.form-check-input:focus {
    box-shadow: 0 0 0 .10rem rgba(0,61,232,.25) !important;
}

#test-properties td,th {
    border-top: 1px solid #616161;
    border-bottom: 1px solid #616161;
    padding: 10px;
    width: 50%;
}

#test-properties th {
    background: #000;
    font-weight: bold;
    border-top: 0 !important;
    color: #c5c5c5;
}

#test-properties td:nth-child(odd){
    background: #303030;
    color: white;
    font-weight: bold;
}

#test-properties td:nth-child(even) {
    color: #e5e5e5;
}


select#x-axis-properties.plot-select, select#y-axis-properties.plot-select {
    min-width: 100% !important;
}

.default-select {
    color: #a1a1a1 !important;
}

.content {
    width: calc(100vw - 400px);
    min-height: 100%;
    margin-left: 425px;
}

.sidebar {
    position: fixed;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 143px);
    max-height: calc(100vh - 143px);
    border-right: 1px solid #616161;
    border-left: 1px solid #616161;
    overflow-y: auto;
    width: 400px;
    max-width:500px;
    background: #000;
    color: #fff;
    transition: border 0.15s;
    overflow-y: auto;
}

.adjustment-filter {
    filter: blur(7px);
}

.popback-button {
    height: 200px;
    width: 100%;
    border: none;
    color: white;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: 0.2s;
    background: none;
    border-radius: 0 7px 7px 0;
    border: 1px solid #616161;
    background: #000;
}
.popover-sidebar {
    position: absolute;
    left: 0;
    width:25px;
    min-height: calc(100vh - 143px) !important;
    max-height: calc(100vh - 143px) !important;
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    position: fixed;
}

.popback-button:hover {
    color: #ffc217;
    background: #040404;
    border-color: #ffc217;
}

.filter-container, .checkbox-container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border-radius: 4px solid;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 4px;
    background: #000;
}

.filter-container label, .checkbox-container label {
    cursor: pointer;
    color: #d5d5d5 !important;
}

.filter-container:hover, .checkbox-container:hover {
    background: #303030 !important;
}

.table-properties.alternate {
    table-layout: fixed;
}

.table-properties.alternate td, .table-properties.alternate th {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.table-properties.alternate thead tr th {
    background: #000;
    transition: 0.1s;
    user-select: none !important;
    cursor: pointer;
}

.table-properties.alternate thead tr th:hover {
    background-color: #1f1f1f !important;
}

.table-properties.alternate tbody tr:nth-child(even) {
    background: #303030 !important;
}

.table-properties.alternate tbody tr:hover {
    border-left: solid 5px #ffc217 !important; 
}

.table-properties.alternate tbody tr:nth-child(odd):hover {
    background: #1f1f1f !important;
}

.table-properties.alternate tr {
    border-left: solid 5px transparent !important;
}

@media screen and (max-width: 1001px) {
    .sidebar {
        display: none;
    }

    .popover-sidebar {
        display: flex;
    }

    .content {
        overflow-x: hidden;
        overflow-y: hidden;
        width: calc(100vw - 15px);
        min-width: 100% !important;
        margin-left: 25px;
    }

    .main-content {
        padding: 0px !important;
    }

    body {
        overflow-x: hidden;
    }

    .login-btn.square-plot-btn {
        width: 100% !important;
        padding: 10px !important;
        margin-bottom: 1rem !important;
    }
}

.subcategory {
    width: 100%;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #b5b5b5;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    margin-top: .5rem !important;
}

.filters .accordion-button {
    padding: 5px !important;
    outline:none !important;
    border-radius: 4px !important;
}

.filters .accordion-button:hover {
    background: #303030 !important;
}

.accordion-item.filters {
    border-bottom: none !important;
    border-color: #000 !important;
    background: #000 !important;
}


.filters .accordion-collapse {
    border: none !important;
    outline: none !important;
}

.icon-button {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: #ffc217;
    color: #000;
    padding: 10px;
    transition: 0.2s;
    font-weight: bolder;
}

.icon-button:hover {
    filter: brightness(1.05);
}

.text-btn:disabled {
    color: #616161;
}

#material-sort, #type-sort {
    margin: 0px 5px;
}

.accordion-collapse.filter > div {
    border-left: 1px solid #616161 !important;
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

/* .accordion-collapse.filter:hover > div {
    border-left: 1px solid #b5b5b5 !important;
    border-left: 1px solid #ffc217 !important;
} */

.accordion-collapse.filter {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.filter-container input {
    cursor: pointer;
}

.hr-option {
    border-top: 1px solid #616161 !important;
    display: block;
}

.hr-option:hover {
    background: inherit;
}