﻿.ccs-splitter-pane:not(.k-hidden) {
    padding: 0.5rem 1rem;
}

.devopstool-splitter {
    overflow-x: hidden;
}

.left-pane-wrapper .ccs-treeview-wrapper {
    flex: 1;
    overflow-y: auto;
}

.access-token-input.labeled-control {
    flex-direction: row;
}

    .access-token-input.labeled-control > .labeled-control-content {
        flex: 1;
    }

.center-pane {
    display: flex;
}

.grid-item-execute {
    display: flex;
    flex-direction: column;
    justify-self: stretch;
    align-self: stretch;
}

.execute-button {
    height: 100%;
}

.ccs-splitter-pane > .ccs-grid-layout {
    height: 100%;
}

.ccs-grid-item.grid-item-inner-scroll {
    display: flex;
    flex-direction: column;
    min-height: 0;
    word-break: break-word;
}

.ccs-grid-item.grid-item-inner-scroll > .inner-scroll-container {
    overflow-y: auto;
}

.grid-item-title {
    max-height: 150px;
    display: flex;
    flex-direction: column;
}

.grid-item-title > .action-desc {
    flex: 1;
    overflow-y: auto;
}

.ccs-grid-item.grid-item-flex-space {
    row-gap: 0.5rem;
}

.ccs-grid-item.grid-item-event-log {
    min-height: 0;
    word-break: break-word;
    display: flex;
    flex-direction: column;
}

.ccs-grid-item.grid-item-event-log .event-log {
    background-color: gainsboro;
    flex-direction: column-reverse;
    overflow-y: auto;
}

.ccs-grid-item.grid-item-event-log .event-log-spacer {
    flex: 1;
}

.ccs-grid-layout.markdown-editor {
    height: 100%;
}

.ccs-grid-layout.markdown-editor .grid-item-editor {
    display: flex;
}

.ccs-grid-layout.markdown-editor .grid-item-editor .ccs-textarea {
    flex: 1;
}

.ccs-grid-layout.markdown-editor .grid-item-editor .ccs-textarea > textarea {
    height: 100%;
}

.ccs-grid-layout.markdown-editor .grid-item-viewer {
    overflow-y: auto;
}

.mobile-container {
    word-break: break-word;
}

@media (max-width: 640.98px) {
    .ccs-grid-layout.grid-layout-event-log {
        height: 500px;
    }

    .ccs-treeview-wrapper {
        max-height: 400px;
        overflow-y: auto;
    }
}