body {
    font-family: "GFF Latin", sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('https://diamantesgratis.freefirepc.org/wp-content/uploads/2025/11/sm.png');

}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.generador-1-container {
    margin: 100px auto;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 601px) {
    .generador-1-container {
        width: 400px;
    }
}

@media only screen and (max-width: 600px) {
    .generador-1-container {
        width: 280px;
        /* background: rgba(240, 244, 247, 0.56); */
        /* backdrop-filter: blur(28.5px); */
    }
}


.form {
    padding: 25px;
}

.add-form {
    padding: 25px;
}

h2 {
    text-align: center;
    color: #ffc107;
}

label {
    display: block;
    margin-bottom: 8px;
    color: #495057;
}

.input-container {
    display: flex;
    align-items: center;
}

.label-id {
    padding: 9px;
    background-color: #212529;
    /* color: #212529; */
    border-radius: 4px 0 0 4px;
    margin-top: -16px;
}

input {
    flex: 1;
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid #ced4da;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: "GFF Latin", sans-serif;
}

input:focus {
    border-color: #ffba00;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(184, 142, 5, 0.25);
}

.btn-script-1 {
    width: 100%;
    padding: 12px;
    background-color: #ffba00;
    color: #212529;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-family: "GFF Latin", sans-serif;
}

.btn-script-1:hover {
    background-color: #212529;
    color: #fff;
}

.btn-script-1:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(184, 142, 5, 0.25);
}

.img-x {
    text-align: center;
}

.svg-logo {
    height: 1rem;
    transition: .3s;
}

@media only screen and (min-width: 601px) {
    .alok-ds {
        width: 180px;
    }
}

@media only screen and (max-width: 600px) {
    .alok-ds {
        width: 120px;
    }
}