.mwai-chatgpt-theme{--mwai-spacing:15px;--mwai-fontSize:15px;--mwai-lineHeight:1.5;--mwai-borderRadius:10px;--mwai-width:460px;--mwai-maxHeight:40vh;--mwai-iconTextColor:white;--mwai-iconTextBackgroundColor:#343541;--mwai-fontColor:#fff;--mwai-backgroundPrimaryColor:#454654;--mwai-backgroundHeaderColor:#343541;--mwai-bubbleColor:#343541;--mwai-headerButtonsColor:#fff;--mwai-conversationsBackgroundColor:#202123;--mwai-conversationsTextColor:#fff;--mwai-backgroundSecondaryColor:#343541;--mwai-errorBackgroundColor:#6d2f2a;--mwai-errorTextColor:#fff;}.mwai-chatgpt-theme *{box-sizing:border-box;}.mwai-chatgpt-theme .mwai-content{background:var(--mwai-backgroundSecondaryColor);color:var(--mwai-fontColor);font-size:var(--mwai-fontSize);overflow:hidden;display:flex;flex-direction:column;border-radius:var(--mwai-borderRadius);}.mwai-chatgpt-theme .mwai-shortcuts{display:flex;justify-content:center;margin:var(--mwai-spacing);}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut{margin-right:calc(var(--mwai-spacing) / 2);}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut.mwai-success{color:#4caf50;border:1px solid #4caf50;}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut.mwai-danger{color:#f44336;border:1px solid #f44336;}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut.mwai-warning{color:#ff9800;border:1px solid #ff9800;}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut.mwai-info{color:#2196f3;border:1px solid #2196f3;}.mwai-chatgpt-theme .mwai-blocks{display:flex;flex-direction:column;padding:var(--mwai-spacing);}.mwai-chatgpt-theme .mwai-blocks .mwai-block p:first-child{margin-top:0;}.mwai-chatgpt-theme .mwai-blocks button{cursor:pointer;}.mwai-chatgpt-theme .mwai-conversation{overflow:auto;}.mwai-chatgpt-theme .mwai-reply{display:flex;padding:var(--mwai-spacing);position:relative;line-height:var(--mwai-lineHeight);transition:opacity .35s cubic-bezier(.4,0,.2,1);}.mwai-chatgpt-theme .mwai-reply.mwai-fade-out{opacity:0;}.mwai-chatgpt-theme .mwai-reply.mwai-user{background:var(--mwai-backgroundSecondaryColor);}.mwai-chatgpt-theme .mwai-reply.mwai-ai{background:var(--mwai-backgroundPrimaryColor);}.mwai-chatgpt-theme .mwai-reply .mwai-name{color:var(--mwai-fontColor);margin-right:5px;}.mwai-chatgpt-theme .mwai-reply .mwai-name .mwai-name-text{opacity:.5;white-space:nowrap;}.mwai-chatgpt-theme .mwai-reply .mwai-name .mwai-avatar{margin-right:10px;display:flex;align-items:center;justify-content:center;border-radius:5px;overflow:hidden;}.mwai-chatgpt-theme .mwai-reply .mwai-name .mwai-avatar img{width:32px;height:32px;min-width:32px;min-height:32px;}.mwai-chatgpt-theme .mwai-reply .mwai-name .mwai-avatar.mwai-svg img{width:28px;height:28px;min-width:28px;min-height:28px;filter:brightness(0) invert(1);}.mwai-chatgpt-theme .mwai-reply .mwai-text{flex:auto;font-size:var(--mwai-fontSize);line-height:var(--mwai-lineHeight);color:var(--mwai-fontColor);}.mwai-chatgpt-theme .mwai-reply .mwai-text .mwai-image{display:block;max-width:250px;height:auto;margin:0 0 10px 0;border-radius:var(--mwai-borderRadius);}.mwai-chatgpt-theme .mwai-reply .mwai-text .mwai-filename{display:flex;text-decoration:none;border:1px solid var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);padding:5px 10px;margin-bottom:10px;}.mwai-chatgpt-theme .mwai-reply .mwai-text *{font-size:var(--mwai-fontSize);}.mwai-chatgpt-theme .mwai-reply .mwai-text > span > *:first-child{margin-top:0;}.mwai-chatgpt-theme .mwai-reply .mwai-text > span > *:last-child{margin-bottom:0;}.mwai-chatgpt-theme .mwai-reply .mwai-text a{color:#2196f3;}.mwai-chatgpt-theme .mwai-reply .mwai-text h1,.mwai-chatgpt-theme .mwai-reply .mwai-text h2,.mwai-chatgpt-theme .mwai-reply .mwai-text h3,.mwai-chatgpt-theme .mwai-reply .mwai-text h4{color:var(--mwai-fontColor);}.mwai-chatgpt-theme .mwai-reply .mwai-text h1{font-size:200%;}.mwai-chatgpt-theme .mwai-reply .mwai-text h2{font-size:160%;}.mwai-chatgpt-theme .mwai-reply .mwai-text h3{font-size:140%;}.mwai-chatgpt-theme .mwai-reply .mwai-text h4{font-size:120%;}.mwai-chatgpt-theme .mwai-reply .mwai-text p code{background:var(--mwai-backgroundSecondaryColor);padding:2px 6px;border-radius:8px;font-size:90%;font-family:system-ui;}.mwai-chatgpt-theme .mwai-reply .mwai-text pre{color:var(--mwai-fontColor);border-radius:var(--mwai-borderRadius);padding:calc(var(--mwai-spacing) * 2 / 3) var(--mwai-spacing);break-after:auto;white-space:pre-wrap;font-size:95%;max-width:100%;width:100%;font-family:system-ui;background:hsla(0,0%,0%,30%);}.mwai-chatgpt-theme .mwai-reply .mwai-text pre code{padding:0 !important;font-family:system-ui;}.mwai-chatgpt-theme .mwai-reply .mwai-text ul,.mwai-chatgpt-theme .mwai-reply .mwai-text ol{padding:0;}.mwai-chatgpt-theme .mwai-reply .mwai-text ol{margin:0 0 0 20px;}.mwai-chatgpt-theme .mwai-reply .mwai-text table{width:100%;border:2px solid var(--mwai-backgroundSecondaryColor);border-collapse:collapse;}.mwai-chatgpt-theme .mwai-reply .mwai-text thead{background:var(--mwai-backgroundSecondaryColor);}.mwai-chatgpt-theme .mwai-reply .mwai-text tr,.mwai-chatgpt-theme .mwai-reply .mwai-text td{padding:2px 5px;}.mwai-chatgpt-theme .mwai-reply .mwai-text td{border:2px solid var(--mwai-backgroundSecondaryColor);}.mwai-chatgpt-theme .mwai-reply .mwai-text .mwai-typewriter{display:inline-block;}.mwai-chatgpt-theme .mwai-reply .mwai-text .mwai-typewriter > :first-child{margin-top:0;}.mwai-chatgpt-theme .mwai-reply .mwai-text > *:first-child{margin-top:0;}.mwai-chatgpt-theme .mwai-reply .mwai-text > *:last-child{margin-bottom:0;}.mwai-chatgpt-theme .mwai-reply.mwai-system{background:var(--mwai-errorBackgroundColor);color:var(--mwai-errorFontColor);}.mwai-chatgpt-theme .mwai-reply.mwai-system .mwai-name{display:none;}.mwai-chatgpt-theme .mwai-input{display:flex;padding:var(--mwai-spacing);border-top:1px solid var(--mwai-backgroundPrimaryColor);}.mwai-chatgpt-theme .mwai-input .mwai-input-text{flex:auto;position:relative;background:var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);overflow:hidden;display:flex;padding:calc(var(--mwai-spacing) / 2);}.mwai-chatgpt-theme .mwai-input .mwai-input-text.mwai-blocked{background:var(--mwai-errorBackgroundColor);}.mwai-chatgpt-theme .mwai-input .mwai-input-text.mwai-dragging{filter:brightness(1.2);}.mwai-chatgpt-theme .mwai-input .mwai-input-text textarea{background:inherit;color:var(--mwai-fontColor);padding-left:calc(var(--mwai-spacing) / 2);flex:auto;border:none;font-size:var(--mwai-fontSize);line-height:var(--mwai-lineHeight);resize:none;font-family:inherit;margin:0;overflow:hidden;min-height:inherit;}.mwai-chatgpt-theme .mwai-input .mwai-input-text textarea:focus{outline:none;box-shadow:none;}.mwai-chatgpt-theme .mwai-input .mwai-input-text textarea::placeholder{color:var(--mwai-fontColor);opacity:.5;}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-microphone{width:32px;height:32px;}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-microphone svg{width:32px;height:32px;fill:var(--mwai-fontColor);opacity:.5;filter:grayscale(100%);transition:opacity .3s ease-out;padding:5px 10px;cursor:pointer;}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-microphone[active=true] svg{opacity:1;}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-microphone[disabled] svg{opacity:0;cursor:not-allowed;}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon{background:url("https://cdn-ilafmkj.nitrocdn.com/RbJftKADsERdcRisyRzHYEZIxfTGQLKy/assets/images/optimized/rev-3bc7e5a/www.spielsucht-hilfe.net/wp-content/plugins/ai-engine/themes/icons/dark-icons.svg");background-size:500%;background-position:0px -96px;width:32px;height:32px;z-index:100;}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-idle-add{background-position:-32px -96px;}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-add{background-position:-32px 0px;}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-up{background-position:-64px 0px;}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-del{background-position:-96px 0px;}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-ok{background-position:-128px 0px;}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-add{background-position:-32px -64px;}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-up{background-position:-64px -64px;}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-del{background-position:-96px -64px;}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-ok{background-position:-128px -64px;}.mwai-chatgpt-theme .mwai-input .mwai-input-text .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-chatgpt-theme .mwai-input button{margin-left:var(--mwai-spacing);}.mwai-chatgpt-theme .mwai-compliance{opacity:.5;margin-top:calc(-1 * var(--mwai-spacing));padding:calc(var(--mwai-spacing) / 1.5) var(--mwai-spacing);font-size:smaller;color:var(--mwai-fontColor);text-align:left;}.mwai-chatgpt-theme .mwai-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px;}.mwai-chatgpt-theme .mwai-gallery img{width:100%;}.mwai-chatgpt-theme button{color:var(--mwai-fontColor);background:var(--mwai-backgroundSecondaryColor);border:1px solid var(--mwai-backgroundPrimaryColor);padding:calc(var(--mwai-spacing) / 2) var(--mwai-spacing);min-width:90px;border-radius:5px;cursor:pointer;transition:all .2s ease-out;display:flex;align-items:center;justify-content:center;font-size:calc(var(--mwai-fontSize) * .9);position:relative;}.mwai-chatgpt-theme button .mwai-timer{margin-left:5px;margin-right:5px;font-size:11px;}.mwai-chatgpt-theme button:hover{background:var(--mwai-backgroundPrimaryColor);}.mwai-chatgpt-theme button[disabled]{cursor:not-allowed;}.mwai-chatgpt-theme button[disabled] span{opacity:.5;}.mwai-chatgpt-theme button[disabled].mwai-busy span{display:none;}.mwai-chatgpt-theme button[disabled].mwai-busy:before{content:"";width:18px;height:18px;margin:auto;border:3px solid transparent;border-top-color:var(--mwai-fontColor);border-radius:50%;animation:mwai-button-spinner 1s ease infinite;}.mwai-chatgpt-theme.mwai-form-container{padding:var(--mwai-spacing);font-size:var(--mwai-fontSize);color:var(--mwai-fontColor);background:var(--mwai-backgroundSecondaryColor);border-radius:var(--mwai-borderRadius);}.mwai-chatgpt-theme.mwai-form-container fieldset{border:0;margin:0;padding:0;display:flex;flex-direction:column;margin-bottom:10px;}.mwai-chatgpt-theme.mwai-form-container fieldset input[type="text"],.mwai-chatgpt-theme.mwai-form-container fieldset input[type="email"],.mwai-chatgpt-theme.mwai-form-container fieldset input[type="tel"],.mwai-chatgpt-theme.mwai-form-container fieldset input[type="url"],.mwai-chatgpt-theme.mwai-form-container fieldset input[type="password"],.mwai-chatgpt-theme.mwai-form-container fieldset input[type="number"],.mwai-chatgpt-theme.mwai-form-container fieldset input[type="date"],.mwai-chatgpt-theme.mwai-form-container fieldset input[type="datetime"],.mwai-chatgpt-theme.mwai-form-container fieldset input[type="datetime-local"],.mwai-chatgpt-theme.mwai-form-container fieldset input[type="month"],.mwai-chatgpt-theme.mwai-form-container fieldset input[type="search"],.mwai-chatgpt-theme.mwai-form-container fieldset input[type="time"],.mwai-chatgpt-theme.mwai-form-container fieldset input[type="week"],.mwai-chatgpt-theme.mwai-form-container fieldset select,.mwai-chatgpt-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-backgroundPrimaryColor);color:var(--mwai-fontColor);}.mwai-chatgpt-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-chatgpt-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-chatgpt-theme.mwai-form-container fieldset input[disabled],.mwai-chatgpt-theme.mwai-form-container fieldset select[disabled],.mwai-chatgpt-theme.mwai-form-container fieldset textarea[disabled]{opacity:.25;}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit button{height:45px;background:none;width:100%;color:var(--mwai-fontColor);font-size:var(--mwai-fontSize);background-color:var(--mwai-backgroundSecondaryColor);border:1px solid var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);cursor:pointer;transition:all .2s ease-out;position:relative;}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit button:hover{background:var(--mwai-backgroundPrimaryColor);}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit button[disabled] span{opacity:.25;}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit button[disabled]:hover{background:none;cursor:not-allowed;}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit.mwai-loading button span{opacity:0;}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit.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:var(--mwai-fontColor);border-radius:50%;animation:mwai-button-spinner 1s ease infinite;}.mwai-chatgpt-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-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output.mwai-error{background:var(--mwai-errorBackgroundColor);color:var(--mwai-errorFontColor);}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output > *:first-child{margin-top:0;}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output > *:last-child{margin-bottom:0;}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output img{max-width:33%;}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output div > *:first-child{margin-top:0;}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output div > *:last-child{margin-bottom:0;}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container.mwai-has-content{display:block;}.mwai-chatgpt-theme.mwai-form-container .wp-block-columns{margin:0;}.mwai-chatgpt-theme.mwai-discussions{border-radius:var(--mwai-borderRadius);background:var(--mwai-backgroundHeaderColor);overflow:hidden;}.mwai-chatgpt-theme.mwai-discussions *{box-sizing:border-box;}.mwai-chatgpt-theme.mwai-discussions .mwai-header{color:var(--mwai-headerButtonsColor);padding:var(--mwai-spacing);display:flex;justify-content:space-between;align-items:center;}.mwai-chatgpt-theme.mwai-discussions .mwai-content{background:var(--mwai-conversationsBackgroundColor);list-style:none;padding:0;margin:0;}.mwai-chatgpt-theme.mwai-discussions .mwai-content li{margin-left:calc(var(--mwai-spacing) / 2);margin-right:calc(var(--mwai-spacing) / 2);margin-bottom:calc(var(--mwai-spacing) / 2);color:var(--mwai-conversationsTextColor);font-size:75%;padding:calc(var(--mwai-spacing) / 2);opacity:.65;}.mwai-chatgpt-theme.mwai-discussions .mwai-content li.mwai-active,.mwai-chatgpt-theme.mwai-discussions .mwai-content li:hover{background:var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);opacity:1;cursor:pointer;}.mwai-chatgpt-theme.mwai-discussions .mwai-content li:first-child{margin-top:calc(var(--mwai-spacing) / 2);}.mwai-chatgpt-theme.mwai-transition,.mwai-chatgpt-theme .mwai-transition{opacity:0;transition:opacity 350ms ease-in-out;}.mwai-chatgpt-theme.mwai-transition-visible,.mwai-chatgpt-theme .mwai-transition-visible{opacity:1;}.mwai-chatgpt-theme .mwai-text{overflow-wrap:anywhere;}.mwai-chatgpt-theme .mwai-text img{max-width:100%;}.mwai-chatgpt-theme .mwai-text div p:first-child{margin-top:0;}.mwai-chatgpt-theme .mwai-text div p:last-child{margin-bottom:0;}.mwai-chatgpt-theme .mwai-trigger{position:absolute;right:0;bottom:0;transition:all .2s ease-out;z-index:9999;display:flex;flex-direction:column;align-items:end;}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container{display:flex;flex-direction:column;align-items:flex-end;}.mwai-chatgpt-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,.15);max-width:200px;font-size:13px;margin-bottom:15px;padding:10px 15px;border-radius:8px;}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{color:var(--mwai-iconTextColor);background:var(--mwai-iconTextBackgroundColor);padding:5px;width:20px;height:20px;border-radius:100%;display:none;justify-content:center;align-items:center;margin-bottom:3px;}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container:hover{cursor:pointer;}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close{display:flex;font-size:12px;}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close:hover{filter:brightness(1.2);}@media (max-width: 760px){.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{display:flex;}}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-container .mwai-icon{filter:drop-shadow(0px 0px 15px rgba(0,0,0,.15));transition:all .2s ease-out;}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-container .mwai-icon:hover{cursor:pointer;transform:scale(1.05);}.mwai-chatgpt-theme.mwai-window{position:fixed;right:30px;bottom:30px;width:var(--mwai-width);z-index:9999;}.mwai-chatgpt-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-chatgpt-theme.mwai-window .mwai-header .mwai-buttons{display:flex;align-items:center;}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button{justify-content:center;justify-content:center;height:32px;width:22px;cursor:pointer;display:flex;align-items:center;}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:before{transition:all .2s ease-out;content:" ";cursor:pointer;position:absolute;height:13px;width:13px;border:1px solid var(--mwai-headerButtonsColor);}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:hover:before{width:16px;height:16px;}.mwai-chatgpt-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-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before{transition:all .2s ease-out;transform:translate(16px,5px) rotate(45deg);}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after{transition:all .2s ease-out;transform:translate(16px,5px) rotate(-45deg);}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before,.mwai-chatgpt-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-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:before{opacity:1;transform:translate(16px,5px) rotate(135deg);}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:after{opacity:1;transform:translate(16px,5px) rotate(45deg);}.mwai-chatgpt-theme.mwai-window .mwai-content{display:none;opacity:0;max-height:var(--mwai-maxHeight);border-radius:0 0 var(--mwai-borderRadius) var(--mwai-borderRadius);}.mwai-chatgpt-theme.mwai-window.mwai-bottom-left{bottom:30px;right:inherit;left:30px;}.mwai-chatgpt-theme.mwai-window.mwai-bottom-left .mwai-trigger{right:inherit;left:0;}.mwai-chatgpt-theme.mwai-window.mwai-top-right{top:30px;bottom:inherit;right:30px;}.mwai-chatgpt-theme.mwai-window.mwai-top-right .mwai-trigger{top:0;bottom:inherit;}.mwai-chatgpt-theme.mwai-window.mwai-top-left{top:30px;bottom:inherit;right:inherit;left:30px;}.mwai-chatgpt-theme.mwai-window.mwai-top-left .mwai-trigger{top:0;bottom:inherit;right:inherit;left:0;}.mwai-chatgpt-theme.mwai-window.mwai-top-left .mwai-trigger,.mwai-chatgpt-theme.mwai-window.mwai-bottom-left .mwai-trigger{align-items:flex-start;}.mwai-chatgpt-theme.mwai-window.mwai-top-right .mwai-trigger,.mwai-chatgpt-theme.mwai-window.mwai-top-left .mwai-trigger{flex-direction:column-reverse;}.mwai-chatgpt-theme.mwai-window.mwai-top-right .mwai-trigger .mwai-icon-text,.mwai-chatgpt-theme.mwai-window.mwai-top-left .mwai-trigger .mwai-icon-text{margin-bottom:0;margin-top:15px;}.mwai-chatgpt-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons{margin-bottom:0px;}.mwai-chatgpt-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:before{width:16px;height:16px;}.mwai-chatgpt-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:hover:before{width:13px;height:13px;}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window),.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open{position:fixed;left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:inherit;height:inherit;max-height:inherit;max-width:inherit;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor);}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-header,.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-header{border-radius:0;}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-content,.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0;}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-content .mwai-conversation,.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none;}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-header{display:flex;}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-content{display:flex;transition:opacity 200ms ease-in-out 0s;opacity:1;}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-trigger{display:none;}.mwai-chatgpt-theme .mwai-error{margin:var(--mwai-spacing);color:white;background:rgba(180,55,55,.55);padding:var(--mwai-spacing);border-radius:var(--mwai-borderRadius);}.mwai-chatgpt-theme .mwai-error:hover{cursor:pointer;background:rgba(180,44,44,.85);}.mwai-chatgpt-theme.mwai-bubble .mwai-icon-container{background:var(--mwai-bubbleColor);width:60px;height:60px;border-radius:100%;transition:all .2s ease-out;display:flex;justify-content:center;align-items:center;}.mwai-chatgpt-theme.mwai-bubble .mwai-icon-container .mwai-icon{max-width:50%;max-height:50%;filter:none;}.mwai-chatgpt-theme.mwai-bubble .mwai-icon-container .mwai-icon:hover{transform:none;}.mwai-chatgpt-theme.mwai-bubble .mwai-icon-container .mwai-emoji{font-size:30px !important;}.mwai-chatgpt-theme.mwai-bubble .mwai-icon-container:hover{cursor:pointer;filter:brightness(1.1);}@media (max-width: 760px){.mwai-chatgpt-theme.mwai-window.mwai-open{position:fixed;left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:inherit;height:inherit;max-height:inherit;max-width:inherit;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor);}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-header{border-radius:0;}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0;}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none;}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input{flex-direction:column;}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input button{font-size:16px;margin-left:0;width:100%;}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input .mwai-input-text{width:100%;}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input .mwai-input-text input,.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input .mwai-input-text textarea{font-size:16px;}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-content{display:flex;transition:opacity 200ms ease-in-out 0s;opacity:1;height:100%;max-height:inherit;}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none;}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-resize-button{display:none !important;}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-trigger{display:none;}}@keyframes mwai-button-spinner{from{transform:rotate(0turn);}to{transform:rotate(1turn);}}.mwai-chatgpt-theme .admin-bar .mwai-fullscreen:not(.mwai-window),.mwai-chatgpt-theme .admin-bar .mwai-fullscreen.mwai-window.mwai-open{top:32px;}.mwai-chatgpt-theme pre code.hljs{display:block;overflow-x:auto;padding:1em;}.mwai-chatgpt-theme code.hljs{padding:3px 5px;}.mwai-chatgpt-theme .hljs{color:#fff;}.mwai-chatgpt-theme .hljs-subst{color:#fff;}.mwai-chatgpt-theme .hljs-comment{color:#999;}.mwai-chatgpt-theme .hljs-attr,.mwai-chatgpt-theme .hljs-doctag,.mwai-chatgpt-theme .hljs-keyword,.mwai-chatgpt-theme .hljs-meta .hljs-keyword,.mwai-chatgpt-theme .hljs-section,.mwai-chatgpt-theme .hljs-selector-tag{color:#88aece;}.mwai-chatgpt-theme .hljs-attribute{color:#c59bc1;}.mwai-chatgpt-theme .hljs-name,.mwai-chatgpt-theme .hljs-number,.mwai-chatgpt-theme .hljs-quote,.mwai-chatgpt-theme .hljs-selector-id,.mwai-chatgpt-theme .hljs-template-tag,.mwai-chatgpt-theme .hljs-type{color:#f08d49;}.mwai-chatgpt-theme .hljs-selector-class{color:#88aece;}.mwai-chatgpt-theme .hljs-link,.mwai-chatgpt-theme .hljs-regexp,.mwai-chatgpt-theme .hljs-selector-attr,.mwai-chatgpt-theme .hljs-string,.mwai-chatgpt-theme .hljs-symbol,.mwai-chatgpt-theme .hljs-template-variable,.mwai-chatgpt-theme .hljs-variable{color:#b5bd68;}.mwai-chatgpt-theme .hljs-meta,.mwai-chatgpt-theme .hljs-selector-pseudo{color:#88aece;}.mwai-chatgpt-theme .hljs-built_in,.mwai-chatgpt-theme .hljs-literal,.mwai-chatgpt-theme .hljs-title{color:#f08d49;}.mwai-chatgpt-theme .hljs-bullet,.mwai-chatgpt-theme .hljs-code{color:#ccc;}.mwai-chatgpt-theme .hljs-meta .hljs-string{color:#b5bd68;}.mwai-chatgpt-theme .hljs-deletion{color:#de7176;}.mwai-chatgpt-theme .hljs-addition{color:#76c490;}.mwai-chatgpt-theme .hljs-emphasis{font-style:italic;}.mwai-chatgpt-theme .hljs-strong{font-weight:700;}.mwai-chatgpt-theme .mwai-reply-actions{position:absolute;border-radius:5px;top:10px;right:10px;display:flex;align-items:center;padding:2px 2px;z-index:100;z-index:100;background:var(--mwai-backgroundPrimaryColor);box-shadow:0 0 8px rgba(0,0,0,.25);}.mwai-chatgpt-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-chatgpt-theme .mwai-reply-actions .mwai-copy-button:hover{filter:brightness(1.2);}.mwai-chatgpt-theme .mwai-reply-actions.mwai-hidden{opacity:0;}@media (max-width: 760px){.mwai-chatgpt-theme.mwai-window{width:calc(100% - 40px);z-index:9999999999;}.mwai-chatgpt-theme .mwai-input{flex-direction:column;}.mwai-chatgpt-theme .mwai-input .mwai-input-submit{margin:15px 0 0 0;height:40px;width:inherit;}.mwai-chatgpt-theme .mwai-name{margin-right:0;max-width:inherit;}}.mwai-messages-theme{--mwai-spacing:10px;--mwai-fontSize:13px;--mwai-lineHeight:1.5;--mwai-borderRadius:10px;--mwai-width:460px;--mwai-maxHeight:40vh;--mwai-iconTextColor:black;--mwai-iconTextBackgroundColor:white;--mwai-fontColor:black;--mwai-backgroundPrimaryColor:#fafafa;--mwai-backgroundHeaderColor:#0084ff;--mwai-bubbleColor:#0084ff;--mwai-headerButtonsColor:white;--mwai-conversationsBackgroundColor:white;--mwai-backgroundUserColor:#0084ff;--mwai-backgroundAiColor:#eee;--mwai-backgroundAiSecondaryColor:#ddd;--mwai-errorBackgroundColor:#6d2f2a;--mwai-errorTextColor:#fff;}.mwai-messages-theme *{box-sizing:border-box;}.mwai-messages-theme .mwai-content{display:flex;background:var(--mwai-backgroundPrimaryColor);font-size:var(--mwai-fontSize);color:var(--mwai-fontColor);border-radius:var(--mwai-borderRadius);flex-direction:column;}.mwai-messages-theme .mwai-shortcuts{display:flex;flex-direction:column;align-items:flex-end;}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut{margin-bottom:5px;font-size:var(--mwai-fontSize);height:inherit;min-height:inherit;width:inherit;min-width:inherit;border-radius:var(--mwai-borderRadius);padding:5px 10px;}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut.mwai-success{color:#4caf50;border:1px solid #4caf50;}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut.mwai-danger{color:#f44336;border:1px solid #f44336;}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut.mwai-warning{color:#ff9800;border:1px solid #ff9800;}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut.mwai-info{color:#2196f3;border:1px solid #2196f3;}.mwai-messages-theme .mwai-blocks{display:flex;flex-direction:column;padding:var(--mwai-spacing);}.mwai-messages-theme .mwai-blocks .mwai-block p:first-child{margin-top:0;}.mwai-messages-theme .mwai-blocks button{cursor:pointer;}.mwai-messages-theme .mwai-conversation{display:flex;flex-direction:column;overflow:auto;max-height:var(--mwai-maxHeight);padding:var(--mwai-spacing) var(--mwai-spacing) 0;}.mwai-messages-theme .mwai-conversation .mwai-reply{margin-bottom:var(--mwai-spacing);padding:7px 12px;border-radius:15px;font-size:var(--mwai-fontSize);color:var(--mwai-fontColor);position:relative;}.mwai-messages-theme .mwai-conversation .mwai-reply .mwai-name,.mwai-messages-theme .mwai-conversation .mwai-reply .mwai-name-text{display:none;}.mwai-messages-theme .mwai-conversation .mwai-reply * > p:first-child{margin-top:0;}.mwai-messages-theme .mwai-conversation .mwai-reply * > p:last-child{margin-bottom:0;}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-ai{align-self:flex-start;background:var(--mwai-backgroundAiColor);margin-left:5px;}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-ai::before,.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-ai::after{content:"";position:absolute;z-index:1;bottom:0;left:-10px;width:10px;height:20px;background:var(--mwai-backgroundPrimaryColor);border-bottom-right-radius:10px;}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-ai::before{z-index:0;left:-7px;height:20px;width:20px;background:var(--mwai-backgroundAiColor);border-bottom-right-radius:15px;}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-user{align-self:flex-end;background:var(--mwai-backgroundUserColor);color:white;margin-right:10px;}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-user::before,.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-user::after{content:"";position:absolute;z-index:1;bottom:0;right:-10px;width:10px;height:20px;background:var(--mwai-backgroundPrimaryColor);border-bottom-left-radius:10px;}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-user::before{z-index:0;right:-10px;height:20px;width:20px;background:var(--mwai-backgroundUserColor);background-attachment:fixed;border-bottom-left-radius:15px;}.mwai-messages-theme .mwai-text{flex:auto;}.mwai-messages-theme .mwai-text .mwai-image{display:block;max-width:250px;height:auto;margin:0 0 10px 0;border-radius:var(--mwai-borderRadius);}.mwai-messages-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-messages-theme .mwai-text > span > p > *:first-child{margin-top:0;}.mwai-messages-theme .mwai-text a{color:#2196f3;}.mwai-messages-theme .mwai-text h1{font-size:200%;}.mwai-messages-theme .mwai-text h2{font-size:160%;}.mwai-messages-theme .mwai-text h3{font-size:140%;}.mwai-messages-theme .mwai-text h4{font-size:120%;}.mwai-messages-theme .mwai-text p{font-size:var(--mwai-fontSize);line-height:var(--mwai-lineHeight);}.mwai-messages-theme .mwai-text p code{background:var(--mwai-backgroundAiSecondaryColor);padding:2px 6px;border-radius:8px;font-size:calc(var(--mwai-fontSize) * .9);font-family:system-ui;}.mwai-messages-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-messages-theme .mwai-text pre code{padding:0 !important;font-family:system-ui;background:var(--mwai-backgroundAiSecondaryColor);}.mwai-messages-theme .mwai-text ol{padding:0;margin:0 0 0 20px;}.mwai-messages-theme .mwai-text table{width:100%;border:2px solid var(--mwai-backgroundAiSecondaryColor);border-collapse:collapse;}.mwai-messages-theme .mwai-text thead{background:var(--mwai-backgroundAiSecondaryColor);}.mwai-messages-theme .mwai-text tr,.mwai-messages-theme .mwai-text td{padding:2px 5px;}.mwai-messages-theme .mwai-text td{border:2px solid var(--mwai-backgroundAiSecondaryColor);}.mwai-messages-theme .mwai-text .mwai-typewriter{display:inline-block;}.mwai-messages-theme .mwai-text .mwai-typewriter > :first-child{margin-top:0;}.mwai-messages-theme .mwai-text > *:first-child{margin-top:0;}.mwai-messages-theme .mwai-text > *:last-child{margin-bottom:0;}.mwai-messages-theme .mwai-input{display:flex;align-items:center;padding:var(--mwai-spacing);}.mwai-messages-theme .mwai-input .mwai-input-text{flex:auto;position:relative;display:flex;background:var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);border:1px solid var(--mwai-backgroundAiSecondaryColor);overflow:hidden;}.mwai-messages-theme .mwai-input .mwai-input-text.mwai-blocked img{filter:grayscale(100%);opacity:.5;}.mwai-messages-theme .mwai-input .mwai-input-text.mwai-dragging{border:1px dashed var(--mwai-backgroundAiSecondaryColor);}.mwai-messages-theme .mwai-input .mwai-input-text textarea{background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor);flex:auto;padding:var(--mwai-spacing);border:none;font-size:var(--mwai-fontSize);resize:none;font-family:inherit;margin:0;overflow:hidden;min-height:inherit;}.mwai-messages-theme .mwai-input .mwai-input-text textarea:focus{outline:none;box-shadow:none;}.mwai-messages-theme .mwai-input .mwai-input-text textarea::placeholder{color:var(--mwai-fontColor);opacity:.5;}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-microphone{width:32px;height:32px;}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-microphone svg{width:32px;height:32px;fill:var(--mwai-fontColor);opacity:.5;filter:grayscale(100%);transition:opacity .3s ease-out;padding:5px 10px;cursor:pointer;}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-microphone[active=true] svg{opacity:1;}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-microphone[disabled] svg{opacity:0;cursor:not-allowed;}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon{background:url("https://cdn-ilafmkj.nitrocdn.com/RbJftKADsERdcRisyRzHYEZIxfTGQLKy/assets/images/optimized/rev-3bc7e5a/www.spielsucht-hilfe.net/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);margin-left:5px;z-index:100;}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-idle-add{background-position:-32px -96px;}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-add{background-position:-32px 0px;}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-up{background-position:-64px 0px;}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-del{background-position:-96px 0px;}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-ok{background-position:-128px 0px;}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-add{background-position:-32px -64px;}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-up{background-position:-64px -64px;}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-del{background-position:-96px -64px;}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-ok{background-position:-128px -64px;}.mwai-messages-theme .mwai-input .mwai-input-text .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-messages-theme .mwai-input .mwai-input-submit{width:110px;}.mwai-messages-theme button{margin-left:var(--mwai-spacing);padding:5px 15px;background-color:var(--mwai-backgroundUserColor);color:white;border:none;border-radius:var(--mwai-borderRadius);cursor:pointer;height:32px;display:flex;justify-content:center;align-items:center;}.mwai-messages-theme button .mwai-timer{margin-left:5px;margin-right:5px;font-size:11px;}.mwai-messages-theme button:hover{filter:brightness(1.2);}.mwai-messages-theme button[disabled]{cursor:not-allowed;}.mwai-messages-theme button[disabled] span{opacity:.5;}.mwai-messages-theme button[disabled].mwai-busy span{display:none;}.mwai-messages-theme button[disabled].mwai-busy:before{content:"";width:18px;height:18px;margin:auto;border:3px solid transparent;border-top-color:var(--mwai-fontColor);border-radius:50%;animation:mwai-button-spinner 1s ease infinite;}.mwai-messages-theme .mwai-compliance{opacity:.5;margin-top:calc(-1 * var(--mwai-spacing));padding:calc(var(--mwai-spacing) / 1.5) var(--mwai-spacing);font-size:smaller;color:var(--mwai-fontColor);text-align:left;}.mwai-messages-theme .mwai-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px;}.mwai-messages-theme .mwai-gallery img{width:100%;}.mwai-messages-theme.mwai-discussions{border-radius:var(--mwai-borderRadius);background:var(--mwai-conversationsBackgroundColor);color:var(--mwai-backgroundPrimaryColor);overflow:hidden;}.mwai-messages-theme.mwai-discussions *{box-sizing:border-box;}.mwai-messages-theme.mwai-discussions .mwai-header{background:var(--mwai-backgroundAiSecondaryColor);padding:var(--mwai-spacing);display:flex;justify-content:space-between;align-items:center;}.mwai-messages-theme.mwai-discussions .mwai-content{background:var(--mwai-conversationsBackgroundColor);list-style:none;padding:0;margin:0;}.mwai-messages-theme.mwai-discussions .mwai-content li{margin-left:calc(var(--mwai-spacing) / 2);margin-right:calc(var(--mwai-spacing) / 2);margin-bottom:calc(var(--mwai-spacing) / 2);color:var(--mwai-conversationsTextColor);font-size:75%;padding:calc(var(--mwai-spacing) / 2);opacity:.65;}.mwai-messages-theme.mwai-discussions .mwai-content li.mwai-active,.mwai-messages-theme.mwai-discussions .mwai-content li:hover{color:var(--mwai-backgroundPrimaryColor);background:var(--mwai-backgroundHeaderColor);border-radius:var(--mwai-borderRadius);opacity:1;cursor:pointer;}.mwai-messages-theme.mwai-discussions .mwai-content li:first-child{margin-top:calc(var(--mwai-spacing) / 2);}.mwai-messages-theme.mwai-discussions button{margin-left:0;}.mwai-messages-theme.mwai-transition,.mwai-messages-theme .mwai-transition{opacity:0;transition:opacity 350ms ease-in-out;}.mwai-messages-theme.mwai-transition-visible,.mwai-messages-theme .mwai-transition-visible{opacity:1;}.mwai-messages-theme .mwai-text{overflow-wrap:anywhere;}.mwai-messages-theme .mwai-text img{max-width:100%;}.mwai-messages-theme .mwai-text div p:first-child{margin-top:0;}.mwai-messages-theme .mwai-text div p:last-child{margin-bottom:0;}.mwai-messages-theme .mwai-trigger{position:absolute;right:0;bottom:0;transition:all .2s ease-out;z-index:9999;display:flex;flex-direction:column;align-items:end;}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container{display:flex;flex-direction:column;align-items:flex-end;}.mwai-messages-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,.15);max-width:200px;font-size:13px;margin-bottom:15px;padding:10px 15px;border-radius:8px;}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{color:var(--mwai-iconTextColor);background:var(--mwai-iconTextBackgroundColor);padding:5px;width:20px;height:20px;border-radius:100%;display:none;justify-content:center;align-items:center;margin-bottom:3px;}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container:hover{cursor:pointer;}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close{display:flex;font-size:12px;}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close:hover{filter:brightness(1.2);}@media (max-width: 760px){.mwai-messages-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{display:flex;}}.mwai-messages-theme .mwai-trigger .mwai-icon-container .mwai-icon{filter:drop-shadow(0px 0px 15px rgba(0,0,0,.15));transition:all .2s ease-out;}.mwai-messages-theme .mwai-trigger .mwai-icon-container .mwai-icon:hover{cursor:pointer;transform:scale(1.05);}.mwai-messages-theme.mwai-window{position:fixed;right:30px;bottom:30px;width:var(--mwai-width);z-index:9999;}.mwai-messages-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-messages-theme.mwai-window .mwai-header .mwai-buttons{display:flex;align-items:center;}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button{justify-content:center;justify-content:center;height:32px;width:22px;cursor:pointer;display:flex;align-items:center;}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:before{transition:all .2s ease-out;content:" ";cursor:pointer;position:absolute;height:13px;width:13px;border:1px solid var(--mwai-headerButtonsColor);}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:hover:before{width:16px;height:16px;}.mwai-messages-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-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before{transition:all .2s ease-out;transform:translate(16px,5px) rotate(45deg);}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after{transition:all .2s ease-out;transform:translate(16px,5px) rotate(-45deg);}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before,.mwai-messages-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-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:before{opacity:1;transform:translate(16px,5px) rotate(135deg);}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:after{opacity:1;transform:translate(16px,5px) rotate(45deg);}.mwai-messages-theme.mwai-window .mwai-content{display:none;opacity:0;max-height:var(--mwai-maxHeight);border-radius:0 0 var(--mwai-borderRadius) var(--mwai-borderRadius);}.mwai-messages-theme.mwai-window.mwai-bottom-left{bottom:30px;right:inherit;left:30px;}.mwai-messages-theme.mwai-window.mwai-bottom-left .mwai-trigger{right:inherit;left:0;}.mwai-messages-theme.mwai-window.mwai-top-right{top:30px;bottom:inherit;right:30px;}.mwai-messages-theme.mwai-window.mwai-top-right .mwai-trigger{top:0;bottom:inherit;}.mwai-messages-theme.mwai-window.mwai-top-left{top:30px;bottom:inherit;right:inherit;left:30px;}.mwai-messages-theme.mwai-window.mwai-top-left .mwai-trigger{top:0;bottom:inherit;right:inherit;left:0;}.mwai-messages-theme.mwai-window.mwai-top-left .mwai-trigger,.mwai-messages-theme.mwai-window.mwai-bottom-left .mwai-trigger{align-items:flex-start;}.mwai-messages-theme.mwai-window.mwai-top-right .mwai-trigger,.mwai-messages-theme.mwai-window.mwai-top-left .mwai-trigger{flex-direction:column-reverse;}.mwai-messages-theme.mwai-window.mwai-top-right .mwai-trigger .mwai-icon-text,.mwai-messages-theme.mwai-window.mwai-top-left .mwai-trigger .mwai-icon-text{margin-bottom:0;margin-top:15px;}.mwai-messages-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons{margin-bottom:0px;}.mwai-messages-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:before{width:16px;height:16px;}.mwai-messages-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:hover:before{width:13px;height:13px;}.mwai-messages-theme.mwai-fullscreen:not(.mwai-window),.mwai-messages-theme.mwai-fullscreen.mwai-window.mwai-open{position:fixed;left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:inherit;height:inherit;max-height:inherit;max-width:inherit;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor);}.mwai-messages-theme.mwai-fullscreen:not(.mwai-window) .mwai-header,.mwai-messages-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-header{border-radius:0;}.mwai-messages-theme.mwai-fullscreen:not(.mwai-window) .mwai-content,.mwai-messages-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0;}.mwai-messages-theme.mwai-fullscreen:not(.mwai-window) .mwai-content .mwai-conversation,.mwai-messages-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none;}.mwai-messages-theme.mwai-window.mwai-open .mwai-header{display:flex;}.mwai-messages-theme.mwai-window.mwai-open .mwai-content{display:flex;transition:opacity 200ms ease-in-out 0s;opacity:1;}.mwai-messages-theme.mwai-window.mwai-open .mwai-trigger{display:none;}.mwai-messages-theme .mwai-error{margin:var(--mwai-spacing);color:white;background:rgba(180,55,55,.55);padding:var(--mwai-spacing);border-radius:var(--mwai-borderRadius);}.mwai-messages-theme .mwai-error:hover{cursor:pointer;background:rgba(180,44,44,.85);}.mwai-messages-theme.mwai-bubble .mwai-icon-container{background:var(--mwai-bubbleColor);width:60px;height:60px;border-radius:100%;transition:all .2s ease-out;display:flex;justify-content:center;align-items:center;}.mwai-messages-theme.mwai-bubble .mwai-icon-container .mwai-icon{max-width:50%;max-height:50%;filter:none;}.mwai-messages-theme.mwai-bubble .mwai-icon-container .mwai-icon:hover{transform:none;}.mwai-messages-theme.mwai-bubble .mwai-icon-container .mwai-emoji{font-size:30px !important;}.mwai-messages-theme.mwai-bubble .mwai-icon-container:hover{cursor:pointer;filter:brightness(1.1);}@media (max-width: 760px){.mwai-messages-theme.mwai-window.mwai-open{position:fixed;left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:inherit;height:inherit;max-height:inherit;max-width:inherit;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor);}.mwai-messages-theme.mwai-window.mwai-open .mwai-header{border-radius:0;}.mwai-messages-theme.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0;}.mwai-messages-theme.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none;}.mwai-messages-theme.mwai-window.mwai-open .mwai-input{flex-direction:column;}.mwai-messages-theme.mwai-window.mwai-open .mwai-input button{font-size:16px;margin-left:0;width:100%;}.mwai-messages-theme.mwai-window.mwai-open .mwai-input .mwai-input-text{width:100%;}.mwai-messages-theme.mwai-window.mwai-open .mwai-input .mwai-input-text input,.mwai-messages-theme.mwai-window.mwai-open .mwai-input .mwai-input-text textarea{font-size:16px;}.mwai-messages-theme.mwai-window.mwai-open .mwai-content{display:flex;transition:opacity 200ms ease-in-out 0s;opacity:1;height:100%;max-height:inherit;}.mwai-messages-theme.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none;}.mwai-messages-theme.mwai-window.mwai-open .mwai-resize-button{display:none !important;}.mwai-messages-theme.mwai-window.mwai-open .mwai-trigger{display:none;}}@keyframes mwai-button-spinner{from{transform:rotate(0turn);}to{transform:rotate(1turn);}}.mwai-messages-theme .admin-bar .mwai-fullscreen:not(.mwai-window),.mwai-messages-theme .admin-bar .mwai-fullscreen.mwai-window.mwai-open{top:32px;}.mwai-messages-theme pre code.hljs{display:block;overflow-x:auto;padding:1em;}.mwai-messages-theme code.hljs{padding:3px 5px;}.mwai-messages-theme .hljs{color:#333;background:#f0f0f0;}.mwai-messages-theme .hljs-subst{color:#333;}.mwai-messages-theme .hljs-comment{color:#888;}.mwai-messages-theme .hljs-attr,.mwai-messages-theme .hljs-doctag,.mwai-messages-theme .hljs-keyword,.mwai-messages-theme .hljs-meta .hljs-keyword,.mwai-messages-theme .hljs-section,.mwai-messages-theme .hljs-selector-tag{color:#07c;}.mwai-messages-theme .hljs-attribute{color:#a37;}.mwai-messages-theme .hljs-name,.mwai-messages-theme .hljs-number,.mwai-messages-theme .hljs-quote,.mwai-messages-theme .hljs-selector-id,.mwai-messages-theme .hljs-template-tag,.mwai-messages-theme .hljs-type{color:#c18401;}.mwai-messages-theme .hljs-selector-class{color:#07c;}.mwai-messages-theme .hljs-link,.mwai-messages-theme .hljs-regexp,.mwai-messages-theme .hljs-selector-attr,.mwai-messages-theme .hljs-string,.mwai-messages-theme .hljs-symbol,.mwai-messages-theme .hljs-template-variable,.mwai-messages-theme .hljs-variable{color:#689700;}.mwai-messages-theme .hljs-meta,.mwai-messages-theme .hljs-selector-pseudo{color:#07c;}.mwai-messages-theme .hljs-built_in,.mwai-messages-theme .hljs-literal,.mwai-messages-theme .hljs-title{color:#c18401;}.mwai-messages-theme .hljs-bullet,.mwai-messages-theme .hljs-code{color:#555;}.mwai-messages-theme .hljs-meta .hljs-string{color:#689700;}.mwai-messages-theme .hljs-deletion{color:#b71c1c;}.mwai-messages-theme .hljs-addition{color:#1b5e20;}.mwai-messages-theme .hljs-emphasis{font-style:italic;}.mwai-messages-theme .hljs-strong{font-weight:700;}.mwai-messages-theme .mwai-reply-actions{position:absolute;border-radius:5px;top:10px;right:10px;display:flex;align-items:center;padding:2px 2px;z-index:100;z-index:100;background:var(--mwai-backgroundPrimaryColor);box-shadow:0 0 8px rgba(0,0,0,.25);}.mwai-messages-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-messages-theme .mwai-reply-actions .mwai-copy-button:hover{filter:brightness(1.2);}.mwai-messages-theme .mwai-reply-actions.mwai-hidden{opacity:0;}.mwai-messages-theme .mwai-reply-actions{top:5px;}.mwai-messages-theme .mwai-reply-actions .mwai-copy-button{padding-top:4px;}.mwai-messages-theme .mwai-reply-actions .mwai-copy-button:hover{fill:var(--mwai-backgroundPrimaryColor);background:var(--mwai-backgroundUserColor);}@media (max-width: 760px){.mwai-messages-theme.mwai-window{width:calc(100% - 40px);z-index:9999999999;}.mwai-messages-theme .mwai-input{flex-direction:column;}.mwai-messages-theme .mwai-input .mwai-input-text{width:100%;}.mwai-messages-theme .mwai-input .mwai-input-submit{width:100%;margin:15px 0 0 0;}}.mwai-timeless-theme{--mwai-spacing:15px;--mwai-fontSize:13px;--mwai-lineHeight:1.5;--mwai-borderRadius:10px;--mwai-width:360px;--mwai-maxHeight:40vh;--mwai-iconTextColor:#fff;--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:#fff;font-size:var(--mwai-fontSize);}.mwai-timeless-theme *{box-sizing:border-box;}.mwai-timeless-theme.mwai-window .mwai-header{height:80px;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-content{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:inherit;border-radius:var(--mwai-borderRadius);padding:5px 10px;cursor:pointer;}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut.mwai-success{color:#4caf50;border:1px solid #4caf50;}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut.mwai-danger{color:#f44336;border:1px solid #f44336;}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut.mwai-warning{color:#ff9800;border:1px solid #ff9800;}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut.mwai-info{color:#2196f3;border:1px solid #2196f3;}.mwai-timeless-theme .mwai-blocks{display:flex;flex-direction:column;padding:var(--mwai-spacing);border-top:.5px solid rgba(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:15px;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) * .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 .5s;padding:7px 12px;border-radius:15px;}.mwai-timeless-theme .mwai-input{display:flex;align-items:center;width:100%;border-top:.5px solid rgba(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:.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,.25);}.mwai-timeless-theme .mwai-input .mwai-input-text .mwai-microphone{width:32px;height:32px;}.mwai-timeless-theme .mwai-input .mwai-input-text .mwai-microphone svg{width:32px;height:32px;fill:var(--mwai-fontColor);opacity:.5;filter:grayscale(100%);transition:opacity .3s ease-out;padding:5px 10px;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:24px;height:24px;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{margin-left:5px;margin-right:5px;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:.5px solid rgba(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("https://cdn-ilafmkj.nitrocdn.com/RbJftKADsERdcRisyRzHYEZIxfTGQLKy/assets/images/optimized/rev-3bc7e5a/www.spielsucht-hilfe.net/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(.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:.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,.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:.25;}.mwai-timeless-theme.mwai-form-container .mwai-form-submit button{height:45px;background:none;background:var(--mwai-backgroundUserColor);width:100%;color:white;font-size:var(--mwai-fontSize);border:1px solid var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);cursor:pointer;transition:all .2s ease-out;position:relative;}.mwai-timeless-theme.mwai-form-container .mwai-form-submit button:hover{filter:brightness(1.2);}.mwai-timeless-theme.mwai-form-container .mwai-form-submit button[disabled] span{opacity:.25;}.mwai-timeless-theme.mwai-form-container .mwai-form-submit button[disabled]:hover{filter:brightness(1);cursor:not-allowed;}.mwai-timeless-theme.mwai-form-container .mwai-form-submit.mwai-loading button span{opacity:0;}.mwai-timeless-theme.mwai-form-container .mwai-form-submit.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-discussions{border-radius:var(--mwai-borderRadius);background:var(--mwai-conversationsBackgroundColor);color:var(--mwai-backgroundPrimaryColor);overflow:hidden;}.mwai-timeless-theme.mwai-discussions *{box-sizing:border-box;}.mwai-timeless-theme.mwai-discussions .mwai-header{background:var(--mwai-backgroundAiSecondaryColor);padding:var(--mwai-spacing);display:flex;justify-content:space-between;align-items:center;}.mwai-timeless-theme.mwai-discussions .mwai-content{background:var(--mwai-conversationsBackgroundColor);list-style:none;padding:0;margin:0;}.mwai-timeless-theme.mwai-discussions .mwai-content li{margin-left:calc(var(--mwai-spacing) / 2);margin-right:calc(var(--mwai-spacing) / 2);margin-bottom:calc(var(--mwai-spacing) / 2);color:var(--mwai-conversationsTextColor);font-size:75%;padding:calc(var(--mwai-spacing) / 2);opacity:.65;}.mwai-timeless-theme.mwai-discussions .mwai-content li.mwai-active,.mwai-timeless-theme.mwai-discussions .mwai-content li:hover{color:var(--mwai-backgroundPrimaryColor);background:var(--mwai-backgroundHeaderColor);border-radius:var(--mwai-borderRadius);opacity:1;cursor:pointer;}.mwai-timeless-theme.mwai-discussions .mwai-content li:first-child{margin-top:calc(var(--mwai-spacing) / 2);}.mwai-timeless-theme.mwai-discussions button{margin-left: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 .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,.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:20px;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,.15));transition:all .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;justify-content:center;height:32px;width:22px;cursor:pointer;display:flex;align-items:center;}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:before{transition:all .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 .2s ease-out;transform:translate(16px,5px) rotate(45deg);}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after{transition:all .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-content{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:inherit;height:inherit;max-height:inherit;max-width:inherit;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-content,.mwai-timeless-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0;}.mwai-timeless-theme.mwai-fullscreen:not(.mwai-window) .mwai-content .mwai-conversation,.mwai-timeless-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content .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-content{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,.55);padding:var(--mwai-spacing);border-radius:var(--mwai-borderRadius);}.mwai-timeless-theme .mwai-error:hover{cursor:pointer;background:rgba(180,44,44,.85);}.mwai-timeless-theme.mwai-bubble .mwai-icon-container{background:var(--mwai-bubbleColor);width:60px;height:60px;border-radius:100%;transition:all .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:inherit;height:inherit;max-height:inherit;max-width:inherit;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-content{height:100%;max-height:inherit;border-radius:0;}.mwai-timeless-theme.mwai-window.mwai-open .mwai-content .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-content{display:flex;transition:opacity 200ms ease-in-out 0s;opacity:1;height:100%;max-height:inherit;}.mwai-timeless-theme.mwai-window.mwai-open .mwai-content .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 .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:#07c;}.mwai-timeless-theme .hljs-attribute{color:#a37;}.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:#07c;}.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:#07c;}.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;z-index:100;background:var(--mwai-backgroundPrimaryColor);box-shadow:0 0 8px rgba(0,0,0,.25);}.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-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-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;}}.wp-block-uagb-advanced-heading h1,.wp-block-uagb-advanced-heading h2,.wp-block-uagb-advanced-heading h3,.wp-block-uagb-advanced-heading h4,.wp-block-uagb-advanced-heading h5,.wp-block-uagb-advanced-heading h6,.wp-block-uagb-advanced-heading p,.wp-block-uagb-advanced-heading div{word-break:break-word;}.wp-block-uagb-advanced-heading .uagb-heading-text{margin:0;}.wp-block-uagb-advanced-heading .uagb-desc-text{margin:0;}.wp-block-uagb-advanced-heading .uagb-separator{font-size:0;border-top-style:solid;display:inline-block;margin:0 0 10px 0;}.wp-block-uagb-advanced-heading .uagb-highlight{color:#f78a0c;border:0;transition:all .3s ease;}.uag-highlight-toolbar{border-left:0;border-top:0;border-bottom:0;border-radius:0;border-right-color:#1e1e1e;}.uag-highlight-toolbar .components-button{border-radius:0;outline:none;}.uag-highlight-toolbar .components-button.is-primary{color:#fff;}.wp-block-uagb-advanced-heading.uagb-block-c1886f45.wp-block-uagb-advanced-heading .uagb-heading-text{color:var(--ast-global-color-2);}.wp-block-uagb-advanced-heading.uagb-block-c1886f45.wp-block-uagb-advanced-heading .uagb-desc-text{color:var(--ast-global-color-5);margin-bottom:10px;}.wp-block-uagb-advanced-heading.uagb-block-c1886f45.wp-block-uagb-advanced-heading .uagb-highlight{font-style:normal;font-weight:Default;background:#007cba;color:#fff;-webkit-text-fill-color:#fff;}.wp-block-uagb-advanced-heading.uagb-block-c1886f45.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color:#fff;background:#007cba;-webkit-text-fill-color:#fff;}.wp-block-uagb-advanced-heading.uagb-block-c1886f45.wp-block-uagb-advanced-heading .uagb-highlight::selection{color:#fff;background:#007cba;-webkit-text-fill-color:#fff;}@media only screen and (max-width: 976px){.wp-block-uagb-advanced-heading.uagb-block-c1886f45.wp-block-uagb-advanced-heading{text-align:left;}.wp-block-uagb-advanced-heading.uagb-block-c1886f45.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom:0px;}}@media only screen and (max-width: 767px){.wp-block-uagb-advanced-heading.uagb-block-c1886f45.wp-block-uagb-advanced-heading{text-align:center;}.wp-block-uagb-advanced-heading.uagb-block-c1886f45.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom:0px;}}.wp-block-uagb-advanced-heading.uagb-block-eda0e281.wp-block-uagb-advanced-heading .uagb-heading-text{color:var(--ast-global-color-2);}.wp-block-uagb-advanced-heading.uagb-block-eda0e281.wp-block-uagb-advanced-heading{margin-bottom:20px;}.wp-block-uagb-advanced-heading.uagb-block-eda0e281.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom:15px;}.wp-block-uagb-advanced-heading.uagb-block-eda0e281.wp-block-uagb-advanced-heading .uagb-highlight{font-style:normal;font-weight:Default;background:#007cba;color:#fff;-webkit-text-fill-color:#fff;}.wp-block-uagb-advanced-heading.uagb-block-eda0e281.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color:#fff;background:#007cba;-webkit-text-fill-color:#fff;}.wp-block-uagb-advanced-heading.uagb-block-eda0e281.wp-block-uagb-advanced-heading .uagb-highlight::selection{color:#fff;background:#007cba;-webkit-text-fill-color:#fff;}.wp-block-uagb-advanced-heading.uagb-block-eda0e281 .uagb-heading-text{font-weight:600;font-size:20px;}@media only screen and (max-width: 976px){.wp-block-uagb-advanced-heading.uagb-block-eda0e281.wp-block-uagb-advanced-heading{text-align:left;}}@media only screen and (max-width: 767px){.wp-block-uagb-advanced-heading.uagb-block-eda0e281.wp-block-uagb-advanced-heading{text-align:center;margin-bottom:15px;}}.wp-block-uagb-advanced-heading.uagb-block-5fe8d72f.wp-block-uagb-advanced-heading .uagb-heading-text{color:var(--ast-global-color-2);}.wp-block-uagb-advanced-heading.uagb-block-5fe8d72f.wp-block-uagb-advanced-heading a{color:var(--ast-global-color-5);}.wp-block-uagb-advanced-heading.uagb-block-5fe8d72f.wp-block-uagb-advanced-heading a:hover{color:var(--ast-global-color-0);}.wp-block-uagb-advanced-heading.uagb-block-5fe8d72f.wp-block-uagb-advanced-heading .uagb-desc-text{color:var(--ast-global-color-3);margin-bottom:0px;}.wp-block-uagb-advanced-heading.uagb-block-5fe8d72f.wp-block-uagb-advanced-heading .uagb-highlight{font-style:normal;font-weight:Default;background:#007cba;color:#fff;-webkit-text-fill-color:#fff;}.wp-block-uagb-advanced-heading.uagb-block-5fe8d72f.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color:#fff;background:#007cba;-webkit-text-fill-color:#fff;}.wp-block-uagb-advanced-heading.uagb-block-5fe8d72f.wp-block-uagb-advanced-heading .uagb-highlight::selection{color:#fff;background:#007cba;-webkit-text-fill-color:#fff;}.wp-block-uagb-advanced-heading.uagb-block-5fe8d72f .uagb-heading-text{font-weight:600;font-size:20px;margin-bottom:20px;}@media only screen and (max-width: 976px){.wp-block-uagb-advanced-heading.uagb-block-5fe8d72f.wp-block-uagb-advanced-heading{text-align:left;}.wp-block-uagb-advanced-heading.uagb-block-5fe8d72f.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom:0px;}}@media only screen and (max-width: 767px){.wp-block-uagb-advanced-heading.uagb-block-5fe8d72f.wp-block-uagb-advanced-heading{text-align:center;}.wp-block-uagb-advanced-heading.uagb-block-5fe8d72f.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom:0px;}.wp-block-uagb-advanced-heading.uagb-block-5fe8d72f .uagb-heading-text{margin-bottom:15px;}}.wp-block-uagb-advanced-heading.uagb-block-d77a1c52.wp-block-uagb-advanced-heading .uagb-heading-text{color:var(--ast-global-color-2);}.wp-block-uagb-advanced-heading.uagb-block-d77a1c52.wp-block-uagb-advanced-heading{margin-bottom:20px;}.wp-block-uagb-advanced-heading.uagb-block-d77a1c52.wp-block-uagb-advanced-heading a{color:var(--ast-global-color-5);}.wp-block-uagb-advanced-heading.uagb-block-d77a1c52.wp-block-uagb-advanced-heading a:hover{color:var(--ast-global-color-0);}.wp-block-uagb-advanced-heading.uagb-block-d77a1c52.wp-block-uagb-advanced-heading .uagb-desc-text{margin-bottom:15px;}.wp-block-uagb-advanced-heading.uagb-block-d77a1c52.wp-block-uagb-advanced-heading .uagb-highlight{font-style:normal;font-weight:Default;background:#007cba;color:#fff;-webkit-text-fill-color:#fff;}.wp-block-uagb-advanced-heading.uagb-block-d77a1c52.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color:#fff;background:#007cba;-webkit-text-fill-color:#fff;}.wp-block-uagb-advanced-heading.uagb-block-d77a1c52.wp-block-uagb-advanced-heading .uagb-highlight::selection{color:#fff;background:#007cba;-webkit-text-fill-color:#fff;}.wp-block-uagb-advanced-heading.uagb-block-d77a1c52 .uagb-heading-text{font-weight:600;font-size:20px;}@media only screen and (max-width: 976px){.wp-block-uagb-advanced-heading.uagb-block-d77a1c52.wp-block-uagb-advanced-heading{text-align:left;}}@media only screen and (max-width: 767px){.wp-block-uagb-advanced-heading.uagb-block-d77a1c52.wp-block-uagb-advanced-heading{text-align:center;margin-bottom:15px;}}.wpfw-0{width:0 !important;}.wpfw-10{width:10% !important;}.wpfw-20{width:20% !important;}.wpfw-30{width:30% !important;}.wpfw-40{width:40% !important;}.wpfw-50{width:50% !important;}.wpfw-60{width:60% !important;}.wpfw-70{width:70% !important;}.wpfw-80{width:80% !important;}.wpfw-90{width:90% !important;}.wpfw-100{width:100% !important;}.wpf-clear{clear:both;height:0;line-height:0;}.wpf-clear-left{clear:left;height:0;line-height:0;}.wpf-clear-right{clear:right;height:0;line-height:0;}#wpforo .wpforo-widget-wrap .wpf-button,.wpforo-widget-wrap .wpf-button{padding:2px 15px 4px 15px !important;font-size:13px;font-weight:normal;cursor:pointer;line-height:16px;border-radius:20px;white-space:nowrap;box-shadow:0 1px 1px #999;outline:0;display:inline-flex;justify-content:center;align-items:center;}#wpforo .wpforo-widget-wrap .wpf-button i,.wpforo-widget-wrap .wpf-button i,#wpforo .wpforo-widget-wrap .wpf-button svg,.wpforo-widget-wrap .wpf-button svg{margin-right:5px;font-size:13px;width:13px;height:13px;}#wpforo .wpforo-widget-wrap .wpf-button-secondary,.wpforo-widget-wrap .wpf-button-secondary{border-radius:20px;padding:2px 15px 4px 15px !important;margin:0 10px;background-color:#f5f5f5;opacity:.8;color:#555;border:1px solid #ccc;line-height:16px;font-size:13px;}#wpforo .wpforo-widget-wrap .wpf-button-secondary:hover,.wpforo-widget-wrap .wpf-button-secondary:hover{opacity:1;}#wpf-widget-search #wpforo-search-form .wpf-search-widget-label{position:relative !important;display:block !important;}#wpf-widget-search #wpforo-search-form .wpf-search-widget-label input[type="text"]{position:relative !important;display:block !important;padding:7px 8px;height:32px;}#wpf-widget-search #wpforo-search-form .wpf-search-widget-label svg{enable-background:new 0 0 16 16;fill:#999;position:absolute;width:19px;height:19px;right:5px;bottom:6px;cursor:pointer;}#wpforo #wpforo-wrap .widget-title,#wpforo .wpforo-widget-wrap .widget-title,.wpforo-widget-wrap .widget-title{padding:10px 0 15px 0;margin-bottom:5px;font-size:20px;}#wpforo .wpforo-widget-wrap .wpforo-widget-content,.wpforo-widget-wrap .wpforo-widget-content{padding:10px 1px 20px 1px !important;margin:0;}#wpforo .wpforo-widget-wrap .wpforo-widget-content ul,.wpforo-widget-wrap .wpforo-widget-content ul{padding:0;margin:0;border:none;}#wpforo .wpforo-widget-wrap .wpforo-widget-content li,.wpforo-widget-wrap .wpforo-widget-content li{padding:8px 0 !important;margin:0;list-style:none;border:none;}#wpforo .wpforo-widget-wrap .wpforo-widget-content .avatar,.wpforo-widget-wrap .wpforo-widget-content .avatar{border-radius:50%;}#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpf-widget-note,.wpforo-widget-wrap .wpforo-widget-content .wpf-widget-note{font-size:13px;line-height:18px;}#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left,.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left{float:left;width:16%;}#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img,.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img{width:42px;height:42px;max-width:100% !important;}#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-right,.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-right{float:right;width:80%;}#wpforo #wpforo-wrap .wpforo-widget-wrap .wpforo-widget-content li:last-child,#wpforo-wrap .wpforo-widget-wrap .wpforo-widget-content li:last-child{border:none;}#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.posttitle,#wpf-widget-recent-replies .wpforo-list-item-right p.posttitle{font-size:14px;padding:0;margin:0;line-height:18px;font-weight:normal;}#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.posttext,#wpf-widget-recent-replies .wpforo-list-item-right p.posttext{font-size:13px;padding:0;margin:5px 0 0;line-height:1.4;}#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.postuser,#wpf-widget-recent-replies .wpforo-list-item-right p.postuser{font-size:12px;padding:0;margin:0;line-height:16px;}#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.postdate,#wpf-widget-recent-replies .wpforo-list-item-right p.postdate{font-size:12px;padding:0;margin:0;line-height:16px;}#wpforo #wpf-widget-online-users .wpforo-widget-content a.onlineuser,#wpf-widget-online-users .wpforo-widget-content a.onlineuser{padding:3px 7px;display:inline-block;margin:0 3px 5px 2px;line-height:18px;font-size:13px;}#wpforo #wpf-widget-online-users .wpforo-widget-content a.onlineavatar,#wpf-widget-online-users .wpforo-widget-content a.onlineavatar{padding:1px;display:inline-block;margin:0 3px 5px 2px;width:20%;max-width:64px;}#wpforo #wpf-widget-search input[type="text"],#wpf-widget-search input[type="text"]{font-size:14px;line-height:16px;padding:2px 5px;display:inline-block;margin:0;height:28px;}#wpforo #wpf-widget-search input[type="submit"],#wpf-widget-search input[type="submit"]{font-size:14px;line-height:16px;padding:2px 5px;display:inline-block;margin:0;height:28px;}#wpforo #wpf-widget-forums .wpforo-widget-content .wpf-dl-item,#wpf-widget-forums .wpforo-widget-content .wpf-dl-item{padding-top:2px;display:block;line-height:22px;}#wpforo #wpf-widget-forums .wpforo-widget-content .wpf-dl-item i,#wpf-widget-forums .wpforo-widget-content .wpf-dl-item i{margin-right:7px;}#wpforo #wpf-widget-forums .wpforo-widget-content dl,#wpf-widget-forums .wpforo-widget-content dl{display:block;padding:0;margin:0;}#wpforo #wpf-widget-forums .wpforo-widget-content dd,#wpf-widget-forums .wpforo-widget-content dd{display:block;margin-left:15px;}#wpforo #wpf-widget-forums .wpforo-widget-content .wpf-dl-current .wpf-dl-item-label,#wpf-widget-forums .wpforo-widget-content .wpf-dl-current .wpf-dl-item-label{font-weight:700;color:#666;}#wpforo .wpforo-widget-wrap ul.wpf-widget-tags,.wpforo-widget-wrap ul.wpf-widget-tags{display:flex;flex-flow:row wrap;justify-content:start;}#wpforo .wpforo-widget-wrap .wpf-widget-tags li,.wpforo-widget-wrap .wpf-widget-tags li{list-style:none !important;display:inline-block !important;padding:0 !important;margin:0 10px 8px 0 !important;font-family:Merriweather,Georgia,Verdana !important;}#wpforo .wpforo-widget-wrap .wpf-widget-tags li a,.wpforo-widget-wrap .wpf-widget-tags li a{display:inline-block !important;padding:1px 8px !important;line-height:18px !important;vertical-align:baseline !important;font-size:11px !important;border-width:1px !important;border-style:solid !important;border-right-style:dotted !important;border-right-width:2px !important;}#wpforo .wpforo-widget-wrap .wpf-widget-tags li span,.wpforo-widget-wrap .wpf-widget-tags li span{display:inline-block !important;margin:0 !important;padding:1px 6px !important;line-height:18px !important;text-align:center !important;vertical-align:baseline !important;font-size:11px !important;min-width:22px;}#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpf-all-tags,.wpforo-widget-wrap .wpforo-widget-content .wpf-all-tags{padding-top:10px !important;}#wpforo .wpforo-widget-wrap .wpforo-list-item a.wpf-new-button,.wpforo-widget-wrap .wpforo-list-item a.wpf-new-button,#wpforo .wpforo-widget-wrap .wpforo-list-item span.wpf-new-button,.wpforo-widget-wrap .wpforo-list-item span.wpf-new-button{font-size:85% !important;vertical-align:bottom !important;font-weight:normal !important;background:#ff812d;color:#fff !important;padding:.5px 5px 1px 5px !important;line-height:inherit;line-height:16px;font-family:Arial;border-radius:3px;margin:0 3px;text-transform:lowercase;}#wpf-widget-profile,#wpf-widget-profile *{box-sizing:border-box;box-shadow:none;color:inherit;}#wpforo #wpf-widget-profile .wpf-prof-header,#wpf-widget-profile .wpf-prof-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;}#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-avatar,#wpf-widget-profile .wpf-prof-header .wpf-prof-avatar{padding-right:15px;}#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-info,#wpf-widget-profile .wpf-prof-header .wpf-prof-info{flex-grow:2;border-bottom:1px dashed #ccc;padding-bottom:5px;}#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-avatar img,#wpf-widget-profile .wpf-prof-header .wpf-prof-avatar img,#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-avatar img.avatar,#wpf-widget-profile .wpf-prof-header .wpf-prof-avatar img.avatar{max-width:48px;max-height:48px;border-radius:50%;vertical-align:bottom;}#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-name,#wpf-widget-profile .wpf-prof-header .wpf-prof-name{font-size:13px;font-weight:600;color:#666;}#wpforo #wpf-widget-profile .wpf-prof-header .wpf-author-nicename,#wpf-widget-profile .wpf-prof-header .wpf-author-nicename{font-size:12px;font-weight:normal;font-family:"Courier New",Courier,monospace;line-height:18px;padding-top:0;}#wpforo #wpf-widget-profile .wpf-prof-header [wpf-tooltip]::after,#wpf-widget-profile .wpf-prof-header [wpf-tooltip]::after{left:18px;top:-5px;white-space:normal;}#wpforo #wpf-widget-profile .wpf-prof-header [wpf-tooltip]::before,#wpf-widget-profile .wpf-prof-header [wpf-tooltip]::after{left:18px;top:-5px;}#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts,#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts{border-bottom:1px dashed #ccc;align-self:stretch;padding-top:0;margin-top:1px;}#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell,#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell{margin-bottom:4px;transition:transform .2s ease;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;}#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell > svg,#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell > svg{border-radius:50%;width:36px;height:34px;text-align:center;background:#f5f5f5;margin:0 2px 0 0;display:inline-block;position:initial;padding:6px;}#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell:hover,#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-bell:hover{transform:scale(1.1);}#wpforo #wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-alerts-count,#wpf-widget-profile .wpf-prof-header .wpf-prof-alerts .wpf-alerts-count{padding:0;display:inline-block;font-size:13px;line-height:16px;font-weight:600;}#wpforo #wpf-widget-profile .wpf-prof-notifications,#wpf-widget-profile .wpf-prof-notifications{position:relative;}#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications,#wpf-widget-profile .wpf-prof-notifications .wpf-notifications{display:none;position:absolute;background:#fafafa;border-bottom:3px solid #999;border-top:none;min-width:220px;width:100%;top:7px;z-index:100000;padding:0 10px;}#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-head,#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-head{padding:12px 5px 9px 5px;font-weight:600;letter-spacing:.5px;font-size:14px;}#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-head i,#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-head i{font-size:15px;margin-right:3px;}#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content,#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content{padding:10px 0 1px 0;overflow-y:auto;overflow-x:hidden;max-height:400px;font-size:12px;}#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-nspin,#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-nspin{text-align:center;padding:0 10px 5px 0;font-size:22px;color:#999;}#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content ul,#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content ul,#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li,#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li{margin:0;list-style:none;}#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li,#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li{padding:7px 4px 7px 6px;display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start;}#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nleft,#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nleft{flex-basis:10%;padding-top:4px;}#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nright,#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nright{flex-basis:90%;line-height:19px;}#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nleft svg,#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content li .wpf-nleft svg{font-size:16px;width:16px;height:16px;}#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-ndesc,#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-ndesc{font-size:11px;line-height:18px;display:inline;margin-left:5px;border-left:1px solid #ccc;padding-left:10px;}#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-actions,#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-actions{display:none;text-align:right;padding:10px 5px 5px 5px;font-size:12px;}#wpforo #wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-no-notification,#wpf-widget-profile .wpf-prof-notifications .wpf-notifications .wpf-notification-content .wpf-no-notification{padding:5px 10px 15px 10px;font-size:13px;}#wpforo #wpf-widget-profile .wpf-prof-content,#wpf-widget-profile .wpf-prof-content{padding:10px 5px;border-bottom:1px dashed #ccc;}#wpforo #wpf-widget-profile .wpf-prof-content .wpf-prof-data span.wpf-member-title,#wpf-widget-profile .wpf-prof-content .wpf-prof-data span.wpf-member-title{display:inline-block;margin-right:5px;font-size:13px;color:#666;}#wpforo #wpf-widget-profile .wpf-prof-content .wpf-prof-data .wpf-member-title.wpfut,#wpf-widget-profile .wpf-prof-content .wpf-prof-data .wpf-member-title.wpfut{display:inline-block !important;font-size:11px;line-height:15px;padding:2px 15px;margin:5px auto;border:1px solid #ddd;border-radius:3px;}#wpforo #wpf-widget-profile .wpf-prof-content .wpf-prof-data .author-rating-full,#wpf-widget-profile .wpf-prof-content .wpf-prof-data .author-rating-full{display:inline-block;font-size:16px;font-weight:bold;line-height:18px;min-width:30px;padding:2px;text-align:center;white-space:nowrap;}#wpforo #wpf-widget-profile .wpf-prof-content .wpf-prof-rating .author-rating-full i.fa-trophy,#wpf-widget-profile .wpf-prof-content .wpf-prof-rating .author-rating-full i.fa-trophy{font-size:20px;}#wpforo #wpf-widget-profile .wpf-prof-footer,#wpf-widget-profile .wpf-prof-footer{margin-bottom:5px;}#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons,#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons{margin-top:3px;}#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a,#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a{margin-right:3px;padding:4px 10px 4px 10px;text-align:center;line-height:16px;font-size:13px;background:#f5f5f5;margin-top:10px;display:inline-block;border-radius:2px;color:#21759b;}#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a:hover,#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a:hover{color:#f5f5f5;}#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a.wpf-logout,#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a.wpf-logout{padding:4px 15px 4px 15px;color:#f42d2c;}#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a.wpf-logout:hover,#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a.wpf-logout:hover{background-color:#f42d2c !important;color:#fff;}#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-button,#wpf-widget-profile .wpf-prof-footer .wpf-button{box-shadow:none;}#wpforo #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons svg,#wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons svg{min-height:13px;width:16px;}#wpforo #wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item i.fa-chart-bar,#wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item i.fa-chart-bar{font-size:20px;}#wpforo #wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right,#wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right{width:calc(100% - 30px);}#wpforo #wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right .polldate,#wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right .polldate{font-size:12px;color:#888;}#wpforo #wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right .pollvotes,#wpf-widget-recent-polls .wpforo-widget-content .wpforo-list-item-right .pollvotes{font-size:12px;color:#888;line-height:16px;}@media screen and (max-width:800px){#wpforo .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img,.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img{width:99%;height:99%;}#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.posttext,#wpf-widget-recent-replies .wpforo-list-item-right p.posttext{font-size:14px;}#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.postuser,#wpf-widget-recent-replies .wpforo-list-item-right p.postuser{font-size:13px;}#wpforo #wpf-widget-recent-replies .wpforo-list-item-right p.postdate,#wpf-widget-recent-replies .wpforo-list-item-right p.postdate{font-size:13px;}}@keyframes rotate-forever{0%{transform:rotate(0);}100%{transform:rotate(360deg);}}@keyframes spinner-loader{0%{transform:rotate(0);}100%{transform:rotate(360deg);}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto;}.pum-container .pum-content+.pum-close>span,.pum-content,.pum-title{position:relative;z-index:1;}.pum-overlay,html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed;}.pum-overlay{height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;transition:.15s ease-in-out;}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block;}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box;}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999;}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible;}.pum-container.pum-responsive img{max-width:100%;height:auto;}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%;}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%;}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%;}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%;}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%;}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%;}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%;}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%;}.pum-container.pum-responsive.pum-position-fixed{position:fixed;}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute;}}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit;}.pum-container .pum-title{margin-bottom:.5em;}.pum-container .pum-content>:last-child,.pum-form__message:last-child{margin-bottom:0;}.pum-container .pum-content:focus{outline:0;}.pum-container .pum-content>:first-child{margin-top:0;}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2;background-color:transparent;}.pum-container.pum-scrollable .pum-content{overflow:auto;overflow-y:scroll;max-height:95%;}.pum-overlay.pum-overlay-disabled{visibility:hidden;}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block;}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible;}.popmake-close,.pum-overlay.pum-click-to-close{cursor:pointer;}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden;}html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){padding-right:15px;}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch;}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto;}.pum-form{margin:0 auto 16px;}.pum-form__field{margin-bottom:1em;}.pum-form__field label{font-weight:700;}.pum-form__field input[type=date],.pum-form__field select{margin:0 auto;font-size:18px;line-height:26px;text-align:center;padding:3px;vertical-align:middle;}.pum-form__field select{padding:5px 3px;}.pum-form__loader{font-size:2em;animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;height:.75em;width:.75em;border:.25em solid rgba(0,0,0,.5);border-right-color:transparent;border-radius:50%;display:inline-block;}.pum-form__submit{position:relative;}.pum-form__submit .pum-form__loader{margin-left:.5em;border:.25em solid rgba(255,255,255,.5);border-right-color:transparent;}.pum-form__messages{display:none;border:1px solid rgba(0,0,0,.25);margin-bottom:.5em;padding:1em;position:relative;}.pum-form__message{margin-bottom:.5em;}.pum-form__message--error{color:red !important;border-color:red;}.pum-form__message--success{color:green !important;border-color:green;}.pum-form--loading,.pum-sub-form .pum-sub-form-loading{opacity:.5;}.pum-alignment-left,.pum-form--alignment-left{text-align:left;}.pum-alignment-center{text-align:center;}.pum-alignment-right{text-align:right;}.pum-form--alignment-center{text-align:center;}.pum-form--alignment-right{text-align:right;}.pum-form--layout-standard .pum-form__field>label{margin-bottom:.25em;display:block;}.pum-form--layout-inline .pum-form__field{display:inline-block;}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%;}.pum-form--style-default label{font-size:14px;font-weight:700;}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;margin-bottom:5px;font-size:14px;padding:10px 8px;}.pum-form--style-default button{font-size:18px;margin:10px 0 0;padding:10px 5px;cursor:pointer;}.pum-sub-form p.pum-newsletter-error-msg{margin:0;}.pum-sub-form .spinner-loader{right:50%;position:absolute;bottom:40%;}.pum-sub-form .spinner-loader:not(:required){animation:1.5s linear infinite spinner-loader;border-radius:.5em;box-shadow:rgba(0,0,51,.3) 1.5em 0 0 0,rgba(0,0,51,.3) 1.1em 1.1em 0 0,rgba(0,0,51,.3) 0 1.5em 0 0,rgba(0,0,51,.3) -1.1em 1.1em 0 0,rgba(0,0,51,.3) -1.5em 0 0 0,rgba(0,0,51,.3) -1.1em -1.1em 0 0,rgba(0,0,51,.3) 0 -1.5em 0 0,rgba(0,0,51,.3) 1.1em -1.1em 0 0;display:inline-block;font-size:10px;width:1em;height:1em;margin:1.5em;overflow:hidden;text-indent:100%;}.pum-form__field--consent{text-align:left;}.pum-form__field--consent.pum-form__field--checkbox label,.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle;}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;width:inherit;margin:0;vertical-align:middle;}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;width:inherit;margin:0;vertical-align:middle;}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em;}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle;}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;width:inherit;margin:0;vertical-align:middle;}.pum-container iframe.formidable{width:100%;overflow:visible;}.flatpickr-calendar.open,.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999 !important;}.pum-theme-1373,.pum-theme-standard-theme{background-color:rgba(255,255,255,1);}.pum-theme-1373 .pum-container,.pum-theme-standard-theme .pum-container{padding:18px;border-radius:0px;border:1px none #000;box-shadow:1px 1px 3px 0px rgba(2,2,2,.23);background-color:rgba(249,249,249,1);}.pum-theme-1373 .pum-title,.pum-theme-standard-theme .pum-title{color:#000;text-align:left;text-shadow:0px 0px 0px rgba(2,2,2,.23);font-family:inherit;font-weight:400;font-size:32px;font-style:normal;line-height:36px;}.pum-theme-1373 .pum-content,.pum-theme-standard-theme .pum-content{color:#8c8c8c;font-family:inherit;font-weight:400;font-style:inherit;}.pum-theme-1373 .pum-content + .pum-close,.pum-theme-standard-theme .pum-content + .pum-close{position:absolute;height:auto;width:auto;left:auto;right:0px;bottom:auto;top:0px;padding:8px;color:#fff;font-family:inherit;font-weight:400;font-size:12px;font-style:inherit;line-height:36px;border:1px none #fff;border-radius:0px;box-shadow:1px 1px 3px 0px rgba(2,2,2,.23);text-shadow:0px 0px 0px rgba(0,0,0,.23);background-color:rgba(0,183,205,1);}.pum-theme-1374,.pum-theme-lightbox{background-color:rgba(0,0,0,.6);}.pum-theme-1374 .pum-container,.pum-theme-lightbox .pum-container{padding:18px;border-radius:3px;border:8px solid #000;box-shadow:0px 0px 30px 0px rgba(2,2,2,1);background-color:rgba(255,255,255,1);}.pum-theme-1374 .pum-title,.pum-theme-lightbox .pum-title{color:#000;text-align:left;text-shadow:0px 0px 0px rgba(2,2,2,.23);font-family:inherit;font-weight:100;font-size:32px;line-height:36px;}.pum-theme-1374 .pum-content,.pum-theme-lightbox .pum-content{color:#000;font-family:inherit;font-weight:100;}.pum-theme-1374 .pum-content + .pum-close,.pum-theme-lightbox .pum-content + .pum-close{position:absolute;height:26px;width:26px;left:auto;right:-13px;bottom:auto;top:-13px;padding:0px;color:#fff;font-family:Arial;font-weight:100;font-size:24px;line-height:24px;border:2px solid #fff;border-radius:26px;box-shadow:0px 0px 15px 1px rgba(2,2,2,.75);text-shadow:0px 0px 0px rgba(0,0,0,.23);background-color:rgba(0,0,0,1);}.pum-theme-1375,.pum-theme-enterprise-blue{background-color:rgba(0,0,0,.7);}.pum-theme-1375 .pum-container,.pum-theme-enterprise-blue .pum-container{padding:28px;border-radius:5px;border:1px none #000;box-shadow:0px 10px 25px 4px rgba(2,2,2,.5);background-color:rgba(255,255,255,1);}.pum-theme-1375 .pum-title,.pum-theme-enterprise-blue .pum-title{color:#315b7c;text-align:left;text-shadow:0px 0px 0px rgba(2,2,2,.23);font-family:inherit;font-weight:100;font-size:34px;line-height:36px;}.pum-theme-1375 .pum-content,.pum-theme-enterprise-blue .pum-content{color:#2d2d2d;font-family:inherit;font-weight:100;}.pum-theme-1375 .pum-content + .pum-close,.pum-theme-enterprise-blue .pum-content + .pum-close{position:absolute;height:28px;width:28px;left:auto;right:8px;bottom:auto;top:8px;padding:4px;color:#fff;font-family:Times New Roman;font-weight:100;font-size:20px;line-height:20px;border:1px none #fff;border-radius:42px;box-shadow:0px 0px 0px 0px rgba(2,2,2,.23);text-shadow:0px 0px 0px rgba(0,0,0,.23);background-color:rgba(49,91,124,1);}.pum-theme-1376,.pum-theme-hello-box{background-color:rgba(0,0,0,.75);}.pum-theme-1376 .pum-container,.pum-theme-hello-box .pum-container{padding:30px;border-radius:80px;border:14px solid #81d742;box-shadow:0px 0px 0px 0px rgba(2,2,2,0);background-color:rgba(255,255,255,1);}.pum-theme-1376 .pum-title,.pum-theme-hello-box .pum-title{color:#2d2d2d;text-align:left;text-shadow:0px 0px 0px rgba(2,2,2,.23);font-family:Montserrat;font-weight:100;font-size:32px;line-height:36px;}.pum-theme-1376 .pum-content,.pum-theme-hello-box .pum-content{color:#2d2d2d;font-family:inherit;font-weight:100;}.pum-theme-1376 .pum-content + .pum-close,.pum-theme-hello-box .pum-content + .pum-close{position:absolute;height:auto;width:auto;left:auto;right:-30px;bottom:auto;top:-30px;padding:0px;color:#2d2d2d;font-family:Times New Roman;font-weight:100;font-size:32px;line-height:28px;border:1px none #fff;border-radius:28px;box-shadow:0px 0px 0px 0px rgba(2,2,2,.23);text-shadow:0px 0px 0px rgba(0,0,0,.23);background-color:rgba(255,255,255,1);}.pum-theme-1377,.pum-theme-cutting-edge{background-color:rgba(0,0,0,.5);}.pum-theme-1377 .pum-container,.pum-theme-cutting-edge .pum-container{padding:18px;border-radius:0px;border:1px none #000;box-shadow:0px 10px 25px 0px rgba(2,2,2,.5);background-color:rgba(30,115,190,1);}.pum-theme-1377 .pum-title,.pum-theme-cutting-edge .pum-title{color:#fff;text-align:left;text-shadow:0px 0px 0px rgba(2,2,2,.23);font-family:Sans-Serif;font-weight:100;font-size:26px;line-height:28px;}.pum-theme-1377 .pum-content,.pum-theme-cutting-edge .pum-content{color:#fff;font-family:inherit;font-weight:100;}.pum-theme-1377 .pum-content + .pum-close,.pum-theme-cutting-edge .pum-content + .pum-close{position:absolute;height:24px;width:24px;left:auto;right:0px;bottom:auto;top:0px;padding:0px;color:#1e73be;font-family:Times New Roman;font-weight:100;font-size:32px;line-height:24px;border:1px none #fff;border-radius:0px;box-shadow:-1px 1px 1px 0px rgba(2,2,2,.1);text-shadow:-1px 1px 1px rgba(0,0,0,.1);background-color:rgba(238,238,34,1);}.pum-theme-1378,.pum-theme-framed-border{background-color:rgba(255,255,255,.5);}.pum-theme-1378 .pum-container,.pum-theme-framed-border .pum-container{padding:18px;border-radius:0px;border:20px outset #d33;box-shadow:1px 1px 3px 0px rgba(2,2,2,.97) inset;background-color:rgba(255,251,239,1);}.pum-theme-1378 .pum-title,.pum-theme-framed-border .pum-title{color:#000;text-align:left;text-shadow:0px 0px 0px rgba(2,2,2,.23);font-family:inherit;font-weight:100;font-size:32px;line-height:36px;}.pum-theme-1378 .pum-content,.pum-theme-framed-border .pum-content{color:#2d2d2d;font-family:inherit;font-weight:100;}.pum-theme-1378 .pum-content + .pum-close,.pum-theme-framed-border .pum-content + .pum-close{position:absolute;height:20px;width:20px;left:auto;right:-20px;bottom:auto;top:-20px;padding:0px;color:#fff;font-family:Tahoma;font-weight:700;font-size:16px;line-height:18px;border:1px none #fff;border-radius:0px;box-shadow:0px 0px 0px 0px rgba(2,2,2,.23);text-shadow:0px 0px 0px rgba(0,0,0,.23);background-color:rgba(0,0,0,.55);}.pum-theme-1379,.pum-theme-floating-bar{background-color:rgba(255,255,255,0);}.pum-theme-1379 .pum-container,.pum-theme-floating-bar .pum-container{padding:8px;border-radius:0px;border:1px none #000;box-shadow:1px 1px 3px 0px rgba(2,2,2,.23);background-color:rgba(238,246,252,1);}.pum-theme-1379 .pum-title,.pum-theme-floating-bar .pum-title{color:#505050;text-align:left;text-shadow:0px 0px 0px rgba(2,2,2,.23);font-family:inherit;font-weight:400;font-size:32px;line-height:36px;}.pum-theme-1379 .pum-content,.pum-theme-floating-bar .pum-content{color:#505050;font-family:inherit;font-weight:400;}.pum-theme-1379 .pum-content + .pum-close,.pum-theme-floating-bar .pum-content + .pum-close{position:absolute;height:18px;width:18px;left:auto;right:5px;bottom:auto;top:50%;padding:0px;color:#505050;font-family:Sans-Serif;font-weight:700;font-size:15px;line-height:18px;border:1px solid #505050;border-radius:15px;box-shadow:0px 0px 0px 0px rgba(2,2,2,0);text-shadow:0px 0px 0px rgba(0,0,0,0);background-color:rgba(255,255,255,0);transform:translate(0,-50%);}.pum-theme-1380,.pum-theme-content-only{background-color:rgba(0,0,0,.7);}.pum-theme-1380 .pum-container,.pum-theme-content-only .pum-container{padding:0px;border-radius:0px;border:1px none #000;box-shadow:0px 0px 0px 0px rgba(2,2,2,0);}.pum-theme-1380 .pum-title,.pum-theme-content-only .pum-title{color:#000;text-align:left;text-shadow:0px 0px 0px rgba(2,2,2,.23);font-family:inherit;font-weight:400;font-size:32px;line-height:36px;}.pum-theme-1380 .pum-content,.pum-theme-content-only .pum-content{color:#8c8c8c;font-family:inherit;font-weight:400;}.pum-theme-1380 .pum-content + .pum-close,.pum-theme-content-only .pum-content + .pum-close{position:absolute;height:18px;width:18px;left:auto;right:7px;bottom:auto;top:7px;padding:0px;color:#000;font-family:inherit;font-weight:700;font-size:20px;line-height:20px;border:1px none #fff;border-radius:15px;box-shadow:0px 0px 0px 0px rgba(2,2,2,0);text-shadow:0px 0px 0px rgba(0,0,0,0);background-color:rgba(255,255,255,0);}#pum-1382{z-index:1999999999;}#pum-1381{z-index:1999999999;}#wpforo #wpforo-wrap *::selection{color:#000;background:#a600b2;}#wpforo #wpforo-wrap *::-moz-selection{color:#000;background:#a600b2;}#wpforo #wpforo-wrap{color:#333;background:#fff;}#wpforo #wpforo-wrap .wpforo-subforum i{color:#999;}#wpforo #wpforo-wrap #footer{background:#e6e6e6;}#wpforo #wpforo-wrap .wpf-p-error{border-bottom:#e6e6e6 1px solid;color:#333;}#wpforo #wpforo-wrap .wpf-res-menu{color:#555;}#wpforo #wpforo-wrap #wpforo-menu{border-bottom:#e6e6e6 3px solid;background:#f5f5f5;}#wpforo #wpforo-wrap #wpforo-menu li{border-bottom:3px solid transparent;}#wpforo #wpforo-wrap #wpforo-menu li a{color:#555;}#wpforo #wpforo-wrap .wpforo-active,#wpforo #wpforo-wrap #wpforo-menu li.wpforo-active,#wpforo #wpforo-wrap #wpforo-menu li:hover,#wpforo #wpforo-wrap #wpforo-menu li.current-menu-ancestor,#wpforo #wpforo-wrap #wpforo-menu li.current-menu-parent,#wpforo #wpforo-wrap #wpforo-menu li.current_page_item{border-bottom:#a600b2 3px solid;}#wpforo #wpforo-wrap #wpforo-menu li > ul{background-color:#f5f5f5;}#wpforo #wpforo-wrap #wpforo-menu li > ul li{border-bottom:1px solid #f5f5f5;}#wpforo #wpforo-wrap #wpforo-menu li > ul li:hover,#wpforo #wpforo-wrap #wpforo-menu li > ul li.current-menu-item{border-bottom:1px solid #a600b2;}#wpforo-load{color:#a600b2;}#wpforo-load i{color:#a600b2 !important;}#wpforo #wpforo-wrap .wpf-search input[type="text"]{color:#555;background:transparent;}#wpforo #wpforo-wrap .wpf-search input[type="text"]:focus{background:#f5f5f5;}#wpforo #wpforo-wrap .wpf-search i{color:#a600b2;}#wpforo #wpforo-wrap .wpf-bar-right .wpf-alerts{color:#999;border-right:1px dashed #ccc;}#wpforo #wpforo-wrap .wpf-bar-right .wpf-alerts i{color:#999;}#wpforo #wpforo-wrap .wpf-bar-right .wpf-alerts i:hover{color:#a600b2;}#wpforo #wpforo-wrap .wpf-bar-right .wpf-alerts.wpf-new svg{color:#ff812d;}#wpforo #wpforo-wrap .wpf-bar-right .wpf-alerts.wpf-new svg:hover{text-shadow:0 0 20px #000;}#wpforo #wpforo-wrap .wpf-bar-right .wpf-alerts-count{color:#ff812d;}#wpforo #wpf-widget-profile .wpf-widget-alerts,#wpf-widget-profile .wpf-widget-alerts{color:#999;border-right:none;}#wpforo #wpf-widget-profile .wpf-widget-alerts svg,#wpf-widget-profile .wpf-widget-alerts svg{color:#999;}#wpforo #wpf-widget-profile .wpf-widget-alerts.wpf-new svg,#wpf-widget-profile .wpf-widget-alerts.wpf-new svg{color:#ff812d;}#wpforo #wpf-widget-profile .wpf-widget-alerts.wpf-new svg:hover,#wpf-widget-profile .wpf-widget-alerts.wpf-new svg:hover{}#wpforo #wpf-widget-profile .wpf-widget-alerts .wpf-alerts-count,#wpf-widget-profile .wpf-widget-alerts .wpf-alerts-count{color:#ff812d;}#wpforo #wpforo-wrap .wpf-notifications{background:#efefef;border-top:2px solid #e6e6e6;border-bottom:5px solid #e6e6e6;}#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-head{color:#555;border-bottom:2px solid #ff812d;}#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-content{color:#555;}#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-content li{border-bottom:1px solid #dfdfdf;color:#666;}#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-content li.wpf-new_dislike{color:#f42d2c;}#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-content li .wpf-nleft svg{filter:drop-shadow(0 0 8px #ccc);}#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-content .wpf-ndesc{color:#666;}#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-content li:hover{background:#f5f5f5;}#wpf-widget-profile .wpf-notifications{background:#efefef;border-top:2px solid #555;border-bottom:5px solid #555;}#wpf-widget-profile .wpf-notifications .wpf-notification-head{color:#555;border-bottom:2px solid #ff812d;}#wpf-widget-profile .wpf-notifications .wpf-notification-content{color:#555;}#wpf-widget-profile .wpf-notifications .wpf-notification-content li{border-bottom:1px solid #dfdfdf;color:#666;}#wpf-widget-profile .wpf-notifications .wpf-notification-content li.wpf-new_dislike{color:#f42d2c;}#wpf-widget-profile .wpf-notifications .wpf-notification-content li .wpf-nleft svg{filter:drop-shadow(0 0 8px #ccc);}#wpf-widget-profile .wpf-notifications .wpf-notification-content .wpf-ndesc{color:#666;}#wpf-widget-profile .wpf-notifications .wpf-notification-content li:hover{background:#f5f5f5;}#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head-panel .wpf-edit-cover ul.wpf-edit-cover-options{background-color:#ccc;}#wpforo #wpforo-wrap #wpforo-poweredby{color:#555;}#wpforo #wpforo-wrap #wpforo-poweredby a{color:#a600b2;}#wpforo #wpforo-wrap #wpforo-title{color:#333;}#wpforo #wpforo-wrap #wpforo-description{color:#555;}#wpforo #wpforo-wrap .wpf-action-link{border-top:1px solid #f5f5f5;}#wpforo #wpforo-wrap a{color:#f71b8c;}#wpforo #wpforo-wrap a svg{fill:#f71b8c;}#wpforo #wpforo-wrap a:visited{color:#f71b8c;}#wpforo #wpforo-wrap a:visited svg{fill:#f71b8c;}#wpforo #wpforo-wrap a:hover{color:#d431ed;}#wpforo #wpforo-wrap a:hover svg{fill:#d431ed;}#wpforo #wpforo-wrap a:active{color:#d431ed;}#wpforo #wpforo-wrap a:active svg{fill:#d431ed;}#wpforo #wpforo-wrap .wpf-link{color:#f71b8c;}#wpforo #wpforo-wrap .wpflink{color:#f71b8c;}#wpforo #wpforo-wrap .wpflink:hover{color:#d431ed;}#wpforo #wpforo-wrap pre{border:#e6e6e6 1px solid;background:#fff4ed;}.wpfcl-a{color:#d431ed !important;}.wpfbg-a{background-color:#d431ed !important;}.wpfcl-b{color:#a600b2 !important;}.wpfbg-b{background-color:#a600b2 !important;}.wpfbr-b{border:1px solid #a600b2 !important;}.wpfcl-0{color:#999 !important;}.wpfbg-0{background-color:#999 !important;}.wpfcl-1{color:#555 !important;}.wpfbg-1{background-color:#555 !important;}.wpfcl-2{color:#777 !important;}.wpfbg-2{background-color:#777 !important;}.wpfcl-3{color:#fff !important;fill:#fff !important;}.wpfbg-3{background-color:#fff !important;}.wpfcl-4{color:#fc9958 !important;fill:#fc9958 !important;}.wpfbg-4{background-color:#fc9958 !important;}.wpfcl-5{color:#ff812d !important;fill:#ff812d !important;}.wpfbg-5{background-color:#ff812d !important;}.wpfbr-5{border:1px solid #ff812d !important;}.wpfcl-6{color:#cc0095 !important;}.wpfbg-6{background-color:#cc0095 !important;}.wpfbr-6{border:1px solid #cc0095 !important;}.wpfcl-7{color:#e6e6e6 !important;}.wpfbg-7{background-color:#e6e6e6 !important;}.wpfbr-7{border:1px solid #e6e6e6 !important;}.wpfcl-8{color:#4dca5c !important;}.wpfbg-8{background-color:#4dca5c !important;}.wpfbr-l-8{border-left:1px solid #4dca5c !important;}.wpfcl-9{color:#f5f5f5 !important;}.wpfbg-9{background-color:#f5f5f5 !important;}.wpfbr-9{border:1px solid #f5f5f5 !important;}.wpfcl-10{color:#f46464 !important;}.wpfbg-10{background-color:#f46464 !important;}.wpfbr-l-10{border-left:1px solid #f46464 !important;}#wpforo #wpforo-wrap .author-rating{border:1px solid #e6e6e6;background:#f5f5f5;}#wpforo #wpforo-wrap .wpf-author-nicename{color:#777;}#wpforo #wpforo-wrap .wpforo-admin-note{border:1px solid #e6e6e6;background:#fff;}#wpforo #wpforo-wrap .wpf-breadcrumb .wpf-root{border-left:1px solid #666;}#wpforo #wpforo-wrap .wpf-breadcrumb a.wpf-end{background:transparent !important;}#wpforo #wpforo-wrap .wpf-breadcrumb a.wpf-end:hover{background:transparent !important;}#wpforo #wpforo-wrap .wpf-breadcrumb a{color:#666;}#wpforo #wpforo-wrap .wpf-breadcrumb div:hover{background:#f5f5f5;}#wpforo #wpforo-wrap .wpf-breadcrumb div:hover:after{background:#f5f5f5;}#wpforo #wpforo-wrap .wpf-breadcrumb div.active{background:#f5f5f5;color:#f26000;}#wpforo #wpforo-wrap .wpf-breadcrumb div.active:after{background:#f5f5f5;}#wpforo #wpforo-wrap .wpf-breadcrumb div:after{background:#fff;}#wpforo #wpforo-wrap .wpf-breadcrumb div.active:after{background:#f5f5f5;}#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content img,#wpforo #wpforo-wrap .wpforo-revision-body img{border:#e6e6e6 1px solid;background:#fff;}#wpforo #wpforo-wrap .wpforo-post blockquote,#wpforo #wpforo-wrap .wpforo-revision-body blockquote{border:#999 1px dotted;background:#e6e6e6;}#wpforo #wpforo-wrap .wpforo-post .wpforo-post-code,#wpforo #wpforo-wrap .wpforo-revision-body .wpforo-post-code{border:#e6e6e6 1px solid;background:#e6e6e6;}#wpforo #wpforo-wrap .wpforo-post code,#wpforo #wpforo-wrap .wpforo-revision-body code{border:#e6e6e6 1px solid;background:#e6e6e6;}#wpforo #wpforo-wrap .wpforo-post .wpforo-post-code-title,#wpforo #wpforo-wrap .wpforo-post .wpforo-post-code-title{border-bottom:#e6e6e6 1px solid;}#wpforo #wpforo-wrap .wpforo-post .wpforo-post-attachments{border:#fff 1px dotted;}#wpforo #wpforo-wrap .wpforo-post .wpforo-post-attachments img{border:#e6e6e6 2px solid;background:#fff;}#wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature{border-top:#ccc 1px dashed;color:#777;}#wpforo #wpforo-wrap .wpforo-post .wpforo-membertoggle i{color:#f71b8c;}#wpforo #wpforo-wrap .wpf-mod-message{color:#ff812d;}#wpforo #wpforo-wrap .wpforo-topic-badges{background-color:#f5f5f5;}#wpforo #wpforo-wrap .wpf-unread-forum .wpforo-forum-icon i,#wpforo #wpforo-wrap .wpforo-subforum .wpf-unread-forum i{color:#d431ed !important;}#wpforo #wpforo-wrap .wpf-post-starter{color:#a600b2;border-bottom:1px solid #a600b2;}#wpforo #wpforo-wrap .wpf-head-bar{background-color:#f5f5f5;border-bottom:1px solid #e6e6e6;}#wpforo #wpforo-wrap.wpft-post .wpf-head-bar{background-color:transparent;border-bottom:none;}#wpforo #wpforo-wrap .wpf-button-outlined{border:1px solid #f71b8c;}#wpforo #wpforo-wrap.wpft-post .wpf-manage-link .wpf-action{background:#f5f5f5;}#wpforo #wpforo-wrap .wpf-button-outlined:hover{box-shadow:1px 1px 4px #ccc;background-color:#fff;}#wpforo #wpforo-wrap .wpf-button-outlined.wpf-subscribe-forum{border:1px solid #ff812d;background-color:#fff;background-color:#fff;margin-right:5px;}#wpforo #wpforo-wrap .wpf-button-outlined.wpf-subscribe-topic{border:1px solid #ff812d;background-color:#fff;margin-right:5px;}#wpforo #wpforo-wrap .wpf-member-title.wpfut{background-color:#fff;}#wpforo #wpforo-wrap .wpf-post-edit-wrap{border-top:1px dashed #e6e6e6;}#wpforo #wpforo-wrap .wpforo-post-head{}#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top{background-color:#f5f5f5;border-left:3px solid #a600b2;}#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box .wpf-tstat svg{fill:#a600b2;}#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box span{color:#666;}#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box.wpf-pb-more{border-left:1px solid #ccc;}#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box.wpf-pb-more svg{fill:#777;}#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-info .wpf-post-info-forum{color:#666;}#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info h3{border-bottom:1px dashed #a600b2;}#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info{background-color:#f5f5f5;}#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info .wpf-tmi-user-avatar .wpf-tmi-user-posts{background-color:#666;color:#fff;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-category{background-color:#f5f5f5;border-bottom:#a600b2 3px solid;}#wpforo #wpforo-wrap .wpfl-1 .cat-title{color:#555;}#wpforo #wpforo-wrap .wpfl-1 .cat-stat-posts{color:#555;}#wpforo #wpforo-wrap .wpfl-1 .cat-stat-topics{color:#555;}#wpforo #wpforo-wrap .wpfl-1 .forum-wrap{border-bottom:#f5f5f5 2px solid;}#wpforo #wpforo-wrap .wpfl-1 .forum-wrap:last-child{border-bottom:none;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum{}#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-description{color:#777;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-subforum{border-top:#dadada 1px dotted;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-footer{color:#999;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topics{background-color:#fff;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topics-tab{color:#555;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topics-list{color:#555;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topics-list li{background-color:#f5f5f5;border-bottom:2px solid #fff;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-head{border-bottom:#a600b2 3px solid;color:#555;}#wpforo #wpforo-wrap .wpfl-1 .head-title{color:#555;}#wpforo #wpforo-wrap .wpfl-1 .head-stat-posts{color:#555;}#wpforo #wpforo-wrap .wpfl-1 .head-stat-views{color:#555;}#wpforo #wpforo-wrap .wpfl-1 .topic-wrap{border-bottom:#e6e6e6 1px solid;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic{}#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-info{color:#555;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-stat-posts{color:#555;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-stat-views{color:#555;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-posts{background-color:#fff;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-posts-tab{color:#555;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-posts-list{color:#555;border-left:#e6e6e6 2px solid;background-color:#fafafa;}#wpforo #wpforo-wrap .wpfl-1 .post-wrap{}#wpforo #wpforo-wrap .wpfl-1 .wpforo-post{}#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top{border-top:1px solid #e6e6e6;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left{background:#f5f5f5;border-top:#a600b2 2px solid;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .avatar{background:#fff;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-rating{border:1px solid #e6e6e6;background:#f5f5f5;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom{}#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom .reacted-users a{color:#ff812d;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-action{background:#f5f5f5;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpforo-post-content-top .wpf-action{background:transparent;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-category{background-color:#f5f5f5;border-bottom:#a600b2 3px solid;}#wpforo #wpforo-wrap .wpfl-2 .cat-title{color:#555;}#wpforo #wpforo-wrap .wpfl-2 .cat-lastpostinfo{color:#555;}#wpforo #wpforo-wrap .wpfl-2 .forum-wrap{}#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum{}#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-icon{color:#555;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-info{color:#555;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-subforum{}#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-stat{color:#ff812d;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data{background:#fafafa;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data .wpforo-last-post-info{border-top:#e6e6e6 1px dashed;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post{color:#555;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post-avatar{color:#555;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post-avatar img{background:#fff;border:1px solid #ccc;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-head{border-bottom:#a600b2 3px solid;color:#555;}#wpforo #wpforo-wrap .wpfl-2 .head-title{color:#555;}#wpforo #wpforo-wrap .wpfl-2 .head-stat-posts{color:#555;}#wpforo #wpforo-wrap .wpfl-2 .head-stat-views{color:#555;}#wpforo #wpforo-wrap .wpfl-2 .head-stat-lastpost{color:#555;}#wpforo #wpforo-wrap .wpfl-2 .topic-wrap{border-bottom:#e6e6e6 1px solid;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic{}#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-avatar{color:#555;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-avatar img{background:#fff;border:1px solid #ccc;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-info{color:#555;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-stat-posts{color:#555;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-stat-views{color:#555;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-stat-lastpost{color:#555;}#wpforo #wpforo-wrap .wpfl-2 .post-wrap{border-top:#e6e6e6 1px solid;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-post{background-color:#fff;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right{background:#f5f5f5;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-bottom{border-top:#fff 1px solid;background:#fff;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpf-post-button-actions span.wpf-action{background-color:#e6e6e6;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .avatar{background:#fff;border:#e6e6e6 2px solid;}#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-bottom .cbleft a{color:#ff812d;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-category{background-color:#f5f5f5;border-bottom:#a600b2 3px solid;}#wpforo #wpforo-wrap .wpfl-3 .cat-title{color:#555;}#wpforo #wpforo-wrap .wpfl-3 .cat-stat-posts{color:#555;}#wpforo #wpforo-wrap .wpfl-3 .cat-stat-answers{color:#555;}#wpforo #wpforo-wrap .wpfl-3 .cat-stat-questions{color:#555;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum{background-color:#fafafa;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-icon{color:#555;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-info{color:#555;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-footer{color:#999;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-stat-posts{color:#555;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-stat-answers{color:#555;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-stat-questions{color:#555;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topics{background-color:#fff;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topics-tab{color:#555;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topics-list{color:#555;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic .wpf-tbox{background:#f5f5f5;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic .wpf-tbox .wpforo-label svg{fill:#999;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-replies i{color:#999;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-bottom .wpforo-tags i{color:#999;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-last-topic-status{border-left:1px solid #e6e6e6;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-stat .wpft-cell-left{border-bottom:1px dashed #ccc;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-stat .wpft-cell-right{}#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic-head{border-bottom:#a600b2 3px solid;color:#555;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic{color:#555;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpf-tbox{background:#fafafa;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic .wpf-tbox .wpforo-label svg{fill:#999;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic-replies i{color:#999;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic-bottom .wpforo-tags i{color:#999;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-topic-status{border-left:1px solid #e6e6e6;}#wpforo #wpforo-wrap .wpfl-3 .head-title{color:#555;}#wpforo #wpforo-wrap .wpfl-3 .head-stat-posts{color:#555;}#wpforo #wpforo-wrap .wpfl-3 .head-stat-lastpost{color:#555;}#wpforo #wpforo-wrap .wpfl-3 .post-wrap{}#wpforo #wpforo-wrap .wpfl-3 .wpforo-post{background-color:#fff;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-tags{background-color:#f5f5f5;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left{border-right:2px solid #f5f5f5;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-answer{color:#00a636;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-not-answer{color:#999 !important;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right{background:#fff;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content{background:#fafafa;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content-top{border-bottom:2px solid #f5f5f5;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-tool-bar{border-top:1px dotted #e6e6e6;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-signature-content{border-top:#d431ed 1px dotted;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data-content{border:#fff 1px solid;background:#fff4ed;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author .wpforo-post-author-details .wpforo-post-author-data{border-left:1px dashed #ccc;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author .wpforo-post-author-details .wpforo-post-author-stat{border-left:1px dashed #ccc;}#wpforo #wpforo-wrap .wpfl-3 .wpf-answer-sep{color:#666;border-bottom:2px solid #a600b2;}#wpforo #wpforo-wrap .wpfl-3 .wpf-answer-sep svg{fill:#a600b2;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment{background-color:#fff;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right{background:#f5f5f5;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpforo-comment-action-links .wpf-action{color:#ccc;}#wpforo #wpforo-wrap .wpfl-3 .wpforo-comment .wpforo-comment-action-links .wpf-action:hover{color:#d431ed;}#wpforo #wpforo-wrap .wpfl-4 .wpforo-category{background-color:#f5f5f5;border-bottom:3px solid #a600b2;}#wpforo #wpforo-wrap .wpfl-4.wpf-category-page .wpforo-category{background-color:transparent;}#wpforo #wpforo-wrap .wpfl-4.wpf-subforums .wpforo-category{background-color:transparent;border-bottom:3px solid #a600b2;}#wpforo #wpforo-wrap .wpfl-4 .wpforo-post .wpf-right .wpforo-post-content-top{border-bottom:1px solid #e6e6e6;}#wpforo #wpforo-wrap .wpfl-4 .wpforo-post .wpf-left .avatar{background:#fff;border:#e6e6e6 1px solid;}#wpforo #wpforo-wrap .wpfl-4 .wpforo-post .wpf-left .author-rating{border:1px solid #e6e6e6;background:#f5f5f5;}#wpforo #wpforo-wrap .wpfl-4 .wpforo-post .bottom{border-top:#e6e6e6 1px solid;}#wpforo #wpforo-wrap .wpfl-4 .wpforo-post .bottom .reacted-users a{color:#ff812d;}#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-newest,#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-hottest,#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-solved,#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-unsolved{color:#777;}#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-newest:hover{color:#cc0095;}#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-hottest:hover{color:#ff812d;}#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-solved:hover{color:#00a636;}#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-unsolved:hover{color:#777;}#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-newest:hover,#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-newest.wpf-active{border-color:#cc0095;color:#cc0095;}#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-hottest:hover,#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-hottest.wpf-active{border-color:#ff812d;color:#ff812d;}#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-solved:hover,#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-solved.wpf-active{border-color:#00a636;color:#00a636;}#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-unsolved:hover,#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-unsolved.wpf-active{border-color:#777;color:#777;}#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item{border-bottom:1px dashed #dadada;}#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item:nth-child(even){border-left:3px solid #fff;}#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item a{color:#555;}#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item a:hover{color:#d431ed;}#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head{border-bottom:1px solid #e6e6e6;}#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-label{border-bottom:1px dashed #999;color:#666;}#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box{color:#666;}#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-body{color:#555;}#wpforo #wpforo-wrap .wpfl-4 .wpf-threads .wpforo-tags .wpf-tags-text i{color:#999;}#wpforo #wpforo-wrap .wpfl-4 .wpf-threads .wpforo-tags tag a{color:#777;}#wpforo #wpforo-wrap .wpfl-4 .wpf-threads .wpforo-tags tag a:hover{color:#d431ed;}#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-users a img{background-color:#fff;}#wpforo #wpforo-wrap .wpfl-4 .wpf-threads .wpf-thread-users-avatars img.avatar,#wpforo #wpforo-wrap .wpfl-4 .wpf-threads .wpf-thread-users-avatars img{box-shadow:0 0 2px #999;}#wpforo #wpforo-wrap .wpft-topic .wpfl-4 .wpf-threads-head{background:#a600b2;color:#fff;border-bottom:2px solid #ccc;}#wpforo #wpforo-wrap .wpft-topic .wpfl-4 .wpf-threads-head .wpf-head-box{color:#fff;}#wpforo #wpforo-wrap .wpft-topic .wpfl-4 .wpf-thread{background-color:#f5f5f5;}#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-status .wpf-circle.wpfsq:first-child{box-shadow:0px 0px 18px #e6e6e6 inset;border:1px solid #eee;}#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-last-reply .wpf-thread-last-avatar i{color:#999;}#wpforo #wpforo-wrap .wpfl-4 .wpforo-topic-meta .wpforo-tags .wpf-tags-title i{color:#777;}#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-left .wpf-author-posts{color:#777;}#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-top{}#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-top .wpf-post-date{color:#999;}#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-bottom .wpf-author{color:#999;}#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content{}#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot{background:#fafafa;}#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-reaction-wrap .wpf-like-count{color:#777;}#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-reply .wpf-action{}#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-reply:hover .wpf-action{color:#d431ed;}#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons:hover .wpf-action{color:#999;}#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action{color:#ccc;}#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action:hover{color:#f71b8c;}#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action.wpforo-public i,#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action.wpforo-public i{color:#d431ed;}#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action.wpforo-open i,#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action.wpforo-open i{color:#d431ed;}#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action.wpforo-approve i,#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action.wpforo-approve i{color:#d431ed;}#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action.wpforo-unsolved i,#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action.wpforo-unsticky i{color:#d431ed;}#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action.wpforo-unsolved i:hover,#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action.wpforo-unsticky i:hover{color:#f71b8c;}#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies-bar{color:#777;}#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies-bar .wpf-post-replies-info{color:#a600b2;}#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies-bar .wpf-prsep{border-bottom:1px dashed #999;}#wpforo #wpforo-wrap .wpfl-4 .wpf-post-replies-bar .wpforo-ttgg i{color:#999;}#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author-avatar .avatar{background:#fff;border:1px solid #dadada;}#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-author .wpforo-memberinfo{color:#777;}#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-head .wpf-post-date{color:#999;}#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content{background-color:#fafafa;}#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content .wpf-reply-tree{border-bottom:1px dashed #ccc;}#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content .wpf-reply-tree i{color:#999;}#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content .wpf-reply-tree .wpf-tree-item em{color:#777;}#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-reply-content .wpf-reply-tree .wpf-tree-item.wpf-starter .avatar{background:#fff;border:1px solid #a600b2;}#wpforo #wpforo-wrap .wpfl-4 .wpf-child-post .wpf-content-foot{border-top:#f5f5f5 1px solid;}#wpforo #wpforo-wrap .wpfl-4 .wpforo-post .wpforo-post-footer{background:#fafafa;}#wpforo #wpforo-wrap .wpfl-4 .wpforo-post .wpforo-post-footer .reacted-users:not(:empty){border-top:3px solid #fff;}#wpforo #wpforo-wrap .wpfl-4 .wpforo-post .wpforo-post-footer .reacted-users a{color:#ff812d;}#wpforo #wpforo-wrap .wpfl-4 .wpf-replies-sep{border-bottom:1px solid #ccc;color:#999;}#wpforo #wpforo-wrap .wpf-popover i.fa-thumbs-up{color:#f71b8c;}#wpforo #wpforo-wrap .wpf-popover i.fa-thumbs-down{color:#f42d2c;}#wpforo #wpforo-wrap .wpf-popover .wpf-react.wpf-unreacted > i{color:#999;}#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head{box-shadow:0 0 2px #ccc;}#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-head .wpforo-profile-back{background:#a600b2;color:#fff;}#wpforo #wpforo-wrap .wpforo-profile .wpforo-user-tools span{color:#f71b8c;}#wpforo #wpforo-wrap .wpforo-profile .wpforo-user-tools span.wpf-ab-ban[data-currentstate="0"]{color:#999;}#wpforo #wpforo-wrap .wpforo-profile .wpforo-user-tools span.wpf-ab-ban[data-currentstate="1"]{color:#e76a11;}#wpforo #wpforo-wrap .wpforo-profile .wpforo-user-tools span.wpf-ab-delete{color:#c22517;}#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-menu{border-bottom:2px solid #e6e6e6;}#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-menu .wpf-profile-menu:hover{background:#f5f5f5;color:#555;}#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-menu .wpf-profile-menu{border-right:#fff 1px solid;}#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-menu .wpf-profile-menu.wpforo-active{color:#a600b2;}#wpforo #wpforo-wrap .wpforo-profile .wpforo-profile-home .wpf-field.wpf-field-name-html_soc_net{border-bottom:2px solid #f5f5f5;}#wpforo #wpforo-wrap .wpf-profile-section{color:#666;}#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox .wpf-statbox-icon{background-color:#fff4ed;fill:#d431ed;color:#d431ed;}#wpforo #wpforo-wrap .wpf-board-panel{background:#f5f5f5;}#wpforo #wpforo-wrap .wpf-board-panel-right span{border-left:1px solid #fff;}#wpforo #wpforo-wrap .wpf-board-panel-right span.wpf-active{background:#fff;background:#fff;}#wpforo #wpforo-wrap .wpforo-profile .wpf-field .wpf-field-cl{clear:both;}#wpforo #wpforo-wrap .wpforo-profile .wpf-field input{max-width:100%;}#wpforo #wpforo-wrap .wpforo-profile .wpf-field input[type="text"],#wpforo #wpforo-wrap .wpforo-profile .wpf-field input[type="password"],#wpforo #wpforo-wrap .wpforo-profile .wpf-field input[type="email"],#wpforo #wpforo-wrap .wpforo-profile .wpf-field input[type="date"],#wpforo #wpforo-wrap .wpforo-profile .wpf-field input[type="number"],#wpforo #wpforo-wrap .wpforo-profile .wpf-field input[type="url"],#wpforo #wpforo-wrap .wpforo-profile .wpf-field input[type="tel"],#wpforo #wpforo-wrap .wpforo-profile .wpf-field textarea,#wpforo #wpforo-wrap .wpforo-profile .wpf-field select{box-shadow:none;background-color:#f5f5f5;border:1px solid #e6e6e6;}#wpforo #wpforo-wrap .wpf-activity-panel{box-shadow:0px 0px 3px #ccc;}#wpforo #wpforo-wrap .wpf-activity-panel .wpf-activity-panel-right span{border-right:1px solid #f5f5f5;}#wpforo #wpforo-wrap .wpf-activity-panel .wpf-activity-panel-right span.wpf-active{background:#f5f5f5;}#wpforo #wpforo-wrap .wpf-activity-icon i{background:#fff;box-shadow:0px 0px 5px #bbb;}#wpforo #wpforo-wrap .wpf-activity-icon svg{fill:#999;}#wpforo #wpforo-wrap .wpf-activity-data{border-left:2px solid #f5f5f5;}#wpforo #wpforo-wrap .wpf-activity-data .wpf-activity-bottom .wpf-activity-forum{border-left:1px dashed #ccc;}#wpforo #wpforo-wrap .wpfa-reply .wpf-activity-icon svg{fill:#999;}#wpforo #wpforo-wrap .wpforo-subscriptions .sbn-icon{border-right:2px solid #fff;}#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk-options{background:#fff;border:1px solid #dadada;border-left:1px solid #dadada;}#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk-options ul li{border-bottom:1px dotted #ccc;}#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk-options .wpf-sbs-cat{background:#f5f5f5;}#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk div{border-bottom:1px dotted #999;}#wpforo #wpforo-wrap .wpforo-subscriptions .wpf-sbs-bulk-options .wpf-sbs-checkbox{color:#555;}#wpforo #wpforo-wrap .wpf-sbs-panel{box-shadow:0px 0px 3px #ccc;}#wpforo #wpforo-wrap .wpf-sbs-panel .wpf-sbs-panel-right span{border-right:1px solid #f5f5f5;}#wpforo #wpforo-wrap .wpf-sbs-panel .wpf-sbs-panel-right span.wpf-active{background:#f5f5f5;}#wpforo #wpforo-wrap .wpforo-subscriptions .wpforo-sb{border-bottom:1px dashed #ccc;}#wpforo #wpforo-wrap .wpforo-subscriptions .wpforo-sb .sbn-action i{color:#e85757;}#wpforo #wpforo-wrap .wpforo-followers .wpf-tab-subtitle{border-bottom:1px dashed #ccc;}#wpforo #wpforo-wrap .wpforo-followers .wpforo-follower{background:#f5f5f5;}#wpforo #wpforo-wrap .wpforo-following .wpf-tab-subtitle{border-bottom:1px dashed #ccc;}#wpforo #wpforo-wrap .wpforo-following .wpforo-follower{background:#f5f5f5;}#wpforo #wpforo-wrap .wpforo-following .wpforo-follower .sbn-action a{color:#e85757;}#wpforo #wpforo-wrap input[type="text"],#wpforo #wpforo-wrap input[type="password"],#wpforo #wpforo-wrap input[type="email"],#wpforo #wpforo-wrap textarea,#wpforo #wpforo-wrap select{border:1px solid #dadada;color:#777;box-shadow:inset 0 1px 4px #e6e6e6;-moz-box-shadow:inset 0 1px 4px #e6e6e6;-webkit-box-shadow:inset 0 1px 4px #e6e6e6;}#wpforo #wpforo-wrap input[type="submit"],#wpforo #wpforo-wrap input[type="reset"],#wpforo #wpforo-wrap input[type="button"],#wpforo-dialog input[type="submit"],#wpforo-dialog input[type="reset"],#wpforo-dialog input[type="button"]{background:#a600b2;color:#fff;border:1px solid #cc0095;}#wpforo #wpforo-wrap input[type="submit"]:hover,#wpforo #wpforo-wrap input[type="reset"]:hover{background:#cc0095;}#wpforo #wpforo-wrap input[type="button"]:hover{background:#cc0095;}#wpforo #wpforo-wrap .wpf-button,.wpf-button{background:#a600b2;color:#fff !important;border:1px solid #cc0095;}#wpforo #wpforo-wrap .wpf-button:hover,.wpf-button:hover{background:#cc0095;}#wpforo #wpforo-wrap .wpforo-category .wpf-button{background:#fff;color:#a600b2 !important;border:1px solid #cc0095;box-shadow:0 0 3px #fff;}#wpforo #wpforo-wrap .wpforo-category .wpf-button:hover{background:#a600b2;color:#fff !important;border:1px solid #cc0095;box-shadow:0 0 10px #fff;}#wpforo #wpforo-wrap .wpf-button-secondary,.wpf-button-secondary{background:#fefefe !important;color:#333 !important;border:1px solid #ccc !important;}#wpforo #wpforo-wrap .wpf-button-secondary:hover,.wpf-button-secondary:hover{background:#fff !important;}#wpforo #wpforo-wrap .wpf-topic-create{background-color:#f5f5f5;}#wpforo #wpforo-wrap .wpf-topic-create .wp-editor-tools{border-bottom:1px #dadada solid;}#wpforo #wpforo-wrap .wpf-topic-create .wp-editor-tabs a.switch-tmce{border:1px #dadada solid;}#wpforo #wpforo-wrap .wpf-topic-create .wp-editor-tabs a.switch-html{border:1px #dadada solid;}#wpforo #wpforo-wrap .wpf-topic-create .quicktags-toolbar input[type="button"]{background:#a600b2;color:#fff;}#wpforo #wpforo-wrap .wpf-topic-create .quicktags-toolbar input[type="button"]:hover{background:#cc0095 !important;}#wpforo #wpforo-wrap .wpf-post-create{background-color:#f5f5f5;}#wpforo #wpforo-wrap .wpf-post-create .wp-editor-tools{border-bottom:1px #dadada solid;}#wpforo #wpforo-wrap .wpf-post-create .wp-editor-tabs a.switch-tmce{border:1px #dadada solid;}#wpforo #wpforo-wrap .wpf-post-create .wp-editor-tabs a.switch-html{border:1px #dadada solid;}#wpforo #wpforo-wrap .wpf-post-create .quicktags-toolbar input[type="button"]{background:#a600b2;color:#fff;}#wpforo #wpforo-wrap .wpf-post-create .quicktags-toolbar input[type="button"]:hover{background:#cc0095 !important;}#wpforo #wpforo-wrap .wpforo-tags .wpf-tags-title{border-right:1px solid #fff;}#wpforo #wpforo-wrap .wpf-tags a{background:#f26000;color:#fff;}#wpforo #wpforo-wrap .wpf-tags a:before{border-color:transparent #f26000 transparent transparent;}#wpforo #wpforo-wrap .wpf-tags a:after{background:#fff;-moz-box-shadow:-1px -1px 2px #f71b8c;-webkit-box-shadow:-1px -1px 2px #f71b8c;box-shadow:-1px -1px 2px #f71b8c;}#wpforo #wpforo-wrap .wpf-topic-tags #wpf_tags{color:#f26000;}#wpforo #wpforo-wrap.wpf-dark .wpf-topic-tags #wpf_tags{color:#555;}#wpforo #wpforo-wrap .wpf-tags a:active,#wpforo #wpforo-wrap .wpf-tags a:visited{color:#fff;}#wpforo #wpforo-wrap .wpf-tags a:hover{background:#666;color:#fff;}#wpforo #wpforo-wrap .wpf-tags a:hover:before{border-color:transparent #666 transparent transparent;}#wpforo #wpforo-wrap .wpforo-topic-footer{color:#777;}#wpforo #wpforo-wrap .wpf-topic-rel .wpf-rel-wrap{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;}#wpforo #wpforo-wrap .wpf-topic-rel .wpf-no-rel{border-top:1px solid #e6e6e6;}#wpforo #wpforo-wrap .wpf-topic-visitors{border-top:1px solid #e6e6e6;}#wpforo #wpforo-wrap .wpf-topic-navi .wpf-navi-wrap{border-top:#e6e6e6 3px solid;}#wpforo #wpforo-wrap .wpf-tags-text i,#wpforo #wpforo-wrap .wpf-topic-rel .wpf-rel-title i{color:#777;}#wpforo #wpforo-wrap .wpforo-members-wrap td.wpf-members-search{border-bottom:1px solid #e6e6e6;}#wpforo #wpforo-wrap .wpforo-members .wpforo-member{background:#fafafa;}#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpforo-member-social a{color:#ccc;fill:#ccc;}#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpforo-member-social a:hover{color:#a600b2;fill:#a600b2;}#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpforo-member-ug{border:1px dashed #f5f5f5;}#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpforo-member-reputation{}#wpforo #wpforo-wrap .wpforo-members .wpforo-member .wpforo-member-bg{box-shadow:0 0 4px #ccc;}#wpforo #wpforo-wrap .wpforo-register-wrap .wpforo-register-content{border-top:#a600b2 1px solid;border-bottom:#ccc 1px solid;padding:40px 1%;}#wpforo #wpforo-wrap .wpforo-register-wrap .wpforo-register-content h3{color:#555;}#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-login-content{border-top:#a600b2 1px solid;border-bottom:#ccc 1px solid;padding:40px 1%;}#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-login-content .wpforo-login-table{padding:1%;}#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-login-content .wpforo-login-table .wpf-field{border-bottom:none;}#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-login-content h3{color:#555;}#wpforo #wpforo-wrap .wpforo-404-wrap .wpforo-404-content{border-top:#e6e6e6 1px solid;border-bottom:#e6e6e6 1px solid;}#wpforo #wpforo-wrap .wpforo-404-wrap .wpf-search-box{border:#ccc 1px dashed;}#wpforo #wpforo-wrap .wpf-please-login{background-color:#f5f5f5;}#wpforo #wpforo-wrap #wpforo-search-title{color:#333;}#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-search-bar{background:#f5f5f5;border:#e6e6e6 1px solid;}#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpfltd{border-bottom:1px dotted #fff;}#wpforo #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpfrtd{border-bottom:1px dotted #fff;}#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content{border-bottom:#e6e6e6 1px solid;}#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-ptr{border-bottom:#ccc 1px solid;}#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-htr{background-color:#a600b2;color:#fff;}#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-ttr{background:#f5f5f5;}#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-icon{border-right:1px solid #fff;}#wpforo #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-icon{border-right:1px solid #fff;}#wpforo #wpforo-wrap #wpforo-recent-title{color:#333;}#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar{background:#f5f5f5;border:#e6e6e6 1px solid;}#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpfltd{border-bottom:1px dotted #fff;}#wpforo #wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpfrtd{border-bottom:1px dotted #fff;}#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content{border-bottom:#e6e6e6 1px solid;}#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content .wpf-htr{border-bottom:#a600b2 3px solid;color:#777;}#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content .wpf-ttr{background:#fafafa;}#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-shead-icon{border-right:1px solid #fff;}#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-icon{border-right:1px solid #fff;}#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-stext{color:#666;}#wpforo #wpforo-wrap .wpf-action,.wpf-notifications .wpf-action{color:#f71b8c;}#wpforo #wpforo-wrap .wpf-action:hover,.wpf-notifications .wpf-action:hover{cursor:pointer;color:#d431ed;}#wpforo #wpforo-wrap .wpf-action.wpforo-tools{}#wpforo #wpforo-wrap .wpf-action.wpforo-tools:hover{cursor:pointer;}#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-page-info{color:#666;}#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-prev-button{background:#a600b2;color:#fff;}#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-next-button{background:#a600b2;color:#fff;}#wpforo #wpforo-wrap #wpforo-stat-header{color:#555;border-bottom:1px solid #ccc;}#wpforo #wpforo-wrap  #wpforo-stat-body .wpf-stat-item{border-right:1px solid #e6e6e6;}#wpforo #wpforo-wrap  #wpforo-stat-body .wpf-stat-item i{color:#777;}#wpforo #wpforo-wrap  #wpforo-stat-body .wpf-stat-item .wpf-stat-value{color:#777;}#wpforo #wpforo-wrap  #wpforo-stat-body .wpf-stat-item .wpf-stat-label{border-top:1px dotted #ccc;color:#777;}#wpforo #wpforo-wrap  #wpforo-stat-body .wpf-last-info i{color:#777;}#wpforo #wpforo-wrap #wpforo-poweredby{border-top:1px solid #e6e6e6;}#wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-title{border-bottom:3px solid #a600b2;margin-bottom:-2px;}#wpforo #wpforo-wrap  .wpf-footer-box{background-color:#f5f5f5;}#wpforo #wpforo-wrap #wpforo-stat-body .wpf-newest-member svg,#wpforo #wpforo-wrap #wpforo-stat-body .wpf-newest-post svg{fill:#777;}#wpforo #wpforo-wrap  #wpforo-stat-body.wpf-new svg,#wpforo #wpforo-wrap  #wpforo-stat-body .wpf-all-read i{color:#f26000;}#wpforo #wpforo-wrap .widget-title,.wpforo-widget-wrap .widget-title{border-bottom:2px solid #e6e6e6;}#wpforo #wpforo-wrap .wpforo-widget-wrap .wpforo-widget-content li,.wpforo-widget-wrap .wpforo-widget-content li{border-bottom:1px dotted #ccc;}.wpforo-widget-wrap .wpf-widget-tags li{border:none !important;}.wpforo-widget-wrap .wpf-widget-tags li a{border-color:#d431ed !important;}.wpforo-widget-wrap .wpf-widget-tags li span{border:1px solid #d431ed !important;background-color:#d431ed !important;color:#fff !important;}.wpforo-widget-wrap .wpf-widget-tags li a:hover{background-color:#d431ed !important;color:#fff !important;}.wpforo-widget-wrap .wpf-prof-footer .wpf-prof-buttons a:hover{background:#d431ed !important;}.ui-dialog{z-index:999998 !important;}.wpf-video{margin:10px !important;}.ui-dialog .ui-widget-header{background-color:#a600b2 !important;border-bottom:#ccc 1px solid !important;}.ui-dialog .ui-widget-header span.ui-dialog-title{color:#fff !important;}.ui-widget input[type="submit"]:hover{background:#cc0095;}.ui-widget input[type="submit"]{background:#a600b2;color:#fff;border:1px solid #cc0095;}#wpforo #wpforo-wrap .wpforo-topic-badges i.fa,#wpforo #wpforo-wrap .wpforo-topic-badges i.fas,#wpforo #wpforo-wrap .wpforo-topic-badges i.fab,#wpforo #wpforo-wrap .wpforo-topic-badges i.far,#wpforo #wpforo-wrap .wpforo-topic-badges i.fal{color:#a600b2;}#wpf_multi_quote .wpf-multi-quote{color:#fff;background:#a600b2;}body.wpf-dark #wpf_multi_quote .wpf-multi-quote{color:#f71b8c;}#wpf-msg-box a{color:#fff;}#wpf-msg-box a:hover{color:#e6e6e6;}#wpf-msg-box > p{color:#fff !important;background-color:#a600b2;background:-moz-linear-gradient(#a600b2);background:-o-linear-gradient(#a600b2);background:linear-gradient(#a600b2);}#wpf-msg-box > p:after{border-color:transparent #a600b2;}#wpf-msg-box > p.error{background-color:#f46464;background:-moz-linear-gradient(#f46464);background:-o-linear-gradient(#f46464);background:linear-gradient(#f46464);}#wpf-msg-box > p.error:after{border-color:transparent #f46464;}#wpf-msg-box > p.success{background-color:#00a636;background:-moz-linear-gradient(#00a636);background:-o-linear-gradient(#00a636);background:linear-gradient(#00a636);}#wpf-msg-box > p.success:after{border-color:transparent #00a636;}body.wpf-dark #wpf-msg-box > p,body.wpf-dark #wpf-msg-box a,body.wpf-dark #wpf-msg-box a:visited{color:#f71b8c !important;}body.wpf-dark #wpf-msg-box a:hover,body.wpf-dark #wpf-msg-box a:active{color:#d431ed !important;}#wpforo #wpforo-wrap .wpf-field{border-bottom:1px dashed #ccc;}#wpforo #wpforo-wrap .wpf-field .wpf-label i{color:#777;}#wpforo #wpforo-wrap .wpf-field:not(.wpf-field-type-tinymce) .wpf-field-wrap i{color:#777;}#wpforo #wpforo-wrap .wpf-field .wpf-field-cl{clear:both;}#wpforo #wpforo-wrap .wpf-field input{max-width:100%;}#wpforo #wpforo-wrap .wpf-field input[type="text"],#wpforo #wpforo-wrap .wpf-field input[type="search"],#wpforo #wpforo-wrap .wpf-field input[type="password"],#wpforo #wpforo-wrap .wpf-field input[type="email"],#wpforo #wpforo-wrap .wpf-field input[type="date"],#wpforo #wpforo-wrap .wpf-field input[type="number"],#wpforo #wpforo-wrap .wpf-field input[type="url"],#wpforo #wpforo-wrap .wpf-field input[type="tel"],#wpforo #wpforo-wrap .wpf-field textarea,#wpforo #wpforo-wrap .wpf-field select{box-shadow:none;background-color:#fff;border:1px solid #e6e6e6;}#wpforo #wpforo-wrap .wpf-field input::-webkit-input-placeholder,#wpforo #wpforo-wrap .wpf-field textarea::-webkit-input-placeholder{color:#999;}#wpforo #wpforo-wrap .wpf-field input::-moz-placeholder,#wpforo #wpforo-wrap .wpf-field textarea::-moz-placeholder{color:#999;}#wpforo #wpforo-wrap .wpf-field input:-ms-input-placeholder,#wpforo #wpforo-wrap .wpf-field textarea:-ms-input-placeholder{color:#999;}#wpforo #wpforo-wrap .wpf-field input:-moz-placeholder,#wpforo #wpforo-wrap .wpf-field textarea:-moz-placeholder{color:#999;}#wpforo #wpforo-wrap .wpf-field input[type="text"]:focus,#wpforo #wpforo-wrap .wpf-field input[type="password"]:focus,#wpforo #wpforo-wrap .wpf-field input[type="email"]:focus,#wpforo #wpforo-wrap .wpf-field input[type="date"]:focus,#wpforo #wpforo-wrap .wpf-field input[type="number"]:focus,#wpforo #wpforo-wrap .wpf-field input[type="url"]:focus,#wpforo #wpforo-wrap .wpf-field input[type="tel"]:focus,#wpforo #wpforo-wrap .wpf-field textarea:focus,#wpforo #wpforo-wrap .wpf-field select:focus{background-color:#feffec;}#wpforo #wpforo-wrap .wpf-field .wpf-label i{padding-right:5px;width:25px;}#wpforo #wpforo-wrap .wpf-field .wpf-field-wrap i{}#wpforo #wpforo-wrap .wpf-field .wpf-field-required-icon{color:#ff812d;}#wpforo #wpforo-wrap .wpf-field .wpf-field-wrap .mce-tinymce.mce-container.mce-panel{border:3px solid #f5f5f5;border-width:3px !important;}#wpforo #wpforo-wrap .wpf-add-topic-title{border:1px dashed #a600b2;color:#a600b2;border-right:none;border-left:none;}#wpforo #wpforo-wrap .wpf-acp-header{border-bottom:1px dashed #a600b2;}#wpforo #wpforo-wrap .wpf-acp-header .wpf-acp-toggle i{color:#a600b2;}#wpforo #wpforo-wrap .wpf-tools{background:#f5f5f5;outline:3px solid #fff;}#wpforo #wpforo-wrap .wpf-tools .wpf-tool-tabs .wpf-tool-tab{border-bottom-color:#999;}#wpforo #wpforo-wrap .wpf-tools .wpf-tool-tabs .wpf-tool-tab.wpf-tt-active{border-bottom-color:#a600b2;color:#a600b2;}#wpforo #wpforo-wrap .wpf-tools .wpf-tool h3{color:#e6e6e6;}#wpforo #wpforo-wrap .wpf-tools .wpf-tool .wpf-tool-desc{color:#999;}#wpforo #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]{background:#fff;}#wpforo #wpforo-wrap .wpf-tools .wpf-tool .wpf-split-posts{background:#fff;border:1px solid #dadada;border-left:3px solid #dadada;}#wpforo #wpforo-wrap .wpf-tools .wpf-tool .wpf-split-posts ul li{border-bottom:1px dotted #ccc;}#wpforo #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]::placeholder{color:#ccc;opacity:1;}#wpforo #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]:-ms-input-placeholder{color:#ccc;}#wpforo #wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]::-ms-input-placeholder{color:#ccc;}#wpforo #wpforo-wrap .wpf-sb-1{color:#ccc;background-color:#f5f5f5;}#wpforo #wpforo-wrap .wpf-sb-2{color:#a600b2;background-color:#f5f5f5;}#wpforo #wpforo-wrap .wpf-sb-3{color:#ccc;background-color:transparent;}#wpforo #wpforo-wrap .wpf-sb-4{color:#a600b2;background-color:transparent;}#wpforo #wpforo-wrap .wpf-sb .wpf-sb-buttons i{color:#ccc;}#wpforo #wpforo-wrap .wpf-sb .wpf-sb-toggle .wpfsa{color:#a600b2 !important;}#wpforo #wpforo-wrap .wpfl-1 .wpf-sb-right.wpf-sb-1,#wpforo #wpforo-wrap .wpfl-1 .wpf-sb-right.wpf-sb-2{border:1px solid #e6e6e6;}#wpforo #wpforo-wrap .wpfl-2 .wpf-sb-right,#wpforo #wpforo-wrap .wpfl-3 .wpf-sb-right{border-top:1px solid #e6e6e6;}#wpforo #wpforo-wrap .wpfl-2 .wpf-sb-left,#wpforo #wpforo-wrap .wpfl-3 .wpf-sb-left{background-color:transparent;}#wpforo #wpforo-wrap .wpf-sb.wpf-sb-top .wpf-sb-buttons{border-left:1px dotted #f71b8c;}[dir="rtl"] #wpforo #wpforo-wrap .wpf-sb.wpf-sb-top .wpf-sb-buttons{border-right:1px dotted #f71b8c;border-left:none;}#wpforo #wpforo-wrap .wpf-sb.wpf-sb-top.sb-tt-expanded .wpf-sb-buttons i{color:#f71b8c;}#wpforo #wpforo-wrap .wpf-sbtn{color:#555;}#wpforo #wpforo-wrap .wpf-sbtn .wpf-sbtn-title i{color:#999;}#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-style-grey .wpf-sb-button{background:#aaa;color:#fff;}#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-style-grey .wpf-sb-button.wpf-sb-icon{background:transparent;color:#777;border:1px solid #bbb;}#wpforo #wpforo-wrap .wpf-sb .wpf-fb .wpfsa,#wpforo #wpforo-wrap .wpf-sb .wpf-fb i:hover{color:#4267b2 !important;}#wpforo #wpforo-wrap .wpf-sb .wpf-tw .wpfsa,#wpforo #wpforo-wrap .wpf-sb .wpf-tw i:hover{color:#232323 !important;}#wpforo #wpforo-wrap .wpf-sb .wpf-wapp .wpfsa,#wpforo #wpforo-wrap .wpf-sb .wpf-wapp i:hover{color:#1bd741 !important;}#wpforo #wpforo-wrap .wpf-sb .wpf-lin .wpfsa,#wpforo #wpforo-wrap .wpf-sb .wpf-lin i:hover{color:#0a75b5 !important;}#wpforo #wpforo-wrap .wpf-sb .wpf-gg .wpfsa,#wpforo #wpforo-wrap .wpf-sb .wpf-gg i:hover{color:#db4437 !important;}#wpforo #wpforo-wrap .wpf-sb .wpf-vk .wpfsa,#wpforo #wpforo-wrap .wpf-sb .wpf-vk i:hover{color:#4a76a8 !important;}#wpforo #wpforo-wrap .wpf-sb .wpf-ok .wpfsa,#wpforo #wpforo-wrap .wpf-sb .wpf-ok i:hover{color:#ee8208 !important;}#wpforo #wpforo-wrap .wpf-sbtn .wpf-sb-button.wpf-fb:hover{background-color:#4267b2;border-color:#4267b2;color:#fff;}#wpforo #wpforo-wrap .wpf-sbtn .wpf-sb-button.wpf-tw:hover{background-color:#252525;border-color:#2c2c2c;color:#fff;}#wpforo #wpforo-wrap .wpf-sbtn .wpf-sb-button.wpf-lin:hover{background-color:#0a75b5;border-color:#0a75b5;color:#fff;}#wpforo #wpforo-wrap .wpf-sbtn .wpf-sb-button.wpf-wapp:hover{background-color:#1bd741;border-color:#1bd741;color:#fff;}#wpforo #wpforo-wrap .wpf-sbtn .wpf-sb-button.wpf-gg:hover{background-color:#db4437;border-color:#db4437;color:#fff;}#wpforo #wpforo-wrap .wpf-sbtn .wpf-sb-button.wpf-vk:hover{background-color:#4a76a8;border-color:#4a76a8;color:#fff;}#wpforo #wpforo-wrap .wpf-sbtn .wpf-sb-button.wpf-ok:hover{background-color:#ee8208;border-color:#ee8208;color:#fff;}#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-style-colored .wpf-sb-button.wpf-fb{background-color:#4267b2;border-color:#4267b2;color:#fff;}#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-style-colored .wpf-sb-button.wpf-tw{background-color:#1a1a1a;border-color:#2a2a2a;color:#fff;}#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-style-colored .wpf-sb-button.wpf-wapp{background-color:#1bd741;border-color:#1bd741;color:#fff;}#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-style-colored .wpf-sb-button.wpf-lin{background-color:#0a75b5;border-color:#0a75b5;color:#fff;}#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-style-colored .wpf-sb-button.wpf-gg{background-color:#db4437;border-color:#db4437;color:#fff;}#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-style-colored .wpf-sb-button.wpf-vk{background-color:#4a76a8;border-color:#4a76a8;color:#fff;}#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-style-colored .wpf-sb-button.wpf-ok{background-color:#ee8208;border-color:#ee8208;color:#fff;}#wpforo #wpforo-wrap .wpforo-revisions-wrap{border-color:#e6e6e6;}#wpforo #wpforo-wrap .wpforo-revisions-wrap *{border-color:#a600b2 !important;}#wpforo #wpforo-wrap .wpforo-revision{background-color:#f5f5f5;box-shadow:0 0 4px #ccc;}#wpforo #wpforo-wrap .wpforo-revision .wpforo-revision-top{color:#666;}#wpforo #wpforo-wrap .wpforo-revisions-wrap .wpforo-revision-body{background-color:#fff;color:#555;}#wpforo #wpforo-wrap .wpf-topic-form-wrap > .wpf-extra-fields{border-top:1px #e6e6e6 solid;}#wpforo #wpforo-wrap.wpf-dark .wpforo-revision .wpforo-revision-top{color:#999;}#wpforo #wpforo-wrap.wpf-dark .wpforo-revisions-wrap .wpforo-revision-body{background-color:#e6e6e6;color:#f71b8c;}@media screen and (max-width:800px){#wpforo #wpforo-wrap #wpforo-menu .wpf-menu{background-color:#f5f5f5;}#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top{border-top:1px solid #e6e6e6;}}#wpforo #wpforo-wrap.wpf-dark{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfcl-3{color:#f71b8c !important;}#wpforo #wpforo-wrap.wpf-dark .wpfcl-1{color:#f71b8c !important;}#wpforo #wpforo-wrap.wpf-dark .wpfcl-4{color:#f71b8c !important;}#wpforo #wpforo-wrap.wpf-dark .wpf-action{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpforo-post .wpforo-post-content p{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark #wpforo-menu li a{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-2 .head-stat-lastpost,#wpforo #wpforo-wrap.wpf-dark .wpfl-3 .head-stat-lastpost{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-last-post{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-topic-stat-lastpost,#wpforo #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-topic-stat-lastpost{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-forum-description,#wpforo #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-forum-description{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-1 .cat-title,#wpforo #wpforo-wrap.wpf-dark .wpfl-2 .cat-title,#wpforo #wpforo-wrap.wpf-dark .wpfl-3 .cat-title{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-category div,#wpforo #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-category div,#wpforo #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-category div,#wpforo #wpforo-wrap.wpf-dark .wpfl-4 .wpforo-category div{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-last-topic-date,#wpforo #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-last-topic-date,#wpforo #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-last-topic-date{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-topic-stat-posts,#wpforo #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-topic-stat-views{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-topic-stat-posts,#wpforo #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-topic-stat-views{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-topic-stat-posts,#wpforo #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-topic-stat-views{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-last-post-date,#wpforo #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-last-post-date,#wpforo #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-last-post-date{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-1 .head-title,#wpforo #wpforo-wrap.wpf-dark .wpfl-2 .head-title,#wpforo #wpforo-wrap.wpf-dark .wpfl-3 .head-title{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-1 .head-stat-posts,#wpforo #wpforo-wrap.wpf-dark .wpfl-2 .head-stat-posts,#wpforo #wpforo-wrap.wpf-dark .wpfl-3 .head-stat-posts{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-1 .head-stat-views,#wpforo #wpforo-wrap.wpf-dark .wpfl-2 .head-stat-views,#wpforo #wpforo-wrap.wpf-dark .wpfl-3 .head-stat-views{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-post .wpf-left,#wpforo #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-post .wpf-left,#wpforo #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-post .wpf-left{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-category div.cat-stat-posts,#wpforo #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-category div.cat-stat-topics{color:#999;}#wpforo #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-last-topic-user{color:#eee;}#wpforo #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top,#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top,#wpforo #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content-top{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-forum-stat-questions,#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-stat-answers,#wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-stat-posts{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark #wpforo-stat-header{color:#f71b8c;border-bottom:1px solid #ccc;}#wpforo #wpforo-wrap.wpf-dark .wpf-button{color:#f71b8c !important;}#wpforo #wpforo-wrap.wpf-dark .wpf-topic-create .wpf-subject{background-color:#333;}#wpforo #wpforo-wrap.wpf-dark .wpf-topic-create{background-color:#f5f5f5;}#wpforo #wpforo-wrap.wpf-dark .wpf-topic-create div.mce-toolbar-grp{background-color:#f5f5f5;}#wpforo #wpforo-wrap.wpf-dark .wpf-post-create .wpf-subject{background-color:#333;}#wpforo #wpforo-wrap.wpf-dark .wpf-post-create{background-color:#f5f5f5;}#wpforo #wpforo-wrap.wpf-dark .wpf-post-create div.mce-toolbar-grp{background-color:#f5f5f5;}#wpforo #wpforo-wrap.wpf-dark input[type="submit"],#wpforo #wpforo-wrap.wpf-dark input[type="button"]{color:#f71b8c !important;}#wpforo #wpforo-wrap.wpf-dark input[type="text"],#wpforo #wpforo-wrap.wpf-dark input[type="search"],#wpforo #wpforo-wrap.wpf-dark input[type="email"],#wpforo #wpforo-wrap.wpf-dark input[type="date"],#wpforo #wpforo-wrap.wpf-dark input[type="number"],#wpforo #wpforo-wrap.wpf-dark input[type="url"],#wpforo #wpforo-wrap.wpf-dark input[type="tel"],#wpforo #wpforo-wrap.wpf-dark input[type="password"],#wpforo #wpforo-wrap.wpf-dark input[type="email"],#wpforo #wpforo-wrap.wpf-dark textarea,#wpforo #wpforo-wrap.wpf-dark select{color:#555;background-color:#333;}#wpforo #wpforo-wrap.wpf-dark input[type="text"].wpf-search-field{background-color:transparent;color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpf-field input::-webkit-input-placeholder,#wpforo #wpforo-wrap.wpf-dark .wpf-field textarea::-webkit-input-placeholder{color:#ccc;}#wpforo #wpforo-wrap.wpf-dark .wpf-field input::-moz-placeholder,#wpforo #wpforo-wrap.wpf-dark .wpf-field textarea::-moz-placeholder{color:#ccc;}#wpforo #wpforo-wrap.wpf-dark .wpf-field input:-ms-input-placeholder,#wpforo #wpforo-wrap.wpf-dark .wpf-field textarea:-ms-input-placeholder{color:#ccc;}#wpforo #wpforo-wrap.wpf-dark .wpf-field input:-moz-placeholder,#wpforo #wpforo-wrap.wpf-dark .wpf-field textarea:-moz-placeholder{color:#ccc;}#wpforo #wpforo-wrap.wpf-dark #wpforo-stat-body{border:none;}#wpforo #wpforo-wrap.wpf-dark .wpforo-members-content table tr{background-color:#f5f5f5 !important;}#wpforo #wpforo-wrap.wpf-dark .wpforo-profile-wrap .profile-rating-bar-wrap{background:none;}#wpforo #wpforo-wrap.wpf-dark .wpforo-profile-wrap .wpforo-profile-head{border:none;}#wpforo #wpforo-wrap.wpf-dark .wpf-field:nth-child(even){background-color:#f5f5f5;}#wpforo #wpforo-wrap.wpf-dark .wpf-field .wpf-field-wrap{color:#777;}#wpforo #wpforo-wrap.wpf-dark .wpf-field:not(.wpf-field-type-tinymce) .wpf-field-wrap i{color:#ccc;}#wpforo #wpforo-wrap.wpf-dark .wpf-table .wpfw-1 .wpf-field:nth-child(even){background-color:#ccc;}#wpforo #wpforo-wrap.wpf-dark .wpforo-login-wrap .wpforo-table .wpfw-1 .wpf-field:nth-child(even){background-color:transparent;}#wpforo #wpforo-wrap.wpf-dark .wpforo-profile-head .wpforo-active{color:#fff !important;}#wpforo #wpforo-wrap.wpf-dark .wpf-profile-section .wpf-statbox .wpf-statbox-value{color:#777;}#wpforo #wpforo-wrap.wpf-dark .wpf-post-create{border:none;}#wpforo #wpforo-wrap.wpf-dark .wpf-topic-create{border:none;}#wpforo #wpforo-wrap.wpf-dark #wpforo-description{color:#777;}#wpforo #wpforo-wrap.wpf-dark .wpforo-login-wrap .wpforo-login-table{background-color:transparent;}#wpforo #wpforo-wrap.wpf-dark .wpforo-login-wrap .wpforo-login-content > h3,#wpforo #wpforo-wrap.wpf-dark .wpforo-register-wrap .wpforo-register-content > h3{color:#777;}#wpforo #wpforo-wrap.wpf-dark .wpf-tools .wpf-tool .wpf-split-posts{background:#666;border:none;}#wpforo #wpforo-wrap.wpf-dark .wpf-tools .wpf-tool .wpf-split-posts ul li{border-bottom:1px dotted #333;}#wpforo #wpforo-wrap.wpf-dark .wpf-tools .wpf-tool li input[type="text"]{background:#dadada;}#wpforo #wpforo-wrap.wpf-dark .wpf-sbtn .wpf-sbtn-title{color:#777;}#wpforo #wpforo-wrap.wpf-dark .wpf-sbtn.wpf-sb-style-grey .wpf-sb-button{background:#666;}#wpforo #wpforo-wrap.wpf-dark .wpfl-4 .wpf-cat-forum-list .wpf-forum-item a{color:#777;}#wpforo #wpforo-wrap.wpf-dark .wpfl-4 .wpf-cat-forum-list .wpf-forum-item a:hover{color:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-4 .wpf-cat-forum-list .wpf-forum-item .wpf-forum-item-stat{color:#777;}#wpforo #wpforo-wrap.wpf-dark .wpfl-4 .wpf-threads-head .wpf-head-box{color:#777;}#wpforo #wpforo-wrap.wpf-dark .wpfl-4 .wpf-thread-users a img{background:#f71b8c;}#wpforo #wpforo-wrap.wpf-dark .wpfl-4 .wpf-thread-box{color:#f26000;}#wpforo #wpforo-wrap.wpf-dark .wpfl-4 .wpf-thread-status .wpf-circle.wpfsq:first-child{border:none;}#wpforo #wpforo-wrap.wpf-dark .wpfl-4 .wpf-cat-forum-list .wpf-forum-item,#wpforo #wpforo-wrap.wpf-dark .wpfl-4 .wpf-head-bar{border-bottom:1px solid #e6e6e6;}#wpforo #wpforo-wrap.wpf-dark .wpf-button{box-shadow:none;}#wpforo #wpforo-wrap.wpf-dark .wpf-thread-forum .wpf-circle i{background:#fff;padding:0;border-radius:50%;height:35px;width:35px;line-height:35px;}#wpforo #wpforo-wrap.wpf-dark .wpf-member-title.wpfut{border:none;}#wpforo #wpforo-wrap.wpf-dark .wpfl-4 .wpf-content-foot .wpf-reply .wpf-action{background:transparent;}#wpforo #wpforo-wrap.wpf-dark .wpfl-4 .wpf-child-post .wpf-reply-content{border:1px solid #f5f5f5;background-color:#ccc;}#wpforo #wpforo-wrap.wpf-dark .wpfl-4 .wpf-child-post .wpf-content-foot{border-top:#999 1px solid;}#wpforo #wpforo-wrap.wpf-dark .wpfl-4 .wpf-child-post .wpf-reply-content .wpf-reply-tree .wpf-tree-item.wpf-starter .avatar{background-color:#f71b8c;border:1px solid #ff812d;}#wpforo #wpforo-wrap.wpf-dark .wpforo-subscriptions .wpf-sbs-bulk-options .wpf-sbs-checkbox{color:inherit;}#wpforo #wpforo-wrap.wpf-dark .wpforo-portable-form-wrap div.mce-toolbar-grp,#wpforo #wpforo-wrap .wpforo-portable-form-wrap div.mce-menubar{background-color:#f5f5f5;}#wpforo #wpforo-wrap.wpf-dark .wpf-spoiler-wrap{background-color:#444;}#wpforo #wpforo-wrap.wpf-dark .wpf-navi .wpf-navi-wrap .wpf-next-button,#wpforo #wpforo-wrap.wpf-dark .wpf-navi .wpf-navi-wrap .wpf-prev-button{color:#777;}#wpforo #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-forum-info{color:#777;}#wpforo #wpforo-wrap.wpf-dark .wpforo-profile-wrap .h-bottom .wpf-profile-menu:hover{color:#333;}#wpforo #wpforo-wrap.wpf-dark .wpforo-recent-wrap .wpforo-recent-content .wpf-htr{color:#f71b8c;}#wpf-widget-profile.wpf-dark .wpf-prof-footer .wpf-prof-buttons a:not(:last-child){color:#fff;background:#333;}#wpforo #wpforo-wrap.wpf-dark .wpf-notifications .wpf-notification-content li a,#wpf-widget-profile.wpf-dark .wpf-notifications .wpf-notification-content li a{color:#666;}#wpforo #wpforo-wrap.wpf-dark .wpf-notifications .wpf-notification-content li:hover,#wpf-widget-profile.wpf-dark .wpf-notifications .wpf-notification-content li:hover{background:#333;}#wpforo #wpforo-wrap.wpf-dark .wpf-acp-title{background:#000;color:#fff;}#wpforo #wpforo-wrap.wpf-dark .wpf-acp-content{background:#000;color:#999;}#wpforo #wpforo-wrap.wpf-dark .wpf-acp-footer{background:#000;border-top:1px dashed #777;}#wpforo #wpforo-wrap.wpf-dark .wpf-acp-content a.wpf-button-secondary{box-shadow:0px 0px 5px #999;background:#777;}#wpforo #wpforo-wrap.wpf-dark .wpf-acp-content a.wpf-button-secondary:hover{box-shadow:0px 0px 8px #fff;color:#fff;}#wpforo #wpforo-wrap.wpf-dark .wpf-acp-footer a.wpf-button-secondary{background:#777;color:#fff;}#wpforo #wpforo-wrap.wpf-dark .wpf-acp-footer a.wpf-button-secondary:last-child{color:#fff !important;background:#e22d00;}#wpforo #wpforo-wrap.wpf-dark .wpforo-recent-wrap .wpforo-recent-content .wpf-ttr{background-color:#333;}#wpforo #wpforo-wrap.wpf-dark #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a,#wpforo #wpforo-wrap.wpf-dark #wpf-widget-profile .wpf-prof-footer .wpf-prof-buttons a{background-color:#555;}#wpforo #wpforo-wrap.wpf-dark .wpforo-profile .wpforo-user-actions{padding:10px 18px;background:#333;border-radius:24px;border:none;}#wpforo #wpforo-wrap.wpf-dark .wpf-profile-section .wpf-statbox .wpf-statbox-icon svg{fill:#555;}#wpforo #wpforo-wrap.wpf-dark .wpfl-4 .wpf-content-foot,#wpforo #wpforo-wrap.wpf-dark .wpfl-4 .wpforo-post .wpforo-post-footer{background:#333;}#wpforo #wpforo-wrap.wpf-dark .wpforo-post-head .wpf-topic-more-info .wpf-tmi-user-avatar .wpf-tmi-user-posts{color:#fff;}#wpforo #wpforo-wrap.wpf-dark .wpf-post-create .mce-container-body .mce-container .mce-container-body .mce-container > div{margin:0;}#wpforo #wpforo-wrap.wpf-dark .wpforo-portable-form-wrap{background-color:#333;}#wpforo #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-topic .wpf-tbox{background:#333;}#wpforo #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content .wpforo-reaction{background-color:#111;}#wpforo #wpforo-wrap.wpf-dark .wpf-popover .wpf-popover-content{background-color:#333;}#wpforo #wpforo-wrap .wpforo-forum-title{font-size:23px !important;line-height:24px !important;}#wpforo #wpforo-wrap .wpforo-topic-title a{font-size:23px !important;}#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content{font-size:20px !important;}#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p{font-size:20px;}#wpforo #wpforo-wrap{font-size:13px;width:100%;padding:10px 0;margin:0px;}