:root {
  --primary_dark: #007b8b;
  --primary_opacity: #015c68;
}
body {
  background: #f5f5f5 !important;
}
/* SCROLLBAR DEL PRODOTTO */
body,
.datatable-body {
  scrollbar-width: thin;
}
body::-webkit-scrollbar,
.datatable-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar:hover,
.datatable-body::-webkit-scrollbar:hover {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track,
.datatable-body::-webkit-scrollbar-track {
  background: gainsboro;
}
body::-webkit-scrollbar-thumb,
.datatable-body::-webkit-scrollbar-thumb {
  background: var(--primary_opacity);
  border-radius: 8px;
  border: 1px solid gainsboro;
}
body::-webkit-scrollbar-thumb:hover,
.datatable-body::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}
/* ELEMENTI GENERICI PER TUTTE LE PAGINE */
.nopadding {
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.white {
  color: #fff;
}
#caricamento_spinner {
  cursor: wait;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 25%);
}
.spinner-xl:before {
  width: 5rem !important;
  height: 5rem !important;
  border: 5px solid #007b8b !important;
  border-right: 20px solid transparent !important;
}
.wrap_center {
  flex-wrap: wrap;
  place-content: center;
  display: flex !important;
}
.space_beetween {
  display: flex;
  justify-content: space-between;
}
.space_around {
  display: flex;
  justify-content: space-around;
}
.text-muted-edited {
  color: #adadb5 !important;
}
input[type="checkbox"][disabled] ~ span {
  background-color: rgb(246 78 96 / 50%) !important;
}
.border_card_customized {
  padding: 1rem;
  border: 1px solid rgb(246 78 96 / 50%) !important;
}
.full_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical_align {
  display: flex;
  align-items: center;
}
.c_primary {
  color: var(--primary) !important;
}
.c_primary_dark {
  color: var(--primary_dark) !important;
}
.c_primary_opacity {
  color: var(--primary_opacity) !important;
}
.c_teal {
  color: var(--teal) !important;
}
.c_red {
  color: rgb(224, 5, 5) !important;
}
.c_yellow {
  color: rgb(223, 223, 16);
}

.bc_primary_opacity {
  background-color: var(--primary_opacity) !important;
}
.bc_primary {
  background-color: var(--primary) !important;
}
.bc_primary_dark {
  background-color: var(--primary_dark) !important;
}
.small_margin_paragraph {
  margin: 0.5rem;
  font-weight: 700;
}
.small_margin_paragraph em {
  margin-right: 0.3rem;
  font-weight: 500;
}
.chip {
  padding: 0.3rem 0.75rem 0.2rem !important;
  color: #fff;
  border-radius: 20px;
  background-color: var(--primary) !important;
  font-weight: bold;
  margin: 0.5rem;
}
.chip.darker_chip {
  background-color: var(--primary_dark) !important;
}
.generated_tooltip {
  padding: 5px;
}
.fixed_logo_mobile {
  position: absolute;
  top: 6px;
  left: calc(50% - 22px);
}
.enter_scroll {
  padding: 2px;
  color: #fff !important;
  background-color: var(--primary_dark) !important;
}
.flex_gohead {
  display: flex;
  justify-content: end;
  flex-flow: wrap;
}
.scroll_customized .scroll.ps > .ps__rail-y {
  width: 8px !important;
  background: rgb(246 78 96 / 15%) !important;
  color: rgb(246 78 96 / 50%) !important;
}
.scroll_customized .scroll.ps > .ps__rail-x > .ps__thumb-x {
  top: 1rem;
  bottom: 1rem;
}
.scroll_customized .scroll.ps > .ps__rail-x > .ps__thumb-x:hover,
.scroll.ps > .ps__rail-x > .ps__thumb-x:focus {
  top: 1rem;
}
.scroll_customized .scroll.ps > .ps__rail-x > .ps__thumb-x:hover,
.scroll.ps > .ps__rail-x > .ps__thumb-x:focus {
  opacity: 1;
  background-color: rgb(246 78 96 / 50%) !important;
}
.scroll_customized .scroll.ps > .ps__rail-y:hover > .ps__thumb-y,
.scroll.ps > .ps__rail-y:focus > .ps__thumb-y {
  opacity: 1;
}
.scroll_customized .scroll.ps > .ps__rail-y > .ps__thumb-y {
  background: rgb(246 78 96 / 60%) !important;
  opacity: 1;
}
.tooltip-inner {
  max-width: 300px !important;
}
.bs-tooltip-bottom .arrow.c_primary::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow.c_primary::before {
  border-bottom-color: var(--primary_dark) !important;
}
.bs-tooltip-top .arrow.c_primary::before,
.bs-tooltip-auto[x-placement^="top"] .arrow.c_primary::before {
  border-top-color: var(--primary_dark) !important;
}
.custom_shadow_card {
  -webkit-box-shadow: 0px 2px 10px -2px rgb(0 0 0 / 60%) !important;
  box-shadow: 0px 2px 10px -2px rgb(0 0 0 / 60%) !important;
}
.center_text {
  text-align: center;
}
.truncate {
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.text-center {
  text-align: center;
}
.text_muted_notimportant {
  color: #b5b5c3;
}
.content {
  padding: 0.5rem !important;
}
.red_icon_swal div {
  border-color: var(--primary_opacity) !important;
  color: var(--primary_opacity) !important;
}

/* FINE ELEMENTI GENERICI PER TUTTE LE PAGINE */

/* IMAGE INPUT PER MODIFICARE AVATAR */
.image-input [data-action="cancel"],
.image-input [data-action="remove"] {
  left: -10px;
  right: inherit;
}
.image-input .btn_remove_avatar:hover {
  background-color: #007b8b !important;
}
.image-input .btn_remove_avatar:hover i {
  color: rgb(255, 255, 255) !important;
}
.image-input .btn_edit_avatar:hover {
  background-color: #1bc5bd !important;
}
.image-input .btn_edit_avatar:hover i {
  color: rgb(255, 255, 255) !important;
}
.image-input-wrapper {
  background-position: center;
}
#mini_avt_container {
  width: 100%;
  height: 100%;
  border-radius: 0.85rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* FINE IMAGE INPUT  */

/* ELEMENTI COMUNI SU ANAGRAFICHE */
.btn_azioni {
  margin: 0 1.5rem;
  border-radius: 50% !important;
  min-width: 30px !important;
}
/* centro tutte le celle delle KTDATATABLE */
.datatable-table td span,
.datatable-table th span {
  text-align: center;
}
.datatable-table [data-field="azioni"] span {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/* FINE ELEMENTI COMUNI SU ANAGRAFICHE */

/* sensori */
#modal_info_sensore,
#modal-associa-sensore {
  overflow-y: hidden;
}
#modal_info_sensore .modal-body {
  max-height: 400px;
  overflow-y: auto;
  padding-bottom: 5px;
}
.flex_vert_align {
  display: flex;
  align-items: center;
}
.mini_avatar_notifiche {
  border-radius: 0.85rem;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
}
.utenti_cli {
  background: #f5f5f5;
  padding: 1rem;
  margin-bottom: 5px;
  border-radius: 1rem;
  border: 1px solid gainsboro;
}

/* MEDIA QUERY PER GESTIRE VISUALIZZAZIONE DA MOBILE */

/* GESTIONE BOTTONI IN ALTO SU DEVICE DA 350PX */
@media only screen and (max-width: 350px) {
  .rigth_until_350 {
    float: right !important;
  }
}
@media only screen and (min-width: 351px) {
  .flex_after_350 {
    display: flex !important;
  }
}

/* GESTIONE BOTTONI IN ALTO SU DEVICE DA 500PX */
@media only screen and (max-width: 500px) {
  .rigth_until_500 {
    float: right !important;
  }
  .mt_until_500 {
    margin-top: 1rem !important;
  }
  .noflex_until_500 {
    display: block !important;
  }
}
@media only screen and (min-width: 501px) {
  .flex_after_500 {
    display: flex !important;
  }
}

/* VERY SMALL MOBILE */
@media only screen and (max-width: 400px) {
  .customized_bottom_menu a.navi-link.active {
    display: grid;
    text-align: center;
  }
  .customized_bottom_menu a.navi-link.active .navi-item {
    width: 100%;
    text-overflow: ellipsis;
  }
  .mt-5-xxs {
    margin-top: 0.8rem !important;
  }
  .rigth_until_400 {
    float: right !important;
  }
  .mt_until_400 {
    margin-top: 1rem !important;
  }
  .noflex_until_400 {
    display: block !important;
  }
}
/* MOBILE */
@media only screen and (max-width: 600px) {
  .margintop_onmobile {
    margin-top: 1rem;
  }
  .flex_on_mobile {
    display: flex !important;
  }
  .image-input .image-input-wrapper {
    width: auto !important;
  }
  #user_info {
    text-align: center;
    display: grid !important;
  }
  #user_data {
    padding-top: 1rem;
  }
  #user_info .navi .navi-item .navi-link .navi-text {
    flex-grow: 0 !important;
  }
  #user_info .navi .navi-item .navi-link {
    place-content: center;
  }
  .fullwidth_onmobile {
    width: 100%;
  }
  .margintop_onmobile {
    margin-top: 1rem;
  }
  .profile_on_top {
    flex-flow: column;
  }
  .hide_on_phone {
    display: none !important;
  }
}
/* TABLET */
@media only screen and (min-width: 601px) and (max-width: 991px) {
  #modal-associa-sensore .modal-dialog {
    max-width: 70% !important;
  }
}
/* DESKTOP VECCHI 1366X768 */
@media only screen and (min-width: 992px) {
  #modal-associa-sensore .modal-dialog {
    max-width: 60% !important;
  }
  .l-none {
    display: none;
  }
  .flex_on_desktop {
    display: flex !important;
  }
  #kt_profile_aside {
    width: 250px;
  }
}
/* DESKTOP MODERNI */
@media only screen and (min-width: 1501px) {
  #modal-associa-sensore .modal-dialog {
    max-width: 50% !important;
  }
}

/* GESTIONE HOMEPAGE SUPERADMIN */
@media only screen and (max-width: 1320px) {
  #modal-associa-sensore .modal-dialog {
    max-width: 50% !important;
  }
}
@media only screen and (max-width: 1319px) {
  .notification_card {
    min-height: 86px;
  }
}
@media only screen and (min-width: 1320px) {
  .notification_card {
    min-height: 93px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1250px !important;
  }
}
@media only screen and (max-width: 1199px) {
  #associazione-mancante {
    height: auto !important;
    padding: 0.5rem !important;
    text-align: center;
  }
}
@media only screen and (max-width: 1399px) {
  .wrap_center_max_1400 {
    flex-wrap: wrap;
    place-content: center;
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  /* CUSTOMIZED BOTTOM MENU MOBILE */
  .customized_bottom_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* padding-bottom: 1rem !important; */
    display: flex !important;
    justify-content: space-around;
    background: #fff;
    margin: 0.2rem 0.5rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-box-shadow: 0px 0px 4px 0px #000000;
    box-shadow: 0px 0px 4px 0px #000000;
    z-index: 9999;
  }
  .navi-link:not(.active):not(.clicked):hover {
    color: #3f4254 !important;
    background-color: #fff !important;
  }
  .navi
    .navi-item
    .navi-link:not(.active):not(.clicked):hover
    .navi-icon
    svg
    g
    [fill] {
    fill: #b5b5c3 !important;
  }
  .customized_bottom_menu .navi-link.clicked {
    background-color: #f3f6f9 !important;
    color: #007b8b !important;
  }
  .navi .navi-item .navi-link.clicked .navi-icon svg g [fill] {
    fill: #007b8b !important;
  }
  .profile_on_top {
    display: flex !important;
    justify-content: space-around;
  }
  .customized_bottom_menu .navi-item {
    margin-bottom: 0 !important;
  }
  .margin_from_bottom_menu {
    margin-bottom: 80px;
  }
  .not_relative {
    position: inherit !important;
  }
  .border_light_grey {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .customized_bottom_menu .navi-item {
    place-self: center;
  }
  .customized_bottom_menu a:not(.active) .navi-text {
    display: none;
  }
  /* GESTITA VISUALIZZAZIONE PAGINE -profile */
  .grid_on_bottom_menu {
    display: grid !important;
  }
  .hide_on_mobile {
    display: none !important;
  }
  .pb-0-oncustom_menu {
    padding-bottom: 0 !important;
  }
  .py-4-oncustom_menu {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .customized_bottom_menu a.navi-link.active {
    background-color: transparent !important;
    position: relative;
  }
  .customized_bottom_menu a.navi-link.active:before {
    content: "";
    position: absolute;
    left: 25%;
    top: 0;
    height: 5px;
    width: 50%;
    border-top: 5px solid var(--primary);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .top_profile_flex_column {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .fixed_from_bottom_menu {
    bottom: 80px !important;
  }
}

/* MENU IN ALTO */
#topbar_header li.topbar_element:not(.active) .menu_label {
  opacity: 0;
  font-weight: 600;
  transform: translateY(25px);
}
.topbar_element {
  padding: 0.5rem 2rem;
  margin: 0 1rem;
  border-radius: 0.85rem;
  cursor: pointer;
  width: 150px;
  height: 41px;
  max-width: 150px;
  justify-content: space-around;
}
.topbar_element .icon:before {
  font-weight: 900 !important;
}
.topbar_element .icon,
.topbar_element .svg-icon svg g [fill] {
  color: #000 !important;
  fill: #000 !important;
}

/* ELEMENTO ACTIVE DEL MENU */
.topbar_element.active {
  border: 1px solid var(--primary);
  border-top: 3px solid var(--primary);
}
.topbar_element:not(.active):hover {
  border: 1px solid var(--primary);
  border-bottom: 3px solid var(--primary);
}
.topbar_element:active {
  border: 2px solid var(--primary) !important;
  border-top: 5px solid var(--primary) !important;
}
#topbar_header li.topbar_element.active .menu_label {
  display: block;
}
#topbar_header li.topbar_element:hover .menu_label {
  opacity: 100%;
  transform: translateY(0);
  transition: all 0.3s ease-out;
}
.topbar_element.active .menu_label,
.topbar_element.active .icon,
.topbar_element.active .svg-icon svg g [fill],
.topbar_element:hover .icon,
.topbar_element:hover .svg-icon svg g [fill] {
  color: var(--primary) !important;
  fill: var(--primary) !important;
  font-weight: 800;
}
.mobile_topmenu_element {
  min-height: 155px !important;
}
.fake_notification.first {
  background: #f4f4f4 !important;
}
.fake_notification {
  background: #f7f7f7;
}
@media only screen and (max-width: 1199px) {
  .notification_card {
    height: 86px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .notification_card {
    height: 94.75px !important;
    min-height: 94.75px !important;
  }
}

/* STYLE AUTOCOMPLETE */

.ui-menu-item {
  min-height: 3rem;
  margin: 2px 5px !important;
  display: flex;
  align-items: center;
  color: #007b8b;
  background-color: #007b8b6b;
  border-left: 3px solid var(--primary);
  border-radius: 0.85rem;
}

.ui-menu-item .ui-state-active {
  text-decoration-line: underline;
  font-weight: bold;
}
.maps_rilevazioni {
  height: 64px;
  width: 64px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 4px 7px 7px 1px rgb(0 0 0 / 44%);
}

.parrot {
  border: 1px solid #f00;
  border-radius: 20%;
  height: 50px;
  width: 50px;
}

#sensor_list {
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: flex-start;
}
#sensor_list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}

#sensor_list::-webkit-scrollbar {
  width: 4px;
  height: 3px;
}
#sensor_list::-webkit-scrollbar-thumb {
  border-radius: 50px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}
.cont_sens_ico {
  padding: 10px !important;
  border-radius: 50% !important;
  height: 64px !important;
  width: 64px !important;
  min-width: 64px !important;
  cursor: pointer;
  margin: 0 1rem !important;
  position: relative;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.75s;
}
.cont_sens_ico:hover {
  transform: scale(1.1);
}
.cont_sens_ico.active_sens {
  transform: scale(1.25);
  box-shadow: 0 0 3px 0px;
}
.cont_sens_ico:before,
.cont_sens_ico:after {
  font-size: 12px;
  color: rgb(195, 195, 195);
  position: absolute;
  left: -50%;
  width: 200%;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.7s ease-in-out;
}
.cont_sens_ico:before {
  content: attr(top_title);
  top: -20px;
}
.cont_sens_ico:after {
  content: attr(bottom_title);
  bottom: -20px;
}
.fake_end_translucent {
  position: relative;
}
.fake_end_translucent:before {
  content: "";
  width: 50px;
  position: absolute;
  top: 0;
  right: 2rem;
  height: 130px;
  background: linear-gradient(270deg, #ffffffe6, transparent);
  z-index: 1;
}
.cont_sens_ico.active_sens:before,
.cont_sens_ico.active_sens:after {
  transform: scale(0);
}
#sensor_list svg {
  width: 32px !important;
  height: 32px !important;
}
#sensor_list svg.text_icon {
  width: 64px !important;
  height: 64px !important;
}
#sensor_list path,
#sensor_list rect,
#sensor_list circle,
#sensor_list text {
  fill: #fff !important;
}
#sensor_list.loading_ril_sens .cont_sens_ico:not(.active_sens) {
  cursor: not-allowed;
  pointer-events: none;
}
.dispositivi_maps {
  padding: 8px 10px 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 5px 0 #000;
  width: 70px;
  height: 70px;
}
.dispositivi_maps img {
  width: 52px;
  height: 52px;
}
.w100_to_50 {
  width: calc(50% - 3rem);
  margin: 1rem 1.5rem 0;
}
@media screen and (max-width: 700px) {
  #devices_map_sens {
    height: 600px !important;
  }
  .column_on_mobile {
    flex-direction: column;
  }
  .w100_to_50 {
    width: calc(100% - 3rem);
  }
}
@media screen and (min-width: 993px) {
  .topbar .topbar-item {
    height: 80px;
  }
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: var(--primary) !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  font-weight: 600;
}
[hide_if_one="1"] {
  display: none !important;
}
.btn.btn-light-primary.disabled,
.btn.btn-light-primary:disabled {
  color: #007b8bad !important;
  background-color: #007b8b40 !important;
  border-color: transparent !important;
  cursor: no-drop !important;
  pointer-events: none !important;
}
.loading_rilevazioni {
  min-height: 150px;
  margin-bottom: 20px;
}
.loading_rilevazioni,
.loading_chart {
  position: relative;
}
.loading_rilevazioni:before,
.loading_chart:before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2rem);
  height: 100%;
  z-index: 99;
  content: "";
  background: #00000061;
  margin: 0 1rem !important;
  cursor: progress;
  transform: scale(1);
}
.loading_rilevazioni:before {
  border-radius: 0.85rem;
  background: linear-gradient(45deg, #74747485, #42424242);
}

.loading_rilevazioni:after,
.loading_chart:after {
  content: "Caricamento del grafico...";
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 125px);
  width: 250px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #ffffffd1;
  z-index: 100;
  border-radius: 0.85rem;
  box-shadow: 1px 1px 5px -1px #000;
  transform: scale(1);
  -webkit-animation: animazione_loading_home 3s linear infinite 1s;
  animation: animazione_loading_home 3s linear infinite 1s;
}
#devices_map_sens.loading_rilevazioni:before {
  width: 100%;
  margin: 0 !important;
  border-radius: 0;
}
@-webkit-keyframes animazione_loading_home {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  7.5% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  12.5% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  18% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  22.5% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  27.5% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  30% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes animazione_loading_home {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  7.5% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  12.5% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  18% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  22.5% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  27.5% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  30% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.loading_rilevazioni:after {
  content: "Caricamento delle rilevazioni...";
}
.home_circle_rilevazione {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 2.5rem;
}
.home_circle_rilevazione:before {
  content: "";
  position: absolute;
  top: -3%;
  left: -3%;
  width: 106%;
  height: 106%;
  border-radius: 50%;
  background: linear-gradient(45deg, #1f9b95, #3dcec7);
  border: 1px solid #d9d9d9;
}
.home_circle_rilevazione:after {
  content: attr(title_ril);
  position: absolute;
  bottom: -2rem;
  left: -20%;
  width: 140%;
  text-align: center;
  color: rgb(171, 171, 171);
  font-style: italic;
  font-size: 12px;
}
.home_circle_rilevazione h5 {
  margin-bottom: 0 !important;
  z-index: 1;
  color: #ffffff;
}
.remove_on_sens_change {
  font-style: italic;
  font-size: 14px;
  text-align: center;
  height: 28px;
}
.header_cliente a,
.header_cliente a span {
  transition: 0.7s ease-in-out;
}
.header_cliente a:hover {
  transform: scale(0.9);
  transition: 0.7s ease-in-out;
}
.header_cliente a:hover span {
  opacity: 0.5;
}

a.bg-primary.custom-hover:hover {
  background-color: #46afc3 !important;
  color: white !important;
}
