 
body{
  overscroll-behavior: contain;
  
 /* overflow-y: hidden; */
 scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
    display: flex;
  min-height: 100vh;
  flex-direction: column;
} 

body::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .container {
    width: 95%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}
 .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;
}

nav .input-field label.active i {
  color: #000;
}
.btn_arrow_low {
color: #64dd17;}


 main {
  flex: 1;
 }
 
 footer{
 position: fixed;
 right: 0;
 left: 0;
 bottom: 0;
 }

 .tabs .tab a{
  color:#000;
} /*Black color to the text*/

.tabs .tab a:hover {
  background-color:#eee;
  color:#000;
} /*Text color on hover*/

.tabs .tab a.active {
  background-color:#eee;
  color:#000;
} /*Background and text color when a tab is active*/

.tabs .indicator {
  background-color:#000;
} /*Color of underline*/