/*======================================

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
E-SANDESH Message System For Opencart V 3.0.X.X
Designed And Created By - Dr Manish Joshi
Website - https://www.ayurvedvishva.com
Email - info@ayurvedvishva.com

Copyright (C) Dr Manish Joshi 2021
 Distributed under the GPL-2.0 License (license terms are at https://opensource.org/licenses/GPL-2.0 ).

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

chat-esandesh BOX STYLES
======================================= */
.mt-10{
	margin-top:10px! important;
}

.hr-clas {
    border-top: 1px solid #A12EB3;
}

#view-esandesh{
	height: 46%;
	max-height:650px! important;
	overflow: auto;
	width:98%;
}
.esandesh-heading {
	background-color: #ffffff;
	padding:10px 15px;
	font-size:15px;
	font-weight:700;
	color: #000000;
border: solid 1px #cdcdcd;}
.chat-esandesh-box-main {
    max-height:520px;
    overflow:hidden;
}
/* taken from https://codepen.io/lolokusko/pen/EgEOZo */
.vmj-comment {
    position: relative;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 50px;
}

.vmj-comment-avatar {
    position: absolute;
    top: 0;
    left: -40px;
    width: 75px;
    height: 75px;
    background: #80B3CD;
	 display: flex;
  flex-direction: column;
  justify-content: center;  /* Centering y-axis */
  align-items :center; /* Centering x-axis */
}
.vmj-comment-avatar-img {
		width:50px! important;
		height:50px! important;
	opacity:1;
	text-shadow:1px 1px 5px #FFFFFF;
}

.vmj-comment-author {
    margin-bottom: 5px;
    padding-left: 45px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
}

.vmj-comment-author-user {
    margin-bottom: 5px;
    padding-left: 45px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
	color:#0489B1;
}
.vmj-comment-author-customer {
    margin-bottom: 5px;
    padding-left: 45px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
	color:#B40431;
}

.vmj-comment-text {
    padding: 12px;
    padding-left: 45px;
    background-color: #f8f8f8;
    border-bottom: 5px solid #e5e6e6;
}
.vmj-comment-text-inner-user {
    padding: 12px;
    background-color: #ffffff;
    border: 1px solid #C7C9C9;
}
.vmj-comment-text-inner-customer {
    padding: 12px;
    background-color: #dfdfdf;
    border: 1px solid #C7C9C9;
}

.vmj-comment-date {
    margin-top: 2px;
	padding-left: 45px;
    font-size: 11px;
    color: #999;
}

.vmj-comment-reply {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background: url("/assets/course14/reply.png") no-repeat 0 0;
}


.scrollbar
{
  margin-left: 5px;
  float: left;
  height: 500px;
  width: 99%;
  background: #ffffff! important;
  overflow-y: auto;
  margin-bottom: 25px;
  padding:10px 10px 30px 10px;
  /* box-shadow:1px 4px 6px #000; */
   /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
}
.scrollbar:after{
	/* content: "End of E-Sandesh Messages"; */
	padding-left:25px;
	color:#ccc! important;
}
.force-overflow
{
  min-height: 80%;
}

/*
 *  STYLE 1
 */

.scrollbar-style-1::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.scrollbar-style-1::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-style-1::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}

/*
 *  STYLE 2
 */

.scrollbar-style-2::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.scrollbar-style-2::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-style-2::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #D62929;
}

/*
 *  STYLE 3
 */

.scrollbar-style-3::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.scrollbar-style-3::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

.scrollbar-style-3::-webkit-scrollbar-thumb
{
  background-color: #000000;
}

/*
 *  STYLE 4
 */

.scrollbar-style-4::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.scrollbar-style-4::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.scrollbar-style-4::-webkit-scrollbar-thumb
{
  background-color: #000000;
  border: 2px solid #555555;
}


/*
 *  STYLE 5
 */

.scrollbar-style-5::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.scrollbar-style-5::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.scrollbar-style-5::-webkit-scrollbar-thumb
{
  background-color: #0ae;
  
  background-image: -webkit-gradient(linear, 0 0, 0 100%,
                     color-stop(.5, rgba(255, 255, 255, .2)),
             color-stop(.5, transparent), to(transparent));
}


/*
 *  STYLE 6
 */

.scrollbar-style-6::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.scrollbar-style-6::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.scrollbar-style-6::-webkit-scrollbar-thumb
{
  background-color: #F90; 
  background-image: -webkit-linear-gradient(45deg,
                                            rgba(255, 255, 255, .2) 25%,
                        transparent 25%,
                        transparent 50%,
                        rgba(255, 255, 255, .2) 50%,
                        rgba(255, 255, 255, .2) 75%,
                        transparent 75%,
                        transparent)
}


/*
 *  STYLE 7
 */

.scrollbar-style-7::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-style-7::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.scrollbar-style-7::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-image: -webkit-gradient(linear,
                     left bottom,
                     left top,
                     color-stop(0.44, rgb(122,153,217)),
                     color-stop(0.72, rgb(73,125,189)),
                     color-stop(0.86, rgb(28,58,148)));
}

/*
 *  STYLE 8
 */

.scrollbar-style-8::-webkit-scrollbar-track
{
  border: 1px solid black;
  background-color: #F5F5F5;
}

.scrollbar-style-8::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.scrollbar-style-8::-webkit-scrollbar-thumb
{
  background-color: #000000;  
}


/*
 *  STYLE 9
 */

.scrollbar-style-9::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.scrollbar-style-9::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.scrollbar-style-9::-webkit-scrollbar-thumb
{
  background-color: #F90; 
  background-image: -webkit-linear-gradient(90deg,
                                            rgba(255, 255, 255, .2) 25%,
                        transparent 25%,
                        transparent 50%,
                        rgba(255, 255, 255, .2) 50%,
                        rgba(255, 255, 255, .2) 75%,
                        transparent 75%,
                        transparent)
}


/*
 *  STYLE 10
 */

.scrollbar-style-10::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
  background-color: #F5F5F5;
  border-radius: 8px;
}

.scrollbar-style-10::-webkit-scrollbar
{
  width: 15px;
  background-color: #F5F5F5;
}

.scrollbar-style-10::-webkit-scrollbar-thumb
{
  background-color: #000000;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(180deg,
                        transparent 20%,
						
                                            rgba(255, 255, 255, .8) 20%,
                        transparent 40%,
                        rgba(255, 255, 255, 0.8) 40%,
                        rgba(255, 255, 255, .8) 60%,
                        transparent 60%,
						transparent 80%,
                        rgba(255, 255, 255, 0.8) 80%,
                        transparent)
}


/*
 *  STYLE 11
 */

.scrollbar-style-11::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-style-11::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.scrollbar-style-11::-webkit-scrollbar-thumb
{
  background-color: #3366FF;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(0deg,
                                            rgba(255, 255, 255, 0.5) 25%,
                        transparent 25%,
                        transparent 50%,
                        rgba(255, 255, 255, 0.5) 50%,
                        rgba(255, 255, 255, 0.5) 75%,
                        transparent 75%,
                        transparent)
}

/*
 *  STYLE 12
 */

.scrollbar-style-12::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
  border-radius: 10px;
  background-color: #444444;
}

.scrollbar-style-12::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-style-12::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #D62929;
  background-image: -webkit-linear-gradient(90deg,
                        transparent,
                        rgba(0, 0, 0, 0.4) 50%,
                        transparent,
                        transparent)
}

/*
 *  STYLE 13
 */

.scrollbar-style-13::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
  border-radius: 10px;
  background-color: #CCCCCC;
}

.scrollbar-style-13::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-style-13::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #D62929;
  background-image: -webkit-linear-gradient(90deg,
                        transparent,
                        rgba(0, 0, 0, 0.4) 50%,
                        transparent,
                        transparent)
}

/*
 *  STYLE 14
 */

.scrollbar-style-14::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
  background-color: #CCCCCC;
}

.scrollbar-style-14::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.scrollbar-style-14::-webkit-scrollbar-thumb
{
  background-color: #FFF;
  background-image: -webkit-linear-gradient(90deg,
                                            rgba(0, 0, 0, 1) 0%,
                        rgba(0, 0, 0, 1) 25%,
                        transparent 100%,
                        rgba(0, 0, 0, 1) 75%,
                        transparent)
}

/*
 *  STYLE 15
 */

.scrollbar-style-15::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-style-15::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.scrollbar-style-15::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear,
                     40% 0%,
                     75% 84%,
                     from(#4D9C41),
                     to(#19911D),
                     color-stop(.6,#54DE5D))
}

/*
 *  STYLE 16
 */

.scrollbar-style-16::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-style-16::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.scrollbar-style-16::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top,
                        #e4f5fc 0%,
                        #bfe8f9 50%,
                        #9fd8ef 51%,
                        #2ab0ed 100%);
}

/*
 *  STYLE 17
 */
 .scrollbar-style-17{
 scrollbar-color: #0B91D2 #F5F5F5;
 border-radius: 8px! important;
 -moz-border-radius: 8px! important;
 overflow-y: scroll;
 }

.scrollbar-style-17::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
  background-color: #F5F5F5;
  border-radius: 8px! important;
 -moz-border-radius: 8px! important;
}

.scrollbar-style-17::-webkit-scrollbar
{
  width: 15px;
  background-color: #F5F5F5;
}

.scrollbar-style-17::-webkit-scrollbar-thumb
{
  background-color: #0B91D2;

  border-radius: 10px! important;
 -moz-border-radius: 10px! important;
 
}

.scrollbar-style-17::-moz-scrollbar-track
{
  -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
  background-color: #F5F5F5;
 border-radius: 8px! important;
 -moz-border-radius: 8px! important;
}

.scrollbar-style-17::-moz-scrollbar
{
  width: 15px;
  background-color: #F5F5F5;
}

.scrollbar-style-17::-moz-scrollbar-thumb
{
  background-color: #0B91D2;
  border-radius: 10px;
 
}

.scrollbar-style-17::scrollbar-track
{
  box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
  background-color: #F5F5F5;
   border-radius: 8px! important;
 -moz-border-radius: 8px! important;
}

.scrollbar-style-17::scrollbar
{
  width: 15px;
  background-color: #F5F5F5;
}

.scrollbar-style-17::scrollbar-thumb
{
  background-color: #0B91D2;
   border-radius: 8px! important;
 -moz-border-radius: 8px! important;
 
}


hr.style1{
	border-top: 1px solid #8c8b8b;
}


hr.style2 {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}


hr.style11 {
	height: 6px;
	background: url(img/hr-11.png) repeat-x 0 0;
    border: 0;
}


hr.style12 {
	height: 6px;
	background: url(img/hr-12.png) repeat-x 0 0;
    border: 0;
}

hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #EA3335, #16923B, #EA3335);
  background-image: -moz-linear-gradient(left, #EA3335, #16923B, #EA3335);
  background-image: -ms-linear-gradient(left, #EA3335, #16923B, #EA3335);
  background-image: -o-linear-gradient(left, #EA3335, #16923B, #EA3335);
}

hr.style14A { 
  border: 0; 
  height: 2px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #000000, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #000000, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #000000, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #000000, #f0f0f0); 
}
hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

hr.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 18px; 
}


hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.style17:after {
	content: '??';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}

.hr-fancy {
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(to right, #D0281B 0%,#FFF15C 25%, #D0281B 50%, #FFF15C 75%, #D0281B 100%);
	border-image: -webkit-linear-gradient(to right, #D0281B 0%,#FFF15C 25%, #D0281B 50%, #FFF15C 75%, #D0281B 100%);
	border-image: -moz-linear-gradient(to right, #D0281B 0%,#FFF15C 25%, #D0281B 50%, #FFF15C 75%, #D0281B 100%);
	border-image: -ms-linear-gradient(to right, #D0281B 0%,#FFF15C 25%, #D0281B 50%, #FFF15C 75%, #D0281B 100%);
	border-image: -o-linear-gradient(to right, #D0281B 0%,#FFF15C 25%, #D0281B 50%, #FFF15C 75%, #D0281B 100%);
	border-image-slice: 1;
}

.Blink {
  animation: blinker 0.3s cubic-bezier(.9, 0, 1, 1) infinite alternate;  
}
@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0.1; }
}

.Blink1 {
  animation: blinker1 0.8s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker1 {  
  from { opacity: 1; }
  to { opacity: 0.4; }
}

.font-weight-700{
	font-weight:700;
}