.chat{
    background-color: #1e2026;
    padding-bottom: 30px;
}

.chat__title{
    background-color: #181a20;
    /*  max-width: 1100px; */
    height: 60px;
    margin-top: 25px;
    padding: 15px;
    display: flex;
    align-items: center;
    font-weight: 500;
    border-radius: 10px;
}

.chat__img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
    
}

.chat__time-chat{
    color: #a3c1ff;
    background-color: #e9fcff;
    padding: 2px 5px 5px 5px;
    width: 85px;
    height: 25px;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto 25px auto;
}


.chat__title-name {
    color: #F2FBFB;
    font-size: 18px;
    line-height: 18px;
}


.chat__title-border{
    border-bottom: 1px solid #323A47;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.chat__container{
    height: calc(100vh - 360px);
    overflow-y: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.chat__container_no_messages{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.chat__content{
    background-color: #fff;
    width: 100%;
    background-color: #ffffff;
    padding: 25px 75px;
    border-radius: 5px;
    min-height: calc(100vh - 360px);
}

.chat__message-text{
    background-color: #fafafa;
    padding: 10px 35px;
    border-radius: 6px;
    color: #6c6c6c;
}

.chat__message-container{
    max-width: 400px;
    color: #c1c1c1;
    position: relative;
    margin-bottom: 30px;
}

.chat__message-info{
    display: flex;
    justify-content: space-between;
    padding-left: 35px;
    padding-top: 5px;
    font-size: 12px;
}

.chat__message-img{
    border: 6px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    left: -20px;
    width: 45px;
    height: 45px;
}



.chat__message-container-you{
    margin-left: auto;
}

.chat__message-container-you .chat__message-img{
    right: -20px;
    left: auto;
}

.chat__message-container-you .chat__message-info{
    padding-right: 35px;
    padding-left: 0;
    flex-direction: row-reverse;
    font-size: 12px;
}


.chat__message-container-you .chat__message-text{
    background-color: #cae9f7;
    color: #58a0c1;
    border-radius: 6px;
}




.chat__message-input{
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 4px;
    resize: none;
    border: 1px solid #e5e8eb;
}

.chat__type-message{
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
    background-color: #fafafa;
    padding: 10px;
    border-radius: 10px;
}

.chat__message-box{
    flex-basis: 89%;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}

.chat__message-send{
    flex-basis: 20%;
}


.chat__message-input{
    flex-basis: 100%;
    color: #333433;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 60px;
    height: 60px;
    min-height: 75px;
}

.chat__message-button{
    background-color: #f0f2f5;
    border-radius: 50%;
    position: relative;
    width: 35px;
    height: 35px;
    left: -55px;
    top: 8px;
}

.chat__message-button-item::before{
    content: "";
    position: absolute;
    background-image: url('../img/clip.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    z-index: 10;
    left: 8px;
    top: 7px;
}

.chat__type-message button{
    outline: none;
}

.chat__message-send{
    border: none;
    background-color: #169e49;
    color: #FFFF;
    border-radius: 10px;
}







@media (max-width: 766px ){
    .chat__container{
        height: calc(100vh - 385px);
    }
}

@media (max-width: 520px ){
    .chat__content{
        padding: 25px 20px;
    }
}

@media (max-width: 520px ){
    .chat__message-text{
        padding: 10px 15px;
    }
}

@media (max-width: 414px ){
    .footer{
        display: none;
    }
    .chat__container{
        height: calc(100vh - 323px);
    }
}

@media (max-width: 400px ){
    .chat__type-message{
        flex-direction: column;
    }
    .chat__message-send{
        width: 160px;
        padding: 10px;
        margin: 20px auto;
    }
    .chat__container{
        height: calc(100vh - 403px);
    }
    .chat__message-input{
        flex-basis: 100%;
    }
    .chat__message-button{
        width: inherit;
    }
}

@media (max-width: 375px ){
    .chat__message-send{
        margin: 10px auto;
    }
    .chat__container{
        height: calc(100vh - 355px);
    }
    .chat__title{
        margin-top: 10px;
    }
}

@media (max-width: 338px ){
    .chat__container{
        height: calc(100vh - 284px);
    }
    .chat__title{
        margin-top: 5px;
    }
    .chat__message-send{
        margin: 5px auto;
    }
    .chat__title{
        height: 40px;
        padding: 5px 15px;
    }
    .chat__type-message{
        padding: 4px 10px;
    }
}




















.nav-item-icon-btc,
.nav-item-icon-eth,
.nav-item-icon-ltc{
    position: relative;
}

.nav-item-link a{
    padding-left: 40px;
}

.nav-item-icon-btc::before{
    content: "";
    position: absolute;
    background-image: url(../img/btc.html);
    width: 20px;
    height: 20px;
    left: 13px;
    top: 9px;
    background-size: cover;
}

.nav-item-icon-eth::before{
    content: "";
    position: absolute;
    background-image: url(../img/eth.html);
    width: 20px;
    height: 20px;
    left: 13px;
    top: 9px;
    background-size: cover;
}

.nav-item-icon-ltc::before{
    content: "";
    position: absolute;
    background-image: url(../img/ltc.html);
    width: 20px;
    height: 20px;
    left: 13px;
    top: 9px;
    background-size: cover;
}


@media (max-width: 765px){
    .content-body{
        margin-left: 0;
    }
}
