html, body {
    background-color: #343541;
}
.modal-content {
    background: none;
}
.modal-header, .modal-footer {
    background: #262626;
}
.modal-header {
    color: #999;
    border-bottom-color: #262626;
}
.modal-footer {
    border-top-color: #262626;
}
.modal-body {
    color: #ccc;
    background: #555;
    text-align: center;
}
.main-body {
    width: 100%;
    height: 100%;
    color: #cdcdcd;
    background-color: #343541;
}


hr {
    border-top-color: #686868;
}

.left-menu {
    position: relative;
    padding: 0 15px;
    height: 100%;
    overflow-y: scroll;

}

.left-menu::-webkit-scrollbar {
    width: 5px;
    background: #333;
}

.left-menu::-webkit-scrollbar-thumb {
    background: #666;
}

.left-menu > .nav {
    height: 100%;
    background-color: #333435;
    opacity: 80%;
}

.left-menu > .nav a:hover {
    color: #333435;
}

.left-menu .list-group {
    margin-bottom: 10px;
}

#chat_logs h5, #chat_logs .list-group-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat_win {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid green;
    min-height: 300px;
    border: 1px solid #686868;
}


form label {
    color: #9ca2a8;
}

.head {
    padding: 30px;
}

.head > img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #ececec;
}

.el-menu-item {
    list-style: none;
    color: #acacac;
    font-size: 1.1rem;
    line-height: 18px;
    height: 32px;

}

.el-icon {
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}

.media-left > a {
    line-height: 50px;
}


.media-object {
    display: inline-block;
    width: 30px;
}

.media-body {
    background-color: #040727;
    padding: 15px;
}

.media-body pre {
    position: relative;
    width: 100%;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.media-body pre > button {
    position: absolute;
    right: 80px;
    background-color: #333435;
}
.media-body pre > button:last-of-type {
    position: absolute;
    right: 10px;
    background-color: #333435;
}

.chat_type {
    margin: 10px 0;
}

.form-inline .form-control, .prompt-input > textarea, .prompt-input > .send-btn,
.form-inline > .btn-new_session
{
    background-color: #313445;
    color: #9ca2a8;
    border-color: #555;
    margin-bottom: 10px;
}
.form-inline > .checkbox {
    line-height: 40px;
}
.form-inline > .btn-new_session {
    margin-left: 15px;
    background-color: #5cb85c;
    color: #fff;
}

.aboutus {
    width: 400px
}