.fw-bold, strong {
    font-weight: 700;
}
.qrcode-wrapper {
    padding: 24px 24px 0 24px;
}
.btn-qrcode {
    font-size: 14px;
    padding: 6px 12px;
}
.btn-qrcode i {
    font-size: 1.5rem;
}
.dlabnav .metismenu ul a {
    font-size: 14px;
}
.dlabnav .metismenu > li a > i {
    font-size: 1.5rem;
}
.dlabnav .copyright {
    padding: 0 24px;
}
.form-control, .form-select {
    border: 1px solid #e0e0e0;
}
.form-control.is-invalid {
    border-right: 1px solid #fd5353 !important;
}
.search-area .input-group-text, .form-check-input {
    border-color: #e0e0e0;
}
.search-area .form-control:hover {
    border-color: #e0e0e0;
}
.authincation-content {
    background: #fff;
}
.card-tabs .nav-tabs.tabs-lg .nav-link {
    font-weight: 600;
    padding: 8px 16px;
}
.header .input-group-prepend, .input-group-append, .search-area .form-control {
    height: 48px;
}
.header .btn-qrcode {
    height: 48px;
    line-height: 43px;
}
.header-right .header-profile img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    object-position: center;
}
.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
}
.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
#video-container.example-style-1 .scan-region-highlight-svg,
#video-container.example-style-1 .code-outline-highlight {
    stroke: #64a2f3 !important;
}
.qr-modal .close {
    font-size: 3rem !important;
    padding: 6px 26px 0 0;
}
.qr-modal-search-table tr td {
    font-size: 12px;
    padding: 3px 6px 3px 6px;
}
.qr-modal-search-table tr td:first-child {
    font-weight: 700;
    padding-left: 0;
}
.qr-modal-search-table tr td:last-child {
    padding-right: 0;
}

@media (max-width: 767.98px) {
    .qrcode-wrapper {
        padding: 0 16px 8px 16px;
    }
    .qrcode-wrapper .btn-qrcode {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
    .qrcode-wrapper {
        padding: 16px 16px 0 16px;
    }
    .qrcode-wrapper .btn-qrcode {
        border-radius: 50rem;
        width: 50px;
        height: 50px;
    }
}