.edit-module {
  padding: 4em .5em;
}

.edit-module * {
  font-size: 16px;
}

.fixed-bottom.shadow {
  box-shadow: 0 0 .5rem .5rem #ccc !important;
}

.edit-module ul.nav-tabs {
  padding: 0;
  margin: 0;
}

.edit-module ul.nav-tabs {
  overflow: hidden;
}

.edit-module .modal-lg,
.edit-module .modal-xl {
  max-width: 94% !important;
}

.edit-module .modal-xl .modal-header,
.edit-module .modal-xl .modal-footer {
  z-index: 1 !important;
  background-color: #ececec !important;
}

.edit-module .modal-header {
  padding: 0.5em 2em !important;
}

.edit-module a:hover span.text {
  text-decoration: none;
}

.edit-module .nav-link:not(.active) .icon-primary {
  fill: #5b6f82 !important;
}

.edit-module .nav-tabs .nav-item.show .nav-link,
.edit-module .nav-tabs .nav-link.active {
  background: #e6ecf2;
}

.edit-module .nav-tabs .nav-link {
  padding: .5em;
}

.edit-module .it-list-wrapper .it-list a:hover span.text {
  text-decoration: inherit;
}

.edit-module .it-list-wrapper .it-list a .it-right-zone span.it-multiple {
  flex-wrap: nowrap;
}

/* ! carousel img */
.edit-module .upload-pictures-wall .upload-image,
.edit-module .upload-pictures-wall .upload[type=file]+label,
.edit-module .overlay-wrapper {
  width: 100px;
  height: 100px;
}

.edit-module .upload-pictures-wall {
  margin: 0;
  padding: 0;
  margin-bottom: 2em;
}

.edit-module figure:hover {
  cursor: pointer;
}

/* ! summernote */
.edit-module .note-editor.card:after {
  margin-top: 0;
}

.edit-module .summernote-label {
  position: relative;
  font-size: .777rem;
  line-height: inherit;
  transform: translateY(0%);
  font-weight: 600;
  padding-left: .5rem;
}

/* ! notifiche */
.notification.center-fix {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  bottom: auto;
  right: auto;
  box-shadow: 0 0 3rem rgba(0,0,0,.75);
  border: 2px solid;
  z-index: 1;
  display: block;
}
.notification.center-fix p,
.notification.center-fix h5 {
  font-size: inherit;
}
