html {
  font-size: 14px;
}

table {
  font-size: 13px;
}

@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-striped tbody tr:first-child td {
    background-color: #DAF7A6;
    font-weight: bold;
}

.swal2-popup {
    font-size: 12px !important;
}

.swal2-styled {
    padding: 10px 32px 10px 32px !important;
    margin: 20px 10px 0px 10px !important;
    width: 170px;
    height: 45px;
}

input[readonly] {
    background-color: #E6E6E6;
}

input[readonly]:focus {
    background-color: #E6E6E6;
}