html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    #infoFlash {
        width: 100px;
    }
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

.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: 100vh;
}

body {
    margin-bottom: 60px;
    padding-bottom: 20px;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

.navbar {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #sidebar {
        min-width: 100%;
        max-width: 100%;
        padding-left: 25px;
        padding-right: 10px;
        margin-right: 5px;
        align-content: center;
    }


        #sidebar.active {
            display: none;
            transform: none;
        }

    #sidebarCollapse {
        margin-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    #wrapper {
        /*display: block;*/
        display: block;
        perspective: 1500px;
        align-items: center;
    }
}
