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;
}

.input-group label.input-group-text {
    cursor: pointer;
}

.file-input {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 .25rem .25rem 0 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}

.hidden {
    display: none;
}

.file-input label {
    color: #33475b;
}

.files-container legend {
    font-family: helvetica;
    color: #516383DE;
    font-size: 11px;
}

.file-input input {
    width: 100%;
    max-width: 100%;
}

.bi-box-arrow-up-right::before {
    padding-bottom: 2px;
}