.for-height-100-percent
{
    min-height: 100%;
    margin-top: -40px;
    padding-top: 40px;
}

.vertical-line {
    width: 1px;
    position: absolute;
    top: 35px;
    bottom: 0px;
    background-color: #e0e6e8;
    border-right: 1px solid #e0e6e8;
    z-index:0;
}

.text-color-191f28{
    color:#191f28 !important;
}

.margin-0-important{
    margin-right:0px !important;
}

/*new dispatch design starts and will never end*/
.dashbard-dispatch-all {
    display: flex;
    height: 100%;
    margin: 8px 15px 15px 5px;
    color: var(--sd-base-gray-900);
}

.dispatch-left {
    flex: 3;
    height: 100%;
}

.dispatch-detail {
    height: 100%;
    border-top: 1px solid var(--sd-base-gray-50);
}

.dispatch-right {
    flex: 2;
}

.dispatch-left-detail {
    display: flex;
    border-right: 1px solid var(--sd-base-gray-50);
}

.dispatch-drivers {
    flex: 1;
    background: var(--sd-neutral-50);
}

.dispatch-driver-orders {
    flex: 2;
    background: var(--common-background);
    margin-right: 5px;
    border-radius: 0px 5px 0px 0px;
}

.dispatch-compressed .dispatch-left {
    flex: 1;
}

.dashbard-dispatch-header .short-icons{
    height: 30px;
    width: 30px;
    margin: 0 15px 0 0;
    border: .5px solid var(--sd-base-gray-50);
}

.dashbard-dispatch-header {
    display: flex;
    align-items: center;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

/*order row starts*/
.dispatch-order-row {
    display: flex;
    flex-direction: column;
    margin: 10px 5px 5px 10px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid var(--sd-neutral-300);
    background: var(--common-background);
    font-size: 13px;
    position: relative;
}

.dispatch-right-detail .dispatch-order-row {
    margin-right: 0;
}

.dispatch-order-status-detail{
    display: flex;
    justify-content: space-between;
    height: 34px;
}

.dispatch-order-status-detail *{
    display: flex;
    align-items: center;
}

.dispatch-order-places-detail {
    display: flex;
    margin-top: 20px;
}

.dispatch-order-places-time {
    width: 100%;
    position: relative;
}

.dispatch-order-place-time-single {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.dispatch-place-and-icon{
    display: flex;
}

.dispatch-place-icon {
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

.sd-divider {
    height: 0.5px;
    width: 100%;
    background: var(--sd-neutral-300);
    position: absolute;
    top: 50px;
    left: 0;
}

.sd-vertical-line {
    position: absolute;
    width: 1px;
    height: 28px;
    background: var(--sd-base-gray-300);
    top: 20px;
    left: 7px;
}

/*status*/
.status-yellow {
    background: var(--status-yellow-bg);
    color: var(--status-yellow-color) !important;
}

.status-orange {
    background: var(--status-orange-bg);
    color: var(--status-orange-color) !important;
}

.status-green {
    background: var(--status-green-bg);
    color: var(--status-green-color) !important;
}

.sd-unassigned, .sd-waiting, .sd-not-started {
    background: rgba(241, 154, 55, 0.11);
    color: #F19A37 !important;
}

.sd-complete, .sd-ready-for-pickup, .sd-delivered {
    background: rgba(24, 194, 137, 0.11);
    color: #18C289 !important;
}

.sd-failed, .sd-canceled {
    background: rgba(235, 78, 61, 0.11);
    color: #EB4E3D !important;
}

.sd-started {
    background: rgba(90, 196, 189, 0.11);
    color: #5AC4BD !important;
}

.sd-picked-up {
    background: rgba(89, 171, 225, 0.11);
    color: #59ABE1 !important;
}

.sd-on-the-way {
    background: rgba(88, 86, 206, 0.11);
    color: #5856CE !important;
}

.sd-broadcasted {
    background: rgba(163, 87, 215, 0.11);
    color: #A357D7 !important;
}

.sd-status {
    border-radius: 44px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    margin-right: 8px;
    height: 27px;
    min-width: 85px;
    justify-content: center;
    padding: 6px 10px;
}

.dispatch-order-rest-name {
    font-weight: 600;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: var(--sd-neutral-800);
}

.dispatch-order-id {
    color: var(--sd-neutral-600);
    /* border-bottom: 1px dashed var(--theme-color-bright); */
    margin-left: 7px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.dispatch-order-id:hover {
    border-bottom: 1px dashed var(--theme-color-bright);
}

.dispatch-order-cost {
    margin-right: 15px;
    font-weight: 600;
    font-size: 14px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: var(--sd-neutral-800);
}

.dispatch-order-rest-addrss {
    color: var(--sd-neutral-500);
    font-size: 13px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

/**/
.dispatch-collapsed-element {
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-bottom: 3px;
}

.dispatch-collapsed-headers {
    width: 100%;
    display: flex;
}

.dispatch-collapsed-headers.sd-btn-tab-group {
    margin-top: 0;
}

.dispatch-collapsed-headers .sd-btn-tab-slider {
    bottom: 0px;
}

.dispatch-collapsed-headers .dispatch-collapsed-header {
    flex: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
}

.dispatch-collapsed-element.dashbard-dispatch-header .short-icons {
    margin-right: 0;
}

.dispatch-order-id:focus {
    text-decoration: none;
}

.dispatch-driver-status-detail {
    color: var(--sd-base-gray-400);
    font-size: 12px;
    margin-left: 25px;
}

.dispatch-driver-row {
    display: flex;
    align-items: center;
    padding: 8px 10px 8px 16px;
    position: relative;
    cursor: pointer;
    transition: background-color .1s ease;
}

.dispatch-driver-name-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    color: var(--common-foreground);
}

.dispatch-driver-order-count {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background: var(--common-background);
    color: var(--sd-base-gray-700);
    display: flex;
    justify-content: center;
    align-items: center;
}

.active .dispatch-driver-order-count {
    background: var(--sd-base-gray-400);;
    color: var(--common-background);
}

.dispatch-driver-row.active {
    background: var(--common-background);
}

.dispatch-driver-row.active:before {
    content: "";
    width: 5px;
    height: 100%;
    background: var(--theme-color-bright);
    top: 0;
    left: 0;
    position: absolute;
}

.sd-avatar-container .asana-avatar.lg > div, .sd-avatar-container  .sd-circle-image {
    width: 32px !important;
    height: 32px !important;
}

.sd-avatar-container .asana-avatar > div abbr {
    text-transform: uppercase;
    font-size: 11px;
}

.no-info-found {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--sd-base-gray-400);
}

.no-info-found img {
    margin-bottom: 30px;
}

.dispatch-pagination {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dispatch-pagination .pagination-btn {
    border: none;
    background-color: white;
}

.dispatch-pagination .pagination-btn:hover {
    color: #0AE39B;
    border: none;
    background-color: white;
}

.dispatch-pagination .pagination-btn:disabled {
    pointer-events: none;
    color: #888888;
}

.sd-draggable.assigned-order {
    cursor: grab;
    height:  30px;
    background: var(--sd-neutral-300);
    padding: 4px 8px;
    border-radius: 4px;
}

.dispatch-order-time {
    font-size: 13px;
    line-height: 18px;
    color: var(--sd-neutral-800);
    letter-spacing: -0.01em;
}
