body{
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #303133;
    overflow-x: auto !important; 
}



p, span{
    overflow-wrap: break-word;
}


.el-menu{
    max-height: 90vh !important;
    overflow-y: auto;
}





.bttctr{
    color:  var(--primary-color) ;
    padding-left: 0.7rem;
}







.fa-window-maximize{
    transform: rotate(180deg);
}

.btt_add_content_c .el-submenu__icon-arrow{
    display: none;
}


.div_element .title{
    font-weight: normal;
}

.div_element i{
    margin-left: 0.7rem;
    margin-right: 1rem;
}



#header_name{
    background: #fbf6f0;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 0 48px;
}

#header_name *{
    cursor: pointer;
}






.input_no_style:focus, .input_no_style:active{
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    resize: none !important;
}


.flow{
    position: relative;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    color: #303133;
    justify-content: center!important;
    display: flex;
}

.div_next_step_c{
    padding: 25px 40px !important;
}

.div_flow_c_hover{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 0.5rem;
    overflow: hidden;
}



.bRaduis_flow{
    border-radius: 15px !important;
}

.brd_flows{
    border: 2px dashed #E4E7ED;
}


#div_more_actions .flow_actions .fa-arrows-v, #div_more_actions .flow_actions .fa-clone{
    display: none !important;
}



.flow .div_flow_content{
    width: calc(100% - 50px);
    /*overflow: hidden;*/
}

.flow .flow_alert{
    position: absolute;
    left: 0.3rem;
    top: 1rem;
    visibility: visible;
}

.flow .flow_alert i{
    color: red
}

.flow .flow_actions{
    position: absolute;
    right: 0px;
    top: 1rem;
    visibility: hidden;
}

.flow .flow_actions div{
    padding: 0.1rem;
    margin-bottom: 0.3rem;
    cursor: pointer;
}



.flow_actions div i{
    font-size: 1.3em;  
}


.flow_actions div:hover i{
    color: var(--primary-color) ;    
}

.flow_actions div:hover .fa-times, .step_style .fa-times:hover, .flow_actions div:hover .fa-times-square{
    color:red !important;   
    cursor: pointer !important; 
}

.flow:hover .flow_actions{
    visibility: visible;
}

.flow .div_image_desc span, .flow .div_file_ready span{
    color: #bbb;
}


.flow .div_image_desc, .flow .div_file_ready{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%; 
}

.div_quick{
    overflow-y: auto;
}

.flow .div_file_ready a{
    text-decoration: none !important;
}


.div_custom_fields .div_item .btt_delete_item{
    display: none;
}

.div_custom_fields .div_item:hover .i_del_reverse{
    display: none;
}

.div_custom_fields .div_item:hover .btt_delete_item{
    display: block;
    cursor: pointer;
}












/* =====================================================  FLOW TEXT ==================================================================*/
.flow-text textarea{
    background-color: #E3E6EB;
}



.flow-text .div_btts{
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}




.flow-text textarea:focus, .flow-text textarea:active{    
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.flow-text .textarea_c{
    background-color: #E3E6EB;    
    padding: 0.5rem;
}



.flow-text .div_flow_c_hover, .flow-media-url .div_flow_c_hover{
    overflow: visible;
}

.flow-sms .div_sms_image .div_flow_c_hover{
    overflow: hidden;
}



.div_flow_c_hover:hover{
    border: 2px solid var(--primary-color)  !important;
}



/* =====================================================  FLOW DYNAMIC ==================================================================*/

.flow-dynamic .div_flow_c_hover{
    background-color: #F1F0F0;
    border: 2px solid #b9a3ff;  
    padding: 1rem;  
}





/* =====================================================  FLOW USER INPUT ==================================================================*/
.flow-user-input textarea{
    overflow-y: hidden;    
    background-color: #F1F0F0;
}

.flow-user-input .textarea_c{
    background-color: #F1F0F0;    
    padding: 0.5rem;
}


.flow-user-input .div_flow_c_hover{
    border-radius: 15px;
    padding-top: 0.5rem;
    overflow: visible;
}





.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 1;
  }

  .hr-text:before {
      content: '';
      background: linear-gradient(to right, transparent, #818078, transparent);
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
    }

    .hr-text:after {
      content: attr(data-content);
      position: relative;
      display: inline-block;
      color: black;
      font-size: 0.7rem;
  
      padding: 0 .5em;
      line-height: 1.5em;
      color: #818078;
      background-color: #fcfcfa;
    }


/* =====================================================  FLOW GALERY ==================================================================*/
.flow-generic input[type=text]{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    margin: 0px !important;
    border-radius: 0px !important;
    width: 100%;
}

.flow-generic input[type=text]:hover{
    background-color: #F1F0F0 !important;
}

.flow-generic .imput_title{
    color: black !important;
}



.flow-generic .div_image{
    border: 2px solid #E4E7ED;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.flow-generic .div_flow_c_hover{ 
    padding: 0;  
    overflow: visible;
    border-width: 0 !important;
    border-radius: 15px;
}

.flow-generic .div_flow_c_hover:hover{ 
    border-width: 2px !important;
}





.flow-generic .move-left, .flow-generic .move-right{
    opacity: 1;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #E4E7ED;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    align-items: center!important;
    justify-content: center!important;
    display: flex;
    z-index: 1;
    top: 50%;
}

.flow-generic .move-left{
    left: 7px;
}

.flow-generic .move-right{
    right: 7px;
}

.flow-generic .move-left:hover, .flow-generic .move-right:hover, .flow-generic .move-left:hover *, .flow-generic .move-right:hover *{
    color: var(--primary-color) ;
    border-color: var(--primary-color) ;
    font-weight: bold;
}



.flow-generic .div_indicator{
    z-index: 0;
    position: relative !important;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #fff;
}

.flow-generic .div_indicator div{   
    align-items: center;
    justify-content: center;
    display: flex;
    border: 1px solid #E4E7ED;
    height: 30px !important;
    width: 30px !important;
    padding: 0.24rem;    
    border-radius: 3px;
    margin-left: 4.6px;
    cursor: move;
}


.flow-generic .div_indicator div:first-child{
    margin-left: 0px;
}



.flow-generic .div_aspect_ratio{
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0.1rem 0.7rem;
    border-radius: 1rem;
    background-color: #fff;
    position: absolute;
    top: 1.5rem;
    left: 3rem;
}

.flow-generic div{
    cursor: pointer;
} 


.flow-generic i:hover{
    color: var(--primary-color)  !important;
} 


.flow-generic .div_indicator div.active{
    border-color: var(--primary-color) 
}

.flow-generic .div_indicator div:hover, .div_indicator div:hover *{
    color: var(--primary-color) ;
    border-color: var(--primary-color) ;
}


.btt_del_img{
    top: 0.6rem;
    right: 1.2rem;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 1;
}

.flow-sms .btt_del_img{
    top: 2rem;
    right: 3rem;
    z-index: 10;
    cursor: pointer;
}



.btt_del_img i{
    font-size: 0.8rem;
}

.btt_del_img:hover i{
    color: red !important
}


.flow-generic .carousel-inner{
    overflow: visible;
}





/* =====================================================  FLOW Ramdom ==================================================================*/



.flow-random .item{
    padding-bottom: 3rem;
    padding-top: 3rem;    
}

.flow-random .item:first-child{
    padding-top: 0;    
}

.flow-random input[type=number]{
    width: 50px;
}

.flow-random input[type=number]::-webkit-inner-spin-button, 
.flow-random input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.flow-random .item .delete{
    visibility: hidden
}

.flow-random .item:hover .delete{
    visibility: visible
}

.flow-random .item .fa-times:hover{
    color: red;
    cursor: pointer;
}


/* =====================================================  FLOW Image | video | IMAGE GIF ==================================================================*/


.flow-image .div_flow_c_hover, .flow-image-gif .div_flow_c_hover, .flow-video .div_flow_c_hover{
    border: 2px dashed #E4E7ED;
    border-bottom: none
}

.flow-image-gif .div_flow_c_hover{
    border-radius: 15px !important;
}



/* =====================================================  FLOW Facebook Video ==================================================================*/


.flow-fb_video .div_flow_c_hover, .flow-media-url .div_flow_c_hover{
    border: 2px solid #E4E7ED;
    border-bottom: none
}



/* =====================================================  FLOW AUDIO | FILE ==================================================================*/

.flow-audio .div_flow_c_hover, .flow-file .div_flow_c_hover{
    border: 2px dashed #E4E7ED;
    border-radius: 15px !important;
}

.flow-audio .div_image, .flow-file .div_image{
    border: none !important;
}

/* =====================================================  FLOW Delay | Collection | Set Custom Field ==================================================================*/
.flow-condition .condition{
    cursor: pointer;
}


.flow-delay .div_flow_c_hover, .flow-collection .div_flow_c_hover, .flow-set-custom-field .div_flow_c_hover{
    border: 2px solid #E4E7ED;
    border-radius: 15px !important;
}

.flow-delay span, .flow-collection span{
    color: #E4E7ED;
}

.flow-delay .typing{
    cursor: pointer;    
}


/* =====================================================  FLOW Actions ==================================================================*/

.flow-tags .div_flow_content, .flow-notify-admins .div_flow_content{
   overflow: visible;
}


.flow.action div.descr span{
    font-weight: bold;
}

.flow.action div.descr i{
    color: #ffc107;
}


/* =====================================================  FLOW Actions - Notify Admins ==================================================================*/

.flow-notify-admins .textarea_c{
    display: none;
}

.flow-notify-admins:hover .textarea_c{
    display: block;
}
 
 

/* ===================================================== Flow Condition ==================================================================*/

.flow-condition button.btn:not(.btn-link), .btt-select-step{
    height: 50px;
    border: 2px dashed rgba(0,132,255,0.21);
    font-size: 15px;
}

.flow-condition button.btn:not(.btn-link):hover, .btt-select-step:hover{
    border-color: var(--primary-color) ;    
    opacity: 1;
}

.flow-condition p.title{
    color: #303133;
    font-weight: 600;
}

.flow-condition .condition{
    border: 1px solid rgba(0,0,0,0.06);
    padding: .5rem .7rem!important;
    margin-top: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flow-condition .condition:first-child{
    margin-top: 0;
}

.flow-condition .condition .--logic{
    cursor: pointer;
    color: var(--primary-color)  !important
}

.flow-condition .condition .--logic:hover{
    text-decoration: underline
}

.flow-condition .condition span{
    color: #303133;
    display: inline-block;
}

.flow-condition .condition .operator, .flow-condition .condition .logic, .flow-condition .condition .not-logic{
    color: #aaa;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    padding: .2rem
}

.flow-condition .condition .fa-times:hover{
    color: red;
    cursor: pointer !important;
}

.flow-condition .global-logic{
    cursor: pointer;
}



.div_atrb_value{
    border: none;
    width: calc(80vw - 600px);
    max-width: calc(80vw - 600px);
}

.div_cdt{
    background-color: white;
    min-height: 40px;
    height: auto;
    width: 100%;
    max-width: 100% !important;
    border-radius: 20px;    
    display: table;    
    float: left;        
}

.s_atrb_value, .s_atrb_oprt{
    min-width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
}


.flow-email{
    padding-bottom: 0 !important;
}

.flow-email textarea{
    min-height: 4rem !important;
}

.flow-email .div_btts{
    padding: 0 !important;
    background-color: transparent !important;
}


textarea.headline{
    font-weight: bold;
    font-size: 1.1rem;

}



























#btt_create{ 
    margin-top: 30px;
    margin-bottom: 70px;
}

#p_edit_btt_title{
    padding-left: 40px;
    padding-right: 7px;
}

 





#div_edit_btt_body{
    padding: 0px 15px 30px 15px;
}

#div_edit_btt_fotter{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


#div_edit_btt_ta{
    display: none;
}


#p_edit_btt_title{
    text-align: center;
    font-weight: bold;
    padding: 5px 7px 5px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    margin-top: 0px;
}


.p_label{
    margin: 6px 0px;
    font-weight: bold;
}



.p_quick{
    text-align: center;
    display: inline-block;
    padding: 6px 10px; 
    background-color: white;
    margin: 5px 5px; 
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    min-height: 34px;
    cursor: move;
    transition: opacity 1s;
    user-select: none;
    color: #bbb;
}

.p_quick:hover{
    /*border-color: #0084ff;*/
    color: #0084ff;
}


.btt_edit_btt{
    display: flex;
    user-select: none;
    text-align: center;
    color: #888 !important;
    font-size: 14px;
    padding: 0.5rem;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
    text-decoration: none !important; 
    justify-content: space-between!important;
    align-items: center!important;
    padding: 0.5rem 1rem!important;   
}

.btt_edit_btt > i:first-child{
    font-size: 1rem;
    margin-right: 0.5rem
}


.btt_edit_btt .fa-times{
    margin-left: 0.4rem;
    padding: 0.3rem;
    padding-right: 0.1rem;
    font-size: 1rem;
    visibility: hidden;
}



.btt_edit_btt_selected{
    border-color: var(--primary-color)  !important;
    color: var(--primary-color)  !important;
}

.btt_edit_btt_selected > i:first-child{
    color: var(--primary-color)  !important;
}

.btt_edit_btt_selected .fa-times{
    visibility: visible;
}



.btt_edit_btt .fa-times:hover{
    color: red;
}

.btt_edit_btt50{
    width: 48%;
    padding: 5px 8px;
}

.btt_edit_ml4{
    margin-left: 4%;
}



.btt_edit_btt50 i{
    margin-right: 10px;
}

.btt_edit_btt:hover{
    color: black;
    border: 1px dashed rgba(0, 0, 0, 0.7);
}

#btt_edit_btt_done{
    user-select: none;
    padding: 6px 25px;
    cursor: pointer;
    color: white;    
}

#btt_edit_btt_done, #btt_editor_close, #btt_edit_btt_del{
    border: 0.6px solid #ccc;
    margin-top: 8px;
}

#btt_edit_btt_del, #btt_editor_close{
    user-select: none;
    cursor: pointer;    
    padding: 5px 10px;
}

#btt_edit_btt_del{
    color: red;
    border-color: rgba(255, 0,0, .4);
}

.div_c1 .div_move{
    visibility: hidden;
}

.div_c1:hover .div_move{
    visibility: visible
}




.div_image{
    position: relative;
    background-color: transparent;
    width: 100%;
    min-width: 100%;
    height: 10rem;
    min-height: 10rem;
    margin: 0px;
    padding: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 0.7px solid rgba(0, 0, 0, 0.07);  
    cursor: pointer; 
}



/*.div_img_height{
    height: calc(20vw - 32px);
}*/

/*.div_c1{
      width: 20%;
}*/

.div_progress{
    position: absolute;
    bottom: 0px;
    height: 3px;
    width: 0%;

}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}



#imput_desc{    
    width: 300px;
    height: 35px;
    padding-left: 6px;
    margin: 0px;
}

.imput_title, .imput_subtitle, .imput_url{
    font-size: 14px !important;
    margin: 0px !important;
    outline: none !important;
    min-height: 34px;
    padding: 2px 10px 2px 10px !important;
    background-color: #F2F4F5 !important;
    border: none !important;    
    border-radius: 0!important;
    padding-top: 5px !important;
    display: block;
}

.imput_title, .imput_url{
    height: 34px !important;
}

.imput_subtitle, .imput_url{
    font-weight: normal;    
}


.div_btts{
    background-color: #F2F4F5 !important;
    padding: 10px 17px 8px 17px !important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}





.p_add_btt, #btt_add_item, .ms_btt{        
    font-weight: 540;
    font-size: .9375rem !important;
    user-select: none;
    text-align: center;
    margin: 0;   
    border: 0px dashed rgba(0, 0, 0, 0.2) !important;
    border-radius: 6px !important;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0;
    padding: 8px 0px;    
    cursor: move; 
    transition: opacity 1s;
    min-height: 30px; 
    color: #050505;
    background-color: #E4E6E7 !important;

}



.p_btt_ready{
    border: 0.7px solid #bbb;
    border-bottom: none;
    color: black;     
}






.p_quick.p_btt_ready{
    border: none !important;
    box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
}



.last_btt{
    /*border-top-style: solid;
    border-radius: 6px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;*/
}

.last_btt.p_btt_ready{
    border-bottom: 0.7px solid #bbb;
}


#btt_add_item{
    cursor: pointer;
}



.p_quick_ready{
    border: 0.7px solid #0084ff;
    color: #0084ff; 
}

.p_add_btt:hover, #btt_add_item:hover{
    font-weight: bold;
    color: #0084ff;
}





.label_file:focus   {
	outline: 1px solid rgba(0, 0, 0, 0.3); 
}

.label_file{
    user-select: none;
    outline: none;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: central;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    border: none;
    padding: 6px; 
}

.label_file:hover{    
    color: white;    
    background-color: rgba(0, 0, 0, 0.3) !important;
}

#div_edit_btt_bwssize p{
    margin: 15px 0px 5px 0px;
    padding-right: 5px;
}

#s_btt_edit_bwssize{
    width:  70px !important;
    vertical-align: middle;
    margin-top: 10px;
}


.grid img {
    width:100%;
    height: auto;
    min-height: 80x;
  }



.grid {
    max-width: 1200px;
  }
  
  /* clearfix */
  .grid:after {
    content: '';
    display: block;
    clear: both;
  }

#div_gifs{
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#div_gifs .grid-item img{
    width: 100%;
    min-height: 100px;
    height: auto;
}

#div_gifs .grid-item{  
    float: left;
    padding: 0.2rem;  
    cursor: pointer;
    width: 255px;
    min-height: 100px;
}

#div_gifs .grid-item:hover{
    opacity: .6;
}



.flow-email .p_add_btt{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    border-radius: 4px !important;
    background-color: var(--primary-color)  !important;
    color: white !important;
}

.flow-email textarea, .flow-email .div_btts{
    min-height: 1rem !important;
    background-color: transparent !important;
}





@media only screen and (max-width: 1150px) {
    #div_breadcrumb{
        display: none;
    }
}


.color_red{
    color: red;
}








/*=======================================================================================================================*/
#div_edit_btt_c{
    z-index: 1001;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.2) !important;    
}



#div_edit_btt{
    background-color: #fff;
    position: fixed;
    top: 10px;
    right: 410px !important;
}


#div_btt_action{   
    overflow-y: auto
}

#div_btt_action{
    width: 328px;
    max-width: calc(100vw - 40px) !important;
}

#div_btt_action_content{
    overflow-y: auto;
    max-height: calc(100vh - 150px);
}









.shadow {
    box-shadow: 0 12px 24px 0px rgba(132,146,166,0.16);
}

.flow-dragover{
    border: 1px dashed var(--primary-color)  !important;
}


.overflow-hidden{
    overflow: hidden !important
}



@media only screen and (max-width: 800px) {
    #div_edit_btt{
        right: unset !important;
        left: 10px
    }
}



.border-0{
    border: 0 !important;
    border-width: 0 !important;
}


















body[data-simplified="1"] .noeasy{
    display: none !important;
}

body[data-simplified="1"] .g_ctnr{
    padding-left: 0!important;
}






body[data-simplified="1"]:not(.flowbuilder) #div_flow_container{
    margin-left: auto !important;
    margin-right: auto !important;
}


#div_flow_container[data-type="12"] .div_cf, #div_flow_container[data-type="11"] .div_cf{
    display: none !important;
}

#div_flow_container[data-msgtype="sms"] .div_element:not(.sms), #div_flow_container[data-msgtype="sms"] .p_add_btt.last_btt{
    display: none !important;
}

body[data-msgtype="sms"] .div_element:not(.sms), body[data-msgtype="sms"] .p_add_btt.last_btt, body[data-msgtype="whatsapp"] .div_element:not(.whatsapp),
body[data-msgtype="telegram"] .div_element:not(.telegram),body[data-msgtype="viber"] .div_element:not(.viber), body[data-msgtype="omnichannel"] .div_element:not(.omnichannel), 
body[data-msgtype="whatsapp_tm"] .div_element:not(.whatsapp_tm), body[data-msgtype="whatsapp_tm"] .p_add_btt.last_btt,
body[data-msgtype="instagram"] .div_element:not(.instagram), body[data-msgtype="instagram"] .p_add_btt.last_btt,
body[data-msgtype="webchat"] .div_element:not(.webchat), body[data-msgtype="standard"] .nomessenger, body[data-msgtype="-2"] .nomessenger,
body[data-msgtype="whatsapp"] .btt_edit_btt[data-index="1"], body[data-msgtype="whatsapp"] .btt_edit_btt[data-index="4"],
body[data-msgtype="whatsapp"] .btt_edit_btt[data-index="2"], body[data-msgtype="whatsapp"] .nowhatsapp, body[data-msgtype="instagram"] .btt_edit_btt[data-index="2"]
{
    display: none !important;
}

body[data-msgtype="instagram"] .flow-generic .p_add_btt.last_btt:not(.hide), body[data-msgtype="instagram"] .flow-text .p_add_btt.last_btt:not(.hide){
    display: block !important;
}





/*#div_flow_container[data-msgtype="sms"] .p_add_btt.p_btt_ready, #div_flow_container[data-msgtype="whatsapp"] .p_add_btt.p_btt_ready{
    color: red !important;
    border: 1px solid red !important;
}*/


.inline-comment{
    display: none !important;
}

.flow-sms .div_flow_c_hover{
    overflow: visible;
}



.el-menu--horizontal>.el-submenu.is-active .el-submenu__title, .el-submenu.is-active .el-submenu__title{
    border: none;    
}

