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;
}

.btn-primary {
  color: #fff;
  background-color: rgb(38, 58, 96);!important
  border-color: #1861ac;
  &:hover {
    background-color: rgba(38, 58, 96, 0.85);!important
  }
}

.text-brand {
  color: #30508e;
}

.pdf-container {
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  overflow: hidden;
}

.pdf-frame {
  width: 100%;
  height: 80vh;
  border: none;
}

@media (max-width: 576px) {
  .table td, .table th {
    padding: .5rem .5rem;
    font-size: .9rem;
    white-space: nowrap;
  }
  .btn.btn-sm {
    padding: .25rem .5rem;
  }

  .pdf-frame {
    height: 60vh;
  }
}
