input::placeholder {
    font-family: 'Mukta', sans-serif;
    font-size: 14px;
    font-style: italic;
}

*:focus {
    outline: none;
}

body {
    background-color: black;
    background-size: cover;
    font-family: 'Mukta', Tahoma, Geneva, Verdana, sans-serif, sans-serif;
}

#logo-almatecno {
    margin-bottom: 10px;
    width: 60%;
    height: auto;
}

.background-container {
    background-color: black;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .background-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    text-align: center;
    background-color: transparent;
}

#id-input {
    font-family: 'Mukta', sans-serif;
    font-weight: bold;
    font-size: 30px;
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.0);
    color: rgb(0, 10, 15);
}

#buscar-button {
    width: 100%;
    background-color: transparent;
    color: white;
    padding: 9px;
    border: none;
    font-family: 'Mukta', sans-serif;
    font-size: 14px;}

#buscar-button:hover {
    border-radius: 0 0 0 10px;
    background: rgba(37, 145, 255, 0.8);}

#result {
    font-family: 'Mukta', sans-serif;
    font-weight: bold;
    width: 100%;
    padding: 4% 0%;
    border: none;
    text-align: center;
    cursor: pointer;
    color: red;
}

h1 {
    line-height: 0;
    color: white;
}

NoEncontrado {
    font-family: 'Mukta', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 73px;
    color: rgb(0, 10, 15);
}

id {
    font-family: 'Mukta', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    color: rgb(0, 10, 15);
}

nombre {
    font-family: 'Mukta', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 10px;
    color: rgb(0, 10, 15);
}

h5 {
    line-height: 0;
    margin: 30px;
    padding: 0;
    color: white;
    font-family: 'Mukta', sans-serif;
    font-weight: bold;
    font-weight: 100;
}

#recuadroSuperior {
    position: relative;
    width: 400px;
    height: 100px;
    border: none;
    border-radius: 0 10px 0 0;
    background-color: rgba(255, 255, 255, 0.8);
}

#recuadroInferior {
    position: relative;
    width: 400px;
    height: 40px;
    border: none;
    border-radius: 0 0 0 10px;
    background: rgba(0, 10, 15, 0.9);
}

#status-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    background: rgba(0, 10, 15, 0.9);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;   
}

#circleContainer {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 30px;
    border-radius: 50%;
    color: rgb(187, 187, 187);
    font-family: 'Share Tech', sans-serif;
    font-size: 10px; 
}
  
  .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    margin-top: 0px;
  }
  
  .connected {
    background-color: green;
  }
  
  .disconnected {
    background-color: red;
  }
