/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.sub_sub_menu_li:hover{
	background: #af0d0d; 
	color:#fff
}
.sub_sub_menu_li:hover a{
	color:#fff
}
.page_activada{
	display: flex;
	align-items: center;
    width: 320px;
    padding: 8px;
    border-radius: 60px;
	box-shadow: 0px 0px 4px 2px #ccc;
}
.page_activada p{
	margin: 0;
	font-weight: bold;
}
.page_activada a,.page_activada a:hover{
	color: #fff;
}
.page_activada img{
	border-radius: 50%;
	margin-right: 10px;
	border: 2px solid #fff;
}
.app_content_userpush .dataTables_wrapper > .row:nth-child(1){
	padding: 0 20px;
}
.formLogin a{
	color: #ddd;
}
.formLogin a:hover{
	color: #ccc;
}
.btn{
	padding: 0.786rem 2.5rem;
}
.page_login .brand-logo img{
	width: 200px;
}
.page_login .card-text{
	color: #fff;
	text-align: center;
}
.page_login label{
	color: #fff;
	font-weight: bold;
}
.page_login .btn-primary span, #buttonSend span, #buttonDeleteElement span{
	position: absolute;
    margin-left: -20px;
}
.img_logo_bots{
	width: 100%;
	max-width: 300px;
	display: block;
	margin: auto;
	margin-bottom: 30px;
}
.main-menu .img_logo_bots{
	margin: 0;
	width: 80%;
}
/*Elementos*/
.alert_inputs{
	font-style: italic;
    color: #9b1515;
    font-weight: 900;
    font-size: 0.98rem;
}
.content_imagenes_elemento{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.imagen_elemento_update{
	width: 100%;
	position: relative;
}
.imagen_elemento_update .btn{
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.input_element_1{
	display: none;
}
.brand-text{
	color: #fff !important;
}
.brand-text span{
	color: red;
}
.navigation{
	transition: all 0.5s ease;
}
.main-menu, .main-menu.menu-light .navigation{
	background: #232A3C !important;
}
.main-menu .navbar-header .modern-nav-toggle{
	padding-top: 5px;
}
.main-menu.menu-light .navigation li a{
	color: #d0d2d6 !important;
}
.main-menu.menu-light .navigation > li.active > a{
	color: #fff !important;
}
.dataTables_info{
	display: none;
}
.main-menu .shadow-bottom{
	background: linear-gradient(#232A3C 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0));
}
.content_response{
	padding-bottom: 20px;
}
.content_btton button{
	font-size: 13px;
	padding: 10px 20px;
}
.item_response{
	padding: 30px 20px;
    margin-bottom: 10px;
    background: #fff;
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
	border-radius: 0.428rem;
}
.item_response .btn-outline-danger{
	font-size: 11px;
	background: #fff;
}
.fondo_blanco{
	background: #fff;
}
.repeater-boton .p-0{
	padding: 0;
}
.field_required{
	color: red;
	font-weight: bold;
}
label .field_required{
	font-size: 1.5em;
}
.media video, .media audio{
	width: 250px;
	margin-right: 1.5rem !important;
}
.header_faqs{
	display: flex;
	align-items: center;
	justify-content: space-between
}
.header_faqs a{
	margin-left: 10px;
}
.main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a, .main-menu.menu-light .navigation > li.sidebar-group-active > a{
	color:#1F2534 !important
}
.dark-layout .main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a, .main-menu.menu-light .navigation > li.sidebar-group-active > a{
	color:#000 !important
}
.loadmasconversaciones{
	justify-content: center;
}
.loadmasconversaciones h6{
	font-size: 11px;
}
.conversaciones_quickreply{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.chat-content .swiper-slide{
	box-shadow: 0 4px 8px 0 rgb(34 41 47 / 12%);
	background: #fff;
}
.chat-content .swiper-slide .p_logo_button_texto{
	display: none;
}
.chat-body img{
	width: 100%;
	max-width: 200px;
}
.chat-users-list small{
	font-weight: bold;
    font-size: 10px;
}
.modal_loader{
	display: flex !important;
    background: transparent!important;
    align-items: center!important;
    justify-content: center!important;
    flex-wrap: wrap!important;
}
.modal_loader .swal2-header{
	width: auto!important;
    padding: 0!important;
    margin: 0!important;
    order: 2!important;
}
.modal_loader .swal2-title{
	display: flex!important;
    color: #fff!important;
    font-size: 30px!important;
    font-weight: bold!important;
}
.modal_loader .swal2-content{
	display: none!important;
}
.modal_loader .swal2-actions{
	width: 100%!important;
    margin: 0!important;
    padding: 0!important;
    margin-bottom: 10px!important;
}
.modal_loader .custom-loader{
	display: block;
    width: 50px;
    height: 50px;
	border-width: .5em;
	border-color: #fff transparent #ffff transparent;
}
.row_boton{
	margin: auto;
    padding: 0;
}
.mensaje_card_slider{
	padding: 0 !important;
    background: transparent !important;
    box-shadow: none!important;
}
.mensaje_card_slider .title_buttones{
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.1;
}
.mensaje_card_slider .swiper-slide{
	padding: 10px;
	width: 135px;
	border-radius: 6px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.mensaje_card_slider{
	width: 100%;
}
.mensaje_card_slider .swiper-wrapper{
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.todo-application .content-area-wrapper .content-right .todo-task-list-wrapper{
	height: 100%;
}
.todo-application .modal-dialog{
	width: 50% !important;
}
.todo-title:hover{
	text-decoration: underline;
}
.name_faqs_dialogflow{
	font-size: 9px;
	color: #aaa;
}
.content_title_conversarcion{
	padding: 0.786rem 1.286rem;

	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.content_title_conversarcion h4{
	font-weight: bold;
	color: #af0d0d;
	position: relative;
	margin: 0;
}
.content_title_conversarcion svg{
	height: 2rem;
	width: 2rem;
	position: absolute;
	right: 0;
	top: -5px;
	cursor: pointer;
	transition: all 0.5s ease;
}
.rotar_svg svg{
	transform: rotate(90deg);
}

#contentPasoAgente .user-chats{
	height: calc(100% - 65px - 0px);
}
.item_paso_agente{
	position: relative;
}
.content_notify_agente{
	position: absolute;
    top: 0px;
    right: 0px;
    background: #232A3C;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	animation: sizeChange 0.5s infinite;
	opacity:0
}
.content_notify_agente.openNotify{
	opacity:1
}
@keyframes sizeChange {
	0%   {transform: scale(1);}
	25%  {transform: scale(1.05);}
	50%  {transform: scale(1.1);}
	75%  {transform: scale(1.05);}
	100% {transform: scale(1);}
}
.chat-info{
	position: relative;
}
.item_view_data{
	background: #fff;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
	position: absolute;
	box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 32%);
}
.central_vertical{
	display: flex;
	align-items: center;
}
.content_info_conversacion h4{
    padding: 2rem 2rem 0 2rem;
}
.divider_sesion{
	border-top: 1px solid #e2e2e2;
    padding-top: 20px;
    margin-top: 20px;
}
.form_header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
    padding-bottom: 20px !important;
}
.card_credenciales:nth-child(1){
	border-top: 1px solid #ebe9f1 !important;
}
.card_credenciales:nth-child(3){
	border-bottom: 1px solid #ebe9f1 !important;
}
.header_credenciales{
	justify-content: flex-start !important;
}
.card_credenciales img, .header_credenciales img{
	width: 48px;
	margin-right: 10px;
}
.header_credenciales_title span{
	color: #AE0815;
}
.save_credencial{
	margin-left: auto;
}
.save_credencial button{
	padding: 10px 20px !important;
}
.circle_map{
	display: flex;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 6px;
}
.card_contact{
	background: #23282B;
    width: 200px;
    border-radius: 10px;
    padding: 10px;
}
.card_contact_header{
	display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #616161;
    padding-bottom: 10px;
}
.card_contact_header img{
	width: 40px;
	border-radius: 50%;
	margin-right: 10px;
}
.card_contact_header p{
	font-weight: bold;
}
.card_contact_main{
	text-align: center;
    padding-top: 10px;
}
.input_send_img{
	display: none;
}

#content_micro{
	position: absolute;
    right: 35px;
    top: 8px;
}
#content_micro svg{
	color: #636363;
}
#content_micro a{
	border: none;
	background: transparent;
}
#content_micro svg{
	width: 15px;
}
.ocultar_micro{
	display: none !important;
}
#duracion{
	position: absolute;
	right: 30px;
	top: 5px;
	font-weight: bold;
}
.chat a{
	color: #fff;
}
.chat.chat-left a{
	color: #6e6b7b
}
.vmsg-slider-wrapper, .vmsg-save-button{
	display: none !important;
}
.vmsg-button.vmsg-record-button,.vmsg-button.vmsg-stop-button, .vmsg-button.vmsg-cancelar-button{
	display: flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    max-width: 10px;
    border: 1px solid #00C969 !important;
	background: #00C969;;
    min-width: 25px;
    max-width: 25px;
	order: 1;
}
.vmsg-button.vmsg-cancelar-button{
	border: 1px solid #ED6B7C !important;
	background: #ED6B7C;;
	order: 0;
	margin-right: 5px;
}

.vmsg-button.vmsg-record-button svg,.vmsg-button.vmsg-stop-button svg, .vmsg-button.vmsg-cancelar-button svg{
	color: #fff;
}
.vmsg-timer{
	order: 3;
	margin-left: 10px;
}
.vmsg-progress{
	display: none !important;
}
#recordButton{
	position: relative;
}
#recordButton.ocultar_micro{
	display: none;
}
.chat-application .sidebar-content .chat-user-list-wrapper li{
	padding: 10px;
}
.content_title_conversarcion{
	position: relative;
}
.notify_new_agente{
	position: absolute;
    right: 50px;
    background: #1F2534;
    color: #fff;
    top: 9px;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	animation: sizeChange 0.5s infinite;
	display: none;
}
.notify_new_agente.openNotifyAgente{
	display: flex;
}
.notify_new_agente svg{
    width: 15px;
    height: 15px;
    position: initial;
}
.sorting_asc:before, .sorting_asc:after,
.sorting:before, .sorting:after,
.sorting_desc:before, .sorting_desc:after{
	display: none !important;
}

.apexcharts-legend.position-bottom.apexcharts-align-center, .apexcharts-legend.position-top.apexcharts-align-center{
	justify-content: flex-start;
}
.apexcharts-legend.position-bottom .apexcharts-legend-series, .apexcharts-legend.position-top .apexcharts-legend-series{
	width: 100%;
}
.apexcharts-canvas .apexcharts-legend-series .apexcharts-legend-text{
	font-size: 12px !important;
}
.list_inteciones_list ul{
	list-style: none;
	padding-left: 0;
}
.list_inteciones_list p{
	font-size: 11px;
}
.list_inteciones_list li{
	border: 1px solid #ddd;
	position: relative;
}
.sub_itent_list_content{
	background: #f7f7f7;
	padding: 10px 20px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
	cursor: pointer;
}
.list_inteciones_list .sub_itent_list_name{
	margin: 0;
	margin-right: auto;
	font-weight: bold;
}
.list_inteciones_list ul ul{
	padding-right: 15px;
	height: 0;
	overflow: hidden;
}
.list_inteciones_list ul ul.mostrar_ul_list_intent{
	height: 100%;
	padding: 0;
}
.list_inteciones_list ul ul li{
	margin: 10px 0;
}
.icon_down_itent{
	position: absolute;
    top: 15px;
    right: 5px;
}
.name_context_list{
	font-size: 10px;
	font-weight: bold;
}
.intent_select_context{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.intent_select_context button{
	width: 28%;
}
.intent_select_context div{
	width: 70%;
}
#addContextInput{
	margin-left: 5px;
}
.flatpickr-time{
	height: auto;
}
.collapse-margin .card{
	margin-top: 1.71rem;
    margin-bottom: 1.71rem;
	box-shadow: 0px 0px 10px 2px #eee !important;
}
.horarios_separated{
	border-bottom: 1px solid #ebe9f1;
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	align-items: center;
}
.day_name{
	width: 100px;
}
.day_horario{
	width: calc(100% - 100px);
}
.horarios_separated .form-group{
	margin-bottom: 0 !important;
}
.horarios_separated .col-12 input{
	margin-bottom: 5px;
}
.icon-select .icon, .icon-select .icon.selected{
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 25px;
}
.selected-icon img{
  width: 30px;
  height: 20px;
}
.icon-select .selected-box, .icon-select .selected-box:hover{
  width: 50px;
  height: 35.7px;
  border-radius: 6px;
}
.icon-select .selected-icon{
  top: 4px;
  left: 5px;
}
.icon-select .icon img{
  width: 30px;
  height: 20px;
}
.icon-select .box{
  z-index: 1;
  background: #fff;
  border: 1px solid lightgrey;
}
.icon-select .icon.selected{
  background: #fff;
}
.field_number{
  display: flex;
  justify-content: space-between;
}
.operario_edit_number{
	position: relative;
}
.newNumberEdit{
	position: absolute;
	top: 7px;
    right: 10px;
	cursor: pointer;
	color: #af0d0d;
}
.fecha_conversacion{
	margin-top: 5px;
    display: block;
    font-size: 9px;
	text-align: right;
}
html .content.app-content{
	padding-top: 2rem ;
}
.avatar img{
	width: 42px !important;
	height: 42px !important;
}
.appGroupTrainig .lead.collapse-title{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	width: calc(100% - 120px);
	border: none;
}
.appGroupTrainig .card-header{
	position: relative;
}
.appGroupTrainig .card-header .count_frases_group{
	position: absolute;
	right: 45px;
}
.appGroupTrainig .faq-navigation{
	position: sticky;
	top: 28px;
}
.appGroupTrainig .title_slider_presicion{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 0;
}
.appGroupTrainig .title_slider_presicion span{
	font-weight: bold;
}
.resaltar_texto{
	background: #ffef9a;
    margin-bottom: 10px !important;
}
.resaltar_texto .chat-content{
	margin-top: 10px !important;
	animation: sizeChange 0.75s infinite;
}
.list_group_frase{
	cursor: pointer;
}
.joypixels{
	width: 16px !important;
	height: 16px!important;
	display: inline!important;
	margin: 0 1px!important;
}
.content_form_widget{
	padding-top: 20px;
}
.form_pistas p{
	font-size: 13px;
}
.form_pistas, .form_pistas p, .form_pistas .custom-switch{
	text-align: left;
}
.li_login_user_menu{
	margin-top: 20px !important;
}
.li_login_user_menu.has-sub > a:after{
	display: none !important;
}
.li_login_user_menu .avatar img{
	width: 33px !important;
    height: 33px !important;
}
.modal{
	z-index: 999999999999;
}
.swal2-container{
	z-index: 9999999999999 !important;
}
.content_widget_modal{
	position: relative;
	margin: 10px 50px;
}
.content_widget_modal_text{
	margin-right: 10px;
    background: #cbcce6;
    padding: 10px 20px;
    border-radius: 6px;
    white-space: nowrap;
	right: 90px;
    display: flex;
    align-items: center;
}
.content_widget_modal_text p{
	font-weight: bold;
    font-family: sans-serif;
    margin: 0;
    color: #000000;
}

.content_widget_modal img{
	width: 80px;
}
.content_widget_modal_img{
	position: relative;
	border-radius: 50%;
}
.edit_widget{
	cursor: pointer;
	transition: all 0.5s ease;
}
.content_widget_chat{
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	max-width: 500px;
}
.content_widget_chat_header{
	background: #fff;
    border-radius: 15px 15px 0 0;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}
.content_widget_chat_header_title{
	color: #515365;
    font-size: 14px;
    font-weight: bold;
}
.content_widget_chat_header_logo img{
	width: 40px;
    margin-right: 5px;
	border-radius: 5px;
}
.content_widget_chat_header_title p{
	margin: 0;
}
.content_widget_chat_log{
	overflow: auto;
    width: 100%;
    padding: 25px;
    display: inline-block;
    min-height: 170px;
    background: #f4f6f9;
}
.content_widget_chat_botom .powered-by{
	text-align: center;
    font-size: 9px;
    padding-bottom: 10px;
}
.content_widget_chat_botom .powered-by a{
	color: #000;
}
.content_widget_chat_botom .joypixels {
    width: 16px !important;
    height: 16px!important;
    display: inline!important;
    margin: 0 1px!important;
}
.content_widget_chat_close{
	text-align: right;
}
.content_widget_chat_close img{
	width: 50px;
    margin-top: 10px;
	border-radius: 50%;
}
.top_content_widget_chat{
	position: sticky;
	top: 20px;
}
.content_widget_chat_log .cm-msg-text{
	font-size: 12px;
    padding: 10px 15px;
    box-shadow: none;
    display: inline-block;
    clear: both;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    background: #fff;
    color: #000;
    border-radius: 0 15px 15px 15px;
    align-self: flex-start;
    display: table;
    word-break: break-word;
}
.content_widget_chat_header_title img{
	height: 40px;
	width: auto;
	border-radius: 5px;
}
.content_widget_chat_form{
	padding: 10px;
	background: #fff;
	margin: 0;
}
.content_widget_chat_form p{
	text-align: center;
}

.avatar_agente input{
	width: 100%;
}
html .navbar-floating.footer-static .app-content .content-area-wrapper, html .navbar-floating.footer-static .app-content .kanban-wrapper {
	height : calc(
	100vh -
	calc(
	calc(2rem * 1) + 3.35rem + 1.3rem + 0rem
	));
	height : calc(
	var(--vh, 1vh) * 100 -
	calc(
	calc(2rem * 1) + 3.35rem + 1.3rem + 0rem
	));
}
.content_chat_list{
    height: 100%;
}
.tab_list_chat{
	height: 100%;
	overflow: auto;
}
.chat-application .sidebar-content{
	width: 245px;
}
.chat-application .sidebar-content .chat-user-list-wrapper li.active{
	background: #af0d0d !important;
}
.chat-content-botones{
	background: none !important;
    box-shadow: none !important; 
	padding-left: 0 !important;
}
.chat-content-botones span{
	margin-right: 10px;
    padding: 8px 20px;
    background: #fff;
	box-shadow: 0 4px 8px 0 rgb(34 41 47 / 12%);
	border-radius: 0.357rem;
	margin-bottom: 10px;
    display: inline-block;
}
.chat-app-window .user-chats{
	height: calc(100% - 150px);  
}
#body_lang_codes{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.item_idioma{
	order: 1;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
	border: 1px solid #ddd;
    padding: 0 20px;
    border-radius: 6px;
	height: 54px;
	margin-bottom: 5px;
}
.item_idioma label{
	text-transform: capitalize;
	margin: 0;
}
.item_idioma_default{
	order: 0;
	background: #eee;
}
.nav_faqs a{
	text-transform: capitalize;
}
.row_boton_item{
	display: flex;
	align-items: center;
}
.row_boton > div:nth-child(odd){
	padding-right: 0.75rem !important;
}
.row_boton > div:nth-child(even){
	padding-left: 0.75rem !important;
}
.apexcharts-legend-text:first-letter {
    text-transform: uppercase;
}
.card .card-body.content_frases_all{
	padding: 0;
}
.list_group_frase{
	cursor: pointer;
    padding: 10px 15px;
	margin: 0;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.list_group_frase:nth-child(odd){
    background: #f6f2f2;
}
.list_group_frase:nth-child(even){
	 background: #fff;
}
.list_group_frase_view, .group_view_question{
	margin-left: auto;
	margin-right: 10px;
}
#faq-all .list_group_frase_view{
	margin-left: 10px;
}
.list_group_frase button{
	padding: 10px 12px;
}
.content_intent_traingin_group_item{
	padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
	position: relative;
}
.content_intent_traingin_group_item label p{
	margin-bottom: 5px;
}
.content_intent_traingin_group_item label{
    width: 100%;
    padding-right: 130px;
}
.content_intent_traingin_group_item label span{
	position: absolute;
    font-size: 28px;
    top: 0;
    right: 10px;
    font-weight: bold;
	color: #28C76F;
}
.content_intent_traingin_group_item svg{
	width: 25px;
	height: 25px;
}
.sidebar-frases-modal .user-chats{
	height: 100vh;
    overflow: auto;
    padding: 30px;
}
#toast-container{
	z-index: 999999999999999999999999;
}
.sidebar-create-faqs-modal .content_btton button{
	width: 121px;
	margin-bottom: 5px;
}
.sidebar-create-faqs-modal .user-chats{
	height: 100vh;
    overflow: auto;
}
.repeater_list_sugeridas{
	max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.sidebar-create-faqs-modal .repeater_list_sugeridas button{
	padding: 10px !important;
}
.sidebar-create-faqs-modal .repeater_list_sugeridas .col-md-2{
	padding: 0;
}
.sidebar-create-faqs-modal .media{
	flex-wrap: wrap;
}
.sidebar-create-faqs-modal .media img{
	width: 100%;
	margin: 0 !important;
}
.sidebar-create-faqs-modal .media .media-body{
	width: 100%;
	flex-direction: column !important;
}
.content_intent_traingin_group_item_select .select2-selection__arrow{
	display: none;
}
.group_button{
	margin-right: 5px;
}
.group_button button{
	padding: 7px 10px;
}
.bootstrap-tagsinput .tag{
    background: #1F2534;
    padding: 4px 6px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
}
.bootstrap-tagsinput .tag:hover{
	background: #151922;
	cursor: pointer;
}
.item_entities{
	display: grid;
    grid-template-columns: 30% calc(70% - 44px) 44px;
    align-items: center;
	padding: 10px 10px;
	border: 1px solid #ddd;
}
.item_entities_name{
	padding-right: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.item_entities_name input{
    width: 100%;
    border: none;
    padding: 10px;
	font-size: 14px;
	background: transparent;
}
.item_entities_name input:focus, .item_entities_valor input:focus{
    outline: none;
}
.item_entities_valor{
	padding-right: 10px;
	border: none;
	height: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.bootstrap-tagsinput{
	border: none;
	box-shadow: none;
	width: 100%;
}
.item_entities:hover{
	background: #eee;
}
.bootstrap-tagsinput{
	background: transparent;
}
.content_frases_item{
	display: flex;
	align-items: center;
	width: 100%;
}
.deleteButtonResponseEntitis{
	padding: 5px !important;
	position: absolute;
	top: 7px;
    left: 10px;
}
.item_response .nav-item{
	position: relative;
}
.item_response .nav-tabs .nav-link.active{
	background: #af0d0d !important;
	color:#fff;
	border-radius: 6px;
}
.item_response .nav-tabs .nav-link.active:after{
	display: none;
}
.row_boton_item .highlightTextarea{
	width: 100% !important;
}
.content_analiticas .transaction-item .font-weight-bolder.text-success{
	text-align: right;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #dddd;
}
.all_response_entitis{
	margin-top: 10px;
    font-size: 11px;
    color: red;
}
.sub_menu_content{
    position: fixed;
    width: 220px;
	height: 100%;
	background: #fff;
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    left: 80px;
	padding-top: 0;
	padding-bottom: 20px;
	overflow: auto;
}
.sub_menu_content img{
	width: 30px;
	height: 30px;
	object-fit: contain;
	margin-right: 5px;
}
.sub_menu_ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sub_menu_li{
	padding: 10px;
	font-weight: bold;
	width: 100%;
}
.sub_menu_li a{
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #1F2534;
	display: flex;
	align-items: center;
}
.sub_menu_li:hover, .sub_menu_li.active{
	background: #f6f2f2;
}
.sub_menu_li a img, .sub_menu_li a svg{
	margin-right: 5px;
	color: #1F2534;
}
.sub_menu_li_separate{
	margin-top: 20px;
}
#faq-all-qna #faq-all-qna .card{
	margin:0;
	box-shadow: none !important;
}
#faq-all-qna #faq-all-qna .card:nth-child(odd) .list_group_frase{
	background: #f6f2f2;
}
#faq-all-qna #faq-all-qna .card:nth-child(even) .list_group_frase{
	background: #fff;
}
#faq-all-qna #faq-all-qna .list_group_frase_text{
	width: calc(100% - 210px);
    padding-right: 10px;
}
.sub_menu_title{
	padding: 10px 20px;
    font-weight: bold;
}
.sub_menu_content_conversaciones{
	width: 210px;
}
.send-message-actions span{
	cursor: pointer;
}
#filterUser{
	padding: 10px;
	position: relative;
}
#filterUser input{
	border: 1px solid #69A4E1;
	padding-left: 30px;
}
#filterUser span{
	position: absolute;
    top: 17px;
    left: 17px;
}
#filterUser svg{
	width: 1.5rem;
	height: 1.5rem;
	color: #69A4E1;
}
.sub_menu_li_to_search{
	font-weight: 400;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.sub_menu_li_to_search.active{
    color: #69A4E1 !important;
}
.sub_menu_li_to_search a{
	width: 100%;
	padding: 0 !important;
    justify-content: space-between !important;
}
.sub_menu_li_to_search a.active{
	color: #69A4E1 !important; 
}
.sub_menu_li_to_search span{
	background-color: #eee;
	color: #000 !important;
	display: block;
	width: 30px;
	text-align: center;
	border-radius: 20px;
}
.nav-tabs .sub_menu_li_to_search .nav-link.active:after{
	display: none;
}
.chat-app-control, .chat-app-asignarme{
	position: absolute;
    bottom: 10px;
}
.chat-app-control button, .chat-app-asignarme button{
	transition: all 0.5s ease;
}
.chat-app-control button:hover, .chat-app-asignarme button:hover{
	transform: scale(1.1);
}
.chat-meta svg{
	width: 1.25rem;
	height: 1.25rem;
}
.chat-list .active .chat-meta svg{
	color: #fff;
}
.side-right{
	width: 0;
    background: #f5f5f5ee;
	overflow: hidden;
	width: 320px;
	overflow: auto;
}
.side-right .tab-content{
	padding-left: 10px;
	padding-right: 10px;
}
.side-right .nav-link{
	width: 50%;
	border: 1px solid #ddd !important;
	background: #fff;
}
.side-right .nav-link.active{
	background: #EFEFEF;
}
.side-right .nav-link.active:after{
	display: none;
}
.side-right .nav-tabs{
	margin-bottom: 10px;
}
.side-right > div > div{
	padding: 10px;
    background: #fff;
    border-radius: 6px;
	margin-bottom: 10px;
}
.item_p_info_data{
	font-size: 12px;
	margin-bottom: 7px;
}
.side-right select{
	padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 100%;
}
.side-right select:disabled{
	background: #eee;
}
.sentimientoicon svg{
	width: 2rem;
	height: 2rem;
}
#busquedaAutomatica{
	margin-bottom: 10px;
}
.results_from_header{
	padding: 10px 0;
    border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.results_from_header p{
    display: flex;
    align-items: center;
	margin-bottom: 5px;
}
.content_count_sugerencia{
	background-color: #af0d0d;
    color: #fff;
    display: block;
    width: 30px;
    text-align: center;
    border-radius: 20px;
	margin-right: 5px;
}
.result_knowledge_p{
	overflow: hidden;
	max-height: 100px;
	transition: all 0.5s ease;
}
.result_knowledge_p:hover{
	max-height: 100%;
}
.results_from .list-group{
	display: none;
}
.results_from .list-group-active{
	display: block;
}
.results_from_icons{
	margin-left: auto;
}
.tabs_quick_show{
	position: relative;
	height: 40px;
	background: #fff;
	overflow: hidden;
	display: flex;
    align-items: center;
}
.tabs_quick_show ul{
	margin: 0;
	display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
	padding: 0;
	border-left: 1px solid #eee;
	width: 100%;
    overflow: hidden;
}
.tabs_quick_show ul li{
	display: flex;
    align-items: center;
    padding: 0px 20px;
    border-right: 1px solid #eee;
    height: 40px;
	cursor: pointer;
	position: relative;
}
.tabs_quick_show ul li img{
	width: 17px !important;
	height: 17px !important;
	border-radius: 50%;
}
.tabs_quick_show ul li  h5{
    font-size: 11px;
    margin-left: 5px;
	width: 65px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tabs_quick_show_pagination{
    height: 100%;;
    display: flex;
    align-items: center;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	cursor: pointer;
}
.tabs_quick_show_pagination svg{
	width: 2rem;
	height: 2rem;
}
.tabs_quick_show_left{
	
}
.tabs_quick_show_rigth{
	
}
.li_tabs_quick.active{
	background: #f1f1f1 !important;
}
.li_tabs_quick .closeTabs{
	display: block!important;
	position: absolute;
	top: 0px;
	right: 2px;
}
.send-message-text, .send-message-actions{
	width: 100%;
}
.send-message-actions{
	display: flex;
	align-items: center;
	width: 100%;
    justify-content: space-between;
}
.send-message-actions-buttons{
	display: flex;
    align-items: center;
	margin-top: 10px;
}
.input-group-prepend .input-group-text, .input-group-append .input-group-text{
	border: none;
	padding: 5px;
}
.select_status_chat{
	width: 130px !important;
}
.intent_select_context .select_status_chat, .app-user-list .select_status_chat{
	width: 100% !important;
}
.send-message-actions-buttons button, .send-message-actions-buttons button:focus{
	background: #357AEE !important;
	border: 0 !important;
	box-shadow: none !important;
}
.active-chat{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.select_states_ticket{
    margin-right: 10px;
    border: 1px solid #ddd;
    padding: 10px;
}
#nota_agent{
	font-size: 11px;
	padding: 7px !important;
}
.chat-application .chat-app-window .start-chat-area, .chat-application .chat-app-window .user-chats{
	background-image: url('../img/fondo_livechat.jpg');
	background-size: 20%;
}
.chat-application .chat-app-window .user-chats{
	font-size: 12px;
}
.chat-app-window .chats .chat-body .chat-content{
	padding: 10px;
}

#users-list h5{
	font-size: 13px;
}
.li_tabs_quick_bell{
	position: absolute;
    left: 2px;
    top: 1px;
	display: none;
}
.asesor_asing_li_img{
	position: absolute;
	top: -12px;
	right: -12px
}
.asesor_asing_li_img img{
	height: 20px !important; 
	width: 20px !important;
}
.asesor_asing_li{
	position: absolute;
	margin: 0;
	top: 20px;
	right: 0;
}
.no_user_most{
	text-align: center;
    margin-top: 10px;
    font-size: 10px;
}
.content_app_notificacion_create_user{
	display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
    align-content: center;
    height: calc(100vh - 6rem);
}
.content_app_notificacion_create_user_icon{
	width: 100%;
    text-align: center;
	margin-bottom: 20px;
}
.content_app_notificacion_create_user_icon svg{
	height: 5rem;
    width: 5rem;
}
.plantillas_list_usuarios_header{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sidebar-frases-modal .user-chats{
	width: 100%;
}
.plantillas_list_usuarios_header button, .content_app_notificacion_create_user_buttons button{
	padding: 6px 10px;
    background-color: #af0d0d;
    border: 2px solid #af0d0d;
    color: #fff;
    border-radius: 6px;
    min-width: 180px;
	width: 247px;
}
.conent_info_inquiry{
	background: #f2f0f7;
    padding: 20px;
    height: 100%;
    overflow: auto;
}
.conent_info_inquiry_item{
	padding: 10px;
    background: #fff;
    border-radius: 6px;
	margin-bottom: 15px;
}
.conent_info_inquiry_item p{
	margin-bottom: 5px;
	font-size: 12px;
}
#search_userpush_plantillas{
	width: calc(100% - 510px);
}
.plantillas_list_usuarios_header a{
	font-size: 10px;
	width: 100%;
	margin-top: 5px;
}
.plantillas_list_usuarios_header button:nth-child(3){
	background: #fff;
	color: #af0d0d;
}
.content_app_notificacion_create_user_text h3{
	text-align: center;
	margin-bottom: 20px;
}
.content_app_notificacion_create_user_text p{
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}
.main-menu .navbar-header{
	width: 100%;
	height: auto;
    padding: 10px;
    text-align: left;
    background: #232A3C;
	z-index: 100;
}
.main-menu .main-menu-content{
	height: calc(100% - 55.81px) !important;
}
.navbar-header .nav-item{
	margin: auto;
}
.navbar-header .nav-item a{
	margin: 0 !important;
    height: auto;
}
.item_entities_valor_push{
	border: 1px solid #ccc;
    padding: 4px;
    border-radius: 6px;
}
.content_plantilla_right p{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 12px;
	margin-bottom: 5px;
}
.rows_variables{
	position: relative;
}
.rows_variables .dropdown{
	position: absolute;
	position: absolute;
    bottom: -5px;
    right: -5px;
}
.rows_variables .dropdown button, .template_add_variable{
	width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #fff;
    border-radius: 50%;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 19%);
    padding-bottom: 3px;
	border: none;
	transition: background-color .3s;
}
.template_add_variable{
	position: absolute;
    bottom: -5px;
    right: -5px;
}
.rows_variables .dropdown button:hover, .template_add_variable:hover {
    background: #28C76F;
	color: #fff;
}
.plantilla_header_text, .plantilla_body_text{
	position: relative;
}
.bs-stepper-header{
	width: 22% !important;
}
.bs-stepper-content{
	width: 78% !important;
}
.content_plantilla_right{
	padding-right: 20px;
}
.plantilla_botton_url_dinamic{
	display: flex;
    align-items: center;
}
.plantilla_botton_url_dinamic input{
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    font-size: 10px;
	width: 100%;
}
.content_plantilla_left{
	background-color: #e5ddd5;
	position: relative;
	padding: 20px;
	border-radius: 6px;
}
.content_plantilla_left::before{
	background: url('../img/fondo_plantilla_preview.png');
    background-size: 366.5px 666px;
    content: '';
    height: 100%;
    left: 0;
    opacity: .06;
    position: absolute;
    top: 0;
    width: 100%;
}
.plantilla_left_content, .content_plantilla_left_button{
	background: #fff;
    padding: 10px;
    border-radius: 6px;
	position: relative;
	margin-bottom: 5px;
}
.plantilla_left_mensaje{
	font-size: 12px;
}
.plantilla_media_img{
    margin-bottom: 15px;
	max-height: 180px;
}
.plantilla_media_img img, .plantilla_media_img video{
	width: 100%;
	height: 180px;
    object-fit: cover;
}
.plantilla_pdf_viewer{
	width: 100%;
}
.plantillas_list_usuarios_item{
	display: flex;
	align-items: center;
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
    width: 100%;
	cursor: pointer;
}
.plantillas_list_usuarios{
	max-height: 600px;
	overflow: auto;
}
.plantillas_list_usuarios_item *{
	margin: 0;
}
.plantilla_user_checbox{
	width: 20px;
	display: flex;
	align-items: center;
}
.plantilla_user_phone{
	width: 200px;
}
.plantilla_user_tags{
	width: 400px;
}
.plantilla_user_name{
	width: calc(100% - 620px);
}
.plantilla_user_tags{
	text-align: right;
}
.bs-stepper .step-trigger.disabled, .bs-stepper .step-trigger:disabled{
	opacity: 1;
}
.plantilla_left_mensaje_footer p{
	margin: 0;
    margin-top: 10px;
    color: #aaa;
    font-style: italic;
}
.sub_menu_ul_ul{
	padding-left: 20px;
	padding-top: 10px;
	display: none;
}
.sub_menu_li:hover .sub_menu_ul_ul{
	display: block;
}
.sub_sub_menu_li{
	padding: 12px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 0;
}
.sub_sub_menu_li a{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.sub_sub_menu_li small{
	display: block;
    font-size: 9px;
}
.li_notify_separate{
	width: 100%;
	height: 1px;
	background: #efefef;
	margin-top: 10px;
}
.sound_alert_agent{
	margin-left: auto;
	margin-right: 5px;
}
.plantillas_list_usuarios_header_button_dowload{
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    width: 500px;
}
#record_content .vmsg-error{
    position: fixed;
    width: 300px;
    background: red;
    left: calc(50% - 150px);
    font-size: 9px;
    padding: 10px;
    color: #fff;
    top: 70px;
    border-radius: 6px;
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.view_check{
	display: inline;
}
.view_check_active{
	color: #357AEE;
}
.view_check svg{
	width: 15px;
    height: 15px;
    margin-left: 5px;
}
.user-chats.ps{
	width: 100%;
	min-height: 100vh;;
}
.groups_score_conversaciones_header{
	padding: 10px;
    background: #fff;
    margin-bottom: 15px;
    display: flex;
	align-items: center;
    justify-content: space-between;
    border-radius: 4px;
	cursor: pointer;
	box-shadow: 0px 0px 4px 1px #ccc;
}
.groups_score_conversaciones_item{
	margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.groups_score_conversaciones_body{
	display: none;
}
.card_item_score{
	width: 50%;
	float: left;
	border-bottom: 1px solid #ebe9f1;
}
.groups_score_conversaciones_header span:nth-child(1){
	font-weight: bold;
	color: #af0d0d;
}
.groups_score_conversaciones_header span:nth-child(2){
	font-size: 11px;
    color: #aaa;
	margin-left: auto;
	margin-right: 5px;
}
.content_mondal_score_faqs{
	display: flex;
}
.content_score_faqs, .content_view_faqs{
	height: 100vh;
	overflow: auto;
}
.content_score_faqs{
	width: 40%;
}
.content_view_faqs{
	width: 60%;
}
.content_view_faqs .app-content, .content_view_faqs_training .app-content{
	margin: 0!important;
	padding-top: 0!important;
}
.content_view_faqs_training .content_response, .content_view_faqs_training .header_faqs + .col-12.mt-1{
	display: none;
}
.content_view_faqs .header_faqs, .content_view_faqs_training .header_faqs{
	display: none;
}
.content_view_faqs .card-body .col-md-3, .content_view_faqs_training .card-body .col-md-3{
	width: 100% !important;
    max-width: 100% !important;
    flex: 100%;
}
.content_view_faqs .content_btton button, .content_view_faqs_training .content_btton button{
	width: 49%;
    margin-bottom: 10px;
}
.content_view_faqs .content_btton .btn-group, .content_view_faqs_training .content_btton .btn-group{
	width: 49%;
    margin-bottom: 10px;
}
.content_view_faqs .tab-content .col-12.mt-1, .content_view_faqs_training .tab-content .col-12.mt-1{
	padding: 0;
}
.content_view_faqs .update_intent > .row > .card.col-12, .content_view_faqs_training .update_intent > .row > .card.col-12{
	display: none;
}
.content_view_faqs_training .app-content{
	padding: 14px !important;
}
.content_view_faqs_training{
	margin-top: 20px;
}
.modal_get_conversaciones .modal-content{
	height: 100vh !important;
	overflow: hidden !important;
}
.plantilla_header_medios{
	display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
.plantilla_header_media label{
	border: 2px solid #d8d6de;
    padding: 10px 30px;
    border-radius: 15px;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}
.plantilla_header_media input{
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
}
.plantilla_header_media input:checked + label{
	border: 2px solid #3578e5;
	background-color: #ecf3ff;
}
.plantilla_header_media span{
	display: block;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}
.plantilla_header_media img{
	width: 60px;
	display: block;
    margin: auto;
}
.plantilla_header_media{
	position: relative;
}
.plantilla_bottom_item{
	display: flex;
	align-items: center;
}
.plantilla_button_item_content:nth-child(2){
	margin: 0 10px;
}
.plantilla_bottom_item{
	background-color: #f8fafb;
    border: 1px solid #dadde1;
    border-radius: 10px;
	padding: 16px;
	position: relative;
}
.plantilla_bottom_item_close{
    position: absolute;
    top: 5px;
    right: 5px;
	cursor: pointer;
}
.plantilla_add_bottom{
	text-align: right;
}
.plantilla_button_item_content{
	width: 100%;
}
.plantilla_modal_container{
	position: fixed;
    left: 0;
    top: 0;
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.8);
    z-index: 100000;
}
.plantilla_modal_content{
	width: 100%;
    max-width: 900px;
    background: #fff;
    padding: 30px 20px;
    border-radius: 6px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.plantilla_modal_content_form{
	width: 60%;
	padding-right: 20px;
}
.plantilla_modal_content_muestra{
	width: 40%;
}
.plantilla_modal_content_close{
	position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}
.body_text_alert, .body_text_danger{
	display: none;
	background: #FFF6DD;
    padding: 10px;
    font-size: 12px;
	margin-top: 5px;
    border-radius: 6px;
}
.body_text_danger{
	background: #FFEBEB;
	padding: 20px 10px;
}
.body_text_danger ul{
	list-style: disc;
	padding-left: 20px;
}
.body_text_alert p{
	margin-bottom: 5px;
}
.body_text_alert a{
	font-size: 12px;
	font-weight: 300;
}
.plantilla_left_mensaje_header{
	font-weight: bold;
}
.plantilla_left_mensaje_body{
	margin: 10px 0;
}
.plantilla_left_mensaje_footer{
	color: #999999;
    font-size: 10px;
}
img.plantilla_header_media_img{
	max-width: 100%;
    background: #efefef;
    padding: 40px;
    width: 100%;
    object-fit: contain;
	border-radius: 6px;
}
.content_plantilla_left_button{
	text-align: center;
	color: #26AAF1;
	font-size: 10px;
	text-align: center;
}
.plantilla_modal_content_form p{
	font-size: 13px;
	margin-bottom: 5px;
}
.plantilla_modal_content_form h5{
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.plantilla_modal_content_form_muestras input{
	margin-bottom: 10px;
}
.plantilla_modal_content_form_muestras_buttons p{
	margin-bottom: 0;
}
.plantilla_modal_content_form_muestras_buttons small{
	display: block;
	font-size: 12px;
	color: #aaa;
	margin-bottom: 10px;
}
#downloadConversaciones{
	z-index:1;
	background:#fff;
	border-radius:6px;
	font-size: 13px;
}
#WhatsAppBusiness, #CloudAPI{
	display: none;
}
.loading_downloadconversaciones{
    text-align: center;
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    margin-top: 5px;
    border-radius: 6px;
	background: #eee;
	color: #505050;
}
.loading_downloadconversaciones_bar{
	position: absolute;
	top: 0;
	left: 0;
	background: #69A4E1;
    height: 100%;
}
.loading_downloadconversaciones span{
	z-index: 1;
	position: relative;
}
.list_source_data a{
	background-color: #efefef;
	border-radius: 6px !important;
}
.list_source_data a.active{
	background-color: #4b4b4b !important;
	color: #fff !important;
}
.list_source_data a.active::after{
	display: none;
}
.list_source_data_item{
	display: flex;
    align-items: center;
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 6px;
}
.list_source_data_item p{
	margin: 0;
}
.list_source_data_item a{
	color: #151922;
	text-decoration: underline;
}
.list_source_data_item .custom-control{
	margin-left: auto !important;
}
.button_loadmore_web{
	text-align: center;
	margin-top: 20px;
}
.jstree-default .jstree-anchor{
	background: transparent;
    height: 40px;
    line-height: normal;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
}
.jstree-default .jstree-wholerow{
	height: 40px;
    border-bottom: 1px solid #eee;
}
.jstree-default .jstree-checkbox{
	opacity: 0;
}
.jstree-default .jstree-node:hover .jstree-checkbox, .jstree-clicked .jstree-checkbox{
	opacity: 1;
}
.jstree-default .jstree-node > .jstree-icon{
	position: absolute;
	right: 5px;
	background-image: url('../img/chevron-left.svg');
	background-position: 100% !important; 
	z-index: 100;
	margin-top: 7px;
}
.jstree-wholerow-ul{
	overflow: hidden;
	width: 100%;
}
.jstree-default .jstree-open > .jstree-icon{
	background-image: url('../img/chevron-down.svg');
}
.node_count{
	margin-left: 10px;
    background: #4b4b4b;
    padding: 3px 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 11px;
	position: absolute;
	right: 40px;
}
.node_text{
	max-width: calc(100% - 48px);
	padding-left: 5px;
	display: inline-block;
    width: auto;
}
.node_text_desactivate{
	text-decoration: line-through;
    opacity: 0.7;
	position: relative;
}
.node_text_desactivate::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #000;
	right: 0;
	top: 10px;
}
.node_text_link{
	text-decoration: underline;
	color: #357AEE;
}
.node_text_link.node_text_desactivate::after{
	background: #357AEE;
}
.list_source_data_content_web_buttons{
	display: none;
    align-items: center;
	justify-content: space-between;
    position: sticky;
    top: 5px;
    z-index: 10;
	margin-bottom: 20px;
}
.list_source_data_content_web_buttons button{
	margin: 0 !important;
}
.select_opcional{
	width: 100%;
	margin-top: 15px;
}
.file_succes{
	border: 2px dashed #af0d0d;
    background: #f6f6f6;
	margin-top: 20px;
	display: flex;
	align-items: center;
	padding: 20px;
    border-radius: 10px;
}
.file_succes svg{
	width: 40px;
    height: 40px;
    color: #af0d0d;
}
.file_succes_text{
	padding: 10px;
}
.file_succes_text{
	width: calc(100% - 80px);
}
.file_succes_text a{
	color: #000;
}
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation{
	display: flex;
    flex-direction: column;
}
.li_login_user_menu{
	margin-top: auto !important;
}
.navigation li{
	margin-bottom: 20px;
}
.li_login_user_menu{
	margin-bottom: 0 !important;
}
.li_login_user_menu a{
	background: transparent !important;
}
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li:last-child{
	margin-bottom: 0 !important;
}
.nav-item svg{
	transform: scale(1.3);
} 
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation{
	height: 100%;
}
.table_preview{
	margin: 20px 0;
}
.table_preview thead tr{
	border-radius: 6px 6px 0 0;
}
.table_preview th, .table_preview td{
	padding: 10px;
	text-align: center;
}
.content_tabla_preview{
	max-width: 100%;
    overflow: auto;
}
.content_tabla_preview::-webkit-scrollbar{
	width: 3px;
	height: 5px;
}
.content_tabla_preview::-webkit-scrollbar-thumb{
	background: #ddd;
	border-radius: 10px;
}
.table_preview thead th{
	text-transform: none;
}
.table_preview tbody tr:nth-last-child(1) {
    opacity: 0.2;
}
.table_preview tbody tr:nth-last-child(2) {
    opacity: 0.4;
}
.table_preview tbody tr:nth-last-child(3) {
    opacity: 0.6;
}
.table_preview tbody tr:nth-last-child(4) { 
    opacity: 0.8;
}
.table_preview tbody tr:nth-last-child(5) { 
    opacity: 1;
}
.nav-tabs .nav-link{
	padding: 15px;
}
.nav-tabs .nav-link.active{
	background: #f3f3f3;
    border-radius: 6px;
}
.select2-container--classic .select2-results__option[aria-selected='true'], .select2-container--default .select2-results__option[aria-selected='true']{
	background-color: rgba(115, 103, 240, 0.12) !important;
    color: #af0d0d !important;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}
@media (min-width: 600px) {  
	.menu-title{
		font-weight: 600 !important;
		position: absolute;
		left: 80px;
		background: #fff;
		padding: 5px 15px;
		font-size: 13px;
		color: #1F2534;
		border-radius: 0 6px 6px 0;
		display: none;
		box-shadow: 2px 0px 3px 1px #eee;
		border-left: none;
	}
	.nav-item:hover .menu-title{
		display: block;
	}
	.menu-title::before{
		z-index: 100000000;
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-top: 7px solid transparent;
		border-right: 7px solid #fff;
		border-bottom: 7px solid transparent;
		left: -7px;
		top: 7px;
	}
}
@media (max-height: 700px) {  
	.navigation-header{
		display: none !important;	
	}
}
@media (max-width: 600px) {      
	.sub_menu_content{
		display: none;
	}
	.menu_open_responsive{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1037;
		padding: 0 8px;
		background: #af0d0d;
		border-radius: inherit;
		width: 100%;
		text-align: right;
		padding: 0 16px;
	}
	.main-menu{
		z-index: 1038;
	}
	.menu_open_responsive a{
		color: #fff;
	}
	.menu_open_responsive svg{
		width: 1.8rem;
		height: 1.8rem;
	}
	.text_filtro_fecha{
		display: block;
	}
	.text_filtro_fecha{
		display: block !important;
	}
	.header_fechas_conversaciones{
		padding: 10px !important;
	}
	.text_filtro_fecha p{
		margin-bottom: 0;
	}
	.app-content.content{
		padding-top: 45px !important;
	}
	html .content.app-content {
		padding-top: 50px !important;
	}
	.sendMensajeAgente, .cerrarTicket{
		padding-left: 11px !important;
		padding-right: 15px !important;
	}
	.card_credenciales .card-header{
		flex-wrap: nowrap;
	}
	.header_credenciales a{
		margin-top: 10px;
	}
	.header_faqs{
		flex-wrap: wrap;
	}
	.header_faqs > a{
		margin: 7px 0 0 0;
	}
	.content_btton button{
		width: 49%;
		margin-bottom: 5px;
	}
	.intent_select_context div{
		width: 100%;
		margin-top: 5px;
	}
	.intent_select_context button{
		width: 100%;
	}
	.page_intent .lead.collapse-title{
		width: 100%;
		margin-bottom: 7px;
	}
	#accordionExample > div:nth-child(1) > div{
		flex-wrap: wrap;
	}
	.horarios_separated{
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.day_name, .day_horario{
		width: 100%;
	}
	.day_name{
		margin-bottom: 45px;
	}
	.day_horario ul, .side-right, .tabs_quick_show,.content-right, .side-right{
		display: none !important;
	}
	.app-content.app_ajustes{
		margin-left: 0 !important;
	}
	.sub_menu_content_conversaciones{
		display: block;
		left: 0;
		width: 50vw;
	} 
	.sidebar-content{
		width: 50vw;
		margin-left: 50vw;
	}
	html .content.app-content.chat-application{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.content-right_active{
		transform: none;
		position: fixed !important;
		left: 0;
		right: 0;
		bottom: 0;
		top: 35px !important;
		display: block !important;
	}
	.sub_menu_content_notificaciones{
		display: block;
		left: 0;
		width: 100%;
		top: 35px;
		z-index: 1;
		height: 35px;
		padding: 0;
	}
	.sub_menu_content_notificaciones img, .sub_sub_menu_li, .sub_menu_li_separate, .li_notify_separate{
		display: none;
	}
	.sub_menu_content_notificaciones .sub_menu_ul{
		display: flex;
	}
	.sub_menu_content_notificaciones .sub_menu_li{
		text-align: center;
	}
	.sub_menu_li a{
		font-size: 11px !important;
	}
	.app-content.content.app_content_notify{
		margin: 0 !important;
		top: 20px !important;
	}
	.bs-stepper-content, .bs-stepper-header{
		width: 100% !important;
	}
	.card_item_score{
		width: 100%;
	}
}
