@font-face{
	font-family: 'poppin';
	src : url('../font/poppins/poppins.ttf')
}

@font-face{
	font-family: 'inter';
	src : url('../font/inter/inter.ttf')
}


@font-face{
	font-family: 'sora';
	src : url('../font/sora/sora.ttf')
}

@font-face{
	font-family: 'lobster';
	src : url('../font/lobster/Lobster-Regular.ttf')
}


@font-face{
	font-family: 'pacific';
	src : url('../font/pacific/Pacifico-Regular.ttf')
}



.text_flow_multi1 {
	/* Tampilkan 1 baris */
	font-size: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	position: relative;
	color: inherit;
}
.text_flow_multi2 {
	/* Tampilkan 2 baris */
	font-size: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
	color: inherit;
}


.text_flow_multi3 {
	/* Tampilkan 3 baris */
	font-size: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	position: relative;
	color: inherit;
}

.text_flow_multi4{
	/* Tampilkan 4 baris */
	font-size: inherit;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	position: relative;
	color: inherit;
}
.header_page{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.header_page h1{
	font-weight: bolder;
	font-family: pacific;
	font-size: 40px;
}

.col_modal_menu{
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 2px solid #ccc;
}
.col_modal_menu a{
	display: block;	
	width: 100%;
	height: auto;
	text-decoration: none;
	color: #000;
}
.video{
	width: 100%;
	height: 400px;
}
.video video{
	width: 100%;
	height: 100%;
}

.nav_header{

}
.col_left{
  text-align: left;
}
.col_right{
  display: flex;
  justify-content: right;
}

.nav_header .responsive_content{
  display: none;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.responsive_content .btn_sidebar{
  margin-right: 10px;
  cursor: pointer;
}
.responsive_content .content{
  width: 100%;
  height: auto;
  /*background: red;*/
}
.nav_header .box_profile{
  /*width: auto;*/
}
/*Disini sidebar sudah responsive dan fixed satu layar*/
@media(max-width: 814px){
  .nav_header .responsive_content{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
  .nav_header .box_profile{
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;
  }
  .nav_header .info_profile{
    display: none;
  }
}
/* +++++++++++++++++ Adding Box Course Style  ++++++++++++ */
.row_course{
  padding-left: 20px;
}

.box_course{
  padding: 0;
  margin-bottom: 20px;
  margin-right: 30px;
  border: 1px solid #ccc;

}
.box_course a *{
  text-decoration: none;
}
.box_course a:hover{
  text-decoration: none;
}
.box_course .card{
  padding: 20px;
}
.box_course .course_thumb{
  border-radius: 0;
  text-align: center;
}
.course_thumb img{
  border-radius: 0 !important;
  width: 152px;
  height: 94px; 
  margin: auto;
  border-radius: 20px;
}
/*Tambahan optional model box course*/
.box_course .card{
  padding-top: 10px!important;

}
.box_course .course_thumb img{
  width: 100%;
  height: 189px;
  border-radius: 4px;
}
.box_course .course_detail{
  padding: 20px;
}
.course_title{
  width: 100%;
  font-weight: bolder;
  font-size: 20px;
  margin-bottom: 5px !important;
  color: darkcyan;
}
.course_subtitle{
  color: grey;
}
.course_persen p{ 
  margin-bottom: 0;
}
.course_persen .progress{
  width: 100%;
  height: auto;
  height: 20px;
  border: 1px solid #000;
  background: none;
  position: relative;
}
.progress .bar{
  position: absolute;
  width: 0%;
  height: 100%;
  background: red;
  z-index: 1;
}
.progress p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: darkcyan;
  font-weight: bolder;
}

.box_course .card{
  background: #fff;
  border : none;
  padding-top: 0 !important;
  padding: 0;
  text-align: left !important;
}
.box_course .card > div:not(.course_thumb){
  /*padding-left: 20px;*/

}
.box_course .course_detail{
  padding: 20px;
}
.box_course .course_detail > div{
  margin-top: 20px;
  margin-bottom: 20px;
}
.box_course .course_price{
  text-align: right;
}
.box_course .course_price .text_harga{
  font-size: 19px;
  color: gold;
  font-weight: bolder;
} 
.box_course .btn_course{
  width: 100%;
  border: 1px solid green;
}

/*Ukuran Box*/
.box_course.box_course_responsive{
  width: 23%;
  margin-right: 15px;
}
.col_container_course .row_course_grid{
  /*padding-left: 110px!important;*/
}
.box_course.box_course_responsive2{
  width: 29%;
  margin-right: 25px;

}
.box_course.box_course_responsive2,
.box_course.box_course_responsive2 .card,
.box_course_responsive2 .course_thumb,
.box_course_responsive2 img
{
  border-radius: 12px !important;
}
.box_course_responsive2 img{
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.box_course_responsive2 .course_detail{
  padding: 15px;
}
@media( max-width: 936px ){
  .box_course.box_course_responsive{
    width: 30%;
  }
  .box_course.box_course_responsive2{
    width: 45%;
  }
}
@media( max-width: 700px ){
  .box_course.box_course_responsive{
    width: 46.5%;
  }
  .box_course.box_course_responsive2{
    width: 40.5%;
  }
}

@media( max-width: 570px ){
  .main_container{
    background: #fff!important;
  }
  .col_container_course,.row_course{
    padding: 0 !important;
  }
  .box_course.box_course_responsive,.box_course.box_course_responsive2{
    width: 100%;
    margin-right: 0;
  }
  .box_course_responsive2 .course_thumb img{
    height: 300px !important;
  }
}






/*+++++++++++++++++++++++++ Styling CSS TAMBAHAN UNTUK TEMPLATE DARI BALANS +++++++++++*/
:root{
	--basicBg : #E6E6FA
}
.row_menu{
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;

}
.sidebar_menu .row_menu *{
  font-size: 17px !important;
}

.row_menu a{
  text-decoration: none!important;
}
.header_menu_data{
  display: flex;
  padding: 0 !important;
  cursor: pointer;
}
.container_sub_menu{
  display: none;
  background: darkcyan;
  padding: 10px;
  padding-left: 30px !important;
  padding-bottom: 0;
  border-radius: 20px;
  transition: 2s;
  overflow: auto;
}
.row_sub_menu{
  margin-bottom: 20px;
}
.row_sub_menu *{
  color: #fff;
}
.row.jarak{
  margin-bottom: 50px;
}
.logo{
  width: 50px;
  height: 50px;
  border-radius: 50%;
} 
.title_logo{
  margin-top: 10px;
  margin-left: 10px;
}
.row_header{
  margin-bottom: 20px;
}


/*Content Prime*/
.content_prime{
  margin-left: -30px;
  background: var( --basicBg );
  border-top-left-radius: 20px;
  padding: 20px;
  height: auto;
}
.shadow{
  width: 100%;
  height: 100%;
  position: fixed;
  background: var(--basicBg);
  margin-left: -15px;
}
.content_prime > .container-fluid > .row > div{
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  /*margin-bottom: 20px;*/
}



/*Nav degan responsive ukuran layar*/
.nav_responsive{
  width: auto;
  height: auto;
  padding: 20px;
  padding-top: 10px !important;
  padding-bottom: 4px !important;
  position: absolute;
  top: 0;
  right: 10px;
  box-shadow: 2px 2px 2px #000;
  z-index: 9999;
  background: #fff;
  border: 2px solid darkcyan;
  border-radius: 20px;
}

/*Nav Responsive Row Dekstop*/
.row_dekstop .user_img{
  width: 30px;
  height: 30px;
}
.row_dekstop .user_id{
  margin-left: 10px;
}
.row_menu_modal{
}
.row_menu_modal  .menu_modal{
  display: none;
  padding-left: 0;
}
.menu_modal > a{
  text-decoration: none !important;
  color: #000 !important;

}
.menu_modal .container_menu_user{
  padding: 10px;
  padding-left: 25px;
  border-radius: 20px;
  /*background: red;
  transition: .5s;
  */
}
.container_menu_user .col_icon_menu{
  margin-right: 20px !important;
}

.container_menu_user:hover{
  background: darkcyan;
  color: #fff;
}

.nav_responsive .row_mobile{
  display: none;
}
.nav_responsive .btn_sidebar{
  cursor: pointer;
}

@media( max-width:  576px){
  .nav_responsive{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: auto;
  }

  /*Hilangkan semua elemen div kecual menu_modal*/
  .row_dekstop{
    display: none;
  }
  .menu_modal{
    position: absolute;
    bottom: -110px;
    background: #fff;
    border-radius: 20px;
    border: 2px solid darkcyan;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0;

  }
  .row_mobile{
    display: flex !important;
  }
  .img_el{
    width: 30%;
    text-align: center;
    /*background: red;*/
  }
  .row_mobile img{ 
    width: 40px;
    height: 40px;
  }
  .img_logo img{
    width: 50px;
    height: 50px;
    margin-top: -10px;
  }
  .row_mobile{
    font-size: 30px;
  }
  .img_logo{
    text-align: center;
    padding: 0;
  }



  .sidebar_mini{
    width: 100%;
    display: none;
  }
  .sidebar_mini .btn_close{
    display: block!important;
  }
  .content_sidebar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    z-index: 999999;
  }

  .content_prime{
    margin-left: 0;
    padding-top: 100px;
  }


}


/*Untuk upload form*/
.form_upload_section .container_formUpload{
  width: 100%;
  height: auto;
  padding: 10px;
  border: 2px dashed red;
  position: relative;
}
.container_formUpload input[type=file]{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.container_formUpload .after{
  display: none;
}

.container_formUpload.upload_img { 
  width: 200px;
  height: 200px;
  margin: auto;
}
.container_formUpload.upload_img .frame{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1px;
  /*display: none;*/

}
.container_formUpload.upload_img .frame img{
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

/*.content_container_sidebar{
  height: auto;
  background: red;
  overflow: auto;
  }*/




  /* Auth Form Auth Input */
  .form_auth{
    background: #fff;
    width: 100%;
    padding: 30px;
    border-radius: 15px;
    padding-top: 35px;
    margin-bottom: 100px;
  }
  .form_auth *{
    font-size: 16px !important;
  }
  .form_auth input,
  .form_auth textarea,
  .form_auth button,
  .form_auth a.btn{
    border-radius: 100px !important;
  }
  .form_auth input{
    /*background: #e5e9f2 !important;*/
    padding: 20px !important;
    /*padding-left: 20px !important;*/
  }
  .form_auth a{
    text-decoration: none;
    color: grey;
  }
  a:hover{
    color: grey;
    text-decoration: none;
  }
  .form_auth .button_section{
    margin-top: 50px;
  }




  /*Footer*/
  .lms-footer {
    background-color: none;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
  }

  .footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }

  .footer-section {
    flex: 1;
    min-width: 250px;
  }

  .footer-section h3,
  .footer-section h4 {
    margin-bottom: 10px;
    color: #333;
  }

  .footer-section p {
    color: #666;
    line-height: 1.6;
  }

  .footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-section ul li {
    margin-bottom: 6px;
  }

  .footer-section ul li a {
    text-decoration: none;
    color: #666;
    transition: color 0.3s ease;
  }

  .footer-section ul li a:hover {
    color: #000;
  }

  .social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .social-icons img {
    width: 24px;
    height: 24px;
  }

  .footer-bottom {
    text-align: center;
    color: #aaa;
    font-size: 14px;
    margin-top: 40px;
  }


  /*Animasi Load */
  .animasi_loadPage{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 888;/* Agar dia dibawahnya z index dari  */
    margin-top: 70px; /* Menyesuaikan tinggi dari header nav header agar teteap terlihat navnya */
  }
  .animasi_loadPage .content_load{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px;
    padding-top: 100px;
  }
  .content_load img{
    width: 50px;
    height: 50px;
  }
  .section_content .animasi_loadPage{
    margin-top: 100px;
  }


/*Card Testi*/

  .card_testi{
    width: 100%;
    border: 2px solid #ccc;
    padding: 20px;
    border-radius: 4px;
    padding-top: 0;
    margin-bottom: 100px;
  }
  .img_testi{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 5px;
    background: #ccc;
    margin: auto;
    margin-top: -70px;
    margin-bottom: 30px;
  }
  .img_testi img{
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }
  .header_testi{ 
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .body_testi{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer_testi{
    text-align: right;
    font-weight: bold;
  }

.card_testi:hover{
  transform: scale(1.1);
  transition: 1s;
  z-index: 999;
}



