* {
    font-family: 'Nunito', sans-serif;
}

#category #sidebar-wrapper {
    width: 200px;
    top: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    background-color: #fff;
    border-right: 1px solid #04AA6D;
}

#category #sidebar-wrapper #sidenav-menu {
    margin-top: 20px;
}

#category #sidebar-wrapper #sidenav-menu .nav-item:hover {
    transition: 0.2s ease-in-out;
    background-color: #04AA6D
}

#category #sidebar-wrapper #sidenav-menu .nav-item:hover .nav-link {
    color: #fff;
}

#category #sidebar-wrapper #sidenav-menu .nav-link {
    /*margin: -2px 0px;*/
    color: #04AA6D;
    padding: 10px 0px;
    padding-left: 35px;
}

#category #sidebar-wrapper #sidenav-menu .nav-item .active {
    background-color: #04AA6D;
    color: #fff;
}

#profile-wrapper img {
    width: 80px;
    border-radius: 5px;
}

#content-wrapper {
    margin-left: 200px;
    width: 100%;
}

#category .modal #category_photo_label:hover {
    cursor: pointer;
}

#category .modal #category-img-preview {
    border-radius: 5px;
    width: 200px !important;
    height: 200px !important;
}

#category .modal #category_photo_label:hover #cat-image-overlay {
    display: block !important;
}

#category .modal #cat-image-overlay {
    position: absolute;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.247);
    width: 200px;
    height: 200px;
}