
	.inderd-chat-btn {
	position: fixed;
	bottom: 38px;
	left: 18px;
	font-size: 14px !important;
	z-index: 10 !important;
	cursor: pointer;
	font-family:  "Open Sans", sans-serif !important;
	font-weight: normal;
	text-align: center;
	text-decoration: none !important;
	/* box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff !important; */
	color: rgba(0, 0, 0, .87) !important;
	transition-property: box-shadow;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
	/* border: 0.0625rem solid #d1d9e6 !important; */
	border-radius: 100% !important;
	background: transparent;
	border: none;
	max-width: max-content;
	background: none !important;
}
.inderd-chat-btn i {
  font-size: 20px;
}
.inderd-chat-btn:hover {
  text-decoration: none !important;
  box-shadow: none !important;
  transition: box-shadow;
  transition-duration: .25s;
	background: none;
}
.inderd-chat-wnd {
	background-color: #fff !important;
	position: fixed;
	z-index: 100000 !important;
	bottom: 10px;
	left: 10px;
	width: 440px !important;
	max-width: calc(100% - 20px) !important;
	display: none;
	border: none;
	border-radius: 10px !important;
	overflow: hidden;
	box-shadow: 0 0 30px #ccc;
}

	/* Stile per il pulsante di chiusura */
.close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 26px;
}
.blockOY{
  overflow-y :-webkit-paged-y !important;
}

p.testo-operatore {
	display: block;
	text-align: left;
	margin: 0 !important;
	font-size: 15px !important;
	padding: 0;
	/* margin: 0; */
	font-weight: bold;
	color: #fff !important;
	font-weight: 500;
}


@keyframes inderd-fade-in {
  0% { opacity: 0; color: rgb(255,255,0); }
  50% { color: rgb(225,225,0) }
  100% { opacity: 1; color: rgb(128,128,128); }
}
.inderd-chat-header {
	color: rgb(128, 128, 128) !important;
	animation-name: inderd-fade-in;
	animation-duration: .75s;
	animation-direction: forwards;
	animation-timing-function: ease-in-out;
	display: flex;
	justify-content: left;
	margin: 0 !important;
	background: #00a7b0;
	padding: 15px;
	gap: 0.5rem;
	align-items: center;
}
.inderd-chat-close-btn {
  border-radius: 8px !important;
  border: none !important;
  padding: 5px 9px !important;
  font-size: 12px !important;
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer !important;
  box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff !important;
  border: .0625rem solid #d1d9e6 !important;
  border-radius: 5px !important;
  transition: box-shadow;
  transition-duration: .25s;
	text-align: right;
}
.inderd-chat-close-btn:hover,
.inderd-chat-close-btn:active,
.inderd-chat-close-btn:focus {
  box-shadow: 1px 1px 2px #b8b9be, -3px -3px 6px #fff !important;
  transition: box-shadow;
  transition-duration: .25s;
  outline: none !important;
  text-decoration: none !important;
}
.inderd-chat-msg-container {
	height: 400px !important;
	padding: 25px !important;
	overflow-y: auto !important;
	font-size: 12px !important;
	box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff !important;
	background-color: #f0f0f0 !important;
}
.inderd-chat-msg-container a {
  text-decoration: none !important;
}
.inderd-chat-msg-container a:visited {

}
@keyframes inderd-chat-question-waiting {
  0% { opacity: .2; }
  100% { opacity: 1; }
}
.inderd-chat-question-waiting {
  animation-name: inderd-chat-question-waiting;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  font-size: 15px;
  margin-bottom: 10px !important;
  margin-right:0px;
  margin-left:auto;
  padding: 10px;
  border-radius: 10px;
  width: fit-content;
  font-weight:500;
  color: #fff !important;
  background-color: #fa7e47;
}
.inderd-chat-question {
  color: #fff !important;
  font-size: 15px !important;
  margin-bottom: 20px !important;
  margin-right:0px;
  margin-left:auto;
  padding: 10px;
  border-radius: 10px;
  width: fit-content;
  font-size:14px;
  font-weight:500;
  background-color: #fa7e47;
  position: relative;
  line-height: 20px;
  letter-spacing: .05rem;
}

.inderd-chat-question:after {
	content: ' ';
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: -19px;
	background: url(https://www.musanails.com/user_chat.png);
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}

.inderd-chat-answer:before {
	content: ' ';
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -23px;
	background: url(https://www.musanails.com/operatore-musa.png);
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}

.iconChat {
	display: none;
}


.inderd-chat-error {
  background-color: rgba(255,230,230,.65) !important;
  padding: 15px !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
  margin-bottom: 20px !important;
}
.inderd-chat-answer {
  color: #000 !important;
  margin-bottom: 20px !important;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  width: fit-content;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  position: relative;
  margin-left: 10px;
}
.inderd-chat-answer.stop,
.inderd-chat-answer.cached {
  color: unset;
}
.inderd-chat-answer p img {
  display: block;
  width: calc(100% - 20px) !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  cursor: pointer !important;
  border-radius: 5px !important;
  box-shadow: 3px 3px 5px rgba(0,0,0,.2) !important;
}
.inderd-chat-answer pre {
  text-overflow: ellipsis;
  overflow: hidden;
  animation: fadeIn 2s;
}

.estensa-has-more {
  animation: fadeIn 3s;
}

.inderd-chat-answer ul {
  padding-left: 20px !important;
  margin: 0 !important;
}
.inderd-chat-answer ul li {
  list-style-type: circle !important;
  margin: 0 !important;
  padding: 0;
}
@keyframes inderd-zoom-image {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
.inderd-zoom-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 11000;
  background-color: rgba(0,0,0,.7) !important;
  opacity: 0;
  animation-name: inderd-zoom-image;
  animation-duration: .25s;
  animation-fill-mode: forwards;
}
@keyframes inderd-drop-down {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
.inderd-zoom-image img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: auto !important;
  max-width: calc(100% - 50px) !important;
  max-height: calc(100% - 50px) !important;
  margin-top: 25px !important;
  opacity: 0;
  animation-name: inderd-drop-down;
  animation-duration: .25s;
  animation-delay: .25s;
  animation-fill-mode: forwards;
  border-radius: 5px !important;
  box-shadow: 0 0 15px rgba(255,255,0,.5) !important;
}
.inderd-references-list {
  margin: 10px 0 !important;
  padding: 0 !important;
}
.inderd-references-list li {
  display: none;
}
.inderd-references-list li:nth-child(1),
.inderd-references-list li:nth-child(2),
.inderd-references-list li:nth-child(3),
.inderd-references-list li:nth-child(4),
.inderd-references-list li:nth-child(5) {
  display: list-item;
}
.inderd-references-list li {
  list-style: none !important;
  margin: 0 !important;
}
@keyframes inderd_fade_in {
  0% {
	margin-left: -100px;
	opacity: 0;
  }
  100% {
	margin-left: 0;
	opacity: 1;
  }
}
.inderd-references-list li {
  margin-left: -100px;
  opacity: 0;
  list-style: none !important;
  margin-top: 0 !important;
  animation-name: inderd_fade_in;
  animation-duration: .75s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.inderd-references-list li:nth-child(1) {
  animation-delay: 0s;
}
.inderd-references-list li:nth-child(2) {
  animation-delay: .25s;
}
.inderd-references-list li:nth-child(3) {
  animation-delay: .5s;
}
.inderd-references-list li:nth-child(4) {
  animation-delay: .75s;
}
.inderd-references-list li:nth-child(5) {
  animation-delay: 1s;
}
.inderd-references-list li:nth-child(6) {
  animation-delay: 1.25s;
}
.inderd-references-list li:nth-child(7) {
  animation-delay: 1.5s;
}
.inderd-references-list li:nth-child(8) {
  animation-delay: 1.75s;
}
.inderd-references-list li:nth-child(9) {
  animation-delay: 2s;
}
.inderd-references-list li:nth-child(10) {
  animation-delay: 2.25s;
}
.inderd-references-list li a {
  text-decoration: none !important;
  color: rgb(128,128,255) !important;
  transition: color, background-color .25s ease-in-out !important;
  padding: 5px 5px 5px 10px !important;
  display: block !important;
  border-radius: 5px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.inderd-references-list li a:hover,
.inderd-references-list li a:active,
.inderd-references-list li a:focus {
  color: rgb(90,90,235) !important;
  transition: color, background-color .25s ease-in-out !important;
  background-color: rgba(0,0,0,.1) !important;
}
.inderd-chat-form {
  padding: 10px !important;
  margin: 0 !important;
  display: flex;
flex-direction: row;
/* align-content: center; */
align-items: center;

}
.inderd-chat-prompt {
	padding: 10px !important;
	width: 100% !important;
	border-radius: 5px !important;
	outline: none !important;
	border: none !important;
	background: none;
	font-size: 14px;
	box-sizing: border-box !important;
	color: black;
	height: auto;
	min-height: 30px;
}
.inderd-chat-prompt:disabled {
  color: rgb(198,198,198) !important;
}
.inderd-speech-button {
	position: absolute;
    right: -18px;
    bottom: 29px;
	height: 45px;
	width: 45px;
	font-size: 20px;
	display: block;
	background-color: transparent !important;
	border: none;
	cursor: pointer;
	color: #b0b0b0;
	transition: color .25s ease-in-out;
	padding: 0;
}
.inderd-speech-button:hover,
.inderd-speech-button:focus,
.inderd-speech-button:active {
  color: #808080;
  transition: color .25s ease-in-out;
}
.inderd-chat-prompt::placeholder {
  color: rgb(180,181,188) !important;
}
.modal {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0px 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius:5px;
	box-shadow: 0 0px 50px #ccc;
	z-index: 1;
	padding: 10px;
    font-size: 20px;
}
	
	.inderd-chat-answer::before {
	  background: url(https://www.residencenovamarina.com/wp-content/uploads/2025/04/ico-chatbot.jpg) !important;
	  width: 24px !important;
	  height: 24px !important;
	  position: absolute;
	  left: -27px !important;
		background-size: cover !important;
	}
	
	.inderd-chat-prompt {
		font-family: "Open Sans", sans-serif !important;
	}
	
	.inderd-chat-prompt {
    padding: 10px !important;
    width: 100% !important;
    border-radius: 5px !important;
    outline: none !important;
    border: 1px solid !important;
    background: #fff;
    font-size: 14px;
    box-sizing: border-box !important;
    color: black;
    height: auto;
    min-height: 30px;
}
	
	.button-tag button {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 4px;
    padding: 6px 10px;
    box-shadow: 0 4px 4px #ddd;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    gap: .2rem;
    justify-content: center;
    border: 2px solid;
    font-weight: 700;
		text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
}
	
	
	.inderd-chat-btn {
		z-index: 100 !important;
		padding: 0;
		left: 20px;
		bottom: 20px;
	}
	
	p.testo-operatore {
    display: block;
    text-align: left;
    margin: 0 !important;
    font-size: 16px !important;
    padding: 0;
    /* margin: 0; */
    font-weight: bold;
    color: #fff !important;
    font-weight: 500;
    line-height: 20px;
}
	
	.inderd-speech-button {
    position: absolute;
        right: 2px;
    bottom: 35px;
    height: 45px;
    width: 45px;
    font-size: 20px;
    display: block;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    color: #b0b0b0;
    transition: color .25s ease-in-out;
    padding: 0;
}
	
	.inderd-chat-prompt {
    line-height: normal;
}
	
	@media (max-width:820px) {
		.inderd-chat-msg-container {
			height: 350px !important;
		}
		
		.inderd-chat-btn {
        bottom: 10px;
    }
		
		p.testo-operatore {
			font-size: 15px !important;
		}
		
	}
	
	@media (max-width:820px) {
			.inderd-chat-wnd {
		width: 100% !important;
		z-index: 22147483648 !important;
	}
	.inderd-chat-btn {
		bottom: 10px;
	}
	.button-tag button {
		font-size: 13px;
	}
		
		.inderd-chat-prompt {
		font-size: 16px !important;
	}
	
	.inderd-chat-wnd input {
		font-size: 16px !important;
	}
		
	}
	
	.inderd-speech-button img {
	max-width: 24px;
}
	
	.inderd-chat-answer a:visited {
	color: #3b82f6 !important;
}
	
.inderd-chat-answer a {
	color: #3b82f6 !important;
	border-radius: 6px;
	font-weight: 500;
	display: inline-block;
}
	
.inderd-chat-answer p {
	margin: 0;
	line-height: 20px;
    letter-spacing: .05rem;
}
	
.credits-chat {
	margin: 0;
	font-size: 12px;
	text-align: center;
	background: #f8f8f8;
	padding: 4px 15px;
	color: #aaa;
}

.credits-chat a {
	color: #000;
	text-decoration: none; 
}
	
	.inderd-speech-button i {
		color: #000;
	}
	
		 @keyframes icon {
		 0% {transform: scale(1);}
		 50% {transform: scale(1.2);}
		 100% {transform: scale(1);}
	  }
	
	input::placeholder {
	  color: #000 !important;
		opacity: 1 !important;
	}

	