.xOval {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 45px;
  background-color: #ececec;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 600; }
  .xOval > div {
    position: relative;
    height: 35px;
    line-height: 35px;
    margin: 5px;
    padding: 0px 20px;
    flex-basis: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    text-align: center;
    cursor: pointer; }
    .xOval > div.act {
      cursor: inherit; }
    .xOval > div > span {
      position: relative;
      z-index: 2; }
    .xOval > div > .bg {
      position: absolute;
      background-color: #fff;
      border-radius: 18px;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .xOval.dis > div {
    cursor: inherit; }

/*# sourceMappingURL=xoval.css.map */
