.contenedor{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.panel{
    background-color: #f0f0f0;
    width: 40%;
    padding: 15px;
    border-radius: 8px;
    border-bottom: 4px solid #253d58;
}

.mtop16{
    margin-top: 16px;
}

.mtop32{
    margin-top: 32px;
}

.imagen{
    width: 50%;
    margin-top: 50px;
}

.imagen_i{
    width: 15%;
    margin-top: 50px;
}

.btn_send{
    background-color: #253d58;
    padding: 7px 36px;
    border-radius: 4px;
    border: 0px;
    color: #fff;
    font-weight: bold;
    &:hover{
        background-color: #4a9eff;
        color: #fff;
        font-weight: bold;
    }
}

.btn_rec{
    background-color: #253d58;
    padding: 7px 58px;
    border-radius: 4px;
    border: 0px;
    color: #fff;
    font-weight: bold;
    &:hover{
        background-color: #4a9eff;
        color: #fff;
        font-weight: bold;
    }
}

.btn_out{
    background-color: red;
    padding: 7px 54px;
    border-radius: 4px;
    border: 0px;
    color: #fff;
    font-weight: bold;
    &:hover{
        background-color: #ee6d65;
        color: #fff;
        font-weight: bold;
    }
}

.btn_inicio{
    background-color: #253d58;
    padding: 7px 60px;
    border-radius: 4px;
    border: 0px;
    color: #fff;
    font-weight: bold;
    &:hover{
        background-color: #4a9eff;
        color: #fff;
        font-weight: bold;
    }
}

.boton{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pill{
    background-color: #ACAAAA;
    color: #ffffff;
    padding: 8px;
    border-radius: 12px;
    width: 150px;
    height: 40px;
    border: none;
}

.pill_s{
    background-color: #4F976E;
    color: #ffffff;
    padding: 8px;
    border-radius: 12px;
    width: 150px;
    height: 40px;
}

.form{
    display: contents;
}

.folio{
    border: none;
    text-align: center;
}

.recoleccion{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}


#my-qr-reader {
    padding: 20px !important;
    border: 1.5px solid #b2b2b2 !important;
    border-radius: 8px;
}

#my-qr-reader img[alt="Info icon"] {
    display: none !important;
}

#my-qr-reader img[alt="Camera based scan"] {
    width: 100px !important;
    height: 100px !important;
}

#html5-qrcode-button-camera-start, #html5-qrcode-button-camera-stop, #html5-qrcode-button-camera-permission {
    padding: 10px 20px;
    border: 1px solid #b2b2b2;
    outline: none;
    border-radius: 0.25em;
    color: white;
    font-size: 15px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #008000ad;
    transition: 0.3s background-color;
    
}

button:hover {
    background-color: #008000;
}

#html5-qrcode-anchor-scan-type-change {
    text-decoration: none !important;
    color: #1d9bf0;
    display: none !important;
}

video {
    width: 100% !important;
    border: 1px solid #b2b2b2 !important;
    border-radius: 0.25em;
}

.lista{
    list-style: none;
}

.edit{
    border-right: 3px solid #000000;
}