.text-orange {
  color: #FF6600;
}

.popup-content {
  border-radius: 15px;
  padding: 20px;
  background-color: rgba(255,255,255,0.8);
  z-index: 10;
}

.popup-body {
  font-size: 18px;
  line-height: 1.5;
}

.vision-popup-dis-rd-01 {
  font-size: 18px;
  line-height: 1.5;
  z-index: 10;
}

.confirmation-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.confirmation-container {
  background-color: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 500px;
  width: 100%;
  z-index: 10;
}

.confirmation-container button {
  background-color: black;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.confirmation-container h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.confirmation-container p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #333;
}

.confirmation-container p a {
  color: orange;
  text-decoration: none;
  font-weight: bold;
}

.confirmation-container p a:hover {
  text-decoration: underline;
}

.confirmation-container button:hover {
  background-color: orange;
}

body-popup {
  margin: 0;
  font-family: 'Arial', sans-serif;
  background-image: url('../../assets/img/fondo_tc.png');
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-error {
  font-size: 40px;
  color: #e74c3c;
  margin-bottom: 10px;
}

.text-danger {
  color: #e74c3c;
}

