@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}
 
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	border-radius: 10px;
	background-color: #F5F5F5; 
}
 
::-webkit-scrollbar-thumb { 
	border-radius: 10px; 
	background-color: #71717A;
}
.scroll {
  width: 20%;
  height: 100px;
  border: 1px solid grey;
  overflow: scroll;
  display: inline-block;
} 
.scroll-color-colors {
  scrollbar-color: orange lightyellow;
}
body {
	margin:0;
	padding:0;
	font-family: "Instrument Sans", sans-serif;
	font-size:16px;
	color:#71717A; 
	font-weight:400;
	background-color:#fafafa;
}
.aerochat-logo {
	max-width:238px;
}
.maincontainer {
	height:100vh;
	overflow:hidden;
} 
.btn.focus, .btn:focus {
	box-shadow:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Instrument Sans", sans-serif;
	color:#101828;
	font-weight:700;
	width:100%;
}
h1, .font-30 {
    font-size: 30px;
}

h2, .font-24 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
	font-weight:500;
}

h4, .font-16 {
    font-size: 16px;
}

h5, .font-14  {
    font-size: 14px;
}

h6{
    font-size: 12px;
}
.font-24 {
	font-size:24px;
}
.font-22 {
	font-size:22px;
}
.font-20 {
	font-size:20px;
}
.font-18 {
	font-size:18px;
}
.font-15 {
	font-size:15px;
} 
.font-14 {
	font-size:14px;
} 
.font-12 {
	font-size:12px;
}
.font-bold {
	font-weight:700;
}
.font-medium {
	font-weight:500;
}
.font-regular {
	font-weight:400;
}
.line-one {
	line-height:1;
}
.bg-gray {
	background-color:#F4F4F5; 
} 
.gradient-bg {
	background: rgb(142,45,140);
	background: linear-gradient(90deg, rgba(142,45,140,1) 0%, rgba(90,41,143,1) 50%, rgba(59,38,140,1) 100%);
}
.gradient-text-color {
	background: #8E2D8C;
	background: linear-gradient(to right, #8E2D8C 0%, #5A298F 50%, #3B268C 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
a, a:hover {
	color:#F2266E; 
} 
a.purple-link, a.purple-link:hover {
	color:#7839EE; 
} 
.box-shadow {
	box-shadow: 0px 1px 2px 0px #0000000D;
}
.dark-color {
	color:#18181b;
}
.light-gray-color {
	color:#52525b;
}
.color-737373 {
	color:#737373;
}
.purple-color {
	color:#7839EE;
}
.blue-color {
	color:#3B82F6;
}
.light-purple-color {
	color:#A855F7;
}
.dark-purple-color {
	color:#501B8E;
}
.theme-color, .theme-color:hover {
	color:#F2266E;
}
.theme-bg {
	background-color:#F2266E;
}
.section-overflow {
	overflow-y:auto;
	height:100%;
}
.border-radius-12 {
	border-radius:12px;
}
.border-radius-16 {
	border-radius:16px;
}
.bx-shadow, table {
	box-shadow: 0px 1px 2px 0px #0000000D;
}
.bg-light .card {
	box-shadow: 0px 1px 2px 0px #0000000D;
	border-radius:12px; 
}
.bg-light .price-card-item .card {
	min-height:347px;
} 
.rounded-top {
	border-top-left-radius: 12px!important;
    border-top-right-radius: 12px!important;
}
.rounded-bottom {
    border-bottom-right-radius: 12px!important;
    border-bottom-left-radius: 12px!important;
}
.error-text {
	color:#D92D20;
}
.text-decoration-underline {
	text-decoration:underline;
}
.form-control.border-error {
	border-color:#D92D20;
	background-image:url(../images/error-warning.svg);
	background-position:center right 10px;
	background-repeat:no-repeat; 
	padding-right:40px;
}
.box-shadow-gray { 
	box-shadow: 0px 1px 2px 0px #0000000D;
}
label {
	color:#18181B;
	font-weight:500;
}
.form-control {
	padding:8px 10px; 
	height: inherit;
	border-radius:8px;
	line-height:29px;
	border: 1px solid #D4D4D8;
	font-size:16px;
}
#stripe_card.form-control {
	padding:13px 10px;
}
.form-control[type="password"] {
	background-image: url('../images/eye.png');
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: right 15px center;
} 
select.form-control {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}
select.form-control {
	background-image: url('../images/down-arrow-icon.png');
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: right 15px center;
}
.btn-theme {
    color: #fff;
    background-color: #F2266E;
    border-color: #F2266E;
	border-radius:8px;
	padding:8px 18px; 
	font-weight:500; 
	text-decoration:none !important; 
	line-height:1.6; 
	display:flex;
	align-items:center; 
	justify-content:center;
}
.btn-theme svg { 
	margin-right:10px;
	stroke:#fff;
}
.btn-theme:hover svg { 
	stroke:#F2266E;
}
.btn-theme:hover {
    color: #F2266E;
    background-color: transparent;
    border-color: #F2266E; 
}
.btn-theme-outline {
    color: #F2266E;
    background-color: transparent;
    border-color: #F2266E;
	border-radius:8px;
	padding:8px 18px; 
	font-weight:500;
	line-height:29px;
	text-decoration:none !important; 
	line-height:1.6;
	display:flex;
	align-items:center; 
	justify-content:center;
}
.btn-theme-outline svg {
    stroke:#F2266E;
}
.btn-theme-outline:hover {
    color: #fff;	
    background-color: #F2266E;
    border-color: #F2266E; 
}
.btn-theme-outline:hover svg {
    stroke:#fff;
}
.btn-theme-outline svg.fill {  
	fill:#F2266E;
	stroke:initial;
}
.btn-theme-outline:hover svg.fill {  
	fill:#fff;
	stroke:initial;
}
.btn-outline {
    color: #495057;
    background-color: #fff;
    border-color: #D4D4D8;
	border-radius:8px;
	padding:8px 18px; 
	font-weight:500; 
	line-height:1.6;
	display:flex;
	align-items:center; 
	justify-content:center;
} 
.btn-outline.active { 
    background: #D4D4D8; 
}
.upload-btn {
    color: #27272A;
    background-color: #fff;
    border: 1px solid #E4E4E7;
	border-radius:8px;
	padding:8px 18px; 
	font-weight:500; 
	line-height:1.6;
	display:flex;
	align-items:center; 
	justify-content:center;
	box-shadow: 0px 1px 2px 0px #0000000D;
	cursor:pointer;
} 
.upload-btn:hover { 
    background: #F2266E; 
	color:#fff;
	border: 1px solid #F2266E;
}
.btn-outline-purple {
    color: #501B8E;
    background-color: #fff;
    border: 1px solid #E4E4E7;
	border-radius:8px;
	padding:8px 18px; 
	font-weight:500; 
	line-height:1.6;
	display:flex;
	align-items:center; 
	justify-content:center; 
	cursor:pointer;
	font-size:14px;
	min-width:120px;
} 
.btn-outline-purple:hover {
    color: #fff;
    background-color: #501B8E;
    border: 1px solid #501B8E; 
} 
.btn-gray {
    color: #495057;
    background-color: #F4F4F5;
    border-color: #D4D4D8;
	border-radius:8px;
	padding:8px 18px; 
	font-weight:500; 
	line-height:1.6;
	display:flex;
	align-items:center; 
	justify-content:center;
} 
.btn-gray:hover { 
    background: #fff; 
	border-color: #D4D4D8;
}
.btn-disabled {
    color: #fff;
    background-color:#D4D4D8;
    border-color: #D4D4D8;
	border-radius:8px;
	padding:8px 18px; 
	font-weight:500; 
	text-decoration:none !important;
	pointer-events:none;
	line-height:1.6;
	display:flex;
	align-items:center; 
	justify-content:center;
}
.btn-disabled:hover {
    color: #fff;
    background-color:#D4D4D8;
    border-color: #D4D4D8; 
} 
.btn-back {
	color:#52525B;
	font-weight:600;
}
.btn-back:hover {
	color:#52525B; 
}
.btn-white {
  display: inline-block; 
  border-radius: 8px;
  background: #fff;
  border:1px solid #E4E4E7;
  color: #F2266E; 
  opacity:1;
  padding:8px 20px;
  width:auto; 
  cursor:pointer;
}
.btn-white:hover { 
  background: #F2266E;
  border:1px solid #F2266E;
  color: #fff; 
}
.alert .btn-white:hover { 
  background: linear-gradient(90deg, #8E2D8C 0%, #5A298F 50%, #3B268C 100%);
  border: 1px solid #3B268C;
  border-image-source: linear-gradient(90deg, #8E2D8C 0%, #5A298F 50%, #3B268C 100%); 
  color: #fff; 
  border-radius: 8px;
}
.plan-bg {
	background: linear-gradient(90deg, #8E2D8C 0%, #5A298F 50%, #3B268C 100%);
	color:#fff;
	font-size:12px;
	font-style:normal;
	padding:5px 8px;
	border-radius:30px;
	display:inline-block;
	line-height:1;
}
.btn-min-width {
	min-width:60%;
}
.btn-max-width {
	max-width:40%;
}
.min-width {
	min-width:120px;
}
.header-pdn {
	padding:12px 24px;
}
.main-container {
	max-width:calc(100% - 260px);
	left:260px;
	position:relative;
	width:100%;
}
.main-container > .row {
	margin:0;
}
.section-max-width {
	max-width:800px;
}
.btn-fixed {
	position:absolute;
	bottom:10px;
	width:100%;
	background:#fff;
}
.sider-bar-overflow {
	height:calc(100% - 60px);
	overflow-y:auto;
	padding:20px 0;
}
.sp-preview-inner {
	background-color:transparent !important;
	background: linear-gradient(132.71deg, #ECA8A8 3.67%, #F2EC6F 17.16%, #BEE67F 28.84%, #8BDF8E 40.68%, #89A5EF 52.8%, #DB89EF 65.03%, #E378D2 77.94%, #EB679E 90.88%);
}
#nav {
	border-bottom:1px solid #E4E4E7;
}
#nav .logo {
	max-width:220px;
}
.sidebar-logo img {
	max-width:210px;
}
#nav .dropdown-toggle::after {
	display:none;
}
.main-side-bar {
	max-width: 260px;
    width: 100%;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    background: #f4f4f5 !important;
}
.dropdown-menu[x-placement^=bottom] {
	right:0;
	left:initial !important;
	transform: translate3d(0px, 55px, 0px) !important;
}
.profile-icon {
	width:40px;
	height:40px;
	border-radius:50%;
	border:1px solid #E4E4E7;
	display: flex;
    align-items: center;
    justify-content: center;
	color:#E4E4E7;
	box-shadow: 0px 1px 2px 0px #0000000D;
}
.wrapper {
	overflow:hidden;
	height:100vh;  
	margin: 0 auto;
}
.bg-gradient {   
	background:#FAFAFA;
}
.color,
.color input {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.color {
  display: inline-block;
  margin: 3px;
}
.color input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.color i, .sp-preview:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; 
  background-image: url('../images/tick.png');
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: 0.15s opacity ease-in-out;
  content:'';
}
.color input:checked + i, .active.sp-preview:after, .sp-preview:after {
  opacity: 1;
} 
.color-start input[value=""] + .sp-replacer .sp-preview:after {
  opacity: 0;
} 
.image-preview {
	width:72px;
	height:72px; 
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius:50%;
	border:5px solid #fff;
	background-color:#fff;
	box-shadow: 0px 2px 4px -1px #0000000F;
	box-shadow: 0px 4px 6px -1px #0000001A;
	display:flex;
	align-items:center;
	justify-content:center;
}
.image-preview img {
	object-fit:cover;
	height:100%; 
	object-position:center;
	border-radius:50%;
	width:72px;
}
.image-preview.user-profile {
	width:60px;
	height:60px;
	border-radius:50%;
	border:1px solid #E4E4E7;
	background:#f5f5f5;
	display: flex;
    align-items: center;
    justify-content: center;
}
.image-preview.user-profile img { 
	border-radius:50%; 
}
.chat-box-container {
	padding-right:20px;
	position:relative;
	width:100%;
}
.bot-setup .chat-box-wrapper {
	position:initial;
	margin:0 auto;
}
.bot-setup .chat-box-container {
	width: 100%;
    height: 195px;
    overflow: hidden;
	padding-right:0px;
}
.bot-setup .chat-box-container .chatbox { 
    height: 118px; 
}
.chat-box-wrapper {
	position:absolute;
	bottom:90px;
	right:20px;
  max-width: 400px;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius:24px;
  width:100%;
}
.chat-header {
  background: #2e90fa;
  display: flex;
  padding: 16px 20px 16px 20px;
  border-radius: 24px 24px 0 0;
  align-items:center;
  justify-content:space-between;
}
.grp-img-info {
	display: flex;
	align-items:center;
}
.grp-img {
  position: relative;
  width: 45px;
  height: 45px;
}
.grp-img img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover; 
  position: absolute;
  top: 0;
  left: 0; 
} 
.grp-info {
  padding: 0 15px;
}
.grp-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
  color:#fff;
}
.grp-status {
  letter-spacing: 1px;
}
.grp-close {
  font-size: 22px;
  font-weight: 600; 
  color:#fff;
}
.bot-setup .grp-close {
  display:none;
}
.preview-box {
	text-align: center;
    max-width: 390px;
    margin: 0 auto;
    background: #fff;
    padding: 12px 0 15px;
    border-radius: 20px 20px 0 0;
    font-size: 16px; 
    box-shadow: 0px -2px 6px 0px #0000000F;
    border: 1px solid #0000000A;
    margin-bottom: -10px;
	font-weight:500;
}
.chatbox {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background:#fff;
  max-height:300px;
  overflow-y:auto;
}
.chatbox .chat {
  display: flex;
  gap: 15px;
  align-items: center; 
  margin-bottom:10px;
}
.chatbox svg {
	padding: 5px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #E4E4E7;
    background: #E4E4E7;
}
.chatbox p > svg {
    padding: initial;
    width: 20px;
    height: 8px;
    border-radius: initial;
    border:none;
    background:none;
}
.chatbox .msg {
  background: #E4E4E7;
  max-width: calc(100% - 56px);
  padding: 12px 16px;
  border-radius: 8px 22px 22px 22px;
  position: relative;
  font-size: 14px;
  margin-bottom:0;
  border:1px solid #E4E4E7;
  box-shadow: 0px 1px 2px 0px #0000000D;
  color:#27272A;
}
.chatbox .user-msg {
  border-radius: 22px 8px 22px 22px;
  background-color:#f5f5f5;
}
.chatbox .chat:nth-child(even) {
  flex-direction: row-reverse;
}
.chatbox .chat:nth-child(odd) ion-icon {
  left: -14px;
}
.chatbox .chat:nth-child(even) ion-icon {
  right: -14px;
  transform: rotate(180deg);
}

.policy {
 background-color: #fff;
  padding: 5px;
  border-radius: 0 0 24px 24px;
  text-align:center;
}
.policy p {
  font-size: 12px;
} 
.agree {
  display: inline-block;
  color: #ff6969;
  border: solid 2px #ff6969;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.agree:hover {
  color: white;
  background: #ff6969;
}
.chat-message {
	width:100%;
	position:relative;
	background:#fff;
	padding:4px 10px;
	border-top:1px solid #E4E4E7;
}
.chat-message .form-control {
	border:none;
	box-shadow:none;
	padding:8px 45px 8px 10px;
}
.chat-btn {
	width:40px;
	height:40px;
	border-radius: 50%;
	border: none;
    background: #2e90fa;
    display: flex;
    align-items: center;
    justify-content: center;
	position:absolute;
	right:10px;
	top:6px;
}
.chat-btn img {
	max-width: 18px;
    border: none;
	width:initial;
	height:auto;
	object-fit:initial;
	border-radius:initial;
}
.bot-setup .close-btn {
	display:none;
}
.close-btn {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border:1px solid #E4E4E7;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 25px;
  right: 25px;
  opacity:1;
  padding:10px;
} 
.close-btn img {
  max-width:35px;
  height:auto;
} 


/*** Chat ***/
.company-select {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E4E4E7;
    display: flex
;
    align-items: center;
    color: #18181B;
    padding: 10px;
    text-decoration: none;
    background: #fff;
    box-shadow: 0px 1px 2px 0px #0000000D;
}
.company-select:hover { 
    color: #18181B; 
	text-decoration:none;
}
.profile-select.dropdown-toggle::after {
	background-image: url('../images/down-arrow-icon.png') !important;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
    right: 15px;
    border: none;
    width: 22px;
    height: 22px;
}
.company-select .dropdown-toggle::after {
	right:10px;
}
.profile-box .dropdown-menu[x-placement^=top],
.company-list .dropdown-menu[x-placement^=bottom] {
	width:100%;
}
.profile-select {
	width: 100%; 
    border-radius: 8px;
    border: 1px solid #E4E4E7;
    display: flex;
    align-items: center; 
    color: #18181B;
	padding:10px;
	text-decoration:none;
}
.profile-select:hover { 
    color: #18181B; 
	text-decoration:none;
}
.profile-select .profileimg {
	max-width:40px !important;
	height:initial !important;
}
.profile-select div {
	width:calc(100% - 80px);  
}
.profile-select span {
	width:100%; 
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left; 
}
.profile-select i {
	font-size:13px;
	display:block;
	font-style:normal;
	color:#52525B;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;  
}
.menu-list {
	height: calc(100% - 60px);
}
#mysidebar {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
	height: 100%; 
}
ul.new-nav-list {
	width:100%;
}
ul.new-nav-list li {
	width:100%;
	margin-bottom:4px;
	padding:7px 10px;
	border-radius:6px;
}
ul.new-nav-list li:hover, ul.new-nav-list li.active {
	background:#fff;
	box-shadow: 0px 1px 2px 0px #0000000D;
}
ul.new-nav-list li a {
	color:#52525B;
	width:100%;
	display:flex;
	align-items:center;
	text-decoration:none !important;
}
ul.new-nav-list li:hover a, ul.new-nav-list li.active a {
	color:#F2266E;
}
ul.new-nav-list li a svg {
	fill:#52525B;
	margin-right:12px;
}
ul.new-nav-list li:hover a svg, ul.new-nav-list li.active a svg {
	fill:#F2266E;
}
ul.new-nav-list li a i {
	position: absolute;
    right: 30px;
    background: #A1A1AA;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 16px;
    font-style: normal;
}
ul.new-nav-list li:hover a i, ul.new-nav-list li.active a i {
	background: #F2266E;
}
.menu-bottom {
	width:100%;
}
.sidebar-contact {
	background: rgb(255, 255, 255);
    border: 1px solid #E4E4E7;
    padding: 14px 20px;
    border-radius: 8px;
}
.sidebar-contact span {
	font-size:32px;
	color:#27272A;
}
ul.bottom-nav-list  {
	margin:12px 0;
}
ul.bottom-nav-list li:hover, ul.bottom-nav-list li.active {
	background:#F4F4F5;
}
ul.bottom-nav-list li a {
	color:#52525B;
	width:100%;
	display:flex;
	align-items:center;
	text-decoration:none !important;
	border: 1px solid #E4E4E7;
    padding: 12px;
    border-radius: 8px;
}
ul.bottom-nav-list li:hover a, ul.bottom-nav-list li.active a {
	color:#F2266E;
}
ul.bottom-nav-list li a svg {
	fill:#52525B;
	margin-right:12px;
}
ul.bottom-nav-list li:hover a svg, ul.bottom-nav-list li.active a svg {
	fill:#F2266E;
}
.message-area {
    height: 100vh;
    overflow: hidden;
    padding: 30px 0;
    background: #f5f5f5;
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist {
    outline: 0; 
    overflow: hidden;
    width: 100%;
    float: left; 
	height:100%;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chat--box {
    width: 100%;
    overflow: hidden;
    height: 100%; 
}
.chat-box-header .nav-tabs {
	border:1px solid #E4E4E7;
	border-radius: 6px;
}
.chat-box-header li.nav-item {
	width:33.33%;
	margin-bottom:0;
}
.chat-box-header li.nav-item .nav-link {
	width:100%;
	border:none;
	border-radius:0;
	border-right:1px solid #E4E4E7;
	background-color: #fff;
	outline:none;
	justify-content:center;
}
.chat-box-header li.nav-item:last-child .nav-link {
	border-right:none;
}
.chat-box-header li.nav-item .nav-link.active { 
	background-color: #E4E4E7;
}
.chat-box-header li.nav-item .nav-link svg {
	max-width:20px;
	margin-right:6px;
	fill:#A1A1AA;
}
.chat-box-header li.nav-item .nav-link.active svg {
	fill:#6927DA;
}
.filter {
	border:1px solid #E4E4E7;
	border-radius:6px; 
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.chat--box .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list h3 {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}
.chat-list .un-read:before {
	content:'';
    width:8px;
	height:8px;
	background:#F2266E;
	border-radius:50%;
	position:absolute;
	left:3px;
}
.chat-list .un-read h3, .chat-list .un-read p {
	font-weight:700;
}
.chat-list p {
    color: #52525B;
    font-size: 13px; 
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}
.chat-list i {
    color: #52525B;
    font-size: 12px; 
    line-height: 1.5; 
    margin-bottom: 0;
	font-style:normal;
	display:block;
}

.chat-list a.d-flex {
    margin-bottom: 8px;
    position: relative;
    text-decoration: none;
	padding:8px 20px;
	border-radius:6px;
	width:99%;
}
.chat-list a.d-flex:hover, .chat-list a.d-flex.show {
    background:#E4E4E7;
}
.chat-list a.d-flex img { 
	border-radius:50%;
	margin-right:10px;
}
.chat-list a.d-flex svg { 
	width:20px;
}
.modal-dialog-scrollable  {
	height:calc(100% - 48px);
}
.modal-dialog-scrollable .modal-content {
	border:none;
	background-color:transparent;
}
.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 20px;
    left: 0px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}
.social { 
    position: absolute;
    bottom: 0px;
    right: 0px; 
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}
.msg-head p a {
    color: #7839EE; 
}

.msg-head {
    padding:0;
    border-bottom: 1px solid #ccc;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
	padding-left:20px;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

.msg-body ul li.sender p {
    color: #27272A;
    font-size: 14px;
    line-height: 1.5; 
    padding: 10px;
    background: #fff;
	border:1px solid #E4E4E7;
    display: inline-block;
    border-radius: 5px 15px 15px 15px; 
    margin-bottom: 0;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: flex;
	flex-wrap:wrap;
    width: 100%;
    text-align: right;
    position: relative;
	justify-content:end;
	flex-wrap:wrap;
} 

.msg-body ul li.repaly svg {
    border: 1px solid #FFB4C5;
    height: 40px;
    width: 40px;
    padding: 5px;
    border-radius: 50%;
    background: #FCDFE2;
	margin-left:10px;
} 

.msg-body ul li.repaly p {
    color: #27272A;
    font-size: 14px;
    line-height: 1.5; 
    padding: 10px;
    background: #E4E4E7;
    display: inline-block;
    border-radius: 15px 5px 15px 15px; 
    margin-bottom: 0;
}

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}

.time {
    display: block;
    color: #71717A;
    font-size: 12px;
    line-height: 1.5; 
	margin-top: 3px;
	width:100%;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 8px;
    border-top: 1px solid #ccc;
}

.send-box form {
    display: flex;
    align-items: center;
	flex-wrap:wrap;
    justify-content: space-between;
    margin-bottom: 0;
}

.send-box .form-control {
    display: block;
    width: 100%; 
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5; 
    background-color: #fff;
    background-clip: padding-box; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
} 

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
} 

.send-btns .attach i { 
    width: auto;
    height: auto;
    padding: 5px 8px;
    font-size: 15px; 
    line-height: 1.5;
    color: #71717A; 
    margin-right: 8px;
}
.switches-container {
    width: 80px;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #E4E4E7;
    line-height: 40px;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
} 
.switches-container img {
	width:20px;
}
.switches-container img.person {
	width:14px;
}
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
} 
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer; 
} 
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1); 
} 
.switch {
    border-radius: 3rem;
    background: #fff;
    height: 100%;
} 
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block; 
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
} 
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
} 
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
} 
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
} 
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}
.action-btn {
	padding: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #E4E4E7;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
	background:#F4F4F5;
}
/****** Knowledge base ********/
.border-round {
	border-radius:30px;
}
.document-upload {
	border-radius:8px;
	width:100%;
}
.add-document {
	background:#F4F4F5;
	border:1px dashed #D4D4D8;
	border-radius:8px;
	padding:60px 80px;
}
.welcome-page .add-document {
	padding:30px 0;
}
.add-document p > i {
	padding:15px;
	border-radius:50%;
	font-size:22px;
	background:#E4E4E7;
}
.add-document p > a {
	text-decoration:underline;
}
.add-document p > span {
	color:#7839EE;
}

/***** Settings *****/
.nav.nav-tabs {
	width:100%;
} 
.nav-tabs .nav-link {
	color:#71717A;
	display:flex;
	align-items:center;
	font-size:14px;
	font-weight:500;
}
.nav-tabs .nav-link i {
	background: #71717A;
    color: #fff;
    font-style: normal;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	margin-left: 12px;
    font-size: 12px;
    height: 20px;
}
.nav-tabs .nav-item:hover,
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color:transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color:#6927DA;
	background:transparent;
	border-color:transparent;
	border-bottom:1px solid #6927DA;
}
.setup-knowledgebase .nav-tabs .nav-item.show .nav-link, .setup-knowledgebase .nav-tabs .nav-link.active {
	color:#F2266E;
	background:transparent;
	border-color:transparent;
	border-bottom:1px solid #F2266E;
}
.setup-knowledgebase .nav-tabs .nav-item .nav-link {
	padding:8px 0;
	margin-right:20px;
}
.setup-knowledgebase .nav-tabs .nav-item .nav-link svg {
	stroke:#71717A; 
	margin-right:6px;
}
.setup-knowledgebase .nav-tabs .nav-item .nav-link.active svg {
	stroke:#F2266E; 
}
.tab-content {
	width:100%;
	margin-top:30px;
}
.nav-pills .nav-link {
	border:1px solid transparent;
	color:#52525B;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background:#fff;
	border:1px solid #E4E4E7;
	color:#52525B;
}
#v-pills-tabContent.tab-content { 
	margin-top:0px;
	padding-left:0;
	padding-right:0;
}
.tab-section-box {
	width:100%;
	border-radius:8px;
	background:#fff;
}
#v-pills-tabContent .tab-section-box { 
	width:100%;
}
.script-bg {
	background:#F4F4F5;
	padding:15px;
	border-radius:8px;
	color:#501B8E;
	font-size:15px;
	margin-bottom:15px;
	position:relative;
}
.pink-color {
	color:#7839EE;
}
.limituser {
	border-radius:8px 0 0 8px;
	padding-right: 170px;
}
.form-control.user-limit {
	border-radius:0 8px 8px 0;
	padding-left:15px !important;
}
span.position-absolute {
	right:20px;
	top:12px;
	color:#71717A;
	font-weight:300;
}
.script-bg i {
	background:#fff;
	width:40px;
	height:40px;
	border-radius:8px;
	border:1px solid #E4E4E7;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:18px;
	position:absolute;
	top:10px;
	right:10px;
}
.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  top: 50%;
  width: 60px;
  height: 28px;
  margin: 0 auto;
  overflow: hidden;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #D4D4D8;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 22px;
  height: 22px; 
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before {
  content: "";
  left: 36px;
  background-color: #fff;
}

#button-1 .checkbox:checked ~ .layer {
  background-color: #F2266E;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
  transition: 0.3s ease all;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.9rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.has-search .form-control {
    padding-left: 2.375rem;
}
.table th {
	font-weight:500;
	background:#F4F4F5;
	padding:16px 20px;
	color:#E4E4E7;
}
.table td {
	vertical-align:middle;
	padding:16px 20px;
}
.member-table .thead-light th {
	background-color: #E4E4E7;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
    content: "\f0dd";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    right: 16px;
    font-size: 1rem;
}
.actions > button, .actions > a {
    display: inline-block; 
}
.most-popular {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	z-index:2;
	text-align:center;
	background:rgba(255,255,255,.8);
	width:80px;
	border-radius: 30px;
    top: -12px;
}
.most-popular span {  
	padding:4px 10px;
}
.gradient-box .btn-theme {
	color:#F2266E;
	border-color:white;
}
.pricing-features {
	padding-left:32px;
}
.pricing-features li {
	padding-bottom:15px;
}
.switch-container {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid #E4E4E7;
  margin-bottom: 40px;
  border-radius: 30px;
  background: #fff;
}

.switch-container [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-container [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-container [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: #fff;
}

.switch-container [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-container [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
  background: transparent;
}

.switch-container
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
  transform: none;
}

.switch-container
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}

.switch-container label {
  font-size: 16px;
  z-index: 1;
  min-width: 180px;
  line-height: 42px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
  margin-bottom:0;
  text-align:center;
}
.switch-container label span { 
  background:rgba(255,255,255,.8); 
  color:#F2266E;
  padding:5px 10px;
  border-radius:30px;
  font-weight:500;
}

.switch-container .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: #F2266E;
  transition: transform 0.25s ease-in-out;
}
.status-process {
	border-radius: 30px;
	background:#F4F4F5;
	padding:7px 12px;
	font-size:14px;
}
.status-success {
	border-radius: 30px;
	background:#BBF7D0;
	padding:7px 12px;
	font-size:14px;
	color:#15803D;
}
.status-failed {
	border-radius: 30px;
	background:#FECDCA;
	padding:7px 12px;
	font-size:14px;
	color:#F04438;
}
.dropdown-menu {
	padding:0;
	margin:0;
}
.dropdown-item {
	padding:12px 25px;
}
.dropdown-item {
	border-bottom:1px solid #dee2e6;
}
.dropdown-menu .dropdown-item:last-child {
	border-bottom:0;
}
.table td.actions {
	width:15%;
	text-align:right;
}
.welcome-page .table td.actions {
	width:30%;
	text-align:right;
}
.actions > button {
	display:inline-block;
	padding:6px 14px;
}
.actions .dropdown {
	display:inline-block; 
} 
.actions .dropdown-item {
	display:flex;
	align-items:center;
} 
.actions .dropdown-item i {
	margin-left:4px;
	width:16px;
} 
ul.theme-list {
	list-style: none;
	padding:0;
} 
ul.theme-list li {
	margin:0 0 15px;
	display:flex;
	align-items:center;
} 
.step-complete {
	background-image:url(../images/tick.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:15px;
	background-color:#F2266E;
	border-radius:50%;
	width:20px;
	height:20px;
	display:inline-block;
	margin-right:10px;
}
.step-process { 
	background-color:#fff;
	border:1px solid #D4D4D8;
	border-radius:50%;
	width:20px;
	height:20px;
	display:inline-block;
	margin-right:10px;
}
.chat-box-wrapper.position-fixed {
	right:25px;
	bottom:0;
	max-width:350px;
}
.dash-chat-box .chat-btn {
	background-color:#F2266E;
}
.dash-chat-box .chatbox .chat {
	margin-bottom:20px;
}
.dash-chat-box .chatbox svg {
	border: 1px solid #FFB4C5; 
    background: #FCDFE2;
}
.dash-chat-box .chatbox .msg {
	background:#E4E4E7;
	border-radius: 30px 4px 30px 30px;
	position:relative;
	padding: 10px 25px;
}
.dash-chat-box .chatbox .msg .time { 
	position: absolute;
    bottom: -22px;
    right: 0;
    text-align: right;
}
.dash-chat-box .chatbox .msg.user-msg .time {
	text-align: left;
}
.dash-chat-box .chatbox .user-msg {
    border-radius: 4px 30px 30px 30px;
    background-color: #fff;
}
.dash-chat-box .chatbox .chat:nth-child(odd) {
    justify-content: end;
}
.dash-chat-box .chatbox .chat:nth-child(even) {
	justify-content: flex-end;
}
.companybutton{
    margin-top: 14rem!important;
}
.tab-content ol {
	padding:0 0 0 20px;
}
.tab-content ol li {
	padding:0 0 10px;
}
textarea.form-control.editor {
	min-height:400px;
}
.light-gray-color {
  color:#52525b;
}
.nav-tabs .nav-link {
    background:transparent; 
    outline:none;
}
.ck-editor__editable_inline:not(.ck-comment__input *) {
    height: calc(100vh - 410px);
	min-height:300px;
    overflow-y: auto;
	text-align:left;

}

@media (min-width: 1280px) {
    .main-container > .row {
        max-width: 1280px;
		margin:0 auto;
		left:0;
    }
}
.price-card-item .font-14.mb-4.dark-color, .price-card-item .font-14.mb-4.text-white {
	min-height:105px;
}
.price-card-item .btn.btn-theme {
	padding:10px;
	font-size:13px;
}
.country-icon {
	width:24px;
}
.small-circle {
	color:#D4D4D8;
	font-size:6px;
}
.percentage-section {
	width:60px;
	text-align:right;
}
.progress-section {
	width:calc(100% - 100px);
}
.progress-bar {
	background:#F2266E;
}
.progress {
	border-radius:10px;
	height:8px;
}
#geographical_distribution{
	background:#fff;
}
.w-90 {
	width:calc(100% - 36px);
}
.web-name {
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width:80%;
}
.accordion>.card:last-of-type,.accordion>.card:first-of-type,
.accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-radius:12px;
}
#copy-content {
	min-height:100px;
	background:transparent;
	color:#501B8E;
}
.btn-header-link h3 {
	display:flex;
	align-items:center;
}
.btn-header-link h3 svg {
	margin-right:8px;
}
.card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position:absolute;
  top:22px;
  right:20px;
  color:#A1A1AA;
}
.card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}
.process-bar-content {
	display:flex;
	align-items:center;
	color:#27272A;  
	position:relative;
	width:80%;
	padding: 5px;
	z-index:1;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
}
.process-bar-content span {
	position:absolute;
	top:0;
	left:0; 
	background:#BFDBFE;
    border-radius: 5px;
	z-index:-1;
	height:100%;
}
.questions .process-bar-content span {
	background:#BFDBFE;
}
.process-bar-content svg, .process-bar-content img {
	margin-right:6px;
	max-width:20px;
}
.simple-bar-chart {
	width:100%;
}
.top-times {
	width:30%;
	padding-left:5%;
}
.top-times h4 {
	width:100%;
	font-weight:700;
	font-size:12px;
	color:#71717A;
}
.top-times-list {
	width:100%;
	font-size:14px;
	color:#71717A;
	font-weight:400;
	margin-bottom:10px;
}
.top-times-list span {
	width:100%;
	font-size:14px;
	color:#27272A;
	font-weight:500;
	display:inline-block;
}
.count-box img {
	max-width:20px;
}
.bot-questions {
	width:50%;
	padding-right:48px;
}
.bot-questions span {
	cursor:pointer;
	line-height:1.4;
	padding:12px !important;
	margin-bottom:18px !important;
	word-wrap: break-word;
}
.bot-questions span.theme-color { 
	padding:0px !important; 
}
.bot-questions span:last-child { 
	margin-bottom:0px !important; 
}
.bot-questions span:hover {
	background:#f5f5f5 !important;
}
.bot-iframe {
	width:50%;
}
.bot-iframe iframe {
	border:1px solid #E4E4E7;
	box-shadow: 0px 10px 10px -5px #0000000A;
	box-shadow: 0px 20px 25px -5px #0000001A;
	border-radius:12px;
}
.chat-input .chat-btn {
	cursor:pointer;
} 
.setup-table-file td,
.setup-table-file th,
.setup-table th,
.setup-table td {
	padding:10px;
}
.setup-table td:first-child {
	width:65%;
	word-wrap: break-word;
}
.setup-table td:nth-child(2) {
	width:20%;
}
.setup-table td:last-child {
	width:15%;
}
.setup-table-file th:first-child,
.setup-table-file td:first-child {
	width:50%;
	word-wrap: break-word;
}
.setup-table-file th:nth-child(2),
.setup-table-file td:nth-child(2) {
	width:15%;
}
.setup-table-file th:nth-child(3),
.setup-table-file td:nth-child(3) {
	width:20%;
}
.setup-table-file th:last-child,
.setup-table-file td:last-child {
	width:15%;
}
.modal-backdrop {
	background-color:#fff;
	opacity:.7;
}
.modal-dialog {
	max-width:500px;
}
.modal-body {
	box-shadow: 0px 10px 10px -5px #0000000A;
	box-shadow: 0px 20px 25px -5px #0000001A;
}
.alert.alert-danger {
	min-height:65px;	
	max-height:65px;
	padding:10px 20px;
}
.warning-box {
	background:#e4e4e6;
	border-radius:12px;
	padding:10px 20px;
	max-height:65px;
}
.warning-box-content h3 {
	font-size:16px;
	color:#181818;
	font-weight:700;
	margin-bottom:5px;
}
.warning-box-content p {
	font-size:14px;
	color:#181818;
	font-weight:400;
}
.progress {
  width: 45px;
  height: 45px !important;
  float: left;  
  background: none; 
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress.success-0 .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left; 
}
.progress.success-1 .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left; 
}
.progress.success-2 .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left; 
}
.progress.success-3 .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  animation: loading-3 1.8s linear forwards 1.8s;
}
.progress .progress-right {
  right: 0;
}
.progress.success-1 .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress.success-2 .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-2 1.8s linear forwards;
}
.progress.success-3 .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-2 1.8s linear forwards;
}
.progress .progress-value {
  width: 100%;
  height: 100%;  
  font-size: 16px;
  color: #F2266E;
  line-height: 50px;
  text-align: center;
  position: absolute;
  font-weight:700;  
  top:-3px;
}
.progress.blue .progress-bar {
  border-color: #F2266E;
}
.progress.blue.success-0 .progress-bar {
  border-color: transparent;
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.analytics-box {
	width:100%;  
} 
#analytics-section .row { 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:20px;
} 
input#demo {
	font-size:16px;
	border-radius:99px;
	border:1px solid #E4E4E7;
	padding:12px 40px 12px 20px;
	box-shadow: 0px 1px 2px 0px #0000000D;
	background-image:url('../images/calendar-icon.png');
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center right 15px;
	outline:none;
	min-width:240px;
}
.circle-section {
	width:10%;
	display:flex;
	justify-content:center;
	align-self: center;
	padding-bottom:24px;
}
.content-section {
	width:65%;
	border-bottom:1px solid #E4E4E7;
	padding-bottom:24px;
}
.button-section {
	width:25%;
	border-bottom:1px solid #E4E4E7;
	display:flex;
	justify-content:center;
	padding-bottom:24px;
}
.complete-circle:after {
	width:2px;
	height:66px;
	background:#A1A1AA; 
	position:absolute;
	top:26px;
	left:11px;
	content:'';
}
.complete-circle {
	width:28px;
	height:28px;
	border:2px solid #A1A1AA;
	border-radius:50%;
	position:relative;
}
.theme-list .row:last-child .complete-circle:after {
	display:none;
}
.theme-list .row:last-child .button-section,
.theme-list .row:last-child .content-section {
	border:0;
}
.setup-complete .complete-circle {
	background-color:#16A34A;
	border-color:#16A34A;
}
.setup-complete .complete-circle:before {
	content:'\f00c';
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	color:#fff;
	font-size: 16px;
    left: 5px;
    position: absolute;
    top: 0px;
}
.setup-complete .step-up-title {
	text-decoration:line-through; 
}
.setup-complete .btn-outline-purple {
	color:#a1a1aa;
	pointer-events:none;
}
.leads-bar { 
	width:100%; 
	height:3px; 
	background:#0D9488; 
}
.responses-bar { 
	width:100%; 
	height:3px; 
	background:#875BF7; 
}
.engagement-bar { 
	width:100%; 
	height:3px; 
	background:#D97706; 
}
.operator-bar { 
	width:100%; 
	height:3px; 
	background:#71717A; 
}
.efficiency-bar { 
	width:100%; 
	height:3px; 
	background:#EAB308; 
}
.time-bar { 
	width:100%; 
	height:3px; 
	background:#A855F7; 
}
ul.steps-list {
	margin:0;
	padding:0;
	list-style:none;
}
ul.steps-list li {
	margin:0; 
	color:#52525B;
	font-size:16px;
	font-weight:500;
	margin-bottom:30px;
	display:flex;
	align-items:center;
}
ul.steps-list li.active { 
	color:#F2266E; 
}
ul.steps-list li span { 
	background:#fff;
	border-radius:50%;
	border:1.5px solid #D4D4D8;
	width:32px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;	
	margin-right:15px;
	color:#A1A1AA;
	position:relative;
}
ul.steps-list li.active span { 
	background:#F2266E;
	border-radius:50%;
	border:2px solid #fff;
	outline: 1px solid #f2266E; 
	color:#fff;
}
ul.steps-list li.steps-complete span { 
	background:#16A34A;
	border-radius:50%;
	border:1.5px solid #16A34A; 
	color:transparent;
}
ul.steps-list li span:after {  
	content:'';
	width:2px;
	height:25px;
	position:absolute;
	top:33px;
	left:14px;
	background:#D4D4D8;
	border-radius:10px;
}
ul.steps-list li.steps-complete span:after {   
	background:#16A34A; 
}
ul.steps-list li:last-child span:after {  
	display:none;
}
ul.steps-list li.steps-complete span:before {
	content:'\f00c';
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	color:#fff;
	font-size: 16px; 
    position: absolute; 
}


.confirm-identity {
	display:flex;
	align-items:start;
	width:100%;
}
.ci-user-picture img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
	border: 5px solid #fff;
    background-color: #fff;
    box-shadow: 0px 2px 4px -1px #0000000F;
    box-shadow: 0px 4px 6px -1px #0000001A;
} 
.filepreviewprofile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.ci-user {
	width:72px;
}
.ci-user-btn {
	width:calc(100% - 87px);
	margin-left:15px;
}
/*----modal--------*/ 
.up-photo-title{
    padding: 8px 15px;
    text-align: center;
}

#upload-demo{
    position: relative;
	width: 100%;
	height: 465px;
	padding-bottom:0;
}
.croppie-container h5 {
    position: absolute;
    bottom: 4px;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    font-size: 15px;
}
figure figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px #000;
}
.croppie-container .cr-image{
    right: 0;
}
.croppie-container .cr-slider-wrap {
    width: 275px;
}
.cr-slider-wrap p{
    font-size: 13px;
    color: #8D8D94;
    text-align: left;
	display:none;
}
.cr-slider{
    width: 275px;
} 

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.25);
}
  
.cr-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.25);
}
.cr-slider::-ms-thumb {
    width: 18px;
    height: 18px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.25);
}
.cr-slider::-webkit-slider-runnable-track {
    width: 275px;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: #fff;
    border-radius: 3px;
    border:none;
}
.cr-slider:focus::-webkit-slider-runnable-track {
    background: #fff;
}
.cr-slider::-moz-range-track {
    width: 275px;
    height: 5px !important;
    cursor: pointer;
    box-shadow: none;
    background: #fff !important;
    border-radius: 3px;
    border:none;
}
.cr-slider::-ms-track {
    width: 275px;
    height: 5px !important;
    cursor: pointer;
    box-shadow: none;
    background: #fff !important;
    border-radius: 3px;
    border:none;
    color: transparent;
}
.croppie-container .cr-slider-wrap {
    width: 300px !important;
    height: 20px;
    margin: 15px auto;
    text-align: center; 
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
	right:0;
}
.up-photo-content .croppie-container .cr-viewport {
	margin-bottom:40px !important;
	box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5); 
}
.cr-slider:focus::-ms-fill-lower {
	background: rgba(255, 255, 255, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
	background: rgba(255, 255, 255, 0.5);
}
[data-toggle="tooltip"] {
	cursor:pointer;
}
.alert-success {
	background: #fff;
    border: 1px solid #22a954;
    color: #22a954;
    border-left: 10px solid #22a954;
    position: absolute;
    right: 16px;
    margin: 0 0 15px auto;
    padding: 10px;
	width:50%;
}
.alert-success i { 
	background: #22a954;
    color:#fff;
	padding: 10px;
    border-radius: 50%; 
}
.alert-success .close {  
    color:#22a954;
	opacity:1; 
	top:initial;
	right:16px;
	padding:0;
}
.tooltip > .tooltip-inner { 
   font-size: 16px;
   font-family: "Instrument Sans", sans-serif;
   text-align:left;
   max-width:300px;
   padding:12px;
} 
.dropdown-toggle::after {
	position:absolute;
	top:23px;
	right:12px;
}
.email-text-border {
	text-align:center;
	width:100%; 
	display: flex;
	align-items: center;
	justify-content:space-between;
}
.email-text-border:before,
.email-text-border:after {
  content: "";
  width: 25%;
  height: 1px;
  background: #D9D9D9;
}

.email-text-border:before{
  margin: 0 20px 0 0;
}

.email-text-border:after{
  margin: 0 0 0 20px;
}



/***** Latest *****/
.device-list div:nth-child(2) .process-bar-content { 
	color:#fff;
}
.device-list .process-bar-content span {
	background:#FDE68A;
}
.device-list div:nth-child(2) .process-bar-content span {
	background:#F59E0B; 
}
.process-bar-content svg, .process-bar-content img {
	margin-right:6px;
	max-width:20px;
}

.theme-light {
	background:#F2266E14;
}
.color-16A34A {
	color:#16A34A;
}
.color-501B8E {
	color:#501B8E;
}
.color-8B5CF6 {
	color:#8B5CF6;
}
.color-3B82F6 {
	color:#3B82F6;
}
.inner-tabs {
	width:100%;
	border-bottom:1px solid #e4e4e7;
} 
.inner-tabs li {
	margin-right:20px; 
}
.inner-tabs li a {
	color:#71717A;
	border-bottom:2px solid transparent;
	padding:0 0 10px; 
	text-decoration:none;
}
.inner-tabs li a.active { 
	border-bottom:2px solid #6927DA;
	color:#6927DA;
	display:inline-block;
}
#chatbot_root {
	width:100%;
	height:300px;
}
#chartdiv, #gauges-chart {
	width:100%;
	height:300px;
}
.gauges-chart-content {
	position:absolute;
	width:50%;
	left:25%;
	bottom:10px;
}
.am5-tooltip-container {
	display:none !important;
}
.chat-container {
	max-width: calc(100% - 260px);
    left: 260px;
    position: relative;
    width: 100%;
} 
.members-modal .modal-dialog {
	max-width:640px; 
}
.members-modal .modal-content { 
	border-radius:12px;
	border:1px solid #E4E4E7;
}
.members-modal .modal-body {
	box-shadow:none;
}
.members-modal .modal-footer {
	background-color:#F4F4F5;
	border-radius:0 0 12px 12px;
}	
.members-modal .close {
	opacity:1;
}
select.select-user-role {
	background-image: url(../images/chevrons-up-down.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.switch-toggle input[type="checkbox"] {
	height: 0;
	width: 0;
	visibility: hidden;
}
.switch-toggle label {
	cursor: pointer;
	text-indent: -9999px;
	width: 60px;
	height: 30px;
	background: #E4E4E7;
	display: block;
	border-radius: 100px;
	position: relative;
}
.switch-toggle label:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.switch-toggle input:checked + label {
	background: #F2266E;
}

.switch-toggle input:checked + label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.switch-toggle label:active:after {
	width: 60px;
}
.member-table .thead-light th {
	background-color: #F4F4F5;
	border-bottom:1px solid #e4e4e7;
	font-size:14px;
	color:#71717a;
}
.g-permission {
	font-size:12px;
	font-weight:600;
	color:#09090B;
	padding:2px 10px;
	border:1px solid #e4e4e7;
	display:inline-block;
	margin-right:5px;
	border-radius:30px;
}
.user-role-admin {
	font-size:12px;
	font-weight:600;
	color:#8B5CF6;
	padding:2px 10px;
	border:1px solid #8B5CF6;
	display:inline-block;
	margin-right:5px;
	border-radius:30px;
}
.user-role-member {
	font-size:12px;
	font-weight:600;
	color:#EA580C;
	padding:2px 10px;
	border:1px solid #EA580C;
	display:inline-block;
	margin-right:5px;
	border-radius:30px;
}
.btn-theme.font-14 {
	font-size:14px; 
}
.color-09090b {
	color:#09090b;
}
select.select-user-role {
    background-image: url(../images/chevrons-up-down.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.form-control:focus {
	box-shadow:none;
	border-color:#e4e4e7;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.copy-token {
    background: #F4F4F5;
    padding: 8px 8px 8px 15px;
    border-radius: 8px;
    color: #18181B;
    font-size: 16px;
    position: relative;
}
#copy-content.token-key {
    background: transparent;
    word-break: break-all;
    font-family: "Geist Mono", monospace;
    font-size: 14px;
    border: none;
    max-height: 28px;
    resize: none;
    color: #18181B;
    font-weight: 500;
	min-height: 28px;
    width: 70%;
}
.member-table td {
	word-break:break-all;
}
.questions .process-bar-content span {
	background:#BFDBFE;
}
.conversions-links .process-bar-content span {
	background:#DDD6FE;
}
.conversions-links div:nth-child(2) .process-bar-content span {
	background:#8B5CF6; 
}
.conversions-links div:nth-child(2) .process-bar-content { 
	color:#fff;
}
.conversions-links .process-bar-content svg path { 
	fill:#8B5CF6;
}
.conversions-links div:nth-child(2) .process-bar-content svg path { 
	fill:#fff;
}
.top-pages div:nth-child(2) .process-bar-content { 
	color:#fff;
}
.top-pages .process-bar-content span {
	background:#BBF7D0;
}
.top-pages div:nth-child(2) .process-bar-content span {
	background:#22C55E; 
}
.top-pages .process-bar-content svg path { 
	fill:#22C55E;
}
.top-pages div:nth-child(2) .process-bar-content svg path { 
	fill:#fff;
}
.questions div:nth-child(2) .process-bar-content { 
	color:#fff;
}
.questions .process-bar-content span {
	background:#FED7AA;
}
.questions div:nth-child(2) .process-bar-content span {
	background:#F97316; 
}
.questions .process-bar-content svg path { 
	fill:#F97316;
}
.questions div:nth-child(2) .process-bar-content svg path { 
	fill:#fff;
}
.location-list div:nth-child(2) .process-bar-content { 
	color:#fff;
}
.location-list .process-bar-content span {
	background:#E7E5E4;
}
.location-list div:nth-child(2) .process-bar-content span {
	background:#A8A29E; 
} 
.process-bar-content svg, .process-bar-content img {
	margin-right:6px;
	max-width:20px;
}
.color-09090b {
	color:#09090b;
}
select.select-user-role {
    background-image: url(../images/chevrons-up-down.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}
.three-row-box { 
    width: 32%;
    margin-bottom: 0; 
}
.three-row-box .analytics-count-box {
	padding:15px;
}
.color-392181 {
	color:#392181;
}
.color-744d2e {
	color:#744d2e;
}
.color-d15299 {
	color:#d15299;
}
.color-ffd748 {
	color:#ffd748;
}
.color-6831d8 {
	color:#6831d8;
}
.color-2f8fdb {
	color:#2f8fdb;
}
.bg-ffd748 {
	background-color:#ffd748;
}
.bg-6831d8 {
	background-color:#6831d8;
}
.bg-2f8fdb {
	background-color:#2f8fdb;
}
.dot-section {
	margin-right:20px;
	display: flex;
    align-items: center;
}
.dot-section span {
	width:20px;
	height:20px;
	border-radius:50%;
	margin-right:10px;
}
.response-time-section button {
	background:#e7e7e7;
	border:1px solid #e7e7e7;
	border-radius:30px;
	display:inline-block;
	padding:8px 20px;
	outline:none !important;
	font-size:16px;
	font-weight:400;
}
.response-time-section button:hover, .response-time-section button.active {
	background:#ded9ff;
	border:1px solid #ded9ff; 
}
.three-box-container { 
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:20px;
} 
.three-row-box { 
    width: 100%;
    margin-bottom: 0; 
}
.three-row-box .analytics-count-box {
	padding:15px;
}
.color-392181 {
	color:#392181;
}
.color-744d2e {
	color:#744d2e;
}
.color-d15299 {
	color:#d15299;
}
.color-ffd748 {
	color:#ffd748;
}
.color-6831d8 {
	color:#6831d8;
}
.color-2f8fdb {
	color:#2f8fdb;
}
.bg-ffd748 {
	background-color:#ffd748;
}
.bg-6831d8 {
	background-color:#6831d8;
}
.bg-2f8fdb {
	background-color:#2f8fdb;
}
.dot-section {
	margin-right:20px;
	display: flex;
    align-items: center;
}
.dot-section span {
	width:20px;
	height:20px;
	border-radius:50%;
	margin-right:10px;
}
.response-time-section button {
	background:#e7e7e7;
	border:1px solid #e7e7e7;
	border-radius:30px;
	display:inline-block;
	padding:8px 20px;
	outline:none !important;
	font-size:16px;
	font-weight:400;
}
.response-time-section button:hover, .response-time-section button.active {
	background:#ded9ff;
	border:1px solid #ded9ff; 
}



@media screen and (max-width:767px) {
	.main-side-bar { 
		max-width: 90px;
	}
	.main-container {
		max-width:calc(100% - 110px);
		left:100px;
	}
	.analytics-box {
		width:100%;	
		margin: 0 0 20px;
	}
	.analytics-box:last-child { 
		margin: 0;
	} 
}

.copy-token {
    background: #F4F4F5;
    padding: 8px 8px 8px 15px;
    border-radius: 8px;
    color: #18181B;
    font-size: 16px;
    position: relative;
}

#copy-content.token-key {
    background: transparent;
    word-break: break-all;
    font-family: "Geist Mono", monospace;
    font-size: 14px;
    border: none;
    max-height: 28px;
    resize: none;
    color: #18181B;
    font-weight: 500;
	min-height: 28px;
    width: 70%;
} 
.user-welcome-info { 
	transition: all 0.3s ease;
}
.user-welcome-info.sticky {
	position: fixed;
    top: 0;
    z-index: 9;
    background: #fff;
    padding: 10px 25px;
    border-bottom: 1px solid #d4d4d7; 
	transition: all 0.3s ease;
}