*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    font-family: open sans,Avenir,adobe heiti std,segoe ui,trebuchet ms,sans‑serif;
    font-weight: 400;
    line-height: normal;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    height: auto;
    margin: 0;
    color: #fff;
    background: #333;
    padding: 0;
    position: relative;
}
img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
a {
    color: #b1b1e9;
    text-decoration: inherit;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    cursor: pointer;
}
a:hover {
    color: #e1e1e9;
}
div {
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #555; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  background: #aaa; 
}
::-webkit-scrollbar:horizontal {
    display: none;
}
* {
   box-sizing: border-box;
}
*:focus {
    outline: none;
}
textarea:focus, input:focus{
    outline: none;
}
pre {
    white-space: pre-wrap;
    height: 100%;
    overflow: auto;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}
.no-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
}
.clearfix {
	clear: both;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 10px;
}

.site-title {
    font-size: 20px;
    float: left;
}
.system-title {
    float: right;
    line-height: 27px;
}

.main-wrapper {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.sidebar-wrapper {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #aaa;
}
.sidebar-content {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
}
.sidebar-content-item-list {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.page-container-wrapper {
    height: calc(100vh - 80px);
    overflow: hidden;
    display: grid;
    position: relative;
    grid-template-columns: 12% auto;
}
.page-container {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px 20px 180px;
    height: 100vh;
}
.menu-wrapper {
    padding: 20px;
    border-bottom: 1px solid #aaa;
}
.main {
    width: 100%;
}
.main-container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.main.vertical-center .main-container {
    width: 30%;
    margin: 0 auto;
}
.content-section {
    padding: 15px;
}
.page-title h3 {
    font-size: 30px;
    padding-bottom: 30px;
}
input.input-field {
    display: block;
    width: 100%;
    padding: 10px;
}
input.input-field.input-submit {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #000;
    border: 1px solid transparent;
    margin: 10px 0;
    cursor: pointer;
}
input#new-app-submit.input-field.input-submit {
    background: #6495ed;
}
input.input-field.input-submit:hover,
input#new-app-submit.input-field.input-submit:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.form-elements, .input-field-wrapper {
    position: relative;
    padding: 10px 0;
}
.select-field {
    display: block;
    padding: 10px;
}
.textarea-field {
    display: block;
    width: 100%;
    padding: 10px;
    min-height: 120px;
}
input.input-field.input-type-checkbox {
    display: initial;
    width: auto;
}
.view-password {
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    line-height: 38px;
    padding: 0;
    width: 38px;
    text-align: center;
    color: #a5a5a5;
}
.view-password:hover , .view-password.active-view{
    color: #efefef;
    background: #000;
}
.form-error {
    color: #d1f930;
}
.validate-input-response {
    color: #ff2c2c;
}
.strong-password {
    color: #4ecd4e;
}
.plugin-menu-item {
    display: block;
    position: relative;
    padding: 5px 0;
    text-transform: capitalize;
}
.input-submit.small-button {
    width: auto;
    padding: 10px 30px;
}
.chat-response {
    padding: 0 20px 20px;
}
.chat-response:before {
    display: block;
    content: "Chatbot Response:";
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #aaa;
    font-size: 18px;
}
.input-field-wrapper.input-labled {
    display: grid;
    grid-template-columns: 20% 80%;
}
.input-field.parent-align-right {
    float: right;
}
.collapse-button {
    color: blue;
    cursor: pointer;
}
.input-element.collapsable-element {
    display: none;
}
.input-info-text {
    font-size: 12px;
    color: #aaa;
    padding-top: 2px;
    max-width: 80%;
}
.chat-response .list-element {
    padding: 0 20px;
}

.list-element.sub-list-wrapper {
    border-top: 1px solid #aaa;
    padding: 5px 0;
}
.sub-list-elem {
    padding: 0 5px;
}
.sub-list-elem-padded {
    padding: 5px;
}
.sub-list-header-renderer .sub-list-elem {
    font-weight: 600;
}
.list-block.model-section .list-element.sub-list-renderer,
.list-block.model-section .list-element.sub-list-header-renderer {
    display: grid;
    grid-template-columns: 25% 15% 15% 15% 20% 10%;
}
.list-block.model-section .list-element.sub-list-renderer {
    grid-template-columns: 25% 15% 15% 15% 20% 5% 5%;
}
.list-block.files-section .list-element.sub-list-renderer,
.list-block.files-section .list-element.sub-list-header-renderer {
    display: grid;
    grid-template-columns: 45% 5% 5% 10% 10% 10% 15%;
}
.list-block.apps-section .list-element.sub-list-renderer,
.list-block.apps-section .list-element.sub-list-header-renderer {
    display: grid;
    grid-template-columns: 10% 10% 15% 15% 5% 10% 5% 10% 10% 10%;
}
.list-block.faq-section .list-element.sub-list-renderer,
.list-block.faq-section .list-element.sub-list-header-renderer {
    display: grid;
    grid-template-columns: 15% 50% 15% 5% 15%;
}

.list-element.sub-list-wrapper:hover {
    background: #555;
}
.list-block {
    border-bottom: 1px solid #aaa;
}
.sub-list-header-elem {
    text-transform: capitalize;
}
.sub-list-header-elem.sub-list-elem-id-id {
    text-transform: uppercase;
}
.sub-list-elem.sub-list-elem-description.sub-list-elem-padded {
    color: #aaa;
    padding-left: 5%;
    border-top: 1px solid #555;
    margin-top: 5px;
    padding-bottom: 0;
}
.sub-list-elem-bottom.sub-list-elem-pop-text {
    height: 19px;
    overflow: hidden;
}
.list-element.sub-list-wrapper:hover .sub-list-elem-bottom.sub-list-elem-pop-text {
    height: auto;
}
.action-field {
    color: #b1b1e9;
    cursor: pointer;
}
.action-field:hover {
    color: #e1e1e9;
}
.model-action-0 {
    opacity: 0.5;
}
.element-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgb(52 52 52 / 60%);
}
.element-popup.active {
    display: block;
}
.element-popup-content-wrapper {
    position: relative;
    width: 70%;
    margin: 0 0 0 auto;
    padding: 2% 5% 5%;
    height: 100vh;
    background: #333;
    border-left: 1px solid #ccc;
    overflow-y: auto;
}
.element-popup-content {
    height: 100%;
}
textarea.element-popup-file-content {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.element-popup-content .form-title h3 {
    font-weight: normal;
    position: relative;
}
.file-edit-button-wrapper {
    display: block;
    float: right;
}
.file-edit-button-wrapper span {
    margin: 0 0 0 15px;
    padding: 10px 20px;
    background: #aaa;
    display: inline-block;
    width: 120px;
    text-align: center;
    cursor: pointer;
}
.file-edit-button-wrapper span.file-edit-button.file-save {
    background: #008000;
}
.file-edit-button-wrapper span.file-edit-button.file-revert {
    background: #6495ed;
}
.file-edit-button-wrapper span.file-edit-button.file-cancel {
    background: #ffa500;
}

.file-edit-button-wrapper span.file-edit-button.file-save:hover,
.file-edit-button-wrapper span.file-edit-button.file-revert:hover,
.file-edit-button-wrapper span.file-edit-button.file-cancel:hover {
    background: #fff;
    color: #000;
}
.file-edit-save-response {
    color: #aaa;
    padding-left: 40px;
}
input.filter-list {
    display: block;
    width: 100%;
    padding: 10px;
}

div.open-add-file-popup-button {
    display: block;
    float: right;
    padding: 10px 20px;
    background: green;
    font-weight: normal;
    cursor: pointer;
}
div.open-add-file-popup-button:hover {
    background: #fff;
    color: #000;
}
.add-file-popup-item {
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 5px 0;
}
.add-file-popup-item-text .new-file-popup-label,
.add-file-popup-item-text .new-file-popup-input {
    padding: 0;
}
.data-apps-list .app-app-wrapper.app-app-header,
.sub-list-wrapper.app-app-wrapper.app-list {
    display: grid;
    grid-template-columns: 5% 25% 35% 35%;
}
.app-form-container textarea.textarea-field {
    height: auto;
    display: block;
    position: relative;
}
form.app-form-container {
    display: block;
    height: 90vh;
    position: relative;
    overflow: hidden;
}
.app-form-container .form-elements {
    position: relative;
    height: 100%;
    overflow: auto;
    padding: 20px 20px 120px;
}
.app-form-container .input-field-wrapper.input-labled {
    grid-template-columns: 10% 90%;
}
.faq-form-container .input-field-wrapper.input-labled {
    grid-template-columns: 10% 90%;
}
.add-file-popup-item-text textarea#new-file-content {
    display: block;
    width: 100%;
    height: 80%;
    padding: 10px;
}
input#new-file-name {
    display: block;
    width: 100%;
    padding: 10px;
}
select#new-file-type {
    padding: 10px;
}
.add-file-popup-item-text,
.new-file-popup-input {
    height: 100%;
}
.new-file-popup-label {
    padding: 10px 0;
}
.add-file-popup-title-title {
    padding: 10px 0;
    float: left;
}

.app-page-heading {
    padding: 10px 0;
}
.new-app-button {
    display: inline-block;
    padding: 10px 0;
    background: #6495ed;
    width: 120px;
    text-align: center;
    cursor: pointer;
}
.new-app-button:hover {
    background: #fff;
    color: #000;
}
#xhr-app-response form#app-form {
    padding: 40px 0;
}
#app-form .page-title h3 {
    font-size: initial;
}
.input-list-button,
.remove-input-list-item-wrapper {
    padding: 10px;
    text-align: right;
}
.remove-input-list-item-wrapper {
    padding: 0;
}
.add-input-item,
.remove-input-list-element {
    color: #b1b1e9;
    cursor: pointer;
}
.add-input-item:hover,
.remove-input-list-element:hover {
    color: #e1e1e9;
}
.input-list-item {
    display: grid;
    grid-template-columns: 90% 10%;
    padding: 10px 10px 10px 0;
}
.remove-input-list-item-wrapper {
    text-align: right;
}
textarea.input-list-item-element {
    display: block;
    width: 100%;
    min-height: 80px;
}
.input-list-wrapper {
    position: relative;
}
.input-list-button {
    top: -40px;
    position: absolute;
    right: 0;
}
.input-list-item-template {
    display: none;
}
.app-file-wrapper {
    display: grid;
    grid-template-columns: 5% 55% 20% 20%;
}
.app-file-header {
    font-weight: 600;
    border-bottom: 1px solid #aaa;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.list-elements.data-files {
    display: block;
    height: 320px;
    overflow: auto;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
input.filter-list.free-filter {
    margin-bottom: 10px;
}
input.element-popup-file-content {
    display: block;
    width: 100%;
    padding: 10px;
}
#deployment-code-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(52 52 52 / 60%);
}
#deployment-code-wrapper.active {
    display: block;
}
#deployment-code-wrapper-close {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}
#clip-notice {
    cursor: pointer;
}
div#deployment-code-content {
    background-color: #eee;
    border: 1px solid #999;
    display: block;
    padding: 40px;
    color: #333;
    width: fit-content;
    margin: 0 auto;
    height: auto;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    border-radius: 15px;
    width: 840px;
}

pre.pretty {
    background-color: #ddd;
    border: 1px solid #999;
    display: block;
    padding: 20px;
    color: #777;
}
#copy-by-click {
    cursor: pointer;
}
.code-copied-inner {
    background: lightgreen;
}
.form-elements.form-display-type-inline .input-field-wrapper {
    padding: 0 10px 0 0;
}
.form-elements.form-display-type-inline .input-field-wrapper:last-child() {
    padding: 0 0 0 0;
}
.team-section .page-title h3,
#invite-member .page-title h3 {
    font-size: initial;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.list-empty-notice {
    color: #aaa;
    padding: 10px;
}
input._aais-chat-input {
    display: block;
    width: 100%;
    padding: 10px;
}
.input-field-wrapper.display-none {
    display: none;
}
#inner-nav-container {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.inner-nav-button-wrapper {
    display: block;
    float: left;
    min-width: 100px;
    text-align: center;
    padding: 5px;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    background: #444;
    cursor: pointer;
    color: #b1b1e9;
}
.inner-nav-button-wrapper.first-nav-button {
    border-left: 1px solid #777;
}
.inner-nav-button-wrapper:hover {
    background: #555;
    color: #e1e1e9;
}
.inner-nav-button-wrapper.active {
    background: #777;
    color: #e1e1e9;
}


























