.card[data-v-2f8ec66a] {
  background: linear-gradient(to right, #136e45, #2d885f);
}

.video[data-v-2f8ec66a] {
  height: 176px;
  position: relative;
}

.video .video-content[data-v-2f8ec66a] {
  background: #000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video .video-content video[data-v-2f8ec66a] {
  width: 99%;
  height: 99%;
}

.video .mask[data-v-2f8ec66a] {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: var(--background-1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.link[data-v-2f8ec66a] {
  border: 1px solid var(--text);
  padding: 8px;
  text-align: center;
  color: var(--text);
}

.input[data-v-2f8ec66a] {
  border: 1px solid var(--background);
  background: var(--background);
  color: #fff;
}

.input input[data-v-2f8ec66a] {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
}

.get-code[data-v-2f8ec66a] {
  background: var(--btn-bg);
  color: var(--btn-text);
  border-radius: 14px;
  border: none;
}

.code-input[data-v-2f8ec66a] {
  flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  border: 0.5px solid var(--background-1);
  background: var(--background);
  color: var(--text);
  border-radius: 8px;
}

input.code-input[data-v-2f8ec66a] {
  width: 100%;
  height: 100%;
  min-height: 2.5rem;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  appearance: none;
  -webkit-appearance: none;
}

input.code-input[readonly][data-v-2f8ec66a] {
  caret-color: transparent;
  cursor: default;
  user-select: text;
  -webkit-user-select: text;
}

#copyCodeBtn[data-v-2f8ec66a] {
  flex-shrink: 0;
  align-self: center;
  width: 1.5rem !important;
  height: 1.5rem !important;
}

table[data-v-2f8ec66a] {
  width: 100%;
  border-collapse: collapse;
}

th[data-v-2f8ec66a],
td[data-v-2f8ec66a] {
  padding: 9px;
  white-space: nowrap;
}

th[data-v-2f8ec66a] {
  background: var(--btn-bg-180);
  color: var(--btn-text);
}

td[data-v-2f8ec66a]:first-child,
th[data-v-2f8ec66a]:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
}

.no-data[data-v-2f8ec66a] {
  text-align: center;
  color: #888;
  height: 100px;
  line-height: 100px;
}

.action-column[data-v-2f8ec66a] {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  z-index: 3;
}

.custom-table[data-v-2f8ec66a] {
  min-width: 100%;
  border-collapse: initial;
  border-spacing: 0;
  background: var(--background-1);
  border-radius: 10px;
  position: relative;
}

.dot[data-v-2f8ec66a] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.green[data-v-2f8ec66a] {
  background: #07c160;
}

.red[data-v-2f8ec66a] {
  background: #f44;
}

.step-dot[data-v-2f8ec66a] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--text);
}
