
.cc_W0l8h7w7Y6_9GrK7tMKhN .ko-account-skeleton, .cc_W0l8h7w7Y6_s4i7CNGyZi .ko-account-skeleton {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.cc_W0l8h7w7Y6_9GrK7tMKhN .ko-account-skeleton__label, .cc_W0l8h7w7Y6_s4i7CNGyZi .ko-account-skeleton__label {
  height: 12px;
  background: #eeeeee;
  animation: ko-account-pulse 1.4s ease-in-out infinite;
}

.cc_W0l8h7w7Y6_9GrK7tMKhN .ko-account-skeleton__input, .cc_W0l8h7w7Y6_s4i7CNGyZi .ko-account-skeleton__input {
  height: 48px;
  width: 100%;
  background: #f2f2f2;
  animation: ko-account-pulse 1.4s ease-in-out infinite;
}

@keyframes ko-account-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}
