.skin-base .nav-sidebar .nav-link.active svg {
    stroke: #fff;
}

.text-right {
    text-align: right;
}

.spinner-border {
    margin-left: 15px;
    height: 23px;
    width: 23px;
}

.badge {
    width: fit-content !important;
}

a.nav-link.dropdown-toggle::after {
    margin-left: 2.255em !important;
}

.collapse_class {
    margin-top: 6px;
}

.m-r-1 {
    margin-right: 0.3em;
}

.nav-second-level {
    list-style-type: none;
}

.sidebar-body .nav-sidebar .submenu-item a {
    color: #25396f;
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0.7rem 1rem;
    transition: all 0.3s;
}

.float-right {
    float: right !important;
}

.mr-2 {
    margin-right: 5px;
}

#biometrics_verification_webcam video {
    background-image: url('https://i.ytimg.com/vi/w6geNk3QnBQ/maxresdefault.jpg');
    background-size: cover;
}

#biometrics_registration_webcam video {
    background-image: url('https://i.ytimg.com/vi/w6geNk3QnBQ/maxresdefault.jpg');
    background-size: cover;
}

#fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 0px;
    border-radius: 50%;
    margin: 20px;
    padding: 7px 10px;
}
