:root{
     
    --main-color: #201F1F;
    --dark-color: #1C1A1A;
    --contrast-color: #1C1A1A;
    --differential-color: #ED8554;

}

html, body {
    height: 100%;
    margin: 0;
  }
  .logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.logo-fundo {
    max-width: 100%;
    height: auto;
}

@media (max-width: 480px) {
    .logo-fundo {
        max-width: 90%;
    }
}

@media (max-width: 320px) {
    .logo-fundo {
        max-width: 50%;
    }
}

.logo-evento {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100px; /* Ajuste o tamanho conforme necessário */
  height: auto;
}

  html, body {
    height: 100%;
    margin: 0;
    background:whitesmoke;
  }
  .container {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  }
  
  .box-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
  
  }
  

  .loader {
    position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: whitesmoke;
  align-items: center;

  }
  
  .loader::after {
    content: '';
    width: 48px;
    height: 48px;
    left: 50%;
    bottom: 50%;
    position: absolute;
    border-radius: 50% 50% 0;
    border: 15px solid red;
    transform: rotate(45deg) translate(0, 0);
    box-sizing: border-box;
    animation: animMarker 0.4s ease-in-out infinite alternate;
  }
  
  .loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 150%;
    width: 24px;
    height: 4px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    animation: animShadow 0.4s ease-in-out infinite alternate;
  }
  
  @keyframes animMarker {
    0% {
      transform: rotate(45deg) translate(5px, 5px);
    }
  
    100% {
      transform: rotate(45deg) translate(-5px, -5px);
    }
  }
  
  @keyframes animShadow {
    0% {
      transform: scale(0.5);
    }
  
    100% {
      transform: scale(1);
    }
  }
  .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .container-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .box-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
  }

  

  .container-1 .box-form p{
    font-weight: bold;
    color: #6A70CB;

  }
  
  #container {
      background-image: whitesmoke;
      border-radius: 10px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      width: auto;
      height: auto;
    }
    
  #teste-color {
      background: linear-gradient(
          60deg,
          rgb(7, 25, 29) 8%,
          rgb(137, 143, 216) 100%
      );
  }


.alert{
    font-weight: bold;
    color: #6A70CB;

}
 /*  .logo-evento {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100px; 
      height: auto;
    } */
table{
    width: 100%;
    padding: 20px;

}
thead{
    background:linear-gradient(
        60deg,
        rgb(7, 25, 29) 8%,
        rgb(137, 143, 216) 100%
    );
    text-align: center;
    color:whitesmoke;
}

td{
    color:black;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
}

.linha{
    height: 40px;
    background-color: black;
    padding: 20px;
}


td, th{
    padding: 20px;
    background-color: var(--contrast-color);
}

button{
    margin: 0 15px;
}
.navbar-color{
    background-color: #201F1F !important;
}

body{
    background-color: whitesmoke;
}

/* .container{
    border-style: solid;
    border-color: aliceblue;
    border-radius: 12px;
    border-width: 1px;
    margin-top: 7%;
    width: auto;
    max-width: 800px;
    
  
    display: flex;
    justify-content: center;
    align-items: center;
    
} */

/* .logo-fundo{
    justify-content: center;
    align-items: center; 
} */


button{
    margin: 0 15px;
    background-color: #6A70CB;
}

h3{
    color: white;
    text-align:center;
}



.row{
    color: aliceblue;
}

form{    
    /* background-color: blue; */
    width: auto;
    margin: auto;
}


/* .test-block{
    display: inline-block;
} */

/* .container2{
    margin-top: 0%;
    width: auto;
    max-width: 800px;
       
} */

/* ---------------------------------------------- */
/* .bg-inscricao{

    height: 100%;
    background: linear-gradient(
        60deg,
        rgb(7, 25, 29) 10%,
        rgb(40, 105, 179) 100%
      );
    padding-left: 2%;
}

.bg-img{
    
    height: 100vh;
    background-size: cover;
    color: #14e9e9
} */

/* .logo{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 40px;
} */

/* .box-form{
    width: 70%;
    background-color: white;
    margin: auto;

    margin-top: 4%;
    margin-left: 0 AUTO;
    border-radius: 20px;
    box-shadow: 1px 1px 5px 1px #0e0e0e;
    height: 80%;
  
    
} */

.link{
    color: var(--differential-color);
    text-decoration: none;
}

.btn-principal{
    
    background-color: #6A70CB;
    border: 1px solid var(--contrast-color);
    color: whitesmoke;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    
    
}

.btn-princip{
    background-color: #6A70CB;
    border: 1px solid var(--contrast-color);
    color: whitesmoke;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    

}
/* 
.logo-evento{

    position: fixed;
    bottom: 20px;
    max-width:80px;
    max-height:70px;
    width: auto;
    height: auto;

} */
 .container{
    display: flex;
    justify-content: center;
    align-items: center;
    color:black;
    
} 







/* .filtro-form {
    text-align: center;
    margin-bottom: 20px;
} */

.dataTables_info {
    color: black;
}

.buttons-excel {
    background-color: blue;
    color: white;
}

.custom-export-buttons .buttons-excel {
    background-color: green;
    color: white;
}

.custom-export-buttons .buttons-pdf {
    background-color: red;
    color: white;
}

.custom-export-buttons .buttons-copy {
    background-color: #1b9afb;
    color: white;
}

/* ------------------------------------------------------------ */

/* .card{
    color: black;
} */

/* html, body {
    height: 100%;
    margin: 0;
  }
  .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .box-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  #container {
      background-image: whitesmoke;
      border-radius: 10px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      width: 600px;
      height: 600px;
    }
    
  #teste-color {
      background: linear-gradient(
          60deg,
          rgb(7, 25, 29) 8%,
          rgb(137, 143, 216) 100%
      );
  }

  .logo-evento {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100px; 
      height: auto;
    } */

    label{
        font-weight: bold;
        color: #201F1F;    
    }



    