/* Styles */
/* -------------------------------------------------- */
body,
html {
    height: 100%;
}

html {
    font-size: 14px;
}

*,
::after,
::before {
    box-sizing: border-box !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

hr {
    border-top: 1px solid #a5a5a5 !important;
}

/* Heights */
.h-100 {
    height: 100px !important;
}
.h-200 {
    height: 200px !important;
}
.h-300 {
    height: 300px !important;
}
.h-400 {
    height: 400px !important;
}
.h-500 {
    height: 500px !important;
}
.h-600 {
    height: 600px !important;
}
.h-700 {
    height: 700px !important;
}
.h-800 {
    height: 800px !important;
}
.h-900 {
    height: 900px !important;
}
.h-1000 {
    height: 1000px !important;
}

/* Heights End */

.wrapper .sidebar {
    margin-top: 58px;
}

.header-block button span:not(.k-icon) {
    display: none;
}

#subscribeMeButton {
     float: right;
     padding-left: 10px;
}

.k-button-icon .k-loading-mask .k-loading-image:before {
    max-width: 80% !important;
    max-height: 80% !important;
    top: 24px;
    left: 24px;
    opacity: 0.5;
}

.text-red {
    color: var(--red) !important;
}

nav.main-header {
    height: 57px;
}

.navbar {
    padding: 5px 15px !important;

}
button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.line {
    border-bottom: 1px solid #ced4da;
    margin-bottom: 10px;
}

.border-top {
    border-top: 1px solid var(--light);
}

.border-bottom {
    border-bottom: 1px solid var(--light);
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.breadcrumb {
    font-size: 16px !important;
}

.navbar-light .navbar-nav .nav-link {
    padding-left: 2px !important;
}

.languages-dropdown {
    margin-top: 2px !important;
}

.notifications-dropdown {
    margin-top: 2px !important;
    margin-right: 6px !important;
}

.dropdown-menu {
    margin-top: -6px !important;
}

a.dropdown-footer.dropdown-item {
    display: block;
    clear: none;
}

.flag-icon {
    bottom: 1px;
}

.logout-button {
    height: 38px;
    font-size: 14px;
}

.field-validation-error {
    color: var(--red);
    font-weight: bold;
    font-size: 14px;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    color: var(--red);
    font-weight: bold;
    font-size: 1.1em;
}

    .validation-summary-errors ul {
        list-style: none;
        padding-left: 0;
        font-size: 14px;
    }

.validation-summary-valid {
    display: none;
}

.wrapper {
    background-color: var(--light);
}

.content-wrapper {
    height: auto;
    background-color: var(--light);
}

.content-wrapper-anonymous {
    min-height: auto;
    height: auto;
    background-color: var(--light);
}

.content-header {
    padding: 24px .5rem 12px !important;
}

.header-block {
     padding-left: 0 !important;
     padding-right: 0 !important;
 }

.grid-box-border {
    border-top: 3px solid #9d833e !important;
    border-radius: 4px;
}

.font-weight-light {
    font-weight: 400 !important;
}

.headline {
    float: left;
    font-size: 40px !important;
    font-weight: 400 !important;
}

.error-page {
    margin: 20px auto 0;
    width: auto;
}

.d-block {
    font-size: 14px !important;
}

.brand-text {
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.brand-text-small {
    letter-spacing: normal !important;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    bottom: 10px;
}

.brand-link {
    font-size: 1.35rem;
    line-height: 1.25;
    position: relative;
    height: 57px !important;
}

    .brand-link .brand-image {
        float: left;
        line-height: .8;
        margin-left: 0px;
        margin-right: .5rem;
        margin-top: -6px;
        max-height: 44px;
        width: auto;
    }

    .brand-link .brand-image, .user-panel {
        padding-left: 4px;
    }

.main-sidebar {
    overflow: hidden;
    padding-bottom: 10px;
}

.second li.nav-item a {
    padding-left: 25px;
}

body:not(.sidebar-collapse) .nav-treeview:not(.third) > .nav-item > .nav-link {
    padding-left: 2em;
}

.third li.nav-item a,
.sidebar:hover .third li.nav-item a {
    padding-left: 45px;
}

.sidebar-collapse .third li.nav-item a {
    padding-left: 1rem;
}

.login-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text {
    border-color: #666666 !important;
}

.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    color: inherit !important;
}

.entraid-login {
    margin: 0;
    padding: 0;
    text-align: center;
}

    .entraid-login .btn img {
        width: 25px;
        margin: -3px 5px 0 0;
    }

.forgot-password {
    color: #999999 !important;
}

    .forgot-password:hover {
        color: #3c3c3c !important;
    }

.form-control:focus {
    border-color: #666666 !important;
}

.theme-switch {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 50px;
}

    .theme-switch input {
        display: none;
    }

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 400ms;
}

    .slider::before {
        background-color: #fff;
        bottom: 4px;
        content: "";
        height: 16px;
        left: 4px;
        position: absolute;
        transition: 400ms;
        width: 16px;
    }

    .slider.round {
        border-radius: 34px;
    }

        .slider.round::before {
            border-radius: 50%;
        }

.o-30 {
    opacity: 30%;
}

.k-icon {
    font-family: "WebComponentsIcons"
}

input:checked + .slider {
    background-color: #9d833e;
}

    input:checked + .slider::before {
        transform: translateX(26px);
    }

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #0000004f;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #212129 !important;
}

.icheck-primary > input:first-child:checked + label::before {
    background-color: #999999 !important;
    border-color: #212129 !important;
}

[class*=icheck-] > input:first-child + input[type=hidden] + label::before,
[class*=icheck-] > input:first-child + label::before {
    border: 1px solid #b3b3b3 !important;
}

[class*=icheck-] > input:first-child + label::before {
    border-radius: .25rem;
}

.form-horizontal label {
    font-size: 14px;
    font-weight: 600 !important;
    display: flex;
    height: 100%;
    align-items: center;
}

.k-dropzone {
    padding: 0px !important;
}

.k-textbox {
    height: 34px !important;
    font-size: var(--kendo-font-size) !important;
}

.k-upload {
    border: none !important;
}

.k-upload-button {
    height: 33px !important;
}

.profile-user-img {
    border: 3px solid #9c9fa0;
}

.profile-button-area {
    padding-top: 20px !important;
}

.profile-button {
    height: 33px !important;
    width: 100% !important;
}

.profile-picture-upload {
    margin: 0px 0 -20px;
}

    .profile-picture-upload .k-upload-files.k-reset {
        display: none !important;
    }

    .profile-picture-upload .k-upload .k-dropzone .k-dropzone-hint {
        display: none !important;
    }

    .profile-picture-upload .k-button.k-button-md.k-rounded-md.k-button-solid.k-button-solid-base.k-upload-button {
        width: 100%;
        margin: 0;
    }
    
.k-upload .k-dropzone, .k-upload .k-upload-dropzone {
    background-color: transparent;
}

.k-upload.k-upload-sync.k-upload-empty {
    background-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #e6eaec;
}

.nav-tabs {
    border-bottom: 1px solid #eaedef;
}

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        border-color: #e6eaec;
    }

.pt-10 {
    padding-top: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.full-height {
    height: 100%;
}

.code-editor-wrapper {
    max-height: 100% !important;
    display: flex;
    flex: auto;
    flex-direction: column;
    margin-bottom: 22px;
    padding-top: 5px;
    min-height: 180px;
    position: relative !important;
}

.code-editor-inner {
    display: grid;
    position: absolute;
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 100% 0;
    grid-template-areas:
        "code-editor-header"
        "code-editor"
        "code-editor-character-number"
        "field-validation-error";
    padding-bottom: 30px;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.code-editor-header {
    height: auto;
    grid-area: code-editor-header;
    padding-bottom: 5px
}

.code-editor {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    max-width: 100% !important;
    border: 1px solid #383845;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    grid-area: code-editor;
    position: absolute;
}

#oldNewValueDiff.code-editor {
    margin-bottom: 20px;
}

.code-editor-controls {
    position: relative;
    float: right;
    display: flex;
    padding: 0px 0px;
    width: 315px;
    flex-direction: row-reverse;
}

    .code-editor-controls > div {
        width: 50%;
    }

    .code-editor-controls .control-label {
        padding: 0px 0px 0px 16px;
        float: left;
    }

    .code-editor-controls .control {
        float: right;
    }

        .code-editor-controls .control .switch-wrapper {
            width: 50px;
            height: 24px;
            position: relative;
            top: -2px;
            margin: 0 auto;
        }

    .code-editor-controls input[type=checkbox] {
        display: none;
    }

.code-editor-inner .k-form-error {
    grid-area: field-validation-error;
}

.code-editor-inner:has(.k-form-error) {
    padding-bottom: 60px;
}

.character-number {
    text-align: right;
    font-size: 10px;
    color: var(--gray);
    grid-area: code-editor-character-number;
}

.inline-bool-toggle .control-switch {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 50px;
}

.control-switch input[type=checkbox] {
    visibility: hidden;
}

.k-window-maximized textarea#Message {
    min-height: 150px;
}

.k-window-maximized textarea#StackTrace {
    min-height: 300px;
}

.box-user-data input {
    font-size: 14px;
}

.box-user-data label {
    font-weight: normal !important;
}

img.user-img {
    height: 130px;
    width: 130px;
}

.user-img-position {
    padding-top: 10px;
    padding-bottom: 18px;
}

.user-panel .info {
    padding-left: 14px;
}

.user-panel .image {
    padding: 0px 0px 0px 5px !important;
}

.user-panel img {
    width: 34px;
}

.listbox-drag-drop .k-listbox .k-item {
    cursor: move;
}

.listbox-drag-drop .k-listbox {
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 300px;
}

.k-list-optionlabel {
    display: none;
}

.login-box-msg {
    padding: 20px
}

.btn-outline-dark {
    color: #666666;
    border-color: #666666;
}

.k-window-content > form {
    display: flex;
    flex-flow: column;
    min-height: 100%;
}

.k-window form div.row.code-editor-wrapper {
    flex-grow: 1;
}

.k-window form div.row .col-md-12 {
    display: flex;
    flex-direction: column;
}

.form-footer {
    height: 40px;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    border-top: 1px solid #b6b6b6;
    padding-top: 10px;
}

.k-window-content form > div:last-of-type {
    margin-top: auto;
}

.page-template .header {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 0px;
    border-bottom: 1px solid var(--gray);
    color: var(--gray);
}

.custom-content {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    border: 1px solid var(--red);
}

.page-template .footer {
    border-top: 1px solid var(--gray);
    text-align: center;
    color: var(--gray);
}

.filters {
    line-height: 0.2 !important;
}

.small-box {
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
    background-color: transparent !important;
    margin-bottom: 20px !important;
}

.small-box-header {
    padding: 10px !important;
    color: #d7d7d8 !important;
}

.small-box-content {
    font-size: 13px !important;
    text-align: center !important;
}

.small-box-footer {
    font-size: 12px !important;
    font-weight: bold !important;
}

    .small-box-footer:hover {
        color: #1f2d3d !important;
        background-color: #e8e8e9 !important;
    }

.small-box > .inner {
    padding: 0px !important;
}

.small-box .icon > i.fas {
    font-size: 22px !important;
    top: 18px !important;
}

.small-box h3 {
    height: 120px !important;
    font-size: 30px;
}

#login-selector {
    padding: 20px 0 0;
    margin: 0 !important;
}

#local-account-form {
    margin: 0 !important;
    padding: 20px 0;
}

button#submit, button#confirm, button#decline {
    overflow: hidden;
}

.k-mobile .dropdown-menu-center {
    left: -100px !important;
}

.html-preview {
    max-height: 300px;
    padding: 10px;
    border: 1px solid;
    border-radius: 3px;
    overflow-y: scroll;
    border-color: #ccc;
}

.messages-wrapper {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0;
}

.messages-toolbar {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

    .messages-toolbar div {
        display: block;
    }

#messages {
    min-height: 600px;
    max-height: 100%;
    border: none !important;
}

.message-list-item {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    height: 60px;
    display: flex;
    justify-content: space-between;
}

    .message-list-item .message-title {
        font-size: 14px;
        margin: 0;
        padding: 0;
        clear: both;
    }

.message-timestamp {
    float: right;
    font-size: 10px;
    margin-bottom: 5px;
}

.message-list-item .message-importance, .message-list-item .message-state {
    float: left;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 10px;
    margin-bottom: 5px;
}

.message-importance-normal, .message-importance-low, .badge-normal, .badge-unread {
    display: none;
}

.message-list-wrapper {
    overflow: hidden;
    border-top: 0px;
}

    .message-list-wrapper .k-pager-wrap {
        box-shadow: none;
        border: none;
        border-top: 1px solid #ccc;
    }

.message-info {
    float: left;
    display: block;
    height: 100%;
    padding: 10px;
    width: 100%;
}

.k-button-group {
    background: transparent !important;
    border: 0 !important;
    overflow: hidden;
    box-shadow: none !important;
}

.k-button-solid-base.k-selected {
    border-color: var(--dark);
    color: var(--light);
    background: var(--gray);
}

.k-dropdown-button {
    padding: 0.375rem;
    padding-inline: 0.65rem;
}

.message-priority-level {
    display: block;
    float: right;
    width: 10px;
}

message-priority-level .priority-1 {
    background-color: var(--dark-gray);
}

message-priority-level .priority-2 {
    background-color: transparent;
}

message-priority-level priority-3 {
    background-color: var(--primary);
}

.message-single {
    padding: 10px;
    background-color: var(--white);
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #ccc;
    display: grid;
    flex-direction: column;
    align-content: space-between;
    justify-items: stretch;
    grid-template-rows: 18px auto 1fr auto;
}

#view .message-single {
    padding: 0;
    border: none;
    background-color: transparent;
}

.k-window-maximized .message-single {
    max-height: 95%;
}

#message-view {
    height: 100%;
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.message-content {
    font-family: sans-serif;
    padding: 10px 0;
    background-color: var(--dark-gray);
    max-height: 300px;
    overflow-y: auto;
}

.message-content a[href=""] {
     display: none;
}

.k-window-maximized .message-content {
    max-height: 100%;
}

.message-meta {
    border-bottom: 1px solid var(--gray);
    clear: both;
}

    .message-meta .title {    
        font-size: 18px;
        float: left;
        clear: none;
        margin: -10px 0 0 0;
    }

    .message-meta .time {
        float: right;
        font-size: 10px;
        margin: 0;
    }

    .message-meta .event {
        float: right;
        font-size: 11px;
        clear: both;
        margin-bottom: 5px;
    }

.message-badges {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    padding-bottom: 6px;
}

    .message-badges .badge {
        float: left;
        margin-right: 10px;
    }

.k-mobile .messages-toolbar {
    flex-direction: column;
    height: 130px;
}

.k-mobile .message-list-item {
    height: auto;
    flex-direction: column;
}

.message-view-mobile {
    display: none;
}

.k-mobile .message-view-mobile {
    width: 100%;
    float: none;
    height: auto;
}

.message-view-mobile .message-badges, .message-view-mobile .message-meta {
    display: none;
}

.message-view-mobile .form-footer {
    height: auto;
    line-height: 40px;
    margin: 0;
    padding: 0;
}

.message-view-mobile .message-content {
    padding: 10px 0px;
}

#message-state-filters .k-button:nth-child(3) {
    display: none;
}

.dropdown-item.notification-title {
    overflow-x: hidden;
    max-width: 280px;
    -webkit-mask-image: linear-gradient(90deg, #000 85%, transparent 100%);
    font-size: 12px;
}

.badge-refresh-timer {
    display: none;
}

.badge-low {
    color: var(--white);
    background-color: var(--gray);
}

.badge-normal {
    color: var(--white);
    background-color: var(--primary);
}

.badge-high {
    color: var(--white);
    background-color: var(--danger);
}

.badge-unread {
    color: var(--black);
    background-color: var(--gray);
}

.badge-read {
    color: var(--white);
    background-color: var(--gray-dark);
}

.badge-archived {
    color: var(--white);
    background-color: var(--cyan);
}

.badge-flagged {
    color: var(--white);
    background-color: var(--orange);
}

.badge-deleted {
    color: var(--white);
    background-color: var(--danger);
}

.notification-filters {
    padding: 0 0 6px;
}

    .notification-filters div {
        margin-right: 20px;
    }
#notification-template-header, #notification-template-footer {
    display: none !important;
}

.message-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    float: left;
}

    .message-actions div {
        float: left;
        display: block;
        margin-left: 4px;
    }

    .message-actions .message-status {
        text-align: left;
    }

    .message-actions .message-importance {
        text-align: right;
    }

    .message-actions button {
        margin: 5px 0px 0;
    }

.notification-row-state-unread td:nth-child(2) {
    font-weight: bold;
    font-size: 12px;
}

span.red-badge {
    position: relative;
    left: 8px;
    top: -8px;
    display: block;
    width: 8px;
    height: 8px;
    background: var(--red);
    border-radius: 100%;
    font-family: sans-serif;
    color: var(--white);
    font-size: 8px;
    text-align: center;
    overflow: hidden;
}

.filter-command {
    padding-left: 6px;
    padding-right: 0;
    margin-left: 2px;
}

.configuration-group > span {
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid var(--gray);
    padding-bottom: 5px;
}

.bordered-tabcontent {
    border: 1px solid #e6eaec;
    border-top: none !important;
}

button.k-button-xs {
    line-height: 10px;
    padding: 0px 0px;
    margin: 0;
    height: 18px !important;
}

.k-button-xs span {
    font-size: 8px;
}

.executions-subgrid {
    padding: 10px;
}

.k-picker-solid:hover, .k-picker-solid.k-hover {
    border-color: var(--kendo-color-base);
}

.badge {
    width: auto;
    min-width: 60px;
    border: solid 1px #b6b6b6;
}

.badge-low {
    color: var(--white);
    background-color: var(--gray);
}

.badge-normal {
    color: var(--white);
    background-color: var(--primary);
}

.badge-high {
    color: var(--white);
    background-color: var(--danger);
}

.badge-unread {
    color: var(--black);
    background-color: var(--gray);
}

.badge-read {
    color: var(--white);
    background-color: var(--gray-dark);
}

.badge-archived {
    color: var(--white);
    background-color: var(--cyan);
}

.badge-flagged {
    color: var(--white);
    background-color: var(--orange);
}

.badge-deleted {
    color: var(--white);
    background-color: var(--danger);
}

.badge-status-succeeded {
    background-color: #9d833e;
    color: var(--white);
    margin-top: 7px;
}

.badge-status-incomplete {
    background-color: #d8c809;
    color: var(--white);
    margin-top: 7px;
}

.badge-status-running {
    background-color: #129b48;
    color: var(--white);
    margin-top: 7px;
}

.badge-status-pending {
    background-color: #16abe0;
    color: var(--white);
    margin-top: 7px;
}

.badge-status-queued {
    background-color: #b6b6b6;
    color: var(--white);
    margin-top: 7px;
}

.badge-status-undefined {
    background-color: #5e5b5b;
    color: var(--white);
    margin-top: 7px;
}

.badge-status-denied {
    background-color: #e08d3c;
    color: var(--white);
    margin-top: 7px;
}

.badge-status-stopped {
    background-color: #da1820;
    color: var(--white);
    margin-top: 7px;
}

.badge-status-blocked {
    background-color: #7854b1;
    color: var(--white);
    margin-top: 7px;
}

.badge-status-failed {
    background-color: #6e0a0a;
    color: var(--white);
    margin-top: 7px;
}

/* Kendo */
/* -------------------------------------------------- */
.filter-box {
    background: #f8f9fa;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
}

.grid-box {
    margin: 0;
    padding: 0;
    border-width: 0;
    height: 76vh;
    overflow: initial;
    position: relative;
}

    .grid-box > .k-grid {
        height: 100%;
        width: 100% !important;
        position: absolute;
    }

.k-grid {
    background-color: inherit;
}

.k-grid .k-grid-header {
     border-left: transparent;
}

.k-grid,
.k-window {
    font-size: 13px !important;
}

    .k-grid-content, .k-grid .k-table {
        background: var(--white);
    }

    .k-grid td {
        padding-top: 2px;
        padding-bottom: 2px;
        white-space: nowrap;
        position: relative;
    }

    .k-grid thead tr {
        height: 38px;
    }

    .k-grid tr {
        height: 49px;
    }

        .k-grid tr.k-detail-row:hover {
            background: inherit;
        }

        .k-grid tr td {
            border-color: #e6e9ec;
            white-space: nowrap !important;
        }

    .k-grid .k-detail-cell {
        padding: 0;
        margin: 0;
        border: none;
    }

.k-detail-cell > div {
    border: none;
}

.k-grid-content tr:last-child > td, .k-grid-content-locked tr:last-child > td {
    border-bottom-width: 1px;
    border-color: #e6e9ec;
}

.k-grid.clickable tr {
    cursor: pointer;
}

.k-grid-template-bullet {
    padding-left: 16px;
    margin-bottom: 4px;
    max-height: 104px;
    white-space: nowrap;
    overflow-y: scroll;
    overflow-x: clip;
}

.k-grid-header .k-grid-header-menu.k-active {
    color: inherit;
    background-color: transparent;
}

.k-grid .k-command-cell {
    height: 100%;
}

    .k-grid .k-command-cell:has( button:nth-child(4) ), .k-grid .k-command-cell:has( a[role=button]:nth-child(4) ) {
        display: flex;
        flex-flow: wrap;
        max-width: 100%;
    }

        .k-grid .k-command-cell:has( button:nth-child(4) ) > .k-button, .k-grid .k-command-cell:has( a[role=button]:nth-child(4) ) > .k-button {
            margin: 4px;
            max-width: 34px;
        }

    .k-grid .k-command-cell:has( button:nth-child(6) ), .k-grid .k-command-cell:has( a[role=button]:nth-child(6) ) {
        padding: 5px 10px;
        max-width: inherit;
        width: 100%;
    }

        .k-grid .k-command-cell:has( button:nth-child(6) ) > .k-button, .k-grid .k-command-cell:has( a[role=button]:nth-child(6) ) > .k-button {
            margin: 4px;
            max-width: 34px;
        }

    .k-grid .k-command-cell > .k-button {
        min-width: inherit;
    }

.k-column-menu {
    min-width: 160px;
    width: 160px;
}

.k-menu-vertical > .k-menu-item > .k-menu-link {
    padding-inline-end: revert;
}

.k-grid .k-button-text,
.no-label .k-button-text {
    display: none;
}

.k-grid .k-tooltip {
    display: none;
}

.k-button {
    font-size: 13px;
    border: solid 1px #b6b6b6;
}

    .k-button:not(.k-select):not(.k-spinner-increase):not(.k-spinner-decrease) {
        height: 33px;
        min-width: 32px;
        border-radius: 3px;
    }

    .k-button.k-state-active,
    .k-button.k-state-selected,
    .k-button:active,
    .k-button:hover {
        color: var(--light) !important;
        background-color: var(--primary);
        border-color: var(--primary);
    }

.k-command-cell .k-button {
    width: 34px;
}

.k-toolbar-item .k-button {
    width: 39px;
}

.k-input-values {
    gap: initial !important;
}

.k-input-spinner .k-spinner-increase .k-icon {
    margin: -9px 0;
}

.k-nav-fast.k-button:hover {
    background-color: #9d833e !important;
}

.k-nav-prev.k-button:hover {
    background-color: #9d833e !important;
}

.k-nav-next.k-button:hover {
    background-color: #9d833e !important;
}

.k-reorderable .k-tooltip.field-validation-error {
    display: none;
}

.k-table-td .k-checkbox-wrap {
    display: flex;
    justify-content: center;
    align-content: center;
}

    .k-table-td .k-checkbox-wrap .k-checkbox {
        width: 20px;
        height: 20px;
    }

/* Icons */
.k-i-parentheses::before {
    content: " ( ) ";
    font-size: 10px;
    font-weight: bold;
    font-family: sans-serif;
}
.k-i-and::before {
    content: " AND ";
    font-size: 10px;
    font-weight: bold;
    font-family: sans-serif;
}
.k-i-or::before {
    content: " OR ";
    font-size: 10px;
    font-weight: bold;
    font-family: sans-serif;
}
/* End Icons*/

.k-window {
    width: 66%;
    max-height: 600px;
}

.k-popup {
    background-color: var(--light);
}

.k-dialog-buttongroup {
    justify-content: center;
}

.k-window-titlebar .k-window-action {
    margin-right: 4px;
}

    .k-window-titlebar .k-window-action:hover {
        color: #757575 !important;
    }

.k-loading-image {
    background: none !important;
}

.k-tooltip {
    background-color: var(--light) !important;
    color: var(--gray) !important;
    border-color: var(--gray-mid) !important;
}

    .k-tooltip .k-callout {
        color: var(--light);
    }

td.k-command-cell {
    white-space: pre;
}

.k-picker button {
    min-width: auto !important;
}

.k-picker-md .k-input-button {
    max-height: 29px;
}

.k-textarea {
    resize: vertical !important;
}

form.k-filter-menu .k-textbox,
form.k-filter-menu .k-widget {
    display: flex;
}

.k-list > .k-state-focused.k-state-selected,
.k-listview > .k-state-focused.k-state-selected,
.k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected {
    background-color: var(--primary);
}

.k-draghandle.k-state-selected:hover,
.k-ghost-splitbar-horizontal,
.k-ghost-splitbar-vertical,
.k-list > .k-state-highlight,
.k-list > .k-state-selected,
.k-marquee-color,
.k-panel > .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-tool.k-state-selected {
    color: #fff;
    background-color: var(--primary);
}

.k-list > .k-state-focused.k-state-selected,
.k-listview > .k-state-focused.k-state-selected,
.k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected {
    box-shadow: inset 0 0 10px 3px var(--primary);
}

.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-textbox.k-state-focused,
.k-textbox:focus,
.k-textarea.k-state-focus,
.k-textarea.k-state-focused,
.k-textarea:focus,
.k-textarea:focus-within {
    box-shadow: 0 0 3px 0 var(--light);
}

.k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
    border-color: var(--kendo-color-base);
    color: var(--kendo-color-on-base);
    background-color: var(--kendo-color-base);
}

.k-button.k-state-focused,
.k-button.k-state-focused.k-state-disabled,
.k-button:focus,
.k-button:focus:hover,
.k-state-disabled .k-button.k-state-focused {
    border-color: var(--light);
    box-shadow: 0 0 3px 0 var(--light);
}

    .k-button:focus:active {
        box-shadow: 0 0 3px 0 var(--light), inset 0 3px 5px rgb(0 0 0 / 13%);
    }

.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-selected {
    color: var(--dark);
    background-color: var(--light);
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item:focus,
.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-focused {
    box-shadow: inset 0 0 0 3px var(--light);
}

.k-chip-solid-base {
    margin-right: 0px;
}

.k-chip-md {
    font-size: 13px;
}

.k-chip-icon {
    font-size: 14px;
    top: 1.2px;
}

.k-list-item-text {
    font-size: 13px;
}

.k-textbox > input {
    text-indent: 0px !important;
}

.k-input-solid:focus, .k-input-solid.k-focus {
    box-shadow: none;
}

.k-input-inner {
    color: #4e4d4d;
    background-color: #ffffff !important;
}

    .k-input-inner::placeholder {
        color: #495057;
    }

textarea.k-input-inner {
    border-color: #ccc;
    border-width: 0px !important;
}

.k-combobox, .k-multiselect, .k-datepicker, .k-datetimepicker, .k-timepicker {
    font-size: 13px;
    min-height: 34px !important;
}

.k-readonly {
    box-shadow: none;
    background: #f5f5f5;
    border: 1px solid transparent;
    padding-inline: 0.75rem;
}

    .k-readonly:hover {
        box-shadow: none;
    }

.k-link.k-menu-link,
.k-item.k-menu-item.k-columns-item {
    font-size: 13px;
}

.k-menu-link:active {
    background-color: var(--primary) !important;
}

.k-filter-help-text,
.k-picker.k-dropdown.k-widget.k-picker-solid {
    font-size: 13px;
}

.k-button.k-state-active,
.k-button.k-state-selected,
.k-button:active,
.k-button:hover {
    color: var(--light) !important;
    background-color: var(--kendo-color-dark-hover);
}

.k-button-solid-primary {
    color: var(--light) !important;
    background-color: var(--primary);
}

.no-top-border-radius {
    border-radius: 0px 0px 4px 4px;
    border-top: 0px;
}

.k-menu-link-text input.k-checkbox {
    margin-right: 10px;
}

.k-checkbox:checked, .k-checkbox.k-checked {
    border-color: var(--primary);
    color: var(--dark);
    background-color: var(--primary);
}

.k-pager-input {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

    .k-pager-input .k-input-inner {
        color: #aa9d79 !important;
        padding: 2px !important;
        text-align: center !important;
        font-weight: 500 !important;
    }

.k-pager-sizes .k-dropdown {
    max-height: 34px;
}

.k-pager-sizes .k-dropdown {
    min-width: 80px;
}

.k-pager-sizes .k-picker {
    width: auto !important;
}

.k-pager-wrap .k-link {
    border: 1px solid #dee2e6;
}

    .k-pager-wrap .k-link:focus {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .k-pager-wrap .k-link.k-state-selected,
    .k-pager-wrap .k-link.k-state-selected:hover {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
    }

    .k-pager-wrap .k-link,
    .k-pager-wrap .k-link:hover {
        color: var(--primary);
    }

.k-pager-numbers-wrap > select {
    border-color: #e4e7ea;
    color: #bbad85;
    background-color: #fdfdfd;
}

.k-pager-wrap .k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid {
    width: 52px !important;
    height: 32.5px !important;
    border: 1px solid #e7eaec !important;
    margin-top: 1px !important;
}

.k-grid-pager {
    border-top-color: #e2e3e3 !important;
}

.k-calendar .k-calendar-view {
    width: 21em !important;
}

.k-chart {
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-bottom: 14px !important;
}

.k-splitbar:focus, .k-splitbar.k-state-focus, .k-splitbar.k-state-focused {
    color: var(--black);
    background-color: var(--gray);
}

.k-menu-vertical .k-item > .k-link > .k-menu-expand-arrow {
    right: 45px;
}

.k-ghost-splitbar-vertical, .k-splitbar-vertical {
    height: 8px;
    background-color: #343a4069;
    margin: 5px 0px;
}

.k-state-focused {
    box-shadow: none !important;
}

.k-window #execute {
    max-height: 660px !important;
}

.k-window-maximized #execute {
    max-height: 100% !important;
}

#execute-params {
}

    #execute-params #execute-params-splitter {
        border: none;
        background: none;
        box-shadow: none;
        min-height: 0px;
        overflow: hidden;
    }

    #execute-params table {
        width: 100%;
        padding: 0;
        margin: 0;
    }

        #execute-params table td {
            padding: 2px 10px;
            font-size: 12px;
            color: var(--gray);
            line-height: 12px;
            width: 50%;
            border-bottom: 1px solid #999;
        }

            #execute-params table td.second {
                border-left: 1px solid #999;
            }

            #execute-params table td input {
                padding: 2px 5px;
                margin: 0;
                border: none;
                width: 100%;
                border-radius: 2px;
            }

                #execute-params table td input:focus-visible {
                    outline: none;
                }

#execute-body {
    padding: 10px 0px;
}

input[type='text'].copyable:hover {
    cursor: pointer
}

input[type='text'].copyable:read-only {
    background: transparent;
    border: 1px solid var(--gray-mid) !important;
}

.grid-copyable-disabled .click-copy {
    display: none !important;
}

td.k-table-td {
    position: relative !important;
}

.click-copy {
    cursor: pointer;
    float: right;
    display: inline-block;
    border: 1px solid #495057;
    border-radius: 3px;
    color: #212529;
    background-color: #e4e7eb;
    padding: 3px;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .click-copy:active {
        color: var(--light);
        background-color: var(--primary);
    }

td.k-table-td[data-field="Enabled"] .click-copy {
    display: none;
}
    
.k-grid td span.tooltip {
    padding: 2px 4px;
    color: #212529;
    background-color: #e4e7eb;
    top: 50%;
    right: -100%;
    border-radius: 5px;
    border: 1px solid #495057;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

span.k-datetimepicker .k-select, span.k-datetimepicker .k-select + .k-select {
    width: auto;
}

.k-grid .k-hierarchy-cell > .k-icon, .k-grid .k-drag-cell > .k-icon {
    bottom: 1px !important;
}

/* Dark mode - Styles */
/* -------------------------------------------------- */
.dark-mode .line {
    border-bottom: 1px solid #383845;
    margin-bottom: 10px;
}

.dark-mode .navbar-white {
    background-color: var(--dark) !important;
    color: var(--light) !important;
}

.dark-mode .navbar-light .navbar-nav .nav-link {
    color: var(--light) !important;
}

.dark-mode .btn-outline-dark {
    color: var(--light) !important;
    border-color: var(--light) !important;
}

.dark-mode .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.dark-mode .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: var(--primary) !important;
}

.dark-mode ::-webkit-scrollbar-track {
    border-radius: 8px;
}

.dark-mode ::-webkit-scrollbar {
    width: 8px;
}

.dark-mode ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #ffffff4f;
}

.dark-mode .wrapper {
    background-color: #32323e;
}

.dark-mode .content-wrapper {
    background-color: #32323e;
}

.dark-mode .main-header {
    border-bottom-color: #383845;
}

.dark-mode .main-footer {
    border-top-color: #383845;
}

.dark-mode .login-card-body {
    color: lightgray;
}

.dark-mode .forgot-password {
    color: #999999 !important;
}

    .dark-mode .forgot-password:hover {
        color: #e6e6e6 !important;
    }

.dark-mode .btn-primary {
    color: #fff;
    background-color: #9d833e;
    border-color: #9d833e;
    box-shadow: none;
}

    .dark-mode .btn-primary:hover {
        color: #fff;
        background-color: #826c33;
        border-color: #786430;
    }

.dark-mode .icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border: 1px solid #b3b3b3 !important;
}

.dark-mode .icheck-primary > input:first-child:checked + label::before {
    background-color: #999999 !important;
    border-color: #212129 !important;
}

.dark-mode a:not(.btn):hover {
    color: white;
}

.dark-mode .text-red {
    color: var(--red) !important;
}

.dark-mode .nav-pills .nav-link {
    color: #c2c7d0;
}

.dark-mode .card-header {
    border-bottom: 1px solid rgb(196 196 196 / 13%);
}

.dark-mode .small-box {
    border: 1px solid #383845 !important;
    background-color: transparent !important;
}

.dark-mode .small-box-header {
    color: #4b5058 !important;
}

.dark-mode .small-box-footer {
    background-color: #3e434a !important;
    color: #ffffff !important;
}

.dark-mode .small-box .icon > i.fas {
    color: #3e434a !important;
}

.dark-mode .k-pager-wrap .k-link {
    border: 1px solid #383845 !important;
}

.dark-mode .k-pager-wrap .k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid {
    border: 1px solid #30303a !important;
}

.dark-mode .k-grid-pager {
    border-top-color: var(--gray) !important;
}

.dark-mode .k-splitbar:focus, .dark-mode .k-splitbar.k-state-focus, .dark-mode .k-splitbar.k-state-focused {
    color: #e6e6e6;
    background-color: var(--gray);
}

.dark-mode .k-ghost-splitbar-vertical, .dark-mode .k-splitbar-vertical {
    height: 8px;
    background-color: var(--gray-dark);
    margin: 5px 0px;
}

.dark-mode #execute-params table td {
    border-bottom: 1px solid #343a40;
}

    .dark-mode #execute-params table td.second {
        border-left: 1px solid #343a40;
    }

    .dark-mode #execute-params table td input {
        color: var(--light);
        background: var(--dark);
    }

.dark-mode .click-copy {
    color: #fff;
    background: #343a40;
    border-color: #3f444b;
}

    .dark-mode .click-copy:active {
        color: var(--light);
        background-color: var(--primary);
    }


.dark-mode .k-grid td span.tooltip {
    color: var(--light);
    background-color: #343a40;
}

/* Dark mode - Kendo */
/* -------------------------------------------------- */

.dark-mode .k-header {
    background-color: var(--dark) !important;
}

.dark-mode .k-window {
    border: #383845;
    background: var(--dark);
}

.dark-mode .k-popup, .dark-mode .k-list, .dark-mode .k-calendar {
    background-color: var(--dark);
}

.dark-mode .k-window-titlebar {
    background-color: var(--dark) !important;
    color: var(--light) !important;
}

    .dark-mode .k-window-titlebar .k-window-action:hover {
        color: #ababad !important;
    }

.dark-mode .k-grid-content {
    background: var(--dark);
}

.dark-mode .k-grid .k-table {
    background-color: var(--dark);
}

.dark-mode .k-grid-header .k-header > .k-link,
.dark-mode .k-header,
.dark-mode .k-treemap-title,
.dark-mode .k-grid-header .k-link:link {
    color: var(--light) !important;
}

.dark-mode .k-grid-header .k-grid-header-menu.k-active {
    background-color: transparent;
}

.dark-mode .k-grid tr td {
    border-color: #383845;
    white-space: nowrap !important;
}

.dark-mode .k-input,
.dark-mode .k-textbox,
.dark-mode .k-textbox > input,
.dark-mode .k-textarea {
    background-color: var(--dark) !important;
    border-color: #383845;
    color: var(--light) !important;
}

    .dark-mode .k-textarea::placeholder {
        color: var(--gray) !important;
    }

.dark-mode .k-autocomplete,
.dark-mode .k-dropdown-wrap.k-state-default,
.dark-mode .k-numeric-wrap.k-state-default,
.dark-mode .k-picker-wrap.k-state-default {
    background-position: 50% 50%;
    background-color: var(--dark) !important;
    border-color: #383845;
}

.dark-mode .k-block,
.dark-mode .k-content,
.dark-mode .k-dropdown .k-input,
.dark-mode .k-popup,
.dark-mode .k-toolbar,
.dark-mode .k-widget {
    color: var(--light);
    background-color: inherit;
}

.dark-mode .k-toolbar, .dark-mode .k-pager {
    background-color: var(--dark);
}

.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill:hover,
.dark-mode input:-webkit-autofill:focus,
.dark-mode input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--dark) inset !important;
    -webkit-text-fill-color: var(--light);
}

.dark-mode .k-dropdown .k-state-focused,
.dark-mode .k-filebrowser-dropzone,
.dark-mode .k-listbox .k-item:hover:not(.k-state-disabled),
.dark-mode .k-splitbar-horizontal-hover,
.dark-mode .k-splitbar-vertical-hover,
.dark-mode .k-state-hover {
    color: var(--light);
}

.dark-mode .k-list > .k-state-hover:not(.k-state-selected) {
    color: var(--dark);
    background-color: var(--gray);
}

.dark-mode .k-menu,
.dark-mode .k-block,
.dark-mode .k-window,
.dark-mode .k-window-content,
.dark-mode .k-widget {
    background-color: var(--dark);
    border-color: #383845;
}

    .dark-mode .k-menu .k-link.k-state-active,
    .dark-mode .k-menu .k-menu-scroll-button:hover,
    .dark-mode .k-menu .k-state-hover > .k-link {
        color: var(--light);
        background-color: var(--dark);
        border: none;
        background-image: none;
    }

.dark-mode .k-tooltip {
    background-color: var(--dark) !important;
    color: var(--light) !important;
    border-color: var(--dark) !important;
}

    .dark-mode .k-tooltip .k-callout {
        color: var(--dark);
    }

.dark-mode .k-primary {
    color: var(--light);
    border-color: var(--light);
    background-color: var(--primary);
}

.dark-mode .k-column-menu .k-menu:not(.k-context-menu) .k-item,
.dark-mode .k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-hover {
    border: none;
    background: none;
}

    .dark-mode .k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-selected {
        color: var(--light);
        background-color: #383845;
    }

.dark-mode .k-column-menu,
.dark-mode .k-column-menu .k-item,
.dark-mode .k-columnmenu-item-wrapper,
.dark-mode .k-grid-columnmenu-popup {
    border-color: #383845;
}

.dark-mode .k-menu .k-group {
    border: 1px solid #383845;
    background-color: var(--dark);
}

.dark-mode .k-column-menu .k-menu:not(.k-context-menu) .k-item:focus,
.dark-mode .k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-focused {
    box-shadow: inset 0 0 0 2px var(--dark);
}

.dark-mode .k-menu-vertical .k-item > .k-link > .k-menu-expand-arrow {
    right: 45px;
}

.dark-mode .k-list > .k-state-focused.k-state-selected,
.dark-mode .k-listview > .k-state-focused.k-state-selected,
.dark-mode .k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected {
    background-color: var(--primary);
}

.dark-mode .k-draghandle.k-state-selected:hover,
.dark-mode .k-ghost-splitbar-horizontal,
.dark-mode .k-ghost-splitbar-vertical,
.dark-mode .k-list > .k-state-highlight,
.dark-mode .k-list > .k-state-selected,
.dark-mode .k-marquee-color,
.dark-mode .k-panel > .k-state-selected,
.dark-mode .k-scheduler .k-today.k-state-selected,
.dark-mode .k-state-selected,
.dark-mode .k-state-selected:link,
.dark-mode .k-state-selected:visited,
.dark-mode .k-tool.k-state-selected {
    color: #fff;
    background-color: var(--primary);
}

.dark-mode .k-list > .k-state-focused.k-state-selected,
.dark-mode .k-listview > .k-state-focused.k-state-selected,
.dark-mode .k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected {
    box-shadow: inset 0 0 10px 3px var(--primary);
}

.dark-mode .k-pager-wrap .k-link,
.dark-mode .k-pager-wrap .k-link:hover {
    color: var(--primary);
}

.dark-mode .k-autocomplete.k-state-focused,
.dark-mode .k-dropdown-wrap.k-state-focused,
.dark-mode .k-numeric-wrap.k-state-focused,
.dark-mode .k-picker-wrap.k-state-focused,
.dark-mode .k-textbox.k-state-focused,
.dark-mode .k-textbox:focus,
.dark-mode .k-textarea.k-state-focus,
.dark-mode .k-textarea.k-state-focused,
.dark-mode .k-textarea:focus,
.dark-mode .k-textarea:focus-within {
    box-shadow: 0 0 3px 0 #383845;
}

.dark-mode .k-button {
    border-color: #3f444b;
}

    .dark-mode .k-button.k-state-focused,
    .dark-mode .k-button.k-state-focused.k-state-disabled,
    .dark-mode .k-button:focus,
    .dark-mode .k-button:focus:hover,
    .dark-mode .k-state-disabled .k-button.k-state-focused {
        border-color: #383845;
        box-shadow: 0 0 3px 0 var(--light);
    }

        .dark-mode .k-button:focus:active {
            box-shadow: 0 0 3px 0 #383845, inset 0 3px 5px rgb(0 0 0 / 13%);
        }

.dark-mode .k-chip-solid-base {
    margin-right: 0px;
    background-color: #343a40;
    color: #e6e6e6;
}

    .dark-mode .k-chip-solid-base:hover {
        background-color: #32323e !important;
    }

.dark-mode .k-chip-md {
    font-size: 13px;
}

.dark-mode .k-chip-icon {
    font-size: 14px;
    top: 1.2px;
}

.dark-mode .k-list-item-text {
    font-size: 13px;
}

.dark-mode .k-list-item:hover {
    background-color: #343a40;
}

.dark-mode .k-multiselect {
    color: #717172 !important;
    font-size: 13px;
}

.dark-mode .k-input-inner {
    color: #d2d2d3 !important;
    background: #212129 !important;
    font-size: 13px;
}

    .dark-mode .k-input-inner::placeholder {
        color: #d2d2d3 !important;
    }

.dark-mode textarea.k-input-inner {
    border-color: var(--dark);
}

.dark-mode .k-readonly {
    background: #32323e !important;
}

.dark-mode .k-input-inner.k-readonly {
    background: #212129 !important;
}

.dark-mode .card-primary.card-outline {
    border-top: 3px solid #9d833e !important;
}

.dark-mode .profile-user-img {
    border: 3px solid #343a40 !important;
}

.dark-mode .dropdown-menu {
    border: 1px solid #53535a !important;
}

.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    background-color: #9d833e !important;
}

.dark-mode :not(.k-pager-numbers-wrap) > select {
    background-color: #212129;
    color: #fff;
    border-color: #666;
}

.dark-mode .k-pager-numbers-wrap > select {
    border-color: #3b3e44;
    color: #6f603b;
    background-color: #212128;
    padding: 0.375rem 0.75rem;
}

.dark-mode .k-pager-input .k-input-inner {
    color: #6f603b !important;
}

.dark-mode .k-chart {
    border: 1px solid #383845;
}

.dark-mode .k-splitbar:focus, .dark-mode .k-splitbar.k-state-focus, .dark-mode .k-splitbar.k-state-focused {
    color: #e6e6e6;
    background: var(--gray-dark);
}

.dark-mode .k-grid-toolbar .k-button.k-state-disabled {
    background: var(--dark-gray);
    color: var( --gray);
}

.dark-mode .o-30 {
    opacity: 30%;
}

.dark-mode .html-preview {
    background: #212129;
    color: #9f9f9f;
    border-color: #383845;
}

.dark-mode .messages-toolbar {
    background: var(--dark) !important;
    border-color: var(--dark) !important;
}

.dark-mode #messages {
    background-color: var(--dark) !important;
    border-color: var(--dark) !important;
}

.dark-mode .message-list-item {
    border-color: var(--gray) !important;
}

.dark-mode .message-list-wrapper .k-pager-wrap {
    border-top: 1px solid var(--gray-dark);
}

.dark-mode .message-single {
    background-color: var(--dark);
    border-color: var(--dark);
}

    .dark-mode .message-single .form-footer {
        border-color: var(--gray);
    }

.dark-mode .k-button-solid-base.k-selected {
    border-color: var(--gray);
    color: var(--light);
    background: var(--gray);
}

.dark-mode .bordered-tabcontent {
    border-color: #434353;
}

.dark-mode input[type='text'].copyable:read-only {
    background: transparent;
    border: 1px solid var(--gray-dark) !important;
}

/* Media queries */
/* -------------------------------------------------- */
@media (max-width: 1200px) {
    .col {
        max-width: 100%;
        flex-basis: auto;
        flex-grow: 1;
        -webkit-box-flex: 1;
    }

    .k-grid td, .k-grid th {
        width: 200px;
    }

    .k-window:not(.k-window-maximized) {
        width: 90%;
        max-height: 90%;
        top: 5% !important;
        left: 5% !important;
        position: fixed !important;
    }

    .k-window-maximized {
        width: 100%;
        max-height: 100%;
        top: 0px !important;
        left: 0px !important;
        position: fixed !important;
    }

    .main-footer {
        font-size: 12px !important;
        padding-left: 14px !important;
    }

    .grid-box > .k-grid {
        height: 95% !important;
    }
}

@media (max-width: 426px) {
    #message-state-filters, #message-importance-filters {
        width: 100%;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        padding: 0;
        margin-bottom: 10px;
    }

    #message-state-filters {
        margin-bottom: 20px;
    }

    #message-importance-filters {
        width: 80%;
        margin: 0 auto;
        grid-template-columns: repeat(4, 1fr);
    }

    #code-editor-display-inline {
        display: none;
    }

    .code-editor-controls {
        width: 166px !important;
    }
        .code-editor-controls > div {
            width: 100% !important;
        }

    .header-block button {
        display: none;
    }

    .notification-filters .k-button-group .k-button {
        padding: 0;
    }
    
    .main-footer {
        font-size: 10px !important;
        padding-left: 14px !important;
    }

    .grid-box > .k-grid {
        height: 95% !important;
    }
}