@charset "UTF-8";
.myproposals-section {
    /* padding-top: 113px; */
}
html[lang="ar"] .myproposals-section .col2 .span-2::after {
    content: "";
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background: #000000;
    position: absolute;
}
html[lang="ar"] .myproposals-section .user-details .span-2::after {
    content: "";
    position: absolute;
    left: 118px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background: #000000;
    position: absolute;
}
html[lang="ar"]
    .myproposals-section
    .available-projects
    .attach-file
    .support-files {
    margin-left: 10px;
    text-align: left;
}
.myproposals-section .tabs div:hover {
    background-color: rgba(240, 82, 113, 0.1019607843);
    color: #f05271;
    border-radius: 25px;
}

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

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

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

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

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

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

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

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

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

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

.myproposals-section .available-projects .top-content button {
    outline: none;
    border: none;
    width: 40%;
    background-color: #f05271;
    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: 5px 0px;
    transition: background-color 1s ease;
}

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

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

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

.myproposals-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;
    padding-bottom: 7px;
}

.myproposals-section
    .available-projects
    .available-projects-container
    .buttons {
    background-color: #8080801a;
    border-radius: 0px 0px 30px 30px;
    padding: 16px;
}

.myproposals-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;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

.myproposals-section .orders .item .row1 .time {
    background-color: #e9ecef;
    color: #808080;
    font-family: Gotham Rounded;
    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;
    gap: 10px;
}

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

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

.myproposals-section .item .row3 .second-seprator {
    height: 17px;
    width: 1px;
    background-color: #808080;
    position: absolute;
}
html[lang="en"] .myproposals-section .item .row3 .second-seprator {
    left: 242px;
    top: 12px;
}
html[lang="ar"] .myproposals-section .item .row3 .second-seprator {
    right: 229px;
    top: 12px;
}
.myproposals-section .item .row3 .third-seprator {
    height: 17px;
    width: 1px;
    background-color: #808080;
    position: absolute;
}
html[lang="en"] .myproposals-section .item .row3 .third-seprator {
    left: 376px;
    top: 12px;
}
html[lang="ar"] .myproposals-section .item .row3 .third-seprator {
    right: 355px;
    top: 12px;
}

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

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

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

html[lang="en"] .myproposals-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;
    margin-right: 2%;
}

html[lang="ar"] .myproposals-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;
    margin-left: 2%;
}

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

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

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

.myproposals-section .item .row3 {
    display: flex;
}

.myproposals-section .item .row3 .colu {
    width: 23%;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.myproposals-section .item .row3 .user {
    width: 31%;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

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

.myproposals-section .item .row3 .colu .status-date {
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8379b8;
}

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

.myproposals-section .item .row3 .colu .delivery-time {
    font-weight: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-right: 10px;
}

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

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

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

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

.myproposals-section .item .row3 .user .user-name {
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #f05271;
}

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

.myproposals-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;
    border-radius: 0px 0px 35px 35px;
    position: relative;
    height: 75px;
}

.myproposals-section .orders .buttons .btn1 {
    width: 20%;
}
html[lang="en"] .myproposals-section .orders .buttons .btn1 {
    margin-right: 20px;
}
html[lang="ar"] .myproposals-section .orders .buttons .btn1 {
    margin-left: 20px;
}

.myproposals-section .buttons .btn-1 {
    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%;
    margin-right: 10px;
}

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

.myproposals-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;
    height: 37px;
    width: 100%;
}

html[lang="en"] .myproposals-section .buttons .btn-3 {
    width: 20%;
    right: 20px;
}
html[lang="ar"] .myproposals-section .buttons .btn-3 {
    width: 20%;
    left: 20px;
}

.myproposals-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;
    height: 37px;
    width: 20%;
    border-radius: 35px;
    position: absolute;
    top: 17px;
}

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

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

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

.myproposals-section .available-projects .top-content h2 {
    font-weight: Bold;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0%;
}
html[lang="en"] .myproposals-section .available-projects .top-content h2 {
    text-align: right;
}
html[lang="ar"] .myproposals-section .available-projects .top-content h2 {
    text-align: left;
}
@media (max-width: 1082px) {
    .myproposals-section .center-container .row {
        flex-direction: column;
    }
}
@media (max-width: 1062px) {
    .myproposals-section .col2-content {
        flex-direction: column;
        align-items: center;
    }
    .myproposals-section .col2-content .orders {
        width: 100%;
    }
    html[lang="en"] .myproposals-section .available-projects {
        width: 100%;
        margin-top: 50px;
        margin-left: 0px;
    }
    html[lang="ar"] .myproposals-section .available-projects {
        width: 100%;
        margin-top: 50px;
        margin-left: 0px;
    }
    html[lang="ar"] .myproposals-section .available-projects {
        margin-right: 0px;
    }
}
@media (max-width: 600px) {
    .myproposals-section .item .row1 .offer-details {
        width: 60%;
    }
    .myproposals-section .item .row3 .colu {
        flex-direction: row;
        justify-content: space-between;
    }
    .myproposals-section .item .row3 {
        flex-direction: column;
        gap: 10px;
    }
    .myproposals-section .item .row3 .first-seprator,
    .myproposals-section .item .row3 .second-seprator,
    .myproposals-section .item .row3 .third-seprator {
        display: none;
    }
    .myproposals-section .item .row3 .colu {
        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;
    }
    .myproposals-section .item .row3 .colu .delivery-time {
        margin-left: 15px;
    }
    .myproposals-section .item .row3 .colu.user {
        width: 100%;
    }
    .myproposals-section .orders .buttons {
        flex-direction: column;
    }
    html[lang="en"] .myproposals-section .orders .buttons .btn1,
    html[lang="en"] .myproposals-section .orders .buttons .btn2,
    html[lang="en"] .myproposals-section .orders .buttons .view-order {
        width: 100%;
        margin-bottom: 10px;
    }
    html[lang="ar"] .myproposals-section .orders .buttons .btn1,
    html[lang="ar"] .myproposals-section .orders .buttons .btn2,
    html[lang="ar"] .myproposals-section .orders .buttons .view-order {
        width: 100%;
        margin-bottom: 10px;
    }
    html[lang="en"] .myproposals-section .buttons .view-order {
        margin-left: 0px;
    }
    html[lang="ar"] .myproposals-section .buttons .view-order {
        margin-left: 0px;
    }
    html[lang="ar"] .myproposals-section .buttons .view-order {
        margin-right: 0px;
    }
    html[lang="ar"] .myproposals-section .orders .buttons .btn1 {
        margin-right: 0px;
    }
    html[lang="ar"] .myproposals-section .orders .buttons .btn-1 {
        margin-right: 0px;
    }
}
@media (max-width: 621px) {
    .myproposals-section .orders .item .row1 {
        flex-direction: column;
    }
    .myproposals-section .item .row1 .offer-details {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        text-align: center;
    }
    .myproposals-section .item .row1 .offer-details .complete {
        width: 100%;
    }
    .myproposals-section .orders .item .row1 .time {
        width: 100%;
        padding: 5px 0px;
        margin-bottom: 10px;
    }
    .myproposals-section .item .row3 .colu .delivery-time {
        margin-right: 0px;
        margin-left: 0px;
    }
}
@media (max-width: 366px) {
    .myproposals-section .available-projects .top-content {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 389px) {
    .myproposals-section .orders .item .row1 {
        flex-direction: column;
    }
    .myproposals-section .item .row1 .offer-details {
        flex-direction: column;
    }
    .myproposals-section .item .row1 .offer-details .queue {
        width: 100%;
        text-align: center;
    }
    .myproposals-section .item .row1 .offer-details {
        width: 100%;
    }
    .myproposals-section .orders .item .row1 .time {
        width: 100%;
        height: 26px;
    }
}

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