.navbar {
  padding: 0px !important;
  --bs-navbar-padding-y: 0px !important;
}
.navbar-nav>li>a {
  padding: 0px !important;
}
.table>:not(caption)>*>* {
  padding: 0px !important;
}
.footer-bottom {
  padding: 22px !important;
}
footer .footer-bottom p {
  font-size: small !important;
}
footer .footer-bottom {
  min-height: 0px !important;
}
.static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-size: 16px !important;
}
.wrapper-body {
  min-height: calc(100% - 108px) !important;
}
.footer-bottom.d-print-none {
  height: 50px !important;
}
.custom-standard, p.custom {
  font-family: 'Inter' !important;
  font-size: 10px !important;
}
h1.custom {
  font-size: 14pt !important;
}
h1.custom-black {
  font-size: 14pt !important;
}
h2.custom {
  font-size: 12pt !important;
}
h3.custom {
  font-size: 16px !important;
}
a.custom:hover {
  text-decoration: none !important;
}
table.custom {
  font-size: 10pt !important;
  margin-top: 10px !important;
}
table th.custom {
  font-weight: 500 !important;
}
table td.custom {
  font-size: 9pt !important;
}
.form-control.custom.td {
  max-width: 100px !important;
}
.container.custom {
  margin: 0 !important;
  max-width: 100% !important;
  height: 80vh !important;
  border-radius: 8px !important;
}
.container.custom.rightpane {
  width: 70% !important;
  overflow-y: auto !important;
  max-height: 80vh !important;
}
.container.custom.leftpane {
  width: 5% !important;
  min-width: 140px !important;
}
.container.custom.centerpane {
  width: 15% !important;
  overflow-y: auto !important;
  max-height: 80vh !important;
  max-width: 200px !important;
}
.container.custom.leftpane,
.container.custom.centerpane {
  padding-left: 10px !important;
  padding-top: 10px !important;
  position: relative !important;
}
.container.custom.leftpane::after,
.container.custom.centerpane::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 1px !important;
  height: 100% !important;
  background: linear-gradient(to bottom, transparent 0%, #222222 20%, #222222 80%, transparent 100%) !important;
  z-index: 1 !important;
}
.static-top.navbar-dark {
  position: relative !important; 
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.static-top.navbar-dark::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 1px !important;
  background: linear-gradient(to right, transparent 0%, #222222 20%, #222222 80%, transparent 100%) !important;
  z-index: 1 !important;
}
.footer-bottom {
  background-color: #222222 !important;
}
.wrapper-body.custom {
  min-height: calc(100% - 150px) !important;
}
.btn.button1.custom.menubtn,
.btn.button2.custom.menubtn {
  width: 120px !important;
  margin-top: 1px !important;
  display: flex !important;
  /*border-radius: 8px !important;*/
  margin-bottom: 1px !important;
  text-align: left !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
  align-items: center !important;
  justify-content: flex-start !important;
  border: 2px solid #ccc !important;
  padding: 5px !important;
  height: 50px !important;
  min-width: 100px !important;
}
.btn.button1.custom.menubtn:hover,
.btn.button2.custom.menubtn:hover {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
  background-color: #777777 !important;
}
.footer-bottom.custom {
  padding: 0px !important;
}
.btn span[data-icon] {
  margin-right: 10px !important;
  font-size: 1.3em !important;
  vertical-align: middle !important;
}
#filtersContainer {
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  padding: 0.5rem !important;
  background-color: #f9f9f9 !important;
}
.filters-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  grid-gap: 0.25rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
#InteractionContainer.filters-grid {
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  grid-gap: 0.25rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.structure-item{
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  margin-bottom: 3px;
}
.structure-item label {
  font-weight: 500 !important;
  font-size: small !important;
  margin-bottom: 0rem !important;
}
.structure-item input {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  font-size: small !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.structure-item input[type="checkbox"] {
  width: auto !important;
}
/*
.structure-item td input[type="number"]{
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  width: 100% !important;
}*/
.group-container {
  grid-column: span 5 !important;
}
.group-container .filters-grid {
  display: grid !important;
  /*grid-template-columns: repeat(5, minmax(0, 1fr)) !important;*/
  grid-gap: 0.25rem !important;
  margin-top: 0rem !important;
}
.container.custom {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
}

.container.custom.leftpane {
  flex: 0 1 auto !important;
  min-width: 140px !important;
}

.container.custom.centerpane {
  flex: 0 1 auto !important;
  min-width: 80px !important;
}

.container.custom.rightpane {
  flex: 1 !important;
  overflow-y: auto !important;
}

@media screen and (max-width: 768px) {
  .container.custom.leftpane,
  .container.custom.centerpane {
    min-width: 120px !important;
  }
}
.select2-container {
  width: 100% !important;
}
.form-control {
  width: 100%;
  margin-bottom: 1px;
}

.form-control.custom {
  padding: .175rem .75rem;
  height: 28px;
  font-size: smaller !important;
}

input.form-control.custom.td{
  padding: .175rem .75rem;
  height: 20px;
  margin-top: 5px;
  width: 70px !important;
  font-size: smaller;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.overlay-content {
  background-color: white;
  padding: 20px;
  text-align: center;
  max-width: 600px;
  width: 90%;
  border-radius: 10px;
}

.overlay-content img {
  max-width: 100%;
}

.overlay-content button {
  margin-top: 20px;
  padding: 10px 20px;
  cursor: pointer;
}

.overlay-content {
  padding: 20px;
  max-width: 450px;
  max-height: 500px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 0 auto;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.label {
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
}

.value {
  width: 100%;
  padding: 4px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 22px;
}

img {
  display: block;
  margin: 0 auto 15px;
}

button {
  display: block;
  /*margin: 20px auto 0;
  padding: 10px 20px;*/
  border-radius: 4px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  cursor: pointer;
}

a {
  text-align: center;
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

.result-item {
  position: relative;
}

.file-checkbox {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}

.result-item.selected {
  border: 2px solid blue;
}

.file-preview-img {
  display: block;
  margin: 0 auto;
}

.result-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.result-item {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 200px;
  text-align: center;
}
  
.result-item.selected {
  border: 2px solid blue;
  box-shadow: 0 0 10px rgba(0, 0, 255, 0.5); 
}
 
.editoverlay-content img {
  max-width: 100%;
}

.editoverlay-content button {
  margin-top: 20px;
  padding: 10px 20px;
  cursor: pointer;
}

.editoverlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 66%;
  height: 83%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  margin-top: 97px;
}

.editoverlay-content {
  position: relative;
  background-color: white;
  padding: 20px;
  height: 100%;
  overflow-y: auto; 
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2); 
}

.spinner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(99, 78, 78, 0.5);
}

.custom-modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  padding: 0.25rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-modal-header .close {
  padding: 0.25rem;
  margin: 0;
}

.custom-modal-title {
    margin: 0;
}

.custom-modal-body {
  padding: 1rem;
}

.custom-modal-footer {
  border-top: 1px solid #dee2e6;
  padding: 0.5rem 1rem;
}

.custom-modal-footer .btn-secondary {
  background-color: #FF84C7;
  color: #fff;
  border-color: #FF84C7;
}

.custom-modal-footer .btn-secondary:hover {
  background-color: #FF84C7;
  border-color: #FF84C7;
}

input:read-only
{
  background-color: #efefef !important;
}

table.dataTable {
  width: 100% !important;
  table-layout: auto;
}

table.dataTable tbody tr:nth-child(odd) {
  background-color: #d9d9d9;
}

table.dataTable tbody tr:nth-child(even) {
  background-color: #ffffff;
}

table.dataTable thead th {
  padding-right: 30px;
  position: relative;
  font-size: smaller;
  vertical-align: middle;
}

table.dataTable td {
  font-size: smaller;
  vertical-align: middle;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
  position: absolute;
  right: 10px;
}

button#Inserisci\ Riga {
  height: 25px;
  font-size: smaller;
  margin: 2px;
}

#rdaRowsTable_length,
#rdaRowsTable_filter,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-results__option {
  font-size: smaller;
}

.filter-label {
  font-weight: bold;
  font-size: smaller;
  margin-right: 10px;
}

.filter-select {
  padding: 5px;
  padding-top: 1px;
  font-size: smaller;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 28px;
}

#rdaRowsTable_filter {
  flex: 1;
  text-align: right;
}

.left-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

.right-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.dataTables_wrapper .dataTables_filter input {
  font-size: smaller;
  height: 28px;
}

.btn-column-toggle {
  cursor: pointer;
  font-size: 12px;
}

.column-menu {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-width: 200px;
  position: absolute;
  z-index: 1000;
  display: none;
  font-size: smaller;
}

.column-menu.hidden {
  display: none;
}

.column-menu-item {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.column-menu-item input[type="checkbox"] {
  margin-right: 8px;
  width: auto !important;
}

#rdaRowsTable_wrapper {
  overflow-x: auto;
  /*overflow-y: auto;*/
}

.select2-container .select2-selection__clear {
  margin: 0;
}

/*######################*/


.container_acc {
  display: flex;
  align-items: flex-start;
  height: calc(100vh - 108px);
  /*background-image: url('https://ghelfiondulati.com/images/sections/home/slide/ondulato-slide-home.jpg');*/
  /*background-image: url('https://d249tcpqnhqbel.cloudfront.net/media/wysiwyg/202407_inscriviti_newsletter.jpg');*/
}
  
.accordion {
  writing-mode: vertical-rl;
  background-color: #eee;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  height: calc(100vh - 108px);
  pointer-events: none;
}

.accordion.active, .accordion:first-child {
  pointer-events: auto;
}
.active, .accordion:hover {
  /*background-color: #fff;*/
}

.panel_acc {
  padding: 10px;
  
  overflow: hidden;
  width: 100%;
  display: none;
  height: calc(100vh - 108px);
  overflow-y: auto;
  box-sizing: border-box;
  transition: 0.4s;
}
  
.hidden {
  display: none;
}
.hidden_imp {
  display: none !important;
}
button {
  height: fit-content;
}
input.accordion
{
  font-size: 16px;
  font-weight: bold;
}
input.accordion.acc_1 {
  background-color: #D3619D !important;
    color: #fafafa !important;
}
input.accordion.acc_2 {
  background-color: #E094BC !important;
    color: #EDC7DB !important;
}
input.accordion.acc_3 {
    background-color: #EDC7DB !important;
    color: #E094BC !important;
}
input.accordion.acc_4 {
    background-color: #FAFAFA !important;
    color: #D3619D !important;
    border-right: 1px solid lightgrey;
}
input.accordion.acc_1:hover {
  background-color: #CF889A !important;
}
input.accordion.acc_2:hover {
  background-color: #CF889A !important;
}
input.accordion.acc_3:hover {
  background-color: #CF889A !important;
}
input.accordion.acc_4:hover {
  background-color: #CF889A !important;
}
#nav_panel_context {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 200px;
}

#logo_azienda{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 150px;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}

.context-item button {
  width: 125px;
  margin-bottom: 10px;
}

.buttons-panel {
  height: 100%;
  width: 160px;
  background-color: #F8C9D7;
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.buttons-panel button {
  padding: 0.8rem 1rem;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s ease;
}

.buttons-panel button:hover {
  background: #555;
}


.structure-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  grid-gap: 0.25rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.buttons-grid
{
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  grid-gap: 0.25rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.buttons-grid button
{
  min-width: 100px;
}
.filter-label {
  font-weight: bold;
  font-size: smaller;
  margin-right: 10px;
}

.filter-select {
  padding: 5px;
  padding-top: 1px;
  font-size: smaller;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 28px;
}

.filter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  padding: 0.5rem !important;
  background-color: #f9f9f9 !important;
  gap: 15px; 
}
/*
.category-item {

    background: #F8C9D7;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    margin: 10px;
  }
  
  .category-item:hover {
    background: linear-gradient(135deg, #e0e0e0, #F8C9D7);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
  
  .category-item span {
    font-weight: bold;
    font-size: 14px;
    color: #444;
    display: inline-block;
    text-align: center;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
  }
  
  .category-item:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  */
  .btn.custom {
    padding: 5px;
    /*border-radius: 5px;*/
    cursor: pointer;
    margin: 1px;
  }
  
  .btn.custom:hover {
    background-color: #ddd;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }

  .btn.custom:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

.grid-element.label {
  font-weight: bold;
  text-align: left;
}

.grid-element.value
{
  border: 0px;
}

.category-item {
  margin: 16px 0;
  max-width: 300px;
}

.category-button {
  color: white;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  border-radius: 6px;
  display: block;
  width: 300px;
  transition: background 0.3s ease;
}

.category-button:hover {
  filter: brightness(1.05);
}

.category-submenu {
  display: none;
  padding: 0px 12px 0 12px;
  clear: both;
}

.category-item.open .category-submenu {
  display: block;
}

.custom.category-item-child {
  display: block;
  width: 100%;
  background-color: #b2435c;
  color: white;
  padding: 10px 15px;
  font-size: 0.9em;
  cursor: pointer;
  opacity: 0.95;
  clear: both;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease;
  border-radius: 0;
  margin: 0;
}

.custom.category-item-child:last-child {
  border-bottom: none;
}

.custom.category-item-child:hover {
  background-color: #c45a6f;
}

.structure-item.group.header,
.structure-item.group.container {
  box-sizing: border-box;
}

.structure-item.group.header {
  display: block;
  /*
  width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
  padding: 10px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.structure-item.group.container-bpm {
  width: 100% !important;
  box-sizing: border-box !important;
/*
  background-color: rgba(241,241,241,0.8);
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;*/
}

.filter-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-gap: 0.25rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.asset-grid-view {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.asset-card {
  border: 1px solid #ccc;
  padding: 1rem;
  width: calc(33.333% - 1rem);
  box-sizing: border-box;
  cursor: pointer;
}

.container-insert-line
{

}

.container-insert-line-grp
{
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  grid-gap: 0.25rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background-color: rgba(241,241,241,0.8);
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}

.tile-button {
  width: 120px;
  height: 70px;
  background-color: #ffffff; 
  border: 1px solid #e0e0e0; 
  border-radius: 4px;  
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;   
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  margin-left: 8px;  
  margin-top: 4px;
  cursor: pointer;
  transition: transform 0.1s, background-color 0.2s;
}

.tile-button:hover {
  background-color: #f9f9f9;
  transform: scale(1.03);
}

.tile-button i {
  font-size: 16px;   
  color: #9A0040;  
  margin-bottom: 8px;   
}

.tile-button span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  text-align: center;
}

.batch-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  background-color: white;
  border: none;
  table-layout: auto;
}

.batch-table thead th {
  background-color: #f6f6f6;
  color: #333;
  font-weight: 600;
  text-align: left;
  padding: 8px 10px;
  border: none;
  white-space: nowrap;
}

.batch-table td {
  padding: 8px 10px;
  border: none;
  vertical-align: middle;
}

.batch-table tbody tr:hover {
  background-color: #f2f2f2;
}

.batch-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.batch-table.dataTable.stripe tbody tr.odd,
.batch-table.dataTable.display tbody tr.odd {
  background-color: white;
}

#batchActions {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

#confirmBatchButton {
  background-color: #FF84C7;
  color: white;
  border: none;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}

#confirmBatchButton:hover {
  background-color: #004497;
}

.detail-header {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 12px 32px;
  background: rgba(250, 250, 250, 0.8);
  padding: 16px 24px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}

.detail-field {
  display: flex;
  flex-direction: column;
}

.field-label {
  font-weight: 600;
  color: #444;
  margin-bottom: 3px;
}

.field-value {
  color: #000;
  font-weight: 400;
}

.detail-lines-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  background-color: rgba(250, 250, 250, 0.8);
  border: 1px solid #ccc;
  margin-top: 10px;
}

.detail-lines-table th,
.detail-lines-table td {
  padding: 6px 10px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: middle;
}

.detail-lines-table th {
  background-color: #f6f6f6;
  font-weight: 600;
}

.detail-lines-table tbody tr:hover {
  background-color: #f2f2f2;
}

.btn-inline {
  background-color: #f8f8f8;
  color: #333;
  border: 1px solid #bbb;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.btn-inline:hover {
  background-color: #e2e2e2;
}

.component-table-wrapper {
  margin-top: 24px;
  background: rgba(250, 250, 250, 0.8);
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  overflow: hidden;
}

.component-table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  font-family: 'Inter', sans-serif;
}

.component-table-title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.btn-close {
  background: none;
  border: none;
  font-size: 16px;
  color: #888;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s;
}

.btn-close:hover {
  color: #000;
}

.dataTables_wrapper {
    background-color: rgba(250, 250, 250, 0.8) !important;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 10px;
}

.dataTables_wrapper .dataTables_filter input {
  background-color: #ffffff !important;
  border: 1px solid #ccc !important;
  color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #e2e2e2 !important;
  color: #000 !important;
  border: 1px solid #aaa !important;
  box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #f6f6f6 !important;
  color: #333 !important;
  border: 1px solid #ccc !important;
  margin: 0 2px;
  padding: 2px 8px;
  border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #dcdcdc !important;
  color: #000 !important;
  border: 1px solid #999 !important;
}

.dataTables_wrapper .dataTables_length select {
  background-color: #ffffff !important;
  border: 1px solid #ccc !important;
  color: #000 !important;
  padding: 3px 6px !important;
  font-size: smaller !important;
}

:root {
  --bs-body-font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

#tblSeriali td input {
 border: 1px solid #ddd !important;
}

#tblSeriali td {   
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-weight: normal !important;
    font-size: small;
}

#tblSeriali th,
#tblSerialiInsert th,
#tblQtyCheck th {
    padding-top: 5px !important;
    font-weight: normal !important;
    font-size: small;
}

.modal-content
{
  height: 85% !important;
}

#serialarraytable {
    font-size: small;
}

#tblSerialiInsert td {
  padding: 5px !important;
}

.btn:disabled
{
  background-color: #FF84C7 !important;
}