html {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ccc;
}

body {
    font-size: 13px;
    font-family: tahoma;
    background-color: #ffffff
}

/* class criadas */
.principal {
    width: 100% !important;
}

    .principal .headerChat {
        width: 100%;
        background-color: #777b86;
        color: #ffffff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        height: 65px;
    }

        .principal .headerChat .copyright {
            padding-left: 20px;
            padding-top: 5px;
            display: inline-block;
        }

        .principal .headerChat .imgCliente {
            height: 50px !important;
            margin: 8px auto;
            float: left;
            margin-left: 10px;
        }

        .principal .headerChat .dadosCliente {
            font-size: 18px;
            display: block;
            height: 0px;
            padding: 20px 0px;
            float: left;
        }

    .principal .exibirChat .alert {
        margin: 0;
        position: absolute;
    }

    .principal .exibirChat button span {
        margin-top: -5px;
        display: block;
    }

    .principal .exibirChat .formDados .descricaoTitulo {
        width: 96%;
        display: block;
        text-align: justify;
        margin: 0 auto;
    }

    .principal .chat .exibirLoading {
        width: 100%;
        display: block;
        margin: 0 auto;
        position: absolute;
        bottom: 55px;
        text-align: right;
        padding-right: 20px;
    }

    .principal .chat .lista {
        width: 100%;
        display: block;
        min-height: 70px;
    }

        .principal .chat .lista .dataFormatada {
            width: 100%;
            display: block;
            clear: both;
        }

    .principal .chat .atendimento .atendimentoMensage {
        width: 100%;
        display: inline-block;
        margin-top: 8px;
    }

    .principal .footer {
        margin-top: 10px;
        border-top: solid 1px #ccc;
        position: absolute;
        bottom: 2px;
        width: 100%;
    }

        .principal .footer #txtTexto {
            font-size: 13px;
            border: none;
            width: 275px;
            float: left;
            outline: none;
            margin-top: 12px;
        }

        .principal .footer button i {
            font-size: 9px;
        }

.bubbleData {
    width: 98px;
    height: 22px;
    border-radius: 16px;
    background-color: #313131;
    display: block;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
}

.spanData {
    width: 88px;
    height: 12px;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 5px;
    display: inline-block;
}

.chatUser {
    max-width: 296px;
    min-width: 30px;
    min-height: 60px;
    border-radius: 4px;
    background-color: rgba(119, 123, 134, 0.8);
    display: block;
    float: right;
    word-wrap: break-word;
    padding: 10px;
    margin: 8px 0;
    clear: both;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #ffffff;
    margin-right: 9px;
}

.chatIES {
    max-width: 296px;
    min-width: 30px;
    min-height: 60px;
    border-radius: 4px;
    background-color: rgba(119, 123, 134, 0.05);
    display: block;
    float: left;
    word-wrap: break-word;
    padding: 10px;
    margin: 8px 0;
    clear: both;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #313131;
    margin-left: 9px;
}


/* Style time text */

.time-right {
    float: left;
    color: #fff;
    font-size: 12px;
    width: 100%;
    display: block;
    clear: both;
}


/* Style time text */

.time-left {
    float: left;
    color: #999;
    font-size: 12px;
    width: 100%;
    display: block;
    clear: both;
}

.chat {
    width: 100%;
    height: 383px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .chat::-webkit-scrollbar-track {
        background-color: #F4F4F4;
    }

    .chat::-webkit-scrollbar {
        width: 9px;
        background: #F4F4F4;
    }

    .chat::-webkit-scrollbar-thumb {
        background: #dad7d7;
    }

.textAreaChat {
    width: 100%;
    display: block;
    height: 80px;
    padding: 5px;
    outline: none;
}

#txtTexto,
#txtTexto:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.btnEnviarMensagem {
    width: 73px;
    height: 28px;
    display: inline-block;
    font-size: 12px;
    border-radius: 15.5px;
    background-color: #777b86;
    color: #ffffff;
    float: right;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 14px;
    border: none;
}

    .btnEnviarMensagem:focus {
        border: 0 none;
    }

.titulo {
    width: 100%;
    height: 18px;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.75;
    letter-spacing: normal;
    color: #777b86;
    padding-top: 25px;
    margin: 0px 15px;
    display: block;
}

.descricao-copy-2 {
    width: 100%;
    height: 36px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #777b86;
    margin: 0px 15px;
    display: block;
}

.Rectangle-2 {
    width: 100%;
    height: auto;
    padding: 10%;
    background-color: rgba(119, 123, 134, 0.05);
    margin-top: 10px;
}

.shape {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px rgba(119, 123, 134, 0.35);
    padding: 10px;
}

.descricao-copy {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #777b86;
    padding-top: 10px;
    display: block;
    margin: 0 auto;
}

.btnEntrar {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 46px;
    background-color: #777b86;
    border: none;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
}

.linkPY {
    color: #ffffff;
    text-decoration: none;
}

    .linkPY:hover,
    .linkPY:visited {
        color: #ffffff;
    }

@media (max-width: 320px) {
    html {
        margin-top: 10%;
    }

    .titulo {
        width: 90%;
        padding-top: 12px;
    }

    .descricao-copy-2 {
        width: 90%;
    }

    .Rectangle-2 {
        padding: 5% 10%;
    }

    .principal .headerChat .dadosCliente {
        font-size: 12px;
        display: block;
        height: 0px;
        padding: 20px 0px;
        float: left;
    }
}
