

@font-face {
	font-family: "Custom-Condensed";
	src: url("../fonts/Custom-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Custom-Condensed";
	src: url("../fonts/Custom-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


:root {
  --codigocolor:             ;
  --colortexto:              ;
  --colorsend:               ;
  --textColor:               ;
  --chatCircleImgWidth:      42;
  --chatCircleImgHeight:     42;
  --chatCircleBackground:    rgb();
  --chatCircleShadow:        0px 0px 6px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  --chatCircleHover:         0.1pt solid rgb();
  --heightHead:              70px;
  --paddingHead:             17px;
  --textureBack:            rgb();
  --bottompositionlinkform: 1.6%;
  --marginleftlinkform:     4%;
  --heightform:             ;
  --inputsFormsChat:        ;
  --heigthText6:            ;
  --heightChatLogs:         ;
  --bottomSubmit:           ;
  --imgBtnwidth:            ;
  --imgBtnheight:           ;
  --imgBtnposition:         ;
  --imgBtnright:            ;
  --imgBtnbottom:           ;
  --heightBot:              ;
  --widthBot:               ;
  --paddingBot:             ;
  --widthChat:              100%;
  --heightChat:             100%;
  --linkFondo:              url();
  --inputsFormsFlow:        ;
  --uploadLeft:             ;
  --uploadBottom:           ;
  --dv:                     97vh;
  --coloree:                2px solid rgb(85 85 85);
  --shake:                  ;
}
body {
	overflow: hidden;
	margin: 0px !important;
	background-color: unset !important;
}

#container_chat{ 
	font-family: Helvetica, sans-serif, "Comic Sans MS", cursive; 
	font-size: 14px; 
	-webkit-tap-highlight-color: transparent; 
	line-height: 1.15;
	width: 100%;
	height: 100%;
}

#input {
  word-wrap: break-word;
}

#linkhabeas {
  color: rgba(var(--colorsend),0.7);
}

#linkForm {
	font-size: 13px;
	color: rgba(56,106,179,0.7);
	position: absolute;
	bottom: 0.5%;
	right: 41%;
	font-family: 'Gotham Rounded';
	text-decoration: none;
}

.container {
	font-size: 12px;
	/*font-family: 'Gotham Rounded';*/
	font-family: Montserrat;
	text-decoration: none;
}

/*#habeas {
  font-size: 13px;
  color: rgba(146,154,148,0.7);
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 80%;
  text-align: justify;
}*/

.chat-box-header {
  background: var(--textureBack);
  /*height: var(--heightHead);*/
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: rgb(var(--colortexto));
  text-align: center;
  font-size: 20px;
  padding-top: var(--paddingHead);
  margin: unset !important;
}

.enviar_form_chat {
  float: right;
  font-weight: bold;
  color: rgba(var(--codigocolor)),0.9);
  border-radius: 2px;
  background: rgba(232,232,232,0.3);
  margin-right: 12px;
  font-size: 10px;
  position: relative;
  right: 16px;
  top: 5px;
  cursor: pointer;
  opacity: 0.65;
  transition: all 0.3s ease-in-out;
  z-index: 30000;
  text-align: center;
  cursor: pointer;
}

.btn_enviar_form {
  position: absolute;
  left: 86%;
  bottom: 8.5%;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  color: rgb(var(--colorsend));
  cursor: pointer;
}

.btn_enviar_form:hover{
	color: rgba(var(--codigocolor),0.6);
	outline:none
}

.btn_enviar_form:active {
	outline:none
	padding: 0 0 0 1.6;
	margin:  0 0 0 1.6;
	opacity: 1;
	transition: 0.1s
}

#inputsFormChat {
	text-align: -webkit-center;
}

#inputsFormChat::-webkit-scrollbar {
	width: 4px;
}

#inputsFormChat::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	border-radius: 3px;
}

#inputsFormChat::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 9px rgba(0,0,0,0.26);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
    padding: 0 4px;
    background-color: #fff;
}

#inputsFormChat>label>input,select, textarea {
	font-size: 13px !important;
}

#inputsFormChat>select {
	font-size: 12px !important;
	font-family: Montserrat !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	color: rgba(0, 0, 0, 0.38) !important;
}

#text2 {
	height: 40px;
	padding: 3px 11px 3px 50px;
	border: 1px solid rgb(0, 0, 0, 0.38);
	border-radius: 3px;
	-webkit-appearance: none;
	/*width: 256px;*/
	width: 100%;
}

#text2::-webkit-input-placeholder {
	font-size: 12px !important;
	font-family: Montserrat !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	color: rgba(0, 0, 0, 0.38) !important;
}

#text2::-moz-placeholder {
	font-size: 12px !important;
	font-family: Montserrat !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	color: rgba(0, 0, 0, 0.38) !important;
}

#text2::-ms-input-placeholder {
	font-size: 12px !important;
	font-family: Montserrat !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	color: rgba(0, 0, 0, 0.38) !important;
}

#textPhone {
	left: 40px;
}

#extraField {
	font-size: 12px !important;
	font-family: Montserrat !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	color: rgba(0, 0, 0, 0.38) !important;
}
.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[id="textPhone"] {
    -webkit-transform: translateY(-24.75px) translateX(-34.75px) scale(0.75) !important;
    transform: translateY(-24.75px) translateX(-34.75px) scale(0.75) !important;
}

#textComment {
	font-size: 12px !important;
	font-family: Montserrat !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	color: rgba(0, 0, 0, 0.38) !important;
}

.iti--allow-dropdown {
	width: 90%;
	margin-bottom: 3%;
	color: rgba(0, 0, 0, 0.38);
	right: 16px !important;
	z-index: 30;
}

#iti-0__country-listbox::-webkit-scrollbar {
	width: 4px;
}

#iti-0__country-listbox::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	border-radius: 3px;
}

#iti-0__country-listbox::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 9px rgba(0,0,0,0.26);
}

.mdc-text-field::before, .mdc-text-field::after {
    content: none;
}

.mdc-text-field--outlined {
	margin-bottom: 3%;
	width: 90%!important;
	height: 40px !important;
}

.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-24.75px) scale(0.75) !important;
    transform: translateY(-24.75px) scale(0.75) !important;
}

.mdc-floating-label--required {
	font-size: 12px !important;
	font-family: Montserrat !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	color: rgba(0, 0, 0, 0.38) !important;
}

#textComment {
	top: 10px !important;
}

.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-13.75px) scale(0.75) !important;
    transform: translateY(-13.75px) scale(0.75) !important;
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.mdc-text-field {
	z-index: 1;
}




/*#inputsFormChat>select {
  color: rgba(140,140,140,0.9);
}

#inputsFormChat>textarea {
  height: var(--heigthText6);
  width: 95%;
  resize: none;
  padding: 11px 40px 11px 16px;
  margin: 10px 0px 0px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.07);
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.07);
  border: 1px solid #e1e1e1;
  color: #000;
  border-radius: 4px;
  background: #fcfcfc;
  -webkit-appearance: none;
  font-family: Arial;
}*/

#chat-circle {
	background: var(--chatCircleBackground);
	width: var(--widthBot);
	height: var(--heightBot);
	border-radius: 50%;
	border-color: rgb(var(--codigocolor));
	color: rgb(var(--colortexto));
	padding: var(--paddingBot);
	cursor: pointer;
	z-index: 2010;
	box-shadow: var(--chatCircleShadow);
	margin: 7px 0px 0px 7px;
}

#chat-overlay {
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: none;
}

.chat-box {
	background: #FFF;
	width: var(--widthChat);
	height: var(--heightChat);
	max-width: 100vw;
	max-height: 100vh;
	border-radius: 11px;
	border: 0.1px outset rgba(0, 0, 0, 0.10);
	z-index: 2010;
}

.chat-box-toggle{
	/*float: right;*/
	cursor:pointer;
}

.chat-box-close {
	/*float: right;*/
	cursor: pointer;
	margin-left: 5px;
}

.chat-box-body {
  position: relative;
  height: 370px;
  height: auto;
  overflow: hidden;
  z-index: 0;
}

.chat-logs-body:after {
	content: '';
	background-image: var(--linkFondo);
	background-size: contain;
	opacity: 0.2;
	top: 53px;
	left: 0;
	bottom: 0;
	right: 7px;
	height: 76%;
	position: absolute;
	z-index: -1;
}

#chat-input {
	padding-right: 15%;
    background: #FFFFFF;
    width: 100%;
    resize: none;
    outline: none;
    border: 1pt solid rgba(204,204,204,0.48);
    color: #888;
    box-sizing: border-box;
    word-wrap: break-word;
    border-radius: 49px;
}

input:focus{
	border: 1px solid rgb(var(--codigocolor));
}

.chat-input > form{
	margin-bottom: 0;
}

#chat-input::-webkit-input-placeholder {
	color: #C3C3C3;
	font-family: Arial;
	font-size: 14px;
}

#chat-input::-moz-placeholder {
	color: #C3C3C3;
	font-family: Arial;
	font-size: 14px;
}

#chat-input:-ms-input-placeholder {
	color: #C3C3C3;
	font-family: Arial;
	font-size: 14px;
}

#chat-input:-moz-placeholder {
	color: #C3C3C3;
	font-family: Arial;
	font-size: 14px;
}

.chat-submit {
	position: absolute !important;
    right: 6% !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 50% !important;
    color: rgb(var(--colorsend)) !important;
    padding-top: 8px;
}
.container-record-audio{
		margin-right: 0.2rem;
		position: relative;
		display: inline-block;
}
.record-submit {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 50% !important;
    color: rgb(var(--colorsend)) !important;
}
.stop-record-submit {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 50% !important;
    color: rgb(var(--colorsend)) !important;
		display: none;
}
.cancel-record-submit {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 50% !important;
    color: #ec3e3e !important;
		display: none;
}
.loading-record{
	position: absolute;
	display: none;
	margin-top: 5px;
}

.div-wave-audio{
	display: none;
	height: 80%;
	width: 100%;
}
.canvas-record-audio {
  max-height: 100%;
	max-width: 64%;
}
.div-timer-record{
	display: inline-block;
	transform: translate(0, -50%);
	margin-right: 10px;
	font-weight: 600;
}

/*.chat-logs {
	padding: 12px 7px;
	height: var(--heightChatLogs);
	overflow-y: scroll;
}*/

.chat-logs::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar-thumb {
	background-color: rgba(var(--codigocolor),0.3);
}

/*@media only screen and (max-width: 500px) {
	.chat-logs {
		height: var(--heightChatLogs);
	}
}*/

.chat-msg_chat_micro.user > .msg-avatar img {
	height: 40px;
	float: left;
	width: 40px;
	border-radius: 30%;
}

.cm-msg-text_chat_micro {
	background: #F4F7F9;
	padding: 10px 15px 10px 15px;
	color: #6F6F6F;
	word-wrap: break-word;
	min-width: 83%;
	max-width: 83%;
	float: left;
	margin-left: 4px;
	position: relative;
	box-shadow: 0px 2px 6px 0px #DCDCDC;
	word-break: break-word;
}

.border-cm-msg-text_chat_micro-agent {
	border-radius: 18px 18px 18px 2px;
}

.border-cm-msg-text_chat_micro-customer {
	border-radius: 18px 18px 2px 18px;
}

.chat-msg_chat_micro {
	clear: both;
	/*display: flex !important;*/
}

.chat-msg_chat_micro.self > .cm-msg-text_chat_micro {
	float: right;
	margin-right: 10px;
	background: rgb(var(--textColor));
	color: white;
}

.cm-msg-button>ul>li {
	list-style: none;
	float: left;
	width: 50%;
}

.cm-msg-button {
	clear: both;
	margin-bottom: 70px;
}

#link {
	font-size: 13px;
	color: rgba(56,106,179,0.7);
	position: absolute;
	bottom: 1.5%;
	right: 41%;
	font-family: 'Gotham Rounded';
	text-decoration: none;
}

.popup_chat_micro {
	position: absolute;
	left: 4%;
	top: 30%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.popup_chat_micro .popuptext_chat_micro_finalizar {
	visibility: hidden;
	width: 92vw;
	height: 200px;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: rgb(255, 255, 255);
	color: rgb(144, 144, 144);
	/*color: rgb(40, 99, 175);*/
	/*color: rgb(var(--textColor));*/
	text-align: center;
	border-radius: 6px;
	padding: 8px 0;
	position: absolute;
	z-index: 3;
}

.popup_chat_micro .popuptext_chat_micro_survey {
	visibility: hidden;
	width: 200px;
	height: 100px;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: rgba(255, 255, 255,0.9);
	color: #B0B0B0;
	text-align: center;
	border-radius: 6px;
	padding: 8px 0;
	position: absolute;
	z-index: 3;
}

.popup_chat_micro .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

.popuptext_chat_micro_finalizar_text {
	font-size: 16px;
	font-weight: 700;
}

-webkit-keyframes fadeIn {
	from{opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.finalizar__chat {
	width: 90%;
	background-color: white !important;
  z-index: 30000;
  text-align: center;
}

#alerta {
	position: absolute;
	bottom: 80px;
	left: 8px;
	opacity: 0.2;
	font-size: 12px;
}

div#chat-circle:hover {
	border: var(--chatCircleHover);
}

#imgBtn {
	width: var(--imgBtnwidth);
	height: var(--imgBtnheight);
	position: var(--imgBtnposition);
	right: var(--imgBtnright);
	bottom: var(--imgBtnbottom);
}

*,::after,::before {
	box-sizing: border-box;
}

@media only screen and (min-height: 650px) {
	.formulario_chat_ipdialbox {
		height: 89.5%;
	}
	@  media only screen and (min-width: 1100px) {
		.formulario_chat_ipdialbox{
			height: 87%;
		}
	}

	/*.chat-logs {
		height: 82%;
	}*/
}

@media only screen and (min-height: 1000px) {
	.formulario_chat_ipdialbox {
		height: 92%;
	}

	/*.chat-logs {
		height: 88%;
	}*/
}

.ghost-button {
	color: rgb(var(--codigocolor));
	background: #fff;
	border: 1px solid rgb(var(--codigocolor));
	font-size: 15px;
	padding: 7px 12px;
	font-weight: normal;
	margin: 6px 0;
	margin-right: 12px;
	display: inline-block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	min-width: 100px;
}

.ghost-button:hover, .ghost-button:active {
	color: #fff;
	background: rgb(var(--codigocolor));
}

.ghost-button-secundary {
	color: rgb(220,53,69);
	background: #fff;
	border: 1px solid rgb(220,53,69);
	font-size: 15px;
	padding: 7px 12px;
	font-weight: normal;
	margin: 6px 0;
	margin-right: 12px;
	display: inline-block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	min-width: 100px;
}

.ghost-button-secundary:hover, .ghost-button-secundary:active {
	color: #fff;
	background: rgb(220,53,69);
}

input[type=checkbox] {
	-moz-appearance: initial;
	position: relative;
	cursor: pointer;
	visibility: hidden;
}
input[type=checkbox]::before {
	content: "";
	display: block;
	-moz-transform: translateY(5px);
	
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	border: var(--coloree);
	border-radius: 3px;
	background-color: white;
	animation: var(--shake);
	visibility: visible;
}
input[type=checkbox]:checked::after {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	border: solid black;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg) translateY(3px) translateX(4px);
	/*transform: rotate(45deg);*/
	position: absolute;
	top: 2px;
	left: 6px;
	visibility: visible;
}

.ghost-button-secundarya {
	color: rgb(220,53,69);
	background: #fff;
	border: 1px solid rgb(220,53,69);
	font-size: 12px;
	padding: 7px 12px;
	font-weight: normal;
	margin: 6px 0;
	margin-right: 12px;
	display: inline-block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	min-width: 50px;
}

.ghost-button-secundarya:hover, .ghost-button-secundarya:active {
	color: #fff;
	background: rgb(220,53,69);
}

.ghost-button-options {
	color: rgb(var(--codigocolor));
	background: #fff;
	border: 1px solid rgb(var(--codigocolor));
	font-size: 15px;
	padding: 7px 12px;
	font-weight: normal;
	margin: 6px 0;
	margin-right: 12px;
	display: inline-block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	min-width: 50px;
}

.ghost-button-options:hover, .ghost-button-options:active {
  color: #fff;
  background: rgb(var(--codigocolor));
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba();
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 215px;
	position: relative;
	/*margin: 50% auto;*/
	margin: 80px auto;
	margin-left: 8%;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	left: 12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover {
	background: rgb(var(--codigocolor));
}

.keyPadDefault {
	outline: none;
	border: 1px  rgb(var(--codigocolor));
	-webkit-border-radius: 30PX;
	border-radius: 30PX;
	-moz-border-radius: 30PX;
	height: 60px;
	width: 60px;
	background-color: rgb(53, 53, 53);
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	font-size: 25px;
	margin: 0px 4PX 0PX !important;
}

.container-options:after {
	background-image: url(../dashboard/images/patrones/technology.png);
	background-size: cover;
	opacity: 0.2;
}

.keyPadDefault:hover {
	background: rgba(`+colorPrincipal+`,0.9);
	transform: scale(1,1);
	color: white;
	transform: translate(-2%, -2%);
}

.keyPadDefault:active::after {
	border: 3px solid rgba(1,1,1,.3);
	transition: 0s;
}

.keyPadDefault::after {
	content: '';
	position: absolute;
	top: 5px;
	transition: 0.25s;
	height: 0;
	width: 0;
	border-radius: 30px;
	border: none;
}

.keyPadTable {
	width: 118%;
	height: 271PX;
	overflow-y: scroll;
	box-shadow: 0px 0px 1.4px 0px #a2a2a2;
	border-radius: 30px;
	background: #414141;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 0px #6B3F44 inset !important;
	-webkit-border: 0 !important;
	-webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
	-webkit-transition-delay: 9999s;
	-webkit-background-clip: text;
}

.ripple {
  background-position: center;
  transition: background 0.8s;
}

.ripple:hover {
  background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
}

.ripple:active {
  background-color: #6eb9f7;
  background-size: 100%;
  transition: background 0s;
}

.btn-material-colgar {
  border: none;
  border-radius: 100%;
  padding: 10px 11px;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
  background-color: #f44336;
  box-shadow: 0 0 2px #999;
  outline: none;
}

.btn-material-colgar:hover {
  background: #f44336 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
}

.btn-material-teclado {
  border: none;
  border-radius: 100%;
  padding: 10px 11px;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
  background-color: #8c8c8c75;
  box-shadow: 0 0 2px #999;
  outline: none;
}

.btn-material-teclado:hover {
  background: #8c8c8c75 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
}

@keyframes spin {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.load {
	border: 8px solid #ffffff;
	border-radius: 50%;
	border-top: 8px solid #061A40;
	width: 45px;
	height: 45px;
	-webkit-animation: spin 1s ease-out infinite;
	animation: spin 1s ease-out infinite;
	background: transparent;
	box-shadow: 0 0 5px 1px #cecece, inset 0 0 6px 1px #cecece;
}

@font-face {
  font-family: 'Gotham Rounded';
            src: url('GothamRounded-Book.woff') format('woff');
            font-weight: bold;
            font-style: normal;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
	display: inline-block;
	cursor: pointer;
	color: rgb(var(--codigocolor));
	z-index: 1;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@media only screen and (min-height: 812px),(max-height: 812px) and (min-width: 375px)  {
	/*iphone 11 pro / XS*/
	#chat
	{
		height: 104vh;
	}
	select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px !important; }
    .modalDialog > div {
    	margin-left: 18% !important;
    }
}

@media only screen and (min-height: 896px),(max-height: 896px) and (min-width: 414px)  {
	/*iphone 11*/
	#chat
	{
		height: 96vh;
	}
	select, textarea, input[type="text"], input[type="tel"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px !important; }
}

@media only screen and (min-height: 900px) {
	#chat { height: var(--dv); }
	.modalDialog > div { margin-left: 23% !important; }
}

.interactive_button_wolkvox {
	background-color: transparent;	
	color: rgb(var(--codigocolor));
	border: 2px solid rgb(var(--codigocolor));
	min-height: 40px;
	width: 100%;
	padding: 8px 15px;
	margin-bottom: 12px;
	border-radius: 25px;
	font-size: 12px !important;
	font-weight: 700 !important;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: Custom-Condensed !important;
}

.interactive_button_wolkvox:hover {
  background-color: rgba(var(--codigocolor));
  color: rgb(var(--colortexto));
}

/* Estilos para botones seleccionados */
.interactive_button_wolkvox.selected,
.interactive_button_wolkvox.selected:hover {
  background-color: rgb(var(--codigocolor)); /* Usa el color principal del cliente */
  color: rgb(var(--colortexto));             /* Usa el color de texto del cliente */
  border-color: rgb(var(--codigocolor));     /* Usa el color principal para el borde */
  box-shadow: 0 2px 8px rgba(var(--codigocolor), 0.3); /* Sombra con el color del cliente */
}

.h-76 {
	height: 76% !important;
}

.imgHeader {
	margin-top: -4px;
	margin-bottom: 4px;
}

/* =================================================================== */
/* AJUSTE PARA ALINEACIÓN DE ÍCONO EN DISEÑO ESTÁNDAR */
/* =================================================================== */

/* 1. Convierte el contenedor principal en un layout flexible */
.chat-msg_chat_micro.user.standard-layout {
    display: flex;
    align-items: flex-start; /* Alinea el ícono y la burbuja en la parte superior */
    gap: 4px; /* Añade un pequeño espacio entre el ícono y la burbuja */
}

/* 2. Anula la propiedad 'float' que causaba la mala alineación */
.chat-msg_chat_micro.user.standard-layout > .msg-avatar img,
.chat-msg_chat_micro.user.standard-layout > .cm-msg-text_chat_micro {
    float: none; /* Desactiva el float para que Flexbox tome el control */
}

/* 3. Ajusta el margen del texto, ya que 'gap' ahora maneja el espaciado */
.chat-msg_chat_micro.user.standard-layout > .cm-msg-text_chat_micro {
    margin-left: 0;
}

/* =================================================================== */
/* ESTILOS PARA LA NUEVA SOLUCIÓN DE BOTONES - SELECCIÓN ÚNICA */
/* =================================================================== */

/* Estilo para los botones que ya no se pueden presionar */
.disabled-button {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  background-color: #f0f0f0 !important; /* Un color grisáceo */
  color: #888 !important; /* Texto más claro */
  border-color: #ccc !important;
  pointer-events: none; /* Evita completamente los clics */
}

/* Estilo para resaltar el botón que el usuario seleccionó */
.selected-button {
  opacity: 1 !important;
  background-color: rgb(var(--codigocolor)) !important; /* Color principal del cliente */
  color: rgb(var(--colortexto)) !important; /* Color de texto del cliente */
  border-color: rgb(var(--codigocolor)) !important;
  box-shadow: 0 4px 12px rgba(var(--codigocolor), 0.4) !important; /* Sombra más pronunciada */
  transform: scale(1.02); /* Ligero aumento de tamaño para destacar */
}

/* Estilo específico para diseño especial (hideMessageBubble = true) */
.chat-msg_chat_micro.user .selected-button {
  color: white !important; /* Solo cambia el color del texto a blanco */
}

/* Estilo específico para el hover en diseño especial (hideMessageBubble = true) */
.chat-msg_chat_micro.user .interactive_button_wolkvox:hover {
  color: white !important; /* Cambia el color del texto a blanco al pasar el cursor */
}

/* Clase para marcar grupos de botones donde ya se hizo una selección */
.selection-made {
  /* Esta clase se usa internamente para lógica JavaScript, no necesita estilos visuales */
}