/* styling opsi */
.form-signin {
	max-width: 500px;
	margin: 20px auto;
	background-color: #fff; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background-color:rgba(255,255,255,.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	border-radius:8px;
	box-shadow:4px 4px 10px 0 rgba(20,20,20,.6);
}

#background-carousel{
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1;
}
.item {
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	z-index:0;
}

#content-wrapper {
	position:absolute;
	z-index:1 !important;
	min-width:100%;
	min-height:100%;
}
.well {
	opacity:0.85
}

.login-container {
	-ms-flex-align:center;
	align-items:center;
	background:#00000000;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	height:100vh;
	-ms-flex-pack:center;
	justify-content:center
}
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 50px;
	/* background-image: url("../img/bgx.jpg"); */
	/* background: linear-gradient(120deg, #eda354 15%, #5e83ab 60%,  #19be00 100%); /* hiren */
	/* background-size:52px;
	background-repeat: repeat; */
	background: #22C1C3;
	background: linear-gradient(0deg, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%);
	height: 300px;
}

.overlap {
	margin-top: -260px
}

.funkyradio div {
	clear: both;
	overflow: hidden;
}

.funkyradio label {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #D1D3D4;
	font-weight: normal;
	padding: 5px 0 5px 50px;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
	display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
	position: relative;
	line-height: 2em;
	/*text-indent: 3.25em;*/
	margin-top: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
	color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
	/*content: '\2714';*/
	text-indent: .9em;
	color: #000;
	font-weight: bold;
	padding: 5px 0 0 0;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
	color: #fff;
	background: #86C186;
	font-weight: bold;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
	/*content: '\2714';*/
	text-indent: .9em;
	color: #333;
	background-color: #ccc;
	padding: 5px 0 0 0;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
	box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
	color: #333;
	background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #5bc0de;
}

.huruf_opsi {
	margin-left: -36px;
	margin-top: 9px;
	position: absolute;
}

.btn.no-hover:hover {
	cursor:default !important;
}

/* shadow */
.shadow-sm {
	box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important
}

.my-shadow {
	box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
	box-shadow: none !important
}

.input-group>.w-40 {
	flex: 0 0 40%;
}
/*
.input-group>.input-group-prepend {
	flex: 0 0 15%;
}
 */
.input-group .input-group-text {
	width: 100%;
}

.note-editor.note-frame, .note-editor.note-airframe {
	border: 1px solid #ffffff;
}

.bg-circle {
	width: 49px;
	height: 49px;
	text-align: center;
	padding: 5px 0 5px 10px;
	line-height: 2.00;
	border-radius: 30px;
	white-space: nowrap;
}

.btn-circle {
	width: 49px;
	height: 49px;
	text-align: center;
	padding: 5px 0;
	font-size: 20px;
	line-height: 2.00;
	border-radius: 30px;
}

.btn-oval {
	height: 49px;
	text-align: center;
	padding: 5px 0;
	font-size: 20px;
	line-height: 2.00;
	border-radius: 30px;
}

.btn-circle-micro {
	/*height: 19px;*/
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .80rem;
}

.btn-circle-sm {
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 4px 0;
	font-size: 12pt;
	line-height: 1.65;
	border-radius: 30px;
}

.btn-oval-sm {
	height: 35px;
	text-align: center;
	font-size: 12pt;
	line-height: 1.65;
	border-radius: 30px;
	padding: .25em 1em;
}

.btn-circle-lg {
	width: 79px;
	height: 79px;
	text-align: center;
	padding: 13px 0;
	font-size: 30px;
	line-height: 2.00;
	border-radius: 70px;
}

.no-search .select2-search {
	display:none
}

.container-jawaban {
	display: block;
	position: relative;
	padding-left: 50px;
	margin-bottom: 30px;
	cursor: pointer;
	font-size: 18px;
	/* text-align: justify; */ /* hiren */ 
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container-jawaban input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: -5px;
	left: 0;
	height: 40px;
	width: 40px;
	background-color: #eee;
	border-radius: 50%;
	border: 1px solid #ccc;
	font-size: 24px;
	line-height: 1.6;
	text-align: center;
}

.boxmark {
	position: absolute;
	top: -5px;
	left: 0;
	height: 40px;
	width: 40px;
	background-color: #eee;
	border-radius: 8px;
	border: 1px solid #ccc;
	font-size: 24px;
	line-height: 1.6;
	text-align: center;
}

.container-jawaban:hover input ~ .checkmark {
	background-color: #ccc;
}

.container-jawaban input:checked ~ .checkmark {
	background-color: #2196F3;
	color: #fff;
}

.container-jawaban:hover input ~ .boxmark {
	background-color: #ccc;
}

.container-jawaban input:checked ~ .boxmark {
	font-weight: bold;
	background-color: #2196F3;
	color: #fff;
}

.container-jawaban input:checked ~ .boxmark:before {
	content: "\2713";
}

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
	top: .8rem;
	width: 1.55rem;
	height: 1.55rem;
}

.checkbox-lg .custom-control-label {
	padding-top: 13px;
	padding-left: 6px;
	cursor: pointer;
}

.checkbox-xl .custom-control-label::before,
.checkbox-xl .custom-control-label::after {
	top: 1.2rem;
	width: 1.85rem;
	height: 1.85rem;
}

.checkbox-xl .custom-control-label {
	padding-top: 23px;
	padding-left: 20px;
	cursor: pointer;
}

.my-checkbox {
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #3DA576;
	border-color: #3DA576;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

ul.media-list li img {
	width: 100px;
	height: 100px
}

ul.media-list li {
	height: 102px
}

ul.media-list li video {
	width: 100px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

div#hint_brand .modal-dialog {
	top: 110px;
	width: 567px;
	max-width: 100%
}

li.myupload span {
	position: relative;
	width: 100px;
	height: 100px;
	display: block;
	background: #fff
}

li.myupload span input {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

li.myupload span i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ccc;
	font-size: 54px
}

ul.media-list li {
	float: left;
	border: 1px solid #ccc;
	position: relative;
	margin: 0 5px 5px 0;
	width: 102px
}

ul.media-list li:last-child {
	margin-right: 0
}

.post-thumb {
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none
}

li .title-thumb {
	position: absolute;
	height: 28px;
	width: 100px;
	padding: 4px;
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: white;
}

ul.media-list li:hover .post-thumb {
	display: block
}

a.remove-pic {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	height: 25px;
	width: 25px;
	text-align: center;
	padding: 3px 0
}

.inner-post-thumb {
	position: relative
}

.user-post-text-wrap {
	position: relative
}

.user-pic-post {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	left: 0
}

.user-pic-post img {
	width: 100%
}

.user-txt-post {
	padding: 0 0 0 65px
}

textarea.form-control.upostTextarea {
	border: 0;
	box-shadow: none;
	height: 85px;
	resize: none
}

.user-post-text-wrap {
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px
}

.user-post-btn-wrap {
	margin: 25px 0 0
}

ul.btn-nav {
	list-style: none;
	padding: 0;
	margin: 0
}

ul.btn-nav li {
	position: relative;
	float: left;
	margin: 0 10px 0 0
}

ul.btn-nav li span input {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	opacity: 0;
	filter: alpha(opacity=100)
}

ul.media-list {
	list-style: none;
	padding: 0;
	margin: 0
}

input.picupload {
	width: 100px;
	height: 100px
}


.select2-container {
	width: auto;
}

.bstreeview {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;

	padding: 0;
	overflow: hidden;
}

.bstreeview .list-group {
	margin-bottom: 0;
}

.bstreeview .list-group-item {
	border-radius: 0;
	border-width: 1px 0 0 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	cursor: pointer;
}

.bstreeview .list-group-item:hover {
	background-color:#dee2e6;
}

.bstreeview > .list-group-item:first-child {
	border-top-width: 0;
}

.bstreeview .state-icon {
	margin-right: 8px;
	width: 12px;
	text-align: center;
}
.bstreeview .item-icon {
	margin-right: 5px;
}

.tbl-vertical {
	white-space: nowrap;
	transform: rotate(-90deg);
	text-align: left;
	bottom: 4px;
	padding: 1px 1px 1px 10px;
	width: 30px;
}

/*from bs 3*/
@media (max-width:767px){
	.hidden-xs{display:none!important}
}
@media (min-width:768px) and (max-width:991px){
	.hidden-sm{display:none!important}
}
@media (min-width:992px) and (max-width:1199px){
	.hidden-md{display:none!important}
}
@media (min-width:1200px){
	.hidden-lg{display:none!important}
}

.img-zoom {
	transition: transform .2s;
	margin: 0 auto;
}

.img-zoom:hover {
	-ms-transform: scale(2); /* IE 9 */
	-webkit-transform: scale(2); /* Safari 3-8 */
	transform: scale(2);
}

div.list-jadwal-ujian div:nth-child(even) {
	background: white;
	padding-left: .25rem!important;
	padding-right: .25rem!important;
	color: black;
}

div.list-jadwal-ujian div:nth-child(odd) {
	background: #dee2e6;
	padding-left: .25rem!important;
	padding-right: .25rem!important;
	color: black;
}

#guru.dataTable.no-footer{
	border-bottom: unset;
}
#guru tbody td {
	display: block;
	border: unset;
}
#guru>tbody>tr>td{
	border-top: unset;
}

.hrspan {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.hrspan span {
	position: absolute;
	top: -11px;
	background: #fff;
	padding: 0 20px;
	font-weight: bold;
	font-size: 16px;
}

div.hr-or {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
	text-align: center;
	height: 0px;
	line-height: 0px;
}

div.hr-or:before {
	content: 'OR';
	background-color: #fff;
}

div.hr {
	margin-top: 20px;
	margin-bottom: 12px;
	margin-right: 20px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	height: 0px;
	line-height: 0px;
}

.hr-title {
	background-color: #fff;
	font-weight: bold;
	padding: 0 4px 0 0;
}

.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
}
.hr-text:before {
	content: '';
	background: linear-gradient(to right, transparent, #818078, transparent);
	 position: absolute;
	 left: 0;
	 top: 50%;
	 width: 100%;
	 height: 1px;
}
.hr-text:after {
	 content: attr(data-content);
	 position: relative;
	 display: inline-block;
	 padding: 0 .5em;
	 line-height: 1.5em;
	color: #818078;
	 background-color: #fcfcfa;
}

.btn-disabled,
.btn-disabled[disabled] {
	opacity: .65;
	cursor: not-allowed;
}

.crop-text-1 {
	-webkit-line-clamp: 1;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.crop-text-2 {
	-webkit-line-clamp: 2;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.crop-text-table {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 300px;
}

.rTable {
	display: table;
	width: 100%;
}
.rTableRow {
	display: table-row;
}
.rTableHeading {
	display: table-header-group;
	background-color: #ddd;
}
.rTableCell, .rTableHead {
	display: table-cell;
	border-top: 10px solid #EBEBEB;
}
.rTableHeading {
	display: table-header-group;
	background-color: #ddd;
	font-weight: bold;
}
.rTableFoot {
	display: table-footer-group;
	font-weight: bold;
	background-color: #ddd;
}
.rTableBody {
	display: table-row-group;
}

.sTable {
	display: table;
	width: 100%;
}
.sTableRow {
	display: table-row;
}
.sTableHeading {
	display: table-header-group;
	background-color: #ddd;
}
.sTableCell, .sTableHead {
	display: table-cell;
	padding: 3px 10px;
	border: 1px solid #999999;
}
.sTableHeading {
	display: table-header-group;
	background-color: #ddd;
	font-weight: bold;
}
.sTableFoot {
	display: table-footer-group;
	font-weight: bold;
	background-color: #ddd;
}
.sTableBody {
	display: table-row-group;
}

connection {
	border: 2px solid #b51c29;
	border-radius: 31px;
}

.jodohkan ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: normal;
}

.jodohkan li {
	border: solid 1px grey;
	padding: 5px 2px 5px 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	background-color: #fff;
	color: black;
	border-radius: 4px;
	text-overflow: ellipsis;
	overflow: hidden;
}

button.btn.btn-icon {
	display: flex;
}
button.btn.btn-icon > i:first-child:not(:only-child) {
	margin-right: 0.75rem;
}
button.btn.btn-icon > span + i {
	margin-left: 0.75rem;
}
button.btn.shaded.btn-icon {
	display: flex;
	position: relative;
}
button.btn.shaded.btn-icon.shaded > i {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 100;
	top: 0;
	border-radius: 0;
	padding: 0 0.4rem;
	height: 100%;
}
button.btn.shaded.btn-icon.shaded > i::before {
	background-color: rgba(6, 7, 8, 0.3);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
}
button.btn.shaded.btn-icon.left.shaded {
	padding-left: 2.7rem;
}
button.btn.shaded.btn-icon.left.shaded > i {
	left: 0;
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
	margin-right: 0.75rem;
}
button.btn.shaded.btn-icon.right.shaded {
	padding-right: 2.7rem;
}
button.btn.shaded.btn-icon.right.shaded > i {
	right: 0;
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
	margin-left: 0.75rem;
}
button.btn.shaded.btn-icon.primary > i::before {
	background-color: rgba(0, 86, 179, 0.5);
}
button.btn.shaded.btn-icon.danger > i::before {
	background-color: rgba(167, 29, 42, 0.5);
}
button.btn.shaded.btn-icon.info > i::before {
	background-color: rgba(15, 102, 116, 0.5);
}
button.btn.shaded.btn-icon.outline.primary > i::before {
	background-color: rgba(77, 163, 255, 0.3);
}
button.btn.shaded.btn-icon.outline.danger > i::before {
	background-color: rgba(231, 118, 129, 0.3);
}
button.btn.shaded.btn-icon.outline.info > i::before {
	background-color: rgba(54, 206, 230, 0.3);
}

/*
.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}
.btn { margin-bottom:10px; }
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance:none;
}

/*
 * NEW ELEARNING
 * timetable
 */

table.my-timetable {
	height: 1px;
	tr:nth-child(odd) {
		border-bottom: 1px solid #f5f5f5;
	}
	/*
	tr {
		border-top: 1px solid #f5f5f5;
		border-bottom: 1px solid #f5f5f5;
	}
	width: 100%;
	tr:nth-child(even) th {
		color: #ccc;
		font-weight: normal;
	}

	td {
		padding: 0.5rem 0.8rem;
		font-weight: bold;
		line-height: 1.4;
		border-radius: 0.6rem;
		transition: opacity 0.3s ease;
		border: 2px solid #fff;
		border-left: 0;
		cursor: pointer;
	}
	 */
	th {
		border-left: 0;
		border-right: 0.2rem solid #fff;
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
	}

	td.times {
		height: 12px;
	}

	td .small {
		font-size: 0.8em;
		font-weight: normal;
		display: block;
		width: 100%;
	}

	td > div {
		cursor: pointer;
	}

	.frozen-header {
		width: 60px;
		min-width: 60px;
		max-width: 60px;
		background-color: #007bff !important;
		position: sticky;
		left: 0;
		z-index: 3;
	}

	.frozen-column {
		width: 60px;
		min-width: 60px;
		max-width: 60px;
		background-color: white !important;
		position: sticky;
		left: 0;
		z-index: 3;
	}

	.frozen-column-2 {
		width: 20px;
		min-width: 20px;
		max-width: 20px;
		left: 60px;
		background-color: white !important;
		position: sticky;
		border-right: 1px solid #dee2e6;
		border-bottom: 1px solid #f5f5f5;
		z-index: 2;
	}

	.frozen-column-3 {
		width: 20px;
		min-width: 20px;
		max-width: 20px;
		left: 60px;
		background-color: white !important;
		position: sticky;
		border-right: 1px solid #dee2e6;
		z-index: 2;
	}

	.frozen-header {
		position: sticky;
		top: 0;
		background: white;
		z-index: 4;
	}

	.frozen-column-header {
		position: sticky;
		top: 0;
		left: 0;
		background: white;
		z-index: 5;
	}
}

.stage-earth {background-color: #FFA726}
.stage-mercury {background-color: #9CCC65}
.stage-venus {background-color: #FF8A65}
.stage-mars {background-color: #B3E5FC}
.stage-jupiter {background-color: #81D4FA}
.stage-saturn {background-color: #26C6DA}

.draggable-table {
	.draggable-table__drag {
		position: absolute;
		z-index: 10;
		cursor:all-scroll;
		-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
		box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
		opacity: 1;
	}

	thead {
		th {
			user-select: none;
		}
	}

	tbody {

		tr {
			cursor:all-scroll;
			td {
				user-select: none;
			}
		}

		tr:nth-child(even) {
			background-color: #fafafa;
		}

		tr:nth-child(odd) {
			background-color: #ffffff;
		}

		tr.is-dragging {
			background: #f1c40f;

			td {
				color: #ffe683;
			}
		}
	}
}

.border-top-bold {
	border-top-color: #d0d4d5 !important;
	border-top-width: 2px !important;
}

.border-rigt-bold {
	border-right-color: #d0d4d5 !important;
	border-right-width: 2px !important;
}

.border-left-bold {
	border-left-color: #d0d4d5 !important;
	border-left-width: 2px !important;
}

.border-bottom-bold {
	border-bottom-color: #d0d4d5 !important;
	border-bottom-width: 2px !important;
}
/*
.select2-results__option {
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
}
*/
.select2-results__option[aria-disabled="true"] {
	background-color: #f8f9fa !important; /* Example light gray color */
	color: #999 !important; /* Optional: change text color as well */
}

/* ==========================================================
   ANBK EXAM STYLE (dari ujian.php)
   ========================================================== */

/* ========== ANBK RESET & BASE ========== */
.anbk-wrapper {
  font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  background: #f0f2f5;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}

/* ========== ANBK HEADER ========== */
.anbk-header {
  background: linear-gradient(135deg, #1a3a6b 0%, #1e56a0 50%, #2563eb 100%);
  color: #fff;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: ;
  z-index: 1000;
}
.anbk-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.anbk-header-left img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.anbk-header-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.anbk-header-subtitle {
  font-size: 11px;
  opacity: 0.8;
  font-weight: 400;
}
.anbk-header-center {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 6px 16px;
  backdrop-filter: blur(4px);
}
.anbk-header-center .timer-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.85;
}
.anbk-header-center #timer {
  font-size: 20px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 2px;
}
.anbk-header-right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.anbk-header-right .anbk-siswa-name {
  font-weight: 600;
  font-size: 13px;
}
.anbk-header-right .anbk-siswa-detail {
  font-size: 11px;
  opacity: 0.75;
}
.anbk-header-right img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

/* ========== ANBK BODY LAYOUT ========== */
.anbk-body {
  display: flex;
  max-width: 1400px;
  margin: 16px auto;
  gap: 16px;
  padding: 0 16px;
  min-height: calc(100vh - 92px);
}

/* ========== ANBK SIDEBAR ========== */
.anbk-sidebar {
  width: 260px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.anbk-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.anbk-card-header {
  background: #f8fafc;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 700;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-bottom: 1px solid #e2e8f0;
}
.anbk-card-body {
  padding: 16px;
}

/* Student Info Card */
.anbk-student-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.anbk-student-info img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e2e8f0;
}
.anbk-student-info .name {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
}
.anbk-student-info .detail {
  font-size: 11px;
  color: #64748b;
  line-height: 1.5;
}

/* ========== TIMER UJIAN CARD (SIDEBAR) ========== */
.anbk-timer-card {
  background: linear-gradient(135deg, #1e56a0 0%, #2563eb 100%);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
  overflow: hidden;
  position: relative;
}
.anbk-timer-card::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.anbk-timer-card::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}
.anbk-timer-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 1;
}
.anbk-timer-header .timer-icon {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.anbk-timer-header .timer-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  opacity: 0.95;
}
.anbk-timer-body {
  padding: 20px 16px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.anbk-timer-display {
  font-size: 36px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 12px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.anbk-timer-display.warning {
  color: #fde047;
  animation: anbk-pulse 1.5s ease-in-out infinite;
}
.anbk-timer-display.danger {
  color: #fecaca;
  animation: anbk-pulse 0.8s ease-in-out infinite;
}
@keyframes anbk-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.03); }
}
.anbk-timer-progress {
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 8px;
}
.anbk-timer-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #86efac, #22c55e);
  border-radius: 3px;
  transition: width 1s linear;
  width: 100%;
}
.anbk-timer-progress-bar.warning {
  background: linear-gradient(90deg, #fde047, #eab308);
}
.anbk-timer-progress-bar.danger {
  background: linear-gradient(90deg, #fca5a5, #ef4444);
}
.anbk-timer-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-top: 10px;
}
.anbk-timer-info {
  display: flex;
  justify-content: space-around;
  padding: 10px 16px;
  background: rgba(0, 0, 0, 0.15);
  font-size: 10px;
  position: relative;
  z-index: 1;
}
.anbk-timer-info div {
  text-align: center;
}
.anbk-timer-info .info-value {
  font-size: 13px;
  font-weight: 700;
  display: block;
  margin-top: 2px;
}
.anbk-timer-info .info-label {
  opacity: 0.75;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Question Grid (modal daftar soal) */
.anbk-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
.anbk-grid .btn-soal {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  border: 2px solid #e2e8f0;
  background: #fff;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s ease;
  position: relative;
}
.anbk-grid .btn-soal:hover {
  border-color: #2563eb;
  color: #2563eb;
  background: #eff6ff;
}
.anbk-grid .btn-soal.active {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}
.anbk-grid .btn-soal.answered {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
}
.anbk-grid .btn-soal.answered.active {
  background: #15803d;
  border-color: #15803d;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.3);
}
.anbk-grid-legend {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  font-size: 10px;
  color: #64748b;
}
.anbk-grid-legend span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.anbk-grid-legend .dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  display: inline-block;
}
.anbk-grid-legend .dot-current { background: #2563eb; }
.anbk-grid-legend .dot-answered { background: #16a34a; }
.anbk-grid-legend .dot-empty { background: #fff; border: 1.5px solid #e2e8f0; }

/* ========== ANBK MAIN CONTENT ========== */
.anbk-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.anbk-soal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 12px;
  padding: 12px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.anbk-soal-number {
  display: flex;
  align-items: center;
  gap: 10px;
}
.anbk-soal-number .label {
  font-size: 13px;
  color: #64748b;
  font-weight: 600;
}
.anbk-soal-number .number {
  background: #2563eb;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anbk-soal-progress {
  font-size: 12px;
  color: #94a3b8;
  font-weight: 500;
}
.anbk-btn-daftar-soal {
  background: #ced500;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.15s;
}
.anbk-btn-daftar-soal:hover {
  background: #e2e8f0;
}

/* Question Content */
.anbk-soal-content {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.anbk-soal-body {
  padding: 24px;
  flex: 1;
  overflow-y: auto;
  position: relative;
}
.anbk-soal-body .zoom-tool-bar {
  margin-bottom: 12px;
}
.anbk-question-text {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px;
  background: #fafbfc;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #1e293b;
}
.anbk-question-text img {
  max-width: 100%;
  border-radius: 6px;
}
.anbk-answer-section {
  padding: 0;
}
.anbk-answer-section .answer-label {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

/* Custom Radio (Pilihan Ganda) */
.anbk-radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.anbk-radio-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.15s;
  background: #fff;
}
.anbk-radio-item:hover {
  border-color: #93c5fd;
  background: #eff6ff;
}
.anbk-radio-item:has(input:checked) {
  border-color: #2563eb;
  background: #eff6ff;
}
.anbk-radio-item input[type="radio"] {
  margin-top: 2px;
  accent-color: #2563eb;
  width: 18px;
  height: 18px;
}
.anbk-radio-item .option-letter {
  background: #f1f5f9;
  color: #475569;
  font-weight: 700;
  font-size: 13px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.anbk-radio-item:has(input:checked) .option-letter {
  background: #2563eb;
  color: #fff;
}
.anbk-radio-item .option-text {
  font-size: 14px;
  color: #334155;
  line-height: 1.6;
  flex: 1;
}

/* Custom Checkbox (Pilihan Ganda Kompleks) */
.anbk-checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.15s;
  background: #fff;
  margin-bottom: 8px;
}
.anbk-checkbox-item:hover {
  border-color: #93c5fd;
  background: #eff6ff;
}
.anbk-checkbox-item:has(input:checked) {
  border-color: #2563eb;
  background: #eff6ff;
}
.anbk-checkbox-item input[type="checkbox"] {
  margin-top: 2px;
  accent-color: #2563eb;
  width: 18px;
  height: 18px;
}

/* Navigation Footer */
.anbk-nav-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
  border-radius: 0 0 12px 12px;
}
.anbk-btn {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.15s;
}

/* Tombol Sebelumnya (Merah) */
.anbk-btn-prev {
  background: #dc2626;
  color: #fff;
  border: 1px solid #b91c1c;
  box-shadow: 0 2px 4px rgba(220, 38, 38, 0.2);
}
.anbk-btn-prev:hover:not(:disabled) {
  background: #b91c1c;
  box-shadow: 0 4px 8px rgba(220, 38, 38, 0.3);
  transform: translateY(-1px);
}
.anbk-btn-prev:active:not(:disabled) {
  background: #991b1b;
  transform: translateY(0);
}
.anbk-btn-prev:disabled {
  background: #fca5a5;
  border-color: #fecaca;
  color: #fff;
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}
.anbk-btn-next {
  background: #2563eb;
  color: #fff;
}
.anbk-btn-next:hover:not(:disabled) {
  background: #1d4ed8;
}
.anbk-btn-next.btn-success-anbk {
  background: #16a34a;
}
.anbk-btn-next.btn-success-anbk:hover {
  background: #15803d;
}
.anbk-btn-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.anbk-btn-timer-selesai {
  background: #dc2626;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

/* Loading Overlay */
.anbk-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 10;
  border-radius: 12px;
}
.anbk-overlay .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e2e8f0;
  border-top-color: #2563eb;
  border-radius: 50%;
  animation: anbk-spin 0.8s linear infinite;
}
@keyframes anbk-spin {
  to { transform: rotate(360deg); }
}
.anbk-overlay .loading-text {
  font-size: 13px;
  color: #64748b;
  font-weight: 600;
}

/* Error / Not Approved */
.anbk-error-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  padding: 40px;
  text-align: center;
}
.anbk-error-card .error-icon {
  font-size: 48px;
  color: #dc2626;
  margin-bottom: 16px;
}
.anbk-error-card h3 {
  color: #dc2626;
  font-size: 18px;
  margin-bottom: 12px;
}
.anbk-error-card .error-msg {
  color: #64748b;
  font-size: 14px;
  margin-bottom: 20px;
}
.anbk-btn-danger {
  background: #dc2626;
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

/* Modal ANBK Style */
.anbk-modal .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
.anbk-modal .modal-header {
  background: #1e56a0;
  color: #fff;
  border-radius: 12px 12px 0 0;
  padding: 16px 20px;
}
.anbk-modal .modal-title {
  font-size: 15px;
  font-weight: 700;
}
.anbk-modal .close {
  color: #fff;
  opacity: 0.8;
}
.anbk-modal .modal-body {
  padding: 20px;
}

/* Hide original AdminLTE content-wrapper margin */
.anbk-wrapper .content-wrapper {
  margin-top: 0 !important;
  background: transparent !important;
}

/* Summernote override */
.anbk-answer-section .note-editor {
  border-radius: 10px;
  border: 2px solid #e2e8f0;
}

/* Isian / Essai */
.anbk-answer-section input[type="text"].anbk-input {
  width: 100%;
  max-width: 500px;
  padding: 10px 14px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.15s;
}
.anbk-answer-section input[type="text"].anbk-input:focus {
  border-color: #2563eb;
  outline: none;
}

/* ========== ANBK RESPONSIVE ========== */
@media (max-width: 800px) {
  .anbk-body {
    flex-direction: column;
  }
  .anbk-sidebar {
    width: 100%;
    min-width: unset;
  }
  .anbk-header {
    padding: 0 12px;
    height: auto;
    min-height: 56px;
    flex-wrap: wrap;
    gap: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .anbk-header-center {
    order: 3;
    width: 100%;
    justify-content: center;
  }
  .anbk-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .anbk-timer-display {
    font-size: 28px;
  }
}

/* ============================================================
   AUTO-RESIZE MEDIA (gambar, video, audio, iframe, tabel)
   agar mengikuti lebar kolom soal/jawaban
   ============================================================ */

/* Cegah konten keluar dari kolom (fix flex overflow) */
.anbk-soal-body,
.konten-soal-jawab,
.anbk-question-text,
.anbk-answer-section,
#konten-soal,
#konten-jawaban {
  min-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* GAMBAR */
.konten-soal-jawab img,
.anbk-question-text img,
.anbk-answer-section img,
#konten-modal img {
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain;
}

/* VIDEO */
.konten-soal-jawab video,
.anbk-question-text video,
.anbk-answer-section video {
  display: block;
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
}

/* AUDIO */
.konten-soal-jawab audio,
.anbk-question-text audio,
.anbk-answer-section audio {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* IFRAME (YouTube, embed, dll) */
.konten-soal-jawab iframe,
.anbk-question-text iframe,
.anbk-answer-section iframe {
  display: block;
  width: 100%;
  max-width: 100% !important;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

/* TABEL bawaan editor */
.konten-soal-jawab table,
.anbk-question-text table {
  max-width: 100% !important;
}
.konten-soal-jawab table td,
.konten-soal-jawab table th {
  word-break: break-word;
}

/* 1. Ukuran default untuk Mobile / HP (tetap seperti semula) */
    .foto-peserta {
        width: 90px !important;
        height: 90px !important;
        object-fit: cover; /* Agar foto tidak gepeng */
        border-radius: 50%; /* Membuat foto bulat */
        border: 3px solid #e2e8f0;
    }

    /* 2. Ukuran untuk Desktop / Tablet (layar lebih lebar) */
    @media (min-width: 768px) {
        .foto-peserta {
            width: 140px !important; /* Diperbesar, ubah angka ini jika dirasa kurang besar */
            height: 140px !important; /* Pastikan width dan height nilainya sama agar tetap bulat */
        }
    }