﻿.trip-start-stop {
}

    .trip-start-stop div.workingSet-stop-header-row {
        width: 100% !important;
        inset-inline-start: 0;
        padding-inline-start: 0;
        height: 32px;
        align-items: center;
    }

    .trip-start-stop .workingSet-stop-header-row::before {
        display: none !important
    }

    .trip-start-stop .workingSet-stop-header-row {
        border-top: 0 !important;
        background-color: transparent !important
    }

    .trip-start-stop .radzenContainer {
        align-items: center;
        justify-content: end;
    }

    .trip-start-stop .workingSetStopInlineDate {
        display: flex;
        position: static;
        padding: 0;
        margin: 0;
        max-width: 100% !important;
        flex-direction: row-reverse;
        gap: 1px;
    }

    .trip-start-stop .radzenContainer .norma--input-view-noControl.norma--input--sm {
        background-color: #D0E6FF !important;
        border: none;
    }

    .trip-start-stop .radzenContainer label {
        position: static;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        background-color: transparent !important;
    }

    .trip-start-stop .workingSet-stop-header-item-formGrp {
        width: calc(100% - 10px);
    }
