/* _content/CMWebPortal/Components/Planning/Overview/Components/Calendar.razor.rz.scp.css */
body[b-q6esrxfqlo] {
}

.mudbutton > span[b-q6esrxfqlo] {
    flex-direction: column;
}
/* _content/CMWebPortal/Components/Planning/Overview/Components/OrderList.razor.rz.scp.css */
.highlightListItem[b-jgropis5s5]{
    border: 1px solid #ff9400;
    box-shadow:unset #ff6a00 10px 10px inset;
}

@media (max-width: 768px) {

    .data-grid[b-jgropis5s5] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-gap: 10px;
    }
}
/* _content/CMWebPortal/Components/Planning/Overview/Components/OrderlistMobile.razor.rz.scp.css */
.grid-container[b-pr5shwwixg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 10px;
}

.grid-item[b-pr5shwwixg] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.grid-item:hover .tooltip-text[b-pr5shwwixg] {
    display: inline-block;
}

.detail-item[b-pr5shwwixg] {
    margin-top: 5px;
    font-size: 12px;
}

.detail-item-action[b-pr5shwwixg] {
    width: 100%;
    display: flex;
    justify-content: center;
    border: 1px solid orange;
    border-radius: 20px;
    margin-top: 15px;
}

.order-number-text[b-pr5shwwixg] {
    font-size: 20px;
    color: sandybrown;
}

.add-to-trip[b-pr5shwwixg] {
    width: 100%;
}
/* _content/CMWebPortal/Components/Planning/Overview/Components/TripList.razor.rz.scp.css */
.carousel-wrapper[b-ixh0vw33z1] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.scroll-container[b-ixh0vw33z1] {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.carousel-card[b-ixh0vw33z1] {
    flex: 0 0 100%;
    scroll-snap-align: center;
    margin: 5px;
    box-sizing: border-box;
}

.carousel-button[b-ixh0vw33z1] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1;
    transition: opacity 0.3s;
}

    .carousel-button.left[b-ixh0vw33z1] {
        left: 0;
    }

    .carousel-button.right[b-ixh0vw33z1] {
        right: 0;
    }

    .carousel-button:hover[b-ixh0vw33z1] {
        opacity: 0.8;
    }

.card-content[b-ixh0vw33z1] {
    display: flex;
    flex-direction: column;
    height: 100%; 
    justify-content: space-between;
}

    .card-content div[b-ixh0vw33z1] {
        margin-bottom: 5px;
    }

        .card-content div span[b-ixh0vw33z1] {
            font-weight: bold;
        }

.info-row[b-ixh0vw33z1] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.label[b-ixh0vw33z1] {
    font-weight: bold;
    color: #333;
}

.value[b-ixh0vw33z1] {
    color: #555;
}

.action-row[b-ixh0vw33z1] {
    display: flex;
    justify-content: flex-end;
}
.triplistMenuitems[b-ixh0vw33z1] {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}

.triplistTitleText[b-ixh0vw33z1] {
    margin-right: auto !important;
}

@media (max-width: 768px) {
    .triplistMenuitems[b-ixh0vw33z1] {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .triplistTitleText[b-ixh0vw33z1] {
        margin-right: 0 !important;
    }

    .TriplistMenuBox[b-ixh0vw33z1]{
        transform:scale(0.9);
    }
}
/* _content/CMWebPortal/Shared/Widgets/FastAccessWidget.razor.rz.scp.css */

.widget-button[b-x7tfjoyvkz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
}

    .widget-button span[b-x7tfjoyvkz] {
        margin-top: 0.5rem;
    }

    .widget-button:hover[b-x7tfjoyvkz] {
        color: var(--mud-palette-primary);
    }

.mud-icon[b-x7tfjoyvkz] {
    transition: transform 0.3s ease;
}

.widget-button:hover .mud-icon[b-x7tfjoyvkz] {
    transform: rotate(360deg);
}
