.editor-handler-tips {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
    color: #07a4ef;
}
.custom-menu-wraper {
    padding: 20px 25px;
}
.custom-menu-wraper h2,
.custom-menu-wraper p,
.custom-menu-wraper ul,
.custom-menu-wraper h3 {
    margin: 0;
    padding: 0;
}
.custom-phone-box {
    min-width: 320px;
    max-width: 320px;
    background: #fff;
    height: 565px;
    box-shadow: 2px 3px 5px #e7e7eb;
    border-radius: 2px;
    border: 1px solid #e7e7eb;
    text-align: center;
}
.custom-nav-title {
    line-height: 55px;
    background: #333;
    border-radius: 2px 2px 0 0;
    color: #fff;
    font-size: 15px;
    margin: 0;
}
.custom-phone-body {
    line-height: 457px;
    margin: 0;
    color: #999;
}
.custom-phone-footer {
    border-top: 1px solid #e7e7eb;
    line-height: 50px;
    background: #fbfbfb;
}
.custom-a-button {
    display: block;
    line-height: 50px;
    text-align: center;
}
.custom-a-button:hover {
    text-decoration: none;
}
.custom-svg-size {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    position: relative;
}
.custom-svg-size:after,
.custom-svg-size::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 23px;
    height: 3px;
    border-radius: 10px;
    background: #666;
}
.custom-svg-size::before {
    height: 23px;
    width: 3px;
}
.custom-a-button .custom-svg-size {
    vertical-align: -9px;
}
.custom-a-button:hover .custom-svg-size::before,
.custom-a-button:hover .custom-svg-size::after {
    background: #1b8bf5;
}
.custom-edit-menu {
    background-color: #f4f5f9;
    border: 1px solid #e7e7eb;
    padding: 0 20px 5px;
    min-height: 565px;
    position: relative;
    border-radius: 2px;
}
.custom-editor_arrow_wrp {
    position: absolute;
    left: -13px;
    bottom: 40px;
}
.custom-editor_arrow_wrp .editor_arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: dashed;
    border-color: transparent;
    border-left-width: 0;
    border-right-color: #e7e7eb;
    border-right-style: solid;
    left: 0;
    position: absolute;
}
.custom-editor_arrow_wrp .editor_arrow_in {
    left: 1px;
    border-right-color: #f4f5f9;
}
.custom-editor-title {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    line-height: 40px;
}
.custom-edit-menu h2 {
    font-size: 15px;
    line-height: 40px;
    font-weight: normal;
}
.form-horizontal {
    padding-top: 20px;
}
.form-horizontal .control-label {
    font-weight: normal;
    padding-right: 0;
}
.menu-type-select {
    margin-right: 10px;
    display: inline-block;
}
.custom-panel-default {
    background: #fff;
    border-radius: 3px;
    padding: 25px 5px;
    border: 1px solid #e6e6e6;
}
.form-horizontal .submit-button {
    margin-top: 40px;
}
.custom-menu-wraper .submit-menu-handler {
    padding: 20px 0;
}
.pre_menu_list {
    display: box;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    margin: 0;
    padding: 0;
}
.pre_menu_list li {
    list-style: none;
    flex: 1;
    border: 1px solid #fbfbfb;
    transition: all 0.3s;
    position: relative;
}
.pre_menu_item + .pre_menu_item {
    border-left: 1px solid #e7e7eb;
    font-size: 12px;
}
.pre_menu_item a {
    color: #444;
}
.pre_menu_item.active {
    border-color: #07a4ef;
}
.pre_menu_item.active a.pre_menu_link {
    color: #07a4ef;
}
.pre_menu_item.selected .sub_pre_menu_box {
    display: block;
}
.sub_pre_menu_box {
    display: none;
    position: absolute;
    bottom: 63px;
    left: 2.5%;
    width: 95%;
    border: 1px solid #e7e7eb;
    background-color: #fff;
}
.sub_pre_menu_box .arrow {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: dashed;
    border-color: transparent;
    border-bottom-width: 0;
    border-top-style: solid;
    border-width: 6px;
}
.sub_pre_menu_box .arrow_out {
    border-top-color: #e7e7eb;
    bottom: -13px;
}
.sub_pre_menu_box .arrow_in {
    bottom: -12px;
    border-top-color: #fff;
}
.sub_pre_menu_box a {
    line-height: 22px;
    color: #444;
    font-size: 13px;
    padding: 8px 2px;
}
.sub_pre_menu_item + .sub_pre_menu_item {
    border-top: 1px solid #e7e7eb;
}
.sub_pre_menu_item .custom-a-button:hover {
    background: #fbfbfb;
    border-color: #fbfbfb;
}
.sub_pre_menu_item.active .custom-a-button {
    background: #07a4ef;
    color: #fff;
}
.custom-toast {
    margin-top: 20px;
    color: #fb000b;
    font-weight: bold;
}
.form-group {
    display: flex;
}