.wrapper {
    width: 100%;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #876d5a;
}

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

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

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

#sidebar {
    min-width: 200px;
    max-width: 200px;
    background: linear-gradient(to top, #7a175e, #de0022);
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* position: relative; */
    position: fixed;
    height: 2000px;
    z-index: 1022;
	border-right:1px soild #f7f7f7;
}

#sidebar .h6 {
    color: #fff;
}

#sidebar.active {
    margin-left: -200px;
}

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

#sidebar h1 .logo {
    color: #fff;
}

#sidebar h1 .logo span {
    font-size: 14px;
    color: #dabea7;
    display: block;
}

#sidebar ul.components {    
    padding: 0;
}
@media (max-width: 991.98px) {
    #sidebar ul.components {
        height: 550px;
        overflow-y: scroll;
    }
}

#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: 10px 0;
    display: block;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sidebar ul li a span,
#sidebar ul li a svg {
    color: #ffa94c;
    margin-right: 5px;
}

#sidebar ul li a:hover {
    color: #fff;
}

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

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

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

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 45px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar .custom-menu .btn {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: relative;
}

#sidebar .custom-menu .btn i,
#sidebar .custom-menu .btn svg {
    margin-right: -45px;
    font-size: 15px;
    color: #ffffff;
}

#sidebar .custom-menu .btn.btn-menu {
    background: 0 0;
    border-color: transparent;
}

#sidebar .custom-menu .btn.btn-menu:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #de0022;
    border-radius: 10px;
	
}

#sidebar .custom-menu .btn.btn-menu:hover,
#sidebar .custom-menu .btn.btn-menu:focus {
    background: 0 0 !important;
    border-color: transparent !important;
}

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

/* .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
} */

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

#content {
    width: 100%;
    padding: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-menu {
    background: #876d5a;
    border-color: #876d5a;
}

.btn.btn-menu:hover,
.btn.btn-menu:focus {
    background: #876d5a !important;
    border-color: #876d5a !important;
}

.side-bar .backToIndex {
    background-color: #bfae99;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    color: #876d5a;
    font-weight: 700;
    font-size: 13px;
    padding: 0.5rem 1.3rem 0.5rem 0.5rem;
    transition: all 0.3s;
    -webkit-appearance: none;
}

.side-bar button:hover {
    background-color: #ffcb9a;
    color: #5c5b58;
}

.side-bar ul li .fi {
    color: #dabea7;
    margin-right: 5px;
    font-size: 1.1rem;
}

