@charset "UTF-8";
.dashboard {
    min-height: 100vh;
    background-size: cover;

    min-height: 100vh;
    background-size: cover;
    padding-top: 113px;

    .dashboard {
        padding-top: 0 !important;
    }
}
/* html[lang="ar"] .live-chat-producer-section .user-details .span-2::after{
    left:90px;
} */
.dashboard .bgg-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 1;
}

.dashboard .chase-bg {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.dashboard .orbit {
    position: absolute;
    inset: -15%;
    animation: rotateOrbit 30s infinite alternate ease-in-out;
    transform-origin: center;
    transform: rotate(0deg) scale(1.05);
}

.dashboard .blob {
    position: absolute;
    width: 850px;
    height: 850px;
    border-radius: 50%;
    filter: blur(400px);
    opacity: 0.25;
    mix-blend-mode: screen;
}

.dashboard .blob-1 {
    background: #f8992c;
    top: 0%;
    left: 40%;
    transform: translateX(-50%);
}

.dashboard .blob-2 {
    background: #44bda4;
    top: 60%;
    right: 0%;
    transform: translateY(-50%);
}

.dashboard .blob-3 {
    background: #948cb8;
    bottom: 0%;
    left: 30%;
    transform: translateX(-50%);
}

.dashboard .blob-4 {
    background: #fae5e9 !important;
    top: 60%;
    left: 0%;
    transform: translateY(-50%);
}

@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.dashboard
    > *:not(.chase-bg):not(.bg-overlay):not(.glass-overlay):not(.overlay) {
    position: relative;
    z-index: 10;
}
.dashboard .dashboard {
    width: 100%;
    /* max-width: 1320px; */
    margin: 0 auto;
    /* padding: 0 15px; */
}
.cast-wrapper {
    position: relative;
    background: none;
    min-height: 1530px;
    isolation: isolate;

    @media (min-width: 2100px) {
        min-height: 1700px;
    }
}

.dashboard-bg-line-top {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1 !important;
    width: 100%;
    height: unset !important;
    min-height: unset !important;
    object-fit: unset !important;
}

.dashboard-bg-ele-bottom {
    position: absolute !important;
    bottom: 0;
    left: 0;
    z-index: 1 !important;
    width: 100%;
    height: unset !important;
    min-height: unset !important;
    object-fit: unset !important;
}

.dashboard-bg-line-bottom {
    position: absolute !important;
    bottom: 0;
    left: 0;
    z-index: 0 !important;
    width: 100%;
    height: unset !important;
    min-height: unset !important;
    object-fit: unset !important;
}

@media (max-width: 1024px) {
    .dashboard-bg-line-top,
    .dashboard-bg-ele-bottom,
    .dashboard-bg-line-bottom {
        display: none;
    }
}

.cast-wrapper > * {
    position: relative;
    z-index: 2;
}

.dashboard-producer {
    position: relative;
    background: none;
    min-height: 1530px;
    isolation: isolate;
    padding-top: 0 !important;

    @media (min-width: 2100px) {
        min-height: 1700px;
    }
}

.producer_dashboard-bg-line-bottom {
    position: absolute !important;
    bottom: 0;
    left: 0;
    z-index: 0 !important;
    width: 100%;
    height: unset !important;
    min-height: unset !important;
    object-fit: unset !important;
}

.producer_dashboard-bg-ele-top {
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 1 !important;
    width: 100%;
    height: unset !important;
    min-height: unset !important;
    object-fit: unset !important;
}

.producer_dashboard-bg-ele-bottom {
    position: absolute !important;
    bottom: 0;
    left: 0;
    z-index: 1 !important;
    width: 100%;
    height: unset !important;
    min-height: unset !important;
    object-fit: unset !important;
}

@media (max-width: 1024px) {
    .producer_dashboard-bg-line-bottom,
    .producer_dashboard-bg-ele-top,
    .producer_dashboard-bg-ele-bottom {
        display: none;
    }
}

.dashboard-producer > * {
    position: relative;
    z-index: 2;
}

.dashboard .col2 .edit-icon {
    color: #8379b8;
}
.dashboard .col2 .span-1 {
    color: #000000;
    font-size: 32px;
    font-weight: bold;
}

.dashboard .col2 .span-2 {
    font-size: 12px;
    color: #f05271;
    font-weight: bold;
}

.dashboard .col2 p {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

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

.dashboard .tabs div i:hover {
    color: #f05271;
}

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

.dashboard .tabs div i {
    margin-right: 10px;
}
.dashboard .delete {
    background-color: #f05271;
    height: 48px;
    width: 23%;
    border-radius: 168px;
    color: #ffffff;
    font-size: 20px;
    border: none;
    outline: none;
    margin-top: 2%;
}
.dashboard .col2 .change-password label {
    font-weight: 400;
    font-size: 14px;
    color: #808080;
    margin-bottom: 5px;
    margin-left: 20px;
}
.dashboard .col2 .change-password .input {
    margin-bottom: 30px;
}
.dashboard .col2 .change-password input {
    border: none;
    outline: none;
    border-radius: 100px;
    height: 45px;
    background-color: #ffffff;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    width: 100%;
    padding: 5px 20px;
}

.dashboard .col2 .change-password .btn-change {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.dashboard .col2 .change-password button {
    background-color: #f05271;
    width: 25%;
    outline: none;
    border: none;
    height: 48px;
    border-radius: 168px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.dashboard .col2 .dashboard-info .row1 {
    display: flex;
    margin-top: 25px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 1%;
}

.dashboard .col2 .dashboard-info .row1 .colu1,
.dashboard .col2 .dashboard-info .row1 .colu2,
.dashboard .col2 .dashboard-info .row1 .colu3,
.dashboard .col2 .dashboard-info .row1 .colu4 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 24%;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.0784313725);
    border-radius: 50px;
    margin-right: 0px;
    padding: 5px;
    background-color: #ffffff;
}

.dashboard .col2 .dashboard-info .row1 .colu1 .content .p1 {
    color: #8379b8;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 1px;
}

.dashboard .dashboard-info .colu1 .content .p2 {
    color: rgba(0, 0, 0, 0.5019607843);
    font-weight: 700;
    font-size: 16px;
}

.dashboard .dashboard-info .colu2 .content .p1 {
    color: #f8992c;
    font-family: Baloo 2;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    margin-bottom: 1px;
}

.dashboard .dashboard-info .colu2 .content .p2 {
    color: rgba(0, 0, 0, 0.5019607843);
    font-weight: 700;
    font-size: 16px;
}
.dashboard .pink-btn:hover {
    background-color: #8379b8;
}
.dashboard .pink-btn {
    background-color: #f05271;
}
.dashboard .dashboard-info .colu3 .content .p1 {
    color: #44bda4;
    font-family: Baloo 2;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    margin-bottom: 1px;
}

.dashboard .dashboard-info .colu3 .content .p2 {
    color: rgba(0, 0, 0, 0.5019607843);
    font-weight: 700;
    font-size: 16px;
}

.dashboard .dashboard-info .colu4 .content .p1 {
    color: #fe2c55;
    font-family: Baloo 2;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    margin-bottom: 1px;
}

.dashboard .dashboard-info .colu4 .content .p2 {
    color: rgba(0, 0, 0, 0.5019607843);
    font-weight: 700;
    font-size: 16px;
}

.dashboard .col2 .dashboard-info .row1 .colu1 .images {
    background-color: #8379b8;
}

.dashboard .col2 .dashboard-info .row1 .colu2 .images {
    background-color: #f8992c;
}

.dashboard .col2 .dashboard-info .row1 .colu3 .images {
    background-color: #44bda4;
}

.dashboard .col2 .dashboard-info .row1 .colu4 .images {
    background-color: #f05271;
}

.dashboard .col2 .dashboard-info .row1 .images {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0px 2px 4px 1px #0000004a;
}

.dashboard .col2 .dashboard-info .row1 .images img {
    height: auto;
    width: 28px;
}

.dashboard .col2 .dashboard-info .content {
    width: 65%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
html[lang="en"] .dashboard .col2 .dashboard-info .content {
    margin-left: 14px;
}
html[lang="ar"] .dashboard .col2 .dashboard-info .content {
    margin-right: 14px;
}
.dashboard .latest-orders-section {
    padding: 0px 0px 20px 0px;
}

.dashboard .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 60px;
}

.dashboard .section-header h2 {
    font-size: 36px;
    font-weight: 500;
}

.dashboard .all-orders-btn {
    background: #ff4d67;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    /* أهم حاجة */
    position: relative;
    z-index: 2;
}

/* Box الأبيض الخاص بالجدول */
.dashboard .orders-box {
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.0823529412);
    position: relative;
    padding: 25px;
    z-index: 1;
}

.dashboard .orders-box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #80808029;
}
.dashboard .orders-box table thead {
    background-color: #e7e7ed;
}

.dashboard.orders-box thead {
    background-color: #e7e7ed;
}

.dashboard .orders-box thead th {
    padding: 12px 25px;
    font-weight: 600;
    font-size: 15px;
}

.dashboard .orders-box tbody td {
    padding: 12px 25px;
    border-top: 1px solid #eee;
}
.dashboard .orders-box .title-project {
    width: 80%;
}
.dashboard .orders-box .action-project {
    width: 20%;
}
.dashboard .orders-box .status {
    padding: 2px 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
}

.dashboard .orders-box .status.complete {
    background: #d6f7ed;
    color: #0ea77a;
}

.dashboard .orders-box .status.incomplete {
    background: #fcd6d9;
    color: #d64545;
}

.dashboard .orders-box .details-btn {
    background: #ffa620;
    color: #fff;
    border: none;
    padding: 0px 10px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid transparent;
}
.dashboard .orders-box .details-btn:hover {
    border-color: #ffa620;
    color: #ffa620;
    background-color: transparent;
}
.dashboard .projects-box {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.0823529412);
    position: relative;
    z-index: 1;
}

.dashboard .projects-box table {
    width: 100%;
    border-radius: 15px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

.dashboard .projects-box thead {
    background-color: #e7e7ed;
}

.projects-box thead th {
    text-align: left;
    padding: 15px;
    font-weight: 600;
    font-size: 15px;
}

.dashboard .projects-box tbody td {
    padding: 15px;
    border-top: 1px solid #eee;
}

.dashboard .projects-box tbody td span {
    margin-right: 10px;
}
.dashboard .orders-box .icons {
    display: flex;
    gap: 10px;
}
.dashboard .orders-box tbody td .delete-icon {
    color: #f05271;
}

.dashboard .orders-box tbody td .edit-icon {
    color: #8379b8;
}

.dashboard .projects-box tbody .title {
    width: 75%;
}

.dashboard body tr:nth-child(even) {
    background-color: #f5f5f5;
}
.dashboard .overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    /* مخفي افتراضي */
    z-index: 99999;
    justify-content: center;
    align-items: center;
}
.dashboard .overlay .descline {
    background-color: #fff;
    margin: 20px;
    border-radius: 30px;

    max-height: 90vh;
    width: 35%;
    display: flex;
    /* 👈 مهم */
    flex-direction: column;
    /* 👈 مهم */
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 35%;
}

.dashboard .overlay .descline i {
    font-size: 95px;
    margin-bottom: 15px;
    color: #f05271;
}

.dashboard .overlay .descline .title {
    font-size: clamp(35px, 5vw, 18px);
    font-weight: bold;
    color: gray;
}

.dashboard .overlay .descline .sub-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.dashboard .overlay .descline .buttons {
    display: flex;
    gap: 15px;
}

.dashboard .overlay .descline .buttons .yes-descline {
    border: none;
    outline: none;
    background-color: #f05271;
    color: white;
    padding: 15px;
    font-size: 20px;
    border-radius: 10px;
}

.dashboard .overlay .descline .buttons .cancel {
    border: none;
    outline: none;
    background-color: gray;
    color: white;
    padding: 15px;
    font-size: 20px;
    border-radius: 10px;
}
@media (max-width: 1335px) {
    .dashboard .overlay .descline {
        width: 50%;
    }
}
@media (max-width: 1052px) {
    .dashboard .overlay .descline {
        width: 90%;
    }
}
@media (max-width: 1414px) {
    .dashboard {
        background-image: none;
    }
}
@media (max-width: 1532px) {
    .dashboard .delete {
        width: 80%;
        border-radius: 168px;
        color: #ffffff;
        font-size: 20px;
        border: none;
        outline: none;
        margin-top: 2%;
    }

    .dashboard .col2 .change-password {
        margin-left: 0px;
        margin-top: 50px;
    }
    .dashboard .col2 .change-password button {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .dashboard .orders-box table thead {
        display: none;
    }
    .dashboard .orders-box table,
    .dashboard .orders-box table tbody,
    .dashboard .orders-box table tr,
    .dashboard .orders-box table td {
        display: block;
        width: 100%;
    }
    .dashboard .orders-box table tr {
        margin-bottom: 15px;
        background: #fff;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.062745098);
    }
    .dashboard .orders-box table td {
        padding: 8px 0;
        text-align: left;
        display: flex;
        justify-content: space-between;
    }
    .dashboard .orders-box table td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #444;
    }
}
@media (max-width: 1100px) {
    .dashboard .col2 .dashboard-info .row1 .colu1,
    .dashboard .col2 .dashboard-info .row1 .colu2,
    .dashboard .col2 .dashboard-info .row1 .colu3,
    .dashboard .col2 .dashboard-info .row1 .colu4 {
        width: 49%;
        margin-bottom: 10px;
    }
}
@media (max-width: 760px) {
    .dashboard .col2 .dashboard-info .row1 .colu1,
    .dashboard .col2 .dashboard-info .row1 .colu2,
    .dashboard .col2 .dashboard-info .row1 .colu3,
    .dashboard .col2 .dashboard-info .row1 .colu4 {
        width: 100%;
        margin-bottom: 10px;
    }
    .dashboard .col2 .dashboard-info .content {
        width: 75%;
        display: flex;
    }
    .dashboard .section-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.cast-hub-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .cast-hub-pagination {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .cast-hub-pagination {
        padding: 0;
    }
}

.pagination-info {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    gap: 4px;
}

.pagination-info strong {
    font-weight: 700;
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination-btn {
    width: 38px;
    height: 38px;
    border-radius: 100px;
    border: 2px solid grey;
    background-color: transparent;
    color: grey;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.pagination-btn-active {
    background-color: #f05271;
    border-color: #f05271;
    color: #fff !important;
}

.pagination-btn:hover:not(.pagination-btn-active) {
    border-color: #f05271;
    color: #f05271;
    transform: translateY(-2px);
}

.pagination-btn:active {
    transform: translateY(0) scale(0.95);
}

.pagination-arrow {
    width: 38px;
    height: 38px;
    border-radius: 100px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pagination-arrow:hover {
    transform: translateX(3px);
}

.pagination-arrow:active {
    transform: translateX(1px);
}

.pagination-arrow svg {
    width: 9px;
    height: 14px;
    transition: stroke 0.2s ease;
}

.pagination-arrow:hover svg {
    stroke: #f05271;
}
/* .dashboard .col2 .dashboard-info .row1 {
    width:947px
} */
