/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2025 | 16:28:18 */
/* CHAT LIVE */
.btn__chat {
  background-color: transparent;
  color: #25caaa;
  padding: 10px 25px;
  border: 1px solid #25caaa;
  cursor: pointer;
  border-radius: 32px;
  text-decoration: none;
  font-size: 20px;
}
.btn__chat:hover {
  border: 1px solid #000;
  color: #000;
}

.chat {
  width: 150px;
  height: 50px;
  background-color: #25caaa;
  /*     border: 1px solid #fff; */
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 35px;
  left: 35px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  text-decoration: none;
}
.chat span {
  color: #000 !important;
  font-weight: 600 !important;
  margin-right: 0 !important;
  font-size: 20px !important;
}

.chat img {
  max-width: 40px;
  max-height: 40px;
  filter: brightness(0) invert(1);
}

.chat-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 150px;
  justify-content: flex-start;
  z-index: 9999;
}

.chat-form {
  width: 600px;
  border: 1px solid rgb(192, 192, 192);
  background-color: rgb(252, 252, 252);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}

.chat-form input[type="text"],
.chat-form input[type="email"],
.chat-form textarea {
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}

.chat-close {
  position: absolute;
  top: 0px;
  right: 10px;
  font-weight: bold;
  cursor: pointer;
  font-size: 30px;
}

.chat-message {
  margin-top: 20px;
  font-weight: bold;
}

.chat-message p {
  color: black !important;
}

.chat-button {
  padding: 10px 20px;
}
.w-form-done,
.w-form-fail {
  display: none;
}
.w-form-done1,
.w-form-fail1 {
  display: none;
}