
/* ___________ Side Bar ___________ */

.side-menu {
	background: #f3f3ee;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	text-align: center;
	padding-left: 0px;
    padding-right: 0px;
    height: 100%;
}
.img-account {
    width: 120px;
    margin: 30px auto 0;
    outline: none;
}
#upload-demo-i img {
    margin-top: 30px!important;
}
.side-menu h4 {
    font-size: 17px;
    font-weight: bold;
    padding: 20px 0px;
}
.side-menu-container {
	text-align: left;
	padding-bottom: 50px;
}

.side-menu .active {
    background: white;
    border-left: 10px solid #ef3d59;
}
.side-menu .active a {
    padding-left: 30px;
}
.side-menu li {
  	width: 100%;
    line-height: 30px;
    position: relative;
}
.side-menu li a {
  	padding-left: 40px;
  	color: black;
  	font-size: 15px;
}
.side-menu .side-menu-container > ul > li > a {
    font-weight: bold;
}
.side-menu li a span.number {
    float: right;
    padding: 0px 10px;
    background: red;
    color: #FFF;
    border-radius: 15px;
    position: absolute;
    right: 15px;
    top: 10px;
}
.panel-collapse {
	border-top: 2px solid lightgrey;
    border-bottom: 2px solid lightgrey;
}
.dropdown-sidebar {
	padding: 0px;
}
.btn-toggle-menu {
	display: none;
}
.upload_avt input {
	display: none;
}
.upload_avt button {
	background: none;
}
.close_upload {
    font-size: 25px;
    opacity: 1;
    color: #ccc;
    float: right;
    margin-top: -5px;
    width: 25px;
}
.slider-mobile {
    display: none;
}

@media all and (max-width: 992px) { 
    .profile-item {
        display: unset !important;
    }
    .btn-toggle-menu {
        display: block;
        margin-bottom: 10px;
        margin-left: 10px;
        width: 40px;
        height: 40px;
        background: white;
        border: none;
    }
    .side-menu {
        display: none;
        margin-bottom: 50px;
        border-radius: unset;
        position: fixed;
        width: 215px;
        height: 100%;
        top: 0;
        left: -220px;
        z-index: 9999;
        background: white;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-animation: slide 0.5s forwards;
        -webkit-animation-delay: 2s;
        animation: slide 0.5s forwards;
        animation-delay: 0s;
    }
    .btn-toggle-menu span {
        font-size: 30px;
    }
    .profile-button {
        padding-bottom: 100px;
    }
    .btn-toggle-menu:focus {
        outline: none;
    }
}

@media all and (max-width: 480px) {
    .slider-main {
        display: none;
    }
    .btn-toggle-menu {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .slider-mobile {
        border-radius: 5px;
        width: 50%;
        border: 2px solid #eee;
        margin-left: 20px;
        position: absolute;
        z-index: 9999;
        background: white;
    }
    .side-menu-container {
        padding: 0 15px;
    }
    .slider-mobile ul li a {
        border-bottom: 2px solid #eee;
        padding: 10px 0;
        font-size: 17px;
    }
    .slider-mobile ul li:last-child a {
        border: none;
    }
}

@media all and (max-width: 320px) {
    .btn-toggle-menu {
        margin-bottom: 0px; 
    }
    
}