@charset "UTF-8";
html[lang="ar"]
    .order-details-producer-section
    .available-projects
    .attach-file
    .support-files {
    margin-left: 10px;
    text-align: left;
}
.order-details-producer-section .tabs div:hover {
    background-color: #f2f1f9;
    color: #8379b8;
    border-radius: 25px;
}

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

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

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

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

.order-details-producer-section .col2 .top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 66%;
}

.order-details-producer-section .col2 .top-content button {
    background-color: #f05271 !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 0%;
    outline: none;
    border: none;
    color: #ffffff;
    height: 37px;
    border-radius: 35px;
    width: 20%;
}

.order-details-producer-section .col2 .top-content button :hover {
    background-color: #8379b8 !important;
}
.order-details-producer-section .item .row3 {
    position: relative;
}
html[lang="en"]
    .order-details-producer-section
    .item
    .row3
    .colu:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 10%;
    top: 40%;
    transform: translate(10%, -50%);
    width: 1px;
    height: 20px;
    background-color: #000;
}
html[lang="ar"]
    .order-details-producer-section
    .item
    .row3
    .colu:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 10%;
    top: 40%;
    transform: translate(-10%, -50%);
    width: 1px;
    height: 20px;
    background-color: #000;
}
html[lang="ar"] .order-details-producer-section .user-details .span-2::after {
    left: 90px;
}
/* html[lang=ar] .order-details-producer-section .item .row3 .colu.borders{
    border-left: 1px solid gray
}
html[lang=en] .order-details-producer-section .item .row3 .colu.borders{
    border-right: 1px solid gray
} */
html[lang="en"] .order-details-producer-section .item .row3 .colu.paddings {
    padding-left: 3px;
}
html[lang="ar"] .order-details-producer-section .item .row3 .colu.paddings {
    padding-right: 3px;
}
.order-details-producer-section .details .line-cus {
    position: relative;
    width: fit-content;
}

html[lang="en"]
    .order-details-producer-section
    .details
    .line-cus:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -13%;
    top: 50%;
    transform: translate(10%, -50%);
    width: 1px;
    height: 20px;
    background-color: #000;
}
html[lang="ar"]
    .order-details-producer-section
    .details
    .line-cus:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 120%;
    top: 50%;
    transform: translate(10%, -50%);
    width: 1px;
    height: 20px;
    background-color: #000;
}
html[lang="en"] .order-details-producer-section .details .line-cus.paddings {
    padding: 0px 5px;
}

.order-details-producer-section .col2-content .orders .description {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 30px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.order-details-producer-section .col2-content .orders .description .title {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3019607843);
}
.order-details-producer-section .col2-content .orders .description h3 {
    font-weight: 600;
    font-size: 20px;
    color: black;
}

.order-details-producer-section .col2-content .orders .description .title span {
    font-weight: 600;
    font-size: 20px;
    line-height: 19px;
    letter-spacing: 0%;
    color: #8379b8;
}

.order-details-producer-section .col2-content .orders .description p {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0%;
    color: #808080;
    margin-top: 15px;
}

.order-details-producer-section .col2-content .orders .works {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 30px;
    height: auto;
    display: none;
    margin-top: 20px;
    margin-bottom: 30px;
}

.order-details-producer-section .col2-content .orders .works .title {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3019607843);
}

.order-details-producer-section .col2-content .orders .works span {
    font-weight: 600;
    font-size: 20px;
    line-height: 19px;
    letter-spacing: 0%;
    color: #f05271;
}

.order-details-producer-section .col2-content .orders .works .buttons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.order-details-producer-section .col2-content .orders .works .buttons .decline {
    background-color: transparent;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    outline: none;
    border: none;
    height: 37px;
    color: #f05271;
    border: 1px solid #f05271;
    border-radius: 35px;
    padding: 0px 15px;
}

.order-details-producer-section .col2-content .orders .works .buttons .accept {
    background-color: transparent;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    outline: none;
    border: none;
    height: 37px;
    color: #808080;
    border: 1px solid #808080;
    border-radius: 35px;
    padding: 0px 15px;
}

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

.order-details-producer-section .col2-content .orders .item {
    padding: 30px;
}

html[lang="en"] .order-details-producer-section .available-projects {
    width: 30%;
    margin-left: 4%;
    margin-top: 20px;
}

html[lang="ar"] .order-details-producer-section .available-projects {
    width: 34%;
    margin-right: 4%;
    margin-top: 20px;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 30px;
    background-color: #ffffff;
    padding: 20px;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .name-user {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .name-user
    span {
    font-weight: Bold;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .name-user
    i {
    font-weight: Bold;
    font-size: 16px;
    color: #44bda4;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .location {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .location
    span {
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0%;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .location
    i {
    color: #f05271;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .icons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .person {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 0;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .person
    span {
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0%;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .person
    i {
    color: #f05271;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .rating
    i {
    color: #f8992c;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .projects
    i {
    color: #2779e2;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .projects {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 5px;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .projects
    span {
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0%;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .response-time {
    display: flex;
    gap: 5px;
    align-items: center;

    margin-bottom: 5px;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .response-time
    span {
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0%;
}

.order-details-producer-section
    .available-projects
    .available-projects-container
    .item
    .response-time
    i {
    color: #f05271;
}

.order-details-producer-section .profile-img {
    position: absolute;
    top: 50%;
    left: 32%;
    height: 111px;
    width: 111px;
}

.order-details-producer-section .orders .item {
    background-color: white;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 35px;
}

.order-details-producer-section .orders .item .row1 {
    display: flex;
    justify-content: space-between;
}

.order-details-producer-section .orders .item .row1 .time {
    background-color: #e9ecef;
    color: #808080;
    font-weight: Bold;
    font-size: 13px;
    letter-spacing: 0%;
    min-width: 21%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 35px;
    height: fit-content;
    padding: 3px 10px;
}

.order-details-producer-section .orders .item .row1 .time span {
    width: 100%;
}

.order-details-producer-section .item .row1 .offer-details {
    display: flex;
    width: 75%;
    margin-bottom: 15px;
    gap: 20px;
    align-items: center;
}

.order-details-producer-section .item .row1 .offer-details .status {
    color: #808080;
    background-color: rgba(128, 128, 128, 0.1490196078);
    font-weight: Bold;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 35px;
    text-align: center;
    height: fit-content;
}

.order-details-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;
}

.order-details-producer-section .item .row2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3019607843);
}

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

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

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

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

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

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

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

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

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

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

.order-details-producer-section .item .row2 div p {
    margin-bottom: 0px;
    font-size: 14px;
}

.order-details-producer-section .item .row3 {
    display: flex;
}

.order-details-producer-section .item .row3 .colu {
    width: 25%;
    position: relative;
}

.order-details-producer-section .item .row3 .colu .order-budget {
    font-weight: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #f8992c;
}

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

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

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

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

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

.order-details-producer-section .item .row3 .colu .complete {
    font-weight: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #44bda4;
}

.order-details-producer-section .item .row3 .colu .active {
    font-weight: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #f05271;
}

.order-details-producer-section .item .row3 .colu button {
    background-color: #8379b8;
    font-weight: Bold;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    color: #ffffff;
    border-radius: 50px;
    outline: none;
    height: 30px;
    border: none;
    padding: 0px 15px;
    width: 100%;
}

.order-details-producer-section .item .row3 .user {
    display: flex;
}

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

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

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

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

.order-details-producer-section .btn-3 {
    background-color: #f05271;
    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%;
    padding: 5px 20px;
}

.order-details-producer-section .btn-3:hover {
    background-color: #8379b8;
}

.order-details-producer-section .col2-content .slider {
    display: flex;
    justify-content: space-between;
    border-radius: 100px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922) inset;
    color: #8379b8;
    height: 37px;
    align-items: center;
    position: relative;
    z-index: 1;
    font-weight: Bold;
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 17px;
    letter-spacing: 0%;
    transition: all 3s ease-in;
    padding: 10px 0px;
}

.order-details-producer-section .col2-content .slider .slide-item.active {
    font-weight: Bold;
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 19px;
    letter-spacing: 0%;
    color: #ffffff;
    z-index: 2;
    position: relative;
}

.order-details-producer-section .col2-content .slider .slide-item {
    cursor: pointer;
    text-align: center;
    width: 50%;
    font-size: clamp(14px, 1.5vw, 16px);
    padding: 20px 10px;
}

html[lang="en"]
    .order-details-producer-section
    .col2-content
    .slider
    .slide-bg {
    border-radius: 100px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922) inset;
    background-color: #8379b8;
    height: 37px;
    width: 50%;
    position: absolute;
    left: 0px;
    z-index: -1;
    transition: all 1s ease;
    padding: 10px;
}

html[lang="ar"]
    .order-details-producer-section
    .col2-content
    .slider
    .slide-bg {
    border-radius: 100px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922) inset;
    background-color: #8379b8;
    height: 37px;
    width: 50%;
    position: absolute;
    right: 0px;
    z-index: -1;
    transition: all 1s ease;
    padding: 10px;
}

html[lang="en"] .order-details-producer-section .col2-content .details {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    padding: 15px 25px;
    display: flex;
    gap: 10px;
    justify-content: space-around;
}

html[lang="ar"] .order-details-producer-section .col2-content .details {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 16px 88px 0 rgba(0, 0, 0, 0.1019607843);
    padding: 25px;
    display: flex;
    gap: 8%;
}

.order-details-producer-section .col2-content .details .money {
    font-weight: 600;
    font-size: 16px;
    color: #808080;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3px;
}

.order-details-producer-section
    .col2-content
    .details
    .money
    .mingcute--question-line {
    margin-top: 2px;
}

.order-details-producer-section .col2-content .details .earned {
    font-weight: Bold;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #44bda4;
}

.order-details-producer-section .col2-content .details .pending {
    font-weight: Bold;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #f8992c;
}

.order-details-producer-section .col2-content .details .commission {
    font-weight: Bold;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8379b8;
}

.order-details-producer-section .col2-content .details .budget {
    font-weight: Bold;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #f05271;
}
@media (max-width: 1082px) {
    .order-details-producer-section .center-container .row {
        flex-direction: column;
    }
    /* .order-details-producer-section .center-container .col1 {
        width: 50%;
        margin-bottom: 20px;
    } */
}
@media (max-width: 1062px) {
    .order-details-producer-section .col2-content {
        flex-direction: column;
        align-items: center;
    }
    .order-details-producer-section .col2-content .orders {
        width: 100%;
    }
    html[lang="en"] .order-details-producer-section .available-projects {
        width: 100%;
        margin-top: 50px;
        margin-left: 0px;
    }
    html[lang="ar"] .order-details-producer-section .available-projects {
        width: 100%;
        margin-top: 50px;
        margin-left: 0px;
    }
    html[lang="ar"] .order-details-producer-section .available-projects {
        margin-right: 0px;
    }
    .order-details-producer-section .col2 .top-content {
        width: 100%;
    }
    .order-details-producer-section .col2-content .details {
        gap: 17%;
    }
}
@media (max-width: 600px) {
    .order-details-producer-section .item .row1 .offer-details {
        width: 60%;
    }
    .order-details-producer-section .item .row3 {
        flex-direction: column;
        gap: 20px;
    }
    .order-details-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;
    }
    .order-details-producer-section .item .row3 .col .delivery-time {
        margin-left: 15px;
    }
    .order-details-producer-section .item .row3 .col.user {
        width: 100%;
    }
    .order-details-producer-section .orders .buttons {
        flex-direction: column;
    }
    html[lang="en"] .order-details-producer-section .orders .buttons .btn1,
    html[lang="en"] .order-details-producer-section .orders .buttons .btn2,
    html[lang="en"]
        .order-details-producer-section
        .orders
        .buttons
        .view-order {
        width: 100%;
        margin-bottom: 10px;
    }

    html[lang="ar"] .order-details-producer-section .orders .buttons .btn1,
    html[lang="ar"] .order-details-producer-section .orders .buttons .btn2,
    html[lang="ar"]
        .order-details-producer-section
        .orders
        .buttons
        .view-order {
        width: 100%;
        margin-bottom: 10px;
    }
    html[lang="en"] .order-details-producer-section .buttons .view-order {
        margin-left: 0px;
    }
    html[lang="ar"] .order-details-producer-section .buttons .view-order {
        margin-left: 0px;
    }
    html[lang="ar"] .order-details-producer-section .buttons .view-order {
        margin-right: 0px;
    }
    html[lang="ar"] .order-details-producer-section .orders .buttons .btn1 {
        margin-right: 0px;
    }
    html[lang="ar"] .order-details-producer-section .orders .buttons .btn-1 {
        margin-right: 0px;
    }
    .order-details-producer-section .col2-content .details {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        width: 100%;
    }
    .order-details-producer-section .col2-content .details div {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 366px) {
    .order-details-producer-section .available-projects .top-content {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 462px) {
    .order-details-producer-section .item .row1 .offer-details {
        width: 60%;
    }
    .order-details-producer-section .orders .item .row1 .time {
        width: 32%;
    }
    .order-details-producer-section .item .row1 .offer-details .queue {
        width: 100%;
    }
    .order-details-producer-section .item .row1 .offer-details {
        width: 67%;
    }
}
@media (max-width: 638px) {
    .order-details-producer-section .orders .item .row1 {
        flex-direction: column;
    }
    .order-details-producer-section .item .row1 .offer-details {
        flex-direction: column;
        width: 100%;
    }
    .order-details-producer-section .item .row3 .colu {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .order-details-producer-section .orders .item .row1 .time {
        width: 100%;
        height: 26px;
    }
    .order-details-producer-section .item .row1 .offer-details {
        gap: 8px;
    }
    .order-details-producer-section .item .row1 .offer-details .status {
        width: 100%;
    }
}
@media (max-width: 572px) {
    .order-details-producer-section .item .row2 {
        flex-direction: column;
        align-items: flex-start;
    }
    html[lang="en"] .order-details-producer-section .item .row2 .view-order {
        margin-left: 0px;
        width: 100%;
    }
    html[lang="ar"] .order-details-producer-section .item .row2 .view-order {
        margin-right: 0px;
        width: 100%;
    }
    .order-details-producer-section .item .row2 .content {
        width: 100%;
    }
}
@media (max-width: 389px) {
    .order-details-producer-section .item .row1 .offer-details {
        flex-direction: column;
    }
    .order-details-producer-section .item .row1 .offer-details .queue {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .order-details-producer-section .item .row1 .offer-details .complete {
        margin-top: 10px;
    }
    .order-details-producer-section .item .row1 .offer-details .deliver {
        margin-top: 10px;
    }
    .order-details-producer-section .item .row1 .offer-details {
        width: 100%;
    }
    .order-details-producer-section .orders .item .row1 .time {
        width: 100%;
        height: 26px;
    }
    .order-details-producer-section .item .row1 .offer-details {
        gap: 2px;
    }
    .order-details-producer-section .item .row3 .colu {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }
}
@media (max-width: 427px) {
    .order-details-producer-section .col2 .top-content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 10px;
    }
    .order-details-producer-section .col2 .top-content button {
        width: 100%;
    }
}
.mingcute--question-line {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23808080' d='M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16m0 12a1 1 0 1 1 0 2a1 1 0 0 1 0-2m0-9.5a3.625 3.625 0 0 1 1.348 6.99a.8.8 0 0 0-.305.201c-.044.05-.051.114-.05.18L13 14a1 1 0 0 1-1.993.117L11 14v-.25c0-1.153.93-1.845 1.604-2.116a1.626 1.626 0 1 0-2.229-1.509a1 1 0 1 1-2 0A3.625 3.625 0 0 1 12 6.5'/%3E%3C/g%3E%3C/svg%3E");
}
.mingcute--question-line {
    cursor: pointer;
}

.mingcute--question-line .tooltip-text {
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    background: #1f1f1f;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
    z-index: 100;
}

.mingcute--question-line:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}
/* .order-details-producer-section .work-actions .btn1 {
  border: 1px solid #808080;
  border-radius: 100px;
  font-weight: Bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #808080;
  height: 37px;
  width: 100%;
}

.order-details-producer-section .work-actions .btn1,
.order-details-producer-section .work-actions .btn1 {
  background-color: #F05271;
  border: none;
  color: #FFFFFF;
}

.order-details-producer-section .work-actions .btn1{
  border: 1px solid #F05271;
  border-radius: 100px;
  font-weight: Bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #F05271;
  height: 37px;
  width: 100%;
} */
/*# sourceMappingURL=orderDetails-producer.css.map */

.row-container {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.order-details-producer-section .col2-content .slider .slide-item:hover {
    color: #f05271;
}
@media (max-width: 768px) {
    /* container */
    .order-details-producer-section .row-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    /* كل عمود */
    .order-details-producer-section .row-container .colu {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    /* EN */
    html[lang="en"] .order-details-producer-section .row-container .colu {
        align-items: flex-start;
    }

    /* AR */
    html[lang="ar"] .order-details-producer-section .row-container .colu {
        align-items: flex-end;
    }

    /* نلغي الفواصل */
    .order-details-producer-section .item .row3 .colu::after,
    .order-details-producer-section .details .line-cus::after,
    .order-details-producer-section .details .line-cus::before {
        display: none !important;
    }

    html[lang="ar"] .order-details-producer-section .col2-content .details {
        display: flex;
        justify-content: space-between;
    }

    html[lang="en"] .order-details-producer-section .col2-content .details {
        display: flex;
        justify-content: space-between;
    }
}
.download-btn a {
    text-decoration: none;
}
/* .accept-work-btn{

}
.request-revision-btn{

} */
.accept-work-btn {
    background-color: #8379b8;
    color: white;
    border: none;
    padding: 9px 25px;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    font-family: Baloo 2;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 6px;
}
.accept-work-btn:hover {
    background-color: #f05271;
}
.request-revision-btn {
    background-color: #8379b8;
    color: white;
    border: none;
    padding: 9px 25px;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    font-family: Baloo 2;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 6px;
}
.request-revision-btn:hover {
    background-color: #f05271;
}
