html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    left: auto;
    right: 4px;
}

.accordion-button.collapsed {
    background-color: #f0f0f0; /* Your desired background color for collapsed state */
}

.accordion-item
{
    border: 2px solid #007bff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Example: subtle shadow */
}

dt {
    border: 1px solid #ccc; /* Defines the border style, color, and thickness */
    border-radius: 10px;
}