.boxdbshadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
}

.bg-hover:hover,
.bg-hover:focus,
.bg-hover:active,
.bg-hover:target {
    opacity: 0.45 !important;
}

.bmdxapp {
    background-image: url(../img/bd-qr.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
    /*background-attachment: fixed;*/
}