.dashboard-title h3 {
    font-size: 27px !important;
    font-family: 'Inter' !important;
    width: 80% !important;
}

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

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

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

.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; */
    text-decoration: underline;
}

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

/*  */

table.qa-table th {
    text-align: center;
}

/* Profile */
.service-row[data-row-index="0"] .service_item.service-zip {
    width: 50% !important;
}
.service-row[data-row-index] .service_item.service-zip {
    width: 47%;
}
.service_item.service-zip.extra_div {
    width: 47%;
}

#update-profile .join-form-mobile{
    display:flex;
    gap:10px;
    width: 100%;
}
#update-profile select.country-code {
    max-width: 30%;
}

/* Popup CSS For Update Profile */
.gcnm-success-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.gcnm-success-modal.active {
    opacity: 1;
    visibility: visible;
}

/* Popup Box */
.gcnm-success-content {
    background: #fff;
    width: 700px;
    max-width: 90%;
    border-radius: 14px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 25px 60px rgba(0,0,0,0.2);
    animation: popupFade 0.3s ease;
}

/* Close Button */
.gcnm-close-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    background: none;
    font-size: 22px;
    cursor: pointer;
    color: #999;
	padding: 8px 14px 10px 12px;
    box-shadow: unset;
}

.gcnm-close-btn:hover {
    color: #333;
    background: unset !important; 
}

/* Checkmark Circle */
.check-circle {
    width: 70px;
    height: 70px;
    background: #4CAF50;
    color: #fff;
    font-size: 32px;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-weight: bold;
}

/* Message */
.gcnm-dynamic-message {
    font-size: 16px;
    margin-bottom: 25px;
    color: #444;
}

/* Thank You Button (light visibility) */
.gcnm-thanku-btn {
    background: #f2f2f2;
    color: #555;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
}

.gcnm-thanku-btn:hover {
    background: #e0e0e0;
}

/* Additional setting hourly Rate csss */
.rate-field {
    max-width: 420px;
    background: #ffffff;
    padding: 20px 22px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-top: 15px;
    font-family: 'Segoe UI', sans-serif;
}

.rate-field label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.rate-input {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 12px;
    transition: all 0.2s ease;
    background: #f9fafb;
}

.rate-input:focus-within {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
    background: #fff;
}

.rate-input .currency {
    font-size: 15px;
    font-weight: 600;
    color: #374151;
    margin-right: 6px;
}

.rate-input input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    background: transparent;
    color: #111827;
}

.rate-input .per {
    font-size: 14px;
    color: #6b7280;
    margin-left: 6px;
}

.rate-btn {
    margin-top: 15px;
    width: 100%;
    padding: 10px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.rate-btn:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    transform: translateY(-1px);
}

.rate-btn:active {
    transform: scale(0.98);
}


/*  */

/* Animation */
@keyframes popupFade {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
/* End */
/* Mobile Responshive */
@media(max-width: 768px) {
    .gcnm-dashboard-wrap {
        display: flex;
        min-height: 500px;
        background: #fff;
        width: 100%;
        flex-direction: column;
    }
    .gcnm-dashboard-sidebar {
        width: 100%;
        background: #f7f7f7;
    }
    .gcnm-dashboard-sidebar ul.gcnm-menu {
        display: flex;
        flex-wrap: wrap;
    }
    .dashboard-title h3 {
        font-size: 24px !important;
        width: 100% !important;
        padding: 10px 5px !important;
    }
    #service-repeater .service-row {
        display: flex;
        flex-direction: column;
    }
    #service-repeater .service-service, #service-repeater .service-zip {
        width: 100% !important;
    }
   
    /* button.remove_field {
        margin-bottom: 1px;
        margin-top: 1px;
        width: 100%;
        text-align: right;
    } */
    .service-row {
        display: flex;
        align-items: center;
    }

    button.remove_field {
        margin-left: auto;
    }
    .updatestatus {
        width: 80% !important;
    }
    .gcnm-dashboard-content {
        flex: 1;
        padding: 10px 1px;
        margin-right: 23px;
    }
    td, th {
            padding: 0.1em 0.7em !important;
        }
    #dashboard-table p {
        margin-bottom: 1em;
    }
    #dashboard-table .job_status, #dashboard-table .request_detail {
        margin-top: 18px;
    }
    .desk-mode{
        display: none;
    }

    @media (max-width: 1024px) and (min-width: 768px) {
        .updatestatus {
            width: 80% !important;
        }
        td, th {
            padding: 0.1em 0.7em !important;
        }
        #dashboard-table p {
            margin-bottom: 1em;
        }
        #dashboard-table .job_status {
            margin-top: 18px;
        }
    }

}