.talk#talk-content{
    height: 100vh;
    background-color: #eaeaea;
}
.talk#talk-content .container{
    height: 100%;
    padding-top: 15px;
}

.talk#talk-content .talk-header{
    background-color: #fff;
    border-radius: 25px;
    align-items: center;

}
.talk#talk-content .talk-header h1{
    font-size: 18px;
    color: #7b3888;
    font-family:'gilroy', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 0;
}

.btn-message-back{
    height: 17px;
    width: 30px;
    background-image: url(../../img/icones/Line.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
}

.talk#talk-content .talk-header .img-profile{
    position: absolute;
    height: 55px;
    right: 15px;
    width: 55px;
    background-color: #eaeaea;
    background-image: url(../../img/padrao/girl.jpg);
    background-position: center;
    background-size: cover;

}
.talk#talk-content .messages{
    height: 87%;
    margin-top: 15px;
    overflow-y: auto;
    border-radius: 15px;
	overflow-x: hidden;
}
.messages .message-other{
    background-color: #fff;
    padding:5px 10px;
    border-radius: 15px;
    margin-right: 15px;
    width: 75%;
}

.messages .message-other .btn-play{
    padding:5px 10px;
    margin-right: 15px;
    width: 75%;
    height: 80%;
}

.messages .message-me{
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    margin-left: 86px;
    width: 75%;
}

.messages .message-me .btn-play{
    padding: 5px 10px;
    margin-left: 86px;
    width: 75%;
    height: 80%;
}

.messages .message-other:not(:first-child){
    margin-top: 15px;
}
.messages .message-other:not(:last-child){
    margin-bottom: 15px;
}
.messages .message-me:not(:first-child){
    margin-top: 15px;

}
.messages .message-me:not(:last-child){
    margin-bottom: 15px;
}

.messages .message-other .content-message{
    color: #ce1482;
    font-size: 17px;
}
.messages .message-me .content-message{
    color: #777777;
    font-size:17px;
}
.messages .time{
    color: #c8c8c8;
    font-size: 10px;
    font-weight: bold;
}

.messages p{
    font-size: 13px;
}

.talk#talk-content .message{
    margin-top: 20px!important; 
    padding: 0!important;
}

.talk#talk-content .talk-footer{
    display: flex;
    padding-top: 15px;
    z-index: 999999;
    position: fixed;
    bottom: 15px;
    width: 92%;
}
.talk#talk-content .dropdown{
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px -3px 5px #00000073;
    padding: 5px 10px;
    background-image: url(../../img/icones/Line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    margin-left: 5px;
    transform: rotate(180deg);
}

.talk#talk-content .dropdown-menu {
    background-color:transparent;
    background-clip: padding-box;
    border: 0;
    border-radius: .25rem;
}

.talk#talk-content .dropdown-menu .photo{
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 3px 5px #00000073;
    padding: 5px 10px;
    background-image: url(../../img/icones/photo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 62%;
    margin-top: 5px;
    float: right;
}

.talk#talk-content .img-preview{
    position: absolute;
    background-color: #000000b0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 999999999999999;
}

.talk#talk-content .img-preview.show{
    display: flex!important;
    -webkit-animation: animate-show 0.5s;
    -o-animation: animate-show 0.5s;
    -moz-animation: animate-show 0.5s;
    animation: animate-show 0.5s;
    opacity: 1;
}

.talk#talk-content .img-preview img{
    align-self: center;
    object-fit: cover;
    margin: 0 auto;
    max-height: 100%;
    min-width: 70%;
    max-width: 100%;
}

.talk#talk-content .video-preview{
    position: absolute;
    background-color: #000000b0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 999999999999999;
}

.talk#talk-content .video-preview.show{
    display: flex!important;
    -webkit-animation: animate-show 0.5s;
    -o-animation: animate-show 0.5s;
    -moz-animation: animate-show 0.5s;
    animation: animate-show 0.5s;
    opacity: 1;
}

.talk#talk-content .video-preview video{
    
    max-height: 100%;
    min-width: 70%;
    max-width: 100%;
    align-self: center;
    object-fit: cover;
    margin: 0 auto;
}

.talk#talk-content .video-preview .btn-play{
    
    width: 100%;
    align-self: center;
    object-fit: cover;
    margin: 0 auto;
    height: 100%;
    max-height: none!important;
}
button.close-video {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.talk#talk-content .message  .btn-play-min{position: absolute;
    /*left: 0;*/
    /*width: 100%;*/
    margin-top: 10px;
    z-index: 999;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    align-self: center;
    object-fit: cover;
    margin: 0 auto;
    height: 100%;
    max-height: none!important;
}

.input-image .image-chat{
    display: flex;
    width: 100%;
    height: 210px;
    bottom: 10px;
    position: absolute;
    left: 0;
    background-color: #eaeaea;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    
}
.input-image .image{
    width: 200px;
    height: 200px;
    background-color: #eaeaea;
    align-items: center;
    justify-content: center;
    background-image:url(../../img/padrao/insertphoto.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    z-index: 99999;
}
.input-video .image-chat{
    display: flex;
    width: 100%;
    height: 210px;
    bottom: 10px;
    position: absolute;
    left: 0;
    background-color: #eaeaea;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    
}
.input-video .video{
    width: 200px;
    height: 200px;
    background-color: #eaeaea;
    align-items: center;
    justify-content: center;
    background-image:url(../../img/padrao/insertvideo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    z-index: 99999;
}

.input-image,.input-video{
    display: none;
}
.talk#talk-content .dropdown-menu .video{
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 3px 5px #00000073;
    padding: 5px 10px;
    background-image: url(../../img/icones/camera.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 62%;
    margin-top: 5px;
    float: right;
    z-index: 9999999;
}
.talk#talk-content .dropdown-menu .btn-locate{
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 3px 5px #00000073;
    padding: 5px 10px;
    background-image: url(../../img/icones/point.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 62%;
    margin-top: 5px;
    float: right;
    z-index: 9999999;
}

.talk#talk-content .dropdown-menu .btn-audio{
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 3px 5px #00000073;
    padding: 5px 10px;
    background-image: url(../../img/icones/mic1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 62%;
    margin-top: 5px;
    float: right;
    z-index: 9999999;
}

.talk#talk-content .btn-gift{
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 5px #00000073;
    background-image: url(../../img/icones/giftbox.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 62%;
    margin-right: 5px;
    z-index: 9999999;
}

.talk#talk-content .btn-sponsorship{
    height: 40px;
    width: 45px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 5px #00000073;
    margin-right: 5px;
    z-index: 9999999;
    font-size: 110%;
    color: #7f3687;
}

.talk#talk-content .talk-footer .input-group-text{
    border-radius: 0px 25px 25px 0px;
    padding: .375rem 0.5rem 0.375rem 0.375rem;
    border: 0;
    background-color: #fff;
    z-index: 9999999;
}
.talk#talk-content .talk-footer .form-control{
    border-radius: 25px 0px 0px 25px;
    padding: .375rem 0.5rem 0.375rem 0.375rem;
    border: 0;
    background-color: #fff;
    font-family: 'gilroy', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 13px;
    z-index: 9999999;
}

.talk#talk-content .talk-footer .input-group{
    border-radius: 25px;
    box-shadow: 0 1px 5px #00000075;
    z-index: 9999999;
}

.talk#talk-content .talk-footer .input-group-text,
.talk#talk-content .talk-footer .form-control{
    height: 40px;
    z-index: 9999999;
}

.talk#talk-content .talk-footer .input-group-text img{
    height: 30px;
    z-index: 99999999;
}
.dropdown-toggle::after {
    display:none!important;
}
#graph {
    
    width: 220px;
    height: 220px;
    animation: 1s linear;
    background-color: white;
    border-radius: 50%;
    position: relative;
}
.audio-input{
    height: 100%;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 0;
	right: 0;
    z-index: 1000000;
    background-color: #00000054;    
}

audio::-webkit-media-controls-mute-button{
    display:none
}


audio::-webkit-media-controls-timeline-container{display:none}
audio input{
    padding: 0;
}
audio::-webkit-media-controls-current-time-display{
    color:#92328b; 
    font-weight:bold;
    font-family: 'gilroy', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

audio::-webkit-media-controls-time-remaining-display{
    color:#92328b; 
    font-weight:bold;
    font-family: 'gilroy', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

audio::-webkit-media-controls-timeline{
	display:block;
	
}

audio::-webkit-media-controls-volume-slider-container{display:none}

audio::-webkit-media-controls-volume-slider{display:none}

audio::-webkit-media-controls-seek-back-button{display:none}

audio::-webkit-media-controls-seek-forward-button{display:none}

audio::-webkit-media-controls-fullscreen-button{display:none}

audio::-webkit-media-controls-rewind-button{display:none}

audio::-webkit-media-controls-return-to-realtime-button{
    display:none
}

audio::-webkit-media-controls-toggle-closed-captions-button{display:none}

#graph img{
    width:130px; 
    height:100px;
    position:relative;
    left: 22%;
    top: 18%;
}

#graph canvas {
    display: block;
    position:absolute;
    top:0;
    left:0;
}
#graph span {
    color:#803788;
    display:block;
    line-height:220px;
    text-align:center;
    width:220px;
    font-family:sans-serif;
    font-size:40px;
    font-weight:100;
    margin-left:5px;
    border-radius: 0;
    margin-top: -45px;
}

#graph input {
    width: 200px;
}

.btn-play-audio{
	background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 35px;
    margin: 5px 10px;
    background-image: url(../../img/icones/play.png);
}

.timeAudio{
	color: #7F3687;
    align-self: center;
}

.progress.audio{
	width: 80%;
    margin: auto 10px;
    height: 10px;
}

.progress.audio .progress-bar{
	background-color: #7F3687;
	transition: width 0.01s ease;
}

.btn-pause-audio{
	background-image: url(../../img/padrao/square.png)!important;
}

@media screen and (min-width:767px){
    .talk#talk-content .container {
        height: 85vh;
        padding-top: 15px;
    }
    .talk#talk-content {
        height: 85vh;
        padding-bottom: 0px;
        background-color: #eaeaea;
    }
    .talk#talk-content .messages {
        height: 81%;
        margin-top: 15px;
        overflow-y: auto;
        border-radius: 15px;
    }
    .messages .message-other{
        background-color: #fff;
        padding:5px 10px;
        border-radius: 15px;
        margin-right: 15px;
        width: auto;
    }
    .messages .message-me{
        background-color: #fff;
        padding: 5px 10px;
        border-radius: 15px;
        margin-left: 15px;
        width: auto;
    }

    .messages .message-other{
        width: 50%;
    }

    .messages .message-me .btn-play{
        margin-left: 50%;
        width: 50%;
    }

    .messages .message-me{
        width: 50%;
        margin-left: 50%;
    }

    .messages .message-other .btn-play{
        width: 50%;
    }

    .messages-history, nav{
        display: block!important;
    }

    .image-chat{
        bottom: 38px!important;
    }
	
	.talk#talk-content .talk-footer{
		position: unset;
    	width: 100%;
	}
}