body.body-ovwerflow {
    overflow: hidden;
}
.custom-chatbox.sidebar {
    width: 70rem;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
}
.time {
    border: 1px solid #e7eaf3;
    border-radius: 22px;
    padding: 5px 10px;
}
.right-chatbox {
    right: 0;
    height: calc(100vh - 246px);
    padding-bottom: 40px !important;
}
.right-chatbox .avatar-circle {
    margin-top: 5px;
    width: 2.625rem;
    height: 2.625rem;
}
.right-converstion .right-chatbox {
    left: 30%;
    width: 440px;
}
.custom-chatbox .step-content {
    position: relative;
    z-index: 999;
    display: inline-block;
}
.custom-chatbox .step-content::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 6000px;
    background-color: rgba(189, 197, 209, 0.3);
    height: 100%;
    z-index: -1;
    opacity: 0;
}
.custom-chatbox .step-content:hover::after {
    opacity: 1;
}
.custom-chatbox .step-content:hover .custmize-block {
    opacity: 1;
}

.chat-left {
    width: 100%;
    background-color: #eaecf2;
    border-right: 1px solid #e2e2e2;
    height: 100vh !important;
    padding-bottom: 90px !important;
}
.custmize-block {
    opacity: 0;
}
.custmize-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custmize-block ul li {
    display: inline-block;
    padding: 0 8px;
}
.custmize-block ul li a  {
    color: #71869d;
    font-size: 18px;
    line-height: 18px;
}
.custmize-block {
    border: 1px solid #e7eaf3;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 10px;
    z-index: 99;
    background: #fff;
    bottom: 0;
    border-radius: 7px;
}
.my-rightside {
    position: absolute;
    top: 80px;
    bottom: 0;
    right: 0;
    width: 400px;
    z-index: 999;
    display: none;
    box-shadow: 0px 6px 12px rgb(140 152 164 / 8%);
    border-left: 1px solid #e2e2e2;
}
.user-name {
    border-bottom: 1px solid #e2e2e2;
}

.close-converstion i {
    color: #0c1b2f;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}
.chat-search {
    z-index: 99999;
}
.replay-box {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    padding-bottom: 100px !important;
}
.audio_call {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 1);
    z-index: 99999;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.user-profile {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
}
.user-profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.top-header {
    display: flex;
    position: absolute;
    top: 30px;
    right: 30px;
}
.audio-close {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.audio-close i {
    font-size: 30px;
    line-height: 30px;
}
.answering-group {
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
}
.ans-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    position: relative;
}
.ans-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.ans-btn:hover {
    color: #fff;
}
.rejact {
    margin-left: 10px;
}
.mute {
    margin-left: 10px;
}
.video-call {
    background-image: url(/assets/img/avatars/video-call.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mini-audio-call .answering-group {
    display: flex;
    align-items: center;
    background: #132144;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 8px 20px;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
}
.mini-audio-call .answering-group h3 {
    color: #fff;
    margin-right: 10px;
    margin-bottom: 0;
}
.mini-video .answering-group {
    display: block;
    text-align: center;
}
.mini-video .user-profile {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}
.support-block {
    border: 0.0625rem solid rgba(231, 234, 243, 0.7);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
}
.support-block img {
    width: 40px;
    height: 40px;
}

.add-support {
    display: inline-block;
    text-align: right;
    float: right;
    border: none;
    background-color: transparent;
}

.custom-modal textarea.form-control {
    resize: none;
}
.edit-group a:focus {
    color: #fff;
}
.edit-group .badge-pill {
    padding: 11px 11px;
    border-radius: 0.25rem;
}
.edit-group a:hover {
    color: #fff;
}
.edit {
    color: #fff;
}
.view {
    color: #fff;
}
.comment-box a {
    background: #0c1b2f;
    color: #fff;
    border-radius: 3px;
    padding: 3px 5px;
    margin-left: 10px;
}
#mini-audio-call { width: 330px; height: 66px; }
#mini-video {
    height: 245px;
    width: 190px;
}


.right-converstion .replay-box {
    width: 440px;
}
.right-comment {
    resize: none;
}
.document .text-truncate {
    white-space: unset;
}
.right-converstion .step-content .card-body {
    padding: 10px 10px;
}
.comment-list {
    margin-left: 30px;
}

.custom-editor .ql-toolbar.ql-snow {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.custom-editor .ql-container.ql-snow {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.custom-editor-replay {
    margin: 20px;
}
.custom-editor-replay .ql-container.ql-snow {
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}
.custom-editor-replay .ql-toolbar.ql-snow {
    padding: 10px;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
}
.chat-video-content .chat-left-content{
    margin: 0 auto;
}
.chat-video-content  .nav-segment{
    border-radius: unset;
    position: absolute;
    width: 100%;
    max-width: 100%;
    z-index: 3;
    background-color: #eaecf2;
    padding-top: 10px;
    border-bottom: 1px solid #d4cccc;
    padding-bottom: 10px;
}
.chat-video-content ul.left {
    margin-top: 45px;
}
.chat-video-content .nav-segment .nav-link{
    font-size: 14px;
    border: 1px solid #28456a !important;
    margin-right: 4px;
    margin-left: 5px;
    color: #fff;
    background-color: #2d496e !important;
}
.chat-video-content .nav-segment .nav-link.active{
    background-color: #377dff;
    color: #fff;
}

.chat-video-content .history-tl-container{
    font-family: "Roboto",sans-serif;
    width:100%;
    margin:auto;
    display:block;
    position:relative;
}
.chat-video-content .history-tl-container.right-chatbox  .avatar-circle{
    margin-top: 0px;
}
.chat-video-content .history-tl-container.right-chatbox {
	height: 100vh;
}
.chat-video-content .history-tl-container ul.tl{
    margin: 0px 20px;
    padding:0;
    display: block;
    padding-bottom: 30px;
}
.chat-video-content .history-tl-container ul.tl li {
	list-style: none;
	margin: auto;
	margin-left: 22px;
	min-height: 70px;
    border-left: 1px solid #E0E0E1;
	padding: 0 0 15px 40px;
	position: relative;
}
.chat-video-content .history-tl-container ul.tl li:last-child{ border-left:0;}
.chat-video-content .history-tl-container ul.tl li::before {
	position: absolute;
	left: -16px;
	top: 0px;
	content: " ";
	border: 0px solid rgba(255, 255, 255, 0.74);
	border-radius: 500%;
	background: #377DFF;
	height: 35px;
	width: 35px;
	transition: all 500ms ease-in-out;
}
.chat-video-content .history-tl-container ul.tl li .user-img{
    position: absolute !important;
    left: -16px;
    top: 0px;
    content: " ";
    border-radius: 50%;
    height: 35px;
    width: 35px;
    transition: all 500ms ease-in-out;
}
.chat-video-content .history-tl-container ul.tl li .user-img .tio-record{
    position: absolute !important;
    right: -2px;
    bottom: -3px;
}
.chat-video-content .history-tl-container ul.tl li:hover::before{
    border-color: #FFFFFF4A;
    transition: all 0.5s ease-in-out;
}
.chat-video-content .history-tl-container ul.tl li .item-detail .btn{
	padding-left: 0.25rem;
}
.chat-video-content .history-tl-container ul.tl li .item-title{   
    color: #8D8D8D;
    font-size: 15px;
}
.chat-video-content .history-tl-container ul.tl li .item-detail{
    color: #8D8D8D;
    font-size:12px;
    font-weight: bold;
}
.chat-video-content .history-tl-container ul.tl li .timestamp {
	color: #8D8D8D;
	font-weight: bold;
	position: absolute;
	width: 125px;
	left: -160px;
	text-align: right;
	font-size: 13px;
}
.chat-video-content .history-tl-container ul.tl li .timeline-box{
    border-radius: 14px;
}
.chat-video-content .show{
    display: block !important;
}
.chat-video-content .hide{
    display: none !important;
}
@media(max-width: 575px){
	.chat-video-content .history-tl-container ul.tl li{
		margin-left: 120px;
	}
	.chat-video-content .history-tl-container ul.tl li .item-detail .btn {
		padding-left: 0px;
		display: block;
		text-align: left;
	}
}
@media (max-width: 1199px) { 
    .custom-chatbox.sidebar {
        width: 63rem;
    }
    .right-converstion .right-chatbox {
        width: 380px;
    }
    .mini-audio-call .answering-group {
        top: 0;
    }
}
@media(max-width: 1024px){
    .custom-chatbox.sidebar {
        width: 60rem;
    }
}
@media (max-width: 991px) {
    .navbar-nav-wrap-content-left .navbar-nav > .nav-item:not(:last-child), .navbar-nav-wrap-content-right .navbar-nav > .nav-item:not(:last-child) {
        margin-right: 0;
    }
    .navbar-input-group-chat {
        min-width: 23rem !important;
    }
    .custom-chatbox.sidebar {
        width: auto;
        left: 0;
    }
    .custom-chatbox .btn-icon {
        width: 2rem;
        height: 2rem;
        margin-right: 5px !important;
    }
    .my-rightside {
        width: 220px;
    }
    .right-converstion .right-chatbox {
        width: 310px;
    }
    .thrad-name {
        display: block !important;
    }
    .my-rightside  .step-content a {
        flex-wrap: wrap;
    }
}   
.meet-active-man{
    height: 100%;
    object-fit: cover;
}
.video-assets{
    position: absolute;
    bottom: 100px;
    width: 100%;
}
.video-assets ul{
    list-style-type: none;
}
.video-assets li{
    background-color: rgb(60 64 67 / 75%);
    border-radius: 50%;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
}
.video-assets li i{
    color: #fff;
}
.video-status{
    position: absolute;
    top: 40px;
    width: 100%;
}
.video-status ul{
    list-style-type: none;
}
.video-status li{
    background-color: rgb(60 64 67 / 75%);
    border-radius: 12px;
    text-align: center;
    padding: 10px;
    color: #fff;
    line-height: 14px;
    text-transform: capitalize;
    letter-spacing: 1.2px;
}
.chat-sidebar{
    position: absolute;
    right: -20rem;
    width: 20rem;
    background: #fff;
    height: 100%;
    top: 75px;
    transition: right ease-in-out .5s;
}
.chat-sidebar.show{
    right: 0 !important;
}
.chat-type{
    position: absolute;
    bottom: 75px;
    width: 100%;
}
.sent-msg span{
    text-align: left;
    background-color: #f1f1f1;
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 10px;
    display: inline-block;
    clear: both;
}
/* .receive-msg span{
    text-align: right;
    background-color: #f1f1f1;
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 10px;
    display: inline-block;
    clear: both;
} */
.receive-msg{
    display: flex;
    justify-content: right;
    flex-direction: column;
}
.receive-msg span{
    float: right;
    background-color: #f1f1f1;
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.chat-body{
    overflow: auto;
    height: calc(100% - 200px);
}