/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2024 IMAJIKU.
*/

/* = Daterangepicker 
---------------------------------------------- */
.modal .daterangepicker{
	min-width: 490px
}

/* =Swiper
-------------------------------------------------------------*/
.xwiper{}
.xwiper .swiper-wrapper {
	transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
}
.xwiper .swiper-slide{
	width: auto;
}
/* button arrow */
.xwiper-button-next::after, 
.xwiper-button-prev::after{
	content: '';
	display: none;
}
.xwiper-button-next,
.xwiper-button-prev{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	margin: 0;
	width: 60px;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}
.xwiper-button-next{
	right: 0;
	background-image: linear-gradient(to left, #2b2b2b, rgba(43,43,43,1));
}
.xwiper-button-prev{
	left: 0;
	background-image: linear-gradient(to right, #2b2b2b, rgba(43,43,43,1));
}
.xwiper-button-prev .nav-circle-box,
.xwiper-button-next .nav-circle-box{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #009BBD;
	text-align: center;
	border: 1px solid #009BBD;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	-webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	-moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transform: scale(0.5);
	opacity: 0;
}
.xwiper-button-prev i,
.xwiper-button-next i{
	font-size: 20px;
	color: var(--white);
}
.xwiper:hover .xwiper-button-prev,
.xwiper:hover .xwiper-button-next{
	opacity: 0.8;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
}
.xwiper:hover .xwiper-button-prev .nav-circle-box,
.xwiper:hover .xwiper-button-next .nav-circle-box{
	transform: scale(1);
	opacity: 1;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
}

/* button custom variant history */
.xwiper-minibtn-next::after, 
.xwiper-minibtn-prev::after{
	content: '';
	display: none;
}
.xwiper-minibtn-next,
.xwiper-minibtn-prev{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	top: 0;
	margin: 0;
	width: 60px;
	height: 100%;
	cursor: pointer;
	background-color: var(--grey-50);
	opacity: 1 !important;
}
.xwiper-minibtn-next{
	right: 0;
}
.xwiper-minibtn-prev{
	left: 0;
}
.xwiper-minibtn-prev .nav-circle-box,
.xwiper-minibtn-next .nav-circle-box{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 2px solid var(--color-2);
	background-color: var(--white);
	text-align: center;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	-webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	-moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transform: scale(0.8);
	opacity: 0.7;
}
.xwiper-minibtn-prev i,
.xwiper-minibtn-next i{
	font-size: 20px;
	color: var(--color-2);
}
.xwiper:hover .xwiper-minibtn-prev,
.xwiper:hover .xwiper-minibtn-next{
	opacity: 1;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
}
.xwiper:hover .xwiper-minibtn-prev .nav-circle-box,
.xwiper:hover .xwiper-minibtn-next .nav-circle-box{
	transform: scale(1);
	opacity: 1;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
}

/* =Slick
-------------------------------------------------------------*/
.xlider-box{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.xlider-item{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.img-xlider{
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
}

/*condition photo slider for desktop*/
.xlider-img-desktop {
	display: block !important;
}
/*condition photo slider for mobile*/
.xlider-img-mobile {
	display: none !important;
}

/*content caption hero*/
.xlider-caption-box {
	position: absolute;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	overflow: hidden;
}
.xlider-caption {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 60%;
	max-width: 560px;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: rgba(0,0,0,0.4);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	-moz-backdrop-filter: blur(4px);
	margin: 0 auto 0 0;
}
.xlider-caption-desc {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.xlider-caption-desc h1,
.xlider-caption-desc h2,
.xlider-caption-desc h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	color: #ffffff;
	text-align: left;
}
.xlider-caption-desc p {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: 0;
	text-align: left;
}
.xlider-caption-action {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}
.slick-disabled {
	display: none !important;
}

/* caption hero position right */
.xlider-caption-box.right {
	justify-content: flex-end;
}
.xlider-caption-box.right .xlider-caption{
	margin: 0 0 0 auto;
}

/*caption with animation*/
.xlider-box.variant-animation .slick-current.slick-active .xlider-caption{
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
}

/* xlider with parallax */
.xlider-box.variant-parallax{
	height: 640px;
}
.xlider-box.variant-parallax .img-xlider{
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	object-fit: unset;
	object-position: unset;
	z-index: 1;
}

/*button slider for global*/
.xlider-button-prev,
.xlider-button-next{
	position: absolute;
	top: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	width: 60px;
	opacity: 0.6;
}
.xlider-button-prev{
	left: 0;
}
.xlider-button-next{
	right: 0;
}
.xlider-button-prev:hover,
.xlider-button-next:hover{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 1;
}
.xlider-button-prev .nav-circle-box,
.xlider-button-next .nav-circle-box{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: var(--grey-800);
	text-align: center;
	border: 1px solid var(--grey-800);
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	-webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	-moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);	
}
.xlider-button-prev i,
.xlider-button-next i{
	font-size: 20px;
	color: var(--white);
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/*button with shadow blur*/
.xlider-button-prev.variant-blur{
	left: 0;
	background-image: linear-gradient(to right, #ffffff, rgba(255,255,255,255));
	opacity: 0.6;
}
.xlider-button-next.variant-blur {
	right: 0;
	background-image: linear-gradient(to left, #ffffff, rgba(255,255,255,255));
	opacity: 0.6;
}
/*.xlider-button-prev.variant-blur{
	box-shadow: -22px 0px 55px rgb(229 229 229 / 84%);
	-webkit-box-shadow: -22px 0px 55px rgb(229 229 229 / 84%);
	-moz-box-shadow: -22px 0px 55px rgb(229 229 229 / 84%);
	background-color: rgb(229 229 229 / 60%);
}
.xlider-button-next.variant-blur {
	box-shadow: 22px 0px 55px rgb(229 229 229 / 84%);
	-webkit-box-shadow: 22px 0px 55px rgb(229 229 229 / 84%);
	-moz-box-shadow: 22px 0px 55px rgb(229 229 229 / 84%);
	background-color: rgb(229 229 229 / 60%);
}*/

/*navigation dots - position */
.xlider-box.xlider-dots-outside{
	margin-bottom: 50px !important;
}
.xlider-box.xlider-dots-outside .slick-dots{
	bottom: -50px !important;
}

/*navigation dots - variant 1*/
.xlider-box .slick-dots{
	position: absolute;
	bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 30px;
	text-align: center;
	z-index: 5;
	width: 100%;
}
.xlider-box .slick-dots li{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	vertical-align: middle;
	margin: 0;
	height: auto;
	width: auto;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.xlider-box .slick-dots li button{
	width: 20px;
	height: 20px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	line-height: unset;
}
.xlider-box .slick-dots li button::before{
	content: "";
	position: relative;
	top: unset;
	left: unset;
	width: 10px;
	height: 10px;
	background-color: var(--grey-600);
	line-height: unset;
	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.5;
}
.xlider-box .slick-dots li.slick-active button::before{
	content: "";
	width: 15px;
	height: 15px;
	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: 1;
}
.xlider-box .slick-dots li.slick-active{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

/*navigation dots - variant 2*/
.xlider-box.xlider-dots-variant-2 .slick-dots li button::before{
	content: "";
	position: relative;
	top: unset;
	left: unset;
	width: 10px;
	height: 10px;
	background-color: var(--grey-600);
	line-height: unset;
	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.5;
}
.xlider-box.xlider-dots-variant-2 .slick-dots li.slick-active button{
	width: 30px;
}
.xlider-box.xlider-dots-variant-2 .slick-dots li.slick-active button::before{
	content: "";
	width: 30px;
	height: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	opacity: 1;
}

/* = VARIANT SLIDER
-------------------------------------------------------------*/
/*hero slider with animateion*/
.slick-current.slick-active .home-mjk-caption{
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
}

/* = VARIANT SLIDER - CENTER
-------------------------------------------------------------*/
.xlider-box.variant-center .slick-slide img,
.xlider-box.variant-center .slick-slide .img-xlider{
	width: 100%;
	max-width: 400px;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	position: relative;
	z-index: 1;
}
.xlider-box.variant-center .slick-center img,
.xlider-box.variant-center .slick-center .img-xlider{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	z-index: 5;
}

/* = VARIANT SLIDER - PRODUCT
-------------------------------------------------------------*/
/*Thumbnav buttom view slider*/
.xlider-syncing-box {
	position: relative;
	display: block;
}
.xlider-syncing-box .xlider-syncing-preview .xsp-img{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.xlider-syncing-box .xlider-syncing-preview .xsp-img [data-aspect-ratio] {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: transparent;
}
.xlider-syncing-box .xlider-syncing-preview .xsp-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0px;
	margin: 0 auto;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.xlider-syncing-box .xlider-syncing-preview .xsp-img,
.xlider-syncing-box .xlider-syncing-preview .xsp-img:hover,
.xlider-syncing-box .xlider-syncing-preview .lightboke,
.xlider-syncing-box .xlider-syncing-preview .lightboke:hover{
	cursor: -moz-zoom-in; 
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

/*thumbnail product detail slider image*/
.xlider-syncing-thumb {
	position: relative;
	display: block;
	z-index: 3;
}
.xlider-syncing-thumb .xlider-syncing-thumb-preview{
	margin: 0 20px 0;
}
.xlider-syncing-thumb .xlider-syncing-thumb-preview .xst-img {
	position: relative;
	display: block;
	padding: 0;
	width: 70px;
	height: 70px;
	margin: 0 auto;
}
.xlider-syncing-thumb .xlider-syncing-thumb-preview .xst-img [data-aspect-ratio] {
	background-color: transparent;
}
.xlider-syncing-thumb .xlider-syncing-thumb-preview .xst-img img {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0 auto;
	border: 3px solid var(--white);
	object-fit: cover;
	cursor: pointer;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.xlider-syncing-thumb .xlider-syncing-thumb-preview .slick-slide:hover .xst-img img {
	filter: brightness(90%);
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	border: 3px solid var(--grey-500);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;	
}
.xlider-syncing-thumb .xlider-syncing-thumb-preview .slick-current.slick-active .xst-img img {
	border: 3px solid var(--grey-800);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.xlider-syncing-thumb .xlider-syncing-thumb-button {}
.xlider-syncing-thumb .xlider-syncing-thumb-button .xlider-button-prev, 
.xlider-syncing-thumb .xlider-syncing-thumb-button .xlider-button-next {
	width: 30px;
}
.xlider-syncing-thumb .xlider-syncing-thumb-button .nav-circle-box{
	height: 30px;
	width: 30px;
}
.xlider-syncing-thumb .xlider-syncing-thumb-button .nav-circle-box i {
	font-size: 18px;
}
.xlider-syncing-thumb .xlider-syncing-thumb-button .slick-slider {
	margin: 0 15px 0;
}

/*thumbnav on view sideleft*/
.xlider-syncing-box.variant-sideleft{
	min-height: 280px;
}
.xlider-syncing-box.variant-sideleft .xlider-syncing-preview{
	padding-left: 120px;
}
.xlider-syncing-box.variant-sideleft .xlider-syncing-thumb{
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	width: 120px;
	height: auto;
}
.xlider-syncing-box.variant-sideleft .xlider-syncing-thumb .xst-img{
	max-width: 85px;
}
.xlider-syncing-box.variant-sideleft .xlider-syncing-thumb .xlider-syncing-thumb-preview{
	margin: 0 auto 0;
}
.xlider-syncing-box.variant-sideleft .xlider-syncing-thumb .xlider-syncing-thumb-button{
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.xlider-syncing-box.variant-sideleft .xlider-syncing-thumb .xlider-syncing-thumb-button .xlider-button-prev{
	height: 30px;
	top: -40px;
	left: 50%;
	transform: translate(-50%, 0%);
}
.xlider-syncing-box.variant-sideleft .xlider-syncing-thumb .xlider-syncing-thumb-button .xlider-button-next{
	height: 30px;
	top: unset;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%, 0%);
}

/*slider variant pagination*/
.xlider-box.variant-slidecount {
	min-height: 340px;
	padding-left: 80px;
}
.xlider-box.variant-slidecount .xlider-slidecount-action{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%,-50%);
	width: 80px;
	height: 105px;
}
.xlider-box.variant-slidecount .slidecount-view{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translate(-50%,0%);
	margin: 0 auto;
	width: 100%;
	height: 30px;
}
.xlider-box.variant-slidecount .slidecount-view .current-slide{
	font-size: 14px;
	line-height: 1;
	padding: 0 3px 0;
}
.xlider-box.variant-slidecount .slidecount-view .total-slide{
	font-size: 12px;
	line-height: 1;
	color: var(--grey-600);
	padding: 0 3px 0;
}
.xlider-box.variant-slidecount .xlider-button-prev,
.xlider-box.variant-slidecount .xlider-button-next{
	position: absolute;
	display: flex;
	align-items: center;
	width: 30px;
	height: auto;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
}
.xlider-box.variant-slidecount .xlider-button-prev{}
.xlider-box.variant-slidecount .xlider-button-next{
	top: 70px;
}
.xlider-box.variant-slidecount .xlider-button-prev .nav-circle-box, 
.xlider-box.variant-slidecount .xlider-button-next .nav-circle-box{
	height: 30px;
	width: 30px;
}
.xlider-box.variant-slidecount .xlider-button-prev .nav-circle-box i, 
.xlider-box.variant-slidecount .xlider-button-next .nav-circle-box i{
	font-size: 18px;
}

/* = VARIANT SLIDER - OVERFLOW
-------------------------------------------------------------*/
.xlider-box.variant-overflow  {
	display: block;
	width:100%;
	position: initial; 
}
.xlider-box.variant-overflow .slick-list {
	overflow: visible;
}
.xlider-box.variant-overflow .slick-slide{
	position: relative;
}
.xlider-overflow-action{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	position: relative;
}
.xlider-overflow-action .xlider-button-prev,
.xlider-overflow-action .xlider-button-next{
	position: relative;
	width: 50px;
}


/* =TABLE DATATABLES
------------------------------------------------------------ */
table{
	width: 100%;
}
table.dataTable thead th, 
table.dataTable thead td{
	border-top: 2px solid #a0a0a0;
	border-bottom: none;
	text-transform: uppercase;
	font-size: 14px;
}

table.dataTable tbody th, 
table.dataTable tbody td{
	padding: 10px 10px 10px;
}
table.dataTable tbody tr.odd, 
table.dataTable.stripe tbody tr.odd, 
table.dataTable.display tbody tr.odd{
	background-color: #ececec;
}
#table-report.table td, 
#table-report.table th{
	border-top: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 0;
	border: none;
	background-color: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	border: none;
	background: none;
}
table.dataTable .page-item.disabled .page-link{
	border-color: transparent;
	background-color: transparent;
}
table.dataTable .page-item.active .page-link{
	border-color: #91723a;
	background-color: #91723a;
}
table.dataTable .page-item.active .page-link:hover,
table.dataTable .page-item.disabled .page-link:hover{
	color: var(--white) !important;
	opacity: 0.7;
}
/*.dataTables_wrapper .dataTables_filter{
float: left;
}*/
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before{
	background-color: #91723a;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	font-size: 9px;
	line-height: 14px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before{
	background-color: #91723a;
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	font-size: 9px;
	line-height: 14px;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
	border-bottom: none;
}

/*datatables custom box 1 */
.datatable-variant-1 {
	position: relative;
	display: block;
}
.datatable-variant-1 .dataTables_wrapper .dataTables_filter {
	float: right;
	margin-top: 15px;
}
.datatable-variant-1 table.dataTable tbody tr.odd, 
.datatable-variant-1 table.dataTable.stripe tbody tr.odd, 
.datatable-variant-1 table.dataTable.display tbody tr.odd {
	background-color: var(--white);
}
.datatable-variant-1 table.dataTable tbody tr th:nth-child(1) {
	background-color: #a0a0a0;
	color: var(--white);
	white-space: nowrap;
}
.datatable-variant-1 table.dataTable tbody tr td:nth-child(2) {
	background-color: #a0a0a0;
	color: var(--white);
	white-space: nowrap;
}
.datatable-box .table td, 
.datatable-box .table th {
	vertical-align: middle;
}
.datatable-box table.dataTable td.reorder {
	text-align: left;
}
.datatable-box.datatable-fixed table.dataTable tbody tr td:nth-child(1) {
	background:#a0a0a0;
	color: var(--white);
}
.datatable-box.datatable-fixed table.dataTable td, 
.datatable-box.datatable-fixed table.dataTable th {
	min-width: 200px;
}
.datatable-box.datatable-fixed table.dataTable tbody td {
	height: 50px;
}

/* = Panoramic
------------------------------------------------------------ */
.panoramic-box{
	height: 100vh;
}
.panoramic-preview{
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.panoramic-box canvas{
	width: 100%;
}