body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span,
table,
th,
td {
  font-family: "VT323", monospace !important;
  font-size: 12px !important; /* Default readable size */
  line-height: 1.5 !important; /* Improves spacing */
}

/* Optional: Headings can be slightly bigger */
h1 {
  font-size: 18px !important;
}
h2 {
  font-size: 16px !important;
}
h3 {
  font-size: 14px !important;
}

.firstp {
font-size: 16px;
margin-bottom: 10px;
font-family: 'Press Start 2P', monospace;
color: #ffeb3b;
}
#usernameModal{

    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    justify-content: center;
    align-items: center;


}

.q1 {
    background: #1e1e2f;
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 90%;
    max-width: 300px;


}

#trainerNameInput{

    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: none;


}

.b1{
    
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    background: #00c853;
    color: white;
    font-weight: bold;
  

}

#customErrorBox{
   
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    justify-content: center;
    align-items: center;
  

}


.q2{
  
    background: #1e1e2f;
    color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    text-align: center;
    max-width: 300px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  

}

.b2{
  
    margin-top: 15px;
    padding: 8px 16px;
    background: #c62828;
    color: white;
    border: none;
    border-radius: 6px;
  

}

.a1{
    
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    background: #4caf50;
    color: white;
    border-radius: 6px;
    text-decoration: none;


}

#rechargeModalOverlay{
   
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 120000;
    justify-content: center;
    align-items: center;

}

#rechargeModalBox{
  
    background: #222;
    color: #fff;
    padding: 22px 16px;
    border-radius: 10px;
    max-width: 320px;
    margin: auto;
    text-align: center;
  

}

#rechargeMoveConfirm{
  
    margin: 12px 0 8px 0;
    padding: 7px 18px;
    border: none;
    border-radius: 6px;
    background: #ffd700;
    color: #222;
    font-weight: bold;
  
}

#rechargeMoveCancel{
  
    padding: 7px 18px;
    border: none;
    border-radius: 6px;
    background: #c62828;
    color: #fff;
  

}