.content.index {
    min-height: calc(100vh - 72px);
}

.sidebar {
    background: #151d26;
    background: #2a2a2a;
    background: #353533;
    
    box-shadow: inset 0 0 15px #000000;
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    max-width: 480px;
    color: #ffffff;
    z-index: 9;
}

.sidebar .link {
    border-right: 1px solid #0f1314;
    min-width: 50px;
    flex: 1;
    color: #c9c9c9;
    line-height: 1;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sidebar .link:last-child {
    border-right: none;
}
.sidebar .link.active {
    color: #ffffff !important;
}

.sidebar .icon {
    margin-bottom: 2px;
}

body {
    background: #0a0a0a;
}
.content, .link-body, .sidebar, .bottom, .navbar {
    background: linear-gradient(90deg, rgb(30 42 49) 0%, rgb(37 43 49) 50%, rgb(22 32 39) 100%);
    /* background: linear-gradient(90deg, rgb(27 43 57) 0%, rgb(18 45 51) 50%, rgb(24, 40, 49) 100%); */
    background: linear-gradient(90deg, rgb(20 21 22) 0%, rgb(19 22 22) 50%, rgb(16 19 20) 100%);
    background: linear-gradient(90deg, #0b0c11 0%, #131414 50%, #0b0c11 100%);
    box-shadow: inset 0 0 15px #0000004f;
    /* box-shadow: none; */
}

.sidebar .link {
    position: relative;
}

.barg {
    position: absolute;
    top: 4px;
    color: #13ff13;
    right: 4px;
}

.flex-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.flex-menu .menu-link {
    width: 33.33%;
    padding: 4px;
}
.flex-menu .link {
    display: block;
    position: relative;
        background: #171718d6;
    border-radius: 10px;
    border: 3px solid #0f1010da;
    text-align: center;
}
.flex-menu .link .icons {
    padding: 5px;
    max-width: 70px;
    height: 70px;
    margin: auto;
}
.flex-menu .link .icons .icon {
    width: 56px;
    height: 56px;
}
.flex-menu .link .title {
    color: #d5d5d5;
    font-weight: 700;
    padding-bottom: 3px;
}