#toast-container > div {
    opacity:1 !important;
}

.btncell, .statuscell {
    white-space: pre !important;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: center !important;;
    width: 1px !important;;
}
.btntable {
    width: 21px;
    height: 21px;
    text-align: center;
    padding-top: 2px;
    padding-left: 2px;
    bottom: 0px;
    padding-right: 0px;
}
.btn-table {
    margin-left: 3px;
}
.topbutton {
    margin-bottom: 10px;
}
.bottombutton {
    margin-top: 10px;
}
.form-control-static {
    display: block;
    min-height: 34px;
    padding-top: 8px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    color: #343a40;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}

.select2-search__field {
    border-color: #ced4da !important;
} 
.select2-dropdown {
    z-index: 10510;
}
.datepicker {
  border: 1px solid var(--bs-border-color);
  padding: 8px;
  z-index: 1999 !important;
}
.parsley-error + .select2.select2-container .selection .select2-selection.select2-selection--multiple,
.parsley-error + .select2.select2-container .selection .select2-selection.select2-selection--single {
    border-color: var(--bs-danger);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.select2.select2-container .selection .select2-selection.select2-selection--multiple:focus,
.select2.select2-container .selection .select2-selection.select2-selection--single:focus,
.uneditable-input:focus {   
    border-color: rgba(80, 134, 255, 0.8);
}

.text-right {
    text-align: right !important;
}
.text-right-num {
    text-align: right !important;

}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}

.btn-nofocus:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.page-content {
  position: relative;
}

.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7); /* leggero overlay */
  display: flex ;
  padding-top: 300px;
  justify-content: center;
  z-index: 9999;
}