@charset "UTF-8";

#menu_esquerda{
	position: relative;
	width: 90px;
	height: 100%;
	float: left;
	background: #DDB987;
}

.adm_bg_body{
	background: #161616 !important;
}

.adm_bg_menu{
	background: #211f1d !important;
}

.adm_text_beige{
	color: #DDB987 !important;
}

.adm_filter_beige{
	filter: invert(100%) sepia(20%) saturate(5682%) hue-rotate(308deg) brightness(87%) contrast(100%) !important;
}

#seta_menu{
	position: absolute;
	right: 0;
}

#seta_menu i{
	width: 40px;
    height: 40px;
    padding-top: 4px;
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

#seta_menu i:hover{
	background: #dab077;
    color: #FFFFFF;
    transition: 0.2s;
	border-radius: 5px 0 0 5px;
}

#logo_menu{
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 35px;
}

#logo_menu img{
    width: 92%;
    height: auto;
    padding: 8px;
}

#lista_menu{
	width: 100%;
    height: calc(100% - 185px);
    overflow-y: auto;
}

#lista_menu::-webkit-scrollbar{
	display: none;
}

#lista_menu li{
    width: 100%;
    height: 70px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    padding: 15px 0;
	margin-bottom: 10px;
}

#lista_menu li:hover{
	background: #dab077;
    color: #FFFFFF;
    transition: 0.15s;
}

#lista_menu li i{
    width: 100%;
    height: 20px;
    font-size: 17px;
    margin-bottom: 6px;
	color: #604c35;
}

#btn_sair{
    position: absolute;
    bottom: 0;
    left: 0;
}

.title-menu{
	color: #604c35;
}

.lista_oculta{
	display: none;
	margin-bottom: 10px;
}

.lista_oculta li{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px !important;
    font-size: 12px !important;
    color: #555555 !important;
    padding: 0 !important;
}

.lista_oculta li:hover{
	color: #FFFFFF !important;
}

#user_avatar{
    position: fixed;
    top: 5px;
    right: 20px;
	display: flex;
    height: 45px;
    float: left;
    justify-content: center;
    align-items: center;
}

#user_avatar i{
	color: #604c35;
    font-size: 16px;
}

#user_name{
    margin-left: 6px;
    font-size: 11px;
	color: #604c35;
}

@media only screen and (min-width: 600px) {

#user_avatar i{
    font-size: 20px;
}

#user_name{
    font-size: 14px;
}