.hover\:ca-cursor-pointer:hover {
	cursor: pointer;
}

.hover\:\!ca-cursor-pointer:hover {
	cursor: pointer !important;
}

.focus\:ca-cursor-pointer:focus {
	cursor: pointer;
}

.focus\:\!ca-cursor-pointer:focus {
	cursor: pointer !important;
}

.active\:ca-cursor-pointer:active {
	cursor: pointer;
}

.active\:\!ca-cursor-pointer:active {
	cursor: pointer !important;
}

.ca-cursor-pointer {
	cursor: pointer;
}

.\!ca-cursor-pointer {
	cursor: pointer !important;
}

.hover\:ca-cursor-not-allowed:hover {
	cursor: not-allowed;
}

.hover\:\!ca-cursor-not-allowed:hover {
	cursor: not-allowed !important;
}

.focus\:ca-cursor-not-allowed:focus {
	cursor: not-allowed;
}

.focus\:\!ca-cursor-not-allowed:focus {
	cursor: not-allowed !important;
}

.active\:ca-cursor-not-allowed:active {
	cursor: not-allowed;
}

.active\:\!ca-cursor-not-allowed:active {
	cursor: not-allowed !important;
}

.ca-cursor-not-allowed {
	cursor: not-allowed;
}

.\!ca-cursor-not-allowed {
	cursor: not-allowed !important;
}

.hover\:ca-cursor-move:hover {
	cursor: move;
}

.hover\:\!ca-cursor-move:hover {
	cursor: move !important;
}

.focus\:ca-cursor-move:focus {
	cursor: move;
}

.focus\:\!ca-cursor-move:focus {
	cursor: move !important;
}

.active\:ca-cursor-move:active {
	cursor: move;
}

.active\:\!ca-cursor-move:active {
	cursor: move !important;
}

.ca-cursor-move {
	cursor: move;
}

.\!ca-cursor-move {
	cursor: move !important;
}