#order_audit_trail_table>thead>tr>th {
    font-size: 13px;
    font-weight: 500;
    color: #1d1d1d;
    white-space: nowrap;
    border: 1px solid #d7d7d7;
    text-align: left;
    background-color: #dddddd;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

#order_audit_trail_table>tbody>tr>td {
    font-size: 12px;
    text-align: left;
    color: #646464 !important;
    font-weight: 500;
    border: none !important;
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}

.view-action-btn {
    max-width: 40px;
}

.view-action-btn .btn {
    padding: 6px 10px;
    font-size: 12px;
}

.queue-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.queue-icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 0.3rem;
}

.queue-icon .new-order-icon {
    background-color: #e2445c;
}

.queue-icon .design-icon {
    background-color: #ffc000;
}

.queue-icon .design-sl-icon {
    background-color: #ffc000;
}

.queue-icon .design-approval-icon {
    background-color: #ffc000;
}

.queue-icon .design-damage-icon {
    background-color: #c44800;
}

.queue-icon .design-qa-icon {
    background-color: #ffc000;
}

.queue-icon .design-approval-icon {
    background-color: #ffc000;
}

.queue-icon .print-icon {
    background-color: #92d050;
}

.queue-icon .print-sl-icon {
    background-color: #92d050;
}

.queue-icon .transfer-icon {
    background-color: #00b050;
}

.queue-icon .cut-icon {
    background-color: #00b0f0;
}

.queue-icon .embroidery-icon {
    background-color: #ff006a;
}

.queue-icon .sew-icon {
    background-color: #0070c0;
}

.queue-icon .sew-contractor-icon {
    background-color: #00fff3;
}

.queue-icon .sri-lanka-production-icon {
    background-color: #00b39b;
}

.queue-icon .billing-icon {
    background-color: #002060;
}

.queue-icon .fulfillment-icon {
    background-color: #7030a0;
}

.queue-icon .sri-lanka-fulfillment-icon {
    background-color: #7030a0;
}

.queue-icon .completed-icon {
    background-color: #ff00b1;
}

.queue-icon .n-a-icon {
    background-color: #d2d2d2;
}

.at-customer {
    display: flex;
    align-items: center;
}

.at-customer-img {
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
}

.at-customer-logo {
    width: 30px;
    height: 30px;
}

#overview_title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#overview_avatar {
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 5px;
    margin-right: 1rem;
}

#overview_avatar img {
    width: 90px;
    height: 90px;
}

#overview_order_no {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0rem;
    line-height: 1.3;
}

#overview_customer_name {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0rem;
    color: #7b809a;
}

#order_overview ul,
li {
    list-style: none;
    padding: 0;
}

#order_overview .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
}

#order_overview .wrapper {
    width: 100%;
    padding: 0rem 2rem 2rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #e2445c14;
}

#order_overview h1 {
    font-size: 1.1rem;
    font-family: sans-serif;
}

#order_overview .sessions {
    margin-top: 2rem;
    border-radius: 12px;
    position: relative;
}

#order_overview li {
    padding-bottom: 0.5rem;
    border-left: 1px solid #edaabc;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}

#order_overview li:last-child {
    border: 0px;
    padding-bottom: 0;
}

#order_overview li:before {
    content: '';
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #c64169;
    box-shadow: 3px 3px 0px #f8b5d2;
    box-shadow: 3px 3px 0px #f8b5d2;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
}

#order_overview .time {
    color: #2a2839;
    font-weight: 500;
    font-size: 0.9rem;
}

#order_overview .design-note-timestamp,
#order_overview .design-note-user {
    font-size: 12px;
    font-weight: bold;
}

#order_overview .design-note-user {
    color: #bbbbbb;
}

#order_overview .design-note-text {
    font-size: 13px;
    color: #4f4f4f;
    line-height: 1;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.overview-log-notes {
    font-size: 11px;
    color: #ca4b72;
}

#order_overview .moving_details_container {
    font-size: 12px;
    font-weight: bold;
}

#order_overview .moving_details_container i {
    font-size: 10px;
    color: #c5c5c5;
}

#overview_childorders_list {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
}

.btn-overview-childorder {
    color: #e2445c;
    background-color: transparent;
    border: 1px solid #e2445c;
    transition: background-color 0.5s;
}

.btn-overview-childorder:active,
.btn-overview-childorder:focus,
.btn-overview-childorder:hover {
    color: #ffffff;
    background-color: #e2445c;
    border: 1px solid #e2445c;
}

.btn-overview-childorder.active {
    color: #ffffff;
    background-color: #e2445c;
    border: 1px solid #e2445c;
    transition: background-color 0.5s;
}

.btn-overview-childorder.active:active,
.btn-overview-childorder.active:focus,
.btn-overview-childorder.active:hover {
    color: #ffffff;
    background-color: #c83d52;
    border: 1px solid #c83d52;
    box-shadow: 0px 3px 5px #c83d5259 !important;
}

#overview_childorder_details {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 3px 5px #d2d2d2;
    border-radius: 6px;
    padding: 1rem;
    margin-top: 1.5rem;
    z-index: 1;
}

#overview_childorder_no {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0rem;
    line-height: 1.3;
    color: #7b809a;
}

#overview_childorder_product {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0rem;
    color: #7b809a;
}
