@charset "utf-8";
.stretch-card>.card {
    width: 100%;
    min-width: 100%
}

body {
    background-color: #58589d
}



.box.box-warning {
    border-top-color: #f39c12;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.box-header>.box-tools [data-toggle="tooltip"] {
    position: relative;
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.bg-yellow{
        color: #fff !important;
}

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.btn-box-tool {
    padding: 5px;
    font-size: 1.6rem;
    background: transparent;
    color: #97a0b3;
}
.direct-chat{
	/*max-width: 500px;*/
	margin: auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	position: fixed;
	right: 0;
	bottom: 0;
}
.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}

.direct-chat-messages {
    transform: translate(0, 0);
    padding: 10px;
    height: 550px;
	height: calc(100vh - 100px);
    overflow: auto;
	background: url(https://support.aaroananda.com/assets/imgs/asd.png);
	background-size: cover;
}


.direct-chat-msg {
    margin-bottom: 15px;
}

.direct-chat-msg, .direct-chat-text {
    display: block;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

.direct-chat-timestamp {
    color: #999;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 6px 0 0 10px;
    color: #444;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.direct-chat-msg, .direct-chat-text {
    display: inline-block;
}

.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}



.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}



:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.direct-chat-msg:after {
    clear: both;
}

.direct-chat-msg:after {
    content: " ";
    display: table;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-warning .right>.direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #fff;
}

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}




.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}


.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.btn-send{
	background: #fff;
	border: 1px solid #ced4da;
	border-left: 0;
	font-size:1.6rem;
}
.form-control{font-size:1.6rem;}

.dcm-list{
	color: #000;
	transition: 0.3s;
	.card-body{
		padding: 10px;
		display: flex;
		gap: 20px;
		.img{
			width: 100px;
			display:contents;
			img{
				width: 100px;
			height: 85px;
			object-fit: cover;
			object-position: top;
			}
		}
		.info{
			.list-heading{
				font-size: 18px;
				font-weight: bold;
			}
			p{
				display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  margin: 0;
			}
		}
	}
	&:hover{
		text-decoration: none;
	}
}
.dcm-list{
	margin-bottom: 10px;
}
.bengali-font{
	font-family: "Noto Serif Bengali", serif;
}

.q-chip{
	border-radius: 20px;
    background: aliceblue;
    cursor: pointer;
}

.loading {
	display: flex;
	flex-direction: row;
	height: 38px;
	align-items: center;
	justify-content: center;
	background: #efefef;
  }
  .loading__letter {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	animation-name: bounce;
	animation-duration: 2s;
	animation-iteration-count: infinite;
  }
  
  .loading__letter:nth-child(2) {
	animation-delay: .1s;	
  }
  .loading__letter:nth-child(3) {
	animation-delay: .2s;
  }
  .loading__letter:nth-child(4) {
	animation-delay: .3s;	
  }
  .loading__letter:nth-child(5) {
	animation-delay: .4s;
  }
  .loading__letter:nth-child(6) {
	animation-delay: .5s;	
  }
  .loading__letter:nth-child(7) {
	animation-delay: .6s;
  }
  .loading__letter:nth-child(8) {
	animation-delay: .8s;
  }
  .loading__letter:nth-child(9) {
	animation-delay: 1s;
  }
  .loading__letter:nth-child(10) {
	animation-delay: 1.2s;
  }
  
  @keyframes bounce {
	0% {
	  transform: translateY(0px)
	}
	40% {
	  transform: translateY(-5px);
	}
	80%,
	100% {
	  transform: translateY(0px);
	}
  }
  
  
  .loader {
  width: 320px;
  height: 150px;
  margin: auto;
  display: block;
  position: relative;
  background: #FFF;
  box-sizing: border-box;
}
.loader::after {
  content: '';  
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  position: absolute;
  background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
  background-repeat: no-repeat;
  background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
  background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
  box-sizing: border-box;
  animation: animloader 1s linear infinite;
}

@keyframes animloader {
  0% {
    background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
  }
  100% {
    background-position: 150% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
  }
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {   
    border-color: none;
    box-shadow: none;
    outline: 0 none;
}
  
  
 
