
.video-container[data-v-5b4da022] {
  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-5b4da022] {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
h2[data-v-5b4da022] {
  font-size: 1.5em;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #333;
}
p[data-v-5b4da022] {
  font-size: 1em;
  margin-top: 25px;
  margin-bottom: 5px;
  color: #666;
}
.confirmation-status[data-v-5b4da022] {
  color: #007bff;
  font-weight: bold;
  margin-top: 0px;
}
.order-total[data-v-5b4da022] {
  margin-top: 20px;
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
}
.value[data-v-5b4da022] {
  margin-left: 120px;
}
.cancel-button[data-v-5b4da022] {
  margin-top: 20px;
  padding: 20px 24px !important;
  background-color: #dc3545 !important;
  color: white;
  border: none !important;
  border-radius: 5px !important;
  font-size: 1em !important;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.cancel-button[data-v-5b4da022]:hover {
  background-color: #c82333;
}
.cancel-button[data-v-5b4da022]:active {
  background-color: #bd2130;
}

