.yp-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.yp-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.yp-table th,
.yp-table td {
    padding: 12px 15px;
}

.yp-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.yp-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.yp-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.yp-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}


/**

Yp Modal (without lib bootstrap)

    add element div.yp-modal-open (the modal countainer) outer the modal div
    & and element div.yp-modal-backdrop after/ below div.yp-modal-open
    to footer
    and js jquery to even click show or hide modal ( add/remove modal-show class to modal & backdrod div )

*/
.modal-show{
    display: block!important;
}
.yp-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.yp-modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto; 
    position: relative;
    width: auto;
    margin: 3.5rem auto;
    pointer-events: none;
}

.yp-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.yp-modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.yp-modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.yp-modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.yp-modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.yp-modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.yp-modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.yp-modal-backdrop.modal-show {
    opacity: .5;
}

.yp-modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.yp-modal-open .yp-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.single-hero {
    background-image: url('../images/bg-single-head-hero.jpg');
    background-size: cover;
    background-position: center center;
    border-radius: 30px;
}

.content-single-hero {
    margin: 90px 63px;
}

.single-hero .title {
    font-size: 24px;
    color: #232323;
    font-family: 'Inter';
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single-hero .meta {
    margin: 30px 0px;
    color: #232323;
    font-family: Inter;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.title-meta {
    font-weight: bold;
    color: #232323;
    font-family: Inter;
    font-size: 16px;
    margin-bottom: 10px;
}

.single-hero .meta span i {
    color: #0b6623;
}

.wrapper-content-pelatihan{
    margin: 80px 0px!important;
}

.wrapper-content-pelatihan .content-pelatihan img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
}
.content-pelatihan .entry-content {
    border: 1px solid #efefef;
    padding: 50px 35px;
    border-radius: 20px;
}

hr.line-devide {
    margin: 40px 0px 30px 0px;
}

.widget-box-cta{
    border: 1px solid #e7e7ec;
    border-radius: 20px;
    padding: 40px 30px;
    margin-left: 30px;
    position: sticky;
    top: 20%;
}

.widget-box-cta h4, .widget-box-cta li i{ 
    color: #0b6623;
    margin-bottom: 20px;
}

span.harga-pelatihan{
    font-family: 'Inter';
    font-size: 27px;
    font-weight: 900;
    color: #08AD16;
}

p.harga-ket{
    font-size: 12px;
    font-family: 'Inter';
}

a.btn-daftar {
    margin: 20px 0px 15px 0px;
    width: 100%;
}

.btn-daftar{
    background-color: #0b6623;
    border-radius: 100px;
    padding: 15px 30px;
    /* justify-content: center; */
    text-align: center;
    border: 0px;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #fff !important; 
    display: block;
}

.item-pelatihan {
    background-color: white!important;
    border: 1px solid #E6E7E9!important;
    border-radius: 20px!important;
    margin-bottom: 25px!important;
}

.item-pelatihan>img {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    width: 100%;
    height: 218px;
    object-fit: cover;
}

 

.btn-ikut {
    background-color: white!important;
    border-radius: 100px!important;
    padding: 15px 30px!important;
    justify-content: center;
    align-items: center;
    border: 1px solid #0b6623!important; 
    font-size: 14px!important;
    font-weight: bold!important;
    text-transform: uppercase!important;
    letter-spacing: 0.7px!important;
    color: #0b6623!important;
    margin: 0 auto!important;
    max-height: 53px;
}

.btn-ikut:hover {
    background-color: #0b6623!important;
    color: white!important;
    border: 1px solid #0b6623!important;

}

/* Example CSS for default pagination classes */

body .pagination-archive .pagination{
    display: block!important;
    justify-content: unset!important;
}
.navigation.pagination {
    margin-top: 20px;
    text-align: center;
}

.page-numbers {
    padding: 5px 10px;
    border: 1px solid #0b6623;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
}

.page-numbers.current {
    background-color: #0b6623;
    color: #fff;
}
.page-numbers:not(.current):hover{
background-color: #0b6623;
    color: #fff;
}

.section-list-pelatihan{
    padding: 20px;
}

.section-list-pelatihan .table-responsive{
    padding:0 20px;
}

.section-list-pelatihan .table thead tr th{
   /* font-size: 17px; */
    text-align: center;
    font-weight: 800!important;  
    background-color: #0B6623!important;
    color: white!important;
     
}

body #table-jadwal-pelatihan_wrapper.dt-container .dt-paging .dt-paging-button.current, 
body #table-jadwal-pelatihan_wrapper.dt-container .dt-paging .dt-paging-button.current:hover,
body #table-jadwal-pelatihan_wrapper.dt-container .dt-paging .dt-paging-button:not(.disabled):hover{
    background-color: #0B6623!important;
    color: white!important;
    border: 1px solid #0B6623!important;
    background: linear-gradient(to bottom, #0B6623 0%, #0B6623 100%) !important;
}

.content-single img.image-feature{
    border-radius: 20px;
    margin-bottom: 30px;
}

.news-list {
    margin-top: 40px!important;
}

.news-list .card {
    border-radius: 20px;
}
.news-list img {
    border-radius: 20px 0px 0px 20px !important;
    height: auto;
    object-fit: cover;
}

.news-meta {
    color: #797979;
    font-family: Inter;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    gap: 15px;
    align-items: center;
}

hr.news-line {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: #ccc solid;
    opacity: .25;
}

.news-list h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.news-list p {
    color: #797979;
    font-family: 'Inter';
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
}

.lm-breadcrumb a {
    color: #0b6623;
    font-weight: bold;
    text-decoration: none;
}

.color-utama{
    color: #0b6623;

}

.related-post .title-related-post{
    font-size: 1.8rem;
}

@media screen and (max-width: 480px) {
    body:not(.blog) .news-list img.img-fluid.rounded-start {
        padding: 0;
        border-radius: 20px!important;
    }
}

@media only screen and (max-width: 768px) {
    .single-hero{
        max-width: 100%;
        margin: 0px !important;
    }

    .single-hero h1.title {
        font-size: 16px;
    }
 
    .single-hero .meta  .title-meta { 
        font-size: 14px;
    }
    .single-hero .meta {
        margin: 25px 0px; 
        font-size: 13px;
        line-height: 14px; 
        gap: 15px; 
    }

    .sidebar-pelatihan .widget-box-cta{

         border-radius: 20px;
        padding: 20px 20px;
        margin-top: 30px;
        margin-left: 0px; 
        top: 20%;

    }

    .sidebar-pelatihan .widget-box-cta h2{
        font-size: 20px;
    }

    .sidebar-pelatihan .widget-box-cta ul li{
        font-size: 14px;
    }

    
    .sidebar-pelatihan .widget-box-cta ul li i{
        margin-bottom: 10px;
        font-size: 14px;
    }

 
    .sidebar-pelatihan .widget-box-cta .harga-pelatihan{
        font-size: 22px;
    }
    
}

