body,
html {
	height: 100%;
	margin: 0;

}

.chat {
	margin-top: auto;
	margin-bottom: auto;
}

.card {
	height: 78vh;
	/* border-radius: 15px !important; */
	border: none !important;
	background-color: rgba(0, 0, 0, 0) !important;
}

.contacts_body {
	padding: 0.75rem 0 !important;
	overflow-y: auto;
	white-space: nowrap;
}

.msg_card_body {
	overflow-y: auto;
}

.card-header {
	border-radius: 15px 15px 0 0 !important;
	border-bottom: 0 !important;
}

.card-footer {
	border-radius: 0 0 15px 15px !important;
	border-top: 0 !important;
}

.container {
	align-content: center;
}

.search {
	border-radius: 15px 0 0 15px !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
}

.search:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

.type_msg {
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
	height: 60px !important;
	overflow-y: auto;
}

.type_msg:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

.attach_btn {
	border-radius: 15px 0 0 15px !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
	cursor: pointer;
}

.send_btn {
	border-radius: 0 15px 15px 0 !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
	cursor: pointer;
}

.search_btn {
	border-radius: 0 15px 15px 0 !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
	cursor: pointer;
}

.contacts {
	list-style: none;
	padding: 0;
}

.contacts li {
	width: 100% !important;
	padding: 5px 10px;
	margin-bottom: 15px !important;
}

.active {
	color: black;
	/* background-color: rgba(0, 0, 0, 0.3); */
}

.user_img {
	height: 70px;
	width: 70px;
	border: 1.5px solid #f5f6fa;

}

.user_img_msg {
	/* height: 40px;
	width: 40px; */
	border: 1.5px solid #f5f6fa;

}

.img_cont {
	position: relative;
	height: 70px;
	width: 70px;
}

.img_cont_msg {
	height: 40px;
	width: 40px;
}

.online_icon {
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.4em;
	border: 1.5px solid white;
}

.offline {
	background-color: #c23616 !important;
}

.user_info {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15px;
}

.user_info span {
	font-size: 20px;
	color: white;
}

.user_info p {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.6);
}

.video_cam {
	margin-left: 50px;
	margin-top: 5px;
}

.video_cam span {
	color: white;
	font-size: 20px;
	cursor: pointer;
	margin-right: 20px;
}

.msg_cotainer {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 10px;
	border-radius: 25px;
	background-color: rgba(0, 0, 0, 0);
	padding-right: 20px;
	/* padding: 10px; */
	position: relative;
}

.msg_cotainer span {
	font-size: 15px;
	line-height: 1.8;
}

.msg_cotainer_send span {
	font-size: 15px;
	line-height: 1.8;
}

.msg_cotainer_send {
	margin-top: auto;
	margin-bottom: auto;
	/* margin-right: 10px; */
	border-radius: 25px;
	background-color: white;
	padding: 2px 20px;
	position: relative;
	max-width: 100%;
	font-size: 15px;
    line-height: 1.8;
}

.msg_time {
	position: absolute;
	left: 0;
	bottom: -15px;
	color: gray;
	font-size: 10px;
}

.msg_time_send {
	position: absolute;
	right: 0;
	bottom: -15px;
	color: gray;
	font-size: 10px;
}

.msg_head {
	position: relative;
}

#action_menu_btn {
	position: absolute;
	right: 10px;
	top: 10px;
	color: white;
	cursor: pointer;
	font-size: 20px;
}

.action_menu {
	z-index: 1;
	position: absolute;
	padding: 15px 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border-radius: 15px;
	top: 30px;
	right: 15px;
	display: none;
}

.action_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.action_menu ul li {
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 5px;
}

.action_menu ul li i {
	padding-right: 10px;

}

.action_menu ul li:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
}

@media(max-width: 576px) {
	.contacts_card {
		margin-bottom: 15px !important;
	}
}

.conversation_area {
	-ms-overflow-style: none;
	/* Internet Explorer 10+ */
	scrollbar-width: none;
	/* Firefox */
}

.conversation_area::-webkit-scrollbar {
	display: none;
	/* Safari and Chrome */
}
.user-image-uploads{
	width: 200px;
    height: 190px;
    margin: 3px;
	border-radius: 6px;
}

.docs{
	display: flex;
	/* justify-content: center;
	align-items: center; */
	height: 90px;
	width: 200px;
	margin-right: 8px;
	background-color:#ddd ;
}
.item1, .item2{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.docs i{
	font-size: 2rem;
}
.user-file-uploads{
	background-color:#ddd ;
	width: 200px;
	margin: 3px;
    border-radius: 6px;
}
.user-file-uploads i{
	font-size: 3rem;
}
.file-name{
	max-width: 140px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user-prompt-images{
	/* text-align: right; */
}
.edit_user_msg {
	/* position: absolute; */
	/* left: -30px; */
	/* bottom: 20%; */
	font-size: 1rem;
	padding: 5px 7px;
	/* padding-left: 7px;
	padding-right: 7px; */
	cursor: pointer;
	border-radius: 25px
}

.edit_user_msg:hover {
	background-color: rgb(255, 255, 255);
}
.paginate-ul{
	margin-top: 10px !important;
	margin-bottom: unset !important;
}
.paginate-li{
	font-size: 10px !important;
}
.page-link:hover{
	background-color:#333333 !important;
}
.pginate_result{
	padding: 5px 8px !important;
}

.hidden {
	display: none !important;
}

.msg_cotainer_send a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
  }
  
  .msg_cotainer_send a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .msg_cotainer_send.previous {
    background-color: #f1f1f1;
    color: black;
  }
  
  .msg_cotainer_send.next {
    background-color: #04AA6D;
    color: white;
  }
  
  .msg_cotainer_send.round {
    border-radius: 50%;
  }
  .overflow-x-auto{
	overflow-x: auto;
  }    
  .mb-40{
	margin-bottom: 40px;
  }
  .mr-10{
	margin-right:10px!important;
  }
  .m-t-5{
	margin-top:5px!important;
  }
  .br-25{
	border-radius:25px!important;
  }
  .h-20px{
	height:20px;
  }
  .w-50{
	width:50%;
  }
  .pb-40{
	padding-bottom: 40px;
  }
  .pre_prompt_card:hover{
	background-color:rgb(51, 102, 153,0.2)!important;
  }

.file-options{
	top: -150px !important;
	left:  20px !important;
}
.file-options svg{
	height: 14px;
	width: 14px;
	margin-right: 10px;
}
.text-solid-black{
	color: black !important;
}
.edit-msg-input{
	padding: 10px 20px !important;
	background-color: #ddd;
	margin-bottom: 5px;
	border-radius: 25px;
}
.edit-msg-btn{
	border-radius: 25px;
	margin-left: 5px;
	padding: .375rem .75rem !important;
}
.create-album{
	min-height: 150px !important;
}

@media (min-width: 900px) {
	.conversation_area, .ai-foot-form, .new-chat-section {
		width: 50% !important;
	}
}
@media (max-width: 900px) {
	.conversation_area, .ai-foot-form, .new-chat-section {
		width: 80% !important;
	}
}

@media (max-width: 768px) {
	.conversation_area, .ai-foot-form, .new-chat-section {
		width: 100% !important;
	}
	.msg_cotainer_send, .ai-response{
		font-size: 14px;
		/* line-height: normal; */
	}
}
@media screen and (max-width: 400px) {
    label.control-label {
        top: unset !important;
    }
}
.r-0{
	right:0 !important;
}
/* Placeholder */
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
.linear-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    /* height: 338px; */
    position: relative;
    overflow: hidden;
}