/* Reset geral */

body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    background: linear-gradient(0.50turn,#6a0dad,#69248b, #6a0dad);
    margin: 0%;
    padding: 0%;
    overflow: auto;
}

#cadastro-form{
    width: 1000px;
    padding: 35px;
}

h2 {
    position: absolute;
    text-align: center;
    color: #8a3fbf;
    top: 50px;
    left: 800px;
}

.form-group {
    margin-bottom: 10px;
}

label {
    display: block;
    color: #9132c0;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
}

input {
    width: 100%;
    padding: 5px;
    border: 1.5px solid #9132c0;
    border-radius: 4px;
}
input:focus {
    border-color: #00E280;
    outline: none;
}

.error-message {
    color: red;
    font-size: 0.8rem;
    margin-top: 3px;
}

#password-strength {
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-top: 2px;
}

.strength-bar {
    height: 100%;
    width: 0%;
    background-color: transparent;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.form-double {
    display: flex;
    gap: 30px;
}

#submit-btn {
    background-color: #8a3fbf;
    color: white;
    width: 103%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#submit-btn:disabled {
    background-color: gray;
    cursor: not-allowed;
}

/* incio rodape */
footer{
 background-color: rgb(0, 0, 0);
  background-image: url(/static/img/Fundo\ Site\ Sem\ Cor\ -.png);
  list-style: none;
  width: 100%; 
}
#regra-rodape{
  display: flex;
  justify-content: space-between;
  width: 1000px;
}
#principal-rodape{
  display: flex;
  justify-content: center;
  color: #9132c0;
  padding-top: 30px;
}
.links-rodape{
  text-decoration: none;
  color: #9132c0;
  font-size: 18px;
  margin-top: 10px;
}
.links-rodape:hover{
  color: #00E280;
}
#ajuda > h1 {
  font-size: 25px;
}
#cont-pagamentos > h1 {
  font-size: 25px;
}
#formas-pagamento{
  height: 50px;
  width: 200px;
  border-radius: 10px;
}
#img-coruja{
  height: 150px;
  width: 150px;
}
#site-seguro{
  height: 40px;
  width: 80px;
}
#cont-redes-sociais{
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  border-top: solid 1px #9132c0;
}
.redes-rodape{
  color: white;  
  padding: 0px 20px 0px;
  font-size: 25px;
  color: #9132c0;
  transition: all 0.4s ease;
}
.redes-rodape:hover {
  color: #00E280;
  transform: scale(1.2); 
}
#ultimo-bloco{
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #9132c0;
  background-color: #3d1059;
  color: white;
  height: 100%;
  justify-content: space-around;
}
.texto-rodape{
  font-size: 13px;
  font-weight:bold;
}
#ultimos-links{
  display: flex;
  width: 200px;
  flex-wrap: wrap;
  justify-content:space-around;
  font-weight:bold ;
}
.nav-rodape{
  color: white;
  text-decoration: none;
  font-size: 13px;
}
.nav-rodape:hover{
  color: #00E280;
}
.cont-vix{
  background:linear-gradient(0.50turn,#6a0dad,#69248b, #6a0dad); ;
}
/* Fim rodape */


/* conteiner principal */
#cont-principal{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#conteiner-formulario{
    display: flex;
    flex-direction: row;
    background-color: white;
    justify-content: left;
    align-items: stretch; 
    width: 1000px;
    height: 90%;
    margin: 50px;
    border-radius: 23px;
    box-shadow: 0 4px 10px rgb(0, 0, 0);
    overflow: hidden;
}
#vix-principal{
    height: 100%;
    width: 300px;
    background-color: #55177c;
    object-fit: contain;
}
/* header cadastrar */
#notlog {
  background: linear-gradient(0.50turn,#6a0dad,#7a0fc7, #6a0dad);
  border-bottom: solid 2px #9132c0;
  color: white;
  height: 65px;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 999;
}
#ancora{
  display: flex;
  width: 1000px;
  align-items: center;
  justify-content: space-between;
}
#cont-links{
  margin-right: 300px ;
}
#img-vix-inicio{
  height: 55px;
  width: 55px;
  margin-bottom: 2px;
}
.links{
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  margin: 0px 20px;
}
.links:hover{
  color: #00E280;
}
#cd-usuarios{
  text-decoration: underline;
  text-underline-offset: 4px; 
  text-decoration-thickness: 2px;
  color: #00E280;
}

@media (max-width: 1100px) {
      #vix-principal{
        display: none;
      }
      #submit-btn{
        width: 103%;
      }
      .form-double {
        flex-direction: column;
    }
     
  #principal-rodape{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #regra-rodape{
    width: auto;
    flex-wrap: wrap;
    align-items: center;
  }
  #regra-rodape{
    display: flex;
    width: auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
   #cont-links{
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0%;
  }
}

/* pop-up de confirmação */

 .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .popup-content {
    background-color: white;
    padding: 30px;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  }

  .popup-message {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
  }

  .popup-content button {
    padding: 8px 16px;
    background-color: #6a1b9a;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }

  .popup-content button:hover {
    background-color: #53157b;
  }