@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap%27');

body{
		font-family: "Poppins", sans-serif;
	padding: 0;
	margin: 0;
}

.blink {
  animation: blink-animation 1s infinite;
}

@keyframes blink-animation {
  50% {
    opacity: 0;
  }
}

.switch-container {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}

.switch-checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  padding: 0 6px;
  transition: background-color 0.3s ease-in-out;
  font-size: 12px;
  font-weight: bold;
  color: black;
}

.switch-label .switch-text {
  width: 50%;
  text-align: center;
  z-index: 1;
}

.switch-checkbox:checked + .switch-label {
  background-color: limegreen;
}

.switch-checkbox:checked + .switch-label .off {
  color: white;
  opacity: 0.3;
}

.switch-checkbox:checked + .switch-label .on {
  color: black;
  opacity: 1;
}

.switch-checkbox:not(:checked) + .switch-label .on {
  color: white;
  opacity: 0.3;
}

.switch-checkbox:not(:checked) + .switch-label .off {
  color: black;
  opacity: 1;
}



.content-page {
  overflow: hidden;
  padding: 0 15px 65px 15px;
  min-height: 80vh;
  margin-top: 85px; }

a.action-icon {
    margin-left: 10px;
}

.main-div{
	margin-top: 93px;
	margin-bottom: 0px;
}
.navbar-toggler:focus{
	box-shadow: none;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding-left: 40px;
	padding-right: 40px;
	font-size: 30px;
	color: #000;
	font-family: Segoe UI Bold;
}
.navbar-expand-lg .navbar-nav .nav-link.active{
	color: #167FC3;
}
.navbar{
	padding-left: 15px;
	padding-right: 15px;
	position: fixed;
	background-color: #fff;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}
.navbar .container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.setting-link{
	img{
		width: 35px;
	}
}
.ai-footer{
	border-top: 1px solid #167FC3;
	margin-top: 15px;
	padding:15px 15px 0;

	.footer-center-circle{
		display: flex;
		gap: 10px;

	}

	.footer-aibox{
		display: flex;
		align-items: center;
		gap:15px;

		h4{
			font-family: Segoe UI Bold;
			font-size: 25px;
			margin-bottom: 0;
		}
		span{
			width: 30px;
			height: 30px;
			background-color: #46b824;
			border-radius: 50%;
		}
	}

	.circle-aibox {
		flex: 1 1 0%;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.round-box {
		width: 75px;
		height: 75px;
		border-radius: 50%;
		background-color: #d1e8ff;
		color: #000;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		box-sizing: border-box;
		text-align: center;
	}

	.round-box span {
		font-family: Segoe UI Bold;
		font-size: clamp(14px, 2vw, 18px);
		line-height: 1.2;
		max-width: 90%;
		word-wrap: break-word;
		white-space: normal;
	}

	.round-box span small {
		display: block;
		font-family: Segoe UI Bold;
		font-size: 12px;
		margin-top: 4px;
	}

	.circle-aibox h5 {
		font-family: Segoe UI Bold;
		font-size: 16px;
	}

	.landscap-aibox{
		flex:1;
		text-align:center;
		display:flex;
		flex-direction:column;
		align-items:center;
		.round-box{
			width: 95px;
			height: 56px;
			text-align: center;
			border-radius: 10px;
			background-color: #ADEDDA33;
			color: #000;
			font-family: Segoe UI Bold;
			font-size: 25px;
			display: flex;
			align-items: center;
			text-align: center;
			justify-content: center;
			border: 1px solid #000;
			position:relative;

			span.blank{
				width: 30px;
				height: 30px;
				border-radius: 50%;
			}

			small{
				font-family: Segoe UI Regular;
				line-height: 0;
				display: block;
				font-size: 16px;

			}
		}
		h5{
			font-family: Segoe UI Bold;
			font-size: 20px;
			margin-bottom: 0;
		}
	}

	.alert-box{
		background-color:#FFFF0033 !important;
		span{
			background-color:#e9ea0c;
		}
	}
	.riskbg{
		background-color:#EDADAD33 !important;
		span{
			background-color:#da1714;
		}
	}
}
.pinkbg{
	background-color:#EDADAD33 !important;
}
.ai-calllist{
	height: calc(100vh - 385px);
	overflow: auto;

}
.ai-calllist::-webkit-scrollbar{
	display: none;
}

.ai-box{
	min-width: 100px;
	height: 56px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #000;
	padding: 1px 5px;
	position: relative;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items:center;

	.pink-callimg{
		position: absolute;
		bottom: 0;
		max-width: 28px;
		margin: auto;
		right: 0;
		left: 0;
	}

	.ai-left{
		text-align:center;
		p{
			margin-bottom: 0;
			font-size: 20px;
			color: #000;
		}
		label{
			font-family: Segoe UI Bold;
			font-size: 16px;
			color: #000;
		}
	}
	.ai-right{
		text-align:center;
		label{
			font-family: Segoe UI Bold;
			font-size: 20px;
			color: #000;
		}
		span{
			font-size: 12px;
			display: block;
			color: #000;
		}
	}
}
.ai-box.normal{
	background: #ADEDDA33;
}
.ai-box.yellow{
	background: #FFFF0033;
}
.ai-box.pink{
	background: #EDADAD33;
}
.ai-center{
	height: calc(100vh - 385px);
	overflow: auto;
}
.ai-center::-webkit-scrollbar{
	display: none;
}
.ai-center{
	border: 1px solid #000;
	border-radius: 10px;
	padding: 0px 15px 15px;
	display:flex;
	justify-content:space-between;
	text-align:center;
	h4{
		font-family: Segoe UI Bold;
		font-size: 20px;
		position: sticky;
        top: 0px;
        background: #fff;
        padding-top: 15px;

	}
	.avaliable-box-ai{
		text-align:center;
		.call-number {
			background-color:#08FF00;
			width: 60px;
			height: 60px;
			border-radius: 50%;
			margin:auto;

			.aspcall{
				background: #ddd;
				width: 30px;
				display: block;
				height: 30px;
				border-radius: 50%;
				margin: auto;
				font-family: Segoe UI Bold;
				font-size: 20px;

			}
			label.totalcall{
				font-family: Segoe UI Bold;
				font-size: 20px;
			}
		}
		p.ainame{
			font-size: 16px;
			font-family: Segoe UI Bold;
			margin-top: 5px;
		}
		.grey{
			background-color: #818181;
		}
		.orange{
			background-color: #ff5c03;
		}
	}

}


.patient-filter {
    display: flex;
    gap: 15px;
    padding: 5px 15px 10px;
    align-items: center;
    border-bottom: 1px solid #167FC3;
}
.patient-filter label{
	font-size: 20px;
	color: #000;
	font-family: Segoe UI Bold;
}
.patient-filter span {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 3px 4px;
    font-family: Segoe UI Bold;
    width: 70px;
    text-align: center;
    font-size: 20px;
}
.patient-filter .enter-id{
	height: 41px;
	width: 184px;
	border-radius: 10px;
	background-color: #000;
	color: #000;
	border: 0;
	font-size: 20px;
	font-family: Segoe UI Bold;
	text-align: center;
}
.patient-filter .enter-id::placeholder{
	color: #167FC350;
}
.p-relative{
	position: relative;
}
.patient-filter .search-patient {
    height: 41px;
    width: 460px;
    padding: 0 15px;
    border-radius: 10px;
    background-color: #ADEDDA37;
    color: #167FC3;
    border: 0;
    font-size: 20px;
    font-family: Segoe UI Bold;
    text-align: left;
}
.patient-filter div span{
	position: absolute;
	right: 10px;
	top: 2px;
}

.patient-filter .search-patient::placeholder{
	color: #167FC350;
}
a.view-snap-btn{
	background: #dce2e082;
	color: #167FC350;
	width: 191px;
	height: 41px;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	font-family: Segoe UI Bold;
	line-height: 41px;
	font-size: 20px;
}
a.view-snap-btn.not-disabled{
	background: #ADEDDA37;
	color: #167FC3;
}
.patient-pagination nav ul.pagination li.page-item .page-link{
	border: 1px solid #000;
	border-radius: 10px;
	font-size: 20px;
	font-family: Segoe UI Bold;
	padding: 5px 12px;
	color: #000;
}
.patient-pagination nav ul.pagination li.page-item .page-link.not-disabled {
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #167FC3;
    color: #167FC3;
    height: 40px;
    line-height: 26px;
}
.patient-pagination nav ul.pagination li.page-item:first-child .page-link{
	border: none;
	padding: 0;
	padding-right: 7px;
}
.patient-pagination nav ul.pagination li.page-item:last-child .page-link{
	border: none;
	margin-left: 0;
	padding: 0;
	padding-left: 7px;
}
.parent-details-section {
    border: 1px solid #167FC3;
    padding: 15px;
    min-height: 656px;
    max-height: 656px;
    margin-bottom: 25px;
    overflow: auto;
}
.parent-details-section::-webkit-scrollbar{
	display: none;
}
.parent-details-section h3{
	font-size: 20px;
	font-family: Segoe UI Bold;
	color: #167FC3;
	height: 25px;
	line-height: 25px;
}
.parent-details-section h3 a{
		margin-left: 10px;
	}
.clinical-details{
	height: 300px;
}
.patient-bottom{
	padding: 15px;
	border-top: 1px solid #167FC350;
	position: fixed;
	bottom: 0;
	left: 12px;
	right: 12px;
	text-align: center;
	background-color: #fff;
}
.patient-submit-btn{
	border-radius: 100px;
	height: 60px;
	width: 257px;
	background-color: #167FC350;
	color: #fff;
	font-size: 30px;
	font-family: Segoe UI Bold;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 60px;
}
.patient-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.patient-box p {
    flex-shrink: 0;
    margin-bottom: 0;
    flex: 1.7;
    font-size: 20px;
}
.patient-box div{
	flex: 2;
}
.patient-detail-list .patient-box p{
	flex: 1.3;
}
.patient-detail-list .patient-box div{
	flex: 2;
}
.other-list .patient-box p{
	flex: 1;
}
.other-list .patient-box div{
	flex: 2;
}
.clincal-list .patient-box p{
	flex: 1;
}
.clincal-list .patient-box div{
	flex: 2;
}
.clincal-list .patient-box div label{
	min-width: auto;
}

.patient-box div span{
	font-size: 20px;
}
.patient-box div label{
	padding: 0px 15px;
	border-radius: 50px;
	font-size: 20px;
	min-width: 100px;
	display: inline-block;
      cursor: pointer;
}
.bg-pgreen{
	background-color: rgba(8, 255, 0, 0.2);
}
.bg-pyellow{
	background-color: rgba(255, 255, 0, 0.2) !important;
}
.bg-red{
	background-color: rgba(237, 173, 173, 0.2);
}
.edit-input {
      display: none;
      font-size: inherit;
      padding: 0px 15px;
	  border-radius: 50px;
	  font-size: 20px;
	 min-width: 100px;
}
.save-btn{
	text-decoration: none;
	background-color: #08FF00;
	border-radius: 10px;
	color: #fff;
	font-family:'Segoe UI Regular';
	width: 60px;
	display: none;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
.green-edit{
	display: none;
}
.parent-details-section h3.active{
	color: #08FF00;
}
.parent-details-section h3.active .save-btn{
	display: inline-block;
}
.parent-details-section h3.active a .green-edit{
	display: inline-block;
}
.parent-details-section h3.active a .blue-edit{
	display: none;
}
div#close_Modal .modal-content{
	border-radius: 72px;

}
div#close_Modal .modal-dialog{
	max-width: 603px;
}
.modal.show{
	background: #167fc375;
}
.close-details {
    padding: 30px 20px 50px;
}
.close-details a{
	display: inline-block;
}
.close-details a img{
	width: 30px;
}
.close-details h3 {
    font-size: 30px;
    font-family: 'Segoe UI Bold';
    line-height: 3;
    margin-bottom: 30px;
}
.close-btn-grp{
	display: flex;
	justify-content: space-around;
}
.close-btn-grp a{
	width: 184px;
	height: 41px;
	border: 1px solid #167FC330;
	color: #167FC3;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	line-height: 41px;
	font-family: 'Segoe UI Bold';
	text-transform: uppercase;
}
.close-btn-grp a.yes-btn{
	background-color: #ADEDDA50;
}
.blue-border{
	border-top: 1px solid #167FC3;
	opacity: 1;
}

.patient-table tbody{
	border: 1px solid #167FC3;
	height: 100%;
}

.patient-table thead th{
	color: #167FC3;
}
.patient-table tr td,.patient-table thead th{
	border-bottom: 0;
}

.wrap-modal-slider {
  padding: 0 30px;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  margin: auto;
  position: relative;
}
.slick-slide img {
    margin: auto;
}

.wrap-modal-slider.open {
  opacity: 1;
}

.slick-prev:before, .slick-next:before {
  color: red;
}

.slider-close{
	position: absolute;
	right: 100px;
	top: 20px;
	z-index: 1;
}
.slider-close img{
	max-width: 40px;
}
.slick-prev{
	width: 60px;
	height: 60px;
}
.slick-next{
	width: 60px;
	height: 60px;
}
.slick-prev:before, .slick-next:before{
	background: url(../images/prev.png);
	background-position: center;
	background-size: 100%;
	color: transparent;
	font-size: 50px;
	opacity: 1;
}
.slick-next:before{
	background: url(../images/next.png);
	background-position: center;
	background-size: 100%;
	color: transparent;
	font-size: 50px;
	opacity: 1;
}
.parent-details-section .border-right{
	border-right: 1px solid #167FC3;
}

.spend-btn{
	img{
		max-width: 77px;
	}
}
.barcontainer{
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  position: relative;
  transform: translateY(-50%);
  top: 47%;
  margin-left: 20px;
  width: 46px;
  height: calc(100% - 100px);
/*  //border darken(#98AFC7, 40%) 3px solid*/
}

.bar{
  background-color: #81ff7d;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
/*  //border-top: 6px solid #FFF;*/
  box-sizing: border-box;
  animation: grow 1.5s ease-out forwards;
  transform-origin: bottom;
}
@keyframes grow{
  from{
    transform: scaleY(0);
  }
}

.chat-box{
	background-color: #effbf8;
	border: 1px solid #000;
	border-radius: 20px;
	height: calc(100vh - 450px);
	overflow: auto;
	display: flex;
	position: relative;
}
.chat-box::-webkit-scrollbar{
	display: none;
}
.chat-progress{
	position:relative;
	h4{
		font-size: 25px;
		font-family: 'Segoe UI Bold';
		width: 46px;
		text-align: center;
		margin-left: 20px;
		margin-left: 20px;
        margin-top: 55px;
        line-height: 0.8;

		small{
			font-family: 'Segoe UI Regular';
			font-size: 16px;
		}
	}
}
.chat-box-details::-webkit-scrollbar{
	display: none;
}
.chat-box-details {
    flex: 1;
    padding-left:100px;
    padding-right: 50px;
    padding-top:10px;
    height:calc(100% - 20px);
    overflow:auto;

    .chat-left{
    	display: flex;
    	gap:8px;
    	align-items:flex-end;
    	margin-bottom:20px;

    	.chat-img{
    		img{
    			width: 49px;
    			height: 49px;
    			border-radius: 50%;
    		}
    	}
    	.chat-details{
    		flex:1;
    		max-width:70%;
    		div{
    			border: 1px solid #0D767C;
    			background: #fff;
    			border-radius: 11px;
    			padding:10px;

    			p{
    				font-size: 14px;
    				color: #0F130F;
    				margin-bottom: 5px;
						overflow-wrap: break-word;
						white-space: pre-wrap;
    			}
    		}
    		span{
    			font-size: 10px;
    			color: #0F130F;
    			display:flex;
    			align-items:center;
    			gap:2px;

    			.dots{
    				width: 3px;
    				height: 3px;
    				background-color: #0F130F;
    				border-radius: 50%;
    				display: inline-block;
    				margin: 0 2px;
    			}
    		}
    	}
    }
    .chat-right{
    	display: flex;
    	align-items:flex-end;
    	margin-bottom:20px;

    	.chat-details{
    		flex:1;
    		max-width:70%;
    		margin-left:auto;
    		margin-right:10%;
    		div{
    			border: 1px solid #0D767C;
    			background: #6FBA9D40;
    			border-radius: 11px;
    			padding:10px;

    			p{
    				font-size: 14px;
    				color: #0F130F;
    				margin-bottom: 5px;
						overflow-wrap: break-word;
						white-space: pre-wrap;
    			}
    		}
    		span{
    			font-size: 10px;
    			color: #0F130F;
    			display:flex;
    			align-items:center;
    			justify-content: flex-end;
    			gap:2px;

    			.dots{
    				width: 3px;
    				height: 3px;
    				background-color: #0F130F;
    				border-radius: 50%;
    				display: inline-block;
    				margin: 0 2px;
    			}
    		}
    	}
    }
}
.chat-status{
	position: absolute;
	right: 5px;
	bottom:5px;

	span{
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: #46b824;
		display: inline-block;
	}
}
.questionanswer-box{
	height: calc(100vh - 450px);
    overflow: auto;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 15px 30px 15px 10%;
}
.questionanswer-box::-webkit-scrollbar{
	display: none;
}

.answer-box{
	display: flex;
	align-items: center;
	gap:5px;

	img{
		width: 30px;
	}

	p{
		display: inline-block;
		margin-bottom: 0;
		background-color: #167fc3;
		color: #fff;
		padding: 3px 10px;
		border-radius: 25px;
		min-width: 120px;
	}
}
.questionanswer-box{
	padding-top:0;
	table{
		thead{
			position:sticky;
			top:0;
			background-color:#fff;
			z-index:1;
			th{
				color: #167fc3;
				padding: 10px;
			}
		}
		tbody{
			tr{
				td{
					padding: 5px 10px;
				}
			}
		}
	}
}
.patient-btngrp {
    padding-left: 35px;
    display:flex;
    gap:0px 10px;

    a{
    	text-decoration: none;
    	color: #000;
    	font-family: 'Segoe UI Bold';
    	background-color: #08FF004D;
    	font-size: 24px;
    	padding: 5px 15px;
    	border-radius: 10px;
    	border: 1px solid #000;
    }
}
.bg-cream{
	background-color: #EDADAD33 !important;
}
.bg-parot{
   background-color: #08FF004D !important;
}

/*-------------------------*/

.interface-progress{
	.barcontainer{
		height: 95%;
		top: 52%;
		border-radius: 0;
	}
}
.chat-bot-img{
	padding:15px;
	img{
		max-width: 100%;
	}
}
.call-end{
	h4{
		color: #000;
    	font-family: 'Segoe UI Bold';
    	font-size: 16px;
    	text-align: center;
	}
}
.callinterface-box.chat-box{
	height: calc(100vh - 215px);
}

.chat-bottom{
	display: flex;
	gap:20px;
	padding:15px 0px 5px;

	.r-progress{
		flex-shrink: 0;
		width:120px;
		text-align:center;
		span{
			width: 50px;
            height: 50px;
            text-align: center;
            border-radius: 50%;
            background-color: #ADEDDA33;
            color: #000;
            font-family: Segoe UI Bold;
            font-size: 15px;
            display: flex;
            margin:auto;
;
            align-items: center;
            text-align: center;
            justify-content: center;
            border: 1px solid #000;
            position: relative;
		}
		label{
			font-family: Segoe UI Bold;
            font-size: 14px;
		}
	}

	.chat-input{
		flex:1;
		position:relative;
		textarea.form-control{
			width: 100%;
			resize: none;
			background-color: #6FBA9D40;
			color: #0000006B;
			border: 1px solid #000;
			padding-right: 50px;
		}
		.chat-icon{
			position: absolute;
			top: 30px;
			right: 10px;

			img{
				max-width: 30px;
			}
		}
	}
}
.questionanswer-box.interfaceanswerbox {
    position: relative;
    height: calc(100vh - 215px);
    padding-left: 5%;
}
.interface-table{
	height: calc(100% - 1px);
    overflow: auto;
    position: relative;
    width: 100%;
}
.interface-table::-webkit-scrollbar{
	display: none;
}

.interface-table .form-group.forcheck {
  display: block;
  margin-bottom: 5px;
}

.interface-table .form-group.forcheck input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.interface-table .form-group.forcheck label {
  position: relative;
  cursor: pointer;
}

.interface-table .form-group.forcheck label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 50%;
}

.interface-table .form-group.forcheck input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 16.1px;
  width: 8px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.bg-pblue{
	background: #167fc3;
}
.bg-lblue{
	background-color: #f6fafd;
}
.interface-table p,.interface-table span{
	margin-bottom: 0;
	padding: 3px 0px;
}
.interface-table label{
	padding: 3px 10px;
    border-radius: 25px;
}

.interface-table table tr td{
	padding: 0px 5px !important;
	vertical-align: top;
}
.answer-box label {
    padding: 3px 10px;
    border-radius: 25px;
    min-width: 60px;
}
/*.interface-table table thead {
    position: fixed;
    top: 40px;
    z-index: 1;
    max-width: 60%;
}*/
.empty-chatbox{
	display: flex;
	align-items: center;
	justify-content: center;

	h3{
		font-family: Segoe UI Bold;
            font-size: 20px;
	}
}
.airiskbg{
	background: #EDADAD33;
}
.bg-red{
	background: #da1714 !important;
}
.bg-yellow{
	background-color: #e9ea0c !important;
}
.examinkbg{
	background: #FFFF0033 !important;
}

.bar div {
    height: 61px;
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-size:14px;
    text-align:center;

    img{
    	padding: 5px 5px 0;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #000;
        margin: auto;
        background: #81ff7d;
    }
    h5{
    	font-family: Segoe UI Bold;
        font-size: 14px;
        text-align: center;
        margin-bottom: 0;
    }
    p{
    	margin-bottom: 0;
    	text-align: center;
    	font-family: Segoe UI Bold;
        font-size: 14px;
    }
}
.leavecallbox {
    flex: 1;
    display: flex;
    gap:10px;
    padding-left:20px;
    padding-right:30px;

    a.leavecall{
    	background-color: #08FF00;
    	color: #fff;
    	font-family: Segoe UI Bold;
        font-size: 20px;
        text-decoration: none;
        padding: 0px 25px;
        line-height: 50px;
        height: 50px;
        border-radius: 10px;
        border: 1px solid #000;
        text-align: center;
        flex-shrink: 0;
    }
    .form-group{
    	width: 100%;
    	position:relative;

    	.form-control{
    		background: #FFFF0054;
    		height: 50px;
    		resize: none;
    		border: 1px solid #000;
    		border-radius: 10px;
    		font-size: 14px;
    	}
    }
    .form-icon {
        position: absolute;
        border: 0;
        top: 7px;
        right: 0;

        img{
        	width: 24px;
        }
    }
}
.bar.live-chat-icon:before {
    content: '';
    position: absolute;
    background: url(../images/live-chat.png);
    width: 42px;
    height: 42px;
    top: 0px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.bar.controlai:before{
	content: '';
    position: absolute;
    background: url(../images/talkmusic.png);
    width: 42px;
    height: 42px;
    top: 0px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.interface-table{
	table{
		thead{
			th{
				background-color: #fff;
			}
		}
	}
}
.risk-alert{
	width: 70px;
}
.mice-icon img{
	width: 50px;
}
