@charset "UTF-8";
/* 32px */
:root {
  font-size: 16px;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
body {
  color: #666;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  z-index: 10;
  background-color: #E5EBF5;
  min-height: 100vh;
}

::-moz-selection {
  color: white;
  background: #2EA3F2;
}

::selection {
  color: white;
  background: #2EA3F2;
}

h1,
h2,
h3,
p {
  margin-bottom: 1.5rem;
}

img {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.mb05 {
  margin-bottom: 0.75rem;
}

.mb1 {
  margin-bottom: 1.5rem;
}

.mb2 {
  margin-bottom: 3rem;
}

.mb3 {
  margin-bottom: 4.5rem;
}

.mb4 {
  margin-bottom: 6rem;
}

.mt1 {
  margin-top: 1.5rem;
}

.mt2 {
  margin-top: 3rem;
}

.mt3 {
  margin-top: 4.5rem;
}

.mt4 {
  margin-top: 6rem;
}

.ml2 {
  margin-left: 3rem;
}

.gap1 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap2 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

ol,
ul {
  padding: 0;
}

input::-moz-placeholder {
  color: #333 !important;
  opacity: 1;
}

input::placeholder {
  color: #333 !important;
  opacity: 1;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

@media screen and (max-width: 1024px) {
  .w-25 {
    width: 100% !important;
  }
}

.w-30 {
  width: 30% !important;
}

#content {
  max-width: 90% !important;
  width: 100%;
  min-height: calc(100vh - 8.5rem);
  display: flex;
  flex-direction: column;
}
#content #manutenzione-container {
  height: 50%;
  width: 75%;
  position: absolute;
  top: 30%;
  left: 13%;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 10px 10px rgba(44, 52, 53, 0.2);
  padding: 20px;
  border: 1px solid #9db582;
}
#content .panel {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem 30px;
  margin-bottom: 1.5rem;
}

div.calendar .today {
  background: #ffcc00 !important;
}

/* tag custom */
.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.flex-no-wrap {
  flex-wrap: nowrap;
}
.nascondi {
  display: none;
}

.svg-btn-nobg {
  border: none;
  background: none;
  padding: 0;
}

.login-error-tooltip,
.login-success-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 0.75rem 15px;
}

.login-error-tooltip {
  background-color: rgba(255, 21, 21, 0.7);
}

.login-success-tooltip {
  background-color: rgba(16, 208, 83, 0.7);
}

.slick-list {
  border-radius: 0.7rem;
}

@media screen and (max-width: 1024px) {
  .slick-slide {
    height: 90%;
  }
}

.pe-2rem {
  padding-right: 2rem;
}

.text-xs {
  font-size: 14px !important;
}

.text-sm {
  font-size: 16px !important;
}

.text-md {
  font-size: 18px !important;
}

.text-lg {
  font-size: 20px !important;
}

.text-xl {
  font-size: 22px !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

text-red-400 {
  color: #ff6f69 !important;
}

text-red-500 {
  color: #ff4c45 !important;
}

text-red-600 {
  color: #e80900 !important;
}

text-red-700 {
  color: #ad0700 !important;
}

@media screen and (min-width: 1921px) {
  .h-90 {
    height: 90% !important;
  }
}
#loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
  flex-direction: column;
  row-gap: 5px;
}
#loader span {
  font-size: 22px;
}
#loader .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
#loader .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #212529;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #212529 transparent transparent transparent;
}
#loader .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#loader .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#loader .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* jquery autocomplete */
.ui-menu {
  border: 1px solid #2EA3F2;
  background-color: #fff;
  width: 200px;
  border-radius: 1rem;
  padding: 0.5rem 1rem !important;
}

.ui-menu-item {
  padding: 0.35rem 0.75rem;
  color: black;
  width: 100%;
  transition: all ease-out 0.08s;
  list-style-type: none;
  margin-left: 0px;
  border-radius: 10px;
}

.ui-menu-item:hover {
  background-color: #2EA3F2;
  color: white;
}

#post_code.autocomplete {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media screen and (max-width: 1024px) {
  .desktop-row {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .mobile-row {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .page-upper-title {
    text-align: center;
  }
}

.custom-radio {
  accent-color: #2EA3F2;
  color: rgb(255, 255, 255);
  width: 25px;
  height: 25px;
}
.custom-radio:before {
  background-color: black;
}

.border-round {
  border-radius: 3rem !important;
}

.br-left {
  border-top-left-radius: 0.6rem;
}

.br-right {
  border-top-right-radius: 0.6rem;
  /*  text-align: right !important; */
}

.table {
  border: 0 solid #FAFAFA !important;
  box-shadow: 1px 1px 30px rgba(128, 128, 128, 0.1);
}
.table.table-rounded thead td:first-child {
  border-top-left-radius: 0.6rem;
}
.table.table-rounded thead td:last-child {
  border-top-right-radius: 0.6rem;
}

th,
td {
  border-right: 0.25px solid #EEE !important;
  background-color: #ffffff;
}

/*typography*/
.tit1 {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}

.tit2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 3rem;
  color: #333;
}

.tit2b {
  font-weight: 700;
  font-size: 1rem;
}

/*tabelle*/
.my-table {
  box-shadow: none;
  font-size: 0.845rem;
}
.my-table th,
.my-table td {
  padding: 0.75rem 15px;
}
.my-table th {
  background: #fff;
  border-color: transparent !important;
}
.my-table td {
  border-color: transparent !important;
}
.my-table tbody tr:nth-child(odd) td {
  background: #E5EBF5;
}

.pagination {
  margin-bottom: 0;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: none;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order::after {
  content: "";
  width: 8px;
  height: 14px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::before {
  background: url(../img/icn-up.svg) no-repeat center/cover;
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order::after {
  background: url(../img/icn-down.svg) no-repeat center/cover;
  right: 0;
  left: auto;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order::before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order::after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order::before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order::after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order::before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order::after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order::before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order::after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order::before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order::after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order::before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order::after {
  opacity: 0.4;
}
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order::after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order::before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order::after {
  opacity: 1;
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order {
  height: 14px;
  width: 18px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order::before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order::before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order::after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order::after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order::after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order::after {
  top: 0;
  bottom: unset;
}
table.dataTable thead th.dt-type-numeric div.dt-column-header {
  display: flex;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  content: "+";
  border: 0;
  background: #2EA3F2;
  color: #fff;
  font-weight: 700;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded th.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded td.dtr-control::before {
  content: "-";
  border: 0;
}
table.dataTable tbody > tr.child span.dtr-title {
  margin-right: 15px;
  min-width: 120px;
}

div.dt-container {
  font-size: 0.875rem;
}
div.dt-container div.dt-layout-row {
  margin: 1.5rem 0 0 0;
}
div.dt-container div.dt-layout-table {
  margin: 0;
}
div.dt-container .dt-length {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  color: #333;
}
div.dt-container select.dt-input {
  border-color: #E5EBF5;
  border-radius: 100px;
  padding: 0.75rem 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/icn-select.svg) no-repeat right 15px center/12px auto;
}
div.dt-container .dt-paging .dt-paging-button {
  border: 0;
  margin: 0;
  padding: 0 5px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
div.dt-container .dt-paging .dt-paging-button.previous, div.dt-container .dt-paging .dt-paging-button.next {
  background: #2EA3F2 !important;
  border-radius: 100%;
  width: 44px;
}
div.dt-container .dt-paging .dt-paging-button.previous.disabled, div.dt-container .dt-paging .dt-paging-button.next.disabled {
  opacity: 0.5;
}
div.dt-container .dt-paging .ellipsis {
  padding: 0 10px;
}
div.dt-container .dt-paging nav > :first-child {
  margin-right: 10px;
}
div.dt-container .dt-paging nav > :last-child {
  margin-left: 10px;
}
div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover,
div.dt-container .dt-paging .dt-paging-button:hover {
  border: none;
  background: none;
  color: #333 !important;
}
div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  font-weight: 700;
}

/*footer*/
footer {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.form-control {
  width: 40vw;
}

#search-bar-div {
  flex-grow: 1;
  max-width: 40vw;
  min-width: 375px;
}
#search-bar-div #search-bar {
  width: 100%;
}

.pag-label {
  text-decoration: none;
  color: #ffffff !important;
}

.table-sticky {
  border-collapse: collapse;
}
.table-sticky thead td,
.table-sticky thead th {
  position: sticky;
  /*top: 100px;*/
  z-index: 2;
}

.my-table-responsive {
  max-height: 50vh;
  overflow-x: auto;
}
.my-table-responsive table {
  margin-bottom: 0 !important;
}
.my-table-responsive thead td,
.my-table-responsive thead th {
  top: 0;
}
.my-table-responsive.my-table-responsive-lf table {
  table-layout: fixed;
}
.my-table-responsive.my-table-responsive-users {
  max-height: 60vh;
}

@media (min-width: 1280px) {
  .my-table-responsive,
  .my-table-responsive.my-table-responsive-users {
    max-height: unset;
    overflow: visible;
  }
  .my-table-responsive thead td,
  .my-table-responsive thead th,
  .my-table-responsive.my-table-responsive-users thead td,
  .my-table-responsive.my-table-responsive-users thead th {
    top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  #navbar {
    transition: padding 0.3s;
  }
  #navbar.collapsed {
    padding: 0px 0.5rem !important;
  }
}
.catalog-filter-div-responsive {
  width: 75% !important;
}
@media screen and (max-width: 1024px) {
  .catalog-filter-div-responsive {
    width: 100% !important;
  }
}

@media screen and (max-width: 992px) {
  #navbar {
    width: 100%;
  }
  #navbar #search-bar-div {
    display: none !important;
  }
  #navbarSupportedContent {
    display: flex;
    align-items: center !important;
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #sidebar {
    width: 100% !important;
    display: block;
    opacity: 1;
    margin-left: 0 !important;
    position: fixed !important;
    transition: 0.2s all;
    overflow-y: auto;
    bottom: 0;
  }
  #sidebar.mobile-collapse {
    display: none;
    opacity: 0;
    left: -50%;
  }
  .navbar-logo {
    display: flex;
    align-items: center;
    margin-left: 10px;
  }
  /* .top-user {
      .dropdown { display: none !important;}
  } */
}
@media screen and (max-width: 992px) and (max-width: 600px) {
  .navbar-logo {
    margin-left: 20px;
  }
  .top-user .user-bg {
    width: 50px !important;
    height: 50px !important;
    font-size: 17px !important;
  }
}
.update-success {
  color: #2EA3F2;
  font-size: 13px;
}

.strong-green strong {
  color: #2EA3F2;
}

.banners-slider {
  width: 100%;
}
.banners-slider .slick-track {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.arrow-back-circle {
  padding: 6px;
  border: 2px solid #2EA3F2;
  border-radius: 50%;
}

.back-circle {
  padding: 5px;
  background-color: #eee;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-selected {
  border-color: #2EA3F2;
  background-color: #2EA3F2;
  border-radius: 50%;
}

#label_carico_dati {
  position: fixed;
  bottom: 2%;
  left: 15px;
  font-size: 16px;
  font-weight: 500;
  display: none;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0 1.5rem;
  border-radius: 20px;
}

.navbar-light {
  background-color: #fff !important;
}

.no-decoration {
  text-decoration: none !important;
  color: #000;
}
.no-decoration:hover {
  color: #000;
}

#loading-label {
  position: relative;
}

.visibility-hidden {
  visibility: hidden;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

.px600 {
  min-width: 600px !important;
}

.mw-100px {
  max-width: 100px;
}

.green-linktxt:not(.normalized) {
  transition: 0.1s color;
}
.green-linktxt:not(.normalized):hover {
  color: #2EA3F2 !important;
}
.green-linktxt.normalized {
  text-decoration: none !important;
  color: #2EA3F2 !important;
}
.green-linktxt.normalized:hover {
  color: #719c3f !important;
}

.red-linktxt {
  transition: 0.1s color;
}
.red-linktxt:hover {
  color: #dc3545 !important;
}

/* #vouchermsg { font-weight: 700; font-size: 28px; color: $bluNobelio;} */
.green-text {
  color: #2EA3F2;
}
.green-text.dark {
  color: #719c3f;
}

.block-azioni {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.block-azioni img {
  height: auto;
}

.form-delete,
.btn-ico {
  display: inline;
}
.form-delete button,
.btn-ico button {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=radio].product-option {
  opacity: 0;
  accent-color: #2EA3F2;
  visibility: hidden;
  height: 100% !important;
  width: 90% !important;
}
input[type=radio].product-option:checked {
  visibility: visible;
}

.btn {
  padding: 1rem 30px;
  border-radius: 100px;
  border-width: 2px;
  border-style: solid;
  font-weight: 700;
  line-height: 1.5rem;
  font-size: 1rem;
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
}
.btn.btn-primary {
  background: #2EA3F2;
  border-color: #2EA3F2;
}
.btn.btn-primary:hover {
  color: #2EA3F2;
  background-color: #fff;
  border-color: #2EA3F2;
}
.btn.btn-delete {
  position: relative;
  padding-left: 45px;
}
.btn.btn-delete:after {
  content: "";
  background: url(../img/icn-trash-w.svg) center/contain no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 22.5px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-delete:hover::after {
  background: url(../img/icn-trash-r.svg) center/contain no-repeat;
}
.btn.privacy-download-btn img {
  position: absolute;
  left: 3%;
  top: 25%;
}
.btn.privacy-download-btn:hover img {
  content: url("/assets/img/icn-download-primary.svg");
}
.btn.isdropdown.show {
  border: transparent !important;
}
.btn:active {
  border: transparent !important;
}

.btn-success {
  color: white;
  background-color: #2EA3F2;
  border: 1px solid #2EA3F2;
}
.btn-success:hover {
  color: #2EA3F2;
  background-color: transparent;
  border: 1px solid #2EA3F2;
  box-shadow: none !important;
}
.btn-success:focus, .btn-success:focus-visible {
  color: white !important;
  background-color: #2EA3F2 !important;
  border: 1px solid #2EA3F2 !important;
}
.btn-success:disabled {
  opacity: 0.5;
}

.btn-outline-success {
  border: 1px solid #2EA3F2;
  color: #2EA3F2;
  font-weight: 500;
  box-shadow: none !important;
}
.btn-outline-success:hover {
  background-color: #2EA3F2;
  color: white;
  border: 1px solid #2EA3F2;
  box-shadow: 0px 3px 10px rgba(58, 58, 58, 0.06) !important;
}
.btn-outline-success:focus, .btn-outline-success:focus-visible {
  border: 1px solid #2EA3F2 !important;
  color: #2EA3F2 !important;
  background-color: transparent !important;
}

.btn-go {
  width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-datetime-edit-day-field:focus,
input::-webkit-datetime-edit-month-field:focus,
input::-webkit-datetime-edit-year-field:focus,
input::-webkit-datetime-edit-year-field:focus {
  background-color: #2EA3F2 !important;
  color: white;
  outline: none;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number].include-controller {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.cpointer {
  cursor: pointer !important;
}

.full-size {
  min-width: 100% !important;
  max-width: 100% !important;
}

select[multiple]:focus option:checked {
  background-image: linear-gradient(0deg, #2EA3F2 0%, #2EA3F2 100%);
  border-radius: 5px;
}

.table td {
  border-bottom-width: 0px !important;
}
.table tr {
  height: 60px;
}
.table tr.clickable:hover .table-name-link {
  color: #C6E1A6;
}
.table tr.selected-input-row {
  border: 2px solid #2EA3F2 !important;
  box-sizing: border-box;
}

.table-responsive {
  margin-bottom: 1.5rem;
}
.table-responsive table {
  margin-bottom: 0;
}

.no-maxw {
  max-width: 100% !important;
}

.no-maxh {
  max-height: 100% !important;
}

.btn:hover .green-white {
  color: #2EA3F2 !important;
  display: block;
  width: 100% !important;
}

.btn-danger {
  color: white !important;
  background-color: #dc3545 !important;
  border-color: 2px solid #dc3545 !important;
}
.btn-danger:hover {
  color: #dc3545 !important;
  background-color: transparent !important;
  border: 2px solid #dc3545 !important;
  box-shadow: none !important;
}

.btn-outline-danger {
  color: #dc3545 !important;
  background-color: transparent !important;
  border: 1p2pxx solid #dc3545 !important;
  box-shadow: none !important;
}
.btn-outline-danger:hover {
  color: white !important;
  background-color: #dc3545 !important;
  border: 2px solid #dc3545 !important;
}

.btn-warning {
  color: white !important;
  background-color: #ffd000 !important;
  border: 2px solid #ffd000 !important;
}
.btn-warning:hover {
  color: #ffd000 !important;
  background-color: transparent !important;
  border: 2px solid #ffd000 !important;
  box-shadow: none !important;
}

.btn-secondary {
  color: white !important;
  background-color: #cacbcc !important;
  border: 2px solid #cacbcc !important;
}
.btn-secondary:hover {
  color: #cacbcc !important;
  background-color: transparent !important;
  border: 2px solid #cacbcc !important;
  box-shadow: none !important;
}

/* ALERTS */
.alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  color: #fff;
  padding: 0.75rem 15px;
  z-index: 1000 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.alert.alert-dismissible {
  padding: 0.75rem 45px 0.75rem 15px;
}
.alert.alert-danger {
  background: rgba(255, 21, 21, 0.7);
}
.alert.alert-success {
  background: rgba(64, 177, 73, 0.7);
}
.alert.alert-warning {
  background: rgba(246, 186, 8, 0.7);
}
.alert.alert-info {
  background: rgba(46, 163, 242, 0.7);
}
.alert .btn-close {
  background: url(../img/icn-delete-w.svg) center/contain no-repeat;
  width: 20px;
  height: 20px;
  padding: 0;
  top: 0.75rem;
  right: 15px;
  opacity: 0.8;
  transition: all ease-in 0.1s;
}
.alert .btn-close:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.alert .btn-close:hover {
  opacity: 1;
}
.alert ul {
  margin-bottom: 0;
}
.alert li {
  list-style: none;
}

.date-box {
  border: 0;
  border-radius: 6rem;
  padding: 0.5rem 1rem;
  min-width: 150px !important;
  color: #616161;
  background: #fff;
  width: 100%;
}

.prezzo-barrato {
  text-decoration: line-through;
}

/* datatables */
.data-tables-top {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.data-tables-top > * {
  float: none;
  margin: 0 0 1rem 0 !important;
  width: 100%;
}
.data-tables-top .dataTables_length label {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}
.data-tables-top .dataTables_length label select {
  background-color: #fff;
  border-radius: 3rem;
  border: 0;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  width: auto;
}
.data-tables-top .dataTables_filter label {
  font-weight: 700;
  text-align: left;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.data-tables-top .dataTables_filter input {
  background: #fff;
  border-radius: 3rem;
  border: 0;
  padding: 0.5rem 1rem;
  width: 100%;
  margin: 0;
}

.data-tables-bottom {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.data-tables-bottom > * {
  margin: 1rem 0 0 0 !important;
  padding: 0 !important;
}
.data-tables-bottom .pagination {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .data-tables-top > * {
    width: auto;
  }
  .data-tables-top .dataTables_filter input {
    max-width: 400px;
  }
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  margin: 0;
  border: 0;
}

.dataTables_paginate .pagination,
nav .pagination {
  display: flex;
  align-items: center;
}
.dataTables_paginate .pagination .page-item,
nav .pagination .page-item {
  border: 0;
}
.dataTables_paginate .pagination .page-item.disabled,
nav .pagination .page-item.disabled {
  opacity: 0.5;
}
.dataTables_paginate .pagination .page-item.disabled span,
nav .pagination .page-item.disabled span {
  padding: 0 10px;
}
.dataTables_paginate .pagination .page-item .page-link,
nav .pagination .page-item .page-link {
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  padding: 0 5px;
  font-size: 0.875rem;
}
.dataTables_paginate .pagination .page-item .page-link[rel=next],
.dataTables_paginate .pagination .page-item .page-link[rel=prev], .dataTables_paginate .pagination .page-item[aria-label="pagination.previous"] .page-link, .dataTables_paginate .pagination .page-item[aria-label="pagination.next"] .page-link,
nav .pagination .page-item .page-link[rel=next],
nav .pagination .page-item .page-link[rel=prev],
nav .pagination .page-item[aria-label="pagination.previous"] .page-link,
nav .pagination .page-item[aria-label="pagination.next"] .page-link {
  background-color: #2EA3F2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6.5px 11px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
}
.dataTables_paginate .pagination .page-item .page-link[rel=prev], .dataTables_paginate .pagination .page-item[aria-label="pagination.previous"] .page-link,
nav .pagination .page-item .page-link[rel=prev],
nav .pagination .page-item[aria-label="pagination.previous"] .page-link {
  background-image: url("../img/icn-prev.svg");
  margin-right: 10px;
}
.dataTables_paginate .pagination .page-item .page-link[rel=next], .dataTables_paginate .pagination .page-item[aria-label="pagination.next"] .page-link,
nav .pagination .page-item .page-link[rel=next],
nav .pagination .page-item[aria-label="pagination.next"] .page-link {
  background-image: url("../img/icn-next.svg");
  margin-left: 10px;
}
.dataTables_paginate .pagination .page-item.active .page-link,
nav .pagination .page-item.active .page-link {
  font-weight: 700;
  color: #333;
}

.client-display.hide {
  visibility: hidden !important;
}
@media screen and (max-width: 1024px) {
  .client-display {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .client-display.hide {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .client-display {
    align-items: end !important;
  }
}

.bmanager-dropdown {
  border-radius: 3rem;
  border: 0;
  padding: 0.5rem 1rem;
  color: #8D8D8D;
  background-color: #fff;
  font-size: 13px;
  width: 100% !important;
  height: 40px !important;
  min-width: 0 !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right 1.2rem top 50%;
  background-size: 13px;
  background-image: url("/assets/img/icn-dd-arrow.svg");
  line-height: 16px;
}
@media (min-width: 600px) {
  .bmanager-dropdown {
    max-width: 240px !important;
  }
}

.catalog-pcard-selectbox {
  width: 100%;
  max-width: 100%;
  border: 1px solid #c7c7c7;
}

.bmanager-edit-upperdiv,
.bmanager-create-upperdiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .bmanager-edit-upperdiv,
  .bmanager-create-upperdiv {
    flex-direction: column;
    gap: 20px;
  }
}

.bmanager-clientdropdown {
  border-radius: 22px;
  background-color: #fff;
  border: 0;
  width: 100%;
  height: 120px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bmanager-clientdropdown.contact-module {
  height: 200px;
}
.bmanager-clientdropdown.banner-checklist {
  min-height: 120px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 1.5rem;
}
@media screen and (max-width: 600px) {
  .bmanager-clientdropdown.contact-module {
    height: 50px;
  }
}

.bmanager-list-upperdiv {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .bmanager-list-upperdiv {
    flex-direction: column;
  }
}

.bmanager-create {
  border-radius: 3rem;
  border: 0;
  padding: 0.5rem;
  color: #8D8D8D;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bannersDatatable .child,
.bannersDatatable .dtr-details {
  height: none;
}

.x {
  position: relative;
}
.x .glypahicon {
  background-color: white !important;
  width: 10px;
  display: block;
  position: absolute;
  right: 8%;
  top: 40%;
}

.bet {
  justify-content: space-between;
}

.border-right {
  border-right: 1px solid #eee !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.wg-500,
.w-500 {
  font-weight: 500 !important;
}

.wg-600,
.w-600 {
  font-weight: 600 !important;
}

.wg-700,
.w-700 {
  font-weight: 700 !important;
}

.custom-btn {
  border-radius: 3rem;
  letter-spacing: 1.12px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-btn.create-btn {
  width: 250px !important;
  height: 40px !important;
}
@media screen and (max-width: 1024px) {
  .custom-btn.create-btn {
    width: 97% !important;
  }
}
.custom-btn.search-btn {
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
  width: 100px;
}

.bmanager-create-btn-div {
  display: flex;
  justify-content: end;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  .bmanager-create-btn-div {
    justify-content: center;
    margin-top: 20px;
  }
}

.bmanager-filter-label {
  margin-right: 14px;
  font-size: 14px;
  white-space: nowrap;
}

.search-bar {
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  justify-content: center;
  align-items: center;
  color: #8D8D8D;
  font-size: 14px;
  height: 40px !important;
}

input:not([type=checkbox]) input:focus,
input:not([type=checkbox]) textarea:focus,
input:not([type=checkbox]) select:focus,
input:not([type=checkbox]) input:focus-visible,
input:not([type=checkbox]) textarea:focus-visible,
input:not([type=checkbox]) select:focus-visible,
textarea input:focus,
textarea textarea:focus,
textarea select:focus,
textarea input:focus-visible,
textarea textarea:focus-visible,
textarea select:focus-visible {
  box-shadow: 0px 10px 4px rgba(18, 38, 63, 0.031372549) !important;
  transition: 0.1s box-shadow;
  outline: 4px solid rgba(141, 195, 79, 0.5) !important;
}
input:not([type=checkbox]) input:focus.error,
input:not([type=checkbox]) textarea:focus.error,
input:not([type=checkbox]) select:focus.error,
input:not([type=checkbox]) input:focus-visible.error,
input:not([type=checkbox]) textarea:focus-visible.error,
input:not([type=checkbox]) select:focus-visible.error,
textarea input:focus.error,
textarea textarea:focus.error,
textarea select:focus.error,
textarea input:focus-visible.error,
textarea textarea:focus-visible.error,
textarea select:focus-visible.error {
  outline: none !important;
}

input:disabled,
select:disabled {
  color: #979797;
}

.register-form-div {
  background-color: #f1f1f1;
  border-radius: 1rem;
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 1rem;
  width: 60%;
  box-shadow: 0px 0px 8px #adadad;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .register-form-div {
    width: 90%;
  }
}

.text-box {
  border-radius: 3rem;
  border: 0;
  padding: 0.5rem;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  height: 40px !important;
  padding: 0px 15px !important;
  color: #131313;
}
.text-box::-moz-placeholder {
  color: #8D8D8D;
}
.text-box::placeholder {
  color: #8D8D8D;
}
.text-box.titolo {
  width: 100% !important;
  height: 40px !important;
}
.text-box.sottotitolo {
  width: 100% !important;
  height: 90px !important;
  border-radius: 22px;
  padding-top: 10px !important;
}
.text-box.text-box-input {
  min-width: 0px;
  width: 100%;
}

.text-area {
  width: 100%;
  height: 80px;
  border-radius: 1.5rem;
  border: 0;
  padding: 0.8rem;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-dropdown::after {
  content: url("/assets/img/icn-menu.svg");
  border: 0 !important;
  position: absolute;
  left: 0;
  margin-top: 6px;
}
.menu-dropdown.show {
  border: transparent !important;
}
.menu-dropdown:active {
  border: transparent !important;
}

.dropdown-menu-bmanager {
  transform: none !important;
  top: 140% !important;
}

.user-dropdown {
  font-size: 14px;
  padding: 0px 5px;
}
.user-dropdown::after {
  content: url("/assets/img/icn-submenu.svg");
  position: absolute;
  border: 0 !important;
  transform: scale(0.75);
  margin-top: 1px;
  right: 0;
}
.user-dropdown.show {
  border: transparent;
}
.user-dropdown:active {
  border: transparent;
}

.dropdown-menu {
  --bs-dropdown-link-color: #000;
  /* colore testo */
  --bs-dropdown-link-hover-color: $bluNobelio;
  /* colore testo di quando il cursore è sul pulsante */
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.582);
  /* bg di quando il cursore è sul pulsante */
  --bs-dropdown-link-active-color: #fff;
  /* colore testo di quando si clicca sul pulsante */
  --bs-dropdown-link-active-bg: #dfecff;
  /* bg di quando si clicca sul pulsante */
  background-color: #FFFFFF;
}
.dropdown-menu li,
.dropdown-menu button {
  font-size: 14px;
  transition: all ease-in 0.1s;
}

@media (min-width: 1025px) {
  #navbarSupportedContent {
    display: flex;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.search-bar:focus {
  box-shadow: none !important;
  border: 1px solid #dadfe3 !important;
}

.top-user {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-user .dropdown > a {
  padding-right: 30px;
  display: block;
  white-space: normal;
}
.top-user .dropdown-menu[data-bs-popper] {
  top: 140%;
  left: auto;
  right: 0;
}

.dropdown-menu {
  padding: 0;
  border: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.dropdown-item {
  transition: all ease-in-out 0.1s !important;
  border-bottom: 1px solid #eee;
  padding: 14px 15px;
}
.dropdown-item button {
  background: none;
  padding: 14px 15px;
  border: none;
  color: inherit;
}
.dropdown-item.dropdown-w-btn {
  padding: 0;
}
.dropdown-item:active {
  color: #719c3f;
  background-color: transparent !important;
}
.dropdown-item.no-border {
  border: none !important;
}
.dropdown-item:hover {
  color: #2EA3F2;
}

.user-cart {
  margin-right: 10px;
  position: relative;
}
.user-cart .cart-count {
  min-width: 20px;
  height: 20px;
  background-color: #8ec551;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  top: -75%;
  left: -50%;
  padding: 3px;
}

.cart-popup {
  position: absolute;
  background-color: #2EA3F2;
  width: 200px;
  height: 50px;
  right: 200px;
  bottom: -15px;
  border-radius: 0.5rem;
  top: -6px;
  opacity: 0;
}
.cart-popup::before {
  content: "";
  position: absolute !important;
  right: -16px;
  top: 11px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 16px solid #2EA3F2;
  border-bottom: 14px solid transparent;
  display: block;
}

.user-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-color: #2EA3F2;
  background-color: #2EA3F2;
  border-radius: 50%;
  padding: 12px;
  font-size: 13px;
}

.user_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  width: 38px;
  height: 38px;
  border-color: #2EA3F2;
  background-color: #2EA3F2;
  border-radius: 50%;
  font-size: 12px;
}

.user_data {
  display: none;
  flex-direction: column;
}
.user_data .user_pers {
  font-size: 12px;
  color: #ff9b19;
  font-style: italic;
}

.user_selected .user_icon {
  border-color: #ff9b19;
  background-color: #ff9b19;
}

.invalid-banner {
  color: #dc3545 !important;
}

/* .odd, .even {
    td { height: 55px !important;}
    form { display: flex; align-items: center; margin-bottom: 0; justify-content: center;}
}
.even { background-color: #FFF !important;}
.odd { background-color: #FAFAFA !important;} */
.evidenza_giallo {
  background-color: #fff;
  border: 2px solid #2EA3F2;
}

.navbar-custom {
  height: 100px;
  /*  width: 83.4%; */
  padding: 0 !important;
  box-shadow: 0px 10px 10px rgba(18, 38, 63, 0.031372549);
  border-left: 1.5px solid #EEE;
  position: fixed !important;
  right: 0;
  z-index: 999;
  transition: 0.2s width;
}
.navbar-custom.collapsed {
  width: 100%;
  transition: 0.2s width;
}

.sidebar-custom {
  min-height: 100vh;
  background-color: #2EA3F2;
  padding: 0 !important;
  z-index: 998;
  position: sticky;
  top: 0;
  left: 0;
  transition: 0.2s all;
}
.sidebar-custom.collapsed {
  position: absolute;
  margin-left: -100%;
}

#nav-content {
  transition: 0.2s all;
}
#nav-content.navcollapsed {
  width: 100%;
}

tr {
  vertical-align: middle !important;
}

.footer-text-p {
  color: #8D8D8D;
  font-size: 12px;
  text-align: left;
  bottom: 0;
  top: 100%;
  margin-top: 20px;
  margin-bottom: 2rem;
  padding: 2rem 6rem;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 600px) {
  .footer-text-p {
    padding: 1rem 1.25rem;
  }
}

.page-link:focus {
  box-shadow: none !important;
}

.sbar-img {
  position: absolute;
  margin-left: 18px;
  margin-top: 14px;
}

.dataTables_paginate {
  margin-top: 25px;
}

.page {
  padding-top: 160px !important;
}
@media screen and (max-width: 1024px) {
  .page {
    padding-top: 130px !important;
  }
}

.bmanager-textbox-sizer {
  width: 100% !important;
  min-width: 100% !important;
}

.bmanager-div-margin {
  margin-bottom: 30px;
}

.bmanager-div-h6 {
  margin-bottom: 7px;
  font-weight: 700 !important;
  width: 100% !important;
  /*  white-space: nowrap; */
}

.banner-evidenza {
  border: 2px solid #2EA3F2;
  border-radius: 3rem;
  text-align: center;
  color: #2EA3F2;
  font-weight: 700 !important;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: 40px;
}
@media screen and (max-width: 600px) {
  .banner-evidenza .mobile-checkbox {
    display: block !important;
    padding-right: 10px;
  }
  .banner-evidenza .desktop-checkbox {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .banner-evidenza {
    height: 40px !important;
  }
}

@media screen and (max-width: 1024px) {
  .checkbox-box {
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .checkbox-box {
    height: 40px;
  }
}

.bmanager-date {
  border-radius: 3rem;
  border: 0;
  padding: 0.5rem;
  padding-left: 15px;
  font-size: 14px;
  color: #131313;
}
.bmanager-date::-moz-placeholder {
  color: #8D8D8D;
}
.bmanager-date::placeholder {
  color: #8D8D8D;
}

/*input[type="file"]{ display: none;}*/
.custom-file-upload {
  border: 2px solid #2EA3F2;
  border-radius: 3rem;
  display: inline-block;
  width: 250px;
  height: 40px !important;
  color: #2EA3F2;
  padding: 6px 12px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .custom-file-upload {
    font-size: 12px;
    padding-top: 8px !important;
  }
}

@media screen and (max-width: 600px) {
  .bmanager-backtocatalog-label {
    display: none;
  }
}

.bmanager-backarrow {
  transform: rotate(180deg);
  border: 2px solid #2EA3F2;
  border-radius: 3rem;
  padding: 8px;
  margin-right: 8px;
}

.mail-label {
  color: #8D8D8D !important;
}
.mail-label:hover {
  color: #2EA3F2 !important;
}

.bmanager-imagebox {
  max-width: 100% !important;
  max-height: 100% !important;
  border-radius: 10px;
  border: 1px solid #2EA3F2;
}

.db-logobg-external {
  width: 68px !important;
  height: 68px !important;
  background-color: white;
  border-radius: 3rem;
  position: absolute;
  top: 120px;
  left: 20px;
}

.db-logobg-internal {
  width: 60px !important;
  height: 60px !important;
  border-radius: 3rem;
  background-color: #2EA3F2;
}

.db-cardupper-text {
  margin-left: 20px;
  margin-top: 20px;
  font-size: 18px;
}

.db-cardlower-username {
  font-size: 14px;
  position: relative;
  top: 35px;
}

.db-cardlower-rank {
  font-size: 13px;
  position: relative;
  top: 27px;
}

.db-cardlower-pedit {
  font-size: 13px;
  color: #2EA3F2;
}
.db-cardlower-pedit:hover {
  color: #719c3f;
}

.admin-buttons {
  display: flex;
  align-items: center;
}
.admin-buttons .admin-buttons-row {
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .admin-buttons .admin-buttons-row {
    justify-content: center !important;
  }
}

.db-section {
  background-color: #FFF;
  border-radius: 0.5rem;
  padding: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  width: 46%;
  height: 100px;
  box-shadow: 0px 10px 20px rgba(18, 38, 63, 0.031372549);
}
@media screen and (max-width: 1024px) {
  .db-section {
    width: 97%;
    height: 70px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .db-section {
    width: 90%;
    height: 60px;
    margin-left: 0px;
  }
}

.db-section-sub {
  width: 38%;
  height: 100%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background-color: #2EA3F2;
  position: relative;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.db-section-sub img {
  width: 20%;
}

.db-section-text {
  left: 20px;
  position: relative;
  white-space: normal;
  width: 100%;
  padding-right: 32px;
  font-size: 19px;
  font-weight: 400;
}

.custom-card {
  min-width: 100%;
  height: 340px;
  border: none;
  box-shadow: 0px 10px 20px rgba(18, 38, 63, 0.031372549);
}

.checkbox-border {
  border: 2px solid #2EA3F2 !important;
  border-radius: 3rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1%;
}

/* input[type="checkbox"] {
    -webkit-appearance: none; appearance: none; background-color: inherit; margin: 0;

    font: inherit; color: currentColor; width: 10%; height: 10%;

    border-radius: 50%; transition: all ease-in .04s;

    &.type2 { background-color: #F5F8F2; border: 1px solid #EEEEEE; text-align: center; cursor: pointer;

        font: inherit; color: currentColor; width: 30px; height: 30px;

        border-radius: 5px; background-repeat: no-repeat; background-position: center; background-size: 0%; background-image: url("/assets/img/icn-check.svg"); box-shadow: 0px 2px 10px #e2e2e2;

        transition: background-size .1s cubic-bezier(.47,1.64,.41,.8), border .2s, background-color .1s !important;

        &:checked {
            background-color: inherit !important; border: 1px solid $bluNobelio !important; background-size: 75%;

            &:hover {
                background-color: #F5F8F2 !important;}
        }
        &:hover {
            background-color: #f0f3eb;}
    }
} */
/* input[type="checkbox"]:checked {
    &:not(.type2) { background-color: $bluNobelio !important; transition: all ease-out .04s; width: 80%; height: 80%;}
} */
/* CATALOGO */
.catalog-dropdown {
  border-radius: 3rem;
  border: 0;
  padding: 0.5rem 2rem 0.5rem 1rem;
  color: #8D8D8D;
  font-size: 13px;
  width: 100% !important;
  height: 40px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right 1rem top 50%;
  background-size: 13px;
  background-image: url("/assets/img/icn-dd-arrow.svg");
  line-height: 16px;
  background-color: #fff;
}

.catalog-filter-label {
  font-size: 14px;
  white-space: nowrap;
}

.catalog-filterdiv {
  width: 220px;
  height: 40px;
  max-width: 250px !important;
  border: 1px solid #fff;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .catalog-filterdiv {
    width: 95%;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .catalog-filterdiv {
    width: 48%;
    max-width: 50% !important;
  }
}

.catalog-filter-container-div {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .catalog-filter-container-div {
    flex-direction: column;
    gap: 10px;
    align-items: center !important;
  }
  .catalog-filter-container-div .catalog-filter-label {
    margin: 0px !important;
  }
}

.catalog-pcard-option {
  /* Se è selezionata l'opzione */
  border-radius: 10rem;
  min-width: 49%;
  max-width: 49%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 1.12px;
  background-color: #2EA3F2;
  border: 0;
  color: #fff;
  transition: 0.1s all;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  /* Se non è selezionata l'opzione */
  /* Se contiene parole */
  /* Se contiene radio */
  overflow: hidden;
}
.catalog-pcard-option:not(.selected) {
  border: 1px solid #2EA3F2;
  color: #2EA3F2;
  background-color: inherit;
}
.catalog-pcard-option:not(.selected).outofstock {
  border: 1px solid rgba(141, 195, 79, 0.51);
  color: rgba(141, 195, 79, 0.51);
}
.catalog-pcard-option.haswords {
  padding: 0px 15px;
}
.catalog-pcard-option:has(input[type=radio]:checked) {
  background-color: #2EA3F2 !important;
  color: white !important;
}
.catalog-pcard-option:has(input[type=radio]:checked).outofstock {
  border: 0;
  background-color: rgba(141, 195, 79, 0.51) !important;
}
.catalog-pcard-option.var-nicotina {
  max-width: 50px !important;
  min-width: 50px;
  height: 50px;
}
@media screen and (max-width: 1440px) {
  .catalog-pcard-option {
    font-size: 12px;
  }
}

.catalog-pcard-option + input[type=radio]:checked {
  background-color: red !important;
}

.catalog-filter-text {
  color: #9b9b9b;
  padding-left: 7px;
  font-size: 11px;
}

.catalog-filter-delbtn {
  position: absolute;
  bottom: 11px;
  left: 80%;
  padding: 0;
  background: none;
  border: 0;
}

.catalog-label-delfilters {
  font-size: 13px;
  color: #2EA3F2;
}
.catalog-label-delfilters:hover {
  color: #719c3f;
}

.catalog-div-delfilters {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .catalog-div-delfilters {
    display: none;
  }
}

.products-slider .slick-track {
  display: flex;
  margin-left: unset;
  margin-right: unset;
}
.products-slider .slick-slide {
  height: auto !important;
  display: flex !important;
}

.catalog-product-card-wrap {
  display: flex;
  margin-bottom: 25px;
}

.catalog-product-card {
  display: flex;
  width: 100%;
  background-color: #fdfdfd;
  border-radius: 0.7rem;
  box-shadow: 0px 3px 10px rgba(58, 58, 58, 0.2);
  position: relative;
}

.catalog-product-card-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 1.5rem;
}
.catalog-product-card-inner .btn-go-link {
  text-decoration: none;
}
.catalog-product-card-inner .btn-go-link .btn-go {
  display: block;
}
.catalog-product-card-inner .btn-go {
  max-width: 90%;
  margin: 0 auto;
}

.catalog-product-pic {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catalog-product-pic a,
.catalog-product-pic label {
  display: block;
}

.catalog-product-card-title {
  margin-top: 20px;
  text-align: center;
  width: 90%;
}

.catalog-product-card-cod {
  margin-top: 5px;
  font-size: 12px;
}

.catalog-product-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
}

.catalog-product-card-pricediv {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  margin: 1rem 0;
}

.catalog-product-card-img {
  max-width: 250px;
  max-height: 250px;
  width: auto;
  height: 100%;
  box-shadow: 0px 20px 15px #eee !important;
  border: 0;
  border-radius: 100%;
  transition: 0.4s all;
  margin: 30px auto 0 auto;
  display: block;
}
.catalog-product-card-img:hover {
  transform: translateY(-1rem);
  box-shadow: 0px 30px 10px #eee !important;
}

.catalog-product-card-lowerdiv {
  margin-bottom: 1rem;
}

.catalog-product-card-lowerdiv-label {
  font-size: 13px;
  margin: 0 0 5px 0;
}

.catalog-pcard-value {
  border-radius: 3rem;
  width: 36px !important;
  height: 36px !important;
  color: #2EA3F2 !important;
  background-color: transparent !important;
  border: 1px solid #2EA3F2 !important;
  transition: ease-in-out 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.catalog-pcard-value:hover {
  background-color: #2EA3F2 !important;
  color: #fff !important;
  font-size: 16px !important;
  transition: ease-in-out 0.2s;
}

.catalog-pcard-qdiv {
  border: 1px solid #eee;
  border-radius: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.catalog-pcard-quantity {
  width: calc(100% - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 1.12px;
  color: #8D8D8D;
  background-color: transparent;
  padding-left: 3px;
  padding-right: 3px;
  border: 0;
}
.catalog-pcard-quantity:hover {
  color: #8D8D8D !important;
  background-color: transparent !important;
  border: 0 !important;
}
.catalog-pcard-quantity:active {
  color: #8D8D8D !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: transparent !important;
}
.catalog-pcard-quantity:focus {
  color: #8D8D8D !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: transparent !important;
}

.documents-nameinput {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 1.12px;
  padding: 10px;
  border: 1px solid #bedd9a;
  border-radius: 0.5rem;
}

.page-btn {
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #000;
  width: 31px;
  height: 31px;
  transition: ease-in-out 0.1s;
  font-size: 15px;
}
.page-btn:hover img {
  content: url("/assets/img/icn-arrow.svg");
}
.page-btn.selected {
  background: #2EA3F2;
  color: #fff;
  font-size: 17px;
  box-shadow: 0px 5px 10px rgba(58, 58, 58, 0.25);
}
.page-btn:not(.selected):hover {
  background: #2EA3F2;
  color: #fff;
}
.page-btn.next, .page-btn.prev {
  box-shadow: none !important;
  width: 41px;
  height: 41px;
  background: #2EA3F2;
  border: 0px solid transparent;
  margin-left: 0.5rem;
}
.page-btn.next:hover, .page-btn.prev:hover {
  background-color: transparent;
  border: 1px solid #2EA3F2;
}
.page-btn.prev {
  transform: rotate(180deg);
}

/* SCHEDA ACQUISTI */
.buy-card {
  width: 100%;
  min-height: 650px;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 20px rgba(58, 58, 58, 0.2);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .buy-card {
    /* display: none; */
  }
}
.buy-card.multi-attributes {
  height: 600px;
}

@media screen and (min-width: 1279px) {
  .buy-card-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .buy-card-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1279px) {
  .buy-card-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 1280px) {
  .buy-card-mobile {
    display: none !important;
  }
}

.buy-card-img {
  width: 90%;
  max-width: 470px;
  display: block;
  margin: 0 auto;
  box-shadow: 0px 5px 25px #eee !important;
  border-radius: 50%;
}

.buy-card-detailsdiv {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .buy-card-detailsdiv {
    /* flex-direction: row; padding: 0px !important; */
  }
}

.buy-card-cod {
  font-size: 13px;
}

.buy-card-sectionII {
  border-top: 1px solid #eee;
  min-height: 140px;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .buy-card-sectionII {
    /* display: flex; */
  }
}

.buy-card-availability {
  background-color: #2EA3F2;
  width: 20px;
  height: 20px;
  border-radius: 3rem;
}
.buy-card-availability.unavailable {
  background-color: #dc3545;
}

.buy-card-avlabel {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .buy-card-avlabel {
    font-size: 13px;
  }
}

.buy-card-attributesdiv {
  flex-grow: 1;
  margin: 0 0 2rem 0;
}

.buy-card-quantitydiv {
  border-top: 1px solid #eee;
}

.buy-card-value {
  border-radius: 3rem;
  width: 36px !important;
  height: 36px !important;
  color: #2EA3F2 !important;
  background-color: transparent !important;
  border: 1px solid #2EA3F2 !important;
  transition: ease-in-out 0.2s;
}
.buy-card-value:hover {
  background-color: #2EA3F2 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  transition: ease-in-out 0.2s;
}

.buy-card-fontsize {
  font-size: 13px;
}

.buy-card-quantity {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 1.12px;
  color: #8D8D8D;
  background-color: transparent;
  padding-left: 3px;
  padding-right: 3px;
  border: 0;
}
.buy-card-quantity:hover {
  color: #8D8D8D !important;
  background-color: transparent !important;
  border: 0 !important;
}
.buy-card-quantity:active {
  color: #8D8D8D !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: transparent !important;
}
.buy-card-quantity:focus {
  color: #8D8D8D !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: transparent !important;
}

.buy-card-qdiv {
  border: 1px solid #eee;
  border-radius: 3rem;
  width: 60%;
}

.buy-description {
  border-radius: inherit;
  border-radius: 0.5rem;
  background-color: #FAFAFA;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  height: 60px;
  box-shadow: 0 0 20px rgba(58, 58, 58, 0.3);
}
.buy-description.desc-hidden {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
  transition: ease-in-out 0.8s;
}
.buy-description.desc-hidden #desc-submenu-img,
.buy-description.desc-hidden #instr-submenu-img {
  transform: rotate(180deg);
  transition: ease-in-out 0.2s;
}

.buy-description-toggable {
  background-color: #fff;
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 10px 20px rgba(58, 58, 58, 0.3);
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: start;
  justify-content: center;
  transition: ease-in-out 0.5s;
}
.buy-description-toggable.hidden {
  min-height: 0;
  height: 0 !important;
  padding: 0 !important;
  transition: ease-in-out 0.5s;
}

.buy-description-string {
  text-align: left;
  transition: ease-in-out 0.5s;
  font-size: 14px;
  z-index: 9;
  width: 100%;
}
.buy-description-string strong {
  color: #2EA3F2 !important;
}
.buy-description-string.hidden {
  height: 0 !important;
  font-size: 0;
  transition: ease-in-out 0.5s;
}

.buy-description-label {
  font-size: 13px;
  top: 30%;
}

.buy-description-img {
  font-size: 13px;
  top: 28%;
  left: 97%;
  background: none;
  color: #000;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

.buy-description-descdiv {
  padding: 21px;
  width: 100%;
  border: 0;
  background: inherit;
  border-radius: inherit;
}

/* DASHBOARD AGENTE/CLIENTE */
.db-main-banner {
  width: 100%;
  height: 650px;
  background-color: transparent;
  border-radius: 10px;
  border: 0;
  padding: 0;
  position: relative;
}

.main-banner-img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: inherit;
  border: inherit;
}

.db-banner {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 0;
  padding: 0 !important;
  position: relative;
  box-shadow: 0 0 10px #d4d4d4;
}
.db-banner a {
  border-radius: inherit;
}

.db-banner-btnimg {
  border-radius: inherit;
  border: inherit;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  width: 100%;
  background-color: #ffbf5f;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .db-banner-btnimg {
    border-radius: 10px !important;
  }
}

.db-banner-img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .db-banner-img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}

.db-banner-below {
  padding: 2rem 15px;
}
@media screen and (max-width: 1024px) {
  .db-banner-below {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .db-banner-below h2 {
    display: none;
  }
}

.db-banner-button {
  max-width: 300px;
  width: 100%;
  border-radius: 3rem;
  text-transform: uppercase;
  opacity: 1 !important;
}
@media screen and (max-width: 1024px) {
  .db-banner-button {
    width: 80%;
  }
}

.db-main-banner-details {
  background-color: rgba(255, 255, 255, 0.7);
  width: 30%;
  height: 35%;
  top: 60%;
  left: 2%;
  position: absolute;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 1440px) {
  .db-main-banner-details {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .db-main-banner-details {
    width: 100%;
    border-radius: 0;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    align-items: center !important;
    padding: 0 !important;
    height: 30%;
    top: 70%;
    left: 0%;
  }
  .db-main-banner-details label {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.db-banner-text {
  padding: 0px 6%;
}
@media screen and (max-width: 1024px) {
  .db-banner-text {
    width: 90%;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding-left: 15px;
  padding-right: 15px;
}

/* FORM */
input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=datetime-local],
input[type=number],
textarea:not(.select2-search__field),
.form-select,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #E5EBF5;
  border-radius: 100px;
  display: block;
  width: 100%;
  padding: calc(0.5625rem + 1px) 30px;
  height: 60px;
}

textarea:not(.select2-search__field) {
  resize: none;
  height: 180px;
  border-radius: 40px;
  padding: calc(0.9375rem + 1px) 30px;
}

.select2-container--default .select2-selection--multiple {
  overflow-x: auto;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #E5EBF5;
  overflow-x: auto;
}
.select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
}

.form-select {
  background: url(../img/icn-select.svg) no-repeat right 15px center/12px auto;
  padding: calc(0.5625rem + 1px) 45px calc(0.5625rem + 1px) 30px;
}

.form-label {
  margin-bottom: 0.5rem;
}

.form-check {
  cursor: pointer;
}
.form-check > * {
  cursor: pointer;
}
.form-check .form-check-input[type=checkbox] {
  border: 2px solid #2EA3F2;
  width: 18px;
  height: 18px;
  border-radius: 5px;
}
.form-check .form-check-input:checked[type=checkbox] {
  background-color: #2EA3F2;
}

.input-group .form-control {
  padding: calc(0.5625rem + 1px) 15px;
}

.input-group .input-group-text {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-color: #E5EBF5;
  padding: 0 15px;
}

select option[disabled] {
  text-transform: uppercase;
  font-weight: 700;
}

.myCheck {
  display: flex;
  -moz-column-gap: 7.5px;
       column-gap: 7.5px;
  align-items: center;
  cursor: pointer;
}
.myCheck div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myCheck div::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  background: url("/assets/img/ico-check.svg") center center/contain no-repeat;
}
.myCheck input {
  border-radius: 100%;
  width: 28px;
  height: 28px;
  background: #2EA3F2;
  display: block;
  opacity: 0.3;
  transition: opacity 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.myCheck span {
  color: #8B8B8B;
}
.myCheck:hover input, .myCheck.attivo input {
  opacity: 1;
}

.stati_richiesta {
  -moz-column-gap: 15px;
       column-gap: 15px;
  border: 1px solid #E5EBF5;
  padding: 0.75rem 15px;
  border-radius: 5px;
}
.stati_richiesta > span {
  white-space: nowrap;
  font-weight: 500;
}
.stati_richiesta > div {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.select_vox {
  position: relative;
}
.select_vox .canc_x {
  visibility: hidden;
  position: absolute;
  left: 20px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.25s ease-out;
}
.select_vox .canc_x:hover {
  opacity: 1;
}
.select_vox .canc_x img {
  border: 1.5px solid rgba(51, 51, 51, 0.3);
  border-radius: 100%;
  padding: 4px;
  display: block;
}

/*select2*/
/*TOP*/
.wrap-topmenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.wrap-topmenu button {
  border: none;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.wrap-topmenu button img {
  width: 18px;
}
.wrap-topmenu .access-block {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.wrap-topmenu .access-block > span {
  text-align: right;
}
.wrap-topmenu .access-block > span strong {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
  overflow: hidden;
  display: block;
}

span.selected-tag {
  background: #2ea3f2;
  border-radius: 50px;
  padding: 0.25rem 1rem;
  color: #fff;
  display: flex;
}

button.tag-remove {
  color: #fff;
  background: transparent;
  border: none;
  font-size: 2rem;
  border-radius: 50px;
  transition: all 0.3 ease;
}
button.tag-remove:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.flex-grid-richieste {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}
.flex-grid-richieste .form-check {
  flex: 0 0 33.33%;
  box-sizing: border-box;
}

/* LOGIN */
.wrap-login {
  line-height: 2rem;
}
.wrap-login .mb1 {
  margin-bottom: 2rem;
}
.wrap-login .login-col {
  height: 100vh;
  padding: 2rem 60px;
  display: flex;
  height: auto;
  min-height: 100vh;
  color: #333;
}
.wrap-login .login-sx {
  background: #E5EBF5;
  flex-direction: column;
}
.wrap-login .login-sx .txt {
  max-width: 630px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
}
.wrap-login .login-sx a {
  text-decoration: none;
  color: inherit;
}
.wrap-login .login-dx {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
}
.wrap-login .login-dx > div {
  max-width: 600px;
  width: 100%;
}
.wrap-login .login-dx .login-with {
  margin: 45px 0;
  color: #8B8B8B;
  position: relative;
  text-align: center;
}
.wrap-login .login-dx .login-with::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #ddd;
}
.wrap-login .login-dx .login-with span {
  background: #fff;
  position: relative;
  padding: 0 15px;
}
.wrap-login .login-dx .avviso {
  color: #E86262;
}
.wrap-login h1 {
  font-size: clamp(1.5rem, 4vw, 6rem);
  line-height: clamp(3rem, 4vw, 6rem);
  font-weight: 700;
  color: #000;
}
.wrap-login h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 2rem;
  font-weight: 700;
}
.wrap-login p {
  margin-bottom: 0;
}
.wrap-login .block-utility {
  color: #8B8B8B;
}
.wrap-login .block-utility a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.wrap-login .block-utility a:hover {
  color: #333;
}
.wrap-login .btn {
  width: 100%;
}

/* SIDEBAR */
#sidebar #sidebar-elements {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#sidebar .wrap-logo {
  padding: 1.5rem 30px;
}
#sidebar .wrap-logo img {
  width: 100%;
  height: auto;
  max-width: 226px;
}
#sidebar .sidebar-section {
  color: #fff;
  border-left: 8px solid transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#sidebar .sidebar-section .sb-button-label {
  font-weight: 500;
}
#sidebar .sidebar-section:hover, #sidebar .sidebar-section.sb-selected-section {
  border-left: 8px solid rgba(255, 255, 255, 0.3);
}
#sidebar .sidebar-section:hover .sb-button-label, #sidebar .sidebar-section.sb-selected-section .sb-button-label {
  font-weight: 700;
}
#sidebar .sidebar-section:hover + .sidebar-dropdown, #sidebar .sidebar-section.aperto, #sidebar .sidebar-section.aperto + .sidebar-dropdown {
  border-left: 8px solid rgba(255, 255, 255, 0.3);
}
#sidebar .sidebar-section .sb-wrap {
  padding: 1.5rem 30px;
  display: flex;
  align-items: center;
  -moz-column-gap: 7.5px;
       column-gap: 7.5px;
}
#sidebar .sidebar-section a {
  text-decoration: none;
  color: inherit;
}
#sidebar .sidebar-section .sb-button-label {
  color: #fff;
}
#sidebar .sidebar-dropdown {
  margin-bottom: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 8px solid transparent;
}
#sidebar .sidebar-dropdown ul,
#sidebar .sidebar-dropdown li {
  list-style-type: none !important;
}
#sidebar .sidebar-dropdown .sidebar-dropdown-item {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  color: #fff;
  display: block;
  font-weight: 500;
  padding: 0.5rem 30px 0.5rem 60px;
}
#sidebar .sidebar-dropdown .sidebar-dropdown-item:hover, #sidebar .sidebar-dropdown .sidebar-dropdown-item.active {
  font-weight: 700;
}
#sidebar .sidebar-dropdown.hidden {
  display: none;
}

/* DASHBOARD */
.dashboard .panel {
  padding-bottom: 0 !important;
  height: calc(100% - 1.5rem);
}
.dashboard .tit {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 1.5rem;
}
.dashboard .tit1 {
  color: #333;
  margin-bottom: 0;
}
.dashboard .content {
  overflow: hidden;
}
.dashboard .content a {
  display: block;
  position: relative;
  padding: 1.5rem 45px 1.5rem 30px;
  color: #666;
  text-decoration: none;
  border: 2px solid #E5EBF5;
  border-radius: 20px;
  margin-bottom: 1.5rem;
}
.dashboard .content a::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icn-arrow-right.svg) no-repeat center/contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
  transition: all 0.25s ease 0s;
}
.dashboard .content a:hover {
  border-color: #dbe1eb;
  transition: all 0.25s ease 0s;
}
.dashboard .content a:hover::after {
  opacity: 1;
}
.dashboard .content span {
  display: block;
}

.my-box {
  display: inline-block;
  padding: 1.5rem 45px 0 30px;
  border: 2px solid #E5EBF5;
  border-radius: 20px;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .wrap-topmenu button {
    visibility: hidden;
  }
}
/* MODALE */
.modal-collabs {
  overflow-x: auto;
}

input[type=text]:focus-visible,
input[type=number]:focus-visible,
input[type=date]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible,
textarea:not(.select2-search__field):focus-visible {
  outline: 2px solid #2EA3F2 !important;
  box-shadow: 0px 5px 20px #ccc !important;
}

select:focus {
  outline: 2px solid #2EA3F2 !important;
  box-shadow: 0px 5px 20px #ccc !important;
}

input::-webkit-datetime-edit-day-field:focus,
input::-webkit-datetime-edit-month-field:focus,
input::-webkit-datetime-edit-year-field:focus {
  color: white;
  background: #2EA3F2;
}

/* LISTA ORDINI */
.listaordini_circle {
  min-width: 20px;
  min-height: 20px;
  border-radius: 3rem;
}

.orders-legend-div {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .orders-legend-div {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.orders-legend-circles {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.orders-legend-circles > div {
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .orders-legend-circles {
    display: none;
  }
}

/* card mobile */
.orderlist-card {
  background-color: #fff;
  border-radius: 10px;
  height: 250px;
  width: 100%;
  box-shadow: 0px 15px 10px rgba(18, 38, 63, 0.08);
  padding: 30px;
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .orderlist-card {
    width: 90%;
  }
}

/* LISTA DOWNLOAD */
.downloadlist-container {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 3rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .downloadlist-container {
    justify-content: center;
  }
}

.downloadlist-div {
  width: 300px;
  height: 300px;
  background-color: #f2fcf2;
  border: 1px solid #2EA3F2;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.downloadlist-div a {
  position: absolute;
  bottom: 10%;
  z-index: 2;
}
.downloadlist-div h6 {
  z-index: 2;
}
.downloadlist-div span {
  border-bottom: 5px solid #2EA3F2;
}
.downloadlist-div .bg-abs {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #2EA3F2;
}

/* GESTIONE UTENTI */
/* .user-index-column {
   width: 100% !important; margin-bottom: 1rem;} */
.user-index-button {
  width: 300px;
}
@media screen and (max-width: 600px) {
  .user-index-button {
    width: 10rem;
    max-height: 40px;
  }
}

.user-edit {
  width: 100%;
}
.user-edit tr {
  height: 60px;
}
.user-edit tr th,
.user-edit tr td {
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5 !important;
  padding-left: 10px;
  width: 50%;
}
.user-edit tr td {
  text-align: left;
}

#users-pagination ul {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

#user-creation-div {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#user-creation-form {
  background-color: #f5f5f5;
  padding: 3rem 1.75rem;
  border-radius: 0.5rem;
  border: 1px solid #9db582;
  z-index: 100;
  width: 80%;
  opacity: 1;
  box-shadow: 0 2px 10px #484848;
}

.table-name-link {
  color: #2EA3F2;
  transition: 0.1s color;
  cursor: pointer;
}
.table-name-link:hover {
  color: #C6E1A6;
}

form.position-absolute {
  bottom: -10px;
}

.check-agents {
  width: 100%;
  border: 1px solid #2EA3F2 !important;
}
.check-agents tr {
  height: 60px;
}
.check-agents tr th,
.check-agents tr td {
  border: 1px solid #e0e0e0 !important;
  background-color: #f5f5f5 !important;
}
.check-agents tr th {
  color: black !important;
}
.check-agents tr td {
  color: black !important;
}

.agent-list-checkbox {
  width: 33px !important;
  height: 33px !important;
  border: 2px solid #2EA3F2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 45% !important;
  cursor: pointer;
}

/* MODULO CONTATTO */
.contact-module-textarea {
  resize: none;
  width: 100% !important;
  height: 400px !important;
  border-radius: 15px;
  padding: 10px;
}

/* PAGINA CONTATTACI */
.contattaci-dropdown {
  padding: 10px;
  min-height: 40px;
  border-radius: 0.5rem;
}

.contattaci-textinput {
  padding: 10px;
  min-height: 40px;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db !important;
}

/* DOCUMENTI */
.docs-filter-label {
  white-space: nowrap;
  font-weight: 700;
}

.docs-upload-success {
  font-size: 14px;
  margin-top: 10px;
  color: #719c3f;
  display: none;
}

.docs-condizioni-table {
  width: 100%;
}
.docs-condizioni-table tr {
  height: 40px;
}
.docs-condizioni-table tr th {
  color: white !important;
  background-color: black !important;
}
.docs-condizioni-table tr td {
  color: black !important;
  background-color: white !important;
  border: 1px solid #b7cd9d !important;
  padding-left: 10px !important;
  padding-top: 6px;
  padding-bottom: 6px;
}

.docs-condizioni-checkbox {
  width: 27px !important;
  height: 27px !important;
  border: 2px solid #2EA3F2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 43% !important;
}

.embed-div {
  width: 50%;
  height: 700px;
}
@media screen and (max-width: 1024px) {
  .embed-div {
    width: 100%;
  }
}

/* DETTAGLI ORDINE */
.odetails-upper-div {
  background-color: #fff;
  height: 100px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0px 10px 10px rgba(18, 38, 63, 0.031372549);
}

.odetails-upper-primary {
  width: 88%;
  height: 100%;
  position: absolute;
  left: 19%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.odetails-upper-secondary {
  background-color: #FAFAFA;
  width: 18%;
  height: 100%;
  border-radius: inherit;
  left: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: start;
}

.odetails-upper-secondary-label {
  font-weight: 600;
  margin-left: 1.5rem;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .odetails-upper-secondary-label {
    margin-left: 0.5rem;
  }
}

.odetails-center-div {
  background-color: #fff;
  width: 100%;
  height: 130px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 10px 10px rgba(18, 38, 63, 0.031372549);
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .odetails-center-div {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.odetails-center-circle {
  width: 50px;
  height: 50px;
  background-color: #b3b3b3;
  border-radius: 3rem;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.odetails-center-circle.complete {
  background-color: #2EA3F2 !important;
}
.odetails-center-circle .odetails-circle-label {
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: 125%;
  text-align: center;
  width: 500%;
}
@media screen and (max-width: 768px) {
  .odetails-center-circle .odetails-circle-label {
    font-size: 11px;
  }
}
@media screen and (max-width: 536px) {
  .odetails-center-circle .odetails-circle-label {
    font-size: 9px;
  }
}

.odetails-center-lines {
  width: 100%;
  position: absolute;
  left: 0%;
  overflow: hidden;
  display: flex;
  padding: 6%;
  margin-bottom: 30px;
}
.odetails-center-lines .odetails-center-firstline {
  height: 2px;
  width: 50%;
  background-color: #dfdfdf;
}
.odetails-center-lines .odetails-center-firstline.complete {
  background-color: #2EA3F2 !important;
}
.odetails-center-lines .odetails-center-secondline {
  height: 2px;
  width: 50%;
  background: none;
  border: 1px dashed #d1d1d1;
}
.odetails-center-lines .odetails-center-secondline.complete {
  border-color: #2EA3F2 !important;
}

.odetails-lower-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-radius: 10px;
  padding: 0px !important;
}
@media screen and (max-width: 768px) {
  .odetails-lower-div {
    gap: 4%;
  }
}

.odetails-lower-first {
  width: 48%;
  height: 400px;
  background-color: #FFFFFF;
  box-shadow: 0px 15px 10px rgba(18, 38, 63, 0.08);
  border-radius: inherit;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .odetails-lower-first {
    width: 100%;
  }
}

.odetails-lower-second {
  width: 48%;
  height: 400px;
  background-color: #FFFFFF;
  box-shadow: 0px 15px 10px rgba(18, 38, 63, 0.08);
  border-radius: inherit;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .odetails-lower-second {
    width: 100%;
  }
}

.odetails-lower-title {
  position: absolute;
  background-color: #FAFAFA;
  height: 14%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: inherit;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.odetails-lower-details {
  position: absolute;
  top: 14%;
  width: 100%;
  height: 86%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  padding-bottom: 30px;
  justify-content: space-between;
  padding-bottom: 60px;
  font-size: 13px;
}

/* VOUCHER */
.voucher-multi-select {
  height: 100px !important;
  border-radius: 20px;
}

.voucher-mid-label {
  font-size: 13px;
  font-weight: 500;
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}

#opzioni_generali,
#area_vincoli,
#area_applicabilita,
#area_geografia {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0px 3px 10px rgba(58, 58, 58, 0.2);
  min-height: 200px;
  padding: 30px;
}

/* RESET PASSWORD */
.forgot-password-form {
  background: white;
  width: 500px;
  height: 600px;
  border-radius: 1.5rem;
  padding: 50px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-shadow: 0px 0px 10px #c9c9c9;
}
.forgot-password-form .btn-div {
  position: absolute;
  bottom: 5%;
}

/* PROFILE EDIT */
.profile-bg-div {
  background-color: white;
  width: 100%;
  min-height: 500px;
  border-radius: 1.3rem;
  box-shadow: 0px 0px 10px #c9c9c9;
  padding: 2rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .profile-bg-div {
    width: 100% !important;
  }
}
.profile-bg-div #save-button,
.profile-bg-div #delete-button {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .profile-bg-div #save-button,
  .profile-bg-div #delete-button {
    width: 100%;
  }
}

.profile-p {
  font-size: 13px;
}

/* RESI */
.resi-main-div {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0px 3px 10px rgba(58, 58, 58, 0.2);
  min-height: 200px;
  min-width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .resi-main-div {
    width: 100%;
  }
}

/* REGISTER PAGE */
.register-top-bar {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 10;
}

.register-separator-div {
  min-height: 260px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 50px 0px;
}
@media screen and (max-width: 600px) {
  .register-separator-div {
    padding: 10px 0px;
  }
}

.register-sub-div {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  height: 95%;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .register-sub-div {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .register-sub-div {
    width: 85%;
  }
}
.register-sub-div input,
.register-sub-div select {
  border: 1px solid #f1f1f1 !important;
}
.register-sub-div input.error,
.register-sub-div select.error {
  border: 1px solid #dc3545 !important;
}
.register-sub-div p {
  margin-bottom: 0.25rem !important;
  font-weight: 500;
  font-size: 14px;
}
.register-sub-div p.bottom-check {
  margin-top: -15px;
  font-weight: 400;
  font-size: 12px;
}
.register-sub-div p.error {
  color: #dc3545 !important;
}
.register-sub-div label {
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.register-sub-div label.error {
  color: #dc3545 !important;
}

.register-number-div {
  width: 40px;
  height: 40px;
  border-radius: 3rem;
  border: 1px solid #2EA3F2;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* FORGOT PASSWORD */
.forgot-pass-div {
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(18, 38, 63, 0.23);
  width: 45%;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3% 2%;
  border-radius: 2.5rem;
}
.forgot-pass-div + form {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* LISTA RIVENDITORI */
.listarivenditori-client-div {
  overflow-x: auto;
  background-color: #fff;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  box-shadow: 0px 3px 10px rgba(58, 58, 58, 0.2);
  position: relative;
}
.listarivenditori-client-div .client-detail {
  flex: 1 0 0%;
  text-align: center;
}
.listarivenditori-client-div .client-detail label {
  font-size: 14px;
}
.listarivenditori-client-div .client-detail .listariv_codice_cliente {
  display: block;
}
.listarivenditori-client-div .client-detail p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .listarivenditori-client-div {
    flex-direction: row;
    align-items: baseline;
    gap: 1.5rem;
  }
  .listarivenditori-client-div .client-detail {
    text-align: left;
    min-width: 135px;
  }
  .listarivenditori-client-div .client-detail p,
  .listarivenditori-client-div .client-detail .listariv_codice_cliente {
    margin-bottom: 1rem;
  }
  .listarivenditori-client-div .client-detail-action {
    min-width: 185px;
  }
}

@media screen and (max-width: 1919px) {
  .rivenditori-wrapper .position-absolute {
    position: relative !important;
  }
}

/* VISUALIZZAZIONE CARRELLO CLIENTE */
.clientcart-item {
  width: 100%;
  min-height: 200px;
  background-color: white;
  display: flex;
  flex-direction: row;
  padding: 2% 15px;
  align-items: center;
  justify-content: start;
  border-radius: 1rem;
  box-shadow: 0px 3px 10px rgba(58, 58, 58, 0.2);
}
.clientcart-item .product-img {
  width: 80%;
}

/* PRIVACY DECLINED PAGE */
.privacy-div {
  background-color: #fff;
  box-shadow: 0px 10px 10px rgba(18, 38, 63, 0.031372549);
  width: 45%;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3% 1% !important;
  border-radius: 2.5rem;
}

/* CARRELLO */
.cart-product-div {
  position: relative;
  background: transparent;
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  min-height: 330px;
}

.cart-product-image {
  width: 55%;
  box-shadow: 0px 6px 10px #ababab;
  border-radius: 50%;
  transition: outline 0.1s;
}
.cart-product-image:hover {
  outline: 1px solid #2EA3F2;
}

.cart-table-bottomdiv {
  width: 100%;
  height: 80px;
  background-color: #FAFAFA;
  padding-top: 10px;
  border-top: 1px solid #EEE;
}
.cart-table-bottomdiv .price-type {
  width: 35.06%;
  height: 50%;
  text-align: left;
}

.cart-modal {
  position: relative;
  width: 900px;
  height: 700px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.cart-modal #modal-image {
  width: 500px;
  height: 500px;
}
.cart-modal #modal-close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 35px;
}
.cart-modal #modal-close img {
  width: 100%;
}

table {
  font-size: inherit;
}
table p {
  margin-bottom: 0 !important;
}

/* CHECKOUT */
.checkout-main-div {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0px 3px 10px rgba(58, 58, 58, 0.2);
  min-height: 200px;
  width: 85%;
}
@media screen and (max-width: 1024px) {
  .checkout-main-div {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .checkout-main-div .flex-row {
    flex-direction: column !important;
  }
}

.remove-cart-product {
  position: absolute;
  right: 2%;
  top: 36%;
  background: transparent !important;
  border: 0 !important;
}
.remove-cart-product img {
  width: 30px;
}

.errored {
  color: #dc3545 !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.asterisco {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffc107;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.asterisco > span {
  height: 14px;
  font-weight: 500;
}

/* GESTIONE CATALOGO */
.product-edit-card {
  background-color: white;
  min-height: 500px;
  width: 48%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 2rem;
  box-shadow: 0px 3px 10px rgba(58, 58, 58, 0.2);
  padding: 30px 15px;
}
.product-edit-card .product-image {
  width: 100%;
}
.product-edit-card .separator-line {
  width: 1px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  padding: 0 !important;
  left: 49%;
  top: 8%;
}
@media screen and (max-width: 768px) {
  .product-edit-card .separator-line {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .product-edit-card {
    width: 100%;
  }
}
@media screen and (min-width: 1921px) {
  .product-edit-card {
    height: 100% !important;
    min-height: 500px;
  }
}

/* ORDINE VELOCE */
.qc-product-description {
  border-radius: inherit;
  border-radius: 0.5rem;
  background-color: #FAFAFA;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 100%;
  height: 60px;
  box-shadow: 0px 0px 20px rgba(58, 58, 58, 0.3);
}
.qc-product-description.desc-hidden {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.qc-product-description.desc-hidden #desc-submenu-img,
.qc-product-description.desc-hidden #instr-submenu-img {
  transform: rotate(180deg);
}

.wrap-qc-bottom-bar {
  position: fixed;
  bottom: 0;
  z-index: 10;
  right: 0;
  transition: 0.2s all;
  display: none;
}
.wrap-qc-bottom-bar .qc-bottom-bar {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: calc(90% - 25px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 1.5rem 1.5rem 0 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.wrap-qc-bottom-bar .qc-bottom-bar > * {
  margin-bottom: 10px;
}
.wrap-qc-bottom-bar select {
  width: 100%;
  max-width: 500px;
  border: 1px solid #ced4da;
  color: #8D8D8D;
  margin: 0 auto;
}
.wrap-qc-bottom-bar button {
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .wrap-qc-bottom-bar {
    width: 100%;
  }
}

.navcollapsed .wrap-qc-bottom-bar {
  width: 100% !important;
}

.qc-quantity-input {
  width: 100%;
  max-width: 100px;
  min-width: 50px;
  padding: 0.5rem;
  border: 1px solid #b1b1b1;
  text-align: center;
  background-color: white;
  color: #8d8d8d;
  transition: outline 0.1s;
}
.qc-quantity-input:focus-visible {
  outline: 2px solid #2EA3F2 !important;
}
.qc-quantity-input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.popup-prodotto {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 2rem 1.5rem;
  background-color: #fff;
  z-index: 999;
  border: 1px solid #eee;
  box-shadow: 0px 0px 10px rgba(58, 58, 58, 0.3);
  display: none;
  flex-direction: column;
  align-items: center;
}
.popup-prodotto img {
  width: 30%;
  height: auto;
  box-shadow: 0px 10px 15px #eee !important;
  border-radius: 15rem;
  margin-top: 3%;
}
.popup-prodotto .lower-div {
  font-size: 14px;
  width: 100%;
  box-shadow: 4px 5px 1px #f4f2f2;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  background-color: #f2ffeb;
  border: 1px solid #c3e7c3;
}
.popup-prodotto .lower-div:not(:last-child) {
  margin-bottom: 1rem;
}

.popup_toggler {
  cursor: pointer;
  border: none;
  background: none;
  text-align: left;
  padding: 0;
}

.popup_closer {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 50px;
  width: 50px;
  background-size: 50%;
}

/*register*/
.input-ico {
  position: relative;
}
.input-ico .input-campo {
  padding-right: 51px !important;
}
.input-ico .input-icona {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

table.dataTable thead > tr > th.sorting::before,
table.dataTable thead > tr > th.sorting_asc::before,
table.dataTable thead > tr > th.sorting_desc::before,
table.dataTable thead > tr > th.sorting_asc_disabled::before,
table.dataTable thead > tr > th.sorting_desc_disabled::before,
table.dataTable thead > tr > td.sorting::before,
table.dataTable thead > tr > td.sorting_asc::before,
table.dataTable thead > tr > td.sorting_desc::before,
table.dataTable thead > tr > td.sorting_asc_disabled::before,
table.dataTable thead > tr > td.sorting_desc_disabled::before {
  bottom: 58%;
  content: "";
  background-image: url("/assets/img/icons-white/icn-dd-arrow.svg");
  width: 36px;
  height: 10px;
  background-size: 100% 100%;
  right: 0 !important;
}

table.dataTable thead > tr > th.sorting::after,
table.dataTable thead > tr > th.sorting_asc::after,
table.dataTable thead > tr > th.sorting_desc::after,
table.dataTable thead > tr > th.sorting_asc_disabled::after,
table.dataTable thead > tr > th.sorting_desc_disabled::after,
table.dataTable thead > tr > td.sorting::after,
table.dataTable thead > tr > td.sorting_asc::after,
table.dataTable thead > tr > td.sorting_desc::after,
table.dataTable thead > tr > td.sorting_asc_disabled::after,
table.dataTable thead > tr > td.sorting_desc_disabled::after {
  top: 58%;
  content: "";
  background-image: url("/assets/img/icons-white/icn-dd-arrow.svg");
  width: 36px;
  height: 10px;
  background-size: 100% 100%;
  right: 0 !important;
  transform: rotateX(180deg) !important;
}

@media (min-width: 576px) {
  .user_data {
    display: flex;
  }
}
@media (min-width: 992px) {
  .wrap-qc-bottom-bar {
    display: block;
  }
}
.select2-dropdown {
  border-radius: 30px;
  border: 1px solid #E5EBF5;
}
.commessa-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background-color: #e9ecef;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 8px;
  transition: background-color 0.2s;
}

.commessa-badge:hover {
  background-color: #d1d5db;
}

.commessa-nome {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

.btn-remove-commessa {
  background: none;
  border: none;
  padding: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.btn-remove-commessa:hover {
  opacity: 1;
}

.btn-remove-commessa img {
  display: block;
}

#lista-commesse {
  min-height: 40px;
}

/* Responsive */
@media (max-width: 768px) {
  .commessa-nome {
      max-width: 200px;
  }
}

@media (max-width: 576px) {
  .commessa-nome {
      max-width: 150px;
  }
  
  .commessa-badge {
      font-size: 12px;
      padding: 4px 10px;
  }
}

.table.my-table-users table tr {
        height: 0;
}
.table.my-table-users table td {
    padding: 0;
}
.table.my-table-users table th {
    padding: 5px;
}
.btn-collab {
  text-decoration: none;
  color: #fff;
  background: #2EA3F2;
  border: 1px solid #2EA3F2;
  padding: 5px 10px;
  border-radius: 50px;
  transition: all 0.2s ease;
}
.btn-collab:hover {
      background: #fff;
      color: #2EA3F2;
}
.btn-collab-danger {
  text-decoration: none;
  color: #fff;
  background: #dc3545;
  border: 1px solid #dc3545;
  padding: 5px 10px;
  border-radius: 50px;
  transition: all 0.2s ease;
}
.btn-collab-danger:hover {
      background: #fff;
      color: #dc3545;
}
/*# sourceMappingURL=custom.css.map */