.custom-page{
    position: relative;
}
.content-area.page-wrapper {
  padding-bottom: 0;  
}
.page-wrapper .large-12.col {
  padding-bottom: 0;  
}
.custom-page .sidebar-v2{
    position: fixed;
    width: 300px;
    top: 100px;
    bottom: 0;
    z-index: 1002;
    transition: all 0.2s;
    background-color: #FEFEFE;

    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 1px 0px;
}
.custom-page .sidebar-v2 .custom-sidebar{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300px;
    overflow-y: auto;
    transition: all 0.2s ease-in-out;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 16px;
}
.custom-page .sidebar-list{
    border-bottom: 1px solid #D1D5CF;
    margin: 0;
    list-style: none;
        padding-bottom: 8px;
    margin-bottom: 16px;
}
.custom-page .sidebar-list .sidebar-item{
    padding: 0;
    margin: 0;
    margin-bottom: 16px;

}
.custom-page .sidebar-list .sidebar-item a{
    font-size: 14px;
    width: 100%;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    color:#000;
    text-decoration: none;
    transition: all 0.5s ease-in-out;

}
.custom-page .sidebar-list .sidebar-item img{
    width: 20px;
    height: 100%;
    margin-right: 10px;


}
.custom-page .sidebar-list .sidebar-item a:hover{

    background: rgb(230 230 230 / 1);

}

.custom-page .sidebar-list .sidebar-item:first-of-type a{
    color:#fff;
    background: #0094FF;

}
.custom-page .wallet-list{
border-bottom: 1px solid #D1D5CF;
    margin: 0;
    list-style: none;
        padding-bottom: 8px;
    margin-bottom: 16px;
}
.custom-page .wallet-list .wallet-item{
    padding: 0;
    margin: 0;
    margin-bottom: 16px;

}
.custom-page .wallet-list .wallet-item a{
    width: 100%;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    color:#000;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
     font-size: 14px;

}
.custom-page .wallet-list .wallet-item img{
    width: 20px;
    height: 100%;
    margin-right: 10px;


}
.custom-page .wallet-list .wallet-item a:hover{

     background: rgb(230 230 230 / 1);

}
.custom-page .system-list{
    margin: 0;
    list-style: none;
}
.custom-page .system-list .system-item{
    padding: 0;
    margin: 0;
    margin-bottom: 16px;

}
.custom-page .system-list .system-item a{
    width: 100%;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    font-size: 12px;
    background: rgb(243 245 247 / 1);

}
.custom-page .system-list .system-item img{
    width: 20px;
    height: 100%;
    margin-right: 10px;


}


.custom-page .content-v2{
    margin-left: 320px;
    transition: all 0.2s;
    border-radius: 16px;

}
.custom-page .content-v2 .content-bg{
    background-color:#fefefe;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 1px 0px;
     padding: 16px;
     border-radius: 16px;
     margin-bottom: 10px;
}

.footer-v2 .box-footer .footer-title{
    margin-top:16px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.footer-v2 .box-footer ul,.footer-v2 .box-footer ul li{
   margin: 0;
   list-style: none;
   padding: 0;
}

.footer-v2 .box-footer ul li , .footer-v2 .box-footer .footer-text{
    color:#707070;
}
.footer-v2 .line{
    width: 100%;
    height: 1px;
    background-color: #D1D5CF;
    margin: 20px 0;
    
}
.footer-v2 .top-footer{
    display: flex;
    justify-content: space-around;
    
}



    
    
/*    @media only screen and (min-width: 850px) {*/


    
/*    .custom-page .content-v2{*/
/*    position: relative;*/
/*    bottom: 40px;*/
/*    z-index: 1002;*/
/*    }*/
/*}*/
@media only screen and (max-width: 1023px) {

    .custom-page .sidebar-v2{
        width: 240px;
    
    }
    .custom-page .sidebar-v2 .custom-sidebar{
        width: 240px;
    }
    
    .custom-page .content-v2{
        margin-left: 250px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-v2 .top-footer{
    flex-direction: column;
    
    }
    .custom-page .sidebar-v2{
       width: 100%;
       bottom: 0;
       top: auto;
       height: 78px;
       left: 0;
       right: 0;
    }
        .custom-page .sidebar-v2 .custom-sidebar{
        width: 100%;
        padding: 6px;
    }

    
    .custom-page .content-v2{
        margin-left: 0;
        margin-bottom: 80px;
    }
    .custom-page .sidebar-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        
    }
    
        .custom-page .system-list,.custom-page .wallet-list{
            display: none;
        
    }
        .custom-page .sidebar-list .sidebar-item{
            margin: 0;
    }
    .custom-page .sidebar-list .sidebar-item a{
        flex-direction: column;
        flex-wrap: nowrap;
        white-space: nowrap;
        font-size: 12px;
        align-items: center;
        justify-content: center;
    }
        .custom-page .sidebar-list .sidebar-item a img{
            width: 30px;
            margin: 0;
            margin-bottom: 6px;
    }
}
