.cChatSaludEC_cmp .prechatFields .titulo {
	margin: 1em 0;
	font-size: 0px !important;
	padding-bottom: 5rem;
}

.cChatSaludEC_cmp .prechatFields .titulo:after{
    content: "Ingresa la siguiente información y cuéntanos en qué te podemos ayudar";
    color: #343741;
    font-size: 1rem;
    display: block;
    text-align: center;
    margin-bottom: 4px;
    margin-top: -23px;
    padding: 0 2rem;
    line-height: 19px;
}

.cChatSaludEC_cmp .titulo2 {
    display: none;
}

.cChatSaludEC_cmp .uiInput {
    margin: -2px 0 .5em 0;
    margin-bottom: 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.startButtonWrapper .uiButton--default .label {
    text-transform: none!important;
    line-height: 2em;
    font-size: 0px;
    height: 2.5rem;
    position: relative;
}

.startButtonWrapper .uiButton--default .label:after {
    content: "Enviar";
    color: #808080;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 38%;
    top: 50%;
}

.startButtonWrapper {
	margin-top: 0px !important;

}

.startButtonWrapper .uiButton--default {
	display: block;
	margin-top: 7px !important;
	margin-left: 0;
}

.waitingGreeting {
    color: #1A1446;
    font-weight: 700;
    position: relative;
    margin-bottom: 28%;
    font-size: 1.5rem !important;
}

.waitingGreeting:after {
    content: "Hay un agente en camino";
    text-align: center;
    color: #1A1446;
    font-weight: 500;
    position: absolute;
    width: 100%;
    left: 0%;
    top: 88%;
    font-size: initial;
}

.startButtonWrapper .uiButton--default:hover, .startButtonWrapper .uiButton--default:focus, .startButtonWrapper .uiButton--default.is-selected {
    background: #99E5EA !important; 
}

.uiButton--default.is-selected .label:after {
     color: #404040;
}

.alias--proveedores #block-buscasayuda li:nth-child(4) a:after {
    content: " proveedores";
}

.sidebarHeader[embeddedService-chatHeader_chatHeader] {
    display: flex;
    flex-direction: row;
}

.sidebarHeader[embeddedService-chatHeader_chatHeader] .minimizeButton {
    order: 1;
    left: auto;
}

.sidebarHeader[embeddedService-chatHeader_chatHeader] h2[embeddedService-chatHeader_chatHeader] {
    order: 2;
}

.sidebarHeader[embeddedService-chatHeader_chatHeader] .closeButton {
    order: 3;
}

.embeddedServiceSidebarMinimizedDefaultUI {
    width: 199px;
}

/*-------------------Top Bar Spacing----------------*/
@media screen and (min-width: 979px) {
    #header__zona-usuario {
	padding: 0 4rem; 
    }
}

#header__zona-usuario .menu li ul {
	right: 0;
	left: unset;
}

/*------------------Chat-----------*/
.headerAnnouncement {
	height: calc(100% - 117px) !important;
	display: table;
}

.headerAnnouncement .text:not(.announcement) {
	margin: 0 !important;
	padding: 0px 12px !important;
	width: 100% !important;
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(255, 255, 255, 0.7) !important;
}

.agentInitial {
    background-image: url(/themes/custom/liberty_public/images/logo-liberty.svg);
}

.embeddedServiceLiveAgentStateChatInputFooter.dynamicResizeTextOneRow .chasitorText {
    margin: 0 !important;
    padding: 16px;
    color: #343741;
}

.embeddedServiceLiveAgentStateChatInputFooter.dynamicResizeTextOneRow .chasitorText::placeholder {
    color: #343741;
}

.embeddedServiceLiveAgentStateChatInputFooter .fileInfo .fileName{
    padding-right: 15px;
}

.chatActionButton.Enviar {
	display: none;
}

.endChatContainer {
	padding: 8px !important;
	margin: 0;
	background: #E6F8FA;
}

/*------------------Mobile----------*/
@media screen and (max-width:979px) {
     #show-menu-help:hover {
         background-position: 50% center !important;
    }

    .cChatSaludEC_cmp .uiOutputText {
    	width: 100%;
        display: block;
        margin-bottom: 0;
    }

    .cChatSaludEC_cmp .uiInputText {
        width: 96% !important;
    }

    embeddedservice-chat-header {
    	border: none;
    }

    /*------------------Chat Screen----------*/
    .sidebarBody {
    }
}

@media screen and (max-width:480px) {
    .embeddedServiceLiveAgentStateChatAction.uiButton {
        height: initial;	
    }

    .embeddedServiceLiveAgentStateChatInputFooter .fileInfo {
        height: 41px;
    }
}

