body{
    background-color: #fff;
}
.message#message-content .container.out{
    padding: 0;
}
.message#message-content .col-12 .container.inside{
    padding-top: 50px;
    padding-bottom: 60px;
}

.box-message{
    border-radius: 30px;
    background-color: #eaeaea;
    height: 55px;
    padding: 3px 10px 3px 3px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.box-message .profile-message{
    border-radius: 25px;
    background-color: #eaeaea;
    height: 50px;
    margin: 0 5px 0 0;
    width: 50px;
    flex: none;
    background-image: url(../../img/padrao/girl.jpg);
    background-position: center;
    background-size: cover;
}

.box-message h6 {
    font-size: 16px;
    margin: 0;
    color: #7b3888;
}

.box-message p{
    font-family: 'gilroy','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    font-size: 14px;
    color: #767676;
}

.box-message span {
	font-family: 'gilroy','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #767676;
}

.btn-back{
    height: 40px!important;
    width: 40px!important;
    background-image: url(../../../img/icones/Line.png);
    background-size: 85%!important;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
}

.header-messages .input-group-prepend {
    height: 40px;
}

.header-messages .input-group-prepend span{
    height: 40px;
    padding: 6px 5px;
    background-color: #eaeaea;
    border-radius: 25px 0 0 25px;
    border: 0;
}

.header-messages .input-group-prepend .btn {
    height: 30px;
    padding: 6px 5px;
    background-color: #fff;
    border-radius: 25px 0 0 25px;
    border: 0;
}

.header-messages input.form-control {
    height: 40px;
    border-radius: 0 25px 25px 0!important;
    background-color: #eaeaea;
    border: 0;
    font-size: 13px;
    font-family: 'gilroy ligth','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 0 5px 0 0;
}

.messages-history .d-flex{
    align-items: center;
    justify-content: center;
}

.header-messages img{
    height: 24px;
}

.header-messages h1.panton{
    font-size:16px;
    margin: 0;
    color: #7b3888;
}

.header-messages{
    position: fixed;
    width: 100%;
    background-color: #fff;
    padding: 0 15px;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

.content-message{
    word-wrap: break-word;
}

.create-cookie{
    position:fixed; 
    top: 20%; 
    left: 10%; 
    right: 10%; 
    height: 230px; 
    background-color: #eaeaea; 
    border-radius: 25px; 
    border: 1px solid #99186e; 
    padding: 10px; 
    justify-content: center; 
    align-items: center;
}

@media(min-width: 767px){
    .message#message-content .container.out{
        padding-top: 54px;
        max-width: 80%;
    }
    .message#message-content .col-12 .container.inside {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .message#message-content .header-messages{
        max-width: 46%;
    }
    .message#message-content{
        height: 100vh;
        display: flex;
        align-items: start;
        padding-top: 20px;
    }
    .col-md-6.col-sm-12.col-12.p-0.messages-history{
        max-height: 85vh;
        overflow-y: auto;
    }
    .col-md-6.col-sm-12.col-12.p-0.talkappend{
        max-height: 85vh;
        overflow-y: auto;
        background-color: #eaeaea;
    }
    .messages-history::-webkit-scrollbar{
        width: 10px;
    }
    .messages-history::-webkit-scrollbar-thumb {
        background-color: #a7a7a7;
    }
    .messages-history::-webkit-scrollbar-thumb:hover {
        background: #c1c1c1;
    }
    .messages::-webkit-scrollbar{
        width: 2px;
    }
    .messages::-webkit-scrollbar-thumb {
        background-color: #a7a7a7;
    }
    .messages ::-webkit-scrollbar-thumb:hover {
        background: #c1c1c1;
    }

    .create-cookie{
        top: 22%;
        left: 15%;
        right: 55%;
    }
}