.header-app-logo {
    padding-left: 35px;
    padding-top: 10px;
}

.main-content {
    height: calc(100% - 100px) !important;
}

header {
    background: #46007D !important;
}

aside {
    height: 100% !important;
}

aside .main-menu {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    background: none !important;
    width: calc(100% - 500px) !important;
    padding-left: 0px;
    padding-right: 50px;
    margin-left: 290px;
    height: 90px;
}

aside .main-menu::-webkit-scrollbar {
    display: none;
}

aside .main-menu li {
    display: inline-block;
}

header {
    height: 90px;
}

header .user-box {
    top: 15px;
}

ul.main-menu {
    background: #46007D !important;
}

ul.main-menu li {
    height: 90px;
}

ul.main-menu li a {
    height: 90px;
    padding-top: 15px;
}

ul.main-menu li a .nav-item-text {
    text-align: center;
    white-space: pre-wrap;
}

ul.main-menu li a .dz-icon.menu-icon {
    font-size: 30px;
}

aside .arrow-right {
    position: absolute;
    z-index: 20;
    width: 50px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0px;
    right: 220px;
    color: #FFF;
    font-size: 50px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 90px;
}

aside .arrow-left {
    position: absolute;
    z-index: 20;
    width: 50px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0px;
    left: 270px;
    color: #FFF;
    font-size: 50px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 90px;
    visibility: hidden;
}

aside .arrow-right, aside .arrow-left {
    display: none;
}

.main-content {
    margin-top: 0px;
}

.toggle-mobile-menu-btn {
    display: none;
}

/*select {*/
/*    color: #FFF;*/
/*}*/

label {
    min-height: 35px;
}

.hidden[style="display: inline-block;"] {
    display: inline-block !important;
}

.hidden[style="display: block;"] {
    display: block !important;
}

header .logo {
    padding-top: 17px;
}

header .user-box {
    display: flex;
    align-items: center;
    padding-top: 0px;
    background-color: #fff;
    color: #46007D;
}

header .user-box a {
    color: #46007D;
}

ul.main-menu li a.selected .menu-icon, .clear-filters-button {
    color: #46007D !important;
}

.create-task-button {
    /*background-color: #46007D !important;*/
}

header .sign-out-button {
    margin: 4px 0px 0px 0px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 991px) {

    header {
        top: 0px;
        position: fixed;
        z-index: 5;
        height: 50px;
    }

    header .logo {
        height: auto;
    }

    header .header-app-logo {
        padding: 10px;
        height: 90%;
        width: auto;
    }

    header .toggle-mobile-menu-btn {
        float: left;
        display: block;
        font-weight: bold;
        line-height: 50px;
        padding: 0 20px 0 20px;
        color: purple;
    }

    header .toggle-mobile-menu-btn img {
        height: 70%;
        margin-top: 7px;
    }

    header .user-box {
        top: 10px;
        padding: 0px 0px 0px 10px;
        width: 160px;
        height: 30px;
    }

    header .user-box .user-box-name {
        max-width: 50px;
        height: 20px;
        display: inline-block;
        overflow: hidden;
        padding-top: 3px;
        font-size: 16px;
    }

    header .user-box .support-box {
        display: none;
    }

    main {
        width: 100%;
        margin-top: 60px;
        float: none;
        overflow-y: visible;
    }

    .main-content {
        height: 100% !important;
        margin-top: 0px;
    }

    ul.main-menu li a {
        padding-top: 30px;
    }

    ul.main-menu {
        left: 0px;
        margin-bottom: 0px;
        width: 90% !important;
        position: relative;
        padding-left: 0px;
        margin-left: 0px;
        padding-right: 0px;
    }

    aside .arrow-right {
        right: 10%;
        height: 100px;
    }

    aside .arrow-left {
        left: 0px;
        height: 100px;
    }

    ul.main-menu, ul.main-menu li {
        height: 100px;
    }

    .top-list-nav {
        width: 90%;
        position: relative;
        float: left;
    }

    aside {
        top: 0px;
        width: 100% !important;
        float: none;
        height: 100% !important;
        z-index: 99;
        position: fixed;
        left: -100%;
        background-color: rgba(0, 0, 0, 0.7);
        box-shadow: none;
    }

    aside.middle {
        width: 100%;
    }

    aside .menu-list-data {
        width: 90%;
        float: left;
        margin-top: 0px;
    }

    aside .close-button {
        display: block;
        position: absolute;
        top: 10px;
        right: 3%;
        color: #FFF;
        font-size: 50px;
        font-weight: bold;
        cursor: pointer;
    }

    .chat-popup-button {
        bottom: 20px !important;
        right: 20px !important;
    }

    .lb-outerContainer {
        width: 95% !important;
        margin-left: 5px;
    }

    .lb-outerContainer .lb-container img {
        width: 100% !important;
        height: auto !important;
    }

    .dashboard-v2__charts-item, .multiple-chart {
        width: 99% !important;
    }

    .dashboard-v2__header {
        display: block !important;
    }

    .dashboard-v2__logo {
        width: 50% !important;
        float: left;
        text-align: center;
    }

    .dashboard-v2__customerName {
        text-align: left;
        width: 50% !important;;
        float: right !important;;
    }

    .dashboard-grid__buttons-item {
        width: 95% !important;
    }

    .dashboard-grid__buttons.active-dashboard {
        width: 100% !important;
        display: block !important;
        overflow: scroll !important;
        white-space: nowrap !important;
        height: 140px;
        overflow-y: hidden !important;
        padding-top: 10px !important;
    }

    .dashboard-grid__buttons.active-dashboard .dashboard-grid__buttons-item {
        display: inline-block !important;
        width: 120px !important;
        float: none !important;
    }

    .dashboard-grid__buttons.active-dashboard .dashboard-grid__buttons-item div {
        white-space: normal;
    }

    .svg-filter {
        width: 100% !important;
    }

}

@media (max-width: 400px) {
    aside .close-button {
        right: 1%;
    }
}