.span-navlinks {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 20px 12px;
    display: flex;
    align-items: center;
}

.nav .nav-grid ul li.active span {
    color: #D81860;
}

.nav .nav-grid ul li span img {
    width: 24px;
    margin-right: 6px;
}

.nav .nav-grid ul li span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 20px 12px;
    display: flex;
    align-items: center;
}

.nav-grid {
    margin-left: 1.5em;
}

.hidebtn{
    display: none;
}

.image-bigviewer{
    display:grid !important; 
    justify-content: center !important; 
    place-items: center !important; 
    height: 80vh !important; 
    align-items: center !important; 
    flex-direction: column !important;
}

.tools-grp {
    display: flex;
    gap: 16px;
    align-items: center;
}


.no-records-msg {
    height: 6em;
    background-color: #eaeaea;
    width: 100% !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}