#ee-appt-footer.active {
    opacity: 1;
    pointer-events: auto;
	z-index: 10999999999999991;
}
 #ee-appt-footer .ee-appt-footer-cont{
  max-height: 98svh;
 height: 100%;
  
      position: relative;
    width: 90%;
        padding: 30px;
    border-radius: 24px;
    border: 1px solid var(--Gray-04);
    background: #F8FAFC;
    position: relative;
    z-index: 1;
 }
  #ee-appt-footer .ee-appt-footer-cont .ee-appt-footer-content {
overflow: auto;
 height: 100%;
 }
 #ee-appt-footer .ee-appt-footer-cont .ee-appt-footer-content iframe {
  height: 100%;
 }
 #ee-appt-footer .ee-appt-footer-cont h3 {
      margin: 0 0 10px 0;
    color: var(--Gray-01);
    font-family: var(--H2-family);
    font-size: var(--H2-size);
    font-style: var(--H2-style);
    font-weight: var(--H2-weight);
    line-height: var(--H2-height);
    letter-spacing: var(--H2-spacing);
 }
#ee-appt-footer .ee-appt-footer-cont .ee-appt-footer-content {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
#ee-appt-footer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: -10;
    transition: 0.3s all ease;
    pointer-events: none;
    opacity: 0;
}
#ee-appt-footer .ee-appt-close {
    color: var(--Gray-04);
    position: absolute;
    top: 0px;
    right: -30px;
    cursor: pointer;
}
#ee-appt-footer .bg-overlay {
    opacity: 0.95;
    background: var(--W-White);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.ms-chat-loader {
  color: #1E71ED;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 4px solid;
  border-color: rgba(30, 113, 237, 0.15) rgba(30, 113, 237, 0.25) rgba(30, 113, 237, 0.35) rgba(30, 113, 237, 0.5);
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
#ee-upwind-chat {
  position: fixed;
  max-width: 100%;
  max-height: 100svh;
  bottom: 0;
  right: 0;
  width: auto; /* 356px; */
  padding: 19px;
  z-index: -999999999999;
}
#ee-upwind-chat.active {
  z-index: 999999999999;
}

#ee-upwind-chat .ee-upwind-chat-button {
  display: flex;
  height: 56px;
  width: 56px;
  border-radius: 99%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  border: 1px solid #C7C7C7;
	margin-right: 0;
	margin-left: auto;
}
#ee-upwind-chat .ee-upwind-chat-button:hover {
  background-color: #F2F7FC;
}

#ee-upwind-chat .ee-chat-close {
  padding: 5px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  color: var(--Gray-04);
}
#ee-upwind-chat .ee-chat-close svg {
  width: 15px;
  height: 15px;
  padding: 0;
  line-height: 0;
}
#ee-upwind-chat .ee-chat-close:hover {
  color: var(--Gray-01);
}

#ee-upwind-chat .ee-upwind-chat-window {
  /* height: 517px; */
  max-width: 380px;
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #C7C7C7;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

#ee-upwind-chat .ee-intro {
  display: flex;
  flex-direction: column;
	position: relative;
}
#ee-upwind-chat .ee-intro .ee-chat-close{
	position: absolute;
    top: 2px;
    right: 0;
}
#ee-upwind-chat .ee-intro .ee-intro-content {
  padding: 24px 24px 16px;
  background-color: #fff;
}

#ee-upwind-chat .ee-intro .ee-intro-content h2 {
  margin: 0;
  margin-bottom: 16px;
  color: var( --e-global-color-003bef6 );
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

#ee-upwind-chat .ee-intro .ee-intro-content p {
  margin: 0px;
  color: var( --e-global-color-904fe88 );
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

#ee-upwind-chat .ee-intro .ee-intro-content .ee-intro-ctas {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 20px;
  margin-bottom: 16px;
}
#ee-upwind-chat .ee-intro .ee-intro-content .ee-intro-ctas a {
  text-align: center;
}
#ee-upwind-chat .ee-intro .ee-intro-content .ee-intro-ctas a:hover {
  background-color: #F2F7FC !important;
}

#ee-upwind-chat .ee-intro .ee-intro-content .ee-intro-ctas button, #ee-upwind-chat .ee-intro .ee-intro-content .ee-intro-ctas a {
  display: block;
	position: relative;
  padding: 8px 30px 8px 30px;
  background-color: #FFFFFF !important;
  border: 1px solid var( --e-global-color-6b4ffb0 ) !important;
  border-radius: 4px;
  color: var( --e-global-color-003bef6 ) !important;
  font-family: var(--Font-Inter);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.4;
  text-decoration: none;
}
#ee-upwind-chat .ee-intro .ee-intro-content .ee-intro-ctas button::before, #ee-upwind-chat .ee-intro .ee-intro-content .ee-intro-ctas a::before {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--Gradients-Gradient-1, linear-gradient(94deg, #F2583C -1.2%, #9214C4 52.79%, #1E71ED 98.47%));
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: .3s all ease;
}

#ee-upwind-chat .ee-intro .ee-intro-content .ee-intro-ctas button:hover {
  background-color: #F2F7FC !important;
}
#ee-upwind-chat .chat-logo {
  line-height: 0;
}
#ee-upwind-chat .chat-logo svg {
  height: 20px;
  width: auto;
  line-height: 0;
}

#ee-upwind-chat .ee-intro .ee-intro-content .ee-intro-footer, #ee-upwind-chat .ee-intro .ee-intro-content .ee-intro-footer * {
  color: var( --e-global-color-904fe88 );
  font-size: 11px;
  line-height: 1.5;
}

#ee-upwind-chat .ee-chat-log-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 7px 8px 16px;
  border-bottom: 1px solid #C7C7C7;
}
#ee-upwind-chat .ee-chat-log-header h2 {
  margin: 0 !important;
  color: var( --e-global-color-904fe88 );
  font-size: 14px !important;
  line-height: 32px;
  font-weight: 500;
}

#ee-upwind-chat .ee-chat-log {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 0 16px 52px;
  overflow: auto;
  max-height: 400px;
}
#ee-upwind-chat .ee-chat-item {
  max-width: 80%;
  padding: 12px 16px;
  border-radius: 3px;
  border-width: 1px;
  font-family: var(--Font-Inter);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.20px;
  line-height: 1.5;
  overflow-wrap: break-word;
}
#ee-upwind-chat .ee-chat-item-upwind {
  background-color: rgb(241, 244, 247);
  border-color: rgb(241, 244, 247);
}
#ee-upwind-chat .ee-chat-item-upwind, #ee-upwind-chat .ee-chat-item-upwind * {
  color: var( --e-global-color-904fe88 );
}
#ee-upwind-chat .ee-chat-item-user {
  background-color: #9362d9;
  border-color: #9362d9;
}
#ee-upwind-chat .ee-chat-item-user, #ee-upwind-chat .ee-chat-item-user * {
  color: #FFFFFF;
}

#ee-upwind-chat .ee-chat-item p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: var(--Font-Inter);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.20px;
  line-height: 1.5;
}
#ee-upwind-chat .ee-chat-item p:first-child {
  margin-top: 0;
}
#ee-upwind-chat .ee-chat-item p:last-child {
  margin-bottom: 0;
}

#ee-upwind-chat .ee-chat-date {
  padding: 16px;
  color: var(--e-global-color-904fe88);
  font-family: var(--Font-Inter);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: -0.36px;
  text-align: center;
}
#ee-upwind-chat .ee-chat-start-over {
  padding: 8px;
  cursor: pointer;
  color: var(--e-global-color-904fe88);
  font-family: var(--Font-Inter);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: -0.36px;
  text-align: center;
}

#ee-upwind-chat .ee-chat-log-footer {
  padding: 12px 16px;
  /* background-color: #F2F7FC !important; */
  border-top: 1px solid var(--Gray-04);
  color: #455972;
  font-size: 11px;
  line-height: 1.5;
}
#ee-upwind-chat .ee-chat-log-footer p, #ee-upwind-chat .ee-chat-log-footer a {
  color: #455972;
  font-size: 11px;
  line-height: 1.5;
}
#ee-upwind-chat .ee-chat-log-footer, #ee-upwind-chat .ee-chat-log-footer * {
  margin-bottom: 0;
  color: var( --e-global-color-904fe88 ) !important;
  font-size: 13px;
  letter-spacing: -0.03em;
  line-height: 1.4;
}
#ee-upwind-chat .ee-chat-row > div.ee-chat-custom {
	width: 100%;
}
#ee-upwind-chat .ee-chat-custom label[for="chat_email"],
#ee-upwind-chat .ee-chat-custom .upwind-chat-form label{
  color: var( --e-global-color-904fe88 ) !important;
  font-family: var(--Font-Inter);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.15px;
  line-height: 1.5;
}
#ee-upwind-chat .ee-upwind-chat-email-request {
  display: flex;
  overflow: hidden;
}
#ee-upwind-chat .ee-upwind-chat-email-request input[type="email"] {
  min-height: 30px;
  padding: 5px 16px;
  background-color: var(--White);
  border: 1px solid var(--Gray-04);
  border-radius: 4px !important;
  outline: none !important;
  color: var(--Gray-01);
  font-family: var(--Font-Inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.42px;
}
#ee-upwind-chat .upwind-chat-form label[for="chat_message"]{
  margin-top: 8px;
}
#ee-upwind-chat .upwind-chat-form textarea {
  padding: 5px 16px;
  background-color: var(--White);
  border: 1px solid var(--Gray-04);
  border-radius: 4px !important;
  outline: none !important;
  color: var(--Gray-01);
  font-family: var(--Font-Inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.42px;
}
#ee-upwind-chat .upwind-chat-form button {
  display: block;
	position: relative;
  flex: 0 0 auto;
  margin-top: 8px;
  padding: 8px 30px 8px 30px;
  background-color: #FFFFFF !important;
  border: 1px solid var( --e-global-color-6b4ffb0 ) !important;
  color: var( --e-global-color-003bef6 ) !important;
  font-family: var(--Font-Inter);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.4;
  text-decoration: none;
}
#ee-upwind-chat .upwind-chat-form button::before {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--Gradients-Gradient-1, linear-gradient(94deg, #F2583C -1.2%, #9214C4 52.79%, #1E71ED 98.47%));
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: .3s all ease;
} 
#ee-upwind-chat .upwind-chat-form button:hover {
  background-color: #F2F7FC !important;
}
#ee-upwind-chat .ee-chat-row {
  display: flex;
  width: 100%;
}
#ee-upwind-chat .ee-chat-user {
  justify-content: flex-end;
}
#ee-upwind-chat .ee-chat-row > div {
  width: auto;
}
#ee-upwind-chat .ee-intro .ee-intro-content .ee-intro-ctas button, #ee-upwind-chat .ee-intro .ee-intro-content .ee-intro-ctas a {
    display: block; 
    position: relative;
    padding: 8px 30px 8px 30px;
    background-color: #FFFFFF !important;
    border: 1px solid #D8DFE9 !important;
    border-radius: 4px;
    color: #141217 !important;
    font-family: var(--Font-Inter);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.4;
    text-decoration: none;
}