*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: "IBM Plex Sans Thai", sans-serif;
    margin: 0;
    background-color: #121212;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    
}







input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}




/* Header css */

h1{
    color: rgb(255, 255, 255);
    font-weight: 700;
    
}

h2{
    font-weight: 700;
    font-size: 25px;
    margin: 0;
    text-align: center;
    color: white;
    
    
}

p{
    font-size: 18px;
    color: white;
    font-weight: 700;
    
}

label{
    font-size: 18px;
    color: white;
    font-weight: 500;
    
}




/* CONTAINER1 */

.container1{
    max-width: 1200px;
    margin: auto;
    margin-top: 25px;
    gap: 10px;
    padding: 20px;
    margin-top: 100px;
    
    
    
    
}

.container1{
    display: flex; 
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    background-color: #121212;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}



/* CONTAINER1 */



/* REPARATION LOG */

.Reparacion-container{
    display: flex;
    flex-direction: column;
    background: #1e1e1e;
    border-radius: 10px;
    padding: 10px;
    text-align:  end;
    width: 340px;
    max-height: 290px; /* Altura máxima deseada */
    overflow-y: auto; /* Agregar barra de desplazamiento vertical cuando sea necesario */
    overflow-x: hidden; /* Ocultar barra de desplazamiento horizontal */
}

.Reparacion-container::-webkit-scrollbar {
    width: 10px; /* ancho de la barra de desplazamiento */
}

.Reparacion-container::-webkit-scrollbar-track {
    background: #1e1e1e; /* color de fondo de la pista de la barra de desplazamiento */
    border-radius: 0px 50px 50px 0px;
}

.Reparacion-container::-webkit-scrollbar-thumb {
    background: #383838; /* color del control deslizante de la barra de desplazamiento */
    border-radius: 50px; /* radio de borde del control deslizante */
}

.Reparacion-container::-webkit-scrollbar-thumb:hover {
    background: #555; /* color del control deslizante de la barra de desplazamiento al pasar el mouse */
}



.lista{
    color: white;
    display: flex;
    gap: 10px;
    justify-content: end;
    margin-top: 5px;
    margin-right: 50px;
    font-size: 20px;
    
        
    
}
  






.Reparacion-container input{
    border: none;
    outline: none;
    width: 200px;
    padding: 10px;
    background: rgba(44, 44, 44);
    border-radius:20px ;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    margin: 5px 0; /* Ajusta el margen vertical */

}

#but-log{  
    color: #000000;
    padding: 10px;
    width: 100px;
    border-radius: 50px;
    background: #fee122;  
    cursor: pointer;
    font-size: 15px;
    border: none;
    margin: 5px auto; /* Solo se aplica margen horizontalmente */
    display: block; /* Para que sea un elemento en bloque */
    margin: -41px 0 0 0; /* Ajusta el margen superior */
    align-self: flex-end; /* Alinea el botón a la derecha */
}

#dataList {
    margin-top: 20px; /* Ajusta el margen superior de la lista */
    padding: 0; /* Elimina el padding predeterminado de la lista */
    list-style: none; /* Elimina los marcadores de lista */
}

.edit-button{
    color: #000000;
    padding: 5px;
    width: 60px;
    border-radius: 10px;
    background: #fee122;  
    cursor: pointer;
    font-size: 12px;
    border: none;
    
}

.Eliminar{
    color: #000000;
    padding: 5px;
    width: 60px;
    border-radius: 10px;
    background: #fee122;  
    cursor: pointer;
    font-size: 12px;
    border: none;
}



/* REPARATION LOG */

.information-container{

    text-align: end;
    background: #1e1e1e;
    border-radius: 10px;
    padding: 10px;
    height: 290px;
    width: 430px;
       
}

.information-container input{
    border: none;
    outline: none;
    padding: 10px;
    background: rgba(44, 44, 44);
    border-radius:20px ;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    margin: 5px;
}





.taxes-container{
    text-align: end;
    background: #1e1e1e;
    border-radius: 10px;
    padding: 10px;
    height: 290px;
    width: 370px;
}


.taxes-container input{
    border: none;
    outline: none;
    padding: 10px;
    background: rgba(44, 44, 44);
    border-radius:20px ;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: #e2e2e2;
    margin: 5px;
    height: 40px;
    margin-top: 10px;
    width: 100px;
    margin-right: 40px;
    
}

#CalculateRepairCost{
    display: none;
}




.repair-info-container{
    background: #1e1e1e;
    border-radius: 10px;
    padding: 20px;
    width: 340px;
    text-align: start;
    height: 234px;
    
       
}

.repair-info-container p{
    display: inline;
   
    
}



.taxes-info-container{
    background: #1e1e1e;
    border-radius: 10px;
    padding: 20px;
    width: 430px;
    height: 234px;
}

.taxes-info-container p{
    display: inline;
}

.results-container{
    background: #1e1e1e;
    border-radius: 10px;
    padding: 20px;
    width: 370px;
    height: 234px;
}

.results-container p{
    display: inline;
}

#buyer-pay-output{
    color: #e4980a;
    font-size: 20px;
}

#player-split-output{
    color: #1ce40a;
    font-size: 20px;
}

#poster-repair-output{
    color: #e42b0a;
    font-size: 20px;
    
  
    
    
}

#info-results{
    font-size: 12px;

    color: #4d4d4d;
}

.buttons{
    display: flex;
    margin-left: 30%;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 50px;

    
}

#screenshotBtn {
    bottom: 20px;
    padding: 10px 20px;
    background-color: #dfdfdf;
    color: #000000;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: bold;
}

#copyBtn{
    bottom: 20px;
    padding: 10px 20px;
    background-color: #7289d7;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: bold;
}

.hidden{
    display: none !important;
}

#copyresult{
    color:white;
}

#copyresult:hover{
    color: #797979;
    cursor: pointer;
}




/* CONTAINER2 */

.container2{
    max-width: 1200px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 100px;
    
    

}


.container2 h1{
    font-size: 50px;
    
    
   
}   

.container2 p{
    margin-top: -20px;
    font-weight: 400;
    font-size: 25px;
    color: #969696;
    margin-bottom: 50px;
    
    
   
}


#card1{
    width: 70%;
    border-radius: 5px;
    
}


/* CONTAINER2 */

/* CONTAINER3 */

.container3{
    background-color: #121415;    
    
   
    
}

.discordhero{
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    height: 300px;
}

.discordhero h1{
    margin: 0;
    margin-bottom: 15px;
}

#h1text{
    color: #7289d7;
}

#btndiscord{
    padding: 15px 40px;
    background-color: #7289d7;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: bold;
    margin-right: 300px;
    text-decoration: none;
    
    
    
    
}

.discordcards{
    display: flex;
   
}



#card2{
    border-radius: 50px;
    
    
    
    
}


/* CONTAINER3 */

/* CONTAINER4 */

.container4{
    background-color:rgb(0, 0, 0);
    height: 800px;
    
}

.sponsorhero{
    display: flex;
    max-width: 1200px;
    margin: auto;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}





.container4 h1{
    font-size: 45px;
    color: #ffffff;
    
   
}   


.gehasst2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    margin-right: 50px;
    margin-left: 50px;
}

#gehasstcard1{
    width: 400px;
}


#gehasst-logo{
    cursor: pointer;
    
}


.gehasst1{
    margin-top: 240px;
}

.gehasst3{
    margin-top: 180px;
}

.gehasst1,
.gehasst3 {
    opacity: 0;
    transition: opacity 0.5s ease; /* Transición suave */
    
}

#btngehasst1{
    padding: 15px 20px;
    background-color: #fee122;
    color: #000000;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    
}

#btngehasst2{
    padding: 15px 20px;
    background-color: #7289d7;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    
    
}

#youtubegehast{
    color: #000000;
}



/* CONTAINER4 */




/*  FAQs  */

.container5{
    max-width: 1000px;
    margin: auto;
    margin-top: 50px;
}

.container5 > p, .container5 > h1 {
    margin: 1.5rem 0;
    text-align: center;
}

.container5 > h1{
    letter-spacing: 3px;
    font-size: 50px;
    margin-bottom: 50px;
}

.accordion {
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
    cursor: pointer;
    font-size: 1.2rem;
    width: 1000px;
    padding: 2rem 2.5rem;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.accordion i {
    font-size: 1.6rem;
}

.active,
.accordion:hover {
  background-color: rgb(24, 24, 24);
}

.pannel {
    padding: 0 2rem 2.5rem 2rem;
    background-color: rgba(255, 0, 0, 1);
    overflow: hidden;
    background-color: rgba(37, 37, 37, 0.2);
    display: none;
  }

.pannel p {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
}

.faq {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 10px 0;
  }

  .faq.active {
    border: none;
  }


/*  FAQs  */







