.tabs-wrapper[data-v-764c588a] {
  container: tabs/inline-size;
  display: flex;
}
.tabs-wrapper .tab[data-v-764c588a] {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 16px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-bottom: 4px solid transparent;
  transition: border-bottom-color 200ms, background-color 200ms;
  border-radius: 6px;
}
.tabs-wrapper .tab.active[data-v-764c588a] {
  background-color: rgba(255, 255, 255, 0.07);
  border-bottom: 4px solid #0080FF;
  pointer-events: none;
}
.tabs-wrapper .tab[data-v-764c588a]:not(.active) {
  cursor: pointer;
}
.tabs-wrapper .tab[data-v-764c588a]:not(.active):hover {
  background-color: rgba(255, 255, 255, 0.07);
}
.tabs-wrapper .tab[data-v-764c588a]:not(.active):active {
  background-color: rgba(255, 255, 255, 0.1);
}
@container tabs (max-width:800px) {
.tab[data-v-764c588a] {
    font-size: 2cqw !important;
    padding: 14px 8px !important;
}
}
.button-back[data-v-3548c4ba] {
  width: 48px;
  height: 48px;
}
.button-back i[data-v-3548c4ba] {
  color: #fff;
}
.page-title[data-v-ff6f13ac] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-title h1[data-v-ff6f13ac] {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.section[data-v-ff6f13ac] {
  padding: 34px 40px;
}
.section[data-v-ff6f13ac]:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 576px) {
.section[data-v-ff6f13ac] {
    padding: 24px 14px;
}
}
.history-wrapper[data-v-ff6f13ac] {
  padding: 24px 40px;
}
@media screen and (max-width: 768px) {
.history-wrapper[data-v-ff6f13ac] {
    padding: 16px 14px;
}
}
[data-v-ff6f13ac] .tabs-wrapper {
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
[data-v-ff6f13ac] .tabs-wrapper .tab {
  padding: 36px 40px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/*# sourceMappingURL=27.f8a3c6d0.css.map*/