.gcnm-dashboard-wrap {
    display: flex;
    min-height: 500px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

/* Sidebar */
.gcnm-dashboard-sidebar {
    width: 240px;
    background: #f7f7f7;
    padding: 20px;
    border-right: 1px solid #ddd;
}

.gcnm-dashboard-sidebar h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.gcnm-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gcnm-menu li {
    padding: 12px 15px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 5px;
}

.gcnm-menu li.active,
.gcnm-menu li:hover {
    background: #2643BC;;
    color: #fff;
}

.gcnm-menu li a {
    color: inherit;
    text-decoration: none;
    display: block;
}

/* Content */
.gcnm-dashboard-content {
    flex: 1;
    padding: 25px;
}

.gcnm-tab {
    display: none;
}

.gcnm-tab.active {
    display: block;
}

/*  */
.status-approved {
    padding: 7px;
    background-color: green;
    color: white;
    border-radius: 2px;
}

/*  */
.updatestatus {
    display: flex;
    width: 30%;
    gap: 20px;
    padding-bottom: 20px;
}

/* Rating */
.rating-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.star-rating span {
    font-size: 22px;
    cursor: pointer;
    color: #ccc;
    transition: color 0.2s;
}

.star-rating span.active,
.star-rating span:hover,
.star-rating span:hover ~ span {
    color: #f5b301;
}

.rating-submit {
    padding: 8px 14px;
    background: #2643BC;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.rating-submit:hover {
    background: #135e96;
}

/* End */

/* Dashboard css */
.gcnm-tab h2 {
    font-family: "Inter", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
}
ul.gcnm-menu li:hover {
    background-color: #2643BC !important;
}
.request_detail h4 {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
}
#dashboard-table td {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
}
button.button.btn_assign_view, button.update-lead-status {
    background-color: #2643BC;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
}
.gcnm-menu li.active {
    background-color: #2643BC !important;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
}
.gcnm-dashboard-sidebar h3 {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
}
.request_detail {
    text-align: left;
}
.job_status h4 {
    text-align: left;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
}
#dashboard-table tr th{
    background-color: darkgrey;
}

/*  */