.profile-section-list[data-v-8fc95336]{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  grid-auto-rows:5rem
}
.profile-section-list__item[data-v-8fc95336]{
  outline:1px solid #eee;
  cursor:pointer;
  padding-left:2rem;
  padding-right:2rem;
  padding-top:1rem;
  padding-bottom:1rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  text-align:center;
  --text-opacity:1;
  color:#a0aec0;
  color:rgba(160, 174, 192, var(--text-opacity))
}
.profile-section-list__item[data-v-8fc95336]:hover{
  --bg-opacity:1;
  background-color:#fff;
  background-color:rgba(255, 255, 255, var(--bg-opacity))
}
.profile-section-list__item>i[data-v-8fc95336]{
  display:none
}
.profile-section-list__item.is-active[data-v-8fc95336]{
  --bg-opacity:1;
  background-color:#00A5E1;
  background-color:rgba(0, 165, 225, var(--bg-opacity));
  --text-opacity:1;
  color:#fff;
  color:rgba(255, 255, 255, var(--text-opacity))
}
@media (min-width: 640px){
.profile-section-list[data-v-8fc95336]{
    grid-template-columns:repeat(3, 1fr)
}
}
@media (min-width: 1024px){
.profile-section-list[data-v-8fc95336]{
    display:block
}
.profile-section-list__item[data-v-8fc95336]{
    outline:none;
    cursor:pointer;
    display:block;
    padding-left:2rem;
    padding-right:2rem;
    padding-top:1rem;
    padding-bottom:1rem;
    text-align:left
}
.profile-section-list__item.is-active[data-v-8fc95336]{
    --bg-opacity:1;
    background-color:#fff;
    background-color:rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity:1;
    color:#00A5E1;
    color:rgba(0, 165, 225, var(--text-opacity))
}
.profile-section-list__item[data-v-8fc95336]:hover{
    --bg-opacity:1;
    background-color:#fff;
    background-color:rgba(255, 255, 255, var(--bg-opacity))
}
.profile-section-list__item>i[data-v-8fc95336]{
    display:inline-block
}
}

/*# sourceMappingURL=chunk-6dd60abb.css.map*/