.main-card {
    padding: 10px;
    margin: 15px;
}

.erp-main-card {
    max-height: calc(100vh - (32px + var(--mud-appbar-height)));
}

.stepper-main-card {
    padding: 24px;
    margin: 16px;
    width: 60vw;
}

.expansion-panel-header.mud-expand-panel .mud-expand-panel-header
{
    font-size: var(--mud-typography-h6-size);
}

.assembly-edit-carousel {
    width: 100%;
    height: 500px;
}

.assembly-edit-carousel-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.assembly-edit-order-image {
    margin: 5px;
    margin-right: 50px;
}

.assembly-edit-notes-button {
    transform: scale(1, -1) rotate(90deg);
}

.assembly-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.assembly-list-item {
    cursor: pointer;
}

.assembly-list-item:hover {
    background-color: var(--mud-palette-action-default-hover);
}

.min-width-250 {
    min-width: 250px;
}

.min-width-200 {
    min-width: 200px;
}

.min-width-150 {
    min-width: 150px;
}

.text-overflow-wrap {
    text-overflow: ellipsis;
}

.export-state-list-failure-item:hover {
    background-color: rgba(255, 0, 0, 0.25);
}

.export-state-list-succeeded-item:hover {
    background-color: rgba(0, 255, 0, 0.25);
}

.import-table-deadline-styling .mud-input > input.mud-input-root {
    width: 60pt;
}

.import-table-sales-order-styling .mud-button-label {
    text-wrap: nowrap;
}

.imported-table-cell-styling.mud-table-cell {
    text-wrap: nowrap;
}

.import-table-kommission-cell.mud-table-cell, .mud-input {
    white-space: nowrap;
    width: fit-content;
}

.import-table-kommission-input .mud-input>input.mud-input-root, div.mud-input-slot.mud-input-root {
    white-space: nowrap;
    width: fit-content;
}


.import-table-import-time-styling.mud-table-cell {
    text-wrap: nowrap;
}

#shift-plan-container .shift-plan-calendar-container {
    margin-bottom: 20px !important;
}


#shift-plan-container .shift-plan-shift-plan-cards {
    padding-top: 20px !important;
}

#shift-plan-container .shift-plan-model-edit-container {
    padding-top: 20px !important;
}

.select-item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-item-badge {
    margin-right: 30px;
    float: right;
}

.fab-container {
    z-index: 20;
    --self-padding: 24px;
    display: flex;
    padding: var(--self-padding);
    position: fixed;
    top: 45px;
    right: var(--self-padding);
    gap: 8px;
}

.fab-container > .fab-no-transparency:disabled {
    background-color: rgba(140, 140, 150, 1);
    color: rgba(255, 255, 255, 0.5) !important;
}

.solar-history-diagram {
    max-width: 420px;
    width: 100%;
}

.solar-history-diagram svg {
    width: 100%;
    height: auto;
}

.flow-diagram {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow-x: auto;
    padding: 1rem 0;
}

.flow-diagram svg {
    max-width: 100%;
    height: auto;
}

.solar-nav {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.solar-nav__menu {
    flex: 1;
    overflow-y: auto;
}

.solar-nav__footer {
    margin-top: auto;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.solar-nav-logo {
    display: flex;
    justify-content: center;
    padding: 1.5rem 1rem 1rem;
}

.solar-nav-logo__img {
    width: 100%;
    max-width: 220px;
    height: auto;
}

.solar-header {
    padding: 0 16px;
}

.solar-header__title {
    margin-left: 0.5rem;
    gap: 1.5rem;
}


.solar-header__status {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.solar-header__icon {
    width: 32px;
    height: 32px;
}

.solar-header__brand {
    font-weight: 600;
}

.solar-header__divider {
    margin: 0 0.5rem;
    height: 32px;
}

.solar-header__page {
    white-space: nowrap;
}

.solar-header__page--mobile {
    margin-left: 0.75rem;
}

.solar-header__scope-select {
    min-width: 220px;
}

.solar-header__scope-skeleton {
    margin-left: 1rem;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
