*{
     outline: none;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
}
a{
    outline: none !important;
      list-style: none  !important;
    text-decoration: none  !important; 
    color: none !important;
}
.tabbar{
	width: 100%;
	height: 70px;
	-webkit-backdrop-filter: saturate(50%) blur(8px);
    backdrop-filter: saturate(50%) blur(8px);
    background: rgb(4 4 4 / 70%);
	position: fixed;
	bottom: 0;
	display: flex;
	direction: rtl;
	left: 0;
	right: 0;
	z-index: 9999 !important;
}

.tabbar_item{
	width: 33.33333%;
	height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.tabbar_item img{
	width:35px;
	height:35px;
}
.tabbar_item>div{
	font-size: 0.8rem;
	color: #bbbbbb; 
}
.tabbar_item a{
   	font-size: 0.8rem;
	color: #989696; 
	text-align: center;
}