code{
    text-transform: none;
}

.login-logo {
    margin: 0px !important;
    padding: 0px 15px !important;
}

.sidebar .sidebar-wrapper {
    height: calc(100vh - 140px);
}

.footer .copyright {
    color: #FFF;
    padding: 0px;
}

.full-page .footer nav > ul a:not(.btn), .full-page .footer, .full-page .footer .copyright a {
    color: #23CCEF;
}

.input-domain {
    margin-bottom: 16px;
}

.input-domain:last-child {
    margin-bottom: 0;
}

.config-image .file-preview-frame,
.config-image .file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none !important;
    text-align: center;
}

.file-preview-thumbnails,
.kv-preview-thumb,
.kv-file-content {
    overflow: auto;
    width: 100%;
}

.file-preview-image.default {
    display: block;
    margin: 40px auto;
    max-width: 300px;
}

.file-preview-image.kv-preview-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    height: auto !important;
    max-width: 300px;
}

.file-upload-indicator {
    display: none;
}

.control-label {
    color: #444 !important;
}

.p-control {
    border: none;
    padding-left: 5px;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.row-height {
    height: 56px;
}