/* CSS files add styling rules to your content */

body {
  font-family: helvetica, arial, sans-serif;
  margin: 0;
}

h1 {
  font-style:;
}

.button-collaps{
  
}
/* Hide scrollbar for Chrome, Safari and Opera */
.tabs::-webkit-scrollbar {
  display: none;
  background:black;
}

/* Hide scrollbar for IE, Edge and Firefox */
.tabs{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-height: none;  /* Firefox */
}
.tr{
  border:none!important;
}
.item{
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  border-top-left-radius: 20%;
  border-top-right-radius: 20%;
}
nav ul li.active, nav ul li a:hover 
{
  background-color: rgba(255, 255, 255, 1);
  color: #000000!important;
  margin-right: 10px;
  margin-left: 10px;
}
nav ul li.active a ,nav ul li a:hover{
  color: #000000!important;
  background-color: rgba(255, 255, 255, 1);
  
}
.navtab{

  position: relative;
  overflow-x:visible;
  overflow-y: hidden;
  height: 55px;
  width: 100%;
  background-color: #fff;
  margin: 0;
  white-space: nowrap
}
@media screen, projection {
  .tabs .indicator {
      
    background-color: #000 !important;
  }
}