/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 100px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #F6503C;
    border-radius: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #F6503C;
}

.btn-copyright {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 190px;
}

@media (min-width: 768px) {
    .btn-copyright {
        left: 35px;
    }
}

.nav-item.active .nav-link {
    background: #fb503b !important;
}

.nav-item.active .sidebar-icon {
    color: #fff !important;
}

.sidebar-toggle {
    font-size: 1.3rem;
}

.sidebar-toggle:hover,
.sidebar-toggle:focus {
    outline: none;
    box-shadow: none;
    background: #D1D5DB;
}

.sidebar-inner {
    overflow-y: inherit;
}

.sidebar.contracted .nav-item.active>.nav-link {
    width: 44px;
}