/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2023 IMAJIKU.
*/

/* = FORM
-------------------------------------------------------------*/

/* =button
------------------------------------------------------------ */
button:focus{
	outline: none !important;
}

/*button*/
.btn-mjk-simple{
	padding: 8px 0 8px;
	color: #f98341;
	font-weight: 700;
	font-size: 18px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn-mjk-simple i{
	margin-left: 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn-mjk-simple:hover{
	color: #f86b54;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.btn-mjk-simple:hover i{
	transform: translate(8px,0);
	-webkit-transform: translate(8px,0);
	-moz-transform: translate(8px,0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

/*default button */
.btn-mjk{
	color: #ffffff !important;
	font-weight: 400 !important;
	border-color: #f98341;
	background-color: #f98341;
	background: rgb(254,211,95);
	background: -moz-linear-gradient(90deg, rgba(254,211,95,1) 0%, rgba(254,211,95,1) 50%, rgba(249,131,65,1) 50%, rgba(249,131,65,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(254,211,95,1) 0%, rgba(254,211,95,1) 50%, rgba(249,131,65,1) 50%, rgba(249,131,65,1) 100%);
	background: linear-gradient(90deg, rgba(254,211,95,1) 0%, rgba(254,211,95,1) 50%, rgba(249,131,65,1) 50%, rgba(249,131,65,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fed35f",endColorstr="#f98341",GradientType=1); 

	background-size: 205% 100%;
	background-position: right 1% bottom;
	padding: 8px 20px 8px;
	min-height: 42px;
	line-height: 22px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	font-size: 16px;
	font-weight: bold !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn-mjk:hover{
	color: #333333 !important;
	background-position: left bottom;
	border-color: #fed35f;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn-mjk.disable,
.btn-mjk.disable,
.btn-mjk[disabled="true"],
.btn-mjk[disabled]{
	color: #ffffff;
	cursor: not-allowed;
	border-color: #6c757d;
	background-color: #6c757d !important;
	background: rgb(108,117,125);
	background: -moz-linear-gradient(90deg, rgba(108,117,125,1) 0%, rgba(108,117,125,1) 50%, rgba(108,117,125,1) 50%, rgba(108,117,125,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(108,117,125,1) 0%, rgba(108,117,125,1) 50%, rgba(108,117,125,1) 50%, rgba(108,117,125,1) 100%);
	background: linear-gradient(90deg, rgba(108,117,125,1) 0%, rgba(108,117,125,1) 50%, rgba(108,117,125,1) 50%, rgba(108,117,125,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fed35f",endColorstr="#f98341",GradientType=1); 
}
.btn-mjk.disable:hover,
.btn-mjk.disable:hover,
.btn-mjk[disabled="true"]:hover,
.btn-mjk[disabled]:hover{
	border-color: #6c757d;
	color: #ffffff !important;
}

.btn-mjk i{
	color: #ffffff;
	font-size: 14px !important;
	margin-right: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn-mjk:hover i{
	color: #333333;
}
.btn-mjk .fa-arrow-right{
	color: #ffffff;
	font-size: 14px !important;
	margin-left: 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.btn-mjk:hover .fa-arrow-right{
	color: #ffffff;
	transform: translate(8px,0);
	-webkit-transform: translate(8px,0);
	-moz-transform: translate(8px,0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.btn-mjk.clr-white{
	border-color: #ffffff;
	color: #f98341 !important;
	background-color: #ffffff;

	background: rgb(254,211,95);
	background: -moz-linear-gradient(90deg, rgba(254,211,95,1) 0%, rgba(254,211,95,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(254,211,95,1) 0%, rgba(254,211,95,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(254,211,95,1) 0%, rgba(254,211,95,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fed35f",endColorstr="#ffffff",GradientType=1);  

	background-size: 205% 100%;
	background-position: right 1% bottom;
}
.btn-mjk.clr-white:hover{
	color: #333333 !important;
	background-position: left bottom;
	border-color: #fed35f;
}
.btn-mjk.clr-yellow{
	border-color: #fed35f;
	background-color: #fed35f;

	background: rgb(249,131,65);
	background: -moz-linear-gradient(90deg, rgba(249,131,65,1) 0%, rgba(249,131,65,1) 50%, rgba(254,211,95,1) 50%, rgba(254,211,95,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(249,131,65,1) 0%, rgba(249,131,65,1) 50%, rgba(254,211,95,1) 50%, rgba(254,211,95,1) 100%);
	background: linear-gradient(90deg, rgba(249,131,65,1) 0%, rgba(249,131,65,1) 50%, rgba(254,211,95,1) 50%, rgba(254,211,95,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f98341",endColorstr="#fed35f",GradientType=1);

	background-size: 205% 100%;
	background-position: right 1% bottom;
}
.btn-mjk.clr-yellow:hover{
	background-position: left bottom;
	border-color: #f98341;
}
.btn-mjk.bg-clr-yellow{
	color: #333333 !important;
	border-color: #fed35f;
	background-color: #fed35f;

	background: rgb(249,131,65);
	background: -moz-linear-gradient(90deg, rgba(249,131,65,1) 0%, rgba(249,131,65,1) 50%, rgba(254,211,95,1) 50%, rgba(254,211,95,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(249,131,65,1) 0%, rgba(249,131,65,1) 50%, rgba(254,211,95,1) 50%, rgba(254,211,95,1) 100%);
	background: linear-gradient(90deg, rgba(249,131,65,1) 0%, rgba(249,131,65,1) 50%, rgba(254,211,95,1) 50%, rgba(254,211,95,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f98341",endColorstr="#fed35f",GradientType=1);

	background-size: 205% 100%;
	background-position: right 1% bottom;
}
.btn-mjk.bg-clr-yellow:hover{
	background-position: left bottom;
	border-color: #f98341;
}

/* variant yellow */
.btn-mjk.variant-yellow{
	color: #333333 !important;
	border-color: #fed35f;
	background-color: #fed35f;
	background: rgb(249,131,65);
	background: -moz-linear-gradient(90deg, rgba(249,131,65,1) 0%, rgba(249,131,65,1) 50%, rgba(254,211,95,1) 50%, rgba(254,211,95,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(249,131,65,1) 0%, rgba(249,131,65,1) 50%, rgba(254,211,95,1) 50%, rgba(254,211,95,1) 100%);
	background: linear-gradient(90deg, rgba(249,131,65,1) 0%, rgba(249,131,65,1) 50%, rgba(254,211,95,1) 50%, rgba(254,211,95,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f98341",endColorstr="#fed35f",GradientType=1);
	background-size: 205% 100%;
	background-position: right 1% bottom;
}
.btn-mjk.variant-yellow:hover{
	background-position: left bottom;
	border-color: #f98341;
}

/* variant blue */
.btn-mjk.variant-blue{
	color: #ffffff !important;
	border-color: rgba(0,172,202,1);
	background: rgb(0,172,202);
	background: -moz-linear-gradient(90deg, rgba(255,170,0,1) 0%, rgba(255,170,0,1) 50%, rgba(0,172,202,1) 50%, rgba(0,172,202,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,170,0,1) 0%, rgba(255,170,0,1) 50%, rgba(0,172,202,1) 50%, rgba(0,172,202,1) 100%);
	background: linear-gradient(90deg, rgba(255,170,0,1) 0%, rgba(255,170,0,1) 50%, rgba(0,172,202,1) 50%, rgba(0,172,202,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f98341",endColorstr="#fed35f",GradientType=1);
	background-size: 205% 100%;
	background-position: right 1% bottom;
}
.btn-mjk.variant-blue:hover{
	background-position: left bottom;
	color: #333333 !important;
	border-color: rgba(255,170,0,1);
}

/* variant outline white */
.btn-mjk.variant-3{
	border-color: #ffffff;
}

/*small button size*/
.btn-mjk.small{
	padding: 3px 20px 2px; 
	min-height: 30px;
	font-size: 14px;
}

/*only single button*/
.btn-single{
	display: block;
}
.btn-single i{
	color: #fed35f;
	font-size: 34px;
	line-height: 34px;
}

/* button tranparent */
.btn-mjk-transparent{
	color: #f98341 !important;
	border-color: transparent !important;
	background: transparent !important;
}
.btn-mjk-transparent:hover{
	color: #fed35f !important;
	border-color: transparent !important;
	background: transparent !important;
}

/*only icon with button*/
.btn-mjk.btn-only-icon i{
	color: #333333;
	margin-left: 0;
	margin-right: 0;
}

.btn-play{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn-play i{
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	border: 8px solid #fed35f;
	background-color: #fed35f;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.btn-play p{
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	padding-left: 15px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.btn-play:hover i,
.video-thumb:hover .btn-play i{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	border-color: #cfd613;
	background-color: #cfd613;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn-play:hover p,
.video-thumb:hover .btn-play p{
	padding-left: 8px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.playvideo-center-box{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.btn-playvideo{
	width: 55px;
	height: 55px;
	text-align: center;
	background-color: #ffffff;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	opacity: 0.8;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
}
.btn-playvideo:hover,
.playvideo-center-box:hover .btn-playvideo{
	transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	opacity: 1;
}
.btn-playvideo::before{
	content: "";
	background-color: rgba(255,255,255,0.3);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	height: 75px;
	width: 75px;
	position: absolute;
	display: block;
	margin: 0 auto;
	top: -10px;
	left: -10px;
	z-index: -2;
}
.btn-playvideo i{
	color: #f36f21;
	font-size: 45px;
	line-height: 55px;
	margin-left: 5px;
}

/*variant 2*/
.btn-play.variant-2{
	background-color: transparent;
	padding: 5px 5px 5px 5px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;	
}
.video-thumb:hover .btn-play.variant-2,
.btn-play.variant-2:hover{
	padding: 5px 10px 5px 5px;
	background-color: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(4px);
	-moz-backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
}
.btn-play.variant-2 p{
	width: 0px;
	font-size: 1px;
	line-height: 1;
	padding-left: 0;
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.video-thumb:hover .btn-play.variant-2 p,
.btn-play.variant-2:hover p{
	padding-left: 3px;
	width: auto;
	font-size: 14px;
	overflow: unset;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
}

/*video inside slider*/
.slick-slider .playvideo-center-box img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	object-fit: contain;
} 

/*outline button*/
.btn-outline {
	background-image: none;
	border: 1px solid #710627;
	color: #710627 !important;
}
.btn-outline i {
	color: #710627;
}
.btn-outline:hover{
	color: #fff!important;
	background-color: #710627;
	border-color: #710627;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.btn-outline:hover i {
	color: #fff;
}
.btn-outline-white {
	background-image: none;
	border: 1px solid #ffffff;
	color: #ffffff !important;
	font-weight: 600 !important;
	background-color: #f98341;


	background: rgb(254,211,95);
	background: -moz-linear-gradient(90deg, rgba(254,211,95,1) 0%, rgba(254,211,95,1) 50%, rgba(243, 108, 33) 50%, rgba(243, 108, 33) 100%);
	background: -webkit-linear-gradient(90deg, rgba(254,211,95,1) 0%, rgba(254,211,95,1) 50%, rgba(243, 108, 33) 50%, rgba(243, 108, 33) 100%);
	background: linear-gradient(90deg, rgba(254,211,95,1) 0%, rgba(254,211,95,1) 50%, rgba(243, 108, 33) 50%, rgba(243, 108, 33) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fed35f",endColorstr="#f98341",GradientType=1); 


	background-size: 205% 100%;
	background-position: right bottom;
	padding: 8px 25px 8px;
	min-height: 42px;
	line-height: 22px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn-outline-white i {
	color: #ffffff;
}
.btn-outline-white:hover{
	color: #333333 !important;
	background-position: left bottom;
	border-color: #fed35f;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn-outline-white:hover i {
	color: #ffffff;
}

/*share network button*/
.btn-facebook{
	background-color: #ffffff;
	border-color: #1876D3;
	color: #1876D3 !important;
	background-image: none;
}
.btn-facebook i{
	color: #1876D3;
}
.btn-facebook:hover{
	background-color: #1876D3;
}
.btn-facebook:hover i{
	color: #ffffff;
}
.btn-gmail{
	background-color: #ffffff;
	border-color: #a1a1a1;
	color: #a1a1a1 !important;
	background-image: none;
}
.btn-gmail i{
	color: #a1a1a1;
}
.btn-gmail:hover{
	background-color: #a1a1a1;
}
.btn-gmail:hover i{
	color: #ffffff;
}
.btn-facebook-v2{
	background-color: #1876D3;
	border-color: #1876D3;
	color: #ffffff !important;
	background-image: none;
}
.btn-facebook-v2 i {
	color: #ffffff;
	font-size: 16px !important;
	margin-right: 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.btn-facebook-v2:hover {
	background-color: #1661AC;
	border-color: #1661AC;
}
.btn-facebook-v2:hover i {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
}
.btn-twitter{
	background-color: #38A1F3;
	border-color: #38A1F3;
	color: #ffffff !important;
	background-image: none;
}
.btn-twitter i { 
	color: #ffffff;
	font-size: 16px !important;
	margin-right: 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.btn-twitter:hover {
	background-color: #3394DF;
	border-color: #3394DF;
}
.btn-twitter:hover i {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
}
.btn-wa{
	background-color: #25D366;
	border-color: #25D366;
	color: #ffffff !important;
	background-image: none;
}
.btn-wa i {
	color: #ffffff;
	font-size: 16px !important;
	margin-right: 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease; 
}
.btn-wa:hover {
	background-color: #21BD5B;
	border-color: #21BD5B;
}
.btn-wa:hover i {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
}

/*button bookmark*/
.btn-bookmark.active{
	background: #666666;
	border-color: #666666;
}

/*button action at navbar header*/
.btn-navbar-pro-action{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.btn-navbar-pro-action i{
	font-size: 18px;
	color: #333333;
}

/*button type button like link*/
.btn-mjk-link{
	background-color: transparent !important;
	padding: 0;
}

/* =form input
------------------------------------------------------------ */
.form-control{
	height: 42px;
	color: #616b77;
}
.form-control::placeholder{
	color: #c1c1c1;
	font-size: 13px;
}

/*form group*/
.form-group-mjk label{
	color: #616b77;
	font-size: 16px;
	font-weight: 600;
}
.form-group-mjk .form-control{
	background-color: #ffffff;
	border-color: #ced4da;
	color: #616b77;
}
.form-group-mjk textarea{
	text-align: left;
}

.form-inline .form-control {
	width: 100%;
}
.form-inline label {
	margin-bottom: .5rem;
}

/*input group*/
.input-group-mjk .form-control{
	background-color: #ffffff;
	border-color: #ced4da;
	color: #616b77;
}
.input-group-mjk .input-group-text{
	background-color: #ffffff;
	border-top: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	border-left: 1px solid #ffffff;
	position: relative;
	left: 0px;
}
.input-group-mjk .input-group-text i{
	color: #f98341;
	font-size: 12px;
}
.input-group-mjk .input-group-prepend .input-group-text{
	background-color: #ffffff;
	border-top: 1px solid #ced4da;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ced4da;
	border-left: 1px solid #ced4da;
	position: relative;
	left: 0px;
}
.input-group-mjk .input-group-append .input-group-text{
	background-color: #ffffff;
	border-top: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	border-left: 1px solid #ffffff;
	position: relative;
	left: 0px;
}
.input-group-mjk .input-group-prepend .input-group-text i,
.input-group-mjk .input-group-append .input-group-text i{
	color: #f98341;
	font-size: 12px;
}
.input-group {
	margin-bottom: 1rem;
}

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

/*type file*/
.file-mjk{
	overflow: hidden;
	height: 42px;
}
.file-mjk .custom-file-label{
	cursor: pointer;
	background-color: #ffffff;
	border-color: #ced4da;
	color: #c1c1c1;
	font-size: 13px;
	line-height: 26px;
	height: 42px;
	margin-bottom: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/*
.file-mjk .custom-file-label::after{
	content: "\f093";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	color: #f98341;
	background-color: transparent;
	border-left: unset;
	width: 50px;
	text-align: center;
	display: block;
	line-height: 42px;
	height: 42px;
	padding: 0 10px 0;
}
*/
.file-mjk .custom-file-label::after{
	content: "UPLOAD";
	color: #ffffff;
	font-weight: 600;
	background-color: #f98341;
	border-left: unset;
	min-width: 80px;
	width: auto;
	text-align: center;
	display: block;
	line-height: 40px;
	height: 40px;
	padding: 0 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.file-mjk .custom-file-input{
	color: red;
	height: 42px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.file-mjk.disabled .custom-file-label{
	background-color: #e9ecef;
}

/*file upload style variant 2*/
.file-mjk.variant-2 .custom-file-label::after{
	color: #616b77;
	background-color: #e9ecef;
}

/*checkbox*/
.check-mjk .custom-control-label{
	line-height: 20px;
	font-weight: 400;
}
.check-mjk .custom-control-label::before{
	border-color: #ced4da;
}
.check-mjk:hover .custom-control-label{
	cursor: pointer;
}
.check-mjk .custom-control-input:checked ~ .custom-control-label::before{
	border-color: #f98341;
	background-color: #f98341;
}

/*radio*/
.radio-mjk .custom-control-label{
	line-height: 1.4;
	font-weight: 400;
}
.radio-mjk .custom-control-label::before{
	border-color: #ced4da;
}
.radio-mjk:hover .custom-control-label{
	cursor: pointer;
}
.radio-mjk .custom-control-input:checked ~ .custom-control-label::before{
	border-color: #f98341;
	background-color: #f98341;	
}

/* custom radio */
.radio-mjk.variant-3 .custom-control-label h4{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}
.radio-mjk .custom-control-input:checked ~ .custom-control-label .info-dod-price-donation{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	opacity: 1;
	height: auto;
	padding: 5px 15px 5px;
	margin-top: 5px;
}
.radio-mjk .custom-control-input:checked ~ .custom-control-label .info-dod-price-donation h5{
	display: block;
}

/*custome radio checkbox with input text*/
.custom-control.withinput .custom-control-label:before,
.custom-control.withinput .custom-control-label:after{
	top: 12px;
}

/* custome radio like checkbox */
.radio-reserve-mjk .custom-control-label{
	line-height: 1.2;
	font-weight: 400;
	font-size: 14px;
}
.radio-reserve-mjk .custom-control-label::after{
	top: 0;
}
.radio-reserve-mjk .custom-control-label::before{
	top: 0;
	border-color: #ced4da;
}
.radio-reserve-mjk:hover .custom-control-label{
	cursor: pointer;
}
.radio-reserve-mjk .custom-control-input:checked ~ .custom-control-label::before{
	top: 0;
	border-color: #f98341;
	background-color: #f98341;
	background-image: none;
}
.radio-reserve-mjk .custom-control-input:checked~.custom-control-label::after{
	top: 0;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}



/*error message for form*/
label.error,
label.success,
.error,
.success{
	display: block;
	position: relative;
	padding: 2px 5px 2px;
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
}
.error{
	color: #FF0000 !important;
}
.success{
	color: #3c763d !important;
}

.form-group > .form-control.error,
.form-group > .form-control.success{
	font-size: 14px;
	font-weight: 400;
	padding: .375rem .75rem;		
}
.form-group > .error,
.form-group > .success{
	font-size: 13px !important;
}

/*filter*/
.filter-mjk-group-box{
	display: block;
	width: 100%;
	background-color: #f98341;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 20px 15px 10px;
}
.filter-mjk-group{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.filter-mjk-group .form-group{
	flex: 1;
	padding-right: 10px;
	margin-bottom: 10px;
}
.filter-mjk-group .filter-mjk-group-action{
	width: auto;
	margin-bottom: 10px;
}
.filter-mjk-group-action .btn-mjk.clr-yellow{
	color: #333333 !important;
}
.filter-mjk-group-action .btn-mjk.clr-yellow:hover{
	background-position: left bottom;
	border-color: #ffffff;
	color: #333333;
}
.filter-mjk-group .select-mjk-box{
	width: 100%;
	max-width: 100%;
}

/*filter v2*/
.filter-mjk-group.formfor-v2 {
	justify-content: flex-start;
}
.filter-mjk-group.formfor-v2 .select-mjk-box {
	flex: unset;
	width: 230px;
	max-width: 240px;
	margin-right: 15px;
}
.filter-mjk-group.formfor-v2 .form-group {
	flex: unset;
}
.filter-mjk-group.formfor-v2 .filter-mjk-group-action {
	flex: 1;
}

/* =Select2
-------------------------------------------------- */
/*global select*/
.select-mjk-box{
	background-color: #ffffff;
	margin: 0;
	border-radius: 4px;	
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
	min-width: 120px;
	border: 1px solid #ced4da;
}
.select-mjk-box.versi2{
	margin: 0 0 1rem 0;
	border-radius: 0;	
	-webkit-border-radius: 0;	
	-moz-border-radius: 0;	
}

.select-mjk-group{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.select-mjk-group label{
	margin: 0 15px 0 0;
	font-size: 14px;
}

/*if add icon at left*/
.select-mjk-box-prepend{
	position: relative;
}
.select-mjk-box-prepend .input-group-text{
	padding: 0 10px 0 15px;
	height: 44px;
	background: #ffffff;
	position: relative;
	z-index: 1;
	margin-right: -3px;
	border-top: 1px solid #ced4da;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #ced4da;
	border-left: 1px solid #ced4da;
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.select-mjk-box-prepend .input-group-text i{
	font-size: 14px;
	color: #f98341;
}
.select-mjk-box .select2{
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 0;
}

.select-mjk-box .select2:focus{
	outline: none;
}
.select-mjk-box .select2-container{
	display: block !important;
	width: 100% !important;
}
.select-mjk-box .select2-container--default .select2-results__option--highlighted[aria-selected]{
	/*background-color: $co-dark-orange !important;*/
}
.select-mjk-box .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #616b77;
	line-height: 42px;
	padding-right: 0;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
.select-mjk-box .select2-container--default .select2-selection--single{
	border-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 0px 20px 0px 0px;
	height: 42px;
	font-size: 14px;
	font-weight: 300;
	background-color: transparent;
	outline: none;
	-webkit-outline: none;
	-moz-outline: none;
}
.select-mjk-box .select2-container--default.select2-container--disabled .select2-selection--single,
.select-mjk-box .select2-container--default.select2-container--disabled .select2-selection--multiple{
	background-color: #eeeeee;
}
.select-mjk-box .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b,
.select-mjk-box .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__arrow b{
	border-color: #616b77 transparent transparent transparent ;
}

.select2-container--default .select2-selection--multiple{
	border: 1px solid transparent;
}

/*caret select2*/
.select-mjk-box .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 42px;
	top: 0;
	width: 30px;
	text-align: center;
}
.select-mjk-box .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #f98341 transparent transparent transparent ;
	border-width: 5px 4px 0 4px;
}
.select-mjk-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color:  transparent transparent #f98341 transparent !important;
	border-width: 0 4px 5px 4px;
}

/*select2 dropdown*/
.select2-results__option{
	font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #f98341;
}
.select2-container--default .select2-results__option[aria-selected="true"]{

}
.select2-results__option[aria-selected]{
	color: #616b77;
}

/*select2 translate*/
.select-translate-group{
	display: inline-block;
	vertical-align: middle;
	padding: 12px 10px 12px;
}
.select-translate-group .fas{
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}
.select-translate-group .select2-container{
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.select-translate-group .select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: transparent !important;
}
.select-translate-group .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #ffffff;
	line-height: 30px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}
.select-translate-group .select2-container--default .select2-selection--single{
	border-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 0px 20px 0px 0px;
	height: 30px;
	font-size: 14px;
	background-color: transparent;
	outline: none;
	-webkit-outline: none;
	-moz-outline: none;
}
.select-translate-group .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 30px;
	top: 0;
}
.select-translate-group .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #ffffff transparent transparent transparent ;
	border-width: 5px 4px 0 4px;
}
.select-translate-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color:  transparent transparent #ffffff transparent !important;
	border-width: 0 4px 5px 4px;
}

/* select2 translate with selectpicker*/
.select-language{
	margin-bottom: 0 !important;
}
.select-language .selectpicker{
	padding: 0;
}
.select-language .flag-icon{
	width: 13px;
}
.select-language .filter-option{
	font-size: 13px;
	color: #0c1d6b;
}
.select-language .dropdown-menu{
	flex-direction: column;
	padding: 0;
	background-color: #ffffff;
}
.select-language .dropdown-menu ul{
	padding: 0;
}
.select-language .dropdown-menu li{
	padding: 5px;
	min-width: 60px;
}
.select-language .dropdown-toggle{
	background-color: #ffffff;
	border-color: #ffffff;
	position: relative;
	bottom: 0;
	padding: 0 15px 0 5px;
}
.select-language.bootstrap-select .btn:focus{
	outline: solid transparent !important;
	outline-offset: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.select-language.btn-group{
	padding: 0 !important;
	margin: 0 5px 0;
}
.select-language .dropdown-toggle:after{
	margin-left: 0;
}
.select-language.btn-group .btn .filter-option{
	vertical-align: middle;
}
.select-language.btn-group .dropdown-menu li > a{
	font-size: 13px;
}
.select-language .btn-light{
	color: #666666;
}
.select-language.show .dropdown-menu{
	display: block;
	min-width: 60px;
}

/* =DATEPICKER
------------------------------------------------------------ */
.datepicker{
	padding: .375rem .75rem;
}

/* =REMOVE SPIN NUMBER
------------------------------------------------------------ */
.only-numeric {
	-moz-appearance: textfield;
}
.only-numeric::-webkit-inner-spin-button {
	display: none;
}
.only-numeric::-webkit-outer-spin-button,
.only-numeric::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* =DATERANGE PICKER BIRTHDAY COLOR
------------------------------------------------------------ */
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
	color: #000000;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
	color: #999999;
}
.daterangepicker td.active, .daterangepicker td.active {
	color: #ffffff;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
	background-color: #f98341;
	color: #ffffff;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #f98341;
}

/* =BUTTON SWITCH
------------------------------------------------------------ */
.onoffswitch {
	position: relative; 
	width: 100px;
	-webkit-user-select:none; 
	-moz-user-select:none; 
	-ms-user-select: none;
}
.onoffswitch-checkbox {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.onoffswitch-label {
	display: block; 
	overflow: hidden; 
	cursor: pointer;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.onoffswitch-inner {
	display: block; 
	width: 200%; 
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-moz-transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, 
.onoffswitch-inner:after {
	display: block; 
	float: left; 
	padding: 0; 
	width: 50%;
	height: 33px;
	line-height: 33px;
	font-size: 12px; 
	color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: attr(data-text-on);
	padding-left: 12px;
	background-color: #00974B; 
	color: #FFFFFF;
	letter-spacing: 1px;
}
.onoffswitch-inner:after {
	content: attr(data-text-off);
	padding-right: 12px;
	background-color: #aeaeae; 
	color: #666666;
	text-align: right;
	letter-spacing: 1px;
}
.onoffswitch-switch {
	display: block; 
	background-color: #666666;
	position: absolute; 
	top: 4px;
	right: 70px;
	width: 25px; 
	height: 25px;
	border: 2px solid #666666;
	border-radius: 11px;
	transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 5px;
	border: 2px solid #006633;
	background-color: #006633;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	display: block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 2px;
	left: 5px;
	font-size: 12px;
	color: #ffffff;
}

/* Form radio image */
.radio-mjk-modern input[type="radio"] {
	display: none;
}
.radio-mjk-modern label {
	display: block;
	position: relative;
	background-color: #ffffff;
	text-align: center;
	overflow: hidden;
	min-width: 140px;
	border: 2px solid transparent;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 3px 3px 0px rgba(168,168,210, 0.29);
	-webkit-box-shadow: 0 3px 3px 0px rgba(168,168,210, 0.29);
	-moz-box-shadow: 0 3px 3px 0px rgba(168,168,210, 0.29);    
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}
.radio-mjk-modern label:hover {
	border: 2px solid #f98341;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}
.radio-mjk-modern  input[type="radio"]:checked + label {
	border: 2px solid #f98341;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}
.radio-mjk-modern  input[type="radio"]:checked + label:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0px;
	height: 0px;
	border: 22px solid;
	border-bottom-color: transparent;
	border-top-color: #f98341;
	border-left-color: transparent;
	border-right-color: #f98341;
}
.radio-mjk-modern input[type="radio"]:checked + label:after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight:900;
	position: absolute;
	top: 4px;
	font-size: 12px;
	right: 5px;
	color: #ffffff;
}
.radio-mjk-modern input[type="radio"]:not(:disabled) ~ label {
	cursor: pointer;
}

/*Tooltip*/
.tooltip-pro{
	background-color: red;
}

/* custom radio modern for bank */
.radio-mjk-modern.small input[type="radio"] {
	display: none;
}
.radio-mjk-modern.small label {
	display: block;
	position: relative;
	background-color: #ffffff;
	text-align: center;
	overflow: hidden;
	width: 120px;
	min-width: 110px;
	border: 1px solid rgba(168, 168, 210, 0.29);
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;  
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.radio-mjk-modern.small label:hover {
	border: 1px solid #f98341;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}
.radio-mjk-modern.small  input[type="radio"]:checked + label {
	border: 1px solid #f98341;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}
.radio-mjk-modern.small  input[type="radio"]:checked + label:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0px;
	height: 0px;
	border: 16px solid;
	border-bottom-color: transparent;
	border-top-color: #f98341;
	border-left-color: transparent;
	border-right-color: #f98341;
	z-index: 10;
}
.radio-mjk-modern.small input[type="radio"]:checked + label:after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight:900;
	position: absolute;
	top: 2px;
	font-size: 12px;
	right: 2px;
	color: #ffffff;
	z-index: 11;
}
.radio-mjk-modern.small input[type="radio"]:not(:disabled) ~ label {
	cursor: pointer;
}
.radio-mjk-modern.small label img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 20px;
}

/*OTP*/
.form-digitotp{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 10px 0 10px;
}
.form-digitotp input{
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	padding: 5px;
	background-color: #ffffff;
	margin: 5px;
	border: none;
	text-align: center;
	font-size: 24px;
	color: #232323;
}
.form-digitotp-action{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 20px 0 0 0;
}
.digitotp-info{
	display: block;
	margin: 20px 0 0 0;
}
.digitotp-info p{
	display: block;
	text-align: center;
	font-size: 14px;
}
.digitotp-info-list{
	display: flex;
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.digitotp-info-list li{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.digitotp-info-item{
	display: flex;
	padding: 5px 10px 5px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #dddddd;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.digitotp-info-item p{
	margin: 0;
}

/* =SWEET ALERT
------------------------------------------------------------ */
.swal-popup-mjk{
	padding: 15px!important;
	width: auto!important;
	min-width: 300px !important;
	max-width: 315px !important;
	overflow: hidden!important;
}
.swal-title-mjk {
	font-size: 18px!important;
	padding-bottom: 10px !important;
	margin-bottom: 0 !important;
	line-height: 1.4 !important;
}
.swal-container-mjk .swal2-content {
	font-size: 13px!important;
	color: #777777!important;
	padding-bottom: 10px!important;
	line-height: 1.4 !important;
}
.swal-icon-warning-mjk .swal2-icon-content {
	font-size: 25px!important;
}
.swal-icon-warning-mjk {
	width: 35px!important;
	height: 35px!important;
	border-color: #ff8f00!important;
	border: .15em solid #ff8f00!important;
	margin: .3em auto .9em!important;
	color: #ff8f00!important;
}
.swal-icon-success-mjk {
	transform:scale(.45)!important;
	-webkit-transform:scale(.45)!important;
	-moz-transform:scale(.45)!important;
	margin: 10px auto !important;
	-webkit-transform-origin: top center!important;
	-moz-transform-origin: top center!important;
	transform-origin: top center!important;
	margin-bottom: -30px!important;
}
.swal-icon-cancel-mjk {
	width: 35px!important;
	height: 35px!important;
	margin: 10px auto !important;
	border: .15em solid #f27474!important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line]{
	width: 1.5em!important;
	height: .1em!important;
	top: 1em!important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{
	left: .35em!important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{
	right: .35em!important;
}
.swal-actions-mjk {
	margin-top: 10px!important;
}
.swal-confirm-button-mjk {    
	background-color: #2055c7!important;
	padding: .375rem 1rem!important;
	line-height: 1.5!important;
	font-size: 14px!important;
}
.swal-cancel-button-mjk {
	padding: .375rem 1rem!important;
	line-height: 1.5!important;
	font-size: 14px!important;
}