.mwai-context-menu-portal .mwai-context-menu {
background: var(--mwai-backgroundHeaderColor);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: var(--mwai-borderRadius);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
font-size: 13px;
color: var(--mwai-fontColor);
}
.mwai-context-menu-portal .mwai-context-menu .mwai-menu-item {
display: flex;
align-items: center;
gap: 8px;
padding: 8px 12px;
cursor: pointer;
transition: background-color 0.2s;
}
.mwai-context-menu-portal .mwai-context-menu .mwai-menu-item:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.mwai-context-menu-portal .mwai-context-menu .mwai-menu-item.mwai-danger {
color: #dc3545;
}
.mwai-context-menu-portal .mwai-context-menu .mwai-menu-item.mwai-danger:hover {
background-color: rgba(220, 53, 69, 0.1);
}
.mwai-context-menu-portal .mwai-context-menu .mwai-menu-item svg {
flex-shrink: 0;
}
.mwai-chunks {
padding: 8px;
background: rgba(0, 0, 0, 0.03);
font-family: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;
font-size: 11px;
border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.mwai-chunks.mwai-chunks-collapsed .mwai-chunks-header {
margin-bottom: 0 !important;
}
.mwai-chunks .mwai-chunks-header {
display: flex;
align-items: center;
gap: 6px;
margin-bottom: 8px;
color: #6b7280;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.mwai-chunks .mwai-chunks-header .mwai-chunks-title {
flex: 1;
}
.mwai-chunks .mwai-chunks-header .mwai-chunks-toggle {
background: none;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 3px;
padding: 2px;
width: 30px;
height: 20px;
cursor: pointer;
color: #6b7280;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
margin-left: 4px;
}
.mwai-chunks .mwai-chunks-header .mwai-chunks-toggle:hover {
background: rgba(0, 0, 0, 0.05);
color: #374151;
}
.mwai-chunks .mwai-chunk {
margin-bottom: 4px;
padding: 6px 8px;
background: white;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.06);
transition: all 0.2s ease;
}
.mwai-chunks .mwai-chunk .mwai-chunk-header {
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
user-select: none;
}
.mwai-chunks .mwai-chunk .mwai-chunk-header .mwai-chunk-time {
color: #9ca3af;
font-size: 10px;
font-variant-numeric: tabular-nums;
}
.mwai-chunks .mwai-chunk .mwai-chunk-header .mwai-chunk-type {
display: flex;
align-items: center;
gap: 4px;
padding: 2px 6px;
border-radius: 3px;
font-size: 10px;
font-weight: 500;
color: white;
}
.mwai-chunks .mwai-chunk .mwai-chunk-header .mwai-chunk-data {
flex: 1;
color: #374151;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.mwai-chunks .mwai-chunk .mwai-chunk-header .mwai-chunk-expand {
color: #9ca3af;
transition: transform 0.2s ease;
}
.mwai-chunks .mwai-chunk .mwai-chunk-details {
margin-top: 8px;
padding: 8px;
background: rgba(0, 0, 0, 0.02);
border-radius: 3px;
overflow-x: auto;
}
.mwai-chunks .mwai-chunk .mwai-chunk-details pre {
margin: 0;
white-space: pre-wrap;
word-break: break-word;
color: #4b5563;
}
.mwai-timeless-theme {
--mwai-spacing: 15px;
--mwai-fontSize: 13px;
--mwai-lineHeight: 1.5;
--mwai-borderRadius: 10px;
--mwai-width: 360px;
--mwai-maxHeight: 40vh;
--mwai-iconTextColor: #FFFFFF;
--mwai-iconTextBackgroundColor: #2831dc;
--mwai-fontColor: black;
--mwai-backgroundPrimaryColor: #fafafa;
--mwai-backgroundHeaderColor: linear-gradient(130deg, #2831dc 0%, #09a9f8 100%);
--mwai-bubbleColor: #2831dc;
--mwai-headerButtonsColor: white;
--mwai-conversationsBackgroundColor: white;
--mwai-backgroundUserColor: linear-gradient(130deg, #272fdc 0%, #09a9f8 100%);
--mwai-backgroundAiColor: #F1F3F7;
--mwai-backgroundAiSecondaryColor: #ddd;
--mwai-errorBackgroundColor: #6d2f2a;
--mwai-errorTextColor: #FFFFFF;
--mwai-headerHeight: 80px;
font-size: var(--mwai-fontSize);
}
.mwai-timeless-theme * {
box-sizing: border-box;
}
.mwai-timeless-theme.mwai-window .mwai-header {
height: var(--mwai-headerHeight);
padding: var(--mwai-spacing);
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-avatar img {
width: 48px;
height: 48px;
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-name {
color: white;
font-size: 140%;
margin-left: calc(var(--mwai-spacing) / 2);
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-name small {
font-size: 75%;
display: block;
}
.mwai-timeless-theme .mwai-body {
display: flex;
background: var(--mwai-backgroundPrimaryColor);
font-size: var(--mwai-fontSize);
color: var(--mwai-fontColor);
border-radius: var(--mwai-borderRadius);
flex-direction: column;
}
.mwai-timeless-theme .mwai-shortcuts {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut {
margin-bottom: 5px;
font-size: var(--mwai-fontSize);
height: inherit;
min-height: inherit;
width: inherit;
min-width: 90px;
border-radius: var(--mwai-borderRadius);
padding: 7px 12px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: end;
}
.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut.mwai-success {
background: #4caf50;
color: white;
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}
.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut.mwai-danger {
background: #f44336;
color: white;
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}
.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut.mwai-warning {
background: #ff9800;
color: white;
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}
.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut.mwai-info {
background: #2196f3;
color: white;
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}
.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut .mwai-icon {
margin-right: 5px;
}
.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut .mwai-icon img {
max-height: 16px;
width: auto;
}
.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut:hover {
filter: brightness(1.1);
}
.mwai-timeless-theme .mwai-blocks {
display: flex;
flex-direction: column;
padding: var(--mwai-spacing);
border-top: 0.5px solid rgba(0, 0, 0, 0.15);
background: var(--mwai-backgroundAiColor);
}
.mwai-timeless-theme .mwai-blocks .mwai-block p:first-child {
margin-top: 0;
}
.mwai-timeless-theme .mwai-blocks button {
cursor: pointer;
}
.mwai-timeless-theme .mwai-conversation {
display: flex;
flex-direction: column;
overflow: auto;
max-height: var(--mwai-maxHeight);
padding: var(--mwai-spacing);
}
.mwai-timeless-theme .mwai-conversation .mwai-reply {
margin-bottom: var(--mwai-spacing);
padding: 7px 12px;
border-radius: var(--mwai-borderRadius);
font-size: var(--mwai-fontSize);
color: var(--mwai-fontColor);
position: relative;
}
.mwai-timeless-theme .mwai-conversation .mwai-reply .mwai-name,
.mwai-timeless-theme .mwai-conversation .mwai-reply .mwai-name-text {
display: none;
}
.mwai-timeless-theme .mwai-conversation .mwai-reply * > p:first-child {
margin-top: 0;
}
.mwai-timeless-theme .mwai-conversation .mwai-reply * > p:last-child {
margin-bottom: 0;
}
.mwai-timeless-theme .mwai-conversation .mwai-reply.mwai-ai {
align-self: flex-start;
background: var(--mwai-backgroundAiColor);
}
.mwai-timeless-theme .mwai-conversation .mwai-reply.mwai-user {
align-self: flex-end;
background: var(--mwai-backgroundUserColor);
color: white;
}
.mwai-timeless-theme .mwai-text {
flex: auto;
}
.mwai-timeless-theme .mwai-text .mwai-image {
display: block;
max-width: 250px;
height: auto;
margin: 0 0 10px 0;
border-radius: var(--mwai-borderRadius);
}
.mwai-timeless-theme .mwai-text .mwai-filename {
display: flex;
text-decoration: none;
border: 1px solid var(--mwai-backgroundPrimaryColor);
border-radius: var(--mwai-borderRadius);
color: white;
padding: 5px 10px;
margin-bottom: 10px;
}
.mwai-timeless-theme .mwai-text > span > p > *:first-child {
margin-top: 0;
}
.mwai-timeless-theme .mwai-text a {
color: #2196f3;
}
.mwai-timeless-theme .mwai-text h1 {
font-size: 200%;
}
.mwai-timeless-theme .mwai-text h2 {
font-size: 160%;
}
.mwai-timeless-theme .mwai-text h3 {
font-size: 140%;
}
.mwai-timeless-theme .mwai-text h4 {
font-size: 120%;
}
.mwai-timeless-theme .mwai-text p {
font-size: var(--mwai-fontSize);
line-height: var(--mwai-lineHeight);
}
.mwai-timeless-theme .mwai-text p code {
background: var(--mwai-backgroundAiSecondaryColor);
padding: 2px 6px;
border-radius: 8px;
font-size: calc(var(--mwai-fontSize) * 0.9);
font-family: system-ui;
}
.mwai-timeless-theme .mwai-text pre {
color: var(--mwai-fontColor);
border-radius: var(--mwai-borderRadius);
break-after: auto;
white-space: pre-wrap;
max-width: 100%;
width: 100%;
font-family: system-ui;
background: var(--mwai-backgroundAiSecondaryColor);
padding: var(--mwai-spacing);
}
.mwai-timeless-theme .mwai-text pre code {
padding: 0 !important;
font-family: system-ui;
background: var(--mwai-backgroundAiSecondaryColor);
}
.mwai-timeless-theme .mwai-text ol {
padding: 0;
margin: 0 0 0 20px;
}
.mwai-timeless-theme .mwai-text table {
width: 100%;
border: 2px solid var(--mwai-backgroundAiSecondaryColor);
border-collapse: collapse;
}
.mwai-timeless-theme .mwai-text thead {
background: var(--mwai-backgroundAiSecondaryColor);
}
.mwai-timeless-theme .mwai-text tr,
.mwai-timeless-theme .mwai-text td {
padding: 2px 5px;
}
.mwai-timeless-theme .mwai-text td {
border: 2px solid var(--mwai-backgroundAiSecondaryColor);
}
.mwai-timeless-theme .mwai-text .mwai-typewriter {
display: inline-block;
}
.mwai-timeless-theme .mwai-text .mwai-typewriter > :first-child {
margin-top: 0;
}
.mwai-timeless-theme .mwai-text > *:first-child {
margin-top: 0;
}
.mwai-timeless-theme .mwai-text > *:last-child {
margin-bottom: 0;
}
.mwai-timeless-theme button {
background: var(--mwai-backgroundUserColor);
color: white;
border: none;
transition: all 0.5s;
padding: 7px 12px;
border-radius: var(--mwai-borderRadius);
}
.mwai-timeless-theme .mwai-input {
display: flex;
align-items: center;
width: 100%;
border-top: 0.5px solid rgba(0, 0, 0, 0.15);
padding: calc(var(--mwai-spacing) / 2) var(--mwai-spacing);
position: relative;
}
.mwai-timeless-theme .mwai-input .mwai-input-text {
flex: auto;
position: relative;
display: flex;
width: 100%;
background: var(--mwai-backgroundPrimaryColor);
overflow: hidden;
}
.mwai-timeless-theme .mwai-input .mwai-input-text.mwai-blocked img {
filter: grayscale(100%);
opacity: 0.5;
}
.mwai-timeless-theme .mwai-input .mwai-input-text.mwai-dragging {
border: 1px dashed var(--mwai-backgroundAiSecondaryColor);
}
.mwai-timeless-theme .mwai-input .mwai-input-text textarea {
background: var(--mwai-backgroundPrimaryColor);
color: var(--mwai-fontColor);
flex: auto;
border: none;
font-size: var(--mwai-fontSize);
resize: none;
font-family: inherit;
margin: 0;
overflow: hidden;
min-height: inherit;
box-shadow: none;
outline: none;
}
.mwai-timeless-theme .mwai-input .mwai-input-text textarea::placeholder {
color: rgba(0, 0, 0, 0.25);
}
.mwai-timeless-theme .mwai-input .mwai-input-text .mwai-microphone {
display: flex;
justify-content: center;
align-items: center;
}
.mwai-timeless-theme .mwai-input .mwai-input-text .mwai-microphone svg {
opacity: 0.5;
filter: grayscale(100%);
transition: opacity 0.3s ease-out;
cursor: pointer;
}
.mwai-timeless-theme .mwai-input .mwai-input-text .mwai-microphone[active=true] svg {
opacity: 1;
}
.mwai-timeless-theme .mwai-input .mwai-input-text .mwai-microphone[disabled] svg {
opacity: 0;
cursor: not-allowed;
}
.mwai-timeless-theme .mwai-input button {
margin-left: var(--mwai-spacing);
border-radius: 100%;
cursor: pointer;
height: 48px;
width: 48px;
min-width: 48px;
min-height: 48px;
}
.mwai-timeless-theme .mwai-input button img {
width: 20px;
height: 20px;
margin: auto;
display: block;
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(1000%) contrast(100%);
}
.mwai-timeless-theme .mwai-input button .mwai-timer {
font-size: 11px;
}
.mwai-timeless-theme .mwai-input button:hover {
filter: brightness(1.2);
}
.mwai-timeless-theme .mwai-input button[disabled] {
cursor: not-allowed;
filter: saturate(0%);
}
.mwai-timeless-theme .mwai-footer {
display: flex;
align-items: center;
border-top: 0.5px solid rgba(0, 0, 0, 0.15);
padding: calc(var(--mwai-spacing) / 2) var(--mwai-spacing);
}
.mwai-timeless-theme .mwai-footer .mwai-tools {
margin-right: calc(var(--mwai-spacing) / 2);
height: 38px;
}
.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload {
display: inline-block;
}
.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon {
display: inline-block;
background: url(//brightminddigital.ca/wp-content/plugins/ai-engine/themes/icons/white-icons.svg);
background-size: 500%;
background-position: 0px -96px;
width: 32px;
height: 32px;
margin-top: calc(var(--mwai-spacing) / 2);
z-index: 100;
transform: scale(0.8);
transform-origin: 0 0;
}
.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-idle-add {
background-position: -32px -96px;
}
.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-image-add {
background-position: -32px 0px;
}
.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-image-up {
background-position: -64px 0px;
}
.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-image-del {
background-position: -96px 0px;
}
.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-image-ok {
background-position: -128px 0px;
}
.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-document-add {
background-position: -32px -64px;
}
.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-document-up {
background-position: -64px -64px;
}
.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-document-del {
background-position: -96px -64px;
}
.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-document-ok {
background-position: -128px -64px;
}
.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon .mwai-file-upload-progress {
position: absolute;
font-size: 8px;
width: 21px;
top: 24px;
left: 23px;
overflow: hidden;
text-align: center;
font-weight: bold;
color: white;
}
.mwai-timeless-theme .mwai-footer .mwai-compliance {
opacity: 0.5;
font-size: 11px;
line-height: 11px;
color: var(--mwai-fontColor);
text-align: left;
padding: calc(var(--mwai-spacing) / 2) 0;
}
.mwai-timeless-theme .mwai-gallery {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 5px;
}
.mwai-timeless-theme .mwai-gallery img {
width: 100%;
}
.mwai-timeless-theme.mwai-window {
filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
.mwai-timeless-theme.mwai-window .mwai-input-submit {
margin-right: -36px;
margin-left: 0px;
}
@media (max-width: 760px) {
.mwai-timeless-theme.mwai-window .mwai-input-submit {
margin-right: inherit;
border-radius: 0;
}
}
.mwai-timeless-theme.mwai-window.mwai-fullscreen .mwai-input-submit {
margin-right: inherit;
}
.mwai-timeless-theme.mwai-form-container {
padding: var(--mwai-spacing);
font-size: var(--mwai-fontSize);
color: var(--mwai-fontColor);
background: var(--mwai-backgroundPrimaryColor);
border-radius: var(--mwai-borderRadius);
}
.mwai-timeless-theme.mwai-form-container fieldset {
border: 0;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
margin-bottom: 10px;
}
.mwai-timeless-theme.mwai-form-container fieldset input[type=text], .mwai-timeless-theme.mwai-form-container fieldset input[type=email], .mwai-timeless-theme.mwai-form-container fieldset input[type=tel], .mwai-timeless-theme.mwai-form-container fieldset input[type=url], .mwai-timeless-theme.mwai-form-container fieldset input[type=password], .mwai-timeless-theme.mwai-form-container fieldset input[type=number], .mwai-timeless-theme.mwai-form-container fieldset input[type=date], .mwai-timeless-theme.mwai-form-container fieldset input[type=datetime], .mwai-timeless-theme.mwai-form-container fieldset input[type=datetime-local], .mwai-timeless-theme.mwai-form-container fieldset input[type=month], .mwai-timeless-theme.mwai-form-container fieldset input[type=search], .mwai-timeless-theme.mwai-form-container fieldset input[type=time], .mwai-timeless-theme.mwai-form-container fieldset input[type=week], .mwai-timeless-theme.mwai-form-container fieldset select, .mwai-timeless-theme.mwai-form-container fieldset textarea {
padding: calc(var(--mwai-spacing) * 2 / 3) var(--mwai-spacing);
border: 0;
width: 100%;
border-radius: var(--mwai-borderRadius);
font-size: var(--mwai-fontSize);
background: var(--mwai-backgroundAiColor) !important;
color: var(--mwai-fontColor);
}
.mwai-timeless-theme.mwai-form-container fieldset select {
padding: calc(var(--mwai-spacing) * 2 / 3) var(--mwai-spacing);
border: 0;
width: 100%;
border-radius: var(--mwai-borderRadius);
font-size: var(--mwai-fontSize);
background: var(--mwai-backgroundPrimaryColor);
color: var(--mwai-fontColor);
}
.mwai-timeless-theme.mwai-form-container fieldset textarea {
padding: calc(var(--mwai-spacing) * 2 / 3) var(--mwai-spacing);
border: 0;
width: 100%;
border-radius: var(--mwai-borderRadius);
font-family: inherit;
font-size: var(--mwai-fontSize);
background: var(--mwai-backgroundPrimaryColor);
color: var(--mwai-fontColor);
}
.mwai-timeless-theme.mwai-form-container fieldset input[disabled], .mwai-timeless-theme.mwai-form-container fieldset select[disabled], .mwai-timeless-theme.mwai-form-container fieldset textarea[disabled] {
opacity: 0.25;
}
.mwai-timeless-theme.mwai-form-container .mwai-form-submit button, .mwai-timeless-theme.mwai-form-container .mwai-form-reset button {
height: 45px;
background: none;
width: 100%;
color: white;
font-size: var(--mwai-fontSize);
background: var(--mwai-backgroundUserColor);
border: 1px solid var(--mwai-backgroundPrimaryColor);
border-radius: var(--mwai-borderRadius);
cursor: pointer;
transition: all 0.2s ease-out;
position: relative;
}
.mwai-timeless-theme.mwai-form-container .mwai-form-submit button:hover, .mwai-timeless-theme.mwai-form-container .mwai-form-reset button:hover {
filter: brightness(1.2);
}
.mwai-timeless-theme.mwai-form-container .mwai-form-submit button[disabled] span, .mwai-timeless-theme.mwai-form-container .mwai-form-reset button[disabled] span {
opacity: 0.25;
}
.mwai-timeless-theme.mwai-form-container .mwai-form-submit button[disabled]:hover, .mwai-timeless-theme.mwai-form-container .mwai-form-reset button[disabled]:hover {
filter: brightness(1);
cursor: not-allowed;
}
.mwai-timeless-theme.mwai-form-container .mwai-form-submit.mwai-loading button span, .mwai-timeless-theme.mwai-form-container .mwai-form-reset.mwai-loading button span {
opacity: 0;
}
.mwai-timeless-theme.mwai-form-container .mwai-form-submit.mwai-loading button::after, .mwai-timeless-theme.mwai-form-container .mwai-form-reset.mwai-loading button::after {
content: "";
position: absolute;
width: 18px;
height: 18px;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
border: 3px solid transparent;
border-top-color: white;
border-radius: 50%;
animation: mwai-button-spinner 1s ease infinite;
}
.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output {
font-size: var(--mwai-fontSize);
position: relative;
margin-top: var(--mwai-spacing);
padding: var(--mwai-spacing);
border: 1px solid var(--mwai-backgroundPrimaryColor);
}
.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output.mwai-error {
background: var(--mwai-errorBackgroundColor);
color: var(--mwai-errorFontColor);
}
.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output > * {
color: var(--mwai-fontColor) !important;
}
.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output > *:first-child {
margin-top: 0;
}
.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output > *:last-child {
margin-bottom: 0;
}
.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output img {
max-width: 33%;
}
.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output div > *:first-child {
margin-top: 0;
}
.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output div > *:last-child {
margin-bottom: 0;
}
.mwai-timeless-theme.mwai-form-container .mwai-form-output-container.mwai-has-content {
display: block;
}
.mwai-timeless-theme.mwai-form-container .wp-block-columns {
margin: 0;
}
.mwai-timeless-theme.mwai-transition, .mwai-timeless-theme .mwai-transition {
opacity: 0;
transition: opacity 350ms ease-in-out;
}
.mwai-timeless-theme.mwai-transition-visible, .mwai-timeless-theme .mwai-transition-visible {
opacity: 1;
}
.mwai-timeless-theme .mwai-text {
overflow-wrap: anywhere;
}
.mwai-timeless-theme .mwai-text img {
max-width: 100%;
}
.mwai-timeless-theme .mwai-text div p:first-child {
margin-top: 0;
}
.mwai-timeless-theme .mwai-text div p:last-child {
margin-bottom: 0;
}
.mwai-timeless-theme .mwai-trigger {
position: absolute;
right: 0;
bottom: 0;
transition: all 0.2s ease-out;
z-index: 9999;
display: flex;
flex-direction: column;
align-items: end;
}
.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text {
background: var(--mwai-iconTextBackgroundColor);
color: var(--mwai-iconTextColor);
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
max-width: 200px;
font-size: 13px;
margin-bottom: 15px;
padding: 10px 15px;
border-radius: 8px;
}
.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close {
color: var(--mwai-iconTextColor);
background: var(--mwai-iconTextBackgroundColor);
padding: 5px;
width: 30px;
height: 20px;
border-radius: 100%;
display: none;
justify-content: center;
align-items: center;
margin-bottom: 3px;
}
.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container:hover {
cursor: pointer;
}
.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close {
display: flex;
font-size: 12px;
}
.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close:hover {
filter: brightness(1.2);
}
@media (max-width: 760px) {
.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close {
display: flex;
}
}
.mwai-timeless-theme .mwai-trigger .mwai-icon-container .mwai-icon {
filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
transition: all 0.2s ease-out;
}
.mwai-timeless-theme .mwai-trigger .mwai-icon-container .mwai-icon:hover {
cursor: pointer;
transform: scale(1.05);
}
.mwai-timeless-theme.mwai-window {
position: fixed;
right: 30px;
bottom: 30px;
width: var(--mwai-width);
z-index: 9999;
}
.mwai-timeless-theme.mwai-window .mwai-header {
display: none;
justify-content: flex-end;
align-items: center;
border-radius: var(--mwai-borderRadius) var(--mwai-borderRadius) 0 0;
background: var(--mwai-backgroundHeaderColor);
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons {
display: flex;
align-items: center;
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button {
justify-content: center;
height: 32px;
width: 22px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:before {
transition: all 0.2s ease-out;
content: " ";
cursor: pointer;
position: absolute;
height: 13px;
width: 13px;
border: 1px solid var(--mwai-headerButtonsColor);
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:hover:before {
width: 16px;
height: 16px;
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button {
justify-content: center;
height: 32px;
width: 33px;
cursor: pointer;
border-radius: var(--mwai-borderRadius);
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before {
transition: all 0.2s ease-out;
transform: translate(16px, 5px) rotate(45deg);
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after {
transition: all 0.2s ease-out;
transform: translate(16px, 5px) rotate(-45deg);
}
.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 {
content: " ";
cursor: pointer;
position: absolute;
height: 22px;
width: 1px;
background-color: var(--mwai-headerButtonsColor);
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:before {
opacity: 1;
transform: translate(16px, 5px) rotate(135deg);
}
.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:after {
opacity: 1;
transform: translate(16px, 5px) rotate(45deg);
}
.mwai-timeless-theme.mwai-window .mwai-body {
display: none;
opacity: 0;
max-height: var(--mwai-maxHeight);
border-radius: 0 0 var(--mwai-borderRadius) var(--mwai-borderRadius);
}
.mwai-timeless-theme.mwai-window.mwai-bottom-left {
bottom: 30px;
right: inherit;
left: 30px;
}
.mwai-timeless-theme.mwai-window.mwai-bottom-left .mwai-trigger {
right: inherit;
left: 0;
}
.mwai-timeless-theme.mwai-window.mwai-top-right {
top: 30px;
bottom: inherit;
right: 30px;
}
.mwai-timeless-theme.mwai-window.mwai-top-right .mwai-trigger {
top: 0;
bottom: inherit;
}
.mwai-timeless-theme.mwai-window.mwai-top-left {
top: 30px;
bottom: inherit;
right: inherit;
left: 30px;
}
.mwai-timeless-theme.mwai-window.mwai-top-left .mwai-trigger {
top: 0;
bottom: inherit;
right: inherit;
left: 0;
}
.mwai-timeless-theme.mwai-window.mwai-top-left .mwai-trigger, .mwai-timeless-theme.mwai-window.mwai-bottom-left .mwai-trigger {
align-items: flex-start;
}
.mwai-timeless-theme.mwai-window.mwai-top-right .mwai-trigger, .mwai-timeless-theme.mwai-window.mwai-top-left .mwai-trigger {
flex-direction: column-reverse;
}
.mwai-timeless-theme.mwai-window.mwai-top-right .mwai-trigger .mwai-icon-text, .mwai-timeless-theme.mwai-window.mwai-top-left .mwai-trigger .mwai-icon-text {
margin-bottom: 0;
margin-top: 15px;
}
.mwai-timeless-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons {
margin-bottom: 0px;
}
.mwai-timeless-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:before {
width: 16px;
height: 16px;
}
.mwai-timeless-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:hover:before {
width: 13px;
height: 13px;
}
.mwai-timeless-theme.mwai-fullscreen:not(.mwai-window), .mwai-timeless-theme.mwai-fullscreen.mwai-window.mwai-open {
position: fixed;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
top: 0 !important;
width: 100%;
height: 100%;
max-height: 100%;
max-width: 100%;
display: flex;
flex-direction: column;
margin: 0;
z-index: 999999;
background-color: var(--mwai-backgroundSecondaryColor);
}
.mwai-timeless-theme.mwai-fullscreen:not(.mwai-window) .mwai-header, .mwai-timeless-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-header {
border-radius: 0;
}
.mwai-timeless-theme.mwai-fullscreen:not(.mwai-window) .mwai-body, .mwai-timeless-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-body {
height: 100%;
max-height: inherit;
border-radius: 0;
}
.mwai-timeless-theme.mwai-fullscreen:not(.mwai-window) .mwai-body .mwai-conversation, .mwai-timeless-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-body .mwai-conversation {
flex: auto;
max-height: none;
}
.mwai-timeless-theme.mwai-window.mwai-open .mwai-header {
display: flex;
}
.mwai-timeless-theme.mwai-window.mwai-open .mwai-body {
display: flex;
transition: opacity 200ms ease-in-out 0s;
opacity: 1;
}
.mwai-timeless-theme.mwai-window.mwai-open .mwai-trigger {
display: none;
}
.mwai-timeless-theme .mwai-error {
margin: var(--mwai-spacing);
color: white;
background: rgba(180, 55, 55, 0.55);
padding: var(--mwai-spacing);
border-radius: var(--mwai-borderRadius);
}
.mwai-timeless-theme .mwai-error:hover {
cursor: pointer;
background: rgba(180, 44, 44, 0.85);
}
.mwai-timeless-theme.mwai-bubble .mwai-icon-container {
background: var(--mwai-bubbleColor);
width: 60px;
height: 60px;
border-radius: 100%;
transition: all 0.2s ease-out;
display: flex;
justify-content: center;
align-items: center;
}
.mwai-timeless-theme.mwai-bubble .mwai-icon-container .mwai-icon {
max-width: 50%;
max-height: 50%;
filter: none;
}
.mwai-timeless-theme.mwai-bubble .mwai-icon-container .mwai-icon:hover {
transform: none;
}
.mwai-timeless-theme.mwai-bubble .mwai-icon-container .mwai-emoji {
font-size: 30px !important;
}
.mwai-timeless-theme.mwai-bubble .mwai-icon-container:hover {
cursor: pointer;
filter: brightness(1.1);
}
@media (max-width: 760px) {
.mwai-timeless-theme.mwai-window.mwai-open {
position: fixed;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
top: 0 !important;
width: 100%;
height: 100%;
max-height: 100%;
max-width: 100%;
display: flex;
flex-direction: column;
margin: 0;
z-index: 999999;
background-color: var(--mwai-backgroundSecondaryColor);
}
.mwai-timeless-theme.mwai-window.mwai-open .mwai-header {
border-radius: 0;
}
.mwai-timeless-theme.mwai-window.mwai-open .mwai-body {
height: 100%;
max-height: inherit;
border-radius: 0;
}
.mwai-timeless-theme.mwai-window.mwai-open .mwai-body .mwai-conversation {
flex: auto;
max-height: none;
}
.mwai-timeless-theme.mwai-window.mwai-open .mwai-input {
flex-direction: column;
}
.mwai-timeless-theme.mwai-window.mwai-open .mwai-input button {
font-size: 16px;
margin-left: 0;
width: 100%;
}
.mwai-timeless-theme.mwai-window.mwai-open .mwai-input .mwai-input-text {
width: 100%;
}
.mwai-timeless-theme.mwai-window.mwai-open .mwai-input .mwai-input-text input, .mwai-timeless-theme.mwai-window.mwai-open .mwai-input .mwai-input-text textarea {
font-size: 16px;
}
.mwai-timeless-theme.mwai-window.mwai-open .mwai-body {
display: flex;
transition: opacity 200ms ease-in-out 0s;
opacity: 1;
height: 100%;
max-height: inherit;
}
.mwai-timeless-theme.mwai-window.mwai-open .mwai-body .mwai-conversation {
flex: auto;
max-height: none;
}
.mwai-timeless-theme.mwai-window.mwai-open .mwai-resize-button {
display: none !important;
}
.mwai-timeless-theme.mwai-window.mwai-open .mwai-trigger {
display: none;
}
}
@keyframes mwai-button-spinner {
from {
transform: rotate(0turn);
}
to {
transform: rotate(1turn);
}
}
.mwai-timeless-theme button:not(.mwai-busy):before {
content: none !important;
display: none !important;
animation: none !important;
}
.mwai-timeless-theme .admin-bar .mwai-fullscreen:not(.mwai-window),
.mwai-timeless-theme .admin-bar .mwai-fullscreen.mwai-window.mwai-open {
top: 32px;
}
.mwai-timeless-theme pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
.mwai-timeless-theme code.hljs {
padding: 3px 5px;
}
.mwai-timeless-theme .hljs {
color: #333;
background: #f0f0f0;
}
.mwai-timeless-theme .hljs-subst {
color: #333;
}
.mwai-timeless-theme .hljs-comment {
color: #888;
}
.mwai-timeless-theme .hljs-attr, .mwai-timeless-theme .hljs-doctag, .mwai-timeless-theme .hljs-keyword, .mwai-timeless-theme .hljs-meta .hljs-keyword, .mwai-timeless-theme .hljs-section, .mwai-timeless-theme .hljs-selector-tag {
color: #0077cc;
}
.mwai-timeless-theme .hljs-attribute {
color: #aa3377;
}
.mwai-timeless-theme .hljs-name, .mwai-timeless-theme .hljs-number, .mwai-timeless-theme .hljs-quote, .mwai-timeless-theme .hljs-selector-id, .mwai-timeless-theme .hljs-template-tag, .mwai-timeless-theme .hljs-type {
color: #c18401;
}
.mwai-timeless-theme .hljs-selector-class {
color: #0077cc;
}
.mwai-timeless-theme .hljs-link, .mwai-timeless-theme .hljs-regexp, .mwai-timeless-theme .hljs-selector-attr, .mwai-timeless-theme .hljs-string, .mwai-timeless-theme .hljs-symbol, .mwai-timeless-theme .hljs-template-variable, .mwai-timeless-theme .hljs-variable {
color: #689700;
}
.mwai-timeless-theme .hljs-meta, .mwai-timeless-theme .hljs-selector-pseudo {
color: #0077cc;
}
.mwai-timeless-theme .hljs-built_in, .mwai-timeless-theme .hljs-literal, .mwai-timeless-theme .hljs-title {
color: #c18401;
}
.mwai-timeless-theme .hljs-bullet, .mwai-timeless-theme .hljs-code {
color: #555;
}
.mwai-timeless-theme .hljs-meta .hljs-string {
color: #689700;
}
.mwai-timeless-theme .hljs-deletion {
color: #b71c1c;
}
.mwai-timeless-theme .hljs-addition {
color: #1b5e20;
}
.mwai-timeless-theme .hljs-emphasis {
font-style: italic;
}
.mwai-timeless-theme .hljs-strong {
font-weight: 700;
}
.mwai-timeless-theme .mwai-reply-actions {
position: absolute;
border-radius: 5px;
top: 10px;
right: 10px;
display: flex;
align-items: center;
padding: 2px 2px;
z-index: 100;
background: var(--mwai-backgroundPrimaryColor);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
z-index: 100;
}
.mwai-timeless-theme .mwai-reply-actions .mwai-copy-button {
fill: var(--mwai-fontColor);
padding: 3px 5px;
width: 24px;
height: 24px;
background: var(--mwai-backgroundPrimaryColor);
cursor: pointer;
border-radius: 5px;
}
.mwai-timeless-theme .mwai-reply-actions .mwai-copy-button:hover {
filter: brightness(1.2);
}
.mwai-timeless-theme .mwai-reply-actions.mwai-hidden {
opacity: 0;
}
.mwai-timeless-theme .mwai-realtime {
padding: var(--mwai-spacing);
}
.mwai-timeless-theme .mwai-realtime .mwai-visualizer {
display: flex;
justify-content: center;
align-items: center;
}
.mwai-timeless-theme .mwai-realtime .mwai-visualizer hr {
width: 100px;
margin-right: var(--mwai-spacing);
margin-left: var(--mwai-spacing);
border: 1px solid var(--mwai-backgroundPrimaryColor);
}
.mwai-timeless-theme .mwai-realtime .mwai-visualizer .mwai-animation {
background: var(--mwai-backgroundPrimaryColor);
}
.mwai-timeless-theme .mwai-realtime .mwai-controls {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: var(--mwai-spacing);
}
.mwai-timeless-theme .mwai-realtime .mwai-controls > * + * {
margin-left: 10px;
}
.mwai-timeless-theme .mwai-realtime .mwai-controls button {
border-radius: 100%;
width: 50px;
height: 50px;
margin: 5px;
padding: 5px;
display: flex;
align-items: center;
justify-content: center;
color: var(--mwai-fontColor);
border: 2px solid var(--mwai-backgroundPrimaryColor);
background: none;
cursor: pointer;
transition: all 0.2s ease-out;
min-width: inherit;
max-width: inherit;
}
.mwai-timeless-theme .mwai-realtime .mwai-controls button:hover:not(:disabled) {
background: var(--mwai-backgroundPrimaryColor);
}
.mwai-timeless-theme .mwai-realtime .mwai-controls button:disabled {
opacity: 0.5;
cursor: not-allowed;
background: none;
}
.mwai-timeless-theme .mwai-realtime .mwai-controls button.mwai-active {
border: 2px solid var(--mwai-fontColor);
}
.mwai-timeless-theme .mwai-realtime .mwai-last-transcript {
margin: var(--mwai-spacing);
margin-top: 0;
border: 2px solid var(--mwai-backgroundPrimaryColor);
padding: calc(var(--mwai-spacing) / 2);
border-radius: var(--mwai-borderRadius);
display: flex;
justify-content: center;
font-size: 80%;
}
.mwai-timeless-theme .mwai-realtime .mwai-statistics {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-row-gap: 10px;
font-size: 14px;
}
.mwai-timeless-theme .mwai-realtime .mwai-statistics div {
display: flex;
flex-direction: column;
align-items: center;
}
.mwai-timeless-theme .mwai-realtime .mwai-statistics label {
font-size: 11px;
opacity: 0.5;
text-transform: uppercase;
}
.mwai-timeless-theme .mwai-realtime .mwai-options {
margin-top: var(--mwai-spacing);
display: flex;
align-items: center;
}
.mwai-timeless-theme .mwai-realtime .mwai-options .mwai-option {
cursor: pointer;
opacity: 0.5;
margin-right: 2px;
}
.mwai-timeless-theme .mwai-realtime .mwai-options .mwai-option.mwai-active {
opacity: 1;
}
.mwai-timeless-theme.mwai-discussions {
border-radius: var(--mwai-borderRadius);
background: var(--mwai-backgroundHeaderColor);
overflow: hidden;
}
.mwai-timeless-theme.mwai-discussions * {
box-sizing: border-box;
}
.mwai-timeless-theme.mwai-discussions .mwai-discussion {
display: flex;
position: relative;
padding-left: calc(var(--mwai-spacing) / 2);
padding-right: calc(var(--mwai-spacing) / 2);
padding-bottom: calc(var(--mwai-spacing) / 2);
color: var(--mwai-conversationsTextColor);
opacity: 0.65;
align-items: center;
}
.mwai-timeless-theme.mwai-discussions .mwai-discussion .mwai-discussion-title {
flex: 1;
padding: 5px;
}
.mwai-timeless-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions {
position: absolute;
top: 50%;
right: calc(var(--mwai-spacing) / 2);
transform: translateY(-50%);
opacity: 0;
transition: opacity 0.2s ease-out;
z-index: 100;
}
.mwai-timeless-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-menu-icon {
width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: var(--mwai-conversationsTextColor);
}
.mwai-timeless-theme.mwai-discussions .mwai-discussion.mwai-active {
cursor: pointer;
}
.mwai-timeless-theme.mwai-discussions .mwai-discussion.mwai-active .mwai-discussion-title {
background: var(--mwai-backgroundPrimaryColor);
border-radius: var(--mwai-borderRadius);
opacity: 1;
}
.mwai-timeless-theme.mwai-discussions .mwai-discussion:hover {
cursor: pointer;
}
.mwai-timeless-theme.mwai-discussions .mwai-discussion:hover .mwai-discussion-title {
background: var(--mwai-backgroundPrimaryColor);
border-radius: var(--mwai-borderRadius);
opacity: 1;
}
.mwai-timeless-theme.mwai-discussions .mwai-discussion:hover .mwai-discussion-actions {
opacity: 1;
}
.mwai-timeless-theme.mwai-discussions .mwai-discussion:has(.mwai-context-menu) .mwai-discussion-actions {
opacity: 1;
}
.mwai-timeless-theme.mwai-discussions .mwai-discussion:first-child {
margin-top: calc(var(--mwai-spacing) / 2);
}
.mwai-timeless-theme.mwai-discussions .mwai-header {
color: var(--mwai-headerButtonsColor);
padding: var(--mwai-spacing);
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
}
.mwai-timeless-theme.mwai-discussions .mwai-header button {
background: var(--mwai-backgroundPrimaryColor);
color: var(--mwai-fontColor);
border: none;
padding: 8px 16px;
border-radius: var(--mwai-borderRadius);
cursor: pointer;
transition: all 0.2s ease-out;
}
.mwai-timeless-theme.mwai-discussions .mwai-header button:hover:not(:disabled) {
background: var(--mwai-iconTextBackgroundColor);
}
.mwai-timeless-theme.mwai-discussions .mwai-header button:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.mwai-timeless-theme.mwai-discussions .mwai-header .mwai-refresh-btn {
padding: 8px;
display: flex;
align-items: center;
justify-content: center;
}
.mwai-timeless-theme.mwai-discussions .mwai-body {
background: var(--mwai-conversationsBackgroundColor);
list-style: none;
padding: 0;
margin: 0;
position: relative;
min-height: 200px;
display: flex;
flex-direction: column;
border-radius: 0;
z-index: 1;
}
.mwai-timeless-theme.mwai-discussions .mwai-loading-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--mwai-conversationsBackgroundColor);
opacity: 0.9;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
}
.mwai-timeless-theme.mwai-discussions .mwai-spinner {
animation: spin 1s linear infinite;
color: var(--mwai-fontColor);
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.mwai-timeless-theme.mwai-discussions .mwai-pagination {
background: var(--mwai-backgroundHeaderColor);
padding: var(--mwai-spacing);
display: flex;
justify-content: space-between;
align-items: center;
border-top: 1px solid var(--mwai-backgroundPrimaryColor);
}
.mwai-timeless-theme.mwai-discussions .mwai-pagination button {
background: var(--mwai-backgroundPrimaryColor);
color: var(--mwai-fontColor);
border: none;
padding: 8px 12px;
border-radius: var(--mwai-borderRadius);
cursor: pointer;
transition: all 0.2s ease-out;
display: flex;
align-items: center;
justify-content: center;
}
.mwai-timeless-theme.mwai-discussions .mwai-pagination button:hover:not(:disabled) {
background: var(--mwai-iconTextBackgroundColor);
}
.mwai-timeless-theme.mwai-discussions .mwai-pagination button:disabled {
opacity: 0.3;
cursor: not-allowed;
}
.mwai-timeless-theme.mwai-discussions .mwai-pagination span {
color: var(--mwai-headerButtonsColor);
font-size: var(--mwai-fontSize);
font-weight: 500;
}
.mwai-timeless-theme.mwai-discussions .mwai-pagination .mwai-page-indicator {
color: var(--mwai-headerButtonsColor);
font-size: calc(var(--mwai-fontSize) * 0.85);
font-weight: 400;
opacity: 0.8;
}
.mwai-timeless-theme .mwai-realtime .mwai-visualizer hr {
border: 1px solid var(--mwai-backgroundAiSecondaryColor);
}
.mwai-timeless-theme .mwai-realtime .mwai-visualizer .mwai-animation {
background: var(--mwai-backgroundAiSecondaryColor);
}
.mwai-timeless-theme .mwai-realtime .mwai-controls button {
color: var(--mwai-backgroundPrimaryColor);
background: var(--mwai-backgroundUserColor);
}
.mwai-timeless-theme .mwai-realtime .mwai-controls button:hover {
color: var(--mwai-backgroundPrimaryColor) !important;
background: var(--mwai-backgroundUserColor) !important;
opacity: 0.8;
}
.mwai-timeless-theme .mwai-realtime .mwai-controls button[disabled] {
color: var(--mwai-backgroundPrimaryColor) !important;
background: var(--mwai-backgroundUserColor) !important;
opacity: 0.5;
}
.mwai-timeless-theme .mwai-reply-actions {
top: 5px;
}
.mwai-timeless-theme .mwai-reply-actions .mwai-copy-button {
padding-top: 4px;
}
.mwai-timeless-theme .mwai-reply-actions .mwai-copy-button:hover {
fill: var(--mwai-backgroundPrimaryColor);
background: var(--mwai-backgroundUserColor);
}
@media (max-width: 760px) {
.mwai-timeless-theme.mwai-window {
width: calc(100% - 40px);
z-index: 9999999999;
}
.mwai-timeless-theme.mwai-window.mwai-open .mwai-body {
height: calc(100vh - var(--mwai-headerHeight));
}
.mwai-timeless-theme .mwai-input {
flex-direction: column;
}
.mwai-timeless-theme .mwai-input .mwai-input-text {
width: 100%;
margin-bottom: 10px;
}
.mwai-timeless-theme .mwai-input .mwai-input-submit {
width: 100%;
border-radius: var(--mwai-borderRadius);
margin-left: 0;
height: 24px;
min-height: 36px;
}
.mwai-timeless-theme .mwai-input .mwai-input-submit img {
width: 16px;
height: 16px;
}
}.wcf-t-animation-text_invert .elementor-widget-container{--text-color:0,0%,0%}.wcf-t-animation-text_invert .elementor-widget-container .invert-line{background-image:linear-gradient(to right,hsla(var(--text-color),1) 50%,hsla(var(--text-color),.3) 50%);background-size:200% 100%;background-position-x:100%;color:transparent;background-clip:text;-webkit-background-clip:text}.anim-reveal-line{overflow:hidden}.wcf--form-wrapper input[type=date],.wcf--form-wrapper input[type=email],.wcf--form-wrapper input[type=number],.wcf--form-wrapper input[type=password],.wcf--form-wrapper input[type=search],.wcf--form-wrapper input[type=tel],.wcf--form-wrapper input[type=text],.wcf--form-wrapper input[type=url],.wcf--form-wrapper select,.wcf--form-wrapper textarea{width:100%;border:1px solid #666;outline:0}.wcf--form-wrapper input[type=submit].wpcf7-submit{outline:0}.wcf--tabs{display:flex;flex-direction:column;gap:30px}.wcf--tabs .tab-title{display:flex;align-items:center;justify-content:center;gap:10px;position:relative;cursor:pointer;outline:0;padding:10px 20px;background-color:#f1f2f3;transition:.3s all}.wcf--tabs .tab-title.active,.wcf--tabs .tab-title:hover{background-color:#b5c2cf}.wcf--tabs .tab-title i,.wcf--tabs .tab-title svg{width:1em;height:1em;display:inline-block}.wcf--tabs .tab-content{display:none;padding:20px;border:1px solid #d5d8dc}.wcf--tabs .tabs-wrapper{display:flex;gap:10px}.wcf__slider-wrapper{position:relative}.wcf__slider-wrapper .wcf__slider{text-align:center;margin:0 auto;--slides-to-show:1;--space-between:20px}.wcf__slider-wrapper .wcf__slider:not(.swiper-initialized) .swiper-wrapper{gap:var(--space-between)}.wcf__slider-wrapper .wcf__slider:not(.swiper-initialized) .swiper-slide{width:calc(100% / var(--slides-to-show) - var(--space-between) * (var(--slides-to-show) - 1)/ var(--slides-to-show))}.wcf__slider-wrapper .ts-navigation{gap:10px;display:flex;align-items:center;justify-content:center;width:100%;z-index:1;position:relative}.wcf__slider-wrapper .wcf-arrow{font-size:20px;padding:10px;color:#666;border:1px solid #efefef;position:relative;z-index:1;aspect-ratio:1/1;width:60px;display:flex;align-items:center;justify-content:center;transition:all .3s;cursor:pointer}.wcf__slider-wrapper .wcf-arrow svg{width:1em;height:1em}.wcf__slider-wrapper .mid-line{width:100px;display:inline-block;background-color:#384364;height:1px;vertical-align:middle;margin-right:10px;margin-left:10px}.wcf__slider-wrapper .swiper-pagination{gap:5px;display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto}.wcf__t_slider-wrapper .wcf-arrow i,.wcf__t_slider-wrapper .wcf-arrow svg{width:1em;height:1em}.wcf--slider-pagination-top .swiper-pagination{top:0;bottom:auto!important}.wcf--slider-pagination-left .swiper-pagination,.wcf--slider-pagination-right .swiper-pagination{width:auto!important;display:flex;flex-direction:column;gap:10px;top:50%;transform:translateY(-50%);height:-moz-fit-content;height:fit-content}.wcf--slider-pagination-left .swiper-pagination .mid-line,.wcf--slider-pagination-right .swiper-pagination .mid-line{width:1px;height:100px}.wcf--slider-pagination-left .swiper-pagination{left:0;right:auto!important}.wcf--slider-pagination-right .swiper-pagination{left:auto!important;right:0}.wcf--title.prefix_on_hover,.wcf--title.prefix_on_normal{transition:all .5s;--prefix-width:60px;--prefix-gap:10px}.wcf--title.prefix_on_hover:before,.wcf--title.prefix_on_normal:before{position:relative;display:inline-block;content:"";height:1px;inset-inline-start:0;transition:all .5s;background-color:#0a0a0a}.wcf--title.prefix_on_normal:before{width:var(--prefix-width);margin-right:var(--prefix-gap)}.wcf--title.prefix_on_hover:before{width:0}.wcf--title.prefix_on_hover:hover:before{width:var(--prefix-width);margin-right:var(--prefix-gap)}.wcf--title .highlight,.wcf--title a{transition:all .5s}.elementor-widget .wcf--title>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-wcf--floating-elements{width:100%}.elementor-editor-preview .elementor-widget-wcf--floating-elements.elementor-widget-empty{display:block}.elementor-widget-wcf--floating-elements .elementor-widget-container{display:flex}.wcf--floating-elements{margin:auto}.wcf--floating-elements .floating-element{position:absolute;z-index:1;width:100px}.wcf--floating-elements img{width:100%}@keyframes wcf_animation_float{0%{transform:translatey(0)}50%{transform:translatey(-20px)}100%{transform:translatey(0)}}@keyframes wcf_animation_float_x{0%{transform:translatex(0)}50%{transform:translatex(-20px)}100%{transform:translatex(0)}}@keyframes wcf_animation_spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wcf_animation_scale{from{transform:scale(1)}to{transform:scale(.8)}}@keyframes wcf_animation_wiggle{0%,7%{transform:rotateZ(0)}15%{transform:rotateZ(-15deg)}20%{transform:rotateZ(10deg)}25%{transform:rotateZ(-10deg)}30%{transform:rotateZ(6deg)}35%{transform:rotateZ(-4deg)}100%,40%{transform:rotateZ(0)}}.wcf-live-anim-float>*{animation:wcf_animation_float 6s ease-in-out infinite}.wcf-live-anim-float-x>*{animation:wcf_animation_float_x 6s ease-in-out infinite}.wcf-live-anim-spin>*{animation:wcf_animation_spin 6s linear infinite}.wcf-live-anim-scale>*{animation:wcf_animation_scale 3s linear infinite alternate}.wcf-live-anim-wiggle>*{animation:wcf_animation_wiggle 2s linear infinite}.elementor-widget-wcf--tabs.wcf-tabs-direction-row .tabs-wrapper,.elementor-widget-wcf--tabs.wcf-tabs-direction-row-reverse .tabs-wrapper{flex-direction:column}.elementor-widget-wcf--tabs.tabs-alignment-stretch .tab-desktop-title{flex:1 1 auto}.wcfaddon-pro-notice{padding:15px 0;max-width:350px;text-align:center}.wcfaddon-pro-notice .wcfaddon-pro-notice-content h4{font-size:16px;font-weight:700;line-height:1.4;margin-top:20px}.wcfaddon-pro-notice .wcfaddon-pro-notice-content p{line-height:1.8;font-size:11px;margin-top:5px}.wcfaddon-pro-notice .wcfaddon-pro-notice-content .elementor-button{background-color:#d30c5c;color:#fff;padding:7px 25px;margin-top:20px;border:none;box-shadow:0 0 1px rgba(0,0,0,.1),0 2px 2px rgba(0,0,0,.1);transition:.5s}.wcf--form-wrapper .wpcf7 form .wpcf7-response-output{margin:0;padding:0;border:0}.wcf--image{line-height:0}.post-filter-result{font-size:20px}.post-filter-result.cat{margin-top:15px;margin-bottom:12px}:root{scroll-behavior:auto!important}.wcf-hover-cursor-effect{position:fixed;display:flex;justify-content:center;align-items:center;text-align:center;top:0;left:0;pointer-events:none;opacity:0;background:#000;color:#fff;width:100px;height:100px;border-radius:100%;z-index:999}.wcf-image-hover{transition:opacity .3s,transform .7s cubic-bezier(.23,1,.32,1);position:absolute;width:300px;height:400px;-o-object-fit:cover;object-fit:cover;left:0;top:-50%;z-index:1;opacity:0;visibility:hidden;background-size:cover;background-repeat:no-repeat;pointer-events:none}[data-wcf-wrapper-link]{cursor:pointer}.wcf-cursor{position:fixed;display:none;justify-content:center;align-items:center;top:0;left:0;pointer-events:none;opacity:0;width:40px;height:40px;border-radius:100%;border:1px solid #000;z-index:999;transition:.15s}.wcf-cursor-follower{display:none;position:fixed;left:0;top:0;pointer-events:none;width:8px;height:8px;background-color:#000;border-radius:50%;transition:.2s;z-index:999}.wcf-scroll-to-top{position:fixed;right:30px;bottom:30px;height:46px;width:46px;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:50px;box-shadow:inset 0 0 0 2px rgba(0,0,0,.1);z-index:10000;opacity:0;visibility:hidden;transform:translateY(15px);transition:all .2s linear}.wcf-scroll-to-top svg{width:1em;height:1em}.wcf-scroll-to-top.show-scroll-to-top{opacity:1;visibility:visible;transform:translateY(0)}.wcf-scroll-to-top.scroll-to-circle{border-radius:100%}.wcf-scroll-to-top svg.progress-circle{position:absolute;left:0;top:0;height:100%;width:100%}.wcf-scroll-to-top svg.progress-circle path{fill:none;stroke:#1f2029;stroke-width:4;box-sizing:border-box;transition:all .2s linear}.wcf-scroll-indicator{position:fixed;z-index:99;width:100%;height:8px;background:#ccc}.wcf-scroll-indicator .indicator-bar{height:100%;background:#000;width:0%;transition:all .2s linear}.wcf-scroll-indicator.scroll-indicator-top{top:0}.wcf-scroll-indicator.scroll-indicator-bottom{bottom:0}body.wcf-preloader-active{overflow:hidden!important}.wcf-preloader{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:9999999;transition:all .2s linear;background:#fff}@keyframes cssload-rotate{100%{transform:rotate(360deg)}}.wcf-preloader.preloader-whirlpool .whirlpool{position:absolute;top:50%;left:50%;border:1px solid var(--color2,#ccc);border-left-color:var(--color,#000);border-radius:974px;margin:-24px 0 0 -24px;height:49px;width:49px;animation:cssload-rotate 1.15s linear infinite}.wcf-preloader.preloader-whirlpool .whirlpool::after,.wcf-preloader.preloader-whirlpool .whirlpool::before{position:absolute;top:50%;left:50%;border:1px solid var(--color2,#ccc);border-left-color:var(--color,#000);border-radius:974px}.wcf-preloader.preloader-whirlpool .whirlpool::before{content:"";margin:-22px 0 0 -22px;height:43px;width:43px;animation:cssload-rotate 1.15s linear infinite}.wcf-preloader.preloader-whirlpool .whirlpool::after{content:"";margin:-28px 0 0 -28px;height:55px;width:55px;animation:cssload-rotate 2.3s linear infinite}@keyframes f_fadeG{0%{background-color:var(--color2,#000)}100%{background-color:#fff}}.wcf-preloader.preloader-floating-circles .floating-circles{position:relative;width:80px;height:80px;transform:scale(.6)}.wcf-preloader.preloader-floating-circles .f_circleG{position:absolute;background-color:#fff;height:14px;width:14px;border-radius:7px;animation-name:f_fadeG;animation-duration:672ms;animation-iteration-count:infinite;animation-direction:normal}.wcf-preloader.preloader-floating-circles #frotateG_01{left:0;top:32px;animation-delay:.2495s}.wcf-preloader.preloader-floating-circles #frotateG_02{left:9px;top:9px;animation-delay:336ms}.wcf-preloader.preloader-floating-circles #frotateG_03{left:32px;top:0;animation-delay:.4225s}.wcf-preloader.preloader-floating-circles #frotateG_04{right:9px;top:9px;animation-delay:509ms}.wcf-preloader.preloader-floating-circles #frotateG_05{right:0;top:32px;animation-delay:.5955s}.wcf-preloader.preloader-floating-circles #frotateG_06{right:9px;bottom:9px;animation-delay:672ms}.wcf-preloader.preloader-floating-circles #frotateG_07{left:32px;bottom:0;animation-delay:.7585s}.wcf-preloader.preloader-floating-circles #frotateG_08{left:9px;bottom:9px;animation-delay:845ms}@keyframes cssload-clockwise{0%{transform:rotate(-45deg)}100%{transform:rotate(315deg)}}@keyframes cssload-not-clockwise{0%{transform:rotate(45deg)}100%{transform:rotate(-315deg)}}@keyframes cssload-lt{0%{opacity:1}25%{opacity:1}26%{opacity:0}75%{opacity:0}76%{opacity:1}100%{opacity:1}}.wcf-preloader.preloader-eight-spinning .eight-spinning{width:72px;margin:0 auto;font-size:0;position:relative;transform-origin:50% 50%;animation:cssload-clockwise 6.9s linear infinite}.wcf-preloader.preloader-eight-spinning .eight-spinning:before{position:absolute;content:"";top:0;left:0;width:39px;height:39px;border:6px solid var(--color2,#e5e5e5);border-radius:100%;box-sizing:border-box}.wcf-preloader.preloader-eight-spinning .eight-spinning:after{position:absolute;content:"";z-index:-1;top:0;right:0;width:39px;height:39px;border:6px solid var(--color2,#e5e5e5);border-radius:100%;box-sizing:border-box}.wcf-preloader.preloader-eight-spinning .cssload-lb,.wcf-preloader.preloader-eight-spinning .cssload-lt,.wcf-preloader.preloader-eight-spinning .cssload-rb,.wcf-preloader.preloader-eight-spinning .cssload-rt{position:relative;display:inline-block;overflow:hidden;width:39px;height:19px;opacity:1}.wcf-preloader.preloader-eight-spinning .cssload-lb:before,.wcf-preloader.preloader-eight-spinning .cssload-lt:before,.wcf-preloader.preloader-eight-spinning .cssload-rb:before,.wcf-preloader.preloader-eight-spinning .cssload-rt:before{position:absolute;content:"";width:39px;height:39px;border-top:6px solid var(--color,#574357);border-right:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid transparent;border-radius:100%;box-sizing:border-box}.wcf-preloader.preloader-eight-spinning .cssload-lt{margin-right:-6px;animation:cssload-lt 2.3s linear -2.3s infinite}.wcf-preloader.preloader-eight-spinning .cssload-lt:before{top:0;left:0;animation:cssload-not-clockwise 1.15s linear infinite}.wcf-preloader.preloader-eight-spinning .cssload-rt{animation:cssload-lt 2.3s linear -1.15s infinite}.wcf-preloader.preloader-eight-spinning .cssload-rt:before{top:0;right:0;animation:cssload-clockwise 1.15s linear infinite}.wcf-preloader.preloader-eight-spinning .cssload-lb{margin-right:-6px;animation:cssload-lt 2.3s linear -1725ms infinite}.wcf-preloader.preloader-eight-spinning .cssload-lb:before{bottom:0;left:0;animation:cssload-not-clockwise 1.15s linear infinite}.wcf-preloader.preloader-eight-spinning .cssload-rb{animation:cssload-lt 2.3s linear -575ms infinite}.wcf-preloader.preloader-eight-spinning .cssload-rb:before{bottom:0;right:0;animation:cssload-clockwise 1.15s linear infinite}@keyframes cssload-spin{100%{transform:rotate(360deg)}}.wcf-preloader.preloader-double-torus .double-torus{width:49px;height:49px;margin:0 auto;border:4px double;border-radius:50%;border-color:transparent var(--color,rgba(0,0,0,.8980392157)) var(--color,rgba(0,0,0,.8980392157));animation:cssload-spin 960ms infinite linear}.wcf-preloader.preloader-tube-tunnel .tube-tunnel{width:49px;height:49px;margin:0 auto;border:4px solid;border-radius:50%;border-color:var(--color,#000);animation:cssload-scale 1035ms infinite linear}@keyframes cssload-scale{0%{transform:scale(0)}90%{transform:scale(.7)}100%{transform:scale(1)}}@keyframes cssload-spin{100%{transform:rotate(360deg)}}.wcf-preloader.preloader-speeding-wheel .speeding-wheel{width:49px;height:49px;margin:0 auto;border:3px solid var(--color,#000);border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:cssload-spin 575ms infinite linear}@keyframes cssload-loading-ani{70%{transform:scale(.5)}}.wcf-preloader.preloader-loading .loading-wrapper{display:block;margin:0 auto;width:97px}.wcf-preloader.preloader-loading .cssload-loading i{width:49px;height:49px;display:inline-block;border-radius:50%}.wcf-preloader.preloader-loading .cssload-loading i:nth-child(1){background:var(--color,#ff5954);animation:cssload-loading-ani 1.15s ease-in-out infinite}.wcf-preloader.preloader-loading .cssload-loading i:nth-child(2){background:var(--color2,#00a8ce);margin-left:-10px;animation:cssload-loading-ani 1.15s ease-in-out .58s infinite}@keyframes cssload-loading-ani1{100%{transform:translate(39px);opacity:0}}@keyframes cssload-loading-ani2{100%{transform:translate(19px);opacity:1}}@keyframes cssload-loading-ani3{100%{transform:translate(19px)}}.wcf-preloader.preloader-dot-loading .dot-loading{display:block;margin:0 auto;width:97px}.wcf-preloader.preloader-dot-loading .cssload-loading i{width:19px;height:19px;display:inline-block;border-radius:50%;background:var(--color,#2a2b26)}.wcf-preloader.preloader-dot-loading .cssload-loading i:first-child{opacity:0;animation:cssload-loading-ani2 .58s linear infinite;transform:translate(-19px)}.wcf-preloader.preloader-dot-loading .cssload-loading i:nth-child(2),.wcf-preloader.preloader-dot-loading .cssload-loading i:nth-child(3){animation:cssload-loading-ani3 .58s linear infinite}.wcf-preloader.preloader-dot-loading .cssload-loading i:last-child{animation:cssload-loading-ani1 .58s linear infinite}@keyframes bounce_fountainTextG{0%{transform:scale(1);color:var(--color,#000)}100%{transform:scale(.5);color:var(--color2,#fff)}}.wcf-preloader.preloader-fountainTextG .fountainTextG{width:300px;margin:auto;display:flex;justify-content:center}.wcf-preloader.preloader-fountainTextG .textG{color:var(--color,#000);font-size:31px;text-decoration:none;font-weight:400;font-style:normal;animation-name:bounce_fountainTextG;animation-duration:2.09s;animation-iteration-count:infinite;animation-direction:normal;transform:scale(.5)}.wcf-preloader.preloader-fountainTextG #textG_1{animation-delay:.75s}.wcf-preloader.preloader-fountainTextG #textG_2{animation-delay:.9s}.wcf-preloader.preloader-fountainTextG #textG_3{animation-delay:1.05s}.wcf-preloader.preloader-fountainTextG #textG_4{animation-delay:1.2s}.wcf-preloader.preloader-fountainTextG #textG_5{animation-delay:1.35s}.wcf-preloader.preloader-fountainTextG #textG_6{animation-delay:1.5s}.wcf-preloader.preloader-fountainTextG #textG_7{animation-delay:1.64s}@keyframes cssload-animation{0%{transform:scale(0)}100%{transform:scale(1)}}.wcf-preloader.preloader-circle-loading .cssload-loader{width:49px;height:49px;border-radius:50%;margin:0;display:inline-block;position:relative;vertical-align:middle;background-color:var(--color,#d3d3d3);animation:1.15s infinite ease-in-out}.wcf-preloader.preloader-circle-loading .cssload-loader:after,.wcf-preloader.preloader-circle-loading .cssload-loader:before{animation:1.15s infinite ease-in-out}.wcf-preloader.preloader-circle-loading .cssload-loader:after,.wcf-preloader.preloader-circle-loading .cssload-loader:before{width:100%;height:100%;border-radius:50%;position:absolute;top:0;left:0}.wcf-preloader.preloader-circle-loading .cssload-loader:after,.wcf-preloader.preloader-circle-loading .cssload-loader:before{content:""}.wcf-preloader.preloader-circle-loading .cssload-loader:before{content:"";border:10px solid var(--color2,#fff);top:0;left:0;animation-name:cssload-animation}@keyframes cssload-loader{0%{transform:rotate(0)}50%{transform:rotate(180deg)}100%{transform:rotate(180deg)}}.wcf-preloader.preloader-dot-circle-rotator .dot-circle-rotator{position:relative;width:12px;height:12px;border-radius:12px;background-color:var(--color,#000);animation:cssload-loader 1.15s ease-in-out infinite}.wcf-preloader.preloader-dot-circle-rotator .dot-circle-rotator:before{content:"";position:absolute;background-color:var(--color,#000);top:0;left:-24px;height:12px;width:12px;border-radius:12px}.wcf-preloader.preloader-dot-circle-rotator .dot-circle-rotator:after{content:"";position:absolute;background-color:var(--color,#000);top:0;left:24px;height:12px;width:12px;border-radius:12px}@keyframes bubblingG{0%{width:10px;height:10px;background-color:var(--color,#000);transform:translateY(0)}100%{width:23px;height:23px;background-color:var(--color2,#fff);transform:translateY(-20px)}}.wcf-preloader.preloader-bubblingG .bubblingG{text-align:center;width:78px;height:49px;margin:auto}.wcf-preloader.preloader-bubblingG span{display:inline-block;vertical-align:middle;width:10px;height:10px;margin:24px auto;background-color:var(--color,#000);border-radius:49px;animation:bubblingG 1.5s infinite alternate}.wcf-preloader.preloader-bubblingG #bubblingG_1{animation-delay:0s}.wcf-preloader.preloader-bubblingG #bubblingG_2{animation-delay:.45s}.wcf-preloader.preloader-bubblingG #bubblingG_3{animation-delay:.9s}@keyframes cssload-steam{100%{top:-39px;background:#eee;box-shadow:34px 0 0 #eee,17.5px -15px 0 #eee;opacity:.25}}.wcf-preloader.preloader-coffee .coffee{text-align:left;height:49px;width:39px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;position:absolute;left:50%;z-index:999;background:linear-gradient(to bottom left,var(--color,#f7941e),var(--color,#c26c07))}.wcf-preloader.preloader-coffee .coffee:before{position:absolute;content:"";right:-15px;top:5px;height:24px;width:10px;background:0 0;border:5px solid var(--color,#f7941e);border-left:5px solid transparent;border-bottom:5px solid var(--color,#c26c07);border-top-right-radius:10px;border-bottom-right-radius:10px;z-index:1}.wcf-preloader.preloader-coffee .coffee:after{position:absolute;content:"";width:5px;height:29px;background:#e1e1e1;border-radius:4px;top:-29px;box-shadow:34px 0 0 #e1e1e1,17.5px -15px 0 #e1e1e1;opacity:1;animation:cssload-steam 3.45s ease infinite}@keyframes cssload-rotate-one{0%{transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}100%{transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@keyframes cssload-rotate-two{0%{transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@keyframes cssload-rotate-three{0%{transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}.wcf-preloader.preloader-orbit-loading .orbit-loading{position:relative;width:62px;height:62px;border-radius:50%;perspective:780px}.wcf-preloader.preloader-orbit-loading .cssload-inner{position:absolute;width:100%;height:100%;box-sizing:border-box;border-radius:50%}.wcf-preloader.preloader-orbit-loading .cssload-inner.cssload-one{left:0;top:0;animation:cssload-rotate-one 1.15s linear infinite;border-bottom:3px solid var(--color,#000)}.wcf-preloader.preloader-orbit-loading .cssload-inner.cssload-two{right:0;top:0;animation:cssload-rotate-two 1.15s linear infinite;border-right:3px solid var(--color,#000)}.wcf-preloader.preloader-orbit-loading .cssload-inner.cssload-three{right:0;bottom:0;animation:cssload-rotate-three 1.15s linear infinite;border-top:3px solid var(--color,#000)}@keyframes load{0%{top:4.5rem}70%{top:1.125rem}90%{top:0}95%{top:0}100%{top:4.5rem}}@keyframes cssload-liquid-1{0%{height:0;opacity:0;top:-.5rem}22%{height:.28125rem;top:.375rem;opacity:1}25%{top:-.25rem}35%{height:1.125rem;top:-.5rem}55%{height:.28125rem;top:-.125rem}60%{height:.61875rem;opacity:1;top:-.275rem}96%{height:.84375rem;opacity:0;top:.5rem}100%{height:0;opacity:0}}@keyframes cssload-liquid-2{0%{height:0;opacity:0;top:-.5rem}17.5%{height:.28125rem;top:.2rem;opacity:1}20%{top:-.25rem}25%{height:1.40625rem;top:-.625rem}45%{height:.28125rem;top:-.125rem}60%{height:1.40625rem;opacity:1;top:-.5rem}96%{height:.84375rem;opacity:0;top:.5rem}100%{height:0;opacity:0}}.wcf-preloader.preloader-battery .battery{display:block;margin:0 auto;position:relative;width:2.25rem;height:4.5rem;box-shadow:0 0 0 .2rem #425c77;border-radius:.09rem;background:#fff}.wcf-preloader.preloader-battery .battery:before{content:"";position:absolute;left:.5625rem;right:.5625rem;top:-.3375rem;height:.3375rem;width:1.125rem;background:#425c77;border-radius:.18rem}.wcf-preloader.preloader-battery .battery:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border-right:2.25rem solid transparent;border-bottom:4.05rem solid rgba(255,255,255,.32)}.wcf-preloader.preloader-battery .cssload-liquid{position:absolute;top:0;bottom:0;left:0;right:0;width:2.25rem;background:var(--color,#71fb85);animation:load 2.59s infinite}.wcf-preloader.preloader-battery .cssload-liquid:after,.wcf-preloader.preloader-battery .cssload-liquid:before{content:"";position:absolute;top:-.5rem;height:1.125rem;width:1.4625rem;background:var(--color,#71fb85);opacity:0;border-radius:50%}.wcf-preloader.preloader-battery .cssload-liquid:after{right:0;animation:cssload-liquid-1 2.59s infinite}.wcf-preloader.preloader-battery .cssload-liquid:before{left:0;animation:cssload-liquid-2 2.59s infinite}@keyframes cssload-sequence1{0%{height:10px}50%{height:49px}100%{height:10px}}@keyframes cssload-sequence2{0%{height:19px}50%{height:63px}100%{height:19px}}.wcf-preloader.preloader-equalizer .equalizer{position:relative;margin:50px auto;width:88px}.wcf-preloader.preloader-equalizer ul{margin:0;list-style:none;width:88px;position:relative;padding:0;height:10px}.wcf-preloader.preloader-equalizer ul li{position:absolute;width:2px;height:0;background-color:var(--color,#000);bottom:0}.wcf-preloader.preloader-equalizer li:nth-child(1){left:0;animation:cssload-sequence1 1.15s ease infinite}.wcf-preloader.preloader-equalizer li:nth-child(2){left:15px;animation:cssload-sequence2 1.15s ease infinite .12s}.wcf-preloader.preloader-equalizer li:nth-child(3){left:29px;animation:cssload-sequence1 1.15s ease-in-out infinite .23s}.wcf-preloader.preloader-equalizer li:nth-child(4){left:44px;animation:cssload-sequence2 1.15s ease-in infinite .35s}.wcf-preloader.preloader-equalizer li:nth-child(5){left:58px;animation:cssload-sequence1 1.15s ease-in-out infinite .46s}.wcf-preloader.preloader-equalizer li:nth-child(6){left:73px;animation:cssload-sequence2 1.15s ease infinite .58s}@keyframes blend-anim{0%{transform:scale(.01,.01) rotateY(0);animation-timing-function:cubic-bezier(.47,0,.745,.715)}50%{transform:scale(1,1) rotateY(0);animation-timing-function:cubic-bezier(.39,.575,.565,1)}100%{transform:scale(.01,.01) rotateY(0)}}@keyframes cssload-part-anim{0%{transform:translate3d(-10px,-10px,0)}100%{transform:translate3d(10px,10px,0)}}.wcf-preloader.preloader-square-swapping .square-swapping{margin:30px auto;width:19px;height:19px;transform:rotate(-45deg)}.wcf-preloader.preloader-square-swapping .cssload-square-part{position:absolute;width:19px;height:19px;z-index:1;animation:cssload-part-anim .92s cubic-bezier(.445,.05,.55,.95) infinite alternate}.wcf-preloader.preloader-square-swapping .cssload-square-green{background:var(--color,#54fad4);right:0;bottom:0;animation-direction:alternate-reverse}.wcf-preloader.preloader-square-swapping .cssload-square-pink{background:var(--color2,#e96f92);left:0;top:0}.wcf-preloader.preloader-square-swapping .cssload-square-blend{background:rgba(0,0,0,.5);position:absolute;top:0;left:0;bottom:0;right:0;z-index:2;animation:blend-anim .92s ease-in infinite}@keyframes cssload-upDown{from{transform:translateY(19px)}to{transform:translateY(-19px)}}@keyframes cssload-upDown2{from{transform:translateY(29px)}to{transform:translateY(-19px)}}.wcf-preloader.preloader-jackhammer *{box-sizing:border-box}.wcf-preloader.preloader-jackhammer .jackhammer{margin:0 auto;max-width:545px}.wcf-preloader.preloader-jackhammer ul li{list-style:none}.wcf-preloader.preloader-jackhammer .cssload-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.wcf-preloader.preloader-jackhammer .cssload-flex-container li{padding:10px;height:97px;width:97px;margin:0;position:relative;text-align:center}.wcf-preloader.preloader-jackhammer .cssload-loading{display:inline-block;position:relative;width:5px;height:49px;background:var(--color,#000);margin-top:5px;border-radius:975px;animation:cssload-upDown2 1.15s ease infinite;animation-direction:alternate;animation-delay:.29s}.wcf-preloader.preloader-jackhammer .cssload-loading:after,.wcf-preloader.preloader-jackhammer .cssload-loading:before{display:inline-block;position:relative;width:5px;height:49px;background:var(--color,#000);margin-top:5px;border-radius:975px;animation:cssload-upDown2 1.15s ease infinite;animation-direction:alternate;animation-delay:.29s}.wcf-preloader.preloader-jackhammer .cssload-loading:after{position:absolute;content:"";animation:cssload-upDown 1.15s ease infinite;animation-direction:alternate}.wcf-preloader.preloader-jackhammer .cssload-loading:before{position:absolute;content:"";animation:cssload-upDown 1.15s ease infinite;animation-direction:alternate;left:-10px}.wcf-preloader.preloader-jackhammer .cssload-loading:after{left:10px;animation-delay:.58s}.wcf-advanced-tooltip{position:absolute;z-index:999;display:none;padding:5px 0;width:120px;height:auto;border-radius:6px;background-color:#000;color:#fff;text-align:center;opacity:0;--tooltip-arrow-color:black;--tooltip-arrow-distance:0px}.wcf-advanced-tooltip::after{position:absolute;border-width:5px;border-style:solid;content:""}.wcf-advanced-tooltip.no-arrow::after{visibility:hidden}.wcf-advanced-tooltip.show{display:inline-block;opacity:1}.wcf-advanced-tooltip-top .wcf-advanced-tooltip,body[data-elementor-device-mode=tablet] .wcf-advanced-tooltip-tablet-top .wcf-advanced-tooltip{top:unset;right:0;bottom:calc(101% + var(--tooltip-arrow-distance));left:0;margin:0 auto}.wcf-advanced-tooltip-top .wcf-advanced-tooltip::after,body[data-elementor-device-mode=tablet] .wcf-advanced-tooltip-tablet-top .wcf-advanced-tooltip::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--tooltip-arrow-color) transparent transparent transparent;transform:translateX(-50%)}.wcf-advanced-tooltip-bottom .wcf-advanced-tooltip,body[data-elementor-device-mode=tablet] .wcf-advanced-tooltip-tablet-bottom .wcf-advanced-tooltip{top:calc(101% + var(--tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}.wcf-advanced-tooltip-bottom .wcf-advanced-tooltip::after,body[data-elementor-device-mode=tablet] .wcf-advanced-tooltip-tablet-bottom .wcf-advanced-tooltip::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--tooltip-arrow-color) transparent;transform:translateX(-50%)}.wcf-advanced-tooltip-left .wcf-advanced-tooltip,body[data-elementor-device-mode=tablet] .wcf-advanced-tooltip-tablet-left .wcf-advanced-tooltip{top:50%;right:calc(101% + var(--tooltip-arrow-distance));bottom:unset;left:unset;transform:translateY(-50%)}.wcf-advanced-tooltip-left .wcf-advanced-tooltip::after,body[data-elementor-device-mode=tablet] .wcf-advanced-tooltip-tablet-left .wcf-advanced-tooltip::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--tooltip-arrow-color);transform:translateY(-50%)}.wcf-advanced-tooltip-right .wcf-advanced-tooltip,body[data-elementor-device-mode=tablet] .wcf-advanced-tooltip-tablet-right .wcf-advanced-tooltip{top:50%;right:unset;bottom:unset;left:calc(101% + var(--tooltip-arrow-distance));transform:translateY(-50%)}.wcf-advanced-tooltip-right .wcf-advanced-tooltip::after,body[data-elementor-device-mode=tablet] .wcf-advanced-tooltip-tablet-right .wcf-advanced-tooltip::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--tooltip-arrow-color) transparent transparent;transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .wcf-advanced-tooltip-mobile-top .wcf-advanced-tooltip{top:unset;right:0;bottom:calc(101% + var(--tooltip-arrow-distance));left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .wcf-advanced-tooltip-mobile-top .wcf-advanced-tooltip::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--tooltip-arrow-color) transparent transparent transparent;transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .wcf-advanced-tooltip-mobile-bottom .wcf-advanced-tooltip{top:calc(101% + var(--tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .wcf-advanced-tooltip-mobile-bottom .wcf-advanced-tooltip::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--tooltip-arrow-color) transparent;transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .wcf-advanced-tooltip-mobile-left .wcf-advanced-tooltip{top:50%;right:calc(101% + var(--tooltip-arrow-distance));bottom:unset;left:unset;transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .wcf-advanced-tooltip-mobile-left .wcf-advanced-tooltip::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--tooltip-arrow-color);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .wcf-advanced-tooltip-mobile-right .wcf-advanced-tooltip{top:50%;right:unset;bottom:unset;left:calc(101% + var(--tooltip-arrow-distance));transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .wcf-advanced-tooltip-mobile-right .wcf-advanced-tooltip::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--tooltip-arrow-color) transparent transparent;transform:translateY(-50%)}.wcf--popup-video svg{width:1em;height:1em}#wcf-aae-global--popup-js,.wcf--popup-video-wrapper{position:fixed;left:-1px;top:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center;background-color:rgba(11,11,11,.9);transform:scaleY(0) translateX(-100%);opacity:0;visibility:hidden;transform-origin:center;z-index:5}.wcf--popup-video{position:relative;transform:scaleY(0);opacity:0;visibility:hidden;max-width:900px;width:100%;height:520px}.aae-popup-content-container{height:100%;width:100%}.aae-popup-content-container .aae-post-gallery-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.aae-popup-content-container .aae-gallery-btn{position:absolute;font-size:25px;z-index:9999;top:50%;transform:translateY(-50%)}.aae-popup-content-container .aae-gallery-btn.btn-next{right:0}.wcf--popup-video iframe{height:100%;width:100%;border:1px solid #222;border-radius:3px}.aae-popup-content{height:100%;display:flex;justify-content:center;flex-direction:column}.aae-popup-content li{list-style:inherit}.audio.wcf-audio-wrapper-clean{height:100%;display:flex;align-items:center;justify-content:center}.audio.wcf-audio-wrapper-clean audio{width:100%}.wcf--popup-close{position:absolute;right:-40px;top:-40px;border:1px solid #aaa;width:44px;height:44px;border-radius:100%;color:#fff;fill:#fff;line-height:0;opacity:.8;transition:all .3s;cursor:pointer}.wcf--popup-close:hover{opacity:1}.wcf--popup-video p{color:#fff;font-size:20px}.wcf-posts .aae-post-gallery-wrapper,.wcf__banner-posts .aae-post-gallery-wrapper,.wcf__feature-posts .aae-post-gallery-wrapper,.wcf__posts-slider .aae-post-gallery-wrapper{position:absolute;width:0;height:0}.posts-filter{display:flex;flex-wrap:wrap}.posts-filter li{cursor:pointer}.post-details-popup .aae-post-popup-content{background:#fff;padding:30px;overflow-y:auto}.post-details-popup .aae-post-popup-content .thumb{margin-bottom:20px;overflow:hidden;height:400px}.post-details-popup .aae-post-popup-content .thumb img{width:100%;-o-object-fit:cover;object-fit:cover}.post-details-popup .aae-post-popup-content .wcf-post-taxonomy{margin-bottom:10px}.post-details-popup .aae-post-popup-content .wcf-post-title{font-size:21px;margin-bottom:10px;line-height:1.4}.post-details-popup .aae-post-popup-content .wcf-post-meta{margin-bottom:40px;font-size:14px}.post-details-popup .aae-post-popup-content .wcf-post-excerpt{margin-bottom:20px}.post-details-popup .aae-post-popup-content .wcf-post-excerpt p{color:#121212;font-size:16px;line-height:1.5}.wcf--popup-video.post-details-popup{height:auto}.popup-enabled .wcf-post-excerpt,.popup-enabled .wcf-post-link,.popup-enabled .wcf-post-meta,.popup-enabled .wcf-post-taxonomy,.popup-enabled .wcf-post-title{display:none!important}.popup-enabled .slide_item,.popup-enabled .wcf-post{cursor:pointer}.aae--slider-hrp-right .ts-navigation{right:var(--hr-offset,0)}.aae--slider-hrp-left .ts-navigation{left:var(--hr-offset,0)}.aae--slider-vrp-top .ts-navigation{top:var(--vr-offset,0)}.aae--slider-vrp-bottom .ts-navigation{bottom:var(--vr-offset,0)}.aae--slider-pg-hr-right .ts-pagination{right:var(--pg-hr-offset,0)}.aae--slider-pg-hr-left .ts-pagination{left:var(--pg-hr-offset,0)}.aae--slider-pg-vr-top .ts-pagination{top:var(--pg-vr-offset,0)}.aae--slider-pg-vr-bottom .ts-pagination{bottom:var(--pg-vr-offset,0)}@media (max-width:991px){.wcf--popup-video{width:96%;height:480px}.wcf--popup-close{right:0;top:-50px}}@media (max-width:767px){.wcf--popup-video{height:360px}}@keyframes button-ripple{70%{box-shadow:0 0 0 15px currentColor;opacity:.25}100%{box-shadow:0 0 0 0 currentColor;opacity:0}}@keyframes spinner{to{transform:rotateZ(360deg)}}.wcf-popup-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;background-color:#000;color:#fff;gap:10px;line-height:1;height:60px;width:60px;border-radius:100%;text-align:center;transition:all .3s;z-index:1;cursor:pointer}.wcf-popup-btn .spinner_image{width:100%;height:100%;border-radius:100%;-o-object-fit:cover;object-fit:cover;position:absolute;left:0;top:0;z-index:-1;animation:spinner 4s infinite linear}.wcf-popup-btn.ripple::after,.wcf-popup-btn.ripple::before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;color:#1e90ff;border-radius:100%;box-shadow:0 0 0 0 currentColor;animation:button-ripple 3s infinite ease-out;opacity:.6;z-index:-1}.wcf-popup-btn.ripple::before{animation-delay:.9s}.wcf-popup-btn.ripple::after{animation-delay:.3s}.wcf-popup-btn svg{width:1em;height:1em}.mfp-content button.mfp-close{width:44px;padding:0;text-align:center;background:0 0;transition:all .4s ease;border:1px solid;border-radius:100px}.wcp--popup{position:relative;background:#fff;padding:20px;width:auto;max-width:1000px;margin:30px auto;max-height:90vh;overflow-y:scroll}.mfp-zoom-in .mfp-with-anim{opacity:0;transition:all .2s ease-in-out;transform:scale(.8)}.mfp-zoom-in.mfp-bg{opacity:0;transition:all .3s ease-out}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.mfp-zoom-in.mfp-removing .mfp-with-anim{transform:scale(.8);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.mfp-newspaper .mfp-with-anim{opacity:0;transition:all .5s;transform:scale(0) rotate(500deg)}.mfp-newspaper.mfp-bg{opacity:0;transition:all .5s}.mfp-newspaper.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1) rotate(0)}.mfp-newspaper.mfp-ready.mfp-bg{opacity:.8}.mfp-newspaper.mfp-removing .mfp-with-anim{transform:scale(0) rotate(500deg);opacity:0}.mfp-newspaper.mfp-removing.mfp-bg{opacity:0}.mfp-move-horizontal .mfp-with-anim{opacity:0;transition:all .3s;transform:translateX(-50px)}.mfp-move-horizontal.mfp-bg{opacity:0;transition:all .3s}.mfp-move-horizontal.mfp-ready .mfp-with-anim{opacity:1;transform:translateX(0)}.mfp-move-horizontal.mfp-ready.mfp-bg{opacity:.8}.mfp-move-horizontal.mfp-removing .mfp-with-anim{transform:translateX(50px);opacity:0}.mfp-move-horizontal.mfp-removing.mfp-bg{opacity:0}.mfp-move-from-top .mfp-content{vertical-align:top}.mfp-move-from-top .mfp-with-anim{opacity:0;transition:all .2s;transform:translateY(-100px)}.mfp-move-from-top.mfp-bg{opacity:0;transition:all .2s}.mfp-move-from-top.mfp-ready .mfp-with-anim{opacity:1;transform:translateY(0)}.mfp-move-from-top.mfp-ready.mfp-bg{opacity:.8}.mfp-move-from-top.mfp-removing .mfp-with-anim{transform:translateY(-50px);opacity:0}.mfp-move-from-top.mfp-removing.mfp-bg{opacity:0}.mfp-3d-unfold .mfp-content{perspective:2000px}.mfp-3d-unfold .mfp-with-anim{opacity:0;transition:all .3s ease-in-out;transform-style:preserve-3d;transform:rotateY(-60deg)}.mfp-3d-unfold.mfp-bg{opacity:0;transition:all .5s}.mfp-3d-unfold.mfp-ready .mfp-with-anim{opacity:1;transform:rotateY(0)}.mfp-3d-unfold.mfp-ready.mfp-bg{opacity:.8}.mfp-3d-unfold.mfp-removing .mfp-with-anim{transform:rotateY(60deg);opacity:0}.mfp-3d-unfold.mfp-removing.mfp-bg{opacity:0}.mfp-zoom-out .mfp-with-anim{opacity:0;transition:all .3s ease-in-out;transform:scale(1.3)}.mfp-zoom-out.mfp-bg{opacity:0;transition:all .3s ease-out}.mfp-zoom-out.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-out.mfp-ready.mfp-bg{opacity:.8}.mfp-zoom-out.mfp-removing .mfp-with-anim{transform:scale(1.3);opacity:0}.mfp-zoom-out.mfp-removing.mfp-bg{opacity:0}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}100%{transform:translateY(700px);opacity:0}}.hinge{animation-duration:1s;animation-name:hinge}.mfp-with-fade .mfp-content,.mfp-with-fade.mfp-bg{opacity:0;transition:opacity .5s ease-out}.mfp-with-fade.mfp-ready .mfp-content{opacity:1}.mfp-with-fade.mfp-ready.mfp-bg{opacity:.8}.mfp-with-fade.mfp-removing.mfp-bg{opacity:0}@media (max-width:1024px){.elementor-widget-wcf--services-tab.wcf-tabs-tablet .tabs-wrapper,.elementor-widget-wcf--tabs.wcf-tabs-tablet .tabs-wrapper{display:none}}@media (max-width:767px){.elementor-widget-wcf--services-tab.wcf-tabs-mobile .tabs-wrapper,.elementor-widget-wcf--tabs.wcf-tabs-mobile .tabs-wrapper{display:none}}@media (min-width:768px){.elementor-widget-wcf--services-tab.wcf-tabs-mobile .tab-mobile-title,.elementor-widget-wcf--tabs.wcf-tabs-mobile .tab-mobile-title{display:none}}@media (min-width:1025px){.elementor-widget-wcf--services-tab.wcf-tabs-tablet .tab-mobile-title,.elementor-widget-wcf--tabs.wcf-tabs-tablet .tab-mobile-title{display:none}}