html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@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;
}

.card {
    margin-bottom: 1rem;
}

.hover-shadow:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.3);
    transition: box-shadow 0.2s ease;
}

.footer {
    text-align: center;
    padding: 1rem;
    background-color: #343a40;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #f8f9fa;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}

.bd-callout-info {
    border-left-color: #17a2b8; /* Info color */
    background-color: #e9f7fe;
}

.bd-callout-warning {
    border-left-color: #ffc107; /* Warning color */
    background-color: #fff8e1;
}

.bd-callout-danger {
    border-left-color: #dc3545; /* Danger color */
    background-color: #f8d7da;
}

.bd-callout-success {
    border-left-color: #28a745; /* Success color */
    background-color: #d4edda;
}

.btn-thin {
    padding: 4px 8px; /* Adjust padding to make it thinner */
    font-size: 12px; /* Optionally reduce the font size */
    line-height: 1.2; /* Adjust line height for vertical alignment */
}
