.text-orange {
    color: #ff7607;
}

.custom-pill {
    border-radius: 40px;
}

.pill-one {
    border-radius: 10px;
}

.badge-mine-2 {
    background-color: #ff7607;
}

.custom-widget-section {
    background-color: #232427;
    border-bottom: 1px solid #333;
}

.custom-widget-section .widget-content h4 {
    color: #fff;
}

.custom-footer-section {
    background-color: #232427;
    display: block;
    color: #fff;
    text-align: center;
    padding: 25px 0;
}

.custom-footer-section p {
    font-size: 12px;
    color: #ababc7;
    margin: 0;
}

.custom-content-wrap {
    display: flex;
    align-items: center;
}

.custom-content-wrap img {
    border-radius: 0px;
}

.my-tumbnail {
    width: 800px;
    height: 337px;
    object-fit: cover;
    object-position: 100% 0;
}

.about-course-section {}

.about-course-section.bg-dark .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.panel-title {
    position: relative;
}

.panel-title::after {
    content: '\f107';
    color: #333;
    top: -2px;
    right: 0px;
    position: absolute;
    font-family: 'FontAwesome';
}

.panel-title[aria-expanded='true']::after {
    content: '\f106';
}


/*
 * Added 12-27-20 to showcase full title clickthrough
 */

.panel-heading-full.panel-heading {
    padding: 0;
}

.panel-heading-full .panel-title {
    padding: 10px 15px;
}

.panel-heading-full .panel-title::after {
    top: 10px;
    right: 15px;
}

.accordion .card-header .btn-block {
    white-space: normal;
}

.pagination-wrap li.active {
    background-color: #ff7607;
    border: 1px solid #ff7607;
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #e5e5e5;
    font-weight: 600;
    border-radius: 2px;
}

.selected td {
    background-color: #acbad4 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 18px;
}

.card-img-top {
    width: 100%;
    height: 12vw;
    object-fit: cover;
}

.home-my-card-width {
    width: 100%;
}

.lis-course-my-card-width {
    width: 100%;
}

.after-search-my-card-width {
    width: 14.5rem;
}

@media only screen and (max-width: 600px) {
    .card-img-top {
        width: 100%;
        height: 300px;     /* Tetapkan tinggi tetap untuk memastikan object-fit: cover bekerja */
        object-fit: cover;
    }
    .home-my-card-width {
        width: 100%;       /* Sesuaikan agar card menempati seluruh lebar kontainer */
        margin-left: auto;
        margin-right: auto; /* Pastikan card berada di tengah */
    }
    .lis-course-my-card-width,
    .after-search-my-card-width {
        width: 100%;       /* Pastikan lebar card memenuhi container di tampilan mobile */
    }
    .after-search-related {
        padding: 0;        /* Sesuaikan padding agar card terlihat lebih rapi */
    }
    .form-seacrh-course {
        padding: 5px;      /* Mengoreksi padding yang salah sebelumnya */
    }
}


/*@media only screen and (max-width: 600px) {*/
/*    .card-img-top {*/
/*        width: 100%;*/
/*        height: auto;*/
/*        object-fit: cover;*/
/*    }*/
/*    .home-my-card-width {*/
/*        width: 21rem;*/
/*        margin-left: 12px;*/
/*    }*/
/*    .lis-course-my-card-width {*/
/*        width: 100%;*/
/*    }*/
/*    .after-search-my-card-width {*/
/*        width: 100%;*/
/*    }*/
/*    .after-search-related {*/
/*        padding: 0px;*/
/*    }*/
/*    .form-seacrh-course {*/
/*        padding: 5px, 5px, 5px, 5px;*/
/*    }*/
/*}*/