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;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.table {
    width: 100%;
}

.navbar-nav .nav-item .nav-link img {
    vertical-align: middle; /* Vertically align the image with the middle of the text */
    margin-top: -12px; /* Adjust as necessary to fine-tune the vertical alignment */
}

