.searchOrderWrapper{
    flex-wrap: wrap;
}
.description_tab{
    top: 0;
    left: -12px;
    bottom: 0;
    margin: auto;
}
.filter-tab-wrapper li{
    position: relative;
}
.deactive_owner::after{
    display: none;
}
.balance{
    background-color: var(--hdm-green);
}
.account-id-copy{
    display: flex
;
    align-items: center;
    padding: var(--badge-padding);
    min-width: 145px;
    gap: 4px;
    border-radius: 20px;
    background: #FFEBD5;
    color: var(--hdm-black);
    max-width: fit-content;
    justify-content: center;
}
.account-id-copy .account_id_show{
    background-color: transparent;
}
.new_design .list_of_data li .type_account{
    padding: var(--badge-padding);
    border-radius: 20px;
    background: #E8EBEF;
    color: var(--hdm-black);

}
.new_design .list_of_data li .stock_id_show{
    padding: var(--badge-padding);
    border-radius: 20px;
    background: var(--hdm-blue);
    color: #fff;

}
.new_design .list_of_data li .date_show{
    padding: var(--badge-padding);
    border-radius: 20px;
    background: #FF797C;
    color: #fff;

}
.new_design .list_of_data li .mcc_id_show{
    background: transparent;
}
.new_design .list_of_data li .set_expert_id_popup{
    padding: var(--badge-padding);
    border-radius: 20px;
    background: #B7FEC6;
    color: #fff;
}
.new_design .list_of_data li .set_expert_id_popup{
    padding: var(--badge-padding);
    border-radius: 20px;
    background: #B7FEC6;
    color: #000;
}
.new_design .list_of_data li .mcc_id_show{
    padding: var(--badge-padding);
    border-radius: 20px;
    background: #E8EBEF;
    color: #fff;
}
.new_design .ActionMethod .text{
    display: flex;
    padding: var(--badge-padding);
    border-radius: 20px;
    background: var(--hdm-blue);
    color: #fff;
    align-items: center;
    justify-content: center;
}
.new_design .list_of_data li .data_show{
    padding: 0;
    background: transparent;
    color: var(--hdm-black);
}
.new_design .ListOfAcction div{
    padding: var(--badge-padding);
    height: fit-content;
    width: fit-content;
    aspect-ratio: inherit;
}
.account-id-copy i{
    cursor: pointer;
}
.new_design .CheckdOrder input[type="checkbox"]{
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid var(--hdm-blue);
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}
.new_design .CheckdOrder input[type="checkbox"]:checked {
    border-color: var(--hdm-green);
    background: var(--hdm-green);
}
.new_design .CheckdOrder input[type="checkbox"]:checked {
    border-color: var(--hdm-green);
    background: var(--hdm-green);
}
.new_design .list_of_data li .official_tag{
    position: relative;
    inset: 0;
    margin-left: 5px;
    padding: var(--badge-padding);
    border-radius: 20px;
    background: #FFD7AA;
}
.new_design .SendSmsOrder .SendHistory{
    width: 100%;
    float: none;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.new_design .SendSmsOrder .SendHistory div{
    width: fit-content;
    border-radius: 30px;
    border: 1.5px dashed var(--hdm-orange);
    background: #FFF;
    padding: 13px 30px;
    color: var(--hdm-black);
}
.new_design .SendSmsOrder .SendHistory i {

    color: var(--hdm-black);
}
.SendSMSBtn-wrapper{
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.new_design .SendSMSBtn-wrapper .SendSMSBtn{
    border-radius: 30px;
    background: linear-gradient(180deg, #22C035 0%, #A7FFB1 100%);
    box-shadow: 2px 2px 4px 0 rgba(255, 255, 255, 0.70) inset, 4px 4px 30px 0 rgba(0, 0, 0, 0.10);
}
.new_design .SendSmsOrder .LinkOfPayment{
    background: transparent;
}
.new_design .SendSmsOrder .linkOfCourse{
    display: flex
;
    justify-content: center;
    gap: 19px;
    border: none;
    overflow: visible;
}
.new_design .SendSmsOrder .linkOfCourse .copyCourseLink{
    border-radius: 30px;
    background: linear-gradient(180deg, #FFD7AA 0%, #FFFCF9 100%);
    box-shadow: 2px 2px 4px 0 rgba(255, 255, 255, 0.70) inset, 4px 4px 30px 0 rgba(0, 0, 0, 0.10);
    padding-inline: 35px;
    color: var(--hdm-orange);
}
.new_design #OrderChangeStatusAjax .switch_status li .box_of_item{
    padding-block: 10px;
    border-radius: 30px;
    border: 1.5px dashed var(--hdm-orange);
    background: #FFF;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: #000;
    width: 200px;
    transition: 0.2s;
}
.new_design #OrderChangeStatusAjax .switch_status li .description_tab{
    margin: inherit;
    top: -30px;
    right: 0;
    left: 0;
    margin-inline: auto;
    background: transparent;
    color: var(--hdm-orange);
    font-size: 18px;
    border: 1px solid var(--hdm-orange);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.new_design #OrderChangeStatusAjax .switch_status li .box_of_item:hover,.new_design #OrderChangeStatusAjax .switch_status li .box_of_item.active{
    border-radius: 30px;
    border: 1.5px dashed var(--hdm-blue);
    background: var(--hdm-orange);
    color: #fff;
}
.new_design #OrderChangeStatusAjax .switch_status li .box_of_item:after{
    border-bottom: 1px solid var(--hdm-orange);
}
.new_design #OrderChangeStatusAjax .switch_status{
    margin-top: 20px;
}
.new_design .TitleInvoice{
    float: none;
    position: relative;
}
.new_design .HeadInvoice .DetailInvoiceSerial{
    float: none;
    width: 100%;
    display: flex
;
    align-items: center;
    border-radius: 30px;
    background: #F9F8F8;
    padding-block: 10px;
}
.new_design .HeadInvoice .DetailInvoiceSerial li{
    float: none;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #000;
    gap: 4px;
}
.new_design .HeadInvoice .DetailInvoiceSerial li:nth-last-of-type(1){
    border: none;
}
.new_design .HeadInvoice .DetailInvoiceSerial li span{
    float: none;
}
.new_design .HeadInvoice .DetailInvoiceSerial li b{
    float: none;
    border: none;
    width: fit-content;
}
.new_design .HeadInvoice{
    float: none;

}
.new_design .InvoiceTable *{
    float: none !important;

}
.new_design .InvoiceTable {
    float: none;
    border: none;

}
.new_design .InvoiceTable .head {
    border-radius: 30px;
    background: var(--hdm-blue);
    color: #fff;
    padding: 10px 0 7px;
    margin-top: 8px;
}
.new_design .InvoiceTable .Detail_side {
    border-radius: 40px;
    background: #FFF;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.05);
    margin-top: 8px;
    padding: 20px;
    display: flex
;
    align-items: center;
    flex-wrap: wrap;

}
.invoice-product-list-wrapper{
    border-radius: 40px;
    background: #FFF;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.05);
    margin-top: 8px;
    overflow: hidden;
}
.new_design .InvoiceTableRecord.TotalInvoiceRecord.Final{
    display: flex
;
    justify-content: center;
    gap: 5px;
    border-radius: 30px;
    background: #E2E2E2;
    border: none;
    color: #000;
    margin-top: 8px;
}
.new_design .InvoiceTableRecord.TotalInvoiceRecord.Final li{
    border: none;
    width: fit-content;
}
.new_design .List_of_detail.detail_invoice li{
    border-radius: 30px;
    border: 1.5px solid #FFD7AA;
    background: rgba(217, 217, 217, 0.00);
    display: flex
;
    align-items: center;
    margin-bottom: 8px;
}
.new_design .List_of_detail.detail_invoice li span{
    border-radius: 30px;
    background: #FFD7AA;
}
.new_design .List_of_detail.detail_invoice li .show_email_list_account{
    border-radius: 30px;
    background: #B7FEC6;
    padding: var(--badge-padding);
    color: #000;
}
.customer-social-wrapper{
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.customer-social-wrapper .socialLink{
    width: 45px;
    height: 45px;
    background: #22C035;
}
.customer-social-wrapper .socialLink.telegram{
    background: #6CABFA;
}
.new_design .showMeliCart{
    padding: var(--badge-padding);
    border-radius: 30px;
    background: #B7FEC6;
    width: fit-content;
    color: var(--hdm-black) !important;
}

.new_design .green_alert{
    border-radius: 30px;
    background: linear-gradient(180deg, #22C035 0%, #A7FFB1 100%);
    box-shadow: 2px 2px 4px 0 rgba(255, 255, 255, 0.70) inset, 4px 4px 30px 0 rgba(0, 0, 0, 0.10);
    padding: 12px;
}
.new_design .MoveToTrashBTN.text-btn{
    padding: var(--badge-padding);
    height: fit-content;
    width: fit-content;
    aspect-ratio: inherit;
    border-radius: 20px;
    background: #FF797C;
}
.editFundElement .btn ,.editChargeStock .btn{
    position: absolute;
    bottom: -50%;
    right: 0;
    left: 0;
    margin: auto;
}
.new_design .account-id-copy i{
    inset: 0;
}
.Packages_list_place{
    border-radius: 30px;
    border: 1.5px dashed #FB8500;
}
.add-tools-btn-wrapper{
    display: flex
;
    float: right;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.add-tools-btn-wrapper *{
    width: fit-content;
}
.new_design .ChangeStatus{
    padding: var(--badge-padding);
    border-radius: 20px;

}
.new_design .ChangeStatus.done{
    background: #B7FEC6;
    color: var(--hdm-black);
}
.new_design .account-status-wrapper span{
    border-radius: 20px;
    background: #FFD7AA;
    color: var(--hdm-black);
    padding: var(--badge-padding);

}
.new_design .unknown_status{
    border-radius: 20px;
    background: #E8EBEF;
    color: var(--hdm-black);
    padding: var(--badge-padding);
}
.new_design .deactive_status{
    border-radius: 20px;
    background: #FFD7AA;
    color: var(--hdm-black);
    padding: var(--badge-padding);
}
.new_design .active_status{
    border-radius: 20px;
    background: #B7FEC6;
    color: var(--hdm-black);
    padding: var(--badge-padding);
}
.new_design .list_of_data li .ActionForOrder{
    border-radius: 20px;
    background: var(--hdm-blue);
    padding: var(--badge-padding);
}
.new_design .set_stock_id_popup{
    padding: var(--badge-padding);
    border-radius: 20px;

}
.new_design .list_of_data li .btn{
    font-size: 13px;
}
.StockDetail .DetailBox{
    border-radius: 30px;
    background: #FFD7AA;
    color: var(--hdm-black);
    left: 3px;
    
}
.new_design .list_of_data li .add{
    background: transparent;
    color: var(--hdm-orange);
}
.new_design .list_of_data li .BuyStore{
    border-radius: 20px;
    background: var(--hdm-blue);
    padding: var(--badge-padding);
    font-size: 12px;
}
.store-list-btn-wrapper i{
    inset: 0 !important;
}
.store-list-btn-wrapper div{
    display: flex
;
    justify-content: space-between;
    width: 100%;
}
.store-list-btn-wrapper {
    display: flex
;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    padding-left: 10px;
}
.store-list-btn-wrapper .updateRemainModal {
    border-radius: 20px;
    background: #E6E6E6;
    color: var(--hdm-black);
    padding: var(--badge-padding);
}
.new_design .form-group.price_charge .currency{
    border-radius: 30px;
    background: #FFD7AA;
    left: 3px;
    bottom: 2px;
    width: 80px;
    height: 39px;
}
.new_design .list_of_data.withdraw:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    width: 21px;
    height: 21px;
    bottom: 0;
    background: #E10508;
    border-radius: 50%;
}
.new_design .list_of_data.create:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    width: 21px;
    height: 21px;
    bottom: 0;
    background: #FFE100;
    border-radius: 50%;
}

.new_design .list_of_data.deposit:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    width: 21px;
    height: 21px;
    bottom: 0;
    background: #22C035;
    border-radius: 50%;
}
.new_design .setStockConflict{
    border-radius: 20px;
    background: #FFBCBD;
    width: fit-content;
    padding: var(--badge-padding);
    color: var(--hdm-black);
}
.r-btn-wrapper{
    align-items: center;
}
.new_design .Guid_list{
    width: fit-content;
    margin: 0;
    float: none;
    margin-right: auto;
}
.new_design .Guid_list li b{
    width: 21px;
    height: 21px;
    border-radius: 50%;
}
.editStockDate{
    background: transparent;
    color: var(--hdm-orange);
}
.stock-wrapper div.editChargeStock{
    display: none;
}
.stock-wrapper div{
    display: flex;
    align-items: center;
}
.stock-wrapper i{
    color: var(--hdm-orange);
    cursor: pointer;
}
.new_design .payment_img{
    border-radius: 20px;
    background: #B7FEC6;
    color: var(--hdm-black) !important;
    padding: var(--badge-padding);
}
.new_design .LableSection{
    color: #01224B;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    font-family: inherit;
}
.service-btn-wrapper{
    width: 100%;
    display: flex
;
    justify-content: center;
}
.new_design .list_of_service{
    background: transparent;
    box-shadow: none;
}
.three-fourth{
    width: 69%;
}
.add-task-wrapper{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.add-task-wrapper .add_task{
    margin: 0;
    width: fit-content;
}
.new_design .sep_line{
    padding: 10px;
    border-radius: 30px;
    border: 2px solid var(--hdm-orange);
    color: var(--hdm-orange);
}
.new_design .sep_line:after{
    display: none;
}
.tab-item-f{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.project-card-item{
    width: calc(50% - 7px);
}
.project-card-state{
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.project-card-state .state{
    display: flex
;
    align-items: center;
    gap: 6px;
    border-radius: 30px;
    border: 2px dashed;
    padding: var(--badge-padding);
}
.project-card-state .state.project-inTime{
    border-color: #22C035;
    color: #22C035;
}
.project-card-state .state.project-onTime{
    border-color: #3C7ED0;
    color: #3C7ED0;
}
.project-card-state .state.project-delay{
    border-color: #FB8500;
    color: #FB8500;
}
.project-card-state .state.project-delay{
    border-color: #E10508;
    color: #E10508;
}
.project-package{
    border-radius: 30px;
    border: 2px dashed #FB8500;
    padding: var(--badge-padding);
    color: #FB8500;
}
.projectName{
    color: #01224B;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 20px;
}

.detailProject{
    display: flex
;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    border: 1px dashed #01224B;
    padding: var(--badge-padding);
}
.detailProject span{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #01224B;
}
.detailProject span:nth-of-type(1){
    border-left: 1px solid #01224B;
}
.project-days-wrapper{
    float: right;
    display: flex
;
    width: 100%;
    gap: 9px;
    justify-content: space-between;
    margin-block: 30px 45px;
}
.project-days-wrapper div {
    width: calc(33% - 9px);
    display: flex
;
    flex-direction: column;
    gap: 6px;
}
.project-days-wrapper div:nth-of-type(1) {
    color: #01224B;
    border-color: #01224B;
}
.project-days-wrapper div:nth-of-type(2) {
    color: #3C7ED0;
    border-color: #3C7ED0;
}
.project-days-wrapper div:nth-of-type(3) {
    color: #22C035;
    border-color: #22C035;
}
.project-days-wrapper div span {
    padding: var(--badge-padding);
    border: 1px solid;
    border-radius: 50px;
}
.ProjectItem{
    border-radius: 40px;
    background: #FFF;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.10);
}
.project-task-wrapper{
    float: right;
    width: 100%;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: var(--badge-padding);
    border-radius: 30px;
    border: 1px solid #01224B;
}
.project-task-wrapper div{
    width: 33%;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.project-task-wrapper div:nth-of-type(1),.project-task-wrapper div:nth-of-type(2){
    border-left: 1px solid #01224B;

}
.project-btn-wrapper{
    width: 100%;
    display: flex
;
    float: right;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.project-btn-wrapper a {
    width: 33% !important;
    margin: 0 !important;
}
.tab_project li .cnt{
    background: transparent;
    color: inherit;
    border: none;
    padding: 0;
    font-size: inherit;
}
.new_design .TitleDivider{
    display: flex
;
    justify-content: center;
    color: #01224B;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.new_design .TitleDivider .cnt{
    display: none;
}
.project-days-wrapper div.time-delay,.project-days-wrapper div.time-poker{
    color: #E10508;
    border-color: #E10508;
}
.ProjectManagerItem{
    border-radius: 40px;
    background: #FFF;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.10);
}
.ProjectManagerItem .ProjectListManager ul{
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dashed #FB8500;
}
.ProjectManagerItem .ProjectListManager li {

    border-radius: 30px;
    background: #FFEBD5;
    border: none;
    padding: 5px 14px 5px 7px;
    display: flex
;
    justify-content: space-between;
    margin-block: 6px;
    align-items: center;
}
.ProjectManagerItem .ProjectListManager li b{
    background: transparent;
    margin: 0;
    padding: 9px 20px;
    border-radius: 30px;
    border: 2px solid #FB8500;
    color: #FB8500;
    font-size: inherit;
    font-weight: 700;
}
.ProjectManagerItem .name{
    color: #01224B;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}
.show-more-project{
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #3C7ED0;
    font-size: 16px;
    cursor: pointer;
}
.ProjectManagerItem .ProjectListManager li.hidden-project{
    display: none;
}
.DetailOfRequest{
    padding: 10px;
    background: transparent;
    border: none;
}
.DetailOfRequest li{

    border: none;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-left: 3px solid #D5D5D5;
}
.DetailOfRequest li:nth-last-of-type(1){
    border-left: none;
}
.DetailOfRequest li span,.DetailOfRequest li b,.DetailOfRequest li i{
    font-size: 18px;
    color: #3C7ED0;
    font-weight: 500;

}
.TaskList .header_tax .Title > span{
    display: none;
}
.new_design .header_tax .access ul div.show_body{
    border-radius: 30px;
    background: linear-gradient(180deg, #22C035 0%, #A7FFB1 100%);
    box-shadow: 2px 2px 4px 0 rgba(255, 255, 255, 0.70) inset, 4px 4px 30px 0 rgba(0, 0, 0, 0.10);
    padding: 16px 32px;
    color: #fff;
    margin: 0;
}
.new_design .header_tax .access ul div.clone_cat{
    padding: 16px 32px;
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(180deg, #01224B 0%, #0250B1 100%);
    box-shadow: 2px 2px 4px 0 rgba(255, 255, 255, 0.50) inset;
    margin: 0;
}
.new_design .header_tax .access ul div.active_cat{
    border-radius: 30px;
    background: linear-gradient(180deg, #FFD7AA 0%, #FFFCF9 100%);
    box-shadow: 2px 2px 4px 0 rgba(255, 255, 255, 0.70) inset, 4px 4px 30px 0 rgba(0, 0, 0, 0.10);
    padding: 16px 32px;
    margin: 0;
    color: #FB8500;

}
.new_design .header_tax .access ul div.active_cat.active{
    color: transparent;
}

.new_design .header_tax .access ul div.active_cat.active:after{
    color: #FB8500;
    text-align: center;
    bottom: 0;
    margin: auto;
    height: fit-content;
    right: 0;
    left: 0;
    top: 0;
}
.new_design .header_tax .access ul{
    margin: 0;
    display: flex
;
    align-items: center;
    gap: 8px;
}
.new_design .header_tax .access{
    width: 410px;
}
.new_design .header_tax .Title{
    width: calc(100% - 425px);
}
.new_design .header_tax .access ul div.show_body.active{
    color: transparent;
}
.header_tax .access ul div.show_body.active:after{
    bottom: 0;
    margin: auto;
    height: fit-content;
    right: 0;
    left: 0;
    top: 0;
    color: #fff;

}