/* ==================================================================
   ——— GachaDocsINDEX —
==================================================================== */
.sidenav.fixed:hover {
    overflow: auto;
}

ul.sidenav.fixed li.logo {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-top: 32px;
    margin-bottom: 16px;
}

ul.sidenav.fixed li.logo:hover {
    background-color: transparent;
}

#logo-container {
    height: 57px;
    margin-bottom: 32px;
}

ul.sidenav.fixed li a {
    font-weight: bold;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
}

ul.sidenav.fixed li:hover,
ul.sidenav.fixed li.active {
    background-color: rgba(0, 0, 0, 0.05);
}

ul.sidenav.fixed li.no-padding:hover {
    background-color: rgba(0, 0, 0, 0);
}

.top-nav {
    height: 122px;
    box-shadow: none;
}

header,
main,
footer {
    padding-left: 240px;
}

nav.top-nav a.page-title {
    line-height: 122px;
    font-size: 48px;
}

a.button-collapse.top-nav.full {
    line-height: 122px;
}

a.button-collapse.top-nav {
    position: absolute;
    text-align: center;
    height: 48px;
    width: 48px;
    left: 7.5%;
    top: 0;
    float: none;
    margin-left: 1.5rem;
    color: #fff;
    font-size: 32px;
    z-index: 2;
}

.col.grid-example {
    border: 1px solid #eee;
    margin: 7px 0;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    background-color: tomato;
    color: white;
    padding: 0;
}

.shadow-demo {
    background-color: #26a69a;
    width: 125px;
    height: 125px;
    margin: 20px auto;
}

.btn,
.btn-large {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.dropdown-container {
    margin-bottom: 20px;
}

.modal-container {
    display: inline-block;
}

body {
    background-color: #121212 !important;
    color: #e0e0e0 !important;
    overflow: hidden;
}

nav.top-nav {
    background-color: #1e1e1e !important;
}

nav.top-nav .nav-wrapper .page-title,
a.button-collapse.top-nav,
a.button-collapse.top-nav.full {
    color: #e0e0e0 !important;
}

.sidenav.fixed {
    position: fixed !important;
    left: 0 !important;
    width: 240px !important;
    height: 100% !important;
    background-color: #1e1e1e !important;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    margin-top: 64px;
}

ul.sidenav.fixed li a {
    color: #bbbbbb !important;
}

ul.sidenav.fixed li:hover a,
ul.sidenav.fixed li.active a {
    color: #ffffff !important;
}

main {
    background-color: #121212 !important;
    height: 100%;
    position: absolute;
    width: 100%;
    padding-bottom: 64px;
}

main iframe {
    top: 0 !important;
    width: 100% !important;
    border: none !important;
    background-color: #1e1e1e !important;
    height: 100% !important;
    position: relative !important;
}

footer.page-footer {
    margin-left: 240px !important;
    margin-top: 122px !important;
    background-color: #1e1e1e !important;
    color: #e0e0e0 !important;
}

.LilButter {
    border-style: none;
    height: 55px;
    position: absolute;
    display: inline;
}

#content-frame {
  visibility: hidden;
}

/* ==================================================================
   ——— MOBILE OVERRIDES
==================================================================== */
@media only screen and (max-width: 992px) {
    .sidenav.fixed {
        position: fixed !important;
        left: 0 !important;
        width: 100% !important;
        height: 44px !important;
        background-color: #1e1e1e !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        z-index: 2;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .sidenav.fixed::-webkit-scrollbar {
        display: none;
    }

    .sidenav.fixed li {
        display: inline-block !important;
        float: none !important;
        height: 44px !important;
        line-height: 44px !important;
        margin: 0 8px !important;
        flex: 0 0 auto !important;
    }

    ul.sidenav.fixed li a {
        height: auto !important;
        line-height: 44px !important;
        white-space: nowrap !important;
        font-size: 15px;
    }

    header,
    main,
    footer {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    main {
        margin-left: 0 !important;
        background-color: #121212 !important;
        overflow: hidden !important;
        margin-top: 60px !important;
        height: 100% !important;
        padding-bottom: 120px !important;
    }

    main iframe {
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
        border: none !important;
        background-color: #1e1e1e !important;
        height: 100% !important;
    }

    footer.page-footer {
        margin-left: 0 !important;
        margin-top: calc(6% + 44px) !important;
        background-color: #1e1e1e !important;
        color: #e0e0e0 !important;
    }

    html,
    body {
        overflow: hidden;
        height: 100% !important;
    }
}

/* ==================================================================
   ——— MOBILE FIXES
==================================================================== */
@media only screen and (max-width: 390px) {
    nav .brand-logo {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 292px) {
    nav .brand-logo {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 215px) {
    nav .brand-logo {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 128px) {
    nav .brand-logo {
        font-size: 0.5rem;
    }
}

@media only screen and (max-width: 181px) {
    .LilButter {
    }
}