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; */
/* } */

#contentDetailsPanel {
    width: 200px;
    overflow: auto;
}


#applicationsListView .card:hover {
    border-color: #86b7fe !important;
}

#applicationsListView .k-selected .card {
    border-color: #0d6efd !important;
    background-color: #eef5ff;
}

#logsGrid {
    border-radius: 0.5rem;
    overflow: auto !important;
    height: calc(100vh - 338px) !important;
}

.alligBtnExport,
.alligBtnExportCsv {
    margin-left: 10px;
}


.k-drawer-container {
    height: calc(100vh - 183px);
}

.k-drawer-content {
    height: 100%;
}

.k-pane-content {
    overflow: unset !important;
}
