.btn-oh {
    border-color: #f1f197;
    background-color: #f1f197 !important;
    color: #666666;
}

.btn-ab {
    border-color: #666666;
    background-color: #666666 !important;
    color: #f1f197;
}

.bg-oh {
    border-color: #f1f197;
    background-color: #f1f197 !important;
    color: #666666;
}

.bg-ab {
    border-color: #666666;
    background-color: #666666 !important;
    color: #f1f197;
}

/* #modalQrEvent .modal-content #content-qr-event img {
    border: 6px solid #5f5f5f !important;
} */
#modalQrEvent .modal-content #content-content-qr-event {
    width: max-content;
    height: max-content;
    padding: 2em;
    margin: auto;
}

#modalQrEvent .modal-content #content-qr-event {
    background: white;
    padding: 0 !important;
    height: 212px;
    
}
.border-white{
    border: 6px solid white !important;
}
.border-black{
    border: 6px solid #5f5f5f !important;
}
.border-dark{
    border: 6px solid #080808 !important;
}