/* =====================================================
SIDEBAR
===================================================== */

.mvd-sidebar{

    width:280px !important;

    min-width:280px !important;

    min-height:100vh;

    background:#24145A;

    padding:24px;

    color:#fff;

    flex-shrink:0;

    display:flex;

    flex-direction:column;
}

.mvd-badge{
    margin-left:auto;
    width:26px;
    height:26px;
    border-radius:50%;
    background:#ff0011;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:700;
}
/* =====================================================
BRAND
===================================================== */

.mvd-brand{

    display:flex;

    align-items:center;

    margin-bottom:50px;
}

.mvd-brand-logo{

    width:46px;

    height:46px;

    border-radius:14px;

    background:#7047EB;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    font-weight:800;

    margin-right:12px;
}

.mvd-brand-text h2{

    margin:0;

    color:#fff;

    font-size:20px;

    font-weight:700;

    line-height:1.1;
}

.mvd-brand-text span{

    display:block;

    margin-top:4px;

    color:rgba(255,255,255,.55);

    font-size:17px;
}

/* =====================================================
MENU GROUPS
===================================================== */

.mvd-menu-group{

    margin-bottom:28px;
}

.mvd-menu-title{
    margin-bottom:10px;
    color:rgba(255,255,255,.45);
    font-size:12px;
    font-weight:800;
	margin:25px 0 18px;
	color:#8E88B5;
    letter-spacing:2px;
    text-transform:uppercase;
}



/* =====================================================
MENU ITEMS
===================================================== */

.mvd-menu-item{

    display:flex;
    align-items:center;
    padding:14px 16px;
    margin-bottom:6px;
    border-radius:14px;
    color:#fff;
	letter-spacing:1px;
    text-decoration:none;
    font-size:16px;
    font-weight:400;
    transition:all .2s ease;
}

.mvd-menu-item:hover{

    background:rgba(255,255,255,.06);

    color:#fff;
}

.mvd-menu-item.active{

    background:#7047EB;

    box-shadow:
        0 10px 25px
        rgba(112,71,235,.35);
}

/* =====================================================
SIDEBAR FOOTER
===================================================== */

.mvd-sidebar-footer{

    margin-top:auto;
}

.mvd-upgrade{

    background:#7047EB;

    border-radius:18px;

    padding:20px;

    margin-bottom:20px;
}

.mvd-upgrade h4{

    margin:0 0 10px;

    font-size:16px;

    color:#fff;
}

.mvd-upgrade p{

    margin:0;

    font-size:13px;

    color:rgba(255,255,255,.8);
}


.mvd-help{
    display:flex;
    align-items:flex-start;
    gap:14px;
    background:rgba(255,255,255,.04);
    border-radius:18px;
    padding:22px;
}

.mvd-help-icon{
    flex:0 0 28px;
    font-size:24px;
    line-height:1;
    margin-top:3px;
}

.mvd-help-content{
    display:flex;
    flex-direction:column;
}

.mvd-help-content strong{
    color:#fff;
    font-size:16px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:4px;
}

.mvd-help-content span{
    color:rgba(255,255,255,.75);
    font-size:14px;
    line-height:1.5;
}


.mvd-sidebar-section{
    margin-top:28px;
}

.mvd-sidebar-section-title{
    font-size:13px;
    letter-spacing:3px;
    opacity:.55;
    margin-bottom:12px;
}

.mvd-sidebar-nav a{
    height:52px;
    padding:0 20px;
    font-size:16px;
    border-radius:16px;
    margin-bottom:6px;
}

.mvd-menu-item{
    display:flex;
    align-items:center;
    gap:12px;
}











