﻿.minpght {
    min-height: 300px;
    position: relative;
}

.minpght-prompt {
    min-height: 300px;
    position: relative;
}

.lrpads {
    padding: 0 5px;
}

pre {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    font-family: 'Open Sans',sans-serif;
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-right: 5px;
    padding: 5px;
}

.contchat {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

    .contchat a {
        position: absolute;
        bottom: 0;
        right: 25px;
        padding: 5px 10px;
        z-index: 2;
        background-color: transparent;
        background-image: none;
        border-color: #868e96;
    }


        .contchat a:hover {
            cursor: pointer;
        }


/*.form-control {
    background-color: #111827;
    border: 1px solid #95add3;
    color: #dadada;
}*/

/*textarea.form-control:active, textarea.form-control:focus {
    border: 1px solid #d9d9d9;
    background-color: #111827;
     color: #dadada;
}*/


.btn1 {
    color: #fff;
    border-color: #ced4da;
    background-color: #212340;
}

.prompt-box {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.jewelbot-response u, .youblock u {
    font-size: 20px;
    line-height: 1;
}


.jewelbot-response-inner {
    border: 1px solid #212340;
    margin-top: 20px;
    border-radius: 5px;
    background: #212340;
    color: #fff;
    margin-bottom: 3pc;
}

    .jewelbot-response-inner span {
        display: block;
        background: #17182D;
        color: #fff;
        padding: 10px;
        font-weight: 600;
        font-size: 14px;
    }

    .jewelbot-response-inner pre {
        padding: 20px;
        line-height: 2;
    }