/* general */
.divider {
	height: 1px;
	width: 100%;
	background-color: #E0E0E0;
}
.block{
	display:block;
}
.inline{
	display:inline;
}
.hide{
	display:none;
}
.show{
	display:block;
}
.inline{
	display:inline;
}
.green {
	color: #20A79C !important;
}

.bg-green {
	background-color: #20A79C;
}

.orange {
	color: #FFC000;
}
.pink{
	color:#FD517D;
}
.bg-pink{
	background-color:#FD517D !important;
}
.bg-orange {
	background-color: #FFC000 !important;
}
.bg-none{
	background:none;
}
.lgreen {
	color: #F4FFFE;
}
.bg-lgreen{
	background-color: #F4FFFE;
}
.bg-grey {
	background-color: #414042;
}
.bg-lgrey {
	background-color: #636e72 !important;
}
.bg-lgrey2{
	background-color:#F0F0F0;
}
.bg-lgreen {
	background-color: #F4FFFE;
}
.no-border-right{
	border-right:0 !important;
}
.no-border-left{
	border-left:0 !important;
}
.border-green {
	border: 1px solid #20A79C;
}

.border-grey {
	border: 1px solid #414042;
}

.border-bottom-grey{
	border-bottom: 1px solid #E0E0E0;
}
.border-lg {
	border: 1px solid #DEDEDE;
}
.border-1{
	border:1px solid;
}
.border-2{
	border: 2px solid;
}
.border-3{
	border: 3px solid;
}
.border-4{
	border: 4px solid;
}
.dgreen {
	color: #455B59;
}

.bg-dgreen {
	background-color: #455B59;
}

.red {
	color: #FD517D;
}

.bg-red {
	background-color: #FD517D;
}

.grey {
	color: #414042;
}



.black {
	color: #242934 !important;
}

.bg-black {
	background-color: #242934;
}

a {
	color: #20A79C;
}

a:hover {
	color: #414042;
}

.white {
	color: #ffffff;
}
/*progress bar */
.progress-bar {
	background-color: #20A79C;
}

.progress {
	background-color: #242934;
}
/* footer */
.page-wrapper .page-body-wrapper footer {
	margin-left: 0px;
}

.col-md-6.footer-copyright {
	margin-left: -13px;
}


/* Sidebar */
.badge-danger {
	background-color: #FFC000;
	color: #fff;
}

.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:not(.open):hover .bar-icons
	{
	background-color: #F4FFFE;
}

a:hover {
	text-decoration: none;
	color: #455B59;
}
.btn {
font-size: 14px;
padding: 0.8rem 1.75rem;
 font-weight: 700;
 border-radius: 1rem;
}
.btn.btn-primary {
	background-color: #414042 !important;
	color: #ffffff !important;
	border: 1px solid #414042 !important;
}

.btn.btn-primary:hover {
	background-color: #FFC000 !important;
	color: #000000 !important;
	border: 1px solid #FFC000 !important;
}

.btn.btn-green {
	background-color: #20A79C !important;
	color: #ffffff !important;
	border: 1px solid #20A79C !important;
}

.btn.btn-green:hover {
	background-color: #FFC000 !important;
	color: #000000 !important;
	border: 1px solid #FFC000 !important;
}

.btn.btn-yellow {
	background-color: #FFC000 !important;
	color: #000000 !important;
	border: 1px solid #FFC000 !important;
}

.btn.btn-yellow:hover {
	background-color: #FFCA28 !important;
	color: #000000 !important;
	border: 1px solid #FFCA28 !important;
}

.btn.btn-grey {
	background-color: #CFCFCF !important;
	color: #414042 !important;
	border: 1px solid #CFCFCF !important;
}

.btn.btn-blank:hover {
	background-color: #20A79C !important;
	color: #ffffff !important;
	border: 1px solid #20A79C !important;
}

.btn.btn-grey:hover {
	background-color: #414042 !important;
	color: #ffffff !important;
	border: 1px solid #414042 !important;
}

.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:not(.open):hover .bar-icons svg,
	.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:not(.open):hover .bar-icons i,
	.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:not(.open):hover .bar-icons span
	{
	color: #455B59;
}

.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .bar-icons
	{
	border: 1px solid #F7F4FD;
}

.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:active .bar-icons,
	.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:focus .bar-icons,
	.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .bar-icons
	{
	background-color: #20A79C;
	border: #20A79C;
}

.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:active .bar-icons:before,
	.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:focus .bar-icons:before,
	.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .bar-icons:before
	{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 85px;
	width: 90px;
	-webkit-box-shadow: 2px 0px 35px -5px rgba(69, 91, 89, 0.5);
	box-shadow: 2px 0px 35px -5px rgba(69, 91, 89, 0.5);
}
/*
custom icons
*/
.custom-icon {
	display: block;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}

.custom-icon.info {
	background: url(/img/svg/info.svg);
	background-repeat: no-repeat;
	background-position: 16px -2px;
}
/*
topbar
*/
img.dash-logo {
	max-height: 45px;
}

.page-main-header .main-header-right .mobile-sidebar .switch {
	background-color: #F4FFFE;
}

.font-primary {
	color: #20A79C !important;
}

.page-main-header .main-header-right .nav-right>ul>li:first-child {
	margin: 0;
	width: auto;
}

.gradient-primary {
	/*background-image: linear-gradient(to bottom right, #20A79C, #455B59);*/
	background-image: none;
	background-color: #20A79C;
}

.avatar {
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 60px;
	border: 4px solid #20A79C;
	background:#000;
}

.avatar img {
	margin: auto;
	width: 100%;
	margin-top:0;
}

.nav-menus a {
	color: #414042;
}

.nav-menus a:hover {
	color: #20A79C;
}

.page-main-header .main-header-right .nav-right ul li svg path {
	color: #20A79C;
}

.page-main-header .main-header-right .nav-right ul li:hover svg path {
	color: #414042;
}
/*
sidebar
*/
a.bar-icons {
	color: #414042;
}
/*
submenu
*/
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu .iconbar-header
	{
	font-size: 18px;
	color: #20A79C;
	padding: 20px 0 20px 20px;
	background-color: #F4FFFE;
	font-weight: 700;
}

.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu li a
	{
	color: #414042;
	padding-top: 15px;
	display: block;
	font-weight: 600;
}

.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu li a:hover
	{
	color: #20A79C;
}
/* Login Page */
.login-img {
	overflow: hidden;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 290px;
	height: 100%;
	padding-top: 100px;
}

.login-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.0);
}

.login-img:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(/theme/signing.svg);
	background-size: cover;
	-webkit-transition: -webkit-transform 1.2s ease-in-out;
	transition: -webkit-transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out, -webkit-transform 1.2s
		ease-in-out;
}

.authentication-box {
	flex-direction: column;
}

.login-title {
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 1.5em;
}

.button-primary {
	background-color: #FFC000 !important;
	border: #FFC000 !important;
	color: #455B59;
	border-radius: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 10px 10px 21px 0px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 10px 10px 21px 0px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 10px 10px 21px 0px rgba(0, 0, 0, 0.42);
}

.button-primary:hover {
	background-color: #455B59 !important;
	border: #455B59 !important;
	color: #FFC000;
	border-radius: 20px;
}

.forgot-password {
	text-align: right;
}

.forgot-password a {
	color: #455B59;
}

.forgot-password a:hover {
	color: #FFC000;
}

.img__btn {
	text-transform: initial;
}

.submit {
	width: 100%;
	background: 0;
}

.message.error {
	color: #fab1a0;
	padding: 10px;
	margin: 0 auto;
	border-radius: 10px;
}

iframe {
	display: none;
}
/*
breadcrumbs
*/
h2.title-green {
	color: #20A79C !important;
	font-size: 1.5em;
}

.main-center {
	text-align: center;
	color: #20A79C;
}

.main-center h2 {
	font-size: 1.2em;
	margin: 0;
}

.page-wrapper .page-body-wrapper .page-header .row .breadcrumb-right .breadcrumb .breadcrumb-item a
	{
	color: #20A79C;
	background-color: #F4FFFE;
}

.page-wrapper .page-body-wrapper .page-header .row .breadcrumb-right .breadcrumb li
	{
	color: #20A79C;
}

.page-wrapper .page-body-wrapper .page-header .row .breadcrumb-right .breadcrumb .breadcrumb-item+.breadcrumb-item:before
	{
	color: #20A79C;
	content: "/";
}
/*
dashboard
*/
.page-wrapper .page-body-wrapper .page-header .row .main-header h2 {
	color: #000;
}

.card .card-body {
	padding: 30px;
	background-color: rgba(0, 0, 0, 0);
}

.card.report h4.title {
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}


.card.report h3.description {
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 40px;
}

.card.report.white {
	border: 1px solid #DEDEDE;
	color: #242934;
	background: white !important;
}

.card.report.white h3.description {
	color: #20A79C;
}

.subdetil {
	display: flex;
	flex-direction: row;
	font-size: 0.8em;
	justify-content: space-between;
	padding-bottom: 4px;
}

.card.report.darkgreen {
	border: 1px solid #455B59;
	color: #ffffff;
	background: #455B59 !important;
}

.card.report.yellow {
	background-image: linear-gradient(to bottom right, #FFC000, #FFC200);
	color: #000;
}

.card.report.yellow a.note {
	background: #ffffff;
	color: #414042;
	padding: 10px;
	border-radius: 20px;
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-bottom: 7px;
}

.card.report.yellow a.note:hover {
	background: #414042;
	color: #ffffff;
}

.subdetil2 {
	display: flex;
	flex-direction: row;
	font-size: 0.8em;
	justify-content: space-between;
}

.subdetil2 h5 {
	margin: 0;
}

.subdetil2 a {
	color: #ffffff;
}

.subdetil2 a:hover {
	color: #414042;
}

.subdetil2 svg {
	margin-right: 8px;
	vertical-align: bottom;
}

.top-spacer {
	margin-top: 60px;
}
/*video widget */
.video {
	margin-bottom: 30px;
}

h4.level {
	font-weight: 700;
	font-size: 1.5em;
	margin-bottom: 20px;
}

.video .thumb {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
    min-height: 250px;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
}

.video .thumb img {
	width: 100%;
	margin: 0 auto;
}

.video .title {
	margin-top: 20px;
	font-size: 1.5em;
}

.video .meta svg {
	vertical-align: bottom;
	margin-right: 8px;
	height: 20px;
}

.video .meta {
	font-size: 0.8em;
}

.video .thumb .overlay {
	background: #000000;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 10px;
	display: block;
	z-index: 1;
	top: 0;
}

.video .thumb.locked .overlay {
	background: #000000;
	opacity: 0.75;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 10px;
	display: block;
	z-index: 1;
	top: 0;
}

.play-button {
	background: white;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	border-radius: 80px;
	z-index: 3;
	cursor: pointer;
	transform: translate(-50%, -50%);
}

.play-button .play {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 25px;
	border-color: transparent transparent transparent #20A79C;
	margin: 0 auto;
	margin-top: 24px;
	margin-left: 32px;
}

.play-button:hover {
	background: #FFC000;
}

.video .thumb.locked .play-button {
	display: none;
}

.lock {
	color: #ffffff;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	border-radius: 80px;
	z-index: 3;
	transform: translate(-50%, -50%);
}

.lock svg {
	width: 50px;
	height: 50px;
}

.video .thumb .lock {
	display: none;
}

.video .thumb.locked .lock {
	display: block;
}

.video-category {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.certificate {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 10px;
}

.certificate a.btn {
	margin-bottom: 10px;
}

.certificate a.btn svg {
	vertical-align: bottom;
	margin-right: 10px;
}
/* pelatihan */
.pelatihan-intro {
	text-align: center;
	margin-bottom: 60px;
}

.pelatihan-intro h1 {
	font-weight: 700;
	font-size: 2em;
}

.training {
	display: flex;
	flex-direction: row;
	border: 1px solid #DEDEDE;
	border-radius: 20px;
	background: white;
	padding: 10px 15px;
	margin-bottom: 20px;
	box-shadow: 10px 6px 32px -7px rgba(32, 167, 156, 0.46);
	-webkit-box-shadow: 10px 6px 32px -7px rgba(32, 167, 156, 0.46);
	-moz-box-shadow: 10px 6px 32px -7px rgba(32, 167, 156, 0.46);
}

.training .p1 {

	width: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.training .p1 .no {
	border-radius: 100px;
	width: 70px;
	height: 70px;
	text-align: center;
	font-weight: 700;
	font-size: 2.5em;
	position: relative;
	padding-top: 7px;
	margin:0 auto;
}

.training .video .play-button {
	width: 60px;
	height: 60px;

}

.training .video .play-button .play {
	margin-top: 15px;
	margin-left: 22px;
}

.training .detail {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.training .detail .bottom {
	display: flex;
	flex-direction: row;
	justify-content: right;
}

.training .detail .bottom .meta {
	flex-grow: 3;
}

.training .detail .bottom .meta svg {
	vertical-align: bottom;
	margin-right: 10px;
}

.training .detail .title {
	font-size: 1.5em;
	font-weight: 700;
}

.training .detail .bottom .nilai {
	text-align: center;
	margin-right: 20px;
}

.training  .detail .bottom .nilai h5 {
	font-size: 1em;
	margin: 0;
	margin-bottom: 4px;
}

.training  .detail .bottom .nilai h3 {
	font-size: 1.2em;
	font-weight: 700;
	color: #20A79C;
}

.videobox {
	width: 100%;
	height: 100%;
	/* 	display:flex; */
	flex-direction: column;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

video {
	width: 1vw;
	height: 0.8vh;
}

.videobg {
	background: #242934;
}

.video-desc {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
}

.quiz .card-body {
	text-align: center;
}

.quiz .card-body h3 {
	font-weight: 700;
	font-size: 1.8em;
}

.quiz .image {

	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
}

.quiz .image img {
	width: 100%;
	margin: 0 auto;
}
/*
card
*/
.card {
	margin-bottom: 40px;
	border: 0px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	letter-spacing: 0.5px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(126, 55, 216, 0.1);
	box-shadow: 0px 0px 25px 0px rgba(126, 55, 216, 0.1);
}

.full-width {
	width: 100%;
	border-radius: 40px;
}
/*
radio buttons
*/
.radio-primary input[type="radio"]:checked+label::before {
	border-color: #20A79C;
}

.radio-primary input[type="radio"]:checked+label::after {
	background-color: #20A79C;
}

.radio-primary input[type="radio"]+label::before {
	border-color: #20A79C;
}

/* success page */
.congrats {
	display: flex;
	flex-direction: row;
}

.congrats .image {
	flex-grow: 3;
}

.congrats .text {
	flex-grow: 1;
	vertical-align: middle;
	align-self: center;
	text-align: left;
	padding-right: 30px;
}

.congrats .text h1 {
	font-weight: 700;
	font-size: 1.5em;
	color: #20A79C;
}

.card .card-header {
	padding-bottom: 20px;
}
/*profile page*/
.profile-avatar {
	margin-top:0 !important;
}

.uploadbox {
	padding: 70px;
	border: 1px dashed #D2D7E5;
	background: #F9F9FB;
	text-align: center;
	border-radius: 20px;
}
/*generics*/
.w100 {
	width: 100%;
}

.wf100 {
	width: 100px;
}

.wf200 {
	width: 200px;
}

.flex {
	display: flex;
}
.flex-grow-1{
	flex-grow:1;
}
.flex-grow-2{
	flex-grow:2;
}
.flex-grow-3{
	flex-grow:3;
}
.flex-grow-4{
	flex-grow:4;
}
.flex-row {
	flex-direction: row;
}

.flex-column {
	flex-direction: column;
}

.justify-center {
	justify-content: center;
}

.space-between {
	justify-content: space-between;
}

.space-evenly {
	justify-content: space-evenly;
}

.space-around {
	justify-content: space-around;
}
.border-0{
	border:0;
}
.overflow-y {
	overflow-y: auto;
	overflow-x: hidden;
}
.max-w45p{
	max-width:45%;
}
.min-h400{
	min-height:400px;
}
.max-w300{
	max-width:300px;
}
.max-w200{
	max-width:200px;
}
.max-h300 {
	max-height: 300px;
}

.max-h150 {
	max-height: 150px;
}

.max-h75 {
	max-height: 75px;
}

.fit {
	width: 100%;
}

.size-0 {
	font-size: 13px;
}
.size--11{
	font-size:11px;
}
.size--8{
	font-size:8px;
}
.size-1 {
	font-size: 1em;
}

.size-15 {
	font-size: 1.5em;
}

.size-12 {
	font-size: 1.2em;
}

.size-2 {
	font-size: 2em;
}
.size-21 {
	font-size: 2.1em;
}
.regular {
	font-weight: 500 !important;
}

.bold {
	font-weight: 700;
}

.thin {
	font-weight: 300;
}

.circle {
	border-radius: 1000px;
}

.no-overflow {
	overflow: hidden;
}

.avatar-xs {
	width: 80px;
	height: 80px;
	background:#000;
}

.tips {
	font-size: 0.8em;
}

.centerized {
	margin: 0 auto;
	vertical-align: middle;
}
.align-middle{
	vertical-align:middle;
}
.align-right{
	text-align:right;
}
.center {
	text-align: center;
}

.form-group {
	flex-grow: 1;
}

.form-control {
	border-radius: 40px;
}

.round {
	border-radius: 15px;
}
.round-left-only{
	border-bottom-left-radius:15px;
	border-top-left-radius:15px;
}
.round-edge{
	border-radius: 15px;
}
.round-left{
	border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.round-right{
	border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
.round-bottom{
	border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.paginate {
	text-align: center;
	margin-bottom: 20px;
}

.paginate li {
	display: inline-block;
	margin-right: 12px;
}

.paginate li.active {
	font-weight: bold;
	font-size: 1.2em;
}

.bar {
	height: 18px;
	background: green;
}

.file {
	position: relative;
	background: linear-gradient(to right, lightblue 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 1s ease;
}

.file.done {
	background: lightgreen;
}

.file a {
	display: block;
	position: relative;
	padding: 5px;
	color: black;
}

.message.success {
	color: #ba4959;
	padding: 10px;
	margin: 0 auto;
}

.message.error {
	color: #ba4959;
	padding: 10px;
	margin: 0 auto;
}
/*#form-quiz .input.radio label {
    margin-bottom: 40px;
    border: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 40px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(126,55,216,0.1);
    box-shadow: 0px 0px 25px 0px rgba(126,55,216,0.1);
    padding:30px;
}*/
#form-quiz .input.radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

/*data table */
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
	.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	background: #20A79C;
	color: #fff;
	border: #20A79C;
}

.dataTables_wrapper div.dataTables_length select {
	background-color: #fff;
	color: #333;
	border-radius: 15px;
}

:focus {
	outline-color: #20A79C;
}

.dataTables_info {
	display: none;
}

input:focus {
	outline-color: #d5d5d5;
}

a.underline {
	text-decoration: underline;
}

a.underline:hover {
	text-decoration: none;
}


.member-item {
	cursor: pointer;
	position: relative;
}

.wrapper.active .member-item, .member-item:hover {
	background: #20A79C;
	border-radius: 20px;
	z-index: 2;
	color: #fff;
}

.wrapper.active .member-item.lv2, .member-item.lv2:hover {
	background: #FFC000;
	color: #333 !important;
}

.wrapper.active .member-item.lv3, .member-item.lv3:hover {
	background: none;
	color: #333 !important;
}

.wrapper.active .member-item a, .member-item:hover a {
	color: #ffffff;
}

.wrapper.active .member-item.lv2 a, .member-item.lv2:hover a {
	color: #333;
}

.wrapper.active .member-item.lv3 a, .member-item.lv3:hover a {
	color: #333;
}

.wrapper.active .member-item-line {
	position: relative;
}
.wrapper.active .member-item-line2 {
	position: relative;
}
.wrapper.active .member-item-line::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 50%;
	top: 50%;
	/* transform: translate(-50%, -50%); */
	background-color: #20A79C;
	z-index: 0;
	top: 20px;
	right: -48px;
}
.wrapper.active .member-item-line2::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	right: 50%;
	top: 50%;
	/* transform: translate(-50%, -50%); */
	background-color: #20A79C;
	z-index: 0;
	top: 20px;
	left: -48px;
}

.wrapper.active .member-item-line.lv2::before {
	background-color: #FFC000;
	right: -48px;
	left: 50%;
}
.wrapper.active .member-item-line2.lv2::before {
	background-color: #FFC000;
	left: -48px;
	right: 50%;
}
.wrapper.active .member-item-line.lv3::before {
	background-color: #FFC000;
	right: -48px;
	left: 50%;
}
.wrapper.active .member-item-line2.lv3::before {
	background-color: #FFC000;
	left: -48px;
	right: 50%;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4); /* Set the desired background color */
}

.clickable{
	cursor:pointer;
}

/* editor */

div#content {
height:300px;
}


/* draganddrop uploader */
#file{
    display: none;
}

/* table cicilan */

table.cicilan th, table.cicilan td{
	color:#fff;
	border-top:0;
}
table.cicilan thead th{
	border-bottom:0;
}

table.cicilan thead::after{
	background-color:#636e72;

}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    margin-right: 10px;
    margin-top: 9px;
    text-align: right;
}
.pasteable{
	display:flex;
	align-items: center;
}
.copas-box{
	background:#e5e5e5;
	padding: 4px 10px;
	max-width:100%;
	overflow-x:auto;
}
.copas-link{
	align-items: baseline;
}
.pointer{
	cursor:pointer;
}
.vertical-aligned{
	display:flex;
	height:100%;
	justify-content:center;
	align-items:center;
}
.color-fb{
	background:#1877F2;
}
.color-twitter{
	background:#1DA1F2;
}
.color-linkedin{
	background:#0A66C2;
	border: 1px solid #ccc;
}
.color-at{
	background:#ffffff;
	border: 1px solid #ccc;
}
.color-whatsapp{
	background:#25D366;
}
.color-telegram{
	background:#0088CC;
}
button{
	font-family: Nunito,sans-serif;
}

a.active {
    color: inherit !important;
    font-weight: 700;
}

.desktop-only{
	display:block;
}
.mobile-only{
	display:none;
}

.fullheight{
	height:100%;
}
.bg-login{
	background: url(/assets/img/Login.png);
	background-size:cover;
}
.bg-register{
	background: url(/assets/img/Signup.png);
	background-size:cover;
}
.authentication-main .auth-innerright .card-body .theme-form {
    width: 100%;
}

.loginbox {
    text-align: center;
    max-width: 50vw;
    margin: 0 auto;
    margin-bottom:60px;
}
.clickable.yellow:hover{
	background-color: #FFC000 !important;
    color: #000000 !important;
    border: 1px solid #FFC000 !important;
}
.slideshow-box{
	background:#ffffff;
	border-radius:20px;
	min-width:70vw;
	padding:10px;
	margin-right:4px;
	margin-left:4px;
	text-align:center;
	min-height: 30vh !important;
	border:1px solid #ccc;
}
.slideshow-box h4{
	margin:0 auto;
}
.accordion .card{
	margin-bottom:0px !important;
}
.underline{
	text-decoration:underline;
}
.video-quiz{
	background:#000;
	min-height:300px;
}
a.main-button.button-orange.outline {
    background: #ffffff!important;
    border: 2px solid #ffc000;
}

/*password eye icon */
.input-group {
    position: relative;
}

.toggle-password {
    cursor: pointer;
}

#eye-icon {
    border-left: none;
}
.input-group-append {
    margin-right: 0px;
    margin-top: -27px;
    position: absolute;
    right: 56px;

}
.footnote{
	font-size:0.8em;
	margin-top:10px;
}
span.size-1.pt-2.pb-2.pr-0.round.border-white.border-2.center.white.max-w200.centerized.clickable.yellow {
    width: 100px;
    display: block;
}
