:root {
    --bs-primary: #00008b;
    --bs-primary-rgb: 0, 0, 139;
}

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;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

#components-reconnect-modal {
    display: none !important;
}

table.fit {
    table-layout: fixed;
    font-size: 0.75em;
}

table.fit td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

td {
    background-color: transparent !important;
}

.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.card {
    transition: transform 0.2s, box-shadow 0.2s;
}

    .card:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

.card-body {
    padding: 0.5rem;
}

.card-title {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .col-xl-1-5 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}