html {
  font-size: 14px;
}
.card {
    width: fit-content;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media(max-width:780px) {
    .dataTables_wrapper .dataTables_filter input {
        /* Example styles - Modify as needed */
        width: 300px;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
        box-shadow: none; /* Optionally remove box-shadow */
        margin-bottom: 10px;
        margin-right: 50px;
        /* Add more styles here as desired */
    }
}
@media (max-width: 768px) {
    .sizebtn {
        text-align: center;
        margin-top: 20px;
    }
}

.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;
}