.dashboard-banner-index {
    height: auto !important;
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 1.5rem;
}

.dashboard-banner-index #carouselLandingPage .carousel-indicators {
    bottom: -3.25rem !important;
}

.dashboard .job-box .button-job-box {
    width: 39.25rem;
    height: 3rem;
    padding: 0.25rem 0.25rem 0.25rem 1rem;
    border-radius: 62499.9375rem !important;
    border: 1.5px solid var(----border, #F4F5F6);
}

.dashboard .job-box .button-sort-by-job-box {
    width: 10.625rem;
    height: 3rem;
    padding: 0.25rem 1rem;
    border-radius: 0.75rem;
    border: 1.5px solid var(----border, #F4F5F6);
}

.dashboard .jobs-data{
    margin-top: 0.2rem !important;
}

.dashboard .jobs-data .card {
    text-decoration: none !important;

    padding: 1.75rem 1.5rem;


    border-radius: 1rem;
    border: 2px solid var(--Grey-30, #EFEFEF);
    background: var(--White, #FFF);

    /* shadow-md */
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04);

}

.dashboard .jobs-data .card:hover {
    box-shadow: none;
}

.dashboard .classes-box .card {
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 2.5rem 1rem;
    border-radius: 1rem;
    border: 2px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);

    /* shadow-md */
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04);


}

.dashboard .classes-box .card:hover {
    box-shadow: none;
}


.dashboard .classes-box {
    margin-top: 0 !important;

}

.dashboard .classes-box .card {
    text-decoration: none !important;
}

.dashboard .classes-box .card img {

    border-radius: 0.64538rem;
    height: 12.5rem;
    align-self: stretch;
    object-fit: cover;
}

.dashboard .classes-box .card-body {
    padding: 0 !important;
}

.dashboard .classes-box .card-title {
    overflow: hidden;
    color: var(--Black, var(--Black, #000));
    text-overflow: ellipsis;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 1.6875rem */
}

.dashboard .classes-box .card-text {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.60);
    text-overflow: ellipsis;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.125rem */
}

.dashboard .classes-box .price-container {
    margin-top: 2rem !important;
}


.dashboard .classes-box .price {
    font-size: 1.125rem;
    font-weight: bold;
    color: #000;
}

.dashboard .classes-box .discount-price {
    font-size: 0.875rem;
    color: red;
    padding-bottom: 0 !important;
}

.dashboard .classes-box .original-price {
    text-decoration: line-through;
    color: gray;
}

.dashboard .service-plus .card {
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 2.5rem 1rem;
    border-radius: 1rem;
    border: 2px solid #EFEFEF;
    background: var(--Green-10, #EAFFF9);

    /* shadow-md */
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04);


}

.dashboard .service-plus .card:hover {
    box-shadow: none;
}


.dashboard .service-plus {
    margin-top: 0 !important;

}

.dashboard .service-plus .card {
    text-decoration: none !important;
}

.dashboard .service-plus .card img {
    height: 12.5rem;
    align-self: stretch;
    object-fit: cover;
}

.dashboard .service-plus .card-body {
    padding: 0 !important;
}

.dashboard .service-plus .card-title {
    overflow: hidden;
    color: var(--Black, var(--Black, #000));
    text-overflow: ellipsis;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 1.6875rem */
}

.dashboard .service-plus .card-text {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.60);
    text-overflow: ellipsis;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.125rem */
}

.dashboard .service-plus .price-container {
    margin-top: 2rem !important;
}

.dashboard .service-plus .price {
    font-size: 1.125rem;
    font-weight: bold;
    color: #000;
}

.dashboard .service-plus .discount-price {
    font-size: 0.875rem;
    color: red;
    padding-bottom: 0 !important;
}

.dashboard .service-plus .original-price {
    text-decoration: line-through;
    color: gray;
}


.dashboard .sidebar .card {
    padding: 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid var(----border, #F4F5F6);
    background: #FCFCFC;

    /* shadow-md */
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04);
}

.dashboard .sidebar .card-header {
    padding: 0;
    background: #FCFCFC;
}

.dashboard .sidebar .card-body {
    padding: 0;
    background: #FCFCFC;
}

.progress {
    position: relative;
    width: 19.4375rem;
    height: 0.5rem;
}

.progress-bar-custom {
    background-color: #13CB99 !important;
}

.progress-text {
    position: absolute;
    right: 10px;
    /* Jarak dari tepi kanan */
    top: 50%;
    transform: translateY(-50%);
    /* Supaya teks tetap di tengah vertikal */
    color: var(----text-black, #000);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.5rem */
}

.data-list {
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(----text-white, #FFF);
}

.status {
    border-radius: 6249.9375rem;
    border: 1px solid var(----border, #F4F5F6);

    /* shadow-md */
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.02);
    padding: 1rem;
}


.dashboard .candidate-slider-box {
    margin-top: 0 !important;
}

.dashboard .sidebar .collapse:not(.show) {
    display: none !important;
}

.dashboard .candidate-slider-box .slider-data {
    height: 23rem !important;
    margin-top: 0 !important;
    padding: 2rem 2.5rem !important;
}

.dashboard .candidate-slider-box .slider-data-top-box .text-h3 {
    font-size: 2.5rem !important;
}

.dashboard .candidate-slider-box .slider-data-top-box .text-body-sm {
    width: 30rem !important;
    font-size: 0.75rem !important;
}

.dashboard .candidate-slider-box .btn {
    padding: 8px 20px !important;
    font-size: 0.75rem !important;
}

.dashboard .ti-user:before {
    font-size: unset !important;
}

.modal-complete-profile {
    max-width: 50% !important;
}

.modal-complete-profile .modal-body .img-svg-profile {
    display: flex;
    width: 5rem;
    height: 5rem;
    padding: 1rem !important;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    border-radius: 124999.88281rem;
    background: var(--Secondary, #13CB99);
}

.modal-complete-profile .modal-body .img-svg-profile svg , .modal-complete-profile .modal-body .img-svg-profile img, .modal-complete-profile .modal-body .img-svg-profile i{
    display: flex;
    width: 3rem;
    height: 3rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}


.modal-complete-profile .modal-body {
    padding: 0 !important;
    overflow-y: auto !important;
}

.modal-complete-profile-head {
    padding: 1rem !important;
}

.modal-complete-profile-list {
    padding: 1rem 0;
}

.modal-complete-profile-list .text-body-sm {
    color: var(--Neutral-Neutral-900, #111) !important;
}


.modal-complete-profile-list-data-box {
    text-decoration: none;
    padding: 0.7rem 1rem;
}

.modal-complete-profile .modal-complete-profile-list-data {
    align-items: center;
    justify-content: center;
    display: flex;
    border: thin #787F85 solid;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
}

.modal-complete-profile .modal-complete-profile-list-data.active {
    border: thin #13CB99 solid !important;
}


/* .dashboard .nav-tabs {
    margin-top: 3rem !important;
    border: none !important;
    display: flex !important;
    gap: 1rem !important
}

.dashboard .nav-tabs .nav-item.show .nav-link,
.dashboard .nav-tabs .nav-link.active {
    border: 1px solid var(--Secondary, #13CB99) !important;

}

.dashboard .nav-tabs .nav-item.show .nav-link,
.dashboard .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #000 !important;
    font-size: 0.875rem !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 150% !important;
    border-radius: 6249.9375rem !important;
    border: 1px solid var(--Secondary, #8F969B) !important;
    height: 3rem !important;
} */


@media (max-width: 576px) {

    .dashboard .ti-user:before {
        font-size: 20px !important;
    }

    .dashboard .jobs-data{
        margin-top: 0 !important;
    }

    .search-container-shadow {
        height: 2.5rem !important;
        font-size: 0.875rem !important;
    }


    /* .dashboard .nav-tabs {
        gap: 0.75rem !important
    }

    .dashboard .nav-tabs .nav-item.show .nav-link,
    .dashboard .nav-tabs .nav-link {
        height: 2rem !important;
        font-size: 0.58331rem !important;
    } */

    .dashboard .candidate-slider-box .slider-data {
        height: 18.75rem !important;
        /*margin-top: 1.5rem !important;*/
        padding: 1rem !important;
    }

    .dashboard .candidate-slider-box .slider-data-top-box .text-h3 {
        font-size: 1.5rem !important;
    }

    .dashboard .candidate-slider-box .slider-data-top-box .text-body-sm {
        width: 100% !important;
        font-size: 0.75rem;
    }

    .modal-complete-profile .modal-body .img-svg-profile {
        width: 3rem !important;
        height: 3rem !important;
    }

    .modal-complete-profile .modal-body .img-svg-profile svg, .modal-complete-profile .modal-body .img-svg-profile img, .modal-complete-profile .modal-body .img-svg-profile i {

        width: 1.8rem !important;
        height: 1.8rem !important;
    }

    .modal-complete-profile .modal-body .modal-complete-profile-head .user-profile .text-xl {
        font-size: 1.125rem !important;
    }

    .modal-complete-profile .modal-body .modal-complete-profile-head .user-profile .text-body-sm {
        font-size: 0.75rem !important;
    }

    .modal-complete-profile-head {}
}