/* PPDS Syle */
html,
body {
    background-color: unset !important;
}

:root {
    --primary-color: #811C1C;

    --primary-dark-color: #641717;
    --primary-darker-color: #2B0909;
    --primary-02-color: #D5B3B3;
    --primary-soft-color: #FAF6F6;
    --primary-soft-03-color: #F2E8E8;
    --secondary-06-color: #DE7519;

    --gray-8: #939393;

    --Black-Black-07: #424242;

    --secondary-1: #EFECE0;
    --secondary-2: #3A3521;
    --secondary-3: #3A3521;
    --secondary-4: #AD9F62;
    --secondary-5: #3A3521;
    --secondary-6: #3A3521;
}

/* font */

.text-ppds-black-8 {
    color: var(--gray-8);
    text-transform: capitalize;
}

.text-ppds-white {
    color: #fff !important;
}


.text-ppds-secondary-main {
    color: var(--secondary-color-10, #3D3C3E);

    /* Base/Body - Bold */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.32px;
}

.text-ppds-secondary-sub {
    color: var(--secondary-color-10, #3D3C3E);

    /* Small/Body - Semibold */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: 0.24px;
}

.text-ppds-secondary-06 {
    color: var(--secondary-06-color) !important;
}

/* end of font */

/* text-decoration */

.text-decoration-none {
    text-decoration: none !important;
}

.line-through {
    text-decoration: line-through;
}

/* end of text-decoration */


/* background */
.bg-catalog__jumbotron {
    background-image: url('../../front/Front/images/catalog-bg.png');
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-color: var(--secondary-1);
    aspect-ratio: 3;
}

.bg-detail_expert_class {
    background-image: url('../../front/Front/images/ppds/EC_detail_kelas.png');
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-color: var(--secondary-1);
}

.bg-ppds-primary {
    background-color: var(--primary-color) !important;
    color: #fff;
}

.bg-ppds-primary-soft-06 {
    background-color: var(--primary-soft-03-color);
    color: #fff;
}

.bg-ppds-secondary {
    background-color: #FAF9F5 !important;
    /* color: var(--primary-dark-color); */
}

.bg-ppds-secondary-6 {
    background-color: var(--secondary-6);
    color: white;
    /* color: var(--primary-dark-color); */
}

.bg-ppds-secondary-4 {
    background-color: var(--secondary-4);
    color: var(--secondary-2);
}

.bg-ppds-primary-darker {
    background-color: var(--primary-darker-color);
    color: #fff;
}


.bg-unset {
    background-color: unset !important;
}

.bg-unset .container {
    background-color: red !important;
}

/* end of background */

/* button */

.btn-abs {
    position: absolute;
}

.btn-abs.btn-right {
    right: 0;
}

.btn-ppds-primary {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}


.btn-abs.btn-ppds-class-side-menu.btn-open {
    top: 10%;
    position: fixed;
    z-index: 1;
}

.btn-ppds-primary.btn-ppds-class-side-menu {
    font-size: 1rem;
    cursor: pointer;
}

.btn-ppds-primary.btn-ppds-class-side-menu.btn-open {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-ppds-primary.btn-ppds-class-side-menu.btn-close {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-ppds-primary:hover {
    background-color: var(--primary-dark-color) !important;
    color: #fff !important;
}

.btn-ppds-ecdp {
    background: var(--soft-primary-ppds-soft-primary-ppds-01, #FFFF);
    /* border-radius: 12px; */
    color: #811C1C !important;
}

.btn-ppds-ecdp:hover {
    background: var(--primary-color);
    color: #ffff !important;
    /* border-radius: 12px; */
}

.border.border-primary {
    border: 2px var(--primary-color) !important;
}

.border.border-primary:hover {
    border: 2px #ffff !important;
}

.btn-ppds-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-weight: 400;
}

.btn-ppds-outline-primary:hover {
    background-color: var(--primary-dark-color);
    border-color: var(--primary-color);
    color: #fff;
}

.btn-ppds-outline-secondary {
    border-color: var(--secondary-4);
    color: var(--secondary-4);
    font-weight: 400;
}

.btn-ppds-outline-secondary:hover {
    background-color: var(--secondary-4);
    border-color: var(--secondary-4);
    color: #fff;
}


.btn-ppds-secondary {
    background-color: var(--secondary-4) !important;
    color: #fff !important;
    font-weight: 400;
}

.btn-ppds-primary-soft-3 {
    background-color: var(--primary-soft-03-color) !important;
    color: var(--primary-color) !important;
    font-weight: 400;
}

.btn-ppds-primary-soft-3:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    font-weight: 400;
}

.btn-ppds-primary-soft-3.border {
    border: 2px solid var(--primary-color) !important;
    font-weight: 400;

}

/* end of button */

/* custom switch button  */
.switch {
    position: relative;
    display: inline-block;
    width: 60px !important;
    height: 34px !important;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-ppds {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-ppds:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider-ppds {
    background-color: #2196F3;
}

input:focus+.slider-ppds {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider-ppds:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider-ppds.round {
    border-radius: 34px;
}

.slider-ppds.round:before {
    border-radius: 50%;
}

/* End of custom button */

/* End of button */

@media screen and (max-width: 430px) {
    .btn-sm-block {
        display: block;
        width: 100%;
    }
}

.btn-ppds-secondary {
    background-color: #fff;
    color: var(--primary-color);
}


/* end of button */

/* Card */

.card-body.card-ppds-primary-soft-3 {
    background-color: var(--primary-soft-03-color) !important;
    color: var(--primary-color) !important;
    border-radius: 14px !important;
}

.card-img-overlay.ppds-card-product {
    z-index: 10 !important;
}

/* Tag-Card */
.taged-card {
    position: absolute;
    z-index: 2;
    bottom: 1em;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0.6rem;
}

.tagged-card-lb {
    left: 1.8rem;
}

.rounded-xl {
    border-radius: 24px;
}

@media screen and (min-width: 700px) and (max-width: 960px) {
    .taged-card {
        max-width: 240px;
    }
}

@media screen and (min-width: 960px) {
    .taged-card {
        min-width: 240px !important;
    }
}

.ppds-card-product {
    position: absolute;
    top: unset;
}

.banner-lg {
    max-width: 1600px !important
}

.action-banner {
    background-size: cover;
    color: #fff;
    border-radius: 14px !important;
    background-image: url("../../front/Front/images/ppds/action-banner-bg.png");
}

.action-banner.d-none {
    display: none !important;
}

.action-banner a {
    width: max-content;
}

.overlay-container {
    position: relative;
}

.overlay-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the alpha value to control the overlay transparency */
    border-radius: 18px;
}

/* End of Tag-Card  */


/* Carousel */
.carousel-inner {
    border-radius: 2rem;
}

.carousel-indicators.carousel-indicators-ppds-1 li {
    width: 1rem;
    height: 0.2rem;
}

.carousel-indicators.carousel-indicators-ppds-1 .active {
    background-color: var(--primary-color) !important;
    width: 2.6rem;
    height: 0.4rem;
}

.carousel-indicators.carousel-indicators-ppds-2 {
    bottom: -2.6rem;
}

.carousel-indicators.carousel-indicators-ppds-2 li {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #fff;
    border: var(--primary-color) 1px solid;
}

.carousel-indicators.carousel-indicators-ppds-2 .active {
    background-color: var(--primary-color) !important;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: var(--primary-color);
    border: var(--primary-color) 1px solid;
}

.carousel-control-prev.ppds-custom-hide,
.carousel-control-next.ppds-custom-hide {
    border: unset;
    background-color: unset;
}


/* Bootstrap */
.carousel-item.testimonial {
    opacity: 0;
}

.carousel-item.active.testimonial {
    opacity: 1;
    animation: fadeIn 0.2s ease-out;
}

.carousel-item.batch-info-carousel {
    opacity: 0;
    display: none;
}

.carousel-item.batch-info-carousel.active {
    opacity: 1;
    z-index: 1;
    animation: fadeIn 0.2s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.popover {
    z-index: 0 !important;
}

.badge.bg-ppds-primary {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

/*End of Bootsrap */




/* Display */
.d-abs {
    display: absolute;
}

.d-block {
    display: block;
}

@media screen and (max-width: 430px) {
    .d-sm-block {
        display: block !important;
    }
}

@media screen and (min-width: 430px) {
    .d-sm-none {
        display: none !important;
    }
}

/* End of Display */

/* position */
.pos-unset {
    position: unset !important;
}

/* end of position */

/* Images */

/* End of Images */


/* text */

.primary {
    color: var(--primary-color) !important;
}

.secondary-06 {
    color: var(--secondary-06-color) !important;
}



/* Custom Page*/

/* Benefit vidio */
.benefit-vidio {
    width: 100%;
}

@media screen and (max-width: 520px) {
    .benefit-vidio {
        height: max-content !important;
        min-height: 200px !important;
    }
}

/* My Class */
.rank-number {
    aspect-ratio: 1/1;
    min-width: 100px;
    background-color: #F7F0F0;
    border-radius: 14px;
}

.rank-card-list {
    min-width: fit-content;
}

.d-flex.rank-card-list.my-3.pb-2.hidden {
    display: none !important;
}

/* My Class */
@media screen and (max-width: 768px) {
    .box-card.rank-card {
        width: fit-content;
    }
}

/* card catalog */
.container.container_catalog {
    max-height: 2200px;
    overflow-y: auto;
}

.container_catalog::-webkit-scrollbar {
    display: none;
}

#search_notif {
    display: none;
}

@media screen and (max-width: 720px) {
    .container.container_catalog {
        max-height: 1000px;
    }
}

.product-name-catalog {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    border-radius: 12px 0px 12px 0px;
}

.rating-catalog {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    color: #fff;
    right: 0px;
    border-radius: 12px;
}

.tag-catalog {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    left: 0px;
    border-radius: 12px 0px 12px 0px;
}

.container.carousel-inner {
    max-width: 1600px !important;
    position: relative;
}

/* end of card caralog */

/* Dashboard PPDS */
.card-dashboard-ppds {
    border-radius: 1rem;
}

@media screen and (min-width: 300px) and (max-width: 431px) {
    .card-dashboard-ppds-statistic-pc {
        display: none !important;
    }

    .card-dashboard-ppds-statistic-mobile {
        display: flex;
    }

    .container-maskot-dashboard {
        display: none;
    }

}

@media screen and (min-width: 431px) {
    .card-dashboard-ppds-statistic-mobile {
        display: none !important;
    }

    .card-dashboard-ppds-statistic-pc {
        display: flex;
    }
}

@media screen and (min-width: 431px) {
    .container-maskot-dashboard {
        display: none;
    }
}

@media screen and (min-width:1001px) {
    .container-maskot-dashboard {
        display: block;
    }
}

.ppds-maskot-dashboard {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.container.carousel.slide {
    max-width: 1600px !important;
}

.batch-info {
    min-width: 100%;
    color: #fff;
    padding: 0;
}

.bg-batch-info {
    position: absolute;
    z-index: -1;
    max-height: 160px;
    width: 100%;
}



@media screen and (max-width: 431px) {
    .batch-info {
        display: none !important;
    }
}


/* card */
.card-program-container {
    /* max-height  : 10rem; */
    height: 240px !important;
}

.study-program-card {
    max-height: 68px;
    height: 100% !important;
    border: var(--primary-color) 1px solid !important;
}

.border-bottom-primary {
    border-bottom: var(--primary-color) 1px solid !important;
}

.left-blur,
.right-blur {
    /* background-color: var(--primary-soft-color); */
    border-radius: 1rem;
    width: 15% !important;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

.left-blur {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    left: -4rem;
}

.right-blur {
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    right: -4rem;
}

/* end of card */

.owl-item.active .slider__item.slider-hide {
    display: none !important;
}

/* Custom component */

/* Custom img modal */
#img_popup {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#img_popup:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal_popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1050;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The close_modal_popup Button */
.close_modal_popup {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close_modal_popup:hover,
.close_modal_popup:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/* end custom image modal */

.ppds-silabus_container {
    flex-flow: wrap;
}

.ppds-silabus_card {
    width: 46% !important;
}

@media screen and (max-width: 430px) {
    .ppds-silabus_card {
        width: 100% !important;
    }
}

/* nav-link */
.nav-ppds {
    border-bottom: 2px solid var(--gray-8) !important;

}

.nav-link.tab-ppds.active {
    background-color: var(--primary-soft-03-color) !important;
    color: var(--primary-color) !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 3px solid var(--primary-color) !important;
    font-weight: 600;
}

.nav-link.tab-ppds {
    color: var(--gray-8);
}

.nav-link.tab-ppds.text-white.active {
    background-color: #FFFF !important;

}

.class-side-nav {
    height: 100%;
    max-width: 340px;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: var(--primary-soft-color);
    overflow: hidden;
    transition: 0.5s;
    padding-top: 60px;
    overflow-y: auto;
}

.class-side-nav::-webkit-scrollbar {
    display: none;
}

.class-side-nav a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    /* color: #818181; */
    display: block;
    transition: 0.3s;
}

.class-side-nav a:hover {
    /* color: #f1f1f1; */
}

/* .class-side-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
} */

.nav-item a {
    color: var(--gray-8);
}



#ppds-my-class-content {
    transition: margin-left 0.5s;
    padding: 16px;
}

.nav-ppds {
    overflow-x: auto;
    white-space: nowrap;
}

.nav-item {
    display: inline-block;
}

ul.nav-ppds {
    display: block;
}

ul.nav-ppds::-webkit-scrollbar {
    display: none;
}

.container-class-recomendation::-webkit-scrollbar {
    display: none;
}

.ppds-item-menu {
    color: var(--Black-Black-07) !important;
    font-weight: 500;
}

.ppds-item-menu.active {
    color: var(--primary-color) !important;
    font-weight: 500;
}

.side-menu-section {
    border-radius: 14px;
    background-color: white;
}

.side-menu-section .ppds-item-menu.active {
    background-color: var(--soft-ppds-3-color) !important;
}


/* Notification */
.not_found {
    display: none;
}

.not_found.show {
    display: block;
}

/* calendar */
.ppds-box-calendar .weeks-wrapper .day.expert_class span {
    background-color: var(--primary-color);
    color: #fff !important;
    padding: 0.2rem 0.5rem;
}

.ppds-box-calendar .weeks-wrapper .day.expert_class span:hover {
    background-color: var(--primary-dark-color);
    color: #fff !important;
    padding: 0.2rem 0.5rem;
}

.ppds-box-calendar .weeks-wrapper .day.expert_class.future span {
    border: 2px solid var(--primary-color);
    background-image: linear-gradient(45deg, var(--primary-color), var(--primary-02-color) 40%);
    color: #000 !important;
    padding: 0.2rem 0.6rem;
}

.ppds-box-calendar .weeks-wrapper .day.expert_class.past span {
    /* border: 2px solid var(--primary-color); */
    background-color: #92929298;

    padding: 0.2rem 0.5rem;
}

.ppds-box-calendar .weeks-wrapper .day.acceleration_class span {
    background-color: var(--primary-color);
    color: #fff !important;
    padding: 0.2rem 0.5rem;
}

.ppds-box-calendar .weeks-wrapper .day.acceleration_class span:hover {
    background-color: var(--primary-dark-color);
    color: #fff !important;
    padding: 0.2rem 0.5rem;
}