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;
}

.logo-img {
    width: 100px;
}

.navbar-brand {
    margin-top: 3px;
}

@media (min-width: 905px) {
    .logo-img {
        margin-left: -100px;
    }
}

.btn-logout {
    margin-top: -1px;
}

.toggle-parts {
    background: transparent;
    border: none;
    color: #6c757d;
    transition: transform 0.2s;
}

    .toggle-parts:focus {
        box-shadow: none;
        outline: none;
    }

    .toggle-parts .bi {
        font-size: 1.2rem;
    }

.task-item {
    border-radius: 0.25rem;
    overflow: hidden;
}

.task-header {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.parts-container-hidden {
    display: none;
}