.btn_with_shortcut{
  position: relative;
  padding-top: calc(1.1rem + 1px);
}
.btn_shortcut{
  font-size: 9px;
  position: absolute;
  top: 2px;
  right: 4px;
}
.tableArea {
  max-width: 100%;
  margin: 25px 10px 10px 10px;
  border-spacing: 10px;
  border-collapse: separate;
}
.tableArea  td {
  width: 2em;
  height: 2em;
}
@media screen and (max-width: 1230px) {
  .tableArea tbody  td {
    width: 1.3em;
    height: 1.3em;
  }
}


.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  width: 100%;
  border:0;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  cursor: pointer;
  border-radius: 0.475rem;
  background-color: #fff;
  padding: 10px;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #DDD;
}

.passwordManagement.editPassword .btnModificaPassword{
  display: none;
}
.passwordManagement.hidePassword .editPasswordCont{
  display: none;
}

.fancybox__container {
    z-index: 1060!important;
}

.dropzone{
  background-color: var(--bs-gray-100);
  text-align: center;
}
.dropzone .dz-message{
  display: inline-block
}
.table.dataTable thead tr{
  font-weight: 500;
}
.table.dataTable tbody tr:hover{
  background: #1c84ff0d;
}