/*Admission enquiry form start*/

select.form-control {
	appearance: auto;
}

@media (min-width: 1200px) {
	.modal-md {
		max-width: 600px;
	}
}

@media (min-width: 992px) {
	.modal-md {
		max-width: 600px;
	}
}

/* sticky button */

#btnAdmission {
	height: 0px;
	width: 69px;
	position: fixed;
	right: 0;
	top: 56%;
	z-index: 9999;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#btnAdmission a {
	display: block;
	border-radius: 10px 12px 0px 10px;
	background-color: var(--color-primary);
	padding: 8px;
	width: 159px;
	height: 221px;
	text-align: center;
	color: var(--color-heading);
	font-family: Arial, sans-serif;
	font-size: 14px !important;
	font-weight: 600;
}

#btnAdmission a:hover {
	background-color: var(--color-secondary);
}

#quickenquire em {
	color: red;
}

.modal-enquiryForm .btn-primary[type="submit"] {
	width: 100%;
	background-color: var(--color-primary);
	color: var(--color-heading);
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 7px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.modal-enquiryForm .btn-primary[type="submit"]:hover {
	background-color: var(--color-secondary);
}

.modal-enquiryForm .form-group {
	margin-bottom: 10px;
}
.modal.show .modal-dialog {
    transform: none;
    background: #fff;
    text-align: start !important;
}
.modal-enquiryForm .form-group {
    margin-bottom: 10px;
    text-align: start;
}

/* NAAC Pages */
.naac-section a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
	text-decoration: underline;
}

.naac-section a:hover {
	text-decoration: none;
}

.naac-section a:before {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	color: var(--color-primary);
	width: 2.5% !important;
	display: inline-block;
	font-size: 19px;
	margin-right: 0px;
}

/* End Naac Pages */

/* contact page */

.contactInfo-strip h5 {
	font-family: var(--font-primary);
	font-size: 22px;
	font-style: normal;
	margin-bottom: 0;
	font-weight: 700;
}

.contactInfo-strip {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 15px;
}

.contactInfo-left {
	padding-top: 5px;
	background-color: #f2f2f2;
	width: 80px;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	text-align: center;
	float: left;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.contactInfo-left i {
	font-size: 35px;
	color: var(--color-primary);
	padding-top: 15px;
}

.contactInfo-right {
	margin-left: 100px;
	word-wrap: break-word;
}

@media only screen and (max-width: 949px) {
	.contactInfo-left {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	.contactInfo-right {
		margin-left: 70px;
	}
}

@media only screen and (max-width: 780px) {
	.contactInfo-left {
		width: 60px;
		height: 60px;
		line-height: 60px;
		float: none;
		margin: auto;
	}

	.contactInfo-right {
		margin-left: 0px;
		text-align: center;
	}
}

@media only screen and (max-width: 580px) {
	.contactInfo-strip .info-holder {
		padding-bottom: 25px;
	}

	.contactInfo-left {
		width: 80px;
		height: 80px;
		line-height: 80px;
		float: left;
		margin: auto;
	}

	.contactInfo-right {
		margin-left: 100px;
		text-align: left;
	}
}

/* contacy page end */

/* Dynamic Faculty and faculty details starts*/

.staffback {
	padding: 20px;
	background-color: #f1f1f1 !important;
	border-radius: 16%;
	padding-top: 10px;
}
.card-holder-faculty {
	text-align: center;
	padding: 10px;
	margin-bottom: 0px;
}

.fac-coll img {
	width: 200px !important;
	height: 200px !important;
	border-radius: 50%;
	background-color: white !important;
	margin: 0 auto;
	box-shadow: 2px 2px 4px #888888;
	padding: 8px !important;
	margin-top: 25px;
	border: none !important;
}

.read-more-faculty {
	color: var(--color-primary);
}

.faculty-main-whitePanel {
	background-color: #fff;
	box-shadow: 2px 2px 4px #888888;
	margin-right: -12px;
	border-top: 1px solid;
}

.fac-img-details {
	width: 185px;
	height: 190px;
}

.Faculty-details {
	margin-top: 25px;
	margin-left: 21px;
}

.faculty-Tab-Info {
	margin-top: 20px;
	border-top: 1px solid #bbbbbb;
}

.readmore {
	display: inline-block;
	font-weight: 600;
	color: #00155e !important;
	margin: 0;
	text-align: left;
}

/* Faculty and faculty details End*/

.owl-nav > div {
    margin-top: -77px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
	font-size: 52px;
}

.owl-nav .owl-prev {
	left: -30px;
}

.owl-nav .owl-next {
	right: -30px;
}

.owl-nav button {
	position: absolute;
	top: 50%;
	background-color: var(--color-default);
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
	left: 0;
}

.owl-nav button.owl-next {
	right: 0;
}

.owl-dots {
	text-align: center;
	padding-top: 15px;
}

.owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px;
}

.owl-dots button.owl-dot.active {
	background-color: var(--color-default);
}

.owl-dots button.owl-dot:focus {
	outline: none;
}

.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
	outline: none;
}

.owl-dots {
	text-align: center;
	bottom: 5px;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.owl-dot {
	border-radius: 50px;
	height: 10px;
	width: 10px;
	display: inline-block;
	background: rgba(127, 127, 127, 0.5);
	margin-left: 5px;
	margin-right: 5px;
}

.owl-carousel .owl-nav span {
	font-size: 45px !important;
	color: var(--color-primary);
}

.owl-carousel .owl-nav owl-next:hover span,
.owl-carousel .owl-nav owl-prev:hover span {
	color: var(--color-primary);
}

/*----------------------inner page iqac Quick Links--------------------------------- */
.quick-1 {
	padding: 10px 20px !important;
	background-color: var(--color-primary);
	box-shadow: 2px 2px 4px #888888;
}

.quick-1 .sec-2 {
	background-color: #fff;
}

.quick-1 li {
	list-style: none;
	padding-left: 0px !important;
	padding: 8px 0px;
	display: grid;
	border-bottom: 1px solid #fff;
}

.quick-1 .sec-2 li {
	border-bottom: 1px solid #b2b2b2;
}

.quick-1 .sec-2 a {
	color: #000;
}

.quick-1 li:last-child {
	border-bottom: none;
}

.quick-1 a {
	color: #fff;
}

.quick-1 a:hover {
	color: #fdbd0f;
}

.quick-title {
	font-size: 25.6px !important;
	border-bottom: 3px solid #bbbbbb !important;
	margin-bottom: 10px;
}

.quick-second.quick-1 ul {
	padding-left: 0px;
}

.quick-second.quick-1 {
	background-color: #fff;
}

.quick-1.sec-2 .quick-title a:hover {
	color: var(--color-default);
	cursor: unset;
}

/*----------------------end inner page iqac Quick Links--------------------------------- */

/* Gallery slider */
.modal-content {
	border: none;
}

.modal-body {
	padding: 0;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23eee' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	width: 30px;
	height: 48px;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23eee' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	width: 30px;
	height: 48px;
}

/* Gallery slider */

/*AQAR Support Documents */
a.aqar_support {
	text-decoration: underline;
}

button.accordion-button.collapsed.aqar-tabs {
	padding: 13px 10px;
	background-color: #ffff;
}

button.accordion-button.aqar-tabs {
	padding: 13px 10px;
	background-color: #d3d3d3;
}

p.aqar-metrics {
	padding: 8px 15px;
}

ul.aqar-matrics-points {
	padding-left: 25px;
}

.accordion-collapse .collapse .aqar-collapse :after {
	padding: 0px 10px !important;
}

a.aqar-quick:active {
	color: #fdbd0f;
}

a.aqar-quick {
	color: #fdbd0f;
}

.aqar-quick a::after {
	color: #fdbd0f;
}

.accordion-flush .accordion-collapse {
	padding-bottom: 15px;
}

.aqar-matrics-points {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.aqar-matrics-points li:before {
	content: "\f016";
}

.aqar-matrics-points li:before {
	border: none;
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 2px;
	color: #5c5b5b;
}

.aqar-matrics-points li span:before {
	content: "\f016";
}

.aqar-matrics-points li span:before {
	border: none;
	content: "\f0c5";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 2px;
	color: #bbb8b8;
}

.aqar-matrics-points li span:hover::before {
	color: gray !important;
}

.tabsName-holder .nav-link:hover {
	background-color: var(--color-secondary) !important;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 99;
}

/*** Button ***/
.btn {
	transition: 0.5s;
	font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
	color: var(--color-secondary);
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-sm-square {
	width: 32px;
	height: 32px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding: 0;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-weight: normal;
}

.top-bott.btn-primary {
	color: #fff;
	background-color: var(--color-primary);
	border-color: white;
}

.btn-primary:hover {
	background-color: var(--color-secondary);
	color: var(--font-primary);
}

.submit-btn {
	background-color: #000000;
	color: var(--color-heading);
	border: none;
}
.submit-btn:hover {
	background-color: #fff !important;
	color: #000 !important;
	border: none;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
}

/* Chatbot */
.botIcon {
	position: fixed;
	z-index: 9999;
	right: 26px;
	bottom: 92px;
}
.iconInner {
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: #a64bf4;
	background: -webkit-linear-gradient(
		to left,
		#00dbde,
		#fc00ff,
		#00dbde,
		#fc00ff
	);
	background: -o-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
	background: -moz-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
	background: linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
	background-position: 50%;
	background-size: 300%;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.7em;
	height: 2.2em;
	justify-content: center;
	width: 2.2em;
}

.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
	display: none;
}

.botIcon .Messages,
.botIcon .Messages_list {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.chat_close_icon {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	right: 12px;
	z-index: 9;
}

.chat_on {
	background-color: #8a57cf;
	bottom: 20px;
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 45px;
	padding: 9px;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 45px;
	z-index: 10;
}

.chat_on_icon {
	color: #fff;
	font-size: 25px;
	text-align: center;
}

.botIcon .Layout {
	-webkit-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
	-ms-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
	animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	background-color: rgb(63, 81, 181);
	bottom: 20px;
	border-radius: 10px;
	box-shadow: 5px 0 20px 5px rgba(0, 0, 0, 0.1);
	box-sizing: content-box !important;
	color: rgb(255, 255, 255);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-height: 30px;
	max-width: 300px;
	min-width: 50px;
	opacity: 0;
	pointer-events: auto;
	position: fixed;
	-webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
	-ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
	transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
	z-index: 999999999;
}

.botIcon .Layout-open {
	border-radius: 10px;
	color: #fff;
	height: 500px;
	max-height: 500px;
	max-width: 300px;
	overflow: hidden;
	-webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
	-ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
	transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
	width: 100%;
}

.botIcon .Layout-expand {
	display: none;
	height: 400px;
	max-height: 100vh;
	min-height: 300px;
}

.showBotSubject.botIcon .Layout-expand {
	margin-left: -315px;
	display: block;
}

.botIcon .Layout-mobile {
	bottom: 10px;
}

.botIcon .Layout-mobile.Layout-open {
	min-width: calc(100% - 20px);
	width: calc(100% - 20px);
}

.botIcon .Layout-mobile.Layout-expand {
	border-radius: 0 !important;
	bottom: 0;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
}

.botIcon .Messenger_messenger {
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.botIcon .Messenger_header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--color-primary);
	color: rgb(255, 255, 255);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 40px;
	padding-left: 10px;
	padding-right: 40px;
}

.botIcon .Messenger_header h4 {
	-webkit-animation: slidein 0.15s 0.3s;
	-ms-animation: slidein 0.15s 0.3s;
	animation: slidein 0.15s 0.3s;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	font-size: 16px;
	opacity: 0;
}

.botIcon .Messenger_prompt {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: white;
}

.botIcon .Messenger_content {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 80px;
}

.botIcon .Messages {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.botIcon .Input {
	background-color: #fff;
	border-top: 1px solid #e6ebea;
	color: #96aab4;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-bottom: 15px;
	padding-top: 17px;
	position: relative;
	width: 100%;
}

.botIcon .Input-blank .Input_field {
	max-height: 20px;
}

.botIcon .Input_field {
	background-color: transparent;
	border: none;
	outline: none;
	padding-left: 20px;
	padding-right: 45px;
	resize: none;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	min-height: 20px !important;
}

.botIcon .Input_button-emoji {
	right: 45px;
}

.botIcon .Input_button {
	background-color: transparent;
	border: none;
	bottom: 15px;
	cursor: pointer;
	height: 25px;
	outline: none;
	padding: 0;
	position: absolute;
	width: 25px;
}

.botIcon .Input_button-send {
	right: 15px;
}

.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
	fill: #2c2c46;
}

.Icon svg {
	height: auto;
	width: 100%;
}

.msg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.msg.user {
	-webkit-box-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.msg + .msg {
	margin-top: 15px;
}

span.responsText {
	color: var(--color-default);
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	max-width: calc(100% - 50px);
}

.msg.user span.responsText {
	margin-left: 0;
	margin-right: 10px;
}

span.avtr {
	display: inline-block;
	width: 30px;
}

span.avtr figure {
	background-color: #ccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	display: block;
	margin: 0;
	padding-bottom: 100%;
}

@-webkit-keyframes appear {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-keyframes appear {
	0% {
		opacity: 0;
		-ms-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes appear {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes slidein {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-ms-keyframes slidein {
	0% {
		opacity: 0;
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		opacity: 1;
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slidein {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media only screen and (max-width: 412px) {
	.botIcon .Layout-open {
		width: 250px;
	}
}

.Messages_list p {
	font-size: 15px !important;
}

.Messages_list .bubble {
	border-radius: 0.4em;
	border: 1px solid transparent;
	padding: 7px 11px;
	transition: width 2s;
	word-break: break-word;
	line-height: 19px;
	background-color: #ebebeb;
	text-align: initial;
}

.Messages_list .bubble-label {
	color: #455a64;
	font-size: 15.5px;
}

.Messages_list .option-wrapper {
	overflow-x: hidden;
	margin-top: 5px;
}

.Messages_list .option.bubble {
	background-color: #fff;
}

.Messages_list .theme-border {
	border-color: var(--color-primary);
}

.Messages_list .bubble-inline {
	display: inline-block;
}

.Messages_list .option {
	position: relative;
	padding: 5px 5px 5px 5px !important;
	margin: 3px;
}

.Messages_list .option:hover {
	cursor: pointer;
	background-color: var(--color-primary);
	color: white;
}

.Messages_list span {
	line-height: initial;
	font-size: 15px !important;
	text-transform: capitalize;
}
