.ming_cursor_pointer:hover{
    cursor: pointer;
}
.ming_cursor_pointer_not_allowed:hover{
    cursor: not-allowed;
}
.ming_antd_table_foot{
    transform: translateY(-3vw);
}

.MiApiInsAddDiv{
    display: flex;
    flex-flow: column;
    width: 300px;
}

.logo {
    height: 32px;
    margin: 16px;
}
.avatarName{
    margin-left: 5px;
    color: white;
}

.AppJsxheader{
    background: #fff;
    display: flex;
    background-color: black;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
    z-index: 1;
}

div .ant-layout-sider-trigger{
    background-color: rebeccapurple;
}


.S2sMachineTestTable{
    display: flex;
}

.s2sMsgListClass{
    height: 50vh;
}

#S2sMachineTestTable_jsonPreview_id {
    margin-left: 3vw;
}

.S2sMachineJsnEditWrap{
    margin-left: 0vw;
}

.S2sMachineJsnEditWrapHeaderDiv{
    display: flex;
    justify-content:space-evenly;
}


.machineInfo{
    display:flex;
    justify-content:space-evenly;
}



.displayHexDiv{
    padding: 5px;
    overflow-x: hidden;
    width: 400px;
}

.displayHexBody{
    word-wrap: break-word;
    overflow: auto;
}
.recHexStrDiv{
    width: 50vw;
    height: 300px;
}

.tailDivWrapTable{
    display: flex;
    height: 300px;
    overflow: scroll;
}
.tailDivWrapTable>div{
    border: 1px red solid;
}

.eventHistoryDiv{
    background-color: palegoldenrod;
    overflow-y: auto;
    height: 300px;
}

.tailTitleClass{
    display: flex;
    justify-content: space-between;
}