.button[data-v-4868e59e] {
  border-radius: 0.20833vw 0.20833vw 0px 0px;
  background-color: #fafbfc;
  font-size: 0.72917vw;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.button-active[data-v-4868e59e] {
  background-color: #fff;
  color: #606bda !important;
  position: relative;
}
.button-active[data-v-4868e59e]::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.20833vw;
  height: 0.98958vw;
  background: #606bda;
}
.center[data-v-4868e59e] {
  justify-content: center;
}
.left[data-v-4868e59e] {
  justify-content: left;
}
.between[data-v-4868e59e] {
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.52083vw 0 1.25vw;
}
.box-shadow[data-v-4868e59e] {
  box-shadow: 0px 0px 1.30208vw 0px rgba(63, 96, 190, 0.08);
}
