@charset "UTF-8";
.myoffers-producer-section {
    /* padding-top: 113px; */
}
html[lang="ar"]
    .myoffers-producer-section
    .available-projects
    .attach-file
    .support-files {
    margin-left: 10px;
    text-align: left;
}
html[lang="ar"] .myoffers-producer-section .user-details .span-2::after {
    left: 90px;
}
.myoffers-producer-section .tabs div:hover {
    background-color: #f2f1f9;
    color: #8379b8;
    border-radius: 25px;
}

.myoffers-producer-section .tabs div i:hover {
    color: #8379b8;
}

.myoffers-producer-section .tabs div img {
    margin-right: 10px;
}

.myoffers-producer-section .col2-content {
    width: 100%;
    display: flex;
}

.myoffers-producer-section .col2-content .orders {
    width: 70%;
}

.myoffers-producer-section .col2-content .orders .progress {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922) inset;
    border-radius: 20px;
    height: 36px;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.myoffers-producer-section .col2-content .orders .progress div {
    width: 20%;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0%;
    color: #f05271;
    cursor: pointer;
}

.progress .slide:not(.active):hover span {
    color: #8379b8;
    /* اللون اللي تحبيه */
}

.myoffers-producer-section .col2-content .orders .progress .progress-bg {
    background-color: #f05271;
    height: 36px;
    width: 20%;
    border-radius: 20px;
    position: absolute;
    z-index: -2;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: left 0.4s ease;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922) inset;
}

.myoffers-producer-section .col2-content .orders .item-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.myoffers-producer-section .col2-content .orders .item {
    padding: 25px;
}

html[lang="en"] .myoffers-producer-section .available-projects {
    width: 30%;
    margin-left: 4%;
}

html[lang="ar"] .myoffers-producer-section .available-projects {
    width: 34%;
    margin-right: 4%;
}

.myoffers-producer-section .available-projects .top-content {
    width: 100%;
    display: flex;
    align-items: center;
}

.myoffers-producer-section .available-projects .top-content button {
    outline: none;
    border: none;
    width: 60%;
    background-color: #8379b8;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 168px;
    padding: 15px 0px;
    transition: background-color 1s ease;
}

.myoffers-producer-section .available-projects .top-content button:hover {
    background-color: #f05271;
}

.myoffers-producer-section
    .available-projects
    .available-projects-container
    h1 {
    font-weight: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.myoffers-producer-section
    .available-projects
    .available-projects-container
    .item {
    margin-top: 11px;
    margin-bottom: 20px;
    padding: 12px;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 30px;
    background-color: #ffffff;
}

.myoffers-producer-section
    .available-projects
    .available-projects-container
    .item
    .first-img {
    max-height: 146px;
    width: 100%;
    border-radius: 18px;
}
.myoffers-producer-section
    .available-projects
    .available-projects-container
    .second-img {
    height: 36px;
    width: 36px;
    border-radius: 50%;
}

.myoffers-producer-section
    .available-projects
    .available-projects-container
    .item
    .card-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.myoffers-producer-section
    .available-projects
    .available-projects-container
    .item
    .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0%;
}

.myoffers-producer-section
    .available-projects
    .available-projects-container
    .item
    .sub-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    color: #808080;
}

.myoffers-producer-section
    .available-projects
    .available-projects-container
    .item
    .content {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
}
.myoffers-producer-section .orders .item {
    background-color: white;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 35px;
}

.myoffers-producer-section .orders .item .row1 {
    display: flex;
    margin-bottom: 10px;
}

.myoffers-producer-section .orders .item .row1 .time {
    background-color: #e9ecef;
    color: #808080;
    font-weight: 300;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    height: 20px;
}

.myoffers-producer-section .item .row1 .offer-details {
    display: flex;
    width: 85%;
    margin-bottom: 10px;
    gap: 20px;
}

.myoffers-producer-section .item .row1 .offer-details .status {
    color: #44bda4;
    background-color: rgba(68, 189, 164, 0.2);
    font-weight: Bold;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 35px;
    text-align: center;
    height: 20px;
}

.myoffers-producer-section .item .row1 .offer-details button {
    outline: none;
    border: 1px solid #f05271;
    border-radius: 35px;
    background-color: transparent;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #f05271;
    padding: 0px 20px;
    height: 24px;
}

.myoffers-producer-section .item .row2 {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.myoffers-producer-section .item .row2 .view-order-producer {
    width: 25%;
    margin-top: 10px;
}

html[lang="en"] .myoffers-producer-section .item .row2 .view-order-producer {
    margin-left: 5%;
}

html[lang="ar"] .myoffers-producer-section .item .row2 .view-order-producer {
    margin-right: 5%;
}

.myoffers-producer-section .item .row2 .content {
    width: 70%;
}

.myoffers-producer-section .item .row1 .offer-details .number {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8379b8;
}

.myoffers-producer-section .item .row1 .offer-details .queue {
    background-color: rgba(248, 153, 44, 0.1490196078);
    color: #f8992c;
    font-weight: Bold;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 5px 10px;
    border-radius: 35px;
    text-align: center;
    height: 20px;
}

.myoffers-producer-section .item .row1 .offer-details .complete {
    background-color: rgba(68, 189, 164, 0.1490196078);
    color: #44bda4;
    font-weight: Bold;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 5px 10px;
    border-radius: 35px;
    text-align: center;
}

.myoffers-producer-section .item .row1 .offer-details .deliver {
    background-color: rgba(131, 121, 184, 0.1490196078);
    color: #8379b8;
    font-style: Bold;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 5px 10px;
    border-radius: 35px;
    text-align: center;
}

.myoffers-producer-section .item .row2 h1 {
    font-weight: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
}

.myoffers-producer-section .item .row2 div {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0%;
    margin-bottom: 10px;
}

.myoffers-producer-section .item .row3 {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 50px;
    position: relative;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3019607843);
}
.myoffers-producer-section .item .row3 .first-seprator {
    height: 17px;
    width: 1px;
    background-color: #808080;
    position: absolute;
}
html[lang="en"] .myoffers-producer-section .item .row3 .first-seprator {
    left: 150px;
    top: 12px;
}
html[lang="ar"] .myoffers-producer-section .item .row3 .first-seprator {
    right: 146px;
    top: 12px;
}

.myoffers-producer-section .item .row3 .second-seprator {
    height: 17px;
    width: 1px;
    background-color: #808080;
    position: absolute;
}
html[lang="en"] .myoffers-producer-section .item .row3 .second-seprator {
    left: 292px;
    top: 12px;
}
html[lang="ar"] .myoffers-producer-section .item .row3 .second-seprator {
    right: 294px;
    top: 12px;
}
.myoffers-producer-section .item .row3 .third-seprator {
    height: 17px;
    width: 1px;
    background-color: #808080;
    position: absolute;
}
html[lang="en"] .myoffers-producer-section .item .row3 .third-seprator {
    left: 463px;
    top: 12px;
}
html[lang="ar"] .myoffers-producer-section .item .row3 .third-seprator {
    right: 463px;
    top: 12px;
}

.myoffers-producer-section .item .row3 .colu {
    position: absolute;
    width: 25%;
}
html[lang="en"] .myoffers-producer-section .item .row3 .colu.created {
    right: -10%;
}
html[lang="en"] .myoffers-producer-section .item .row3 .colu.offer-price {
    left: 31%;
}
html[lang="en"]
    .myoffers-producer-section
    .item
    .row3
    .colu.delivery-time-colu {
    left: 56%;
}
html[lang="ar"] .myoffers-producer-section .item .row3 .colu.created {
    left: -10%;
}
html[lang="ar"] .myoffers-producer-section .item .row3 .colu.offer-price {
    right: 31%;
}
html[lang="ar"]
    .myoffers-producer-section
    .item
    .row3
    .colu.delivery-time-colu {
    right: 56%;
}
.myoffers-producer-section .item .row3 .colu .order-budget {
    font-weight: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #f8992c;
}

.myoffers-producer-section .item .row3 .colu .price {
    font-weight: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.myoffers-producer-section .item .row3 .colu .status-price {
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8379b8;
    margin-left: 15px;
}

.myoffers-producer-section .item .row3 .colu .delivery {
    font-weight: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #44bda4;
}
.myoffers-producer-section .item .row3 .delivery-time-colu {
    max-width: 110px;
}
.myoffers-producer-section .item .row3 .colu .delivery-time {
    font-weight: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-right: 10px;
}

.myoffers-producer-section .item .row3 .colu .delivery-status {
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #44bda4;
}

.myoffers-producer-section .item .row3 .colu .created-at {
    font-weight: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8379b8;
}

.myoffers-producer-section .item .row3 .user {
    display: flex;
}
.myoffers-producer-section .item .row3 .user img {
    height: 36px;
    width: 36px;
    border-radius: 50%;
}

html[lang="ar"] .myoffers-producer-section .item .row3 .user div img {
    margin-left: 11px;
}

.myoffers-producer-section .item .row3 .user div p {
    margin-bottom: 0px;
    margin-left: 10px;
}

.myoffers-producer-section .item .row3 .user .user-name {
    font-weight: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.myoffers-producer-section .item .row3 .user .freelancer {
    font-weight: 300;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8379b8;
    margin-top: 5px;
}

.myoffers-producer-section .orders .buttons {
    display: flex;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.1019607843) inset;
    background: rgba(128, 128, 128, 0.0196078431);
    padding: 30px 10px;
    margin-top: 5px;
    border-radius: 0px 0px 30px 30px;
}

.myoffers-producer-section .btn-3 {
    background-color: #8379b8;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    outline: none;
    border: none;
    color: #ffffff;
    height: 37px;
    border-radius: 35px;
    width: 100%;
}

.myoffers-producer-section .btn-3:hover {
    background-color: #f05271;
}

.myoffers-producer-section .available-projects {
    margin-top: -3%;
}

.myoffers-producer-section .available-projects .top-content {
    display: flex;
    justify-content: space-between;
}

.myoffers-producer-section .available-projects .top-content h2 {
    font-weight: Bold;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 40%;
}
html[lang="en"] .myoffers-producer-section .available-projects .top-content h2 {
    text-align: right;
}
html[lang="ar"] .myoffers-producer-section .available-projects .top-content h2 {
    text-align: left;
}

@media (max-width: 1205px) {
    .myoffers-producer-section .col2 {
        margin-right: 0px;
    }
}
@media (max-width: 1082px) {
    .myoffers-producer-section .center-container .row {
        flex-direction: column;
    }
}
@media (max-width: 1062px) {
    .myoffers-producer-section .col2-content {
        flex-direction: column;
        align-items: center;
    }
    .myoffers-producer-section .col2-content .orders {
        width: 100%;
    }
    html[lang="en"] .myoffers-producer-section .available-projects {
        width: 100%;
        margin-top: 50px;
        margin-left: 0px;
    }
    html[lang="ar"] .myoffers-producer-section .available-projects {
        width: 100%;
        margin-top: 50px;
        margin-left: 0px;
    }
    html[lang="ar"] .myoffers-producer-section .available-projects {
        margin-right: 0px;
    }
}
@media (max-width: 600px) {
    .myoffers-producer-section .item .row1 .offer-details {
        width: 60%;
    }
    .myoffers-producer-section .item .row3 {
        flex-direction: column;
        gap: 20px;
    }
    .myoffers-producer-section .item .row3 .col {
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
    html[lang="en"] .myproposals-section .item .row3 .colu .order-budget {
        margin-right: 15px;
    }
    html[lang="ar"] .myproposals-section .item .row3 .colu .order-budget {
        margin-left: 15px;
    }
    .myoffers-producer-section .item .row3 .col .delivery-time {
        margin-left: 15px;
    }
    .myoffers-producer-section .item .row3 .col.user {
        width: 100%;
    }
    .myoffers-producer-section .orders .buttons {
        flex-direction: column;
    }
    html[lang="en"] .myoffers-producer-section .orders .buttons .btn1,
    html[lang="en"] .myoffers-producer-section .orders .buttons .btn2,
    html[lang="en"] .myoffers-producer-section .orders .buttons .view-order {
        width: 100%;
        margin-bottom: 10px;
    }
    html[lang="ar"] .myoffers-producer-section .orders .buttons .btn1,
    html[lang="ar"] .myoffers-producer-section .orders .buttons .btn2,
    html[lang="ar"] .myoffers-producer-section .orders .buttons .view-order {
        width: 100%;
        margin-bottom: 10px;
    }
    html[lang="en"] .myoffers-producer-section .buttons .view-order {
        margin-left: 0px;
    }
    html[lang="ar"] .myoffers-producer-section .buttons .view-order {
        margin-left: 0px;
    }
    html[lang="ar"] .myoffers-producer-section .buttons .view-order {
        margin-right: 0px;
    }
    html[lang="ar"] .myoffers-producer-section .orders .buttons .btn1 {
        margin-right: 0px;
    }
    html[lang="ar"] .myoffers-producer-section .orders .buttons .btn-1 {
        margin-right: 0px;
    }
}
@media (max-width: 366px) {
    .myoffers-producer-section .available-projects .top-content {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 638px) {
    .myoffers-producer-section .orders .item .row1 {
        flex-direction: column;
    }
    .myoffers-producer-section .item .row1 .offer-details {
        flex-direction: column;
        width: 100%;
    }
    .myoffers-producer-section .item .row3 .colu {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .myoffers-producer-section .orders .item .row1 .time {
        width: 100%;
        height: 26px;
    }
    .myoffers-producer-section .item .row1 .offer-details {
        gap: 8px;
    }
}
@media (max-width: 572px) {
    .myoffers-producer-section .item .row2 {
        flex-direction: column;
        align-items: flex-start;
    }
    html[lang="en"] .myoffers-producer-section .item .row2 .view-order {
        margin-left: 0px;
        width: 100%;
    }
    html[lang="ar"] .myoffers-producer-section .item .row2 .view-order {
        margin-right: 0px;
        width: 100%;
    }
    .myoffers-producer-section .item .row2 .content {
        width: 100%;
    }
}
@media (max-width: 389px) {
    .myoffers-producer-section .item .row1 .offer-details {
        flex-direction: column;
        width: 100%;
    }
    .myoffers-producer-section .item .row1 .offer-details .queue {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .myoffers-producer-section .item .row1 .offer-details .complete {
        margin-top: 10px;
    }
    .myoffers-producer-section .item .row1 .offer-details .deliver {
        margin-top: 10px;
    }
    .myoffers-producer-section .orders .item .row1 .time {
        width: 100%;
        height: 26px;
    }
    .myoffers-producer-section .item .row1 .offer-details {
        gap: 2px;
    }
    .myoffers-producer-section .item .row3 .colu {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }
}
.col2 .col2-content .available-projects a {
    text-decoration: none;
}
@media (max-width: 774px) {
    /* Row 3 يتحول للعمود في الموبايل */
    .myoffers-producer-section .item .row3 {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-top: 6px;
    }

    /* إلغاء الـ absolute */
    .myoffers-producer-section .item .row3 .colu,
    .myoffers-producer-section .item .row3 .delivery-item,
    .myoffers-producer-section .item .row3 .user-item {
        position: static !important;
        width: 100%;
    }

    /* إخفاء الـ separators */
    .myoffers-producer-section .item .row3 .first-seprator,
    .myoffers-producer-section .item .row3 .second-seprator,
    .myoffers-producer-section .item .row3 .third-seprator {
        display: none;
    }

    /* الأعمدة الداخلية */
    .myoffers-producer-section .item .row3 .col {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        flex: 1;
    }

    /* العنصر اللي فيه status */
    .myoffers-producer-section .item .row3 .col .del-stat {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 6px;
        flex-wrap: wrap;
        align-items: center;
    }

    /* أول عمود فيه user */
    .myoffers-producer-section .item .row3 .colu:first-child {
        padding-bottom: 10px;
    }

    /* delivery-item */
    .myoffers-producer-section .item .row3 .delivery-time-colu {
        /* border-bottom: 1px solid #808080; */
        padding-bottom: 10px;
        max-width: none !important;
    }

    /* ترتيب user */
    .myoffers-producer-section .item .row3 .user {
        align-items: center;
    }

    /* صورة user */
    .myoffers-producer-section .item .row3 .user img {
        flex-shrink: 0;
    }
    .myoffers-producer-section .item .row3 .offer-price,
    .myoffers-producer-section .item .row3 .delivery-time-colu,
    .myoffers-producer-section .item .row3 .created {
        display: flex;
        justify-content: space-between;
    }

    /* آخر div داخل col */
    .myoffers-producer-section .item .row3 .col > div:last-child {
        flex: 1;
    }

    /* اللغة العربية والإنجليزية */
    html[lang="ar"] .myoffers-producer-section .item .row3 .colu,
    html[lang="en"] .myoffers-producer-section .item .row3 .colu {
        align-items: flex-start;
    }
    .myoffers-producer-section .item .row2 .view-order-producer {
        width: 100%;
        margin-top: 10px;
    }
    .myoffers-producer-section .item .row1 .offer-details .number {
        text-align: center;
    }
}

/*# sourceMappingURL=myOffers-producer.css.map */
