/*common css start*/
:root {
	--send-bg: #0B93F6;
	--send-color: white;
	--receive-bg: #E5E5EA;
	--receive-text: black;
	--page-background: white;
	--sendAfterColor: #e4e7fb;
	--sendBeforeColor: #0B93F6;
	--receiveAfterColor: #e4e7fb;
	--receiveBeforeColor: white;
	--chatInputPlaceHolderColor: #e4e7fb;
	--chatBackgroundImage: url("");
	--chat-div-opacity: 1;
	--calenderIcon: 0;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	user-select: none;

	padding-top: env(safe-area-inset-top);
	padding-right: env(safe-area-inset-right);
	padding-bottom: env(safe-area-inset-bottom);
	padding-left: env(safe-area-inset-left);

	overflow-wrap: anywhere;
}

body,
body * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* !important; */
	/*font-family: "Lato", sans-serif;*/
	/*font-weight: 400;*/
	font-style: normal;
	overflow-wrap: anywhere;
}

#mainSection {
	position: relative;
}

.header-logo-img {
	/* width: 100%; */
	max-width: 400px;
	height: auto;
	margin-left: 15px;
}


.starting-point-container {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 7px;
	border: 1px solid #c5c5c5;
}

.custom-chekcbox {
	height: 20px !important;
	width: 20px !important;
	cursor: pointer;
	margin: 0 !important;
}

.custom-input {
	width: 50%;
	padding: 10px;
	border: none;
	outline: none;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin-left: auto;
}

.w-100 {
	width: 100%;

}

.infinity-container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 5px;
	border-radius: 7px;
	overflow: hidden;
}

.infinity-inner {
	position: absolute;
	width: 10000px;
	height: 10000px;
	background: url('./../admin/src/img/newServayBotImages/bg-pattern.jpg') repeat center center;
	background-size: 30px;
	cursor: grab;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.infinity-inner:active {
	cursor: grabbing;
}

.all-boxes-container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.box-body {
	width: 260px;
	cursor: default;
	position: absolute;
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 2px 10px, rgba(0, 0, 0, 0.23) 0px 3px 8px;
}

.box-body.is-highlighting {
	box-shadow: 0px 0px 6px 6px #a6bf89, 0px 0px 0px 3px #8BC34A;
}

.box-header {
	padding: 15px;
	width: 100%;
	background: #2a2f5d;
	display: flex;
	align-items: center;
	color: white;
	border-radius: 7px 7px 0 0;
}

.box-header span {
	font-weight: 700;
}

.box-header img {
	margin-top: 5px;
	height: 30px;
	width: 30px;

}


.box-header .material-symbols-outlined {
	background: white;
	padding: 6px;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	color: black;
}

.box-header .title {
	margin-left: 10px;
}

.box-body-inner {
	padding: 10px;
	width: 100%;
	background: #e4e7fb;
}

.box-body-footer {
	padding: 10px;
	width: 100%;
	background: #e4e7fb;
	border-radius: 0 0 7px 7px;
}

.question-row {
	position: relative;
	width: 100%;
	background: white;
	margin-bottom: 10px;
}

.question-row input {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	padding: 10px;
}

.info-line {
	font-size: 12px;
	margin-left: 10px;
	padding: 10px 0;
	display: block;
	color: #8d8d8d;
}

.content-row {
	position: relative;
	width: 100%;
	background-color: #ec5494;
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	display: flex;
	color: white;
}

.content-row .input-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.textarea-input-content {
	height: 30px;
	width: 100%;
	border: none;
	border-radius: 5px;
	padding: 6px 9px;
	resize: none;
	outline: none;

}

.textarea-input-content.expand-it {
	height: 180px;
}

.content-action-btn {
	display: flex;
	margin: 0;
	width: 15%;
	background: transparent;
	border: none;
	margin-left: 15px;
	padding: 0;
	cursor: pointer;
	color: white;
	position: absolute;
	right: 10px;
}

.content-action-btn .material-symbols-outlined {
	position: relative !important;
	right: 0 !important;
}

.content-row input {
	width: 85%;
	background: transparent;
	border: none;
	outline: none;
	padding: 5px;
	color: white;

}

.content-row input.cnt-option-input {
	border-bottom: 1px solid white;
	width: 82%;
	margin-bottom: 5px;
}

.box-variable-row {
	margin: 5px 0 10px 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.box-variable-row input {
	width: 100%;
	padding: 5px 10px;
	border: none;
	outline: none;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box-variable-row select {
	width: 100%;
	padding: 5px 10px;
	border: none;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	outline: none;
}

.box-variable-row option {
	width: 100%;
	padding: 10px;
	border: none;
	outline: none;
	cursor: pointer;
}

.box-action-btn {
	background: transparent;
	border: none;
	margin-left: auto;
	padding: 0;
	cursor: pointer;
}

.box-header .box-action-btn .material-symbols-outlined {
	background: transparent;
	color: white;
	font-size: 17px;
	line-height: 24px;
}

.add-content-row-btn {
	padding: 10px;
	border: none;
	width: -webkit-fill-available;
	text-align: center;
	font-size: 22px;
	margin: auto;
	display: block;
	cursor: pointer;
	background-color: rgb(61 66 111);
	color: white;
}

.clr-picker-div {
	display: flex;
	align-items: center;
	gap: 5px;
}

.clr-picker-div .file-preview-option-img {
	width: 100%;

}

.flex-column .material-symbols-outlined {
	font-size: 22px !important;
	cursor: pointer;
	position: absolute;
	right: 20px;
}

.inactive-color-box {
	opacity: 0.2;
}

.option-clr-input {
	border: 2px solid white;
	border-radius: 50%;
	display: flex;
}

.option-image {
	width: 95px !important;
}

.file-preview-option-img {
	width: 30px;
	height: auto;
	display: none;
}

.delete-option-image {
	display: none;
}

.permission-row-container .material-symbols-outlined {
	color: #ff7171;
}

/*box css end*/

/*control panel css start*/
.control-panel-container {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
	background: #e4e7fb;
	padding: 5px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	border-radius: 5px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.right-menu {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background-color: rgb(0 0 0 / 13%);
	padding: 10px;
	border-radius: 6px;
}

.export-div-container {
	min-width: 150px;

	z-index: 10000;
	background: #2a2f5d;
	padding: 10px 15px;
	display: flex;
	gap: 10px;
	border-radius: 5px;
	font-weight: 700;
	color: white;
	cursor: pointer;
}

.setting-div {
	min-width: 150px;

	z-index: 10000;
	background: #2a2f5d;
	padding: 10px 15px;
	display: flex;
	gap: 10px;
	border-radius: 5px;
	font-weight: 700;
	color: white;
	cursor: pointer;
}


.start-chat {
	min-width: 150px;

	z-index: 10000;
	background: #2a2f5d;
	padding: 10px 15px;
	display: flex;
	gap: 10px;
	border-radius: 5px;
	font-weight: 700;
	color: white;
	cursor: pointer;
}

.start-chat:hover {
	background: #363c72;
}

.setting-div:hover {
	background: #363c72;
}

.export-div-container:hover {
	background: #363c72;
}

.top-div {
	display: flex;
	gap: 5px;
}

.bottom-div .small-button {
	width: 100%;
}

.small-button {
	padding: 0px 10px;
	outline: 0;
	height: 35px;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	border: none;
	background-color: white;
	border-radius: 4px;
	color: #2a2f5d;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;

}

.small-button:hover {
	background-color: rgb(243, 242, 242);
}

.small-button span {
	font-size: 18px;
	padding: 0;
	margin: 0;
	line-height: 27px;
}



.small-button:disabled {
	/* Styles for disabled buttons */
	background-color: #ededed;
	/* Example color for disabled state */
	color: #999;
	/* Example text color for disabled state */
}

.small-button:disabled:hover {
	/* Remove hover effect for disabled buttons */
	background-color: #ccc;
	/* Ensure the same background color as the disabled state */
}

/*control panel css end*/






/* theme menu css start here */

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


.cp-container {
	padding: 8px;
	background: white;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.color-picker {
	position: absolute;
	top: 170px;
	right: 20px;
	z-index: 10000;
	background: #e4e7fb;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	gap: 10px;
	border-radius: 5px;
	font-weight: 700;
	/* color: white; */
	display: none;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.color-picker-header {
	display: flex;
	width: -webkit-fill-available;
	justify-content: end;
}

.color-picker-header .material-symbols-outlined {
	cursor: pointer;
}

.clr-input {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	/* width: 100%; */
	background-color: white;
	padding: 5px 10px;
	border-radius: 10px;
	color: #2a2f5d;
	font-weight: 600;
	font-size: 14px;
}

.clr-input input[type="text"] {
	padding: 5px 10px;
	border-radius: 5px;
	outline: none;
	border: none;
	background-color: #e4e7fb;
}


input[type=color]::-webkit-color-swatch {
	border: none;
	border-radius: 50%;
	padding: 0;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

input[type=color]::-webkit-color-swatch-wrapper {
	border: none;
	border-radius: 50%;
	padding: 0;

}


.delete-logo {
	height: 18px;
	width: 18px;
	cursor: pointer;
	display: none;
}

.delete-logo .delete-icon {

	font-size: 22px !important;
}

.delete-logo img {
	width: 100%;
	height: auto;
}

.chatbg-clr-input {
	border: 2px solid #2a2f5d;
	border-radius: 50%;
	display: flex;
}

.delete-chat-background-image {
	height: 18px;
	width: 18px;
	cursor: pointer;
	display: none;
}


.delete-chat-background-mobile-image {
	height: 18px;
	width: 18px;
	cursor: pointer;
	display: none;
}

.clr-input .delete-icon {
	font-size: 22px !important;
}

.delete-chat-background-image img {
	width: 100%;
}

.delete-chat-background-mobile-image img {
	width: 100%;
}

.delete-icon {
	cursor: pointer;
}

.input-file {
	width: 90px;
}

.file-preview {
	position: relative;
	margin-top: 10px;
}


.theme-container {
	width: -webkit-fill-available;
}

.theme-container-title {
	color: #2a2f5d;
	font-weight: 600;
	font-size: 14px;
}

.theme-box {
	width: 100%;
	max-height: 210px;
	display: flex;
	gap: 15px;
	margin-top: 5px;
	margin-left: 10px;
	max-width: 460px;
	flex-wrap: wrap;
	overflow: auto;
}

.theme-box-inner {
	width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.theme {
	height: 57px;
	width: 57px;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	position: relative;
}

.theme-box-inner:hover .delete-theme-icon {
	display: block;
}

.delete-theme-icon {
	position: absolute;
	right: 10px;
	top: 0px;
	display: none;
	cursor: pointer;
	z-index: 12;

}

.delete-theme-icon img {
	width: 20px;
	height: auto;

}

.theme span {
	width: 100%;
	height: 25%;
	/* background-color: #06cd01; */
}


.theme-1 .header-clr {
	background-color: #2a2f5d;
}

.theme-1 .r-bubble-clr {
	background-color: #ebedff;
}

.theme-1 .s-bubble-clr {
	background-color: #ec5494;
}

.theme-1 .footer-clr {
	background-color: #2a2f5d;
}


.default .header-clr {
	background-color: #2a2f5d;
}

.default .r-bubble-clr {
	background-color: #ebedff;
}

.default .s-bubble-clr {
	background-color: #ec5494;
}

.default .footer-clr {
	background-color: #2a2f5d;
}


.theme-1 .header-clr {
	background-color: #fee18f;
}

.theme-1 .r-bubble-clr {
	background-color: #edf7fa;
}

.theme-1 .s-bubble-clr {
	background-color: #efefee;
}

.theme-1 .footer-clr {
	background-color: #fee18f;
}


.theme-2 .header-clr {
	background-color: #dfe8f6;
}

.theme-2 .r-bubble-clr {
	background-color: #5261ac;
}

.theme-2 .s-bubble-clr {
	background-color: #eae9e9;
}

.theme-2 .footer-clr {
	background-color: #dfe8f6;
}


.selected-theme {
	border: 4px solid #0bd50b;
}


.save-theme-button {
	border: none;
	background-color: #2a2f5d;
	color: white;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.save-theme-button:hover {
	background-color: #373e79;
}

/* theme menu css end here */


/*Node CSS START*/
.node-circle {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #2fb7aa;
	border-radius: 50%;
	border: 3px solid white;
	text-align: center;
	font-size: 23px;
	line-height: 21px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.node-circle.left {
	left: -15px;
	top: 50%;
	margin-top: -15px;
}

.node-circle.right {
	right: -15px;
	top: 50%;
	margin-top: -15px;
}

.node-circle.invisible {
	opacity: 0;
}

.node-circle.left.invisible {
	left: 0;
}

.node-circle.right.invisible {
	right: 0;
}

.action-panel {
	position: absolute;
	overflow: hidden;
	width: 0;
	padding-left: 35px;
	text-align: left;
	height: 30px;
	left: -4px;
	top: -3px;
	-webkit-transition: all ease-out 0.15s;
	transition: all ease-out 0.15s;
}

.action-button {
	width: 30px;
	height: 30px;
	border: 3px solid white;
	border-radius: 50%;
	color: white;
	text-align: center;
	padding: 0;
	line-height: 11px;
}

.action-button>span {
	font-size: 15px;
}

.delete-button {
	background: #f18484;
}

.node-circle:hover .action-panel {
	width: 155px;
}

/*Node CSS END*/

/*Menu CSS [start]*/
.menu-list {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 1000000;
	padding: 5px;
	background: #171b3d;
	border-radius: 5px;
	flex-direction: column;
	height: 350px;
	overflow: auto;
}

.menu-btn {
	border: none;
	outline: none;
	background-color: #171b3d;
	color: white;
	padding: 15px 40px 15px 20px;
	border-bottom: 1px solid rgb(180, 172, 172);
	display: flex;
	justify-content: start;
}

.menu-list.only-delete .menu-btn {
	display: none;
}

.menu-list.only-delete .menu-btn.menu-only-delete-btn {
	display: block;
}

.menu-list.only-delete {
	height: auto;
}

.border-5 {
	border-bottom: 5px solid rgb(180, 172, 172);
	margin-bottom: 10px;
}

.menu-btn:hover {
	background-color: #2a2f5d;

}

.menu-btn img {
	height: 20px;
	width: 20px;
	margin-right: 20px;
}

/*Menu CSS [end]*/




/* //chat css start here  */

.button-content img {
	height: 20px;
	width: 20px;
}

.box-rating-box .content-row .input-content input {
	height: 0px;

}

.box-rating-box .content-row .input-content {
	visibility: hidden;

}

.box-rating-box .button-content {
	position: absolute;
	top: 5px;
}

.chat-box {
	height: 90vh;
	width: 100%;
	background-color: white;
	display: none;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	flex-direction: column;
}

.chat-logo-preview {
	display: none;
	height: 20px;
	width: 20px;
}

.chat-background-image-preview {
	display: none;
	height: 20px;
	width: 20px;
}

.chat-background-image-mobile-preview {
	display: none;
	height: 20px;
	width: 20px;
}

.chat-div {
	position: relative;
	height: 90%;
	width: 95%;
	min-width: 300px;
	max-width: 800px;
	/* background-color: #e4e7fb; */
	border-radius: 35px;
	display: flex;
	flex-direction: column;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	overflow: hidden;
	margin-bottom: 30px;
}

.chat-header {
	width: 100%;
	padding: 20px 50px;
	color: #e4e7fb;
	font-size: 18px;
	font-weight: 900;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	gap: 15px;
	position: relative;
	border-radius: 35px 35px 0 0;

}

.chat-logo-cover {
	width: 84px;
	height: 84px;
	background: transparent;
	border-radius: 50%;
	padding: 5px;
}

.chat-logo-cover img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.title-h {
	font-size: 22px;
	font-weight: 600;
}

.sub-title-h {
	font-size: 14px;
	letter-spacing: 0.5px;
}

.close-icon {
	position: absolute;
	right: 20px;
	cursor: pointer;
	top: 15px;
	opacity: 0.7;
}

.close-icon-hidden {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	z-index: 99;
}

.material-symbols-outlined {
	font-size: 30px !important;
}

.question-div-avtar {
	height: 20px;
	width: 20px;
}

.quetion-div-container {
	display: flex;
	/* align-items: center; */
}

.quetion-div-container img {
	margin-right: 10px;
	margin-top: 5px;
	height: 50px;
	width: 50px;
	background-color: transparent;
	padding: 5px;
	border-radius: 50%;
}

.chat-body {
	width: 100%;
	padding: 40px 25px 20px 25px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	overflow: auto;
	/* justify-content: end; */
	font-size: 16px;
	position: relative;
	overflow-wrap: anywhere !important;
}

a {
	display: inline-block;
	word-wrap: break-word !important;
	word-break: break-word !important;
}

.chat-div:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: var(--chatBackgroundImage);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: var(--chat-div-opacity);
	z-index: 0;
	border-radius: 35px;
}

.chat-body *,
.chat-footer * {
	z-index: 100;
}

.chat-footer {
	position: relative;
	width: 100%;
	padding: 0 35px 20px 35px;
	color: #2a2f5d;
	font-size: 20px;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	transition: all 0.3s ease-out;
}

.chat-footer.hidden-footer {
	transform: translateY(100px);
}




.chat-footer input {
	width: -webkit-fill-available;
	padding: 20px 50px 20px 25px;
	border: none;
	outline: none;
	border-radius: 50px;
	width: 100%;
	-webkit-appearance: none;
}

.send-message-button {
	height: 35px;
	width: 35px;
	position: absolute;
	right: 50px;
	/* top: 30px; */
	background-color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.send-message-button i {
	color: white;
}




.bubble {
	width: fit-content;
	min-width: 255px;
	max-width: 70%;
	word-wrap: break-word;
	margin-bottom: 12px;
	line-height: 24px;
	position: relative;
	padding: 10px 20px;
	border-radius: 25px;
	display: flex;
}

.bubble:before,
.bubble:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 25px;
}



.send {
	color: var(--send-color);
	background: var(--send-bg);
	align-self: flex-end;
	border-radius: 25px 25px 0 25px;
}

/* .send:before {
right: -7px;
width: 20px;
background-color: var(--sendBeforeColor);
border-bottom-left-radius: 16px 14px;
}


.send:after {
right: -10px;
width: 10px;
background-color: var(--sendAfterColor);
border-bottom-left-radius: 10px;
} */



.receive {
	background: white;
	color: black;
	align-self: flex-start;
	border-radius: 25px 25px 25px 0
}

/* .receive:before {
left: -7px;
width: 20px;
background-color: var(--receiveBeforeColor);
border-bottom-right-radius: 16px 14px;
}

.receive:after {
left: -10px;
width: 10px;
background-color: var(--receiveAfterColor);
border-bottom-right-radius: 10px;
} */

.option-container {
	margin: 0px 50px 10px 51px;
	flex-wrap: wrap;
	/* max-width: 70%; */
	gap: 10px;
}

.option-image-container {
	margin: 0px 0px 10px 0px;
	width: 100%;
	justify-content: center;
}

.option-div {
	background-color: white;
	border-radius: 20px;
	padding: 7px 14px;
	/* max-width: 230px; */
	display: flex;
	overflow-wrap: break-word;
	word-break: break-word;
	width: fit-content;
	cursor: pointer;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	border: 1px solid;
}

.option-image-container img {
	width: 100%;
	height: auto;
	max-width: 380px;
}

.selected {
	background-color: #13b913 !important;
	color: white !important;
	cursor: default;
	border: 1px solid green !important;
}

.submit-button {
	border: none !important;
	border-radius: 5px;
	/* margin-top: 7px; */
	margin-bottom: 18px;
	margin-left: 55px;
	margin-right: 55px;
	padding: 10px 20px;
}

.heart-pulse-animation:hover {
	animation: pulsebeat 2s infinite;
	transform-origin: center;
}

/* Heart beat animation */
@keyframes pulsebeat {
	0% {
		transform: scale(1);
	}

	12.5% {
		transform: scale(1.2);
	}

	25% {
		transform: scale(1);
	}

	37.5% {
		transform: scale(1.2);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(1);
	}
}


::-webkit-scrollbar {
	width: 7px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background-color: white;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb {
	background-color: #d2d2d2;
	border-radius: 4px;
}


.chat-bubble {
	background-color: white;
	padding: 12px 28px;
	-webkit-border-radius: 20px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius: 20px;
	-moz-border-radius-bottomleft: 2px;
	border-radius: 20px;
	border-bottom-left-radius: 2px;
	display: inline-block;
}

.typing {
	align-items: center;
	display: flex;
	height: 17px;
}

.typing .dot {
	animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
	background-color: #e4e7fb;
	border-radius: 50%;
	height: 7px;
	margin-right: 4px;
	vertical-align: middle;
	width: 7px;
	display: inline-block;
}

.typing .dot:nth-child(1) {
	animation-delay: 200ms;
}

.typing .dot:nth-child(2) {
	animation-delay: 300ms;
}

.typing .dot:nth-child(3) {
	animation-delay: 400ms;
}

.typing .dot:last-child {
	margin-right: 0;
}

@keyframes mercuryTypingAnimation {
	0% {
		transform: translateY(0px);
		background-color: #b3bcfc;
	}

	28% {
		transform: translateY(-7px);
		background-color: #cfd5fc;
	}

	44% {
		transform: translateY(0px);
		background-color: #e4e7fb;
	}
}

#answer-input::placeholder {
	color: var(--chatInputPlaceHolderColor);
}

.img-option {
	/* height: 100px; +Znew*/
	height: auto;
	/* width: 100px; */
	width: 100%;
	max-width: 270px;
}

.video-option {
	height: auto;
	width: 100%;
	max-width: 270px;
}

.form-model-container {
	height: 100%;
	width: 100%;
	display: none;
	align-items: center;
	justify-content: center;
}

.form-model {
	display: flex;
	background-color: white;
	border-radius: 10px;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	width: 100%;
	max-width: 500px;
	flex-direction: column;
	gap: 10px;
	overflow: auto;
	z-index: 9999;
	max-height: 600px;
}

.form-model .title {
	font-size: 25px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

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

.form {
	max-height: 450px;
	overflow: auto;
}

.permission-div {
	margin-top: 5px;
	margin-bottom: 5px;
	display: flex;
	gap: 10px;
}

.form-details {
	display: none;
}

.custom-input-box {
	display: flex;
	gap: 5px;
	width: 100%;
	align-items: start;
	flex-direction: column;
	margin-top: 10px;
}

.custom-input-box label {
	/* width: 20%; */
}

.custom-input-box input {
	width: 100%;
	border: 1px solid #dddddd;
	padding: 10px;
	border-radius: 5px;
	outline: none;
	/* margin-left: auto; */
}

.btn-div {
	margin-top: 20px;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.btn {
	padding: 10px;
	border-radius: 7px;
	width: 40%;
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.cancle-btn {
	border: 1px solid #dddddd;
}

.cancle-btn:hover {
	background-color: rgb(236, 236, 236);
	border: 1px solid #e9e9e9;
}

.submit-btn {
	background-color: #0B93F6;
	color: white;
}

.submit-btn:hover {
	background-color: #0887e2;
}

/* chat css end here */


input[type="color"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	outline: none;
	height: 20px;
	width: 20px;
}




.close-button {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 10px;
	display: none;
	right: 0px;
	background-color: white;
	/* border: aliceblue; */
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.close-button img {
	height: 10px !important;
	width: 10px !important;
	margin-top: 0 !important;
}

.file-preview-img {
	display: none;
}

.file-preview-video {
	display: none;
}

.image-content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	/* gap: 10px; */
}

.image-content img {
	/* height: 100px; */
	height: auto;
	width: 100%;
	margin-top: 10px;
}

.progress-div {
	width: 100%;
}

.image-content video {
	/* height: 100px; */
	width: 100%;
	margin-top: 10px;
}



/*  toast css start here */


#toastContainer {
	z-index: 34334343434;
}

.toast {
	position: fixed;
	top: 20px;
	right: -110px;
	transform: translateX(-50%);
	background-color: #333;
	/* color: white; */
	/* padding: 10px; */
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.30) 6px 12px 8px;
	z-index: 99999;
	display: flex;
	align-items: center;
	flex-direction: column;
	/* justify-content: space-between; */
}

.tost-message {
	padding: 16px 50px 13px 13px;
	;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	word-spacing: 2px;
}

.close-icon-toast {
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: 5px;
	font-size: 15px;
}

.close-icon-toast .material-symbols-outlined {
	font-size: 22px !important;
}

.toast.success {
	background-color: #adfdc0;
	color: green;
}

.toast.error {
	background-color: #f9dbd9;
	color: red;
}



.toast-symbol {
	height: 25px;
	width: 25px;
	display: flex;
	margin-right: 15px;
}

.progress-bar {
	width: 100%;
	/* background-color: rgba(255, 255, 255, 0.3); */
	height: 5px;
	border-radius: 5px;
	/* margin-top: 5px; */
	overflow: hidden;
}

.progress-bar-fill {
	/* background-color: white; */
	height: 100%;
	width: 100%;
	animation: progressBarAnimation 3s linear forwards;
}

.error .progress-bar-fill {

	background-color: red;

}

.chat-box .main-title-block {
	margin: 10px 0 !important;
	/* max-width: 150px; */
}



@media screen and (min-width:800px) {
	.custom-model-main:before {
		content: "";
		display: inline-block;
		height: auto;
		vertical-align: middle;
		margin-right: -0px;
		height: 100%;
	}
}

@media screen and (max-width:799px) {
	.custom-model-inner {
		margin-top: 45px;
	}

	.footerText1 img {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}
}



@keyframes progressBarAnimation {
	from {
		width: 100%;
	}

	to {
		width: 0%;
	}
}

/* toast css end here */

/* [ popup css start here] */

.custom-model-main {
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* z-index: 1050; */
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear, z-index 0.15;
	-o-transition: opacity 0.15s linear, z-index 0.15;
	transition: opacity 0.15s linear, z-index 0.15;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: auto;
}

.custom-model-image {
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* z-index: 1050; */
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear, z-index 0.15;
	-o-transition: opacity 0.15s linear, z-index 0.15;
	transition: opacity 0.15s linear, z-index 0.15;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: auto;
}


.model-open {
	z-index: 99999;
	opacity: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
}

img {
	pointer-events: none;

}

#image-in-popup {
	width: 100%;
	height: auto;
}

.custom-model-inner {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 80%;
	margin: 30px auto;
}

.custom-model-wrap {
	display: block;
	width: 100%;
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
	text-align: left;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: calc(100vh - 70px);
	overflow: hidden;
}

.model-open .custom-model-inner {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	position: relative;
	z-index: 999;
}

.model-open .bg-overlay {
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
}

.bg-overlay {
	background: rgba(0, 0, 0, 0);
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.close-popup-btn,
.close-image-popup-btn {
	position: absolute;
	right: 0;
	top: -30px;
	cursor: pointer;
	z-index: 99;
	font-size: 30px;
	color: #fff;

}

.chat-saved-message-div {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 17px 17px 0 17px;
	/* justify-content: center; */
	align-items: center;
	max-height: 485px;
	overflow: auto;
}

.code-text-div {}

.code-text {
	font-family: monospace;
	display: block;
}

.chat-saved-message-div a {
	text-align: center;
	width: 100%;
	word-wrap: break-word;
}

.download-link {
	width: 20px !important;
	height: auto;
}

.download-link .material-symbols-outlined {
	font-size: 22px !important;
	cursor: pointer;
}

.chat-saved-message-div .title {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #37445f;
}

.chat-saved-message-div .sub-title {
	font-size: 15px;
	font-weight: 600;
	margin-top: 20px;
	letter-spacing: 0.3px;
	color: #4d526b;
	text-align: center;
}

.chat-yt-iframe {
	width: 100%;
	height: 200px;
}

.code-div {
	width: 100%;
	/* height: 110px; */
	border: none;
	background: #ebebeb;
	resize: none;
	padding: 10px;
	margin-top: 10px;
	font-family: monospace;
	/* white-space: nowrap; */
	user-select: text;
}

.plugin-div {
	width: 100%;
	text-align: start;
	color: #37445f;
}

.code-text {
	width: 100%;
}

.custom-model-main .custom-model-inner {
	max-width: 550px;
}

.custom-model-main .custom-model-wrap {
	padding: 0;
	border-radius: 20px;
}

.popup-image-div {
	width: 100%;
	padding: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.success {
	background-color: #4CAF50;
}

.failed {
	background-color: #f55555;
}

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

.close-popup-button {
	color: white;
	padding: 5px 20px;
	font-size: 12px;
	margin: 20px 10px 20px;
	border-radius: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100px;
}




.popup-image-div .material-symbols-outlined {
	font-size: 80px !important;
	color: white;
}

.delete-model-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	/* background-color: #0bd50b; */
	/* z-index: 9999999; */
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	display: none;
	background: #00000057;
}

.delete-model {
	/* padding: 20px; */
	background-color: aliceblue;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.model-button {
	width: 50%;
	min-width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	color: white;
	font-size: 20px;
	cursor: pointer;
}

.yes {
	background-color: #7ab337;
	border-radius: 0 0 0 10px;
}

.yes:hover {
	background-color: #629b1f;
}

.no {
	background-color: #c55353;
	border-radius: 0 0 10px 0;
}

.no:hover {
	background-color: #bb2828;
}

.model-message-div {
	padding: 50px;
	font-size: 25px;
	font-weight: 600;
	color: #2a2f5d;
}


/* [ popup css end here] */


/* media querry css start here */
@media only screen and (max-width: 448px) {
	.chat-header {
		padding: 20px 20px;

	}

	.chat-logo-cover {
		width: 60px;
		height: 60px;
	}

	.title-h {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 3px;
	}

	.chat-body {
		padding: 40px 10px 10px 10px;
	}

	.chat-div {
		height: 100%;
		width: 100%;
	}

	.bubble {
		min-width: 210px;
		padding: 10px 12px;
	}

	.option-div {

		padding: 7px 10px;
		/* max-width: 165px; */
	}

	.custom-model-wrap {
		padding: 12px;
	}
}

/* media querry css end here */


/* toggle css start here */
.toggle-switch {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 30px;
}

.toggle-switch-2 {
	position: relative;
	display: inline-block;
	height: 30px;
	width: 55px;
}

.chat-before-after-toggle:not(:checked)+.slider {
	background-color: green !important;
}

.toggle-switch input[type="checkbox"] {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background-color: green; */
	transition: 0.4s;
	border-radius: 30px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	left: 0;
	bottom: 0;
	background-color: white;
	transition: 0.4s;
	border-radius: 50%;
}

input[type="checkbox"]:checked+.slider {
	background-color: green;
}

input[type="checkbox"]:not(:checked)+.slider {
	background-color: gray;
}

input[type="checkbox"]:checked+.slider:before {
	transform: translateX(26px);
	color: white;
}

/* toggle css end here */



/* loader css start here*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90vh;
	background-color: rgb(13 13 13 / 41%);
	/* Semi-transparent white background */
	z-index: 9999;
	/* Ensure it's on top of other elements */
	display: none;
	/* Initially hidden */
}

#loader {
	border: 8px solid #f3f3f3;
	/* Light grey */
	border-top: 8px solid #3498db;
	/* Blue */
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
	/* Spin animation */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	/* Half of the height */
	margin-left: -25px;
	/* Half of the width */
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}



/* loader css end here */



/* //custom css start here  */

::-webkit-calendar-picker-indicator {
	filter: invert(var(--calenderIcon)) !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	/* Adjust the size of the icon */
	width: 24px !important;
	height: 24px !important;
}

.block-ele {
	display: block;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
	display: block;
	height: 0;
}

.d-flex {
	display: flex !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-start {
	align-items: start !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row {
	flex-direction: row !important;
}

.gap-10 {
	gap: 10px;
}

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

.mb-20 {
	margin-bottom: 20px;
}

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

.mt-20 {
	margin-top: 20px;
}

.flex-wrap {
	flex-wrap: wrap;
}

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

#iframe-src {
	display: inline;
}

/* custom css end here */


.add-tag-i {
	width: 100%;
	padding: 5px 10px;
	border: none;
	outline: none;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background-color: white;
	color: black !important;
	display: flex;
}

.add-tag-i input {
	color: black !important;
	padding: 0;
}

@media (max-width:768px) {
	.header-logo-img {
		/* width: 100%; */
		margin: 0 auto;
		max-width: 300px;
	}

	/* .chat-box .main-title-block {
		max-width: 100px;
	} */

	.chat-box {
		padding-top: 25px;
	}
}


.c-action-btn {
	width: 21px;
	height: auto;
	cursor: pointer;
}

.c-action-btn img {
	height: auto;
	width: 100%;
}

.gap-5 {
	gap: 5px;
}

.ms-auto {
	margin-left: auto;
}

.position-absolute {
	position: absolute;
	right: 7px;
	top: 3px;
}

.position-relative {
	position: relative;
}

.c-edit-btn img {
	margin-left: 7px;
	width: 15px;
	height: auto;
}

.box-title {
	border: none;
	outline: none;
	max-width: 100px;
}

body .dropgameFooter1 h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

body .dropgameFooter1 h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

body .dropgameFooter1 h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

body .dropgameFooter1 h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

body .dropgameFooter1 h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

body .dropgameFooter1 h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

body .dropgameFooter1 p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

body .dropgameFooter1 span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

body .dropgameFooter1 strong {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

body .dropgameFooter1 strong {
	font-weight: 700;
}

.chat-box .main-title-block {
	text-align: center;
}

.footer2 p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

.footer2 span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

.footer2 strong {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

.footer2 strong {
	font-weight: 700;
}

.j-c-left {
	justify-content: left !important;
}

.footer_container,
.footerText1 {
	display: none;
}