@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%;
    font-size: 14px;
}

body {
    margin-bottom: 60px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.btn {
    line-height: 1.1;
    font-size:12px;
}

.tr {
    background-color:black;
}

.toast-body.bg-danger {
    background-color: #dc3545 !important; /* Red */
    color: white !important;
}

.toast-body.bg-success {
    background-color: #28a745 !important; /* Green */
    color: white !important;
}

.toast-body.bg-warning {
    background-color: #ffc107 !important; /* Yellow */
    color: black !important;
}

.toast-body.bg-info {
    background-color: #17a2b8 !important; /* Blue */
    color: white !important;
}
