.login-page {
    background-color: #ecf0f5 !important;
}

.editor-json {
    height: 600px;
}

#consoleLog {
    border: solid 1px #999999;
    padding: 5px;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
}

.space {
    margin-right: 5px;
}

.force-no-wrap {
    white-space: nowrap !important;
    overflow: hidden !important;
}

.column-shrink {
    width: 60px;
    white-space: nowrap;
}

table .form-control {
    width: 100% !important;
    max-width: 300px;
}

.global-chat-context {
    height: 200px;
    background-color: #eeeeee;
    overflow-y: scroll;
}

.custom-chart {
    height: 350px;
}

.alert-disabled {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.predefined-feedback-button {
    margin-bottom: 4px;
}

.predefined-feedback-button button:first-child {
    display: inline-block;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.analytics-form {
    margin-bottom: 10px;
}

.select2 input::placeholder {
    padding-left: 7px !important;
    color: #999 !important;
}
