.buttons {
  position: relative;
  display: flex;
  background-color: #e8edf1;
  padding: 4px;
  border-radius: 16px;
  direction: rtl;
}

.btn-filter {
  background: transparent;
  color: #323850;
  border: none;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 7px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.btn-filter.active {
  color: #f4f7f8;
}

.buttons .indicatorButtons {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 0; 
  width: 0;
  background-color: #5284f6;
  border-radius: 13px;
  transition: all 0.3s ease;
  z-index: 0;
}