/* Make content only scrolling */
/*# sourceMappingURL=custom.css.map */
*, a, span, p, div h1, h2, h3, h4, h5, h6, button {
    outline: none !important;
}

.Container {
    max-width: 1280px !important;
}

.Header {
    background-color: white;
}

#MainHeader {
    border-bottom: 2px solid #E0E0E0;
}

#SubHeader {
    position: relative;
    /* box-shadow: 0px 8px 30px rgb(26 32 44 / 10%); */
}

#SubHeader.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    box-shadow: 0px 8px 30px rgb(26 32 44 / 10%);
}

.MobileHeader h1,
.MobileHeader h3 {
   white-space: nowrap;
}

#SubHeader .Header-left {
    /* width: 70%; */
    width: 100%;
    justify-content: center;
}

#SubHeader .Header-right {
    width: 30%;
}

.header_main_menu {
    pointer-events: all;
}

#SubHeader .Header-left {
    display: flex;
    align-items: center;
}

.Header .MeButton {
    color: #1A1919;
}

.Panel {
    padding: 32px 25px;
    border-radius: 8px;
    width: 100%;
}

.Content.MainContent {
    position: relative;
    z-index: 0;
}

.Panel.ProfilePanel {
    text-align: center;
    margin-left: 0 !important;
    margin-right: auto !important;
    margin-bottom: 40px;
    padding: 32px !important;
}

.Frame-header {
    width: 100%;
    z-index: 2;
}

.Frame-body {
    margin-top: 110px;
    padding-top: 32px;
}

.Frame-contentWrap {
    padding-top: 0;
}

.DataList-Search {
    margin-top: 0;
}

.sidebar {
    width: 25%;
    height: 100%;
    padding-bottom: 20px;
}

/* .sidebar:hover {
    overflow-y: auto;
    height: calc(100vh - 240px);
} */

.sidebar::-webkit-scrollbar {
    width: 0px;
}

.SplashInfo img {
    width: 50%;
    margin-bottom: 20px;
}

.SplashInfo .btn {
    margin: 0 auto !important;
    margin-top: 30px !important;
}


@media screen and (max-width:960px) {
    .sidebar {
        width: 300px;
    }

    .sidebar.right {
        display: none;
    }
}