.leap-cursor {
  position: absolute;
  transition-property: background-color;
  z-index: 50px;}

/*.leap-pointable-cursor.leap-cursor-grabbing {
  -webkit-transform: scale(2);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid brown;
  opacity: .9;
 
  border-radius: 90%;
  box-shadow: 0 0 15px firebrick;
  margin: 0 auto; 
  z-index: 50px;

}
  .leap-pointable-cursor.leap-cursor-grabbing:after {
    content: "";
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid brown;
    opacity: .9;

    border-radius: 50%;
    box-shadow: 0 0 15px firebrick;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    position: absolute;
    top: 3px;
    left: 3px; 
z-index: 50;}

menu page to change the look of cursor*/


/*	 inside small circle
  .leap-pointable-cursor:after {
    content: "";
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid crimson;
    opacity: .2;
    border-radius: 50%;
    box-shadow: 0 0 15px darkred;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    position: absolute;
    top: 3px;
    left: 3px; 
    z-index: 50;}  

.leap-pointable-virtual-scroller-cursor {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid deeppink;
  opacity: .9;

  border-radius: 50%;
  box-shadow: 0 0 15px hotpink;
  margin: 0 auto; }

  .leap-pointable-virtual-scroller-cursor:after {
    content: "";
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid deeppink;
    opacity: .9;
 
    border-radius: 50%;
    box-shadow: 0 0 15px hotpink;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    position: absolute;
    top: 3px;
    left: 3px; }


.leap-mouse-cursor {
  width: 10px;
  height: 10px;
  background-color: blue; 
z-index: 50;}
*/

.leap-pointable-cursor.cursor-down {
  width: 80px;
  height: 80px; }
  .leap-pointable-cursor.cursor-down:after {
    background-color: deeppink;
    opacity: .2;
    width: 20px;
    height: 20px; 
z-index: 50;}

.leap-pointable-cursor {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid white;
  opacity: .6;
  border-radius: 50%;
  box-shadow: 0 0 15px white;
  margin: 0 auto; 
z-index: 50;}


/*cursor after click */
.leap-cursor.active-timer {
  background-color: #09bdea;
  box-shadow: 0 0 15px #09bdea;
  border: 2px solid #09bdea;
	opacity: .8;
}

.leap-cursor.active-timer:after {
    background-color: #2e5aea;
    box-shadow: 0 0 15px #2e5aea;
    border: 2px solid #2e5aea;
    opacity: .8;
}
