::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #d3d3d3;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	background: #364ccd;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
	background: #5a6fe9;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}
.file-container{
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
}
.file-container h1{
	text-shadow: 0 0 15px rgb(43 70 204 / 90%);
}
.file-container .file-div{
	border: dashed 2px rgb(255 255 255 / 60%);
	padding: 0 15px;
}
.file-container .file-style{
	color: #fff;
    background: rgb(0 0 0 / 30%);
	border-radius: 50px;
}
.file-container .custom-btn{
	border-radius: 50px;
	border: none;
	background: linear-gradient(30deg, rgba(231,116,247,1) 0%, rgba(127,86,202,1) 18%, rgba(43,70,204,1) 50%, rgba(150,51,127,1) 82%, rgba(252,70,107,1) 100%);
}
.file-container .custom-btn:hover{
	background: linear-gradient(30deg, rgba(252,70,107,1) 0%, rgba(150,51,127,1) 20%, rgba(43,70,204,1) 50%, rgba(127,86,202,1) 80%, rgba(231,116,247,1) 100%);
}
.file-container .custom-btn i{
	position: relative;
	top: 2px;
}
.header{
	padding: 5px 0;
	border-bottom: solid 1px #ddd;
}
.header h5{
	margin: 0;
}
.header h5 span, .header h5 i{
	color: #364ccd;
}
.header .img-fluid{
	height: 35px;
}
.header .btn-sm{
	padding: 0px 5px;
	font-size: 12px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.page-container{
	min-height: calc(100vh - 46px);
}
.page-container .left-sidebar{
	border-right: solid 1px #ddd;
	box-shadow: 5px 3px 10px rgb(0 0 0 / 8%);
    z-index: 1;
    padding-top: 15px;
    padding-right: 0;
}
.page-container .left-sidebar .left-auto-contain{
	height: calc(100vh - 70px);
    overflow: auto;
    padding-right: 5px;
}
.page-container .right-sidebar{
	border-left: solid 1px #ddd;
	box-shadow: -5px 3px 10px rgb(0 0 0 / 8%);
	z-index: 1;
	padding-top: 15px;
	padding-right: 28px;
	position: relative;
	overflow: hidden;
}
.page-container .right-sidebar:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(../images/chat-ai-img.png) no-repeat center center;
	opacity: 0.2;
}
.page-container .middle-bar{
	background: #f6f8fa;
	padding-top: 15px;
	display: none;
}
.page-container .left-sidebar ul{
	margin-left: 10px;
}
.page-container .left-sidebar ul li{
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
}
.page-container .left-sidebar ul li .check-box{
	position: absolute;
    left: 0;
    top: 38%;
}
.page-container .left-sidebar ul li a{
	display: block;
	color: #333;
	text-decoration: none;
	border-radius: 3px;
	padding: 5px;
}
.page-container .left-sidebar ul li a:hover{
	background: #f1f1f1;
}
.page-container .left-sidebar ul li.active a{
	background: #e7e7e7;
}
.page-container .left-sidebar ul li a .name{
	display: block;
	white-space: nowrap;
	overflow: hidden;
  	text-overflow: ellipsis; 
}
.page-container .left-sidebar ul li a .name i{
	font-size: 22px;
    vertical-align: bottom;
}
.page-container .left-sidebar ul li a .time{
	color: #686868;
    font-size: 12px;
}
.page-container .middle-bar .doc-viewer iframe{
	width: 100%;
	height: calc(100vh - 70px);
}
.page-container .right-sidebar .chat-div{
	height: calc(100vh - 125px);
	padding-right: 5px;
	overflow: auto;
}
.page-container .right-sidebar .chat-box{
	display: flex;
	padding: 5px;
	background: #fff;
	border: solid 1px #ddd;
	margin-right: 10px;
	border-radius: 5px;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 12px;
	width: 91%;
	margin: auto;
}
.page-container .right-sidebar .chat-box .form-control{
	flex: 1;
	border: none;
	font-size: 14px;
}
.page-container .right-sidebar .chat-box .form-control:focus{
	box-shadow: none;
}
.page-container .right-sidebar .chat-box .btn{
	background: #fff;
	border: none;
	font-size: 20px;
	color: #364ccd;
	margin-left: 2px;
}
.client-div, .reply-div{
	padding-right: 30px;
    display: flex;
    margin-bottom: 20px;
}
.client-div .user i, .reply-div .user i{
	background: #fff;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 3px;
    text-align: center;
    line-height: 22px;
    border: solid 1px #ddd;
}
.client-div .content, .reply-div .content{
	flex: 1;
}
.client-div .content span, .reply-div .content span{
	display: inline-block;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 20px;
    padding: 2px 10px;
    float: left;
}
.reply-div{
	padding-right: 0;
    padding-left: 30px;
    margin-bottom: 25px;
}
.reply-div .content span{
	float: right;
	background: #364ccd;
    color: #fff;
    border-color: #364ccd;
}
.reply-div .user i{
	margin-left: 3px;
    margin-right: 0;
    background: #364ccd;
    color: #fff;
    border-color: #364ccd;
}

@media (max-width: 768px){
	.header h5{
		font-size: 17px;
	}
}
@media (min-width: 768px){
	.header h5{
		font-size: 1.25rem;
	}
}
@media (min-width: 998px){
	
}
@media (min-width: 1200px){

}