.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);
}
.new_design span.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;
}
.new_design span.account-id-copy .account_id_show{
    background-color: transparent;
    color: #000;
}
.new_design span.account-id-copy .account_id_show a{
    color: #000;
    text-decoration: none;
}
.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;
    font-size: 13px;


}
.new_design .list_of_data li .success-paid{
    border-radius: 20px;
    background: #B7FEC6;
    padding: var(--badge-padding);
    color: #000;
    font-size: 13px;



}
.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;

}
.tab-with-search-wrapper{
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.new_design  .tab-with-search-wrapper .tab_project{
    width: 50%;
}
.new_design .tab-with-search-wrapper .table-search-wrapper{
    width: 50%;
    display: flex
;
    justify-content: flex-end;
}
.new_design .tab-with-search-wrapper .SearchOptionBox{
    width: 100%;
}
.show_more.factor{
    background: transparent;
    color: #000 !important;


}
.new_design .list_of_data li .ManagePrevsOrders{
    padding: var(--badge-padding);
    border-radius: 20px;
    background: #FFBCBD;
    color: #000;
    margin-top: 3px;

}
.new_design .list_of_data li .fee{
    padding: var(--badge-padding);
    border-radius: 20px;
    background: #FFD7AA;
    color: #000;
    margin-top: 3px;
    width: fit-content;
    margin-inline: auto;

}
.new_design .deatil_hesab{
    padding: 4px 15px;
    border-radius: 20px;
    background: #F5F6F6;

}
.new_design .ShowInvoice,.new_design .ShowInvoiceAcademy,.new_design .ShowInvoiceWallet{
    border-radius: 20px;
    background: #F5F6F6;
    padding: var(--badge-padding);
    color: #000;
    width: fit-content;
    margin-inline: auto;

}
.new_design .ShowInvoiceImage{
    border-radius: 20px;
    background: #98C6FF;
    padding: var(--badge-padding);
    color: #fff;
    width: fit-content;
    margin-inline: auto;

}
.new_design .show_img{
    border-radius: 20px;
    background: #01224B;
    padding: var(--badge-padding);
    color: #fff;
    width: fit-content;
    margin-inline: auto;

}
.new_design .need_accept{
    border-radius: 20px;
    background: #FFEBD5;
    padding: var(--badge-padding);
    color: #000;

    width: fit-content;
    margin-inline: auto;
}

.new_design .list_of_data.refound::before{
    padding: var(--badge-padding);
    border-radius: 20px;
    background: #FFD7AA;
    color: #000;
    bottom: 0px;
    top: inherit;
    right: 2%;
}
.new_design .list_of_data.return:before{
    padding: var(--badge-padding);
    border-radius: 20px;
    background: #FFBCBD;
    color: #000;
    bottom: 0px;
    top: inherit;
    right: 2%;
}
.new_design .list_of_data.demand:before{
    padding: var(--badge-padding);
    border-radius: 20px;
    background: #B7FEC6;
    color: #000;
    bottom: 0;
    top: inherit;
    right: 2%;
}
.new_design .installmentChild-wrapper{
    float: right;
    border-radius: 20px;
    background: #F5F6F6;
    display: none;
    width: 100%;
}

.new_design .installmentChild-wrapper .head.installmentChild {
    background: transparent;
    box-shadow: none !important;
    border-radius: 0;
    border-bottom: 1px solid #8B8996;
}
.new_design .installmentChild-wrapper .installmentChild {
    background: transparent;
    box-shadow: none !important;
    border-radius: 0;
    width: 100%;
}
.showInstallmentChild{
    float: right;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.new_design .ShowInvoiceDiv h3{
    color: #01224B;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.new_design .ShowInvoiceDiv .show_invoice li {
    float: right;
    width: 100%;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px dashed #FB8500;
}
.currency-wrapper{
    border-radius: 40px;
    background: #FFF;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.05);
    width: calc(33% - 5px);
    padding-block: 10px;
}
.new_design .ShowRange span{
    border-radius: 20px;
    background: #FFEBD5;
    padding: var(--badge-padding);
}
.new_design .show_request_invoice{
    border-radius: 20px;
    background: #98C6FF;
    color: #fff;
    padding: var(--badge-padding);
}
.new_design .UploadInvoice{
    color: #fff;
    padding: var(--badge-padding);
    border-radius: 20px;
    background: #01224B;
}
.new_design .doneComing{
    color: #000;
    padding: var(--badge-padding);
    border-radius: 20px;
    background: #B7FEC6;
    text-decoration: none;
    font-size: 13px;
}
.new_design .pendComing{
    color: #000;
    padding: var(--badge-padding);
    border-radius: 20px;
    background: #FFEBD5;
}
.new_design .ShowDetailComingBack{
    color: #000;
    padding: var(--badge-padding);
    border-radius: 20px;
    background: #F5F6F6;
}
.new_design #ShowComingBackModal .DataForComingBack .Paymented{
    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);
    color: #fff;
}
.Found_number{
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.05);
    padding: 90px 0 !important;
    border-radius: 40px;
    height: 100%;
    align-items: center;
    display: flex
;
    justify-content: center;
}
.Found_number div{
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 28px;

}
.Found_number div i{
    font-size: 34px;


}
.Found_number.dep{
    background: #22C035;

}
.Found_number.with{
    background: #E10508;
}
.Found_number.found-stock{
    display: flex
;
    flex-direction: column;
    justify-content: center;
}
.Found_number.found-stock{
    display: flex
;
    flex-direction: column;
    justify-content: center;
    color: #01224B;


}
.Found_number.found-stock .desc{
    display: flex
;
    justify-content: center;
    margin-top: 10px;
}
#EditRemainFund #fund_remain{
    width: fit-content;
}
#mirror{
    display: none;
}
.show-invoice-image{
    border-radius: 20px;
    background: #F5F6F6;
    color: #000;
    padding: var(--badge-padding);
    text-decoration: none;
    font-size: 11px;
}
.show-invoice-image:hover{
    background: #F5F6F6;
    color: #000;
}
.show-payment-image{
    border-radius: 20px;
    background: #FFD7AA;
    color: #000;
    padding: var(--badge-padding);
    text-decoration: none;
}
.new_design .BoxPreInvoice .placeOfItem{
    border: none;
}
.new_design .BoxPreInvoice .placeOfItem .BoxOfItem{
    border: none;
}
.new_design .BoxPreInvoice .addRowService{
    border-radius: 30px;
    border: 1.5px solid #FB8500;
    padding: 8px 23px;
    color: #FB8500;
}
.new_design .customer-more-detail{
    display: none;
}
.new_design .customer-detail{
    position: relative;
}
.customer-detail:hover .customer-more-detail{
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
    width: 170px;
    margin: auto;
    background: #fff;
    padding: 7px;
    border-radius: 20px;
    z-index: 4;
    display: block;
}
.new_design .editFundElement.preInvoice{
    display: flex
;
    /* flex-wrap: nowrap; */
    gap: 3px;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
.new_design .editFundElement.preInvoice input{
    padding: 0;
    width: 80px;
}
.new_design .editFundElement.preInvoice span.btn{
    width: fit-content;
    background: transparent;
    box-shadow: none;
    color: var(--hdm-orange);
    margin: 0;
    position: relative;
}
.new_design .editFundElement.preInvoice span.btn i{
    inset: 0;
    font-size: 18px;
}
.MoveToTrashBTN.free-icon-btn{
    color: #E10508;
    background: transparent;
}
.action-btn-wrapper{
    display: flex;
    align-items: center;
    gap: 3px;
}

.action-btn-wrapper a{
    margin: 0;
}
.task-days-wrapper{
    width: 210px;
    border-radius: 40px;
    background: #F2F2F2;
    padding-inline: 10px;
}
.task-days-wrapper .tasks-day{
    height: 450px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 2px dashed #8B8996;
    gap: 5px;
}
.task-days-wrapper .tasks-day:nth-last-of-type(1){
    border-bottom: none;
}
.tasks-day .count{
    width: 100%;
    text-align: center;
    padding-block: 10px;
    color: #01224B;
    background: #fff;
    border-radius: 50px;
}
.tasks-day .dat{
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.tasks-day .progress-task{
    float: right;
    width: 80%;
    height: 5px;
    background: #fff;
    margin-top: 25px;
    border-radius: 50px;
    position: relative;
}
.tasks-day .progress-task .progress-done{
    background: #3C7ED0;
    display: block;
    position: absolute;
    height: 5px;
    border-radius: 50px;
    left: 0;
}
.tasks-day .add_task_custom{
    display: flex
;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #FB8500;
    font-size: 14px;
    padding: var(--badge-padding);
    border-radius: 50px;
    color: #FB8500;
    margin-top: 30px;
    cursor: pointer;
}
.task-items-wrapper{
    width: calc(100% - 215px);
    border-radius: 40px;
    border: 1px solid #8B8996;
    background: #FFF;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.task-items-wrapper .listOfTaskDroppble {
    height: 450px;
    display: flex;
    align-items: center;
    overflow-x: scroll;
    gap: 20px;
    padding: 15px;
    border-bottom: 2px solid #EDEBEB;
}
.task-items-wrapper .listOfTaskDroppble:nth-last-of-type(1) {
    border-bottom: none;
}
.task-items-wrapper .listOfTaskDroppble .TaskItemParent {
    height: 100%;
    min-width: 360px;
    max-width: 400px;
}
.task-items-wrapper .task-item-header {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.task-items-wrapper .task-item-header div {
    display: flex
;
    align-items: center;
    gap: 10px;
}
.task-items-wrapper .task-item-header div .user-avatar {
    width: 45px;
    height: 45px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
.task-items-wrapper .task-item-header div p {
    margin: 0;
    font-size: 15px;
    color: #8B8996;
}
.task-items-wrapper .task-item-header span {
    margin: 0;
    font-size: 15px;
    color: #8B8996;
}

.task-items-wrapper .task_item {
    height: 100%;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border: 2px solid transparent;
}
.task-items-wrapper .task_item.task-is-done {
    border: 2px solid #22C035;
}
.task-items-wrapper .task_item .task-item-edit-wrapper{
    display: flex
;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #8B8996;
}
.task-items-wrapper .task_item .task-item-edit-wrapper .edit-wrapper{
    display: flex
;
    align-items: center;
    gap: 10px;
}
.task-items-wrapper .task_item .task-item-edit-wrapper .edit-wrapper .EditTask{
    color: #3C7ED0;
    cursor: pointer;
}
.task-items-wrapper .task_item .task-item-edit-wrapper .edit-wrapper .deleteTask{
    color: #E10508;
    cursor: pointer;
}
.task-items-wrapper .task_item .task-data-wrapper{
    display: flex
;
    align-items: center;
    gap: 6px;
    padding-block: 10px;
    border-bottom: 1px dashed #8B8996;
}
.task-items-wrapper .task_item .task-data-wrapper .task-project-name{
    padding: var(--badge-padding);
    color: #01224B;
    border: 1px solid #01224B;
    border-radius: 50px;
}
.task-items-wrapper .task_item .task-data-wrapper .task-force {
    padding: var(--badge-padding);
    color: #98C6FF;
    border: 1px solid #98C6FF;
    border-radius: 50px;
}
.task-items-wrapper .task_item .task-data-wrapper .task-force.high {
    color: #FB8500;
    border: 1px solid #FB8500;
}
.task-items-wrapper .task_item .task-data-wrapper .task-force.medium {
    color: #FB8500;
    border: 1px solid #FB8500;
}
.task-items-wrapper .task_item .task-data-wrapper .task-force.force {
    color: #FF797C;
    border: 1px solid #FF797C;
}
.task-items-wrapper .task_item .task-text {
    padding-block: 10px;
    border-bottom: 1px dashed #8B8996;
    color: #000;
    height: 120px;
    overflow: auto;
}
.task-items-wrapper .task_item .task-links-wrapper{
    display: flex
;
    justify-content: flex-end;
    gap: 10px;
    padding-block: 10px;
    height: 42px;
    border-bottom: 1px dashed #8B8996;

}
.task-items-wrapper .task_item .task-links-wrapper a{
    color: #3C7ED0;
    text-decoration: none;
}
.task-items-wrapper .task_item .task-btns {
    display: flex
;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding-block: 10px;
}
.task-items-wrapper .task_item .task-btns .task-btn{
    width: 50%;
    text-align: center;
    padding-block: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 4px;
}
.task-items-wrapper .task_item .task-btns .ShowTask{
    border-radius: 30px;
    background: linear-gradient(180deg, #E8EBEF 0%, #FFF 100%);
    box-shadow: 2px 2px 5px 0 rgba(255, 255, 255, 0.70) inset, 4px 4px 30px 10px rgba(0, 0, 0, 0.05);
    color: #000;

}
.task-items-wrapper .task_item .task-btns .taskIsDone{
    border-radius: 30px;
    background: linear-gradient(180deg, #01224B 0%, #0250B1 100%);
    box-shadow: 2px 2px 4px 0 rgba(255, 255, 255, 0.50) inset;
    color: #FFF;
}
.task-items-wrapper .task_item .task-btns .StartTask{
    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);
    color: #FFF;
}
.task-items-wrapper .task_item .task-btns .DoneTask{
    border-radius: 30px;
    background: linear-gradient(180deg, #E10508 0%, #F28B8D 100%);
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.05), 2px 2px 3px 0 rgba(255, 255, 255, 0.50) inset;
    color: #FFF;
}
.task-items-wrapper .task_item .task-btns .qaAccept{
    border-radius: 30px;
    border: 1.5px solid #FB8500;
    background: transparent;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.05), 2px 2px 3px 0 rgba(255, 255, 255, 0.50) inset;
    color: #FB8500;
}
.task-items-wrapper .task_item .task-btns .finalTaskItem{
    border-radius: 30px;
    border: 1.5px solid #FB8500;
    background: transparent;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.05), 2px 2px 3px 0 rgba(255, 255, 255, 0.50) inset;
    color: #FB8500;
}
.task-items-wrapper .TaskItemParent .task_item::after{
    content: none;
}
.filter-tabs{
    margin: 0;
    float: none;
    justify-content: flex-start;
    padding: 0;
    padding-right: 40px;
    gap: 3px;
    align-items: flex-end;
    list-style: none;
    display: flex;
    height: 92px;
    width: 100%;
    overflow-x: auto;
    min-width: 1040px;
}
.filter-tabs li{
    border-radius: 30px 30px 0 0;
    border: 2px solid #01224B;
    background: linear-gradient(180deg, #F5F6F6 23.91%, #FFF 155.43%);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    color: #8B8996;
    font-size: 14px;
    font-weight: 700;
    border-bottom: none;
    min-width: 135px;
    text-align: center;
    padding: 18px 12px;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}
.filter-tabs li.active{
    color: #000000;
    padding-block: 35px;
    border-color: var(--hdm-orange);
}
.filter-tabs-items{
    position: relative;
}
.filter-tabs-items .box_search{
    position: absolute;
    z-index: 5;
    width: 434px;
    right: 0;
    left: 0;
    top: 100%;
    margin: auto;
    display: none;
}
.filter-tabs-items .box_search .Filter_Task{
    margin: 0;
}
.filter-tabs-items .box_search .Filter_Task > div{
    width: 100%;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.10);
    margin: 0;
}
.filter-tabs-items .box_search .Filter_Task .filter_member{
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
}
.filter-tabs-items .box_search .Filter_Task .filter_member li{
    border-radius: 50px;
    border: 1.5px solid #8B8996;
    width: calc(50% - 5px);
    margin: 0;
    display: flex
;
    flex-direction: row;
    justify-content: flex-start;
    padding: 5px;
}
.filter-tabs-items .box_search .Filter_Task .filter_member li span{
    width: inherit;
    margin: 0;
}
.filter-tabs-items .Filter_Task .filter_member li:hover,.filter-tabs-items .Filter_Task .filter_member li.active{
    background: transparent;
    border-color: var(--hdm-orange) !important;
    color: var(--hdm-orange);
    font-weight: bold;
}
.filter-tabs-items .Filter_Task .filter_project{
    display: flex
;
    justify-content: right;
    align-items: start;
    flex-wrap: wrap;
    gap: 10px;
    height: 550px;
}
.filter-tabs-items .Filter_Task .filter_project li{
    margin: 0;
    width: calc(50% - 5px);
    border: 1px solid transparent;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.05);
    padding-block: 10px;
    text-align: center;
}

.filter-tabs-items .Filter_Task .filter_project li:hover,.filter-tabs-items .Filter_Task .filter_project li.active {

    background: transparent;
    border: 1px solid var(--hdm-orange);
    color: var(--hdm-orange);
}
.filter-tabs-items .ListOfActivity {
    list-style: none;
    width: 100%;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.10);
    padding: 25px;
    z-index: 4;
    height: 550px;
    overflow: auto;
}
.filter-tabs-items .ListOfActivity::-webkit-scrollbar,.filter-tabs-items .ListOFAccess::-webkit-scrollbar {
    width: 5px;
}
.filter-tabs-items .ListOfActivity li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #01224B;
}
.filter-tabs-items .ListOfActivity li span{
    border-radius: 30px;
    background: #01224B;
    color: #fff;
    padding: var(--badge-padding);
    display: block;
    width: fit-content;
    font-size: 14px;
    margin-bottom: 8px;
}
.filter-tabs-items .ListOfActivity li p{
    color: #8B8996;
    font-size: 14px;
    margin: 0;
}
.filter-tabs-items .ListOFAccess{
    list-style: none;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.10);
    padding: 15px;
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
    height: 550px;
    overflow: auto;
}
.filter-tabs-items .ListOFAccess li{
    width: calc(50% - 5px);
    text-align: center;
    padding-block: 12px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.05);
    height: fit-content;
}
.new_design .ReportDailyBox{
    display: none;
    bottom: 0;
}
.new_design .Main{
    background: #fff;
}
.filter-wrapper{
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
    align-items: flex-end;
}
.filter-wrapper.active {
    cursor: grabbing;
}
.filter-wrapper::-webkit-scrollbar {
    display: none;
}
.task-date-filter{
    height: 100%;
    width: 100%;
    min-width: 200px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.task-date-filter .filter-date{
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    background: #98C6FF;
    margin-bottom: 5px;
    font-size: 14px;
    cursor: pointer;
}
#SetTimeForShowCalender{
    flex-wrap: wrap;
}

.new_design .Main nav header{
    background: transparent;
}
.new_design .Main nav header .UserDetail .thumb{
    width: 50px;
    height: 50px;
    background-size: cover;
    border: none;
}
.new_design .Main nav header .UserDetail{
    border-radius: 40px;
    background: #FFF;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.05);
    padding: 3px;
    height: fit-content;
}
.new_design .Main nav header .UserDetail .profile_option .profile_list{
    color: #01224B;

}
.new_design .detail-notif-wrapper{
    float: left;
    display: flex
;
    align-items: center;
    gap: 20px;
}
.new_design .detail-notif-wrapper .notifications{
    float: right;
    width: 54px;
    height: 54px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #01224B;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    position: relative;
}
.new_design .detail-notif-wrapper .notifications i{
    color: #fff;
    font-size: 32px;
}
.new_design .detail-notif-wrapper .notifications span{
    width: 7px;
    height: 7px;
    position: absolute;
    right: 12px;
    top: 12px;
    background: var(--hdm-orange);
    border-radius: 50%;
    display: none;
}
.new_design .detail-notif-wrapper .notifications.active span{
    display: block;
}
.loadingTasks{
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: #01224b1a;
    display: flex
;
    justify-content: center;
    align-items: center;
    color: var(--hdm-orange);
    display: none;
}
.loadingTasks.active i{
    font-size: 50px;
    -webkit-animation: rotate-center 1.2s ease-in-out infinite reverse both;
    animation: rotate-center 1.2s ease-in-out infinite reverse both;
}
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ticket-multi-answer-wrapper{
    display: flex
;
    align-items: stretch;
    gap: 12px;
    flex-wrap: wrap;
}
.ticket-multi-answer-wrapper div{
    border-radius: 60px;
    background: #FFF;
    box-shadow: 4px 4px 30px 10px rgba(0, 0, 0, 0.05);
    width: calc(33% - 6px);
    color: #000;
    padding-block: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    padding-inline: 30px;
}
.ticket-multi-answer-wrapper div.active{
    background: #01224B;
    color: #fff;
}
.ticket-flow-hide{
    display: none;
}
.ticket-next-wrapper{
    float: none;
    display: flex
;
    justify-content: space-between;
    margin-top: 15px;
}
.ticket-next-wrapper button{
    float: none;
    margin: 0;
}
.ticket-text-box{
    width: 50%;
    min-width: 300px;
    margin-inline: auto;
    padding: 40px;
    margin-block: 30px;
    border: 1px dashed var(--hdm-orange);
    border-radius: 30px;
    text-align: center;
}
.new_design .form-group input[type='checkbox']{
    padding: 0;
    cursor: pointer;
    transition: 0.2s;
}
.new_design .form-group input[type='radio']{
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    background: transparent;
    border-radius: 5px;
    border: 2px solid var(--hdm-blue);
    padding: 0;
    cursor: pointer;
    transition: 0.2s;
}
.new_design .form-group input[type='radio']:checked {
    background: var(--hdm-blue);
}