html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.ccont { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: flex; 
    flex:1 0 auto; 
}
.disable{
    pointer-events: none;
    background-color: gray !important;
}
.navbar-nav.me-auto li{
    margin-right: 20px;
    margin-left: 20px;

}
.navbar-nav.me-auto li a{
    color: black;
    text-decoration: none;
}
.navbar-nav.me-auto li a:hover{
    cursor: pointer;
    font-weight: bold;
}
textarea{
    min-height: 200px !important;
}
button.html5-qrcode-element{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}
button.html5-qrcode-element:hover{
    background-color: #208137;
}
#qr-reader{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.row-places input, .row-places a{
    font-size: 30px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .navbar-nav.me-auto li{
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    
    }
    .col-espin{
        padding: 0px !important;
    }
    
}