.page-wrapper > .container-fluid {
    min-height: calc(100vh - 120px);
}

.page-wrapper-error > .container-fluid {
    min-height: calc(100vh - 160px);
    padding-left: var(--bs-gutter-x, 25px);
}

.page-wrapper-error > .container-fluid p {
    font-size: 15px;
    margin-top: 30px;
}

footer {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 250px;
    color: #d3d3d3;
}

#main-wrapper[data-sidebartype="full"] footer {
    display: block;
}

.last-update {

}

.auth-wrapper {
    height: 100vh;
}
.sign-in-form .checkbox input {
    margin-right: 10px;
}

.alert .close {
    height: 10px;
    width: 10px;
    color: #000000;
    font-size: 16px;
    position: absolute;
    text-align: right;
    right: 20px;
    top: 13px;
}

.pro-pic i {
    margin-top: 17px;
}

.pro-pic .user-name {
    position: relative;
    top: -5px;
}

form input[type="checkbox"] {
    margin-right: 5px;
}

.datagrid {
    overflow-x: auto;
}

.datagrid .col-items small {
    float: left;
}

.datagrid select {
    width: 100px;
    padding-left: 10px;
    float: right;
}

#filePicker .modal-dialog {
    max-width: 90%;
}

#filePicker .files-container {
    background: #eeeeee;
    padding: 20px;
}

.fileSelection img {
    /*width: 100%;*/
    cursor: pointer;
    /*border: 2px solid #000000;*/
    /*border-radius: 10px;*/
    /*padding: 10px;*/
}

.card .el-card-item {
    height: 250px;
}

.card .el-card-item .el-card-avatar {
    height: 150px;
}

.card .el-card-item .el-card-avatar img {
    max-width: 260px;
    max-height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.card .el-card-item .el-card-avatar a:hover i.folder-button {
    color: #3e3e3e;
}

.card .el-card-item .el-card-avatar i.folder-button {
    color: #7f7f7f;
    margin-top: 20px;
}

.ui-state-highlight .el-card-item .el-card-avatar i.folder-button {
    color: #fff3a5;
}

.file-item.ui-draggable-dragging {
    z-index: 1;
}

.draggable-container .file-item {
    cursor: move;
}

select.form-control {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: auto;
}

.form-group {
    margin-bottom: 0;
}

.form-group:last-child {
    margin-top: 15px;
}

.table td {
    padding: 4px 10px;
}

.sidebar-item .sidebar-item {
    margin-left: 10px;
}

.tox-tinymce {
    margin-bottom: 10px;
}

select[name="newsCategory"], select[name="newsOrderingDesc"] {
    margin-top: -6px;
    margin-left: 5px;
}

select[name="galleryFolder"] {
    margin-top: -6px;
    margin-left: 5px;
}

.select2-container--default .select2-selection--multiple {
    height: 28px;
    min-height: 28px;
    line-height: 18px;
    min-width: 100px;
}

.select2-container--default .select2-selection--multiple.select2filter .select2-selection__choice {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2255a4;
    margin-top: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #8a8a8a;
}

.select2-container--default .select2-selection--multiple .counter {
    position: absolute;
    top: 0;
    left: 5px;
}

.comment-widgets .comment-row:hover {
    background: rgba(0, 0, 0, 0.04);
}

.internal-note img {
    max-width: 100%;
}

.footer-error-page {
    position: absolute;
    top: 95%;
    left: 20px;
}