﻿body {
    overflow-x: hidden;
}

.dl-horizontal dt {
    white-space: normal;
}

.navbar {
    background: black;
    backdrop-filter: blur(15px);
   /* width: 290px;*/
  /*  height: 100vh;*/
   /* position: fixed;*/
    top: 0;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: left;
}

.side-bar.active {
    left: 0;
}

.menu {
    width: 100%;
    margin-top: 15px;
}

    .menu .item {
        position: relative;
        cursor: pointer;
    }

        .menu .item a {
            color: #fff;
            font-size: 20px;
            text-decoration: none;
            display: block;
            padding: 5px 10px;
            line-height: 30px;
        }

            .menu .item a:hover {
                background: #8621F8;
                transition: 0.3s ease;
            }

        .menu .item i {
            margin-right: 10px;
        }

        .menu .item a .dropdown {
            position: absolute;
            right: 0;
            margin: 8px;
            transition: 0.3s ease;
        }

        .menu .item .sub-menu {
            background: rgba(255, 255, 255, 0.1);
            display: none;
        }

            .menu .item .sub-menu a {
                padding-left: 25px;
                line-height: 30px;
                font-size: 15px;
                border-bottom: 1px solid rgba(255,255,255,.1);
            }

.subs {
    margin-left: 35px;
}

.rotate {
    transform: rotate(90deg);
}
