/* _content/CM.Tms/Components/Planning/Overview/Components/Calendar.razor.rz.scp.css */
body[b-585h09m0u1] {
}

.mudbutton > span[b-585h09m0u1] {
    flex-direction: column;
}
/* _content/CM.Tms/Components/Planning/Overview/Components/OrderList.razor.rz.scp.css */
.highlightListItem[b-bgy51xw0q3]{
    border: 1px solid #ff9400;
    box-shadow:unset #ff6a00 10px 10px inset;
}

@media (max-width: 768px) {

    .data-grid[b-bgy51xw0q3] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-gap: 10px;
    }
}
/* _content/CM.Tms/Components/Planning/Overview/Components/OrderlistMobile.razor.rz.scp.css */
.grid-container[b-3coaquvnzc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 10px;
}

.grid-item[b-3coaquvnzc] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.grid-item:hover .tooltip-text[b-3coaquvnzc] {
    display: inline-block;
}

.detail-item[b-3coaquvnzc] {
    margin-top: 5px;
    font-size: 12px;
}

.detail-item-action[b-3coaquvnzc] {
    width: 100%;
    display: flex;
    justify-content: center;
    border: 1px solid orange;
    border-radius: 20px;
    margin-top: 15px;
}

.order-number-text[b-3coaquvnzc] {
    font-size: 20px;
    color: sandybrown;
}

.add-to-trip[b-3coaquvnzc] {
    width: 100%;
}
/* _content/CM.Tms/Components/Planning/Overview/Components/TripList.razor.rz.scp.css */
.carousel-wrapper[b-z42ijs00sb] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.scroll-container[b-z42ijs00sb] {
    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-z42ijs00sb] {
    flex: 0 0 100%;
    scroll-snap-align: center;
    margin: 5px;
    box-sizing: border-box;
}

.carousel-button[b-z42ijs00sb] {
    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-z42ijs00sb] {
        left: 0;
    }

    .carousel-button.right[b-z42ijs00sb] {
        right: 0;
    }

    .carousel-button:hover[b-z42ijs00sb] {
        opacity: 0.8;
    }

.card-content[b-z42ijs00sb] {
    display: flex;
    flex-direction: column;
    height: 100%; 
    justify-content: space-between;
}

    .card-content div[b-z42ijs00sb] {
        margin-bottom: 5px;
    }

        .card-content div span[b-z42ijs00sb] {
            font-weight: bold;
        }

.info-row[b-z42ijs00sb] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.label[b-z42ijs00sb] {
    font-weight: bold;
    color: #333;
}

.value[b-z42ijs00sb] {
    color: #555;
}

.action-row[b-z42ijs00sb] {
    display: flex;
    justify-content: flex-end;
}
.triplistMenuitems[b-z42ijs00sb] {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}

.triplistTitleText[b-z42ijs00sb] {
    margin-right: auto !important;
}

@media (max-width: 768px) {
    .triplistMenuitems[b-z42ijs00sb] {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .triplistTitleText[b-z42ijs00sb] {
        margin-right: 0 !important;
    }

    .TriplistMenuBox[b-z42ijs00sb]{
        transform:scale(0.9);
    }
}
/* _content/CM.Tms/Components/Planning/Scheduler/SchedulerComponent.razor.rz.scp.css */
/*.scheduler {
    margin-left: -8px;
    margin-top: -8px;
}*/

.scheduler-map[b-epppf0gvj7] {
    display: flex;
    justify-content: flex-end;
    /*justify-content: center;*/
    /*position: sticky;
    bottom: 0;
    left: 0;*/
    z-index: var(--mud-zindex-popover);
    width: 100%;
}

.topbar[b-epppf0gvj7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 6px 10px;
    font-size: 14px;
}

    .topbar .btn[b-epppf0gvj7] {
        background: #ddd;
        border: 1px solid #aaa;
        padding: 4px 8px;
        cursor: pointer;
        margin-right: 4px;
    }

        .topbar .btn.green[b-epppf0gvj7] {
            background: #3cb371;
            color: #fff;
            font-weight: 600;
            border: none;
        }

    .topbar .left[b-epppf0gvj7], .topbar .right[b-epppf0gvj7] {
        display: flex;
        align-items: center;
        gap: 6px;
    }

.main-container[b-epppf0gvj7] {
    /*height: calc(100vh - 40px);*/
    display: flex;
    flex-direction: column;
}

.controls[b-epppf0gvj7] {
    display: flex;
    gap: 6px;
    padding: 8px;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
}

.scroll-container[b-epppf0gvj7] {
    display: grid;
    grid-template-columns: 220px 1fr;
    height: 100%;
    overflow: auto;
}

/* Left sidebar */
.left-rail[b-epppf0gvj7] {
    border-right: 1px solid #ccc;
    background: #fafafa;
    position: sticky;
    left: 0;
}

.rail-header[b-epppf0gvj7] {
    background: #f0f0f0;
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid #d6d6d6;
    padding: 8px;
    position: sticky;
    top: 0;
    z-index: 3;
    height: 36px;
}

.rail-body[b-epppf0gvj7] {
    flex: 1;
}

.rail-row[b-epppf0gvj7] {
    height: 44px;
    /* padding: 10px; */
    border-bottom: 1px solid #eee;
    font-size: 13px;
    width: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

    .rail-row:hover[b-epppf0gvj7], .rail-row-selected[b-epppf0gvj7] {
        background: #ffecd0;
        cursor: pointer;
    }

/* Timeline */
.timeline[b-epppf0gvj7] {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background: white;
}

.timeline-header[b-epppf0gvj7] {
    display: grid;
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    /*text-align: center;*/
    padding-left: 5px;
    z-index: 3;
    height: 36px;
    align-content: space-around;
}

.timeline-body[b-epppf0gvj7] {
    position: relative;
    background-image: linear-gradient(to right, #eee 1px, transparent 1px), linear-gradient(to bottom, #f9f9f9 1px, transparent 1px);
    /*margin-top: 34px;*/
}

.current-time-line[b-epppf0gvj7] {
    position: absolute;
    top: -36px;
    bottom: 0;
    width: 2px;
    background: red;
    z-index: 3;
    pointer-events: none;
    transition: left 0.5s ease;
}

/* Task bar (Gantt) */
.task[b-epppf0gvj7], .unselectable[b-epppf0gvj7] {
    position: absolute;
    height: 36px;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.3;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.task[b-epppf0gvj7] {
    cursor: grab;
}

    .task:active[b-epppf0gvj7] {
        cursor: grabbing;
    }

    .task .resize-handle[b-epppf0gvj7] {
        position: absolute;
        top: 0;
        width: 6px;
        height: 100%;
        background: rgba(0,0,0,0.1);
        cursor: ew-resize;
    }

        .task .resize-handle.left[b-epppf0gvj7] {
            left: 0;
            border-radius: 3px 0 0 3px;
        }

        .task .resize-handle.right[b-epppf0gvj7] {
            right: 0;
            border-radius: 0 3px 3px 0;
        }

.dragging[b-epppf0gvj7] {
    opacity: 0.7;
}

.task button[b-epppf0gvj7] {
    float: right;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
}

    .task button:hover[b-epppf0gvj7] {
        color: #000;
    }

.drag-overlay[b-epppf0gvj7] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 36px;
    border-radius: 4px;
    pointer-events: none;
    z-index: 10;
    opacity: 0.9;
}

#tooltip[b-epppf0gvj7] {
    background: #616161;
    border-radius: 4px;
    color: white;
    display: none;
    padding: 0.5rem;
    position: absolute;
    z-index: 999;
}

.hide[b-epppf0gvj7] {
    display: none;
}

#activity-list[b-epppf0gvj7]{
    height: 300px;
    display: flex;
}
/* _content/CM.Tms/Shared/Widgets/FastAccessWidget.razor.rz.scp.css */

.widget-button[b-f5v8fq1ii9] {
    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-f5v8fq1ii9] {
        margin-top: 0.5rem;
    }

    .widget-button:hover[b-f5v8fq1ii9] {
        color: var(--mud-palette-primary);
    }

.mud-icon[b-f5v8fq1ii9] {
    transition: transform 0.3s ease;
}

.widget-button:hover .mud-icon[b-f5v8fq1ii9] {
    transform: rotate(360deg);
}
