.nuis-apps-launcher {
    display: none;
    position: fixed;
    box-shadow: rgb(0 0 0 / 22%) 0px 25.6px 57.6px 0px, rgb(0 0 0 / 18%) 0px 4.8px 14.4px 0px;
    z-index: 10995;
    background-color: #fff;
    width: 320px;
    min-width: 320px;
    max-width: 320px;
    box-sizing: border-box;
    outline: none;
    overflow-y: auto;
    visibility: visible;
    pointer-events: auto;
    top: 0;
    left: 0;
    right: auto;
    height: 100vh;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-duration: .18s;
    animation-duration: .18s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.nuis-apps-launcher {
    font-family: "NU Font";
}

.nuis-apps-launcher .apps-launcher-header .bento-icon {
    height: 50px;
    padding: 15px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    width: 50px;
}

.nuis-apps-launcher .home-link {
    float: right;
    height: 5px;
    padding: 15px;
}

.nuis-apps-launcher .apps-launcher-header .bento-icon:hover {
    background-color: #ddd;
}

.nuis-apps-launcher .apps-launcher-header .bento-dot {
    background-color: #272424;
}

.nuis-apps-launcher .apps-launcher-body {
    padding: 15px 15px;
    padding-top: 0;
}

.nuis-apps-launcher .apps-launcher-section {
    padding-bottom: 15px;
}

.nuis-apps-launcher .apps-launcher-label {
    font-weight: bold;
    font-size: 12px;
    color: #337ab7;
    padding: 5px 0;
    text-transform: uppercase;
}

.nuis-apps-launcher .launcher-app {
    padding: 10px;
    cursor: pointer;
}

.nuis-apps-launcher .launcher-app:hover {
    background-color: #f5fcba;
}

.nuis-apps-launcher .launcher-app i {
    display: inline-block;
    font-size: 120%;
    width: 25px;
}

.nuis-apps-launcher .launcher-app span {
    font-size: 90%;
}

.nuis-apps-launcher a:active,
.nuis-apps-launcher a:focus,
.nuis-apps-launcher a:hover {
    text-decoration: none;
}

.nuis-apps-launcher .launcher-app span {
    color: #000;
}

.nuis-apps-launcher .apps-launcher-body hr {
    margin-top: 5px;
    margin-bottom: 5px;
}