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;
}
.dt-body-right {
    text-align: right;
}
.file-label {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border-radius: 8px;
    cursor: pointer;
}

    .file-label:hover {
        background-color: #0056b3;
    }

#fileInput {
    display: none;
}

#fileName {
    margin-left: 10px;
    font-style: italic;
}
.btn-image img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: transform 0.2s;
}

    .btn-image img:hover {
        transform: scale(1.1);
    }

#file-name {
    margin-left: 10px;
    font-style: italic;
    color: #444;
}
tr.odd td:first-child,
tr.even td:first-child {
    padding-left: 2.5em;
}