.mw-header-profile {
    position: absolute;
    right: 20px;
    top: 20px;
}
.mw-header-profile a:hover, .mw-header-profile a:focus{
    background-color: #8a1912 !important;
}
.site-navbar .navbar-container {
    background-color: transparent;
}
@media screen and (max-width: 766px) {
    .navbar-brand-center {
        font-size: 14px;
        padding: 22px 0;
    }
}
.mw-header {
    /* padding: 0 80px; */
    /* z-index: 99999; */
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    border-bottom: 2px solid rgba(0,0,0,0.1);
}
.mw-header-logo {
    padding-left: 8px;
    padding-top: 4px;
}
.site-menubar {
    position: absolute;
}
.site-menubar-body {
    margin-top: 30px;
}
.site-menubar-unfold .site-menubar {
    /* width: 320px; */
    box-shadow: none;
}
.site-menubar-unfold .page, .site-menubar-unfold .site-footer {
    margin-left: 320px;
    margin-right: 80px;
}
@media screen and (max-width: 766px) {
    .page {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.site-menubar-unfold .site-menu>.site-menu-item>a {
    padding: 0 0 0 50px;
}
.site-menubar-unfold .site-menu>.site-menu-item:hover>a {
    color: #9d9ca1;
}
.site-menu>.site-menu-item.active>a {
    color: #9d9ca1;
}
.site-menu>.site-menu-item.active {
    background-color: white;
    border: none;
}
.site-menu-item img {
    width: 30px;
    margin: 0 5px;
}
.site-menu-title.active {
    color: #8a1912;
    font-weight: bold;
}

/* PANEL BOX */
.mw-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 99999;
    padding: 3%;
    overflow-y: auto;
}
.mw-dialog::-webkit-scrollbar {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: rgba(241,241,241,1);
}
.mw-dialog::-webkit-scrollbar-track {
    cursor: pointer;
    background: rgba(241,241,241,1);
}
.mw-dialog::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: rgba(193,193,193, 1);
}
@media screen and (max-width: 766px) {
    .mw-dialog {
        padding: 10px;
    }
}
.mw-dialog-header {
    height: 40px;
}
.mw-dialog-out-1 {
    width: 3%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.mw-dialog-out-2 {
    width: 100%;
    height: 6%;
    left: 0;
    top: 0;
    position: absolute;
}
.mw-dialog-out-3 {
    width: 3%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}
.mw-dialog-out-4 {
    width: 100%;
    height: 6%;
    left: 0;
    bottom: 0;
    position: absolute;
}

/* PANEL BOX SMALL*/
.mw-dialog-sm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 99999;
    padding: 8% 25%;
    overflow-y: auto;
}
.mw-dialog-sm::-webkit-scrollbar {
    cursor: pointer;
    width: 6px;
    height: 6px;
    background: rgba(241,241,241,1);
}
.mw-dialog-sm::-webkit-scrollbar-track {
    cursor: pointer;
    background: rgba(241,241,241,1);
}
.mw-dialog-sm::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: rgba(193,193,193, 1);
}
@media screen and (max-width: 766px) {
    .mw-dialog-sm {
        padding: 10px;
    }
}
.mw-dialog-sm-header {
    height: 40px;
}
.mw-dialog-sm-out-1 {
    width: 25%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.mw-dialog-sm-out-2 {
    width: 100%;
    height: 13%;
    left: 0;
    top: 0;
    position: absolute;
}
.mw-dialog-sm-out-3 {
    width: 25%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}
.mw-dialog-sm-out-4 {
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    position: absolute;
}
/* PANEL BOX MEDIUM*/
.mw-dialog-md {
    /* opacity: 0.2; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 99999;
    padding: 5% 15%;
    overflow-y: auto;
}
.mw-dialog-md::-webkit-scrollbar {
    cursor: pointer;
    width: 6px;
    height: 6px;
    background: rgba(241,241,241,1);
}
.mw-dialog-md::-webkit-scrollbar-track {
    cursor: pointer;
    background: rgba(241,241,241,1);
}
.mw-dialog-md::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: rgba(193,193,193, 1);
}
@media screen and (max-width: 766px) {
    .mw-dialog-md {
        padding: 10px;
    }
}
.mw-dialog-md-header {
    height: 40px;
}
.mw-dialog-md-out-1 {
    width: 15%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.mw-dialog-md-out-2 {
    width: 100%;
    height: 20%;
    left: 0;
    top: 0;
    position: absolute;
}
.mw-dialog-md-out-3 {
    width: 15%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}
.mw-dialog-md-out-4 {
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    position: absolute;
}
/* BORDER RADIUS */
.mw-dialog > .mw-bg-white, .mw-dialog-sm > .mw-bg-white {
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}