.el-menu--popup-bottom-start {
    margin-top: 2px !important;
}

.el-menu--horizontal {
    .el-menu {
        padding: 0px !important;
        background: #fff !important;
        border-radius: 2px;
        .el-menu-item {
            color: #333 !important;
            border-bottom: 1px solid #e5e5e5 !important;
        }
        .el-menu-item:last-child {
            border-bottom: none !important;
        }
        .el-menu-item:hover {
            background: rgb(235, 235, 235) !important;
        }
    }
}

.el-header {
    .el-menu {
        .el-menu-item {
            font-size: 14px !important;
        }
    }
}

.el-image-viewer__wrapper {
    background: #000;
}