html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: #E6E6E6;
}

pre {
    border: 0;
    background-color: transparent;
}

    pre .key {
        color: #1e4c8f;
    }

    pre .string {
        color: #080;
    }

    pre .number {
        color: #ca0;
    }

    pre .boolean {
        color: #1979d3;
    }

    pre .null {
        color: #a65;
    }

.list-items-container {
    max-height: calc(100vh - 400px);
}

    .list-items-container .list-group-item {
        min-height: 42px;
    }

@media (min-width: 992px) {
    .list-items-container {
        max-height: unset;
        height: calc(100vh - 360px);
    }
}

.list-group-item-purple {
    color: #000;
    background-color: #ecc9ff;
}

    .list-group-item-purple:hover {
        background-color: #dd9fff;
    }

.btn-purple {
    color: #fff;
    background-color: #6f42c1;
}

    .btn-purple:hover {
        color: #fff;
        background-color: #551fb7;
    }

@media (max-width: 992px) {
    .modal-dialog {
        max-width: 95%;
    }
}

.action-button {
    font-size: 2em;
    cursor: pointer;
}

.add-new-button {
    position: absolute;
    display: none;
    top: 3px;
    right: 38px;
}

.delete-file-button {
    position: absolute;
    display: none;
    right: 199px;
}

@media (max-width: 992px) {
    .delete-file-button {
        right: 73px;
    }
}

.image-thumbnail {
    width: 160px;
    height: 200px;
    object-fit: contain;
}

.file-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.log-file-thumbnail {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.grid-file-thumbnail {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.bootstrap-select > .dropdown-toggle {
    height: 58px;
    padding: 15px;
    white-space: initial !important;
}

@media (max-width: 768px) {
    .bootstrap-select > .dropdown-toggle {
        height: 51px;
        padding: 14px;
    }
}

ul.ui-autocomplete {
    z-index: 1070;
}

[data-password-container]::before {
    content: '\F341';
    font-family: 'bootstrap-icons';
    position: absolute;
    top: 11px;
    right: 40px;
    font-size: 25px;
    cursor: pointer;
}

@media (max-width: 768px) {
    [data-password-container]::before {
        top: 7px;
        right: 33px;
    }
}

[data-password-container].password-visible::before {
    content: '\F340';
}

.form-check, .form-check-input, .form-check-label {
    cursor: pointer;
}

.form-check-input {
    scale: 1.5;
}

.form-check {
    padding-left: 2em;
}

    .form-check .form-check-label {
        margin-left: 0.5em;
    }


.form-switch {
    padding-left: 3.3em;
}

    .form-switch .form-check-label {
        margin-left: 0.7em;
    }

.logs-table thead tr th {
    padding: 5px;
    vertical-align: middle;
}

.logs-table tbody tr td {
    font-size: 14px;
    padding: 0 3px;
    vertical-align: middle;
}

.logs-table [data-role] {
    cursor: pointer;
}

.upload-file-container input[type="text"] {
    pointer-events: none;
}

.form-loader {
    position: absolute;
    height: 11px;
    margin: 2px 10px;
    font-size: 9px;
    font-weight: 700;
}
