/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

[dir] .header-list a {
  padding: 0 16px;
}
.header-list a {
  display: block;
  position: relative;
  height: 100%;
  font-weight: 600;
  line-height: 60px;
  text-transform: capitalize;
  transition: color .25s;
  z-index: 1;
  margin-top: 1px;
  border-bottom: 2px solid transparent;
}
[dir] .header-list a:hover {
  border-bottom: 2px solid var(--primary);
}
[dir=rtl] .header-list a:before {
  right: 50%;
  transform: translateX(50%);
}
[dir] .header-list a:before {
  background-color: var(--primary);
}
.header-list a:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 3px;
  transition: width .25s;
}



.header-list::-webkit-scrollbar {
  width: 3px !important;
  height: 3px !important;
}

.header-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  /* border-radius: 5px; */
}
.header-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #cfcfcf;
  /* border-radius: 5px; */
}


[dir] .home-aside .navigation-list {
  margin-bottom: 20px;
}
[dir] .home-aside .navigation-list li {
  border-bottom: 1px solid #f0f0f0;
}
[dir] .home-aside .navigation-list li a {
  padding: 15px 0;
}
.home-aside .navigation-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  text-transform: capitalize;
  transition: color .35s ease;
  color: inherit;
}

[dir] .single-progress {
  margin: 18px 8px 20px;
  border-radius: 10px;
  box-shadow: 0 0 0 7px #f0f0f0, inset 0 0 0 2px #f0f0f0
}
.single-progress span {
  display: block;
  height: 7px
}
[dir] .single-progress span {
  border-radius: 10px;
  background-color: var(--primary)
}
[dir=ltr] .single-progress span {
  background-image: repeating-linear-gradient(-45deg, var(--primary), var(--primary) 7px,)
}
[dir=rtl] .single-progress span {
  background-image: repeating-linear-gradient(45deg, var(--primary), var(--primary) 7px,)
}
