#adminmenu .toplevel_page_momoacgeo div.wp-menu-image:before {
    font-family: 'openai' !important;
    content: '\e900';
}
.momo-be-helper-block{
    display: inline-block;
}
.momo-be-helper-box{
    position: absolute;
    top:0;
    z-index: 2341;
    pointer-events: none;
}
.momo-be-helper {
    margin-left: 12px;
    font-size: 15px;
    color: #90999d;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

#momo-be-form .momo-be-helper.bx{
    font-size: 15px;
}
.momo-be-helper-text {
    visibility: hidden;
    max-width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    padding-bottom: 12px;
    /* position: absolute; */
    z-index: 200;
    /* bottom: 125%; */
    opacity: 0;
    transition: opacity 0.3s;
    display: inline-block;
    position: relative;
}
.momo-be-helper-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.momo-be-helper-text.left::after{
    left:auto;
    right: 0;
}
.momo-be-helper-text.left{
    border-radius: 6px 6px 0px 6px;
}
.momo-be-helper-text.show {
    visibility: visible;
    opacity: 1;
}
.postbox .momo-be-helper-text{
    font-size: 12px;
}
.postbox .momo-be-helper{
    position:relative;
}
.postbox .momo-be-section-block,
.postbox .momo-mb-side .momo-be-section-block{
    margin-left: -25px;
    margin-right: -25px;
    overflow: visible;
}

.momo-cover-asterix{
    position: relative;
    display: inline-block;
    min-width: 60%;
    width: 80%;
    max-width: 250px;
    line-height: 2;
    min-height: 30px;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid #b3afaf;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    margin-top: 5px;
}
.momo-clear-api{
    color: #2271b1;
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer;
    border-bottom: 1px solid #2271b1;
    margin-left: 12px;
}
.momo-be-block dl{
    margin-top: 50px;
    counter-reset: momo-counter;
}
.momo-be-block dt:before {
    content: counter(momo-counter);
    counter-increment: momo-counter;
    position: absolute;
    left: 0;
    top: -7px;
    font: bold 40px/1 Sans-Serif;
}
.momo-be-block dt{
    position: relative;
    font-size: 16px;
    padding: 4px 0 40px 40px;
    line-height: 1;
}