.digital_warehouse_header_wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0;
    background: #eaebeb;
    padding: 1rem;
    margin-bottom: 2rem;
}

.digital_warehouse_printer_wrapper {
    justify-content: space-between;
    width: 100%;
    margin: 10px 0;
    background: #eaebeb;
    padding: 1rem;
    margin-bottom: 2rem;
}

.print-job-tables{
    margin: 0 auto;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}
.print-table-header{
    white-space:normal !important;
}

.part_categories_overview {
    justify-content: space-between;
    margin: 10px;
    padding: 10px;
}
.part_categories_table_row > td {
    padding: 0.1em 0.5em;
}
.part_categories_table_row > th {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

#snapshot-progress {
    margin: 2rem auto;
    width: 100%;
    height: 1rem;
    position: relative;
    background-color: #ddd;
}

#snapshot-bar {
    background-color: #4267b2;
    width: 2rem;
    height: 1rem;
    position: absolute;
}

.display-flex{
    display: flex;
}

.part_categories_label {
    font-size: 1.5rem;
    line-height: 2.2rem;
    display: flex;
    white-space: nowrap;
}

.part_categories_strong{
    font-weight: bold;
}

.part_categories_value {
    font-size: 1.5rem;
    text-align: center;
}

.updatePrintJobs {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 10px;
}

.part_categories_info{
    color: #eaebeb;
    text-shadow: -0.09rem 0 grey, 0 0.09rem grey, 0.09rem 0 grey, 0 -0.09rem grey;
    font-size: 1.2rem;
    padding-left: 0.5rem;
}

.print_job_exhausted{
    cursor: default;
    opacity: 0.4;
}
.print_job_exhausted:active{
    pointer-events: none;
}
.digital_warehouse_product_thumbnail {
    width: 6rem;
}

.print-job-filter-wrapper{
    display: flex;
    justify-content: space-between;
    flex: auto;
    margin-bottom: 1.5rem;
}

.print-3d-filter-input{
    font-size: 1.6rem;
}

.print-job-filter-wrapper .selectboxit-container {
    margin-right: 1rem;
}

.printer-header{
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}
.printer-symbol {
    display: flex;
    width: 60px;
    height: 59px;
    background-image:  url("../images/layout/printer.png");
}

#popup_transfer_to_dw .text {
    font-size: 1.5em;
    color: #909598;
}

.print-button-symbol{
    display: flex;
    justify-content: space-evenly;
}

.icon-3d_print-symbol{
    display: flex;
    width: 29px;
    height: 29px;
    background-image:  url("../images/layout/printer_blue.png");
}

.camera-symbol {
    cursor: pointer;
    display: flex;
    width: 55px;
    height: 50px;
    background-image:  url("../images/layout/camera_icon.png");
}

.printer-name{
    display: flex;
    align-items: center;
    padding-left: 1rem;
}

.printer-status{
    padding: 2rem 2rem 2rem 3rem;
    display: flex;
}

.printer-card {
    FONT-WEIGHT: 600;
    font-size: 1.5em;
    line-height: 2.2rem;
    background-color: white;
    padding: 1rem;
    height: 15em;
}

.printer-card-placeholder {
    FONT-WEIGHT: 600;
    font-size: 1.5em;
    line-height: 2.2rem;
    background-color: white;
    padding: 1rem;
    height: 13em;
}

.printer-card-progress{
    background-color: white;
    margin-top: -1rem;
}

.printer-info-product-user{
    FONT-WEIGHT: 400;
}


.printer-info{
    padding: 1rem;
    display: flex;
}

.printer-info-product{
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
}


.printer-status-dot{
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2.5rem;
}

.printer-status-dot-green{
    background-color: #97C218;

}
.printer-status-green {
    color: #97C218;
}

.printer-status-dot-orange{
    background-color: #E34805;

}
.printer-status-orange{
    color: #E34805;
}

.printer-status-dot-blue{
    background-color: #0099D6;
    color: #0099D6;
}
.printer-status-blue{
    color: #0099D6;
}

.printer-status-bar{
    height: 1rem;
    margin-top: 1rem;
}

.printer-status-dot-red{
    background-color: #B3282E;
}
.printer-status-red{
    color: #B3282E;
}
.printer-status-dot-grey{
    background-color: #555555;
}
.printer-status-grey{
    color: #555555;
}
.printer-status-dot-light_grey{
    background-color: #CCCCCC;
}
.printer-status-light_grey{
    color: #CCCCCC;
}
.printer-status-dot-yellow{
    background-color: #FFC500;
}
.printer-status-yellow{
    color: #FFC500;
}

.progress-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1em;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    --printProgress: 10;
    background:
            radial-gradient(closest-side, white 79%, transparent 80% 100%),
            conic-gradient(#0099D6 20%, lightgrey 0);
}

.progress-bar::before {
    content: attr(data-before);
}

.printer-status-col {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.printer-status-item{
    display:table-cell;
    vertical-align: middle;
    white-space: nowrap;
}
.printer-remaining-time-description, .printer-remaining-time{
    margin-left: 0.4em;
    display:table-cell;
    vertical-align: middle;
}
.printer-disabled {
    opacity: 0.5;
}

.lds-ring {
    color: #0099D6;
}
.lds-ring,
.lds-ring div {
    padding-left: 1em;
    box-sizing: border-box;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 2px;
    border: 5px solid currentColor;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.credits-dropdown-toggle {
    width: 9rem;
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-size: 1.6rem
}

/* Pfeil-Icon über ::after setzen */
.credits-dropdown-toggle::after {
    content: "▼"; /* Standard: Pfeil nach unten */
    font-size: 14px;
    transition: transform 0.3s ease;
}

/* Pfeil nach oben drehen, wenn das Dropdown aktiv ist */
.credits-dropdown-toggle.active::after {
    transform: rotate(180deg);
}

.credits-dropdown-menu {
    display: none;
    border: 1px solid #ccc;
    padding-top: 1.7rem;
    background: white;
    width: 29rem;
    margin-top: 5rem;
    position: absolute;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.credits-dropdown-slider{
    padding-left: 1.7rem;
    padding-right: 1.7rem;

}

.credits-slider {

    width: 100%;
    margin: 0.6rem 0;
}

.credits-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.credits-buttons button {
    padding: 5px 10px;
    cursor: pointer;
}

.credits-slider .ui-widget-header{
    background: #0060ad;
}

.credits-slider .ui-state-default{
    background: #00447a;
}

.credits-buttons button {
    flex: 1; /* Beide Buttons bekommen gleiche Breite */
    border: none;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}

#credits-reset {
    background-color: lightgray;
    color: black;
}

#credits-apply {
    background-color: navy;
    color: white;
}

.credits-slider-input-fields {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 5rem;
    input{
        max-width: 6rem
    }
}

.credits-slider-input-fields-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; /* Zentriert das div horizontal */
    width: fit-content; /* Nimmt nur so viel Platz wie nötig */
}

#credits-input-min, #credits-input-max {
    text-align: center;
}

.credits-dropdown-slider .ui-state-default,
.credits-dropdown-slider .ui-widget-content .ui-state-default,
.credits-dropdown-slider .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    font-weight: normal;
    color: #555555;
}

.checkIcon:before{
    content: '\2713';
    display: inline-block;
    color: white;
    padding: 0 0 0 0;
}