:root {
    --main-color: #4cb950;
    --text-color: #79848e;
    --white-color: #fff;
    --black-color: #000;
    --title-color: #3b454e;
}

ul,
ol {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

body {
    font-size: 14px;
    color: var(--text-color);
}

.left-sidebar {
    width: 250px;
    position: fixed;
    height: 100vh;
    background: #f6f6f6dd;
    padding-top: 10px;
    border-right: 1px solid #ddd;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.left-bar-item {
    display: initial;
    width: 100%;
}

.tab-item {
    width: 100%;
    text-align: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #646464;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.tab-item:hover {
    color: var(--main-color);
    background: #fff;
    border: none;
}

.tab-item.active {
    color: var(--main-color);
    background: #fff;
}

.main-content {
    margin-left: 250px;
    padding-top: 50px;
    transition: .3s;
}

.right-menu {
    padding: 10px;
    border-left: 1px solid #ddd;
    position: fixed;
}

a.content-link {
    color: var(--text-color);
    font-weight: 500;
    font-size: 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

li.content-li {
    margin-bottom: 7px;
}

p.right-bar-head {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: 10px;
}

a.content-link:hover {
    color: var(--main-color);
}

.header {
    background-color: #f8f9fa!important;
    box-shadow: 0px 2px 8px 1px #ddd;
    z-index: 3;
    position: fixed;
    width: 100%;
}

.nav-link.active {
    color: var(--main-color) !important;
    border: none;
}

.content-main {
    padding: 20px 40px;
}

.content-main {
    color: var(--title-color);
}

p.version {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
}

ul.feature-ul {
    list-style: inside;
    line-height: 28px;
    font-size: 15px;
}

.wrapper {
    padding-top: 75px;
}

h2.date {
    font-size: 22px;
}

p.right-bar-head span {
    margin-right: 4px;
}


/* header== */

.form-control:focus {
    box-shadow: none;
}

.btn:focus {
    box-shadow: none;
}

.search-input {
    padding: 5px 20px;
}

img.logo {
    width: 125px;
}

.nav-tabs .nav-link {
    border: none;
}

a.navbar-brand {
    width: 202px;
    border-right: 1px solid #ddd;
}

ul.top-menu-ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.left-nev {
    display: flex;
    align-items: center;
}

.menu-link.active {
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
}

.menu-link:hover {
    color: var(--main-color);
}

.menu-link {
    padding: 2px 10px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

li.content-li.active a {
    color: var(--main-color);
}

.toggle-bar {
    display: none;
}

@media screen and (max-width:992px) {
    .disable-m {
        display: none;
    }
    .toggle-bar {
        position: fixed;
        width: 30px;
        height: 30px;
        background: #ddd;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 2px;
        margin-top: -40px;
        color: var(--black-color);
        margin-left: 10px;
    }
    .left-sidebar {
        margin-left: -100%;
    }
    .main-content {
        margin-left: 0;
    }
}

.left-sidebar.show {
    margin-left: 0;
}

.main-content.active {
    margin-left: 250px;
}

.toggle-bar.active {
    margin-left: -15px;
}

.toggle-bar span {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.toggle-bar.active span {
    transform: rotate( 180deg);
}

@media screen and (max-width:780px) {
    .top-menu {
        display: none;
    }
    a.navbar-brand {
        border-right: none;
        width: 125px;
    }
}

@media screen and (max-width:520px) {
    .search-sec.border-start {
        display: none;
    }
}

.container.text-center small {
    color: var(--black-color);
}

.theme-mood {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 35px;
    right: 0;
    border: none;
    top: 35%;
    box-shadow: 0px 0px 5px 1px #ddd;
    background: rgb(12, 8, 47);
    border-radius: 15px 0px 0px 15px;
}

img.mood {
    width: 80%;
    filter: invert(1);
    -webkit-filter: invert(1);
}

img.shop-img {
    width: 100%;
}