.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_top {
  background-color: #f5f5f5;
  padding: 10px 0;
}

.header_top_left {
  font-size: 14px;
}

.header_top_right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header_top_right i {
  margin-right: 5px;
}

.header_top_right button {
  padding: 5px 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.header_top_right button:hover {
  background-color: #0056b3;
}
