.elementor-1579 .elementor-element.elementor-element-5d06428{padding:0px 50px 0px 50px;}.elementor-1579 .elementor-element.elementor-element-58532b1{padding:22px 22px 22px 22px;border-style:solid;border-width:1px 1px 1px 1px;border-color:#00000029;border-radius:10px 10px 10px 10px;}@media(min-width:768px){.elementor-1579 .elementor-element.elementor-element-58ff1c1{width:75.665%;}.elementor-1579 .elementor-element.elementor-element-dd3d6a0{width:24%;}}/* Start custom CSS for shortcode, class: .elementor-element-58532b1 */.custom-job-header{
    background:#eef2ee;
    border:1px solid #cfd6cf;
    border-radius:10px;
    padding:14px 14px 0;
    font-family:system-ui;
}


/* TOP */

.job-header-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    margin-bottom:14px;
}

.posted-time{
    display:block;
    font-size:12px;
    color:#444;
    margin-bottom:6px;
}

.job-left-content h2{
    margin:0 0 10px;
    font-size:18px;
    font-weight:700;
    color:#111;
}


/* LOCATION */

.job-location{
    display:flex;
    align-items:center;
    gap:6px;
}

.job-location i{
    font-size:14px;
    color:#444;
}

.job-location span{
    font-size:14px;
    color:#444;
}


/* MORE BUTTON */

.more-btn{
    width:30px;
    height:30px;
    border-radius:50%;
    border:1px solid #d7d7d7;
    background:#f8f8f8;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    color:#666;
    font-size:15px;
}


/* BOTTOM */

.job-header-bottom{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:20px;
}


/* TABS */

.job-tabs{
    display:flex;
    align-items:center;
    gap:34px;
}

.job-tabs button{
    background:none;
    border:none;
    padding:0 0 12px;
    font-size:14px;
    font-weight:500;
    color:#444;
    cursor:pointer;
    position:relative;
}

.job-tabs button.active{
    color:#148a31;
    font-weight:600;
}

.job-tabs button.active::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    background:#148a31;
    border-radius:10px;
}


/* ACTION BUTTONS */

.job-action-buttons{
    display:flex;
    gap:8px;
    padding-bottom:10px;
}

.job-action-buttons button{
    height:38px;
    padding:0 14px;
    border:1px solid #d8d8d8;
    border-radius:6px;
    background:#fff;
    display:flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    color:#444;
    cursor:pointer;
}

.job-action-buttons button i{
    font-size:14px;
}


/* RESPONSIVE */

@media(max-width:768px){

    .job-header-bottom{
        flex-direction:column;
        align-items:flex-start;
    }

    .job-tabs{
        gap:18px;
        flex-wrap:wrap;
    }

    .job-action-buttons{
        width:100%;
        padding-bottom:14px;
    }

    .job-action-buttons button{
        flex:1;
        justify-content:center;
    }

}

.custom-job-summary {
   
    padding: 20px 18px;
    font-family: system-ui;
    margin-top: 18px;
}

/* HEADING */

.custom-job-summary h2{
    margin:0 0 18px;
    font-size:18px;
    font-weight:700;
    color:#151515;
}


/* SUB HEADINGS */

.custom-job-summary h3{
    margin:26px 0 14px;
    font-size:15px;
    font-weight:700;
    color:#333;
}


/* PARAGRAPH */

.custom-job-summary p{
    font-size:15px;
    line-height:1.7;
    color:#4f4f4f;
    margin:0 0 18px;
}


/* LIST */

.custom-job-summary ul{
    margin:0 0 20px 18px;
    padding:0;
}

.custom-job-summary ul li{
    font-size:15px;
    line-height:1.7;
    color:#4f4f4f;
}








.custom-hashtag-box{
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    padding:22px 0;
    font-family:system-ui;
}


/* TITLE */

.custom-hashtag-box h3{
    margin:0 0 16px;
    font-size:16px;
    font-weight:700;
    color:#1d1d1d;
}


/* HASHTAGS */

.hashtags-list{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    line-height:1.8;
}

.hashtags-list a{
    color:#148a31;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.hashtags-list a:hover{
    color:#0f7428;
}



.custom-specifications-box{
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    padding:22px 0;
    font-family:system-ui;
}


/* TITLE */

.custom-specifications-box h3{
    margin:0 0 20px;
    font-size:16px;
    font-weight:700;
    color:#1d1d1d;
}


/* GRID */

.specifications-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px 40px;
}


/* ITEM */

.specification-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
}


/* ICON */

.spec-icon{
    width:34px;
    height:34px;
    border-radius:8px;
    background:#f3f3f3;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.spec-icon i{
    font-size:15px;
    color:#111;
}


/* CONTENT */

.spec-content h4{
    margin:0 0 5px;
    font-size:15px;
    font-weight:700;
    color:#111;
}

.spec-content p{
    margin:0;
    font-size:13px;
    color:#666;
    line-height:1.5;
}


/* RESPONSIVE */

@media(max-width:768px){

    .specifications-grid{
        grid-template-columns:1fr;
    }

}



.custom-skills-box{
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    padding:22px 0;
    font-family:system-ui;
}


/* TITLE */

.custom-skills-box h3{
    margin:0 0 18px;
    font-size:16px;
    font-weight:700;
    color:#1d1d1d;
}


/* TAGS */

.skills-tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.skills-tags span{
    background:#eef2ef;
    color:#222;
    padding:9px 14px;
    border-radius:6px;
    font-size:13px;
    line-height:1;
    font-weight:500;
}



.custom-preferred-box{
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    padding:22px 0;
    font-family:system-ui;
}


/* TITLE */

.custom-preferred-box h3{
    margin:0 0 22px;
    font-size:16px;
    font-weight:700;
    color:#1d1d1d;
}


/* LIST */

.preferred-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}


/* ITEM */

.preferred-item{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:4px;
}


/* LABEL */

.preferred-item strong{
    font-size:15px;
    font-weight:600;
    color:#333;
}


/* VALUE */

.preferred-item span{
    font-size:15px;
    color:#555;
}




.custom-job-activity{
    padding:18px 0;
    font-family:system-ui;
}


/* TITLE */

.custom-job-activity h3{
    margin:0 0 22px;
    font-size:16px;
    font-weight:700;
    color:#1d1d1d;
}


/* GRID */

.job-activity-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}


/* ITEM */

.activity-item{
    display:flex;
    flex-direction:column;
}


/* VALUE */

.activity-item h4{
    margin:0 0 6px;
    font-size:18px;
    font-weight:700;
    color:#111;
    line-height:1.4;
}


/* LABEL */

.activity-item p{
    margin:0;
    font-size:13px;
    color:#666;
    line-height:1.5;
}


/* RESPONSIVE */

@media(max-width:768px){

    .job-activity-grid{
        grid-template-columns:repeat(2,1fr);
        gap:24px 18px;
    }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5637376 */.dashboard-sidebar {
  width: 100%;
  background: #f8f8f8;
  padding: 10px;
  font-family: Inter, sans-serif;
}

.section h4 {
  margin: 10px 0;
}

/* CARD */
.card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 14px;
  margin-bottom: 12px;
}

/* PROFILE */
.profile-card {
  text-align: center;
}

.avatar-ring {
  width: 140px;
  height: 140px;
  margin: auto;
  border-radius: 50%;
  padding: 4px;
  background: conic-gradient(#15803d 60%, #e5e7eb 0);
}

.avatar-ring img {
  width: 100%;
  border-radius: 50%;
}

.profile-card h3 {
  margin: 12px 0 6px;
}

.sub {
  font-size: 12px;
  color: #666;
}

/* BUTTON */
.dashboard-sidebar .btn-primary {
  background: #15803d;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 8px;
  width: auto;
}

.small {
  padding: 6px 10px;
  font-size: 12px;
}

/* EVENTS */
.event {
  border-left: 3px solid #15803d;
  padding-left: 10px;
  margin-bottom: 14px;
}

.event h5 {
  margin: 0;
  font-size: 13px;
}

.event p {
  font-size: 12px;
  color: #666;
}

/* CALENDAR */
.cal-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.calendar {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 6px;
  font-size: 11px;
}

.calendar div {
  text-align: center;
  padding: 6px;
}

.calendar .muted {
  color: #bbb;
}

.calendar .active {
  background: #e6f4ea;
  border-radius: 50%;
}

/* REVIEWS */
.review .top {
  display: flex;
  justify-content: space-between;
}

.meta {
  font-size: 11px;
  color: #777;
}

.rating-line {
  font-size: 12px;
  color: #15803d;
}

.desc {
  font-size: 12px;
}

.tags span {
  background: #eef2f3;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 11px;
  margin-right: 5px;
}

hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 10px 0;
}

/* REHIRE */
.rehire-card .top {
  display: flex;
  gap: 10px;
  align-items: center;
}

.rehire-card img {
  width: 50px;
  border-radius: 50%;
}

.rehire-card .rating {
  margin-left: auto;
  background: #e6f9ec;
  padding: 4px 8px;
  border-radius: 20px;
  color: #15803d;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.actions {
  display: flex;
  gap: 8px;
}

.wish {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  width: 34px;
  height: 34px;
}/* End custom CSS */