.killao-card {
  position: relative;
  display: grid;
  width: 668px;
  height: 490px;
  border-radius: 15px;
  background-color: white;
  background: linear-gradient(20deg, white 0%, white 39%, red 40%, #ff9a00 42%, #d0de21 44%, #4fdc4a 46%, #3fdad8 48%, #2fc9e2 50%, #1c7fee 52%, #5f15f2 54%, #ba0cf8 56%, #fb07d9 58%, red 60%, white 61%, white 100%);
  border: 1px solid #f1efff;
  grid-template-columns: 211.16px 454.14px;
  grid-template-rows: 1fr 0FR;
  grid-gap: 0.6rem 0;
  overflow: hidden; }
  .killao-card__l {
    grid-column: 1 / 2;
    padding: 25px 10px 25px 15px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr 50px;
    grid-gap: 5px; }
  .killao-card__r {
    grid-column: 2 / 3;
    padding: 25px 20px; }
  .killao-card__bottom {
    grid-column: 1 / 3;
    display: flex;
    align-items: flex-end;
    padding: 15px; }
  .killao-card__img-container {
    background-color: #f0f0f0;
    border-radius: 10px;
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: -webkit-radial-gradient(white, black);
    overflow: hidden; }
  .killao-card__barcode {
    background: white; }
  .killao-card__barcode-img {
    width: 100%;
    display: block;
    margin-top: 5px; }
  .killao-card__name {
    font-size: 36px;
    font-family: Orbitron;
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%; }
  .killao-card__name-input {
    margin-left: 10px;
    font-family: Orbitron;
    border: 0;
    padding: 0;
    width: 100%;
    height: 36px;
    display: inline-block;
    background: transparent;
    font-size: 36px; }
  .killao-card__color-container {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    z-index: 1;
    font-size: 36px; }
    .killao-card__color-container input {
      opacity: 0;
      height: 40px;
      width: 40px; }
  .killao-card__palette {
    position: absolute;
    z-index: 3;
    width: 40px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 24px;
    pointer-events: none;
    text-align: center; }
  .killao-card__title {
    font-size: 32px;
    font-family: Orbitron;
    color: #2e2ed6;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000; }

.killao-info {
  margin-top: 2rem;
  color: #282828; }
  .killao-info__flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .killao-info__group {
    margin-top: 1rem;
    display: flex;
    align-items: center; }
  .killao-info__title {
    font-size: 16px;
    margin-right: 10px; }
    .killao-info__title--bigger {
      font-size: 17px;
      font-weight: 500; }
    .killao-info__title--l {
      align-self: flex-start; }
  .killao-info__value {
    position: relative;
    font-size: 26px;
    font-weight: 500;
    color: #282828 !important;
    text-decoration: none; }
  .killao-info__v-group {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .killao-info__v-group > *:first-child {
      margin-bottom: 5px; }

.signature {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  transform: translateX(-2.5%); }

.killao-signature {
  margin-top: 2.5rem;
  font-size: 36px;
  font-family: HomemadeApple;
  color: #7a7a7a; }

.killao-signature-og {
  width: 190px;
  height: 109px; }

video {
  position: absolute;
  right: 0;
  height: 307px;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }

#outer {
  overflow: hidden; }

#start-camera {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent;
  border: 0;
  font-size: 48px; }

* {
  outline: none; }

.input-date {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  min-width: 450px;
  width: 100%;
  opacity: 0; }

input[type="file"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  min-width: 450px;
  width: 100%;
  opacity: 0; }

#img-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 187px;
  height: 307px;
  opacity: 1; }
