@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
* {
    font-family: "Rubik", sans-serif !important;
}
.btn, .btn:focus, .btn:focus-within, .form-control {
    border-radius: 5px;
}
.custom-course-wrap.dark-theme {
    background: #151515;
}
.custom-course-information .btn {
    border-radius: 7px;
}
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}
html, body {
    scroll-behavior: smooth;
}
.custom-course-navbar {
    height: 81px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1), 0px -10px 20px -10px rgba(0, 0, 0, 0.3); /* Awesome box shadow */
    z-index: 99 !important;
    transition: .5s;
}
#static-html {
    width: 100%;
    margin-top: 81px;
}
.custom-course-information {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0;
    z-index: 3;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1), 0px 10px 20px -10px rgba(0, 0, 0, 0.3); /* Awesome box shadow */
}
.custom-course-information .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.sign_up_btn {
    margin-bottom: 0;
}
.sign_up_btn .btn {
    color: #252525;
}
.sign_up_btn .btn:hover {
    color: var(--primary);
}
.course-title {
    font-size: 20px;
    line-height: 1.5;
}
.course-subtitle {
    font-size: 18px;
}
.harga-coret {
    font-size: 16px;
}
.header_user_notif, .header_user_notif li:first-child {
    margin: 0;
}
.course-cta {
    font-size: 24px !important;
}
.course-cta .arrow-right {
    margin-left: 1rem;
}
.on-mobile {
    display: none;
}
.custom-course-discount {
    padding: 0.5rem 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
}

/* Navbar */
.light-theme .custom-course-navbar {
    background: #FFF;
}
.light-theme .custom-course-navbar *, .light-theme .custom-course-navbar a:hover {
    color: #252525 !important;
}
.dark-theme .custom-course-navbar {
    background: #252525;
}
.dark-theme .custom-course-navbar *, .dark-theme .custom-course-navbar a:hover {
    color: #FFF;
}

/* Course Discount & Stock */
.custom-course-discount * {
    color: var(--accent-text-color) !important;
}

/* Sign Up Bottom */
.sign-up-bottom {
    padding: 2rem 0;
    background: var(--accent-color-light);
}
.dark-theme .sign-up-bottom {
    background: #151515;
    color: #FFF;
}
.sign-up-bottom .form-control {
    padding: 20px 14px;
}
.sign-up-bottom-wrap {
    /*display: grid;*/
    /*grid-template-columns: 2fr 1.2fr;*/
    /*grid-gap: 2rem;*/
    background: #FFF;
    border-radius: 8px;
    padding: 20px 40px;
    border: 1px solid #ddd;
}
.dark-theme .sign-up-bottom-wrap {
    background: #252525;
    border: 1px solid #252525;
}
.sign-up-bottom-left {
    background: #FFF;
    border-radius: 8px;
    padding: 2rem;
}
.sign-up-bottom-right {
    background: #FFF;
    border-radius: 8px;
    padding: 2rem;
}
.webinar-schedule {
    font-size: 16px;
}
.light-theme .webinar-schedule {
    color: #252525;
}
.or-button {
    margin-top: 1rem;
}
.webinar-schedule-choices {
    margin-bottom: 2rem;
}
.btn-webinar-choice, .btn-webinar-choice:hover {
    border-color: #252525;
    color: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dark-theme .btn-webinar-choice, .dark-theme .btn-webinar-choice:hover {
    color: #FFF;
    border-color: #FFF;
}
.btn-webinar-icon {
    color: transparent;
    margin-right: 0.5rem;
}
.btn-webinar-choice.selected {
    color: #FFF;
    background: var(--accent-color);
    font-weight: 700;
    border-color: var(--accent-color);
}
.dark-theme .btn-webinar-choice.selected, .dark-theme .btn-webinar-choice.selected .btn-webinar-icon {
    color: #252525;
}
.btn-webinar-choice.selected .btn-webinar-icon {
    color: #FFF;
}
.select-webinar-title, .signup-title.webinar {
    font-size: 17px;
}
.dark-theme .select-webinar-title, .dark-theme .signup-title {
    color: #FFF;
}
.price-info-wrap {
    padding: 1rem;
    border: 1px solid #252525;
    border-radius: 6px;
    margin-top: 2rem;
}
.price-info-title {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #252525;
    padding-bottom: 0.5rem;
}
.coupon-form-wrap {
    margin-top: 1rem;
}
.dark-theme .price-info-wrap, .dark-theme .price-info-title {
    border-color: #FFF;
}
.coupon-code-wrap {
    position: relative;
}
.btn-coupon-apply {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-5px, -50%);
    font-size: 13px;
    font-weight: 500;
    padding: 0 0.5rem;
    height: calc(100% - 10px);
}
.light-theme .btn-coupon-apply {
    color: #FFF;
}
.sign-up-bottom .btn-lg {
    font-size: 18px;
}
#signup-button {
    margin-top: 2rem;
    color: var(--accent-text-color) !important;
}
#signup-button:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2), 0px 0px 20px -10px rgba(0, 0, 0, 0.4); /* Awesome box shadow */
}
.btn-google {
    background: #FFF;
    border: 1px solid rgb(206, 212, 218);
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-google img {
    margin-right: 0.5rem;
}
.btn-google:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1), 0px 0px 20px -10px rgba(0, 0, 0, 0.3); /* Awesome box shadow */
}
.logos-bottom {
    display: none;
    margin-top: 2rem;
}
.dark-theme .dark-logos {
    display: block;
}
.light-theme .light-logos {
    display: block;
}

/* Course Information */
.custom-course-information {
    transition: .5s;
}
.custom-course-information.disappear {
    transform: translateY(100%);
}
.light-theme .custom-course-information * {
    color: #252525;
}
.dark-theme .custom-course-information {
    background: #252525;
}
.dark-theme .custom-course-information * {
    color: #FFF;
}

.light-theme #modal-affiliate * {
    color: #252525;
}
.dark-theme #modal-affiliate .modal-content {
    background: #252525;
}
.dark-theme #modal-affiliate *:not(input) {
    color: #FFF;
}

.course-cta * {
    color: var(--accent-text-color) !important;
}
.affiliate-cta * {
    color: var(--accent-text-color) !important;
}

.modal-backdrop {
    display: unset;
}

@media (max-width: 768px) {
    .on-mobile {
        display: block;
    }
    .on-desktop {
        display: none;
    }
    .sign-up-bottom-wrap {
        padding: 1.7rem;
    }
    .sign-up-bottom {
        padding: 1rem 0;
        background: var(--accent-color-light);
    }
    .course-title {
        font-size: 20px;
    }
    .course-subtitle-2 {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 0 !important;
    }
    .course-cta {
        font-size: 21px !important;
        padding: 10px 20px !important;
    }
    .harga-coret {
        font-size: 15px;
    }
    .custom-course-information .container {
        height: 100%;
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: 1fr auto;
    }
    .course-cta-wrap {
        justify-content: center !important;
    }
    .course-cta .arrow-right {
        font-size: 24px;
        margin-left: 0.3rem;
    }
    .custom-course-discount {
        font-size: 14px;
        line-height: 1.5;
    }
    .btn-webinar-choice {
        font-size: 13px;
    }
}
@media (max-width: 395px) {
    .course-title {
        font-size: 17px;
    }
    .harga-coret {
        font-size: 14px;
    }
    .course-cta {
        font-size: 19px !important;
    }
    .custom-course-discount {
        font-size: 13px;
    }
    .course-subtitle-2 {
        font-size: 13px;
    }
    .btn-webinar-choice {
        font-size: 12px;
    }
}