body{
    background-image: url('background-treking-qr.png');
    background-size: 100%;
    font-family: 'Poppins', sans-serif;
}
.content-form{
    width: 400px;
    height: 260px;
    background-color: white;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 130px;
    margin-left: 550px;
    padding: 40px;
}

.buttom-form{
    background-color: #013869;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 2px -2px grey;
    font-family: 'Poppins';
    font-weight: bold;
    width: 140px;
}

.select-form {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    font-family: 'Poppins';
    padding: 8px;
}

.img-logo{
    width: 200px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.text{
    text-align: justify;
}

.box-qr{
    height: 250px;
    width: 250px;
    background-color: #808080b3;
}

.section-2{
    margin-top: 50px;
    height: 450px;
}

.id-qr{
    background-color: #e0e0df;
    width: 240px;
    border-radius: 0px 0px 10px 10px;
    padding: 5px;
    color: #742521;
}
.qr-container {
    text-align: center;
    /* border: 1px solid #ccc; */
    padding: 20px;
}
.created-asset{
    padding-top: 100px;
}

.qr-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-code {
    margin: 1px; 
    margin-bottom: 20px;
}

.left-text {
    writing-mode: vertical-lr;
    position: absolute;
    margin-top: -180px;
    font-size: 16px;
    font-weight: bold;
    left: 35px;
    text-align: center;
    transform: rotate(180deg);
    text-transform: uppercase;  
    color: #742521;

}
.left-text div {
    white-space: nowrap; /* Evita que el texto se divida */
}
.right-text {
    writing-mode: vertical-lr;
    text-align: center;
    margin-left: 245px;
    position: absolute;
    margin-top: -150px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #742521;
}
.qr-text{
    color: black;
    margin-bottom: 5px;
    margin-left: 30px;
    
}
.buttons {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}



.button {
    width: 45%; /* El 10% de espacio se utiliza para el margen entre botones */
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    background-color: #742521;
    color: #fff;
    border: none;
    cursor: pointer;
}

.status {
    margin-top: 20px;
    text-align: center;
}

.show {
    margin-top: 100px;
    margin-left: 50px;
} 
.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.img-custom-size {
    width: 200px; 
    height: auto;  
}
.qr-right {
    margin-left: 385px;
    color: #742521;
    writing-mode: vertical-lr;
    text-align: center;
    position: absolute;
    margin-top: -200px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}


.qr-left {
    color: #742521;
    writing-mode: vertical-lr;
    position: absolute;
    margin-top: -230px;
    font-size: 16px;
    font-weight: bold;
    left: 100px;
    text-align: center;
    transform: rotate(180deg);
    text-transform: uppercase;
}

.header-content {
    padding: 20px 0; 
}
/* Estilo al hacer hover en el botón */
.btn-primary:hover {
    background-color: #013869; /* Cambia el color de fondo al que desees */
    color: white; /* Cambia el color del texto al que desees */
}

/* Estilo al hacer clic en el botón */
.btn-primary:active {
    background-color: #ff9900; /* Cambia el color de fondo al que desees */
    color: black; /* Cambia el color del texto al que desees */
}

.custom-page-item {
    /* Estilos para los elementos de la paginación */
    margin: 0;
}

.custom-page-link {
    /* Estilos para los enlaces de la paginación */
    color: #742521; /* Color del texto */
    background-color: #e0e0df; /* Color de fondo */
    border: 1px solid #742521; /* Borde de los enlaces */
}

.custom-active {
    /* Estilos para la página activa */
    background-color: #742521; /* Color de fondo de la página activa */
    color: #fff; /* Color del texto de la página activa */
}

input[type='file'] {
    color: transparent;
}
.form-margin{
    margin-top: 20px;
    margin-bottom: -5px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media (max-width: 767px) {
    .qr-right {
        margin-left: 290px;
    }
    .qr-left {
        margin-left: -100px; 

    }

    .right-text {
        margin-left: 245px;
    }
    .left-text {
        margin-left: -10px; 

    }
}