.menu{
    
}
.list_menu{
    height: 55px;
}
.logo{
    width: 260px;
    height: 100%;
    overflow: hidden;
}
.css-logo img{
    height: 100%;
}
.item-menu-header{
    align-items: center;
    height: 100%;
}
.btn-x{
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    margin-right: 10px;        
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    text-decoration: none;
    display:inline-block;
    font-weight: 600;
    position: relative;
}

.btn-x:before{
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border: 2px solid transparent;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 3;
}
.btn-x:hover:before{
    height: 100%;
    width: 100%;
    border: 2px solid #fac609;
    border-right: 0;
    border-bottom: 0;
    transition: height 0.2s linear, width 0.2s linear 0.2s;

}
.btn-x:after{
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border: 2px solid transparent;
    top: 0;
    right: 0;
    box-sizing: border-box;
    z-index: 3;
}
.btn-x:hover:after{
    height: 100%;
    width: 100%;
    border: 2px solid #fac609;
    border-left: 0;
    border-top: 0;
    transition: height 0.2s linear, width 0.2s linear 0.2s;
}
.web-margin{
    height: 10px;
}
.list_category{
    justify-content: center;
    overflow: hidden;
    background-color: #391167;
    height: 30px;
}
.item-category{
    line-height: 30px;
    padding: 0 12px;
    font-weight: 700;      
    transition: all .15s ease;
    border: 1px solid transparent;
    color: #8b42a9;
    text-transform: capitalize;
}

#menu-bar{
    justify-content: center;
    height: 100%;
    width: 32px;
    box-sizing: border-box;
    padding: 8px 0;
    cursor: pointer;
}

.line{
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.line:before{
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}
.line:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}
.line.active{
    background-color: transparent;
/*    transform: rotate(90deg);*/
}
.line.active:before{
    top: 0;
    transform: rotate(45deg);
    background-color: #fac609;
}
.line.active:after{
    top: 0;
    transform: rotate(135deg);
    background-color: #fac609;
}
.search-box{
    width: 220px;
    height: 30px;
    border-radius: 50px;
    overflow: hidden;
}
.txt-search{
    padding-left: 15px;
    padding-right: 30px;
    background-color: #fff;
    font-weight: 700;
    color: #43040e;
    font-size: 12px;
}
.txt-search::placeholder{
    color: #43040e;
    font-weight: 700;
    text-transform: uppercase;
}
input:focus::placeholder {
    color: transparent;
}
.search-button{
    display: flex!important;
    justify-content: center;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
}
.margin-auto{
    margin-left: auto!important;
}
#show-library{
    width: 32px;
    height: 100%;
    display: none;
}
.library{
    justify-content: center;    
    box-sizing: border-box;
    padding: 8px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 31px;
    cursor: pointer; 
    height: 100%;
    box-sizing: border-box;
}
/*mobi menu*/

.mobile-menu{
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #1F053A;
    z-index: 120;
    overflow-y: scroll;
    transition: left .5s ease;
    box-shadow: 6px 0px 10px -4px rgba(0,0,0,0.75);
}
.mobile-menu::-webkit-scrollbar
{
    width: 5px;
    background-color: transparent;
}

.mobile-menu::-webkit-scrollbar-thumb
{
    background: #dcd5ea;
    cursor: pointer;
}
.menu-mobi{
    height: 55px;
    background-color: #441774;
}
.btitle{
    color: #fff;
    font-size: 25px;
    padding: 17px 15px;
}
#unset-menu{
    font-size: 27px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #FAC609;
    cursor: pointer;
    opacity: 0.5;
	display: none;
}
.search-mobile{
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    box-sizing: border-box;     
    display: none;
}
.virus{
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 2px #2d0c51;     
    padding: 2px 15px;
    font-weight: 600;
    font-size: 16px;
    color: #FAC609;    
    transition-timing-function: ease-out;
}
.virus:hover{
    background: #491487;
}
.toggle-libra{
    display: none;
}