body {
    /*font-family: poppins, Arial, sans-serif;*/
    /*font-size: 14px;*/
    /*line-height: 1.8;*/
    /*font-weight: 400;*/
    background: #fff;
    color: gray
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #d43131;
}

a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

button {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

button:hover, button:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.wrapper {
    width: 100%
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #32373d;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

#sidebar .h6 {
    color: #fff
}

#sidebar.active {
    margin-left: -300px
}

#sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px
}

#sidebar h1 .logo {
    color: #fff;
    display: block;
    padding: 10px 30px;
    background: #d43131;
}

#sidebar ul.components {
    padding: 0
}

#sidebar ul li {
    font-size: 16px
}

#sidebar ul li > ul {
    margin-left: 10px
}

#sidebar ul li > ul li {
    font-size: 14px
}

#sidebar ul li a {
    padding: 15px 30px;
    display: block;
    color: rgba(255, 255, 255, .6);
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

#sidebar ul li a:hover {
    color: #fff;
    background: #d43131;
    border-bottom: 1px solid #d43131;
}

#sidebar ul li.active > a {
    background: 0 0;
    color: #fff
}

#sidebar ul li.active > a:hover {
    background: #d43131;
    border-bottom: 1px solid #d43131;
}

@media (max-width: 991.98px) {
    #sidebar {
        margin-left: -300px
    }

    #sidebar.active {
        margin-left: 0
    }
}

.bg-wrap {
    width: 100%;
    position: relative;
    z-index: 0
}

.bg-wrap:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: .3
}

.bg-wrap .user-logo .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px
}

.bg-wrap .user-logo h3 {
    color: #fff;
    font-size: 18px
}

a[data-toggle=collapse] {
    position: relative
}

@media (max-width: 991.98px) {
    #sidebarCollapse span {
        display: none
    }
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn.btn-primary {
    background: #d43131;
    border-color: #d43131;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #d43131 !important;
    border-color: #d43131 !important
}

.footer p {
    color: rgba(255, 255, 255, .5)
}

#sidebarCollapse:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f060";
}

.sidebar-open:after {
    content: "\f061" !important;
}