.vehicleDetails {
    background: #152B56;
    /* width: 184px; */
    display: flex;
    flex-direction: column;
    position: fixed;
    /*inset-inline-start: 282px;*/
    inset-inline-start: 300px;
    top: 258px;
    /*height: 400px;*/
    height: 60vh;
    overflow: auto;
    min-width: 180px;
    z-index: 99999999;
    width: 242px;
}
 
.sideMenuIsShown .vehicleDetails {
    inset-inline-start: 282px;
}
/* vehicleDetailsHeader */
.vehicleDetails .vehicleDetailsHeader {
    background-color: rgba(11, 35, 90, 1);
    height: fit-content;
    padding: 12px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    position: sticky;
    top: 0px;
    z-index: 9;
}

    .vehicleDetails .vehicleDetailsHeader h3 {
        color: #899CCB;
        font-size: 9px;
        font-weight: 700;
        margin: 0px;
        word-break: break-all;
    }

    .vehicleDetails .vehicleDetailsHeader .backIcon {
        background: transparent;
        border: none;
        padding-inline-start: 0px;
    }

    .vehicleDetails .vehicleDetailsHeader .closeIcon {
        background: transparent;
        border: none;
        padding-inline-end: 0px;
        margin-inline-end: 0px;
        margin-inline-start: auto;
    }

/* vehicleDetailsBody */
.vehicleDetails .vehicleDetailsBody {
    padding: 8px 16px;
}

    .vehicleDetails .vehicleDetailsBody div {
        margin-bottom: 5px;
    }

        .vehicleDetails .vehicleDetailsBody div:last-child {
            margin-bottom: 0px;
        }

        .vehicleDetails .vehicleDetailsBody div h3 {
            color: rgba(249, 119, 12, 0.85);
            font-size: 9px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .vehicleDetails .vehicleDetailsBody div p {
            color: rgba(227, 229, 234, 0.85);
            font-size: 9px;
            font-weight: 600;
            margin-bottom: 8px;
        }

/* vehicleDetailsPlannedVsActual */
.vehicleDetails .vehicleDetailsPlannedVsActual {
}

.stop-no-name .circle {
    width: 14px;
    height: 14px;
    margin-inline-end: 8px;
    border-radius: 50%;
    background: rgba(26, 127, 213, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

.stop-no-name .title {
    color: rgba(137, 156, 203, 1);
    font-size: 9px;
    font-weight: 400;
}

.stop-item .title {
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    color: rgba(227, 229, 234, 1);
}

.stop-item .value {
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    color: rgba(149, 157, 173, 1);
}

.vehicleDetails .vehicleDetailsPlannedVsActualTable {
    padding-top: 12px;
    display: flex;
    justify-content: center;
}

    .vehicleDetails .vehicleDetailsPlannedVsActual table {
        width: 100%;
    }

        .vehicleDetails .vehicleDetailsPlannedVsActual table thead {
            background-color: rgba(11, 35, 90, 1);
            height: 32px;
        }

            .vehicleDetails .vehicleDetailsPlannedVsActual table thead tr {
            }

                .vehicleDetails .vehicleDetailsPlannedVsActual table thead tr th {
                    font-size: 9px;
                    font-weight: 600;
                    padding: 0px 5px;
                    background-color: #0B235A;
                }

                    .vehicleDetails .vehicleDetailsPlannedVsActual table thead tr th.Planned {
                        color: #E37014;
                    }

                    .vehicleDetails .vehicleDetailsPlannedVsActual table thead tr th.Actual {
                        color: #14E329;
                    }

        .vehicleDetails .vehicleDetailsPlannedVsActual table tbody {
        }

            .vehicleDetails .vehicleDetailsPlannedVsActual table tbody tr {
                padding-bottom: 12px;
            }

                .vehicleDetails .vehicleDetailsPlannedVsActual table tbody tr th {
                    color: rgba(227, 229, 234, 0.85);
                    font-weight: 600;
                    font-size: 9px;
                    /* padding-bottom: 12px; */
                    padding: 1px 5px 11px;
                }

                .vehicleDetails .vehicleDetailsPlannedVsActual table tbody tr td {
                    color: #959DAD;
                    font-size: 9px;
                    /* padding-bottom: 12px; */
                    padding: 1px 5px 11px;
                }

    .vehicleDetails .vehicleDetailsPlannedVsActual p {
        color: #1A7FD5;
        font-size: 8px;
        /* border-bottom: 1px solid #184D89; */
        padding: 10px;
        margin: 0px;
    }

    .vehicleDetails .vehicleDetailsPlannedVsActual a {
        color: inherit;
        text-decoration: underline;
        display: block;
        padding: 0px 0px 5px;
        /* border-bottom: 1px solid #184D89; */
        /* margin: 10px; */
    }
/* detailsNotifications */
.detailsNotifications {
    /* height: 30%;
    margin-top: auto;
    margin-bottom: 0px; */
    /* overflow: auto; */
    border-top: 1px solid #184D89;
    padding-top: 10px;
}

    .detailsNotifications .Notification {
        /* border: 3px solid #0B235A; */
        /* margin: 0px 12px 6px; */
        /* border-radius: 11px; */
        background-color: #211B37;
        box-shadow: 0px 3px 15px #030A25BA;
        padding: 10px 16px;
    }

        .detailsNotifications .Notification .NotificationHeader {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .detailsNotifications .Notification .NotificationHeader button.closeIcon {
                background: transparent;
                padding: 0px;
                border: none;
            }

            .detailsNotifications .Notification .NotificationHeader h3 {
                color: rgba(254, 254, 254, 0.85);
                font-size: 9px;
                font-weight: 600;
                margin-bottom: 0px;
            }

                .detailsNotifications .Notification .NotificationHeader h3 img {
                    width: 15px;
                    height: 15px;
                    margin-inline-end: 5px;
                }

        .detailsNotifications .Notification .NotificationBody {
            padding: 5px 10px 3px;
        }

            .detailsNotifications .Notification .NotificationBody p {
                color: rgba(254, 254, 254, 0.60);
                font-size: 8px;
                margin: 0px;
            }

    .detailsNotifications a {
        color: rgba(245, 245, 245, 0.64);
        text-decoration: underline;
        font-size: 9px;
        text-align: end;
        display: block;
        padding: 0px 10px 10px;
        /* border-bottom: 1px solid #184D89; */
        margin: 10px 10px 0px;
    }

.vehicleDetails .vehicleCapacity {
}

.vehicleDetails .vehicleCapacityHeader {
    background: #0B235A;
    color: #899CCB;
    font-size: 9px;
    font-weight: bold;
    height: 28px;
    padding: 7px 16px;
    border-top: 1px solid #899ccb0f;
}

.current-expected-table {
    padding-inline-start: 1rem;
    padding-inline-end: 0;
}


    .current-expected-table th, .current-expected-table td {
        padding: 1px;
        text-align: center;
    }

        .current-expected-table td.value-unit{
            padding-inline-start: 1.5rem !important;
        }

        .current-expected-table table {
            width: 100%;
        }

.vehicleDetails .vehicleCapacityHeader span {
}

.vehicleDetails .vehicleCapacityBody {
    padding: 6px 14px;
    font-size: 9px;
    color: #F5F5F5;
}

.vehicleDetails .vehicleCapacityStatus {
    width: 45px;
}

    .vehicleDetails .vehicleCapacityStatus.expectedCapacity, .expectedCapacityPercentage {
        color: #E37014;
    }

    .vehicleDetails .vehicleCapacityStatus.currentCapacity, .currentCapacityPercentage {
        color: #14E329;
    }

.vehicleDetails .vehicleCapacityValue {
}
.vehicleInfo .vehicleInfoHeader {
    background: #0B235A;
    color: #899CCB;
    font-size: 9px;
    font-weight: bold;
    height: 28px;
    padding: 7px 16px;
    border-top: 1px solid #899ccb0f;
}