 
body{
  overscroll-behavior: contain;
  
 /* overflow-y: hidden; */
} 

 .circle {
    border-radius: 0% !important; }

	#searchbar {
  z-index: 10;}
  
.tipy {
  height: 75px;}

#search {
  height: 64px;}

.fixed-action-btn > .btn-floating > .material-icons {
  transition: transform 0.5s;
}

.fixed-action-btn.active > .btn-floating > .material-icons {
  transform: rotate(135deg);
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
