#tab_video .w-tabs-list {
    background: none;
}
#tab_video .w-tabs-list-h {
    gap: 26px;
}
#tab_video .w-tabs-item {
    background-color: #16D46D;
    border-radius: 7.5px;
    padding: 0.6rem 1rem;
    transition: all 200ms linear;
}
#tab_video .w-tabs-item:hover {
    background: #000000;
    transition: all 200ms linear;
}
#tab_video .w-tabs-item:hover .w-tabs-item-title {
    color: white;
}
#tab_video .w-tabs-list .w-tabs-item.active:after {
    display: none;
}
#tab_video .w-tabs-item-title {
    color: #05031B;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.055px;
    /* 171.824% */
    letter-spacing: 0.356px;
}
#tab_video .w-tabs-item i {
    width: 24px;
    height: 24px;
    font-size: 20px;
}
#tab_video .w-video-h {
    box-shadow: 0px 63.715px 63.715px 0px rgba(6, 23, 56, 0.15);
}
.WA-testo {
    font-family: 'Helvetica';
    color: #00D566;
}
#hero_home .wp-image-13 {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5rem;
    vertical-align: middle;
}
#live-chat-card1 {
    height: 80px;
    width: 200px;
    /* display: none; */
}
#live-chat-card2,
#live-chat-card3 {
    height: 80px;
    width: 250px;
    /* display: none; */
}
#live-chat-card1 .w-video-h video,
#live-chat-card2 .w-video-h video,
#live-chat-card3 .w-video-h video {
    border-radius: 100% !important;
    margin-left: 10px;
    margin-top: 25px;
    height: 60px;
    width: unset !important;
}
#live-chat-card2 .w-video-h video,
#live-chat-card3 .w-video-h video {
    margin-top: 40px;
}
#live-chat-card1 .live-chat-op-status {
    margin-left: -140px;
}
#live-chat-card2 .live-chat-op-status,
#live-chat-card3 .live-chat-op-status {
    margin-left: -190px;
}
#live-chat-card1 .live-chat-op-status p:nth-of-type(1),
#live-chat-card2 .live-chat-op-status p:nth-of-type(1),
#live-chat-card3 .live-chat-op-status p:nth-of-type(1) {
    margin: 0;
    margin-bottom: -15px;
}
#live-chat-card1 .live-chat-op-status p:nth-of-type(2),
#live-chat-card2 .live-chat-op-status p:nth-of-type(2),
#live-chat-card3 .live-chat-op-status p:nth-of-type(2) {
    margin: 0;
}
#spoki_live_chat_cards>div>div {
    grid-template-columns: repeat(2, 1fr);
}
main#page-content #spoki_live_chat_cards .w-video-h video {
    clip-path: border-box;
}
#sezione_chatgpt_wa_home #chatGPT_wa {
    background: url("img/bg_chatgpt_wa.gif") no-repeat center !important;
    border-radius: 50%;
    padding: 100px;
}
#sezione_chatgpt_wa_home .chatGPT_wa_container {
    padding: 50px;
}
#sezione_chatgpt_wa_home .chatGPT_wa_box_text {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-start;
}
#sezione_chatgpt_wa_home .chatGPT_wa_box_text .w-iconbox-icon {
    width: 35px;
    height: 35px;
}
#sezione_chatgpt_wa_home .chatGPT_text::after {
    content: "+";
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin-right: 0.5rem;
    font-size: 60px;
    font-weight: 1000;
    color: #00D566;
}
#sezione_chatgpt_wa_home .wa_text::after {
    content: "=";
    flex: 1;
    display: flex;
    justify-content: flex-end;
    font-size: 60px;
    margin-right: 0.5rem;
    font-weight: 700;
    color: #00D566;
}
#sezione_chatgpt_wa_home .hz_row {
    width: 100%;
    height: 3.57px;
    background-color: #00D566;
}
#sezione_chatgpt_wa_home .logo_spoki {
    margin-top: -24px;
}

/* Hotspot Integrazioni */
section#integrations_component,
#integrations_component section.l-section {
    padding-left: 0;
    padding-right: 0;
}
@media screen and (max-width: 800px) {
	section#integrations_component {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
#shopify_integration,
#gt_integration,
#fb_integration,
#wc_integration,
#wh_integration,
#zapier_integration,
#api_integration,
#ps_integration {
    width: 15%;
    height: 20%;
}
#shopify_integration .point_style,
#gt_integration .point_style,
#fb_integration .point_style,
#wc_integration .point_style,
#wh_integration .point_style,
#zapier_integration .point_style,
#api_integration .point_style,
#ps_integration .point_style {
    width: 100%;
    height: 100%;
}

#wc_integration .point_style {
	margin-top: -10px;
	margin-left: -5px;
}

#shopify_integration img,
#gt_integration img {
    transition: transform .2s;
    /*transform-origin: bottom left;*/
}

#shopify_integration .point_style:hover img,
#gt_integration .point_style:hover img {
    /*transform: scale(0.5);*/
    /*transform-origin: bottom left;*/
    margin-bottom: 0;
    margin-left: 0;
}

#fb_integration img,
#wc_integration img {
    transition: transform .2s;
    /*transform-origin: top left;*/
}

#fb_integration .point_style:hover img,
#wc_integration .point_style:hover img {
    transform: scale(0.6);
    /*transform-origin: top left;*/
    margin-top: 0;
    margin-left: 0;
}

#wc_integration img,
#fb_integration img {
    transform-origin: 50px 50px;
}
#wc_integration .point_style:hover img,
#fb_integration .point_style:hover img {
    transform-origin: 50px 50px;
}
.tips img.pin_active {
	transform-origin: 50px 50px;
	transform: scale(0.6);
	border-radius: 100%!important;
}

#wh_integration img,
#ps_integration img {
	box-shadow: 0px 30px 50px 0px #CBD4E6!important;
	border-radius: 4px!important;
}
#wh_integration .point_style:hover img,
#ps_integration .point_style:hover img {
	border-radius: 100%!important;
}
#wh_integration img.pin_active,
#ps_integration img.pin_active {
	border-radius: 100%!important;
}

#wh_integration img,
#zapier_integration img,
#api_integration img {
    transition: transform .2s;
    /*transform-origin: top right;*/
}

#wh_integration .point_style:hover img,
#zapier_integration .point_style:hover img,
#api_integration .point_style:hover img {
    /*transform: scale(0.5);*/
    /*transform-origin: top right;*/
    margin-top: 0;
    margin-right: 0;
}

#ps_integration img {
    transition: transform .2s;
    /*transform-origin: bottom right;*/
}

#ps_integration .point_style:hover img {
    /*transform: scale(0.5);*/
    /*transform-origin: bottom right;*/
    margin-bottom: 0;
    margin-right: 0;
}

.wrap_svl .point_style:hover img {
    border-radius: 100%!important;
	transform: scale(0.6);
}
.wrap_svl .point_style img {
    transform-origin: 50px 50px;
}
.wrap_svl .point_style:hover img {
    transform-origin: 50px 50px;
}

#powerTip.customTipTopRight {
    background-color: white;
    border: 1px solid black;
    border-radius: 0;
    padding: 0;
}

/* Popup */
#powerTip:has(div) {
	background: url("img/bg_popup_pin.jpg") no-repeat;
	width: 300px;
	height: auto;
	display: grid;
	margin: -54px 0 0 -32px;
	align-items: center;
	border: 1px solid #000;
	border-radius: 0;
	padding: 0;
}
#powerTip:before {
    display: none;
}
#powerTip .box_view_html {
	overflow: visible;
	display: grid;
	align-items: end;
	height: 100%;
}
#powerTip .box_view_html .box_text_pin {
	border-radius: 4px 16px 16px 16px;
	background: #FFF;
	padding: 10px;
	overflow: visible;
	margin: 60px 25px;
	color: #303037;
	font-family: "Source Sans Pro";
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	position: relative;
}
#powerTip .box_view_html .box_text_pin:before {
	content: "";
	background: url("img/store.svg") no-repeat;
	width: 18px;
	height: 18px;
	display: block;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 1;
}
#powerTip .box_view_html .box_btn_pin {
    background: white;
    padding: 10px;
    display: grid;
    justify-content: end;
}
#powerTip .box_view_html .box_btn_pin a {
    border-radius: 8px;
	background: #1877F2;
	color: #FFF;
	text-align: center;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	padding: 10px 20px;
	transition: all 200ms linear;
}
#powerTip .box_view_html .box_btn_pin a:hover {
	background: #1B1B20;
	transition: all 200ms linear;
}

/* colori pulsanti */
#powerTip .wc.box_btn_pin a { background: #9C86D9; }
#powerTip .wh.box_btn_pin a { background: #C73A63; }
#powerTip .zp.box_btn_pin a { background: #FF7A45; }
#powerTip .api.box_btn_pin a { background: #FAC54B; }
#powerTip .ps.box_btn_pin a { background: #DF006A; }
#powerTip .ac.box_btn_pin a { background: #276EF1; }
#powerTip .sh.box_btn_pin a { background: #6462CA; }
