.fixed-top {
  position: inherit;
}

.profile_logo {
  text-align: right;
  margin-left: 1rem;
}
.profile_logo img {
  width: 3rem;
}

#user-profile h1 {
  display: flex;
}
#user-profile h1 div:first-child {
  margin-right: 0.5rem;
}
#user-profile .boxes .row {
  margin: 0;
}
#user-profile .boxes .row .box {
  border-width: 2px;
  border-color: var(--first) !important;
  border-style: solid;
  padding: 1rem;
  margin: 1rem;
}
#user-profile .boxes .row .box a {
  color: var(--first);
  font-weight: 400;
  text-decoration: none;
}
#user-profile .boxes .row .box a:hover {
  text-decoration: underline;
}
#user-profile .boxes .row .box:hover {
  background-color: var(--first);
}
#user-profile .boxes .row .box:hover a {
  color: white;
}

.view-id-calcoli.view-display-id-page_1 img {
  width: 2rem;
}

.map__container {
  background-color: rgba(0, 107, 138, 0.1);
}
.map__container hr {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.map__container .container__cliente {
  display: flex;
  padding: 1.875rem;
}
.map__container .container__cliente .label {
  margin-right: 0.5rem;
}

.map__column-cliente.hide {
  display: none !important;
}

.views-field-edit-node img {
  width: 1.5rem;
}

.messages__content .placeholder,
#block-ctl-page-title .placeholder {
  background-color: transparent;
  cursor: default;
}

/*# sourceMappingURL=custom.css.map */
