*{margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
    user-select: none;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none;     /* IE/Edge */
}

html, body {
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
}

body{
  background: white;
}

.container{
  padding: 16px 36px;
 
}

.user-img-wrapper {
  width:46px;
  aspect-ratio: 1 / 1; /* Garante proporção 1:1 */
  overflow: hidden;
  border-radius: 50%; /* Opcional: deixa redondo */
}

.user-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Preenche sem distorcer */
  display: block;
}

.user{
  display: flex;
  width: 100%;
  align-items: center;
}

.sec1 .ajust{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.logo {
    max-width: 150px;
}

.user-name span{

font-size: 20px;
font-weight: 300;
}

.user-name .nome-do-usuario{
  font-weight: 600;
}

.icones{
  display: flex;
  gap: 20px;
}

.icones i{
  font-size: 24px;
}

.ver{
  display: flex;
  justify-content: space-between;
}

.sec2 .ajust{
  background: red;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 12px;
  background: #c6e0ffb0;
}

.saque{
  display: flex;
  justify-content: space-between;
}

.disponivel{
  display: flex;
  flex-direction: column;
  color: #0198ff;
}

.sec2 .btn-div{
  display: flex;
  align-items: end;
  
}

.btn-saque{
  background: #0198ff;
  padding: 12px 24px;
  gap: 8px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-saque span{
  color: white;
}
.btn-saque i{
  background: white;
  padding: 8px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color:#0198ff ;
  text-align: center;
}

.ver span{
  font-size: 16px;
  color: #252525;
}

.ver i{
  font-size: 20px;
  color: #252525;
}

.saldo{
  font-size: 30px;
  font-weight: 900;
  color: #005976;
}

.sec3 .box .itens{
display: flex;
justify-content: space-between;
}

.sec3 .box{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

h3{
  font-weight: 400;
  font-size: 18px;
}

h4{
  font-weight: 600;
  font-size: 20px;
}


.range-selector {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.range-button {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 20px;
  border: 1.5px solid #ccc;
  background-color: #f9f9f9;
  color: #999;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}

.range-button.active {
  background-color: #fff;
  color: #000;
  border-color: #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.range-button:hover {
  border-color: #007bff;
}

.sec4 span{
  font-size: 18px;
  font-weight: 500;
}

.barra{
  display: flex;
  justify-content: space-between;


}



.barra i{
  font-size: 24px;
  text-decoration: none;
  color: black;
}

.sec5{
  box-shadow: 2px -2px 10px 4px rgba(0,0,0,0.28);
-webkit-box-shadow: 2px -2px 10px 4px rgba(0,0,0,0.28);
-moz-box-shadow: 2px -2px 10px 4px rgba(0,0,0,0.28);

  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px 0;


}

.sec4 .ajust{
display: flex;
flex-direction: column;
gap: 20px;
padding-bottom: 120px;
}







/*==========================================================*/


body.dark {
  background-color: #010109;
  color: #ffffff;
  background-size: cover;
  background-position: left top;
  position: relative;
}

body.dark::after {
  content: "";
  background: #2198fe;
  opacity: 1;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 0px;
  right: -30%;
  filter: blur(100px);
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}

body.dark .sec2 .ajust {
  border: solid 1px #ffffff1c;
  background: #00000091;
}

body.dark .disponivel {
  color: #90caf9;
}

body.dark .btn-saque {
  background: #0087ff;
}

body.dark .btn-saque span {
  color: #ffffff;
  font-weight: 500;
}

body.dark .btn-saque i {
  background: #ffffff;
  color: #0087ff;
}

body.dark .ver span,
body.dark .ver i,
body.dark .saldo {
  color: #ffffff;
}

body.dark .range-button {
    background-color: transparent;
    color: #fff;
    border: solid 1px #186ab3;
}

body.dark .range-button.active {
  background-color: #176ab3;
  color: #fff;
  border: solid 1px #ffffff1c;
}

body.dark .sec5 {
  box-shadow: 0 -2px 10px rgb(0 0 0 / 10%);
  background: linear-gradient(90deg, rgb(1 2 10) 0%, rgb(14, 18, 26) 100%);
}

body.dark .sec5 i{
  color: white;
}


/* Estilo aplicado quando está com blur */
/* Começa oculto por padrão */
.sec2 {
  transition: all 0.3s ease;
}

.sec2.oculto .saldo,
.sec2.oculto .disponivel span {
  filter: blur(6px);
  transition: filter 0.3s ease;
  pointer-events: none;
  user-select: none;
}



/*=============================================
==================== LOGIN ====================
=============================================*/


    .login-container {
      background: white;
      padding: 40px;
      border-radius: 12px;
     
      width: 100%;
      max-width: 400px;
    }

    .login-container h2 {
      text-align: center;
      margin-bottom: 24px;
      font-weight: 700;
    }

    .form-group {
      margin-bottom: 20px;
    }

    .form-group label {
      display: block;
      font-weight: 500;
      margin-bottom: 8px;
    }

    .form-group input {
      width: 100%;
      padding: 12px;
      border-radius: 8px;
      border: 1px solid #ccc;
      font-size: 16px;
    }

    .form-group input:focus {
      outline: none;
      border-color: #0198ff;
    }

    .forgot-password {
      text-align: right;
      margin-top: -10px;
      margin-bottom: 20px;
      display: flex;
      justify-content: space-between;
    }

    .forgot-password a {
      text-decoration: none;
      color: #0198ff;
      font-size: 14px;
    }

    .btn-login {
      width: 100%;
      padding: 14px;
      background: #0198ff;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .btn-login:hover {
      background: #0077cc;
    }


/*==============================================
==================== CONFIG ====================
=============================================*/


 .config-container {
      max-width: 500px;
      margin: 0 auto;
      padding: 30px;
      border-radius: 12px;
   
    }

    .config-container h2 {
      margin-bottom: 24px;
      text-align: center;
    }

    .profile-photo {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 30px;
    }

    .profile-photo img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 10px;
      border: 2px solid #0198ff;
    }

    .profile-photo input[type="file"] {
      display: none;
    }

    .profile-photo label {
      cursor: pointer;
      background-color: #0198ff;
      color: white;
      padding: 8px 16px;
      border-radius: 8px;
      font-size: 14px;
    }

    .notification-option {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 20px;
      font-size: 16px;
    }

    /* Switch estilo interruptor */
    .switch {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 26px;
    }

    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    .slider {
      position: absolute;
      cursor: pointer;
      top: 0; left: 0;
      right: 0; bottom: 0;
      background-color: #ccc;
      border-radius: 34px;
      transition: .4s;
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      transition: .4s;
      border-radius: 50%;
    }

    input:checked + .slider {
      background-color: #0198ff;
    }

    input:checked + .slider:before {
      transform: translateX(24px);
    }

    .sec1-config{
      height: 100vh;
    }









    /*=============================================================
    ======================== FILTER =============================
    =============================================================*/
 .filtro-container {
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
      max-width: 100%;
    }

    .filtro-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }

    .filtro-header h3 {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
    }

    .filtro-header a {
      font-size: 14px;
      color: #0198ff;
      text-decoration: none;
    }

    .input-group {
      position: relative;
      margin-bottom: 16px;
    }

     .input-group input, .input-group select {
      width: 100%;
      padding: 12px 16px;
      border: 1px solid #8f8f8f;
      border-radius: 8px;
      font-size: 15px;
      color: #000000;
      outline: none;
      background: #ffffff;
      -webkit-appearance: none;
    }


    body.dark .input-group input, body.dark .input-group select {
      width: 100%;
      padding: 12px 16px;
      border: 1px solid #ffffff26;
      border-radius: 8px;
      font-size: 15px;
      color: white;
      outline: none;
      background: #000000a1;
      -webkit-appearance: none;
    }




    .input-group i {
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      color: #0198ff;
      pointer-events: none;
    }

    .input-icon {
      padding-right: 40px !important;
    }

    


   body.dark #data-display {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ffffff26;
  border-radius: 8px;
  font-size: 15px;
  background-color: #000000a1;
  color: #333;
}






     #data-display {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #858585;
  border-radius: 8px;
  font-size: 15px;
  background-color: #ffffffa1;
  color: #333;
}






/* Modal tela cheia */
.modal-data {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  display: none;
  flex-direction: column;
  padding: 24px;
}

.modal-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.modal-content h3 {
  margin-top: 0;
  font-size: 20px;
  text-align: center;
}

.modal-content input[type="date"] {
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.modal-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

.modal-buttons button {
  flex: 1;
  margin: 0 5px;
  padding: 14px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

.modal-buttons button:first-child {
  background-color: #f3f3f3;
  color: #555;
}

.modal-buttons button:last-child {
  background-color: #0198ff;
  color: white;
}

.btn-buscar a{
  text-align: center;
  background-color:#0198ff;
  padding:  16px 32px;
  font-size: 16px;
  color: white;
  text-decoration: none;
  border-radius: 300px;
}

.btn-buscar{
  display: flex;
  justify-content: center;
}


body.dark .modal-data{
      background: #000000f5;
}

@keyframes blink {
      0%, 80%, 100% {
        opacity: 0.5;
      }
      40% {
        opacity: 0.7;
      }
    }


body.disabled-loading {
    pointer-events: none;
    opacity: 0.7;
    animation: blink 1s infinite ease-in-out;
}

#logo-header {
  transition: opacity 0.3s ease-in-out;
}

.sec3.oculto h4 {
    filter: blur(6px);
    transition:filter 0.3s ease;
}

section.sec4.oculto canvas {
    filter: blur(4px);
}

.login-container {
    background: white;
    padding: 40px;
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    border: solid 1px #ffffff1c;
    background: #00000091;
}

form{
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}



.login-sec1 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*=========================== AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/

.swal2-popup.swal2-modal {
  
    background: #fffffff2;
    border-radius: 18px;
}

body.dark .swal2-popup.swal2-modal {
    border: solid 1px #ffffff1c;
    background: #000000ed;
    border-radius: 18px;
}

body.dark .swal2-toast{
   border: solid 1px #ffffff1c;
    background: #000000ed;
    border-radius: 18px;
}

button.swal2-confirm {
    background: #0198ff;
}

body.dark .swal2-success-circular-line-left {
    background: transparent!important;
}

body.dark .swal2-success-circular-line-right {
    background: transparent !important;
}

body.dark .swal2-success-fix {
    background: transparent !important;
}

body.dark #swal2-title {
    color: white;
}

body.dark div#swal2-html-container {
    color: white;
}

button.swal2-confirm:hover {
    background: #49b5ff;
}


form#loginForm {
    display:flex;
    width:100%;
    justify-content:center;
}

/*======================== gustavo*/

@keyframes floatAndPulse {
  0% {
    transform: translateY(-50%) translateX(0);
    opacity: 0.8;
    filter: blur(90px);
  }
  50% {
    transform: translateY(-55%) translateX(15%);
    opacity: 1;
    filter: blur(120px);
  }
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 0.8;
    filter: blur(90px);
  }
}

body.dark::after {
  content: "";
  background: #2198fe;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 0px;
  right: -30%;
  filter: blur(100px);
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
  animation: floatAndPulse 10s ease-in-out infinite;
}

section.sec1 {
    padding-top: 20px;
}

.barra a.active i {
    color: #186ab3;
}



/* Fade geral */
.fade {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.fade-out {
  opacity: 0;
}

/* LOADING */
#loading {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#loading.active {
  opacity: 1;
  pointer-events: all;
}

.loader {
  width: 30px;
  height: 30px;
  border: 3px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

body.dark .loader {
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-top-color: #f1f1f1;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


/*FIXX APP*/

   body {
  padding-top: constant(safe-area-inset-top); /* suporte iOS antigo */
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
}


body.dark .resultados-itens{
  display: flex;
  justify-content: space-between;
}

body.dark .resultados-item1{
  font-size: 14px;
  font-weight: 400;
}

body.dark .resultados-item2{
  font-size: 14px;
  font-weight: 300;
}


body.dark .resultados-box{
  padding: 30px;
  border-radius: 10px;
  border: solid 1px #ffffff14;
  background: #00000085;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


body.dark .sec2-filter{
  padding-bottom: 90px;
}

body.dark .aprovada {
    color: #56ff56;
    FONT-WEIGHT: 500;
    BORDER: SOLID 1PX #56ff56;
    PADDING: 0PX 10PX;
    BORDER-RADIUS: 4PX;
    padding-bottom:2px;
}

body.dark .reprovada {
    color: #d52e2e;
    FONT-WEIGHT: 500;
    BORDER: SOLID 1PX #d52e2e;
    PADDING: 0PX 10PX;
    BORDER-RADIUS: 4PX;
    padding-bottom:2px;
}

body.dark .aguardando {
    color: #ff9d1e;
    FONT-WEIGHT: 500;
    BORDER: SOLID 1PX #ff9d1e;
    PADDING: 0PX 10PX;
    BORDER-RADIUS: 4PX;
    padding-bottom:2px;
}


body.dark .zap{
  color: #56ff56;
}



/*================= WHITE*/
.resultados-itens{
  display: flex;
  justify-content: space-between;
}

.resultados-item1{
  font-size: 14px;
  font-weight: 400;
}

.resultados-item2{
  font-size: 14px;
  font-weight: 300;
}


.resultados-box{
  padding: 30px;
  border-radius: 10px;
  border: solid 1px black;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.sec2-filter{
  padding-bottom: 90px;
}

.aprovada {
    color: #56ff56;
    FONT-WEIGHT: 500;
    BORDER: SOLID 1PX #56ff56;
    PADDING: 0PX 10PX;
    BORDER-RADIUS: 4PX;
    padding-bottom:2px;
}

.reprovada {
    color: #d52e2e;
    FONT-WEIGHT: 500;
    BORDER: SOLID 1PX #d52e2e;
    PADDING: 0PX 10PX;
    BORDER-RADIUS: 4PX;
    padding-bottom:2px;
}

.aguardando {
    color: #ff9d1e;
    FONT-WEIGHT: 500;
    BORDER: SOLID 1PX #ff9d1e;
    PADDING: 0PX 10PX;
    BORDER-RADIUS: 4PX;
    padding-bottom:2px;
}


.zap{
  color: #56ff56;
}

.menu{
  display: none;
}


 
 .modal-saque{
  padding-top: 120px;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    
 
  background: white;
  position: relative;
  z-index: 9999;
  top: 0px;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
 }
.saque-container {
  
  padding: 16px 0px;
  background-color: white;
  border-radius: 10px;
}

.saque-container label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
.saque-container input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 10px;
}


.input-group select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}


.modal-valor {


    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 12px;
    background: #c6e0ffb0;
}

.saque-container span {
    font-size: 12px;
}


.saque-btn{
  background:#0198ff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border-radius: 8px;
}
#fechar{
  font-size: 20px;
  color: black;
  position: absolute;
  top: 30px;
  right: 30px;
}

.modal-saque{
   padding-top: 120px;

    padding-bottom: env(safe-area-inset-bottom);
    
 
  position: relative;
  z-index: 9999;
  top: 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fechar{
  font-size: 20px;
  color: #000000;
  position: absolute;
  top: 30px;
  right: 30px;
}
body.dark  .modal-saque{
  padding-top: 120px;

    padding-bottom: env(safe-area-inset-bottom);
    
  background: #000000f2;
  position: relative;
  z-index: 9999;
  top: 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 }

 body.dark #fechar{
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 30px;
  right: 30px;
}

 body.dark .modal-valor {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 12px;
    border: solid 1px #ffffff1c;
    background: #00000091;
}

  body.dark .saque-container {
  
padding: 16px 0px;
  
background-color: #00000000;
  
border-radius: 10px;
}

   body.dark .saque-container input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ffffff26;
  border-radius: 8px;
  box-sizing: border-box;
  color: white;
  margin-bottom: 10px;
  background: #01010196;
}

div:where(.swal2-container){
      z-index: 999999999999999999999999!important;
}