.core-lists.project-payment-lists.list-view .core-list-item .core-item-figure {
    width: 50px;
    min-width: 50px;
}
.core-lists.project-payment-lists.list-view .core-list-item .core-item-info {
    position: relative;
    padding-right: 30px;
}
.core-item-payinfo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 30px;
}
.project-payment-status{
    background-color: #EDF3FF;
    color: #000842;
    display: inline-block;
    line-height: 24px;
    padding: 0 5px;
    border-radius: 4px;
    font-size: 14px;
}

.core-lists.project-payment-lists.list-view .core-list-item .core-item-figure {
    width: 50px;
    min-width: 50px;
}
.core-lists.project-payment-lists.list-view .core-list-item .core-item-info {
    position: relative;
}
.item-title-main{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.item-title-label{

}
.item-title-badge{
    display: inline-block;
    color: #ffffff;
    background-color: #0f0f0f;
    padding: 5px 15px;
    border-radius: 50px;
    margin-left: 2px;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 15px;
}
.item-title-badge.badge-open{
    background-color: #42a200;
}

.project-bid-info{

}
.project-bid-normal{
    color: #828282;
    font-size: 12px;
    font-weight: 400;
}
.body-dark .project-bid-normal{
    color: #e4e6eb;
}
.project-bid-price{
    color: #4D4D4D;
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.body-dark .project-bid-price{
    color: #ffffff;
}
.project-bid-count{
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    margin-top: 5px;
}
.body-dark .project-bid-count{
    color: #ffffff;
}

.project-budget{
    color: #828282;
    font-size: 12px;
    font-weight: 400;
}
.body-dark .project-budget{
    color: #ffffff;
}
.project-skills{

}
.project-skills .project-skill-item{
    display: inline-block;
    color: #4D4D4D;
    background-color: #E6E6E6;
    padding: 4px 15px;
    border-radius: 50px;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 17px;
}
.body-dark .project-skills .project-skill-item{
    background-color: #3a3b3c;
    color: #e4e6eb;
}

.core-lists.project-lists .project-bid-info{
    background-color: #F2F2F2;
    border-radius: 15px;
    padding: 10px 15px;
    margin: 10px 0;
}
.body-dark .core-lists.project-lists .project-bid-info{
    background-color: #3a3b3c;
}

@media (min-width: 992px) {
    .core-lists.project-lists.list-view .project-bid-info{
        position: absolute;
        top: 0;
        right: 0;
        width: 150px;
        text-align: right;
        padding: 0;
        margin: 0;
        background-color: transparent!important;
    }
    .core-lists.project-lists.list-view .core-list-item .core-item-info{
        padding-right: 150px;
    }
}

@media (max-width: 767px) {
    .core-lists.project-lists.list-view{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .core-lists.project-lists.list-view .core-list-item{
        width: 50%;
        box-shadow: none;
        border-top: none;
    }
    .core-lists.project-lists.list-view .core-list-item .core-item-warp{
        display: block;
    }
    .core-lists.project-lists.list-view .core-list-item .core-item-figure{
        width: 100%;
        margin-right: 0;
    }
    .core-lists.project-lists.list-view .review-star-rating{
        flex-wrap: wrap;
    }
}

.box_menu_horizontal{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.box_menu_horizontal li{

}
.box_menu_horizontal li a{
    display: block;
    color: #4D4D4D;
}
.body-dark .box_menu_horizontal li a{
    color: #ffffff;
}
.box_menu_horizontal li.current a{
    color: #C69B3C;
}

.project-detail-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.project-detail-header .project-detail-header-cost{
    margin-left: 20px;
    min-width: 275px;
    text-align: right;
}
.project-detail-header-price{
    color: #4D4D4D;
    font-weight: 700;
    font-size: 22px;
}
.body-dark .project-detail-header-price{
    color: #ffffff;
}
.project-detail-header-approx{
    color: #828282;
    font-size: 12px;
    font-weight: 400;
}
.body-dark .project-detail-header-approx{
    color: #b0b3b8;
}
.project-detail-header-main{
    display: flex;
    flex-direction: row;
}
.project-detail-header-picture{
    width: 90px;
    min-width: 90px;
    margin-right: 10px;
}
.project-detail-header-img{
    display: block;
    width: 100%;
}
.project-detail-header-title{
    font-size: 22px;
    font-weight: 700;
}
.project-detail-header-title .item-title-text{
    vertical-align: middle;
}
.project-detail-header-title .item-title-badge{
    font-size: 12px;
    vertical-align: middle;
}
.project-detail-header-posted{
    font-size: 12px;
    font-weight: 400;
    color: #828282;
    padding-top: 5px;
    padding-bottom: 5px;
}
.body-dark .project-detail-header-posted{
    color: #b0b3b8;
}
.project-detail-header-catg{
    font-size: 14px;
}
.project-detail-header-catg a{
    color: #0A2A78;
}
.body-dark .project-detail-header-catg a{
    color: #ffffff;
}

@media (max-width: 767px) {
    .project-detail-header{
        display: block;
    }
    .project-detail-header-main{
        display: block;
    }
    .project-detail-header-picture {
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .project-detail-header-img{
        max-width: 100%;
        margin: auto;
    }
    .project-detail-header .project-detail-header-cost{
        background-color: #F2F2F2;
        padding: 10px;
        border-radius: 10px;
        margin: 10px 0;
        min-width: 0;
        text-align: left;
    }
    .body-dark .project-detail-header .project-detail-header-cost{
        background-color: #3a3b3c;
    }
}

.project-detail-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}
.project-detail-left{
    flex-grow: 1;
    overflow-x: auto;
}
.project-detail-right{
    width: 275px;
    min-width: 275px;
    margin-left: 20px;
}
.project-detail-head{
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
}
.project-detail-bid-info{
    background-color: #F2F2F2;
    border-radius: 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.body-dark .project-detail-bid-info{
    background-color: #3a3b3c;
}
.project-detail-bid-info-l{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.project-detail-bid-info-label{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.project-detail-bid-info-value{
    font-size: 22px;
    font-weight: 700;
}
.project-detail-bid-button{
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    background-color: #C69B3C;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
    border-radius: 50px;
    display: inline-block;
}
.project-detail-bid-duration{
    font-size: 12px;
    color: #828282;
    font-weight: 400;
    margin-top: 5px;
}
.project-detail-bid-info-r{
    text-align: center;
}
.project-detail-auth{
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 10px;
}
.project-detail-auth-thumb{
    margin-bottom: 5px;
}
.project-detail-auth-thumb .user_avatar{
    border-radius: 10px;
    display: block;
    max-width: 100%;
    margin: auto;
}
.project-detail-auth-name{
    font-size: 14px;
    font-weight: 700;
}
.project-detail-auth-name a{
    color: #4D4D4D;
}
.body-dark .project-detail-auth-name a{
    color: #ffffff;
}
.project-detail-auth-trust-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.project-detail-auth-trust-item .project-trust-item-icon{
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 24px;
    margin-right: 5px;
}
.project-detail-auth-trust-item .project-trust-item-txt{
    font-size: 14px;
}
.project-detail-auth-trust-item a.project-trust-item-txt{
    color: #C69B3C;
}

@media (max-width: 767px) {
    .project-detail-content{
        display: block;
    }
    .project-detail-bid-info{
        margin-top: 10px;
    }
    .project-detail-left{
        margin-bottom: 15px;
    }
    .project-detail-right{
        margin-left: 0;
    }
    .project-detail-bid-info{
        display: block;
    }
    .project-detail-bid-info-l{
        margin-bottom: 10px;
    }
    .project-detail-bid-info-r{
        text-align: left;
    }
}

.project-package-item{
    display: flex;
    flex-direction: row;
    padding: 12px 0;
    align-items: center;
}
.project-package-l1-l{
    width: 30px;
    min-width: 30px;
}
.project-package-l1-r{
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.project-package-l2-l{
    width: 120px;
    min-width: 120px;
}
.project-package-l2-r{
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 10px;
    align-items: center;
}
.project-package-desc{
    font-size: 14px;
}
.project-package-price{
    padding-left: 10px;
    font-size: 14px;
}
.project-package-badge{
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    padding: 5px 25px;
    color: #ffffff;
}
@media (max-width: 767px) {
    .project-package-l1-r{
        display: block;
    }
    .project-package-l2-r{
        padding-left: 0;
    }
}

.project-tab-item{
    border: 1px solid #E6E6E6;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.project-tab-head{
    margin-bottom: 0;
}
.project-tab-main{
    display: flex;
    justify-content: space-between;
}
.project-tab-title{
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.project-tab-head:not(.collapsed) .project-tab-arr .arrow_up{
    display: block;
}
.project-tab-head:not(.collapsed) .project-tab-arr .arrow_down{
    display: none;
}
.project-tab-head.collapsed .project-tab-arr .arrow_up{
    display: none;
}
.project-tab-head.collapsed .project-tab-arr .arrow_down{
    display: block;
}

.project-tab-content{
    margin-top: 10px;
}

.project-image-preview{
    max-width: 250px;
    width: 100%;
}

.btn-project-delete{
    cursor: pointer;
}

@media (max-width: 992px) {
    .project-tab-item{
        padding: 8px;
    }
    .project-tab-content .table-div-head{
        font-size: 12px;
    }
}

.project-js-attachment-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.project-js-attachment-icon{
    font-size: 22px;
}
.project-js-attachment-name{

}

.project-frm-legion{
    margin-bottom: 10px;
    margin-top: 10px;
}
.project-frm-flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.project-package-total{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 20px;
    align-items: center;
}
.project-package-totalprice{
    font-size: 18px;
    font-weight: 500;
}
.project-package-total .btn{
    margin-top: 2px;
    margin-bottom: 2px;
}
.project-package-approx{
    font-size: 12px;
    font-weight: 400;
    color: #828282;
}
.box_action .box_menu_horizontal{
    font-size: 14px;
}

@media (max-width: 767px) {
    .box2 .box_header .box_header_main.project_header_main{
        display: block;
    }

    .box2 .box_header .project_header_main .box_header_title{
        text-align: center;
        margin-bottom: 10px;
    }
    .project_header_main .box_menu_horizontal{
        justify-content: center;
        margin-bottom: 10px;
    }
    .project_header_main .box_menu_horizontal li a{
        color: #6c6c6c;
        background-color: #e6e6e6;
        padding: 5px 15px;
        border-radius: 5px;
        min-width: 140px;
        text-align: center;
    }
    .project_header_main .box_menu_horizontal li.current a{
        color: #ffffff;
        background-color: #C69B3C;
    }
    .body-dark .project_header_main .box_menu_horizontal li a{
        color: #ffffff;
        background-color: #535353;
    }
    .body-dark .project_header_main .box_menu_horizontal li.current a{
        color: #ffffff;
        background-color: #2d88ff;
    }
}

.project-my-list-item{
    margin-bottom: 10px;
}
.project-my-list-item:last-child{
    margin-bottom: 0;
}
.project-my-list-warp{
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: row;
}
.project-my-list-picture{
    width: 50px;
    min-width: 50px;
    margin-right: 10px;
}
.project-my-list-picture .core-item-img{
    display: block;
    width: 100%;
    border-radius: 5px;
}
.project-my-list-head{
    margin-bottom: 5px;
    position: relative;
}
.project-my-list-title{
    word-wrap: anywhere;
    font-size: 18px;
    font-weight: 500;
    color: #4D4D4D;
}
.body-dark .project-my-list-title{
    color: #ffffff;
}
.project-my-list-cost{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}
.project-my-list-info{
    flex-grow: 1;
}
.project-my-list-head{
    padding-right: 30px;
}
.project-my-list-desc{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.project-my-list-cost-btn{
    font-size: 14px;
    font-weight: 400;
}

.project-my-list-status{
    background-color: #EDF3FF;
    color: #000000;
    padding: 5px;
    border-radius: 3px;
}
.body-dark .project-my-list-status{

}

.project-products{

}
.project-products .store-product-lists .core-list-item .core-item-warp{
    box-shadow: none;
}
.project-products .store-product-lists.grid-view .core-list-item .core-item-info {
    background-color: transparent;
    position: relative;
    left: inherit;
    right: inherit;
    bottom: inherit;
    border-radius: 0;
    padding: 0;
    margin-top: 10px;
}
.body-dark .project-products .store-product-lists.grid-view .core-list-item .core-item-info {

}
.project-products .store-featured-btn .store-btn-feature-product.btn-cs{
    display: block;
    text-align: center;
}
.project-products .store-featured-btn .store-btn-feature-product.btn-cs .btn-cs-main{
    justify-content: center;
}

.project-products .store-item-title.block-item-title{
    display: flex;
    align-items: center;
}
.project-products .store-item-title.block-item-title .item-title-bage{
    color: #993838;
    display: block;
    width: 22px;
    height: 22px;
    margin-left: 5px;
}
.project-products .core-item-title .store-item-title .item-title-bage .item-title-bage-icon {
    font-size: 22px;
    display: block;
}

.project-bid-list-item{
    margin-bottom: 15px;
}
.project-bid-item-warp{
    border: 1px solid #E6E6E6;
    padding: 15px;
    border-radius: 10px;
    min-height: 140px;
}
.body-dark .project-bid-item-warp{
    border-color: #424242;
}
.project-bid-item-box{
    padding-right: 230px;
    position: relative;
}
.project-bid-item-results{
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    text-align: right;
}

.project-item-bid-head{
    display: flex;
    flex-direction: row;
}
.project-bid-item-figure{
    width: 50px;
    min-width: 50px;
    margin-right: 10px;
}
.project-bid-item-img{
    display: block;
    width: 100%;
}
.project-bid-item-info{

}
.project-bid-item-title-label{
    font-size: 16px;
    font-weight: 700;
    word-break: break-word;
    color: #4D4D4D;
}
.body-dark .project-bid-item-title-label{
    color: #ffffff;
}

.project-bid-item-title-main{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.project-bid-item-title .item-title-bage {
    color: #0F0F0F;
    display: block;
    width: 22px;
    height: 22px;
    margin-left: 5px;
}
.body-dark .project-bid-item-title .item-title-bage{
    color: #ffffff;
}
.project-bid-item-title .item-title-bage-icon{
    display: block;
    font-size: 22px;
}
.project-bid-item-info .feed_bus_review{
    margin-top: 2px;
}

.project-bid-item-info .business-skills{
    margin-top: 5px;
}
.project-bid-item-info .business-skills .business-skill-item{
    display: inline-block;
    color: #4D4D4D;
    background-color: #E6E6E6;
    padding: 4px 15px;
    border-radius: 50px;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 17px;
}
.body-dark .project-bid-item-info .business-skills .business-skill-item{
    background-color: #3a3b3c;
    color: #e4e6eb;
}
.project-bid-item-price{
    color: #4D4D4D;
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.body-dark .project-bid-item-price{
    color: #ffffff;
}
.project-bid-item-normal{
    color: #828282;
    font-size: 12px;
    font-weight: 400;
}
.body-dark .project-bid-item-normal{
    color: #e4e6eb;
}

.project-bid-item-rr{
    margin-top: 10px;
}
.project-bid-item-rr .btn{
    margin-top: 1px;
    margin-bottom: 1px;
}
.project-bid-item-desc{
    margin-bottom: 10px;
}
.project-bid-item-note{
    margin-top: 15px;
}
.btn-link.project-js-btn-note{
    text-transform: uppercase;
}

.project-bid-item-note-form{
    margin-top: 10px;
}

@media (max-width: 991px) {
    .project-bid-item-box {
        padding-right: 0;
    }
    .project-bid-item-warp{
        padding: 5px;
    }
    .project-bid-item-results {
        position: relative;
        top: inherit;
        right: inherit;
        width: 100%;
        text-align: left;
        background-color: #F2F2F2;
        border-radius: 10px;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .body-dark .project-bid-item-results{
        background-color: #3a3b3c;
    }
    .project-bid-item-rr{
        margin-top: 0;
        text-align: right;
    }
    .project-bid-item-results{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.find-professionals-wrap{
    text-align: right;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .find-professionals-wrap{
        padding: 0 10px;
    }
}

.store-approx-price{
    font-size: 13px;
}

.store-pagination {
    margin-top: 10px;
    clear: both;
    width: 100%;
}

.project-form-filter .select2.select2-container{
    width: 100% !important;
}

.project-pagination{
    margin-top: 10px;
    text-align: right;
}
@media (max-width: 767px) {
    .project-pagination{
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 374px) {
    .project-package-total{
        flex-wrap: wrap;
    }
    .project-package-total .ptleft,
    .project-package-total .ptright{
        width: 100%;
    }
    .project-package-total .ptright{
        padding-top: 10px;
        text-align: right;
    }
}