.overflow_hidden {
	overflow: hidden;
}

/* Appearance */
.appearance {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
	height: 100%;
	gap: 30px;
}

.appearance .appearance-start {
	width: 100%;
	display: flex;
	gap: 18px;
}

.appearance .block-heading {
	margin-bottom: 10px;
}

.appearance .appearance-start .start-left,
.appearance .appearance-start .start-right {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.appearance .appearance-start .start-left {
	gap: 24px;
}

.appearance .appearance-start .start-left .appearance,
.appearance .appearance-start .start-left .chatboot {
	border-bottom: 1px solid black;
	padding-bottom: 20px;
}

.appearance .appearance-start .start-left .input-section {
	display: flex;
	width: 100%;
	gap: 20px;
}

.appearance .appearance-start .start-left .input-section .input-form {
	display: flex;
	flex-direction: column;
	width: 50%;
	gap: 10px;
	justify-content: flex-start;
    align-items: flex-start;
}

.appearance .appearance-start .start-left input {
	width: 100%;
	height: 40px;
	padding-left: 20px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.appearance .appearance-start .start-left input:focus {
	outline: inherit;
}

.appearance .appearance-start .start-left .input-section div input::placeholder,
.appearance .appearance-start .start-left .input-2 input::placeholder {
	font-weight: bolder;
	color: var(--dark);
}

.appearance .appearance-start .start-left .input-2 {
	width: 47%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: flex-start;
    align-items: flex-start;
}

.appearance .appearance-start .start-left .video-section-input input {
    border: 1px solid #CCCCCC;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 140%;
    height: auto;
}

.appearance .appearance-start .start-left .video-section-input .import_vid_btn {
	padding: 10px 15px;
    font-size: 16px;
    font-weight: normal;
	margin:  0 0;
}

/* Color section */
.color-section {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 20px;
}

.color-section .main-title {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.colors-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 25px;
	flex-direction: column;
}

.colors-row .colors-column {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 10px;
}

.colors-row .colors-column .color-blocks-set {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	flex: 1 1 50%;
}

.color-blocks-set .color-block {
	width: 100%;
	height: 100%;
	border-radius: 3px;
	width: 45px;
	height: 45px;
	overflow: hidden;
}

.color-blocks-set .plus {
	border: 1px solid black;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	width: 45px;
	border-radius: 3px;
	cursor: pointer;
}

.color-blocks-set .plus p {
	font-size: 22px;
	font-weight: bolder;
	color: rgb(110, 187, 34);
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 50%;
	background-color: rgb(238, 249, 238);
}

.checkbox-group-color {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	height: 100%;
	position: relative;
}

.checkbox-group-color label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.checkbox-group-color input {
	height: 100% !important;
	opacity: 0;
	position: absolute;
	cursor: pointer;
}

.checkbox-group-color label .checkbox-color {
	width: 20px;
	height: 20px;
	margin-right: 0;
	background-color: #6bb82b;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
}

.checkbox-group-color label .checkbox-color::after {
	content: "âœ”";
	color: #fff;
}

.checkbox-group-color input:checked+label>.checkbox-color {
	visibility: visible;
}

#mobiletoolkit .color-section .colors-row .colors-column p {

	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 0 0 20px 0;
	font-size: 15px;
	font-weight: 500;
	color: #000000a6;
}

#mobiletoolkit .color-section .colors-row .colors-column {
	gap: 20px;
}

.mobiletoolkittext {
	margin: 20px 0 0 0;
}

#mobiletoolkit .wrap-collabsible {
	width: 100%;
	text-align: center;
}

#mobiletoolkit .mobile-toolik-customication {
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#mobiletoolkit .start-right .tab-content-area .tabs-content-wrapper {
	text-align: center;
}

#mobiletoolkit .start-right .tab-content-area .tabs-content-wrapper img {
	width: 66%;
	max-width: 300px;
	margin: auto;
}

#mobiletoolkit .chatarea-tabs {
	height: 100%;
	border: 1px solid #c7c7c7;
	border-radius: 10px;
	overflow: hidden;
	min-height: 300px;
	max-height: 650px;
}

/* end Color section */

/* collapesible */
.wrap-collabsible input[type="checkbox"] {
	display: none;
}

.wrap-collabsible .lbl-toggle {
	display: inline-block;
	font-weight: 600;
	font-size: 0.875rem;
	text-align: center;
	padding: 0.2rem 0;
	color: var(--green);
	background: transparent;
	cursor: pointer;
	border-radius: 4px;
	transition: all 0.2s ease-out;
	font-size: 12px;
}

.wrap-collabsible .lbl-toggle::before {
	content: "More Customization";
}

.wrap-collabsible .lbl-toggle::after {
	content: "";
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid currentColor;
	vertical-align: middle;
	margin-left: 0.7rem;
	/* transform: translateY(-2px); */
	transform: rotate(-90deg);
}

.wrap-collabsible .toggle:checked+.lbl-toggle::after {
	transform: rotate(90deg) translateX(-3px);
}

.wrap-collabsible .toggle:checked+.lbl-toggle::before {
	content: "Hide Customization";
}

.wrap-collabsible .collapsible-content {
	height: 0;
	overflow: hidden;
	transition: max-height 0.25s ease-in-out;
}

.wrap-collabsible .toggle:checked+.lbl-toggle+.collapsible-content {
	height: 100%;
}

.wrap-collabsible .toggle:checked+.lbl-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background: var(--primary-dark);
}

.wrap-collabsible .collapsible-content .content-inner {
	background: var(--primary-lighter);
	border-bottom: none;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	padding: 0.5rem 0;
}

/* collapesible */

/* chatbotDetailsTabs */
.chatbotDetailsTabs {
	border: none;
	border-radius: 0;
	overflow: hidden;
	max-width: 50%;
}

.chatbotDetailsTabs .tab-items {
	gap: 0px;
	padding: 0 0;
	justify-content: flex-start !important;
	margin: 0 0 20px !important;
	border-width: 0 0 0px 0 !important;
	background-color: transparent !important;
}

.chatbotDetailsTabs .tab-items .tab-item {
	background-color: rgb(242, 250, 239) !important;
	color: var(--green) !important;
	height: auto;
	font-weight: 600 !important;
	font-size: 13px !important;
	line-height: 1.2 !important;
	padding: 7px 10px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 20px;
	border-left: none !important;
	position: relative;
	flex: 0 0 auto !important;
	border: 1px solid var(--green) !important;
	border-radius: 4px 0 0 4px;
}

.chatbotDetailsTabs .tab-items .tab-item.active {
	color: #fff !important;
	background-color: var(--green) !important;
}

.chatbotDetailsTabs .preview-btn {
	text-align: left;
	margin-right: auto;
	font-size: 18px;
	font-weight: 600;
}

.chatbotDetailsTabs .custom-colors {
	border-top: 1px solid #d0d0d0;
}

.chatbot-appearance {
	width: 49.5%;
}

.chatboot-section .heading {
	border-bottom: 1px solid black;
	padding-bottom: 15px;
	display: flex;
}

.chatboot-section .heading .chatboot-container {
	width: 40%;
	height: 30px;
}

.chatboot-section .heading .chatboot-container p {
	font-size: 18px;
	font-weight: 600;
}

.chatboot-section .heading .btns {
	width: 60%;
	height: 30px;
	border-collapse: collapse;
}

.chatboot-section .heading .btns table {
	width: 100%;
	height: 100%;
	display: flex;
	border-collapse: collapse;
	justify-content: center;
	align-items: center;
}

.chatboot-section .heading .btns table th {
	border: 1px solid black;
	width: 300px;
	height: 30px;
	background-color: rgba(170, 245, 170, 0.2);
	color: rgb(110, 187, 34);
	border: 1px solid rgb(110, 187, 34);
	font-weight: bold;
}

.chatboot-section .heading .btns table th:hover {
	cursor: pointer;
	background-color: rgb(110, 187, 34);
	color: white;
}

.profile-container {
	padding-top: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.profile-container .profile-title {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	color: var(--dark);
}

.profile-container .profile-desk {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: var(--dark);
}

.profile-container .upload-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.profile-container .upload-container .photo {
	height: 4rem;
	width: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px dashed rgb(110, 187, 34);
	flex: 0 0 auto;
}

.profile-container .upload-container .photo img {
	max-width: 4rem;
}

.upload-container .description {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: flex-start;
	width: 100%;
}

.profile-container .upload-container .description p {
	color: rgb(80, 80, 80);
	font-size: 13px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 3px;
}

/* Right Side */

.chatarea-tabs {
	height: 100%;
	border: 1px solid #c7c7c7;
	border-radius: 10px;
	overflow: hidden;
	min-height: 300px;
	/* max-height: 650px; */
}

.chatarea-tabs .tab-items {
	gap: 30px;
	padding: 0 30px;
	justify-content: flex-start !important;
	margin: 0 0 0 !important;
	border-width: 0 0 1px 0 !important;
}

.chatarea-tabs .tab-items .tab-item {
	background-color: transparent !important;
	color: rgb(154, 154, 154) !important;
	height: auto;
	font-weight: 600 !important;
	font-size: 16px;
	line-height: 1.2 !important;
	padding: 20px 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 20px;
	border-left: none !important;
	position: relative;
	flex: 0 0 auto !important;
}

.chatarea-tabs .tab-items .tab-item::after {
	content: "";
	position: absolute;
	height: 4px;
	background-color: var(--green) !important;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	border-radius: 4px 4px 0 0;
}

.chatarea-tabs .tab-items .tab-item.active {
	color: var(--green) !important;
}

.chatarea-tabs .tab-items .tab-item.active::after {
	opacity: 1;
}

.chatarea-tabs .tab-items .tab-item:hover {
	color: var(--green) !important;
}

.chatarea-tabs .preview-btn {
	text-align: center;
	margin-left: auto;
}

.chatarea-tabs .preview-btn img {
	max-width: 20px;
}

.chatarea-tabs .preview-btn {
	/* width: 40%; */
	text-align: center;
	margin-left: auto;
}

.chatarea-tabs .preview-btn a {
	color: var(--green);
	background-color: white;
	font-size: 18px;
	font-weight: 600;
	height: 100%;
	border: none;
	text-decoration: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.chatarea-tabs .tabs-content-wrapper {
	height: 100%;
	background-image: url(../img/chat-bg.png);
	background-repeat: repeat;
	background-size: 100px 100px;
	border-radius: 10px;
	padding: 25px;
	border-radius: 0;
}

.chatarea-tabs .tabs-content-wrapper .tab-content {
	height: fit-content;
	width: 100%;
}

.chatWelcome,
.chatOpen,
.chatMinimized {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

	img {
		max-width: 350px;
		width: 100%;
	}
}

.chatOpen {
	align-items: flex-end;
	padding-top: 90px;
}

.chatMinimized {
	align-items: flex-end;
	padding-top: 250px;

	img {
		max-width: 150px;
	}
}

/* notification tab */

.notificationTab {
	padding: 0;
}

.notificationTab .inner-text .heading {
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 20px;
	border-bottom: 1px solid #b6b6b6;
	margin: 0 0 20px;
	color: var(--dark);
}

.notificationTab .inner-text .email-alert-title {
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 10px;
	color: var(--dark);
}

.notificationTab .inner-text .email-alert-description {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	color: var(--dark);
}

.notificationTab .inner-text .notify-email-table-head {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px 15px;
	border-bottom: 1px solid #b6b6b6;
	gap: 10px;
	color: var(--dark);
}

.notificationTab .inner-text .notify-email-table-head .title {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px;
	color: var(--dark);
}

.notificationTab .inner-text .notify-email-table-head .add-email-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 1.8rem;
	gap: 5px;
	max-width: 7rem;
	width: 100%;
	color: white;
	font-size: 14px;
	font-weight: 600;
	padding: 3px 8px;
	background-color: var(--green);
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.notificationTab .inner-text .notify-email-table-head .add-email-btn span {
	font-size: 22px;
	font-weight: 400;
}

.notificationTab .inner-text .notify-email .shown-added-email .btn:hover {
	cursor: pointer;
	background-color: rgb(139, 206, 71);
}

.alerts_table {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}

.alerts_table .header,
.row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	/* border-bottom: 1px solid #ddd; */
	padding: 15px 0px;
}

.alerts_table .header {
	padding-right: 100px;
}

.alerts_table .row .left,
.right {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.alerts_table .row .right {
	gap: 60px;
}

.alerts_table .row .left .name-avatar {
	width: 30px;
	height: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	border-radius: 50%;
	background-color: var(--green);
	color: #fff;
}

.alerts_table .row .left .notification_name {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}

.alerts_table .three-dot-menu.alert-dots .three-dot {
	border: none !important;
	width: auto;
	height: auto;
	padding: 12px 8px;
}

.alerts_table .three-dot-menu.alert-dots .three-dot-dropdown ul {
	padding: 0;
	min-width: 110px;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 22%);
	overflow: hidden;
}

.alerts_table .three-dot-menu.alert-dots .three-dot-dropdown {
	left: 0;
	transform: translateX(0%);
}

.alerts_table .three-dot-menu.alert-dots .three-dot-dropdown::after {
	left: 30%;
}

.alerts_table .three-dot-menu.alert-dots .three-dot-dropdown ul li a {
	padding: 12px 18px;
}

.alerts_table .three-dot-menu.alert-dots .three-dot-dropdown ul li a:hover {
	background-color: #fff;
}

.alerts_table .three-dot-menu.alert-dots .three-dot-dropdown ul .remove-btn {
	color: rgb(190, 0, 0);
}

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

.toggle-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.toggle-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.toggle-switch .slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.toggle-switch input:checked+.slider {
	background-color: var(--green);
}

.toggle-switch input:focus+.slider {
	box-shadow: 0 0 1px var(--green);
}

.toggle-switch input:checked+.slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}

.toggle-switch .slider.round {
	border-radius: 34px;
}

.toggle-switch .slider.round:before {
	border-radius: 50%;
}

/* Inmtegration Tab Settings */

.alphabetical-main {
	padding: 0 20px 30px;
}

@media screen and (max-width: 767px) {
	.alphabetical-main {
		padding: 0 10px 30px;
	}

	.pop-up-detail p {
		padding: 20px 30px;
		font-size: 20px;
		line-height: 28px;
	}
}

@media screen and (max-width: 480px) {
	.alphabetical-main {
		padding: 0 0px 30px;
	}
}

.three-dot-menu.alphabet_dropdown .three-dot {
	border: none !important;
	width: auto;
	height: auto;
	padding: 12px 8px;
	gap: 12px;
	font-size: 16px;
	font-weight: 600;
}

.three-dot-menu.alphabet_dropdown .three-dot .sort-icon {
	max-width: 15px;
}

.three-dot-menu.alphabet_dropdown .three-dot .chev {
	max-width: 10px;
}

.three-dot-menu.alphabet_dropdown .three-dot-dropdown ul {
	padding: 0;
	min-width: 140px;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 22%);
	overflow: hidden;
}

.three-dot-menu.alphabet_dropdown .three-dot-dropdown ul li a {
	padding: 12px 18px;
}

.three-dot-menu.alphabet_dropdown .three-dot-dropdown ul li a:hover {
	background-color: #fff;
}

.alphabetical-main .header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 2.5rem;
	width: 100%;
}

.alphabetical-main .header-container .heading {
	font-size: 200%;
	font-weight: bold;
}

.alphabetical-main .header-container .search-container {
	display: flex;
	width: 88.4%;
	align-items: center;
	justify-content: space-between;
}

.alphabetical-main .header-container .search-container input {
	margin-right: 10px;
	height: 2.5rem;
	width: 15rem;
	border-radius: 5px;
	padding: 0px 10px;
	border: none;
	background-color: rgb(174, 170, 170);
	color: white;
	position: relative;
}

.alphabetical-main .header-container .search-container input::placeholder {
	color: white;
}

.alphabetical-main .header-container .search-container input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	height: 10px;
	width: 10px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
	background-size: 100%;
	background-color: white;
}

/* .alphabetical-main .header-container .search-container,
.subscriptions-search {
	background-image: url(../img/icons8-search-50.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: 8%;
}

.alphabetical-main .header-container .search-container input:focus {
	outline: 0;
	background-image: none;
}

.alphabetical-main .header-container .dropdown {
	padding-left: 10px;
	border-left: 1px solid rgb(185, 180, 180);
	height: 2.5rem;
	display: flex;
	align-items: center;
	font-weight: bold;
	gap: 10px;
}

.alphabetical-main .header-container .search-container .dropdown:hover {
	cursor: pointer;
} */

#integrations .alphabetical-main .header-container .search-container input {
    background-image: url(../img/icons8-search-50.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px; /* Adjust based on your icon size */
    padding-right: 30px; /* Ensure text doesnâ€™t overlap with the icon */
    border: 1px solid #ccc; /* Add border if missing */
    border-radius: 5px; /* Optional: for rounded corners */
    height: 2.5rem;
	background-color: transparent;
	color: #000;
}

/* Remove the background image on focus if needed */
#integrations .alphabetical-main .header-container .search-container input:focus {
    outline: none;
    background-image: url(../img/icons8-search-50.png);
}

#integrations .alphabetical-main .header-container .search-container input::placeholder {
	color: #757575;
}

/* Ensure container styling */
.alphabetical-main .header-container .search-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%; /* Adjust as needed */
	padding-top: 0;
}

/* Ensure dropdown is not affected */
.alphabetical-main .header-container .dropdown {
    padding-left: 10px;
    border-left: 1px solid rgb(185, 180, 180);
    height: 2.5rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 10px;
}

.alphabetical-main .header-container .dropdown:hover {
    cursor: pointer;
}

.alphabetical-main .cards-container {
	margin-top: 20px;
}

.card-container {
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 14px;
	width: 100%;
	height: 13rem;
	overflow: hidden;
}

.card-container:hover {
	cursor: pointer;
}

.card-container .img-container {
	width: 100%;
	height: 10rem;
}

.card-container .img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.company-name-container {
	width: 100%;
	height: 3rem;
}

.company-name-container p {
	width: 100%;
	height: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.cards-container .control-by-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px;
}

/* autofil tab ```settings */

.Auto-fill-container {
	padding: 15px 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.Auto-fill-container .Auto-fill-heading {
	font-size: 28px;
	font-weight: 600;
	padding-bottom: 20px;
	border-bottom: 1px solid black;
}

.Auto-fill-container .Re-engagement-heading {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 20px;
	border-bottom: 1px solid black;
}

.Auto-fill-container .messages {
	display: flex;
	height: 4rem;
	width: 100%;
	gap: 25px;
}

.Auto-fill-container .messages .message1-container,
.Auto-fill-container .messages .message2-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	width: 50%;
}

.Auto-fill-container .messages .message1-container input,
.Auto-fill-container .messages .message2-container input,
.Auto-fill-container .input-container .bussiness-input-container input,
.Auto-fill-container .input-container .phone-number-input-container input {
	padding-left: 15px;
	height: 100%;
	border: 1px solid #929292;
	border-radius: 4px;
}

.Auto-fill-container .messages .message1-container input:focus,
.Auto-fill-container .messages .message2-container input:focus,
.Auto-fill-container .input-container .bussiness-input-container input:focus,
.Auto-fill-container .input-container .phone-number-input-container input:focus,
.Auto-fill-container .email-input-container input:focus {
	outline: none;
}

.Auto-fill-container .messages .message1-container input::placeholder,
.Auto-fill-container .messages .message2-container input::placeholder {
	color: black;
	font-size: 15px;
	font-weight: bold;
}

.Auto-fill-container .Template-Details-heading {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid black;
	margin-top: 20px;
}

.Auto-fill-container .input-container {
	display: flex;
	height: 4rem;
	width: 100%;
	gap: 25px;
}

.Auto-fill-container .Template-container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.Auto-fill-container .input-container .bussiness-input-container,
.Auto-fill-container .input-container .phone-number-input-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	width: 50%;
}

.Auto-fill-container .input-container .bussiness-input-container input::placeholder,
.Auto-fill-container .input-container .phone-number-input-container input::placeholder,
.Auto-fill-container .email-input-container input::placeholder {
	color: rgb(197, 183, 183);
}

.Auto-fill-container .email-input-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 4.5rem;
	width: 48.9%;
}

.Auto-fill-container .email-input-container input {
	height: 100%;
	width: 100%;
	padding-left: 15px;
	border: 1px solid #929292;
	border-radius: 4px;
}

.required_field_indication {
	padding: 15px 0;
	font-weight: 600;
}

.required_field_indication span {
	color: rgb(180, 0, 0);
}

.back-arrow {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
}

.back-arrow img {
	max-width: 20px;
	display: block;
}

.payment-details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	border-bottom: 1px solid rgba(52, 56, 68, 0.2);
	padding: 5px 0 30px;
	margin-bottom: 30px;
	width: 100%;
}

.payment-details h3 {
	font-size: 16px;
	color: var(--dark);
	margin: 0 0 15px;
}

.payment-details p {
	font-size: 14px;
	color: #929292;
	margin: 0 0 15px;
	font-weight: 300;
}

.payment-details .payment-details-method {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}

.payment-details .payment-details-method img {
	max-width: 70px;
	display: block;
}

.payment-details .payment-details-method p {
	font-size: 14px;
	font-weight: 500;
	color: var(--dark);
	margin: 0 0;
	display: inline-block;
}

.payment-details .payment-details-method p span {
	font-size: 22px;
	font-weight: 500;
	color: var(--dark);
	margin: 0 0;
	line-height: 10px;
	vertical-align: sub;
}

.payment-details .payment-details-method a {
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
	color: var(--green);
	margin: 0 0;
	display: inline-block;
	padding-left: 10px;
}

.billing-details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	border-bottom: 1px solid rgba(52, 56, 68, 0.2);
	padding: 5px 0 30px;
	margin-bottom: 30px;
	width: 100%;
}

.billing-details h3 {
	font-size: 16px;
	color: var(--dark);
	margin: 0 0 15px;
}

.billing-details p {
	font-size: 12px;
	color: #929292;
	margin: 0 0 15px;
	font-weight: 300;
}

.billing-details a {
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
	color: var(--green);
	margin: 0 0;
	display: inline-block;
}

.actions-block {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
}

.actions-block .primary-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.secondary-button {
	color: var(--green);
	border: 1px solid var(--green);
	background: transparent;
	border-radius: 4px;
	margin-right: 10px;
	padding: 15px 22px;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	line-height: 1;
}

.secondary-button:hover {
	color: #fff;
	border: 1px solid var(--green);
	background: var(--green);
}

.secondary-button.dark {
	color: var(--dark);
	border: 1px solid #9c9c9c;
	background: transparent;
	border-radius: 3px;
	margin-right: 10px;
	padding: 12px 18px;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.secondary-button:hover {
	color: #838383;
}

.payment-method-form {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.payment-method-form .left {
	flex: 0 1 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.payment-method-form .right {
	flex: 0 0 30%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0;
}

@media screen and (max-width: 767px) {
	.payment-method-form {
		display: flex;
		flex-direction: column;
		gap: 30px;
		width: 100%;
	}

	.payment-method-form .left {
		flex: 1 1 100%;
		width: 100%;
	}

	.payment-method-form .right {
		flex: 1 1 100%;
		width: 100%;
	}
}

.payment-method-form .left h1 {
	font-size: 26px;
	font-weight: 600;
	color: var(--dark);
	margin: 0 0 18px;
}

.Radios-holder {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	margin: 0 0 25px;
}

.Radios-holder .radio {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	font-size: 15px;
	font-weight: 600;
}

.Radios-holder .radio input[type="radio"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #bebebe;
	border-radius: 50%;
}

.Radios-holder .radio input[type="radio"]::before {
	content: "";
	width: 80%;
	height: 80%;
	border-radius: 50%;
	background: var(--green);
	position: relative;
	left: 50%;
	top: 50%;
	display: block;
	transform: scale(0);
}

.Radios-holder .radio input[type="radio"]:checked::before {
	transform: scale(1) translate(-50%, -50%);
}

.payment-method-form .form-fields {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.form-fields .form-field {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 8px;
	width: 100%;
	margin: 0 0 30px;
}

.form-fields .form-field label {
	font-size: 14px;
	font-weight: 600;
	color: var(--dark);
	margin: 0 0;
}

.form-fields .form-field input {
	padding: 10px;
	height: 50px;
	width: 100%;
	max-width: 100%;
	border-radius: 4px;
	border: 1px solid #d6d7da;
}

.form-fields .form-field input::-ms-input-placeholder {
	color: #d6d7da;
}

.form-fields .form-field input::placeholder {
	color: #d6d7da;
}

.form-fields .form-field .icon-input {
	position: relative;
	width: 100%;
}

.form-fields .form-field .icon-input img {
	position: absolute;
	width: 18px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.form-fields .form-field .icon-input input {
	padding-left: 40px;
}

.form-fields .three-fields {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.form-fields .two-fields {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.form-fields .three-fields .form-field {
	flex: 1 1 33%;
}

.form-fields .two-fields .form-field {
	flex: 1 1 50%;
}

@media screen and (max-width: 480px) {
	.form-fields .three-fields {
		flex-direction: column;
	}

	.form-fields .three-fields .form-field {
		flex: 1 1 100%;
		margin: 0 0 15px;
	}

	.form-fields .two-fields {
		flex-direction: column;
		gap: 0px;
	}

	.form-fields .two-fields .form-field {
		flex: 1 1 100%;
		margin: 0 0 15px;
	}
}

.payment-method-form .form-desc {
	font-size: 14px;
	font-weight: 300;
	color: #888888;
	margin: 0 0 20px;
}

/* Right */

.payment-method-form .right h3 {
	font-size: 18px;
	font-weight: 600;
	color: var(--dark);
	margin: 0 0 12px;
}

.payment-method-form .right .monthly-block {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 25px 25px 10px;
	background-color: #f9f9f9;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	background-image: url(https://app.zillametrics.com/wp-content/themes/zillametrics/img/lisence-bg.svg);
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	width: 100%;
}

.payment-method-form .monthly-block h4 {
	font-size: 16px;
	font-weight: 600;
	color: var(--dark);
	margin: 0 0 16px;
}

.payment-method-form .monthly-block h4.bordered {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0 0 15px;
}

.payment-method-form .monthly-block p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	margin: 0 0 10px;
}

.update-billing-form {
	padding: 10px 0;
}

/* Start Lead Details Page CSS Here */
.lead-details {
	display: flex;
}

.view-profile {
	width: calc(100% - 490px);
	transition: all .5s ease-in-out;
}

.view-profile.full-width {
	width: 100%;
}

.view-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgb(52 56 68 / 20%);
	padding: 5px 0;
}

.back-to-leads a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.back-to-leads a span {
	color: rgb(52 56 68 / 70%);
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	/* 23.4px */
}

.back-to-leads a:hover span {
	color: #6ab82b;
}

.hide-chat {
	display: inline-flex;
	align-items: center;
}

.hide-chat .chat-transcript {
	color: #6AB82B;
	text-align: right;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 133.333% */
	letter-spacing: 0.44px;
	text-decoration-line: underline;
	padding: 20px;
}

.hide-chat .edit-profile-icon {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding-right: 20px;
}

.hide-chat .edit-profile-icon .edit-icon {
	width: 24px;
	height: 24px;
}

.single-lead-heading {
	margin-bottom: 15px;
}

.single-lead-heading h4.block-title {
	font-size: 24px;
}

.lead-details-view {
	border-top: 1px solid rgb(52 56 68 / 20%);
}

.lead-details-view .view-heading {
	color: #344157;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 18.2px;
	/* 18.2px */
	margin-top: 26px;
	margin-bottom: 26px;
	display: block;
}

.lead-details-view .list-group {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 34px;
	margin-bottom: 26px;
	max-width: 580px;
}

.lead-details-view .list-group .list-group-item .item {
	display: flex;
	align-items: flex-start;
	gap: 63px;
}

.lead-details-view .list-group .list-group-item .item .label {
	color: #343844;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 19.6px;
	/* 242.857% */
	width: 160px;
}

.lead-details-view .list-group .list-group-item .item .value {
	color: #4F4F4F;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 142.857% */
	letter-spacing: 0.44px;
	max-width: 282px;
}

.lead-details-view .list-group .list-group-item .item .value a {
	color: #4F4F4F;
}

.lead-details-view .list-group .list-group-item .item .value a:hover {
	color: var(--green);
}

.details-view {
	transition: all .5s ease-in-out;
}

.details-view.hide {
	display: none;
}

.details-edit.hide {
	display: none;
}

.details-edit {
	display: block;
	transition: all .5s ease-in-out;
}

.lead-details-edit .edit-heading {
	color: #344157;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	margin-top: 26px;
	margin-bottom: 26px;
	display: block;
}

.lead-details-edit .list-group {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 26px;
}

.lead-details-edit .list-group .list-group-item {
	width: 100%;
	border-top: 1px solid rgb(52 56 68 / 20%);
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 26px;
}

.lead-details-edit .list-group .list-group-item .form-row {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 26px;
	width: 100%;
}

.lead-details-edit .list-group .list-group-item .form-row .form-label {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	/* 21px */
	display: block;
	margin-bottom: 10px;
}

.lead-details-edit .list-group .list-group-item .form-row .form-control {
	width: 100%;
	border-radius: 4.082px;
	border: 0.816px solid rgba(0, 0, 0, 0.20);
	padding: 10px 13px;
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 19.6px;
	/* 19.6px */
}

.lead-details-edit .list-group .list-group-item .form-row input[type=text],
.lead-details-edit .list-group .list-group-item .form-row input[type=email],
.lead-details-edit .list-group .list-group-item .form-row input[type=tel] {
	height: 40px;
}

.lead-details-edit .list-group .list-group-item .form-row .form-cols-half {
	width: calc(50% - 13px);
}

.lead-details-edit .list-group .list-group-item .form-row .form-cols-full {
	width: 100%;
}

.lead-details-edit .list-group .list-group-item .form-row textarea {
	min-height: calc(1.5em + (.75rem + 2px));
}

.lead-details-edit .list-group .list-group-item .form-row input[type=text]::placeholder,
.lead-details-edit .list-group .list-group-item .form-row input[type=email]::placeholder,
.lead-details-edit .list-group .list-group-item .form-row input[type=tel]::placeholder,
.lead-details-edit .list-group .list-group-item .form-row textarea::placeholder {
	color: #676767;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 19.6px;
	font-style: normal;
	font-weight: 700;
}

.lead-details-edit .button-groups {
	margin-top: 26px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.lead-details-edit .button-groups .bulk {
	border-radius: 3px;
	padding: 15px 40px;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	line-height: 23.4px;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.lead-details-edit .button-groups .bulk.secondary-btn {
	color: var(--green);
	border: 2px solid var(--green);
	background: #fff;
}

.lead-details-edit .button-groups .bulk.secondary-btn:hover {
	color: #fff;
	border: 2px solid var(--green);
	background: var(--green);
}

.lead-details-edit .button-groups .bulk.primary-btn {
	color: #fff;
	border: 2px solid var(--green);
	background: var(--green);
}

.lead-details-edit .button-groups .bulk.primary-btn:hover {
	color: var(--green);
	border: 2px solid var(--green);
	background: #fff;
}

.chat-transcript-container {
	width: 500px;
	border-left: 1px solid rgba(53, 53, 53, 0.2);
	transition: all .75s ease-in-out;
	background: #FFF;
	overflow: hidden;
}

.chat-transcript-container.hide {
	width: 0;
	visibility: hidden;
}

.chat-transcript-container .chat-icon-box {
	background: #343844;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 15px;
	width: 100%;
}

.chat-transcript-container .chat-icon-box .user-info h5.name {
	color: #FFF;
	text-align: left;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 23.4px;
	/* 23.4px */
	margin-bottom: 5px;
}

.chat-transcript-container .chat-icon-box .user-info .website {
	color: #FFF;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18.2px;
	/* 18.2px */
}

.chat-transcript-container .chat-meta {
	border-bottom: 1px solid rgba(53, 53, 53, 0.2);
}

.chat-transcript-container .chat-meta ul {
	display: inline-flex;
	align-items: center;
	gap: 32px;
	padding: 30px;
}

.chat-transcript-container .chat-meta ul li {
	position: relative;
}

.chat-transcript-container .chat-meta ul li .user-name {
	color: #343844;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	margin-bottom: 5px;
	/* 23.4px */
}

.chat-transcript-container .chat-meta ul li .category-title {
	color: #343844;
	opacity: 0.7;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	/* 261.538% */
}

.chat-transcript-container .chat-meta ul li .category-value {
	color: #4F4F4F;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 133.333% */
	letter-spacing: 0.44px;
}

.chat-transcript-container .chat-meta ul li .submission-title {
	color: #343844;
	opacity: 0.7;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
}

.chat-transcript-container .chat-meta ul li .submission-value {
	color: #4F4F4F;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.44px;
}

.chat-transcript-container .chat-meta ul li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -12px;
	height: 100%;
	width: 1px;
	background: rgb(53, 53, 53, 0.2);
}

.chat-transcript-container .chat-meta ul li:last-child::after {
	display: none;
}

.chat-transcript-container .chat-body {
	display: flex;
	width: 100%;
	height: auto;
	max-height: 600px;
	min-height: 400px;
	overflow: hidden;
	padding: 43px 33px 43px 33px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 0px 0px 15px 0px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 80%, rgba(0, 0, 0, 0.10) 100%);
	transition: overflow 0.3s ease-in-out;
}

.chat-transcript-container .chat-body:hover {
	overflow-y: scroll;
}

.chat-transcript-container .chat-body::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.chat-transcript-container .chat-body::-webkit-scrollbar-thumb {
	background-color: var(--green);
	border-radius: 10px;
}

.chat-transcript-container .chat-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.chat-transcript-container .chat-body .chat-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}

.chat-transcript-container .chat-body .chat-list .chat-bubble {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}

.chat-transcript-container .chat-body .chat-list .chat-bubble .bot {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.chat-transcript-container .chat-body .chat-list .chat-bubble .user {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.chat-transcript-container .chat-body .chat-list .chat-bubble .bot .chat-icon {
	width: 24px;
	height: 24px;
}

.chat-transcript-container .chat-body .chat-list .chat-bubble .bot p {
	color: #343844;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 23.4px;
	/* 23.4px */
}

.chat-transcript-container .chat-body .chat-list .chat-bubble .user .chat-icon {
	width: 24px;
	height: 24px;
}

.chat-transcript-container .chat-body .chat-list .chat-bubble .user p {
	color: #343844;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 23.4px;
	/* 23.4px */
}

.chat-end-line {
	height: 1px;
	flex: 1;
	background-color: #6ab82b;
	padding: 0 50px;
}

li.chat-end {
	display: flex;
	align-items: center;
	width: 100%;
	color: #6ab82b;
}

li.chat-end div {
	padding: 0 10px;
}

@media only screen and (min-width: 1200px) {
	.lead-details-edit .list-group .list-group-item .form-row {
		padding-right: 35px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.lead-details-edit .list-group .list-group-item .form-row {
		padding-right: 35px;
	}

	.view-profile.full-width .lead-details-edit .list-group .list-group-item .form-row {
		padding-right: 5px;
	}

	.chat-transcript-container {
		width: 50%;
	}

	.view-profile {
		width: 50%;
	}

	.lead-details-view .list-group .list-group-item .item .value {
		max-width: 242px;
		transition: all .5s ease-in-out;
	}

	.view-profile.full-width .lead-details-view .list-group .list-group-item .item .value {
		max-width: 282px;
	}
}

@media only screen and (max-width: 991px) {
	.lead-details {
		flex-direction: column;
	}

	.view-profile {
		width: 100%;
	}

	.chat-transcript-container {
		width: 100%;
		border: 1px solid rgba(53, 53, 53, 0.2);
		border-radius: 0px 0px 15px 0px;
	}

	.chat-transcript-container.hide {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.lead-details-edit .list-group .list-group-item .form-row {
		flex-direction: column;
	}

	.lead-details-edit .list-group .list-group-item .form-row .form-cols-half {
		width: 100%;
	}

	.chat-transcript-container .chat-body .chat-list .chat-bubble .bot p,
	.chat-transcript-container .chat-body .chat-list .chat-bubble .user p {
		font-size: 15px;
		line-height: 20px;
	}

	.lead-details-edit .button-groups .bulk {
		padding: 10px 40px;
	}
}

@media only screen and (max-width: 575px) {
	.view-card {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 15px;
		padding: 15px 0;
	}

	.hide-chat .edit-profile-icon {
		padding: 10px;
	}

	.lead-details-view .view-heading {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.lead-details-view .list-group .list-group-item .item {
		flex-direction: column;
		gap: 5px;
	}

	.lead-details-view .list-group {
		gap: 16px;
		margin-bottom: 15px;
	}

	.lead-details-edit .button-groups {
		width: 100%;
		justify-content: center;
	}

	.chat-transcript-container .chat-meta ul {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		gap: 16px;
	}

	.chat-transcript-container .chat-meta ul li {
		width: 100%;
		text-align: center;
	}

	.chat-transcript-container .chat-meta ul li::after {
		display: none;
	}

	.chat-transcript-container .chat-body {
		padding: 20px 15px;
	}

	.chat-transcript-container .chat-body .chat-list {
		gap: 15px;
	}

	.chat-transcript-container .chat-body .chat-list .chat-bubble .bot,
	.chat-transcript-container .chat-body .chat-list .chat-bubble .user {
		gap: 5px;
	}
}

/* End Lead Details Page CSS Here */

.notice.notice-error {
	color: red;
	border: 1px solid;
	padding: 10px;
	margin-top: 10px;
}


.notice.notice-success {
	color: #4caf50;
	border: 1px solid;
	padding: 10px;
	margin-top: 10px;
}

.selectedPreview {
	display: block;

}

#appearance .selectedPreview svg {
	height: 100%;
	border: 1px solid #c7c7c7 !important;
	border-radius: 15px !important;
}

#appearance .chatarea-tabs {
	border: 0px solid #c7c7c7 !important;

}

.inactive {
	fill: #979797;
}

.active {
	fill: #44A333;
}

.clickable {
	cursor: pointer;
}

.deselectedPreview {
	display: none;
}

/*============from here css for profile popup========*/

.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000000cf;
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;

	display: flex;
	align-items: center;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog>.profile_modal_main {
	max-width: 469px;
	position: relative;
	margin: auto;
	border-radius: 12px;
	background-color: #fff;
	width: 90%;
}

.close {
	background: #ffffff;
	color: #000000;
	line-height: 16px;
	text-align: center;
	width: 14px;
	text-decoration: none;
	font-weight: bold;
	height: 14px;
}

.close:hover {
	background: #ffffff;
}

.lmodal_header {
	border-bottom: 1px solid red;
}

.modalDialog .profile_modal_main .modal_header {
	border-bottom: 1px solid #D9D9D9;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 20px 24px;
	align-items: center;
}

.modalDialog .profile_modal_main .modal_header h2 {
	font-size: 16px;
	font-family: "Inter", sans-serif;
	font-weight: bold;
	line-height: 24px;
}

.modalDialog .profile_modal_main .main_content {
	padding: 13px 27px 23px 27px;

}

.modalDialog .profile_modal_main .main_content .profile_option {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modalDialog .profile_modal_main .main_content .profile_option .profiles_buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modalDialog .profile_modal_main .main_content .profile_option .block_btn_replace a,
.modalDialog .profile_modal_main .main_content .profile_option .block_btn_remove a {
	padding: 12px 26px;
	background-color: var(--green);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	border-radius: 5px;
	font-family: "Inter", sans-serif;
}

.modalDialog .profile_modal_main .main_content .profile_option .block_btn_replace a {
	border: 1px solid var(--green) !important;
}

.modalDialog .profile_modal_main .main_content .profile_option .block_btn_remove a {
	background-color: transparent;
	color: #344157;
	border: 1px solid #344157 !important;
	margin-left: 15px;
}

.modalDialog .profile_modal_main .main_content .profile_option .block_pic {
	width: 84px;
	height: 84px;
}

.modalDialog .profile_modal_main .main_content .profile_option .block_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #fff;
	border-radius: 100%;
}

.modalDialog .user_form form input {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 14px 12px;
	font-size: 16px;
	border-radius: 2px;
	font-family: Raleway, sans-serif;
}

.modalDialog .user_form form input[type=text],
.modalDialog .user_form form input[type=password] {
	border: 1px solid #c0c0c0;
	transition: .2s;
}

.modalDialog .user_form form input[type=text]:hover {
	border-color: #F44336;
	outline: none;
	transition: all .2s ease-in-out;
}

.modalDialog .user_form form input[type=submit] {
	border: none;
	background: #EF5350;
	color: white;
	font-weight: bold;
	transition: 0.2s;
	margin: 20px 0px;
}

.modalDialog .user_form form input[type=submit]:hover {
	background: #F44336;
}

.modalDialog .user_form form h2,
.modalDialog .user_form form p,
.modalDialog .user_form form a {
	text-align: center;
}

.modalDialog .user_form form a {
	text-decoration: none;
	font-size: .8em;
}

.modalDialog .user_form form a:visited {
	color: inherit;
}

.modalDialog .user_form form a:hover {
	text-decoration: underline;
}

.modalDialog .profile_modal_main .main_content .user_form input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px 15px 90px;
	width: 100%;
	border: 2px solid #BFBFBF;
	border-radius: 5px;
	font-weight: bold;
	color: #344157;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: "Inter", sans-serif;
	line-height: 18px;
	height: 52px;
}

.modalDialog .profile_modal_main .main_content .user_form label {
	color: #344157;
	font-weight: bolder;
	font-size: 14px;
	font-weight: 900;

}

.modalDialog .profile_modal_main .main_content .user_form label span {
	color: #B82B2B;
}

.modalDialog .profile_modal_main .main_content .user_form {
	display: flex;
	flex-direction: column;
	gap: 35px;
	margin-top: 20px;
}

.modalDialog .profile_modal_main .main_content .user_form .single_input {
	display: flex;
	flex-direction: column;
	gap: 13px;
	position: relative;
}

.modalDialog .profile_modal_main .main_content .user_form .single_input img {
	width: 25px;
}

.modalDialog .profile_modal_main .main_content .user_form .single_input input[type="submit" i],
.modalDialog .profile_modal_main .main_content .user_form .single_input #save_profile_btn {
	padding: 9px 57px;
	background-color: var(--green);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	border-radius: 5px;
	font-family: "Inter", sans-serif;
	border: 0;
	width: 157px;
	letter-spacing: 0;
}

.modalDialog .profile_modal_main .main_content .user_form .single_input .input_icon {
	position: absolute;
	top: 71.7%;
	left: 8%;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: #F6FFF0;
	padding: 12px 20px;
	border: 2px solid #67B72C;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	display: flex;
	align-items: center;
	height: 52px;

}

/*=============form here css for video popup*/


.modalDialog.modalDialog_video .profile_modal_main .main_content h6 {
	font-size: 14px;
	font-family: "Inter", sans-serif;
	font-weight: bold;
}

.modalDialog.modalDialog_video .profile_modal_main .main_content p {
	font-size: 14px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #000000;
	opacity: .8;
	line-height: 24px;
}

.modalDialog.modalDialog_video .profile_modal_main .main_content {
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.modalDialog.modalDialog_video .profile_modal_main .main_content .user_form .single_input {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.modalDialog.modalDialog_video .profile_modal_main .main_content .user_form .single_input.btn_submit {
	align-self: end;
}

.modalDialog.modalDialog_video .profile_modal_main .main_content .user_form .video_option .single_input {
	background: #F6FFF0;
	padding: 12px;
	border: 2px solid #67B72C;
	border-radius: 5px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.modalDialog.modalDialog_video .profile_modal_main .main_content .user_form input[type="radio"] {
	margin: 0;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 0.1em solid #4AAD32;
	-webkit-appearance: none;
	appearance: none;
	padding: 5px;
	border-radius: 100%;
	cursor: pointer;
}

.modalDialog.modalDialog_video .profile_modal_main .main_content .user_form input[type="radio"]:checked {
	background-color: #a8e998;

}

.modalDialog.modalDialog_video .profile_modal_main .main_content .user_form .video_option {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.modalDialog.modalDialog_video .profile_modal_main .main_content .user_form {
	margin-top: 0;
}

.modalDialog.modalDialog_video .profile_modal_main .main_content .user_form label {
	color: #4AAD32;
	font-weight: 800;
	font-size: 14px;
	/*    letter-spacing: -2px;*/
	font-family: "Inter", sans-serif;
}

.modalDialog.modalDialog_video .profile_modal_main .main_content .user_form form {
	width: 100%;
	display: flex;
	align-items: start;
	flex-direction: column;
}

.modalDialog.modalDialog_video .profile_modal_main .main_content .user_form form .video_id {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	margin-top: 24px;
}

.modalDialog.modalDialog_video .profile_modal_main .main_content .user_form form .video_id p {
	font-size: 15px;
	font-weight: 500;
	color: #000000;
}

.modalDialog.modalDialog_video .profile_modal_main .main_content .user_form .video_id input {
	padding: 13px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 500;
	margin-bottom: 0;

}

.modalDialog.modalDialog_video .profile_modal_main .main_content .user_form .single_input input[type="submit" i] {
	padding: 12px 24px;
	width: inherit;
	margin-bottom: 0;
	margin-top: 24px;


}


/* css-video-popup */

.profile-section,
.video-section {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
	/* min-width: 300px; */
}

.profile_pi,
.widget_vid {
	font-size: 17px;
	font-family: "Inter";
	font-weight: 700;
	color: rgba(52, 56, 68, 1);
	font-family: "Inter", sans-serif;
}

.widget_vid {
	font-size: 16px !important;
	font-weight: 500 !important;
}

.the_headsh,
.use_a_vide {
	font-size: 14px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

.use_a_vide {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: var(--dark);
	font-family: "Inter", sans-serif;
}


.Frame239493 {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.Frame239490 {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: nowrap;
}

.Frame239487 {
	width: 64px;
	height: 64px;
	position: relative;
}

.Ellipse24 {
	width: 64px;
	height: 64px;
	position: absolute;
	background: #F7FBF4;
	border-radius: 50%;
	border: 1px #6AB82B dotted;
	cursor: pointer;
	user-select: none;
}

.MajesticonsVideo {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 14px;
	left: 14px;
	cursor: pointer;
	user-select: none;
}

.Frame2306 {
	padding: 5px 10px;
	background: #6AB82B;
	border-radius: 3px;
	color: white;
	font-size: 14px;
	font-family: Inter;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	user-select: none;
}

.import_vid {
	font-size: 13px;
	font-family: "Inter";
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
}

.videoModal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-content {
	background-color: #fff;
	padding: 20px 24px;
	border-radius: 10px;
	width: 80%;
	max-width: 500px;
	text-align: left;
	position: relative;
	display: flex;
	flex-direction: column;
	position: relative;
}

#videoModal .modal-content .close {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 22px;
	right: 24px;
}

.modal_import_vid {
	font-size: 18px;
	font-family: "Inter";
	font-weight: 700;
	color: rgba(52, 56, 68, 1);
	margin-bottom: 0px;
	margin-top: 0px;
}

.modal-content hr {
	border: 0;
	border-top: 1px solid #eee;
	margin: 10px 0;
	position: absolute;
	top: 15%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.video_widg {
	font-size: 14px;
	font-family: "Inter";
	font-weight: bold;
	color: rgba(52, 56, 68, 1);
	margin-bottom: 10px;
	margin-top: 50px;
}

.you_can_us {
	font-size: 14px;
	font-family: "Inter";
	font-weight: 400;
	color: rgb(0 0 0 / 70%);
	margin-bottom: 10px;
	margin-top: 10px;
}

.hosting-options {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 15px;
	margin: 14px 0;
	flex-wrap: wrap;
}

.hosting-options input[type=checkbox],
.hosting-options input[type=radio] {
	border: 1px solid #8c8f94;
	border-radius: 4px;
	background: #fff;
	color: #50575e;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 1rem;
	margin: -.25rem .25rem 0 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 1rem;
	min-width: 1rem;
	-webkit-appearance: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	transition: .05s border-color ease-in-out;
}

.hosting-options input[type=radio] {
	border-radius: 50%;
	margin-right: .25rem;
	line-height: .71428571;
}

.hosting-options input[type="radio"] {
	display: none;
}

.hosting-options .radio-label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	padding: 12px;
	background: rgba(103, 183, 44, 0.08);
	border-radius: 3px;
	border: 1px #67B72C solid;
}

.Frame239532 {
	display: flex;
	align-items: center;
	gap: 10px;
}

.Ellipse32 {
	width: 16px;
	height: 16px;
	background: white;
	border-radius: 9999px;
	border: 1px #81C350 solid;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hosting-options .check-icon {
	display: none;
}

.video_id {
	font-size: 15px;
	font-family: "Inter";
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

input[type="text"]#videoIdInput {
	width: 100%;
	padding: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
}

.import_vid_btn {
	font-size: 18px;
	font-family: "Inter";
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	background-color: #6AB82B;
	border: none;
	padding: 12px 24px;
	cursor: pointer;
	align-self: flex-end;
	display: flex;
	border-radius: 3px;
	margin-top: 14px;
}

.Youtube,
.Vimeo,
.Youtubeshort {
	text-align: center;
	color: #4AAD32;
	font-size: 14px;
	font-family: Inter;
	font-weight: 600;
	line-height: 18px;
	word-wrap: break-word;
}

input[type="radio"]:checked+label .Ellipse32 {
	background: #81C350;
}

input[type="radio"]:checked+label .Ellipse32 .check-icon {
	display: block;
}


/* 14cot2024 from here css for color picker */
#licenses .settingsPageTabs .tabs-content-wrapper .color-section .theme-options {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 4px;
	margin: 10px 0 0 0;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}



#licenses .settingsPageTabs .tabs-content-wrapper .color-section .theme-options .seprator {
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	height: 1px;
	z-index: 0;
	transform: translate(-50%, -50%);
}


#licenses .settingsPageTabs .tabs-content-wrapper .color-section .theme-options .theme-option:hover {
	transform: scale(1.05);
}

#licenses .settingsPageTabs .tabs-content-wrapper .color-section .theme-options .theme-option.selected {
	background: #e0e0eb1c;
	padding: 9px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	position: relative;
}

#licenses .settingsPageTabs .tabs-content-wrapper .color-section .theme-options .theme-option {
	cursor: pointer;
	transition: transform 0.2s ease-in-out;
	box-sizing: border-box;
	text-align: center;



	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	background: transparent;
	padding: 9px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	position: relative;
}

#licenses .settingsPageTabs .tabs-content-wrapper .color-section .theme-options .theme-option .color_picker_box {
	padding: 6px;
	background: #f4f4f4;
}

#licenses .settingsPageTabs .tabs-content-wrapper .color-section .theme-options .theme-option .color-preview {
	width: 45px;
	height: 45px;
	margin: auto;
	background-image: linear-gradient(135deg, #101F30 50%, #44A333 50%);
	border-radius: 8px;
}

#licenses .settingsPageTabs .tabs-content-wrapper .color-section .theme-options .theme-option.selected::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
	height: 4px;
	background-color: #4CAF50;
	border-radius: 1.5px;
	margin-top: 5px;
}

#licenses .settingsPageTabs .tabs-content-wrapper .color-section .theme-options .theme-option span {
	/* margin-top: 0px;
  display: block;
  font-size: 14px;
  font-weight: 500; */
	color: #3c434a;
	font-size: 13px;
}

#appearance .appearance-start .start-left .color-section .colorsWrapper .colors-row .colors-column p {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 0 0 20px 0;
	font-size: 15px;
	font-weight: 500;
	color: #000000a6;
}

#appearance .appearance-start .start-left .color-section .colorsWrapper {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

#appearance .appearance-start .start-left .color-section .colorsWrapper .wrap-collabsible label {
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

#appearance .appearance-start .start-left .color-section .colorsWrapper .wrap-collabsible .collapsible-content .colorsWrapper p.main-title {
	margin-top: 20px;
}

.d-hide {
	display: none;
}

.appearance .appearance-start .start-left .input-section div input,
.appearance .appearance-start .start-left .input-2 input {
	border: 1px solid #0000004f;
	padding: 12px 13px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
}

.appearance .appearance-start .start-left .primary-button {
	width: auto ! important;
	height: auto !important;
}

.color-customizations {
	margin-top: 20px;
	border-top: 1px solid #e0e0e0;
	padding-top: 15px;
	flex-direction: column;
	width: 100%;
}

.color-pickers {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	gap: 20px;
}

.color-picker label {
	margin-bottom: 5px;
	color: #333;
}

#primaryColorPicker .color-circle {
	background-color: #44A333;
	position: relative;
}

.color-preview {
	width: 60px;
	height: 60px;
	/* margin: 0 15px; */
	background: linear-gradient(135deg, #101F30 50%, #44A333 50%);
	border-radius: 8px;
	cursor: pointer;
}

.color-preview {
	transition: transform 0.2s ease-in-out;
}

.color-circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #e0e0e0;
	cursor: pointer;
}

.color-picker {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.color-circle:hover {
	box-shadow: 0px 3px 12px 4px #c6c6c6;
}

#mobiletoolkit .color-section .colorsWrapper {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.customizeToggle {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
	margin-top: 15px;
	display: none;

}

#toggleCustomizations {
	margin-top: 5px;
	color: #67b72c;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

#toggleCustomizations svg {
	margin-left: 5px;
}

.color_picker_box {
	padding: 10px;
	background-color: #f4f4f4;
	border-radius: 10px;
}


#appearance .start-left .color-section .colorsWrapper .colors-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 25px;
	flex-direction: column;
}

#appearance .start-left .color-section .colorsWrapper .colors-row .customizeToggle {
	margin-top: 0;
	border-bottom: 0px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 0px;
}

.appearance .appearance-start .start-left .tab-content-area .tab-items {
	/* border-top: 1px solid #d0d0d0 !important; */
	/* padding-top: 20px; */
}

#appearance .start-left .color-section .colorsWrapper .colors-row .color-customizations .color-pickers #primaryColorPicker {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.appearance .appearance-start .start-left .color-section {
	padding-top: 0 !important;
}

#appearance .start-left .color-section .colorsWrapper .colors-row .color-customizations .color-pickers #secondaryColorPicker {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 8px;
}


#appearance .start-left .color-section .colorsWrapper .colors-row .color-customizations #textColorPicker {
	margin-right: 25px;
	gap: 10px;
	flex-direction: row;
	display: flex;
}

#appearance .start-left .color-section .colorsWrapper .colors-row .color-customizations .color-pickers .color-picker label {
	margin-bottom: 0;
}

#appearance .start-left .color-section .colorsWrapper .colors-row .color-customizations .color-pickers .color-picker .color-circle:hover {
	box-shadow: 0px 3px 12px 4px #c6c6c6;
}


#appearance .start-left .color-section .colorsWrapper .colors-row .color-customizations {
	margin-top: 0px;
	border-top: 0px solid #e0e0e0;
	padding-top: 0px;
}

#appearance .colors-row .colors-column {
	flex-direction: column;
	width: 100%;
}

#mobiletoolkit .color-section .colorsWrapper .colors-row .colors-column .theme-options {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 19px;
}

#mobiletoolkit .color-section .colorsWrapper .colors-row .colors-column {
	gap: 20px;
}



#mobiletoolkit .color-section .colorsWrapper .colors-row .colors-column .theme-options .theme-option {
	cursor: pointer;
	transition: transform 0.2s ease-in-out;
	min-width: 40px;
	max-width: 120px;
	box-sizing: border-box;
	text-align: center;
}

#mobiletoolkit .color-section .colorsWrapper .colors-row .colors-column .theme-options .theme-option span {
	margin-top: 10px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}

#appearance .start-left .color-section .colorsWrapper .colors-row .wrap-collabsible {
	width: 100%;
}

/* 14cot2024 end here css for color picker */

/* from here onboarding step1 css start */

.zm-onboarding-page-wraper .zm-stepper .zm-card {
	min-width: 763px;
	max-width: 763px;
	width: 100%;
	display: flex;
	gap: 134px;
	/* justify-content: space-between; */
}

.zm-onboarding-page-wraper .zm-stepper .zm-card .zm-block p {
	font-size: 18px;
	font-weight: bold;
	font-family: "Inter", sans-serif;
	color: #67B72C;
}

.zm-onboarding-page-wraper .zm-stepper .zm-card .zm-block .zm-step-count span {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F6FFF0;
	border: 1px solid #6AB82B;
	font-size: 20px;
	font-weight: 500;
	color: #67B72C;
	border-radius: 100%;
	/* position: relative; */
}

.zm-onboarding-page-wraper .zm-stepper .zm-card .zm-block .zm-step-count span.active {
	background-color: #6AB82B;
	width: 37px;
	height: 37px;
	border: 4px solid #E1F1D5;
	color: #fff;
}

.zm-onboarding-page-wraper .zm-stepper .zm-card .zm-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.zm-onboarding-page-wraper .zm-stepper .zm-card .zm-block .zm-step-count {
	display: flex;
	gap: 30px;
	align-items: center;
	position: relative;
	cursor:pointer;
}

.zm-onboarding-page-wraper .zm-stepper .zm-card .zm-block .zm-step-count .zm-stepper_image img {
	width: 100%;
	max-width: 100%;
	min-width: 214px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-card .zm-block .zm-step-count .zm-stepper_image {
	position: absolute;
	left: 172.5%;
	transform: translate(-50%, -50%);
	top: 44.3%;
	width: 10%;
}

.zm-onboarding-page-wraper {
	padding: 90px 0 57px 0;
	display: flex;
	background: #ffffff;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background-image: url("../img/onboard/onboarding_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-left: 15px !important;
	padding-right: 15px !important;
	position: relative;
	min-height: 100vh;
}

.page-onboarding-step2,
.page-onboarding-step3 {
	background-image: url("../img/onboard/onboarding_bgstep2.png");
}

.zm-onboarding-page-wraper.page-onboarding-step3 {
	padding: 90px 0 55px 0;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main {
	display: flex;
	flex-direction: row;
	gap: 25px;
	width: 100%;
	justify-content: center;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block {
	display: flex;
	flex-direction: column;
	gap: 50px;
	align-items: center;
	max-width: 690px;
	width: 50%;
	zoom: 85%;
}

.zm-onboarding-page-wraper .zm-stepper {
	display: flex;
	flex-direction: column;
	gap: 35px;
	align-items: center;
	max-width: 1533px;
	width: 100%;
	/* zoom: 80%; */
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main,
.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-left-block .need-installation-main .block.tab-content {
	padding: 40px;
	border: 1px solid #c7c7c7;
	border-radius: 10px;
	position: relative;
	background-color: #ffffff;
	width: 100%;
	max-height: 775px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main {
	height: 100%;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-left-block .need-installation-main .block.tab-content {
	overflow: initial;
	padding: 20px;
}


.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main::-webkit-scrollbar {
	width: 7px;
	cursor: pointer;
	border-radius: 16px;
	background-color: transparent;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main::-webkit-scrollbar-track {
	box-shadow: none;
	cursor: pointer;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main::-webkit-scrollbar-thumb {
	background-color: rgba(199, 199, 199, 0.534);
	outline: none;
	cursor: pointer;
	border-radius: 16px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs {
	width: 100%;
	max-width: 100%;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-left-block-main {
	padding: 40px;
	border: 1px solid #c7c7c7;
	max-width: calc(100% - 674px);
	border-radius: 10px;
}

.zm-onboarding-page-wraper .zm-stepper h1 {
	font-size: 36px;
    font-weight: bold;
    max-width: 100%;
    text-align: center;
    color: #344157;
    line-height: 110%;
    margin-bottom: 10px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-left-block h1 {
	font-size: 36px;
	font-weight: bold;
	/* max-width: 452px; */
	text-align: center;
	color: #344157;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-left-block h1 span {
	font-size: 36px;
	font-weight: 200;
	color: #344157;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .Frame239490 {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: nowrap;

}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .Frame239486 {
	margin-top: 25px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colors-row .colors-column .theme-options {
	display: flex;
	gap: 4px;
	margin: 20px 0 0 0;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colors-row .colors-column .theme-options .theme-option {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	background: transparent;
	padding: 9px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	position: relative;
	transition: transform 0.2s ease-in-out;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colors-row .colors-column .theme-options .theme-option:hover {
	transform: scale(1.05);
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .colors-row .color-customizations {
	width: 100%;
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper {
	margin-top: 20px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .TablerUserFilled {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 14px;
	left: 14px;
	cursor: pointer;
	user-select: none;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .color-preview {
	width: 45px;
	height: 45px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colors-row .colors-column .theme-options .color_picker_box {
	padding: 6px;
	background: #f4f4f4;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .tab-content-area.inner .tab-items .tab-item {
	font-size: 17px !important;
	font-weight: bold !important;
	padding: 16px 30px !important;
	width: 50%;
	line-height: 20px !important;
	border: 3px solid var(--green) !important;
	background-color: #fff !important;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .tab-content-area.inner .tab-items .tab-item span {
	display: block;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .tab-content-area.inner .tab-items a.tab-item.active {
	background-color: #67B72C !important;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .tab-content-area.inner .tab-items a.tab-item {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
}


.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .tab-content-area.inner .tab-items .tab-item:nth-child(1) {
	border-top-right-radius: 0;
	border-bottom-left-radius: 8px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .tab-content-area.inner .tab-items .tab-item:nth-child(2) {
	border-top-left-radius: 0;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 0px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-left-block {
	width: calc(100% - 673px);

}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-left-block h1 {
	margin-bottom: 30px;
}


.zm-onboarding-page-wraper.onboarding-step-one .zm-stepper .zm-onboarding-page-main .zm-left-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	max-width: 551px;
    width: 50%;
}


.next-btn a {
	display: inline-block;
	padding: 12px 53px;
	font-size: 20px;
	font-weight: bold;
	line-height: 130%;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-left-block .zm-left-block-principal-main {
	display: flex;
	flex-direction: column;
	gap: 55px;
	margin: 13px 0 0 0;
	width: 100%;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tab-items {
	border-bottom: 0px solid #d0d0d0;
	margin-bottom: 25px !important;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper {
	border-top: 0px solid #d0d0d0;
}


.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .tab-content {
	/* height: 140px; */
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container {
	padding-top: 0 !important;
	gap: 0px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container p.profile-title,
.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .widget_vid {
	font-size: 17px;
	font-weight: bold;
	color: #000;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .video-section {
	gap: 0px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .video-section .Frame239493 {
	margin-top: 12px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container p.profile-desk,
.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .use_a_vide {
	color: #000;
	font-size: 13px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .upload-container {
	margin-top: 12px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .upload-container .description p:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .upload-container .description p {
	font-size: 12px;
	font-weight: 400;
	color: #00000082;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .user-numbers {
	display: flex;
	gap: 9px;
	flex-wrap: wrap;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .user-numbers .active img {
	border: 4px solid #D1E9C0;
	border-radius: 100%;
	width: 49px;
	height: 49px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .user-numbers img {
	width: 45px;
	height: 45px;
}


.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .colors-row {
	align-items: start;
	position: relative;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .colors-row .seprator.more-customization {
	bottom: -25px;
}


.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .colors-row .customizeToggle {
	margin-top: 0;
}


.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .colors-row .customizeToggle .toggle-button {
	margin-top: 0 !important;
}


.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .colors-row .colors-column h3 {
	font-size: 17px;
	font-weight: bold;
	color: #000;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colors-row .colors-column .theme-options .theme-option.selected {
	background: #e0e0eb1c;
	padding: 9px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	position: relative;

}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colors-row .colors-column .theme-options .theme-option.selected::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 5px;
	right: 5px;
	width: 88%;
	background-color: #67B72C;
	height: 5px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	z-index: 9;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .wrap-collabsible {
	width: 100%;
	text-align: center;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .seprator {
	position: absolute;
	bottom: -0.4%;
	left: 50%;
	width: 115%;
	background-color: #D9D9D9;
	height: 2px;
	z-index: 0;
	transform: translate(-50%, -50%);
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .wrap-collabsible .collapsible-content .color-customizations {
	margin-top: 0px;
	border-top: 0px;
	padding-top: 15px;
	/* flex-direction: column; */
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .wrap-collabsible .collapsible-content .content-inner {
	padding: 0;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .wrap-collabsible .collapsible-content .content-inner .color-section {
	padding-top: 0px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-onboarding-form .input-section input {
	border: 1px solid #0000004f;
	padding: 12px 13px;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 500;
	color: #000;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-onboarding-form .input-section>div {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-onboarding-form .input-section {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-onboarding-form .input-section>div label {
	font-size: 15px;
	font-weight: bold;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-onboarding-form .input-section>div label span {
	color: #CE2222;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .upload-container .photo {
	background: #F7FBF4;
	width: 68px;
	height: 68px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .video-section .Frame239493 .Frame239487 .Ellipse24 {
	width: 68px;
	height: 68px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .video-section .Frame239493 .Frame239487 {
	width: 68px;
	height: 68px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .colors-row .colors-column {
	gap: 0;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-onboarding-form {
	margin: 60px 0 0 0;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .wrap-collabsible .lbl-toggle::after {
	transform: rotate(90deg);
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .wrap-collabsible .toggle:checked+.lbl-toggle::after {
	transform: rotate(-90deg) translateX(-3px);
	margin-bottom: 6px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .colors-row .color-customizations .color-pickers .color-picker {
	display: flex;
	gap: 8px;
	flex-direction: row;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .colors-row .color-customizations .color-pickers .color-picker label {
	margin: 0;
	font-size: 11px;
	font-weight: 400;
	line-height: 140%;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .colors-row .color-customizations .onboardtext-color {
	margin-right: 25px;
	gap: 10px;
	flex-direction: column-reverse;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .colors-row .color-customizations .onboardtext-color label {
	color: #333;
	font-size: 11px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 0;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .colors-row .color-customizations .color-pickers .color-picker .color-circle:hover {
	border: 2px solid #fff;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .colors-row .color-customizations .color-picker .color-circle:hover {
	border: 2px solid #fff;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .wrap-collabsible .collapsible-content .color-customizations .color-pickers .color-picker .color-circle {
	border: 0;
	box-shadow: 0px 0px 8px 0px #c6c6c6;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .wrap-collabsible .collapsible-content .color-customizations .onboardtext-color .color-circle {
	border: 0;
	box-shadow: 0px 0px 8px 0px #c6c6c6;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .wrap-collabsible .collapsible-content .color-customizations .onboardtext-color .color-circle:hover {
	border: 2px solid #fff;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .video-section .Frame239493 .Frame239487 .MajesticonsVideo {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colors-row .colors-column .theme-options .theme-option span {
	font-size: 12px;
	color: #000;
	font-weight: 400;
	line-height: 140%;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .colors-row .color-customizations .color-pickers .more-btn {
	padding: 6px;
	background: #f4f4f4;
	border-radius: 10px;
}

/* update css as on 15nov2024 due to add new design */

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-user-numbers-main {
	/* background: #F0F8EA; */
	/* padding: 12px; */
	margin: 50px 0 45px 0;
	display: flex;
	flex-direction: column;
	gap: 13px;
	/* border: 2px dashed #67b72c; */
	border-radius: 10px;
	position: relative;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-user-numbers-main:after {
	content: "";
	position: absolute;
	width: 115%;
	left: 50%;
	height: 1px;
	background-color: #d9d9d9;
	top: -25%;
	transform: translate(-50%, -50%);
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-user-numbers-main:before {
	content: "";
	position: absolute;
	width: 115%;
	left: 50%;
	height: 1px;
	background-color: #d9d9d9;
	bottom: -25%;
	transform: translate(-50%, -50%);
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-user-numbers-main p.profile-title {
	font-size: 17px;
	font-weight: bold;
	color: #000;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-user-numbers-main .user-numbers .zm-add-user {
	background-color: #67b72c;
	color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-user-numbers-main .user-numbers .zm-add-user svg {
	height: 15px;
	cursor: pointer;
	width: 15px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-user-numbers-main .user-numbers .zm-add-user input#zm-adduser-input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-user-numbers-main .user-numbers .zm-add-user input[type="file"] {
	height: 45px;
	width: 45px;
	cursor: pointer;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-user-numbers-main .user-numbers .zm-add-user input[type="file"]::-webkit-file-upload-button {
	height: 45px;
	width: 45px;
	cursor: pointer;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .upload-container .photo {
	position: relative;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .upload-container .photo {
	position: relative;
	cursor: pointer;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .upload-container .photo .photo-edit {
	background-color: #67B72C;
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: -9px;
	left: 46px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .upload-container .photo .photo-edit svg {
	width: 10px;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .upload-container .photo .photo-remove {
	background-color: #67B72C;
	width: 25px;
	height: 25px;
	position: absolute;
	top: -8px;
	left: 46px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .upload-container .photo .photo-remove svg {
	width: 10px;
}


.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .upload-container .photo .profile-setting {
	display: none;
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .profile-container .upload-container .photo:hover .profile-setting {
	display: block;
}

.zm-onboarding-page-wraper.onboarding-step-one .zm-stepper .zm-onboarding-page-main .zm-left-block .zm-left-block-principal-main .zm-left-block-main .tab-content-area {
	/* background: url('../img/onboard/step-one-tab-bg.png'), #fff; */
	/* background-repeat: no-repeat;
	background-position: 9% 79px;
	background-size: contain; */
}

/* from here onboarding step1 css end */

/* from here onboarding step2 css start */

.zm-onboarding-page-wraper.page-onboarding-step2 {
	padding: 90px 0 57px 0;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block h1 {
	max-width: 564px;
	font-size: 41px;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main {
	max-width: 100%;
	padding: 29px 41px 19px 41px;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tab-items {
	margin-bottom: 0px !important;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .intro {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .intro h4.block-title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 140%;

}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .intro p {
	line-height: 140%;
	color: #000;
	font-weight: 400;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .frame239565 {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 12px;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .sideCtaOptions,
.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .bottomCtaOptions,
.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .bottomCtaRedirect {
	color: #343844;
	font-size: 14px;
	font-weight: 700;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .frame239560,
.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .frame239572 {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-direction: row-reverse;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .enableSideCta,
.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .enableBottomCta {
	opacity: 1;
	color: black;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	line-height: 140%;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .group2604 {
	width: 51px;
	height: 28px;
	position: relative;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .rectangle1793 {
	width: 100%;
	height: 100%;
	background: #9A9A9A;
	border-radius: 200px;
	width: 51px;
	height: 28px;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .ellipse26 {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 1px;
	left: 1px;
	background: white;
	border-radius: 9999px;
	transition: left 0.3s;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .frame2395663931 {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 21px;
	margin-top: 0px;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block #sideCtaSection,
.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block #sideCtaDetailsSection {
	display: flex;
	width: 100%;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .frame239574,
.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .frame239573,
.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .frame239482,
.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .frame239578 {
	display: flex;
	flex-direction: column;
	gap: 38px;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .frame239567 {
	gap: 33px;
	display: flex;
	flex-direction: column;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .frame239479,
.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .frame239480 {
	gap: 10px;
	display: flex;
	flex-direction: column;
	width: 50%;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .frame239481 {
	gap: 23px;
	display: flex;
	flex-direction: row;
	width: 100%;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .sideCtaText,
.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .displayNumber,
.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .smsTextNumber,
.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .preFormattedText,
.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .telephoneCallNumber,
.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .bottomCtaText {
	opacity: 1;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
	position: relative;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .group2597,
.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .group2593 {
	position: relative;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block input[type="text"] {
	width: 100%;
	padding: 12px 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 16px;
	line-height: 140%;
	color: #000;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .ellipse26 {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 3px;
	left: 3px !important;
	background: white;
	border-radius: 9999px;
	transition: left 0.3s;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block #wpbody {
	background: #e0e0eb;
	line-height: 1.15;
	height: auto;
	min-height: 100%;
	width: 100%;
	position: relative;
	-webkit-font-smoothing: subpixel-antialiased;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .frame239575 {
	display: flex;
	flex-direction: column;
	gap: 42px;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section {
	margin: 38px 0 48px 0;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .frame239575 .frame239571.enable-bottom-cta .frame239567.bottom {
	gap: 28px;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .frame239575 .frame239571.enable-bottom-cta .frame239567.bottom .frame239482 .frame239481 {
	gap: 10px;
	flex-direction: column;
	width: 50%;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .switch-main-section .block .frame239575 .frame239571.enable-bottom-cta .frame239567.bottom .frame239574 .frame239482 {
	gap: 23px;
	display: flex;
	flex-direction: row;
	width: 100%;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-left-block #sideCtaSection,
#sideCtaDetailsSection {
	display: flex;
	width: 50%;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-left-block {
	width: 100%;
	margin-top: 0;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-left-block .zm-left-block-main {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: end;
	position: relative;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-left-block .zm-left-block-main img {
	width: 100%;
	box-shadow: 0 0px 25px -1px #0000005c;
	border-radius: 15px;
	position: relative;
	margin-right: auto;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main {
	gap: 76px;
	align-items: start;
	justify-content: center;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block {
	max-width: 595px;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-left-block .call-now-btn a {
	background-color: #67B72C;
	width: 100%;
	padding: 16px;
	color: #fff;
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
	border-radius: 3px;

}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-left-block .call-now-btn a span {
	font-size: 20px;
	font-weight: bold;
}


.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-left-block .call-now-btn {
	position: absolute;
	bottom: 30px;
	left: 19px;
	width: 90%;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-left-block .send-text-main {
	right: 155px;
	left: inherit;
	top: 50%;
	right: -40%;
	transform: translate(-50%, -50%);
	bottom: inherit;
	position: absolute;

}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-left-block .send-text-main a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 169px;
	padding: 17px 15px;
	gap: 8px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	rotate: 90deg;
	background-color: #67B72C;
	color: #fff;
}


.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-left-block .call-now-btn.send-text-main a .send-text {
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-left-block .call-now-btn.send-text-main a .send-text span {
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-left-block .call-now-btn.send-text-main a .send-text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper {
	max-width: 1506px;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-lawyersit-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 352px;
	justify-content: space-between;
	align-items: center;
	gap: 96px;
	/* position: relative; */
}

.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper #UseLink .switch-main-section .frame239575 .frame239567 .frame2395663931 .frame239566 .frame239479 {
	width: 100%;
}

.zm-onboarding-page-wraper.page-onboarding-step2 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .chatbotDetailsTabs .tabs-content-wrapper .tab-content {
	height: auto;
}

/* from here onboarding step2 css end */

/* from here onboarding step3 css start */

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper {
	max-width: 1531px;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block {
	max-width: 735px;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main {
	gap: 74px;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block h1 {
	max-width: 537px;
	font-size: 39px;
	line-height: 110%;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-left-block {
	margin-top: 0;
	width: calc(100% - 808px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-top: 0;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-left-block .zm-left-block-main {
	width: 100%;
}


.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-left-block .zm-left-block-main .chatarea-tabs {
	box-shadow: 2px 5px 12px 8px #0000002b;
	/* height: 783px;  */
	background: url('../img/onboard/step-three-tab-bg.png'), #fff;
	background-repeat: no-repeat;
	background-position: 9% 66px;
	background-size: contain;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block {
	gap: 32px;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main h3,
.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-left-block .need-installation-main .block.tab-content .title h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
	max-width: 584px;
	color: #000;
	padding: 0 0 27px 27px;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-left-block .need-installation-main .block.tab-content .title h5 {
	padding-left: 0;
	padding-bottom: 0;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-left-block .need-installation-main .block.tab-content ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-left-block .need-installation-main .block.tab-content ul li {
	font-size: 15px;
    padding-left: 0px;
	color: #000;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main {
	background-color: #EFEFF5;
	border-radius: 16px;
	padding: 28px 31px 28px 31px;
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .copy-code-guide {
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: relative;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .copy-code-guide .modal p {
	background-color: #fff;
	padding: 13px 18px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #343844;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .copy-code-guide .modal svg {
	width: 40px;
	/* height: 20px; */
	transition: transform 0.4s ease-in-out;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .copy-code-guide a.copy-code-btn.primary-button {
	padding: 12px 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 130%;
	border-radius: 5px;
	display: flex;
	max-width: 10vw;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 50px;
	min-width: 160px;
}


.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .copy-code-guide a.copy-code-btn .clipboard-text {
	align-items: center;
	justify-content: center;
	visibility: visible !important;
	display: flex !important;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .copy-code-guide a.copy-code-btn.checked {
	background-color: #6ab82b;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .copy-code-guide a.copy-code-btn.checked .clipboard svg .circle {
	animation: circle 1s ease-in-out;
	animation-fill-mode: forwards;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .copy-code-guide a.copy-code-btn.checked .clipboard svg .tick {
	animation: tick 0.4s ease-in-out;
	animation-fill-mode: forwards;
}

.circle {
	stroke-dasharray: 113;
	/* Circumference of the circle (2Ï€r) for r=18 */
	stroke-dashoffset: 113;
}

.tick {
	stroke-dasharray: 80;
	/* Approximate length of the tick mark */
	stroke-dashoffset: 80;
}

@keyframes tick {
	from {
		stroke-dashoffset: 80;
	}

	to {
		stroke-dashoffset: 0;
	}
}

@keyframes circle {
	from {
		stroke-dashoffset: 113;
	}

	to {
		stroke-dashoffset: 0;
	}
}



.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .copy-code-guide a.copy-code-btn .clipboard {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 30px;
    height: initial;
    margin-left: 5px;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .copy-code-guide a.copy-code-btn .clipboard svg {
	width: 100%;
	height: 100%;
}
 
.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .copy-code-guide h6 {
	font-size: 15px;
	line-height: 140%;
	font-weight: 500;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .copy-code-guide h6 span {
	font-size: 15px;
	color: #6AB82B;
	font-weight: bold;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .code-view {
	display: flex;
	justify-content: start;
	align-items: start;
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 16px;
	padding: 18px 25px 18px 25px;
	line-height: 140%;
	font-weight: 500;
	color: #666666;
	overflow-x: auto;
	overflow-y: auto;
	/* height: 133px; */
	text-align: left;
	overflow: auto;
	font-size: 16px;
	color: #666666;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .highlight-code-box {
	background-color: #F6FFF0;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .code-view::-webkit-scrollbar {
	width: 7px;
	cursor: pointer;
	border-radius: 16px;
	background-color: transparent;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .code-view::-webkit-scrollbar-track {
	box-shadow: none;
	cursor: pointer;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .code-view::-webkit-scrollbar-thumb {
	background-color: rgba(199, 199, 199, 0.534);
	outline: none;
	cursor: pointer;
	border-radius: 16px;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .need-installation-main {
	padding: 37px 33px 13px 37px;
	display: flex;
	flex-direction: column;
	gap: 35px;
	width: 100%;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .need-installation-main .block .title h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
	color: #000;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .need-installation-main .block .btns {
	display: flex;
	gap: 18px;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .need-installation-main .block .btns a.primary-button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-right: 19px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	gap: 15px;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .need-installation-main .block .btns a.primary-button span {
	font-size: 18px;
	font-weight: bold;
	display: block;
	max-width: initial;
    min-width: initial;
	text-align: center;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .need-installation-main .block {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .need-installation-main .block .card {
	background-color: #EFEFF5;
	width: 50%;
	width: 100%;
	height: initial;
	padding: 22px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	margin: 0;
	border-radius: 16px;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-left-block .need-installation-main {
	padding-bottom: 0;
	padding-top: 0;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .need-installation-main .block .block-techno {
	display: flex;
	gap: 16px;

}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .need-installation-main .block .card p {
	font-size: 17px;
	font-weight: bold;
	line-height: 140%;
	color: #000;
}


.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .need-installation-main .block .card img {
	width: 93px;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .need-installation-main .block .block-techno.max-block-techno {
	gap: 18px;
	flex-wrap: wrap;

}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .need-installation-main .block .block-techno.max-block-techno .card {
	padding: 16px 20px;
	width: calc(25% - 14px);
	justify-content: center;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .need-installation-main .block .block-techno.max-block-techno .card img {
	width: 60px;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .need-installation-main .block .block-techno.max-block-techno .card p {
	font-size: 13px;
}

.onboarding-inactive {
	fill: #000;
}

/* .new-tab {
  transform: translateX(calc(50% - 120px)) scale(0.8);
} */

/* from here onboarding step3 css end */


.page-template-templatespage-onboarding-php .header-area,
.page-template-templatespage-onboarding-php .footer-area,
.page-template-page-onboarding-step2 .header-area,
.page-template-page-onboarding-step2 .footer-area,
.page-template-page-onboarding-step-three .header-area,
.page-template-page-onboarding-step-three .footer-area,
.page-template-page-deploy-widget .header-area,
.page-template-page-deploy-widget .footer-area {
	display: none;
}

.zm-onboarding-back-btn {
	position: absolute;
	right: 20px;
	top: 20px;
}

.zm-onboarding-back-btn a {
	color: #fff;
	display: block;
}

/* from here onboarding css end */


/* start-css-is-for-notification-popup */
.notificationTab .modal123 {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
	justify-content: center;
	align-items: center;
}

.notificationTab .modal-content123 {
	background-color: #fefefe;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 500px;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-height: 80vh;
	overflow-y: auto;
}

.notificationTab .modal-content123::-webkit-scrollbar {
	width: 7px;
	background-color: transparent;
}

.notificationTab .modal-content123::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #27292f;
	border-radius: 10px;
}

.notificationTab .modal-content123::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: transparent;
}

.notificationTab .modal-content123 .close123 {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.notificationTab .modal-content123 .close123:hover,
.notificationTab .modal-content123 .close123:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}


.notificationTab #addEmails123 {
	width: 115px;
	height: 42px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #6AB82B;
	border-radius: 3px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 14px;
	font-family: Inter, sans-serif;
	font-weight: 700;
	line-height: 18.20px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	border: none;
}

.notificationTab .modal-content123 input[type="text"] {
	width: 100%;
	padding: 10px;
	/* margin-top: 10px; */
	margin-bottom: 10px;
	margin-right: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
}

/* end-css-is-for-notification-popup */
.pcr-app .pcr-interaction .pcr-save {
	background: #5a9b25 !important;
}

.pcr-app .pcr-interaction .pcr-type.active {
	background: #5a9b25 !important;
}

/* Save Form Popup Start*/
.pop-up {
	position: fixed;
	width: 100%;
	height: calc(100vh - 132px);
	background-color: rgba(16, 31, 48, 0.6);
	z-index: 2;
	padding: 15px;
	display: none;
	align-items: center;
	justify-content: center;
	top: 132px;
}

.pop-up-detail {
	max-width: 665px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 32px rgba(0, 0, 0, 0.1);
}

.pop-up-detail p {
	padding: 40px 70px;
	width: 100%;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	border-bottom: 1px solid #d9d9d9;
	margin: 0;
}

.pop-up-detail p span {
	font-weight: 700;
}

.pop-up-btn {
	height: 80px;
	display: flex;
	align-items: center;
}

.pop-up-btn span {
	width: 1px;
	height: 100%;
	background-color: #d9d9d9;
}

.pop-up-btn a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	font-size: 21px;
	line-height: 28px;
	font-weight: 700;
	font-family: Inter;
	text-decoration: none;
	padding: 0 10px;
	text-align: center;
}

.pop-up-btn a:first-child {
	color: #6ab82b;
}

.pop-up-btn a:last-child {
	color: #d63638;
	font-weight: 400;
}

/* Save Form Popup End */


/* ======================================= */

/* from here chatbots-user-portal-css start */
.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-left .zm-filter-new-chatbot {
	display: flex;
	gap: 26px;
	align-items: center;
	justify-content: center;
	padding: 19px 34px;
	width: fit-content;
	cursor: pointer;
}


.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-left .zm-filter-new-chatbot span.zm-icon {
	width: 17px;
	height: 22px;
}

.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-left .zm-filter-new-chatbot span {
	font-size: 21px;
	font-weight: bold;
	line-height: 130%;
}

.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-left{
	display: flex;
	gap: 20px;
}

.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-right .zm-filter-short-box {
	position: relative;
}

.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-right .zm-filter-short-box.all-chat-bots {
	margin-left: 19px;
}


.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-right .zm-filter-short-box .zm-filter-short-chat-box {
	font-weight: bold;
	line-height: initial;
	gap: 5px;
	cursor: pointer;
	user-select: none;
	display: flex;
	align-items: center;
	gap: 5px;
}

.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-right .zm-filter-short-box .zm-filter-short-chat-dropdown {
	position: absolute;
	background: #fff;
	width: 100%;
	filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.14));
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 12px 20px;
	border-radius: 5px;
	top: 28px;
	flex-direction: column;
	display: none;
	z-index: 2;
	min-width: 200px;
	left: -25px;
}

.zm-chatbots-user-portal-main .zm-filer-box-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-right .zm-filter-short-box .zm-filter-short-chat-box span.order {
	font-size: 18px;
	font-weight: bold;
	color: #101F30;
}

.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-right .zm-filter-short-box .zm-filter-short-chat-box .zm-icon {
	display: flex;
	align-items: center;
}

.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-right {
	display: flex;
	align-items: center;
	gap: 34px;
}

.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-right .zm-filter-search-box .zm-filter-search-form input {
	border: none;
	background-color: #ABB1B7;
	border-radius: 8px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	max-width: 304px;
	width: 100%;
	padding: 15px 21px;
	padding-right: 50px;
	margin: 0;
	box-shadow: none;
	transition: all 0.4s ease-in-out;
}

.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-right .zm-filter-search-box .zm-filter-search-form input::placeholder {
	color: #fff;
	opacity: 1;
}

.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-right .zm-filter-search-box .zm-filter-search-form input::-ms-input-placeholder {
	color: #fff;
}

.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-right .zm-filter-search-box .zm-filter-search-form .search-btn {
	position: absolute;
	top: 54%;
	right: 0;
	background: transparent;
	transform: translate(-50%, -50%);
}

.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-right .zm-filter-search-box .zm-filter-search-form {
	position: relative;
}

.sort-element:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.sort-element {
	padding: 8px 0;
	font-size: 14px;
	font-weight: 500;
}

.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-right .zm-filter-short-box.all-chat-bots .all-chat-bots-botsdropdown {
	position: absolute;
	background: #fff;
	width: 100%;
	filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.14));
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 20px;
	border-radius: 5px;
	top: 28px;
	flex-direction: column;
	display: none;
	z-index: 3;
	min-width: 160px;
	left: -25px;
}

.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-right .zm-filter-short-box.all-chat-bots .zm-all-chat-bots span.order {
	font-size: 18px;
	font-weight: bold;
	color: #101F30;
}

.zm-chatbots-user-portal-main .zm-filer-box-row .zm-filer-box-right .zm-filter-short-box.all-chat-bots .zm-all-chat-bots {
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}


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

.zm-management-chat-listing {
	gap: 20px;
}

.zm-management-chat-listing .zm-mc-list-row {
	padding: 0 25px;
	width: 100%;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.08);
	min-height: 102px;
	transition: all 0.4s ease-in-out;
}

.zm-management-chat-listing .zm-mc-list-row .zm-mc-list-box {
	gap: 30px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.zm-management-chat-listing .zm-mc-list-row .zm-mc-list-box .zm-mc-lb-right-box .zm-mc-lb-rb-box .zm-mb-lb-lead-goal {
	width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.zm-management-chat-listing .zm-mc-list-row .zm-mc-list-box .zm-mc-lb-right-box .zm-mc-lb-rb-box .zm-mb-lb-lead-goal .ic_mb_lb_lead_goal_right h2 {
	font-size: 50px;
	font-weight: 700;
}

.zm-management-chat-listing .zm-mc-list-row .zm-mc-list-box .zm-mc-lb-right-box .zm-mc-lb-rb-box .zm-mb-lb-lead-goal .ic_mb_lb_lead_goal_left h4 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
    opacity: 1;
	text-align: right;
	max-width: 125px;
}

.zm-management-chat-listing .zm-mc-list-row .zm-mc-list-box .zm-mc-lb-right-box .zm-mc-lb-rb-box .zm-mb-lb-lead-info {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* width: 250px; */
	gap: 10px;
    padding-right: 25px;
    border-right: 1px solid #D9D9D9;
}
 
/* .zm-management-chat-listing .zm-mc-list-row .zm-mc-list-box .zm-mc-lb-right-box .zm-mc-lb-rb-box .zm-mb-lb-lead-goal .ic_mb_lb_lead_goal_left {

} */

.zm-management-chat-listing .zm-mc-list-row .zm-mc-list-box .zm-mc-lb-left-box {
	/* max-width: calc(100% - 700px); */
	width: 30%;
	align-items: center;
}

.zm-management-chat-listing .zm-mc-list-row .zm-mc-lb-br:first-of-type {
	margin-top: 0;
}

.zm-management-chat-listing .zm-mc-list-row .zm-mc-lb-br {
	gap: 13px;
	margin-top: 8px;
	position: relative;
	width: 100%;
}

.zm-mc-lb-br-switcher label {
	position: relative;
	display: inline-block;
	width: 51px;
	height: 28px;
	border-radius: 100px;
	margin: 0;
}

.zm-mc-lb-br-switcher label input {
	opacity: 0;
	width: 0;
	height: 0;
}

.zm-mc-lb-br-switcher label input[type=checkbox],
.zm-mc-lb-br-switcher label input[type=radio] {
	border: 1px solid #8c8f94;
	border-radius: 4px;
	background: #fff;
	color: #50575e;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 1rem;
	margin: -.25rem .25rem 0 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 1rem;
	min-width: 1rem;
	-webkit-appearance: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	transition: .05s border-color ease-in-out;
}

.zm-mc-lb-br-switcher label input:checked+.slider {
	background-color: #6ab82b;
}

.zm-mc-lb-br-switcher label .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #343844;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 100px;
}

.zm-mc-lb-br-switcher label input:checked+.slider:before {
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
}

.zm-mc-lb-br-switcher label .slider::before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 4px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 100%;
}

.zm-mc-lb-br-switcher label .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #343844;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 100px;
}

#wpwrap {
	height: auto;
	min-height: 100%;
	width: 100%;
	position: relative;
	-webkit-font-smoothing: subpixel-antialiased;
}

.zm-mc-lb-br-switcher label input[type=checkbox]:checked::before {
	content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E);
	margin: -.1875rem 0 0 -.25rem;
	height: 1.3125rem;
	width: 1.3125rem;
}

.zm-mc-lb-br-switcher label input[type=checkbox]:checked::before,
.zm-mc-lb-br-switcher label input[type=radio]:checked::before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 1rem;
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.zm-mc-lb-br-heding {
	/* max-width: calc(100% - 64px); */
	height: 30px;
    overflow: hidden;
}

.zm-mc-lb-br-heding h2.botName {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.zm-mc-lb-br-heding h2 {
	margin: 0;
	font-family: var(--font-inter);
	font-size: var(--font-size-5xl);
	color: var(--color-darkslategray-100) !important;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	user-select: none;
	cursor: default;
	padding: 0;
}

.zm-management-chat-listing .zm-mc-list-row .zm-mc-lb-br {
	gap: 13px;
	margin-top: 8px;
	position: relative;
	width: 100%;
}

.zm-management-chat-listing .zm-mc-list-row .zm-mc-list-box .zm-mc-lb-right-box {
	/* max-width: 650px; */
	width: 90%;
	gap: 20px;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.zm-management-chat-listing .zm-mc-list-row .zm-mc-list-box .zm-mc-lb-right-box .zm-mc-lb-rb-box {
	gap: 20px;
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: end;
}

.zm-mb-lb-lead-info,
.zm-mb-lb-lead-goal {
	gap: 10px;
	padding-right: 25px;
	/* border-right: 1px solid #D9D9D9; */
	justify-content: end;
	align-items: center;
}

.zm-mb-lb-lead-goal {
	width: 120px;
	overflow: hidden;
	overflow-y: scroll;
}

.zm-mb-lb-lead-goal::-webkit-scrollbar {
	width: 7px;
	cursor: pointer;
	border-radius: 16px;
	background-color: transparent;
}

.zm-mb-lb-lead-goal::-webkit-scrollbar-track {
	box-shadow: none;
	cursor: pointer;
}

.zm-mb-lb-lead-goal::-webkit-scrollbar-thumb {
	background-color: rgba(199, 199, 199, 0.534);
	outline: none;
	cursor: pointer;
	border-radius: 16px;
}


.zm-mb-lb-lead-info .zm-mb-lb-lead-info_left,
.zm-mb-lb-lead-goal .zm-mb-lb-lead-goal-left {
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	align-items: flex-end;
	text-align: right;
}

.zm-mb-lb-lead-info .zm-mb-lb-lead-info_left h4,
.zm-mb-lb-lead-goal .zm-mb-lb-lead-goal-left h4 {
	font-family: var(--font-inter);
	font-size: var(--font-size-xl);
	color: #000;
	font-weight: 500;
	opacity: 0.7;
	margin: 0;
}

.zm-mb-lb-lead-info .zm-mb-lb-lead-info_left p {
	margin: 0;
	font-family: var(--font-inter);
	font-size: var(--font-size-smi-5);
	color: #000;
	font-weight: 500;
	opacity: 0.5;
}

.zm-mb-lb-lead-info .zm-mb-lb-lead-info_left p {
	margin: 0;
	font-family: var(--font-inter);
	font-size: var(--font-size-smi-5);
	color: #000;
	font-weight: 500;
	opacity: 0.5;
}

.zm-mb-lb-lead-info .zm-mb-lb-lead-info-right h2,
.zm-mb-lb-lead-goal .zm-mb-lb-lead-goal-right h2 {
	font-family: var(--font-inter);
	font-size: var(--font-size-34xl-7);
	color: var(--color-darkslategray-100);
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.zm-mb-lb-lead-goal {
	padding-right: 0;
	border: none;
}

.zm-mb-lb-lead-info .zm-mb-lb-lead-info_left,
.zm-mb-lb-lead-goal .zm-mb-lb-lead-goal-left {
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	align-items: flex-end;
	text-align: right;
}

.zm-mb-lb-lead-info .zm-mb-lb-lead-info_left h4,
.zm-mb-lb-lead-goal .zm-mb-lb-lead-goal-left h4 {
	font-family: var(--font-inter);
	font-size: var(--font-size-xl);
	color: #000;
	font-weight: 500;
	opacity: 0.7;
	margin: 0;
	text-transform: uppercase;
}

.zm-mb-lb-lead-goal .zm-mb-lb-lead-goal-left h4 {
	max-width: 125px;
	text-transform: uppercase;
	opacity: 1;
}

.zm-mb-lb-lead-info .zm-mb-lb-lead-info-right h2,
.zm-mb-lb-lead-goal .zm-mb-lb-lead-goal-right h2 {
	font-family: var(--font-inter);
	font-size: var(--font-size-34xl-7);
	color: var(--color-darkslategray-100);
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.zm-mb-lb-lead-button {
	background-color: var(--color-yellowgreen-200);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	min-height: 100px;
	width: 155px;
}

.zm-mb-lb-lead-button div {
	font-family: var(--font-inter);
	font-size: var(--font-size-base);
	color: #fff;
	font-weight: 700;
	margin: 0;
	align-items: center;
	gap: 9px;
	width: 125px;
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	position: relative;
	user-select: none;
}

.zm-mb-lb-lead-button div:first-of-type {
	margin-top: 0;
}

.zm-mb-lb-lead-button div {
	font-family: var(--font-inter);
	font-size: var(--font-size-base);
	color: #fff;
	font-weight: 700;
	margin: 0;
	align-items: center;
	gap: 9px;
	width: 125px;
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	position: relative;
	user-select: none;
}

.zm-mb-lb-lead-button div:before {
	content: "";
	position: absolute;
	left: -15px;
	right: 0;
	top: -15px;
	width: calc(100% + 30px);
	height: 51px;
	background-color: #101f30;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
}


.zm-mb-lb-lead-button div span {
	position: relative;
	z-index: 2;
	font-weight: bold;
}

.zm-mb-lb-lead-button div .zm-icon {
	width: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.zm-mb-lb-lead-button div:last-of-type {
	margin-bottom: 0;
}

.zm-mb-lb-lead-button div:before {
	content: "";
	position: absolute;
	left: -15px;
	right: 0;
	top: -15px;
	width: calc(100% + 30px);
	height: 51px;
	background-color: #101f30;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
}

.zm-mb-lb-read-more-button_row {
	position: relative;
	max-width: 6px;
}

.zm-mb-lb-read-more-button {
	cursor: pointer;
	user-select: none;
}

.zm-mb-lb-rm-dropdown {
	flex-direction: column;
	position: absolute;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.10);
	filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.14));
	padding: 15px 10px;
	width: 172px;
	border-radius: 15px;
	left: -73px;
	top: 22px;
	display: none;
	z-index: 2;
	z-index: 9999;
}

.zm-mb-lb-rm-dropdown .zm-mb-lb-rm-drop-list:first-of-type {
	padding-top: 0;
}

.zm-mb-lb-rm-dropdown .zm-mb-lb-rm-drop-list {
	font-family: var(--font-inter);
	font-size: var(--font-size-sm);
	color: var(--color-darkslategray-100);
	font-weight: 600;
	cursor: pointer;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.zm-mb-lb-rm-dropdown .zm-mb-lb-rm-drop-list:last-of-type {
	padding-bottom: 0;
	border-bottom: 0;
}

.zm-mb-lb-rm-dropdown .zm-mb-lb-rm-drop-list.delete_bot {
	color: var(--color-crimson-100);
}

.zm-mb-lb-lead-button div:hover:before {
	opacity: 1;
}

.zm-mb-lb-lead-button div::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	height: 1px;
	opacity: 0.5;
	background: #FFF;
}

.zm-mb-lb-lead-button div:before {
	content: "";
	position: absolute;
	left: -15px;
	right: 0;
	top: -15px;
	width: calc(100% + 30px);
	height: 52px;
	background-color: #101f30;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
}

.zm-mb-lb-rm-dropdown::after {
	content: "";
	position: absolute;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.10);
	filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.14));
	top: -6px;
	right: 0;
	left: -17px;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	transform: rotate(50deg);
	border-right: 0;
	border-bottom: 0;
}

.zm-chatbots-user-portal-main .tab-content {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.zm-chatbots-user-portal-main .tab-content .zm-management-chat-listing-main {
	display: flex;
	gap: 18px;
	flex-direction: column;
}

/* from here chatbots-user-portal-css end */


/* from here welcome page csss start */

/* .welcome-wrapper {
  font-family: "Inter", sans-serif;
 }

 .welcome-wrapper .block-title {
  font-size: 21px;
  line-height: 130%;
  color: #344157;
  font-weight: bold;
 } */

/* .welcome-wrapper .appearance .block-heading {
  padding: 0 0 30px 0;
  margin-bottom: 12px;
 } */

.zm-welcome-wrapper .appearance .block-heading {
	border-bottom: 1px solid #D9D9D9;
}

.zm-welcome-wrapper .zm-add-multiple-profiles-main .zm-subtitle {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.zm-welcome-wrapper .zm-add-multiple-profiles-main {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: start;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #D6D7DA;
	margin-bottom: 4px;
}


.zm-welcome-wrapper .zm-dd-multiple-profiles-main .zm-subtitle h4 {
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	color: #000000;
}

.zm-welcome-wrapper .zm-add-multiple-profiles-main .zm-subtitle p {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #000000;
}

.zm-welcome-wrapper .zm-add-multiple-profiles-main .zm-welcome-user img {
	width: 65px;
	height: 65px;
	border: 3px solid #fff;
	border-radius: 100%;
	display: block;
	position: relative;
	transition: transform 0.3s ease, z-index 0.3s ease;
}

.zm-welcome-wrapper .zm-add-multiple-profiles-main .zm-welcome-user img:not(:first-child) {
	z-index: 1;
}

.zm-welcome-wrapper .zm-add-multiple-profiles-main .zm-welcome-user img:not(:last-child) {
	z-index: 1;
	margin-left: -17px;
}

.zm-welcome-wrapper .zm-welcome-user-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.zm-welcome-wrapper .zm-welcome-user-wrapper .zm-welcome-user {
	display: flex;
	align-items: center;
	position: relative;
	/* flex-direction: row-reverse; */
}

.zm-welcome-wrapper .zm-welcome-user-wrapper .zm-add-user {
	background-color: #6AB82B;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -14px;
	cursor: pointer;
	position: relative;
	margin-top: 0;
	z-index: 9;
}

.zm-welcome-wrapper .zm-welcome-user-wrapper .zm-add-user input {
	position: absolute;
	width: 56px;
	height: 56px;
	top: 0;
	left: 0;
	border-radius: 100%;
	opacity: 0;
	cursor: pointer;
}

.zm-welcome-wrapper .appearance .appearance-start .start-left .input-section label {
    font-size: 16px;
    font-weight: 400;
    color: #374151;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
}


.zm-welcome-wrapper .frame239489,
.zm-welcome-wrapper .frame239575,
.zm-welcome-wrapper .frame239571 {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}


.zm-welcome-wrapper .frame239575 {
	gap: 24px;
}

.zm-welcome-wrapper .frame239566 {
	background: #FFFFFF;
	/* border-bottom: 1px solid #E5E7EB; */
	margin-bottom: 0px;
}

.zm-welcome-wrapper .frame239567 {
	gap: 0px;
}

.zm-welcome-wrapper .frame239565 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.zm-welcome-wrapper .sideCtaOptions {
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 140%;
}

.zm-welcome-wrapper .frame239566 {
	background: #FFFFFF;
	/* border: 1px solid #E5E7EB; */
	border-radius: 8px;
	margin-bottom: 0px;
}

.zm-welcome-wrapper .image-upload-container {
	position: relative;
	width: 100%;
	margin: 0;
	background: #F9F9F9;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	padding: 14px 11px;
}

.zm-welcome-wrapper .wp-admin input[type=file] {
	padding: 3px 0;
	cursor: pointer;
}

.zm-welcome-wrapper .file-input {
	display: none;
}

.zm-welcome-wrapper .image-preview {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	display: none;
	border-radius: 8px;
	overflow: hidden;
	height: 252px;
	width: 100%;
}

.zm-welcome-wrapper .upload-label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px;
	background-color: #F3F9EE;
	border: 2px dashed #E5E7EB;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #6B7280;
	font-size: 14px;
	margin: 0;
}

/* .zm-welcome-wrapper .upload-icon {
  font-size: 24px;
  color: #000;
  font-weight: bold;
} */


.zm-welcome-wrapper .upload-label span {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	line-height: 140%;
}

.zm-welcome-wrapper .upload-label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 36px;
	background-color: #F3F9EE;
	border: 2px dashed #6AB82B;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #6B7280;
	font-size: 14px;
}

.zm-welcome-wrapper .frame239566.border-bottom {
	border-bottom: 1px solid #D9D9D9;
	border-radius: 0;
	padding-bottom: 30px;
}

.zm-welcome-wrapper .appearance .appearance-start .start-left .input-section div input {
	border: 1px solid #CCCCCC;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 100;
	/* color: #ADAEBC; */
	line-height: 140%;
	height: auto;
	margin-bottom: 0;
}

.zm-welcome-wrapper .appearance .appearance-start .start-left .input-section div input:focus {
	outline: 0;
	box-shadow: none;
}

.zm-inpute-border {
	border-bottom: 1px solid #D9D9D9;
	border-radius: 0;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.zm-welcome-wrapper .appearance .appearance-start .start-left .color-section .colorsWrapper .colors-row {
	align-items: start;
}

.zm-welcome-wrapper .appearance .appearance-start .start-left .input-section div.phone-input {
	width: 100% !important;
	display: flex;
	flex-direction: row;
}

/* .zm-welcome-wrapper .appearance .appearance-start .start-left .input-section div.phone-input #phonenumbers {

} */

.zm-welcome-wrapper .appearance .appearance-start .start-left .input-section div.phone-input .form-area {
	background-color: #fff;
	box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
	padding: 40px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zm-welcome-wrapper .appearance .appearance-start .start-left .input-section div.phone-input .form-area .form-inner {
	width: 100%;
}

.zm-welcome-wrapper .appearance .appearance-start .start-left .input-section div.phone-input .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 15px 19px;
	font-size: 1rem;
	line-height: 1.4;
	color: #475F7B;
	background-color: #FFF;
	border: 1px solid #DFE3E7;
	border-radius: .267rem;
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.zm-welcome-wrapper .appearance .appearance-start .start-left .input-section div.phone-input .form-control:focus {
	color: #475F7B;
	background-color: #FFF;
	border-color: #5A8DEE;
	outline: 0;
	box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.zm-welcome-wrapper .appearance .appearance-start .start-left .input-section div.phone-input .intl-tel-input,
.zm-welcome-wrapper .appearance .appearance-start .start-left .input-section div.phone-input .iti {
	width: 100%;
}

.appearance .appearance-start .start-left .ic_mc_lb_br_switcher {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.appearance .appearance-start .start-left .ic_mc_lb_br_switcher span {
	font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
	width: 100% !important;
}

.iti--separate-dial-code .iti__selected-flag {
	background-color: #F6FFF0;
	border: 2px solid #67B72C;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
}

.iti__selected-flag {
	padding: 7px 14px;
}

.iti__country {
	float: left;
	width: 100%;
}

.zm-welcome-wrapper .appearance .appearance-start .start-left {
	max-width: 545px;
}

.zm-welcome-wrapper .appearance .appearance-start {
	gap: 24px;
}

.zm-welcome-wrapper .appearance .appearance-start .start-right {
	max-width: calc(100% - 569px);
	position: relative;
}

#licenses .tab-content-area.inner .tab-items .tab-item.active path,
#licenses .tab-content-area.inner .tab-items .tab-item:hover path {
	fill: #fff !important;
}

#licenses .tab-content-area.inner .tab-items .tab-item svg {
	width: 13px;
}

#licenses .tab-content-area.inner .tab-items .tab-item {
	font-size: 14px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.zm-welcome-wrapper .chatarea-tabs {
	height: min-content !important;
}

.add-new-domain {
	display: flex;
	gap: 6px;
	align-items: center;
	padding: 15px 16px;
	background: #fff;
	box-shadow: 0px 4px 24px 0px #6c6c6ca8;
	border-radius: 5px;
	cursor: pointer;
}

.add-new-domain p {
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	color: #6AB82B;
}

.domain-dropdown-icon {
	position: absolute;
	right: 15px;
	top: 38%;
	transform: translate(0, -50%);
}

.ic_filter_short_chat_dropdown {
	position: absolute;
	background: #fff;
	width: 100%;
	filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.14));
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 18px 0px 0;
	border-radius: 5px;
	top: 13px;
	flex-direction: column;
	display: none;
	z-index: 2;
	max-height: 220px;
	overflow-y: auto;
}

.ic_filter_short_box {
	position: relative;
}

.ic_filter_short_chat_box {
	font-family: var(--font-inter);
	font-size: var(--font-size-lg);
	color: var(--color-gray-300);
	font-weight: bold;
	line-height: initial;
	gap: 5px;
	cursor: pointer;
	user-select: none;
	position: relative;
}

.ic_filer_box_row .ic_filter_new_chat_bot .ic_icon,
.ic_filter_short_chat_box .ic_icon,
.ic_mc_lb_publish_list .ic_icon,
.ic_mb_lb_lead_button div .ic_icon,
.ic-import-button {
	align-items: center;
	position: relative;
	top: 1px;
}

.ic_filter_short_chat_box .ic_icon:first-of-type {
	margin-right: 5px;
}

.ic_filter_short_chat_box {
	font-family: var(--font-inter);
	font-size: var(--font-size-lg);
	color: var(--color-gray-300);
	font-weight: bold;
	line-height: initial;
	gap: 5px;
	cursor: pointer;
	user-select: none;
	position: relative;
}

.ic_filter_short_box .ic_filter_short_chat_dropdown {
	position: absolute;
	background: #fff;
	width: 100%;
	filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.14));
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px 20px;
	border-radius: 5px;
	top: 28px;
	flex-direction: column;
	display: none;
	z-index: 2;
}

.ic_filter_short_box .ic_filter_short_chat_dropdown>div {
	font-family: var(--font-inter);
	font-size: var(--font-size-sm);
	color: var(--color-darkslategray-100);
	font-weight: 500;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
	user-select: none;
}

.ic_filter_short_box .ic_filter_short_chat_dropdown>div:first-of-type {
	padding-top: 0;
}

.sort-element {
	padding: 8px 16px;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	cursor: pointer;
}

.zm-inute-one {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
	z-index: 9998;
	display: none;
}

#zm_domain_filter {
	height: 39px;
	color: var(--green);
	border: 1px solid var(--green);
	border-radius: 3px;
	padding: 0 20px 0 10px;
	font-weight: 700;
	font-size: 16px;
	background: #f2faef;
}

.zillametrics-setup-form {
	width: 100%;
	max-width: 1028px;
	height: auto;
	flex-shrink: 0;
	border-radius: 20px;
	border: 1px solid rgba(52, 56, 68, 0.2);
	background: #fff;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.08);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0;
	padding: 55px;
	gap: 38px;
	z-index: 9999;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.zillametrics-setup-form button.close {
	position: absolute;
	top: 28px;
	right: 28px;
	color: transparent;
	padding: 0;
	margin: 0;
	width: 21px;
	height: 21px;
	cursor: pointer;
}

.zillametrics-setup-form button.close-setup-form {
	position: absolute;
	top: 28px;
	right: 28px;
	color: transparent;
	padding: 0;
	margin: 0;
	width: 21px;
	height: 21px;
	cursor: pointer;
	background-color: transparent;
}

.zillametrics-setup-form .side1 {
	display: flex;
	flex-direction: column;
	justify-items: center;
	border-right: 1px solid rgba(52, 56, 68, 0.2);
	gap: 20px;
	padding: 90px 107px 167px 0;
	/* max-width: 249px; */
}

.zillametrics-setup-form .side1 .head {
	color: #343844;
	font-family: Inter;
	font-size: 42px;
	font-style: normal;
	font-weight: bolder;
	line-height: 1.2;
	max-width: 249px;
}

.zillametrics-setup-form .side1 p {
	color: #000;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 200;
	line-height: 1.4;
	margin: 0;
}

.zillametrics-setup-form .side1 a.noLicense {
	color: #D63638;
	text-align: left;
	font-family: var(--font-inter);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-decoration: none;
}

.zillametrics-setup-form .divider {
	width: 1px;
	height: 357px;
	flex-shrink: 0;
	background: #d9d9d9;
	display: none;
}

.zillametrics-setup-form .side2 {
	display: flex;
	flex-direction: column;
	justify-items: center;
	width: calc(54% - 10px);
	max-width: 500px;
}

.zillametrics-setup-form .side2 .licence {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.zillametrics-setup-form label {
	color: #4D4D4D;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	cursor: default;
	text-align: left;
	margin-top: 0;
}

.zillametrics-setup-form .form_input.has-icon {
	/* padding-left: 48px; */
	position: relative;
}

.zillametrics-setup-form .form_input {
	display: flex;
	flex-direction: column;
	gap: 5px;
	/* border: 2px solid rgba(0, 0, 0, 0.20); */
	border-radius: 5px;
}

/* .zillametrics-setup-form input[type="submit"].deactivate {
      background: #D63638;
  } */
.zillametrics-setup-form input[type="submit"],
.zillametrics-setup-form input[type="submit2"] {
	flex-shrink: 0;
	border-radius: 3px;
	/* border: 1px solid rgba(52, 56, 68, 0.2); */
	background: #6ab82b;
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 130%;
	padding: 12px 48px;
	/* box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.08); */
	width: fit-content;
	margin-top: 0px;
	cursor: pointer;
	margin-top: 2px;

}

.zillametrics-setup-form input[type="submit2"] {
	max-width: 220px;
}

.form_input input::placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #c3c3c3;
	line-height: 1.3;
	font-family: Inter;
}

.zillametrics-setup-form .form_input.has-icon .icon {
	position: absolute;
	left: -2px;
	top: 0px;
	width: 52px;
	height: 52px;
	border: 2px solid #6AB82B;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #F6FFF0;
}

.zillametrics-setup-form input[type="text"],
.zillametrics-setup-form input[type="email"] {
	box-shadow: 0 0 0 transparent;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #8c8f94;
	background-color: #fff;
	color: #2c3338;
	height: 55px;
	flex-shrink: 0;
	border-radius: 5px;
}


.zillametrics-setup-form input::placeholder {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #a6a6a6;
}

.zillametrics-setup-form input[type="text"]:disabled,
.zillametrics-setup-form input[type="text"]:read-only {
	background-color: transparent;
	/* border: none; */
	border: 1px solid #CCCCCC;
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
	padding: 13px 15px 13px 15px;
	line-height: 2;
	min-height: 30px;
}

.deactivate-modal-wrapper {
	position: fixed;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 50;
	display: none;
	align-items: center;
	justify-content: center;
}

.deactivate-modal {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 20px;
}

.deactivate-modal img {
	height: 100px;
	width: 100px;
	object-fit: contain;
	margin-top: 50px;
}

.deactivate-modal h4 {
	font-size: 24px;
	text-align: center;
	font-weight: 900;
	color: #000;
	margin-bottom: 0px;
}

.deactivate-modal p {
	text-align: center;
	font-size: 18px;
	padding-bottom: 20px;
}

.deactivate-buttons {
	display: flex;
}

.deactivate-buttons button {
	background-color: #fff;
	border: none;
	cursor: pointer;
	font-size: 20px;
	padding: 25px 60px;
	border: 1px solid #d9d9d9;
	font-weight: bold;
	transition: 0.2s ease-in-out;
	margin: 0;
	white-space: nowrap;
}

.deactivate-buttons button.keep-license {
	color: #6AB82B;
	border-bottom-left-radius: 20px;
}

.deactivate-buttons button.keep-license:hover {
	color: #fff;
	background-color: #6AB82B;
}

.deactivate-buttons button.deactivate-license {
	color: #D63638;
	border-bottom-right-radius: 20px;
}

.deactivate-buttons button.deactivate-license:hover {
	color: #fff;
	background-color: #D63638;
}


.zillametrics-setup-form #valid {
	font-size: 20px;
	color: #6AB82B;
	font-weight: 600;
}

.zillametrics-setup-form #invalid {
	color: #D63638;
	font-size: 20px;
	font-weight: 600;
}


.zm-head-form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 12px 0;
}

.zm-head-form .title {
	color: #000000;
	font-size: 16px;
	line-height: 140%;
	font-weight: 500;
}

.zm-head-form .cancel {
	color: #6AB82B;
	font-size: 16px;
	line-height: 140%;
	font-weight: 500;
}


#cancel {
	background-color: transparent;
	cursor: pointer;
}

#cancel p {
	color: #6AB82B;
	font-size: 16px;
	line-height: 140%;
	font-weight: 500;
}


.form-domain-info label {
	font-weight: 500;
}

.zm-info-message {
	font-size: 16px;
	font-weight: 200;
	color: #4D4D4D;
}

/* media-querry-start */

@media only screen and (max-width: 1024px) {
	.zillametrics-setup-form {
		max-width: calc(100% - 100px);
		padding: 60px;
	}

	.zm-chatbots-user-portal-main .zillametrics-setup-form .side1 {
		padding: 90px 50px 167px 0;
	}
	.zm-welcome-wrapper .start-right .chatarea-tabs {
		position: initial !important;
		width: 100% !important;
	}
}

@media only screen and (max-width: 991px) {
	.zillametrics-setup-form {
		flex-direction: column;
	}

	.zm-chatbots-user-portal-main .zillametrics-setup-form .side1 {
		border: 0;
		padding: 0;
		width: 100%;
	}

	.zm-chatbots-user-portal-main .zillametrics-setup-form .side1 .head {
		max-width: 100%;
	}

	.zm-chatbots-user-portal-main .zillametrics-setup-form .side2 {
		width: 100%;
		max-width: 100%;
	}

	.zm-onboarding-page-wraper.onboarding-step-one .zm-stepper .zm-onboarding-page-main .zm-left-block {
		width: 100%;
		max-width: 100%;
	}

	.zm-welcome-wrapper .image-upload-container {
		width: 100% !important;
	}

}


@media only screen and (max-width: 767px) {
	.zm-chatbots-user-portal-main .zillametrics-setup-form .side1 .head {
		font-size: 30px;
	}

	.zillametrics-setup-form {
		gap: 18px;
	}
}


@media only screen and (max-width: 600px) {
	.zillametrics-setup-form {
		max-width: calc(100% - 100px);
		padding: 55px 30px;
	}

	.zillametrics-setup-form {
		max-width: calc(100% - 50px);
	}

	.zillametrics-setup-form input[type="submit"] {
		font-size: 14px;
		padding: 12px 25px;
	}
}

@media only screen and (max-width: 414px) {
	.zm-chatbots-user-portal-main .zillametrics-setup-form .side1 .head {
		font-size: 20px;
	}

	.zillametrics-setup-form button.close svg {
		width: 12px;
	}

	.zillametrics-setup-form button.close {
		top: 15px;
		right: 15px;
	}

	.zillametrics-setup-form {
		padding: 45px 19px 30px;
	}

}












/* ///////////////// */

#chat-app {
	all: unset;
	font-family: var(--font-inter), sans-serif !important;
}

#chat-app .highlighted {
	background-color: #f5f5f5;
	/* Or any other color you prefer */
}

#chat-app .error {
	color: red;
	font-weight: 600;
	font-size: 14px;
	top: 5px;
	position: relative;
}

#chat-app #externalChatContainer {
	position: fixed;
	bottom: 50px;
	right: 155px;
	/* Adjust as needed for horizontal positioning */
	display: none;
	/* Initially hidden */
	flex-direction: column;
	align-items: flex-end;
	border-radius: 0;
	z-index: 1000;
	/* Ensure it's above other elements */
	overflow: initial;
	/* Keeps children within the rounded corners */
	width: auto;
	max-width: 100%;
	transform: scale(0.8);
	transform-origin: bottom right;
}

#chat-app .external-bot-message {
	background-color: #6AB82B;
	border-radius: 10px;
	margin: 0;
	padding: 23px 35px;
	margin-bottom: 15px;
	font-family: var(--font-inter), sans-serif;
	font-size: 18px;
	font-weight: 400;
	max-width: 100%;
	min-width: 100px;
	word-wrap: break-word;
	display: flex;
	border: 2px solid #72ff008c;
	box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.16);
	position: relative;
	flex-wrap: wrap;
	column-gap: 15px;
	color: var(--color-black);
}

#chat-app .external-bot-message p {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#chat-app .external-bot-message img {
	display: none;
}

#chat-app .external-bot-message:last-of-type {
	margin-bottom: 0;
}

#chat-app .external-bot-message:last-of-type::after {
	content: "";
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border-radius: 1px;
	background: #6ab82b;
	position: absolute;
	bottom: 20px;
	right: -12px;
	z-index: 1;
	border: 2px solid #72ff008c;
	border-left: 0;
	border-bottom: 0;
}

#chatVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
}

#chatWindowVideo {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#chatVideoContainerShort {
	height: 100%;
	width: 100%;
}

/* Add this CSS to your stylesheet */
.short-message {
	position: absolute;
	bottom: 147px;
	left: 3%;
	opacity: 0;
	background: #EDEDEF;
	color: #000000;
	font-family: 'Inter';
	padding: 10px;
	border-radius: 8px;
	transition: opacity 0.5s ease, transform 0.5s ease;
	z-index: 10000;
}

/* Keyframes for fade-in-up animation */
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(49px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.short-message.fade-in-up {
	animation: fadeInUp 1s ease forwards;
}



.shortIframe {
	border-radius: 9px 9px 9px 9px;
	height: 98% !important;
}

.fullvideo {
	height: 716px !important;
	max-height: 765px !important;
	width: 395px !important;
	overflow: hidden;

}

#startChat {
	z-index: 10001;
	position: absolute;
	bottom: 56px;
	cursor: pointer;
}

#chat-app #skipButton {
	background-color: #000000;
	color: #ffffff;
	border: none;
	padding: 13px 32px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 8px;
	opacity: 0.8;
	transition: opacity 0.2s;
	cursor: pointer;
	text-transform: uppercase;
	position: absolute;
	bottom: 33px;
	right: 10px;
	z-index: 10000;
}

#chat-app #skipButton:hover {
	opacity: 1;
	/* Make fully opaque on hover */
}


#videoControls {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#videoProgress {
	width: 100%;
	height: 6px;
	background-color: rgba(68, 87, 85, 0.4);
	margin: 0;
}

#videoProgress .progress {
	width: 0;
	height: 100%;
	background-color: #85D249;
}

#muteButton {
	position: absolute;
	top: 11px;
	left: 52.4px;
	z-index: 10000;
}

#restartButtonFull {
	position: absolute;
	top: 11px;
	right: 18.44px;
	z-index: 10000;
}

#restartButtonFull {
	position: absolute;
	top: 11px;
	right: 52.4px;
	z-index: 10000;
}

#pauseButton {
	position: absolute;
	top: 11px;
	left: 13px;
	z-index: 10000;
}

#exitButton {
	position: absolute;
	top: 11px;
	right: 13px;
	z-index: 10000;
}

.controlButton {
	width: 32.558px;
	height: 32.558px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

#chat-app .external-bot-message .external-option-button,
#chat-app #chatWindow button.option-button {
	border-radius: 8px !important;
	background: #44a333;
	color: #fff;
	font-family: var(--font-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	padding: 10px 12px !important;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	cursor: pointer !important;
	width: auto;
}

#chat-app .external-bot-message .external-option-button:hover,
#chat-app #chatWindow button.option-button:hover,
#chat-app #chatWindow button.option-button.active_option {
	background: #101f30;
}

/*.external-bot-message .external-option-button:nth-of-type(4),
  #chat-app .external-bot-message .external-option-button:nth-of-type(5),
  #chat-app #chatWindow button.option-button:nth-of-type(4),
  #chat-app #chatWindow button.option-button:nth-of-type(5) {
    display: none !important;
  }*/
#chat-app #chatWindow button.option-button:first-of-type {
	margin-top: 15px !important;
}

#chat-app #chatWindow button.option-button:last-of-type {
	margin-bottom: 0 !important;
}

#chat-app .external-bot-message .option-button-box {
	width: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 15px;
	margin-top: 15px;
}

#chat-app .external-bot-message .option-button-box button.external-option-button {
	margin: 0 !important;
}

#chat-app #chatWindow button.option-button svg {
	display: none;
}

#chat-app #chatWindow button.option-button span {
	margin: 0 !important;
	color: #fff;
	font-family: var(--font-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: initial;
}

#chat-app #chatWindow button.option-button {
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #000 !important;
	/* left: 50px !important; */
	position: relative;
	max-width: calc(100% - 50px);
}

#chat-app #chatWindow button.option-button span {
	color: #7f8791;
}

#chat-app #chatWindow button.option-button,
#chat-app #chatWindow button.option-button:first-of-type {
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#chat-app #chatWindow button.option-button:hover span,
#chat-app #chatWindow button.option-button.active_option span {
	color: #fff;
}

#chat-app #chatWindow button.option-button.active_option {
	background-color: var(--color-forestgreen);
	border-color: var(--color-forestgreen);
}

#chat-app #chatWindow button.option-button.active_option svg {
	display: inline-block;
	margin-right: 10px;
}

#chat-app #chatWindow .option-button-box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	row-gap: 0;
	width: auto;
	padding-left: 50px;
}

#chat-app .typing-indicator {
	border-radius: 8px;
	background: var(--color-whitesmoke);
	color: var(color-black);
	max-width: 80%;
	/* or a percentage/px value that fits your design */
	width: fit-content;
	/* This makes the bubble size adapt to its content */
	margin: 10px 0;
	/* Space between messages */
	font-family: var(--font-inter);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	padding: 15px !important;
	margin-left: 50px;
}

#chat-app .typing-indicator .dot {
	color: #000;
	border-radius: 50%;
	font-family: var(--font-inter);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	width: 8px;
	height: 8px;
	margin: 0 2px;
	/* Animation */
	animation: dotFlashing 1s infinite both;
}

#chat-app .typing-indicator .dot:nth-child(1) {
	animation-delay: 0s;
}

#chat-app .typing-indicator .dot:nth-child(2) {
	animation-delay: 0.2s;
}

#chat-app .typing-indicator .dot:nth-child(3) {
	animation-delay: 0.4s;
}

@keyframes dotFlashing {
	0% {
		background-color: #333;
	}

	50% {
		background-color: #ccc;
	}

	/* Change this to the "flash" color */
	100% {
		background-color: #333;
	}
}

#chat-app .user-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Base styles for chat messages */
#chat-app .chat-message {
	padding: 10px;
	font-family: var(--font-inter);
	font-size: 18px;
	flex-shrink: 0;
	/* Prevents the message from shrinking */
	margin-left: 50px;
}

#chat-app .chat-message .message-content img {
	border-radius: 10px;
	margin: 10px 0 5px;
}

/* Chat message wrapper */
#chat-app .message-wrapper {
	position: relative;
	/* Ensures absolute-positioned children are placed relative to this */
	display: flex;
	justify-content: left;
	/* Aligns user messages to the right */
	flex-wrap: wrap;
	margin-top: 30px;
}

#chat-app .intake_chat_info {
	position: relative;
	margin-top: 15px;
}

#chat-app .intake_chat_info img {
	position: absolute;
	z-index: 1;
	border-radius: 100%;
	border: 6px solid #fff;
	border-width: 0px 0px 0px 0px;
	top: -15px;
	left: 5px;
	height: 55px;
	width: 55px;
}

#chat-app .user-time {
	margin-bottom: 5px !important;
	margin-left: 75px;
	opacity: 0.45;
}

#chat-app .user-time,
#chat-app .user-time * {
	color: #000;
	font-family: var(--font-inter);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: initial;
	margin-top: 0px;
}

#chat-app .user-time span>span {
	color: #000;
	width: 3px;
	height: 3px;
	background-color: var(--wp--preset--color--black);
	opacity: 0.45;
	border-radius: 100%;
	position: relative;
	top: -2px;
	margin: 0 2px;
}

#chat-app .message-wrapper .user-time {
	position: absolute;
	top: -25px;
	right: 1px;
	width: max-content;
	margin-left: 0px;
}

/* User message styles */
#chat-app .user {
	background: var(--color-forestgreen);
	color: var(--color-white);
	border-radius: 8px;
	margin-left: 0;
	/* Push user messages to the right */
	align-self: flex-end;
	/* Align this item at the end of the flex container */
	max-width: 80%;
	/* Ensure the wrapper takes full width */
	min-width: 10%;
	/* padding: 8px 19px; */
}

#chat-app .user>.user {
	padding: 10px 23px;
	max-width: 100%;
}

/* Bot message styles */
#chat-app .bot {
	background: #ededef !important;
	color: var(--color-black);
	border-radius: 8px;
	/* Adjusted border-radius for bot messages */
	max-width: 80%;
	/* Maximum width for bot messages */
	min-width: 15%;
	align-self: flex-start;
	/* Align this item at the start of the flex container */
	padding: 10px 19px;
}

/* Edit button */
#chat-app .edit-btn {
	position: absolute;
	left: -30px;
	/* Positions the edit button to the left of the message */
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: 0.3;
	transition: opacity 0.3s;
}

#chat-app .edit-btn:hover {
	opacity: 0.7;
}

#chat-app .spacingElement {
	margin-top: 10px;
}

#chat-app .system {
	background-color: #eee;
	text-align: center;
	color: #333;
}

#chat-app #chatWindow button {
	display: flex;
	/* Use flexbox for aligning items */
	align-items: center;
	/* Align items vertically */
	justify-content: center;
	/* Center items horizontally */
	margin: 5px;
	margin-bottom: 12px;
	padding: 10px 20px;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: var(--color-white);
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	font-family: var(--font-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	color: var(--color-lightslategray-200);
}

#chat-app #chatWindow button:not(#fileSelectButton):hover {
	border-radius: 50px;
	border: 1px solid #000;

	background: var(--color-gray-300);
	color: var(--color-white);
}

#chat-app #chatWindow #fileSelectButton {
	margin-top: 12px;
}

#chat-app #userInput,
#chat-app #sendButton,
#chat-app #otherSendButton {
	display: none;
}

#chat-app #inputSection {
	display: flex;
	justify-content: space-between;

	/* Add some margin between input and 'Powered by' */
	width: 100%;
	position: relative;
}

#chat-app #sendButton:hover,
#chat-app #otherSendButton:hover {
	background-color: transparent;
}

#chat-app #chatWidget {
	/* display: none; */
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 1000;
}

@keyframes pulse {
	0% {
		transform: scale(0.8);
	}

	50% {
		transform: scale(0.9);
	}

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

#chat-app .phoneChatButton {
	width: 127px;
	height: 127px;
	display: none !important;
	cursor: pointer;
	border: none;
	border-radius: 50%;
	padding: 0;
	animation: pulse 2s infinite;
	left: 15px;
}

#chat-app .videoChatButton {
	width: 127px;
	height: 127px;
	cursor: pointer;
	border-radius: 50%;
	padding: 0;
	animation: pulse 2s infinite;
	overflow: visible;
	position: relative;
	box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.55) !important;
}

#chat-app #chatBtnVideo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(2);
	width: 100%;
	height: 100%;
	pointer-events: none;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25) !important;
}

#chat-app #chatBtnVideo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(2);
	width: 100%;
	height: 100%;
	pointer-events: none;
	object-fit: cover;
	border-radius: 50%;
	clip-path: circle(26%);
}

#chat-app .group-child239,
#chat-app .group-child240 {
	position: absolute;
	left: 0;
	border-radius: 50%;
	box-sizing: border-box;
}

#chat-app .group-child239 {
	top: 84px;
	left: 0px;
	background-color: var(--color-yellowgreen-200);
	border: 1px solid #a2d77a;
	width: 24px;
	height: 24px;
	z-index: 1;
}

#chat-app .group-child240 {
	top: 0;
	background-color: #e24848;
	border: 1px solid var(--color-white);
	width: 33px;
	height: 33px;
}

#chat-app .div85 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: initial;
	font-weight: 700;
	color: white;
	font-size: 18px;
}

#chat-app .ellipse-container {
	position: absolute;
	top: 1px;
	left: 85px;
	width: 33px;
	height: 33px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	/* Define a transition for the opacity change */
	transition:
		visibility 0s,
		opacity 0.5s linear;
}

/* The pop-up animation */
@keyframes popUpAnimation {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}

	50% {
		transform: scale(1.2);
	}

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

/* The pulse animation */
@keyframes pulseAnimation {

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

	50% {
		transform: scale(0.8);
	}
}

/* Class to be added to the ellipse container to start the pulse animation */
#chat-app .ellipse-container-pulse {
	animation: pulseAnimation 0.5s ease-in-out;
}

/* Class to be added to the ellipse container to make it visible and start the animation */
#chat-app .ellipse-container-visible {
	visibility: visible;
	opacity: 1;
	/* animation: popUpAnimation 0.5s ease-out forwards; 12 */
}

#chat-app #chatContainer {
	position: fixed;
	z-index: 2147483647;
	display: none;
	flex-direction: column;
	height: 800px;
	width: 500px;
	max-height: calc(100vh - 80px);
	bottom: 25px;
	right: 17px;
	border-radius: 10px;
	/* border: 1px solid rgba(0, 0, 0, 0.20); */
	border: none;
	/* background: #FFF; */
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.4);
	transform: scale(0);
	transform-origin: bottom right;
	transition: transform 0.4s ease-out;
}

#chat-app #chatContainer.expanded {
	transform: scale(0.8);
}

#chat-app #chatContainer .chatContainerBox {
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}

#chat-app #chatContainer .chatContainerBox .chatwindowBox {
	background-color: #fff;
	height: 100%;
}

#chat-app #optionsDiv {
	position: absolute;
	bottom: 50px;
	width: 100%;
	flex-shrink: 0;
	margin-bottom: 20px;
}

#chat-app #chatWindow {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	/* Aligns items to the left by default */

	flex-grow: 1;
	overflow-x: auto;
	max-height: calc(100% - 253px);
	/* Adjusted to create more space at the bottom */
	padding: 0 15px 15px;
	background-color: #fff;
}

#chat-app #chatWindow::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: transparent;
}

#chat-app #chatWindow::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: transparent;
}

#chat-app #chatWindow::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: transparent;
}

#chat-app #chatWindow.active_scrollbar::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #27292f;
}

#chat-app #inputContainer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: var(--color-white);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 13px 23px 18px;
	border-radius: 0 0 10px 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	/* To make sure padding and border are included in the dimensions */
	flex-shrink: 0;
	z-index: 999;
}

#chat-app #DateInputBox,
#chat-app #DateInputBoxBooking {
	width: 68%;
	margin-right: 118px;
}

#chat-app #inputMultiple,
#chat-app #otherInput {
	max-width: 100%;
	min-width: 100%;
	position: relative;
}

#chat-app #chatContainer .chatContainerBox #inputContainer.zm-chatbot #inputSection #otherInput {
	width: 100%;
	max-width: 91%;
}

/* #chat-app #chatContainer .chatContainerBox #inputContainer #inputSection #otherInput{
    width: 100%;
    max-width: 100%;
  } */

#chat-app #userInput,
#chat-app #multipleInput,
#chat-app #DateInput,
#chat-app #inputPhone .iti input {
	width: 100%;
	font-family: var(--font-inter);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	border: none;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.05);
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding: 23px 20px;
	outline: none;
	margin-bottom: 15px;
}

#chat-app #inputPhone {
	margin-bottom: 15px;
}

#chat-app #userInput:autofill,
#chat-app #inputPhone .iti input:autofill,
#chat-app #DateInput:autofill {
	background: rgba(0, 0, 0, 0.05);
}

#chat-app #userInput:-webkit-autofill,
#chat-app #inputPhone .iti input:-webkit-autofill,
#chat-app #DateInput:-webkit-autofill {
	background: rgba(0, 0, 0, 0.05);
}

#chat-app #userInput:focus,
#chat-app #inputPhone .iti input:focus,
#chat-app #DateInput:focus {
	border-color: var(--color-forestgreen);
}

#chat-app #inputPhone,
#chat-app #DateInput,
#chat-app #inputPhone .iti {
	width: 100%;
}

#DateInputBox,
#DateInputBoxBooking {
	width: 300px;
	margin: 0 auto;
	font-family: 'Inter', sans-serif;
	text-align: center;
}

#datepickerhtml {
	margin-bottom: 10px;
}



.header-background {
	position: absolute;
	top: 7px;
	left: 27px;
	width: 120%;
	height: 15%;
	overflow: hidden;
}

.calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.calendar-grid div.today {
	color: #44A333;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
}

.calendar-grid div.selected {
	background-color: #44A333;
	color: white;
	border-radius: 100%;
	width: 100%;
	height: 100%;
}

.calendar-grid div.active {
	cursor: pointer;
}

.calendar-grid div.past {
	opacity: 0.4;
}

.calendar-grid div.future {
	opacity: 0.4;
}

.calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;
}

.calendar-grid div {
	text-align: center;
	padding: 5px;
	border: 1px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.calendar-weekdays {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	margin-bottom: 5px;
	color: rgba(0, 0, 0, 0.54);
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	opacity: 0.7;
	margin-top: 13px;
}

.calendar-weekdays div {
	text-align: center;
}

#prev-month,
#next-month {
	background: none;
	border: none;
	cursor: pointer;
	position: relative;
	padding: 0;
}

#prev-month .arrow.deactivated,
#next-month .arrow.deactivated {
	opacity: 0.4;
}

.month-container {
	width: 10em;
}

.year-container {
	width: 5.5em;
}

.month-container,
.year-container {
	display: inline-block;
	align-items: center;
	justify-content: center;
	bottom: 2px;
}

.month-container {
	position: relative;
}

#month-select {
	appearance: none;
	/* Remove default arrow */
	-webkit-appearance: none;
	/* Remove default arrow in Safari */
	background-color: white;
	border: 1px solid #ccc;
	padding: 8px 30px 8px 12px;
	/* Adjust padding to make room for the SVG */
	font-size: 16px;
	cursor: pointer;
}

.month-container svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	/* Prevent SVG from blocking clicks */
}

.year-container {
	position: relative;
}

#year-select {
	appearance: none;
	/* Remove default arrow */
	-webkit-appearance: none;
	/* Remove default arrow in Safari */
	background-color: white;
	border: 1px solid #ccc;
	padding: 8px 30px 8px 12px;
	/* Adjust padding to make room for the SVG */
	font-size: 16px;
	cursor: pointer;
}

.year-container svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	/* Prevent SVG from blocking clicks */
}


#month-select,
#year-select {
	margin-left: 5px;
	border-color: transparent;
	background: transparent;
	border: none;
	color: #343844;
	font-family: Inter;
	font-size: 18.129px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.DateInputButton {
	display: block;
	width: 100%;
	padding: 10px;
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	height: 10%;
	margin-bottom: 8px;
}

/* Preserve all existing calendar styles and only add these new styles for booking functionality */

/* Time Slots Container */
.time-slots {
	padding: 12px;
	border-top: 1px solid #e0e0e0;
	margin-top: 16px;
	background-color: #fff;
}

.time-slots h3 {
	color: #343844;
	font-family: Inter;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 0px 0;
}

/* Time Slots Grid */
.time-slots-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-top: 8px;
}

/* Time Slot Buttons */
.time-button {
	background-color: #f1f1f1;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 8px 12px;
	font-family: Inter;
	font-size: 14px;
	color: #343844;
	cursor: pointer;
	transition: all 0.2s ease;
	width: 100%;
	text-align: center;
}

/* Modify existing DateInputButton for booking state */
.DateInputButton.booking-state {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Booking Footer */
.booking-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px;
	background-color: #f9f9f9;
	border-top: 1px solid #e0e0e0;
	font-size: 12px;
	color: #777;
	margin-top: 12px;
}

.booking-footer .timezone {
	flex: 1;
	text-align: right;
}

.booking-footer .duration {
	flex: 1;
	text-align: left;
}

.booking-footer .change-date-button {
	background: none;
	border: none;
	color: #4CAF50;
	font-size: 12px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	flex: 1;
	text-align: center;
}

/* Animation for time slots appearance */
.time-slots {
	opacity: 1;
	transform: translateY(-10px);
	transition: all 0.3s ease;
}

.time-slots.visible {
	opacity: 1;
	transform: translateY(0);
}

/* Responsive adjustments for time slots */
@media (max-width: 480px) {
	.time-slots-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* High contrast support for time slots */
@media (forced-colors: active) {
	.time-button.selected {
		border: 2px solid ButtonText;
	}
}

#chat-app #inputMultiple .MultipleInputButton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0;
	height: 100%;
	background-color: #44a333;
	z-index: 1;
	border-radius: 12px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-family: var(--font-inter);
}

#chat-app #inputPhone .iti .iti__flag-container .iti__selected-dial-code {
	color: #222;
}

#chat-app #inputPhone .iti .iti__flag-container .iti__selected-flag {
	border-radius: 20px 0 0 20px;
	padding: 0 15px;
}

#chat-app #inputPhone .iti .iti__flag-container .iti__dropdown-content {
	bottom: 72px;
	border-radius: 20px 20px 5px 5px;
}

#chat-app #inputPhone .iti .iti__flag-container .iti__dropdown-content input {
	padding: 15px 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#chat-app #sendButton,
#chat-app #otherSendButton {
	font-size: 0;
	border: none;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 18px;
	top: 22px;
	padding: 0;
	background-color: transparent !important;
	background-image: url("../images/submit_button.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

#chat-app #fileInputSection {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}

#chat-app #fileInputSection .fileInputDesign {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	position: relative;
	width: calc(100% - 122px);
	overflow: hidden;
}

#chat-app #fileInputSection .fileInputDesign input {
	position: absolute;
	opacity: 0;
	top: 0;
	left: -90px;
	width: 100%;
	height: 100%;
	max-width: 256px;
	cursor: pointer;
	z-index: 2;
}

#chat-app #fileInputSection .fileInputDesign span {
	color: #000;
	font-family: var(--font-inter);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	opacity: 0.6;
}

#chat-app #fileInputSection .fileInputDesign .fileInputer {
	border-radius: 15px;
	background: #f2f2f2;
	max-width: 167px;
	width: 100%;
	padding: 13px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
}

#chat-app #fileInputSection .fileInputDesign .fileInputer span {
	opacity: 0.7;
}

#chat-app #fileInputSection button#fileSendButton {
	border: 1px solid #44a333;
	border-radius: 7px;
	max-width: 122px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #44a333;
	height: initial;
	padding: 17px 20px;
	cursor: pointer;
}

#chat-app #fileInputSection button#fileSendButton span {
	color: #fff;
	font-family: var(--font-inter);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
}

#chat-app #chatHeader {
	display: flex;
	/* Establish a flex container */
	align-items: center;
	/* Center items vertically */
	justify-content: space-between;
	/* Adjust this as needed for layout */
	padding-left: 25px;
	/* Adjust this value as needed for your design */

	height: 109px;
	/* Adjust as necessary */
	top: 0;
	box-sizing: border-box;
	height: 109px;
	flex-shrink: 0;

	border-radius: 9px 9px 0px 0px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #44a333;
	box-shadow: 0px 2.4px 8.4px 0px rgba(0, 0, 0, 0.08);
}

#chat-app .vector-icon64 {
	position: absolute;
	top: 22px;
	/* Adjust as necessary */
	right: 25px;
	/* Adjust as necessary */
	width: 16px;
	/* Adjust as necessary */
	height: 16px;
	/* Adjust as necessary */
	cursor: pointer;
	background-color: transparent;
}

#chat-app .headertext {
	display: flex;
	/* Align items horizontally */
	align-items: center;
	/* Center items vertically */
	/* Ensure there's enough height for vertical centering */
}

#chat-app .group-child229 {
	width: 68px;
	/* Adjust as needed */
	height: 64.4px;
	/* Adjust as needed */
}

#chat-app .text-container {
	display: flex;
	/* New container for the texts */
	flex-direction: column;
	/* Stack texts vertically */
	justify-content: center;
	/* Center texts vertically */
	margin-left: 10px;
	/* Space between image and texts */
}

#chat-app .louis-w-grandes5 {
	color: #fff;
	font-family: var(--font-inter);
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

#chat-app .chatting-with-crissy5 {
	font-family: var(--font-inter);
	font-size: 16px;
	color: var(--color-white);
	line-height: 140%;
}

#chat-app #poweredBy {
	width: 100%;
	position: relative;
	/* or absolute, depending on your structure */
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	font-family: var(--font-inter);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #222;
}

#chat-app #zillametricsLogo {
	width: 122px;
	height: 23px;
	vertical-align: middle;
	margin-left: 5px;
	/* Space between text and logo */
}

#chat-app #inputContainer #SelectBox {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

#chat-app #inputContainer #SelectBox .select2 {
	width: 100% !important;
}

#chat-app #inputContainer #SelectBox .select2 .selection .select2-selection {
	background: rgba(0, 0, 0, 0.05);
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	height: initial;
	padding: 20px;
}

#chat-app #inputContainer #SelectBox .select2.select2-container--open .selection .select2-selection {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#chat-app #inputContainer #SelectBox .select2 .selection .select2-selection .select2-selection__rendered {
	margin: 0;
	position: relative;
	font-family: var(--font-inter);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	color: #000;
}

#chat-app #inputContainer #SelectBox .select2 .selection .select2-selection .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
	right: 14px;
}

#chat-app #inputContainer #SelectBox .select2 .selection .select2-selection .select2-selection__arrow b {
	border-width: 9px 8px 0 8px;
	left: 0;
	border-color: #afafaf transparent transparent transparent;
}

#chat-app #inputContainer #SelectBox .select2-container .select2-dropdown {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#chat-app #inputContainer #SelectBox .select2-container .select2-dropdown .select2-search {
	padding: 0;
}

#chat-app #inputContainer #SelectBox .select2-container .select2-dropdown .select2-search input {
	width: 100%;
	font-family: var(--font-inter);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.05);
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.05);
	outline: none;
	padding: 15px 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#chat-app #inputContainer #chat-app #SelectBox #chat-app .select2-container #chat-app .select2-dropdown #chat-app .select2-results #chat-app .select2-results__options li.select2-results__option--selected {
	background-color: var(--selected_header_color);
	color: var(--selected_text_color) !important;
}

#chat-app #inputContainer #chat-app #SelectBox #chat-app .select2-container #chat-app .select2-dropdown #chat-app .select2-results #chat-app .select2-results__options li.select2-results__option--highlighted {
	background-color: var(--selected_primary_color);
	color: var(--selected_text_color) !important;
}

#chat-app .select2-results__options li {
	color: #000 !important;
}

#chat-app .select2-results__options li.select2-results__option--selected {
	color: #fff !important;
	background-color: var(--selected_primary_color);
}

#chat-app .select2-results__options li.select2-results__option--selectable.select2-results__option--highlighted {
	color: #fff !important;
}

#DateInputBox,
#DateInputBoxBooking {
	display: block;
}

.calendar-container {
	width: 129%;
	font-family: 'Inter', sans-serif;
	margin-bottom: 10px;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;

}

.calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;
}

.calendar-grid div {
	text-align: center;
	padding: 5px;
}

.calendar-weekdays {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	font-weight: bold;
	margin-bottom: 5px;
}

.calendar-weekdays div {
	text-align: center;
}

#prev-month,
#next-month {
	background: none;
	border: none;
	cursor: pointer;
}

.month-container,
.year-container {
	display: flex;
	align-items: center;
	position: relative;
}

#month-select,
#year-select {
	margin-left: 5px;
}

.DateInputButton {
	display: inline-block;
	padding: 8px 16px;
	background-color: #4CAF50;
	color: white;
	text-decoration: none;
	font-size: 21px;
	width: 129%;
	height: 58px;
	border-radius: 7px;
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	position: relative;
}

.back-to-calendar:hover {
	background: none;
}

.back-button:hover {
	background: none;
}

.back-to-calendar {
	background: none;
	border: none;
	color: #4CAF50;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 0;
	width: 100%;
	margin-top: 8px;
}

.zm_booking-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid white;
}

.zm_booking-avatar:nth-child(2) {
	margin-left: -15px;
}

.confirmButton {
	position: absolute;
	top: 36%;
	right: 24.4px;
}

.calendar-grid .previous-month {
	visibility: hidden;
}

#chat-app #feedback-request {
	display: none;
}

#chat-app .stars-container-box,
#chat-app .stars-container-box .stars-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 5px;
	flex-direction: row-reverse;
}

#chat-app .stars-container-box #feedback-request,
#chat-app .stars-container-box #feedback-request .star_icon {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#chat-app .stars-container-box #feedback-request {
	margin-top: 5px;
}

#chat-app .stars-container-box #feedback-request .star {
	cursor: pointer;
}

#chat-app .stars-container-box #feedback-request .star_icon svg {
	width: 30px;
	height: auto;
	fill: #000;
	transition: fill 0.4s ease-in-out;
}

#chat-app .stars-container-box #feedback-request .star-number {
	text-align: center;
	font-size: 16px;
	font-family: var(--font-inter);
	font-weight: 600;
	margin-top: 5px;
}

#chat-app .stars-container-box #feedback-request .star:hover .star_icon svg,
#chat-app .stars-container-box #feedback-request .star:hover~.star .star_icon svg,
#chat-app .stars-container-box #feedback-request .star.active_star .star_icon svg,
#chat-app .stars-container-box #feedback-request .star.active_star~.star .star_icon svg {
	fill: #6ab82b;
}

.external-bot-message {
	position: relative;
	padding: 10px;
	background-color: #f1f1f1;
	border-radius: 5px;
	margin: 10px;
}

.externalClose {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	fill: #fff;
}

.externalClose:hover {
	fill: #666;
}



/* css for welcome chat start */

#chat-app .phoneChatButton {
	width: 110px;
	height: 110px;
	display: block;
	cursor: pointer;
	border: 0px solid #fff;
	border-radius: 50%;
	padding: 0;
	animation: pulse 2s infinite;
	left: 15px;
	animation: white-shadow .8s infinite, green-shadow .8s infinite;
}

@keyframes white-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
		box-shadow: 0 0 0 0 rgb(195 195 195 / 50%);
		-webkit-transition: box-shadow .3s ease-in-out;
		-webkit-transition: -webkit-box-shadow .3s ease-in-out;
		-o-transition: box-shadow .3s ease-in-out;
		transition: box-shadow .3s ease-in-out;
		transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	}

	100% {
		-webkit-box-shadow: 0 0 0 30px transparent;
		box-shadow: 0 0 0 30px transparent;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: box-shadow .4s ease-in-out;
		-webkit-transition: -webkit-box-shadow .4s ease-in-out;
		-o-transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out;
		transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
	}
}

.zm-welcomechat-btn {
	border: 0;
	background-color: transparent;
	width: 127px;
	height: 127px;
}

.zm-welcomechat-btn img {
	width: 100%;
	display: block;
	cursor: pointer;
	border: 0px solid #fff;
	border-radius: 50%;
	padding: 0;
	animation: pulse 2s infinite;
	left: 15px;
	animation: white-shadow .8s infinite, green-shadow .8s infinite;
	background: #e6e6e6;
}

@keyframes white-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
		box-shadow: 0 0 0 0 rgb(195 195 195 / 50%);
		-webkit-transition: box-shadow .3s ease-in-out;
		-webkit-transition: -webkit-box-shadow .3s ease-in-out;
		-o-transition: box-shadow .3s ease-in-out;
		transition: box-shadow .3s ease-in-out;
		transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	}

	100% {
		-webkit-box-shadow: 0 0 0 30px transparent;
		box-shadow: 0 0 0 30px transparent;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: box-shadow .4s ease-in-out;
		-webkit-transition: -webkit-box-shadow .4s ease-in-out;
		-o-transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out;
		transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
	}
}

.hidden {
	display: none;
}

.zm-chat-main {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.zm-chat-main .zm-chat-detial-main {
	position: absolute;
	top: 22px;
	left: 24px;
	width: calc(100% - 48px);
	height: calc(100% - 113px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.zm-welcomechat-one .zm-chat-main>img {
	border-radius: 20px;
	width: 100% !important;
	height: auto !important;
	margin-left: 0 !important;
	z-index: 1 !important;
	position: absolute;
}

.zm-welcomechat-one .zm-chat-main .zm-chat-detial-main .zm-chat-detial img {
	width: 166px !important;
	margin-left: 0 !important;
	height: auto !important;
}

.zm-welcomechat-one .zm-chat-main .zm-chat-detial-main .zm-chat-detial svg {
	background-color: #00000045;
	padding: 6px;
	border-radius: 33px;
}

/* Add these styles to your existing CSS */
.zm-welcomechat-one .zm-chat-main .zm-chat-main {
	position: relative;
	width: 100%;
	height: 100%;
}

.zm-welcomechat-one .zm-chat-main .gradient-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	display: flex;
	flex-direction: column;
}

.zm-welcomechat-one .zm-chat-main .gradient-overlay {
	flex-grow: 1;
	margin-bottom: -80px;
}

.zm-welcomechat-one .zm-chat-main .bottom-container {
	height: 122px;
	background: transparent;
	position: relative;
	margin-top: auto;
}

.zm-welcomechat-one .zm-chat-main .curved-bottom {
	height: 100%;
	width: 100%;
	border-radius: 100% 100% 0 0 / 100% 100% 0 0;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.zm-welcomechat-one .zm-chat-main .powered-by-image {
	width: 100%;
	height: 58px;
	object-fit: contain;
}

/* Ensure your existing content stays on top */
.zm-chat-detial-main {
	position: relative;
	z-index: 2;
}

.zm-welcomechat-one .zm-chat-main .zm-chat-detial-main .zm-chat-detial {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Reset existing styles first */
.zm-welcomechat-one .zm-chat-detial-main .zm-chat-online-user-content .zm-chat-online-user img {
	margin-left: 0 !important;
}

/* New avatar styles */
.zm-chat-online-user {
	display: flex;
	justify-content: flex-start;
	/* Changed from center to flex-start */
	padding: 10px 0;
	margin-left: 0px;
	/* Add some left margin for positioning */
}

.avatar-stack {
	position: relative;
	width: 140px;
	/* Reduced from 140px */
	height: 70px;
	/* Reduced from 94px */
}

.avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: visible;
	/* Changed to visible to show shadow */
	position: relative;
	background: transparent;
}


.avatar img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 0 0 4px white;
	/* Creates white border */
}

.single-avatar {
	margin: 0;
	/* Removed auto margin */
}

.avatar-back {
	position: absolute;
	left: 0;
	z-index: 1;
}

.avatar-front {
	position: absolute;
	right: 11px;
	z-index: 0;
	filter: drop-shadow(0 0 0 transparent);
	/* Ensures transparency in overlap */
}

.zm-welcomechat-one .zm-chat-detial-main .zm-chat-online-user-content h1 {
	color: #ffffff;
	font-family: "Inter", sans-serif;
	margin: 0;
	font-weight: bold;
	font-size: 36px;
}

.zm-welcomechat-one .zm-chat-detial-main .zm-chat-online-user-content p {
	color: #ffffff;
	font-family: "Inter", sans-serif;
	margin: 0;
	font-size: 18px;
	font-weight: 100;
}

.zm-welcomechat-one .zm-connection_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 22px 0 9px 0;
}

.zm-welcomechat-one .zm-connection_btn button {
	background-color: #101F30 !important;
	padding: 22px !important;
	border-radius: 33px !important;
	color: #ffffff !important;
	display: flex !important;
	align-items: center !important;
	gap: 11px !important;
	text-decoration: none !important;
	font-family: "Inter", sans-serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	animation: none !important;
}

.zm-welcomechat-one .zm-connection_btn a:first-child {
	background-color: #90E848;
}

.zm-welcomechat-one .zm-chat-main .zm-chat-detial-main .zm-chat-online-user-content .zm-book-meeting a {
	background-color: #ffffff;
	padding: 22px;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	border-radius: 40px;
	align-items: center;
}

.zm-welcomechat-one .zm-chat-main .zm-chat-detial-main .zm-chat-online-user-content .zm-book-meeting a span {
	font-size: 18px;
	font-weight: bold;
	font-family: "Inter", sans-serif;
	color: #192F2F;
}

.zm-welcomechat-one .zm-chat-online-user-content {
	display: flex;
	flex-direction: column;
	gap: 11px;
}


.zm-welcomechat-two .zm-chat-main .zm-chat-detial-main .zm-chat-online-user-content .zm-book-meeting.zm-offline a:first-child {
	background-color: #90E848;
}

.zm-welcomechat-two .zm-chat-main .zm-chat-detial-main .zm-chat-online-user-content .zm-book-meeting.zm-offline a:first-child span {
	color: #ffffff;
}

.zm-welcomechat-two .zm-chat-main .zm-chat-detial-main .zm-chat-online-user-content .zm-book-meeting.zm-offline a:nth-child(2) {
	background-color: #101F30;
}

.zm-welcomechat-two .zm-chat-main .zm-chat-detial-main .zm-chat-online-user-content .zm-book-meeting.zm-offline a:nth-child(2) span {
	color: #ffffff;
}

.zm-welcomechat-two .zm-chat-main .zm-chat-detial-main .zm-chat-online-user-content .zm-book-meeting.zm-offline {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

.zm-welcomechat-one {
	position: fixed;
	z-index: 2147483647;
	display: flex;
	flex-direction: column;
	height: 598px;
	width: 382px;
	bottom: 30px;
	right: 17px;
	border-radius: 35px;
	border: none;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.4);
	transform: scale(0);
	transform-origin: bottom right;
	transition: transform 0.4s ease-out;

}


.zm-welcomechat-one.open {
	transform: scale(1);
	overflow: hidden;
}

.zm-welcomechat-btn.phoneChatButton.hide {
	display: none !important;
}



button#zm_chatcloseBtn {
	background-color: transparent;
	outline: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}


/* css for welcome chat end  */
.zm-domain-selection-option {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}

p.counter {
	color: #81c34b;
	font-weight: 400 !important;
}

.zm-domain-selection-option p {
	font-size: 11px;
	font-weight: 600;

	word-break: break-all;
	overflow-wrap: break-word;
	/* Break words if necessary */
	white-space: normal;
}

.allow-sites {
	color: #777777;
}

.zm-domain-selection-option.disabled p {
	color: #e3e3e3;
}

.zm-domain-selection-option {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}

p.counter {
	color: #81c34b;
	font-weight: 400 !important;
}

.zm-domain-selection-option p {
	font-size: 11px;
	font-weight: 600;

	word-break: break-all;
	overflow-wrap: break-word;
	/* Break words if necessary */
	white-space: normal;
}

.allow-sites {
	color: #777777;
}

.zm-domain-selection-option.disabled p {
	color: #e3e3e3;
}

.bot-id-select-box select{
	margin: 0;
    max-width: 250px;
}

.customize-support .page-wrapper{
    overflow: visible !important;
}

.zm-welcome-wrapper .appearance .appearance-start .start-right .chatarea-tabs {
    position: sticky;
    top: 50px;
    width: 100%;
}

@media only screen and (max-width: 400px) and (min-height: 700px) {
	.fullvideo {
		height: 99vh !important;
		width: 90% !important;
		max-width: 100vw !important;
		position: absolute !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		top: 1px !important;
	}

	#startChat {
		left: 2% !important;
	}

	.chatSVG {
		width: 95% !important;
	}

	#chatWindowVideo {
		/* position: absolute !important; */
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		width: 100vw !important;
		height: 100vh !important;
		min-height: 100% !important;
		min-width: 100% !important;
		object-fit: cover !important;
	}
}

@media only screen and (max-width: 400px) and (max-height: 700px) {
	.fullvideo {
		height: 99vh !important;
		width: 90% !important;
		max-width: 100vw !important;
		position: absolute !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		top: 1px !important;
	}

	#startChat {
		left: 2% !important;
	}

	.chatSVG {
		width: 95% !important;
	}

	#chatWindowVideo {
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		width: 100vw !important;
		height: 109vh !important;
		min-height: 100% !important;
		min-width: 100% !important;
		object-fit: cover !important;
	}
}

@media only screen and (max-width: 767px) {

	#chat-app.active_chat:after {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
	}

	#chat-app #datepickerhtml {
		max-height: calc(100vh - 55vh);
	}

	#chat-app #datepickerbox {
		max-height: calc(100vh - calc(42vh + 20px));
		overflow: auto;
	}

	#chat-app #chatHeader {
		height: 84px;
	}

	#chat-app #inputContainer {
		padding: 10px 15px 10px;
	}

	#chat-app .DateInputButton {
		width: 148%;
	}

	#chat-app .calendar-container {
		width: 148%;
	}

	#chat-app .header-background {
		position: absolute;
		top: 4px;
		left: 6px;
		width: 133%;
		height: 14%;
		overflow: hidden;
	}


	.zm-welcomechat-one .zm-chat-detial-main .zm-chat-online-user-content h1 {
		font-size: 26px;
	}

	.zm-welcomechat-one .zm-chat-detial-main .zm-chat-online-user-content p {
		font-size: 12px;
	}

	.zm-welcomechat-one .zm-connection_btn button {
		font-size: 14px !important;
		padding: 20px !important;
	}

	.zm-welcomechat-one .zm-connection_btn button svg {
		width: 18px;
	}

	.zm-welcomechat-one .zm-chat-main .zm-chat-detial-main .zm-chat-online-user-content .zm-book-meeting a span {
		font-size: 15px;
	}

	.zm-welcomechat-one .zm-connection_btn {
		margin: 10px 0 9px 0;
	}

	.zm-welcomechat-one .zm-chat-detial-main .zm-chat-online-user-content .zm-chat-online-user img {
		width: 60px !important;
		height: 60px !important;
	}

	.zm-welcomechat-one {
		height: auto;
		width: 25px;
		bottom: 0;
		max-height: calc(100vh - 35px);
		right: 10px;
	}

	.zm-welcomechat-one .zm-chat-main .powered-by-image {
		height: 54px;
	}

	.zm-connection_btn .call-us {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#chat-app .external-bot-message {
		font-size: 20px;
		font-weight: 400;
	}

	#chat-app .group-child239 {
		top: 81px;
		left: 2px;
	}
}



.zm_add_rule .rule-row {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background-color: #f9fafb;
  }
 
  .zm_add_rule .rule-row select,
  .zm_add_rule .rule-row input {
    margin-right: 10px;
    padding: 6px;
    font-size: 14px;
    background: transparent;
  }
 
  .zm_add_rule .remove-btn {
    color: red;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
  }


  .zm_add_rule .add-rule {
    color: var(--dark);
    cursor: pointer;
    margin-top: 10px;
    display: flex;
    font-weight: 500;
    gap: 8px;
    color: #5ead1e;
  }
 
  .appearance .appearance-start .start-left.zm_add_rule input {
    background: #f2faef;
  }
 
  #displayoptions .appearance .appearance-start .start-left.zm_add_rule .bordered.note_text {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 10px;
    background-color: #5e6f81;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px;
    color: #ffffff;
  }
 
  #displayoptions .appearance .appearance-start .start-left.zm_add_rule .bordered.note_text h5 {
    color: #ffffff;
  }

@media only screen and (max-width: 575px) {

	.zm_add_rule .rule-row {
        flex-direction: column;
    }
 
    .zm_add_rule .rule-row select {
        width: 100%;
        margin-bottom: 10px;
    }

	#chat-app .louis-w-grandes5 {
		color: #fff;
		font-family: var(--font-inter);
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}

	#chat-app .chatting-with-crissy5 {
		font-family: var(--font-inter);
		font-size: 14px;
		color: var(--color-white);
		line-height: 140%;
	}

	#chat-app #chatWidget {
		bottom: 5px;
		right: 15px;
		transform: scale(1);
	}

	#chat-app .external-bot-message {
		font-size: 20px;
		font-weight: 400;
	}

	#chat-app #externalChatContainer {
		max-width: 240%;
		bottom: 20px;
		right: 130px;
	}

	#chat-app #chatContainer {
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		height: calc(100% - 35px);
		max-height: calc(100% - 35px);
		width: calc(100% - 20px);
		overflow-y: auto;
	}

	#chat-app #chatContainer.expanded {
		transform: scale(0.7) translate(-50%, -50%);
		/* Maintain centering even when scaled */
	}

	#chat-app #chatHeader .chatting-with-crissy5 #introMessageDisplay {
		width: 100%;
		display: inline-block;
		font-size: 15px;
	}

	#chat-app .chat-message {
		font-size: 16px;
		line-height: 27px;
	}

	#chat-app #chatWindow button.option-button span {
		font-size: 15px;
	}

	#chat-app #chatWindow button.option-button.active_option svg {
		margin-right: 8px;
		width: 14px;
	}

	#chat-app #inputPhone .iti input {
		padding-right: 50px;
	}

	#chat-app #datepickerbox {
		padding: 5px 5px;
	}

	#chat-app #datepickerbox .dp_header {
		padding: 0;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	#chat-app #datepickerbox .dp_header .dp_header_title {
		display: none !important;
	}

	#chat-app #datepickerbox .dp_header .dp_header_time,
	#chat-app #datepickerbox .dp_header .dp_header_time #timePicker {
		max-width: 100%;
		width: 100%;
	}

	.zm-welcomechat-one {
		width: calc(100vw - 25px);
		height: calc(100vh - 35px);
		right: 0px;
	}

	.zm-welcomechat-one .zm-chat-main .powered-by-image {
		height: 60px;
	}

	.zm-welcomechat-one .zm-chat-detial-main .zm-chat-online-user-content h1 {
		font-size: 22px;
	}

	.zm-welcomechat-one .zm-connection_btn {
		flex-direction: column;
		gap: 11px;
	}

	.zm-welcomechat-one .zm-connection_btn button {
		width: 100% !important;
	}

	.zm-welcomechat-one .zm-connection_btn button,
	.zm-welcomechat-one .zm-chat-main .zm-chat-detial-main .zm-chat-online-user-content .zm-book-meeting a {
		font-size: 13px !important;
		padding: 15px !important;
	}

	.zm-welcomechat-one .zm-connection_btn {
		margin: 0;
	}

	.chat-main .chat-detial-main {
		top: 20px;
		left: 20px;
		width: calc(100% - 40px);
		height: calc(100% - 80px);
	}

	.zm-welcomechat-one .zm-chat-online-user-content,
	.zm-welcomechat-one .zm-connection_btn {
		gap: 8px;
	}

	.zm-welcomechat-two .zm-chat-main .chat-detial-main .zm-chat-online-user-content .zm-book-meeting.zm-offline {
		gap: 14px;
	}


	#chat-app .external-bot-message {
		font-size: 20px;
		font-weight: 400;
	}

	#chat-app .external-bot-message p {
		font-size: 14px;
	}
}




@media only screen and (max-width: 370px) {
	#chat-app #chatContainer.expanded {
		transform: scale(0.65);
	}

	#chat-app #externalChatContainer {
		bottom: 100px;
		right: 0;
	}

	#chat-app .external-bot-message:last-of-type::after {
		bottom: -12px;
		border-left: 0;
		border-top: 0;
		right: 20px;
		border-bottom: inherit;
	}

	#chat-app .external-bot-message:last-of-type::after {
		bottom: -12px;
		border-left: 0;
		border-top: 0;
		right: 20px;
		border-bottom: inherit;
	}

	#chat-app #externalChatContainer {
		bottom: 100px;
		right: 0;
	}
}



.image-container {
	position: relative;
	display: inline-block;
	/* margin: 10px; */
}

.image-container:last-of-type {
	margin-left: 0px;
}

.image-container .remove-icon {
	z-index: 1;
}

.image-container img {
	width: 100px;
	/* Adjust image size as needed */
	height: auto;
}

.remove-icon {
	position: absolute;
	top: 1px;
    right: 10px;
	background: #00000099;
	color: white;
	border-radius: 50%;
	padding: 2px 5px;
	font-size: 10px;
	cursor: pointer;
	width: 18px;
	height: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.remove-icon:hover {
	background: darkred;
}

.zm-add-user {
	margin-top: 20px;
	cursor: pointer;
	display: inline-block;
}

.zm-add-user:hover {
	opacity: 0.8;
}



.bg-remove-image,
.bg-remove-video {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 20px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	padding: 0 !important;
	cursor: pointer;
	display: none;
	width: 25px;
    height: 25px;
    text-align: center;
    line-height: 23px;
	/* Hide by default */
}

.image-preview {
	width: 150px;
	/* Set desired width */
	height: 150px;
	/* Set desired height */
	border: 1px solid #ccc;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f4f4;
	background-size: cover;
	background-position: center;
	position: relative;
	/* Required for positioning the remove icon */
}


#menu-item-474 {
	display: none;
}


.upload-container .photo img.appearance-profile-pic {
	border-radius: 50px;
}

.leads-filter-wrapper {
	display: flex;
	gap: 20px;
}



.upload-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.photo {
	position: relative;
	width: 100px;
	/* Adjust based on the image size */
	height: 100px;
}

.appearance-profile-pic {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid #ccc;
	/* Optional border */
}

.remove-profile {
	position: relative;
	top: -76px;
	right: -46px;
	width: 17px;
	height: 17px;
	background: #00000099;
	border: 1px solid #101f30;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 10;
	display: none;
}


.remove-profile:hover {
	background: #00000099;
}

.remove-profile svg {
	width: 8px;
	height: 8px;
	stroke: white;
}


.video-upload-container {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: auto;
}

.video-preview {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 aspect ratio */
	background: #f3f3f3;
	display: none;
}

#videoPreview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg-remove-video {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fff;
	color: red;
	font-size: 20px;
	/* border: 1px solid red; */
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 10;
	display: none;
	/* Initially hidden */
}

.bg-remove-video:hover {
	background: #f8d7da;
}

.vid-option .chatbotDetailsTabs {
    max-width: 100%;
}

.vid-option .tab-content-area.inner .tab-items .tab-item svg {
    display: none;
}


.vid-option .tab-content-area.inner .tab-items .tab-item.active svg {
    display: block;
}

.vid-option,
.img-option {
    /* border-bottom: 1px solid #D9D9D9; */
    /* padding-bottom: 20px; */
}

#backgroundImage .img-option {
	padding-bottom: 0;
	border: none;
}

.vid-option .profile-container {
    padding-top: 0 !important;
}


.img-option h4 {
    padding-bottom: 20px;
}

.online-offline .vid-option .tab-content-area .tab-items {
    padding-top: 0 !important;
}


.online-offline .vid-option .tab-content-area .tabs-content-wrapper .zm-inpute-border {
    padding-bottom: 0;
    border-bottom: 0;
}


#appearance .start-left .color-section .colorsWrapper .colors-row .color-customizations #textColorPicker {
    flex-direction: row-reverse !important;
}

.video_upload_file {
	position: relative;
	display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.video_upload_file input {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
	cursor: pointer;
	display: block !important;
}

.video_upload_file .Frame2306 {
	position: relative;
}

.video_upload_file .remove_video {
	position: absolute;
    left: 0;
    right: 0;
	top: 30px;
    z-index: 99;
    display: inline-block;
    background-color: red;
	display: none;
	padding: 5px;
    border-radius: 3px;
	text-align: center;
}

.video_upload_file.add_video .Frame2306 {
	top: -15px;
}

.video_upload_file.add_video .remove_video {
	display: block;
}

.autofill-container {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.autofill-card {
    width: 100%;
    background: white;
}

.autofill-card h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #343844;
}

.autofill-card .autofill-line-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(52, 56, 68, 0.1);
    margin: 10px 0;
}

.autofill-card .autofill-field-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
    margin-bottom: 0px !important;
}

.autofill-card .field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 0;
}

.autofill-card .field#out_of_hours_div {
	margin-bottom: 20px;
}

.autofill-card .field label {
	font-size: 14px;
    font-weight: 500 !important;
    color: #000000;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
	margin-top: 0;
	text-align: left;
	opacity: 0.7;
	display: block;
}

.autofill-card .input {
    width: 100%;
	margin: 0;
}

#time_zone_div {
    padding-top: 20px;
}

.top-field-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 15px;
}

.top-field-group .field {
    flex: 1;
}

#general .appearance-start .autofill-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	row-gap: 30px;
	column-gap: 70px;
	margin-top: 0;
}

#general .appearance-start .autofill-container .autofill-card {
	max-width: 550px;
    background: #fff;
    border-radius: 12px;
    /* padding: 20px; */
	/* box-shadow: 0 0 10px rgba(52, 65, 87, 0.3); */
    height: max-content;
	position: relative;
}



#general .appearance-start .autofill-container .autofill-card:nth-child(1)::after {
	content: "";
    position: absolute;
    top: 0;
    right: -35px;
    height: 100%;
    bottom: 0;
    background-color: #cccccc;
    width: 1px;
}

#appearance .appearance .appearance-start .start-left .profile-container .videoModal .modal-content {
	margin: auto !important;
	position: absolute !important;
}




#chatbuttonoption_BackgroundImage .frame239566 {
	background: #FFFFFF;
    /* border: 1px solid #E5E7EB; */
    border-radius: 8px;
    margin-bottom: 0px;
}

#chatbuttonoption_BackgroundImage .image-upload-container {
    position: relative;
    width: 100%;
    margin: 0;
    background: #F9F9F9;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding: 14px 11px;
}

#chatbuttonoption_BackgroundImage .image-upload-container input {
	width: 100%;
    height: 40px;
    padding-left: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
	display: none;
}

#chatbuttonoption_BackgroundImage .image-preview {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    display: none;
    border-radius: 8px;
    overflow: hidden;
    height: 252px;
    width: 100%;
}

#chatbuttonoption_BackgroundImage .upload-label {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 36px;
    background-color: #F3F9EE;
    border: 2px dashed #6AB82B;
    cursor: pointer;
    transition: all 0.3sease;
    color: #6B7280;
    font-size: 14px;
}

#chatbuttonoption_BackgroundImage .upload-label {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 36px;
    background-color: #F3F9EE;
    border: 2px dashed #6AB82B;
    cursor: pointer;
    transition: all 0.3sease;
    color: #6B7280;
    font-size: 14px;
}

#chatbuttonoption_BackgroundImage .upload-label span {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 140%;
}

#chatbuttonoption_BackgroundImage .upload-label span {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 140%;
}

#chatbuttonoption_BackgroundImage .img-option {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}

#chatbuttonoption_BackgroundImage .vid-option {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}





#chatWindow_BackgroundImage .frame239566 {
	background: #FFFFFF;
    /* border: 1px solid #E5E7EB; */
    border-radius: 8px;
    margin-bottom: 0px;
}

#chatWindow_BackgroundImage .image-upload-container {
    position: relative;
    width: 100%;
    margin: 0;
    background: #F9F9F9;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding: 14px 11px;
}

#chatWindow_BackgroundImage .image-upload-container input {
	width: 100%;
    height: 40px;
    padding-left: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
	display: none;
}

#chatWindow_BackgroundImage .image-preview {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    display: none;
    border-radius: 8px;
    overflow: hidden;
    height: 252px;
    width: 100%;
}

#chatWindow_BackgroundImage .upload-label {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 36px;
    background-color: #F3F9EE;
    border: 2px dashed #6AB82B;
    cursor: pointer;
    transition: all 0.3sease;
    color: #6B7280;
    font-size: 14px;
}

#chatWindow_BackgroundImage .upload-label {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 36px;
    background-color: #F3F9EE;
    border: 2px dashed #6AB82B;
    cursor: pointer;
    transition: all 0.3sease;
    color: #6B7280;
    font-size: 14px;
}

#chatWindow_BackgroundImage .upload-label span {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 140%;
}

#chatWindow_BackgroundImage .upload-label span {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 140%;
}

#chatWindow_BackgroundImage .img-option {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}

#chatWindow_BackgroundImage .vid-option {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}




/* New CSS for opening hours fields */
.autofill-card .field.hours {
    flex-direction: row;
    align-items: center;
	justify-content: space-between;
}

.autofill-card .field.hours .label-container {
    flex: 0 0 100px; /* Adjust this width to align labels */
    text-align: right;
    margin-right: 10px;
}

.autofill-card .field.hours .select-container {
    display: flex;
    flex: 1;
    align-items: center;
}

.autofill-card .field select {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    font-size: 14px;
    /* font-weight: 700; */
    line-height: 19.6px;
    color: black;
    margin-right: 10px;
	min-width: 100px;
}

.autofill-card .field.hours span {
    margin-right: 10px;
    font-weight: 700;
    color: black;
}

.hours-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
	background: #f2faef;
    padding: 10px;
}

.edit-all-hours, .save-all-hours {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #6AB82B;
    font-weight: bold;
	width: auto;
    flex: initial;
	margin: 0;
    padding: 0;
}

.edit-all-hours svg, .save-all-hours svg {
    margin-right: 5px;
}

.save-all-hours:hover {
    background-color: #558f22;
}

.edit-all-hours:hover {
	color: #558f22;
	background-color: transparent;
}

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

.select-container {
    display: none;
    align-items: center;
    gap: 10px;
}

.save-all-hours {
    margin-top: 15px;
	margin-bottom: 0 !important;
	/* margin-left: 68%; */
	margin-left: calc(100% - 169px) !important;
    background-color: #6AB82B;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    display: none;
}

.welcome-chat-box .welcome-chat-inner-box .welcome-chat-bg-img.image-only #background-Image img {
    display: block !important;
}

.welcome-chat-box .welcome-chat-inner-box .welcome-chat-bg-img.image-only #background-Image ~ div {
	display: none !important;
}

.welcome-chat-box .welcome-chat-inner-box .welcome-chat-bg-img iframe {
	/* position: absolute; */
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* css for general tab */
#general .appearance .appearance-start .start-left {
	max-width: 100%;
	width: 100%;
}

#general .appearance-start .autofill-container .autofill-card .color-section {
    margin-top: 20px;
}


#general .appearance .appearance-start .start-left .autofill-container .autofill-card .color-section .colorsWrapper .colors-row .colors-column .theme-options .theme-option .color_picker_box .color-preview {
    width: 35px;
    height: 35px;
}

.ic_filter_delete {
	position: relative;
    cursor: pointer;
    /* background: #6ab82b;
    border-radius: 8px;
    height: 65px;
    display: flex;
    align-items: anchor-center; */
}

/* .ic_filter_delete:hover {
	background-color: var(--dark);
}

.ic_filter_delete:hover rect {
	background-color: var(--dark);
} */


#tooltip {
    visibility: hidden; /* Ensure it starts hidden */
    position: absolute; /* Prevent layout shifts */
}

.ic_filter_delete:hover #tooltip {
    visibility: visible !important;
}

.ic_filter_delete svg:hover {
	background: var(--dark);
	border-radius: 8px;
}

/* .ic_filter_delete svg:hover path {
	fill: var(--dark);
  } */

  .ic_filter_delete svg:hover rect {
	fill: var(--dark);
  }


#tooltip {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}


/* strat-css-action-button */
select#action2_redirectchatbot, select#action1_redirectchatbot, select#action3_redirectchatbot, select#action4_redirectchatbot, select#action5_redirectchatbot, select#action6_redirectchatbot {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    font-size: 14px;
    /* font-weight: 700; */
    line-height: 19.6px;
    color: black;
    margin-right: 10px;
    min-width: 100%;
}
 
.chatbot-id-select-box {
    width: 100%;
}
 
.chatbot_redirect, .url_redirect {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}
 
.chatbot_or_url {
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
 
.chatbot_or_url .field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.zm-mc-lb-br-heding::before,
.zm-mc-lb-br-heding::after {
	content: none !important;
	display: none !important;
}

/* welcome part css - 16-04-2025 start*/

.chat_button_element {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}
.input-section_element {
    padding: 17px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
}
.input-section_element input {
    margin-bottom: 0;
}
.input-section_element label {
	font-size: 16px;
	font-weight: 400;
    margin-bottom: 8px;
}
.chat_us_button_text {
    width: 100%;
}
.action_button_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2px;
}
.action_button_heading label {
    margin: 0;
}
span.remove_button {
    line-height: 0;
	cursor: pointer;
}
.chatbot_or_url label input[type="radio"] {
    width: 13px !important;
    height: 13px !important;
}
.chatbot_or_url .action_type{
	margin-top: 16px;
}
button.add_action_btn {
    background-color: transparent;
    color: #4B5563;
    font-weight: 400;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 2px solid #D1D5DB;
    border-radius: 8px;
    border-style: dotted;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.open_new_window {
    margin-top: 9px;
}
.open_new_window label {
    display: flex;
    align-items: center;
    gap: 8px;
}
.open_new_window input {
    width: 13px !important;
    height: 13px !important;
}
.open_new_window label span {
    font-size: 14px;
    color: #4B5563;
}
select#iconDropdown {
    padding: 10px 12px;
    width: 100%;
    height: 40px;
    padding-left: 12px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

span.select2.select2-container {
    display: none;
}
.welcome-chat-box .welcome-chat-inner-box .welcome-chat-content .welcome-chat-button .wcb-btn.white-btn path {
    fill: #44A333;
}
.wcb-btn.btn-book-meet.common_bg path{
	fill: white;
}

.custom-dropdown {
    position: relative;
    width: 100%;
    cursor: pointer;
  }

  .dropdown-selected {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }

  .dropdown-list {
    position: absolute;
    z-index: 100;
    width: 100%;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    display: none;
  }

  .dropdown-list li {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .dropdown-list li:hover {
    background-color: #f0f0f0;
  }
/* welcome part css - 16-04-2025 end */

#menu-item-475{
	display:none;
}
 
/* end-css-action-button */


.btn-book-meet i {
	color: #6ab82b;
}
 
button.add_action_btn.disabled,
button.add_action_btn.disabled * {
    cursor: not-allowed !important;
    opacity: 0.5;
}


/* css-for-displayoptions-29-april-2025 */
 
#displayoptions .textarea textarea {
    border: 1px solid #6ab82b;
    border-radius: 4px;
    padding: 10px;
    min-width: 100%;
    max-width: 600px;
    min-height: 180px;
}
 
#displayoptions .textarea label {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 500 !important;
    color: #000000;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    opacity: 0.7;
}
 
#displayoptions .textarea {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 0;
}
 
#displayoptions .appearance .appearance-start .start-left .bordered {
    border-bottom: 1px solid rgba(52, 56, 68, 0.1);
}
 
#displayoptions .appearance .appearance-start .start-left {
    width: 80%;
}

/* css-for-displayoptions-29-april-2025 */


.primary-button.save-button {
	position: relative;
	padding-right: 30px; /* optional, to give space for loader */
  }
  
  .loader {
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid #f3f3f3;
	border-top: 2px solid #333;
	border-radius: 50%;
	animation: spin 0.6s linear infinite;
	margin-left: 8px;
	vertical-align: middle;
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
  
  .ic-flash-message {
    background-color: #d4edda;
    color: #155724;
    padding: 10px 20px;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    margin: 10px 0;
    font-weight: 600;
    display: none;
    position: relative;
}




.ic-toast-message {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #28a745;
    color: #fff;
    padding: 14px 20px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: none;
    z-index: 9999;
    font-weight: 500;
    animation: fadein 0.3s, fadeout 0.3s 2.7s;
}

@keyframes fadein {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeout {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(20px); }
}

.welcome-active .page-wrapper{
	overflow: visible !important;
}
 
.welcome-active .zm-welcome-wrapper .appearance .appearance-start .start-right .chatarea-tabs {
	position: sticky;
    top: 50px;
	width: 100%;
}


#welcome .appearance .appearance-start .start-left input[type=checkbox] {
    position: relative;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 2px;
      background: none;
      cursor: pointer;
      line-height: 0;
      margin: 0;
      outline: 0;
      padding: 0 !important;
      vertical-align: text-top;
      height: 20px;
      width: 20px;
      -webkit-appearance: none;
    opacity: .5;
  }
 
  #welcome .appearance .appearance-start .start-left input[type=checkbox]:hover {
    opacity: 1;
  }
 
  #welcome .appearance .appearance-start .start-left input[type=checkbox]:checked {
    background-color: #6ab82b;
    opacity: 1;
    border: 1px solid #6ab82b;
  }
 
  #welcome .appearance .appearance-start .start-left input[type=checkbox]:before {
	content: '';
    position: absolute;
    right: 50%;
    top: 55%;
    width: 2px;
    height: 6px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
  }

  #zm_welcomeChat{
	display: none;
  }

/* Responsive design */
@media (max-width: 1300px) {
    .autofill-container {
        flex-direction: column;
    }
}

/* Responsive design */
@media (min-width: 1300px) {
    .autofill-container {
        flex-wrap: wrap;
    }
}



/* Date 30 may 2025 onboarding wizard start*/
.zm-wizaed-wraper .main-onboarding-wizard .appearance .appearance-start .start-left {
	max-width: 100%;
	width: 100%;
}

.zm-wizaed-wraper .main-onboarding-wizard .appearance .appearance-start .start-left .colorsWrapper {
	position: relative;
}

.zm-wizaed-wraper .main-onboarding-wizard .appearance .appearance-start .start-left .colorsWrapper::after {
	position: absolute;
    content: "";
    top: -21px;
    left: -40px;
    right: 0;
    width: 116%;
    height: 1px;
    background-color: #D9D9D9;
}

.zm-onboarding-page-wraper .start-left .vid-option .chatbotDetailsTabs .tabs-content-wrapper #BackgroundImage {
	/* height: 170px !important; */
}

.zm-wizaed-wraper .main-onboarding-wizard .appearance .appearance-start .start-left .profile-container {
	border-bottom: 1px solid #D9D9D9;
}

.zm-wizaed-wraper.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-onboarding-form {
	margin-top: 25px;
}

.zm-wizaed-wraper.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .colorsWrapper .colors-row .seprator.more-customization {
	display: none;
}

.zm-wizaed-wraper div#UseProfileOnline {
	height: auto !important;
}

.zm-wizaed-wraper .dropdown-selected {
	border: 1px solid #CCCCCC;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 100;
    /* color: #ADAEBC; */
    line-height: 140%;
    height: auto;
    margin-bottom: 0;
}

.zm-wizaed-wraper .appearance .appearance-start .start-left input {
	border: 1px solid #CCCCCC;
    padding: 21px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 100;
    /* color: #ADAEBC; */
    line-height: 140%;
    height: auto;
    margin-bottom: 0;
	border-radius: 12px;
}

.zm-wizaed-wraper .chat_button_element .chat_us_button_icon label {
	margin-bottom: 10px;
	display: block;
}

.zm-wizaed-wraper .chat_us_button_text label {
	margin-bottom: 10px;
	display: block;
}

#step-two-wizard .new-chatbot-modal-a-2 {
	position: unset;
	width: 100%;
    box-shadow: none;
    z-index: unset;
}

.zm-wizaed-wraper {
	justify-content: unset;

}

.zm-wizaed-wraper .zm-stepper #step-two-wizard {
	position: relative;
    height: 800px;
    flex-direction: column;
    justify-content: space-between;
	align-items: end;
}

#step-three-wizard {
	justify-content: center;
	width: 100%;
	flex-direction: column;

}

.zm-wizaed-wraper .page-onboarding-step3 {
	background-image: none !important;
}

#step-three-wizard .zm-onboarding-page-main .zm-left-block .need-installation-main .block .title h5 {
	font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    color: #000;
}

#step-three-wizard .zm-onboarding-page-main .zm-left-block .need-installation-main .block {
	display: flex;
    flex-direction: column;
    gap: 18px;
}

#step-three-wizard .zm-onboarding-page-main .zm-left-block .need-installation-main .block .block-techno {
	display: flex;
    gap: 16px;
}

#step-three-wizard .zm-onboarding-page-main .zm-left-block .need-installation-main .block .block-techno .card {
	background-color: #EFEFF5;
    width: 50%;
    width: 100%;
    height: initial;
    padding: 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin: 0;
    border-radius: 16px;
}

#step-three-wizard .zm-onboarding-page-main .zm-left-block .need-installation-main .block .block-techno .card img {
	width: 93px;
}

#step-three-wizard .zm-onboarding-page-main .zm-left-block .need-installation-main .block .block-techno .card p {
	font-size: 17px;
    font-weight: bold;
    line-height: 140%;
    color: #000;
}

#step-three-wizard .zm-onboarding-page-main .zm-left-block .need-installation-main .block .btns {
	display: flex;
    gap: 18px;
}

#step-three-wizard .zm-onboarding-page-main .zm-left-block .need-installation-main .block .btns a.primary-button {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-right: 19px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    gap: 15px;

}

#step-three-wizard .zm-onboarding-page-main .zm-left-block .need-installation-main .block.tab-content {
	overflow: initial;
    padding: 20px;
	border: 1px solid #c7c7c7;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    width: 100%;
}

#step-three-wizard .zm-onboarding-page-main .zm-left-block .need-installation-main .block {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

#step-three-wizard .zm-onboarding-page-main .zm-left-block .need-installation-main .block.tab-content .title h5 {
    padding-left: 0;
    padding-bottom: 0;
}

#step-three-wizard .zm-onboarding-page-main .zm-left-block .need-installation-main .block.tab-content ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#step-three-wizard .zm-onboarding-page-main .zm-left-block .need-installation-main {
	padding: 37px 33px 13px 37px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
}

#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main h3 {
	font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    max-width: 584px;
    color: #000;
    padding: 0 0 27px 27px;
}

.zm-onboarding-page-wraper.page-onboarding-step3 .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main {
    background-color: #EFEFF5;
    border-radius: 16px;
    padding: 28px 31px 28px 31px;
    display: flex;
    flex-direction: column;
    gap: 34px;
}


#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 {
	display: flex;
    flex-direction: column;
    justify-items: center;
	width: 100%;
}

#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 .licence {
    display: flex;
    flex-direction: column;
    gap: 18px;
}


#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 .licence .zm-inute-one {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 .licence .zm-inute-one .form_input {
	display: flex;
    flex-direction: column;
    gap: 5px;
    /* border: 2px solid rgba(0, 0, 0, 0.20); */
    border-radius: 5px;
	position: relative;
}

#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 .licence .zm-inute-one label {
    color: #4D4D4D;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    cursor: default;
    text-align: left;
    margin-top: 0;
}

#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 .licence .zm-inute-one .form_input input[type="text"], 
#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 .licence .zm-inute-one .form_input input[type="email"] {
    box-shadow: 0 0 0 transparent;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    height: 55px;
    flex-shrink: 0;
    border-radius: 5px;
}


#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 .licence input[type="submit"] {
	 flex-shrink: 0;
    border-radius: 3px;
    /* border: 1px solid rgba(52, 56, 68, 0.2); */
    background: #6ab82b;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 130%;
    padding: 12px 48px;
    /* box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.08); */
    width: fit-content;
    margin-top: 0px;
    cursor: pointer;
    margin-top: 2px;
}

#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 .licence .zm-inute-one .form_input .domain-dropdown-icon {
	position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

.next-btn.back-btn button {
    background-color: transparent !important;
	color: #6AB82B;
	border: 1px solid #6AB82B;

	position: absolute;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
}

#step-three-wizard .zm-stepper {
	margin: 0 auto;
	align-items: start;
	margin-top: 35px;
}

#step-three-wizard .zm-stepper h1 {
	width: 100%;
	text-align: center;
}

#step-one-wizard .vid-option .chatbotDetailsTabs .inner .tab-item {
	width: auto;
}

#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 .licence .copy-code-main .copy-code-wraper {
	background-color: #EFEFF5;
    border-radius: 16px;
    padding: 28px 31px 28px 31px;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main {
	max-height: 950px !important;
}

#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 .licence .copy-code-main .copy-code-guide {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 .licence .copy-code-main .copy-code-guide a {
	padding: 12px 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 130%;
    border-radius: 5px;
    display: flex;
    max-width: 10vw;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-width: 160px;
}




#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 .licence .copy-code-main .copy-code-guide h6 {
	    font-size: 15px;
    line-height: 140%;
    font-weight: 500;
}

#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 .licence .copy-code-main .code-view {
	display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 18px 25px 18px 25px;
    line-height: 140%;
    font-weight: 500;
    color: #666666;
    overflow-x: auto;
    overflow-y: auto;
    /* height: 133px; */
    text-align: left;
    overflow: auto;
    font-size: 16px;
    color: #666666;
	margin-top: 12px;
}

#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 .licence .copy-code-main .copy-code-guide a.copy-code-btn .clipboard {
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: initial;
    margin-left: 5px;
}

#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 .licence .copy-code-main .copy-code-guide a.copy-code-btn .clipboard-text {
    align-items: center;
    justify-content: center;
    visibility: visible !important;
    display: flex !important;
}

#step-three-wizard .zm-onboarding-page-main .zm-right-block .zm-right-block-main .copy-code-card-main .side2 .licence .copy-code-main .copy-code-guide a.copy-code-btn .clipboard svg {
    width: 100%;
    height: 100%;
}


.copy-code-card-main .copy-code-main .copy-code-wraper {
	margin-bottom: 20px;
}

.copy-code-card-main .copy-code-main .btns a {
	display: block;
	width: 48%;
	text-align: center;
}

.copy-code-card-main .copy-code-main .btns {
	display: flex;
	gap: 10px;
}


    /* Date 30 may 2025 onboarding wizard end*/

	#step-one-wizard .zm-welcome-wrapper .sideCtaOptions {
		color: #000000;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 140%;
	}
	 
	#step-one-wizard .profile-container .profile-title {
		color: #000000;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 140%;
	 
	} 
	 
	#step-one-wizard .zm-welcome-wrapper .zm-add-multiple-profiles-main .zm-subtitle h4 {
	color: #000000;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 140%;
	 
	}
	 
	#step-one-wizard .vid-option .img-option h4 {
	   color: #000000;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 140%;
	}
	 
	#step-one-wizard .zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .zm-onboarding-form .input-section>div label {
	 color: #000000;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 140%;
	}
	 
	#step-one-wizard .zm-welcome-wrapper .appearance .appearance-start .start-left .input-section label {
	 color: #000000;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 140%;
	}
	 
	#step-one-wizard .zm-inpute-border_element .input-section_element .input-form_element label {
	 color: #000000;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 140%;
		display: flex;
		
	}
	 
	#step-one-wizard .zm-wizaed-wraper .dropdown-selected {
		border: 1px solid #CCCCCC;
		padding: 10px 15px;
		border-radius: 5px;
		font-size: 16px;
		font-weight: 100;
		line-height: 140%;
		height: auto;
		margin-bottom: 0;
			color: #000000;
		font-size: 16px;
		font-weight: 500;
	}

	#step-one-wizard .vid-option .chatbotDetailsTabs .inner .tab-item {
	   width: 40%;
	   padding: 14px 30px !important;
	}


	.zm-onboarding-page-wraper .zm-stepper .zm-onboarding-page-main .zm-right-block .zm-right-block-main .tab-content-area.inner .tab-items a.tab-item.active {
	   background-color: #67B72C !important;
	   width: auto !important;
	}

	#step-one-wizard .online-offline .vid-option .chatbotDetailsTabs .inner .tab-item {
		max-width: 200px;
		width: 40% !important;
	}



	.zm-onboarding-page-wraper .zm-stepper .zm-card {
		justify-content: center; 
	}
	 
	.zm-wizaed-wraper .custom-dropdown .dropdown-selected {
		height: 45px
	}
	 
	/* .zm-wizaed-wraper .chat_us_button_icon .custom-dropdown .dropdown-list {
		position: unset;
		margin-bottom: 30px;
	} */
	 
	.next-btn.back-btn button {
		z-index: 99;
	}

	.back-to-step-one {
		cursor:pointer;
	}

	.zm-left-block .next-btn {
		margin-top: 30px;
	}


	#step-one-wizard .zm-inpute-border_element .input-section_element .input-form_element label input[type="radio"] {
		width: 13px !important;
		height: 13px !important;
	}


	.general-setting-color {
		margin-right: 25px;
		gap: 10px;
		flex-direction: column-reverse;
	}

	div#textColorPicker {
		padding-right: 0px;
	}

	.search-template {
		width: 30%;
	}

	.search-template input {
		width: 100%;
		border-radius: 10px;
		background-color: #14315412; 
		padding-left: 25px; 
		font-size: 17px;	
	}


	.fa-picker-pagination a.disabled {
		pointer-events: none;
		opacity: 0.5;
		cursor: default;
	}
	

	.video-toggle-section {
		font-family: inherit;
		font-size: 14px;
		color: #333;
	}
	
	.video-toggle-section .toggle-title {
		font-weight: 600;
		margin-bottom: 8px;
		display: inline-block;
	}
	
	.radio-container {
		display: inline-flex;
		align-items: center;
		margin-right: 20px;
		cursor: pointer;
		position: relative;
		padding-left: 30px;
		font-weight: normal;
	}
	
	.radio-container input[type="radio"] {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}
	
	.radio-container .radio-label {
		cursor: pointer;
	}
	
	/* Custom radio appearance */
	.radio-container::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 18px;
		height: 18px;
		border-radius: 50%;
		border: 2px solid #ccc;
		background-color: #fff;
		box-sizing: border-box;
		transition: border-color 0.2s ease;
	}
	
	/* Inner dot when checked */
	.radio-container input[type="radio"]:checked + .radio-label::after {
		content: "";
		position: absolute;
		left: 5px;
		top: 50%;
		transform: translateY(-50%);
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #6AB82B; /* your green color */
	}
	
	/* Adjust spacing between radio circle and label */
	.radio-container .radio-label {
    	margin-left: -8px;
	}
	
	/* 17-07-2025 */
	.onboarding-action-btn-one-wrap, .onboarding-action-btn-two-wrap{
		display: flex;
		justify-content: space-between;
	}


.page-template-templatespage-login-php .auth-pages-wrapper .left-content .auth-form-content form .single-field-group .has-input-right {
	padding-right: 0px;
}


#welcome .welcome-chat-box .welcome-chat-inner-box .welcome-chat-content .welcom-chat-profile-picture .wcpp-img:first-of-type ~ .wcpp-img{
	clip-path: none !important;
	margin-left: -10px;
}

.welcome-chat-box .welcome-chat-inner-box .welcome-chat-content .welcom-chat-profile-picture .wcpp-img {
    border: 2px solid #ffffff;
}

.zm-left-block-principal-main .start-right .tab-content-area .svg-container .welcome-chat-box .welcome-chat-inner-box {
	height: 570px;
}

.appearance-start .start-right .tab-content-area .svg-container .welcome-chat-box .welcome-chat-inner-box {
	height: 610px;
}

.icon.action-1-icon i {
	color: white !important;
}
  
.icon.action-3-icon i.fas.fa-2 {
	color: #101F30 !important; /* dark blue */
}

/* Common icon size */
.action-3-icon i {
	font-size: 18px;
  }
  
  /* Your desired color */
  .action-3-icon i {
	color: #101F30; /* dark blue */
  }
  
  .action-1-icon i {
	color: #ffffff; /* white */
  }
  