* {
  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: rgba(255, 255, 255, 0.7);
  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: #dbdbdb;
}
.tabbar_item a {
  font-size: 0.8rem;
  color: #989696;
  text-align: center;
}

/* يىڭى ئەكىرگەن  */
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "UKIJ Kesme Tuz";
} */

:root {
  --clr: #222327;
  /* --clr: rgba(0, 0, 0, 0); */
}

/* body {
       display: flex;
       justify-content: center;
       align-items: center;
       min-height: 100vh;
       background: var(--clr);
}
 */
.navigation {
  /* position: relative; */
  /* width: 400px; */
  /* height: 70px; */
  /* display: flex; */
  /* background: #ffffff; */
  justify-content: center;
  /* align-items: center; */
  border-radius: 10px;

  width: 96%;
  height: 70px;
  -webkit-backdrop-filter: saturate(50%) blur(6px);
  backdrop-filter: saturate(50%) blur(6px);
  /* backdrop-filter: blur(4px); */
  background: rgba(255, 255, 255, 0.5);
  /* background: rgba(245, 40, 39, 0.5); */
  /* background: #ffffff; */
  position: fixed;
  bottom: 0;
  display: flex;
  direction: rtl;
  left: 0;
  right: 0;
  z-index: 9999 !important;
  margin: 0 auto 10px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.navigation ul {
  display: flex;
  width: 100%;
  height: 100%;
  /* width: 350px; */
}

.navigation ul li {
  position: relative;
  list-style: none;
  /* width: 70px; */
  width: 20%;
  height: 100%;
  z-index: 1;

  /* align-items: center;
  justify-content: center; */
}

.navigation ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.navigation ul li a .icon {
  position: relative;
  top: 10px;
  display: block;
  /* line-height: 75px; */
  /* font-size: 1.5em; */
  /* text-align: center; */
  transition: 0.5s;
  /* color: var(--clr); */
  z-index: 999;
  width: 40px;
  height: 40px;
}
.navigation ul li a .icon img {
  width: 30px;
  height: 30px;
}

/* .navigation ul li.active a .icon {
  transform: translateY(-32px);
} */

.navigation ul li a .text {
  position: absolute;
  top: 45px;
  text-align: center;
  /* bottom: 0px; */
  /* height: 30px; */
  /* background: #2196f3; */
  /* background: linear-gradient(315deg, #6772ff 0, #00f9e5 100%); */
  color: #515151;
  padding: 2px 9px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9em;
  /* letter-spacing: 0.05em; */
  transition: 0.5s;
  /* opacity: 0; */
  /* transform: translateY(20px); */
}

/* .navigation ul li.active a .text {
  opacity: 1;
  transform: translateY(10px);
} */

/* .indicator {
  position: absolute;
  top: -35px;
  width: 20%;
  height: 70px;
  transition: 0.5s;
}
.indicator .indicator-min {
  width: 70px;
  height: 70px;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}

.indicator .indicator-min::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -28px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
  box-shadow: 15px 18px #ffffff;
}

.indicator .indicator-min::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -28px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
  box-shadow: -15px 18px #ffffff;
} */

/* .indicator {
  position: absolute;
  top: -50%;
  width: 20%;
  height: 70px;
  background: linear-gradient(315deg, #6772ff 0, #00f9e5 100%);
  border-radius: 50%;
  border: 6px solid var(--clr);
  transition: 0.5s;
} */

/* .indicator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 20px;
  height: 20px;
  background: transparent;
  border-top-right-radius: 20px;
  box-shadow: 0 -10px 0 0 rgba(255, 255, 255, 0.5);
}

.indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  width: 20px;
  height: 20px;
  background: transparent;
  border-top-left-radius: 20px;
  box-shadow: 0 -10px 0 0 ;
} */

/* .navigation ul li:nth-child(1).active ~ .indicator {
  transform: translateX(calc(-100% * 0));
}
.navigation ul li:nth-child(2).active ~ .indicator {
  transform: translateX(calc(-100% * 1));
}
.navigation ul li:nth-child(3).active ~ .indicator {
  transform: translateX(calc(-100% * 2));
}
.navigation ul li:nth-child(4).active ~ .indicator {
  transform: translateX(calc(-100% * 3));
}
.navigation ul li:nth-child(5).active ~ .indicator {
  transform: translateX(calc(-100% * 4));
} */
