.sent-email-view .box-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 2rem;
}
.sent-email-view .box-header .timeline-progress {
    max-width: 30rem;
    width: 100%;
}
.sent-email-view .box-body {
    display: flex;
    gap: 1.5rem;
}
.sent-email-view .box-body .table-responsive {
    width: 100%;
}
.sent-email-view .box-body .timeline {
    width: 80%;
}
.sent-email-view .box-body .timeline .timeline-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sent-email-view .box-body .timeline .vertical-timeline-element {
    margin-bottom: 2rem;
}

.input-group-prepend {
    margin-left: -1px;
}
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
}
.input-group>.input-group-prepend>.input-group-text:hover,
.input-group>.input-group-append>.input-group-text:hover {
    cursor: pointer;
}

.input-group-append {
    margin-right: -1px;
}
.input-group>.input-group-append>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
}

.app-header {
    z-index: 8;
}

.closed-sidebar .app-sidebar, .app-sidebar {
   z-index: 7;
}

.app-main {
    z-index: unset;
}


.fixed-sidebar .app-main .app-main__outer {
    z-index: unset;
}

.modal {
    z-index: 960;
}
.modal-backdrop {
    z-index: 940;
}

.vertical-timeline-element-content .timeline-title {
    font-size: 1rem;
    text-transform: initial;
}

.top-filter {
    max-width: 20rem;
    width: 100%;
    margin-left: auto;
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shipment-index .table tbody td,
.product-create .table tbody td {
    border-top: 1px solid #dee2e6;
}

.shipment-create table .panel:not(:empty),
.product-create table .panel:not(:empty) {
    height: 100%;
    background-color: #f1f4f6;
}

.shipment-create .table-striped > tbody > tr:nth-of-type(even),
.product-create .table-striped > tbody > tr:nth-of-type(even) {
    background-color: white;
}

.shipment-create table td,
.product-create table td {
    vertical-align: top;
}

.shipment-create table tr[data-key] td:hover,
.product-create table tr[data-key] td:hover {
    cursor: pointer;
}

.shipment-create td.selected,
.product-create td.selected {
    box-shadow: inset 0px 0px 0.5rem 0.1rem rgba(13, 110, 253, 0.25);
    background-color: #e0f3ff;
}

.sortable-title {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 0.8em;
}

.product-index .btn-xs {
    line-height: 1;
}

.package-items .sortable.list, 
.transport-update .sortable.list {
    height: calc(100% - 3.33em);
    min-height: 91.33px;
}