@charset "UTF-8";
.dashboard-producer {
    width: 100%;
    background: none;
    padding-top: 113px;
    width: 100%;
}
.main-content {
    /* background-image: url("../images/clientprow.png"); */
    background-size: cover;
    min-height: 112vh;
}
/* .bg-wwrapper {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  background: url("../images/background5.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
} */
/* html[lang="ar"] .dashboard-producer .user-details .span-2::after {
    left: 90px;
} */
.bgg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    z-index: 1;
}

.chase-bg {
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 2;
    overflow: hidden;
}

.bgg-overlay {
    background: transparent;
}

.blob {
    opacity: 0.25;
    mix-blend-mode: screen;
}

.chase-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

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

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

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

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

.blob-3 {
    background: #8379b8;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.blob-4 {
    background: #fe2c55;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

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

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

.main-content > *:not(.chase-bg):not(.bg-overlay):not(.glass-overlay) {
    position: relative;
    z-index: 10;
}

.dashboard-producer .dashboard-producer {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}
.header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-right: 42px;
    margin-top: 40px;
}
.header-row .title {
    margin-bottom: clamp(10px, 3vw, 22px);
    font-family: Baloo 2;
    font-weight: 500;
    font-style: Medium;
    font-size: class(24px, 3vw, 36px);
    line-height: 38px;
    letter-spacing: 0%;
    margin-left: 25px;
}

[dir="rtl"] .header-row .title {
    margin-right: 25px;
    margin-left: 0;
}

.tab-box {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 10;
    margin-right: 2%;
    margin-bottom: -2px;
}

[dir="rtl"] .tab-box {
    margin-left: 6%;
    bottom: -2px;
}

.tab-content {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 25px 25px 0 0; /* انحناء علوي فقط */
    position: relative;
    z-index: 2;
}

.curve-left {
    width: 25px;
    height: 25px;
    background: transparent;
    border-bottom-right-radius: 20px;
    box-shadow: 10px 0 0 0 #ffffff;
}

.curve-right {
    width: 25px;
    height: 25px;
    background: transparent;
    border-bottom-left-radius: 20px;
    box-shadow: -10px 0 0 0 #ffffff;
}
[dir="rtl"] .curve-left {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;
    box-shadow: -10px 0 0 0 #ffffff;
}

[dir="rtl"] .curve-right {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
    box-shadow: 10px 0 0 0 #ffffff;
}

.pink-btn {
    background-color: #8379b8;
    color: white;
    border: none;
    padding: 11px 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%;

    box-shadow: inset 0px 2px 4px 1px #0000004a;
}
.pink-btn:hover {
    background-color: #f05271;
}
@media (max-width: 1440px) {
    .dashboard-producer .dashboard-producer {
        max-width: 1220px !important;
    }
}
@media (max-width: 1200px) {
    .dashboard-producer .dashboard-producer {
        max-width: 960px;
    }
}
@media (max-width: 992px) {
    .dashboard-producer .dashboard-producer {
        max-width: 720px;
        padding: 0 20px;
    }
}
@media (max-width: 768px) {
    .dashboard-producer .dashboard-producer {
        max-width: 540px;
        padding: 0 15px;
    }
}
@media (max-width: 576px) {
    .dashboard-producer .dashboard-producer {
        max-width: 100%;
        padding: 0 20px;
    }
}
@media (max-width: 380px) {
    .dashboard-producer .dashboard-producer {
        padding: 0 15px;
    }
}
.top-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1320px;
    margin: 0px auto;
}

.top-nav .nav-tab .span-1 {
    color: #808080;
    font-weight: 400;
    font-size: 16px;
    font-weight: bold;
}

.cast-nav-wrapper .top-nav .nav-tab .span-2 {
    color: #f05271;
    font-size: 16px;
    font-weight: bold;
}

.top-nav .nav-tab .span-2 {
    color: #8379b8;
    font-size: 16px;
    font-weight: bold;
}

.top-nav .nav-tab i {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
}
html[lang="en"] .user-details {
    display: flex;
    gap: 0;
}
html[lang="ar"] .user-details {
    display: flex;
    gap: 0;
}
.user-details .span-1 {
    color: rgba(0, 0, 0, 0.5019607843);
    font-size: 16px;
    font-weight: bold;
    /* padding:0 15px; */
}
/* html[lang="ar"] .user-details .span-1{
    margin-left: 15px;
} */

.cast-nav-wrapper .user-details .span-2 {
    color: #f05271;
}

.user-details .span-2 {
    color: #f05271;
    font-size: 16px;
    font-weight: bold;
    margin-left: 25px;
    /* position: relative; */
    /* padding:0 15px; */
}
.dashboard-producer .user-details .span-2 {
    color: #8379b8;
    font-size: 16px;
    font-weight: bold;
    /* margin-left: 25px; */
    /* position: relative; */
}

/* html[lang="en"] .user-details .span-2::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background: #000000;
    position: absolute;
} */
/* html[lang="ar"] .user-details .span-2::after {
    content: "";
    position: absolute;
    left: 122px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background: #000000;
    position: absolute;
} */
.center-container {
    width: 100%;
    display: flex;
    margin: auto;
    max-width: 1320px;
    padding-top: 50px;
    padding-bottom: 30px;
    overflow: visible;
}

.col1 {
    width: 26%;
    border-radius: 50px;
    height: fit-content;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.0784313725);
}

.col2 {
    width: 74%;
    margin-top: 2%;
}
html[lang="ar"] .col2 {
    margin-right: 3rem;
}
html[lang="en"] .col2 {
    margin-left: 3rem;
}
.col2 .span-1 {
    color: #000000;
    font-size: 32px;
    font-weight: bold;
}

.dashboard-producer .col2 p {
    color: #808080;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0px;
}

.profile {
    position: relative;
}

.shape {
    width: 100%;
    border-radius: 50px;
}

.name {
    position: absolute;
    top: 15%;
    /* left: 34%; */
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.tabs {
    margin-top: 30%;
    margin-left: 10px;
    padding-bottom: 20px;
}
.top-nav-wrapper {
    background-color: rgba(0, 0, 0, 0.0509803922);
    padding-top: 12px;
    padding-bottom: 12px;
}
.tabs a {
    text-decoration: none;
    display: flex;
}
html[lang="ar"] .tabs a {
    width: 92%;
    margin-right: 18px;
}
html[lang="en"] .tabs a {
    width: 96%;
}

.tabs div {
    margin-bottom: 10px;
    height: 37px;
    font-size: 20px;
    font-weight: 500;
    color: #808080;
    padding-top: 5px;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}
html[lang="en"] .tabs div {
    padding-left: 30px;
}
html[lang="ar"] .tabs div {
    padding-right: 30px;
}
.dashboard-producer .tabs div:hover {
    background-color: #f2f1f9;
    color: #8379b8;
    border-radius: 25px;
}
.dashboard-producer .tabs div .icon-image {
    color: #999;
}
.dashboard-producer .tabs div:hover .icon-image {
    color: #8379b8;
}
.dashboard-producer .tabs div i:hover {
    color: #8379b8;
}

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

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

.profile-img {
    position: absolute;
    top: 50%;
    left: 33.8%;
    height: 111px;
    width: 111px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.dashboard-producer .delete {
    background-color: #f05271;
    height: 48px;
    width: 30%;
    border-radius: 168px;
    color: #ffffff;
    font-size: 20px;
    border: none;
    outline: none;
    margin-top: 2%;
}
.col2 .top-content {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
}
.col2 .span1 {
    color: #000000;
    font-size: 32px;
    font-weight: bold;
}

.dashboard-producer .col2 .span-2 {
    font-size: 16px !important;
    margin-top: 5px !important;
    color: #8379b8 !important;
    font-weight: bold !important;
    position: relative !important;
}
.col2 .span-2 {
    font-size: 16px !important;
    margin-top: 5px !important;
    /* color: #8379b8 !important; */
    font-weight: bold !important;
    position: relative !important;
}
html[lang="en"] .col2 .span-2 {
    margin-left: 30px;
}
html[lang="ar"] .col2 .span-2 {
    margin-right: 30px;
}
html[lang="en"] .col2 .span-2::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    /* ← قللي الرقم ده علشان تقللي الارتفاع */
    background: #000000;
    position: absolute;
}
html[lang="ar"] .col2 .span-2::after {
    content: "";
    position: absolute;
    left: unset;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    /* ← قللي الرقم ده علشان تقللي الارتفاع */
    background: #000000;
    position: absolute;
}

.dashboard-producer .col2 .change-password label {
    font-weight: 400;
    font-size: 14px;
    color: #808080;
    margin-bottom: 5px;
    margin-left: 20px;
}
.dashboard-producer .col2 .change-password .input {
    margin-bottom: 30px;
}
.dashboard-producer .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-producer .col2 .change-password .btn-change {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}

.dashboard-producer .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-producer .col2 .dashboard-info .row1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 20px;
}

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

[dir="rtl"] .dashboard-producer .col2 .dashboard-info .row1 .colu1,
[dir="rtl"] .dashboard-producer .col2 .dashboard-info .row1 .colu2,
[dir="rtl"] .dashboard-producer .col2 .dashboard-info .row1 .colu3,
[dir="rtl"] .dashboard-producer .col2 .dashboard-info .row1 .colu4 {
    margin-right: 0px;
    margin-left: 0;
}

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

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

.dashboard-producer .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-producer .dashboard-info .colu2 .content .p2 {
    color: rgba(0, 0, 0, 0.5019607843);
    font-weight: 700;
    font-size: 16px;
}

.dashboard-producer .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-producer .dashboard-info .colu3 .content .p2 {
    color: rgba(0, 0, 0, 0.5019607843);
    font-weight: 700;
    font-size: 16px;
}

.dashboard-producer .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-producer .dashboard-info .colu4 .content .p2 {
    color: rgba(0, 0, 0, 0.5019607843);
    font-weight: 700;
    font-size: 16px;
}

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

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

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

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

.dashboard-producer .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-producer .col2 .dashboard-info .row1 .images img {
    height: 35px;
    width: 34px;
}

.dashboard-producer .col2 .dashboard-info .content {
    width: 65%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.dashboard-producer .latest-orders-section {
    padding: 0px 0px 20px 0px;
}

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

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

.dashboard-producer .all-orders-btn {
    background: #8379b8;
    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-producer .orders-box {
    background: #ffffff;
    border-radius: 35px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.0823529412);
    position: relative;
    z-index: 5;
    padding: 25px;
}
.dashboard-producer .button-wrapper {
    background-color: #ffffff;
    width: 224px;
    position: absolute;
    bottom: -52px;
    left: 71%;
    border-radius: 40px 40px 0px 0px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

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

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

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

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

.dashboard-producer .orders-box .status {
    padding: 2px 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
}

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

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

.dashboard-producer .orders-box .details-btn {
    background: #ffa620;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 0px 10px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid transparent;
}
.dashboard-producer .orders-box .details-btn:hover {
    border: 2px solid #ffa620;
    color: #ffa620;
    background-color: transparent;
}
html[lang="en"] .dashboard-producer .edit-project {
    background: #ffa620;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 700;
    cursor: pointer;
    margin-left: 10px;
    text-decoration: none;
}

html[lang="ar"] .dashboard-producer .edit-project {
    background: #ffa620;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 700;
    cursor: pointer;
    margin-right: 10px;
    text-decoration: none;
}

.dashboard-producer .projects-box {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.0823529412);
    position: relative;
    z-index: 1;
}

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

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

html[lang="en"] .dashboard-producer .projects-box thead th {
    text-align: left;
    padding: 15px;
    font-weight: 600;
    font-size: 15px;
}

html[lang="ar"] .dashboard-producer .projects-box thead th {
    text-align: right;
    padding: 15px;
    font-weight: 600;
    font-size: 15px;
}

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

.dashboard-producer .projects-box tbody td span {
    margin-right: 10px;
}

.dashboard-producer .orders-box tbody td .delete-icon {
    color: #f05271;
}

.dashboard-producer .orders-box tbody td .edit-icon {
    color: #8379b8;
}
.dashboard-producer .orders-box .icons {
    display: flex;
    gap: 10px;
}
.dashboard-producer .projects-box tbody .title {
    width: 75%;
}

body tr:nth-child(even) {
    background-color: #f5f5f5;
}
.dashboard-producer .overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    /* مخفي افتراضي */
    z-index: 99999;
    justify-content: center;
    align-items: center;
}
.dashboard-producer .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-producer .overlay .descline i {
    font-size: 95px;
    margin-bottom: 15px;
    color: #f05271;
}

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

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

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

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

.dashboard-producer .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-producer .overlay .descline {
        width: 50%;
    }
}
@media (max-width: 1052px) {
    .dashboard-producer .overlay .descline {
        width: 90%;
    }
}
@media (max-width: 1414px) {
    .dashboard-producer {
        background-image: none;
    }
}
@media (max-width: 1532px) {
    .center-container {
        flex-direction: column;
        width: 90%;
        align-items: center;
    }
    .tabs a {
        text-decoration: none;
        width: 100%;
        display: flex;
    }
    .dashboard-producer .delete {
        width: 80%;
        border-radius: 168px;
        color: #ffffff;
        font-size: 20px;
        border: none;
        outline: none;
        margin-top: 2%;
    }
    .center-container .col1 {
        width: 50%;
    }
    html[lang="ar"] .center-container .col1 {
        margin-right: 0px;
    }
    html[lang="en"] .center-container .col1 {
        margin-left: 0px;
    }
    .center-container .col2 {
        margin-bottom: 30px;
    }
    .dashboard-producer .col2 .change-password {
        margin-left: 0px;
        margin-top: 50px;
    }
    .col2 .top-content {
        margin-bottom: 41px;
    }
    .dashboard-producer .col2 .change-password button {
        width: 100%;
        margin-top: 30px;
    }
    .col2 {
        width: 100% !important;
    }
    html[lang="en"] .col2 {
        margin-left: 0px;
    }
    html[lang="ar"] .col2 {
        margin-right: 0px;
    }
}
@media (max-width: 1030px) {
    .center-container .col1 .tabs div {
        width: 95%;
    }
}

@media (max-width: 1440px) {
    .top-nav {
        max-width: 1220px;
    }
    .center-container {
        max-width: 1220px;
    }
}
@media (max-width: 1200px) {
    .top-nav {
        max-width: 960px;
    }
    .center-container {
        max-width: 960px;
    }
}
@media (max-width: 992px) {
    .top-nav {
        max-width: 720px;
    }
}
@media (max-width: 926px) {
    .col1 {
        width: 58%;
    }
    .col2 .top-content {
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .top-nav {
        max-width: 540px;
        padding: 0px 15px;
    }
}
@media (max-width: 576px) {
    .top-nav .user-details {
        display: none;
    }
}
@media (max-width: 713px) {
    .center-container .col1 {
        width: 95%;
        margin-left: 0px;
    }
}
@media (max-width: 646px) {
    .center-container .col1 .tabs div {
        width: 98%;
    }
}

@media (max-width: 768px) {
    .dashboard-producer .orders-box table thead {
        display: none;
    }
    .dashboard-producer .orders-box table,
    .dashboard-producer .orders-box table tbody,
    .dashboard-producer .orders-box table tr,
    .dashboard-producer .orders-box table td {
        display: block;
        width: 100%;
    }
    .dashboard-producer .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-producer .orders-box table td {
        padding: 8px 0;
        text-align: left;
        display: flex;
        justify-content: space-between;
    }
    .dashboard-producer .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-producer .col2 .dashboard-info .row1 .colu1,
    .dashboard-producer .col2 .dashboard-info .row1 .colu2,
    .dashboard-producer .col2 .dashboard-info .row1 .colu3,
    .dashboard-producer .col2 .dashboard-info .row1 .colu4 {
        width: 100%;
        margin-bottom: 10px;
    }
    .dashboard-producer .col2 .dashboard-info .content {
        width: 75%;
        display: flex;
    }
    .dashboard-producer .section-header {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 1087px) {
    .tabs a {
        width: 95%;
    }
}
@media (max-width: 1034px) {
    .tabs a {
        text-decoration: none;
        width: 95%;
        display: flex;
    }
}

.tabs a .active {
    background-color: #f2f1f9;
    color: #8379b8;
    border-radius: 25px;
}

.tabs a .active-cast {
    background-color: rgba(240, 82, 113, 0.1019607843);
    color: #f05271;
    border-radius: 25px;
}
.dashboard-producer .custom-select .options {
    padding: 10px;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}

.custom-select .options::-webkit-scrollbar {
    width: 6px;
}

.custom-select .options::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 12px;
}

.custom-select .options::-webkit-scrollbar-track {
    background: transparent;
}
.user-details {
    display: flex;
    align-items: center;
}

.user-details .span-1 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: bold;
    padding-inline-end: 5px;
}

.user-details .span-2 {
    color: #f05271;
    font-size: 16px;
    font-weight: bold;

    padding-inline-start: 15px;
    margin-inline-start: 10px;
    line-height: 1;
    border-inline-start: 3px solid #808080;
}

/* لو صفحة producer */
.dashboard-producer .user-details .span-2 {
    color: #8379b8;
}

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