/* your styles go here */

.red {
  background: rgb(89, 201, 255);
}

.parent {
  position: relative;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.instrumen_sub_list_rekap {
	font-size: 0.7em;
}

.verification-status-unverified {
	color: red;
}

.sidebar-dark-primary {
	
	background-color: #0B7CB9 !important;
}

.form-group {
	margin-bottom: 1rem !important;
}

.tugas-background {
	background-color:  #ACD793;
	color: #fff;
}

.bs-searchbox > input {
  font-size: 20px !important;
}

.selectpicker{
  font-size: 12px !important;
}

.paket-list {
	background-color: #0E9BE7;
	color: #ffffff;
}

.aksa-table-header {
	background-color: #D0E8F4;
}

.pilihan-jawaban {
	background-color: #0E9BE7;
}

.container-quiz {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-quiz input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-quiz:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-quiz input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-quiz input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-quiz .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.paket-list-header-background {
	background-color: #0d6898;
	color: #ffffff;
}

.paketdaftar-list-header-background {
	background-color: #00853E;
	color: #ffffff;
}