.cellulareCliente {
  width: 100%;
}

.titolo-sezione {
  border: 0;
}

.titolo-sezione .box-body {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0px;
  border: 0px;
}

.titolo-sezione .box-header {
  border: 0px !important;
  border-bottom: 0px !important;
}

.titolo-sezione .box {
  box-shadow: none;
}

.no-border .box.box-primary {
  border-top: 0px;
}

.no-border .box {
  border: 0px !important;
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, .1); */
  box-shadow: none;
}

.no-box-shadow .box {
  border: 0px !important;
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, .1); */
  box-shadow: none;
}

.no-border div.box-header {
  display: none;
}

.sonata-ba-list-field-header.sonata-ba-list-field-header-batch {
  width: 40px;
}

/* 

*/

td.sonata-ba-list-field.sonata-ba-list-field-actions {
  width: 127px !important;
  min-width: 127px !important;
}

.sonata-ba-field.sonata-ba-field-standard-natural div.checkbox {
  display: flex;
  align-items: center;
}

.checkbox {
  display: inline-block;
  vertical-align: middle;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; /* Regola la spaziatura tra checkbox e label */
}

.icheckbox_square-blue {
  display: inline-block;
  vertical-align: middle;
}

.circle-arrow {
  background-color: #00000080;
  color: white;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6pt;
}

.checkbox-group label {
  display: block;
  margin-bottom: 5px;
}
