﻿.vehicleMoreDetails {
    background: #152B56;
    /* width: 184px; */
    display: flex;
    flex-direction: column;
    position: fixed;
    /*inset-inline-start: 282px;*/
    inset-inline-start: 200px;
    top: 258px;
    height: 400px;
    overflow: auto;
    min-width: 180px;
    z-index: 99999999;
    width: 242px;
}
    .vehicleMoreDetails.sideMenuIsShown {
        inset-inline-start: 282px;
    }
/* vehicleMoreDetailsHeader */
    .vehicleMoreDetails .vehicleMoreDetailsHeader {
        background-color: rgba(11, 35, 90, 0.53);
        height: 40px;
        padding: 12px 16px;
        display: flex;
        /* justify-content: space-between; */
        align-items: center;
        background: #152b56;
        margin-inline-start: 15px;
    }

        .vehicleMoreDetails .vehicleMoreDetailsHeader h3 {
            color: #899ccb;
            font-size: 9px;
            font-weight: 700;
            margin: 0px;
        }

        .vehicleMoreDetails .vehicleMoreDetailsHeader .backIcon {
            background: transparent;
            border: none;
            padding-inline-start: 0px;
        }

        .vehicleMoreDetails .vehicleMoreDetailsHeader .closeIcon {
            background: transparent;
            border: none;
            padding-inline-end: 0px;
            margin-inline-end: 0px;
            margin-inline-start: auto;
        }

/* vehicleMoreDetailsBody */
    .vehicleMoreDetails .vehicleMoreDetailsBody {
        padding: 8px 16px;
        background: #152b56;
        margin-inline-start: 15px;
        height: calc(100% - 40px);
    }

        .vehicleMoreDetails .vehicleMoreDetailsBody div {
            margin-bottom: 5px;
        }

            .vehicleMoreDetails .vehicleMoreDetailsBody div:last-child {
                margin-bottom: 0px;
            }

            .vehicleMoreDetails .vehicleMoreDetailsBody div h3 {
                color: rgba(249, 119, 12, 0.85);
                font-size: 9px;
                font-weight: 600;
                margin-bottom: 8px;
            }

            .vehicleMoreDetails .vehicleMoreDetailsBody div p {
                color: rgba(227, 229, 234, 0.85);
                font-size: 9px;
                font-weight: 600;
                margin-bottom: 8px;
            }

    /* vehicleMoreDetailsPlannedVsActual */
    .vehicleMoreDetails .vehicleMoreDetailsPlannedVsActual {
    }

        .vehicleMoreDetails .vehicleMoreDetailsPlannedVsActual table {
            width: 100%;
        }

            .vehicleMoreDetails .vehicleMoreDetailsPlannedVsActual table thead {
                background-color: rgba(11, 35, 90, 0.53);
                height: 32px;
            }

                .vehicleMoreDetails .vehicleMoreDetailsPlannedVsActual table thead tr {
                }

                    .vehicleMoreDetails .vehicleMoreDetailsPlannedVsActual table thead tr th {
                        font-size: 9px;
                        font-weight: 600;
                        padding: 0px 5px;
                    }

                        .vehicleMoreDetails .vehicleMoreDetailsPlannedVsActual table thead tr th.Planned {
                            color: #e37014;
                        }

                        .vehicleMoreDetails .vehicleMoreDetailsPlannedVsActual table thead tr th.Actual {
                            color: #14e329;
                        }

            .vehicleMoreDetails .vehicleMoreDetailsPlannedVsActual table tbody {
            }

                .vehicleMoreDetails .vehicleMoreDetailsPlannedVsActual table tbody tr {
                    padding-bottom: 12px;
                }

                    .vehicleMoreDetails .vehicleMoreDetailsPlannedVsActual table tbody tr th {
                        color: rgba(227, 229, 234, 0.85);
                        font-weight: 600;
                        font-size: 9px;
                        /* padding-bottom: 12px; */
                        padding: 1px 5px 11px;
                    }

                    .vehicleMoreDetails .vehicleMoreDetailsPlannedVsActual table tbody tr td {
                        color: #959dad;
                        font-size: 9px;
                        /* padding-bottom: 12px; */
                        padding: 1px 5px 11px;
                    }

        .vehicleMoreDetails .vehicleMoreDetailsPlannedVsActual 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;
        }
/* vehicleMoreDetailsNotifications */
.vehicleMoreDetailsNotifications {
    /* height: 30%;
    margin-top: auto;
    margin-bottom: 0px; */
    /* overflow: auto; */
}

    .vehicleMoreDetailsNotifications .Notification {
        /* border: 3px solid #0B235A; */
        /* margin: 0px 12px 6px; */
        /* border-radius: 11px; */
        background-color: #211b37;
        box-shadow: 0px 3px 15px #030a25ba;
        padding: 10px 16px;
    }

        .vehicleMoreDetailsNotifications .Notification .NotificationHeader {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .vehicleMoreDetailsNotifications
            .Notification
            .NotificationHeader
            button.closeIcon {
                background: transparent;
                padding: 0px;
                border: none;
            }

            .vehicleMoreDetailsNotifications .Notification .NotificationHeader h3 {
                color: rgba(254, 254, 254, 0.85);
                font-size: 9px;
                font-weight: 600;
                margin-bottom: 0px;
            }

                .vehicleMoreDetailsNotifications .Notification .NotificationHeader h3 img {
                    width: 15px;
                    height: 15px;
                    margin-inline-end: 5px;
                }

        .vehicleMoreDetailsNotifications .Notification .NotificationBody {
            padding: 5px 10px 3px;
        }

            .vehicleMoreDetailsNotifications .Notification .NotificationBody p {
                color: rgba(254, 254, 254, 0.6);
                font-size: 8px;
                margin: 0px;
            }

    .vehicleMoreDetailsNotifications 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;
    }
