.orderPagedItem h3 {
    font-size: 20px !important;
    font-weight: 500;
}

.order-list-item h3 {
    font-weight: 700;
    font-size: 18px !important;
}

.order-list-item a {
    color: unset;
}

    .order-list-item a:hover {
        color: unset;
        opacity: 0.8;
    }

.orderEditWindow {
    z-index: 1;
    width: 400px;
    border-radius: 12px !important;
    background-color: white;
    position: absolute;
}

.nextTerminalItem {
    display: flex;
    align-items: center !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

    .nextTerminalItem button {
        margin-right: 0.25rem !important;
        border: 1px solid rgb(231, 231, 231) !important;
        padding: 0px 5px !important;
        border-radius: 50% !important;
        color: rgb(221, 49, 49) !important;
        font-weight: 500;
    }

        .nextTerminalItem button:hover {
            opacity: 0.8;
        }

.packageItem-lg h5 {
    font-weight: 400;
    font-size: 20px;
}

.packageItem-lg span {
    color: black;
    font-weight: 500;
    font-size: 18px;
}

.packageItem-lg {
    margin: 6px 6px;
    color: rgb(48, 48, 48);
    font-size: 14px;
    border-radius: 10px;
    background: #f3f3f3;
}

.orderBuildSummary {
    font-size: 17px;
    font-weight: 300;
}

    .orderBuildSummary span {
        font-weight: 400;
        font-size: 20px !important;
    }

.orderBuildReqs h3 {
    font-weight: 300;
}

.orderBuildReqs label {
    font-size: 18px;
    font-weight: 500;
}

.orderBuildReqs p {
    font-size: 14px !important;
}

.buildTripCard label {
    font-size: 18px;
    font-weight: 300;
}

.buildTripCard h5 {
    font-size: 24px !important;
    font-weight: 500;
}

.buildTripCard span {
    font-size: 15px;
    font-weight: 500;
    color: gray;
}
.ui-autocomplete{
    overflow-y: scroll;
    height: 200px;
}

.btn-cargo{
    padding: 5px 10px !important;
    transition: 0.1s ease-in-out !important;
}
.btn-cargo:hover{
    padding: 10px 15px !important;
}