body {
  background-color: #f8f9fa;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 10px 0;
}

.main-container {
  width: 90%; /* Largura do container principal */
  margin: 20px;
}

.row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
}

.column-container {
  /* width: 45%; */
  display: flex;
  flex-direction: column;
}

.payment-container {
  /* max-width: 100%; */
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

.book-cover-container {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #000;
  padding: 1px;
  margin-bottom: 0px;
}

.book-cover {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.qrcode-image {
padding: 4px; 
}

.copy-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.important-notice {
  /* margin-top: 20px; */
  text-align: justify; /* Alinhamento justificado */
  margin-left: 20px; /* Margem à esquerda */
  margin-right: 20px; /* Margem à direita */
}

.gallery-container {
  max-width: 100%;
  /* margin-right: 20px; */
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.carousel-indicators {
  top: 5px;
  /* left: 0; */
  /* right: 0; */
  justify-content: center;
  z-index: 2;
}

.carousel-indicators li {
  background-color: black;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
}

.carousel-indicators .active {
  background-color: white;
}

.gallery-image {
  width: 100%;
  height: auto;
  margin-bottom: 10px; /* Adicionado */
}

.photo-info {
  margin-top: 10px;
  text-align: left; /* Alinhamento à esquerda */
  margin-left: 5px; /* Margem à esquerda */
  margin-bottom: 35px; 
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 24px;
  height: 24px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  top: auto;
  bottom: 0;
  transform: translateY(50%);
}

.carousel-control-prev {
  margin-left: -20px;
}

.carousel-control-next {
  margin-right: -20px;
}

.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
}

.footer-container {
  position: absolute;
  right: 5%;
  left: 5%;
  max-width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: left;
}

/* Classe personalizada para o botão */
.green-button {
  margin-top: 10px;
  background-color: green !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

.mu-footer-content {
  text-align: center;
}

.mu-social-media {
  text-align: center;
}

/* Adiciona margem inferior a todas as colunas */
.col-md-6 {
margin-bottom: 20px;
}

/* Remove a margem inferior quando as colunas estiverem lado a lado */
@media (min-width: 768px) {
.col-md-6 {
  margin-bottom: 0;
}
} 

.form-group {
margin-bottom: 10px;
text-align: left;
margin-left: 1px;
}

.alert-placeholder {
/* color: #f8f9fa; */
margin-top: 10px; 
margin-bottom: 10px;
color: transparent; /* Cor do texto transparente para torná-lo invisível... */
}

.alert {
margin-top: 10px; /* Margem superior */
margin-bottom: 10px; /* Margem inferior */
}
