.login-container {
	background-image: url(/37c755ef1238d496257f.png);
	background-repeat: no-repeat;
	background-color: var(--chat-header-bg);
}

/* Styling for restaurant temp */
.login {
	position: absolute;
	align-items: center;
	justify-content: center;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: var(--gray-light);*/
}

.login__body {
	position: relative;
	width: 100%;
	max-width: 450px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 4px 10px -6px rgba(0, 0, 45, 0.7);
	padding: 20px 30px 30px 30px;
}

.restaurant__body {
	height: 100%;
}

.select__restaurant__container {
	width: 100%;
	background-image: url(/9c015fb4df81dfeadfd9.svg);
	overflow: scroll;
	background-repeat: no-repeat;
	height: 100%;
	padding: 82px 0px;
	background-color: #fdfdfd;
	overflow-y: scroll;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position-y: top;
	background-position-x: right;
}

.restaurant__body__logo {
	width: 189px;
}

.cards_wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 952px;
	justify-content: flex-start;
}

.restaurant__card__container {
	position: relative;
	overflow: initial !important;
	background-image: url(/651fdf003c47ece0b58d.svg);
	background-repeat: no-repeat;
	/* height: 100vh; */
	display: flex;
	overflow: auto;
	margin: 0px 16px 32px 16px;
	align-items: center;
	border: 1.5px solid #d5d5d5;
	justify-content: center;
	border-radius: 8px;
	align-items: flex-end;
}

.restaurant__mobile_card__container {
	position: relative;
	overflow: initial !important;
	background-image: url(/78f6209051b5b2280a2a.svg);
	background-repeat: no-repeat;
	/* height: 100vh; */
	display: flex;
	overflow: auto;
	margin: 0px 16px 32px 16px;
	align-items: center;
	border: 1.5px solid #d5d5d5;
	justify-content: center;
	border-radius: 18px;
	align-items: flex-end;
}

.restaurant__card__container:hover {
	box-shadow: 0px 12px 32px 0px #0000001a;
	border: 1.5px solid #ffbe00;
	cursor: pointer;
}

.card__logo__wrapper {
	position: absolute;
	top: 30px;
	left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 154px;
	height: 154px;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0px 18px 20px 0px #0000000d;
}

.card__content {
	width: 100%;
	text-align: left !important;
	padding: 0px 24px;
}

.card__content > p {
	text-align: left !important;
	color: #333333;
}

.card__notification__wrapper {
	position: absolute;
	background: #00c853;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	top: -18px;
	/* z-index: 1; */
	right: 16px;
}

.restaurant__body__content {
	max-width: 554px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 951px) {
	.cards_wrapper {
		max-width: 634px;
	}
}

@media only screen and (max-width: 750px) {
	.login {
		background-color: white;
	}

	.login__body {
		max-width: 100%;
		border-radius: 0;
		box-shadow: none;
	}
}

.login__body__logoWrapper {
	clear: both;
	display: flex;
	justify-content: center;
}

.login__body__logo {
	height: 80px;
	width: 80px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.login__body h2 {
	margin-bottom: 5px;
}

.login__body p {
	margin-bottom: 15px;
}

.login__body > form > button {
	margin: 5px auto 10px;
}

.login__body__adminPanel {
	margin-top: 10px !important;
}

.login__body > form > .MuiFormControl-root {
	margin-bottom: 15px;
}

.login__body .MuiButton-label {
	font-size: 18px;
}

.login__validatingToken {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	border-radius: 10px;
}

.login__body .MuiAlert-root {
	margin-top: 15px;
}

.login__body__versionWrapper {
	display: flex;
	justify-content: center;
	margin-top: 45px;
	margin-bottom: -75px;
}

.login__body__version {
	font-size: 12px;
	color: var(--lighter-text-color);
}

.login__backdrop {
	color: #fff;
}

@media only screen and (max-width: 638px) {
	.select__restaurant__container {
		padding-top: 100px;
	}

	.cards_wrapper {
		justify-content: center;
		width: 100%;
	}

	.restaurant__body__content {
		width: 320px;
	}

	.restaurant__body__content {
		max-width: 328px;
		margin-bottom: 26px;
	}

	.restaurant__searchbar__container {
		width: 286px;
		margin: auto;
	}

	.restaurant__body__logo {
		width: 132px;
	}
}

.sidebar {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 0.3;
	height: calc(100vh - 55px);
	overflow-x: hidden;
	min-width: 360px;
}

.sidebar__header {
	height: var(--header-height);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px 15px;
	/* background-color: var(--gray-light); */
	background-color: var(--chat-header-bg);
	border-bottom: 1.5px solid #f1f1f1;
}

.sidebar__headerRight {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidebar__headerLeft {
	display: flex;
	align-items: center;
}

.sidebar__headerRight > .MuiSvgIcon-root {
	margin-right: 2vw;
	font-size: 24px !important;
}

.sidebar__clearFilter {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 15px;
	background-color: var(--color-primary);
	color: white;
	font-size: 16px;
}

.sidebar__clearFilter__body {
	font-size: 15px;
	text-align: center;
}

.sidebar__clearFilter__body > .MuiSvgIcon-root {
	height: 0.8em;
	width: 0.8em;
}

.sidebar__clearFilter__clear {
	background-color: white !important;
	border-radius: 10px !important;
	padding: 0 10px !important;
	color: var(--color-primary) !important;
}

.sidebar__clearFilter__clear .MuiSvgIcon-root {
	color: var(--color-primary) !important;
	height: 0.6em;
	width: 0.6em;
}

.sidebar__tabs {
	display: grid;
	background-color: #fff;
}

.sidebar__tabs .MuiTab-root {
	min-width: 0;
}

.sidebar__loadingMore {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 5px;
	z-index: 1;
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.sidebar__loadingMore__wrapper {
	width: auto;
	padding: 10px 10px 4px 10px;
	border-radius: 40px;
	background-color: white;
	box-shadow: 0 6px 15px -6px rgba(0, 0, 45, 0.4);
}

.sidebar__results {
	flex: 1;
	background-color: white;
	overflow-y: auto;
	overflow-x: hidden;
}

.sidebar__results > h3 {
	padding: 10px 15px;
	font-weight: 400;
	color: var(--color-primary);
}

.sidebar__results__chats {
	margin-bottom: 20px;
}

.sidebar__results__chats__noResult {
	display: block;
	color: rgba(0, 0, 45, 0.6);
	font-size: 14px;
	padding: 10px 15px;
	word-break: break-all;
}

.sidebar__results__messages .MuiListItem-root {
	padding: 0;
}

.sidebar__menu__refresh {
	display: none !important;
}

@media only screen and (max-width: 1024px) {
	.sidebar {
		flex: 0.4;
	}
}

@media only screen and (max-width: 750px) {
	.sidebar {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.sidebar__header {
		padding: 4px 10px;
	}

	.sidebar__menu__refresh {
		display: flex !important;
	}
}

.bJw1PiuHwPTc6_IzqJId {
	color: #6e7383 !important;
}

.zqdJkhV25hNNy3K9TeF6 {
	padding: 0 !important;
}

.BRx6gVbA_SvJeshQAnf3 {
	background-color: white;
	position: relative;
	flex: 1 1;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.BRx6gVbA_SvJeshQAnf3:hover,
.bBPBYHszPLFLbp17u4OA {
	background-color: var(--gray-lighter);
}

.BRx6gVbA_SvJeshQAnf3.g4eRsaIzwvVxgzJioByT {
	background-color: rgb(217, 239, 236) !important;
}

.BRx6gVbA_SvJeshQAnf3.SWdc9LQRwqg64ACdqCoQ.g4eRsaIzwvVxgzJioByT {
	background-color: rgb(186, 217, 213) !important;
}

.JKS5VqRlcwU0wDe5SQPK {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 1;
	padding: 10px 15px;
}

.JKS5VqRlcwU0wDe5SQPK .MuiAvatar-root {
	align-self: center;
	height: 50px;
	width: 50px;
}

.s1xPmfIEOLS7QM0DNkNK {
	position: relative;
}

.BRx6gVbA_SvJeshQAnf3.b39j4n5MQ5MdXHbmc8WT .s1xPmfIEOLS7QM0DNkNK .YI6DsKFXC1f18AQdn18C > img {
	/* filter: grayscale(100%); */
}

.wPIEy3MeuMp0m7xGpCNw {
	margin-left: -10px !important;
	margin-right: 5px !important;
}

.vggfs93qRLqqvDXEAf4B {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.vggfs93qRLqqvDXEAf4B h2 {
	font-weight: 600;
	font-size: 14px;
	flex: 1;
}

.vggfs93qRLqqvDXEAf4B h2 > span {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.vggfs93qRLqqvDXEAf4B h2 .emoji-mart-emoji {
	height: 14px !important;
	width: 14px !important;
}

.cBtiatjzmtAcuVlj_8zI {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

.D1IB6gNFxw0hGpSHbMNF {
	font-weight: 400;
	font-size: 11px;
	color: #5c5c5c;
}

.uKCV2VChrNAx4KXa5tqe {
	margin-left: 7px;
	margin-right: 5px;
	display: flex;
	flex-direction: row;
	width: max-content;
}

.RVSKTNMs76s3h2abou6T {
	height: 0.7em !important;
	width: 0.7em !important;
	margin-left: -7px;
}

.BRx6gVbA_SvJeshQAnf3:hover .VRZYuFXL0X1CMNuYw8Pb {
	display: inline-block;
	position: absolute;
	bottom: 1px;
	right: 15px;
}

.VRZYuFXL0X1CMNuYw8Pb {
	display: none;
	font-size: 10px;
	color: rgba(0, 0, 45, 0.65);
	margin-left: 5px;
}

.sp7mGuyq9kIRdYlgwfLZ {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: space-between;
	color: rgba(0, 0, 45, 0.7);
	font-size: 14px;
	margin-top: 3px;
}

.JKS5VqRlcwU0wDe5SQPK.b39j4n5MQ5MdXHbmc8WT .sp7mGuyq9kIRdYlgwfLZ {
	color: rgba(0, 0, 45, 0.4);
}

.zaZ_R66CzqOhRx9zwwd_ {
	flex: 1;
}

.zaZ_R66CzqOhRx9zwwd_ > div {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-right: 5px;
}

.zaZ_R66CzqOhRx9zwwd_ .MuiSvgIcon-root {
	color: rgba(0, 0, 45, 0.3) !important;
	height: 0.85em;
	width: 0.85em;
	margin-left: -2px;
	margin-right: 5px;
}

.zaZ_R66CzqOhRx9zwwd_ .zaAvv0yQH1y2Rt4Z6h7F {
	font-weight: 600;
}

.cYlt4iXXtABSvFx_3Vcm {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 600;
	border-radius: 10px;
	padding: 0 5px 0 0;
	height: 19px;
	background-color: var(--color-primary);
	color: white;
	margin-left: 5px;
}

.m_x6KQvkCMbJiFrlV05a {
	height: 19px;
	width: 19px;
	border-radius: 15px;
	margin-right: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m_x6KQvkCMbJiFrlV05a .MuiSvgIcon-root {
	height: 11px !important;
	width: 11px !important;
	color: #fff !important;
}

.m_x6KQvkCMbJiFrlV05a {
	background-color: rgba(0, 0, 0, 0.2);
}

.BRx6gVbA_SvJeshQAnf3.oEz2hGaTarjwUqhNhvBc .cYlt4iXXtABSvFx_3Vcm {
	background-color: #f5ba31;
}

.V7Kr3B5ictSyCqC_ZQxE {
	/* position: absolute;
	bottom: 0;
	right: 0; */
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 600;
	border: 1px solid #00c853;
	border-radius: 50%;
	background-color: #00c853;
	color: white;
	min-width: 18px;
	height: 18px;
}

._0rwwAdILveWWVXqZrli0 {
	flex: 1;
	margin-left: 15px;
}

.JMmg9j6M2pz5QiFzu7H_ {
	position: absolute;
	top: 3px;
	left: 8px;
}

.JMmg9j6M2pz5QiFzu7H_ .MuiSvgIcon-root {
	height: 22px;
	width: 22px;
	color: red !important;
}

@media only screen and (max-width: 750px) {
	.BRx6gVbA_SvJeshQAnf3:hover .VRZYuFXL0X1CMNuYw8Pb {
		display: none;
	}
}

.emVUw4EeQSaajTgmxKRd {
	background-color: var(--gray-light);
	border-radius: 10px;
	font-size: 12px;
	height: 19px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.emVUw4EeQSaajTgmxKRd.NAEW4_rOTrkiyuqVK1dI {
	cursor: pointer;
}

.yMIllBKlN4JDTRq3r2hg {
	max-width: 55px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 5px;
}

.yMIllBKlN4JDTRq3r2hg.uUYYSnLgL88RwjPvNWRJ {
	max-width: 100px;
}

.emVUw4EeQSaajTgmxKRd .MuiSvgIcon-root {
	color: var(--default-text-color) !important;
	height: 0.6em;
	width: 0.6em;
	margin: 0 3px;
}

.NEl8u8M5eGq7UJg7xqPF {
	height: 19px !important;
	width: 19px !important;
	font-size: 11px !important;
	margin-right: 3px;
	align-self: center;
}

.NEl8u8M5eGq7UJg7xqPF.z1iKFFMFFXiv2Cvxp542 {
	background-color: rgba(0, 0, 0, 0.05) !important;
}

.NEl8u8M5eGq7UJg7xqPF .MuiSvgIcon-root {
	color: white !important;
	height: 0.5em;
	width: 0.5em;
}

.NEl8u8M5eGq7UJg7xqPF.z1iKFFMFFXiv2Cvxp542 .MuiSvgIcon-root {
	color: rgba(0, 0, 0, 0.6) !important;
}

.eATEarFN43QytMZ2GLJ3 {
	height: 19px !important;
	width: 19px !important;
	margin-left: -2px !important;
}

.searchBar__search {
	display: flex;
	align-items: center;
	background-color: #fff;
	height: auto;
	/* padding: 10px 15px; */
	/*border-bottom: 1px solid rgba(0, 0, 45, 0.03);*/
}

.searchBar__searchContainer {
	position: relative;
	display: flex;
	align-items: center;
	/* background-color: var(--gray-light); */
	width: 100%;
	border: 1.5px solid #e9e9e9;
	height: 40px;
	border-radius: 4px;
	/*box-shadow: 0 4px 5px -6px rgba(0, 0, 45, 0.4);*/
}

.searchBar__searchContainer>.MuiSvgIcon-root {
	color: var(--lighter-text-color);
}

.searchBar__searchContainer>.MuiCircularProgress-root {
	padding: 10px;
}

.searchBar__searchContainer>.MuiSvgIcon-root,
.searchBar__searchContainer>.MuiCircularProgress-root {
	position: absolute;
	right: 10px;
	margin-top: auto;
	margin-bottom: auto;
	pointer-events: none;
	width: 20px !important;
	height: 20px !important;
	padding: 0 !important;
}

.searchBar__searchContainer>input {
	flex: 1;
	font-weight: 600;
	border: none;
	background-color: transparent;
	padding: 0 10px 0 12px;
	/* margin: 0 10px 0 calc(15px + 0.2em); */
	font-size: 16px;
	color: #acacac;
}

.searchBar__searchContainer>input:focus {
	outline: none;
}

.searchBar__searchContainer__searchIcon {
	margin-left: 12px;
}
.sidebarContactResult {
	display: flex;
	padding: 10px 15px;
	cursor: pointer;
}

.sidebarContactResult.activeChat {
	background-color: var(--gray-lighter);
}

.sidebarContactResult:hover {
	background-color: var(--gray-lighter);
}

.sidebarContactResult__info > h2 {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 3px;
}

.sidebarContactResult__info__status {
	color: var(--lighter-text-color);
	margin-bottom: 0;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	width: 220px;
}

.sidebarContactResult__info {
	margin-left: 15px;
}

.changePasswordDialog__fields .MuiFormControl-root {
	margin-bottom: 10px;
}

.changePasswordDialog .MuiAlert-root {
	margin: 10px 0;
}

/*.searchResult__message:hover {
    background-color: var(--gray-lighter);
}*/

.searchResult__message__header {
	font-size: 12px;
	color: rgba(0, 0, 45, 0.45);
}

.searchResult__message__header h3 {
	font-size: 14px;
	color: var(--default-text-color);
	margin-top: 5px;
	margin-bottom: 2px;
}

.searchResult__message__body {
	font-size: 14px;
	color: rgba(0, 0, 45, 0.6);
	word-break: break-all;
}

searchResult__message__body__text {
	word-break: break-all;
}

/*.searchResult__message__body__type {
    margin-right: 10px;
}*/

.searchResult__message__body__type .MuiSvgIcon-root {
	margin-right: 5px;
	margin-left: 0 !important;
	width: 0.75em;
	height: 0.75em;
}

.searchResult__message__body__type .chat__received .chat__iconDoneAll * {
	fill: var(--color-light-blue);
}

/*.searchResult__message__body__text {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

.contacts {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	z-index: 10;
}

.contacts__header {
	height: var(--header-height);
	display: flex;
	align-items: center;
	font-size: 18px;
	padding: 4px 15px;
	background-color: var(--color-primary);
	color: white;
}

.contacts__header h3 {
	margin-left: 15px;
	font-weight: 400;
	font-size: 18px;
}

.contacts__header .MuiSvgIcon-root {
	color: white !important;
}

.contacts__startByPhoneNumberWrapper {
	background-color: white;
}

.contacts__startByPhoneNumber {
	background-color: var(--color-primary-transparent);
	color: var(--color-primary);
}

.contacts__startByPhoneNumber .MuiListItem-root {
	padding: 0;
}
.contacts__startByPhoneNumber .MuiListItem-root:hover {
	background-color: var(--color-primary-transparent-darker);
}

.contacts__startByPhoneNumber__inner {
	flex: 1;
	padding: 20px 15px;
}

.contacts__startByPhoneNumberWrapper__formWrapper {
	display: flex;
	padding: 10px 15px;
}

.contacts__startByPhoneNumberWrapper__formWrapper .MuiTextField-root {
	flex: 1;
	margin-right: 15px;
}

.contacts__startByPhoneNumber__inner .MuiSvgIcon-root {
	height: 0.8em;
	width: 0.8em;
	color: var(--color-primary) !important;
	margin-right: 10px;
}

.contacts__body {
	position: relative;
	flex: 1 1;
	overflow-x: hidden;
	overflow-y: auto;
}

.contacts__body__headerWrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 5px;
}

.contacts__body__headerWrapper > h3 {
	flex: 1;
	padding: 10px 15px;
	font-weight: 400;
	color: var(--color-primary);
}

.contacts__body__headerWrapper .MuiButtonBase-root {
	padding: 6px;
}

.contacts__body .MuiListItem-root {
	padding: 0;
}

.contacts__body__hint {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	color: rgba(0, 0, 45, 0.6);
}

.contacts__body__loading {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	color: var(--color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
}

.AovjbQSPhsUgurXK2RqQ {
	background-color: white;
}

.wQvEuXywuW_upRy4_Ano {
	padding: 0 !important;
	margin: 0 !important;
}

.Xb7Nz6E8wyZv9AZhSfFv {
	display: flex;
	align-items: center;
	flex: 1 1;
	padding: 10px 15px;
	cursor: pointer;
}

.Xb7Nz6E8wyZv9AZhSfFv .MuiAvatar-root {
	align-self: baseline;
	height: 50px;
	width: 50px;
}

.TzqIN6J30DRA5TGE35uj {
	position: relative;
}

.TzqIN6J30DRA5TGE35uj .contactProviderHeader {
	display: flex;
	position: absolute;
	bottom: -3px;
	right: -3px;
	padding: 3px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 1px 3px var(--shadow-light);
}

.ZiWSgWiM6GHbrzUQ7Cqm {
	display: flex;
	position: absolute;
	bottom: -3px;
	right: -3px;
	padding: 3px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 1px 3px var(--shadow-light);
}

.TTawkVBMtmkWpDyD6ZiH {
	display: flex;
	flex-direction: column;
	flex: 1 1;
	margin-left: 15px;
}

.OCvDEsUzMgT1cmhwjhmv {
	font-weight: 600;
	font-size: 14px;
}

.goq0HPnwkBtVlFKfIaMc {
	font-size: 14px;
	color: var(--color-primary);
}

.q8tiGQTHEDyUBOdgQhIO {
	font-size: 12px;
	color: rgba(0, 0, 45, 0.4);
}

.w7Ezm8Lk8QZUWLBJMxfB {
	display: flex;
	flex-direction: row;
	font-size: 12px;
	color: rgba(0, 0, 45, 0.6);
}

.OBi0w5dtWxwKFXGUrjH5 {
	background-color: var(--color-primary-transparent);
	padding: 10px 15px;
}

.UBx0O0Aqv68BXzKcc3gY {
	font-size: 12px;
	color: var(--color-primary);
}

.yyBstky_B89qvWwKNJjm {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 15px;
	background-color: white;
	color: var(--color-primary);
	margin-top: 5px;
	margin-right: 10px;
	box-shadow: 0 4px 5px -6px rgba(0, 0, 45, 0.4);
	transition: box-shadow ease 0.3s;
}

.yyBstky_B89qvWwKNJjm:hover {
	box-shadow: 0 4px 10px -6px rgba(0, 0, 45, 0.4);
}

.contactProviderHeader img {
	height: 13px;
	width: 13px;
	vertical-align: middle;
}

.bulkSendIndicatorWrapper {
	display: flex;
	flex-direction: column;
}

.bulkSendIndicator {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*height: 63px;*/
	padding: 10px 15px;
	border-top: 1px solid lightgray;
	font-size: 15px;
}

.bulkSendIndicator__messagePreviewWrapper {
	font-size: 12px;
	display: grid;
}

.bulkSendIndicator__messagePreview {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.bulkSendIndicator__timestamp {
	font-size: 10px;
	color: rgba(0, 0, 45, 0.6);
}

.bulkSendIndicator .MuiLinearProgress-root {
	height: 3px;
}

.sidebarTagListItem {
	padding: 0 !important;
}

.sidebarTag {
	display: flex;
	flex: 1;
	flex-direction: row;
	align-items: center;
	padding: 5px 15px;
}

.sidebarTag.isSelected {
	background-color: rgb(217, 239, 236) !important;
}

.sidebarTag__selection__tag {
	flex: 1 1;
	display: flex;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 10px;
	font-weight: 600;
}

.sidebarTag__selection__tag .MuiSvgIcon-root {
	margin-right: 8px;
}

.bulkSendActions {
	background-color: var(--color-primary);
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
}

.bulkSendActions > h3 {
	font-weight: 400;
	font-size: 18px;
	color: white;
}

.bulkSendActions__recipients {
	font-size: 14px;
	color: white;
}

.bulkSendActions__maxRecipientsInfo {
	margin-top: 10px;
	padding: 2px 10px !important;
}

.bulkSendActions__actions {
	margin-top: 15px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.bulkSendActions__actions .MuiButton-text {
	color: white;
}

.bulkSendActions__actions .MuiButton-root:first-of-type .MuiButton-label {
	opacity: 0.75;
}

.notifications {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	display: flex;
	flex-direction: column;
}

.notifications__header {
	height: var(--header-height);
	display: flex;
	align-items: center;
	padding: 4px 15px;
	background-color: var(--color-primary);
	color: white;
}

.notifications__header h3 {
	font-weight: 400;
	font-size: 18px;
	margin: 10px 15px;
}

.notifications__header .MuiSvgIcon-root {
	color: white !important;
}

.notifications__body {
	position: relative;
	flex: 1 1;
	overflow-x: hidden;
	overflow-y: auto;
}

.notifications__body__empty {
	padding: 10px 15px;
	font-size: 14px;
}

.notifications .notification {
	display: flex;
	flex-direction: column;
	padding: 10px 15px;
	font-size: 12px;
	background-color: white;
}

.notifications .notification.error {
	background-color: rgba(255, 0, 0, 0.025);
}

.notifications .notification > h3 {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
}

.notifications .notification.error > h3 {
	color: rgba(255, 0, 0, 0.8);
}

.notifications .notification__timestamp {
	font-size: 10px;
	color: rgba(0, 0, 45, 0.6);
	align-self: flex-end;
}

.notifications .notification__codeWrapper {
	border-radius: 5px;
	background-color: var(--gray-light);
	padding: 5px 10px;
}

.notifications .notification.error .notification__codeWrapper {
	background-color: #ffe8e8;
}

.retryFailedMessagesWrapper {
	display: flex;
	flex-direction: column;
}

.retryFailedMessagesWrapper .MuiAlert-root {
	border-radius: 0 !important;
}

.retryFailedMessages.sending {
	opacity: 0.5;
}

.retryFailedMessages__lastSendAttemptAt {
	font-size: 12px !important;
	margin-top: 10px;
	opacity: 0.8;
}

.uploadingMediaIndicatorWrapper {
	display: flex;
	flex-direction: column;
}

.uploadingMediaIndicator .MuiLinearProgress-root {
	height: 3px;
	margin-top: 10px;
}

.app__body > .uploadingMediaIndicatorWrapper {
	pointer-events: none;
	position: absolute;
	z-index: 10;
	margin-left: 30%;
	margin-right: 15px;
	margin-top: 70px;
}

.app__body > .uploadingMediaIndicatorWrapper .uploadingMediaIndicator {
	box-shadow: 0 6px 10px -6px rgba(0, 0, 45, 0.4);
}

.yFX8crJO8iU5Rp0kPf9x {
	display: flex;
	flex-direction: row;
	background-color: #fff;
	padding: 15px;
	align-items: center;
}

.yFX8crJO8iU5Rp0kPf9x .searchBar__search {
	flex: 1;
}

.W71xtr9wJtQ649kmC2L8 {
	height: 35px;
	width: 35px;
	margin-left: -5px !important;
}

.W71xtr9wJtQ649kmC2L8 .MuiSvgIcon-root {
	height: 20px !important;
	width: 20px !important;
}

.chat {
	flex: 0.7;
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: var(--chat-bg);
}

.chat.chatFullWidth {
	flex: 1;
}

.chat__message {
	position: relative;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 10px;
	width: fit-content;
	background-color: #ffffff;
	/*margin-top: 15px;*/
	margin-bottom: 25px;
	box-shadow: 0 4px 5px -6px rgba(0, 0, 45, 0.4);
	/* max-width: 70%; */
	transition: opacity 1s ease;
}

.chat__message__failed__info {
	font-size: 12px;
	color: red;
	text-align: right;
	margin-top: -25px;
	margin-bottom: 25px;
}

.blink .chat__message {
	opacity: 0.3;
}

.chat__message.hiddenSender {
	margin-top: -20px;
}

.chat__message.hasMedia,
.chat__message.messageType__location {
	width: min-content;
}

.chat__message a {
	color: var(--color-light-blue);
}

.chat__message .printMessage {
	white-space: pre-line;
}

.chat__message img {
	background-color: rgba(0, 0, 45, 0.1);
}

.chat__media,
.chat__location__iframe {
	border-radius: 6px;
	display: block;
	margin: -1px -6px 4px -6px;
	height: 150px;
	width: 250px;
	/*max-width: 250px;*/
	object-fit: cover;
	cursor: pointer;
	border: none !important;
}

.chat__location {
	display: flex;
	flex-direction: column;
}

.chat__message__location__name {
	margin-top: 5px;
}

.chat__message__location__address {
	font-size: 12px;
	color: rgba(0, 0, 45, 0.5);
	margin-bottom: 10px;
}

.chat__message__location__share {
	align-self: center;
	justify-self: center;
}

.chat__message__location__share .MuiSvgIcon-root {
	color: var(--color-primary) !important;
	height: 0.8em;
	width: 0.8em;
}

video.chat__media {
	background-color: #b5b5b5;
}

.chat__sticker {
	width: auto;
	object-fit: contain;
	margin-bottom: 22px;
	cursor: default !important;
}

.outgoing .chat__sticker {
	margin-left: auto;
}

.chat__videoWrapper {
	align-self: center;
	position: relative;
	cursor: pointer;
	display: table;
	width: fit-content;
}

.chat__videoWrapper > .chat__videoWrapper__iconWrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	background-color: rgba(0, 0, 45, 0.4);
	border-radius: 50px;
}

.chat__voice {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.chat__voiceWrapper {
	display: flex;
	flex-direction: column;
	margin: 0 -4px;
}

.chat__voice > .MuiAvatar-root.audioMessageAvatar .MuiSvgIcon-root {
	color: white !important;
}

.chat__voice > .MuiAvatar-root {
	margin: 0 4px 0 15px;
}

.chat__voice > .MuiIconButton-root {
	padding: 6px;
	margin-right: 5px;
}

.chat__voice__duration {
	font-size: x-small;
	margin-left: 55px;
}

.chat__voice__range {
	box-sizing: border-box;
	display: block;
	height: 21px;
	background-color: initial !important;
	border: none;
	outline: none;
	/*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
	margin-left: 5px;
}

a.chat__document {
	color: #4a4a4a;
	border-radius: 6px;
	margin: -1px -6px 4px -6px;
	background-color: rgba(0, 0, 45, 0.05);
	padding: 10px 6px;
	display: flex;
}

a.chat__document:hover {
	background-color: rgba(0, 0, 45, 0.08);
}

.chat__document .chat__document__filename {
	margin-left: 5px;
}

.chat__outgoing {
	margin-left: auto;
	background-color: var(--chat-outgoing);
}

.chat__name {
	display: block;
	margin: 0 10px;
	font-size: x-small;
	font-weight: 600;
	color: rgba(0, 0, 45, 0.75);
}

.outgoing .chat__name {
	text-align: right;
}

.chat__name .emoji-mart-emoji {
	height: 12px !important;
	width: 12px !important;
	vertical-align: middle;
}

.chat__templateHeader {
	display: block;
	font-size: x-small;
	color: rgba(0, 0, 45, 0.6);
	margin-bottom: 5px;
}

.chat__templateHeader .MuiSvgIcon-root {
	color: rgba(0, 0, 45, 0.4) !important;
	width: 0.6em;
	height: 0.6em;
	margin-right: 5px;
}

.chat__message.messageType__template,
.chat__message.messageType__interactive {
	background-color: #f4f0d7 !important;
}

.chat__templateContent__buttons {
	margin-top: 10px;
}

.chat__templateContent__header {
	display: flex;
	flex-direction: column;
}

.chat__templateContent__header img {
	align-self: center;
}

.chat__templateContent__footer {
	font-size: 12px;
	color: rgba(0, 0, 45, 0.6);
}

.chat__errors {
	padding: 5px 15px !important;
	margin-top: 10px;
	border-radius: 5px !important;
}

.chat__message__info {
	float: right;
}

.chat__message__info .MuiSvgIcon-root:not(.chat__received .chat__iconDoneAll) {
	color: #8990b4 !important;
}

.chat__timestamp {
	color: rgba(0, 0, 45, 0.6);
	margin-left: 10px;
	font-size: x-small;
}

.chat__iconPending,
.chat__iconDone,
.chat__iconDoneAll,
.chat__iconError {
	height: 10px;
	width: 10px;
	margin-left: 5px;
}

.chat__received .chat__iconDoneAll * {
	fill: var(--color-light-blue);
}

.chat__iconError * {
	fill: red;
}

.chat__message__more {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 31px;
	width: 36px;
	cursor: pointer;
	z-index: 3;
	background: rgb(215, 219, 215);
	background: linear-gradient(90deg, rgba(215, 219, 215, 0) 0%, rgba(255, 255, 255, 1) 35%);
	border-radius: 0 10px 10px 0;
	transition: all 1s;
	justify-content: center;
	align-items: center;
}

.chat__message.chat__outgoing .chat__message__more {
	background: linear-gradient(90deg, rgba(215, 219, 215, 0) 0%, #dcf8c6 35%);
}

.chat__message.messageType__template .chat__message__more {
	background: linear-gradient(90deg, rgba(215, 219, 215, 0) 0%, #f4f0d7 35%);
}

.chat__message.chat__outgoing.messageType__text:hover .chat__message__more

/*.chat__message:hover .chat__message__more*/ {
	display: flex;
}

.chat__forwarded {
	font-size: 12px;
	color: rgba(0, 0, 45, 0.5);
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 5px;
}

.chat__forwarded .MuiSvgIcon-root {
	color: rgba(0, 0, 45, 0.3) !important;
	transform: scale(-1, 1);
	height: 0.7em;
	width: 0.7em;
	margin-right: 5px;
}

.chat__headerRight {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.chat__body {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 10px 20px 0 20px;
	overflow-y: auto;
	overflow-x: hidden;
	border-left: 1px solid #f1f1f1;
	min-height: 0;
}

.chat__body__empty {
	content: '';
	flex: 0 0 5px;
}

.chat__body__loadingMore {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 63px;
	z-index: 9;
	display: flex;
	justify-content: center;
}

.chat__body__loadingMore__wrapper {
	width: auto;
	padding: 10px 10px 4px 10px;
	border-radius: 40px;
	background-color: white;
	box-shadow: 0 6px 15px -6px rgba(0, 0, 45, 0.4);
}

.chat__body__dateIndicator {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0;
	margin-top: 48px;
	z-index: 8;
	pointer-events: none;
}

.chat__body__dateIndicator .chat__message__dateContainer {
	margin-bottom: 0 !important;
}

.chat__body__dateIndicator .chat__message__dateContainer__indicator {
	pointer-events: auto;
	background-color: #e1f5fe;
	box-shadow: 0 6px 10px -6px rgba(0, 0, 45, 0.4);
}

.chat__empty {
	flex: 1 1 auto;
}

.chat .templateMessagesOuter,
.savedResponsesOuter {
	padding: 0 10px 10px 10px;
	border-left: 1px solid lightgray;
}

.templateMessagesOuter .searchBar__search {
	background-color: rgba(0, 0, 45, 0.17);
	border-radius: 10px 10px 0 0;
}

.templateMessagesOuter__items {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.templateMessagesWrapper,
.savedResponsesWrapper {
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	/*0 0 10px 10px;*/
	/*box-shadow: 0 4px 5px -6px rgba(0, 0, 45, 0.4);*/
}

.templateMessages,
.savedResponses {
	flex: 1 1;
	max-height: 290px;
	overflow-y: auto;
	padding: 15px;
}

.templateMessages__emptyInfo,
.savedResponses__emptyInfo {
	font-size: 15px;
	color: rgba(0, 0, 45, 0.8);
}

.templateMessages__actions {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 45, 0.1);
	padding-bottom: 5px;
}

.templateMessages__actions a {
	line-height: 1.2rem !important;
}

.templateMessages__create a {
	color: var(--default-text-color);
	font-weight: 600;
	font-size: 13px;
}

.templateMessages__refresh {
	font-size: 13px;
	padding: 3px 5px;
	color: var(--default-text-color);
}

.templateMessages__refresh > span:first-child {
	margin-right: 5px;
}

.templateMessages__refresh a {
	font-size: 13px !important;
	font-weight: 600;
	display: inline-block;
}

.templateMessages .templateMessageWrapper,
.savedResponses .savedResponseWrapper {
	margin-bottom: 10px !important;
}

.templateMessages .templateMessageWrapper:last-child,
.savedResponses .savedResponseWrapper:last-child {
	margin-bottom: 0 !important;
}

.templateMessages .templateMessageWrapper .chat__message,
.savedResponses .savedResponseWrapper .chat__message {
	margin-bottom: 0 !important;
}

.templateMessageWrapper,
.savedResponseWrapper {
	display: flex;
}

.templateMessageWrapper > button,
.savedResponseWrapper > button {
	margin-left: 15px;
}

.templateMessage__message,
.savedResponse__message {
	word-break: break-all;
}

.templateMessage__status {
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: end;
}

.rejected {
	color: #ff0015;
}

.submitted {
	color: #ffaa00;
}

.approved {
	color: #48bc00;
}

.chat__default {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	/* background-color: var(--gray-light); */
	border-left: 1px solid rgba(0, 0, 45, 0.05);
	z-index: 100;
	gap: 15px;
}

.chat__default > h2 {
	font-size: 40px;
	color: var(--lighter-text-color);
}

.chat__default > p {
	font-size: 18px;
	color: var(--lighter-text-color);
	margin-bottom: 0;
}

.chat__message__dateContainer {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 10px 30px 10px;
}

.chat__message__dateContainer__indicator {
	font-size: 12px;
	border-radius: 10px;
	padding: 8px 10px;
	box-shadow: 0 4px 5px -6px rgba(0, 0, 45, 0.4);
	background-color: #e1f5feeb;
	/*text-transform: uppercase;*/
}

.typeBox .emoji-mart-emoji {
	background-color: transparent !important;
	display: inline-block;
	vertical-align: top;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

/*.chat__message .emoji-mart-emoji {
    margin-top: -3px;
    margin-bottom: -4px !important;
}*/

.templateType {
	color: rgba(0, 0, 45, 0.6);
}

.pendingMessagesIndicator {
	position: absolute;
	top: 75px;
	left: 20px;
	z-index: 5;
	font-size: 12px;
	border-radius: 10px;
	background-color: white;
	padding: 6px 10px;
	box-shadow: 0 4px 10px -6px rgba(0, 0, 45, 0.4);
}

@media only screen and (max-width: 750px) {
	.chat {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		/* height: auto !important;
		max-height: 100vh !important; */
	}

	.chat:not(.chatOpen) {
		display: none;
	}

	.chat__body {
		padding: 10px 10px 0 10px;
		border-left: none;
		padding-top: 64px;
	}

	.chat__message {
		max-width: 90%;
	}

	.templateMessagesOuter {
		border-left: none;
	}

	.templateMessages {
		max-height: 200px;
	}

	.templateMessages__actions {
		flex-direction: column;
	}

	.templateMessages__refresh {
		flex-direction: column;
		text-align: center;
	}
}

input[type='range'] {
	width: 100%;
	margin: 5px 0;
	background-color: transparent;
	-webkit-appearance: none;
}

input[type='range']:focus {
	outline: none;
}

input[type='range']::-webkit-slider-runnable-track {
	background: rgba(0, 0, 45, 0.1);
	border: 0.2px solid rgba(1, 1, 1, 0);
	border-radius: 1.3px;
	width: 100%;
	height: 3px;
	cursor: pointer;
}

input[type='range']::-webkit-slider-thumb {
	margin-top: -5.2px;
	width: 13px;
	height: 13px;
	background: #30b6f6;
	border: 1.8px solid rgba(0, 0, 30, 0);
	border-radius: 7px;
	cursor: pointer;
	-webkit-appearance: none;
}

input[type='range']:focus::-webkit-slider-runnable-track {
	background: #e6e6e6;
}

input[type='range']::-moz-range-track {
	background: rgba(0, 0, 45, 0.1);
	border: 0.2px solid rgba(1, 1, 1, 0);
	border-radius: 1.3px;
	width: 100%;
	height: 3px;
	cursor: pointer;
}

input[type='range']::-moz-range-thumb {
	width: 13px;
	height: 13px;
	background: #30b6f6;
	border: 1.8px solid rgba(0, 0, 30, 0);
	border-radius: 7px;
	cursor: pointer;
}

input[type='range']::-ms-track {
	background: transparent;
	border-color: transparent;
	border-width: 5.9px 0;
	color: transparent;
	width: 100%;
	height: 3px;
	cursor: pointer;
}

input[type='range']::-ms-fill-lower {
	background: #e6e6e6;
	border: 0.2px solid rgba(1, 1, 1, 0);
	border-radius: 2.6px;
}

input[type='range']::-ms-fill-upper {
	background: rgba(0, 0, 45, 0.1);
	border: 0.2px solid rgba(1, 1, 1, 0);
	border-radius: 2.6px;
}

input[type='range']::-ms-thumb {
	width: 13px;
	height: 13px;
	background: #30b6f6;
	border: 1.8px solid rgba(0, 0, 30, 0);
	border-radius: 7px;
	cursor: pointer;
	margin-top: 0;
	/*Needed to keep the Edge thumb centred*/
}

input[type='range']:focus::-ms-fill-lower {
	background: rgba(0, 0, 45, 0.1);
}

input[type='range']:focus::-ms-fill-upper {
	background: #e6e6e6;
}

@supports (-ms-ime-align: auto) {
	input[type='range'] {
		margin: 0;
	}
}

.chat__message__context {
	display: flex;
	flex-direction: row;
	cursor: pointer;
	border-radius: 4px;
	border-left: 4px solid var(--color-primary);
	background-color: rgba(0, 0, 45, 0.06);
	margin: -1px -6px 4px -6px;
	font-size: 12px;
}

.chat__message__context__info {
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
	flex: 1 1;
}

.chat__message__context__info__sender {
	color: var(--color-primary);
	font-weight: 600;
}

.chat__message__context__info__message {
	color: rgba(0, 0, 45, 0.6);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.chat__message__context__info__message .MuiSvgIcon-root {
	height: 0.8em;
	width: 0.8em;
	margin-right: 3px;
}

.chat__message__context__preview {
	margin-left: 3px;
}

.chat__message__context__preview img {
	display: block;
	min-height: 48px;
	width: 48px;
	height: 100%;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	object-fit: cover;
}

.chat__message__context .chatMessageTypeLabel {
	font-weight: 600;
}

.tf88saiUsY849Ag51tXW {
	display: flex;
	border-radius: 6px;
	margin: -1px -6px 4px -6px;
	padding: 10px 6px;
	background-color: rgba(0, 0, 45, 0.05);
	color: #4a4a4a;
}

.tf88saiUsY849Ag51tXW:hover {
		background-color: rgba(0, 0, 45, 0.08);
	}

.yOUoNHcm3ld8v_UoAB4C {
	margin-left: 5px;
}

.caEFKNDs9SK07J0o12ZC {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.vHyr_UftxxtRsGkeqtt0 {
	font-weight: 600;
}

.vE06OuFeFPifU1FbHlOp {
	font-weight: normal;
}

.xhxpFfUpaAyVG1I83yFJ {
	opacity: 0.5;
}

.KxB1n0c10gCUY_Ncbxa1 {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.YJEht1he8uipkIg3rVBg {
	display: flex;
	flex-direction: column;
}

.wnMweKJDpAiYCd9gUZlN {
	font-weight: 600;
}

.OAJlvy1pt2AC9OYDpgHR {
	font-weight: normal;
}

.Np_NZGS4_rJix7HJIQHz {
	opacity: 0.5;
	margin-bottom: 5px;
}

.ELGw7y3FZ6bXCvjQauEJ {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	gap: 5px;
}

.ndP1ugD15uJYLrxvlYP2 {
	font-size: 1em;
	border-bottom: 1px solid #ccc;
}

.iS00gnkGE1TtmS1Il2cc {
	opacity: 0.5;
	font-size: 0.8em;
}

.RySzTuGPB7RiSD6gwTYl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.gaO1t_QFh6PeUrqy08qb,
.A362HRa1Lp0sGZgvLDWF {
	font-weight: normal;
}

.nsB5AnUaFn2ayZsGqJM6 {
	opacity: 0.5;
}

.oCbjjiZCNN68wf4jfaUA {
	list-style: none;
	margin: 0;
	padding: 0;
}

.MzDgSMiyrTJRdZ6HED5n + .MzDgSMiyrTJRdZ6HED5n {
	margin-top: 5px;
}

.TxtDyTqCEKGsAMM58IKo {
	display: flex;
	align-items: center;
	font-size: x-small;
	margin-bottom: 5px;
}

.TxtDyTqCEKGsAMM58IKo .MuiSvgIcon-root {
	color: rgba(0, 0, 45, 0.4) !important;
	width: 0.6em;
	height: 0.6em;
}

.LuCVFNif9v8l_KYq34k9 {
	position: relative;
	min-width: 180px;
}

.sLgwT8oGoROAS2_O4JTW,
.aVjt_l69uTS3R5VTZoQU {
	display: flex;
	align-items: center;
}

.nx5GnO_JxjUpm6I7NF_C + .nx5GnO_JxjUpm6I7NF_C {
	margin-top: 5px;
}

.sLgwT8oGoROAS2_O4JTW {
	padding: 5px 0;
}

.pSW47zgBijVh14wGvuBJ {
	height: 35px !important;
	width: 35px !important;
	margin-right: 10px;
}

.JzGuwYiPlBSNGdOXJ6xw {
	font-weight: 600;
}

.aVjt_l69uTS3R5VTZoQU {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: 5px 0;
}

.gwp6iruKU7z5Q03CiXNu {
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: center;
	border-radius: 4px !important;
	padding: 3px 5px !important;
	margin-bottom: 5px !important;
}

.gwp6iruKU7z5Q03CiXNu .MuiTouchRipple-child {
	background-color: red;
}

.dP9EsCuakUvktw0yIr0l {
	color: var(--color-primary) !important;
	height: 0.8em !important;
	width: 0.8em !important;
}

.lQlvzFvvUQziqVuLopdE {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 15px;
}

.JJ2LFYCE7_WHbg7IX7GK {
	font-size: 12px;
	color: rgba(0, 0, 45, 0.6);
}

.fAQmHf5CiTtVTETXmHtc {
	color: var(--color-primary);
}

.GTtNzLo19vo7_PxhhlRh {
	display: block;
	font-size: x-small;
	color: rgba(0, 0, 45, 0.6);
	margin-bottom: 5px;
	cursor: pointer;
}

.Kp93dgIDLrD7_hh2QcX5 {
	color: rgba(0, 0, 45, 0.4) !important;
	width: 0.6em !important;
	height: 0.6em !important;
	margin-right: 5px;
}

.jutmBGWHADPxB0tj0pNC {
	background-color: rgba(0, 0, 45, 0.1);
	border-radius: 6px;
	overflow: hidden;
	margin: -1px -6px 4px -6px;
}

.YXnV4XTVUgdD80Wu2a9c {
	margin: 0 !important;
	border-radius: 0 !important;
}

.cEikMZtyKhmQnYaMKTUu {
	padding: 5px 10px;
	cursor: pointer;
}

.w7MXxCf63sxwf_Xh33m_ {
	font-size: 12px;
}

.w7MXxCf63sxwf_Xh33m_ .BQvReHIScwEIanVp3VZE {
	height: 12px;
	width: 12px;
}

.MhKsLPa5EvnhJUwaLj4d {
	font-size: 12px;
	color: rgba(0, 0, 45, 0.6);
}

/* StyledSwiper */
.styledSwiper {
  width: 100%;
  height: 200px;
}

.styledSwiper .swiper-wrapper {
  height: auto !important;
}

.styledSwiper .swiper-pagination-bullet-active {
  background: #ffbe00;
  width: 16px !important;
  border-radius: 6px !important;
  height: 7px !important;
}

/* StyledSwiperSlide */
.styledSwiperSlide {
  text-align: center;
  font-size: 18px;
  background-color: #fffdf5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.styledSwiperSlide img {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.ppmEhQrgqkEnrMW3948J {
	position: relative;
	border-left: 1px solid #f1f1f1;
	display: flex;
	flex-direction: column;
}

.su0jwhOR6AI_MNlPwGUf {
	flex: 1;
}

.ZXjXP9XpEx133uEU8gPh {
	display: flex;
	flex-direction: row;
	padding: 5px 10px 10px 10px;
	gap: 7px;
}

.dq_GyzGm0HOKSdSdcPHJ,
.O18WMRyw6anuGFuzK94X {
	display: flex;
	flex-direction: row;
	gap: 7px;
	align-items: center;
}

.hLo6wWrXrJuqACyY4yqV {
	width: 1px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 0 5px;
}

.Db1Lt6Q8hlGjBvPw3k5R {
	transition: all ease-in 0.2s;
}

.Db1Lt6Q8hlGjBvPw3k5R.bCXokv_0T9DCXNpobWI7 {
	box-shadow: 0 4px 5px -6px rgba(0, 0, 45, 0.4);
	background-color: #fff !important;
	transition: all ease-in 0.2s;
}

.Db1Lt6Q8hlGjBvPw3k5R .MuiSvgIcon-root {
	height: 20px;
	width: 20px;
	color: var(--chat-icon) !important;
	transition: color ease-in 0.2s;
}

.Db1Lt6Q8hlGjBvPw3k5R.bCXokv_0T9DCXNpobWI7 .MuiSvgIcon-root {
	color: var(--chat-icon-dark) !important;
}

.O18WMRyw6anuGFuzK94X {
	flex: 1;
	justify-content: flex-end;
}

.J9ahskUkqYrToGqLn_rw {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	/*min-height: 62px;*/
	max-height: 400px;
	/*border-top: 1px solid lightgray;*/
}

.tbvlfVF1EPlluI_jTlfk {
	flex: 1;
	background-color: #fff;
	border-radius: 10px;
	margin: 10px;
}

.J9ahskUkqYrToGqLn_rw.LriNvYOLqwJn1XnHXnQi {
	height: auto !important;
	align-items: normal;
	flex-direction: column;
	padding: 15px;
	border-left: 1px solid lightgray;
}

.J9ahskUkqYrToGqLn_rw> .MuiIconButton-root {
	padding: 10px !important;
}

.J9ahskUkqYrToGqLn_rw>form {
	flex: 1;
	display: flex;
}

.d3XyTzVHrs11HsfwuKpA {
	overflow: hidden;
}

.J9ahskUkqYrToGqLn_rw>form>textarea,
.d3XyTzVHrs11HsfwuKpA {
	position: relative;
	background-color: white;
	height: auto;
	flex: 1;
	border-radius: 4px;
	margin-bottom: 5px;
	border: none;
	/* box-shadow: 0 4px 5px -6px rgba(0, 0, 45, 0.4); */
}

.d3XyTzVHrs11HsfwuKpA.LriNvYOLqwJn1XnHXnQi {
	background-color: #f2edea;
	box-shadow: none;
}

.J9ahskUkqYrToGqLn_rw>form>textarea:focus,
.d3XyTzVHrs11HsfwuKpA {
	outline: none;
	border: none;
}

.oz_mzwUYtRoQ3Qw3e194,
.dGWqYdyp8VWyeNoI5bbg {
	padding: 8px 15px;
}

.dGWqYdyp8VWyeNoI5bbg {
	position: absolute;
	/*top: 50%;
    transform: translateY(-50%);*/
	z-index: 0;
	color: #acacac;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	padding-right: 25px;
}

.d3XyTzVHrs11HsfwuKpA.LriNvYOLqwJn1XnHXnQi .dGWqYdyp8VWyeNoI5bbg {
	color: #736054;
}

[contenteditable] {
	outline: 1px solid transparent;
}

.oz_mzwUYtRoQ3Qw3e194 {
	position: relative;
	z-index: 100;
	width: 100%;
	min-height: 26px;
	max-height: 250px;
	overflow-y: auto;
	word-break: break-word;
}

.J9ahskUkqYrToGqLn_rw>form>button {
	display: none;
}

.J9ahskUkqYrToGqLn_rw> .MuiSvgIcon-root {
	color: var(--lighter-text-color);
}

.Losx3YxsEG6K1HDwHnwq {
	font-size: 14px;
	color: var(--lighter-text-color);
}

.UY8GXO68wqe_5Kdx4Ioj {
	display: flex;
	flex-direction: row;
	gap: 5px;
	border-radius: 20px;
}

.UY8GXO68wqe_5Kdx4Ioj.oMMsDy3fnD_lwZQirNyi {
	background-color: rgba(0, 0, 0, 0.05);
}

.YrK5R_yx2THNg7ct6JMs {
	display: flex;
	flex-direction: row;
	gap: 7px;
	margin-left: 5px;
}

.nGyEwgO62yFU361I6bXI {
	position: absolute !important;
	bottom: 112px;
	right: 20px;
}

.nGyEwgO62yFU361I6bXI .MuiBadge-anchorOriginTopLeftRectangle {
	top: 3px;
	left: 3px;
}

.L5pRKTpKPf2XO17Wc1Ht {
	background-color: white !important;
}

.L5pRKTpKPf2XO17Wc1Ht .MuiSvgIcon-root {
	color: var(--color-primary) !important;
}

@media only screen and (max-width: 750px) {
	.ppmEhQrgqkEnrMW3948J {
		border-left: none;
	}

	.J9ahskUkqYrToGqLn_rw.LriNvYOLqwJn1XnHXnQi {
		border-left: none;
	}

	.oz_mzwUYtRoQ3Qw3e194 {
		max-height: 160px;
	}

	.YrK5R_yx2THNg7ct6JMs {
		margin-left: 0;
	}
}
.emoji-mart {
	display: block !important;
	width: 100% !important;
	border: none !important;
	border-radius: 0;
	background: none;
}

.emoji-mart-bar {
	border: none !important;
}

.emoji-mart-scroll {
	padding: 0 10px 10px 10px;
}

.emoji-mart-no-results-label {
	font-family: var(--font-family);
}

.emoji-mart-category-label span {
	font-size: 13px;
	padding: 15px 6px 5px 6px;
	color: rgba(0, 0, 45, 0.8);
	font-family: var(--font-family);
}

.emoji-mart-search {
	padding: 5px 10px 0;
}

.emoji-mart-search-icon {
	display: none;
}

.emoji-mart-search input {
	border-radius: 10px;
	border: none;
	background-color: var(--gray-light);
	padding: 10px 20px;
	font-family: var(--font-family);
}

.emoji-mart-anchor {
	cursor: pointer;
	color: rgba(0, 0, 45, 0.35);
}

.emoji-mart-emoji {
	vertical-align: top;
}

button.emoji-mart-emoji {
	outline: none;
}

.emoji-mart-category .emoji-mart-emoji span:hover {
	cursor: pointer;
}

.emoji-mart-anchors svg,
.emoji-mart-anchors img {
	width: 20px;
	height: 20px;
}

.emoji-mart-anchor:focus {
	outline: 0;
}

.emoji-mart-anchor:hover,
.emoji-mart-anchor:focus,
.emoji-mart-anchor-selected {
	color: rgba(0, 0, 45, 0.45);
}

.emoji-mart-preview {
	display: none;
}

.emoji-mart-category .emoji-mart-emoji:hover:before {
	background-color: inherit;
}

.emoji-mart-anchor-bar {
	background-color: var(--color-primary) !important;
}

.emoji-mart-anchor.emoji-mart-anchor-selected {
	color: var(--color-primary) !important;
}

@media only screen and (max-width: 750px) {
	.emoji-mart-scroll {
		height: 190px;
	}
}

.fileInput {
	display: none;
}

.voiceRecord {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 5px -6px rgba(0, 0, 45, 0.4);
}

.voiceRecord__cancelButton {
	background-color: transparent !important;
	margin-right: 20px !important;
}

.voiceRecord__cancelButton:hover {
	background-color: rgba(255, 0, 0, 0.2) !important;
}

.voiceRecord__cancelButton .MuiSvgIcon-root {
	color: red !important;
}

.voiceRecord__sendButton {
	background-color: transparent !important;
}

.voiceRecord__sendButton:hover {
	background-color: rgba(0, 255, 0, 0.2) !important;
}

.voiceRecord__sendButton .MuiSvgIcon-root {
	color: green !important;
}

.voiceRecord__cancelButton .MuiSvgIcon-root,
.voiceRecord__sendButton .MuiSvgIcon-root {
	height: 20px;
	width: 20px;
}

.voiceRecord__recordIcon {
	color: red !important;
	margin-right: 2px;
	animation: blinker 2s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0.3;
	}
}

.voiceRecord__timer {
	font-size: 14px;
	font-weight: 600;
	color: rgba(0, 0, 45, 0.82);
	margin-right: 20px;
	min-width: 48px;
	text-align: center;
}

@media only screen and (max-width: 750px) {
	.voiceRecord__cancelButton {
		margin-right: 10px !important;
	}

	.voiceRecord__timer {
		margin-right: 10px !important;
	}
}

.q0k8gbx_7Xl17gITWSTe {
	min-height: 200px;
}

.nRIn4WM6DiRspfdCqWcc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.xTIG3FUwizn2IhH2OKAw {
	font-weight: normal;
}

.SGXP8LfTy_mMdzIyi6fD {
	font-weight: normal;
	text-align: center;
	padding: 20px;
}

.EikoIl_6XktlL0negnZf {
	/* override default material-ui padding */
	padding: 0 !important;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.eSMwoC0B1G8J61EERf_E {
	display: flex;
	justify-content: center;
	align-items: center;
}

.RtyFfGHrFJKYPyRzDDaL {
	margin-left: 10px;
}

.EikoIl_6XktlL0negnZf a {
	color: var(--color-light-blue);
}

.IuZvA6XK4p7VK4TbLbfb {
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: 0 10px;
	border-radius: 10px;
	z-index: 999;
}

.t6OYiazbUB6xUZbVnzYG {
	display: flex;
	flex: 1;
	background-color: #fff;
	position: relative;
	align-items: center;
	border-bottom: 1px solid var(--gray-light);
}

.OBz5tiBjSkj1v8ot6WvA {
	position: absolute;
	left: 0;
	margin-top: auto;
	margin-bottom: auto;
	pointer-events: none;
	margin-left: 15px;
	height: 20px !important;
	width: 20px !important;
}

.kDFDGNIDVfcqxu88AcGR {
	flex: 1;
	outline: 0;
	border: none;
	font-size: 16px;
	background-color: transparent;
	padding: 10px 15px 10px 40px;
}

.GLfLGeVZT7l_30PO827x {
	padding-bottom: 5px;
	max-height: 315px;
	overflow-y: auto;
	overflow-x: hidden;
	outline: 0;
	border: none;
}

.NoG8EIeNyzRmtuZIdXsw {
	font-size: 14px;
	color: rgba(0, 0, 45, 0.5);
	padding: 5px 15px;
}

.t1IiQUkjNORawKW0gTkb {
	padding: 5px 15px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	font-size: 14px;
}

.t1IiQUkjNORawKW0gTkb.snRJNyPsVFqgP2_rThPn {
	background-color: var(--gray-lighter);
}

.W1qal5ufbFG5nCyoRy4X {
	overflow: hidden;
}

.Sxure4ZepNRHUEf2KEOQ {
	background-color: var(--gray-light);
	border-radius: 4px;
	padding: 2px 4px;
	border: 2px solid white;
}

.V9Rex4EVBY5vV_9V8lwT {
	height: 20px !important;
	width: 20px !important;
	margin-right: 5px;
}

.NtW0jUIgu50SJMb2BcPq {
	color: #50da26 !important;
}

.s8u69GtWmUH6Klvf5CDo {
	color: #ffbe1b !important;
}

.JudrjC7UjWip0z4wB2nk {
	font-size: 12px;
	color: rgba(0, 0, 45, 0.6);
	white-space: pre-line;
	margin: 1px 0 0 25px;
}

.chat__header {
	height: var(--header-height);
	display: flex;
	align-items: center;
	position: sticky;
	position: -webkit-sticky;
	/* Add this line for Safari on iOS 7+ */
	top: 0;
	padding: 0 15px;
	background-color: var(--chat-header-bg);
	border-bottom: 1.5px solid #f1f1f1;
	border-left: 1.5px solid #f1f1f1;
}

.chat__header__clickable {
	flex: 1;
	display: flex;
	align-items: center;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.chat__header__backButton {
	margin-right: 5px !important;
}

.chat__headerInfo {
	padding-left: 15px;
}

.chat__headerInfo>h3 {
	font-size: 16px;
	margin-bottom: 0;
}

.chat__headerInfo>h3 .emoji-mart-emoji {
	height: 16px !important;
	width: 16px !important;
}

.chat__headerInfo p {
	margin-bottom: 0;
	color: var(--lighter-text-color);
}

.chat__header__avatar {
	cursor: pointer;
}

.chat__header__avatar.expired>img {
	filter: grayscale(100%);
}

@media only screen and (max-width: 750px) {
	.chat__header {
		padding: 4px 10px;
		border-left: none;
		box-shadow: 0 4px 5px -6px rgba(0, 0, 45, 0.4);
		z-index: 1;
		position: fixed;
		width: 100%;
	}
}
.dZsSWDN4AUoVRI8OMyGf {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	margin-top: -1px;
}

.oZLcv__EsERo4SfWKcYw {
	font-size: 12px;
	color: rgba(0, 0, 45, 0.45);
}

.CjcGOrp0GHaKjlu1qthm {
	font-size: 12px;
	color: #7a7a18 !important;
	background-color: #a9a92a36;
	border-radius: 10px;
	padding: 0 5px;
}

.pokxTEmd_ZBFvf_2geSW {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	margin-right: 5px;
	gap: 5px;
}

.pokxTEmd_ZBFvf_2geSW .assigneeChip {
	background-color: rgba(0, 0, 45, 0.06);
}

@media only screen and (max-width: 500px) {
	.pokxTEmd_ZBFvf_2geSW {
		display: none;
	}
}

.previewSendMedia {
	position: absolute;
	top: 56px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e6e6e6;
	z-index: 150;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.previewSendMedia__header {
	background-color: var(--color-primary);
	color: white;
	box-sizing: border-box;
	display: flex;
	flex: none;
	align-items: center;
	height: 49px;
	padding: 0 25px;
	font-size: 18px;
	font-weight: 600;
}

.previewSendMedia__header .MuiSvgIcon-root {
	color: rgba(255, 255, 255, 0.7) !important;
	margin-right: 20px;
	cursor: pointer;
}

.previewSendMedia__preview {
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 25px;
}

.previewSendMedia__preview__wrapper {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.previewSendMedia__preview__image {
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px;
}

.previewSendMedia__preview__video {
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px;
}

.previewSendMedia__preview__pdf {
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px;
}

.previewSendMedia__caption {
	padding: 40px 140px;
}

.previewSendMedia__footer {
	background-color: #d9d9d9;
	position: relative;
}

.previewSendMedia__footer__inner {
	padding: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	overflow-x: auto;
}

.previewSendMedia__footer__sendWrapper {
	position: absolute;
	right: 50px;
	top: -10px;
	margin-top: -33px;
}

.previewSendMedia__footer__sendTemplateWrapper {
	position: absolute;
	right: 50px;
	top: 60px;
	margin-top: -33px;
}

.previewSendMedia__footer__send {
	padding: 20px !important;
	background-color: #09e85e !important;
	box-shadow: 0 4px 10px -6px rgba(0, 0, 45, 0.4);
}

.previewSendMedia__footer__sendTemplate {
	padding: 20px !important;
	background-color: #eee021 !important;
	box-shadow: 0 4px 10px -6px rgba(0, 0, 45, 0.4);
}

.previewSendMedia__footer__send .MuiSvgIcon-root {
	color: white !important;
}

.previewSendMedia__footer__thumbnailOuter {
	position: relative;
}

.previewSendMedia__footer__thumbnail {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid transparent;
	margin: 0 1px;
	height: 75px;
	width: 75px;
}

.previewSendMedia__footer__thumbnail.chosenFile {
	border-color: white;
	box-shadow: 0 4px 6px -6px rgba(0, 0, 45, 0.4);
}

.previewSendMedia__footer__thumbnail__image {
	height: 100%;
	width: 100%;
	object-fit: cover;
	background-color: white;
}

.previewSendMedia__footer__thumbnail__iconWrapper {
	height: 100%;
	width: 100%;
	background-color: var(--gray-light);
	display: flex;
	align-items: center;
	justify-content: center;
}

.previewSendMedia__footer__thumbnail__iconWrapper .MuiSvgIcon-root {
	height: 1.5em;
	width: 1.5em;
}

.previewSendMedia__footer__addMoreWrapper {
	margin-left: 4px !important;
}

.previewSendMedia__footer__thumbnail__delete {
	display: none !important;
	background-color: rgba(0, 0, 45, 0.2) !important;
	position: absolute !important;
	top: 8px;
	right: 8px;
	padding: 2px !important;
}

.previewSendMedia__footer__thumbnailOuter:hover .previewSendMedia__footer__thumbnail__delete {
	display: initial !important;
}

.previewSendMedia__footer__thumbnail__delete:hover {
	background-color: rgba(0, 0, 45, 0.4) !important;
}

.previewSendMedia__footer__thumbnail__delete .MuiSvgIcon-root {
	height: 0.6em;
	width: 0.6em;
	color: white !important;
}

.previewSendMedia__footer__addMore {
	height: 75px;
	width: 75px;
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: var(--color-primary);
	cursor: pointer;
}

.previewSendMedia__footer__addMore .MuiSvgIcon-root {
	color: var(--color-primary) !important;
	height: 1.25em;
	width: 1.25em;
	margin-bottom: 3px;
}

.previewSendMedia__dragOverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.75);
	z-index: 151;
	padding: 100px;
}

.previewSendMedia__dragOverlay__innerWrapper {
	height: 100%;
	width: 100%;
	/*border: 3px dashed rgba(0, 0, 45, 0.15);*/
	color: var(--color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
}


@media only screen and (max-width: 1500px) {
	.previewSendMedia__caption {
		padding: 40px 30px;
	}
}

@media only screen and (max-width: 750px) {
	.previewSendMedia__caption {
		padding: 40px 20px;
	}

	.previewSendMedia__header {
		padding: 0 20px;
	}

	.previewSendMedia__footer__sendWrapper {
		right: 20px;
	}

	.previewSendMedia__footer__sendTemplateWrapper {
		top: 40px;
		right: 20px;
	}
}
.sendTemplateMessage__title {
	margin-bottom: 20px;
	word-break: break-all;
}

.sendTemplateMessage h6 {
	color: rgba(0, 0, 45, 0.5);
	margin-bottom: 5px;
}

.sendTemplateMessage__section {
	padding: 15px 20px;
	border-radius: 10px;
	background-color: rgba(0, 0, 45, 0.03);
	margin-bottom: 10px;
}

.sendTemplateMessage__section .MuiAlert-root {
	margin-bottom: 10px;
}

.sendTemplateMessage__section
	.MuiButtonBase-root:not(
		.sendTemplateMessage__section__provideFileChoices .MuiButtonBase-root
	) {
	margin-right: 10px;
}

.sendTemplateMessage__section__fileType {
	margin-bottom: 15px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	color: var(--color-primary);
	font-weight: 600;
}

.sendTemplateMessage__section__provideFileChoices {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}

.sendTemplateMessage__section__provideFileChoices__choice {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 10px;
	justify-content: flex-start;
}

.sendTemplateMessage__section__provideFileChoices__choice > .MuiSvgIcon-root {
	height: 50px;
	width: 50px;
	margin-bottom: 10px;
}

.sendTemplateMessage__section__provideFileChoices__choice > span {
	font-weight: 600;
	color: var(--lighter-text-color);
	text-align: center;
}

.sendTemplateMessage__section__uploadWrapper {
	display: flex;
	justify-content: center;
}

.sendTemplateMessage__section__provideFileOtherChoice {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.templateMessage__param {
	margin-top: 10px !important;
}

.templateMessage__buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.templateMessage__buttons--button + .templateMessage__buttons--button {
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
}

.templateMessagesDialogErrors .MuiAlert-root {
	margin-bottom: 5px !important;
}

.sendTemplateMessage__component__header__preview {
	max-height: 100px;
	max-width: 250px;
	object-fit: contain;
	margin-bottom: 5px;
	border-radius: 3px;
}

.sendTemplateMessage__section__headerImage__preview {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.sendTemplateMessage__section__headerImage__preview > img,
video {
	width: 100%;
	height: auto;
	border-radius: 8px;
	object-fit: cover;
}

.sendTemplateMessage__section__headerImage__preview__document {
	width: 140px;
	height: 190px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

@media only screen and (max-width: 750px) {
	.sendTemplateMessage__section {
		padding: 15px 15px;
	}
}

.searchMessage {
	display: flex;
	flex-direction: column;
	flex: 0.4 1;
	border-left: 1px solid lightgray;
}

.searchMessage__header {
	height: var(--header-height);
	display: flex;
	align-items: center;
	padding: 4px 15px;
	background-color: var(--gray-light);
}

.searchMessage__header > h3 {
	margin-left: 15px;
	font-weight: 400;
	font-size: 16px;
}

.searchMessage__body {
	background-color: white;
	flex: 1 1;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

.searchMessage__body .MuiListItem-root {
	padding: 0;
}

.searchResult__message {
	flex: 1 1;
	cursor: pointer;
	padding: 10px 15px;
}

@media only screen and (max-width: 750px) {
	.searchMessage {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		border-left: none;
	}

	.searchMessage__header {
		padding: 4px 10px;
	}
}

.contactDetails {
	display: flex;
	flex-direction: column;
	flex: 0.4 1;
	border-left: 1px solid var(--gray-light);
	z-index: 10;
}

.contactDetails__header {
	height: var(--header-height);
	display: flex;
	align-items: center;
	padding: 4px 15px;
}

.contactDetails__header > h3 {
	margin-left: 15px;
	font-weight: 400;
	font-size: 18px;
}

.contactDetails__body {
	background-color: var(--chat-header-bg);
	flex: 1 1;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

.contactDetails__body a {
	color: var(--color-light-blue);
}

.contactDetails__body__section {
	padding: 20px;
	margin-bottom: 10px;
	background-color: white;
	box-shadow: 0 1px 3px var(--shadow-light);
}

.contactDetails__body__section > h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.contactDetails__body__section > h3 .emoji-mart-emoji {
	height: 20px !important;
	width: 20px !important;
}

.contactDetails__body__section > span,
.contactDetails__body__section__content__sub {
	font-size: 14px;
	color: rgba(0, 0, 45, 0.6);
}

.contactDetails__body__section__providerTitle {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 16px;
	background-color: var(--gray-light);
	color: rgba(0, 0, 45, 0.8);
}

.contactDetails__body__section__title {
	font-size: 16px;
}

.contactDetails__body__section__title img {
	height: 16px;
	width: 16px;
	vertical-align: middle;
}

.contactDetails__body__section__subtitle {
	font-size: 14px;
}

.contactDetails__body__avatarContainer {
	display: flex;
	justify-content: center;
}

.contactDetails__body__avatar {
	height: 200px !important;
	width: 200px !important;
	margin-bottom: 15px;
	font-size: 5rem !important;
}

.contactDetails__body__job {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: rgba(0, 0, 45, 0.4);
	margin-bottom: 10px;
}

.contactDetails__body__lastMessageAt {
	text-align: center;
	font-size: 14px;
}

.contactDetails__body__tags__tag {
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
}

.contactDetails__body__tags__tag .MuiSvgIcon-root {
	margin-right: 5px;
	vertical-align: baseline;
}

.contactDetails__body__tags__tag > span {
	display: inline-block;
	max-width: 150px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.contactDetails__body__assignees {
	padding: 5px 10px;
	border: 2px solid var(--gray-light);
	border-radius: 10px;
	font-size: 14px;
}

.contactDetails__body__assignees > div {
	padding: 5px 0;
}

.contactDetails__body__assignees .MuiSvgIcon-root {
	vertical-align: middle;
	margin-right: 10px;
	height: 0.8em;
	width: 0.8em;
}

.contacts_keyField {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.contacts_keyField_Btn_Wrapper {
	display: flex;
	gap: 10px;
}

.contact_label {
	text-transform: capitalize;
	font-size: 14px;
	border-radius: 10px;
	padding: 4px;
	min-width: 150px;
	height: auto;
	/* text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; */
}

.fade_in_out {
	opacity: 0;
	transition: opacity 0.5s ease-in-out !important;
	color: #65cbac !important;
}

.fade_in_out_show {
	opacity: 1 !important;
	color: #65cbac !important;
}

@media only screen and (max-width: 750px) {
	.contactDetails {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-left: none;
		background-color: white;
	}

	.contactDetails__header {
		padding: 4px 10px;
	}
}

.loadingScreenOuter {
	z-index: 500;
}

.loadingScreen {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background-color: var(--gray-light); */
	background-color: #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px 60px;
}

.loadingScreen__logoContainer {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.loadingScreen__logoContainer img {
	height: auto;
	width: 120px;
}

.loadingScreen__progressContainer,
.loadingScreen__logoContainer {
	width: 100%;
	max-width: 400px;
}

.loadingScreen__progressContainer .MuiLinearProgress-root {
	height: 3px;
}

.loadingScreen__details {
	font-size: 16px;
	font-weight: 600;
	color: rgba(0, 0, 45, 0.4);
	margin: 15px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.loadingScreen__details .MuiCircularProgress-root {
	margin: 10px;
}

.loadingScreen__longTransactionInfo {
	margin-bottom: 10px;
	font-size: 14px;
	color: rgba(0, 0, 45, 0.3);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.loadingScreen__actions {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.loadingScreen__link {
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	color: var(--color-primary);
	padding: 10px;
}

.loadingScreen__version {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	margin-bottom: 15px;
	font-size: 12px;
	color: var(--lighter-text-color);
}

.chatAssignmentWrapper {
	position: relative;
}

.chatAssignmentWrapper__main_message {
	margin-bottom: 24px;
}

.chatAssignmentWrapper__message {
	margin-bottom: 5px;
}

.chatAssignmentWrapper__loading {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
}

.chatAssignment .MuiFormControl-root {
	margin-bottom: 15px;
}

.chatTagsWrapper {
	position: relative;
}

.chatTagsWrapper__loading {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
}

.chatTags__tags .MuiChip-root {
	margin-top: 5px;
	margin-right: 5px;
}

.chatTags__tags__empty {
	font-size: 15px;
	color: rgba(0, 0, 45, 0.6);
}

.chatTagsListWrapper {
	position: relative;
}

.chatTagsList {}

.chatTagsListWrapper__loading {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
}

.chatTagsListWrapper .MuiListItem-root {
	border-radius: 10px;
	margin-top: 5px;
}

.chatTagsListWrapper__tag {
	margin: 0 -10px;
	font-size: 16px;
	font-weight: 600;
}

.chatTagsListWrapper__tag .MuiSvgIcon-root {
	margin-right: 10px;
}

.chatTagsList__empty {
	font-size: 15px;
	color: rgba(0, 0, 45, 0.6);
}
.sendBulkVoiceMessageDialogContent {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sendBulkVoiceMessageDialogContent > .MuiAlert-root {
	margin-bottom: 15px;
	max-width: 400px;
}

.sendBulkVoiceMessageDialogContent > h4 {
	margin-bottom: 15px;
}

.bulkSendTemplateViaCSV .MuiStepper-root {
	width: 100%;
}

.bulkSendTemplateViaCSV__csvError {
	margin-top: 15px;
}

.bulkSendTemplateViaCSV .MuiFormControl-root {
	width: 100%;
	margin-bottom: 10px;
}

.bulkSendTemplateViaCSV .chat__message {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.qC4KzcQF_I6LX4J9qwJj {
	font-weight: 600 !important;
}

.qC4KzcQF_I6LX4J9qwJj,
.YgAygLAhrre3d5JmA8m8 {
	padding: 8px !important;
}

.esZhRFBA3MY3W_nm8Giy {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 10px;
}

.esZhRFBA3MY3W_nm8Giy > span {
	padding: 3px 5px;
	border-radius: 10px;
	background-color: white;
	display: flex;
	align-items: center;
	margin-right: 5px;
	margin-bottom: 5px;
}

.esZhRFBA3MY3W_nm8Giy > span > .qFR0CupOPSRqPVevZYgz {
	margin-right: 5px;
}

.bulkSendTemplateViaCSV .MuiAutocomplete-tag {
	margin: 6px 3px !important;
}

.template__component {
	padding: 10px 15px;
	border-radius: 10px;
	background-color: rgba(0, 0, 45, 0.03);
	margin-bottom: 20px;
}

.template__component > h6 {
	color: rgba(0, 0, 45, 0.5);
	margin-bottom: 5px;
}

/*.template__component__parameter {
	padding: 15px 20px;
	border-radius: 10px;
	background-color: rgba(0, 0, 45, 0.03);
	margin-top: 10px;
}*/

.vFr4bQTtcTJwrmVvCGRM {
	border-radius: 10px;
	background-color: var(--chat-bg);
	padding: 10px;
}

.list__item {
	min-height: 44px !important;
}
.chevron__icon {
	width: 28px !important;
	height: 28px !important;
	border: 2px solid #f1f1f1 !important;
	background: #fdfdfd !important;
	position: fixed !important;
	left: 62px !important;
	padding: 5px !important;
	bottom: 180px !important;
	transition: left 195ms cubic-bezier(0.4, 0, 0.6, 1) 0ms !important;
}
.chevron__right {
	left: 224px !important;
}
.button__group {
	min-height: 52px !important;
	border-top: '1.5px solid #f1f1f1';
}

.container {
  background-image: url(/9c015fb4df81dfeadfd9.svg);
  background-repeat: no-repeat;
  background-color: var(--chat-header-bg);
  width: 100%;
  height: 100vh;
  background-position-y: top;
  background-position-x: right;
}
:root {
	--color-primary: #ffbe00;
	--color-primary-transparent: rgba(0, 150, 136, 0.05);
	--color-primary-transparent-darker: rgba(0, 150, 136, 0.08);
	--color-primary-light: #86e7c9;
	--color-light-blue: #4fc3f7;
	--color-font-grey: #5C5C5C;
	--gray-light: #cacaca;
	--gray-lighter: #f2f3f6;
	--default-text-color: #1a1d1f;
	--lighter-text-color: #7d7d7d;
	--gray-color-light: #F1F1F1;
	--shadow-light: rgba(0, 0, 45, 0.08);
	--header-height: 56px;
	--font-family: 'Nunito Sans', 'Inter', 'Roboto', 'Helvetica Neue', -apple-system,
		BlinkMacSystemFont, 'Arial', sans-serif;
	--wrapper-border-radius: 10px;
	--chat-bg: #f7f5f4;
	--chat-header-bg: #fdfdfd;
	--chat-icon: #645652;
	--chat-icon-dark: #463732;
	--chat-outgoing: #FFF9E6;
	--btn-color: #FDFDFD;
	--btn-color-grey: #F4F2F0;
	--btn-hover-color: #E4E4E4;
}

@media only screen and (max-width: 1500px) {
	:root {
		--wrapper-border-radius: 0;
	}
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

html,
body {
	overflow: hidden;
	margin: 0;
	height: 100%;
}

body {
	margin: 0;
	font-weight: 600;
	line-height: normal;
	color: var(--default-text-color);
	text-align: left;
	font-size: 16px;
	font-family: var(--font-family) !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins';
} */

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

input[type='text'],
textarea {
	line-height: 1.5rem;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace !important;
}

/* Global Classes */
.default-text {
	color: var(--default-text-color);
	font-size: 16px;
	font-weight: 600;
}

.default-lighter-text {
	color: var(--lighter-text-color);
	font-size: 16px;
	font-weight: 600;
}

.gray-light {
	color: var(--gray-light);
	font-size: 16px;
	font-weight: 600;
}

.progress {
	position: absolute;
	align-items: center;
	justify-content: center;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
* {
	margin: 0;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 45, 0.2) transparent;
}

/* width */
::-webkit-scrollbar {
	width: 4px;
	height: 5px;
	background: transparent;
}

/* Track */
::-webkit-scrollbar-track {
	background: transparent;
	margin: 120px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #e4e4e4;
	/* width: 10px; */
	/* margin: 10px; */
	border-radius: 30px;
}

.app {
	/* display: grid;
	place-items: center; */
	/* background: linear-gradient(0deg, rgb(240, 241, 246) 45%, rgba(201, 205, 223, 1) 100%); */
	height: 100vh;
	/* overflow: scroll; */
}

.app__body {
	/*position: relative;*/
	z-index: 1;
	display: flex;
	/* background-color: var(--gray-light); */
	/* height: calc(100vh - 40px); */
	height: 100%;
	width: 100%;
	/* margin-left: 65px; */
	/* box-shadow: 0 4px 10px -6px rgba(0, 0, 45, 0.7);
	max-width: 1200px; */
	border-radius: var(--wrapper-border-radius);
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 600;
}

a,
div {
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
	color: inherit;
}

.hidden {
	display: none !important;
}

.bold {
	font-weight: 600;
}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}

.cursorPointer {
	cursor: pointer;
}

.mt-3 {
	margin-top: 15px;
}

.mt-2 {
	margin-top: 10px;
}

.mt-1 {
	margin-top: 5px;
}

.mb-3 {
	margin-bottom: 15px;
}

.mb-2 {
	margin-bottom: 10px;
}

.mb-1 {
	margin-bottom: 5px;
}

.ml-3 {
	margin-left: 15px;
}

.ml-2 {
	margin-left: 10px;
}

.ml-1 {
	margin-left: 5px;
}

.mr-3 {
	margin-right: 15px;
}

.mr-2 {
	margin-right: 10px;
}

.mr-1 {
	margin-right: 5px;
}

.absoluteFullscreen {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	height: 100% !important;
	width: 100% !important;
}

.MuiSvgIcon-root:not(.MuiAlert-root .MuiSvgIcon-root):not(.MuiRadio-root .MuiSvgIcon-root):not(
		.MuiCheckbox-root .MuiSvgIcon-root
	):not(.MuiButton-root .MuiSvgIcon-root):not(.MuiStepIcon-root) {
	color: #6f7385;
}

.MuiSvgIcon-root.error:not(.MuiAlert-root .MuiSvgIcon-root):not(
		.MuiRadio-root .MuiSvgIcon-root
	):not(.MuiCheckbox-root .MuiSvgIcon-root) {
	color: red;
}

.MuiAlert-root {
	border-radius: 10px !important;
}

.MuiAlert-root .MuiButton-root {
	font-weight: 600;
}

.MuiButton-label:not(.MuiAlert-root .MuiButton-label) {
	text-transform: none;
}

.MuiListItem-root {
	font-size: 14px !important;
}

.MuiButton-contained {
	box-shadow: none !important;
}

.MuiTab-root {
	text-transform: none !important;
}

.MuiTabScrollButton-root.Mui-disabled {
	opacity: 0.3 !important;
}

.MuiDivider-root {
	border-color: rgba(0, 0, 45, 0.05) !important;
}

.MuiPaper-rounded {
	border-radius: 10px !important;
}

.MuiDialogTitle-root {
	padding: 15px 20px 10px 20px !important;
}

.MuiDialogTitle-root .MuiTypography-root {
	font-size: 18px !important;
}

.MuiDialogContent-root:not(.MuiDialogContent-root.noPadding) {
	padding: 5px 20px !important;
}

.MuiDialogActions-root {
	padding: 10px !important;
}

.MuiDialogContentText-root {
	font-size: 15px !important;
}

.MuiDialogActions-root .MuiButton-label {
	font-size: 15px !important;
}

.MuiAlertTitle-root {
	font-weight: 600 !important;
}

.app__mediaPreview {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*justify-content: center;*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 10;
}

.app__mediaPreview__header {
	height: var(--header-height);
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 4px 15px;
	background-color: white;
	box-shadow: 0 0 15px rgba(0, 0, 45, 0.2);
}

.app_imagePreview__header__senderInfo {
	flex: 1 1;
	padding-left: 15px;
}

.app_imagePreview__header__senderInfo > h3 {
	font-size: 16px;
	margin-bottom: 0;
}

.app_imagePreview__header__senderInfo > span {
	font-size: 12px;
	color: rgba(0, 0, 45, 0.6);
	margin-top: 0 !important;
	display: block;
}

.app__mediaPreview__header .MuiAvatar-root {
	margin-left: 5px;
}

.app__mediaPreview__container {
	flex: 1 1;
	/*noinspection CssInvalidPropertyValue*/
	/* width: -webkit-fill-available; */
	/*width: -moz-available; */
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	overflow: hidden;
	padding: 30px;
}

.app__mediaPreview__image {
	cursor: zoom-in;
}

.app__mediaPreview__image,
.app__mediaPreview__video {
	background-color: white;
	max-height: 100%;
	max-width: 100%;
	align-self: center;
	border-radius: 10px;
	object-fit: contain;
}

.app__mediaPreview__zoom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.8);
	transition: transform 300ms cubic-bezier(0.1, 0.82, 0.25, 1) 0s;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: zoom-out;
	padding: 20px;
	transform: scale(2);
}

.app__mediaPreview__zoom > img {
	max-width: 100%;
	max-height: 100%;
}

.wordBreakAll {
	word-break: break-all;
}

.wordBreakWord {
	word-break: break-word;
}

.searchOccurrence {
	font-weight: 600;
	color: var(--color-primary);
}

.replyIcon {
	height: 0.6em !important;
	width: 0.6em !important;
	vertical-align: middle;
	margin-top: -3px;
}

.activeIconButton .MuiSvgIcon-root {
	color: var(--color-primary) !important;
}

h1 .emoji-mart-emoji,
h2 .emoji-mart-emoji,
h3 .emoji-mart-emoji {
	vertical-align: middle;
}

@media only screen and (max-width: 1500px) {
	.app__body {
		height: 100vh;
		/* width: 90vw; */
		max-width: none;
	}
}

.mobileOnly {
	display: none;
}

@media only screen and (max-width: 750px) {
	.app__body {
		display: inherit;
		border-radius: 0;
	}
	.page__container {
		padding-top: 65px;
	}

	.mobileOnly {
		display: inherit;
	}

	.desktopOnly {
		display: none !important;
	}

	.app__mediaPreview__header {
		padding: 4px 10px;
	}

	.MuiIconButton-root:not(.chatFooterGlobal .MuiIconButton-root) {
		padding: 2px !important;
	}

	.MuiDialogTitle-root .MuiTypography-root {
		font-size: 16px !important;
	}

	.MuiDialog-paper {
		margin: 16px !important;
	}

	.MuiDialog-paperScrollPaper {
		max-height: calc(100% - 32px) !important;
	}

	.MuiDialogTitle-root {
		padding: 15px 15px 10px 15px !important;
	}

	.MuiDialogContent-root:not(.MuiDialogContent-root.noPadding) {
		padding: 5px 15px !important;
	}

	.app__mediaPreview__container {
		padding: 10px;
	}
}

.q-experience-frame {
	position: absolute;
	z-index: 99;
}
#generative-experience-container {
	height: calc(100vh - 64px - 51px);
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}
#experience-container {
	height: 40px;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}
.gn-ai-link-header {
	position: absolute;
	top: 4px;
	z-index: 100;
	right: 0;
	margin-top: 0;
}
.ai-link-header {
	margin-top: 5px;
	text-align: end;
}
.ai-link-header a {
	color: #2196f3;
	margin-right: 10px;
}
.ai-link-header a:hover {
	text-decoration: underline;
	cursor: pointer;
}
@media screen and (max-width: 620px) {
	.ai-link-header {
		text-align: center;
	}
}

.MuiDateTimePickerToolbar-timeDigitsContainer-2 {
	align-items: center;
}

.payment_status-Paid {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 23px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	line-height: 19.1px;
	padding: 2px 6px;

	color: rgb(94, 148, 255) !important;
	background: rgb(235, 241, 255) !important;
	text-transform: uppercase;
}

.payment_status-Unpaid {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 23px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	line-height: 19.1px;
	padding: 2px 6px;

	color: rgb(255, 94, 94) !important;
	background: rgb(255, 235, 238) !important;
	text-transform: uppercase;
}

.payment_status-Partially {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 23px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	line-height: 19.1px;
	padding: 2px 6px;

	background-color: rgb(255, 243, 224) !important;
	color: rgb(255, 193, 7) !important;
	text-transform: uppercase;
}

.credit_status-AVAILABLE {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 23px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	line-height: 19.1px;
	padding: 2px 6px;

	color: rgb(94, 148, 255) !important;
	background: rgb(235, 241, 255) !important;
	text-transform: uppercase;
}

.credit_status-NO_CREDIT {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 23px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	line-height: 19.1px;
	padding: 2px 6px;

	color: rgb(255, 94, 94) !important;
	background: rgb(255, 235, 238) !important;
	text-transform: uppercase;
}


/*# sourceMappingURL=main.css.map*/