.dinosaurs {
  width: 100%;
  padding: 60px 0;
}
.dinosaurs__inner {
  margin: auto;
  width: 100%;
  max-width: 732px;
}
.dinosaurs__inner .title {
  margin: auto;
  width: 100%;
  max-width: 705px;
}
.dinosaurs__inner .uploading-image {
  margin: 48px auto 0 auto;
  padding: 60px;
  width: 100%;
  background-image: url("/assets/devise/bg03-650971eb.jpg");
  background-position: center;
  background-repeat: repeat;
  border-radius: 8px;
}

.dinosaurs__inner .uploading-image .new_dinosaur .field {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.dinosaurs__inner .uploading-image .new_dinosaur .field label {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}
.dinosaurs__inner .uploading-image .new_dinosaur .field .input-text {
  width: 100%;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  outline: none;
}

.dinosaurs__inner
  .uploading-image
  .new_dinosaur
  .field
  .input-text::placeholder,
.dinosaurs__inner
  .uploading-image
  .new_dinosaur
  .field
  .input-text:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dinosaurs__inner .uploading-image .new_dinosaur .actions {
  margin: 40px 0 0 0;
}

.dinosaurs__inner .uploading-image .notice-box {
  margin: 40px 0 0 0;
}

.dinosaurs__inner .uploading-image .notice-box .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
}
.dinosaurs__inner .uploading-image .notice-box .title >.image {
  width: 110px;
}
.dinosaurs__inner .uploading-image .notice-box .title >.border {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-width: 0;
}
.dinosaurs__inner .uploading-image .notice-box >.text {
  margin: 10px 0 0 0;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
.dinosaurs__inner .uploading-image .notice-box >.text >.red {
  color: #FF1B1B;
}
.dinosaurs__inner .uploading-image .howto-box {
  margin: 80px 0 0 0;
}
.dinosaurs__inner .uploading-image .note-box {
  margin: 20px 0 0 0;
}

.dinosaurs__inner .uploading-image .note-box .title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.dinosaurs__inner .uploading-image .note-box ol {
  margin-top: 10px;
  padding-left: 1em;
  list-style-type: decimal;
}
.dinosaurs__inner .uploading-image .note-box li {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}

.drag-and-drop-image-message {
  margin-bottom: 40px;
  display: block;
  width: 100%;
  height: auto;
  min-height: 320px;
  /* aspect-ratio: 612 / 319; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px dashed #fff;
  background-image: url("/assets/dinosaurs/bg-upload-285cc44b.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.25s ease-in;
}
.drag-and-drop-image-message.--drag {
  opacity: 0.5;
}

.preview {
  width: 100%;
  height: 100%;
  background-image: url("/assets/devise/bg03-650971eb.jpg");
  background-position: center;
  background-repeat: repeat;
}

.dinosaurs__inner .video {
  width: 100%;
  height: auto;
}

.generated_dinosaurs {
  width: 100%;
  padding: 60px 0;
  position: relative;
}

.generated_dinosaurs.--fire {
  background-image: url("/assets/dinosaurs/bg-fire-3f2effcf.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.generated_dinosaurs.--forest {
  background-image: url("/assets/dinosaurs/bg-forest-993db1f9.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.generated_dinosaurs.--sea {
  background-image: url("/assets/dinosaurs/bg-sea-fe04e172.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.generated_dinosaurs__inner {
  margin: auto;
  width: 100%;
  max-width: 918px;
  position: relative;
}
.generated_dinosaurs__inner.--captured {
  height: 1296px;
}

.generated_dinosaurs__inner > .capture__wrapper {
  position: relative;
}
.generated_dinosaurs__inner > .capture__wrapper > .sparkle {
  margin: auto;
  width: 1837px;
  height: auto;
  background-image: url("/assets/dinosaurs/sparkle-fa401f7d.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1837 / 1187;
  position: absolute;
  top: -100px;
  left: -420px;
  bottom: 0;
  z-index: 3;
}

.generated_dinosaurs__inner > .buttons-box {
  margin-top: 52px;
}
#capture {
  position: relative;
  z-index: 1;
}

.captured > .dinosaur__card > .title-box > .title {
  margin-top: -40px;
  line-height: 200%;
}
.captured > .dinosaur__card > .title-box > .meta {
  align-items: flex-end;
}
.captured > .dinosaur__card > .title-box > .meta > .name {
  line-height: 200%;
}
.captured > .dinosaur__card > .title-box > .meta > .age {
  line-height: 200%;
}
.captured > .dinosaur__card > .title-box > .meta > .gender {
  line-height: 200%;
}

.capture-button {
  margin: auto;
  margin-top: 25px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 24px */
  cursor: pointer;
  z-index: 2;
  position: relative;
  border-radius: 70px;
  border: 4px solid #b8b1a7;
  background: linear-gradient(180deg, #7f6249 32.5%, #4f3515 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}
.capture-button > .icon {
  width: 30px;
  height: 30px;
}

.capture-button-dummy {
  margin: auto;
  position: absolute;
  background-color: transparent;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 9999;
}

.generated_dinosaurs__campaign__ribbon {
  margin: auto;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.generated_dinosaurs__campaign__grass {
  margin: auto;
  width: 100%;
  max-width: 871px;
  height: auto;
  position: absolute;
  top: 256px;
  left: 0;
  right: 0;
  z-index: 100;
}

.generated_dinosaurs__campaign__win {
  margin: auto;
  width: 100%;
  max-width: 393px;
  height: auto;
  position: absolute;
  top: 117px;
  left: 0;
  right: -770px;
  z-index: 100;
}
.generated_dinosaurs__campaign {
  margin-top: -3%;
  padding: 120px 0;
  background-color: #4d2815;
  background: linear-gradient(to bottom, rgba(77,40,21,0.0), #4d2815 3%, #4d2815 75%);
  position: relative;
  z-index: 10;
}
.generated_dinosaurs__campaign__inner {
  margin: auto;
  width: 100%;
  max-width: 1072px;
  position: relative;
}

.generated_dinosaurs__campaign__inner > .button-box {
  margin: auto;
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 200px;
}
.generated_dinosaurs__campaign__inner > .button-box > a {
  display: block;
  width: 330px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .dinosaurs {
    padding: 40px 24px;
  }
  .dinosaurs__inner .uploading-image {
    margin: 24px auto 0 auto;
    padding: 24px;
  }

  .dinosaurs__inner .uploading-image .new_dinosaur .actions {
    margin: 24px 0 0 0;
  }
  .dinosaurs__inner .uploading-image .notice-box .title >.image {
    width: 84px;
  }
  .dinosaurs__inner .uploading-image .howto-box {
    margin: 64px auto 0 auto;
    width: fit-content;
  }

  .dinosaurs__inner .uploading-image .note-box .title {
    font-size: 16px;
  }
  .dinosaurs__inner .uploading-image .note-box li {
    font-size: 14px;
  }

  .drag-and-drop-image-message {
    margin-bottom: 40px;
    display: block;
    width: 100%;
    height: auto;
    min-height: 246px;
    aspect-ratio: 558 / 493;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 0;
    background-image: url("/assets/dinosaurs/sp/bg-upload-82dc3a89.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.25s ease-in;
  }

  .preview {
    width: 100%;
    height: 100%;
    background-image: url("/assets/devise/bg03-650971eb.jpg");
    background-position: center;
    background-repeat: repeat;
    object-fit: contain;
  }

  .dinosaurs__inner .video {
    width: 100%;
    height: auto;
  }

  .generated_dinosaurs {
    width: 100%;
    padding: 60px 19px;
    overflow: hidden;
  }

  .generated_dinosaurs__inner {
    margin: auto;
    width: 100%;
    max-width: 918px;
  }

  .generated_dinosaurs__inner.--captured {
    height: 580px;
  }

  .generated_dinosaurs__inner > .capture__wrapper {
    position: relative;
  }
  .generated_dinosaurs__inner > .capture__wrapper > .sparkle {
    margin: auto;
    margin-top: 0;
    width: 180vw;
    height: auto;
    background-image: url("/assets/dinosaurs/sparkle-fa401f7d.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1837 / 1187;
    position: absolute;
    top: -35px;
    left: calc(10% - 50vw);
    right: calc(50% - 50vw);
    bottom: 0;
    z-index: 3;
  }

  .generated_dinosaurs__inner > .buttons-box {
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
  }

  .generated_dinosaurs__campaign {
    margin-top: -10%;
    padding: 40px 20px;
    background-color: #4d2815;
    background: linear-gradient(to bottom, rgba(77,40,21,0.0), #4d2815 5%, #4d2815 75%);
  }

  .generated_dinosaurs__campaign__inner {
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 960px;
    position: relative;
  }

  .generated_dinosaurs__campaign__inner > .button-box {
    margin: auto;
    width: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
  }
  .generated_dinosaurs__campaign__inner > .button-box > a {
    display: block;
    width: 133px;
    height: auto;
  }

  .generated_dinosaurs__campaign__ribbon {
    top: 0;
  }

  .generated_dinosaurs__campaign__grass {
    margin: auto;
    width: 100%;
    max-width: 360px;
    height: auto;
    position: absolute;
    top: 106px;
    left: 0;
    right: 0;
    z-index: 100;
  }

  .generated_dinosaurs__campaign__win {
    margin: auto;
    width: 100%;
    max-width: 124px;
    height: auto;
    position: absolute;
    top: 86px;
    left: auto;
    right: 0;
    z-index: 100;
  }
  #capture {
    position: relative;
    z-index: 1;
  }


/*
  .captured > .dinosaur__card > .title-box > .title {
    margin-top: 0;
    line-height: 100%;
  }
  .captured > .dinosaur__card > .title-box > .meta {
    align-content: center;
  }
  .captured > .dinosaur__card > .title-box > .meta > .icon {
    margin-top: 0;
    margin-bottom: 0;
  }
  .captured > .dinosaur__card > .title-box > .meta > .name {
    margin-top: 0;
    margin-bottom: 2px;
  }
  .captured > .dinosaur__card > .title-box > .meta > .age {
    margin-top: 0;
    margin-bottom: 2px;
  }
  .captured > .dinosaur__card > .title-box > .meta > .gender {
    margin-top: 0;
    margin-bottom: 2px;
  } */

  .capture-button {
    margin: auto;
    margin-top: 25px;
    padding: 10px 14px;

    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    font-size: 14px;
    cursor: pointer;
    z-index: 2;
    position: relative;
  }
  .capture-button > .icon {
    width: 16px;
    height: 16px;
    display: block;
  }
  .capture-button > .icon > svg {
    width: 100%;
    height: 100%;
  }
}


#dummy-capture {
  width: 918px;
  position: absolute;
  top: -9999px;
}
#dummy-capture > .dinosaur__card {
  margin: 0;
  padding: 12.1% 12.8% 13% 12.5%;
  width: 100%;
  height: 100%;
  aspect-ratio: 918/1091;
  display: block;
  background-image: url("/assets/dinosaurs/bg-card-96cb09fe.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

#dummy-capture > .dinosaur__card .image-box {
  width: 100%;
  max-width: 691px;
  aspect-ratio: 691 / 419;
  overflow: hidden;
}

#dummy-capture > .dinosaur__card  > .rank {
  margin: auto;
  padding: 8px;
  padding-bottom: 8px;
  width: fit-content;
  min-width: 32px;
  height: 32px;
  padding-top-;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 40px;
  background: linear-gradient(180deg, #868686 0%, #9b7c2f 100%);
  position: absolute;
  top: 11%;
  left: 13%;
  border-radius: 16px;
}

#dummy-capture > .dinosaur__card  > .rank >.rank-text {
  margin-top: -18px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#dummy-capture > .dinosaur__card .image-box.--fire {
  background-image: url("/assets/dinosaurs/bg-fire-inside-cc5d97ff.jpg");
  background-size: cover;
  background-position: center;
}

#dummy-capture > .dinosaur__card .image-box.--forest {
  background-image: url("/assets/dinosaurs/bg-forest-inside-a6cb633a.jpg");
  background-size: cover;
  background-position: center;
}

#dummy-capture > .dinosaur__card .image-box.--sea {
  background-image: url("/assets/dinosaurs/bg-sea-inside-b02d6e63.jpg");
  background-size: cover;
  background-position: center;
}

#dummy-capture > .dinosaur__card .image-box .image {
  margin: auto;
  width: auto;
  height: 100%;
}

#dummy-capture > .dinosaur__card .title-box {
  margin: 6% 0 0 0;
  padding: 5% 0 7% 0;
  position: relative;
  width: 100%;
  height: auto;
}
#dummy-capture > .dinosaur__card .title-box .line-top {
  margin: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 704/19;
  background-image: url("/assets/dinosaurs/line-top-3150763f.png");
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#dummy-capture > .dinosaur__card .title-box .line-bottom-left {
  margin: auto;
  margin-bottom: 10px;
  width: 10%;
  height: 18px;
  /* aspect-ratio: 135/19; */
  background-image: url("/assets/dinosaurs/line-bottom-left-cbdabddc.png");
  background-size: cover;
  background-position: left;
  position: absolute;
  left: 0;
  bottom: 0;
}

#dummy-capture > .dinosaur__card .title-box .line-bottom-right {
  margin: auto;
  margin-bottom: 10px;
  width: 10%;
  height: 18px;
  /* aspect-ratio: 135/19; */
  background-image: url("/assets/dinosaurs/line-bottom-right-f700b5ce.png");
  background-size: cover;
  background-position: right;

  position: absolute;
  right: 0;
  bottom: 0;
}
#dummy-capture > .dinosaur__card .title-box .title {
  margin-top: -40px;
  width: 100%;
  height: fit-content;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  color: #ffe9ca;
  text-align: center;
  filter: drop-shadow(0 0 4px rgba(255, 233, 202, 0.8));
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#dummy-capture > .dinosaur__card .title-box .meta {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  position: absolute;
  bottom: 0;
}

#dummy-capture > .dinosaur__card .title-box .meta .icon {
  width: fit-content;
  height: 25px;
}

#dummy-capture > .dinosaur__card .title-box .meta .name {
  margin-bottom: 20px;
  width: fit-content;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  color: #ffe9ca;
}

#dummy-capture > .dinosaur__card .title-box .meta .age {
  margin-bottom: 20px;
  width: fit-content;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  color: #ffe9ca;
}

#dummy-capture > .dinosaur__card .title-box .meta .gender {
  margin-bottom: 20px;
  width: fit-content;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  color: #ffe9ca;
}

#dummy-capture > .dinosaur__card .statuses-box {
  margin-top: 4%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 10%;
}

#dummy-capture > .dinosaur__card .statuses-box .status-box {
  padding: 0 2% 0 2%;
  width: 100%;
  flex: 1;
}

#dummy-capture > .dinosaur__card .statuses-box .status-box .total-box {
  width: 100%;
  padding: 0 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#dummy-capture > .dinosaur__card .statuses-box .status-box .total-box .title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  color: #ffe9ca;
}

#dummy-capture > .dinosaur__card .statuses-box .status-box .total-box .score {
  display: flex;
}

#dummy-capture > .dinosaur__card .statuses-box .status-box .total-box .score >.number-image {
  height: 75px;
}

#dummy-capture > .dinosaur__card .statuses-box .status-box .sub-box {
  margin-top: 8%;
}
#dummy-capture > .dinosaur__card .statuses-box .status-box .sub-box ul {
  display: flex;
  flex-direction: column;
}
#dummy-capture > .dinosaur__card .statuses-box .status-box .sub-box ul li {
  padding: 3% 0;
}

#dummy-capture > .dinosaur__card .statuses-box .status-box .sub-box ul li .bar-chart {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#dummy-capture > .dinosaur__card .statuses-box .status-box .sub-box ul li .bar-chart .title {
  width: 26%;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  color: #ffe9ca;
  flex-shrink: 0;
}
#dummy-capture > .dinosaur__card .statuses-box .status-box .sub-box ul li .bar-chart >.bar {
  margin-bottom: -14px;
}

#dummy-capture > .dinosaur__card .statuses-box .status-box .sub-box ul li .bar-chart .score {
  margin-left: 10%;
  margin-right: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  color: #ffe9ca;
  text-align: right;
  flex-shrink: 0;
}

#dummy-capture > .dinosaur__card .statuses-box .graph-box {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#dummy-capture > .dinosaur__card .statuses-box .graph-box .radar-chart {
  margin-top:0;
  width: 100% !important;
  height: 100% !important;
  padding: 0;
}

#dinosaur-submit-button:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
