.hand {
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.drag-sort-active {
	opacity: 70%;
	background: var(--warning);
}

.clearfix{
	overflow: hidden;
	text-overflow: ellipsis;
}
.clearfix::after{
	clear: both;
	display: table;
	content: "";
}

.fixed-left {
	position: fixed;
	left: 1vw;
	bottom: 5vh;
	z-index: 1030;
}

.fixed-bottom-left {
	position: fixed;
	left: 1vw;
	bottom: 1vh;
	z-index: 1030;
}

.fixed-bottom-right {
	position: fixed;
	bottom: 1vh;
	right: 1vw;
	z-index: 1030;
}

.fixed-bottom-right-loading {
	position: fixed;
	bottom: 0vh;
	right: 1vw;
	z-index: 1000;
}

.fixed-top-right {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1030
}

.fixed-top-center {
	position: fixed;
	top: 5vh;
	right: 5vw;
	left: 5vw;
	z-index: 1030
}

.fixed-center {
	position: fixed;
	top: 5vh;
	right: 5vw;
	left:5vw;
	bottom: 5vh;
	z-index: 1030;
	text-align:center;
}

.fixed-center-50-percent {
	position: fixed;
	top: 50%;	
	left: 50%;	
	transform: translate(-50%, -50%);
	z-index: 1030;
	text-align:center;
}

.fixed-center-50-percent-y {
	position: fixed;
	top: 50%;	
	left: 0;	
	right: 0;
	transform: translateY(-50%);
	z-index: 1030;
	text-align:center;
}

.fixed-center-50-percent-y-popup {
	position: fixed;
	top: 50%;	
	left: 1vw;	
	right: 1vw;
	transform: translateY(-50%);
	z-index: 10000;
}

.fixed-center-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 75%;
	transform: translate(-50%, -50%);
	z-index: 10000;
}

.fixed-center-fullscreen {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1030;
	text-align:center;
}

.fixed-bottom-center {
	position: fixed;
	bottom: 5vh;
	right: 5vw;
	left:5vw;
	z-index: 1030
}

.fixed-bottom-center-only {
	position: fixed;
	bottom: 5vh;
	z-index: 1030
}

.fixed-center-y-top-10vh-close-button {
	position: fixed;
	top: 14%;
	right: 5vw;
	z-index: 1050;

}
.fixed-center-y-top-10vh {
	position: fixed;
	top: 10%;
	left:1vw;
	right: 1vw;
	z-index: 1030;

}
.z-index-1030{
	z-index: 1030;
}
.z-index-1040{
	z-index: 1040;
}
.z-index-1050{
	z-index: 1050;
}

.display-5 {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-6 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2
}

.display-7 {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-8 {
	font-size: calc(1.2rem + 0.1vw);
	font-weight: 300;
	line-height: 1.15
}

.hidden {
	visibility: hidden;
}

.fa-1x5{
	font-size: 1.5em;
}
.fa-1x25{
	font-size: 1.25em;
}
@media screen and (max-width: 575.98px) {
	.display-4 {
		font-size: 2rem;
	}
	.display-5 {
		font-size: 1.75rem;
	}
	.display-6 {
		font-size: 1.5rem;
	}
	.display-7 {
		font-size: 1.25rem;
	}
	.display-8 {
		font-size: 1rem;
	}
}

.h-90{height:90%!important}

.fw-bold{font-weight:700!important}
.fw-bold-650{font-weight:650!important}
.fw-bold-600{font-weight:600!important}
.fw-bold-550{font-weight:550!important}
.fw-bold-500{font-weight:500!important}
.fw-bold-450{font-weight:450!important}
.fw-bold-400{font-weight:400!important}

.vertical-middle {
	margin: auto;
}

.text-center {
	text-align: center;
}

.text-bold{
	font-weight: bold;
}

.text-violet{
	color: darkviolet;
}

.text-orange {
	color: #E78200;
}

.bg-semilight {
	background-color: #fcfcfc33 !important;
}

.bg-lighter {
	background-color: #fcfcfc !important
}

.bg-violet{
	background-color: darkviolet;
}
.bg-violet-semi{
	background-color: #9400d377;
}

.bg-violet-i{
	background-color: darkviolet !important;
}
.bg-violet-semi-i{
	background-color: #9400d377 !important;
}


.bg-carousel{
	background-color: var(--light);
}
.btn-orange {
	background-color: #E78200;
}
.bg-orange-light{
	background-color: #e4b61a;
}

.bg-semidark {
	background-color: #14141433 !important;
}
.bg-semidark-blurry {
	background-color: #14141433 !important;
	backdrop-filter: blur(5px);
}

.bg-add-semi {
	opacity: 50%;
	/*background-color: #14141433!important;*/
}

.bg-success-semi{background-color:#28a74577!important}
.bg-primary-semi{background-color:#007bff77!important}
.bg-info-semi{background-color:#17a2b877!important}
.bg-danger-semi{background-color:#dc354577!important}
.bg-dark-semi{background-color:#343a4077!important}
.bg-warning-semi{background-color:#ffc10777!important}
.bg-secondary-semi{background-color:#6c757d!important; color:white;}

.btn-link{
	cursor: pointer;
}

.btn-orange {
	color: #fff;
	background-color: #E78200;
	border-color: #E78200;	
}
.btn-orange:hover,
.btn-orange.focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);	
	text-decoration: none!important;
}
.border-orange {
    border-color: #E78200!important;
}

.btn-violet {
	color: #fff;
	background-color: darkviolet;
	border-color: darkviolet;
	text-decoration:none!important;
}
.btn-violet:hover,
.btn-violet:focus{
	/*#650D88*/
	box-shadow: 0 0 0 0.2rem rgba(101,13,136, 0.5);	
	text-decoration: none;
	color: white;
}
.btn-outline-violet {
    color: darkviolet;
    border-color: darkviolet;
}
.btn-outline-violet:hover,
.btn-outline-violet.focus {
	/*#650D88*/
	box-shadow: 0 0 0 0.2rem rgba(101,13,136, 0.5);	
	text-decoration: none;
	background-color: darkviolet;
	color: white;
}
.border-violet {
    border-color: darkviolet!important;
}

.crop-text {
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.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;
}

.d-1line{
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.d-2lines{
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.d-3lines{
	overflow: hidden;
	overflow-wrap: hidden;
	white-space: pre-wrap;
	-webkit-line-clamp: 3;
    display: -webkit-box;
	word-wrap: break-word;
    -webkit-box-orient: vertical;
}

.d-4lines{
	overflow: hidden;
	overflow-wrap: hidden;
	white-space: pre-wrap;
	-webkit-line-clamp: 4;
    display: -webkit-box;
	word-wrap: break-word;
    -webkit-box-orient: vertical;
}

.alert-violet {
	color: #8627a3;
	background-color: #f0ccfc;
	border-color: #d182e9;
}

.alert-violet hr {
	border-top-color: #d182e9
}

.alert-violet .alert-link {
	color: #7d169c
}

.alert-primary-semi {
	/* color: var(--primary); */
	background-color: #007bff10;
	border-color: #007bff;
}

.alert-primary-semi hr {
	border-top-color: #008cff40
}

.alert-primary-semi .alert-link {
	color: #00abff
}

.alert-info-semi {
	color: var(--info);
	background-color: #17a2b810;
	border-color: var(--info);
}

.alert-info-semi hr {
	border-top-color: #008cff40
}

.alert-info-semi .alert-link {
	color: #28b3c9
}

.rounded-yt {
	border-radius: 0.15rem !important
}

.img-hot{    
    padding: 0;
    background-color: #fff;
    max-width: 100%!important;
    height: auto;
	max-height: 50vh;
}

@media screen and (max-width: 400px) {
	.crop-text-1 {
		-webkit-line-clamp: 1;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		visibility: hidden;
	}
	
	.crop-text-2 {
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
}

.dim-background{
	background-color: black;
	backdrop-filter: blur(5px);
	opacity: 0.5;
	z-index: 50000;
	width: 100%;
    height: auto;
    top: 0;
	left: 0;
	bottom: 4.5rem;
}
.blur-background{	
	backdrop-filter: blur(5px);
	width: 100%;
    height: auto;
    top: 0;
	left: 0;
}

.display-card-columns{
	column-count:1;
}

.extra-popup {
	width: 50% !important;
}
.extra-popup-detail {
	width: 50% !important;
}

/*576 600 768 992 1200*/
/* -xs- Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.extra-popup {
		width: 100% !important;
	}
	.extra-popup-detail {
		width: 100% !important;
	}
}

/* -sm- Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {	
	.display-card-columns{
		column-count: 1;
	}	
}
/* -md- Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.display-card-columns{
		column-count: 2;
	}
	.extra-popup {
		width: 40% !important;
	}
	.extra-popup-detail {
		width: 60% !important;
	}
}

/* -lg- Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 990px) {
	.mh-lg-85-vh {
		max-height: 85vh !important;
	}
	.mh-50-vh {
		max-height: 50vh !important;
	}
}

/* -xl- Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}


.anim-fun{
	width: 100%;
}
@media screen and (max-width: 640px) {
	.anim-fun{
		width: 100%;
	}
}
@media screen and (min-width: 640px) {
	.anim-fun{
		width: 50%;
	}
}

.bounce {
	height: auto;
	overflow: visible;
	position: relative;
	background: #fefefe;
	color: #333;
	border: 1px solid #4a4a4a;
}

.bounce-apply {
	position: absolute;
	width: auto;
	height: auto;
	margin: 0;
	line-height: auto;
	text-align: center;
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	-moz-animation: bouncing-text 5s linear infinite alternate;
	-webkit-animation: bouncing-text 5s linear infinite alternate;
	animation: bouncing-text 10s linear infinite alternate;
}

@-moz-keyframes bouncing-text {
	0% {
		-moz-transform: translateX(50%);
	}
	100% {
		-moz-transform: translateX(-50%);
	}
}

@-webkit-keyframes bouncing-text {
	0% {
		-webkit-transform: translateX(50%);
	}
	100% {
		-webkit-transform: translateX(-50%);
	}
}

@keyframes bouncing-text {
	0% {
		-moz-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	100% {
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.hkara-logo-anim {
	animation: rotateY 10s infinite;
	animation-timing-function: linear;
}
.rotateY-anim {
	animation: rotateY 10s infinite;
	animation-timing-function: linear;
}
@-webkit-keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}