.show_background{
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 99;
}

.header_sidebar{
    background-color: #f5c24b;
    padding: 15px 20PX;
}

.aside_sidebar{
    width: 100%;
    background-color: #fff;
    height: 100vh;
    overflow-y: auto;
}

.close_sidebar{
    position: absolute;
    right: 5%;
    font-size: 30px;
}

.hidden{
    display: none;
}

.article_sidebar{
    width: 100%;
    padding: 20px;
    background-color: #fff;
}

.option_sidebar{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

.option_sidebar i{
    color: #274fa2;
}

a.option_mobile_sidebar{
    text-decoration: none;
}

a .option_sidebar{
    text-decoration: none;
    color: #000;
}

.line{
    width: 100%;
    height: 2px;
    background-color: #ccc;
}

