/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2024 | 16:56:48 */
/* *{
	cursor:none !important;
} */

 .cursor-dot{
	position: fixed;
    z-index: 99999999;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 0;
    left: -3px;
    background: #2c2c2c;
    pointer-events: none;
}

.cursor {
    position: fixed;
    width: 25px;
    z-index: 99999999;
    top: 14px;
    pointer-events: none;
    left: 9px;
	filter: drop-shadow(1px 1px 1px #d3d3d3);
}

.cursor img{
	width:100%;
	height:auto;
}
