body {
	overflow-x: hidden;
}

.fontakm {
	font-family: 'Poppins', sans-serif;
	color: #000;
	/*color: #797979;*/
	/*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
}

.navbar-login {
	background: #fff;
	border-top: 3.5px solid #fff;
	box-shadow: none;
}

.navbar-login a {
	outline: none !important;
}

.navbar-login a:focus {
	outline: none !important;
}

.white-navigation {
	background: #fff;
	box-shadow: 0 1px 10px rgba(151, 164, 175, .2);
}

/* BUTTON COMPONENT */

.btn-xs-submit-disable {
	background: #9fa5aa !important;
	border-color: #9fa5aa !important;
	color: #434343 !important;
	font-size: 13px;
	padding: 7px 15px;
	border-radius: 20px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 105px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.btn-xs-submit-disable:hover {
	background: #9fa5aa !important;
	border-color: #9fa5aa !important;
	box-shadow: 0 0 12px rgba(112, 112, 112, .25);
	color: #434343;
}

.btn-xs-submit-blue {
	background: #25AAE1 !important;
	border-color: #25AAE1 !important;
	color: #fff !important;
	font-size: 13px;
	padding: 7px 15px;
	border-radius: 20px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 105px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.btn-xs-submit-blue:hover {
	background: #1795C9 !important;
	border-color: #25AAE1 !important;
	box-shadow: 0 0 12px rgba(37, 170, 225, .25);
}

.btn-xs-submit-blue:focus {
	background: #1795C9 !important;
	border-color: #25AAE1 !important;
	box-shadow: 0 0 12px rgba(37, 170, 225, .25) !important;
	;
}

.btn-xs-submit-white {
	background: #fff !important;
	border-color: #25AAE1 !important;
	color: #25AAE1 !important;
	font-size: 12px;
	/*padding: 3px 15px;*/
	padding: 7px 15px;
	border-radius: 20px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 105px;
	letter-spacing: 0.4px;
	border: 1.5px solid;
	margin-bottom: 5px;
}

.btn-xs-submit-white:hover {
	background: #fff;
	border-color: #1795C9 !important;
	color: #1795C9 !important;
	box-shadow: 0 0 12px rgba(37, 170, 225, .25);
}

.btn-xs-submit-white:focus {
	background: #f9f9f9 !important;
	border-color: #1795C9 !important;
	color: #1795C9 !important;
	box-shadow: 0 0 12px rgba(37, 170, 225, .25) !important;
	;
}

.btn-xs-submit-orange {
	background: #FC531D !important;
	border-color: #FC531D !important;
	color: #fff !important;
	font-size: 13px;
	padding: 7px 15px;
	border-radius: 20px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 105px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.btn-xs-submit-orange:hover {
	background: #F24606 !important;
	border-color: #F24606 !important;
	color: #fff !important;
	box-shadow: 0 0 12px rgba(242, 70, 6, .25);
}

.btn-xs-submit-orange:focus {
	background: #F24606 !important;
	border-color: #F24606 !important;
	color: #fff !important;
	box-shadow: 0 0 12px rgba(242, 70, 6, .25) !important;
}


.btn-sm-submit-disable {
	background: #9fa5aa !important;
	border-color: #9fa5aa !important;
	color: #434343 !important;
	font-size: 15px;
	padding: 8px 20px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 105px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.btn-sm-submit-disable:hover {
	background: #9fa5aa !important;
	border-color: #9fa5aa !important;
	box-shadow: 0 0 12px rgba(112, 112, 112, .25);
}


.btn-sm-submit-blue {
	background: #25AAE1 !important;
	border-color: #25AAE1 !important;
	color: #fff !important;
	font-size: 15px;
	padding: 8px 20px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 105px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.btn-sm-submit-blue:hover {
	background: #1795C9 !important;
	border-color: #25AAE1 !important;
	box-shadow: 0 0 12px rgba(37, 170, 225, .25);
}

.btn-sm-submit-blue:focus {
	background: #1795C9 !important;
	border-color: #25AAE1 !important;
	box-shadow: 0 0 12px rgba(37, 170, 225, .25) !important;
}

/* NEW BUTTON OUTLINE RED, YELLOW GREEN */

.oreo {
	padding-left: 6px;
	padding-right: 6px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	position: relative;
	cursor: pointer !important;
}

.oreo:hover {
	cursor: pointer !important;
}

.listtindakan {
	position: absolute;
	text-align: left;
	right: -12px;
	color: #565656;
	border: 1px solid #dedede;
	border-radius: 4.5px;
	z-index: 3;
	background: #fff;
	min-width: 130px;
	display: none;
	box-shadow: 0 1px 10px rgba(151, 164, 175, .1);
}

.listtindakan::before {
	content: "" !important;
	background: #fff !important;
	width: 16px !important;
	height: 16px !important;
	display: block !important;
	position: absolute !important;
	top: -9px !important;
	right: 52px !important;
	-webkit-transform: rotate(45deg) !important;
	-ms-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
	box-shadow: 0 1px 10px rgba(151, 164, 175, .4);
}

.listtindakan::after {
	position: absolute;
	content: "" !important;
	background: #fff !important;
	width: 38px;
	height: 14px;
	top: 0px !important;
	right: 39px !important;
	z-index: 2;
}

.listtindakan.active {
	display: inline !important;
	margin-top: 40px;
}

.listtindakan ul {
	list-style: none;
	padding-left: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
}

.listtindakan ul li {
	line-height: 18px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 5px;
}

.listtindakan ul li:last-child {
	border-bottom: 0px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}

.listtindakan ul li a {
	color: #565656;
	text-decoration: none;
	outline: none;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	padding: 6px 4px 12px 17px;
	display: block;
	width: auto !important;
}

.btn-sm-submit-outline-red {
	background: #fff !important;
	border-color: #ef144a !important;
	color: #ef144a !important;
	font-size: 15px;
	padding: 8px 20px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 105px;
	letter-spacing: 0.4px;
	border: 2px solid;
	margin-bottom: 5px;
}

.btn-sm-submit-outline-red:hover {
	background: #fff !important;
	border-color: #F1061D !important;
	color: #F1061D !important;
	box-shadow: 0 0 12px rgba(241, 6, 29, .25)
}

.btn-sm-submit-outline-red:focus {
	background: #fff !important;
	border-color: #F1061D !important;
	color: #F1061D !important;
	box-shadow: 0 0 12px rgba(241, 6, 29, .25)
}

.btn-sm-submit-outline-green {
	background: #fff !important;
	border-color: #25D119 !important;
	color: #25D119 !important;
	font-size: 15px;
	padding: 8px 20px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 105px;
	letter-spacing: 0.4px;
	border: 2px solid;
	margin-bottom: 5px;
}

.btn-sm-submit-outline-green:hover {
	background: #fff !important;
	border-color: #16CB09 !important;
	color: #16CB09 !important;
	box-shadow: 0 0 12px rgba(22, 203, 9, .25);
}

.btn-sm-submit-outline-green:focus {
	background: #fff !important;
	border-color: #16CB09 !important;
	color: #16CB09 !important;
	box-shadow: 0 0 12px rgba(22, 203, 9, .25);
}

.btn-sm-submit-outline-yellow {
	background: #fff !important;
	border-color: #F49E21 !important;
	color: #F49E21 !important;
	font-size: 15px;
	padding: 8px 20px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 105px;
	letter-spacing: 0.4px;
	border: 2px solid;
	margin-bottom: 5px;
}

.btn-sm-submit-outline-yellow:hover {
	background: #fff !important;
	border-color: #FB8C0E !important;
	color: #FB8C0E !important;
	box-shadow: 0 0 12px rgba(251, 140, 14, .25);
}

.btn-sm-submit-outline-yellow:focus {
	background: #fff !important;
	border-color: #FB8C0E !important;
	color: #FB8C0E !important;
	box-shadow: 0 0 12px rgba(251, 140, 14, .25);
}

/* END NEW BUTTON OUTLINE RED, YELLOW GREEN */

.btn-sm-submit-white {
	background: #fff !important;
	border-color: #25AAE1 !important;
	color: #25AAE1 !important;
	font-size: 15px;
	padding: 8px 20px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 105px;
	letter-spacing: 0.4px;
	border: 2px solid;
	margin-bottom: 5px;
}

.btn-sm-submit-white:hover {
	background: #fff !important;
	border-color: #1795C9 !important;
	color: #1795C9 !important;
	box-shadow: 0 0 12px rgba(37, 170, 225, .25)
}

.btn-sm-submit-white:focus {
	background: #f9f9f9 !important;
	border-color: #1795C9 !important;
	color: #1795C9 !important;
	box-shadow: 0 0 12px rgba(37, 170, 225, .25) !important;
}

.btn-sm-submit-orange {
	background: #FC531D !important;
	border-color: #FC531D !important;
	color: #fff !important;
	font-size: 15px;
	padding: 8px 20px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 105px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.btn-sm-submit-orange:hover {
	background: #F24606 !important;
	border-color: #F24606 !important;
	color: #fff !important;
	box-shadow: 0 0 12px rgba(242, 70, 6, .25);
}

.btn-sm-submit-orange:focus {
	background: #F24606 !important;
	border-color: #F24606 !important;
	color: #fff !important;
	box-shadow: 0 0 12px rgba(242, 70, 6, .25) !important;
}

.btn-sw-submit-disable {
	background: #9fa5aa !important;
	border-color: #9fa5aa !important;
	color: #434343 !important;
	font-size: 16px;
	padding: 10px 24px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 105px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.btn-sw-submit-disable:hover {
	background: #9fa5aa !important;
	border-color: #9fa5aa !important;
	color: #434343 !important;
	box-shadow: 0 0 12px rgba(112, 112, 112, .25);
}

.btn-sw-submit-blue {
	background: #25AAE1 !important;
	border-color: #25AAE1 !important;
	color: #fff !important;
	font-size: 16px;
	padding: 10px 24px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 105px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.btn-sw-submit-blue:hover {
	background: #1795C9 !important;
	border-color: #25AAE1 !important;
	box-shadow: 0 0 17px rgba(37, 170, 225, .25);
}

.btn-sw-submit-blue:focus {
	background: #1795C9 !important;
	border-color: #25AAE1 !important;
	box-shadow: 0 0 17px rgba(37, 170, 225, .25) !important;
}

.btn-sw-submit-white {
	background: #fff;
	border-color: #25AAE1 !important;
	color: #25AAE1 !important;
	font-size: 16px;
	padding: 10px 24px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 105px;
	letter-spacing: 0.4px;
	border: 2px solid;
	margin-bottom: 5px;
}

.btn-sw-submit-white:hover {
	background: #fff;
	border-color: #1795C9;
	color: #1795C9 !important;
	box-shadow: 0 0 17px rgba(37, 170, 225, .25);
}

.btn-sw-submit-white:focus {
	background: #f9f9f9 !important;
	border-color: #1795C9 !important;
	color: #1795C9 !important;
	box-shadow: 0 0 17px rgba(37, 170, 225, .25) !important;
}

.btn-sw-submit-orange {
	background: #FC531D !important;
	border-color: #FC531D !important;
	color: #fff !important;
	font-size: 16px;
	padding: 10px 24px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 105px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.btn-sw-submit-orange:hover {
	background: #F24606 !important;
	border-color: #F24606 !important;
	color: #fff !important;
	box-shadow: 0 0 17px rgba(242, 70, 6, .25);
}

.btn-sw-submit-orange:focus {
	background: #F24606 !important;
	border-color: #F24606 !important;
	color: #fff !important;
	box-shadow: 0 0 17px rgba(242, 70, 6, .25) !important;
}

.btn-submit-diasble {
	background: #9fa5aa !important;
	border-color: #9fa5aa !important;
	color: #434343 !important;
	font-size: 16px;
	padding: 10px 24px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 175px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.btn-submit-diasble {
	background: #9fa5aa !important;
	border-color: #9fa5aa !important;
	box-shadow: 0 0 12px rgba(112, 112, 112, .25);
}

.btn-submit-blue {
	background: #25AAE1 !important;
	border-color: #25AAE1 !important;
	color: #fff !important;
	font-size: 16px;
	padding: 8px 24px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 175px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.btn-submit-blue:hover {
	background: #1795C9 !important;
	border-color: #25AAE1 !important;
	box-shadow: 0 0 17px rgba(37, 170, 225, .25);
}

.btn-submit-blue:focus {
	background: #1795C9 !important;
	border-color: #25AAE1 !important;
	box-shadow: 0 0 17px rgba(37, 170, 225, .25) !important;
}

.btn-submit-green {
	background: #9DC83A !important;
	border-color: #9DC83A !important;
	color: #fff !important;
	font-size: 16px;
	padding: 10px 24px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 175px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.btn-submit-green:hover {
	background: #91C41E !important;
	border-color: #91C41E !important;
	box-shadow: 0 0 17px rgba(145, 196, 30, .25);
}

.btn-submit-green:focus {
	background: #91C41E !important;
	border-color: #91C41E !important;
	box-shadow: 0 0 17px rgba(145, 196, 30, .25) !important;
}

.btn-submit-red {
	background: #EB386F !important;
	border-color: #EB386F !important;
	color: #fff !important;
	font-size: 16px;
	padding: 10px 24px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 175px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.btn-submit-red:hover {
	background: #E8215E !important;
	border-color: #E8215E !important;
	box-shadow: 0 0 17px rgba(232, 33, 94, .25);
}

.btn-submit-red:focus {
	background: #E8215E !important;
	border-color: #E8215E !important;
	box-shadow: 0 0 17px rgba(232, 33, 94, .25) !important;
}

.btn-submit-white {
	background: #fff;
	border-color: #25AAE1 !important;
	color: #25AAE1 !important;
	font-size: 16px;
	padding: 8px 24px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 175px;
	letter-spacing: 0.4px;
	border: 2px solid;
	margin-bottom: 5px;
}

.btn-submit-white:hover {
	background: #fff !important;
	border-color: #1795C9 !important;
	color: #1795C9 !important;
	box-shadow: 0 0 17px rgba(37, 170, 225, .25);
}

.btn-submit-white:focus {
	background: #f9f9f9 !important;
	border-color: #1795C9 !important;
	color: #1795C9 !important;
	box-shadow: 0 0 17px rgba(37, 170, 225, .25) !important;
}

.btn-submit-orange {
	background: #FC531D !important;
	border-color: #FC531D !important;
	color: #fff !important;
	font-size: 16px;
	padding: 8px 24px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 175px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.btn-submit-orange:hover {
	background: #F24606 !important;
	border-color: #F24606 !important;
	color: #fff !important;
	box-shadow: 0 0 17px rgba(242, 70, 6, .25);
}

.btn-submit-orange:focus {
	background: #F24606 !important;
	border-color: #F24606 !important;
	color: #fff !important;
	box-shadow: 0 0 17px rgba(242, 70, 6, .25) !important;
}
.color25_cbt {
	color: #5DB561;
}
.btn-submit-bg25cbt {
	background: #5DB561 !important;
	border-color: #5DB561 !important;
	color: #fff !important;
	font-size: 12px;
	padding: 12px 0px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 60px;
	width: 100%;
	letter-spacing: 0.4px;
	border: 2px solid;
	margin-bottom: 5px;
}


.btn-submit-bg25 {
	background: #5DB561 !important;
	border-color: #5DB561 !important;
	color: #fff !important;
	font-size: 16px;
	padding: 8px 24px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 175px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.btn-submit-bg25:hover {
	background: #559f58 !important;
	border-color: #559f58 !important;
	color: #fff !important;
}

.btn-submit-bg25:focus {
	background: #559f58 !important;
	border-color: #559f58 !important;
	color: #fff !important;
}
.btn-sub-bg25 {
	background: #5DB561 !important;
	border-color: #5DB561 !important;
	color: #fff !important;
	padding: 5px 15px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 90px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}
 .btn-submit-bg25cbt {
	background: #5DB561 !important;
	border-color: #5DB561 !important;
	color: #fff !important;
	font-size: 12px;
	padding: 12px 0px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 60px;
	width:100%;
	letter-spacing: 0.4px;
	border: 2px solid;
	margin-bottom: 5px;
}

#grad25 {
	height: auto;
	border-radius: 10px;
	background: linear-gradient(45deg, #9BDA9E 0%, #A8DFAB 18%, #D8FFD9 35%, white 55%, #DFF8FF 78%, #C1F2FF 89%, #A8EDFF 100%);
	backdrop-filter: blur(101.76px);
}
#grad25petunjuk {
	height: auto;
	border-radius: 10px;
	background: linear-gradient(77deg, #ffffff 0%, #edffee 18%, #D8FFD9 35%, white 55%, #DFF8FF 78%, #def2f7 89%, #ffffff 100%);
	backdrop-filter: blur(101.76px);
}

.btn-submit-whitecbt25 {
    background: #fff;
    border-color: #DE4141 !important;
    color: #DE4141 !important;
    font-size: 12px;
    padding: 12px 0px;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    min-width: 60px;
    width: 100%;
    letter-spacing: 0.4px;
    border: 2px solid;
    margin-bottom: 5px;
}
.cardnilai25 {
    /* box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1); */
    border: 1px solid rgba(0, 0, 0, .06);
    height: auto;
    width: 100%;
    margin: 10px 0px;
    min-height: 100px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}
.btn-remove-student {}

.btn-remove-student:hover span {
	display: none
}

.btn-remove-student:hover:before {
	content: "Hapus Member!";
}

.btn-remove-student:hover {
	background: #E8215E !important;
	border-color: #E8215E !important;
	box-shadow: 0 0 17px rgba(232, 33, 94, .25);
	transition: 0.3s;
}

.p-btn-xl {
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 39px;
}

.p-btn-sm {
	padding-top: 10px;
	padding-bottom: 10px;
}

.mh-cust-small {
	border-bottom: 0px;
	padding: 0.6rem 1rem;
}

.height-carousel-classroom {
	min-height: 215px;
}

.wrp-remove-confirmation {
	height: auto;
	padding: 0px 32px 24px 32px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.4px;
	font-size: 16px;
	line-height: 24px;
	color: #696969;
}

.remove-member {
	height: auto;
}

.modal-content {
	border-radius: .8rem;
}

.remove-member button {
	margin-left: 4px;
	margin-right: 4px;
}


/* LANDING PAGE */

.center-navigation-home {
	height: auto;
}

.center-navigation-home li {}

.center-navigation-home li a {
	font-family: 'Poppins', sans-serif;
	font-size: 16.5px;
	line-height: 22px;
	font-weight: 500;
	letter-spacing: 0.4px;
	color: #606060;
	padding-right: 20px !important;
	padding-left: 20px !important;
}

#erlanggaCarousel .carousel-item .mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
}

#erlanggaCarousel .carousel-item a {
	background: #F47735;
	font-size: 14px;
	color: #FFF;
	padding: 13px 32px;
	display: inline-block;
}

#erlanggaCarousel .carousel-item a:hover {
	background: #394fa2;
	text-decoration: none;
}

#erlanggaCarousel .carousel-item h4 {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

#erlanggaCarousel .carousel-item p {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

#erlanggaCarousel .carousel-item a {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

#erlanggaCarousel .carousel-item .mask img {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	display: block;
	height: auto;
	max-width: 100%;
}

#erlanggaCarousel h4,
#erlanggaCarousel p,
#erlanggaCarousel a,
#erlanggaCarousel .carousel-item .mask img {
	-webkit-animation-duration: 1s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#erlanggaCarousel .container {}

#erlanggaCarousel .carousel-item {
	height: 100%;
	min-height: 760px;
}

#erlanggaCarousel {
	position: relative;
	z-index: 1;
	background: #fff;
	background-size: cover;
}

.blue-bg-liquify {
	position: absolute;
	width: 100%;
	height: 885px;
	top: 22px;
	background-image: url(../images/liquify-background.svg);
	background-size: cover;
}

/* NEEEEEEEEEEXT */



/* NEEEEEEEEEEXT */

.bg-cirle-top {
	background-image: url(../images/bg-circle-top-slide.svg);
	width: 640px;
	height: 640px;
	position: absolute;
	right: 0px;
	top: -168px;
	right: -120px;
}

.carousel-control-next,
.carousel-control-prev {
	height: 40px;
	width: 40px;
	padding: 12px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background-color: #f47735;
}

.wrp-caption-slider {
	font-family: 'Poppins', sans-serif;
	color: #606060;
	margin-top: -48px !important;
	right: -40px !important;
	top: -40px;
	/*position: relative!important;*/
}

.rm-45 {
	top: 15px;
}

.wrp-caption-slider h4 {
	font-size: 35px;
	margin-bottom: 15px;
	color: #565656;
	line-height: 100%;
	letter-spacing: 0.5px;
	font-weight: 600;
}

.wrp-caption-slider p {
	font-size: 19px;
	line-height: 26px !important;
	margin-bottom: 36px !important;
	margin-top: 25px !important;
	color: #696969;
	margin-bottom: 25px;
	letter-spacing: 0.4px;
}

.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	opacity: 1
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
	opacity: 0
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

	.carousel-fade .carousel-item-left.active,
	.carousel-fade .carousel-item-next,
	.carousel-fade .carousel-item-prev,
	.carousel-fade .carousel-item-prev.active,
	.carousel-fade .carousel-item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-inner-5 {
	margin-top: 40px;
}


@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

.vertical-voucher {
	min-height: 290px;
	border-radius: 20px;
	color: #fff;
	overflow: hidden;
	width: 100%;
	border-radius: 20px !important;
}

.wrp-all-voucher {
	background: #25aae1;
	min-height: 200px;
	width: 100%;
	border-radius: 20px;
	margin-top: 24px;
	background-image: url(../images/wooden-pattern.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.text-voucher-home {
	height: auto;
	width: 100%;
	min-height: 170px;
	padding-left: 56px;
}

.text-voucher-home h4 {
	font-size: 30px;
	line-height: 33px;
	letter-spacing: 0.3px;
	margin-top: 32px;
}

.text-voucher-home p {
	font-size: 19px;
	letter-spacing: 0.3px;
	line-height: 22px;
}

.title-section-col {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 45px;
	margin-bottom: 45px;
}

.title-section-col h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px;
	color: #565655;
	line-height: 100%;
	letter-spacing: 0.5px;
	font-weight: 600;
	margin-bottom: 24px;
}

.wrp-title-section-color {
	height: auto;
}

.text-landing-page {
	height: auto;
	padding-right: 64px;
}

.text-landing-page p {
	font-size: 17px;
	line-height: 25px !important;
	margin-bottom: 15px !important;
	margin-top: 30px !important;
	color: #696969;
	margin-bottom: 25px;
	letter-spacing: 0.4px;
}

.wrp-title-section-color h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px;
	color: #25AAE1;
	line-height: 100%;
	letter-spacing: 0.5px;
	font-weight: 600;
}

.wrp-title-section-color h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px;
	color: #20409A;
	line-height: 100%;
	letter-spacing: 0.5px;
	font-weight: 600;
}

.wrp-how-to-use {
	position: relative;
	width: 100%;
	padding: 15px 6px 15px 69px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: 'Poppins', sans-serif;
}

.wrp-how-to-use h5 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 15px;
	color: #565655;
	line-height: 100%;
	letter-spacing: 0.5px;
	font-weight: 600;
	margin-bottom: 6px;
}

.wrp-how-to-use p {
	font-size: 17px;
	line-height: 24px !important;
	margin-bottom: 15px !important;
	margin-top: 20px !important;
	color: #696969;
	margin-bottom: 25px;
	letter-spacing: 0.4px;
}

.circle-how-to {
	background: #E8F6FC;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: absolute;
	top: 18px;
	left: 0px;
}

/* LANDING PAGE */

/* PUSAT BANTUAN FRONT PAGE */

.head-according {
	width: 100%;
	display: block;
	height: auto;
	background: #fff;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	padding-left: 8px;
}

.head-according h6 {
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	color: #606060;
	line-height: 25px;
	margin-top: 4px;
	letter-spacing: 0.3px;
}

#accordionFaq {
	margin-top: 24px;
	margin-bottom: 24px;
	position: relative;
	background: #fff;
	border-radius: 6px !important height:auto;
	width: 100%;
}

.circle-faq {
	position: absolute;
	top: 118px;
	left: -190px;
}

.dot-grey {
	position: absolute;
	top: -115px;
	right: -190px;
	z-index: 3;
}

.card-for-faq {
	border: 0;
	border-radius: 8px;
	margin-bottom: 15px;
}

.card-header-faq {
	background: #fff;
	border: 1px solid #dadada;
	border-radius: 4px !important;
	margin-bottom: 1px !important;
}

.collapse-faq {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #696969;
	line-height: 23px;
}

.card-body-faq {
	padding-top: 24px;
	padding-bottom: 10px;
}

.card-body-faq ul {
	padding-left: 23px;
}

.card-body-faq ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #696969;
	line-height: 27px;
	margin-bottom: 5px;
	padding-left: 8px;
}

.card-body-faq ul li a {
	color: #25AAE1 !important;
}

.header-static-faq {
	width: 100%;
	height: 256px;
	background:
		padding-top:32px;
	background: #F8FAFC;
	margin-bottom: 48px;
}

.header-static-faq h3 {
	color: #25AAE1;
	margin-bottom: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 0.3px;
}

/* PUSAT BANTUAN FRONT PAGE */

/*  ABOUT US */

.caption-opening {
	height: auto;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	padding-top: 20px;
	padding-bottom: 56px;
	position: relative;
}

.bg-circle-about {
	position: absolute;
	right: 165px;
	top: 70px;
	z-index: 2;
}

.bg-circle-about img {
	width: 600px;
}

.cupboard {
	position: absolute;
	right: 15px;
	top: 74px;
	z-index: 2;
}

.cupboard img {
	width: 135px;
}

.tentang-circle-bg {
	position: absolute;
	right: 0px;
	top: -32px;
	z-index: 0;
}

.tentang-circle-bg img {
	width: 600px;
}

.caption-opening h4.dof {
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	line-height: 36px;
	margin-bottom: 5px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #464646;
}

.header-static-about h4 {
	color: #25AAE1;
	margin-bottom: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 0.3px;
	position: absolute;
	bottom: 56%;
	left: 12%;
}

/*edit by scu 20.09.08*/
.header-static-about .mobile h4 {
	color: #25AAE1;
	margin-bottom: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 0.3px;
	position: absolute;
	bottom: 20%;
	left: 12%;
	width: 100px;
}

.caption-opening h4.blue-light {
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	line-height: 36px;
	margin-bottom: 5px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #25aae1;
}

.header-static-about {
	width: 100%;
	height: 375px;
	padding-top: 32px;
	background: #fefefe;
	margin-bottom: 36px;
}

.header-static-about h3 {
	color: #25AAE1;
	margin-bottom: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 0.3px;
}

.val-infograph {
	height: auto;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #606060;
}

.val-infograph h3 {
	font-size: 38px;
	font-family: 'Poppins', sans-serif;
	line-height: 40px;
	margin-bottom: 5px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #25aae1;
}

.border-content-about {
	width: 100%;
	height: auto;
	padding: 76px 32px;
	border-radius: 10px;
	margin-top: 76px;
}

.hashtag-caption {
	height: auto;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	color: #606060;
	text-align: center;
	display: block;
}

.hashtag-caption h3 {
	font-size: 38px;
	font-family: 'Poppins', sans-serif;
	line-height: 40px;
	margin-bottom: 5px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #464646;
}

.left-desc-about {
	width: 100%;
	height: auto;
	font-family: 'Poppins', sans-serif;
	color: #646464;
	font-size: 18px;
	line-height: 29px;
	margin-top: 32px;
	margin-bottom: 24px;
	padding-left: 0px;
	letter-spacing: 0.25px;
	text-align: left;
	z-index: 3;
	min-height: 200px;
}

.blue-light-bg {
	position: absolute;
	width: 920px;
	height: 375px;
	background: #25aae1;
	left: -30%;
	top: 8px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: -1;
}

.col-caption-white {
	height: auto;
	position: relative;
	width: 100%;
}

.col-caption-white h3 {
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	line-height: 36px;
	margin-bottom: 5px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #fff;
	margin-top: 76px;
}

.image-caption-try {
	height: auto;
}

.image-caption-try img {
	width: 610px;
	height: auto;
	position: absolute;
	top: -125px;
	left: -74px;
}

.space-section {
	height: 150px;
}

.space-section-half {
	height: 76px;
}

.space-section-last {
	height: 46px;
}

.wrp-price-free {
	font-family: 'Poppins', sans-serif;
	width: 100%;
	height: auto;
	padding: 24px 30px;
	border: 1px solid #dadada;
	border-radius: 10px;
	margin-top: 48px;
	color: #646464;
	font-size: 17px;
	line-height: 29px;
}

.wrp-step {
	font-family: 'Poppins', sans-serif;
	width: 100%;
	height: auto;
	padding: 24px 24px 24px 76px;
	border: 1px solid #dadada;
	border-radius: 10px;
	margin-top: 48px;
	color: #646464;
	font-size: 17px;
	line-height: 29px;
	min-height: 320px;
	position: relative;
}

.circle-step {
	position: absolute;
	border-radius: 35px;
	width: 35px;
	height: 35px;
	border: 2px solid #25AAE1;
	text-align: center;
	font-size: 18px;
	left: 20px;
	top: 30px;
	line-height: 32px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #25AAE1 !important
}

.wrp-step h5 {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: 600;
	letter-spacing: 0.2px;
	color: #25AAE1;
	margin-bottom: 20px;
}

.wrp-price-free h4 {
	color: #25AAE1 !important;
	font-size: 25px;
	line-height: 32px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin-top: 10px;
	margin-bottom: 15px;
}

.wrp-price-free ul li p {
	margin-bottom: 9px;
}

.wrp-price-free ul li {
	padding-left: 10px;
}

ul.fitur-list {
	min-height: 125px;
	padding-left: 16px;
}

/*  ABOUT US */

/* VOUCHER FRONT PAGE */

.title-recomendation-label {
	height: auto;
	padding: 15px 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	color: #696969;
	letter-spacing: 0.3px;
}

.title-recomendation-label p {
	line-height: 35px;
	margin-bottom: 12px;
}

.wrapper-out-voucher {
	width: 100%;
	height: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 32px;
	margin-bottom: 32px;
	height: 660px;
}

.wrapper-out-voucher:last-child {
	padding-bottom: 96px;
	height: 700px;
}

.top-space-fp {
	width: 100%;
	display: block;
	height: 100px;
}

.item-voucher {
	width: 352px;
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
	position: relative;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	overflow: hidden;
	border-radius: 12px;
}

.head-voucher {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.text-desc-voucher {
	width: 100%;
	height: auto;
	padding: 24px 25px;
	font-family: 'Poppins', sans-serif;
}

.text-desc-voucher h4 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #25aae1;
}

.owl-carousel-voucher .owl-nav {
	margin-top: -36% !important;
}

.text-desc-voucher h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 6px;
	color: #606060;
}

.text-desc-voucher p {
	font-size: 15px;
	color: #696969;
	font-size: 400;
	line-height: 19px;
	margin-bottom: 9px;
	position: relative;
	padding-left: 18px;
	letter-spacing: 0.3px;
}

.text-desc-voucher p::after {
	content: '';
	width: 5px;
	height: 5px;
	background: #797979;
	position: absolute;
	left: 0px;
	top: 8px;
	border-radius: 2.5px;
}

.title-section-front h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px;
	color: #25AAE1;
	line-height: 100%;
	letter-spacing: 0.5px;
	font-weight: 600;
}


/* VOUCHER FRONT PAGE */


/* PAPPER  PRINT PREVIEW */

.wrp-paper {
	width: 100%;
	height: auto;
	padding: 64px 90px 64px 96px;
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .06);
	height: auto;
	width: 100%;
	background: #fff;
	min-height: 325px;
}

/* PAPPER  PRINT PREVIEW */

.card-classroom {
	width: 205px;
	height: 190px;
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
	position: relative;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	margin-bottom: 24px;
	float: left;
	margin-right: 18px;
	border-radius: 8px;
	margin-left: 10px;
}

.card-classroom:hover {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
}

.card-classroom:first-child {
	margin-left: 5px !important;
}

.card-classroom a {
	text-decoration: none !important;
	outline: none;
}

.wrp-circle-classroom {
	width: 100%;
	height: 76px;
	display: block;
	position: relative;
}

.circle-classroom {
	width: 56px;
	height: 56px;
	overflow: hidden;
	margin: 0 auto;
	float: none;
	border-radius: 50%;
	position: relative;
	top: 20px;
	background: #25AAE1;
}

.circle-classroom img {
	max-width: 100%;
	width: auto;
}

.card-body-class {
	height: auto;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	display: block;
	text-align: center;
	color: #696969;
}

.card-body-class h5 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #696969;
}

.card-body-class p {
	margin-bottom: 2px;
	color: #868686;
	font-size: 16px;
	line-height: 19px;
}

.card-body-class span {
	margin-bottom: 3px;
	color: #868686;
	font-size: 13px;
}

/* Setting Owl Nav Arrow */

.owl-dots {
	display: none;
}

.owl-nav {
	margin-top: -135px !important;
	z-index: 3 !important;
	position: relative;
}

.owl-next {
	width: 32px;
	height: 32px;
	background: #f9f9f9;
	/*border-radius: 15px !important;*/
	border-radius: 8px !important;
	outline: none !important;
	right: 10px;
	position: absolute;
}

.owl-prev {
	width: 32px;
	height: 32px;
	background: #f9f9f9;
	border-radius: 8px !important;
	outline: none !important;
	left: 10px;
	position: absolute;
}

.row-item-book {
	margin-bottom: 76px;
}

.owl-stage-outer:hover~.owl-nav [class*="owl-"] {
	opacity: 1 !important;
	background: #fff !important;
	box-shadow: 0 1px 10px rgba(151, 164, 175, .9) !important;
}

.owl-theme .owl-nav [class*="owl-"] {
	background: #fff !important;
	box-shadow: 0 1px 10px rgba(151, 164, 175, .9) !important;
	opacity: 0.3 !important;
	transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #fff;
	opacity: 1 !important;
}

/* Setting Owl Nav Arrow */


/* BUTTON COMPONENT */


/*COMPONENT CHECKBOX AND RADIO BUTTON */

.wrp-f-radio {
	position: relative;
	padding-left: 48px;
	color: #797979;
	font-size: 13.5px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0.1px;
	margin-top: 16.5px;
}

.gender {
	font-size: 12px;
	color: #797979;
	margin-top: -8px;
	position: absolute;
}

.wrp-f-radio p {
	font-size: 14.5px;
}

.p-absolute {
	position: absolute;
	left: 12px;
	top: 2.5px;
}

.pretty .state label::before {
	content: '';
	width: calc(1em + 8px);
	height: calc(1em + 8px);
}

.pretty .state label::after,
.pretty .state label::before {
	content: '';
	width: calc(1em + 8px);
	height: calc(1em + 8px);
}

.pretty.p-default input:checked~.state label::before {
	border: 1px solid #25AAE1 !important;
}

.pretty.p-default input:checked~.state label::after {
	background-color: #25AAE1 !important;
	border: 1px solid #25AAE1 !important;
}

.label-form {
	height: auto;
}

.label-form label {
	color: #25AAE1;
	font-size: 18px;
	line-height: normal;
	margin-bottom: 20px;
}

.check {
	display: block;
	position: relative;
	padding-left: 32px;
	margin-top: -24px;
	padding-right: 15px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.4px;
	color: #797979;
}

/* Hide the browser's default checkbox */
.check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-color: #25AAE1;
	border-style: solid;
	border-width: 2px;
	border-radius: 2px;
}

* When the checkbox is checked,
add a blue background */ .check input:checked~.checkmark {
	background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.check input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
	left: 5px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid;
	border-color: #25AAE1;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}



/*FULL CONTENT */

.wrp-full-content {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .06);
	height: auto;
	width: 98%;
	background: #fff;
	min-height: 450px;
	/*min-height: 325px;*/
	border-radius: 12px;
}

.wrp-form-full-content {
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	display: block;
	min-height: 2px;
	height: auto;
}

.wrp-form-full-head {
	height: auto;
	width: 100%;
	padding: 8px 48px;
	font-family: 'Poppins', sans-serif;
}

.wrp-correction-profile {
	position: relative;
	padding-left: 70px;
	height: auto;
	font-family: 'Poppins', sans-serif;
	color: #606060;
}

.wrp-correction-profile h4 {
	color: #25AAE1;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 3px;
	margin-top: 8px;
	line-height: 25px;
	letter-spacing: 0.4px;
}

.wrp-correction-profile p {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 20px;
}

.circle-correction-profile {
	width: 56px;
	height: 56px;
	overflow: hidden;
	margin: 0 auto;
	float: none;
	border-radius: 50%;
	position: absolute;
	background: #25AAE1;
	left: 0px;
	top: 2px;
}

.circle-pagination {
	height: auto;
	margin-bottom: 4px;
}

.circle-pagination li.page-item.active .page-link {
	border-radius: 50px;
	color: #fff;
	border-color: #25AAE1;
	background: #25AAE1;
}

.circle-pagination li.page-item .page-link {
	border-radius: 50px;
	width: 42.5px;
	height: 41.5px;
	text-align: center;
	line-height: 26px;
	padding: .4rem .75rem;
	font-weight: 500;
	letter-spacing: 0.3px;
	color: #696969;
	margin-left: 4px;
	margin-right: 4px;
	border-color: #dadada;
	margin-top: 8px;
	margin-bottom: 4px;
}

.circle-pagination li.page-item .page-link:focus {
	box-shadow: none !important;
	background: #f9f9f9;
}

.wrp-answer-key {
	border-bottom: 1px solid #dadada;
	padding: 15px 0px;
	font-family: 'Poppins', sans-serif;
	min-height: 220px;
	max-height: 250px;
	overflow-y: scroll;
	padding-right: 6px;
	padding-left: 10px;
}

.wrp-answer-key h5 {
	font-size: 18px;
	line-height: 22px;
	color: #606060;
	margin-bottom: 20px;
}

.wrp-answer-key h5 img {
	margin-right: 12px;
}

.wrp-reviewed {
	padding: 32px 0px 15px 0px;
	font-family: 'Poppins', sans-serif;
	min-height: 220px;
	max-height: 250px;
	overflow-y: scroll;
	padding-right: 6px;
	padding-left: 10px;
}

.wrp-reviewed h5 {
	font-size: 18px;
	line-height: 22px;
	color: #606060;
	margin-bottom: 20px;
}

.wrp-reviewed h5 img {
	margin-right: 12px;
}

.question-text {
	/*font-family: Calibri, san-serif;*/
	font-size: 16px;
	line-height: 22px;
	padding: 15px ;
	/* padding: 15px 0px; */
	/*padding: 0px;*/
	margin-top: -10px;
}

.answer-question {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding: 20px 20px 15px 20px;
	border: 1px solid #dadada;
	border-radius: 10px;
	margin-bottom: 10px;
}

.answer-question h6 {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	color: #606060;
	margin-bottom: 15px;
}

.wrp-left-corection {
	padding-right: 20px;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	display: block;
}

.wrp-attachment {
	width: 220px;
	height: 190px;
	border: 1px solid #dadada;
	overflow: unset;
	border-radius: 10px;
	margin-top: 24px;
	margin-right: 18px;
	float: left;
}

.wrp-attachment a {
	color: #25AAE1;
	text-decoration: none;
	outline: none;
}

.wrp-attachment a:hover {
	color: #25AAE1;
	text-decoration: none;
	outline: none;
}

.wrp-attachment a:focus {
	color: #25AAE1;
	text-decoration: none;
	outline: none;
}

.wrp-attachment a p {
	font-size: 15px;
	line-height: 20px;
	margin-top: 12px;
	color: #25AAE1;
}

.container-img-attach {
	width: 215px;
	height: 190px;
	overflow: hidden;
	border-radius: 10px !important;
	margin: 0 auto;
}

.wrp-buttom-actcorrection {
	width: 100%;
	height: auto;
	padding: 48px 0px 10px 0px;
}

.wrp-nav-correction {
	text-align: right;
}

.wrp-nav-correction .btn-submit-white {
	margin-right: 6px;
}

.wrp-form-full-footer {
	height: auto;
	width: 100%;
	padding: 28px 48px 5px 48px;
	font-family: 'Poppins', sans-serif;
	border-top: 1px solid #dadada;
	margin-top: 15px;
}

#dropdown-question {}

a.octopus {
	margin-top: 8px;
	margin-bottom: 8px;
	text-decoration: none;
	color: #25aae1;
}

a.octopus:hover {
	text-decoration: none;
	color: #25aae1;
}

a.octopus:focus {
	text-decoration: none;
	color: #25aae1;
	outline: none !important;
}

.octopus span {
	margin-right: 16px;
}

.title-cbt {
	height: auto;
	padding: 10px 32px 10px 32px;
	/*position: fixed;*/
	/*top: 65px;*/
	z-index: 9;
	display: block;
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 10px rgba(151, 164, 175, .1);
	left: 0px;
}
.title-cbt25::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #FF6600 0%, #44CC00 100%);
  background-size: 200% 200%;
  animation: gradient 13s ease infinite;
}

@keyframes gradient {
  0% {
	background-position: 0% 50%;
  }
  50% {
	background-position: 100% 50%;
  }
  100% {
	background-position: 0% 50%;
  }
}

.title-cbt h4 {
	color: #25aae1;
	font-size: 22px;
	margin-left: -5px;
	margin-top: 4px;
}

#dialog-cbt {
	height: auto;
	width: auto;
}

#dialog-cbt .btn-submit-red {
	margin-right: 4px !important;
}

#dialog-cbt .btn-sm-submit-blue {
	margin-right: 4px !important;
}

/* START LOGIN */

.wrp-question-item {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .08);
	border: 1px solid rgba(0, 0, 0, .06);
	height: auto;
	width: 100%;
	background: #fff;
	min-height: 120px;
	border-radius: 12px;
	margin-top: 24px;
}

.separator-soal {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	width: 100%;
	display: block;
	padding: 15px 10px 10px 10px;
	background: #F8FAFC;
	border-radius: 5px;
	margin: 8px 0px 5px 0px;
	border: 1px solid #dadada;
}

.separator-soal h6 {
	color: #606060;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

.rooundicon {
	height: 40px;
	width: 40px;
	display: block;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	color: #ffffff;
	font-size: 14.5px;
	background-color: red;
	float: left;
	line-height: 24px;
	padding-top: 7px;
	display: inline-block;
}

.link-edit-soal {
	text-align: center;
}

.link-edit-soal .rooundicon {
	display: block;
	margin-bottom: 5px;
	float: none;
}

.icon-edit {
	background-color: #bad873;
	color: #ffffff;
}

.icon-edit:hover {
	background-color: #68cb41;
	color: #ffffff;
}

.icon-edit:focus {
	background-color: #68cb41;
	color: #ffffff;
}

.icon-delete {
	background-color: #FF6B90;
	color: #ffffff;
}

.icon-delete:hover {
	background-color: #ef144a;
	color: #ffffff;
}

.icon-delete:focus {
	background-color: #ef144a;
	color: #ffffff;
}

.icon-sort {
	background-color: #8ACFE9;
	color: #ffffff;
}

.icon-sort:hover {
	background-color: #4FB1D5;
	color: #ffffff !important;
}

.icon-sort i:hover {
	color: #ffffff !important;
}

.icon-sort:focus {
	background-color: #4FB1D5;
	color: #ffffff;
}

.jawaban-soal {
	width: 100%;
	height: auto;
	padding: 10px 0px;
}

.wrp-login-form {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .06);
	height: auto;
	width: 100%;
	background: #fff;
	min-height: 325px;
	border-radius: 12px;
	overflow: hidden;
}

.wrp-soal-pg {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .06);
	height: auto;
	width: 100%;
	background: #fff;
	min-height: 215px;
	border-radius: 12px;
	margin: 18px 0px 15px 0px;
}

.wrp-reset a {
	color: #25AAE1;
}

.separator-line-soal {
	width: 100%;
	height: 1px;
	background: #dadada;
	margin: 24px 0px 5px;
}

.kunci-jawaban-bottom {
	height: auto;
	padding-top: 10px;
	color: #606060;
	font-weight: 400;
	font-family: 'Times New Roman', serif;
}

.kunci-jawaban-bottom h5 {
	margin-bottom: 5px;
	padding-top: 10px;
	color: #25AAE1;
	font-weight: 600;
	font-family: 'Times New Roman', serif;
	font-size: 20px;
	margin-bottom: 10px;
}

.kunci-jawaban-bottom p {
	margin-bottom: 5px;
	color: #606060;
	font-size: 16px;
	line-height: 28px;
}

.wrp-form-log-reg {
	height: auto;
	width: 100%;
	padding: 24px 48px;
	font-family: 'Poppins', sans-serif;
	margin-top: 10px;
	margin-bottom: 15px;
}

.hr-separator {
	height: 1px;
	background: #dadada;
	width: 100%;
	display: block;
}

.wrp-form-log-reg h4 {
	color: #25AAE1;
	font-size: 18px;
	line-height: normal;
	margin-bottom: 15px;
}

.wrp-form-log-reg p {
	color: #797979;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.6px;
	word-break: break-word;
}

#scroll-cbt {
	height: 305px;
	min-height: 380px;
	overflow-y: scroll;
}

.wrp-form-log-reg-cbt {
	height: auto;
	width: 100%;
	padding: 0px 48px 0px 48px;
	font-family: 'Poppins', sans-serif;
	margin-top: 10px;
	margin-bottom: 15px;
}

.wrp-form-log-reg-cbt h4 {
	color: #25AAE1;
	font-size: 18px;
	line-height: normal;
	margin-bottom: 15px;
}

.wrp-form-log-reg-cbt p {
	color: #000;
	/*color: #797979;*/
	font-size: 16px;
	/*font-size: 16px;*/
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.6px;
	word-break: break-word;
}

.head-bar-login {
	border-bottom: 1.5px solid #F4F4F4;
	width: 100%;
	display: block;
	min-height: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #BBBBBB;
	letter-spacing: 0.4px;
	overflow: hidden;
}

.log-reg-link {
	height: auto;
	width: 100%;
	padding-left: 0px;
	margin-bottom: 0px;
	line-height: 10px;
}

.log-reg-link li {
	display: inline-block;
	width: 49.1%;
	height: auto;
}

.log-reg-link li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 24px 24px;
	float: left;
	text-align: center;
	color: #BBBBBB;
	outline: none;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.5px;
}

.log-reg-link li a.active {
	color: #28ABE1;
	position: relative;
	border-bottom: 2px solid #28ABE1;
	border-right: 1.5px solid #f1f1f1;
}

.h-image-reg {
	height: auto;
	width: 100%;
	display: block;
	margin-bottom: 48px;
}

.form-group-line {
	margin-bottom: 24px !important;
}

.form-group-line label {
	color: #696969;
	font-size: 14.5px;
	font-family: 'Poppins', sans-serif;
}

.form-label-group {
	position: relative;
}

.form-label-group>input,
.form-label-group>label {
	height: 45px;
	padding: 14px 15px;
	font-size: 14.5px;
}

.form-label-group>label {
	position: absolute;
	top: -2.3px;
	left: 0.77px;
	display: block;
	width: 100%;
	margin-bottom: 0;
	line-height: 1.5;
	color: #b6b6b8;
	pointer-events: none;
	cursor: text;
	border-radius: .25rem;
	transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
	color: transparent;
}

.form-label-group input:-ms-input-placeholder {
	color: transparent;
}

.form-label-group input::-ms-input-placeholder {
	color: transparent;
}

.form-label-group input::-moz-placeholder {
	color: transparent;
}

.form-label-group input::placeholder {
	color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
	padding-top: 9px;
	padding-bottom: 9px;
}

.form-label-group input:not(:placeholder-shown)~label {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	color: #777;
	top: -12px;
	background: #fff;
	padding-right: 4px;
	padding-left: 10px;
	z-index: 1 !important;
	width: auto;
	margin-bottom: 0px;
	height: 25px;
	left: 4px;
	letter-spacing: 0.4px;
}

.form-label-group textarea::-webkit-textarea-placeholder {
	color: transparent;
}

.form-label-group textarea:-ms-textarea-placeholder {
	color: transparent;
}

.form-label-group textarea::-ms-textarea-placeholder {
	color: transparent;
}

.form-label-group textarea::-moz-placeholder {
	color: transparent;
}

.form-label-group textarea::placeholder {
	color: transparent;
}

.form-label-group textarea:not(:placeholder-shown) {
	padding-top: 9px;
	padding-bottom: 9px;
}

.form-label-group textarea:not(:placeholder-shown)~label {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #777;
	top: -12px;
	background: #fff;
	padding-right: 4px;
	padding-left: 10px;
	z-index: 1 !important;
	width: auto;
	margin-bottom: 0px;
	height: 25px;
	left: 4px;
}

.form-label-static {
	height: 45px;
	padding: 14px 15px;
	font-size: 14.5px;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f5f5f5;
	opacity: 1;
}

.class-name-config {
	height: auto;
	padding-bottom: 18px;
	position: relative;
	margin-bottom: 10px;
}


/* QTY */

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.number-input {
	border: 1px solid #dadada;
	display: inline-flex;
	position: relative;
	width: 100%;
	border-radius: 5px !important;
}

.quantity {
	max-width: 100% !important;
}

.m-minus {
	position: absolute;
	width: 90px;
}

.number-input,
.number-input * {
	box-sizing: border-box;
}

.number-input a {
	outline: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 40px;
	cursor: pointer;
	margin: 0;
	position: relative;
	color: #696969 !important;
}

.number-input a:before,
.number-input a:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 1rem;
	height: 2px;
	background-color: #696969;
	transform: translate(-50%, -50%);
	top: 23px;
	left: 22px;
}

.number-input a.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.m-minus {
	border: 1px solid #dadada !important;
	width: 60px !important;
	height: 46px !important;
	z-index: 2;
	background: #fff !important;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.plus {
	border: 1px solid #dadada !important;
	width: 60px !important;
	height: 46px !important;
	z-index: 2;
	background: #fff !important;
}

.number-input input[type=number] {
	font-family: 'arial', sans-serif;
	max-width: 100%;
	width: 100%;
	padding: .5rem;
	border: solid #dadada;
	border-width: 0 2px;
	font-size: 18px;
	height: 46px;
	font-weight: 400;
	text-align: center;
	color: #606060;
	margin-left: -40px;
	border-right: 0px !important;
	border-left: 0px !important;
	border-radius: 0px !important;
}

.clock {
	font-size: 15px;
	letter-spacing: 0.4px;
	color: #606060;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	left: 51%;
	top: 10.5px;
}

/* END QTY */

.class-name-config span.required-span {
	color: #EF5A5A;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 16px;
	position: absolute;
	bottom: 10px;
	left: 20px;
}

.class-name-config a.add-class-config {
	color: #9DC83A;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 19px;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.form-select-static {
	height: 45px;
	padding: 10px 15px;
	font-size: 14.5px;
}

.reset-box-shadow:focus {
	border-color: #AEAEAE !important;
	box-shadow: none !important;
}

.was-validated .form-control:invalid {
	background-image: none !important;
}

.was-validated .form-control:valid {
	background-image: none !important;
	padding-right: 15px;
}

.form-control-plaintext {
	height: auto;
	padding-left: 0px !important;
	font-size: 17px !important;
	font-family: 'Poppins', sans-serif;
	color: #696969;
}

.form-control-plaintext:focus {
	height: auto;
	border-color: #fff !important;
}

.form-label-group-plain-text {
	position: relative;
	padding: 15px 10px 5px 1px;
}

.form-label-group-plain-text input:not(:placeholder-shown)~label {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
	color: #777;
	top: -10px;
	background: transparent;
	padding-right: 4px;
	padding-left: 10px;
	z-index: 1 !important;
	width: auto;
	margin-bottom: 0px;
	height: 25px;
	left: -8px;
}

.form-label-group-plain-text>label {
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0;
	line-height: 1.5;
	color: #798086;
	color: #b6b6b8;
	pointer-events: none;
	cursor: text;
	border-radius: .25rem;
	transition: all .1s ease-in-out;
}

.form-label-group-disable {
	position: relative;
	padding: 15px 10px 5px 1px;
}

.form-label-group-disable>input,
.form-label-group-disable>label {
	height: 45px;
	padding: 14px 15px;
	font-size: 14.5px;
}


.form-label-group-disable input:not(:placeholder-shown)~label {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
	color: #777;
	top: -10px;
	background: transparent;
	padding-right: 4px;
	padding-left: 10px;
	z-index: 1 !important;
	width: auto;
	margin-bottom: 0px;
	height: 25px;
	left: -8px;
}

#attachment-files {
	padding-left: 1px !important;
}

.form-label-group-disable>label {
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0;
	line-height: 1.5;
	color: #798086;
	color: #b6b6b8;
	pointer-events: none;
	cursor: text;
	border-radius: .25rem;
	transition: all .1s ease-in-out;
}

.form-label-group .form-control:disabled input:not(:placeholder-shown)~label {
	background-color: #cf0000 !important;
}

.f-l-readonly[readonly] {
	background-color: #fefefe !important;
	opacity: 1;
}

.cant-edit[readonly] {
	background-color: #f5f5f5 !important;
	opacity: 1;
}

.form-group-line-cant-edit label {
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(245, 245, 245, 1) 50%, rgba(245, 245, 245, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(49%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(245, 245, 245, 1)), color-stop(100%, rgba(245, 245, 245, 1))) !important;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(245, 245, 245, 1) 50%, rgba(245, 245, 245, 1) 100%) !important;
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(245, 245, 245, 1) 50%, rgba(245, 245, 245, 1) 100%) !important;
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(245, 245, 245, 1) 50%, rgba(245, 245, 245, 1) 100%) !important;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(245, 245, 245, 1) 50%, rgba(245, 245, 245, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0) !important;
}

/* .form-group-line #email:read-only{
	background:#f5f5f5;
	background-color: #f5f5f5!important;
	opacity: 1;	
}

.form-label-group[readonly] input:not(:placeholder-shown) ~ label {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 42%, rgba(245,245,245,1) 43%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(42%, rgba(255,255,255,1)), color-stop(43%, rgba(245,245,245,1)), color-stop(100%, rgba(245,245,245,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 42%, rgba(245,245,245,1) 43%, rgba(245,245,245,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 42%, rgba(245,245,245,1) 43%, rgba(245,245,245,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 42%, rgba(245,245,245,1) 43%, rgba(245,245,245,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 42%, rgba(245,245,245,1) 43%, rgba(245,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );
	background:#f5f5f5!important;
} */


.text-val-question {
	height: auto;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px !important;
	color: #25AAE1;
	font-weight: 500;
}

.h-align-200 {
	min-height: 200px;
}

.h-align-60 {
	min-height: 60px;
}

.space-bar {
	width: 100%;
	height: 115px;
}

.space-bar-dashboard {
	width: 100%;
	height: 165px;
}

.space-bar-akm {
	width: 100%;
	height: 90px;
}

.space-bar-correction {
	width: 100%;
	height: 95px;
}

.space-bar-pembahasan {
	width: 100%;
	height: 95px;
}

/* CBT SOAL */
.space-bar-cbt {
	width: 100%;
	height: 10px;
	font-family: 'Poppins', sans-serif;
	color: #606060;
	float: left;
}

.table-question-cbt tr td {
	border-top: 0px;
}

.table-question-cbt tr td.number-question p {
	margin-top: 12px;
}

.radio-toolbar {
	margin: 10px;
}

.radio-toolbar input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

table.table-question-only {
	color: #606060;
}

table.table-question-only p {
	color: #606060;
}

table.table-question-only tr td p br {
	margin-bottom: 8px;
}

table.table-question-only tr td p br:first-child {
	margin-bottom: 18px !important;
}

.radio-toolbar label {
	display: inline-block;
	background-color: #fff;
	padding: 6px 12px;
	font-family: sans-serif, Arial;
	font-size: 16px;
	border: 2px solid #dadada;
	border-radius: 4px;
	margin-right: 8px;
	font-family: 'Poppins', sans-serif;
	color: #606060;
}

.wrp-question-nav {
	position: relative;
}

.dropdown-page-question {
	position: absolute;
	min-width: 330px;
	max-width: 335px;
	height: 445px;
	left: -25px !important;
	z-index: 3;
	top: 14px !important;
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .06);
	padding-left: 18px;
	padding-right: 18px;
}

.title-nav-question {
	width: 100%;
	height: auto;
	padding: 10px 6px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #696969;
	text-align: center;
}

.owl-question {
	height: auto;
	min-height: 290px !important;
}

.table-option-number {
	min-height: 290px !important;
}

.owl-question .owl-item .item {
	min-height: 290px;
}


.owl-question .owl-nav {
	margin-top: -342px !important;
	z-index: 3 !important;
	position: relative;
	opacity: 1;
}

.owl-question .owl-nav .owl-prev {
	border: 1.5px solid #FC531D !important;
	background-color: #FFDED3;
	box-shadow: none !important;
	opacity: 1 !important;
	margin-left: -5px;
	font-size: 14px;
}

.owl-question .owl-nav .owl-prev:hover {
	color: #25aae1 !important;
	border: 1.5px solid #25aae1 !important;
}

.owl-question .owl-nav .owl-next {
	border: 1.5px solid #d1d1d1 !important;
	box-shadow: none !important;
	opacity: 1 !important;
	font-size: 14px;
}

.owl-question .owl-nav .owl-next:hover {
	color: #25aae1 !important;
	border: 1.5px solid #25aae1 !important;
}

.owl-question .owl-stage-outer:hover~.owl-nav [class*="owl-"] {
	opacity: 1 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #606060;
}

table.table-option-number {
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: 'Poppins', sans-serif;
	color: #696969;
}

table.table-option-number tbody tr td {
	border: 0px;
}

table.table-option-number a {
	color: #606060;
	text-decoration: none;
	outline: none;
}

table.table-option-number tbody tr td {
	text-align: center;
	padding: 6px 8px;
}

table.table-option-number tbody tr td a {
	width: 42px;
	height: 42px;
	display: block;
	text-align: center;
	border-radius: 22px;
	border: 1px solid #dadada;
	line-height: 38px;
}

.finished-number {
	background: #25aae1;
	border-color: #25aae1 !important;
	color: #fff !important;
}

.marked-number {
	background: #fbbc05;
	border-color: #fbbc05 !important;
	color: #fff !important;
}

.radio-toolbar label:hover {
	background-color: #f4f4f4;
	cursor: pointer;
}

.radio-toolbar input[type="radio"]:focus+label {
	border: 2px solid #4481eb;
}

.radio-toolbar input[type="radio"]:checked+label {
	background: #25aae1;
	border-color: #25aae1;
	color: #fff;
}

.radio-toolbar input[type="radio"]:checked+label.biji {
	background: #fbbc05;
	border-color: #fbbc05;
	color: #fff;
}

.meragukan {
	min-width: 274.5px !important;
	border-color: #fbbc05 !important;
	color: #fbbc05 !important;
	display: none;
}

.meragukan-actived:hover span {
	display: none;
}

.meragukan:hover {
	min-width: 274.5px !important;
	border-color: #fbbc05 !important;
	color: #fff !important;
	background: #fbbc05 !important;
}

.meragukan-actived {
	background: #fbbc05;
	color: #fff !important;
	border-color: #fbbc05 !important;
	min-width: 274.5px !important;
}

.summary-number-finished {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #797979;
	line-height: 17px;
	letter-spacing: 0.3px;
	padding-left: 28px;
	position: relative;
}


.meragukan-actived:hover {
	background: #E8215E !important;
	border-color: #E8215E !important;
	box-shadow: 0 0 17px rgba(232, 33, 94, .25);
	transition: 0.3s;
	color: #fff !important;
	width: 280.5px !important;
}

.summary-number-finished p {
	margin-bottom: 6px;
}

.summary-number-finished p:after {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: #25aae1;
	position: absolute;
	left: 6px;
	top: 4px;
}

.summary-number-false {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #797979;
	line-height: 17px;
	letter-spacing: 0.3px;
	padding-left: 28px;
	position: relative;
}

.summary-number-false p {
	margin-bottom: 9px;
}

.summary-number-false p:after {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: #EF144A;
	position: absolute;
	left: 6px;
	top: 4px;
}

.summary-number-true {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #797979;
	line-height: 17px;
	letter-spacing: 0.3px;
	padding-left: 28px;
	position: relative;
}

.summary-number-true p {
	margin-bottom: 9px;
}

.summary-number-true p:after {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: rgb(20, 239, 38);
	position: absolute;
	left: 6px;
	top: 4px;
}

.summary-number-marked {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #797979;
	line-height: 17px;
	letter-spacing: 0.3px;
	padding-left: 28px;
	position: relative;
}

.summary-number-marked p {
	margin-bottom: 6px;
}

.summary-number-marked p:after {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: #fbbc05;
	position: absolute;
	left: 6px;
	top: 4px;
}


.summary-number-not-yet {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #797979;
	line-height: 17px;
	letter-spacing: 0.3px;
	padding-left: 28px;
	position: relative;
}

.summary-number-not-yet p {
	margin-bottom: 4px;
}

.summary-number-not-yet p:after {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: #dadada;
	position: absolute;
	left: 6px;
	top: 4px;
}

.jst-hours {
	width: 36px;
	height: auto;
	float: left;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	color: #606060;
}

.jst-minutes {
	width: 36px;
	height: auto;
	float: left;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	color: #606060;
}

.jst-seconds {
	width: 36px;
	height: auto;
	float: left;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	color: #606060;
	margin-right: 24px;
}

.timer span {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #606060;
	margin-right: 24px;
}

.timer {
	/*float: right;*/
	width: auto;
	height: auto;
	/*font-size: 15px;*/
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	/*color: #606060;*/
	color: #FF0000;
}

.end-of-cbt {
	position: absolute;
	right: 100px;
}

.wrp-kd {
	width: 100%;
	height: auto;
}

.ouline-value-question {
	border: 1px solid #dadada;
	border-radius: 4px;
	padding: 10px 18px;
	height: 148px;
	margin-bottom: 24px;
}

.wrp-value-qiestion-cbt {
	min-height: 88px;
	border-radius: 6px;
	text-align: center;
}

.wrp-value-qiestion-cbt label {
	color: #696969;
	font-size: 15px;
	margin-bottom: 12px;
	line-height: 19px;
	display: block;
}

.wrp-value-qiestion-cbt h3 {
	font-family: 'Poppins', sans-serif;
	color: #25AAE1;
	font-weight: 400;
	font-size: 32px;
	margin-bottom: 8px;
}

.hr-line-separator {
	margin-top: 25px;
	margin-bottom: 32px;
}

.wrp-detail-question {
	padding-top: 12px;
	padding-bottom: 12px;
	height: auto;
	width: 100%;
	font-size: 'Poppins', sans-serif;
	color: #696969;
}

.wrp-detail-question label {
	color: #696969;
	font-size: 14px;
	margin-bottom: 12px;
	line-height: 19px;
	display: block;
}

.wrp-detail-question p {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 19px;
}

.wrp-detail-question h5 {
	color: #606060;
	font-size: 18px;
	margin-bottom: 8px;
	line-height: 19px;
}

.taginput {
	width: auto;
	min-height: 32px;
}

.taginput span {
	background: #f9f9f9;
	padding: 5px 10px;
	border-radius: 3px;
	border: 1px solid #dadada;
	font-size: 14px;
	margin: 8px 10px 5px 0px;
	width: auto;
	line-height: 42px;
}

.wrp-cbt-title {
	height: auto;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	color: #696969;
}

.wrp-cbt-title label {
	color: #696969;
	font-size: 14px;
	margin-bottom: 12px;
	line-height: 19px;
	display: block;
}

.wrp-cbt-title h3 {
	font-family: 'Poppins', sans-serif;
	color: #606060;
	font-weight: 400;
	font-size: 26px;
}

/* CBT SOAL */
.space-bar-cbt {
	width: 100%;
	height: 10px;
	font-family: 'Poppins', sans-serif;
	color: #606060;
	float: left;
}

.table-question-cbt tr td {
	border-top: 0px;
}

.number-question {
	width: 52px;
	padding-right: 3px !important;
	padding-left: 8px !important;
}

.table-question-cbt tr td.number-question p {
	margin-top: 12px;
	margin-left: 2px;
}

.radio-toolbar {
	margin: 10px;
}

.radio-toolbar input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

table.table-question-only {
	color: #606060;
}

table.table-question-only p {
	color: #606060;
}

table.table-question-only tbody tr td p img {
	margin-top: -5px !important;
	position: relative;
}

table.table-question-only tr td p br {
	margin-bottom: 8px;
}

table.table-question-only tr td p br:first-child {
	margin-bottom: 18px !important;
}

.radio-toolbar label {
	display: inline-block;
	background-color: #fff;
	padding: 6px 12px;
	font-family: sans-serif, Arial;
	font-size: 16px;
	border: 2px solid #dadada;
	border-radius: 4px;
	margin-right: 8px;
	font-family: 'Poppins', sans-serif;
	color: #606060;
	margin-bottom: 32px;
}

.wrp-question-nav {
	position: relative;
}

#loading {
	background: url('../66.gif') no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999999;
}

.dropdown-page-question {
	position: absolute;
	min-width: 330px;
	max-width: 335px;
	height: 475px;
	/*height: 445px;*/
	/* left: -23px !important; */
	left: -42px !important;
	z-index: 3;
	top: 14px !important;
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .06);
	padding-left: 18px;
	padding-right: 18px;
}

.title-nav-question {
	width: 100%;
	height: auto;
	padding: 10px 6px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #696969;
	text-align: center;
}

.owl-question {
	height: auto;
}

.owl-question .owl-nav {
	margin-top: -348px !important;
	z-index: 3 !important;
	position: relative;
	opacity: 1;
}

.owl-question .owl-nav .owl-prev {
	border:  1.5px solid #FC531D !important;
	box-shadow: none !important;
	opacity: 1 !important;
	margin-left: -5px;
	font-size: 14px;
}

.owl-question .owl-nav .owl-prev:hover {
	color: #25aae1 !important;
	border: 1.5px solid #25aae1 !important;
}

.owl-question .owl-nav .owl-next {
	border: 1.5px solid #FC531D !important;
	box-shadow: none !important;
	opacity: 1 !important;
	font-size: 14px;
}

.owl-question .owl-nav .owl-next:hover {
	color: #25aae1 !important;
	border: 1.5px solid #25aae1 !important;
}

.owl-question .owl-stage-outer:hover~.owl-nav [class*="owl-"] {
	opacity: 1 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #606060;
}

table.table-option-number {
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: 'Poppins', sans-serif;
	color: #696969;
}

table.table-option-number tbody tr td {
	border: 0px;
}

table.table-option-number a {
	color: #606060;
	text-decoration: none;
	outline: none;
}

#numbered {
	display: flex !important;
	flex-wrap: wrap !important;
	width: 300px !important;
}

#numbered td.mysort {
	text-align: center !important;
	padding: 6px 11px !important;
	width: 57px !important;
	height: 54px !important;
	border-top: 0px !important;
}

#numbered td.mysort a {
	width: 42px !important;
	height: 42px !important;
	display: block !important;
	text-align: center !important;
	border-radius: 22px !important;
	border: 1px solid #dadada !important;
	line-height: 38px !important;
}

table.table-option-number tbody tr td {
	text-align: center !important;
	;
	padding: 6px 8px !important;
	;
	width: 42px !important;

}

table.table-option-number tbody tr td a {
	width: 42px !important;
	height: 42px !important;
	display: block !important;
	text-align: center !important;
	border-radius: 22px !important;
	border: 1px solid #dadada !important;
	line-height: 38px !important;
}

#notifAll_paginate span {
	line-height: 19px;
}

table.table-option-number tbody tr td a:hover {
	border: 1px solid #25AAE1;
	color: #25AAE1;
}

.finished-number {
	background: #25aae1;
	border-color: #25aae1 !important;
	color: #fff !important;
}

.marked-number {
	background: #fbbc05;
	border-color: #fbbc05 !important;
	color: #fff !important;
}

.radio-toolbar label:hover {
	background-color: #f4f4f4;
	cursor: pointer;
}

.radio-toolbar input[type="radio"]:focus+label {
	border: 2px solid #4481eb;
}

.radio-toolbar input[type="radio"]:checked+label {
	background: #25aae1;
	border-color: #25aae1;
	color: #fff;
}

.radio-toolbar input[type="radio"]:checked+label.biji {
	background: #fbbc05;
	border-color: #fbbc05;
	color: #fff;
}

.meragukan {
	min-width: 274.5px !important;
	border-color: #fbbc05 !important;
	color: #fbbc05 !important;
	line-height: 46px;
}

.meragukan:hover {
	min-width: 274.5px !important;
	border-color: #fbbc05 !important;
	color: #fff !important;
	background: #fbbc05 !important;
}

.meragukan-actived {
	background: #fbbc05;
	color: #fff !important;
	border-color: #fbbc05 !important;
	min-width: 274.5px !important;
}

.meragukan-actived:hover {
	background: #E8215E !important;
	border-color: #E8215E !important;
	box-shadow: 0 0 17px rgba(232, 33, 94, .25);
	transition: 0.3s;
	color: #fff !important;
}

.meragukan-actived:hover span {
	display: none;
}

.summary-number-finished {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #797979;
	line-height: 17px;
	letter-spacing: 0.3px;
	padding-left: 28px;
	position: relative;
}

.summary-number-finished p {
	margin-bottom: 6px;
}

.summary-number-finished p:after {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: #25aae1;
	position: absolute;
	left: 6px;
	top: 4px;
}

.summary-number-marked {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #797979;
	line-height: 17px;
	letter-spacing: 0.3px;
	padding-left: 28px;
	position: relative;
}

.summary-number-marked p {
	margin-bottom: 6px;
}

.summary-number-marked p:after {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: #fbbc05;
	position: absolute;
	left: 6px;
	top: 4px;
}


.summary-number-not-yet {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #797979;
	line-height: 17px;
	letter-spacing: 0.3px;
	padding-left: 28px;
	position: relative;
}

.summary-number-not-yet p {
	margin-bottom: 4px;
}

.summary-number-not-yet p:after {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: #dadada;
	position: absolute;
	left: 6px;
	top: 4px;
}

.esay-answer {
	width: 100%;
	height: auto;
	margin-top: -15px;
}

.label-cbt {
	color: #25aae1 !important;
	font-size: 17px !important;
	font-family: 'Poppins', sans-serif !important;
	line-height: 22px !important;
	font-weight: 500 !important;
	margin-bottom: 16px;
}

.esay-answer textarea {
	font-size: 16px !important;
	color: #696969 !important;
	font-family: 'Poppins', sans-serif !important;
	line-height: 22px !important;
}

.esay-answer textarea::-webkit-input-placeholder {
	color: #969696;
}

.esay-answer textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #969696;
}

.esay-answer textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #969696;
}

.esay-answer textarea:-ms-input-placeholder {
	color: #969696;
}

.desc-attachments {
	width: 100%;
	height: auto;
	padding-right: 64px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: 400;
}

.desc-attachments p {
	font-size: 13.5px;
	margin-bottom: 10px;
	line-height: 20px;
	position: relative;
	padding-left: 20px;
}

.desc-attachments p::after {
	content: '';
	width: 6px;
	height: 6px;
	background: #606060;
	border-radius: 3px;
	position: absolute;
	left: 0px;
	top: 7.5px;
}

.desc-attachments p:first-child {
	margin-top: 32px;
}


.jst-hours {
	width: 36px;
	height: auto;
	float: left;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	color: #606060;
	margin-top: 5px;
}

.jst-minutes {
	width: 36px;
	height: auto;
	float: left;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	color: #606060;
	margin-top: 5px;
}

.jst-seconds {
	width: 36px;
	height: auto;
	float: left;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	color: #606060;
	margin-right: 24px;
	margin-top: 5px;
}

.timer span {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	color: #606060;
	margin-right: 24px;
}

.minus-top-45 {
	margin-top: -48px;
}

.form__group {
	width: 100%;
	padding: 10px;
	padding-left: 58px;
}

.form__file {
	position: relative;
	display: block;
	font-size: 1em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #000;
	width: 100%;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	border-radius: 4px;
	transition: all 0.3s;
}

.form__group dt label {
	color: #25aae1;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 16px;
}

.form__file:hover {
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form__file:active {
	border-color: #4776e6;
}

.form__file:after {
	display: block;
	position: absolute;
	top: 0;
	right: 47px;
	bottom: 0;
	color: #fff;
	text-align: center;
	content: ' ';
	border-left: 1px solid #ddd;
}

.form__file-filename {
	display: block;
	color: inherit;
	opacity: 0.7;
	width: 85%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
}

.form__file-filename.form__file--attached {
	opacity: 1;
}

.form__file-browse {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%2333383e'%3E%3Cpath d='M140.8,396.8C64,396.8,0,332.8,0,256S64,115.2,140.8,115.2H409.6c56.32,0,102.4,46.08,102.4,102.4S465.92,320,409.6,320H192c-35.84,0-64-28.16-64-64s28.16-64,64-64H384v38.4H192c-15.36,0-25.6,10.24-25.6,25.6s10.24,25.6,25.6,25.6H409.6c35.84,0,64-28.16,64-64s-28.16-64-64-64H140.8C84.48,153.6,38.4,199.68,38.4,256S84.48,358.4,140.8,358.4H384v38.4Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0;
	text-indent: -999em;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	width: 20px;
	height: 20px;
	opacity: 0.7;
	transition: opacity 0.2s;
}

.form__file-browse:hover {
	opacity: 1;
}

.form__file-input {
	position: absolute;
	left: -9999px;
}

.form__files {
	position: relative;
	display: none;
	list-style: none;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	margin: 15px 0 0;
}

.form__files.form__files--show {
	display: block;
	transform-origin: bottom center;
	-webkit-animation: show-files 0.3s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-moz-animation: show-files 0.3s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95);
	-o-animation: show-files 0.3s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95);
	animation: show-files 0.3s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.form__files.form__files--hide {
	display: block;
	transform-origin: bottom center;
	-webkit-animation: hide-files 0.3s forwards linear;
	-moz-animation: hide-files 0.3s forwards linear;
	-o-animation: hide-files 0.3s forwards linear;
	animation: hide-files 0.3s forwards linear;
}

.form__files-item {
	position: relative;
	display: block;
	max-height: 50px;
	-webkit-animation: show-file 0.2s forwards linear;
	-moz-animation: show-file 0.2s forwards linear;
	-o-animation: show-file 0.2s forwards linear;
	animation: show-file 0.2s forwards linear;
	white-space: nowrap;
	padding: 0;
	border-bottom: 1px solid #eee;
}

.form__files-item--done .form__files-item-remove {
	opacity: 0.7;
	visibility: visible;
}

.form__files-item--done .form__files-item-progress {
	height: 0;
}

.form__files-item--loading .form__files-item-progress {
	height: 2px;
}

.form__files-item--hide {
	display: block;
	transform-origin: bottom center;
	-webkit-animation: hide-file 0.2s forwards linear;
	-moz-animation: hide-file 0.2s forwards linear;
	-o-animation: hide-file 0.2s forwards linear;
	animation: hide-file 0.2s forwards linear;
}

.form__files-item-progress {
	display: inline-block;
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background: #4b21ff;
	background: -moz-linear-gradient(left, #25AAE1 0%, #25AAE1 100%);
	background: -webkit-linear-gradient(left, #25AAE1 0%, #25AAE1 100%);
	background: linear-gradient(to right, #25AAE1 0%, #25AAE1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25AAE1', endColorstr='#25AAE1', GradientType=1);
	width: 20%;
	height: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

.form__files-item-progress:after {
	content: '';
	background-color: #b3b3b3;
	height: 2px;
	width: 100%;
}

.form__files-item-link {
	display: inline-block;
	font-size: 15px;
	color: #696969 !important;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	padding: 0 60px 0 15px;
	position: relative;
}

.form__files-item-link::after {
	content: ' ';
	position: absolute;
}

.form__files-item-remove {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	background-position: 50% 50%;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s;
	margin: 0;
	color: #E8215E;
}

.form__files-item-remove:hover {
	opacity: 1;
}

.form__files-item-remove i {
	font-size: 17.5px !important;
	color: #E8215E;
	margin-top: 14px;
	margin-left: 18px;
}

/* animations
   ===================================================== */
/* show files */
@-webkit-keyframes show-files {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		opacity: 1;
	}

	100%,
	70% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes show-files {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		opacity: 1;
	}

	100%,
	70% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

/* hide files */
@-webkit-keyframes hide-files {
	0% {
		opacity: 1;
	}

	100% {
		display: none;
		opacity: 0;
	}
}

@-o-keyframes hide-files {
	0% {
		opacity: 1;
	}

	100% {
		display: none;
		opacity: 0;
	}
}

/* show file */
@-webkit-keyframes show-file {
	0% {
		opacity: 0;
		max-height: 0;
	}

	100% {
		opacity: 1;
		max-height: 50px;
	}
}

@-o-keyframes show-file {
	0% {
		opacity: 0;
		max-height: 0;
	}

	100% {
		opacity: 1;
		max-height: 50px;
	}
}

/* hide file */
@-webkit-keyframes hide-file {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		max-height: 50px;
	}

	100% {
		display: none;
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		max-height: 0;
	}
}

@-o-keyframes hide-file {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		max-height: 50px;
	}

	100% {
		display: none;
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		max-height: 0;
	}
}

@-moz-keyframes show-files {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		opacity: 1;
	}

	100%,
	70% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes show-files {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		opacity: 1;
	}

	100%,
	70% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes show-files {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		opacity: 1;
	}

	100%,
	70% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes show-files {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		opacity: 1;
	}

	100%,
	70% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes hide-files {
	0% {
		opacity: 1;
	}

	100% {
		display: none;
		opacity: 0;
	}
}

@-webkit-keyframes hide-files {
	0% {
		opacity: 1;
	}

	100% {
		display: none;
		opacity: 0;
	}
}

@-o-keyframes hide-files {
	0% {
		opacity: 1;
	}

	100% {
		display: none;
		opacity: 0;
	}
}

@keyframes hide-files {
	0% {
		opacity: 1;
	}

	100% {
		display: none;
		opacity: 0;
	}
}

@-moz-keyframes show-file {
	0% {
		opacity: 0;
		max-height: 0;
	}

	100% {
		opacity: 1;
		max-height: 50px;
	}
}

@-webkit-keyframes show-file {
	0% {
		opacity: 0;
		max-height: 0;
	}

	100% {
		opacity: 1;
		max-height: 50px;
	}
}

@-o-keyframes show-file {
	0% {
		opacity: 0;
		max-height: 0;
	}

	100% {
		opacity: 1;
		max-height: 50px;
	}
}

@keyframes show-file {
	0% {
		opacity: 0;
		max-height: 0;
	}

	100% {
		opacity: 1;
		max-height: 50px;
	}
}

@-moz-keyframes hide-file {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		max-height: 50px;
	}

	100% {
		display: none;
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		max-height: 0;
	}
}

@-webkit-keyframes hide-file {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		max-height: 50px;
	}

	100% {
		display: none;
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		max-height: 0;
	}
}

@-o-keyframes hide-file {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		max-height: 50px;
	}

	100% {
		display: none;
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		max-height: 0;
	}
}

@keyframes hide-file {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		max-height: 50px;
	}

	100% {
		display: none;
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		max-height: 0;
	}
}


/* CBT SOAL */

/* CBT SOAL */

.correction-val {
	height: auto;
	color: #696969;
	font-family: 'Poppins', sans-serif;
}

.correction-val p {
	font-size: 16px !important;
	font-family: 'Poppins', sans-serif;
	color: #696969;
}

.val-right {
	padding-right: 52px;
}

.val-right h5 {
	font-size: 23px;
	color: #606060;
}

.footer-login {
	background: #fff;
	color: #25AAE1;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.8px;
	margin-top: 48px;
}

.list-footer-link {
	height: auto;
	width: 100%;
	display: block;
	float: left;
}

.list-footer-link ul {
	list-style: none;
	padding-left: 7px;
}

.list-footer-link ul li {
	list-style: none;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.list-footer-link ul li a {
	color: #696969;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
}

.list-footer-link ul li a:hover {
	text-decoration: none;
}

.copyright-login {
	width: 100%;
	height: auto;
	padding: 10px 5px 15px 5px;
	display: block;
}

.footer-dashboard {
	background: #fff;
	color: #25AAE1;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.8px;
	margin-top: 48px;
	border-top: 1px solid #dadada;
	padding-top: 32px;
}

.copyright-login {
	width: 100%;
	height: auto;
	padding: 10px 5px 15px 5px;
	display: block;
}

.share-icon-list {
	height: auto;
}

.share-icon-list ul {
	padding-left: 0px;
}

.share-icon-list ul li {
	list-style: none;
	display: inline-block;
	float: left;
}

.share-icon-list ul li a {
	list-style: none;
	outline: none;
	text-decoration: none;
	padding: 5px 6px;
}

/*COMPONENT CHECKBOX AND RADIO BUTTON */

/* END LOGIN */


/* CUSTOM SELECT 2*/


.select2-container .select2-selection--multiple {
	min-height: 44px !important;
	border: 1px solid #ced4da !important;
	border: 1px solid #ced4da;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: auto;
	user-select: none;
	-webkit-user-select: none;
}


.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	color: #797979;
	line-height: 30px;
	font-size: 14.5px;
	padding-left: 12px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline .select2-search__field {
	margin-top: 4px;
}

.select2-container--default .select2-selection--single {
	height: 44px !important;
	/*border: 1px solid #AEAEAE!important;*/
	border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	/*color: #797979!important;*/
	color: #AEAEAE !important;
	font-size: 14.5px;
	line-height: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #797979;
	line-height: 42px;
	font-size: 14.5px;
	padding-left: 12px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	color: #fff;
	background-color: #25AAE1;
	padding-left: 12px;
}

.select2-container--default .select2-results__option[aria-selected="false"] {
	color: #797979;
	padding-left: 12px;
}

.select2-container--default .select2-results__option[aria-selected="false"]:hover {
	color: #4E4E4E;
	background-color: #f2f7fa;
	padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 10px;
}

.select2-container {
	width: 100% !important;
	display: block;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	margin-bottom: 3px
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li :last-child {
	margin-bottom: 3px !important;
}

.entering-code {
	border: 1px solid #fff !important;
	letter-spacing: 25.5px;
	width: 354px;
	margin: 0 auto;
	float: none;
	padding-left: 35px;
	margin-bottom: 36px;
	z-index: 3 !important;
	height: 46px;
	text-transform: uppercase;
	position: relative;
	background: transparent none !important;
	top: -2px;
}

.entering-code:hover {
	border: 1px solid #fff !important;
}

.entering-code:focus {
	border: 1px solid #fff !important;
}

.column-5 {
	width: 46px;
	height: auto;
	text-align: center;
	margin-right: 15px;
}

.column-5 input {
	text-align: center;
	text-transform: uppercase;
}

.relativitas {
	position: relative;
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: 0.5em;
	border-radius: 20px;
	border: 1px solid #dadada;
	padding: 8px 18px;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #696969;
	margin-bottom: 8px;
}


.dataTables_wrapper .dataTables_length {
	color: #696969;
	font-size: 16px;
}

.dataTables_wrapper .dataTables_length select {
	border: 1px solid #dadada;
	padding: 6px 15px;
	border-radius: 5px;
}

table.dataTable.no-footer {
	border-bottom: 1px solid #fff;
}

.table thead th {
	border-top: 0px;
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 12px !important;
}

/* PAGINATION DATATABLE  */

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: #fff !important;
	border-radius: 26px;
	color: #25AAE1;
	border: 1px solid #25AAE1 !important;
	width: 39.5px !important;
	height: 38px;
	color: #25AAE1 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 4.5px 12px !important;
}

/* PAGINATION DATATABLE  */

.title-notifictaion-bar {
	height: auto;
}

a.to-all-notification {
	display: none;
}

.title-notifictaion-bar h3 {
	color: #25AAE1;
	font-size: 22px;
	line-height: 30px;
	margin-top: 18px;
	margin-bottom: 32px;
}

#notifAll_previous,
#notifAll_next {
	top: -2px;
	position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #f9f9f9;
	color: #25AAE1 !important;
	border: 2px solid #25AAE1;
}

#notifAll {
	margin-bottom: 24px;
}

/* CUSTOM SELECT 2*/


/* CUSTOM RANGE SLIDER */

.ui-widget-content {
	border: 1px;
	border-color: #e1e1e1 !important;
	background: #e1e1e1 50% 50%;
	color: #222;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
	background: linear-gradient(to right, #00c6fb 0%, #005bea 100%);
}

.ui-slider-horizontal .ui-slider-handle {
	top: -0.2em;
}

.ui-slider .ui-slider-handle {
	width: 1.8em;
	height: 1.8em;
}

.ui-slider-horizontal {
	height: 1em;
	border-radius: 8px;
	margin-bottom: 24px;
	margin-top: 15px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 4px solid #f9f9f9;
	background: #25AAE1 50% 50% repeat-x;
	font-weight: normal;
	color: #555;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 1px 7px rgba(151, 164, 175, .8);
	top: -9px;
}


/* CUSTOM RANGE SLIDER */


/* DATE TIME PICKER */

.bootstrap-datetimepicker-widget {
	padding-bottom: 100px;
	width: 310px !important;
	box-shadow: 0 1px 10px rgba(151, 164, 175, .2);
}

.bootstrap-datetimepicker-widget table {
	min-width: 295px !important;
	height: auto;
	border: 1px solid #dadada;
}

.bootstrap-datetimepicker-widget table td.day {
	height: 21px !important;
	line-height: 31px !important;
	width: 35px !important;
	margin-left: 2px;
	margin-right: 2px;
	border: 0px;
}

.bootstrap-datetimepicker-widget table td.day:hover {
	border-radius: 24px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #25AAE1;
	border-radius: 24px !important;
}

.bootstrap-datetimepicker-widget table td.active.today::before {
	display: none;
}

.datepicker-days .table {
	padding-bottom: 15px !important;
	/*border:1px solid #dadada;*/
}

.bootstrap-datetimepicker-widget table td.new {
	margin-bottom: 10px !important;
}

.bootstrap-datetimepicker-widget table td.new {
	position: relative;
}

.bootstrap-datetimepicker-widget table td.new::after {
	content: "";
	margin-bottom: 10px;
	position: relative;
	left: -10px;
	bottom: -14px;
	margin-bottom: 5px;
}

.picker-switch {
	background: #25aae1;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-radius: 0px !important;
}

.picker-switch:hover {
	background: #1795C9 !important;
	color: #fff;
}

.bootstrap-datetimepicker-widget table thead tr th.prev {
	background: #25aae1;
	color: #fff;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	width: 46px !important;
	border-radius: 0px !important;
}

.bootstrap-datetimepicker-widget table thead tr th.prev:hover {
	background: #1795C9;
	color: #fff;
}


.bootstrap-datetimepicker-widget table thead tr th.next {
	background: #25aae1;
	color: #fff;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-radius: 0px !important;
	width: 46px !important;
}

.bootstrap-datetimepicker-widget table thead tr th.next:hover {
	background: #1795C9;
	color: #fff;
}

/*.table-condensed tr td{
	background: #25aae1!important;
	color: #fff;
}*/

.table-condensed tr:first-child {
	background: #25aae1 !important;
	color: #fff;
}

.table-condensed tr:last-child {
	background: #25aae1 !important;
	color: #fff;
}

.table-condensed tr td a.btn {
	color: #25aae1 !important;
	background: #fff !important;
}

.table-condensed tr td a.btn :hover {
	background: #e9ecef !important;
}

.table-condensed tr td.minute {
	background: #fff !important;
	border-radius: 0px;
	color: #212529 !important;
}

.table-condensed tr td.minute:hover {
	background: #e9ecef !important;
}

.table-condensed tr td.hour {
	background: #fff !important;
	border-radius: 0px;
	color: #212529 !important;
}

.table-condensed tr td.hour:hover {
	background: #e9ecef !important;
}

.bootstrap-datetimepicker-widget table td {
	height: 54px;
	line-height: 54px;
	width: 54px;
	background: #fff;
	color: #212529;
	border-radius: 0px;
}

.bootstrap-datetimepicker-widget ul.list-unstyled .accordion-toggle {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
	background: #25aae1 !important;
	color: #fff !important;
}




/* DATE TIME PICKER */

/*DASHBOARD*/

.main-wrapper {
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 98;
}

.header {
	width: 100%;
	height: 65px;
	z-index: 99 !important;
	padding: 0px 15px;
	/*box-shadow: 0 1px 10px rgba(151,164,175,.1);*/
	position: relative;
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
}

.navbar-light-second {
	background: #fff;
	box-shadow: 0 1px 10px rgba(151, 164, 175, .1);
	width: 100%;
}

.wrp-ligh-navbar {
	height: auto;
}

.wrp-ligh-navbar ul li {
	margin-right: 23px;
}

.wrp-ligh-navbar ul li:first-child {
	margin-left: -10px;
}

.nav-header {
	height: 60px;
	width: 280px;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.header-right {
	height: auto;
}

.header-right {
	float: right;
	line-height: 60px;
}

.head

#notifAll {
	margin-bottom: 24px;
}

/* CUSTOM SELECT 2*/


/* CUSTOM RANGE SLIDER */

.ui-widget-content {
	border: 1px;
	border-color: #e1e1e1 !important;
	background: #e1e1e1 50% 50%;
	color: #222;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
	background: linear-gradient(to right, #00c6fb 0%, #005bea 100%);
}

.ui-slider-horizontal .ui-slider-handle {
	top: -0.2em;
}

.ui-slider .ui-slider-handle {
	width: 1.8em;
	height: 1.8em;
}

.ui-slider-horizontal {
	height: 1em;
	border-radius: 8px;
	margin-bottom: 24px;
	margin-top: 15px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 4px solid #f9f9f9;
	background: #25AAE1 50% 50% repeat-x;
	font-weight: normal;
	color: #555;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 1px 7px rgba(151, 164, 175, .8);
	top: -9px;
}


/* CUSTOM RANGE SLIDER */


/* DATE TIME PICKER */

.bootstrap-datetimepicker-widget {
	padding-bottom: 100px;
	width: 310px !important;
	box-shadow: 0 1px 10px rgba(151, 164, 175, .2);
}

.bootstrap-datetimepicker-widget table {
	min-width: 295px !important;
	height: auto;
	border: 1px solid #dadada;
}

.bootstrap-datetimepicker-widget table td.day {
	height: 21px !important;
	line-height: 31px !important;
	width: 35px !important;
	margin-left: 2px;
	margin-right: 2px;
	border: 0px;
}

.bootstrap-datetimepicker-widget table td.day:hover {
	border-radius: 24px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #25AAE1;
	border-radius: 24px !important;
}

.bootstrap-datetimepicker-widget table td.active.today::before {
	display: none;
}

.datepicker-days .table {
	padding-bottom: 15px !important;
	/*border:1px solid #dadada;*/
}

.bootstrap-datetimepicker-widget table td.new {
	margin-bottom: 10px !important;
}

.bootstrap-datetimepicker-widget table td.new {
	position: relative;
}

.bootstrap-datetimepicker-widget table td.new::after {
	content: "";
	margin-bottom: 10px;
	position: relative;
	left: -10px;
	bottom: -14px;
	margin-bottom: 5px;
}

.picker-switch {
	background: #25aae1;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-radius: 0px !important;
}

.picker-switch:hover {
	background: #1795C9 !important;
	color: #fff;
}

.bootstrap-datetimepicker-widget table thead tr th.prev {
	background: #25aae1;
	color: #fff;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	width: 46px !important;
	border-radius: 0px !important;
}

.bootstrap-datetimepicker-widget table thead tr th.prev:hover {
	background: #1795C9;
	color: #fff;
}


.bootstrap-datetimepicker-widget table thead tr th.next {
	background: #25aae1;
	color: #fff;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-radius: 0px !important;
	width: 46px !important;
}

.bootstrap-datetimepicker-widget table thead tr th.next:hover {
	background: #1795C9;
	color: #fff;
}

/*.table-condensed tr td{
	background: #25aae1!important;
	color: #fff;
}*/

.table-condensed tr:first-child {
	background: #25aae1 !important;
	color: #fff;
}

.table-condensed tr:last-child {
	background: #25aae1 !important;
	color: #fff;
}

.table-condensed tr td a.btn {
	color: #25aae1 !important;
	background: #fff !important;
}

.table-condensed tr td a.btn :hover {
	background: #e9ecef !important;
}

.table-condensed tr td.minute {
	background: #fff !important;
	border-radius: 0px;
	color: #212529 !important;
}

.table-condensed tr td.minute:hover {
	background: #e9ecef !important;
}

.table-condensed tr td.hour {
	background: #fff !important;
	border-radius: 0px;
	color: #212529 !important;
}

.table-condensed tr td.hour:hover {
	background: #e9ecef !important;
}

.bootstrap-datetimepicker-widget table td {
	height: 54px;
	line-height: 54px;
	width: 54px;
	background: #fff;
	color: #212529;
	border-radius: 0px;
}

.bootstrap-datetimepicker-widget ul.list-unstyled .accordion-toggle {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
	background: #25aae1 !important;
	color: #fff !important;
}




/* DATE TIME PICKER */

/*DASHBOARD*/

.main-wrapper {
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 98;
}

.header {
	width: 100%;
	height: 65px;
	z-index: 99 !important;
	padding: 0px 15px;
	/*box-shadow: 0 1px 10px rgba(151,164,175,.1);*/
	position: relative;
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
}

.navbar-light-second {
	background: #fff;
	box-shadow: 0 1px 10px rgba(151, 164, 175, .1);
	width: 100%;
}

.wrp-ligh-navbar {
	height: auto;
}

.wrp-ligh-navbar ul li {
	margin-right: 23px;
}

.wrp-ligh-navbar ul li:first-child {
	margin-left: -10px;
}

.nav-header {
	height: 60px;
	width: 280px;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.header-right {
	height: auto;
}

.header-right {
	float: right;
	line-height: 60px;
}

.head #notifAll {
	margin-bottom: 24px;
}

/* CUSTOM SELECT 2*/


/* CUSTOM RANGE SLIDER */

.ui-widget-content {
	border: 1px;
	border-color: #e1e1e1 !important;
	background: #e1e1e1 50% 50%;
	color: #222;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
	background: linear-gradient(to right, #00c6fb 0%, #005bea 100%);
}

.ui-slider-horizontal .ui-slider-handle {
	top: -0.2em;
}

.ui-slider .ui-slider-handle {
	width: 1.8em;
	height: 1.8em;
}

.ui-slider-horizontal {
	height: 1em;
	border-radius: 8px;
	margin-bottom: 24px;
	margin-top: 15px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 4px solid #f9f9f9;
	background: #25AAE1 50% 50% repeat-x;
	font-weight: normal;
	color: #555;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 1px 7px rgba(151, 164, 175, .8);
	top: -9px;
}


/* CUSTOM RANGE SLIDER */


/* DATE TIME PICKER */

.bootstrap-datetimepicker-widget {
	padding-bottom: 100px;
	width: 310px !important;
	box-shadow: 0 1px 10px rgba(151, 164, 175, .2);
}

.bootstrap-datetimepicker-widget table {
	min-width: 295px !important;
	height: auto;
	border: 1px solid #dadada;
}

.bootstrap-datetimepicker-widget table td.day {
	height: 21px !important;
	line-height: 31px !important;
	width: 35px !important;
	margin-left: 2px;
	margin-right: 2px;
	border: 0px;
}

.bootstrap-datetimepicker-widget table td.day:hover {
	border-radius: 24px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #25AAE1;
	border-radius: 24px !important;
}

.bootstrap-datetimepicker-widget table td.active.today::before {
	display: none;
}

.datepicker-days .table {
	padding-bottom: 15px !important;
	/*border:1px solid #dadada;*/
}

.bootstrap-datetimepicker-widget table td.new {
	margin-bottom: 10px !important;
}

.bootstrap-datetimepicker-widget table td.new {
	position: relative;
}

.bootstrap-datetimepicker-widget table td.new::after {
	content: "";
	margin-bottom: 10px;
	position: relative;
	left: -10px;
	bottom: -14px;
	margin-bottom: 5px;
}

.picker-switch {
	background: #25aae1;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-radius: 0px !important;
}

.picker-switch:hover {
	background: #1795C9 !important;
	color: #fff;
}

.bootstrap-datetimepicker-widget table thead tr th.prev {
	background: #25aae1;
	color: #fff;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	width: 46px !important;
	border-radius: 0px !important;
}

.bootstrap-datetimepicker-widget table thead tr th.prev:hover {
	background: #1795C9;
	color: #fff;
}


.bootstrap-datetimepicker-widget table thead tr th.next {
	background: #25aae1;
	color: #fff;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-radius: 0px !important;
	width: 46px !important;
}

.bootstrap-datetimepicker-widget table thead tr th.next:hover {
	background: #1795C9;
	color: #fff;
}

/*.table-condensed tr td{
	background: #25aae1!important;
	color: #fff;
}*/

.table-condensed tr:first-child {
	background: #25aae1 !important;
	color: #fff;
}

.table-condensed tr:last-child {
	background: #25aae1 !important;
	color: #fff;
}

.table-condensed tr td a.btn {
	color: #25aae1 !important;
	background: #fff !important;
}

.table-condensed tr td a.btn :hover {
	background: #e9ecef !important;
}

.table-condensed tr td.minute {
	background: #fff !important;
	border-radius: 0px;
	color: #212529 !important;
}

.table-condensed tr td.minute:hover {
	background: #e9ecef !important;
}

.table-condensed tr td.hour {
	background: #fff !important;
	border-radius: 0px;
	color: #212529 !important;
}

.table-condensed tr td.hour:hover {
	background: #e9ecef !important;
}

.bootstrap-datetimepicker-widget table td {
	height: 54px;
	line-height: 54px;
	width: 54px;
	background: #fff;
	color: #212529;
	border-radius: 0px;
}

.bootstrap-datetimepicker-widget ul.list-unstyled .accordion-toggle {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
	background: #25aae1 !important;
	color: #fff !important;
}




/* DATE TIME PICKER */

/*DASHBOARD*/

.main-wrapper {
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 98;
}

.header {
	width: 100%;
	height: 65px;
	z-index: 99 !important;
	padding: 0px 15px;
	/*box-shadow: 0 1px 10px rgba(151,164,175,.1);*/
	position: relative;
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
}

.navbar-light-second {
	background: #fff;
	box-shadow: 0 1px 10px rgba(151, 164, 175, .1);
	width: 100%;
}

.wrp-ligh-navbar {
	height: auto;
}

.wrp-ligh-navbar ul li {
	margin-right: 23px;
}

.wrp-ligh-navbar ul li:first-child {
	margin-left: -10px;
}

.nav-header {
	height: 60px;
	width: 280px;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.header-right {
	height: auto;
}

.header-right {
	float: right;
	line-height: 60px;
}

.header-right .icons {
	display: inline-block;
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0 5px;
	position: relative;
}

.nav-circle {
	position: relative;
	width: 220px;
}

.circle-user-login {
	width: 40px;
	height: 40px;
	border-radius: 25px;
	overflow: hidden;
	background: #F4F4F4;
	top: 5px;
	text-align: center;
	margin-left: -5px;
	position: relative;
	display: inline-flex;

}

.circle-user-login img {
	float: none;
	margin: 0 auto;
	position: absolute;
	vertical-align: middle;
}

.dropdown-user {
	position: absolute;
	width: 190px;
	top: -4px;
}

.dropdown-user:focus {
	outline: none !important;
}

.dropdown-user p {
	position: absolute;
	top: 1px;
	left: 55px;
	color: #797979;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
}

.dropdown-user::after {
	right: 5px;
	top: 20px;
	position: absolute;
	display: none;
}

.dropdown-menu-user {
	font-size: 15px;
	letter-spacing: 0.3px;
	color: #73767A;
	line-height: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	top: -24px !important;
	min-width: 220px;
	left: -29px;
	border-top: 1px solid #fff;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	padding-bottom: 5px;
	box-shadow: 0 1px 10px rgba(151, 164, 175, .1);
}

.dropdown-menu-notify {
	font-size: 15px;
	letter-spacing: 0.3px;
	color: #73767A;
	line-height: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	top: 38px !important;
	max-width: 320px;
	left: -46px !important;
	border-top: 1px solid #fff;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	padding-bottom: 5px;
	box-shadow: 0 1px 10px rgba(151, 164, 175, .1);
}

.notify-link {
	height: auto;
}

.dropdown-content-body ul {
	list-style: none;
	padding: 5px 0px 10px 0px;
}

.dropdown-content-body ul li {
	list-style: none;
	display: table;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #f1f1f1;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
}

.notify-circle-ava {
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 25px;
	float: left;
}

.dropdown-content-heading {
	padding: 15px 15px;
	line-height: 1.25;
	background: #EEF9FF;
	position: relative;
	margin-top: -9px;
}

.date-notification {
	position: absolute;
	bottom: 15px;
	right: 48px;
}

.notification-content {
	float: left;
	padding-left: 20px;
	width: 78%;
	position: relative;
}

.notification-timestamp {
	position: absolute;
	right: 0px;
	color: #25aae1;
}

.notification-timestamp-all {
	position: absolute;
	right: -3%;
	color: #25aae1;
	bottom: 32px;
	font-size: 15px;
}

.notification-heading {
	width: 83%;
	height: auto;
	overflow: hidden;
	color: #464646;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	letter-spacing: 0.4px;
}

.notification-heading p {
	margin-bottom: 6px;
	color: #464646;
}

/* HISTORY SOAL */

#historyQuestion {
	width: 100%;
}

#historyQuestion thead th.th-history-name {
	width: 60% !important;
}

#historyQuestion thead th.th-history-date {
	width: 40% !important;
	text-align: center;
}

#historyQuestion tbody td.td-history-name {
	width: 60% !important;
}

#historyQuestion tbody td.td-history-name a {
	text-decoration: none !important;
	outline: none !important;
}

#historyQuestion tbody td.td-history-name a:hover {
	text-decoration: none !important;
	outline: none !important;
}

#historyQuestion tbody td.td-history-date {
	width: 40% !important;
	text-align: center;
}

#historyQuestion tbody td.td-history-date p {
	margin-left: 32px;
	margin-top: 12px;
}

#historyQuestion tbody td.td-history-date a:hover {
	text-decoration: none !important;
	outline: none !important;
}

#historyQuestion tbody td.td-history-date {
	width: 40% !important;
	text-align: center;
}

#historyQuestion tbody td.td-history-date small {
	position: absolute;
	right: 20px;
	font-size: 16px;
	color: #696969;
}

.list-h-question {
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #464646;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	letter-spacing: 0.4px;
}

.list-h-question p {
	margin-bottom: 6px;
	color: #464646;
}

.history-content {
	float: left;
	padding-left: 10px;
	position: relative;
}

.date-history {
	height: auto;
	width: 100%;
	position: relative;
}

.history-mapel {
	height: auto;
}

.history-mapel p {
	margin-bottom: 8px;
}

#historyQuestion_paginate span {
	line-height: 17px;
}

/* HISTORY SOAL */

/* HISTORY SOAL SISWA YANG SUDAH DIKERJAKAN */

#historyQuestion thead th.th-history-name-siswa {
	width: 40% !important;
}

#historyQuestion thead th.th-history-date-siswa {
	width: 20% !important;
}

#historyQuestion thead th.th-history-nilai-siswa {
	width: 20% !important;
	text-align: center;
}

#historyQuestion thead th.th-aksi-siswa {
	width: 20% !important;
	padding-left: 25px !important;
}

#historyQuestion tbody td.td-history-name-siswa {
	width: 40% !important;
	padding-left: 20px !important;
}

#historyQuestion tbody td.td-history-date-siswa {
	width: 20% !important;
	padding-left: 20px !important;
}

#historyQuestion tbody td.td-history-nilai-siswa {
	width: 20% !important;
	text-align: center;
	padding-left: 15px !important;
	color: #25AAE1 !important;
}

#historyQuestion tbody td.td-history-nilai-siswa a {
	color: #25AAE1 !important;
	text-decoration: none !important;
	margin-top: 15px;
}

#historyQuestion tbody td.td-aksi-soal-siswa {
	width: 20% !important;
	padding-left: 25px !important;
}

#historyQuestion tbody td.td-aksi-soal-siswa a.btn-sm-submit-white {
	min-width: 100%;
	margin-top: 8px;
}

.date-history-siswa p {
	margin-bottom: 5px;
}

.date-history-siswa a {
	text-decoration: none !important;
}

.date-history-siswa small {
	color: #797979;
}

a.notify-link {
	text-decoration: none !important;
}

/* HISTORY SOAL SISWA YANG SUDAH DIKERJAKAN */

.dropdown-content-body {
	width: 100%;
	height: auto;
	max-height: 350px;
	overflow-y: scroll;
}

.notification-text {
	height: auto;
	overflow: hidden;
	color: #73767A;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 13.5px;
}

.notification-text-all {
	height: auto;
	overflow: hidden;
	color: #73767A;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 22px;
	max-width: 570px;
}

.notification-text-all p {
	line-height: 23px !important;
}

.nav-right-top a {
	padding: 11px 15px 13px 15px;
	color: #797979;
}

.nav-right-top a:hover {
	color: #25AAE1;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0 2px;
}

.shopping-basket {
	position: relative;
	width: 85px;
	padding: 15px 15px 10px 15px !important;
}

.shopping-basket:focus {
	outline: none !important;
}

.shopping-basket i {
	position: absolute;
	top: 6px;
}

.more-notification {
	width: 100%;
	height: auto;
	padding: 15px 0px 10px;
	color: #25AAE1;
	text-align: center;
	text-decoration: none;
}

.more-notification a {
	color: #25AAE1;
	text-decoration: none;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	letter-spacing: 0.4px;
}

.shopping-basket i img {
	position: absolute;
	top: 6px;
}

.shopping-basket span {
	position: absolute;
	left: 32px;
	top: 10px;
	background: #EF144A;
	color: #fff;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding: 2px 8px;
	line-height: 15px;
	border-radius: 10px;
}


.blue-notif-bar {
	background: #25AAE1;
	width: 100%;
	display: block;
	overflow: hidden;
	color: #fff;
	border-radius: 15px;
	padding-top: 15px;
	margin-bottom: 48px;
	font-family: 'Source Sans Pro', sans-serif;
}

.blue-notif-bar h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin-top: 15px;
	font-size: 21px;
}

.blue-notif-bar p {
	margin-bottom: 24px;
}

.title-section {
	height: auto;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}

.title-section h5 {
	font-size: 19px;
	line-height: 32px;
	color: #696969;
}

.title-section-blue {
	height: auto;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}

.title-section-blue h4 {
	font-size: 24px;
	line-height: 32px;
	color: #25AAE1;
	margin-top: 15px;
	margin-bottom: 36px;
}

.text-normal {
	font-size: 18px;
	color: #696969;
	line-height: 21px;
	letter-spacing: 0.25px;
}

/* VOUCHER */
.codesatu,
.codedua,
.codetiga,
.codeempat,
.codesatuakm,
.codeduaakm {
	font-family: 'Poppins', sans-serif;
	color: #606060;
	text-transform: uppercase;
	letter-spacing: 7.6px;
	padding-left: 15px;
}

.text-congratulation {
	width: 100%;
	display: block;
	padding-right: 48px;
	padding-left: 48px;
	padding-bottom: 24px;
}

.text-congratulation h3 {
	font-family: 'Poppins', sans-serif;
	color: #25AAE1;
	font-size: 23px;
	margin-top: 32px;
	margin-bottom: 15px;
}

.relativitas {
	position: relative;
}

.h-voucher {
	padding-top: 200px;
	overflow: hidden;
	margin-top: 0px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}

.btn-activate {
	margin-top: 36px;
}

h4.label-activation {
	color: #fff !important;
	font-size: 23px;
	line-height: 27px;
	z-index: 2;
	position: absolute;
	top: 110px;
}

.circle-bg {
	position: absolute;
	top: 43px;
	right: 0px;
	z-index: 2;
}

.head-activate-voucher {
	min-height: 180px;
	background: #25AAE1;
	position: absolute;
	width: 100%;
	display: block;
	top: -10px;
	left: 0px;
}

/* VOUCHER */


/* VOUCHER */
.codesatu,
.codedua,
.codetiga,
.codeempat,
.codesatuakm,
.codeduaakm {
	font-family: 'Poppins', sans-serif;
	color: #606060;
	text-transform: uppercase;
	letter-spacing: 7.6px;
	padding-left: 15px;
}

.text-congratulation {
	width: 100%;
	display: block;
	padding-right: 48px;
	padding-left: 48px;
	padding-bottom: 24px;
}

.text-congratulation h3 {
	font-family: 'Poppins', sans-serif;
	color: #25AAE1;
	font-size: 23px;
	margin-top: 32px;
	margin-bottom: 15px;
}

.relativitas {
	position: relative;
}

.h-voucher {
	padding-top: 200px;
	overflow: hidden;
	margin-top: 0px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	width: 102% !important;
	left: -5px;
}

.btn-activate {
	margin-top: 36px;
}

h4.label-activation {
	color: #fff !important;
	font-size: 23px;
	line-height: 27px;
	z-index: 2;
	position: absolute;
	top: 110px;
}

.circle-bg {
	position: absolute;
	top: 43px;
	right: 0px;
	z-index: 2;
}

.head-activate-voucher {
	min-height: 180px;
	background: #25AAE1;
	position: absolute;
	width: 100%;
	display: block;
	top: -10px;
	left: 0px;
}


/* VOUCHER */


/*  LEMBAR NILAI SISWA  */

#nilai {
	height: auto;
	width: 100%;
	z-index: 2;
	position: relative;
}

.circleDonutChart tspan {
	margin-top: 22px;
}

.wrp-circle-nilai {
	position: relative;
}

.wrp-circle-nilai span {
	position: absolute;
	font-size: 13.5px;
	top: 32px;
	left: 42px;
	z-index: 3;
	letter-spacing: 0.3px;
}

.backgrund-circle-grey {
	background: #DEF2FA;
	position: absolute;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	top: 11px;
}

.backgrund-circle-grey-large {
	background: #DEF2FA;
	position: absolute;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	top: 19px;
}

.wrp-circle-nilai-large span {
	position: absolute;
	font-size: 14px;
	top: 64px;
	left: 96px;
	z-index: 3;
	letter-spacing: 0.3px;
}

.hours {
	width: 64px;
	height: auto;
	float: left;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	color: #606060;
	padding-left: 4px;
}

.hours h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	color: #606060;
	position: relative;
}

.hours h3::before {
	content: ':';
	color: #606060;
	position: absolute;
	right: 5px;
}

.hours h3::after {
	content: 'Jam';
	color: #606060;
	position: absolute;
	top: 36px;
	font-size: 16px;
	left: -3px;
}

.minutes {
	width: 90px;
	height: auto;
	float: left;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #606060;
}

.minutes h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	color: #606060;
	position: relative;
}

.minutes h3::before {
	content: ':';
	color: #606060;
	position: absolute;
	right: 5px;
}

.minutes h3::after {
	content: 'Menit';
	color: #606060;
	position: absolute;
	top: 36px;
	font-size: 16px;
	left: 24px;
}

.seconds {
	width: 90px;
	height: auto;
	float: left;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #606060;
}

.seconds h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	color: #606060;
	position: relative;
}

.seconds h3::after {
	content: 'Detik';
	color: #606060;
	position: absolute;
	top: 36px;
	font-size: 16px;
	left: 24px;
}

.wrp-remaining-time {
	min-height: 100px;
	width: 100%;
}

.val-true-answer {
	width: 410px;
	text-align: center;
	color: #13DB21;
}

.val-true-answer p {
	color: #13DB21;
	font-size: 18px;
}

.val-wrong-answer {
	width: 410px;
	text-align: center;
	color: #EF4C4C;
}

.val-wrong-answer p {
	color: #EF4C4C;
	font-size: 18px;
}

.val-question-text {
	width: 410px;
	text-align: center;
}

.val-question-text p {
	font-size: 18px;
}

.average-val {
	height: auto;
	text-align: center;
}

.average-val h2 {
	margin-left: -24px;
	color: #606060;
	font-size: 34px;
	line-height: 41px;
}

.title-score-question {
	font-family: 'Poppins', sans-serif;
	color: #606060;
	font-size: 32px;
	letter-spacing: 0.2px;
}

.wrap-average-classroom {
	padding-top: 10px;
}

.wrap-average-classroom h5 {
	color: #696969;
	font-size: 20px;
}

/*  LEMBAR NILAI SISWA  */

/* Toast Notification */
.toast-block {
	width: 100%;
	display: block;
	max-width: 100%;
	margin-bottom: 20px;
	border-radius: 8px !important;
	border: 1px solid rgba(0, 0, 0, .05);
}

.closer-toast {
	z-index: 98;
	width: 26px;
}

.toast-header-no-line {
	border-bottom: 1px solid #f9f9f9;
	padding-left: 20px;
	padding-right: 20px;
	color: #696969;
}

.wrp-toast-body {
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	color: #696969;
}

/* DATA STATISTIK DASHBOARD */

.table.dataTable thead th {
	border-bottom: 1px solid #dadada !important;
	padding-bottom: 24px !important;
	padding-top: 20px !important;
	font-weight: 500;
}

.wrp-statistic {
	border: 1px solid #f1f1f1;
	min-height: 150px;
	border-radius: 8px;
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
	text-align: center;
	margin-bottom: 24px;
}

.wrp-statistic:hover {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .09);
}

.stats-text {
	float: none;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
	color: #696969;
}

.stats-text:hover {
	text-decoration: none !important;
	color: #696969;
}

.stats-text h4 {
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
}


#warning-stats-text {
	color: #EF4C4C;
	display: block;
	font-family: 'Poppins', sans-serif;
}

#warning-stats-text:hover {
	color: #EF4C4C;
	text-decoration: none !important;
	outline: none;
}

#warning-stats-text:focus {
	color: #EF4C4C;
	text-decoration: none;
	outline: none;
}

#warning-stats-text h4 {
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
}

/* Action button table */

.edit-act {
	background: #fff;
	color: #fff;
	text-decoration: none;
	outline: none;
	text-align: center;
	width: 74px !important;
	float: left;
	margin-right: 15px;
	position: relative;
	margin-left: 45px;
}

.edit-act i {
	text-align: center;
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 5px;
	background: #FC531D;
	position: absolute;
	left: 20px;
}

.edit-act i img {
	margin-bottom: 0px;
	margin-top: 4px;
}

.edit-act small {
	color: #FC531D;
	text-align: center;
	position: relative;
	top: 36px;
}

.arsip-act {
	background: #fff;
	color: #fff;
	text-decoration: none;
	outline: none;
	text-align: center;
	width: 74px !important;
	float: left;
	margin-right: 15px;
	position: relative;
}

.arsip-act i {
	text-align: center;
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 5px;
	background: #68CB41;
	position: absolute;
	left: 20px;
}

.arsip-act i img {
	margin-bottom: 0px;
	margin-top: 4px;
}

.arsip-act small {
	color: #68CB41;
	text-align: center;
	position: relative;
	top: 36px;
}

.delete-act {
	background: #fff;
	color: #fff;
	text-decoration: none;
	outline: none;
	text-align: center;
	width: 74px !important;
	float: left;
	position: relative;
}

.delete-act i {
	text-align: center;
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 5px;
	background: #EB386F;
	position: absolute;
	left: 20px;
}

.delete-act i img {
	margin-bottom: 0px;
	margin-top: 4px;
}

.delete-act small {
	color: #EB386F;
	text-align: center;
	position: relative;
	top: 36px;
}

.table-archive-question .table-archivetugas-question {
	font-family: 'Poppins', sans-serif;
	color: #696969;
}

.question-name {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	letter-spacing: 0.4px;
	/*width: 24%;*/
}

.b-study {
	/*	width: 15%;*/
}

.t-class {
	/*	width: 21.5%;*/
}

.t-code-class {
	/*	width: 13%;*/
}

.t-act-3 {
	width: 30.2%;
	text-align: left;
}

.t-act-3 .bmw-205 {
	min-width: 205px;
}

#table-archive-question thead tr th.t-act-3 {
	text-align: left;
	padding-left: 7%;
}

#table-archivetugas-question thead tr th.t-act-3 {
	text-align: left;
	padding-left: 7%;
}

table.dataTable.no-footer {
	border-bottom: none !important;
	margin-bottom: 10px;
}

#table-archive-question tbody tr td {
	padding-top: 12px !important;
}

#table-archivetugas-question tbody tr td {
	padding-top: 12px !important;
}

#table-archive-question tbody tr td.t-act-3 {
	text-align: center;
}

#table-archivetugas-question tbody tr td.t-act-3 {
	text-align: center;
}

.question-name p {
	margin-bottom: 3px;
}

.question-name span {
	margin-bottom: 3px;
	font-size: 13px;
}

/* Action button table */

.link-seemore {
	height: auto;
	padding: 10px 0px;
	font-family: 'Poppins', sans-serif;
}

.link-seemore a {
	color: #25AAE1;
	text-decoration: none;
	outline: none;
	font-size: 16px;
}

.link-seemore a:hover {
	color: #25AAE1;
	text-decoration: none;
}

.link-seemore a:focus {
	color: #25AAE1;
	text-decoration: none;
	outline: none;
}


/* DATA STATISTIK DASHBOARD */


/* BUAT SOAL */

#show_percentage {
	height: auto;
	font-size: 17px;
}

#show_percentage p {
	font-size: 18px;
	margin-bottom: 5px;
}

#lbl_1 {
	font-size: 36px !important;
	color: #3BE13B;
}

#lbl_2 {
	font-size: 36px !important;
	color: #25AAE1;
}

#lbl_3 {
	font-size: 36px !important;
	color: #ef144a;
}

.card-box-generate {
	border: 1px solid #f1f1f1;
	min-height: 200px;
	border-radius: 8px;
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
	text-align: left;
	width: 230px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 24px;
	margin-bottom: 32px;
	padding-bottom: 24px;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	transition-delay: 0s;
	transition: all 0.2s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
}

.card-box-generate:hover {
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	transform: translate(0, -10px);
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.2s;
}

.card-box-teacher-student {
	border: 2px solid #dadada;
	min-height: 110px;
	border-radius: 8px;
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
	text-align: left;
	width: 176px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 24px;
	margin-bottom: 32px;
	padding-bottom: 4px;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	transition-delay: 0s;
	transition: all 0.2s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
}

.min-mt-2 {
	margin-top: -36px;
	font-size: 17px;
	line-height: 21px;
	color: #696969;
}

.min-mt-2 h4 {
	color: #25aae1;
}

.login-opt {
	color: #797979;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.6px;
	text-decoration: none;
}

.how-to-use {
	width: 100%;
	height: auto;
	padding-top: 45px;
	padding-bottom: 45px;
}

.login-opt:hover {
	text-decoration: none;
	outline: none !important;
	color: #24a9e0;
}

.login-opt img {
	margin-top: 10px;
	margin-bottom: 8px;
}

.login-opt :focus {
	text-decoration: none;
	outline: none !important;
	color: #24a9e0;
}


.card-box-teacher-student:hover {
	-webkit-transform: translate(0, -4px);
	-moz-transform: translate(0, -4px);
	transform: translate(0, -4px);
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.2s;
	border: 2px solid #24a9e0;
}

.card-box-generate a {
	height: auto;
	display: block;
	text-align: center;
	margin-top: 24px;
}

.card-box-generate a:hover {
	text-decoration: none !important;
}

.card-box-generate a:focus {
	text-decoration: none !important;
	outline: none !important;
}

.card-box-generate a img {
	text-align: center;
	margin: 0 auto;
	float: none;
}

.circle-soal-option {
	font-family: 'Poppins', sans-serif;
	height: auto;
}

.circle-soal-option {
	background: #25AAE1;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	margin: 0 auto;
	float: none;
	margin-bottom: 15px;
}

.circle-jawaban-option {
	background: #9DC83A;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	margin: 0 auto;
	float: none;
	margin-bottom: 15px;
}

.circle-lembar-jawab-option {
	background: #EB386F;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	margin: 0 auto;
	float: none;
	margin-bottom: 15px;
}

.wrp-out-soal {
	height: auto;
	padding: 30px 30px 15px 30px;
}

.logo-editor-container {
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	width: 140px;
	height: 140px;
	padding: 15px 0px;
	text-align: center;
}

.inner-logo-editor-container {
	text-align: center;
	margin: auto;
	width: 95px;
	height: 95px;
}

.logo-editor-container form {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#form_logo1 {
	font-size: 12px;
}

#delete_link_logo1 {
	font-size: 12px;
}

#form_logo2 {
	font-size: 12px;
}

#delete_link_logo2 {
	font-size: 12px;
}

.tombol-edit-header,
.tombol-edit-header:visited {
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	padding: 5px 8px;
	color: #a3a3a3;
	text-align: center;
	font-family: arial;
	text-decoration: none;
}

.tombol-edit-header i {
	font-size: 12px;
}

.wrp-act-create-header {
	font-size: 12px;
}

.tombol-edit-header a {
	font-size: 10px !important;
}

.header-text-editor-container {
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	width: 500px;
	height: 140px;
	padding: 15px 0px;
	margin-right: 24px;
	margin-left: 24px;
}

.asterik-label {
	font-size: 14px;
	font-family: 'Times New Roman', serif;
	margin-top: 8px;
	margin-bottom: 6px;
}

.title-create-soal h4 {
	color: #25AAE1;
	font-size: 24px;
	margin-bottom: 24px;
}

.wrp-name-school {
	height: auto;
	font-family: 'Poppins', sans-serif;
}

.wrp-name-school h5 {
	font-weight: 600;
	letter-spacing: 0.4px;
}

#span_line1 {
	margin-bottom: 5px;
}

#span_line2 {
	margin-bottom: 4px;
}

#update_line {}

.wrp-act-create-soal {
	text-align: right;
	width: 100%;
	padding: 15px 0px 10px 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.wrp-act-create-soal .btn-submit-blue {
	margin-right: 6px;
}

/* BUAT SOAL */

/* PROFILE PAGE  */

.br-1 {
	border-right: 1px solid #dadada;
	padding-right: 0px;
}

.side-left-profile {
	padding: 15px 0px;
	height: auto;
	width: 100%;
	display: block;
}

.wrp-out-profile {
	height: auto;
	overflow: hidden;
}

.area-profile-photo {
	min-height: 186px;
	font-family: 'Poppins', sans-serif;
}

.area-profile-photo {}

.circle-photo-profile {
	background: #f0f0f0;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	margin-top: 48px;
	margin-bottom: 24px;
	overflow: hidden;
}

.text-profile-name {
	height: auto;
}

.text-profile-name h3 {
	font-family: 'Poppins', sans-serif;
	color: #25AAE1;
	font-weight: 400;
	font-size: 26px;
	margin-bottom: 24px;
}

.your-class-archive {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	width: 100%;
	display: block;
	padding: 10px 0px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 24px;
}

a.info-class-archive {
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	outline: none;
}

a.info-class-archive:hover {
	text-decoration: none !important;
	color: #1795C9 !important
}

a.info-class-archive:focus {
	text-decoration: none !important;
	outline: none !important;
	color: #1795C9 !important
}

.info-class-archive h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	line-height: 31px;
	color: #696969;
	margin-bottom: 4px;
}

.info-class-archive p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #696969;
	margin-bottom: 5px;
}

.side-navigation {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #696969;
}

.side-navigation ul {
	list-style: none;
}

.side-navigation ul li {
	list-style: none;
	padding: 10px 0px;
}


.side-navigation ul li a {
	color: #696969;
	outline: none;
	text-decoration: none;
}

.side-navigation ul li a img {
	margin-right: 12px;
}

.side-navigation ul li.active a {
	list-style: none;
	padding: 10px 0px;
	color: #25AAE1;
	font-weight: 500;
}

.br-1 {
	border-right: 1px solid #dadada;
}

.title-right-side-label {
	border-bottom: 1px solid #dadada;
	padding: 12.5px 36px 10px 36px;
	color: #25AAE1;
}

.separator-top {
	border-top: 1px solid #dadada;
}

.wrp-right-content {
	padding: 48px 36px 24px 36px;
	width: 100%;
	display: block;
}

.last-form {
	margin-bottom: 0px !important;
}

.password-information {
	color: #696969;
	font-family: 'Poppins', sans-serif;
}

.password-information p {
	margin-bottom: 5px;
	font-size: 15px;
}

.password-information a {
	color: #25AAE1;
	text-decoration: none;
	outline: none;
}

.password-information a:hover {
	color: #25AAE1;
	outline: none !important;
}

.password-information a:focus {
	color: #25AAE1;
	outline: none !important;
	font-size: 14px;
}

/* PROFILE PAGE  */

/* VOUCHER */

.card-voucher {
	background: #fff;
	border: 1px solid #f1f1f1;
	min-height: 150px;
	border-radius: 8px;
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
	padding: 24px 24px;
	margin-bottom: 24px;
}

.exp-voucher {
	background: #f4f4f4;
}

.act-voucher {
	color: #9DC83A;
}

#act-voucher {
	background: #fff;
}

#exp-voucher {
	background: #f4f4f4;
}

[id$="act-voucher"] h6 {
	color: #9DC83A !important;
	font-size: 18px;
}

[id$="exp-voucher"] h3,
[id$="exp-voucher"] h4 {
	color: #696969 !important;
}

.left-col-voucher {
	height: auto;
	font-family: 'Poppins', sans-serif;
	padding-top: 5px;
}

.left-col-voucher h5 {
	font-size: 18px;
	color: #696969;
}

.left-col-voucher p {
	font-size: 15px;
	color: #696969;
	margin-bottom: 8px;
}

.left-col-voucher h3 {
	color: #25AAE1;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}

.right-col-voucher {
	height: auto;
	font-family: 'Poppins', sans-serif;
	padding-top: 5px;
}

.right-col-voucher h5 {
	font-size: 18px;
	color: #696969;
}

.right-col-voucher p {
	font-size: 15px;
	color: #696969;
	margin-bottom: 8px;
}

.right-col-voucher h4 {
	color: #25AAE1;
	font-size: 18px;
}

.hr-separator {
	width: 102%;
	height: 1px;
	background: #f1f1f1;
	margin-left: -1px;
	margin-right: -1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hr-separator-80 {
	width: 96.5%;
	height: 1px;
	background: #f1f1f1;
	margin-left: -1px;
	margin-right: -1px;
	margin-top: 6px;
	margin-bottom: 15px;
}

.date-transaction {
	color: #696969;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

.date-transaction a {
	color: #25AAE1;
	text-decoration: none;
	outline: none;
}

.date-transaction a:hover {
	color: #25AAE1;
	text-decoration: none;
	outline: none;
}

.date-transaction a:focus {
	color: #25AAE1;
	text-decoration: none;
	outline: none;
}



/* VOUCHER */


/* CLASS ROOM  */

.left-desc-class {
	width: 100%;
	height: auto;
	position: relative;
	padding-left: 100px;
}

.circle-left-class {
	position: absolute;
	left: 20px;
	top: 24px;
}

.desc-left-class {
	font-family: 'Poppins', sans-serif;
	height: auto;
	padding-top: 15px;
}

.desc-left-class p {
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 8px;
}

.wrp-class-code {
	height: auto;
}

.wrp-class-code h3 {
	font-size: 26px;
	line-height: 30px;
	color: #25AAE1;
	letter-spacing: 4px;
	margin-bottom: 4px;
}

.wrp-class-code a {
	color: #25AAE1;
	text-decoration: none !important;
}

.wrp-class-code a:hover {
	opacity: 0.9;
	text-decoration: none !important;
	color: #25AAE1 !important;
}

.wrp-class-code a:focus {
	opacity: 0.9;
	text-decoration: none !important;
	color: #25AAE1 !important;
}

.wrp-class-code a img {
	margin-right: 12px;
}

.wrp-class-code a {
	cursor: pointer;
}

.wrp-right-class {
	height: auto;
	padding: 24px 20px 30px 48px;
	border: 1px solid #dadada;
	border-radius: 6px;
	margin-bottom: 24px;
}

.wrp-right-class p {
	margin-bottom: 8px;
}

.target-block {
	display: block;
	margin-bottom: 20px;
}

.header-class {
	width: 100%;
	min-height: 285px;
	background: #25AAE1;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-repeat: no-repeat;
	background-position: bottom, right;
	background-size: 52%;
}

.wrp-class-header {
	padding: 30px 20px 30px 36px;
	align-content: flex-end;
}

.wrp-class-header p {
	font-size: 20px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 6px;
}

.wrp-class-header h4 {
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 20px;
}

.class-photo {
	height: auto;
}

.td-class-name {
	height: auto;
}

.td-class-name p {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 19px;
}


.td-circle-classroom {
	top: 1px;
}

.hidden-label {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #606060;
	display: none;
}

.table-archive-class thead th {
	margin-bottom: 26px;
	border-top: 0;
}

.table-archive-class td {
	border-top: 0px;
	padding-top: 15px;
}

.table-archive-class thead th.th-class-photo {
	width: 105px;
}

.table-archive-class thead th.th-class-name {
	width: 22%;
}

.table-archive-class thead th.th-class-code {
	width: 16%
}

.table-archive-class thead th.th-stu-val {
	width: 20%;
	text-align: center;
}

.td-stu-val {
	text-align: center;
}

.table-archive-class thead th.th-act {
	width: 44.5%;
}

.td-class-code p {
	margin-bottom: 5px;
}

.td-class-code h6 {
	color: #25AAE1;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 3.5px;
}

.wrp-list-class {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .06);
	padding: 24px 48px;
	height: auto;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.wrp-header-activity-class {
	width: 100%;
	/*box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);*/
	box-shadow: 0.06rem -0.10rem 0.52rem rgba(0, 0, 0, .09);
	border: 1px solid rgba(0, 0, 0, .06);
	padding: 56px 48px 48px 48px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom: 0;
}

.header-activity-right {
	padding-right: 48px;
}

.header-activity-left {
	position: relative;
	padding-left: 125px;
}

.photo-activity-class {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #25AAE1;
	position: absolute;
	left: 0px;
	top: 10px;
}

.activity-class-text {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #696969;
	margin-bottom: 24px;
	letter-spacing: 0.35px;
}

.activity-class-text h4 {
	font-size: 19px;
	line-height: 22px;
	color: #212529;
	margin-bottom: 6px;
}

.activity-class-text p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
}

.activity-class-text span {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	display: block;
}

.table-activity-class thead th.th-question-name {
	width: 40%;
}

.table-activity-class thead th.th-student-done {
	width: 55%;
	text-align: center !important;
}

.table-archive-class tbody td.td-student-done {
	width: 42%;
	text-align: center;
}

.table-activity-class thead th.th-activity-act {
	width: 165px;
	text-align: center;
}

.table-activity-class tbody td.td-question-name {
	width: 45%;
}

.table-activity-class tbody td.td-notification-name {
	width: 100%;
}

.td-question-name {
	height: auto;
}

.td-question-name p {
	margin-bottom: 5px;
	line-height: 18px;
	margin-top: 6px;
}

.td-question-name span {
	font-size: 14.5px;
	line-height: 16px;
	color: #606060;
	letter-spacing: 0.4px;
	margin-bottom: 8px;
}


.td-student-done p {
	margin-bottom: 5px;
	line-height: 18px;
	margin-top: 6px;
}

.td-student-done span {
	font-size: 14.5px;
	line-height: 16px;
	color: #606060;
	letter-spacing: 0.4px;
	margin-bottom: 8px;
}

.table-archive-class tbody td.td-activity-act {
	width: 165px;
	text-align: center !important;
}

.td-activity-act a {
	margin-top: 8px;
}

.td-student-done {
	text-align: center;
}


.hr-header-school {
	width: 100%;
	display: block;
	height: 4.5px;
	background: #606060;
	margin-top: 32px;
	margin-bottom: 40px;
	position: relative;
	overflow: unset;
}

.hr-header-school:after {
	content: ' ';
	width: 100%;
	height: 2px;
	background: #696969;
	position: absolute;
	display: block;
	bottom: -4px;
}

.table-correction thead th.th-col-student-name {
	width: 25%;
}

.table-correction tbody td.td-col-student-name {
	height: auto;
	border-top: 0px;
}

.table-correction td.td-col-student-name p {
	line-height: 60px !important;
	font-size: 16px;
	color: #696969;
	font-weight: 600;
	letter-spacing: 0.4px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.td-col-student-name {
	position: relative;
	padding-left: 64px;
	height: auto;
}

.td-circle-student-name {
	width: 56px;
	height: 56px;
	overflow: hidden;
	margin: 0 auto;
	float: none;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 0px;
	background: #25AAE1;
	overflow: hidden;
	font-family: 'Poppins', sans-serif;
}

.td-circle-student-name img {
	max-width: 100%;
	width: auto;
}

.table-correction thead th.th-pg-value {
	width: 20%;
	text-align: center;
}

.table-correction tbody td.td-pg-value {
	text-align: center;
	border-top: 0px;
}

.td-pg-value {
	text-align: center;
}

.td-pg-value h6 {
	font-size: 20px;
	color: #696969;
	font-weight: 600;
	letter-spacing: 0.4px;
	line-height: 64px;
}

.table-correction thead th.th-esai-value {
	width: 17%;
	text-align: center;
}

.table-correction tbody td.td-esai-value {
	text-align: center;
	border-top: 0px;
}

.td-esai-value {
	text-align: center;
}

.td-esai-value h6 {
	font-size: 20px;
	color: #696969;
	font-weight: 600;
	letter-spacing: 0.4px;
	line-height: 64px;
}

.table-correction thead th.th-corection-stats {
	width: 24%;
	text-align: center;
}

.table-correction tbody td.td-corection-stats {
	text-align: center;
	border-top: 0px;
}

.td-corection-stats {
	text-align: center;
	padding-top: 10px;
}

.table-approval thead th.th-col-student-name {
	width: 48%;
}

.table-approval tbody td {
	border-top: 0px;
}

.table-approval tbody td.th-col-student-name {
	width: 49%;
}

.table-approval td.td-col-student-name p {
	line-height: 60px !important;
	font-size: 16px;
	color: #696969;
	font-weight: 600;
	letter-spacing: 0.4px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.table-approval thead th.th-join-stats {
	width: 21%;
}

.table-approval tbody td.td-join-stats {}

.table-approval tbody td.td-join-stats a {
	margin-right: 10px !important;
	margin-top: 10px;
}

.table-approval tbody td.td-join-stats a.btn-sm-submit-blue {
	margin-right: 0px !important;
}

.td-join-stats {
	text-align: right;
	padding-top: 0px;
}

.td-join-stats button {
	text-align: center;
	margin-right: 10px;
}

.td-join-stats a {
	text-align: center;
	margin-right: 10px;
}

/* CLASS ROOM  */

/*  PEMBAHASAN */

.title-nav-pembahasan {
	width: 100%;
	height: auto;
	position: relative;
	padding-left: 46px;
}

.title-nav-pembahasan p {
	color: #25aae1;
	font-size: 20px;
	line-height: 22px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.title-nav-pembahasan a.back-nav {
	height: 30px;
	width: 30px;
	border-radius: 23px;
	border: 1.5px solid #25aae1;
	text-align: center;
	position: absolute;
	left: 0;
	top: 1.35%;
	line-height: 26px;
}

.title-nav-pembahasan a.back-nav img {
	width: 13px !important;
	margin-left: -1px;
}

.true-false {
	padding: 32px 10px 10px 10px;
}

.true-false p.w-false {
	color: #EF144A;
}

.true-false p.w-true {
	color: #68cb41;
}

.space-bar-pembahasan {
	width: 100%;
	height: 95px;
}

/*  PEMBAHASAN */

/* TRANSAKSI */

.trans-col-1,
.trans-col-2 {
	height: auto;
	font-family: 'Poppins', sans-serif;
	padding-top: 10px;
}

.trans-col-1 p,
.trans-col-2 p {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 6px;
	color: #696969;
}

.trans-col-1 h4,
.trans-col-2 h4 {
	color: #25AAE1;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 5px;
}

/* TRANSAKSI */


.span-labe-mobbile {
	display: none;
}

.answered-false {
	background: #f8d7da;
	border-color: #EF144A !important;
	color: #EF144A !important;
}

.answered-true {
	background: #c3e6cb;
	border-color: #68cb41 !important;
	color: #155724 !important;
}

#last-discussion {
	display: none;
	float: right;
}

/* CUSTOM SWEET GALER GARUK2 ... */

.swal2-title {
	font-family: 'Poppins', sans-serif !important;
	letter-spacing: 0.4px !important;
	font-size: 1.25rem !important;
	margin-top: 24px !important;
	line-height: 29px;
}

.swal2-modal {
	border-radius: 12px !important;
	padding-bottom: 20px !important;
	min-height: 235px;
}

.swal2-confirm {
	background: #25AAE1 !important;
	border-color: #25AAE1 !important;
	color: #fff !important;
	font-size: 16px;
	padding: 10px 24px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 165px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
	border-radius: 32px !important;
	box-shadow: none !important;
}

.swal2-confirm:focus {
	box-shadow: none !important;
}

.swal2-cancel {
	background: #ef144a !important;
	border-color: #ef144a !important;
	color: #fff !important;
	font-size: 16px;
	padding: 10px 24px;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 165px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
	border-radius: 32px !important;
}

.swal2-cancel:focus {
	box-shadow: none !important;
}

.swal2-popup #swal2-content {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #696969 !important;
}

/* CUSTOM SWEET GALER GARUK2 ... */

#table-archive-question thead tr th {
	color: #696969 !important;
	font-weight: 500 !important;
}

#table-archivetugas-question thead tr th {
	color: #696969 !important;
	font-weight: 500 !important;
}

/*  TERMS CONDITION */

.text-static-page-lp {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #696969;
	line-height: 27px;
	letter-spacing: 0.2px;
}

.text-static-page-lp p {
	margin-bottom: 30px;
}

.text-static-page-lp h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #494949;
	line-height: 29px;
	margin-top: 16px;
	margin-bottom: 20px;
}

.text-static-page-lp ol li {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #696969;
	line-height: 27px;
	letter-spacing: 0.2px;
}

.text-static-page-lp ol {
	padding-left: 15px;
}

.text-static-page-lp ol li {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #696969;
	line-height: 27px;
	margin-bottom: 5px;
	padding-left: 13px;
}

.text-static-page-lp ol li ul {
	list-style-type: lower-alpha;
	padding-left: 20px;
}

.text-static-page-lp ul {
	list-style-type: lower-alpha;
	padding-left: 20px;
}

/*  TERMS CONDITION */

.whatsapp-flb {
	width: 56px;
	height: 56px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 1px 12px rgba(151, 164, 175, .40);
	line-height: 25px;
	position: fixed;
	bottom: 24px;
	right: 32px;
	text-align: center;
	z-index: 4;
}

.whatsapp-flb img {
	line-height: 38px;
	margin-top: 7px;
}

#foto {
	border: none !important;
}

.see-voucher-detail {
	margin-top: 30px;
}

/*  MEDIA QUERY */


/* HDPI Screen Laptop  1440 */
@media screen and (min-width: 1440px) {

	.bg-cirle-top {
		background-image: url(../images/bg-circle-top-slide.svg);
		width: 920px;
		height: 920px;
		position: absolute;
		right: 0px;
		top: -205px;
		right: -152px;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#erlanggaCarousel .carousel-item .mask img {
		right: -120px;
	}

	.wrp-caption-slider {
		right: 0px !important;
	}

	.rm-45 {
		top: 175px;
	}

	#scroll-cbt {
		height: 465px !important;
		min-height: 400px;
	}

	.ilustr-login {
		margin-top: 80px;
	}

	.wrp-login-form {
		margin-top: 60px;
		margin-bottom: 145px;
	}

}

/* HDPI Screen Laptop  1440 */

/* MDPI Screen Laptop  1280 */
@media screen and (max-width: 1280px) {
	.rm-45 {
		top: 115px;
	}

	#scroll-cbt {
		height: 365px !important;
		min-height: 400px;
		overflow-y: scroll;
	}

	.ilustr-login {
		margin-top: 76px;
	}

	.wrp-login-form {
		/*margin-top: 48px;*/
		margin-bottom: 56px;
	}

}

/* MDPI Screen Laptop  1280 */


/* @media only screen and (min-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-device-pixel-ratio: 2.0) {

		#scroll-cbt {
			height: 415px!important;
			min-height: 300px;
			overflow-y: scroll;
		}

	} */

@media only screen and (min-width: 1112px) and (max-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	#scroll-cbt {
		height: 600px;
	}
}

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	#scroll-cbt {
		height: 560px;
	}
}

@media only screen and (min-width: 1366px) and (max-height: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
	#scroll-cbt {
		height: 600px;
	}
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
	#scroll-cbt {
		height: 760px;
	}
}


@media (min-width:768px) and (max-width:1024px) {

	.wrp-form-full-footer-cbt {
		padding-left: 5px;
		padding-right: 5px;
	}

	.p-ragu-10 {
		padding-top: 10px;
	}

	.navbar-brand-lp img {
		width: 75px;
		margin-left: -4px;
	}

	.form-input-voucher {
		top: 105px !important;
		position: relative;
		min-height: 240px;
	}

	.form-input-tugas {
		top: 105px !important;
		position: relative;
		min-height: 240px;
	}

	.center-navigation-home li a {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		padding-right: 18px !important;
		padding-left: 18px !important;
	}

	.h-voucher {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.head-activate-voucher {
		height: 180px;
		position: absolute;
		top: -10px;
	}

	.codesatu,
	.codedua,
	.codetiga,
	.codeempat,
	.codesatuakm,
	.codeduaakm {
		letter-spacing: 1.5px;
		padding-left: 13px;
	}

	.question-name {
		width: 28%;
	}

	.t-act-3 {
		width: 40.2%;
	}

	.image-caption-try img {
		width: 520px;
		height: auto;
		position: absolute;
		top: -68px;
		left: -56px;
	}

	ul.fitur-list {
		min-height: 220px;
	}

	.text-profile-name {
		padding-left: 20px;
		padding-right: 10px;
	}

	.text-profile-name h3 {
		font-size: 22px;
		text-align: center;
	}

	#scroll-cbt {
		height: 416px;
		min-height: 415px;
		overflow-y: scroll;
	}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	.wrp-form-full-footer-cbt {
		padding-left: 5px;
		padding-right: 5px;
	}

	.p-ragu-10 {
		padding-top: 10px;
	}

	.center-navigation-home li a {
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		padding-right: 18px !important;
		padding-left: 18px !important;
	}

	.form-input-voucher {
		top: 105px !important;
		position: relative;
		min-height: 240px;
	}

	.form-input-tugas {
		top: 105px !important;
		position: relative;
		min-height: 240px;
	}

	.h-voucher {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.head-activate-voucher {
		height: 180px;
		position: absolute;
		top: -10px;
	}

	.codesatu,
	.codedua,
	.codetiga,
	.codeempat,
	.codesatuakm,
	.codeduaakm {
		letter-spacing: 1.5px;
		padding-left: 13px;
	}

	.image-caption-try img {
		width: 520px;
		height: auto;
		position: absolute;
		top: -68px;
		left: -56px;
	}

	.text-profile-name {
		padding-left: 20px;
		padding-right: 10px;
	}

	.text-profile-name h3 {
		font-size: 22px;
		text-align: center;
	}

	.btn-create-mobile {
		display: none;
	}

	#scroll-cbt {
		height: 340px;
		min-height: 395px;
		overflow-y: scroll;
	}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {

	#scroll-cbt {
		height: 640px;
		min-height: 615px;
		overflow-y: scroll;
	}

	.footer-dashboard {
		padding-bottom: 64px;
	}

	.collapse:not(.show) {
		display: none;
	}

	#collapsingNavbar3 {
		background: #fff;
		height: 100vh;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.navbar-toggler:focus {
		outline: none !important;
	}

	.bg-faded {
		background: #fff !important;
		padding-top: 8px;
		padding-bottom: 9px;
	}

	.dropdown-page-question {
		left: -48px !important;
	}

	.wrp-ligh-navbar ul li {
		margin-right: 6px;
	}

	.wrp-ligh-navbar ul li.nav-item button.btn-sm-submit-orange {
		display: none;
	}

	.btn-create-mobile {
		background: #FC531D !important;
		border-color: #FC531D !important;
		color: #fff !important;
		font-size: 15px;
		border-radius: 27px;
		cursor: pointer;
		font-family: 'Poppins', sans-serif;
		font-weight: 500;
		min-width: 256px;
		height: 56px;
		letter-spacing: 0.4px;
		margin-bottom: 5px;
		position: fixed;
		z-index: 5;
		bottom: 10px;
		right: 24px;
		text-align: center;
		line-height: 12px;
		box-shadow: 0 0 12px rgba(242, 70, 6, .25) !important;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: 0.25px;
		width: 70% !important;
		display: none;

	}

	.background-bottom-nav {
		position: fixed;
		width: 100%;
		height: 124px;
		bottom: 0px;
		left: 0px;
		background: #fff;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		background: rgba(255, 255, 255, 0);
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 69%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(69%, rgba(255, 255, 255, 1)));
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 69%);
		background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 69%);
		background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 69%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 69%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
		z-index: 3;
		display: none;
	}

	.btn-create-mobile:focus {
		outline: none !important;
		box-shadow: 0 0 12px rgba(242, 70, 6, .45) !important;
	}

	.wrp-form-log-reg {
		padding: 24px 32px;
	}

	#table-archive-question thead tr th.t-act-3 {
		text-align: left;
		padding-left: 3.5%;
	}

	#table-archivetugas-question thead tr th.t-act-3 {
		text-align: left;
		padding-left: 3.5%;
	}

	/* LANDING PAGE 768 */

	.navbar-brand-lp img {
		width: 75px;
		margin-left: 0px;
	}

	.wrp-caption-slider {
		margin-top: 150px !important;
	}

	.wrp-caption-slider h4 {
		font-size: 26px;
	}

	.vertical-voucher {
		min-height: 180px !important;
	}

	.carousel-inner-5 {
		margin-top: 40px;
		max-height: 550px;
	}

	.wrp-caption-slider {
		right: -5px !important;
		top: -32px;
	}

	.wrp-how-to-use h5 {
		font-size: 20px;
		line-height: 27px;
	}

	.wm-100 {
		width: 100% !important;
		padding-left: 20px;
		margin-top: 24px;
	}

	.wm-100 li {
		float: left !important;
		width: 94% !important;
	}

	.wm-100 li a.btn-sm-submit-white {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	.wm-100 li a.btn-sm-submit-orange {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.see-voucher-detail {
		margin-top: 20px !important;
		margin-bottom: 15px !important;
		display: block;
		width: 64%;
		margin: 0 auto;
		clear: both;
	}

	.whatsapp-flb {
		bottom: 5px;
		right: 8px;
		width: 50px;
		height: 50px;
	}

	.whatsapp-flb img {
		margin-top: 4px;
	}

	.footer-dashboard {
		padding-bottom: 64px;
	}

	.wrp-left-corection {
		padding-right: 10px;
	}

	.d-step-two {
		display: block !important;
	}

	.wrp-login-form {
		overflow: unset;
	}

	.main-wrapper {
		height: 70px;
	}

	.end-of-cbt {
		position: relative;
		left: -5px;
	}

	.text-congratulation {
		padding-right: 20px;
		padding-left: 20px;
	}

	.wrp-list-class {
		padding: 24px 10px;
	}

	.edit-act {
		min-height: 65px !important;
	}

	.arsip-act {
		min-height: 65px !important;
	}

	.delete-act {
		min-height: 65px !important;
	}

	#scroll-cbt {
		height: auto !important;
		min-height: 320px !important;
		overflow-y: unset !important;
	}

	.wrp-form-log-reg-cbt {
		padding: 0px 0px 10px 0px;
	}

	/*  MOBILE MENU*/

	.nav-mobile {
		background: #fff !important;
		bottom: 0;
		left: 100%;
		width: 100%;
		padding-right: 1.2rem;
		padding-left: 1.2rem;
		overflow-y: auto;
		visibility: hidden;
		position: fixed;
		top: 0px;
		bottom: 0;
		left: 89%;
		width: 89%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: scroll;
		transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	.wrap-scroll-menu {
		height: 500px;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.nav-mobile.show-menu {
		visibility: visible;
		-webkit-transform: translateX(-82%);
		transform: translateX(-82%);
		background: #fff !important;
		z-index: 99;
		overflow: unset;
		padding-top: 0px;
		height: 100vh;
	}

	.trigger-bg {
		visibility: hidden;
	}

	.bg-mobile {
		background: #000;
		opacity: 0.75;
		content: '';
		width: 100% !important;
		height: 100vh;
		overflow: scroll !important;
		z-index: 98;
		top: 0px;
		left: 0px;
		position: absolute;
		visibility: visible;
	}

	.close-menu {
		visibility: hidden;
	}

	.close-menu-toggle {
		visibility: visible;
		width: 30px;
		height: 30px;
		background: transparent none;
		border-radius: 16px;
		position: absolute !important;
		top: 10px !important;
		left: 26px !important;
		cursor: pointer;
		z-index: 100 !important;
		position: fixed !important;
	}

	.wrp-menu-top {
		width: 100%;
		height: 125px;
		position: relative;
	}

	.wrp-menu-top p {
		position: absolute;
		bottom: 40px;
		left: 70px;
	}

	.wrp-menu-top a {
		position: absolute;
		bottom: 32px;
		left: 70px;
		color: #25AAE1;
		font-size: 13.5px;
	}

	.m-circle-user-login {
		width: 46px;
		height: 46px;
		border-radius: 25px;
		overflow: hidden;
		background: #F4F4F4;
		bottom: 32px;
		text-align: center;
		margin-left: 5px;
		position: absolute;
		display: inline-flex;
	}

	.toggle-menu-mobile {
		cursor: pointer;
		margin-top: 6px;
	}

	.wrap-scroll-menu ul li a {
		color: #606060;
		text-decoration: none;
		outline: none;
	}

	.wrap-scroll-menu ul li a img {
		margin-right: 16px !important;
	}

	.btn-create-mobile {
		background: #FC531D !important;
		border-color: #FC531D !important;
		color: #fff !important;
		font-size: 15px;
		border-radius: 27px;
		cursor: pointer;
		font-family: 'Poppins', sans-serif;
		font-weight: 500;
		min-width: 256px;
		height: 56px;
		letter-spacing: 0.4px;
		margin-bottom: 5px;
		position: fixed;
		z-index: 5;
		bottom: 10px;
		right: 24px;
		text-align: center;
		line-height: 12px;
		box-shadow: 0 0 12px rgba(242, 70, 6, .25) !important;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: 0.25px;
		width: 74% !important;
	}

	.background-bottom-nav {
		position: fixed;
		width: 100%;
		height: 124px;
		bottom: 0px;
		left: 0px;
		background: rgba(255, 255, 255, 0);
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 69%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(69%, rgba(255, 255, 255, 1)));
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 69%);
		background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 69%);
		background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 69%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 69%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
		z-index: 3;
	}

	.btn-create-mobile:focus {
		outline: none !important;
		box-shadow: 0 0 12px rgba(242, 70, 6, .45) !important;
	}

	.owl-question .owl-nav {
		margin-top: -350px !important;
	}

	/*  MOBILE MENU*/

	.wrp-step {
		min-height: 240px !important;
	}

	.shopping-basket i img {
		width: 24px !important;
		margin-top: 4px;
	}

	.nav-circle {
		width: 62px;
	}

	.navbar-light-second {
		display: none;
	}

	.space-bar-dashboard {
		width: 100%;
		height: 95px;
	}

	.space-bar-akm {
		width: 100%;
		height: 95px;
	}

	#notifAll {
		width: 100% !important;
	}

	.dropdown-menu-notify {
		max-width: 102% !important;
		width: 102% !important;
		left: 0px !important;
		min-height: 560px !important;
		top: 58px !important;
		overflow-y: scroll;
		padding-bottom: 30px;
		transform: unset !important;
	}

	.dropdown-content-body {
		min-height: 580px;
	}

	.nocroll {
		overflow: hidden !important;
	}

	.bg-mobile {
		z-index: 99;
	}

	/* PROFILE PAGE 480 */


	.text-profile-name h3 {
		font-size: 22px;
		margin-bottom: 28px;
	}

	.info-class-archive h4 {
		font-size: 24px;
	}

	.info-class-archive p {
		font-size: 14px;
	}

	.form-control-plaintext {
		font-size: 15px !important;
	}

	.wrp-right-content {
		padding: 48px 20px 24px 20px;
	}

	.wrp-login-form {
		box-shadow: none;
		border: none;
	}

	/* PROFILE PAGE 480 */

	.form-input-voucher {
		top: 175px !important;
	}

	.form-input-tugas {
		top: 175px !important;
	}

	.col-voucher {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	/*  INPUT VOUCHER 480 */
	.head-activate-voucher {
		border-bottom-left-radius: 15px !important;
		border-bottom-right-radius: 15px !important;
	}

	h4.label-activation {
		top: 25px;
		font-size: 20px;
		margin-left: -8px;
	}

	.h-voucher {
		padding-top: 64px;
	}

	.head-activate-voucher {
		min-height: 195px;
	}

	.codesatu,
	.codedua,
	.codetiga,
	.codeempat,
	.codesatuakm,
	.codeduaakm {
		letter-spacing: 3px;
		z-index: 2;
	}

	.form-input-voucher .row:first-child .col-12 p {
		color: #fff !important;
		margin-left: -8px;
	}

	.form-input-tugas .row:first-child .col-12 p {
		color: #fff !important;
		margin-left: -8px;
	}

	.circle-bg {
		position: absolute;
		top: 57px;
		right: 0px;
		z-index: 1;
	}

	/*  INPUT VOUCHER 480 */


	/* LOGIN PAGE 480 */

	.ilustr-login {
		display: none;
	}

	.log-reg-link li a.active {
		border-right: 1.5px solid #fff;
	}

	.space-bar {
		width: 100%;
		height: 100px;
	}

	/* LOGIN PAGE 480 */


	/* SOAL CBT 480 */

	#dialog-cbt {
		width: 100% !important;
		display: block !important;
	}

	#dialog-cbt .btn-sm-submit-blue {
		width: 100% !important;
		display: block !important;
	}

	#dialog-cbt .btn-submit-red {
		width: 100% !important;
		display: block !important;
	}

	.wrp-cbt-online {
		padding: 24px 0px;
	}

	.wrp-nav-correction button {
		font-size: 14.5px;
		width: 100%;
		display: block;
	}

	.meragukan {
		font-size: 14.5px;
		display: block;
		margin-bottom: 15px;
		line-height: 22px;
	}

	#wrp-full-cbt {
		width: 100%;
		box-shadow: none;
		border: none;
	}

	/* SOAL CBT 480 */

	/* DASHBOARD NULL 480 */
	.blue-notif-bar {
		padding-right: 24px;
		padding-left: 24px;
		padding-bottom: 20px;
	}

	/* DASHBOARD NULL 480 */

	/* SCORE HASIl CBT 480 */

	.wrp-nav-score {
		height: auto;
	}

	.wrp-nav-score a.btn-sm-submit-white {
		margin-bottom: 20px !important;
		display: block !important;
		width: 100%;
	}

	.title-score-question {}

	.title-score-question h3 {
		font-size: 25px;
	}

	#nilai {
		text-align: center;
	}

	.wrp-circle-nilai-large span {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 40px;
	}

	.backgrund-circle-grey-large {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.hours,
	.minutes,
	.seconds {
		height: 95px;
		margin-top: 10px;
	}

	.hours h3::before {
		right: -5px;
	}

	.minutes h3::before {
		right: 0px;
	}

	.wrap-average-classroom {
		margin-top: 18px;
	}

	/* SCORE HASIl CBT 480 */

	/* PEMBAHASAN 480 */

	.wrp-form-full-head {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.space-bar-pembahasan {
		width: 100%;
		height: 55px;
	}

	/* PEMBAHASAN 480 */

	.form-input-voucher {
		top: 145px !important;
	}

	.form-input-tugas {
		top: 145px !important;
	}

	/*  INPUT VOUCHER 480 */

	/* INDEX LANDING PAGE 480 */
	#collapsingNavbar3 {
		background: #fff;
		width: 100.5%;
		height: 100vh;
		padding-top: 20px;
		padding-bottom: 10px;
		margin-left: -16px;
		margin-right: -16px;
	}

	.navbar-toggler:focus {
		outline: none !important;
	}

	.navbar-brand-lp img {
		width: 80px;
		margin-left: -8px;
	}

	.bg-faded {
		background: #fff !important;
		padding-top: 6px;
		padding-bottom: 7px;
	}

	.wm-100 {
		width: 100% !important;
		padding-left: 64px;
		padding-right: 67px;
		padding-top: 20px;
	}

	.wm-100 li a {
		width: 100%;
		display: block;
		margin-bottom: 12px;
	}

	.bg-cirle-top {
		width: 575px;
		height: 640px;
		top: -176px;
		right: -23px;
	}

	.wrp-caption-slider {
		right: -8px !important;
		top: 64px;
	}

	.wrp-caption-slider h4 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.vertical-voucher {
		min-height: 232px;
		margin-bottom: 36px;
	}

	/* INDEX LANDING PAGE 480 */

	.dataTables_wrapper .dataTables_filter input {
		width: 96% !important;
		margin-left: -10px !important;
	}

	#historyQuestion tbody td.td-aksi-soal-siswa {
		width: 100% !important;
	}

	#historyQuestion tbody td.td-history-nilai-siswa {
		width: 100% !important;
		padding-left: 0px !important;
		text-align: right;
		position: relative;
		min-height: 32px;
	}

	.span-labe-mobbile {
		display: block;
		position: absolute;
		left: 0px;
		top: 8px;
	}

	#historyQuestion tbody td.td-history-nilai-siswa a h5 {
		position: absolute;
		left: 50px;
	}

	#historyQuestion tbody td.td-aksi-soal-siswa {
		width: 100% !important;
		padding-left: 0px !important;
	}

	#historyQuestion {
		width: 100% !important;
	}

	#historyQuestion tbody tr {
		border: 1px solid #dadada !important;
		border-radius: 5px !important;
		padding: 15px 11px 10px 20px;
		display: block;
		margin-bottom: 8px;
	}

	#historyQuestion tbody td.td-history-name-siswa {
		width: 100% !important;
		padding-left: 0px !important;
		border: 0px;
	}

	#historyQuestion tbody td.td-history-name-siswa {
		width: 100% !important;
		padding-left: 0px !important;
		display: block;
	}

	#historyQuestion tbody td.td-history-date-siswa {
		width: 100% !important;
		padding-left: 0px !important;
		display: block;
		border: 0px;
	}

	#historyQuestion tbody td.td-history-nilai-siswa {
		width: 100% !important;
		padding-left: 0px !important;
		text-align: right;
		position: relative;
		min-height: 32px;
		display: block;
		border: 0px;
	}

	#historyQuestion tbody td.td-aksi-soal-siswa {
		width: 100% !important;
		padding-left: 0px !important;
		display: block;
		border: 0px;
	}

	#historyQuestion thead th {
		display: none;
	}

	#historyQuestion tbody tr {
		border: 1px solid #dadada !important;
		border-radius: 5px !important;
		padding: 15px 11px 10px 20px;
		display: block;
		margin-bottom: 8px;
	}

	/* M DASHBOARD */

	#table-archive-question {
		width: 100% !important;
		display: block;
	}

	#table-archivetugas-question {
		width: 100% !important;
		display: block;
	}

	#table-archive-question thead th {
		width: 100% !important;
		display: none
	}

	#table-archivetugas-question thead th {
		width: 100% !important;
		display: none
	}

	#table-archive-question tbody {
		width: 100%;
		display: block;
	}

	#table-archivetugas-question tbody {
		width: 100%;
		display: block;
	}

	#table-archive-question tbody tr {
		width: 100% !important;
		border: 1px solid #dadada !important;
		border-radius: 5px !important;
		padding: 15px 11px 10px 20px;
		display: block;
		margin-bottom: 8px;
		margin-top: 4px;
	}

	#table-archivetugas-question tbody tr {
		width: 100% !important;
		border: 1px solid #dadada !important;
		border-radius: 5px !important;
		padding: 15px 11px 10px 20px;
		display: block;
		margin-bottom: 8px;
		margin-top: 4px;
	}

	#table-archive-question tbody tr td.question-name {
		width: 100%;
		display: block;
		border: 0px;
		padding: 0px;
	}

	#table-archivetugas-question tbody tr td.question-name {
		width: 100%;
		display: block;
		border: 0px;
		padding: 0px;
	}

	#table-archive-question tbody tr td.b-study {
		width: 100%;
		display: block;
		border: 0px;
		padding: 10px 0px 5px 0px;
	}

	#table-archivetugas-question tbody tr td.b-study {
		width: 100%;
		display: block;
		border: 0px;
		padding: 10px 0px 5px 0px;
	}

	#table-archive-question tbody tr td.b-study p {
		margin-bottom: 0px !important;
	}

	#table-archivetugas-question tbody tr td.b-study p {
		margin-bottom: 0px !important;
	}

	#table-archive-question tbody tr td.t-class {
		width: 100%;
		display: block;
		border: 0px;
		padding: 5px 5px 5px 0px;
	}

	#table-archivetugas-question tbody tr td.t-class {
		width: 100%;
		display: block;
		border: 0px;
		padding: 5px 5px 5px 0px;
	}

	#table-archive-question tbody tr td.t-code-class {
		width: 100%;
		display: block;
		border: 0px;
		padding: 0px;
		position: relative;
		text-align: right;
	}

	#table-archivetugas-question tbody tr td.t-code-class {
		width: 100%;
		display: block;
		border: 0px;
		padding: 0px;
		position: relative;
		text-align: right;
	}

	#table-archive-question tbody tr td.t-code-class p {
		line-height: 36px;
		margin-bottom: 5px !important;
		margin-top: 0px !important;
		padding-right: 10px;
	}

	#table-archivetugas-question tbody tr td.t-code-class p {
		line-height: 36px;
		margin-bottom: 5px !important;
		margin-top: 0px !important;
		padding-right: 10px;
	}

	#table-archive-question tbody tr td.t-act-3 {
		width: 100%;
		display: block;
		border: 0px;
		height: auto;
		overflow: hidden;
		padding-bottom: 15px;
	}

	#table-archivetugas-question tbody tr td.t-act-3 {
		width: 100%;
		display: block;
		border: 0px;
		height: auto;
		overflow: hidden;
		padding-bottom: 15px;
	}

	/* M DASHBOARD */

	.edit-act {
		min-height: 60px !important;
		margin-left: 15px !important;
	}

	.arsip-act {
		min-height: 60px !important;
	}

	.delete-act {
		min-height: 60px !important;
	}

	.image-caption-try img {
		width: 340px;
		height: auto;
		position: absolute;
		top: 110px;
		left: 6.5%;
		width: 340px;
	}


}


@media only screen and (min-width: 320px) and (max-width: 480px) {

	.see-voucher-detail {
		margin-top: 20px !important;
		margin-bottom: 15px !important;
		display: block;
		width: 70%;
		margin: 0 auto;
		clear: both;
	}

	.whatsapp-flb {
		bottom: 5px;
		right: 8px;

		height: 50px;
		width: 50px;
	}

	.whatsapp-flb img {
		margin-top: 4px;
	}

	.footer-dashboard {
		padding-bottom: 64px;
	}

	.wrp-step {
		min-height: 240px !important;
	}

	/* ABOUT APPLICATION */
	.d-step-two {
		display: block !important;
	}

	.caption-opening h4.dof {
		font-size: 26px;
		line-height: 33px;
	}

	.caption-opening h4.blue-light {
		font-size: 26px;
		line-height: 33px;
	}

	.col-caption-white {
		text-align: center;
	}

	.hashtag-caption h3 {
		font-size: 35px;
	}

	.border-content-about {
		padding: 0px 10px 196px;
	}

	.image-caption-try img {
		width: 92%;
		height: auto;
		position: absolute;
		top: 110px;
		left: 9.5%;
	}

	.space-section {
		height: 256px;
	}

	.col-caption-white h3 {
		font-size: 26px;
		line-height: 38px;
	}

	.left-desc-about {
		font-size: 16px;
		line-height: 27px;
	}

	/* ABOUT APPLICATION */


	.wrp-left-corection {
		padding-right: 10px;
		height: auto;
	}

	#scroll-cbt {
		overflow-y: unset !important;
		height: auto !important;
	}

	.wrp-form-log-reg-cbt {
		padding: 0px 0px 10px 0px;
	}

	/* M DASHBOARD */
	.wrp-login-form {
		overflow: unset;
	}

	.main-wrapper {
		height: 70px;
	}

	.edit-act {
		min-height: 60px !important;
		margin-left: -18px;
		margin-right: 10px;
	}

	.arsip-act {
		min-height: 60px !important;
		margin-right: 10px;
	}

	.delete-act {
		min-height: 60px !important;
		margin-right: 10px;
	}

	#table-archive-question {
		width: 100% !important;
		display: block;
	}

	#table-archivetugas-question {
		width: 100% !important;
		display: block;
	}

	#table-archive-question thead th {
		width: 100% !important;
		display: none
	}

	#table-archivetugas-question thead th {
		width: 100% !important;
		display: none
	}

	#table-archive-question tbody {
		width: 100%;
		display: block;
	}

	#table-archivetugas-question tbody {
		width: 100%;
		display: block;
	}

	#table-archive-question tbody tr {
		width: 100% !important;
		border: 1px solid #dadada !important;
		border-radius: 5px !important;
		padding: 15px 11px 10px 20px;
		display: block;
		margin-bottom: 8px;
		margin-top: 4px;
	}

	#table-archivetugas-question tbody tr {
		width: 100% !important;
		border: 1px solid #dadada !important;
		border-radius: 5px !important;
		padding: 15px 11px 10px 20px;
		display: block;
		margin-bottom: 8px;
		margin-top: 4px;
	}

	#table-archive-question tbody tr td.question-name {
		width: 100%;
		display: block;
		border: 0px;
		padding: 0px;
	}

	#table-archivetugas-question tbody tr td.question-name {
		width: 100%;
		display: block;
		border: 0px;
		padding: 0px;
	}

	#table-archive-question tbody tr td.b-study {
		width: 100%;
		display: block;
		border: 0px;
		padding: 10px 0px 5px 0px;
	}

	#table-archivetugas-question tbody tr td.b-study {
		width: 100%;
		display: block;
		border: 0px;
		padding: 10px 0px 5px 0px;
	}

	#table-archive-question tbody tr td.b-study p {
		margin-bottom: 0px !important;
	}

	#table-archivetugas-question tbody tr td.b-study p {
		margin-bottom: 0px !important;
	}

	#table-archive-question tbody tr td.t-class {
		width: 100%;
		display: block;
		border: 0px;
		padding: 5px 5px 5px 0px;
	}

	#table-archivetugas-question tbody tr td.t-class {
		width: 100%;
		display: block;
		border: 0px;
		padding: 5px 5px 5px 0px;
	}

	#table-archive-question tbody tr td.t-code-class {
		width: 100%;
		display: block;
		border: 0px;
		padding: 0px;
		position: relative;
		text-align: right;
	}

	#table-archivetugas-question tbody tr td.t-code-class {
		width: 100%;
		display: block;
		border: 0px;
		padding: 0px;
		position: relative;
		text-align: right;
	}

	#table-archive-question tbody tr td.t-code-class p {
		line-height: 36px;
		margin-bottom: 5px !important;
		margin-top: 0px !important;
		padding-right: 10px;
	}

	#table-archivetugas-question tbody tr td.t-code-class p {
		line-height: 36px;
		margin-bottom: 5px !important;
		margin-top: 0px !important;
		padding-right: 10px;
	}

	#table-archive-question tbody tr td.t-act-3 {
		width: 100%;
		display: block;
		border: 0px;
		height: auto;
		overflow: hidden;
		padding-bottom: 15px;
		padding-left: 0px;
		padding-right: 0px;
	}

	#table-archivetugas-question tbody tr td.t-act-3 {
		width: 100%;
		display: block;
		border: 0px;
		height: auto;
		overflow: hidden;
		padding-bottom: 15px;
		padding-left: 0px;
		padding-right: 0px;
	}


	/* M DASHBOARD */

	.dataTables_wrapper .dataTables_filter input {
		width: 96% !important;
		margin-left: -10px !important;
	}

	/* INDEX LANDING PAGE 320 */

	.navbar-brand-lp img {
		width: 60px;
		margin-left: -8px;
	}

	#collapsingNavbar3 {
		background: #fff;
		width: 100.5%;
		height: 100vh;
		padding-top: 20px;
		padding-bottom: 10px;
		margin-left: -16px;
		margin-right: -16px;
	}

	.navbar-toggler:focus {
		outline: none !important;
	}

	.bg-faded {
		background: #fff !important;
		padding-top: 6px;
		padding-bottom: 7px;
	}

	.wm-100 {
		width: 100% !important;
		padding-left: 48px;
		padding-right: 50px;
		padding-top: 20px;
	}

	.wm-100 li a {
		width: 100%;
		display: block;
		margin-bottom: 12px;
	}

	.bg-faded-white {
		background: #fff !important;
	}

	.wrp-caption-slider h4 {
		font-size: 26px;
		color: #000;
		letter-spacing: 0.3px;
		z-index: 7 !important;
		position: relative;
		/*text-shadow: 0 1px 10px rgba(151,164,175,.7)!important;*/
	}

	#erlanggaCarousel .carousel-item .mask img {
		top: -30px;
		z-index: 1 !important;
	}

	#erlanggaCarousel .carousel-item a {
		display: block;
		width: 74%;
		float: none;
		margin: 0 auto;
	}

	.wrp-caption-slider {
		right: -10px !important;
	}

	.text-voucher-home {
		height: auto;
		width: 100%;
		min-height: 160px;
		padding-left: 32px;
	}

	.text-voucher-home h4 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.text-voucher-home p {
		font-size: 16px;
		margin-bottom: 0px !important;
	}

	.wrp-caption-slider p {
		font-size: 16px;
		color: #000;
		line-height: 22px;
		margin-top: 10px !important;
		margin-bottom: 24px;
	}

	.col-voucher {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.col-voucher:first-child {
		padding-left: 10px !important;
		padding-right: 0px !important;
		margin-left: 5px;
	}

	.col-voucher:last-child {
		padding-left: 0px !important;
		padding-right: 15px !important;
		margin-left: -5px !important;
	}

	.col-voucher:nth-child(2) {
		padding-right: 5px !important;
	}

	.col-voucher:nth-child(3) {
		padding-left: 0px !important;
		padding-right: 10px !important;

	}

	.wrp-all-voucher {
		padding-bottom: 36px;
		margin-top: 0px;
	}

	.codesatu,
	.codedua,
	.codetiga,
	.codeempat,
	.codesatuakm,
	.codeduaakm {
		letter-spacing: 0.5px;
		padding-left: 5px !important;
		padding-right: 5px !important;
		text-align: left;
	}

	.form-input-voucher .row:first-child .col-12 p {
		color: #fff !important;
	}

	.form-input-tugas .row:first-child .col-12 p {
		color: #fff !important;
	}

	.form-input-voucher .row:nth-child(3) {
		margin-top: 32px;
	}

	.form-input-tugas .row:nth-child(3) {
		margin-top: 32px;
	}

	.form-input-voucher .row:nth-child(3) select {
		margin-bottom: 32px !important;
	}

	.form-input-tugas .row:nth-child(3) select {
		margin-bottom: 32px !important;
	}

	.space-2 {
		margin-top: 24px;
	}

	.vertical-voucher {
		margin-bottom: 32px;
		min-height: 140px;
	}

	.wrp-how-to-use h5 {
		font-size: 19px;
		line-height: 25px;
	}

	.wrp-how-to-use p {
		font-size: 15px;
		line-height: 23px !important;
		margin-top: 15px;
	}

	/* INDEX LANDING PAGE 320 */


	/* LOGIN PAGE 320 */

	.ilustr-login {
		display: none;
	}

	.log-reg-link li a.active {
		border-right: 1.5px solid #fff;
	}

	.space-bar {
		width: 100%;
		height: 90px;
	}

	.wrp-form-log-reg p {
		font-size: 15px;
	}

	/* LOGIN PAGE 320 */

	.text-congratulation {
		padding-right: 10px;
		padding-left: 10px;
	}

	.text-congratulation h3 {
		font-size: 20px;
	}

	/*  MOBILE MENU*/

	.nav-mobile {
		bottom: 0;
		left: 100%;
		width: 100%;
		padding-right: 1.2rem;
		padding-left: 1.2rem;
		overflow-y: auto;
		visibility: hidden;
		position: fixed;
		background: #fff;
		top: 0px;
		bottom: 0;
		left: 89%;
		width: 89%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: scroll;
		transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	.shopping-basket {
		position: relative;
		width: 62px;
	}

	.wrap-scroll-menu {
		height: 500px;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.wrap-scroll-menu ul li {
		padding-left: 10px;
	}

	.wrap-scroll-menu ul li a {
		color: #606060;
		text-decoration: none;
		outline: none;
	}

	.wrap-scroll-menu ul li a img {
		margin-right: 14px !important;
	}

	.nav-mobile.show-menu {
		visibility: visible;
		-webkit-transform: translateX(-82%);
		transform: translateX(-82%);
		background: #fff;
		z-index: 99;
		overflow: unset;
		padding-top: 0px;
		height: 100vh;
	}

	.trigger-bg {
		visibility: hidden;
	}

	.bg-mobile {
		background: #000;
		opacity: 0.75;
		content: 's';
		width: 100% !important;
		height: 100vh;
		overflow: scroll !important;
		z-index: 99;
		top: 0px;
		left: 0px;
		position: absolute;
		visibility: visible;
	}

	.close-menu {
		visibility: hidden;
	}

	.close-menu-toggle {
		visibility: visible;
		width: 30px;
		height: 30px;
		background: transparent none;
		border-radius: 16px;
		position: absolute !important;
		top: 10px !important;
		left: 26px !important;
		cursor: pointer;
		z-index: 100 !important;
		position: fixed !important;
	}

	.wrp-menu-top {
		width: 100%;
		height: 125px;
		position: relative;
	}

	.wrp-menu-top p {
		position: absolute;
		bottom: 40px;
		left: 70px;
	}

	.wrp-menu-top a {
		position: absolute;
		bottom: 32px;
		left: 70px;
		color: #25AAE1;
		font-size: 13.5px;
	}

	.circle-user-login {
		top: 9px;
	}

	.m-circle-user-login {
		width: 46px;
		height: 46px;
		border-radius: 25px;
		overflow: hidden;
		background: #F4F4F4;
		bottom: 32px;
		text-align: center;
		margin-left: 5px;
		position: absolute;
		display: inline-flex;
	}

	.toggle-menu-mobile {
		cursor: pointer;
		margin-top: 6px;
	}

	.shopping-basket i img {
		left: 3px;
	}

	.btn-create-mobile {
		background: #FC531D !important;
		border-color: #FC531D !important;
		color: #fff !important;
		font-size: 15px;
		border-radius: 27px;
		cursor: pointer;
		font-family: 'Poppins', sans-serif;
		font-weight: 500;
		min-width: 256px;
		height: 48px;
		letter-spacing: 0.4px;
		margin-bottom: 5px;
		position: fixed;
		z-index: 5;
		bottom: 10px;
		right: 24px;
		text-align: center;
		line-height: 12px;
		box-shadow: 0 0 12px rgba(242, 70, 6, .25) !important;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: 0.25px;
		width: 70%;
	}

	.background-bottom-nav {
		position: fixed;
		width: 100%;
		height: 124px;
		bottom: 0px;
		left: 0px;
		background: rgba(255, 255, 255, 0);
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 69%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(69%, rgba(255, 255, 255, 1)));
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 69%);
		background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 69%);
		background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 69%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 69%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
		z-index: 3;
	}

	.btn-create-mobile:focus {
		outline: none !important;
		box-shadow: 0 0 12px rgba(242, 70, 6, .45) !important;
	}


	/*  MOBILE MENU*/

	/* SCORE HASIl CBT 320 */

	.title-score-question {}

	#dialog-cbt {
		width: 100% !important;
		display: block !important;
		text-align: center;
	}

	#dialog-cbt .btn-submit-red {
		margin-right: 0px !important;
		width: 90% !important;
	}

	#dialog-cbt .btn-submit-blue {
		margin-right: 0px !important;
		width: 90% !important;
		margin-top: 10px;
	}

	.wrp-nav-score a {
		margin-bottom: 15px !important;
		display: block !important;
		width: 90%;
		margin: 0 auto;
	}

	.wrp-nav-edit-question {
		height: auto;
		text-align: center !important;
	}

	.wrp-nav-edit-question .btn-submit-white {
		margin-bottom: 15px !important;
		display: block !important;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		margin: 0 auto !important;
		margin-bottom: 16px !important;
		display: block;
	}

	.wrp-nav-edit-question .btn-submit-blue {
		margin-bottom: 15px !important;
		display: block !important;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		margin: 0 auto !important;
		margin-bottom: 16px;
		display: block;
	}

	.title-score-question h3 {
		font-size: 23px;
	}

	#nilai {
		text-align: center;
	}

	.wrp-circle-nilai-large span {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 40px;
	}

	.hours,
	.minutes,
	.seconds {
		height: 95px;
		margin-top: 10px;
	}

	.backgrund-circle-grey-large {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	/* SCORE HASIl CBT 320 */


	.shopping-basket i img {
		width: 24px !important;
		margin-top: 4px;
	}

	#warning-stats-text {
		font-size: 14.5px;
	}

	.navbar-light-second {
		display: none;
	}

	a.to-all-notification {
		display: block;
		color: #25aae1;
		font-size: 13.5px;
		float: right;
		position: relative;
		top: -10px;
		z-index: 2;
	}

	.blue-notif-bar {
		padding-right: 18px;
		padding-left: 18px;
		padding-bottom: 20px;
	}

	.more-notification {
		display: none;
	}

	.date-notification {
		position: relative;
		bottom: -5px;
		left: 0px;
	}

	.dropdown-content-body ul li:last-child {
		margin-bottom: 86px !important;
	}

	.td-notification-name {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 24px;
		padding-bottom: 32px;
		border: 1px solid #dadada !important;
		overflow: hidden;
		border-radius: 5px;
	}

	.notification-timestamp-all {
		position: relative;
		right: -4%;
		color: #25aae1;
		bottom: -5px;
		font-size: 15px;
	}

	.wrp-paper {
		padding: 64px 15px 64px 15px;
	}

	.hidden-label {
		display: block;
	}

	.space-bar-dashboard {
		width: 100%;
		height: 75px;
	}

	.space-bar-akm {
		width: 100%;
		height: 75px;
	}

	#show_percentage p {
		font-size: 15px;
		margin-bottom: 5px;
	}

	#lbl_1,
	#lbl_2,
	#lbl_3 {
		font-size: 28px !important;
		font-weight: 400;
	}

	.p-btn-xs {
		padding: 12px 11px;
	}

	.wrp-form-log-reg {
		/*padding: 24px 10px;*/
		padding: 10px;
		box-shadow: none;
		border: 0;
		margin-top: 10px;
	}

	.wrp-login-form {
		box-shadow: none;
		border: 0;
	}

	.h-align-200 {
		min-height: 52px;
	}

	.title-section-blue h4 {
		font-size: 22px;
	}

	.h-align-200 p {
		font-size: 20px;
		color: #525252;
	}

	/* CLASS ROOM */

	.table-archive-class {
		display: block !important;
	}

	.table-activity-class tbody td {
		display: block;
		width: 93.5% !important;
		border: 0px;
	}

	.table-activity-class thead th {
		width: 100% !important;
		display: none !important;
	}

	.table-archive-class thead th {
		display: none !important;
	}

	.table-archive-class tbody td {
		display: table;
	}

	.table-archive-class tbody td.class-photo {
		width: 60px !important;
		float: left;
		margin-right: 10px;
		border-top: 0px;
	}

	.table-archive-class tbody td.td-class-name {
		width: 76% !important;
		display: block;
		float: left;
		padding-top: 10px;
		padding-bottom: 15px;
		border-top: 0px;
	}

	.table-archive-class tbody td.td-class-code {
		width: 100% !important;
		display: block;
		float: left;
		padding-left: 80px !important;
		border-top: 0px;
	}

	.table-archive-class tbody td.td-stu-val {
		width: 100% !important;
		display: block;
		float: left;
		padding-left: 80px !important;
		border-top: 0px;
		text-align: left;
	}

	.td-stu-val {
		text-align: left;
	}

	.circle-left-class {
		left: 20px;
	}

	.owl-question .owl-nav {
		margin-top: -350px !important;
	}

	.wrp-right-class {
		padding-left: 100px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}

	.left-desc-class {
		border: 1px solid #dadada;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		border-bottom: 0px;
		padding-bottom: 15px;
	}

	.td-circle-classroom {
		top: 20px;
	}

	.th-class-photo {
		width: 100% !important;
		display: table !important;
	}

	.class-photo {
		width: 100% !important;
		display: table !important;
	}

	.th-class-name {
		width: 100% !important;
		display: table !important;
	}

	.td-class-name {
		width: 100% !important;
		display: block !important;
	}

	.th-class-code {
		width: 100% !important;
		display: block !important;
		padding-left: 74px;
	}

	.th-stu-val {
		width: 100% !important;
		display: table !important;

	}

	.td-stu-val {
		width: 100% !important;
	}

	.th-act {
		width: 100% !important;
		display: table !important;

	}

	.table-archive-class tbody td.td-act {
		width: 100% !important;
		display: block;
		float: left;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 5px;
		border-top: 0px;
	}

	.btn-p-xs {
		background: #fff !important;
		border-color: #25AAE1 !important;
		color: #25AAE1 !important;
		font-size: 14px;
		padding: 8px 13px;
	}

	.header-class {
		background-size: 64%;
		min-height: 155px;
		border-radius: 10px;
		margin-top: 32px;
	}

	.title-section h5 {
		font-size: 18px;
		line-height: 36px;
	}

	.table-archive-class tbody td.td-question-name {
		width: 100%;
		border-top: 0 !important;
	}

	.table-archive-class tbody td.td-student-done {
		width: 100%;
		text-align: left;
		border-top: 0 !important;
	}


	.table-archive-class tbody td.td-student-done {
		width: 42%;
	}

	.table-archive-class tbody td.td-activity-act {
		width: 100%;
		text-align: center !important;
		border-top: 0 !important;
	}

	.table-activity-class thead th.th-student-done {
		width: 42%;
		text-align: left !important;
	}

	.table-activity-class tbody td.td-student-done {
		width: 42%;
		text-align: left !important;
	}

	.td-student-done {
		text-align: left !important;
	}

	.table-correction thead th {
		display: none;
	}

	.table-correction tbody td.td-col-student-name {
		height: auto;
		width: 100%;
		display: block;
	}

	.table-correction tbody td.td-pg-value {
		text-align: left;
		width: 100%;
		display: block;
	}

	.td-pg-value {
		text-align: left;
	}

	.td-pg-value h6 {
		line-height: 36px;
		font-size: 32px;
		margin-bottom: 2px;
	}

	.td-esai-value h6 {
		line-height: 36px;
		font-size: 32px;
		margin-bottom: 2px;
	}

	.table-correction tbody td.td-esai-value {
		text-align: left;
		width: 100%;
		display: block;
	}

	.td-esai-value {
		text-align: left;
	}

	.table-correction tbody td.td-corection-stats {
		text-align: left;
		width: 100%;
		display: block;
	}

	.btn-sm-submit-blue {
		background: #25AAE1 !important;
		border-color: #25AAE1 !important;
		color: #fff !important;
	}

	.btn-sm-submit-blue:hover {
		background: #1795C9 !important;
		border-color: #25AAE1 !important;
		box-shadow: 0 0 12px rgba(37, 170, 225, .25);
	}

	.btn-sm-submit-blue:focus {
		background: #1795C9 !important;
		border-color: #25AAE1 !important;
		box-shadow: 0 0 12px rgba(37, 170, 225, .25) !important;
	}

	.table-approval thead th {
		width: 100% !important;
		display: none !important;
	}

	.table-approval tbody td.td-col-student-name {
		text-align: left;
		width: 100%;
		display: block;
		border-top: 0px;
		padding-left: 0px;
	}

	.table-approval tbody td.td-join-stats {
		text-align: left;
		width: 100%;
		display: block;
		border-top: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}

	.wrp-remove-confirmation {
		height: auto;
		padding: 0px 15px 24px 15px;
	}

	.td-join-stats button {
		text-align: center;
		margin-right: 1.5px;
	}

	.btn-p-xxs {
		font-size: 13px;
		padding: 7px 15px;
	}

	.table-approval tbody td.td-join-stats a {
		margin-right: 1px !important;
	}

	.table-approval td.td-col-student-name p {
		margin-left: 5px;
	}

	.table-approval td.td-col-student-name p {
		line-height: 60px !important;
		font-size: 19px;
		letter-spacing: 0.6px;
	}

	.table-approval tbody td.td-col-student-name {
		padding-bottom: 0px;
	}

	.header-activity-left {
		padding-left: 0px;
	}

	.photo-activity-class {
		position: relative;
		left: 0px;
		top: -40px;
		margin: 0 auto;
		float: none;
	}

	.wrp-header-activity-class {
		padding-left: 20px;
		padding-right: 20px;
		box-shadow: none;
		border: 0px;
		border-bottom: 1px solid #dadada;
	}

	.wrp-class-header h4 {
		font-size: 22px;
		font-weight: 400;
		line-height: 25px;
	}

	/* CLASS ROOM */

	.item-voucher {
		width: 285px;
		box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
		position: relative;
		overflow: hidden;
		border: 1px solid #f0f0f0;
		overflow: hidden;
		border-radius: 12px;
		margin-left: 6px !important;
	}

	.text-desc-voucher h5 {
		font-size: 17px;
	}

	.entering-code {
		width: 320px;
		padding-left: 33px;
		letter-spacing: 21px;
	}

	#notifAll {
		width: 100% !important;
	}

	/* M-History */


	.history-mapel p {
		margin-bottom: 2px;
	}

	#historyQuestion {
		width: 100% !important;
	}

	#historyQuestion thead th.th-history-name {
		width: 100% !important;
	}

	#historyQuestion thead th.th-history-date {
		width: 100% !important;
		text-align: center;
	}

	#historyQuestion tbody td.td-history-name {
		width: 100% !important;
		padding: 0px;
	}

	#historyQuestion tbody tr {
		border: 1px solid #dadada !important;
		border-radius: 5px !important;
		padding: 15px 11px 10px 20px;
		display: block;
		margin-bottom: 8px;
	}

	#historyQuestion tbody td.td-history-name a {
		text-decoration: none !important;
		outline: none !important;
	}

	#historyQuestion tbody td.td-history-name a:hover {
		text-decoration: none !important;
		outline: none !important;
	}

	#historyQuestion tbody td.td-history-date {
		width: 100% !important;
		text-align: center;
		padding: 0px;
	}

	#historyQuestion tbody td.td-history-date a {
		text-decoration: none;
		outline: none;
	}

	#historyQuestion tbody td.td-history-date a:hover {
		text-decoration: none;
		outline: none !important;
	}

	.date-history {
		text-align: left;
	}

	.date-history p {
		margin-left: 0px !important;
		margin-top: 2px !important;
		font-size: 14px;
	}

	.date-history small {
		font-size: 14px !important;
	}

	/* M-History */

	.nav-circle {
		width: 62px;
	}

	.dropdown-user {
		width: 50px;
	}

	.dropdown-user::after {
		display: none;
	}

	.dropdown-user p {
		display: none;
	}

	.brand-logo {
		text-align: left;
	}

	.brand-logo img {
		/*width: 200px !important;*/
		height: 50px !important;
		margin-top: 12px;
	}

	.dropdown-menu-notify {
		max-width: 102% !important;
		width: 102% !important;
		left: 0px !important;
		min-height: 560px !important;
		top: 58px !important;
		overflow-y: scroll;
		padding-bottom: 30px;
		transform: unset !important;
	}

	.dropdown-content-body {
		min-height: 580px;
	}

	.nocroll {
		overflow: hidden !important;
	}

	.jst-hours,
	.jst-minutes,
	.jst-seconds {
		width: 47px;
	}

	.timerquestion {
		margin-left: -15px;
	}

	.title-cbt h4 {
		margin-bottom: 22px;
		font-size: 20px;
	}

	.wrp-nav-correction {
		text-align: center;
	}

	.question-text {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.wrp-cbt-online {
		padding-left: 0px;
		padding-right: 0px;
	}

	#wrp-full-cbt {
		box-shadow: none;
		border: 0px;
	}
	.wrp-full-content {
		margin-bottom: 100px;
		margin-top: 125px;
	}
	.wrp-form-full-footer {
		height: auto;
		background-color:#fff;
		width: 100%;
		padding: 28px 24px 5px 24px;
	}

	.wrp-nav-correction button {
		font-size: 13.5px;
		width: 100%;
		display: block;
	}

	.wrp-nav-correction a {
		font-size: 13.5px;
		width: 100% !important;
	}

	.meragukan {
		font-size: 13.5px;
		display: block;
		margin-bottom: 15px;
		line-height: 22px;
		;
	}

	.table-question-cbt tr td {
		padding: 6px;
	}

	@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
		.notify-circle-ava {
			margin-top: 15px;
		}

		.dropdown-content-body ul li {
			padding-top: 11px;
		}

	}

	.wrp-form-full-footer {
		padding: 28px 5px 5px 5px;
	}


	/* PROFILE PAGE 320 */

	.text-profile-name h3 {
		font-size: 20px;
		margin-bottom: 28px;
	}

	.info-class-archive h4 {
		font-size: 24px;
	}

	.info-class-archive p {
		font-size: 14px;
	}

	.form-control-plaintext {
		font-size: 15px !important;
	}

	.wrp-right-content {
		padding: 48px 15px 24px 15px;
	}

	/* PROFILE PAGE 320 */

	/* PEMBAHASAN 320 */

	.wrp-form-full-head {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.title-nav-pembahasan p {
		line-height: 24px;
	}

	.title-nav-pembahasan a.back-nav {
		top: 1.35%;
		z-index: 6;
	}

	.end-of-cbt {
		position: relative;
		left: -5px;
	}

	/* PEMBAHASAN 320 */
	.dropdown-page-question {
		left: -12px !important;
	}

	.space-bar-pembahasan {
		width: 100%;
		height: 55px;
	}

	/*  INPUT VOUCHER 320 */
	.form-input-voucher {
		margin-top: 32px !important;
	}

	.form-input-tugas {
		margin-top: 32px !important;
	}

	.head-activate-voucher {
		border-bottom-left-radius: 15px !important;
		border-bottom-right-radius: 15px !important;
		min-height: 210px;
	}

	.circle-bg {
		position: absolute;
		top: 73px;
		z-index: 1;
	}

	h4.label-activation {
		top: 25px;
		font-size: 20px;
	}

	/*  INPUT VOUCHER 320 */

	#historyQuestion tbody td.td-history-name-siswa {
		width: 100% !important;
		padding-left: 0px !important;
	}

	#historyQuestion tbody td.td-history-date-siswa {
		width: 100% !important;
		padding-left: 0px !important;
	}

	#historyQuestion tbody td.td-history-nilai-siswa {
		width: 100% !important;
		padding-left: 0px !important;
		text-align: right;
		position: relative;
		min-height: 32px;
	}

	.span-labe-mobbile {
		display: block;
		position: absolute;
		left: 0px;
		top: 18px;
	}

	#historyQuestion tbody td.td-history-nilai-siswa a h5 {
		position: absolute;
		left: 50px;
	}

	#historyQuestion tbody td.td-aksi-soal-siswa {
		width: 100% !important;
		padding-left: 0px !important;
	}

	a.octopus {
		margin-right: 6px;
	}

}


/*iPhone 6 Plus:*/
@media screen and (device-aspect-ratio: 16/9) {
	.dropdown-content-body ul li {
		padding-top: 15.5px;
	}

	.owl-question .owl-nav {
		margin-top: -349px !important;
	}

}


/*iPhone 6:*/
@media screen and (device-aspect-ratio: 375/667) {

	.dropdown-content-body ul li {
		padding-top: 14px;
	}

	.owl-question .owl-nav {
		margin-top: -348px !important;
	}

}


/*iPhone 5:*/
@media screen and (device-aspect-ratio: 40/71) {

	.jst-hours,
	.jst-minutes,
	.jst-seconds {
		width: 32px;
		font-size: 18.5px;
	}

	.title-cbt {
		padding: 10px 19px;
	}

	.owl-question .owl-nav {
		margin-top: -349px !important;
	}

	.dropdown-page-question {
		position: absolute;
		min-width: 320px;
		max-width: 325px;
		left: -8px !important;
	}

	.dropdown-content-body ul li {
		padding-top: 12px;
	}

}


/*iPhone < 5:*/
@media screen and (device-aspect-ratio: 2/3) {}

/*iPhone < 5:*/


@media only screen and (min-width: 280px) and (max-width: 320px) {
	.brand-logo img {
		/*width: 170px !important;*/
		height: 60px !important;
		margin-top: 14px;
		margin-left: 8px;
	}

	.shopping-basket i img {
		width: 24px !important;
	}

	.circle-user-login {
		width: 36px;
		height: 36px;
		top: 10px;
		margin-left: -3px;
	}

	.shopping-basket span {
		font-size: 11.5px;
	}

	.shopping-basket span {
		position: absolute;
		left: 27px;
		top: 15px;
	}

	.btn-p-xs {
		display: block;
		margin-bottom: 4px;
		margin-top: 4px;
	}

	.title-section h5 {
		font-size: 17px;
		line-height: 36px;
	}

	.nav-circle {
		width: 56px;
	}

	.circle-user-login {
		margin-left: -4px;
	}

	#notifAll {
		width: 100% !important;
	}

	.shopping-basket {
		width: 68px;
		left: 18px;
	}

	.shopping-basket i img {
		width: 27px !important;
	}

	.dropdown-user::after {
		display: none !important;
	}



}

/*custom by Scu 2020*/

.wrp-caption-home {
	font-family: 'Poppins', sans-serif;
	color: #606060;
	margin-top: -48px !important;
	right: -40px !important;
	top: -40px;
	position: relative !important;
}

.wrp-caption-home h4 {
	font-size: 35px;
	margin-bottom: 15px;
	color: #565656;
	line-height: 100%;
	letter-spacing: 0.5px;
	font-weight: 600;
}

.wrp-caption-home p {
	font-size: 19px;
	line-height: 26px !important;
	margin-bottom: 36px !important;
	margin-top: 25px !important;
	color: #696969;
	margin-bottom: 25px;
	letter-spacing: 0.4px;
}



/* HDPI Screen Laptop  1440 */
@media screen and (min-width: 1440px) {

	.wrp-caption-home {
		right: 0px !important;
	}



}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.wrp-caption-home {
		right: -5px !important;
		top: -32px;
	}

}

/* tidak bisa copas by scu 20.08.26 */
#load-question-cbt {
	user-select: none;
}

/*add by Scu 20.09.10 upgrade guru*/
.head-activate-upgrade {
	min-height: 130px;
	background: #ffcc00;
	position: absolute;
	width: 100%;
	display: block;
	top: -10px;
	left: 0px;
}

.head-tugas {
	min-height: 130px;
	background: #68cb41;
	position: absolute;
	width: 100%;
	display: block;
	top: -10px;
	left: 0px;
}

h4.label-upgrade {
	color: #fff !important;
	font-size: 23px;
	line-height: 27px;
	z-index: 2;
	position: absolute;
	top: 52px;

}

.wrp-login-upgrade {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .06);
	height: auto;
	width: 100%;
	min-height: 325px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	overflow: hidden;
}

.bwhite {
	background: #fff;
}

.bsoftblue {
	background: #bdeafd;
}

.bdarkblue {
	background: #bdeafd;
}

/* MDPI Screen Laptop  1280 */
@media screen and (max-width: 1280px) {


	.wrp-login-upgrade {
		margin-top: 48px;
		margin-bottom: 56px;

	}

	.wrp-login-kodeAkm {
		margin: 10px 0px;

	}

}

/* MDPI Screen Laptop  1280 */

.h-upgrade {
	padding-top: 160px;
	overflow: hidden;
	margin-top: 0px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	width: 102% !important;
	left: -5px;
}

/*custom by Scu 2020*/


@media only screen and (max-width: 480px) and (min-width: 320px) {
	.head-activate-upgrade {
		border-bottom-left-radius: 15px !important;
		border-bottom-right-radius: 15px !important;
		min-height: 140px;
	}

	.h-upgrade {
		padding-top: 60px;
		color: #fff;
	}

	.kodeup p {
		color: #fff;
	}
}


/*custom by LA 2020*/

.circular--portrait {
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
}

.circular--portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.circular--portrait-menu {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
}

.circular--portrait-menu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.circular--portrait-header {
	position: relative;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border-radius: 50%;
}

.circular--portrait-header img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-blue {
	background: #25AAE1 !important;
	border-color: #25AAE1 !important;
	color: #fff !important;
	font-size: 16px;
	padding: 10px 24px;
	border-radius: 25px;
	width: auto;
	/* cursor: pointer; */
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	min-width: 175px;
	letter-spacing: 0.4px;
	margin-bottom: 5px;
}

.nav-tabs .nav-link {
	border: 1px solid;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

/*  MEDIA QUERY */


/* CSS AKM */
.btn-capsule-blue {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 28px 11px 28px;
	border-radius: 50px;
	transition: 0.3s;
	margin: 10px 0 0 0;
	color: #fff;
	background: #47b2e4;
	border: 2px solid #47b2e4;
}

.btn-capsule-blue:hover {
	color: #47b2e4;
	background: #fff;
}

.card-widget {
	box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
	border-radius: .25rem;
	border-radius: 10px;
	border-top: 3px solid #47b2e4;
	margin-bottom: 20px;
}

.area-list-akm {
	display: table;
	width: 100%;
}

.image-cover {
	max-width: 200px;
	border-radius: 8px;
	display: block;
}

.area-image-cover {
	width: 100px;
}

.area-detail-akm {
	display: table-cell;
	padding: 16px;
	vertical-align: top;
}

.detail-text-akm {
	font-size: 16px;
	display: block;
	text-align: justify;
	margin: 10px 0px;
	padding: 20px 25px;
	min-height: 136px;
	border-radius: 8px;
	box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 5%);
	text-align: center;
	border: 1px solid #f1f1f1;
}


.title-akm-detail {
	padding-bottom: 5px;
	border-bottom: 3px solid #47b2e4;
}

.icon-detail-akm {
	font-size: 15px;
	color: #fff;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	line-height: 30px !important;
	text-align: center;
	background-color: #ff7e4d;
}

.area-icon-detail-akm {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #f9b48b;
	display: block;
	width: 100%;
	border-radius: 1.5rem;
	padding: 5px;
}

.label-icon-detail-akm {
	margin: 10px;
}

@media only screen and (max-width: 600px) {
	.area-detail-akm {
		display: block;
		width: 100%;
	}

	.image-cover {
		margin: auto;
	}
}

.area-guide-akm {
	max-height: 500px;
	overflow: auto;
	padding: 20px;
	border: 2px solid #c1c1c1;
	box-shadow: inset 0 3px 20px -2px rgba(20, 45, 100, 0.1);
	margin-top: 20px;
}

.btn-group-size-font {
	margin: 10px 0px;
	background: #f1f1f1;
	border-radius: 5px;
	padding: 10px;
}

.content-question {
	padding-bottom: 50px;
}

.content-question img {
	max-width: 100%;
	margin: auto;
	display: block;
}

.card-content-akm .card-body {
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
	border-radius: 0.25rem;
}

.widget-apps {
	padding: 50px 20px 100px;
}

.btn-capsule {
	border-radius: 1rem;
}

.btn-list-question {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 3px;
}

.icon-list-question {
	margin-right: 5px;
}

.countdown,
.countdown:hover {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 3px;
	border: 1px solid #ff0000;
	cursor: default !important;
	width: 200px;
	padding: 6px;
	text-align: center;
}

.inputGroup {
	background-color: #fff;
	display: block;
	margin: 10px 0;
	position: relative;
}

.inputGroup label {
	padding: 12px 45px 12px 30px;
	width: 100%;
	display: block;
	text-align: left;
	color: #3c454c;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
	background-color: #8e98ff;
	color: #fff;
	border-radius: 8px;
}

.inputGroup label:before {
	width: 100%;
	height: 10px;
	border-radius: 50%;
	content: '';
	background-color: #5562eb;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}

.inputGroup label:after {
	width: 32px;
	height: 100%;
	content: '';
	border: 2px solid #8e98ff;
	background-color: #8e98ff;
	/*background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");*/
	background-repeat: no-repeat;
	background-position: 2px 3px;
	z-index: 2;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 200ms ease-in;
}

.inputGroup input:checked~label {
	color: #fff;
}

.inputGroup input:checked~label:before {
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}

.inputGroup input:checked~label:after {
	background-color: #54e0c7;
	border-color: #54e0c7;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
}

.inputGroup input {
	width: 32px;
	height: 32px;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}

.inputGroupRadio input {
	visibility: hidden;
	position: absolute;
}

h4.label-takm {

	font-size: 30px;
	line-height: 27px;
	z-index: 2;

}

.inputGroupRadio label {
	width: 100%;
	background-color: #8e98ff;
	color: #fff;
	padding: 12px 30px;
	border-radius: 8px;
	cursor: pointer;
}

.inputGroupRadio input:checked+label {
	background-color: #5562eb;
}

.button-number {
	margin-bottom: 10px;
}

.label-akm-back:before {
	padding: 7px;
	content: 'Soal Sebelumnya';
}

.label-akm-doubt:before {
	padding: 7px;
	content: 'Ragu-Ragu';
}

.label-akm-next:before {
	padding: 7px;
	content: 'Soal Selanjutnya';
}

@media only screen and (max-width: 768px) {
	.label-akm-back:before {
		content: 'Sebelumnya';
	}

	.label-akm-doubt:before {
		content: 'Ragu';
	}

	.label-akm-next:before {
		content: 'Selanjutnya';
	}
}

@media only screen and (max-width: 500px) {
	.label-akm-back:before {
		display: none;
	}

	.label-akm-doubt:before {
		display: none;
	}

	.label-akm-next:before {
		display: none;
	}

	.btn-nav-akm {
		width: 100%;
	}
}

/*per 2021*/
/*add by Scu 21.06.09 upgrade kode AKM*/
.head-activate-kodeAkm {
	min-height: 130px;
	background: #25AAE1;
	position: absolute;
	width: 100%;
	display: block;
	top: -10px;
	left: 0px;
}

.h-kodeAkm {
	padding-top: 160px;
	overflow: hidden;
	margin-top: 0px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	width: 102% !important;
	left: -5px;
}

h4.label-kodeAkm {
	color: #fff !important;
	font-size: 23px;
	line-height: 27px;
	z-index: 2;
	position: absolute;
	top: 52px;

}

.wrp-login-kodeAkm {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .06);
	height: auto;
	width: 100%;
	min-height: 325px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	overflow: hidden;
}



/*AKM FE by Scu 21.06.10*/

.ktbiru {
	background-color: #1db6b5;
	/* background-color: #088cd6; */
	border-radius: 10px 10px 0px 0px;
}

.cputih {
	color: #fff;
}

.judul_jenjang {
	position: relative;
	font-size: 18pt;
	font-weight: bold;
	margin: 3px;
	padding-bottom: 10px;
	font-family: PFTraffic;
}

.deskripsi {
	font-size: 18px;
	font-family: Calibri;
}

.posisipaket {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	.kotak_paket_dashboard {
		/* margin-bottom: 30px; */
	}

	.kotak_paket_dashboard {
		font-family: Arial;
		font-size: 18px;
		background-color: #fff;
		margin-left: auto;
		margin-right: auto;
	}

}
.head-list-cbt25 {
	width: 100%;
	display: block;
	left: 0px;
	/* margin: 10px 0px; */
}
.head-list-akm {
	width: 100%;
	display: block;
	left: 0px;
	padding: 10px;
	margin: 10px 0px;
}

.cblue {
	color: #25aae1;
}
.cjudulpetunjuk {
	color: #1C1C1C;
}
.cwhite {
	color: #fff;
}

.bblue {
	background-color: #25AAE1;
}

.byellow {
	background-color: #faa21c;
}

.blue-title-akm {
	background: #25AAE1;
	display: block;
	overflow: hidden;
	color: #fff;
	border-radius: 12px 12px 0px 0px;
	padding: 10px 0px;
	margin-bottom: 15px;
	font-family: 'Source Sans Pro', sans-serif;
}

.deskulakm {
	padding-inline-start: 20px;
	margin: 0px;
}

/* CBT AKM 21.06.23*/

.fzsumber {
	color: #797979;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.6px;
	word-break: break-word;
}

