@charset "utf-8";
/* -----------------------------------------------------------------------------------------------------------------------------Generali */

:root {
  --primary-color: #fd6f3b;
}

html,
body {
  width: 100%;
}
body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  overflow-x: hidden;
}
body.no-scroll {
  overflow-y: hidden;
}
.col-full {
  width: 100%;
  float: left;
}
.center-block {
  max-width: 1280px;
}
.col-group {
  margin: 0 10px;
}
a,
a:visited {
  text-decoration: none;
  color: #333;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sf {
  background-color: #efeeee;
  padding: 30px 0;
  margin: 50px 0;
}
.sf_yellow {
  background-color: #fed230 !important;
  color: #fff !important;
}
.sf_green {
  background-color: #00c65e !important;
  color: #fff !important;
}
.sf_red {
  background-color: #ff0000 !important;
  color: #fff !important;
}
.sf_grey {
  background-color: #333 !important;
  color: #000 !important;
}
.sf_ciano {
  background-color: #009cff !important;
  color: #fff !important;
}
.sf_viola {
  background-color: #9670c6 !important;
  color: #fff !important;
}
.sf_arancione {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
.text_orange {
  color: var(--primary-color);
}
.text_grey {
  color: #333;
}
.text_red {
  color: red;
}
.text_green {
  color: #00c65e !important;
}
.text_yellow {
  color: #fed230 !important;
}
.table_container {
  overflow-x: auto;
}
.disabled-link {
	pointer-events: none;
}
table {
  border-bottom: 1px solid #dedede;
  border-collapse: collapse;
  border-spacing: 0;
  height: auto !important;
  width: 100% !important;
  margin-bottom: 20px;
}
tbody {
  width: 100%;
}
table caption {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  padding: 10px;
}
td,
th {
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  font-size: 14px;
  line-height: 20px;
  padding: 8px;
  vertical-align: middle;
}
tbody td a,
tbody td a:visited {
  color: var(--primary-color);
}
th,
thead td {
  background-color: var(--primary-color);
  font-weight: 500;
  color: #fff;
}
tbody tr:nth-child(even) td {
  background-color: #eee;
}
tbody tr td:nth-of-type(1) {
  /*font-weight: bold;*/
}
tbody tr:nth-of-type(2n) {
  background-color: #f0f0f0;
}
a,
section,
button {
  outline: none;
}
.cta,
button {
  position: relative;
  display: block;
  padding: 10px;
  outline: 0;
  border: none;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.09);
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  max-width: 250px;
  min-width: 0;
  cursor: pointer;
}
.cta {
  font-size: 20px;
  line-height: 32px;
  height: 52px;
  letter-spacing: 0;
  white-space: nowrap;
  float: none;
  min-width: 250px;
}
.cta_large_width {
  max-width: 350px;
}
.cta_white {
  color: #fff;
}
.cta_medium {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  float: left;
  min-width: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.cta_small {
  font-size: 16px;
  line-height: 25px;
  height: 45px;
  min-width: auto;
}
.cta object {
  position: absolute !important;
  width: 32px;
  left: 5px;
  top: 11px;
  z-index: 1 !important;
}
.cta.white {
  background-color: #fff;
  color: #000;
}
.cta.orange {
  background-color: var(--primary-color);
  color: #fff;
}
.cta.orange:disabled {
  background-color: lightgray;
  cursor: default;
}
.cta.outer-orange {
  color: var(--primary-color);
  background-color: #fff;
  border: 2px solid var(--primary-color);
}
.cta.outer-orange:disabled {
  background-color: lightgray;
  cursor: default;
}
.cta.grey {
  background-color: #333;
  color: #fff;
}
.cta.green:disabled {
  background-color: lightgray;
  cursor: default;
}
.cta.green {
  background-color: #00c65e;
  color: #fff;
}
.cta.red {
  background-color: #ff2020;
  color: #fff;
}
.cta_outline {
  border: 1px solid #dedede;
  background-color: #fff;
}
.cta_outline.grey {
  background-color: #fff;
  border-color: #999;
  color: #999;
}
.cta_delete {
  color: red !important;
  font-size: 12px;
  vertical-align: top;
  cursor: pointer;
}
.cta.green.action-tab-button {
  display: block;
  overflow: hidden;
  max-width: 370px;
  margin-left: auto;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 14px;
  line-height: 1.15;
  height: 38px;
}
.m0_auto {
  margin: 0 auto;
}
.ml280 {
  margin-left: 280px;
}
.mt_10 {
  margin-top: 10%;
}
.mt_0 {
  margin-top: 0 !important;
}
.mt_10px {
  margin-top: 10px;
}
.mt_20px {
  margin-top: 20px;
}
.mt_30px {
  margin-top: 30px;
}
.m0 {
  margin: 0;
}
.m0_auto {
  margin: 0 auto;
}
.mb_0 {
  margin-bottom: 0;
}
.mb_20px {
  margin-bottom: 20px;
}
.mb_40px {
  margin-bottom: 40px;
}
.m20_40 {
  margin: 20px 0 40px;
}
.m40_0 {
  margin: 40px 0;
}
.ml_30px {
  margin-left: 30px;
}
.ml5 {
  margin-left: 5px !important;
}
.p0 {
  padding: 0 !important;
}
.p20 {
  padding: 20px;
}
.p8_0 {
  padding: 8% 0;
}
.p_12 {
  padding-left: 12%;
  padding-right: 12%;
}
.w250 {
  width: 250px;
}
.w820 {
  width: 820px;
}
.display_ib {
  display: inline-block;
}
.display_ib object {
  position: relative;
  z-index: -1;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.note {
  font-size: 12px;
  line-height: 16px;
  color: #666;
  font-weight: 600;
}
.note.italic {
  font-style: italic;
}
.border_left {
  border-left: 1px solid #999;
}
.border_right {
  border-right: 1px solid #999;
}
/* -----------------------------------------------------------------------------------------------------------------------------Header */
header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 63px;
  z-index: 5;
}
header a {
  display: inline-block;
}
.header_container {
  padding: 5px 0;
  min-height: 100px;
}
.app-logo-container {
  min-height: 60px;
  display: flex;
  align-items: center;
}
.app-logo-container img {
  max-width: 300px;
  width: 100%;
}
.logout {
  text-decoration: underline;
}
.user_intro {
  padding: 30px;
  display: inline-block;
  top: -95px;
  left: 29%;
  position: absolute;
}

.user_intro .user_intro_content{
  display: flex;
  align-items: center;
}

.user_intro .user_intro_content svg {
  margin-left: 10px;
  cursor: pointer;
}

.user_intro .mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.cart-icon-section {
  position: relative;
}

.items-badge {
  position: absolute;
  top: 0;
  right: -15px;
  background-color: var(--primary-color);
  padding: 0 6px;
  border-radius: 100%;
}

.user_intro:before {
  content: "";
  background-color: #dedede;
  width: 1px;
  position: absolute;
  float: left;
  top: 20px;
  left: 0;
  bottom: 20px;
}
.user_intro object {
  width: 30px;
  height: 30px;
}
.user_intro span {
  font-weight: 600;
  color: var(--primary-color);
}
.contact_card {
  background-color: var(--primary-color);
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  min-width: 360px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: -94px;
  border-radius: 10px;
}
.contact_card p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.contact_card span {
  text-align: left;
  display: block;
}
.contact_card object {
  float: left;
  margin-right: 10px;
}
.contact_card .span_container {
  float: left;
  width: 75%;
}
.logo {
  margin-top: 17px;
}
.logo object {
  width: 320px;
  height: auto;
  margin: 0 auto;
}
h1,
.size1 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}
h2,
.size2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
h3,
.size3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
h4,
h5,
.size4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
h1 strong,
p strong,
strong {
  font-weight: 600;
}

main {
  margin-top: 173px;
  position: relative;
  min-height: 680px;
  z-index: 2;
}
sidebar,
aside {
  margin-bottom: 50px;
  height: 100%;
}
sidebar:before,
aside:before {
  content: "";
  background-color: #dedede;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0px;
}
.col-3,
.col-4 {
  position: relative;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.no_border:after {
  display: none !important;
}
.w44 {
  width: 44% !important;
}
.w50 {
  width: 50%;
}
.w100 {
  width: 100% !important;
}
.max_w_a {
  max-width: inherit;
}
.zindex1 {
  z-index: 1;
}
.rounded {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
img {
  max-width: 100%;
  height: auto;
}
/* -----------------------------------------------------------------------------------------------------------------------------icon*/
.icon {
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
}
.icon_w10 {
  width: 10px;
  height: 10px;
}
.icon_w20 {
  width: 20px;
  height: 20px;
}
.icon_w30 {
  width: 30px;
  height: 30px;
}
.icon_w40 {
  width: 40px;
  height: 40px;
}
.icon_w50 {
  width: 50px;
  height: 50px;
}
.icon_w90 {
  width: 90px;
  height: 90px;
}
.icon_w120 {
  width: 120px;
  height: 120px;
}
.icon_black {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(346deg) brightness(0%) contrast(100%);
}
.icon_grey {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(346deg) brightness(80%) contrast(100%);
}
.icon_grey1 {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(346deg) brightness(60%) contrast(100%);
}
.icon_white {
  filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(346deg) brightness(100%) contrast(100%);
}
.icon_white1 {
  filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(346deg) brightness(200%) contrast(100%);
}
.icon_red {
  filter: invert(22%) sepia(77%) saturate(6772%) hue-rotate(356deg) brightness(95%) contrast(125%);
}
.icon_orange {
  filter: invert(57%) sepia(61%) saturate(2982%) hue-rotate(336deg) brightness(101%) contrast(98%);
}
.icon_primary {
  filter: brightness(0) saturate(100%) invert(62%) sepia(50%) saturate(4680%) hue-rotate(336deg) brightness(102%) contrast(98%);
}
.icon_arrow {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ico_link {
  width: 15px;
  height: 15px;
}
.ico_link1 {
  width: 22px;
  height: 22px;
}
.text_small {
  font-size: 12px !important;
}
/* -----------------------------------------------------------------------------------------------------------------------------menu*/
.menu_container {
  background-color: var(--primary-color);
}
.menu_container .col-content {
  position: relative;
}
.mobile-header-nav li {
  display: inline-block;
  white-space: nowrap;
}
.mobile-header-nav li a,
.mobile-header-nav li a:visited {
  background-color: #fff;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  padding: 10px 30px;
  margin: 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.mobile-header-nav li:first-child a {
  margin-left: 0;
}
.mobile-header-nav li a:hover,
.mobile-header-nav li a.selected {
  background-color: transparent;
  color: #fff;
}
.header-nav-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-nav-wrap .nav-wrap-arrow {
  height: 50px;
  display: flex;
  align-items: center;
  padding-inline: 5px;
  cursor: pointer;
}
.header-nav-wrap .nav-wrap-arrow .arrow-left {
  transform: rotate(90deg);
}
.header-nav-wrap .nav-wrap-arrow .arrow-right {
  transform: rotate(-90deg);
}
.header-nav-wrap .header-nav-responsive {
  display: flex;
  overflow-x: hidden;
}
@media screen and (max-width: 1280px) {
  .header-nav-wrap {
    display: block;
  }
  .header-nav-wrap .nav-wrap-arrow {
    display: none;
  }
  .header-nav-wrap .header-nav-responsive {
    flex-direction: column;
  }
}
.hamburger-menu {
  display: inline-block;
  height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
  width: 40px;
  top: 28px;
  position: relative;
}
.hamburger-menu:hover {
  cursor: pointer;
}
.hamburger-menu .menu-item {
  background: black;
  display: block;
  height: 3px;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
}
.hamburger-menu.open .menu-item {
  margin: 0 0 5px;
}
.hamburger-menu.open .menu-item:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10px;
  transform-origin: 10px;
}
.hamburger-menu.open .menu-item:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.open .menu-item:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 8px;
  transform-origin: 8px;
}
.privacy_fields label.error {
  background-color: #fff3f3;
  color: red;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  padding: 7px;
  border-radius: 6px;
}
.privacy_fields a {
  text-decoration: underline;
}
.privacy_fields input {
  margin: 0 10px 0 0;
  float: left;
}
.loader_container {
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.loader_container object {
  margin-top: 1%;
}
.loader {
  color: #fff;
  font-weight: bold;
  font-size: 110px;
  margin-top: 20px;
  opacity: 100;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #ff9900;
}
.loader p {
  font-size: 20px;
  color: #666;
  font-weight: 600;
  margin-top: 46px;
  text-align: center;
  -webkit-text-stroke-width: 0px;
}
/* form */
input {
  font: 400 13.3333px Arial;
  color: -internal-light-dark(black, white);
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start;
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  -webkit-rtl-ordering: logical;
  border-width: 2px;
  border-style: inset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  cursor: text;
  display: inline-block;
  margin: 0em;
  padding: 1px 2px;
  appearance: textfield;
}
input:disabled, select:disabled {
  background-color: #dedede;
}
input[type="file"] {
  overflow: hidden;
}
input[type="file"].simply_input {
  border: none !important;
  background: none !important;
  font-size: 10px !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
}
button,
input,
optgroup,
select,
textarea,
.multi-select_field {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
input,
textarea {
  outline: 0 !important;
}
textarea {
  resize: none;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
form {
  padding: 0 0 30px;
  margin: 0 auto;
  width: 820px;
}
form ul li {
  position: relative;
}
form h3 {
  background: #f2f2f2;
  color: #000;
  margin: 20px 10px 10px;
  padding: 8px 10px 8px 10px;
  position: relative;
}
form h4 {
  background: #f2f2f2;
  font-size: 0.9em;
  color: #000;
  margin: 20px 10px 10px;
  padding: 8px 10px 8px 10px;
  position: relative;
  font-style: italic;
}
fieldset,
.r-fieldset {
  padding: 12px 0;
  margin: 0 10px;
  min-height: 20px;
  position: relative;
}
fieldset:hover,
.r-fieldset:hover {
  background-color: #f2f2f2;
}

.no-hover:hover {
  background-color: #fff;
}
.custom_field label,
fieldset .label,
.r-fieldset .label {
  font-size: 15px;
  font-weight: 600;
  padding-left: 10px;
  text-align: right;
  display: inline-block;
  padding-right: 15px;
  width: 275px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
}
fieldset div {
  display: inline-block;
}
.inline_field label {
  width: 30px;
  padding-right: 5px;
  vertical-align: middle;
}
.inline_field input {
  margin: 0 !important;
  width: 80px !important;
}
.inline_field.custom label {
  width: 144px;
  padding-right: 5px;
  vertical-align: middle;
}
.inline_field.custom label input {
  width: auto !important;
}

.custom_field {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.custom_field a {
  flex-basis: 30%;
  margin: 0 10px 20px;
  position: relative;
}
.custom_field .label {
  text-align: center;
  width: 100%;
}
.custom_field .fa-cyrcle {
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  background-color: red;
  border-radius: 100%;
  color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.form_nohover fieldset:hover {
  background-color: transparent;
}
.custom_field object {
  margin-bottom: 10px;
}
fieldset.custom_menu a {
  border: 0;
  background-color: transparent;
}
fieldset.custom_menu label {
  margin-bottom: 10px;
}
fieldset .object_container {
  text-align: center;
  width: 100%;
  padding: 30px 20px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 6px;
  z-index: 0;
}
fieldset img {
  vertical-align: text-top;
}
form.custom_w fieldset .label {
  width: 158px;
}
.standard_check label,
.standard_radio:not(.stars) label {
  border: 1px solid #cecece;
  background-color: #fff;
  font-size: 13px;
  line-height: 100%;
  color: #000;
  position: relative;
  display: inline-block;
  min-width: 34px;
  min-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  padding-left: 28px;
  border-radius: 6px;
  width: 100% !important;
  cursor: pointer;
}
.standard_check a,
.standard_check input[type="checkbox"] + label,
.standard_check input[type="checkbox"] ~ label,
.standard_check label,
.standard_radio input[type="radio"] + label,
.standard_radio input[type="radio"] ~ label {
  background-color: #f9f9f9;
}
.standard_check.inline,
.standard_radio.inline {
  display: inline-block;
  font-size: 0;
}
.standard_check.inline.multi_check,
.standard_radio.inline.multi_radio,
.standard_check.inline.privacy_container {
  margin-left: 275px;
  float: left;
  vertical-align: top;
  margin-top: -30px;
}
.standard_check.inline.multi_check li,
.standard_radio.inline.multi_radio li {
  margin-bottom: 5px;
}
.standard_check.inline.privacy_container label {
  border: none;
  background-color: transparent;
  font-size: 11px;
  line-height: 15px !important;
}
.standard_check.inline.privacy_container a.checked,
.standard_check.inline.privacy_container input[type="checkbox"]:checked + label,
.standard_check.inline.privacy_container input[type="checkbox"]:checked ~ label,
.standard_radio.inline.privacy_container label.checked,
.standard_radio.inline.privacy_container input[type="radio"]:checked + label,
.standard_radio.inline.privacy_container input[type="radio"]:checked ~ label,
.result_page .standard_check label,
.result_page .standard_check input[type="checkbox"] + label,
.result_page .standard_check input[type="checkbox"] ~ label {
  background-color: transparent;
}
.result_page .standard_check input[type="checkbox"] + label {
  border: none;
  min-height: 36px;
  padding: 14px 10px 14px 30px;
}
.standard_check.inline.privacy_container a {
  text-decoration: underline;
}
.standard_check.inline li,
.standard_radio.inline li {
  display: inline-block;
  width: auto;
  min-width: 122px;
  padding: 0;
  margin-right: 5px;
}
.standard_radio input {
  opacity: 0;
  text-indent: -9999px;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.standard_check input {
  opacity: 0;
  text-indent: -9999px;
  position: absolute;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  top: 10px;
  z-index: 1;
}
.price_check {
  top: 20px !important;
  left: 14px !important;
}
.price_check_li {
  padding: 5px !important;
}
.standard_check label:before,
.standard_radio a:first-of-type:before,
.standard_radio label:before {
  position: absolute;
  display: inline-block;
  left: 4px;
  top: 12px;
  border: 2px solid #ccc;
  content: " ";
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  line-height: 1;
}
.standard_check label:after,
.standard_radio label:after {
  content: "✔";
  text-align: center;
  position: absolute;
  display: block;
  font-size: 12px;
  color: var(--primary-color);
  line-height: 1;
  left: 8px;
  top: 17px;
  opacity: 0;
}
.standard_radio label:after {
  content: "";
  width: 8px;
  height: 8px;
  left: 10px;
  top: 18px;
  border-radius: 100%;
  background-color: var(--primary-color);
}
.standard_radio label:before {
  border-radius: 100%;
}
.standard_radio a:first-of-type:after,
.standard_radio label:after {
  background-color: #00c65e;
}
.standard_check label:after {
  color: #71b62c;
}
.standard_check input:focus + label:before,
.standard_check label:hover:before,
.standard_radio a:hover:first-of-type:before,
.standard_radio input:focus + a:first-of-type:before,
.standard_radio input:focus + label:before,
.standard_radio label:hover:before {
  border-color: var(--primary-color);
  -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
}
.standard_check a.checked,
.standard_check input[type="checkbox"]:checked + label,
.standard_check input[type="checkbox"]:checked ~ label,
.standard_check label.checked,
.standard_radio input[type="radio"]:checked + label,
.standard_radio input[type="radio"]:checked ~ label {
  background-color: #fff;
}
.custom_field a.selected,
.standard_check a.checked,
.standard_check a.checked:before,
.standard_check input[type="checkbox"]:checked + label,
.standard_check input[type="checkbox"]:checked + label:before,
.standard_check input[type="checkbox"]:checked ~ label,
.standard_check input[type="checkbox"]:checked ~ label:before,
.standard_check label.checked,
.standard_check label.checked:before,
.standard_radio input[type="radio"]:checked + label,
.standard_radio input[type="radio"]:checked + label:before,
.standard_radio input[type="radio"]:checked ~ label,
.standard_radio input[type="radio"]:checked ~ label:before {
  border-color: #00c65e;
}
.standard_check input[type="checkbox"]:checked + label:after,
.standard_check input[type="checkbox"]:checked ~ label:after,
.standard_check label.checked:after,
.standard_radio a.checked:first-of-type:after,
.standard_radio input[type="radio"]:checked + label:after,
.standard_radio input[type="radio"]:checked ~ label:after,
.standard_radio label.checked:after {
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
select,
.multi-select_field {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 200px;
  -webkit-padding-end: 25px !important;
  -moz-padding-end: 25px !important;
  -ms-padding-end: 25px !important;
  padding-end: 25px !important;
  apperance: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  background-image: url(../images/arrow_down.png);
  background-size: 23px auto;
  background-repeat: no-repeat;
  background-position: top -2px right 0;
  outline: 0 !important;
  outline-style: none;
  outline-color: unset;
  outline-width: 0 !important;
  color: #000;
  text-shadow: 0 0 0 #000;
}
input:not([type="submit"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]),
select,
textarea,
.multi-select_field {
  background-color: #f7fbff;
  border: 1px solid #69a8e8;
  font-size: 14px;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -moz-appearance: textfield;
  padding: 15px 10px;
  border-radius: 4px;
  height: 52px;
  width: 250px;
}
input:not([type="submit"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]),
select,
textarea {
  width: 250px;
}
input:not([type="submit"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]):focus,
select:focus,
textarea:focus {
  background-color: #fff;
  border-color: #097df3;
  -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
}
input:not([type="submit"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]).small_field,
select.small_field,
textarea.small_field {
  width: 80px;
  min-width: 78px;
}
.verified
  input:not([type="submit"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]),
.verified select,
.verified textarea {
  border-color: #71b62c;
  border-right-width: 3px;
  background-color: #fff;
}
.wrong input:not([type="submit"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]),
.wrong select,
.wrong textarea {
  background-color: #fff;
  border-color: red;
  border-right-width: 3px;
}
.cerca_input {
  padding-right: 60px !important;
}
.err {
  border-color: red;
  font-weight: 600;
  display: none;
}
.wrong,
.wrong:hover {
  background-color: #ffe8e8 !important;
}
.wrong .err {
  display: block;
  padding: 8px 0 2px 280px;
  font-size: 14px;
  color: red;
}
.err:empty {
  display: none !important;
}

.re-description-box {
  opacity: 1;
  display: block;
  width: -webkit-fill-available;
  font-size: 0.8rem;
  font-style: italic;
  text-align: -webkit-center;
  color: slategrey;
  border: 1px solid slategrey;
  border-radius: 15px;
  padding: 0.3rem;
  margin: 1rem;
}

.button_container {
  margin: 30px 10px;
  position: relative;
}
.custom_col .button_container {
  margin-left: 28px;
  margin-right: 28px;
  position: relative;
}
.button_container .cta_back {
  float: none;
  position: absolute;
  left: 0;
  top: 5px;
}
.button_container.custom .cta {
  z-index: 1;
}
.button_container .cta .ico_add_user {
  position: relative !important;
  top: inherit;
  left: inherit;
  vertical-align: bottom;
  margin-right: 10px;
  z-index: -1 !important;
}
/* core style - don't delete menu */
.display-animation > * {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.display-animation > .animated {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
}
.no-js .display-animation > * {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* Progressive circular % */
.set-size {
  font-size: 250px;
}
.pie-wrapper {
  height: 1em;
  width: 1em;
  float: left;
  margin: 15px;
  position: relative;
}
.pie-wrapper:nth-child(3n + 1) {
  clear: both;
}
.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  /* rect(auto, auto, auto, auto); */
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.1em solid #00c65e;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .label {
  background: #fff;
  color: #00c65e;
  border-radius: 50%;
  bottom: 0.4em;
  cursor: default;
  display: block;
  font-weight: 600;
  font-size: 0.25em;
  left: 0.4em;
  line-height: 2.8em;
  position: absolute;
  right: 0.4em;
  text-align: center;
  top: 0.4em;
}
.pie-wrapper .label .smaller {
  color: #333;
  font-size: 0.45em;
  padding-bottom: 20px;
  vertical-align: super;
}
.pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 0.1em solid #e5e5e5;
  border-radius: 50%;
}
.pie-wrapper .pie .left-side {
  transform: rotate(270deg);
}
.pie-wrapper .pie .right-side {
  transform: rotate(180deg);
}
.pie-wrapper p {
  position: absolute;
  top: 25%;
  font-weight: 600;
  text-align: center;
  width: 100%;
  z-index: 2;
}
/**/
.title_section {
  border-bottom: 1px solid #dedede;
  padding: 25px 0;
  margin-bottom: 30px;
}
.title_section h1 {
  display: inline-block;
}
.title_section .nr_preventivo {
  font-weight: 500;
  float: right;
}
.title_section .nr_preventivo strong {
  color: var(--primary-color);
}
.search {
  width: auto;
  display: inline-block;
  float: right;
  position: relative;
  padding-bottom: 0;
}
.search button {
  background-color: transparent;
  min-width: auto;
  width: 46px;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 1;
}
.search button span {
  display: block;
}
.search fieldset {
  float: left;
  padding: 0;
}
.filter_search {
  float: none;
  padding-bottom: 30px;
}
.filter_search fieldset {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 12px 0px;
}
.filter_search svg {
  width: auto !important ;
}
.multi-select_field,
.filter_search select,
.filter_search
  input:not([type="submit"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]) {
  width: 196px;
  margin-left: 5px;
}
.multi-select {
  display: inline-grid;
}
.multi-select,
.multi-select *,
.multi-select *:before,
.multi-select *:after {
  box-sizing: border-box;
}
.multi-select_options {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 170px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  overflow-x: hidden;
  padding-left: 6px;
  z-index: 1;
}
.is-active .multi-select_options {
  display: block;
}
.multi-select_option {
  background: transparent;
  padding-left: 2px;
  position: relative;
  z-index: 2;
  width: 98%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.multi-select_option:hover {
  background: #f0f0f0;
}
.multi-select_label {
  position: relative;
}
.multi-select_checkbox {
  position: relative;
  top: 2px;
  margin-right: 4px;
  z-index: 101;
}
.title_section .cta {
  display: inline-block;
  height: 52px;
  line-height: 32px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.title_section .button_container {
  margin: 0;
}
.title_section .button_container .cta {
  max-width: inherit;
}
.progressbar {
  background-color: #dadada;
  border-radius: 13px;
  padding: 1px;
  float: right;
  width: 23%;
  position: relative;
  top: 23px;
}
.progressbar > div {
  background-color: #00c65e;
  width: 40%;
  height: 10px;
  border-radius: 10px;
}
.progressbar span {
  font-weight: 600;
  position: absolute;
  top: -28px;
}
.summary_user_section {
  margin-bottom: 30px;
}
.summary_user_section h3 {
  background-color: var(--primary-color);
  color: #fff;
  padding: 8px 15px;
  border-radius: 6px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.summary_user_section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.summary_user_section ul li {
  font-size: 14px;
  display: inline-block;
  width: 49%;
  margin-right: 2%;
  padding: 2px 15px;
}
.summary_user_section ul li:nth-child(2n) {
  margin-right: 0;
}
.summary_user_section ul li:nth-child(3),
.summary_user_section ul li:nth-child(4),
.summary_user_section ul li:nth-child(7),
.summary_user_section ul li:nth-child(8),
.summary_user_section ul li:nth-child(11),
.summary_user_section ul li:nth-child(12),
.summary_user_section ul li:nth-child(15),
.summary_user_section ul li:nth-child(16),
.summary_user_section ul li:nth-child(19),
.summary_user_section ul li:nth-child(20),
.summary_user_section ul li:nth-child(23),
.summary_user_section ul li:nth-child(24) {
  background-color: #dedede;
}
.summary_user_section ul li strong,
.summary_user_section ul li span {
  display: inline-block;
  width: 49%;
}
.summary_user_section ul li strong {
  text-align: right;
  font-weight: 600;
  margin-right: 0;
}
.box_container {
  border: 1px solid #cecece;
  background-color: #f9f9f9;
  padding: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.box_container.badge-new-product::after {
    content: "NEW";
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 3;
    display: inline-block;
    height: 22px;
    width: 50px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #f98721;
    background-color: #f9f9f9;
    border: 2px solid #f98721;
    border-radius: 10px;
    transform: rotateZ(45deg);
}

.box_add {
  display: inline-block;
  margin-bottom: 20px;
  width: 250px;
}
.box_add object {
  margin-bottom: 10px;
}
.box_add .cta {
  min-width: 100%;
}
.riepilogo_dati {
  font-weight: 600;
}
.riepilogo_dati_container .col-content {
  padding: 0 20px;
}
.riepilogo_dati_container img {
  margin: 15px 0;
  width: 170px;
}
.riepilogo_dati_container p {
  margin-bottom: 0;
}
.riepilogo_dati_container span {
  color: var(--primary-color);
  display: block;
  margin-bottom: 10px;
}
.riepilogo_dati_container ul {
  margin: 30px 0;
}
.riepilogo_dati_container ul li {
  position: relative;
}
.riepilogo_dati_container ul li span:before {
  content: "- ";
}
.riepilogo_dati_container.custom ul {
  margin: 0;
}
.riepilogo_dati_container.custom li {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 48%;
  margin-bottom: 5px;
}
.riepilogo_dati_container.custom li strong {
  float: right;
}
.riepilogo_dati_container.custom li:nth-child(2n) {
  margin-left: 40px;
}
.price {
  font-size: 48px;
  line-height: 58px;
  color: #00c65e !important;
  font-weight: 600;
}
.textarea_h200 {
  height: 200px;
}
.textarea_h100 {
  height: 100px;
}
.list_user li {
  background-color: #fff;
  padding: 8px 10px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.list_user li span {
  color: var(--primary-color);
}
.list_user li a,
.list_user li a:visited {
  color: #999999;
  float: right;
  vertical-align: middle;
}
.docs p {
  font-weight: 600;
  margin-bottom: 5px;
  display: grid;
}
.docs .doc {
  margin-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.docs.custom li {
  display: block;
  margin-bottom: 10px;
}
.docs.custom .doc {
  font-size: 14px;
  color: var(--primary-color);
  display: block;
}
.hide_desktop {
  display: none;
}
.cta_smaller {
  font-size: 10px;
  line-height: 14px;
  height: 23px;
  min-width: auto;
  padding: 5px;
  max-width: inherit;
  width: auto;
}
.partner {
  border: 1px solid #ccc;
  text-align: center;
  padding: 30px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.partner li {
  display: inline-block;
  width: 200px;
  height: 50px;
  margin-top: 10px;
}
.partner img {
  width: 120px;
  height: 50px;
  margin: 20px 18px 5px;
  vertical-align: middle;
}
.provvigioni {
  text-align: center;
  padding: 20px;
  margin-top: 10px;
}
.provvigioni h2,
.provvigioni h3 {
  margin-bottom: 0;
}
.provvigioni ul {
  margin-top: 10px;
}
.provvigioni li {
  display: inline-block;
  width: 32%;
}
.provvigioni p {
  font-weight: 600;
  margin: 0 10%;
}
.provvigioni_page .provvigioni {
  padding-bottom: 0;
}
.provvigioni_page .provvigioni li {
  width: 100%;
}
.provvigioni_page .provvigioni li:nth-child(2) {
  border: none;
  margin: 5px 0;
}
.provvigioni_page .provvigioni p {
  line-height: 18px;
  font-weight: 500;
}
.provvigioni_page .provvigioni .price {
  font-size: 36px;
}
.provvigioni_page .provvigioni.custom {
  border: none;
}
.provvigioni_page .provvigioni.custom li {
  margin-bottom: 30px;
}
.provvigioni_page .provvigioni.custom .price {
  font-size: 48px;
  color: var(--primary-color) !important;
}
.list_user.list_user_line li {
  border-bottom: 1px solid #dedede;
}
.list_user.list_user_line a {
  float: left;
}
.list_user.list_user_line p {
  float: right;
  margin-bottom: 0;
}
.list_user.list_user_line p span {
  color: #000;
  padding: 0 !important;
}
.list_user.list_user_line .first {
  border-right: 1px solid #999;
  padding-right: 20px !important;
  margin-right: 20px;
}
.home_section .custom_field a {
  border: none;
  flex-basis: 31%;
  margin: 0 15px 20px;
}
.home_section .box_container:nth-of-type(1) {
  margin-left: 0;
}
.home_section .box_container:nth-of-type(3) {
  margin-right: 0;
}
.list_schede_item_container {
  position: relative;
  margin-bottom: 20px;
}
.list_schede_item {
  border: 1px solid #adacac;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.list_schede_item li {
  padding: 10px;
  display: inline-block;
  width: 49%;
  vertical-align: top;
  position: relative;
}
.list_schede_item .doc object {
  margin-right: 5px;
}
.list_schede_item li:first-child,
.list_schede_item li:last-child,
.list_schede_item li li:first-child,
.list_schede_item li li:last-child,
.list_schede_item li li {
  width: 25%;
}
.list_schede_item li:nth-child(2):before,
.list_schede_item li:nth-child(2):after,
.list_schede_item.custom li:nth-child(4):before,
.list_schede_item.custom li:nth-child(4):after {
  content: "";
  background-color: #dedede;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.list_schede_item li:nth-child(2):after,
.list_schede_item.custom li:nth-child(4):after {
  left: inherit;
  right: 0;
}
.list_schede_item li:nth-child(2) li li {
  border: none;
}
.list_schede_item li:last-child {
  padding-right: 0;
}
.list_schede_item li:last-child .cta {
  margin: 10% auto 0;
}
.list_schede_item .standard_check.inline li,
.list_schede_item .standard_radio.inline li {
  min-width: 133px;
}
.list_schede_item label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.list_schede_item .label {
  font-size: 14px;
  background-color: red;
  color: #fff;
  padding: 9px 15px;
  border-radius: 10px;
}
.list_schede_item fieldset {
  padding: 0 0 10px;
}
.list_schede_item p {
  margin-bottom: 0;
}
.list_schede_item.custom {
  margin-bottom: 5px;
}
.list_schede_item.custom li {
  display: table-cell;
}
.list_schede_item.custom li:first-child {
  width: 14%;
}
.list_schede_item.custom li:nth-child(2),
.list_schede_item.custom li:nth-child(3),
.list_schede_item.custom li:nth-child(4) {
  width: 22%;
}
.list_schede_item.custom li:last-child {
  width: 18%;
}
.list_schede_item.custom h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.list_schede_item.custom h4 {
  background-color: #f1f1f1;
  font-size: 16px;
  line-height: 18px;
  padding: 5px;
}
.list_schede_item.custom p {
  font-size: 12px;
  line-height: 18px;
}
.list_schede_item.custom p a:hover {
  opacity: 0.6;
}
.list_schede_item.custom .docs p {
  margin-bottom: 5px;
}
.list_schede_item.custom li:first-child p {
  font-size: 16px;
}
.list_schede_item.custom li:nth-child(3) p {
  padding-left: 10px;
}
.list_schede_item.custom .price {
  font-size: 24px;
  line-height: 30px;
}
.list_schede_item.custom .price.text_orange {
  color: var(--primary-color) !important;
}
.list_schede_item.custom .price.text_grey {
  color: #333 !important;
}
.list_schede_item.custom .price.text_orange,
.list_schede_item.custom .price.text_grey {
  font-size: 18px;
}
.list_schede_item_actions a {
  font-size: 14px;
}
.saved {
  left: 50%;
}

.list_schede_item.custom li:first-child img {
  width: 160px;
  margin-bottom: 20px;
}
.result_page .list_schede_item.custom li:first-child p {
  font-size: 12px;
}
.result_page .list_schede_item.custom li:first-child p a,
.result_page .list_schede_item.custom li:first-child p a:visited {
  color: var(--primary-color);
  padding: 5px 10px;
  font-weight: 600;
}
.result_page .list_schede_item.custom li:first-child img {
  max-width: 160px;
  margin-bottom: 20px;
}
.result_page .list_schede_item.custom li:first-child .brand-info {
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  margin-bottom: 15px;
}
.result_page .list_schede_item.custom li:first-child {
  width: 22%;
}
.result_page .list_schede_item.custom li:nth-child(2),
.result_page .list_schede_item.custom li:last-child {
  width: 39%;
}
.result_page .list_schede_item li:last-child .cta {
  margin: 3% auto 0;
  width: 49%;
  display: inline-block;
}
.result_page .list_schede_item li:last-child .note,
.list_schede_item_container .list_schede_item li .note {
  font-weight: 600;
  color: red;
  line-height: 16px;
  position: absolute;
  top: 50px;
  right: 0;
  width: 100px;
}
.list_schede_item.custom .price_old {
  text-decoration: line-through;
}
.result_page .list_schede_item.custom li:nth-child(2) p,
.result_page .list_schede_item.custom .price {
  padding-left: 10px;
}
.info_sidebar {
  padding: 0;
  margin: 0 0 20px;
  border-radius: 10px;
}
.info_sidebar p {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
.info_sidebar strong {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.info_sidebar .col-content {
  padding: 10px;
}
.info_sidebar .cta {
  float: none;
}
.details {
  display: none;
}
.details_container {
  margin: 20px;
}
.details p {
  font-size: 14px;
  margin-bottom: 10px;
}
.details p a,
.details p a:visited {
  color: var(--primary-color);
}
.details table {
  border-bottom: 0;
  margin-bottom: 0;
}
.details table th {
  text-align: left;
}
.details table .text_right {
  text-align: right;
}
.details .totale {
  border-top: 1px solid #dedede;
}
.details .totale td {
  border: none;
}
.pdf {
  margin-bottom: 0 !important;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.overlay p {
  margin-top: 7%;
  margin-bottom: 0;
}

.overlay-light {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.overlay-light p {
  margin-top: 3%;
  margin-bottom: 0;
}
.riepilogo_info {
  margin-bottom: 30px;
}
.riepilogo_info ul {
  padding: 0 20px;
}
.riepilogo_info li {
  width: 19.5%;
  display: inline-block;
  vertical-align: top;
}
.riepilogo_info p {
  margin-bottom: 0;
}
.riepilogo_info .text_orange,
.riepilogo_info .text_green {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
/*accordion*/
.accordion_container,
.accordion i:before,
.accordion i:after {
  transition: all 0.5s ease-in-out;
}
.accordion input[type="checkbox"]:checked ~ .accordion_container {
  transition: all 0.01s ease-in-out;
}
.accordion {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.accordion h3 {
  background-color: #fff;
  border: 1px solid #adacac;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 20px 80px 20px 20px;
  border-radius: 10px;
}
.accordion li {
  position: relative;
  padding: 0;
  margin: 0;
  border-top: 1px dotted #dce7eb;
}
.accordion li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 22px;
  right: 36px;
}
.accordion i:before,
.accordion i:after {
  content: "";
  position: absolute;
  background-color: #adacac;
  width: 4px;
  height: 26px;
}
.accordion i:before {
  transform: translate(5px, 0) rotate(45deg);
}
.accordion i:after {
  transform: translate(5px, 0) rotate(-45deg);
}
.accordion input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.accordion input[type="checkbox"]:checked ~ .accordion_container {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.accordion input[type="checkbox"]:checked ~ i:before {
  transform: translate(15px, 0) rotate(45deg);
}
.accordion input[type="checkbox"]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.accordion_container {
  margin: 0 20px;
  overflow: hidden;
}
.accordion h4 {
  color: var(--primary-color);
}
.accordion .reply h4 {
  color: #00c65e;
}
.accordion .reply {
  margin: 0 20px;
}
.accordion .reply p {
  color: #797979;
  font-style: italic;
}
/*TABS*/
.tabs {
  border: 1px solid #adacac;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  border-radius: 10px;
}
.tabs li {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  flex-basis: 20%;
  list-style: none;
  clear: both;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: solid 1px var(--primary-color);
}
.tabs li:hover,
.tabs li.active {
  background: var(--primary-color);
  color: #fff;
}
.tabs li.active {
  display: block;
}
.tabs li:first-child:hover,
.tabs li:first-child.active {
  border-radius: 5px 0 0 5px;
}
.tabs li:last-child:hover,
.tabs li:last-child.active {
  border-radius: 0 5px 5px 0;
}
.tab_container {
  clear: both;
  float: left;
  width: 100%;
  overflow: auto;
}
.tab_content {
  padding: 20px;
  display: none;
}
.tab_container .cta_small {
  text-decoration: underline;
}
.tab_container .cta_small span {
  margin-right: 10px;
}
.tab_drawer_heading {
  display: none;
}
/*paginazione*/
.wp_pagenavi {
  clear: both;
  height: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.wp_pagenavi a,
.wp_pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 10px 16px;
  margin: 2px;
  border-radius: 6px;
  float: left;
}
.wp_pagenavi a:hover,
.wp_pagenavi span.current {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.wp_pagenavi span.current {
  font-weight: bold;
}
.tooltip-box {
  display: none;
  position: absolute;
  z-index: 2;
}
.tooltip-box .the-block {
  background-color: var(--primary-color);
  border: solid thin var(--primary-color);
  border-radius: 3px;
  display: inline-block;
  min-height: 20px;
  padding: 5px;
  text-align: center;
  min-width: 100px;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
}
/*slider*/
.range-slider {
  margin: 6px 0 0 0%;
}

.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: calc(100% - (73px)) !important;
  height: 10px !important;
  border-radius: 5px !important;
  background: #d7dcdf;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 65px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: "";
}
/* box video */
.notification_box {
  width: 200px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 6;
}
.notification_box .box_container {
  margin-bottom: 0;
  padding: 8px;
}

/* Box Whatsapp */
.notification_box.whatsapp_box {
  width: 210px;
}

.notification_box.whatsapp_box .box_container,
.notification_box.whatsapp_box .box_container > * {
  cursor: pointer;
  background-color: #00c65e !important;
  color: #fff !important;
}

.whatsapp_box .display_ib {
  filter: opacity(1);
}
/* Box Whatsapp /> */

.btn_close {
  background-color: #fff;
  border-radius: 100%;
  right: -8px;
  top: -12px;
  position: absolute;
  z-index: 2;
  height: 22px;
  width: 22px;
}
.btn_close_icon {
  position: relative;
  top: -2px;
  left: 1px;
}
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
}

.display_ib object {
  position: relative;
  z-index: -1;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* popup */
.popup {
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.popup .close_conteiner {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 8px;
  top: 5px;
  cursor: pointer;
  color: #000;
}
.popup_container {
  border: 1px solid var(--primary-color);
  background-color: #fff;
  display: inline-block;
  width: 600px;
  padding: 30px;
  margin: 12% auto 0;
  position: relative;
  z-index: 1;
  max-height: 600px;
  overflow-x: auto;
}
.popup_container .outline {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
  display: inline-block;
  padding: 0;
}
.popup form {
  padding-bottom: 0;
}
.popup fieldset {
  width: 100%;
}
.popup fieldset {
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
}
.popup fieldset:hover {
  background-color: transparent;
}
.popup label {
  font-size: 14px;
  font-weight: 600;
}
.popup input[type="text"] {
  padding: 7px 10px !important;
  margin-right: 0 !important;
  width: 270px !important;
  height: 34px !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background-color: transparent !important;
  border-bottom: 2px solid #999 !important;
  border-radius: 0 !important;
}
.popup .add_field {
  font-weight: 600;
  height: auto;
  cursor: pointer;
}
.popup .button_container {
  margin-bottom: 0;
}
.popup .cta {
  margin: 0 auto;
}
.popup .progressbar {
  background-color: #00c65e;
  margin: 0 0 5px;
  top: 4px;
  width: 100%;
  height: 5px;
  float: left;
}
.popup .uploaded object {
  margin-right: 5px;
}
.popup .uploaded label {
  display: flex;
}
.popup .uploaded label span {
  flex: 1 1 0%;
}
/* LOGIN */
.login header {
  position: relative;
}
.login main {
  margin-top: 0;
  min-height: auto;
}
.login .logo {
  margin: 30px auto;
  display: inline-block;
}
.login img {
  width: 200px;
}
.login form {
  width: 400px;
  margin: 0 auto;
}
.login fieldset:hover {
  background-color: transparent;
}
.login label {
  text-align: left;
  display: block;
  margin-bottom: 5px;
}
.login input {
  width: 100% !important;
}
.login .cta {
  margin: 0 auto;
}
.login footer {
  background-color: #fff;
  color: #333;
  padding: 10px 0;
}
.login footer a,
.login footer a:visited {
  color: #333;
}
.login .wrong {
  padding: 12px;
}
.login span.wrong {
  padding-left: 0;
  padding-bottom: 0;
}
footer {
  background-color: #353535;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
footer p {
  font-size: 14px;
  margin: 0;
}
footer a,
footer a:visited {
  color: #fff;
}
/* -----------------------------------------------------------------------------------------------------------------------------Cookie */
.cookie_content {
  background-color: #222b34;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: -9999px;
  z-index: 99999;
}
.cookie_content p.first {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff !important;
  font-weight: 600 !important;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 10px 5px;
  margin: 0;
}
.cookie_content p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  padding: 0 10px;
  margin: 0 0 10px;
}
.cookie_content a,
.cookie_content a:visited {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-decoration: underline;
}
.cookie_accept {
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  padding: 5px 10px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.cookie_accept:hover {
  background-color: #fff;
  color: #222b34 !important;
}
#cookie-bar {
  z-index: 3;
}
/* -----------------------------------------------------------------------------------------------------------------------------BCK */
/* LOGHI */
.loghi_energia {
  background-image: url(../images/loghi_energia.png);
  background-repeat: no-repeat;
  background-position: center -1535px;
}
fieldset .react-datepicker-wrapper {
  width: auto;
}
.react-datepicker__time-container {
  width: 260px !important;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 260px !important;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 270px !important;
}
input {
  color: #000;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
}
.overlay-form {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  font-size: 26px;
  text-align: center;
  padding-top: 20%;
  color: #3d3d3d;
  line-height: 40px;
}

.loader-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.loader-progress-bar {
  height: 30px;
  width: 100%;
  background-color: #ccc;
  border-radius: 5px;
  margin: 20px 0 20px 0;
}

.loader-bar {
  background-color: var(--primary-color);
  height: 30px;
  border-radius: 5px;
  transition: width 0.5s;
}

.pointer {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}
.relative {
  position: relative;
}

.upload-file {
  padding: 20px !important;
  font-size: 15px !important;
  border: none !important;
  background: none !important;
  width: auto !important;
  height: auto !important;
}
.list-notes {
  margin: 30px 10px;
}
.form-search {
  position: relative !important;
  width: 120px !important;
  right: 0 !important;
}
.wallet-search .react-datepicker__tab-loop {
  position: absolute;
  top: 0;
  left: 0;
}

.red-border {
  border: 2px solid var(--primary-color);
}

.post-sale-info ul {
  width: 50%;
  margin: 0 !important;
  float: left;
}
.post-sale-info li {
  width: 100% !important;
  float: left;
  border-bottom: 0 !important;
}

.post-sale-info ul.standard_check {
	color: red;
	float: none;
}

.post-sale-info li strong {
  color: #000;
  width: 40%;
  float: left !important;
}
.post-sale-info li i {
  font-weight: bold;
  color: var(--primary-color);
  width: 60%;
  float: left;
}
input[type="file"] {
  font-size: 15px !important;
}

.uploader {
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
}
.uploader .title {
  display: block;
  font-weight: bold;
  font-size: 15px;
  margin-left: 18px;
  margin-top: 10px;
}

.area-upload-file .size {
  font-size: 10px;
  font-weight: normal;
  display: block;
}

.area-upload-file {
  padding: 15px;
  border: 2px dotted #ccc;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}

.area-upload-file.inline {
  width: 50%;
  display: inline-block;
}

.area-upload-file-ready {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 5px 15px;
}
.area-upload-file-ready h5 {
  font-size: 13px;
  margin: 0;
}
.area-upload-file-ready object {
  padding-right: 10px;
}
.area-upload-file-ready .original {
  font-size: 10px;
  display: inline-block;
  padding-left: 15px;
}
.area-upload-file-ready .file-size {
  text-align: right;
  float: right;
  font-size: 12px;
  font-weight: bold;
}
.upload-bank-transfer {
  position: absolute;
  right: 0;
  top: 45px;
}
.remove-file-upload {
  display: inline-block;
  font-size: 11px;
  width: auto;
  min-width: auto !important;
  background: #cc0000;
  margin-right: 5px;
  top: 0px;
  padding: 5px 9px;
}

.uploader .file {
  font-size: 13px;
  display: block;
  margin: 15px 0;
}

.uploader .custom-file {
  margin: 0 15px;
}
.green {
  background-color: #00c65e;
  color: #fff;
}
.area-upload-file-name {
  width: 100%;
  display: inline-block;
}
.suggestion {
  position: absolute;
  left: 0;
  width: 250px;
  border: 1px solid #ccc;
  margin-left: 275px;
  top: 65px;
  font-size: 13px;
  background: #efefef;
  padding: 5px;
  z-index: 1;
  border-radius: 4px;
}
.option-city {
  display: block;
  cursor: pointer;
  padding: 5px 0;
}
.new-agent-form, .new-signature-form{
  width: 100% !important;
}
.new-agent-form .wrong span.message, .new-signature-form .wrong span.message {
  display: block;
  padding: 1%;
  font-size: 14px;
  padding-left: 275px !important;
}
.new-signature-form label {
  margin-left: 50px;
}
.new-signature-form input:disabled {
	border: 1px solid gray !important;
	color: gray !important;
}
.new-signature-form button:disabled {
	cursor: not-allowed !important;
}
.new-signature-form p.orange,
.axa-subscription p.orange
{
  color: #f98721;
  text-align: center;
}

.bank-transfer-info {
  line-height: 20px;
  font-size: 12px;
}
.bank-transfer-info li {
  margin-bottom: 15px;
}
.bank-transfer-info li strong {
  display: block;
  font-size: 18px;
}
.cta_large {
  width: 100%;
  min-width: 100%;
}
.tab-content {
  border: 1px solid #f2f2f2;
}
.tab-head {
  overflow: hidden;
}
.tab-button {
  border-radius: 5px 5px 0 0;
  padding: 10px 20px;
  font-size: 14px;
  color: #3d3d3d;
  float: left;
  background: #fff;
  border: 1px solid #f2f2f2;
}
.tab-button.active {
  background: #f2f2f2;
}
.note {
  background: #f7f7f7;
  padding: 5px 10px;
  margin-bottom: 3px;
}
.note-info {
  font-size: 12px;
  font-weight: normal;
  color: var(--primary-color);
}
.note_AGENT {
  text-align: right;
  background: #efefef;
}
.note_AGENT .note-info {
  text-align: right;
  margin-right: 0px !important;
}
.pl-5 {
  padding-left: 5px;
}

.quote-type {
  margin: 0 auto;
  text-align: center;
  height: 60px;
  width: 550px;
}

.quote-type button {
  float: left;
  margin: 0 5px;
  font-size: 16px;
}

.btn-quote-type {
  background: #fff;
  border: 1px solid #3d3d3d;
  color: #3d3d3d;
}
.first-line-privacy {
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
  margin-left: 10px;
}

#assicurazioni input:focus {
  border-color: orange !important;
}

#assicurazioni select:focus {
  border-color: orange !important;
}

#assicurazioni input:not(.wrong):valid {
  border-color: #0fc036 !important;
  border-width: 2px;
}

#assicurazioni select:not(.wrong):valid {
  border-color: #0fc036 !important;
  border-width: 2px;
}

#assicurazioni .standard_check input[type="checkbox"]:checked + label,
#assicurazioni .standard_check input[type="checkbox"]:checked ~ label,
#assicurazioni .standard_radio input[type="radio"]:checked + label,
#assicurazioni .standard_radio input[type="radio"]:checked ~ label {
  border-color: #0fc036 !important;
  border-width: 2px;
}

.impersonate__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
}

.impersonate__container--description {
  color: var(--primary-color);
  font-size: 1.5rem;
  text-align: center;
}

.result_page .standard_check.result_price input[type="checkbox"] + label {
  border: none;
  min-height: 20px;
  padding: 5px 10px 5px 30px;
}
.standard_check.result_price label:before {
  position: absolute;
  display: inline-block;
  left: 4px;
  top: 2px;
  border: 2px solid #ccc;
  content: " ";
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  line-height: 1;
}
.standard_check.result_price label:after {
   content: "✔";
   text-align: center;
   position: absolute;
   display: block;
   font-size: 12px;
   line-height: 1;
   left: 8px;
   top: 6px;
}
.dashboard_page h3.title {
  background: #f2f2f2;
  color: #000;
  margin: 20px 10px 30px;
  padding: 8px 10px 8px 10px;
  position: relative;
}

.disable-component {
  opacity: 0.6;
  pointer-events: none;
}

/* Administration section */
.modal {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.modal .modal-container {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
  width: 30%;
  min-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal .modal-container .modal-buttons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px 0;
}
.bg_white {
  background-color: white;
}
.bg_grey {
  background-color: #f9f9f9;
}
.bg_red {
  background-color: #ff2020;
}
.bg_green {
  background-color: #00c65e;
}
.disabled {
  background-color: grey !important;
}
.disabled:hover {
  cursor: not-allowed !important;
}
.not-allowed {
    cursor: not-allowed !important;
}
.add_button {
  float: right;
  margin-bottom: 10px;
}
.body-height-overflow {
  max-height: 400px;
  overflow-y: scroll;
  padding: 0px 5px;
}
.user-filters {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.user-filters .filters-content {
  display: flex;
  gap: 5px;
  justify-content: end;
}
.user-filters .filters-content .content-button {
  align-self: center;
}
.user-filters .filters-content .content-input .input-text {
  width: 500px !important;
}
.block-item {
  transition: all 300ms ease-in-out;
  margin-bottom: 10px;
}
.block-item .header-block-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-item .header-block-item .block-item-name .desc-label {
  font-size: 13px;
  display: block;
}
.block-item .header-block-item .action-buttons {
  display: flex;
  gap: 5px;
}
.block-item .header-block-item .action-buttons .arrow-rotate {
  transform: rotate(180deg);
}
.block-item .header-block-item .action-buttons .arrow:hover {
  cursor: pointer;
}
.block-item .block-item-body {
}
.block-item .block-item-body.body_open {
  padding-top: 10px;
}
.block-item .block-item-body .body-content {
  border: none;
  transition: all 300ms ease-in-out;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.block-item .block-item-body .body-content > .permission-item {
  padding: 10px;
  border: 1px solid #dedede;
  border-radius: 10px;
  display: flex;
  padding-inline: 20px;
  justify-content: space-between;
  align-items: center;
}
.block-item .block-item-body .item-first {
  padding: 10px 10px 10px 0px;
}
.block-item .block-item-body .item-first .item-block-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.block-item .block-item-body .item-first .item-block-text .item-label {
  font-size: 12px;
}
.block-item .block-item-body .item-first .item-block-text .item-select > .option-value {
}
.block-item .block-item-body .body-content > .permission-item:first-child {
  margin-top: 10px;
}
.block-item .block-item-body .body-content > .permission-item .item-block-text {
  display: flex;
  flex-direction: column;
}
.block-item .block-item-body .body-content > .permission-item .item-block-text .item-text {
  font-size: 15px;
}
.block-item .block-item-body .body-content > .permission-item .item-block-text .item-desc {
  font-size: 12px;
}
.block-item .block-item-body .item-first .item-block-button,
.block-item .block-item-body .body-content > .permission-item .item-block-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.block-item .block-item-body .item-first .item-block-button #template-name,
.block-item .block-item-body .item-first .item-block-button #permission-list {
  width: 100%;
  padding-inline: 10px;
}
.block-item .block-item-body .body-content > .permission-item .item-block-button .item-button:hover {
  cursor: pointer;
}
.block-item .block-item-body .body-content > .permission-item .item-block-button .item-button .button-delete {
  position: static !important;
}
.users-footer {
  text-align: center;
  width: 100%;
  margin: 20px;
}
.users-footer .footer-text {
  font-size: 18px;
}
/* End Administration Section */

/* Popup Error Section */
@keyframes slideUp {
  0% { bottom: -150px; }
  20%, 80% { bottom: 0px; }
  100% { bottom: -150px; }
}
.popup-error {
  position: fixed;
  padding: 10px 15px;
  z-index: 14;
  right: 0px;
  border-radius: 10px;
  color: white;
  transform: translate(50%,-50%);
  right: 50%;
  bottom: -150px;
  animation: slideUp 6s ease-in-out;
  white-space: nowrap;
}
/* End Popup Error Section */

/* Market Section */
.lead-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin: auto;
}
.table-data-col {
  background-color: white !important;
}
.table-data-col .col-span-block {
  position: relative;
}
.table-data-col .col-span-block .block-image {
  display: flex;
  margin: auto;
}
.table-data-col .col-span-block .block-text {
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  background-color: white;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #dedede;
}
.multiselect-container {
  background-color: white;
  width: fit-content;
}
.multiselect-container .search-wrapper #search_input {
  width: 500px !important;
}
.content-header {
  display: flex;
  justify-content: space-between;
}
.list-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.list-filters .filters-provinces {
  width: fit-content;
}
.list-filters [class^='filters-'] [class$='-title'] {
  display: block;
}
.cart-leads-container,
.supplier-leads-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0px;
  max-height: 500px;
  overflow-y: auto;
  padding: 10px 0px;
  transition: all 500ms ease-in-out;
}
.cart-leads-container > .container-lead,
.supplier-leads-container > .container-lead {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  height: 170px;
  justify-content: space-between;
  margin: 0px;
  text-align: center;
  background-color: white;
}
.cart-leads-container > .container-lead .lead-body,
.supplier-leads-container > .container-lead .lead-body {
  display: flex;
  justify-content: space-between;
}
.cart-leads-container > .container-lead .lead-body .body-left,
.supplier-leads-container > .container-lead .lead-body .body-left {
  text-align: left;
  font-size: 15px;
}
.cart-leads-container > .container-lead .lead-body .body-left > .left-item,
.supplier-leads-container > .container-lead .lead-body .body-left > .left-item {
  display: block;
}
.cart-leads-container > .container-lead .lead-body .body-right,
.supplier-leads-container > .container-lead .lead-body .body-right {
  text-align: right;
  display: inherit;
  flex-direction: column;
  justify-content: space-between;
}
.cart-leads-container > .container-lead .lead-body .body-right > .item-info:hover,
.supplier-leads-container > .container-lead .lead-body .body-right > .item-info:hover {
  cursor: pointer;
}
.cart-leads-container > .container-lead .lead-body .body-right > .right-item .item-price-value,
.supplier-leads-container > .container-lead .lead-body .body-right > .right-item .item-price-value {
  font-size: 35px;
}
.cart-leads-container > .container-lead .lead-body .body-right > .right-item .item-price-currency,
.supplier-leads-container > .container-lead .lead-body .body-right > .right-item .item-price-currency {
  font-size: 15px;
}

.cap-clear {
  position: relative;
  right: 30px;
  cursor: pointer;
}
/* End Market Section */

/* Cart/CartLeads Section */
.table-data-info {
  cursor: pointer;
  font-size: 20px;
}
.add-lead-cart {
  width: 200px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: auto;
}
.icon-cart-total {
  position: fixed;
  right: 40px;
  z-index: 20;
  width: 50px;
  height: 50px;
}
.icon-cart-total .icon-cart-icon {
  background-color: white;
  border-radius: 50%;
}
.icon-cart-total .cart-total-badge {
  background-color: var(--primary-color);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  position: absolute;
  left: -13px;
  top: -13px;
  pointer-events: none;
}
.icon-cart-total .cart-total-price {
  background-color: var(--primary-color);
  pointer-events: none;
  border-radius: 15px;
  position: absolute;
  left: -10px;
  padding: 2px 8px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
}
.icon-cart-total .cart-total-price .price-value {
  font-size: 16px;
}
.icon-cart-total .cart-total-price .price-currency {
  font-size: 13px;
  align-self: baseline;
}
.icon-cart-total .cart-timer {
  background-color: var(--primary-color);
  pointer-events: none;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  position: absolute;
  left: -30px;
  padding: 5px 8px;
  bottom: 20px;
  width: 90px;
  bottom: -65px;
}
.container-checkout .checkout-button {
  margin: auto;
  background-color: orangered;
}
.container-checkout .purchase-button {
  margin: auto;
  background-color: #00c65e;
}
/* End Cart/CartLeads Section */

/* Market Lead Tabs */
.content-lead-tabs {
  border: none;
}
.content-lead-container {
  margin-top: 30px;
}
/* End Market Lead Tabs */

.close-btn-modal {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 0px;
}

/* Checkout Section */
.payment-modal-checkout {
  background-color: #0000004a;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  inset: 0px;
}
.payment-modal-checkout .checkout-form {
  background-color: white;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
  border-radius: 10px;
  padding: 0px;
}
.payment-modal-checkout .checkout-form .form-buttons {
  display: flex;
  justify-content: center;
  gap: 5px;
}
/* End Checkout Section */

/* Notification Rule */
.no-pointers {
  pointer-events: none;
}
.profile-section {
  display: flex;
}
.notification-rule-block {
  width: 70%;
}
@media screen and (max-width: 1279px) {
  .profile-section {
    flex-direction: column;
    gap: 30px;
  }
  .notification-rule-block {
    width: 100%;
  }
}
.notification-rule-block .block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.notification-rule-block .block-header .header-button {
  display: flex;
  align-items: center;
  gap: 5px;
}
.modal,
.notification-rule-modal {
  background-color: #0000004a;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  inset: 0px;
}
.modal-element,
.notification-rule-modal .modal-element {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
  border-radius: 10px;
  background-color: white;
  padding: 20px 40px 10px;
}
.notification-rule-modal .modal-element .element-inputs > fieldset .inputs-label {
  display: block;
}
.notification-rule-modal .modal-element .element-inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.notification-rule-modal .modal-element .element-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0px;
}
.notification-rule-modal .modal-element .element-buttons > button {
  width: 100%;
}
/* End Notification Rule */

/* Start Re */
.docs.re p {
  font-size: 13px;
  line-height: 16px;
  font-weight: inherit;
}
.docs.re p .doc.pointer object {
  margin-right: 5px;
}
/* End Re*/

.section-title-box {
  text-align: center;
  padding: 0.5rem 3rem 0;
}

.section-title-message {
  color: red;
  width: fit-content;
  padding: 0.5rem 1rem;
  margin: auto;
  border: 2px dashed red;
  border-radius: 10px;
}

.envelope-info .icon {
  width: 20px;
  margin: auto;
}

.envelope-info b {
  font-weight: bold !important;
}

.envelope-info p {
  margin-bottom: 0;
}

.envelope-info small {
  font-size: 14px;
  color: #888;
}

.envelope-info a {
  color: #0077ff;
  text-decoration: underline;
  margin: 0!important;
}

.envelope-info .history {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.envelope-info .history-head {
  margin-bottom: 20px;
}

.envelope-info .history:not(:last-child) {
  border-bottom: 1px solid black
}

.envelope-info .space-between {
  display: flex;
  justify-content: space-between;
}

.envelope-info .historyButton {
  padding: 5px;
  color: grey;
}

/* =========== CART STYLE SECTION =========== */
.carts-container {
  padding-top: 30px;
  padding-bottom: 10px;
}

.carts-container .bold {
  font-weight: bold;
}

.carts-container .cart-container {
  border: 1px solid #fafafa;
  border-radius: 6px;
  padding: 10px 20px;
}

.carts-container .shadow {
  box-shadow: 0 4px 8px rgba(168, 168, 168, 0.2);
}

.carts-container .shadow-active {
  box-shadow: 1px 2px 4px var(--primary-color);
}

.carts-container .cart-section {
  display: flex;
  justify-content: space-between;
}

.carts-container .item-section {
  padding: 10px 0;
}

.carts-container  p {
  margin-bottom: 0 !important;
}

.carts-container .products-list {
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0;
}


.carts-container .tiny-text {
  font-size: small;
}

.carts-container .pl-0 {
  padding-left: 0 !important;
}

.carts-container .text-right {
  text-align: right;
}

.carts-container .text-center {
  text-align: center;
}

.carts-container .cart-footer {
  padding:10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.carts-container .actions {
  display: flex;
}

.carts-container button {
  padding: 3px 18px;
  margin-right: 8px;
  color: black;
  font-weight: normal;
}
.carts-container button p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.carts-container .actions button.save{
  background: var(--primary-color);
  color: white;
}

.carts-container .actions button:hover {
  cursor: pointer !important;
  scale: 0.98;
}

.carts-container .cart {
  padding: 10px 0;
}

.carts-container .loader_container {
  background-color: transparent !important;
  color: red !important;
}

.carts-container .loader_container svg{
  height: 50px !important;
  width: 50px !important;
}

.carts-container .mr-2px {
  margin-right: 2px;
}

.carts-container .m-0 {
  margin: 0 !important;
}

.carts-container .label-saved {
  padding: 5px 30px;
  background: #ffe300;
  border-radius: 20px;
  font-size: smaller;
}

.carts-container .label-unauthorized {
  padding: 5px 30px;
  background: #af0000;
  border-radius: 20px;
  font-size: smaller;
  color: white;
}

.carts-container .label-current {
  padding: 5px 30px;
  background: var(--primary-color);
  border-radius: 20px;
  font-size: smaller;
}

.carts-container .label-paid {
  padding: 5px 30px;
  background: #01710d;
  border-radius: 20px;
  font-size: smaller;
  color: white;
}

.cart-details-container {
  padding: 20px;
  margin: 0 auto;
  max-width: 1280px;
}

.cart-details-container .cart-overview {
  padding: 5px;
}

.cart-details-container .cart-pay {
  padding: 5px;
}

.cart-details-container .card {
  border: 1px solid #fafafa;
  border-radius: 6px;
  padding: 10px 20px;
  box-shadow: 0 4px 8px rgba(168, 168, 168, 0.2);
}

.cart-details-container .tiny-text {
  font-size: small;
}

.cart-details-container p {
  margin: 0 !important;
}

.cart-details-container .pl-0 {
  padding-left: 0 !important;
}

.cart-details-container .m-0 {
  margin: 0 !important;
}

.cart-details-container .cart-items {
  padding: 15px 0;
}

.cart-details-container .text-right {
  text-align: right;
}

.cart-details-container .text-center {
  text-align: center;
}

.cart-details-container .bold {
  font-weight: bold;
}

.cart-details-container .products-list {
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0;
}

.cart-details-container .header {
  border-bottom: 1px solid #e9e9e9;
}

.cart-details-container .pay {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 10px;
}

.cart-details-container .pay p{
  text-align: right;
}

.cart-details-container button{
  background: var(--primary-color);
  color: white;
  padding: 9px 25px;
}

.cart-details-container button:hover {
  cursor: pointer !important;
  scale: 0.98;
}

.cart-details-container .big-text {
  font-size: large;
}

.pt-40px {
  padding-top: 40px;
}

.cart-details-container .cart-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-details-container .label-paid {
  padding: 5px 30px;
  background: #01710d;
  border-radius: 20px;
  font-size: smaller;
  color: white;
}

.cart-details-container .label-saved {
  padding: 5px 30px;
  background: #ffe300;
  border-radius: 20px;
  font-size: smaller;
}

.cart-details-container .label-unauthorized {
  padding: 5px 30px;
  background: #af0000;
  border-radius: 20px;
  font-size: smaller;
  color: white;
}

.cart-details-container .label-current {
  padding: 5px 30px;
  background: var(--primary-color);
  border-radius: 20px;
  font-size: smaller;
  color: white;
}

.cart-details-container .remove-from-cart-icon {
  cursor: pointer;
}

.promo-container {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  color: #333;
  padding: 2px;
  text-align: center;
  width: 100%;
  margin: 0;
}
.promo-qr {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 18px;
  margin: 10px auto;
  width: 300px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.promo-qr p {
  font-size: 11px;
  line-height: normal;
  margin-bottom: 10px;
}

.promo-qr .subtitle {
  color: #4CAF50;
  font-weight: bold;
}
.promo-qr .subtitle a {
  text-decoration: none;
  color: #007BFF;
}

/* CUSTOM ALERT POPUP COMPONENT */
.custom-alert-popup-box {
  position: fixed;
  z-index: 99;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
.custom-alert-popup-box > .custom-alert-popup {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 500px;
  min-width: 250px;
  max-width: 60%;
  min-height: 200px;
  max-height: 60%;
  border: 3px solid black;
  border-radius: 15px;
  padding: 0.8rem;
  background-color: #e9e9e9;
}
.custom-alert-popup-box > .custom-alert-popup.large {
  max-width: 1280px;
  width: 100%;
}

.custom-alert-popup-box > .custom-alert-popup > .title-box {
    display: flex;
    align-items: center;
}
.custom-alert-popup-box > .custom-alert-popup > .title-box > .title {
    margin-bottom: 0;
    font-weight: 600;
    flex-grow: 1;
    margin-left: 10px;
}
.custom-alert-popup-box > .custom-alert-popup > .content {
    margin-top: 1rem;
    flex-grow: 1;
    overflow: auto;
}
.custom-alert-popup-box > .custom-alert-popup > .btn-ok {
    margin-left: auto;
    background-color: #00c65e;
}
object.fill-red {
    filter: invert(20%) sepia(97%) saturate(4013%) hue-rotate(353deg) brightness(93%) contrast(127%);
}
object.fill-orange {
    filter: brightness(0) saturate(100%) invert(63%) sepia(88%) saturate(1697%) hue-rotate(360deg) brightness(102%) contrast(104%);
}
object.fill-green {
    filter: brightness(0) saturate(100%) invert(29%) sepia(65%) saturate(1802%) hue-rotate(93deg) brightness(93%) contrast(105%);
}

/* MOONEY PAYMENT COMPONENT */
.customer-email-box {
    width: 80%;
    margin: auto auto 1rem;
    border: 2px solid black;
    border-radius: 15px;
    padding: 0.8rem;
}
.customer-email-box > .customer-email-selection {
    display: flex;
    justify-content: center;
}

/*Plenitude link builder */
.url-cell {
  max-width: 300px;
}

.url-link {
  word-break: break-all;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #216BA5;
  text-decoration: none;
}

.filter-col-actions {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}


/* Library.js Component */
.library-modal-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: rgb(0, 0, 0, 0.4);
    padding: 1rem;
}
.library-modal-container > .library-modal {
    position: fixed;
    width: 65vw;
    height: 70vh;
    margin: auto;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 10px;
    transform: translateX(30%);
}
.library-modal > .library-modal-content {
    height: inherit;
    overflow-y: auto;
}

.library-modal > .library-modal-header .library-close-action {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-weight: bold;
    font-size: x-large;
    cursor: pointer;
}

.popup_content  a {
  color: #000;
  text-decoration: underline;
  margin: 0!important;

}
