.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 100%;
    max-width: 100%;
    background: #efefef;
    color: #fff;
    transition: all 0.3s;
    position: fixed;
    z-index: 99999;
    height: 100%;
    top: 0 !important;
    left: 0;
}

#sidebar.active {
    margin-left: -100%;
}

#sidebar .sidebar-header {
    padding: 20px 20px 20px 10px;
    background: #fbe3b8;
    min-height: 80px;
}

#sidebar .sidebar-header p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar .inzioSez {
    border-top: 2px solid #cf5059;
}

.close {
    opacity: 1;
}

#sidebar ul li {
    padding: 12px 30px;
}

#sidebar ul li a {
    font-size: 16px;
    display: block;
    color: #323232;
    font-weight: 500;
    text-transform: capitalize;
}

#sidebar ul li.active {
    color: #252d65;
    background: #f4f4f4;
}

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

#nav-closer {
    cursor: pointer;
    float: right;
    margin-top: 6px;
    color: #ffffff;
}

#content {
    width: 100%;
}

.section-content {
    margin: 0 auto;
    max-width: 1210px;
}

#section-content-menu {
    position: absolute;
    top: 30px;
    right: 30px;
}

#header-btn-group {
    background: transparent;
    top: 0px;
    position: relative;
    margin-top: 0;
    margin-bottom: 0px;
    cursor: pointer;
}

#header-btn-group .fa {
    font-size: 36px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 6px;
    color: #252d65;
}

#sidebar ul li a:hover {
    color: #252d65 !important;
}

.sidebar-header h3 {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
}

#sidebar .btn-menu {
    padding: 8px 10px;
    font-size: 1.05em;
    display: block;
    color: #595959;
    font-weight: 600;
    text-transform: capitalize;
    background: none;
    width: 100%;
    text-align: left;
    border: 0;
    border-radius: 0;
}

#sidebar .btn-menu.active {
    color: #f28f01;
    background: #f4f4f4;
}

#sidebarCollapse {
    width: 27px;
}


@media (max-width: 768px) {
    #header-btn-group {
        margin-right: 0px;
    }

    .btn-big {
        display: block;
        font-size: 1.5em;
    }
}

@media (min-width: 768px) {
    #section-content-menu {
        right: 30px;
        left: unset;
    }
}