.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 var(--hdm-orange);
}
.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);
}
.new_design .setStockConflict.active{
    background: #B7FEC6;
}
.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: 73%;
}
.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: var(--hdm-orange);
    color: var(--hdm-orange);
}
.project-card-state .state.project-delay{
    border-color: #E10508;
    color: #E10508;
}
.project-package{
    border-radius: 30px;
    border: 2px dashed var(--hdm-orange);
    padding: var(--badge-padding);
    color: var(--hdm-orange);
}
.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 var(--hdm-orange);
}
.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 var(--hdm-orange);
    color: var(--hdm-orange);
    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, #22C035 0%, #A7FFB1 100%);
    color: #fff;
    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;
    text-align: center;

}
.new_design .header_tax .access ul div.active_cat.active{
    background: linear-gradient(180deg, #FFD7AA 0%, #FFFCF9 100%);
    color: transparent;
}

.new_design .header_tax .access ul div.active_cat.active:after{
    color: var(--hdm-orange);
    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;

}
.new_design .select2-selection--multiple .select2-selection__rendered{
    display: flex !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
}
.new_design .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
    width: fit-content !important;
    margin: 0 !important;
}
.new_design .body_tax .task_item .SettingTask{
    background: transparent;
    border: 1px dashed var(--hdm-orange);
    border-radius: 30px;
}
.new_design .body_tax .task_item .active_task{
    border-radius: 30px;
    background: linear-gradient(180deg, #22C035 0%, #A7FFB1 100%);
    color: #fff;
    padding: 14px 26px;

}
.new_design .body_tax .task_item .active_task.active{
    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);
    color: transparent;
}

.new_design .body_tax .task_item .active_task.active:after{
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    width: fit-content;
    height: fit-content;
    content: "غیر فعال سازی";
    color: var(--hdm-orange);

}
.new_design .body_tax .task_item .clone_item_task{
    padding: 14px 26px;
    border-radius: 30px;
    background: linear-gradient(180deg, #01224B 0%, #0250B1 100%);
    box-shadow: 2px 2px 4px 0 rgba(255, 255, 255, 0.50) inset;
    border: none;
}
.new_design .AddAnotherTask{
    border-radius: 30px;
    border: 3px dashed #FB8500;
    color: #FB8500;
    font-weight: 700;
    padding: 12px;
    background: transparent;
}
.DetailOfRequestProject{
    float: right;
    width: 100%;
    margin: 0 0.5% 10px;
    list-style: none;
    border-radius: 6px;
    padding: 10px;
    background: transparent;
    border: none;
    display: flex
;
    flex-wrap: wrap;
    gap: 8px;
}
.DetailOfRequestProject li{
    width: calc(25% - 8px);
    float: right;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-radius: 40px;
    border: 1.5px solid #FFD7AA;
    color: #000;
}
.DetailOfRequestProject li b{
    width: 56%;
    text-align: center;
    padding: 8px;
    border-radius: 40px;
    background: #FFD7AA;
    font-size: 16px;
    font-weight: 400;
    min-width: 155px;
}
.DetailOfRequestProject li span{
    width: 70%;
    text-align: center;
}
.new_design .personal_list_show li.manager .box_team{
    border-radius: 30px;
    border: 2px dashed #22C035;
}
.new_design .personal_list_show li{
    width: 271px;
}
.new_design .personal_list_show li .box_team::after{
    display: none;
}
.new_design .personal_list_show li .icon-wrapper{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -25px;
    display: flex
;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border-radius: 50%;
}
.new_design .personal_list_show li .icon-wrapper i{
    font-size: 26px;
}
.new_design .personal_list_show li.manager .icon-wrapper{
    background: #22C035;
    color: #fff;
}
.new_design .personal_list_show li .box_team{
    padding: 37px 30px 8px 30px;
}
.new_design .personal_list_show li .box_team .name{
    padding: 10px 0;
    width: 100%;
    margin-top: 15px;
    border-radius: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.new_design .personal_list_show li.manager .box_team .name{
    background: #B7FEC6;
}
.new_design .personal_list_show li.manager .box_team .thumb{
    border: 3px solid #22C035;
}
.new_design .personal_list_show li.developer .box_team{
    border-radius: 30px;
    border: 2px dashed #01224B;
}
.new_design .personal_list_show li.developer .icon-wrapper{
    background: #01224B;
    color: #fff;
}
.new_design .personal_list_show li.developer .box_team .name{
    background: #CCE2FF;
}
.new_design .personal_list_show li.developer .box_team .thumb{
    border: 3px solid #01224B;
}

.new_design .personal_list_show li.designer .box_team{
    border-radius: 30px;
    border: 2px dashed #FB8500;
}
.new_design .personal_list_show li.designer .icon-wrapper{
    background: #FB8500;
    color: #fff;
}
.new_design .personal_list_show li.designer .box_team .name{
    background: #FFD7AA;
}
.new_design .personal_list_show li.designer .box_team .thumb{
    border: 3px solid #FB8500;
}
.new_design .personal_list_show{
    display: flex
;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}
.new_design .list_of_data li .content-status{
    padding: var(--badge-padding);
    border-radius: 20px;

}
.new_design .list_of_data li .content-status.accepted{
    background: #B7FEC6;

}
.new_design .list_of_data li .content-status.pending{
    background: #FFEBD5;
    color: #000;

}
.new_design .contents-btn-wrapper .detail{
    border-radius: 20px;
    background: #E6E6E6;
    padding: var(--badge-padding);

}
.new_design .contents-btn-wrapper .download-content{
    border-radius: 20px;
    background: #01224B;
    color: #fff;
    padding: var(--badge-padding);

}
.new_design .ShowInvoiceDiv .show_invoice li:after{
    display: none;
}
.new_design .content-detail-items li{
    border-radius: 40px;
    background: #FFF;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.05);
    margin-block: 5px;
    padding: 20px;
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
}
.new_design .content-detail-items li span{
    background: transparent;
    min-width: 90px;
    display: block;
}
.new_design .form-control.writer_price {
    width: 110px;
    margin-inline: auto;
    text-align: center;
    background: #FFEBD5;
}
.new_design .saveWriterSetting, .saveFinalWords{
    border-radius: 20px;
    background: #01224B;
    color: #fff;
    padding: 10px 25px;
}
.new_design .select2-container--default .select2-search--inline .select2-search__field{
    margin: 0;
}
.extra-attendees-wrapper{
    width: 100%;
    float: right;
}
.meeting-record-header{
    display: flex
;
    float: right;
    border-bottom: 1px dashed var(--hdm-orange);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.meeting-record-header .col-8{
    border-left: 1px dashed var(--hdm-orange);
}
.meeting-record-body,.meeting-record-wrapper{
    width: 100%;
    float: right;
}
.meeting-record-row,.purchase-row-wrapper{
    float: right;
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.meeting-record-row .form-group,.purchase-row-wrapper .form-group,.access-row-wrapper .form-group{
    margin-inline: 4px;
}
.meeting-record-row .form-group:nth-of-type(1),.access-row-wrapper .form-group:nth-of-type(1){
    width: 66px;
}
.meeting-record-row .form-group:nth-of-type(2),.access-row-wrapper .form-group:nth-of-type(2){
    width: calc(100% - 510px);
}
.meeting-record-row .form-group:nth-of-type(3),.access-row-wrapper .form-group:nth-of-type(3){
    width: 260px;
}
.meeting-record-row .form-group:nth-of-type(4),.access-row-wrapper .form-group:nth-of-type(4){
    width: 150px;
}
.meeting-body-row-holder{
    display: none;
}
#addMeetingRecordRow,#addPurchaseRow,#addPersonalAccessRow{
    float: right;
    width: 100%;
    margin-block: 10px;
    padding: var(--badge-padding);
    background: #fff;
    text-align: center;
    border: 1px solid var(--hdm-orange);
    border-radius: 50px;
    cursor: pointer;
    color: var(--hdm-orange);
}



.meeting-container {
    max-width: 900px;
    margin: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.meeting-header {
    text-align: center;
    border-bottom: 3px solid #1b4f72;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.meeting-header h1 {
    margin: 0;
    font-size: 22px;
    color: #1b4f72;
}

.meta-table, .decision-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
    font-size: 14px;
}

.meta-table td {
    border: 1px solid #ccc;
    padding: 8px 10px;
    vertical-align: middle;
}

.meta-table td.label {
    background: #f3f6fb;
    font-weight: bold;
    width: 20%;
}

.decision-table th, .decision-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.decision-table th {
    background: #e8f0fe;
    font-weight: bold;
}

tr:nth-child(even) td {
    background-color: #fafafa;
}

.footer-note {
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    color: #777;
}
.attendees {
    margin-bottom: 30px;
}

.attendees h3 {
    background: #dbeafe;
    color: #1e3a8a;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    margin: 0;
}

.attendees-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 15px;
    gap: 8px 12px;
}

.attendees-list div {
    background: #f9fafb;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px dashed #cbd5e1;
    text-align: center;
    font-size: 14px;
}
#task_search_modal .Calender_show_date .section_time .Task_show{
    display: flex
;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

.purchase-row .form-group:nth-of-type(1){
    width: 66px;
}
.purchase-row .form-group:nth-of-type(2){
    width: calc(100% - 526px);
}
.purchase-row .form-group:nth-of-type(3){
    width: 160px;
}
.purchase-row .form-group:nth-of-type(4){
    width: 110px;
}
.purchase-row .form-group:nth-of-type(5){
    width: 150px;
}
.list_of_data li .purchase-status{
    padding: var(--badge-padding);
    border-radius: 20px;
    color: #000;
}
.list_of_data li .purchase-status.pending{
    background: #E8EBEF;
}
.list_of_data li .purchase-status.accepted{
    background: #B7FEC6;
}
.list_of_data li .purchase-status.rejected{
    background: #FFBCBD;
}
.ListOfActionTicket .FollowTag.follow {
    color: transparent;
}
.FollowTag.follow::after{
    color: var(--hdm-orange);
}
#loading{
    text-align: center;
    color: var(--hdm-orange);
    padding-block: 3px;
    margin-top: 5px;
    float: right;
    width: 100%;
}
.new_design .linkOfCourse.academyCourse{
    border-radius: 20px;
    background: #FFEBD5;
    display: flex
;
    justify-content: space-around;
    padding-right: 0;
    border: navajowhite;
}
.new_design .linkOfCourse.academyCourse input{
    background: transparent;
}
.new_design .linkOfCourse.academyCourse .copyCourseLink{
    border-radius: 20px;
    background: #FB8500;
    color: #fff;
    padding: var(--badge-padding) !important;
    min-width: 60px;
    justify-content: center;
}
.new_design .list_of_data li .not-paid{
    border-radius: 20px;
    background: #FFBCBD;
    padding: var(--badge-padding);
    color: #000;


}
.new_design .list_of_data li .success-paid{
    border-radius: 20px;
    background: #B7FEC6;
    padding: var(--badge-padding);
    color: #000;


}
.new_design .list_of_data li .paymentInstallment{
    border-radius: 20px;
    background: #FFD7AA;
    padding: var(--badge-padding);
    color: #000;
}
.new_design .list_of_data li .SetLicenceKEY{
    border-radius: 20px;
    background: var(--hdm-orange);
    padding: var(--badge-padding);
    color: #fff;
}
.new_design .tab_project li a{
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.new_design .tab_project li:has(a) {
    padding-block: 28px;

}
.new_design .tab_project li.active:has(a) {
    position: relative;
    padding-block: 42px;

}