*,ul{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
a,a:hover{
    text-decoration: none;
}
body{
    font-family: 'Poppins', sans-serif;
    background: #ECF2FF;
}
p{
	font-size: 14px;
}
.alert-custom{
    background: #ECF2FF;
    padding: 15px;
    border-radius: 5px;
    border-left: 5px solid #0137ac !important;
    border: solid 1px #e3ebfc;
}
.input-custom{
    width: 100%;
    padding: 10px 20px;
    border: solid 1px #e3ebfc;
    border-radius: 3px;
    background: #ecf2ff6a;
}
input.input-custom::placeholder,
textarea.input-custom::placeholder{
    font-weight: 600;
    color: #031e584c;
}
.form-group label{
    font-size: 13px;
    color: #041437;
    font-weight: 600;
}
.input-custom:focus{
    outline: none;
    border: 1px solid #031e58;
}
.step{
    list-style-type: none;
    display: flex;
}
.step li{
    flex: 1;
    text-align: center;
}
.step li.active{
    background-color: #031e58;
    /* border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; */
}
.step li.active a{
    color: white;
}
.step li a{
    display: block;
    padding: 15px;
    color: #04143748;
    font-weight: 600;
}
.step li span.number{
    width: 35px;
    height: 35px;
    display: inline-flex;
    background: #e3ebfc;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.step li.active a span.number{
    background: #4037a9;
}
.btn{
    font-size: 14px !important;
}
.btn-primary{
    background: #2B3467;
    border: 1px solid #2B3467;
}
.footer-fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: white;
    background: #031e58;
}
i.icon-circle{
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFF;
    color: #031e58;
}
.step-card{
    display: none;
}
.fa-bars{
    display: none;
}
.wrapper{
	position: relative;
	display: flex;
}
.wrapper .sidebar{
	width: 260px;
	height: 100vh;
	background: #031e58;
	overflow-x: scroll;
}
.content-body::-webkit-scrollbar,
.custom-card::-webkit-scrollbar,
.wrapper .sidebar::-webkit-scrollbar{
	display: none;
}
.wrapper .sidebar ,
.content-body{
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.logo-sidebar img{
	width: 40px;
	margin-right: 10px;
}
.logo-sidebar{
	padding: 16px 18px;
	background: #0f1d3a;
	display: flex;
	align-items: center;
}
.logo-sidebar h1{
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}
.navmenu li.spacebar{
	color: #ffffff48;
	letter-spacing: 2px;
	padding: 8px 18px;
	font-size: 12px;
}
.navmenu li{
	z-index: 99;
}
.navmenu a.active,
.navmenu a:hover{
	background: #ffffff2e;
}
.navmenu a{
	color: #FFF;
	font-size: 14px;
	display: block;
	padding:10px 0 10px 18px;
}
.navmenu a i{
	width: 35px;
}
.content-wrapper{
	width: 100%;
}
.content-header{
	padding: 15px;
	background: #FFF;
	border-bottom: 1px solid #eee;
	box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}
.content-body{
	height:90vh;
	overflow-x: scroll;
	padding: 20px;
}
.card-header h6{
	margin: 0;
	font-weight: 600;
	position: relative;
	padding: 0 15px;
}
.card-header h6::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	border-radius: 5px;
	background-image: linear-gradient( 135deg, #72EDF2 10%, #5151E5 100%);
	content: '';
}
.default-table{
	width: 100%;
}
.default-table tbody tr td:last-child i{
    background: #0137ac;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background: #f4f4f4;
    color: #031e58b3;
    transition: .5s;
}
.default-table tbody tr td:last-child i:hover{
    background: #031e58;
    color: white !important;
}
.default-table tbody tr td:last-child i.fa-trash-alt{
    color: #EA5455;
}
.default-table tbody tr td:last-child i.fa-edit{
    color: #4037a9;
}
.default-table tbody tr td:last-child i.fa-paper-plane{
    color: #28C76F;
}
.card-header {
    border-bottom: 1px solid #eeeeee;
}
.default-table thead tr th{
	padding: 8px 26px;
	font-weight: 600;
	font-size: 14px;
	border-bottom: 1px solid #eeeeee !important;
    background: #e5e5e553;
    border-right: 1px solid #eee;
}
.default-table thead tr:last-child th:last-child{
    border-right: none;
}
.default-table tbody tr td{
	font-weight: 500;
	font-size: 13px;
	padding: 8px 26px;
	border-bottom: 1px solid #eeeeee;
}
.dataTables_info,
.dataTables_paginate.paging_simple_numbers{
    font-size: 12px !important;
}
.default-table tbody tr:last-child td{
    border: none;
}
.badges{
	border-radius: 3px;
	padding: 3px 10px;
	color: #FFF;
	font-size: 11px;
    display: inline-block;
}
.badges.badges-primary{
	background-image: linear-gradient( 135deg, #3C8CE7 10%, #00EAFF 100%);
}
.badges.badges-success{
	background-image: linear-gradient( 135deg, #81FBB8 10%, #28C76F 100%);
}
.badges.badges-danger{
	background-image: linear-gradient( 135deg, #FEB692 10%, #EA5455 100%);
}
.badges.badges-warning{
	background-image: linear-gradient( 135deg, #FDEB71 10%, #F8D800 100%);
}
.card{
	font-family: 'Inter', sans-serif;
}

/* DASHBOARD */
.container-wrapper{
    width: 83%;
    margin: auto;
}
header::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 400px;
    background: #4E4FEB;
    width: 100%;
    z-index: -1;
}
.header-top{
    background: #FFF;
}
.header-top nav ul {
    display: flex;
    list-style-type: none;
}
.header-top nav ul li a{
    padding: 30px 20px;
    display: block;
    color: #2b346785;
    font-size: 14px;
    font-weight: 600;
}
.header-top nav ul li:first-child a{
color: #031e58;
}
.header-profile{
    padding: 40px 0;
}
.header-profile img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 15px;
}
.header-profile ul {
    display: flex;
    align-items: center;
    list-style-type: none;
}
.header-profile ul li span{
    color: #ffffff82;
}
.header-profile ul li{
    flex: 1;
}
.custom-card{
    border-radius:30px;
}
.custom-card .card-header{
    padding: 0 30px;
}
.custom-card .card-body{
    padding: 30px;
}
.img-absolute{
    position: absolute;
    width: 30%;
    right: 0;
    bottom: 0;
}
.list-activity{
    position: relative;
    list-style-type: none;
    padding-left: 25px;
    margin-left: 58px;
}
.list-activity li {
    display: block;
    position: relative;
    margin-bottom: 25px;
}
.list-activity li:last-child {
    margin-bottom: 0;
}
.list-activity li p{
    font-weight: 400;
    font-size: 14px;
}
.list-activity li small{
    font-size: 12px;
}
.list-activity::before{
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 4px;
    background: #e3e3e3;
}
.circle-timeline{
    position: absolute;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    border: 4px solid;
    top: 0;
    left: -30px;
}
.circle-timeline::before{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: #e3e3e3;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.list-time{
    font-weight: 600;
    position: absolute;
    left: -85px;
    top: -5px;
	font-family: sans-serif;
}
.fa-bars{
    font-size: 20px;
    margin-right: 20px;
}
.search{
    border: 1px solid #dddddd;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
}
.search input{
    border: none;
    font-size: 14px;
}
.search input:focus{
    border: none;
    outline: none;
}
.search input::placeholder{
    color: #acacac;
    font-size: 14px;
}
.search i{
    padding: 0 10px 0 0 ;
    color: #acacac;
}
.menu-right{
    margin-left: 20px;
    display: flex;
    list-style-type: none;
}
.menu-right a{
    padding: 15px;
    display: block;
    color: #0137ac7f;
    font-size: 18px;
}
.list-user li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 20px;
}
.list-user li:last-child{
    margin-bottom: 0;
}
.list-user li img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.course-body{
    z-index: 1;
}
.course-header{
    position: relative;
    padding: 30px;
    z-index: 1;
}
.courses{
    position: relative;
    z-index: 1;
}
.courses::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    background: #4A55A2;
    border-radius: 20px;
    z-index: -1;
}
.card{
    border-color: #f4f4f4;
}
.circle-icons{
    width: 60px;
    height: 60px;
    background: #4a54a223;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #031e58;
}
.lessons{
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style-type: none;
    font-size: 13px;
    font-weight: 600;
    color: #acacac;
}
.sub-menu ul{
    background: #000a20;
}

div.ck-editor__editable {
    min-height: 500px;
  }
.list-profile{
	position: relative;
}
.img-profile{
	width: 180px;
	height: 180px;
	margin-right: 20px;
	border-radius: 10px;
}
.list-profile img{
	border-radius: 10px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.list-project{
	list-style-type: none;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
.list-project li{
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 5px;
}
.list-project li h5{
	font-weight: 600;
	margin: 0;
	font-size: 28px;
}
.list-project li span{
	color: #acacac;
}
.img-hide{
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient( 135deg, #1443ec 10%, #3323e2 100%);
	width: 100%;
	height: 100%;
	border-radius: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 12px;
	cursor: pointer;
}
.notif-info{
	position:absolute;
	right:20px;
	transition:.5s;
	top:-100%;
	padding:20px;
	border-radius:5px;
	background-image: linear-gradient( 135deg, #70F570 10%, #49C628 100%);
	color:white;
 }
 .notif-info.show{
	top:20px;
 }
 .menu-right ul{
	 list-style-type: none;
	 display: flex;
	 align-items: center;
 }
 .menu-right ul li a{
	 padding: 0;
	 padding: 0 10px;
	 position: relative;
 }
 .menu-right ul li .fa-user-circle{
	 font-size: 36px;
	 margin-left: 20px;
 }
 .count{
	 position: absolute;
	 width: 12px;
	 height: 12px;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 color: white;
	 border-radius: 50%;
	 font-weight: 700;
	 top: 0px;
	 right: 7px;
	 border: 2px solid #fff;
 }
 
@media screen and (max-width: 768px) {
    .sidebar{
        position: fixed;
        top: 0;
        left: -100%;
        width: 70%;
        height: 100%;
        z-index: 99;
        transition: .5s;
    }
    .sidebar nav{
        display: block;
    }
	.search {
		display: none;
	}
	.menu-right ul li .fa-user-circle{
		font-size: 26px;
		margin-left: 10px;
	}
	.list-project h5{
		font-size: 22px;
	}
	.list-data {
		font-size: 13px;
	}
	.list-data i{
		display: inline-flex;
		width: 20px;
	}
	.img-profile{
		width: 100%;
		height: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.list-profile img{
		width: 100%;
		object-fit: cover;
		height: auto;
	}
    h3{
        font-size: 16px;
    }
    .img-absolute{
        width: 50%;
    }
    .w-75{
        width: 100% !important;
    }
    header::before{
        height: 300px;
    }
    .container-wrapper{
        width: 90%;
    }
    .header-profile{
        padding: 20px 0;
    }
    .header-profile img{
        height: 80px;
        width: 80px;
    }
    .header-profile h2{
        font-size: 20px;
    }
    .logo{
        display: flex;
        padding: 15px 0;
    }
    nav{
        display: none;
    }
    .fa-bars{
        display: block;
        padding: 10px 0;
    }
    .logo-center{
        display: none;
    }
    .step-card h2{
        font-size: 20px;
    }
    .footer-fixed{
        font-size: 12px;
    }
    .alert-custom,
    .btn{
        font-size: 14px;
    }
    body{
        font-size: 12px;
    }
    .step li span.text-span{
       display: none;
    }
}
.cookie { 
    display: none; }

body:not(.cookieconsent) .cookie {
    display: block;
}
.header-profiles{
	background: url('https://images.unsplash.com/photo-1682686581427-7c80ab60e3f3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80');
	height: 500px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-profiles-img img{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 6px solid #FFF;
	margin-bottom: 10px;
}

.detail-info{
	padding: 20px;
	position: relative;
	top: -100px;
}
.content-main-page{
    height: 85vh;
    overflow-y: scroll;
}
.sosmed{
    position: relative;
}
.sosmed i{
    background: #ffffff3e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}