.mwai-timeless-theme {
  font-family: var(--font-1) !important;
  --mwai-spacing: .75rem !important;
  --mwai-fontSize: .75rem !important;
  --mwai-lineHeight: 1.5em !important;
  --mwai-borderRadius: 0 !important;
  --mwai-borderColor: var(--color-1) !important;
  --mwai-width: 30rem !important;
  --mwai-maxHeight: 75vh;
  --mwai-iconTextColor: var(--color-2) !important;
  --mwai-iconTextBackgroundColor: var(--mwai-backgroundUserColor);
  --mwai-fontColor: var(--color-text) !important;
  --mwai-backgroundPrimaryColor: var(--color-white) !important;
  /*--mwai-backgroundHeaderColor: linear-gradient(90deg, var(--color-1) 0%,  var(--color-2) 100%);*/
  --mwai-backgroundHeaderColor: var(--color-1) !important;
  --mwai-bubbleColor: var(--color-1) !important;
  --mwai-accentColor: var(--color-1) !important;
  --mwai-headerColor: var(--color-2) !important;
  --mwai-conversationsBackgroundColor: var(--color-white) !important;
  /*--mwai-backgroundUserColor: linear-gradient(130deg, var(--color-1) 0%, var(--color-2) 100%);*/
  --mwai-backgroundUserColor: var(--color-2) !important;
  --mwai-backgroundAiColor: var(--color-3) !important;
  --mwai-backgroundAiSecondaryColor: #ddd;
  --mwai-errorBackgroundColor: var(--color-2);
  --mwai-errorTextColor: var(--color-white) !important;
  --mwai-headerHeight: 4rem !important;
  font-size: var(--mwai-fontSize);
}

.mwai-timeless-theme.mwai-window {
    z-index: 9 !important;
    max-width: calc(100vw - 2rem) !important;
}
.mwai-timeless-theme.mwai-fullscreen.mwai-window.mwai-open {
    max-width: 100% !important;
}
.mwai-header {
    /*cursor: pointer !important;*/
}
.mwai-chatbot-container {
    cursor: auto !important;
}
.mwai-icon-text {
    border-radius: 0 !important;
    font-size: .8rem !important;
    max-width: max-content !important;
    background: var(--color-1) !important;
    padding: var(--mwai-spacing) !important;
    line-height: 1em !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
	border-radius: 1rem !important;
}
.mwai-timeless-theme.mwai-bubble .mwai-trigger .mwai-icon-container {
    width: 3rem !important;
    height: 3rem !important;
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-avatar img {
    height: 2.5rem;
    width: 2.5rem;
    float: left;
}


.mwai-copy-button:hover {
    background: var(--color-1) !important;
}
.mwai-copy-button:hover svg {
    fill: var(--color-2) !important;
}
.mwai-timeless-theme .mwai-reply-actions {
    top: -.5rem;
    right: -.5rem;
    border-radius: 0 !important;
    height: auto !important;
}
.mwai-timeless-theme .mwai-reply-actions > div {
    height: 1.5rem !important;
    width: 1.5rem !important;
    border-radius: 0 !important;
    padding: .2rem !important;
    align-items: center !important;
    display: flex;
}



.mwai-chat {
    inset: auto !important;
    left: 1rem !important;
    bottom: 1rem !important;
    /* cursor: pointer !important; */
}
.mwai-name {
    line-height: 1em;
    color: var(--mwai-fontColor) !important;
}
.mwai-input {
    gap: 1rem;
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-name > div {
    font-weight: 700 !important;
    font-family: var(--font-2) !important;
}
.mwai-timeless-theme .mwai-text ul {
    margin-bottom: .5rem;
    margin-left: 1.15rem;
}
.mwai-timeless-theme .mwai-text ul li {
    line-height: 1.5em;
}
.mwai-timeless-theme .mwai-text a {
    color: var(--color-2) !important;
    font-weight: 700 !important;
    margin-top: .5rem !important;
    display: inline-block !important;
}
.mwai-timeless-theme .mwai-conversation .mwai-reply {
    margin-bottom: 1.75rem;
    min-width: 3.45rem;
}
.mwai-timeless-theme .mwai-conversation .mwai-reply,
.mwai-timeless-theme .mwai-input .mwai-input-text textarea {
    padding: var(--mwai-spacing) !important;
    height: auto !important;
    border-radius: 1rem;
}
.mwai-timeless-theme .mwai-conversation .mwai-reply:after {
    content: '';
    position: absolute;
    bottom: -.45rem;
    left: 1.5rem;
    height: 1rem;
    width: 1rem;
    background: var(--mwai-backgroundAiColor);
    transform: rotate(45deg);
    z-index: 0;
}
.mwai-timeless-theme .mwai-conversation .mwai-reply.mwai-error:after {
	border: 1px solid #ff5656;
	border-width: 0 1px 1px 0;
}
.mwai-timeless-theme .mwai-conversation .mwai-reply.mwai-user:after {
    background: var(--color-2);
    left: auto;
    right: 1.5rem;
}
.mwai-timeless-theme .mwai-input .mwai-input-text textarea {
    min-height: 3.5rem !important;
    line-height: 1.5em !important;
}
.mwai-timeless-theme .mwai-conversation .mwai-reply * {
    line-height: 1.5em !important;
    height: auto !important;
}
.mwai-timeless-theme .mwai-conversation .mwai-reply hr {
    background-color: rgba(0, 0, 0, .2) !important;
    color: rgba(0, 0, 0, .2) !important;
    height: 1px !important;
}

.mwai-timer {
    width: auto !important;
    font-size: .55rem !important;
    margin: 0 !important;
    text-align: center !important;
    color: var(--color-text) !important; 
}

.mwai-timeless-theme.mwai-window .mwai-input-submit {
    margin: 0 !important;
    background: var(--color-2) !important;
}

.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button {
    margin: 0 !important;
    position: relative;
}

.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons > div {
    height: 2rem !important;
    width: 2rem !important;
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons > div.mwai-resize-button {
	display: none !important;
}

.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:before {
    height: 1rem;
    width: 1rem;
    border-top-width: 3px !important;
}

.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before, 
.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after {
    height: 1.25rem;
    opacity: 1 !important;
    width: 0.15rem !important;
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after {
    transform: translate(1rem, -50%) rotate(-45deg);
    top: 50%;
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before {
    transform: translate(1rem, -50%) rotate(45deg);
    top: 50%;
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:before {
  opacity: 1;
  transform: translate(1rem, -50%) rotate(135deg);
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:after {
  opacity: 1;
  transform: translate(1rem, -50%) rotate(45deg);
}


.mwai-timeless-theme .mwai-text h1 {
	font-family: var(--h3-font-family) !important;
	font-size: var(--h3-font-size) !important;
	line-height: var(--h3-line-height) !important;
	text-transform: var(--h3-text-transform) !important;
	letter-spacing: var(--h3-letter-spacing) !important;
	font-weight: var(--h3-font-weight) !important;
	color: var(--h3-color-default) !important;
	-ms-hyphens: var(--h3-hyphens-default) !important;
	-webkit-hyphens: var(--h3-hyphens-default) !important;
	hyphens: var(--h3-hyphens-default) !important;
	margin-bottom: 1rem !important;
}
.mwai-timeless-theme .mwai-text h2 {
	font-family: var(--h3-font-family) !important;
	font-size: var(--h3-font-size) !important;
	line-height: var(--h3-line-height) !important;
	text-transform: var(--h3-text-transform) !important;
	letter-spacing: var(--h3-letter-spacing) !important;
	font-weight: var(--h3-font-weight) !important;
	color: var(--h3-color-default) !important;
	-ms-hyphens: var(--h3-hyphens-default) !important;
	-webkit-hyphens: var(--h3-hyphens-default) !important;
	hyphens: var(--h3-hyphens-default) !important;
	margin-bottom: 1rem !important;
}
.mwai-timeless-theme .mwai-text h3 {
	font-family: var(--h3-font-family) !important; /* Activate this line if you are not using the Smarttheme settings to set fonts */
	font-size: var(--h5-font-size) !important;
	line-height: var(--h3-line-height) !important;
	text-transform: var(--h3-text-transform) !important;
	letter-spacing: var(--h3-letter-spacing) !important;
	font-weight: var(--h3-font-weight) !important;
	color: var(--h3-color-default) !important;
	-ms-hyphens: var(--h3-hyphens-default) !important;
	-webkit-hyphens: var(--h3-hyphens-default) !important;
	hyphens: var(--h3-hyphens-default) !important;
	margin-bottom: 0 !important;
}
.mwai-timeless-theme .mwai-text h4 {
	font-family: var(--h4-font-family) !important; /* Activate this line if you are not using the Smarttheme settings to set fonts */
	font-size: var(--h5-font-size) !important;
	line-height: var(--h4-line-height) !important;
	text-transform: var(--h4-text-transform) !important;
	letter-spacing: var(--h4-letter-spacing) !important;
	font-weight: var(--h4-font-weight) !important;
	color: var(--h4-color-default) !important;
	-ms-hyphens: var(--h4-hyphens-default) !important;
	-webkit-hyphens: var(--h4-hyphens-default) !important;
	hyphens: var(--h4-hyphens-default) !important;
	margin-bottom: 0 !important;
}
.mwai-timeless-theme .mwai-text h5 {
	font-family: var(--h5-font-family) !important; /* Activate this line if you are not using the Smarttheme settings to set fonts */
	font-size: var(--h5-font-size) !important;
	line-height: var(--h5-line-height) !important;
	text-transform: var(--h5-text-transform) !important;
	letter-spacing: var(--h5-letter-spacing) !important;
	font-weight: var(--h5-font-weight) !important;
	color: var(--h5-color-default) !important;
	-ms-hyphens: var(--h5-hyphens-default) !important;
	-webkit-hyphens: var(--h5-hyphens-default) !important;
	hyphens: var(--h5-hyphens-default) !important;
	margin-bottom: 0 !important;
}
.mwai-timeless-theme .mwai-text h6 {
	font-family: var(--h6-font-family) !important; /* Activate this line if you are not using the Smarttheme settings to set fonts */
	font-size: var(--h6-font-size) !important;
	line-height: var(--h6-line-height) !important;
	text-transform: var(--h6-text-transform) !important;
	letter-spacing: var(--h6-letter-spacing) !important;
	font-weight: var(--h6-font-weight) !important;
	color: var(--h6-color-default) !important;
	-ms-hyphens: var(--h6-hyphens-default) !important;
	-webkit-hyphens: var(--h6-hyphens-default) !important;
	hyphens: var(--h6-hyphens-default) !important;
	margin-bottom: 0 !important;
}


.mwai-chat *::selection {
    background-color: var(--color-1) !important;
    color: var(--color-text) !important;
}
/*.mwai-timeless-theme .mwai-conversation .mwai-reply.mwai-user *::selection {
    background-color: var(--color-1) !important;
    color: var(--color-2) !important;
}*/

.mwai-timeless-theme .mwai-text img, .mwai-timeless-theme .mwai-text svg {
    margin: 0 !important;
    border: none !important;
}

span.mwai-text span + span {
    margin: 0 .35rem !important;
    border: 1px solid var(--color-text) !important;
    opacity: 1 !important;
    animation: loading 1s infinite linear alternate;
    height: .5rem !important;
}
@keyframes loading {
    0%  {box-shadow: .35rem 0 #000, -.35rem 0 #0002;background: #000 }
    33% {box-shadow: .35rem 0 #000, -.35rem 0 #0002;background: #0002}
    66% {box-shadow: .35rem 0 #0002,-.35rem 0 #000; background: #0002}
    100%{box-shadow: .35rem 0 #0002,-.35rem 0 #000; background: #000 }
}





/*-------------------------SEARCH-PAGE-------------------------*/
.wso-section-search-bar .wso-booking-bar-facets span.wso-holiday-advisor {
    position: absolute;
    right: 5rem;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 1rem;
    /* background: var(--color-1); */
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    letter-spacing: var(--h5-letter-spacing);
    text-transform: var(--h5-text-transform);
}
.page-id-3749 .mwai-chatbot-container {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
}
.page-id-3749 .mwai-timeless-theme.mwai-window {
    position: absolute !important;
    top: 23.15rem !important;
    /*left: 74.5rem !important;*/
    left: calc(50% + 11.75rem) !important;
    transform: translateX(50%) !important;
    bottom: auto !important;
    display: inline-block !important;
}
.page-id-3749 .mwai-icon-text {
	display: none !important;
}
.page-id-3749 .mwai-timeless-theme.mwai-window.mwai-open {
    /* position: absolute !important; */
    /* height: 100% !important; */
    /* width: 100% !important; */
    /* left: 0 !important; */
    /* top: 0 !important; */
    transform: none !important;
}
.page-id-3749 .mwai-timeless-theme.mwai-window .mwai-window-box {
    bottom: 1rem !important;
    left: 1rem !important;
    position: fixed !important;
    right: auto !important;
    width: var(--mwai-width);
}
.page-id-3749 .mwai-timeless-theme.mwai-animation-zoom.mwai-window.mwai-fullscreen .mwai-window-box {
	left: 0 !important;
	bottom: 0 !important;
}
.mwai-timeless-theme.mwai-animation-zoom.mwai-window.mwai-open {
	z-index: 99999999999999 !important;
}


/*-------------------------RESPONSIVE-------------------------*/
@media only screen and (max-width: 1499px) and (min-width: 1240px) {
	.page-id-3749 .mwai-timeless-theme.mwai-window {
	    /*left: 82.75vw !important;*/
	    left: calc(50% + 11.75rem) !important;
	    /* right: 50% !important; */
	}
	.page-id-3749 .mwai-timeless-theme .mwai-trigger .mwai-icon-text-container {
		margin-left: -5rem;
	}
}
@media only screen and (max-width: 1239px) {
    .mwai-timeless-theme {
      --mwai-spacing: 1rem !important;
      --mwai-fontSize: .85rem !important;
    }
    .mwai-timeless-theme.mwai-bubble .mwai-trigger .mwai-icon-container {
        width: 3.5rem !important;
        height: 3.5rem !important;
    }
    .mwai-icon-text {
        font-size: 1rem !important;
    }
	.page-id-3749 .mwai-timeless-theme.mwai-window {
	    top: 24.85rem !important;
		left: calc(50% + 11.5rem) !important;
	}
	.page-id-3749 .mwai-timeless-theme .mwai-trigger .mwai-icon-text-container {
		margin-left: -8rem;
	}
}
@media only screen and (max-width: 1023px) {
    .mwai-timeless-theme {
      --mwai-fontSize: .9rem !important;
    }
    .mwai-timeless-theme.mwai-bubble .mwai-trigger .mwai-icon-container {
        width: 4rem !important;
        height: 4rem !important;
    }
    .mwai-icon-text {
        font-size: 1.1rem !important;
    }
    .page-id-3749 .mwai-timeless-theme.mwai-window {
	    left: calc(50% + 7rem) !important;
	    top: 28.45rem !important;
	}
	.page-id-3749 .mwai-timeless-theme .mwai-trigger .mwai-icon-text-container {
		margin-left: -10rem;
	}
}
@media only screen and (max-width: 959px) {
    .page-id-3749 .mwai-timeless-theme.mwai-window {
	    left: calc(50% + 6.15rem) !important;
	    top: 29.15rem !important;
	}
	.page-id-3749 .mwai-timeless-theme .mwai-trigger .mwai-icon-text-container {
		margin-left: -10rem;
	}
	.wso-section-search-bar .wso-booking-bar-facets span.wso-holiday-advisor {
		right: 6rem;
	}
}
@media only screen and (max-width: 767px) {
    .mwai-timeless-theme {
      --mwai-fontSize: .95rem !important;
    }
    .mwai-timer {
        font-size: .75rem !important;
    }
    .mwai-icon-text {
        font-size: 1.15rem !important;
    }
    .wso-section-search-bar .wso-booking-bar-facets span.wso-holiday-advisor {
        position: relative !important;
        right: 0 !important;
        padding: .5rem 0 0 !important;
        justify-content: center;
    }
	.page-id-3749 .mwai-timeless-theme .mwai-trigger .mwai-icon-text-container {
		margin-left: 0rem;
	}
    .page-id-3749 .mwai-timeless-theme.mwai-window {
	    left: 1rem !important;
	    top: auto !important;
	    bottom: 1rem !important;
	    transform: none !important;
	}
}
@media only screen and (max-width: 599px) {
    .mwai-timeless-theme {
      --mwai-fontSize: 1rem !important;
    }
}
@media only screen and (max-width: 479px) {
    .mwai-timeless-theme {
      --mwai-fontSize: 1.05rem !important;
    }
    .mwai-timeless-theme.mwai-bubble .mwai-trigger .mwai-icon-container {
        width: 4.5rem !important;
        height: 4.5rem !important;
    }
    .mwai-icon-text {
        font-size: 1.25rem !important;
    }
}
@media only screen and (max-width: 379px) {
    .mwai-timeless-theme {
      --mwai-fontSize: 1.25rem !important;
    }
}

@media (max-width: 760px) {
    .mwai-timeless-theme.mwai-window.mwai-open .mwai-body {
        min-height: calc(99vh - var(--mwai-headerHeight));
    }
    .mwai-timeless-theme.mwai-window {
        max-width: 100vw !important;
        
    }
}
