﻿.btn-primary {
    background-color: orange !important;
    color: #000000 !important;
    border-color: orange !important;
    font-weight:bold;
}
.nav > .active {
    background-color: orange !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: orange !important;
}

.login-page, .register-page {
    background-color: orange !important;
}

.swal2-popup {
    width: 100% !important;
}

.btn-scan {
    position: absolute;
    right: 20px;
    top: 10px; 
}
.bg-primary {
    background-color: orange !important;
}
/*
@media only screen and (max-width: 600px) {
    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }

    #qr-reader video{
        height : 100% !important;
    }
}*/
