html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    min-width: 300px;
}

@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;
}

body {
    margin-bottom: 60px;
    font-family: 'Roboto', sans-serif;
}

.card-body-disabled {
    filter: opacity(0.5);
}

#navbarSupportedContent {
    justify-content: flex-end;
}

footer {
    position: absolute;
    bottom: 0;
    padding: 13px;
    width: 100%;
    line-height: 35px;
    background: #F5F5F5;
}

/* Letter Avatar */

[avatar] {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #000000;
    font-family: Arial;
}
