﻿.side-navbar {
    width: 275px;
    /*height: 100%;*/
    /*position: fixed;*/
    margin-left: -300px;
    background-color: white;
    transition: 0.5s;
}

.my-container {
    transition: 0.4s;
    margin-left: 18.7rem;
}

.active-nav {
    margin-left: 0;
}

.active-cont {
    margin-left: 275px;
}

#menu-btn {
    margin-left: 0px;
    padding: .66rem 1rem .9rem;
    background-color: #17469E;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
    height: 50px;
}

.site-menu a {
    color: #17469E ;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background-color: #F7F7F7;
    padding: .25rem 2rem;
    margin-right: 1rem;
    margin-top: 1rem;
    border-radius: 0px 3px 3px 0px;
}

.site-menu {
    padding: .25rem 0rem 1.5rem 0rem;
}

    .site-menu a:hover {
        box-shadow: 0px 3px 5px rgba(0,0,0,.24);
        background-color: #17469E;
        color: white !important;
        margin-right: 1rem;
    }
   .activebg {
        box-shadow: 0px 3px 5px rgba(0,0,0,.24)!important;
        background-color: #17469E!important;
        color: white !important;
        margin-right: 1rem!important;
    }

.all-category {
    position: absolute;
    top: 0;
    background-color: #17469E;
    color: white;
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    font-style: normal;
    width: 275px;
    padding-left: 2rem;
    height: 50px;
    padding-top: .75rem;
}

@media only screen and (max-width:767px) {
    .side-navbar {
        width: 100%;
    }

    .p-m-0{
        padding:0;
    }

    .all-category {
        width: 100%;
    }
}