html, body {
	overflow: visible !important;
}
body.woocommerce-dashboard {
	background: #FAFAF7;
}
.elementor-element.testata,
.elementor-shortcode > .woocommerce:before,
.elementor-shortcode > .woocommerce:after {
	display: none !important;
}
.testata + .elementor-top-section {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.elementor-element.elementor-top-section > .elementor-container {
	max-width: 100% !important;
}
body:not(.logged-in) .elementor-element.elementor-top-section > .elementor-container {
    max-width: 1260px !important;
}
.elementor-element.elementor-top-section > .elementor-container.elementor-column-gap-default>.elementor-column>.elementor-element-populated:has(.elementor-widget-shortcode) {
	padding: 0;
}
.elementor-element.elementor-top-section > .elementor-container.elementor-column-gap-default>.elementor-column>.elementor-element-populated .elementor-widget-shortcode {
	margin-block-end: 0 !important;
}
.elementor-element.elementor-top-section .elementor-shortcode > .woocommerce {
	display: flex;
    flex-direction: row;
}
body:not(.logged-in) .elementor-element.elementor-top-section .elementor-shortcode > .woocommerce {
    flex-direction: column;
}
.elementor-element.elementor-top-section .elementor-shortcode > .woocommerce #my-account-menu {
	margin: 0 !important;
	width: 20% !important;
	min-width: 300px;
	background: #232F34;
	color: #fff;
	padding: 20px;
    min-height: 90vh;
}
.elementor-element.elementor-top-section .elementor-shortcode > .woocommerce .myaccount-menu a {
	text-decoration: none !important;
	color: #fff !important;
}
.elementor-element.elementor-top-section .elementor-shortcode > .woocommerce #my-account-menu li {
	background-color: transparent;
    box-shadow: none;
    border-radius: 8px !important;
    margin-bottom: 5px;
    transition: background-color .3s ease-in-out;
}
.elementor-element.elementor-top-section .elementor-shortcode > .woocommerce #my-account-menu li:hover,
.elementor-element.elementor-top-section .elementor-shortcode > .woocommerce #my-account-menu li:focus {
	background-color: rgba(0, 0, 0, 0.2);
}
.elementor-element.elementor-top-section .elementor-shortcode > .woocommerce #my-account-menu li.active {
	background-color: #F45A00;
}
.elementor-element.elementor-top-section .elementor-shortcode > .woocommerce #my-account-menu li.active a {
	color: #1c1c1c !important
}
.elementor-element.elementor-top-section .elementor-shortcode > .woocommerce #my-account-menu li a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: -5px;
    border-radius: 8px;
}
.elementor-element.elementor-top-section .elementor-shortcode > .woocommerce #my-account-menu .myaccount-menu li a,
.elementor-element.elementor-top-section .elementor-shortcode > .woocommerce #my-account-menu .myaccount-submenu li a,
.elementor-element.elementor-top-section .elementor-shortcode > .woocommerce #my-account-menu-tab .myaccount-menu li a,
.elementor-element.elementor-top-section .elementor-shortcode > .woocommerce #my-account-menu-tab .myaccount-submenu li a {

}
.elementor-element.elementor-top-section .elementor-shortcode > .woocommerce .woocommerce-MyAccount-content {
	width: 80% !important;
	max-width: 1100px;
	padding: 20px;
}
#my-account-menu .user-profile .user-avatar img {
	max-width: 60px;
}
#my-account-menu .user-profile .user-avatar.avatar-upload:after {
	right: -8px;
    top: 0;
    bottom: inherit;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z'/><circle cx='12' cy='13' r='4'/></svg>") #F45A00 no-repeat;
    background-position: center;
    background-size: 13px;
}
.user-profile .wpok-user-data {
	display: flex;
	line-height: 1.5;
    align-items: center;
    position: relative;
    width: 100%;
}
.wpok-user-info {
	min-width: 0;
}
.wpok-user-info .username,
.gruppo-consiglio-info .autore {
	font-weight: bold;
	display: block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wpok-user-info .user-email,
.gruppo-consiglio-info .ruolo {
	font-size: 80%;
	display: block;
	color: #bfbfbf;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wpok-user-info .logout {
    font-size: 80%;
    margin-top: 5px;
    display: block;
}
#my-account-menu .user-profile {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    flex-direction: column;
    background: transparent !important;
}
#my-account-menu .user-profile .wpok-badge a {
	color: #fff !important;
}
#my-account-menu .logout a {
	background: #000;
    padding: 3px 8px;
    border-radius: 8px;
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
}
#my-account-menu .logout i {
	margin-right: 5px;
}
#my-account-menu .user-profile .user-info {
	border-top: 1px solid #323f44;
    border-bottom: 1px solid #323f44;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding: 10px 0;
}
#my-account-menu .user-profile .user-info p {
	margin: 0;
    font-size: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#my-account-menu .user-profile .user-info p strong {
    font-weight: 500;
}
#my-account-menu .user-profile .user-info p strong .wpok-nome-sito {
    font-weight: 400;
    color: #bfbfbf;
}
.wpok-badge i {
	margin-right: 5px;
}
.consiglio-area-cliente {
	background: rgba(0, 0, 0, 0.2);
	padding: 20px;
    border-radius: 8px;
    border: 1px solid #323f44;
}
.gruppo-consiglio {
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.gruppo-consiglio-info {
	display: flex;
    flex-direction: column;
    min-width: 0;
}
.gruppo-consiglio-img img {
	max-width: 50px !important;
	border-radius: 50% !important;
	display: block;
}
.consiglio-area-cliente h3 {
	color: #fff !important;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px !important;
    margin: 0;
    margin-bottom: 15px;
}
.consiglio-area-cliente h3 i {
	margin-right: 5px;
}
.gruppo-consiglio-info .autore,
.gruppo-consiglio-info .ruolo {
	line-height: 1.3;
}

.consiglio-area-cliente p {
	font-size: 80%;
	font-style: italic;
}

.consiglio-area-cliente p a {
	color: #F45A00 !important;
}
.wpok-table-main {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}
.wpok-table-main .wpok-filter-bar {
	font-size: 15px;
	background: #ECECE6;
    border-radius: 8px;
    padding: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 80%;
}
.wpok-table-main .wpok-filter-bar a {
	text-decoration: none !important;
	padding: 0 10px;
    color: #1c1c1c;
}
.wpok-table-main .wpok-filter-bar a.active {
	background: #FFFFFF;
    border-radius: 8px;
    font-weight: bold;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 0 0 1px #E2E2DB;
}
h3.wpok-table-title {
	font-size: 20px !important;
	margin-bottom: 0;
}
.vx_badge {
	border-radius: 8px;
}
.wpok-tickets,
.woocommerce_account_subscriptions {
	border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ECECE6;
    margin-bottom: 25px;
}
body table.vx_entries_table,
body table.my_account_subscriptions,
body table.woocommerce-orders-table,
body table.order_details {
	border: none !important;
	border-radius: 0;
    margin-bottom: 0;
}
body table.woocommerce-orders-table,
body table.order_details,
body table.woocommerce-MyAccount-paymentMethods {
	border-radius: 8px !important;
    overflow: hidden;
    border: 1px solid #ECECE6 !important;
    margin-bottom: 25px;
    border-collapse: separate !important;
}
.vx_entries_table thead th,
table.my_account_subscriptions thead th,
table.woocommerce-orders-table thead th,
table.order_details thead th,
table.woocommerce-MyAccount-paymentMethods thead th {
	background: #ECECE6;
    padding: 20px 15px !important;
    text-transform: uppercase;
    font-size: 80%;
    text-align: left;
    border-bottom: none !important;
}
table.vx_entries_table thead:first-child tr:first-child th,
table.my_account_subscriptions thead:first-child tr:first-child th,
table.woocommerce-orders-table thead:first-child tr:first-child th,
table.order_details thead:first-child tr:first-child th,
table.woocommerce-MyAccount-paymentMethods thead:first-child tr:first-child th {
	border-block-start: none;
}
table.vx_entries_table tr {
    border-bottom: 1px solid #ECECE6;
}
table.vx_entries_table tr th {
	color: #6B6B65;
}
.vx_entries_table .vx_td_right {
    text-align: right;
}
.vx_entries_table .vx_td_left {
    text-align: left;
}
.wpok-data-human {
	display: block;
}
.wpok-data-ultimo {
	display: block;
	font-size: 80%;
	color: #9A9A93;
}
table.vx_entries_table th,
table.vx_entries_table td {
	vertical-align: middle;
}
table.vx_entries_table tr td,
table.my_account_subscriptions tr td,
table.woocommerce-orders-table tr td,
table.order_details tr td,
table.woocommerce-MyAccount-paymentMethods tr td {
	padding: 15px !important;
}
table.my_account_subscriptions tr td,
table.woocommerce-orders-table tr td,
table.order_details tr td,
table.woocommerce-MyAccount-paymentMethods tr td {
	border-top: 1px solid #eee !important;
}
table.vx_entries_table tbody tr td.number {
	color: #9A9A93;
}
table.vx_entries_table tbody tr td.subject a {
	text-decoration: none !important;
}
table.vx_entries_table tbody tr td.subject a:hover {
	text-decoration: underline !important;
}
table.vx_entries_table tr:hover {
    background: #f5f5f5 !important;
}
table.vx_entries_table tbody tr td.threadcount i {
	margin-right: 5px;
	opacity: .4;
}
.vx_paging_ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vx_paging_ul li {
	background-color: transparent !important;
}
.vx_paging_ul li a {
	text-decoration: none !important;
	border-radius: 8px;
    color: #1C1C1C;
}
.vx_paging_ul li.vx_active_page_link a,
.vx_paging_ul li a:hover {
	background: #1C1C1C !important;
    color: #fff !important;
    border: none !important;
}
.vx_ticket_box {
	border: 1px solid #ECECE6 !important;
	border-radius: 8px;
    overflow: hidden;
}
.vx_ticket_box_title,
.vx_ticket_box_footer {
	background: #ECECE6 !important;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.vx_ticket_box_title {
	border-bottom: 1px solid #ECECE6;
}
.vx_ticket_box_footer {
	border-top: 1px solid #ECECE6 !important;
    height: auto !important;
    background: #ffffff !important;
}
.vx_ticket_box_body {
    padding: 20px !important;
    font-size: 80%;
}
.vx_ticket_box_title .vx_user_img {
	width: 50px;
    height: 50px;
}
.vx_ticket_box_title .vx_box_time,
.vx_ticket_box_footer .vx_box_time {
	float: none;
	line-height: 1;
}
.wpok-title-img {
	display: flex;
	gap: 8px;
	align-items: center;
}
.wpok-title-img .vx_ticket_title {
	font-weight: normal;
	display: flex;
	flex-direction: column;
	margin: 0;
	line-height: 1;
	gap: 5px;
}
.wpok-title-img .vx_ticket_title span.last {
	font-size: 80%;
    color: #9A9A93;
}
.vx_ticket_heading {
	padding: 0 !important;
	line-height: 2.5 !important;
	font-weight: normal !important;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.vx_ticket_heading p {
	margin: 0;
	line-height: 1.2;
	font-size: 18px;
}
.wpok-single-heading {
	background: #fff;
    border: 1px solid #F45A00;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
    gap: 10px;
    background: #ECECE6;
    position: sticky;
    top: 100px;
    z-index: 999;
}
body.admin-bar .wpok-single-heading {
	top: 132px;
}
.vx_ticket_box_title .vx_box_time {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}
.vx_ticket_box_title .vx_box_time .wpok-single-time.real {
	font-size: 80%;
    color: #9A9A93;
}
.wpok-numeration {
	font-size: 80%;
}
body .vx_badge {
	line-height: 1;
    border-radius: 8px;
    padding: 3px 9px;
    color: #1c1c1c;
    background-color: #ECECE6;
}
body .vx_badge.vx_badge_closed {
	border: 1px solid;
	color: #6B6B65;
}
body .vx_badge.vx_badge_closed:before {
	content: "";
    width: 5px;
    height: 5px;
    display: inline-flex;
    background: #6B6B65;
    position: relative;
    border-radius: 50%;
    margin-right: 5px;
    bottom: 2px;
}
body .vx_badge.vx_badge_pending {
	background-color: #fef0c2;
	color: #866322;
	border: 1px solid;
}
body .vx_badge.vx_badge_pending:before {
	content: "";
    width: 5px;
    height: 5px;
    display: inline-flex;
    background: #866322;
    position: relative;
    border-radius: 50%;
    margin-right: 5px;
    bottom: 2px;
}
body .vx_badge.vx_badge_active {
	background-color: #d3f7e2;
	color: #22a870;
	border: 1px solid;
}
body .vx_badge.vx_badge_active:before {
	content: "";
    width: 5px;
    height: 5px;
    display: inline-flex;
    background: #22a870;
    position: relative;
    border-radius: 50%;
    margin-right: 5px;
    bottom: 2px;
}
.wpok-attachments-area {
	border: 1px solid #ECECE6;
    border-radius: 8px;
    padding: 10px;
}
.wpok-attachments-title {
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.wpok-attachments-loop {
	display: flex;
    gap: 20px;
}
.vx_attachment_wpok {
	background: #ECECE6;
    border-radius: 8px;
    padding: 5px;
}
.woocommerce .woocommerce-MyAccount-content .gform_wrapper {
	border-radius: 8px !important;
    margin-top: 25px;
    border: 1px solid #ECECE6 !important;
    padding: 14px !important;
    background: #fff !important;
}
.elementor-alert {
	border-radius: 8px;
}
table.shop_table.subscription_details td a.button,
table#woocommerce-subscriptions-related-orders-table td a.button,
table.my_account_subscriptions td a.button,
table.woocommerce-orders-table.woocommerce-MyAccount-orders td a.button,
table.shop_table_responsive.my_account_orders td a.button,
table.woocommerce-MyAccount-paymentMethods td a.button,
.wpok-ticket-head-back a#vx_support_back_btn,
.wpok-i-tuoi-siti-head a.button,
button.vx_search_btn,
button.woocommerce-Button.button,
.woocommerce button.button,
.gform-footer.gform_footer.top_label input[type=submit] {
	/*color: #fff !important;*/
    font-size: 16px !important;
    color: #1c1c1c !important;
    background: #F45A00 !important;
}
.wpok-ticket-head-back a#vx_support_back_btn {
	width: auto;
    padding: 10px 20px;
    margin: 0;
}
body input[type=date],
body input[type=email],
body input[type=number],
body input[type=password],
body input[type=search],
body input[type=tel],
body input[type=text],
body input[type=url],
body select,
body textarea {
    border: 1px solid #ECECE6;
}
body .gform_wrapper.gravity-theme .gsection {
    border-bottom: 1px solid #ECECE6;
}
body .ts-control {
	border-radius: 8px;
	border: 1px solid #ECECE6;
}
.attivoG:before {
	content: "";
    width: 10px;
    height: 10px;
    display: inline-flex;
    background: green;
    border-radius: 50%;
    margin-right: 5px;
}
.noattivoR:before {
	content: "";
    width: 10px;
    height: 10px;
    display: inline-flex;
    background: red;
    border-radius: 50%;
    margin-right: 5px;
}
.noattivoA:before {
	content: "";
    width: 10px;
    height: 10px;
    display: inline-flex;
    background: orange;
    border-radius: 50%;
    margin-right: 5px;
}
.acapo {
	display: block;
}
.wpok-i-tuoi-siti-head {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#wpsp-sub-search,
form.vx_search_form .vx_search_input {
	margin-bottom: 20px;
    border-radius: 8px;
    border: 2px solid #ECECE6;
    outline: none;
    padding: 5px 10px;
}
#wpsp-sub-search:focus {
	border: 2px solid #F45A00;
}
form.vx_search_form {
	display: flex;
	justify-content: space-around;
	gap: 10px;
	margin-left: auto;
	background: #ECECE6;
	padding: 5px;
	border-radius: 8px;
}
form.vx_search_form .vx_search_input {
	margin-bottom: 0;
    border-radius: 8px !important;
    background: transparent;
    padding: 1px 10px;
    border: 1px solid transparent;
}
form.vx_search_form button.vx_search_btn {
	background: #fff !important;
    color: #1C1C1C !important;
    font-size: 80% !important;
    padding: 0 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 0 0 1px #E2E2DB;
    font-weight: normal;
    border: none !important;
    border-radius: 8px;
}
form.vx_search_form .vx_search_input:focus {
	border: 1px solid #F45A00;
}
form.vx_search_form a.vx_search_reset {
	padding: 0 10px;
    border-radius: 8px;
    text-decoration: none !important;
    background: #1c1c1c;
    color: #fff !important;
    display: flex;
    border: none;
    line-height: 1.5;
    font-size: 80%;
    font-weight: normal;
    align-items: center;
}
.wpok-tag-title {
    font-size: 10px;
    background: #ECECE6;
    border-radius: 8px;
    padding: 2px 5px;
}
.wpok-tag-title.pronto-soccorso {
    background: #f3bebe;
}
.wpok-tag-title.richiesta-commerciale {
    background: #f0df83;
}
.wpok-tag-title.extra-da-valutare {
    background: #b2ece6;
}
.wpok-tag-title.pacchetto-orario {
    background: #ecd2ff;
}
.wpok-tag-title.ticket-custom {
    background: #e6ffcd;
}
.wpok-tag-title.attivazione {
    background: #ffbe3c;
}
.wpok-tag-title.pausa {
    background: #f9ebd0;
}
#wpok-sat-rat img[usemap="#rating-icons"] {
  zoom: 1.3;
}
body .beamer_icon.active {
    right: 0 !important;
    background-color: #F45A00;
}
@media all and (min-width: 1024px) {
	#my-account-menu .wpok-menu-wrap {
		position: sticky;
	    top: 100px;
	    overflow: hidden;
	}
	body.admin-bar #my-account-menu .wpok-menu-wrap {
		top: 130px;
	}
}
@media all and (max-width: 1024px) {
	.elementor-element.elementor-top-section .elementor-shortcode > .woocommerce {
		flex-direction: column;
	}
	.elementor-element.elementor-top-section .elementor-shortcode > .woocommerce #my-account-menu,
	#my-account-menu.position-vertical-left~.woocommerce-MyAccount-content {
		width: 100% !important;
	}
    .elementor-element.elementor-top-section .elementor-shortcode > .woocommerce #my-account-menu {
        min-height: auto;
    }
	.wpok-table-main {
	    align-items: flex-start;
	    flex-direction: column;
	    gap: 10px;
	}
	.wpok-single-heading {
		flex-direction: column;
    	align-items: flex-start;
    	position: relative;
    	top: 0;
	}
	body.admin-bar .wpok-single-heading {
		top: 0;
	}
	.wpok-i-tuoi-siti-head {
	    align-items: flex-start;
	    flex-direction: column-reverse;
	}
	form.vx_search_form {
		margin-left: 0;
	}
}
@media all and (max-width: 768px) {
	.wpok-tickets table thead,
	.consiglio-area-cliente {
		display: none;
	}
	.wpok-tickets table tbody tr {
		display: block;
	}
	.wpok-tickets table tbody tr td {
		display: block;
    	text-align: right !important;
	}
	.wpok-tickets table tbody tr td:before {
		content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
	}
}