.disabled{
	opacity: 0.5;
	pointer-events: none;
}

.orderDatatable_actions{
	justify-content:unset !important;
}


@media screen and (min-width: 1024px) and (max-width: 1366px){
	body{
		zoom:0.7 !important;
	}
}

hr{
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}
.footer-wrapper{
}




/*PRELOADER CSS PRELOADER CSS PRELOADER CSS PRELOADER CSS*/

.preloader{
	position: fixed;
	border: 0px;
	/* left: 0px; */
	z-index: 99999999999 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	background: #f8f8f8;
}

.item-1 {
	width: 20px;
	height: 20px;
	background: #dff0ff;
	border-radius: 50%;
	background-color: #dff0ff;
	margin: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@keyframes scale {
	0% {
		transform: scale(1);
	}
	50%,
	75% {
		transform: scale(2.5);
	}
	78%, 100% {
		opacity: 0;
	}
}
.item-1:before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #dff0ff;
	opacity: 0.7;
	animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 200ms;
	transition: 0.5s all ease;
	transform: scale(1);
}

.item-2 {
	width: 20px;
	height: 20px;
	background: #f583a1;
	border-radius: 50%;
	background-color: #b5dcff;
	margin: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@keyframes scale {
	0% {
		transform: scale(1);
	}
	50%,
	75% {
		transform: scale(2.5);
	}
	78%, 100% {
		opacity: 0;
	}
}
.item-2:before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #b5dcff;
	opacity: 0.7;
	animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 400ms;
	transition: 0.5s all ease;
	transform: scale(1);
}

.item-3 {
	width: 20px;
	height: 20px;
	background: #f583a1;
	border-radius: 50%;
	background-color: #b5dcff;
	margin: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@keyframes scale {
	0% {
		transform: scale(1);
	}
	50%,
	75% {
		transform: scale(2.5);
	}
	78%, 100% {
		opacity: 0;
	}
}
.item-3:before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #b5dcff;
	opacity: 0.7;
	animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 600ms;
	transition: 0.5s all ease;
	transform: scale(1);
}

.item-4 {
	width: 20px;
	height: 20px;
	background: #91cbff;
	border-radius: 50%;
	background-color: #91cbff;
	margin: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@keyframes scale {
	0% {
		transform: scale(1);
	}
	50%,
	75% {
		transform: scale(2.5);
	}
	78%, 100% {
		opacity: 0;
	}
}
.item-4:before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #91cbff;
	opacity: 0.7;
	animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 800ms;
	transition: 0.5s all ease;
	transform: scale(1);
}

.item-5 {
	width: 20px;
	height: 20px;
	background: #7eb8ff;
	border-radius: 50%;
	background-color: #7eb8ff;
	margin: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@keyframes scale {
	0% {
		transform: scale(1);
	}
	50%,
	75% {
		transform: scale(2.5);
	}
	78%, 100% {
		opacity: 0;
	}
}
.item-5:before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #7eb8ff;
	opacity: 0.7;
	animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 1000ms;
	transition: 0.5s all ease;
	transform: scale(1);
}
