@charset "UTF-8";

.myorders-section {
    /* padding-top: 56px; */
}

html[lang="ar"] .myorders-section .col2 .span-2::after {
    content: "";
    position: absolute;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background: #000000;
    position: absolute;
}

html[lang="ar"] .myorders-section .user-details .span-2::after {
    content: "";
    position: absolute;
    left: 122px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background: #000000;
    position: absolute;
}

html[lang="ar"]
    .myorders-section
    .available-projects
    .attach-file
    .support-files {
    margin-left: 10px;
    text-align: left;
}

.myorders-section .tabs div:hover {
    background-color: rgba(240, 82, 113, 0.1019607843);
    color: #f05271;
    border-radius: 25px;
}

.myorders-section .tabs div i:hover {
    color: #f05271;
}

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

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

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

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

.myorders-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;
}

.myorders-section .col2-content .orders .progress div span {
    color: #f05271;
}

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

.myorders-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.2s ease;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922) inset;
    top: 0;
    left: 0;
}

html[lang="ar"] .myorders-section .col2-content .orders .progress .progress-bg {
    transition: right 0.2s ease;
    left: auto;
    right: 0;
}

.myorders-section .col2-content .orders .item-container {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 30px;
}

.myorders-section .col2-content .orders .item {
    padding: 20px;
}

.order-details-section
    .available-projects
    .available-projects-container
    .item
    div
    img {
    width: 90%;
    border-radius: 50px;
}

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

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

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

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

.myorders-section .available-projects .top-content button:hover {
    background-color: #8379b8;
}

.myorders-section .available-projects .available-projects-container .item {
    margin-top: 11px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 30px;
}

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

.myorders-section .available-projects .available-projects-container .projects {
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    background-color: #ffffff;
    padding: 20px 20px 10px 20px;
}

.myorders-section .available-projects .available-projects-container .buttons {
    background-color: #f2f2f2;
    border-radius: 0px 0px 30px 30px;
    padding: 16px;

    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.myorders-section
    .available-projects
    .available-projects-container
    .buttons
    button {
    background-color: #808080;
    color: white;
    border-radius: 50px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    outline: none;
    border: none;
    padding: 5px 20px;
}

.myorders-section
    .available-projects
    .available-projects-container
    .buttons
    button:hover {
    background-color: #f05271;
}

.myorders-section .available-projects .available-projects-container .details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #8080804d;
    padding-bottom: 10px;
}

.myorders-section
    .available-projects
    .available-projects-container
    .details
    .online {
    background-color: rgba(68, 189, 164, 0.1019607843);
    color: #44bda4;
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 50px;
    padding: 5px 20px;
}

.myorders-section
    .available-projects
    .available-projects-container
    .details
    .time {
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}

.myorders-section
    .available-projects
    .available-projects-container
    .details
    .level {
    background-color: rgba(131, 121, 184, 0.1019607843);
    color: #8379b8;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 50px;
    padding: 5px 20px;
}

.myorders-section
    .available-projects
    .available-projects-container
    .projects
    h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #f05271;
    margin: 15px 0px 0px 0px;
}

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

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

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

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

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

.myorders-section .item .row2 {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3019607843);
    margin-bottom: 20px;
}

html[lang="en"] .myorders-section .item .row1 .offer-details .number {
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    font-weight: bold;
    color: #f05271;
    margin-right: 12%;
}

html[lang="ar"] .myorders-section .item .row1 .offer-details .number {
    margin-left: 12%;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
    letter-spacing: 0%;
    color: #f05271;
}

.myorders-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;
    width: fit-content;
}

.myorders-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;
}

.myorders-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;
}

.myorders-section .item .row2 h1 {
    font-weight: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

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

.myorders-section .item .row3 {
    display: flex;
    position: relative;
    height: 30px;
    padding-bottom: 10px;
}

.myorders-section .item .row3 .first-seprator {
    height: 17px;
    width: 1px;
    background-color: #808080;
    position: absolute;
}

html[lang="en"] .myorders-section .item .row3 .first-seprator {
    left: 162px;
    top: 12px;
}

html[lang="ar"] .myorders-section .item .row3 .first-seprator {
    right: 146px;
    top: 12px;
}

.myorders-section .item .row3 .second-seprator {
    height: 17px;
    width: 1px;
    background-color: #808080;
    position: absolute;
}

html[lang="en"] .myorders-section .item .row3 .second-seprator {
    left: 318px;
    top: 12px;
}

html[lang="ar"] .myorders-section .item .row3 .second-seprator {
    right: 294px;
    top: 12px;
}

.myorders-section .item .row3 .budget {
    position: absolute;
}

html[lang="en"] .myorders-section .item .row3 .delivery-item {
    left: 180px;
}

.myorders-section .item .row3 .delivery-item {
    max-width: 140px;
    position: absolute;
}

.myorders-section .item .row3 .user-item {
    position: absolute;
}

html[lang="en"] .myorders-section .item .row3 .user-item {
    left: 345px;
}

html[lang="ar"] .myorders-section .item .row3 .delivery-item {
    right: 170px;
}

.myorders-section .item .row3 .user-item {
    position: absolute;
}

html[lang="ar"] .myorders-section .item .row3 .user-item {
    right: 317px;
}

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

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

.myorders-section .item .row3 .col .status-price {
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8379b8;
}

html[lang="en"] .myorders-section .item .row3 .col .status-price {
    margin-left: 15px;
}

html[lang="ar"] .myorders-section .item .row3 .col .status-price {
    margin-right: 15px;
}

.myorders-section .item .row3 .col .delivery {
    font-weight: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #44bda4;
}

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

html[lang="ar"] .myorders-section .item .row3 .col .delivery-time {
    margin-left: 10px;
}

html[lang="en"] .myorders-section .item .row3 .col .delivery-time {
    margin-right: 10px;
}

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

.myorders-section .item .row3 .user {
    display: flex;
}

.myorders-section .item .col.user img {
    height: 36px;
    width: 36px;
    border-radius: 50%;
}

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

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

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

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

.myorders-section .orders .buttons {
    display: flex;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.1019607843) inset;
    background: white;
    padding: 15px 20px;
    border-radius: 0px 0px 30px 30px;
    position: relative;
}

.myorders-section .orders .buttons .btn1 {
    padding: 7px 10px;
}

html[lang="en"] .myorders-section .buttons .btn1 {
    left: 12px;
}

html[lang="ar"] .myorders-section .buttons .btn1 {
    right: 12px;
}

.myorders-section .buttons .btn1 {
    border: 1px solid #808080;
    border-radius: 100px;
    font-weight: Bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #808080;
    cursor: pointer;
}

.myorders-section .buttons .btn-2:hover,
.myorders-section .buttons .btn1:hover {
    background-color: #f05271;
    border: none;
    color: #ffffff;
}

.myorders-section .buttons .btn-2 {
    border: 1px solid #f05271;
    border-radius: 100px;
    font-weight: Bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #f05271;
    padding: 7px 10px;
}

html[lang="en"] .myorders-section .buttons .btn-2 {
    margin-left: 10px;
}

html[lang="ar"] .myorders-section .buttons .btn-2 {
    margin-right: 10px;
}

html[lang="en"] .myorders-section .buttons .btn-2 {
    left: 83px;
}

html[lang="ar"] .myorders-section .buttons .btn-2 {
    right: 83px;
}

html[lang="en"] .myorders-section .buttons .view-order {
    margin-left: auto;
}

html[lang="ar"] .myorders-section .buttons .view-order {
    margin-right: auto;
}

.myorders-section .buttons .btn-3 {
    background-color: #f05271;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    outline: none;
    border: none;
    color: #ffffff;
    border-radius: 35px;
    padding: 7px 10px;
}

html[lang="en"] .myorders-section .buttons .btn-3 {
    right: 12px;
}

html[lang="ar"] .myorders-section .buttons .btn-3 {
    left: 12px;
}

.myorders-section .buttons .btn-3:hover {
    background-color: #8379b8;
}

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

.myorders-section .available-projects .top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.myorders-section .available-projects .top-content h2 {
    font-weight: Bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0px;
}

@media (max-width: 1082px) {
    .myorders-section .center-container .row {
        flex-direction: column;
    }
}

@media (max-width: 1062px) {
    .myorders-section .col2-content {
        flex-direction: column;
        align-items: center;
    }

    .myorders-section .col2-content .orders {
        width: 100%;
    }

    html[lang="en"] .myorders-section .available-projects {
        width: 100%;
        margin-top: 50px;
        margin-left: 0px;
    }

    html[lang="ar"] .myorders-section .available-projects {
        width: 100%;
        margin-top: 50px;
        margin-left: 0px;
    }

    html[lang="ar"] .myorders-section .available-projects {
        margin-right: 0px;
    }
}

@media (max-width: 600px) {
    .myorders-section .col2-content .orders .progress {
        overflow: hidden;
        position: relative;
    }

    .myorders-section .col2-content .orders .progress .progress-bg {
        width: 20%;
        height: 100%;
        top: 0;
    }

    html[lang="en"]
        .myorders-section
        .col2-content
        .orders
        .progress
        .progress-bg {
        left: 0;
        transition: left 0.4s ease;
    }

    html[lang="ar"]
        .myorders-section
        .col2-content
        .orders
        .progress
        .progress-bg {
        right: 0;
        left: auto;
        transition: right 0.4s ease;
    }

    .myorders-section .item .row1 .offer-details {
        width: 60%;
    }

    .myorders-section .item .row3 {
        flex-direction: column;
        height: unset;
        gap: 20px;
    }

    .myorders-section .item .row3 .budget {
        position: unset;
    }

    .myorders-section .item .row3 .delivery-item {
        position: unset;
        max-width: unset;
    }

    .myorders-section .item .row3 .user-item {
        position: unset;
    }
    .myorders-section .item .row3 .user div p {
        margin-left: 0px;
    }
    .myorders-section .item .row3 .first-seprator,
    .myorders-section .item .row3 .second-seprator {
        display: none;
    }
    .myorders-section .row3 .col .details {
        display: flex;
        justify-content: space-between;
    }
    .myorders-section .item .row3 .col {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .myorders-section .item .row1 .offer-details {
        margin-bottom: 0px;
    }
    .myorders-section .orders .item .row1 {
        margin-bottom: 16px;
    }
    .myorders-section .buttons .btn-2 {
        width: 100%;
        margin-bottom: 10px;
    }
    .myorders-section .buttons .btn-3 {
        width: 100%;
    }
    html[lang="en"] .myorders-section .buttons .btn-2 {
        margin-left: 0px;
    }
    html[lang="ar"] .myorders-section .buttons .btn-2 {
        margin-right: 0px;
    }
    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;
    }

    .myorders-section .item .row3 .col.user {
        width: 100%;
    }

    .myorders-section .orders .buttons {
        flex-direction: column;
    }

    html[lang="en"] .myorders-section .orders .buttons .btn1,
    html[lang="en"] .myorders-section .orders .buttons .btn2,
    html[lang="en"] .myorders-section .orders .buttons .view-order {
        width: 100%;
        margin-bottom: 10px;
    }

    html[lang="ar"] .myorders-section .orders .buttons .btn1,
    html[lang="ar"] .myorders-section .orders .buttons .btn2,
    html[lang="ar"] .myorders-section .orders .buttons .view-order {
        width: 100%;
        margin-bottom: 10px;
    }

    html[lang="en"] .myorders-section .buttons .view-order {
        margin-left: 0px;
    }

    html[lang="ar"] .myorders-section .buttons .view-order {
        margin-left: 0px;
    }

    html[lang="ar"] .myorders-section .buttons .view-order {
        margin-right: 0px;
    }

    html[lang="ar"] .myorders-section .orders .buttons .btn1 {
        margin-right: 0px;
    }

    html[lang="ar"] .myorders-section .orders .buttons .btn-1 {
        margin-right: 0px;
    }
}

@media (max-width: 366px) {
    .myorders-section .available-projects .top-content {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 462px) {
    .myorders-section .col2-content .orders .progress {
        overflow: hidden;
    }

    .myorders-section .col2-content .orders .progress .progress-bg {
        width: 20%;
        height: 100%;
    }

    .myorders-section .col2-content .orders .progress div {
        font-size: clamp(12px, 3vw, 16px);
        padding: 0 5px;
    }
}

@media (max-width: 389px) {
    .myorders-section .col2-content .orders .progress {
        height: clamp(32px, 8vw, 36px);
        overflow: hidden;
    }

    .myorders-section .col2-content .orders .progress .progress-bg {
        width: 20%;
        height: 100%;
        border-radius: clamp(15px, 4vw, 20px);
    }

    .myorders-section .col2-content .orders .progress div {
        font-size: clamp(10px, 2.5vw, 14px);
        width: 20%;
        padding: 0 3px;
        flex-wrap: wrap;
    }

    .myorders-section .col2-content .orders .progress div span {
        font-size: clamp(10px, 2.5vw, 14px);
        line-height: 1.2;
    }
}

@media (max-width: 774px) {
    .myorders-section .orders .item .row1 {
        flex-direction: column;
    }

    .myorders-section .item .row1 .offer-details {
        flex-direction: column;
    }

    .myorders-section .item .row1 .offer-details .queue {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .myorders-section .item .row1 .offer-details .complete {
        margin-top: 10px;
    }

    .myorders-section .item .row1 .offer-details .deliver {
        margin-top: 10px;
    }

    .myorders-section .item .row1 .offer-details {
        width: 100%;
    }

    .myorders-section .orders .item .row1 .time {
        width: 100%;
        height: 26px;
    }
}

/*# sourceMappingURL=myOrders.css.map */
