
/*--------------------------------------------------------------------------*/
/* Custom CSS */
/*--------------------------------------------------------------------------*/

.dt_filter {
	background-color: #57A5BC;
	color: #FFFFFF;
	border-radius: 5px;
	font-weight: bold;
}

.cari {
	background-image: url('../images/searchicon.png');
	background-size: 20px;
	background-position: 10px;
	background-repeat: no-repeat;
	padding-left: 45px;
	border: 1px solid #B2AEAE;
	height: 37px;
}

.form-control {
	border-radius: 5px !important;
}

.form-control:focus {
	border: 1px solid #4280FF;
}

.text-sm {
	font-size: 12px !important;
}

.select2-container--open {
	z-index: 10000000;
}

.modal.fade {
	z-index: 9999999 !important;
}

.pointer {
	cursor: pointer;
}

.numbers {
	display: block;
	width: 100%;
	height: 34px;
	text-align: center;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.numbers:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

@media print { 
	body {
		background-color: #FFF;
		color: black !important; 
	}

	#data_head th { 
		background-color: #EF771F !important; 
	} 

	.border {
		border: 1px solid black;
		border-collapse: collapse;
		padding-left: 10px;
	}
	
}

@media (max-width: 768px) {
	.modal-dialog {
		min-width: 98vw;
		margin: auto;
	}
}

/* Background Div */
.bg-div {
	background: linear-gradient(90deg, rgba(138,40,218,1) 0%, rgba(47,41,190,1) 53%, rgba(0,211,255,1) 100%);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
/* End Background Div */

/* Custom Button */
.button-33 {
	box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
	cursor: pointer;
	font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
	text-align: center;
	text-decoration: none;
	transition: all 250ms;
	border: 0;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	margin-top: 10px;
	border-radius: 100px;
}

.button-33:hover {
	box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
	transform: scale(1.05) rotate(-1deg);
}

.button-92 {
	--c: #fff;
	background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat,
	#004dff;
	color: #0000;
	border: none;
	transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
	text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
	calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
	outline-offset: .1em;
	transition: 0.3s;
}

.button-92:hover,
.button-92:focus-visible {
	--_p: 0%;
	--_i: 1;
}

.button-92:active {
	text-shadow: none;
	color: var(--c);
	box-shadow: inset 0 0 9e9q #0005;
	transition: 0s;
}

.button-92 {
	width: 150px;
	font-weight: bold;
	font-size: 2rem;
	margin: 0;
	cursor: pointer;
	padding: .1em .3em;
}
/* End Custom Button */

/* Custom Switch Checkbox */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 24px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* background */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: 0.3s;
	border-radius: 24px;
}

/* bulatan */
.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	transition: 0.3s;
	border-radius: 50%;
}

/* saat ON */
input:checked + .slider {
	background-color: #FF0000;
}

/* geser sesuai lebar */
input:checked + .slider:before {
	transform: translateX(38px);
}
/* End Custom Switch Checkbox */
