
.video-container[data-v-701b4b4a] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  text-align: center;
  font-family: Arial, sans-serif;
  /* margin-top: 0; */
}
.payment-video[data-v-701b4b4a] {
  width: 300px;
  height: 300px;
  margin-bottom: 0;
}
h2[data-v-701b4b4a] {
  font-size: 1.5em;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #333;
}
p[data-v-701b4b4a] {
  font-size: 1em;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #666;
}
.order-total[data-v-701b4b4a] {
  margin-top: 20px;
  background-color: #efefef;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.2sem;
  font-weight: bold;
}
.value[data-v-701b4b4a] {
  margin-left: 120px;
}
.buttons-container[data-v-701b4b4a] {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 300px;
}
.retry-button[data-v-701b4b4a] {
  background-color: #0bc6ff;
  color: white;
  font-size: 1em;
}
.cancel-button[data-v-701b4b4a] {
  border: 2px solid #0bc6ff;
  color: #0bc6ff;
  font-weight: bold;
  font-size: 1em;
}

