.chip__submit--buttom[data-v-61fb0c9f] {
  width: 100%;
  height: 21vw;
  position: absolute;
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 3;
}
.chip__submit--buttom .submit__buttom--box[data-v-61fb0c9f] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.chip__submit--buttom .submit__buttom--ok[data-v-61fb0c9f], .chip__submit--buttom .submit__buttom--cancel[data-v-61fb0c9f] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  border-radius: 4px;
  padding: 5px 15px;
  margin-right: 8px;
}
.chip__submit--buttom .submit__buttom--ok img[data-v-61fb0c9f], .chip__submit--buttom .submit__buttom--cancel img[data-v-61fb0c9f] {
  height: 10px;
  margin-right: 8px;
}
.chip__submit--buttom .submit__buttom--ok[data-v-61fb0c9f] {
  border: 1px solid #d4c0a1;
  margin-bottom: 8px;
}
.chip__submit--buttom .submit__buttom--cancel[data-v-61fb0c9f] {
  border: 1px solid #dc4b4a;
}
@media screen and (min-width: 768px) {
.chip__submit--buttom .submit__buttom--ok[data-v-61fb0c9f], .chip__submit--buttom .submit__buttom--cancel[data-v-61fb0c9f] {
    font-size: 13px;
}
.chip__submit--buttom .submit__buttom--ok img[data-v-61fb0c9f], .chip__submit--buttom .submit__buttom--cancel img[data-v-61fb0c9f] {
    height: 13px;
}
}
