/* design_list_orders */
.design_list_orders {}
.design_list_orders td {
    padding: 6px 3px 9px 3px;
}
.design_list_orders .row_no {
    width: 22px;
    padding: 0;
}
.design_list_orders .order_no .open_order_popup {
    margin-left: 35px;
}
.design_list_orders .order_point {
    width: 50px;
}
.design_list_orders .order_chat_lieu {
    width: 130px;
}
.design_list_orders .ma_lenh {}
.design_list_orders .order_no {
    font-weight: 600;
    font-size: var(--gtt-font-size);
    color: var(--gtt-primary-color);
    padding-left: 4px;
    padding-right: 0;
    width: 118px;
    text-align: left;
}
.design_list_orders .order_no .point {
    font-size: 12px;
    font-weight: initial;
    color: #000;
}
.design_list_orders .ma_lenh {width: 70px;}
.design_list_orders .ma_lenh input {
    width: 100%;
    text-align: center;
    padding: 5px;
    color: var(--gtt-primary-color);
    border: 1px solid var(--gtt-primary-color);
    border-radius: 0;
    font-size: var(--gtt-font-size);
    height: 36px;
    box-sizing: border-box;
}
.design_list_orders .download_design_images a {
    background: #000;
    color: #fff;
    padding: 0;
    width: 36px;
    line-height: 20px;
    border-radius: 4px;
    font-size: 11px;
    margin-right: 5px;
    border: 1px solid var(--gtt-border-color);
    cursor: pointer;
    text-decoration: none;
    display: flex;
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
}
.design_list_orders .download_design_images [data-action="download-design-images"].active {
    background: var(--gtt-primary-color);
    color: #fff;
}
.design_list_orders .download_design_images a i {
    font-size: 17px;
}
.design_list_orders .order_chat_lieu .chat_lieu_list {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.design_list_orders .order_chat_lieu .chat_lieu_list .chat_lieu {
    position: relative;
    cursor: pointer;
    display: flex;
}
.design_list_orders .order_chat_lieu .chat_lieu_list.col_3 .chat_lieu {
    width: calc((100% - 20px) / 3);
}
.design_list_orders .order_chat_lieu .chat_lieu_list img {
    width: 100%;
    border-radius: var(--gtt-border-radius);
}
.design_list_orders .order_chat_lieu .chat_lieu_list .ma_phu_kien {
    font-size: 10px;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* max-width: 100%; */
}

/* #nesting_orders */
#nesting_orders {}

/* design_by_area */
.main_content_wrapper .main_content_right .design_by_area {
    margin-top: 20px;
}
.main_content_wrapper .main_content_right .design_by_area .wrap_table {padding-bottom: 5px;margin-top: 20px;}

.main_content_wrapper .main_content_right .design_by_area .wrap_table .table_title {
    justify-content: center;
    font-size: var(--gtt-font-size-lg);
    border-bottom: 0;
    margin-bottom: 0;
}

.table_title {}
.main_content_wrapper .main_content_right .design_by_area .wrap_table:first-child .table_title {
    margin-top: 0;
}