:root {
--chat-button-primary-color: #1ab744;
--chat-button-secondary-color: #2196f3;
--chat-button-text-color: #fff;
--chat-button-pulse-duration: 1.5s;
--chat-button-size: 70px;
--chat-button-font-family: "Lato", sans-serif;
--chat-button-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
--chat-button-border-radius: 5px;
} .afcb-position-wrapper {
position: fixed;
width: var(--chat-button-size);
height: var(--chat-button-size);
z-index: 9999999;
} .pulse {
background: var(--chat-button-primary-color);
position: absolute;
top: 0;
left: 0;
text-align: center;
z-index: 9999999;
border-radius: 50%;
height: var(--chat-button-size);
width: var(--chat-button-size);
line-height: var(--chat-button-size);
cursor: pointer;
transition: all 0.2s ease-in-out;
} @-webkit-keyframes Animated-pulse {
0% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 0.3;
}
100% {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}
}
@keyframes Animated-pulse {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 0.3;
}
100% {
transform: scale(2);
opacity: 0;
}
}
.pulse:nth-child(1) {
animation: Animated-pulse var(--chat-button-pulse-duration) infinite;
}
.pulse:nth-child(2) {
animation: Animated-pulse var(--chat-button-pulse-duration) infinite 0.3s;
}
.pulse:nth-child(3) {
animation: Animated-pulse var(--chat-button-pulse-duration) infinite 0.6s;
}
.pulse:hover,
.pulse:focus {
transform: scale(1.15);
} .chat-icon img {
margin-bottom: 9px;
max-width: 100%;
} .toggle-switch {
position: relative;
display: inline-block;
width: 34px;
height: 20px;
}
.toggle-switch input {
opacity: 0;
width: 0;
height: 0;
}
.toggle-switch .slider {
position: absolute;
cursor: pointer;
inset: 0;
background-color: #ccc;
transition: 0.4s;
border-radius: 20px;
}
.toggle-switch .slider:before {
position: absolute;
content: "";
height: 14px;
width: 14px;
left: 3px;
bottom: 3px;
background-color: #fff;
transition: 0.4s;
border-radius: 50%;
}
.toggle-switch input:checked + .slider {
background-color: var(--chat-button-secondary-color);
}
.toggle-switch input:checked + .slider:before {
transform: translateX(14px);
} .afcb-container {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 30px;
margin-top: 40px;
} .afcb-settings-form {
width: 58%;
padding: 25px;
border-radius: var(--chat-button-border-radius);
box-shadow: var(--chat-button-box-shadow);
background: #fff;
margin-bottom: 20px;
}
.afcb-settings-form input[type="text"],
.afcb-settings-form input[type="number"],
.afcb-settings-form select {
min-width: 160px;
}
.afcb-settings-form input#submit {
background: #ed4c75;
border: none;
font-size: 18px;
padding: 10px 20px;
transition: all 0.3s;
color: var(--chat-button-text-color);
border-radius: var(--chat-button-border-radius);
cursor: pointer;
}
.afcb-settings-form input#submit:hover {
background: var(--chat-button-primary-color);
} #afcb-about-developer {
width: 38%;
text-align: center;
background: #f43676;
box-shadow: var(--chat-button-box-shadow);
border-radius: var(--chat-button-border-radius);
margin-bottom: 20px;
align-self: flex-start;
height: auto;
overflow: hidden;
}
#afcb-about-developer h2 {
background: #fff;
padding: 15px;
margin: 0;
font-size: 28px;
font-family: sans-serif;
}
.developer-info {
padding: 20px;
}
.developer-info,
.developer-info a {
color: #fff;
text-align: center;
}
.developer-photo {
border-radius: 10%;
width: 100%;
max-width: 240px;
height: auto;
margin-bottom: 15px;
}
.developer-info p {
margin: 8px 0;
font-size: 16px;
} .hire-me-btn {
padding: 10px 35px;
background-color: var(--chat-button-primary-color);
color: var(--chat-button-text-color);
border: none;
border-radius: var(--chat-button-border-radius);
cursor: pointer;
font-size: 18px;
transition: all 0.3s;
margin-top: 12px;
}
.hire-me-btn:hover {
background: #ed679d;
} #afcb-admin-floating-preview {
pointer-events: none;
z-index: 999999;
}
#afcb-admin-floating-preview .pulse {
pointer-events: none;
} @media (max-width: 768px) {
.afcb-container {
flex-direction: column;
align-items: center;
}
.afcb-settings-form,
#afcb-about-developer {
width: 90%;
}
.hire-me-btn {
margin-bottom: 20px;
}
}#ays_tooltip{width:auto;padding:3px;box-sizing:border-box;word-break:keep-all;-webkit-hyphens:none;white-space:nowrap}#ays_tooltip.center_center{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}#ays_tooltip.left_top{position:fixed;left:1rem;top:1rem;bottom:auto;right:auto}#ays_tooltip.left_bottom{position:fixed;left:1rem;top:auto;bottom:1rem;right:auto}#ays_tooltip.right_top{position:fixed;left:auto;top:1rem;bottom:auto;right:1rem}#ays_tooltip.right_bottom{position:fixed;left:auto;top:auto;bottom:1rem;right:1rem}#ays_tooltip p{margin:0;padding:0}#ays_noscript{position:fixed;width:100%;height:100%;background:#fff;top:0;left:0;z-index:99998;overflow:auto;padding:90px;justify-content:center}.wrong_shortcode_text::first-letter{color:red!important;background-color:transparent!important;font-size:inherit!important;font-weight:inherit!important;float:none!important;line-height:inherit!important;margin:0!important;padding:0!important}[class*=tec-events-elementor-event-widget]{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:1rem;font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3);margin:0 0 var(--tec-spacer-0) 0;padding:0}[class*=tec-events-elementor-event-widget] [class*=tec-events-elementor-event-widget]{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:inherit;padding:inherit}[class*=tec-events-elementor-event-widget] a,a[class*=tec-events-elementor-event-widget]{border-bottom-color:initial;-webkit-text-decoration:underline;text-decoration:underline}.e-con-inner [class*=elementor-widget-tec_elementor_widget]:not(:last-child),.elementor-section:not(.elementor-top-section) [class*=elementor-widget-tec_elementor_widget]:not(:last-child){margin-block-end:var(--tec-spacer-3)}.tec-events-elementor-widget-empty{background-color:var(--tec-color-background-secondary);color:var(--tec-color-text-secondary);font-size:1rem;font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3);padding:1em;text-align:center}