/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2026 | 21:59:38 */
@media screen and (max-width: 500px) {
    nav {
        margin-top: 100px!important;
    }
}

.awb-menu_icons-left .awb-menu__main-a {
    text-align: left;
}

#popup-course {
    margin-top: 128px;
}

@media screen and (min-width: 1280px) {
    .learnpress-page .fusion-header {
        background: #ffffff;
        padding-left: 50px;
    } 
    
    .lp-sidebar-toggle__open.learnpress-page .fusion-header {
        background: linear-gradient(90deg, #fff9ed 475px, #ffffff 475px)!important;
    }
}
@media screen and (max-width: 1280px) {
    .learnpress-page .fusion-header {
        background: #ffffff;
        padding-left: 13px;
    } 
    
    .lp-sidebar-toggle__open.learnpress-page .fusion-header {
        background: linear-gradient(90deg, #fff9ed 300px, #ffffff 300px)!important;
    }
}
.post-content .learnpress {
    margin-top: 200px;
}

.course-section[data-section-id="1"], .course-section[data-section-id="1"] .course-section-header {
    background-color: #fff9ed;
}

.course-section[data-section-id="2"], .course-section[data-section-id="2"] .course-section-header {
    background-color: #FFE7E0;
}
.course-section[data-section-id="3"], .course-section[data-section-id="3"] .course-section-header {
    background-color: #FFEDE8;
}
.course-section[data-section-id="4"], .course-section[data-section-id="4"] .course-section-header {
    background-color: #F5E9F5;
}
.course-section[data-section-id="5"], .course-section[data-section-id="5"] .course-section-header {
    background-color: #EBEEFC;
}
.course-section[data-section-id="6"], .course-section[data-section-id="6"] .course-section-header {
    background-color: #EAF7EE;
}

.course-curriculum .course-section {
    border: 0px;
}

#popup-header {
    background-color: var(--awb-color5);
}
#popup-header * {
    color: #442e66;
}
#popup-footer {
    bottom: 50px;
    border-top: 0px;
}

#popup-sidebar .course-section .course-section-header, #popup-sidebar .course-section, #popup-sidebar .search-course input[name=s] {
    background-color: #fff9ed;
}

#popup-sidebar .lp-course-curriculum .course-item__right {
    display: none;
}
.lp-course-curriculum .course-section .course-item__info .course-item-ico {
    opacity: 0;
}
#popup-footer .course-item-nav .prev a, #popup-footer .course-item-nav .next a{
    padding: 0px 45px;
    border-radius: 20px;
    line-height: 38px;
    height: 40px;
    background: #ff8663;
    color: #442e66;
}

#popup-footer .course-item-nav .prev::before, #popup-footer .course-item-nav .next::before {
    position: absolute;
    color: #442e66;
    margin: -8px 20px;
}

.learn-press-progress .learn-press-progress__active {
    background-color: #ff8663;
}

.learn-press-progress {
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 10px;
    border-radius: 10px;
}

.learn-press-progress::before {
    background: #ffffff;
}

#popup-sidebar .lp-course-curriculum .course-item.current:before {
    width: 10px;
}

.lp-single-course__header, .info-metas, .lp-section-instructor {
    display:none;
}

.info-learning div {
    margin-bottom: 10px;
}

.lp-content-area{
    max-width: 100% !important;
}

@media (min-width: 992px) {
    .lp-single-course .lp-single-course-main__right {
        margin-top: -195px;
    }
}

.lp-single-course .lp-single-course-main__right__inner {
    top: 125px;
}

.lp-single-course .lp-single-course-main .course-btn-continue{
	background-color: var(--awb-color6)!important;
}

.lp-single-course .lp-single-course-main .course-btn-continue:hover{
    background-color: var(--lp-primary-color, #ffb606)!important;
}

.content-item-summary form {
	display: flex;
    justify-content: center;
	button {
		background-color: #1f1c4b!important;
		color: #ffffff!important;
	}
	button:hover {
		background-color: #ff8663!important;
	}
}