.ac-main-wrapper {
	box-sizing: border-box;
}

.ac-main-wrapper h1,
.ac-main-wrapper h2,
.ac-main-wrapper h3,
.ac-main-wrapper h4,
.ac-main-wrapper h5,
.ac-main-wrapper h6 {
	margin: 0;
	padding: 0;
}

/* repeater css start */
.content-area {
	margin: 33px 200px;
}

.settings-title {
	font-family: Inter;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 4px;
}

.settings-section-title {
	font-family: Inter;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
}

.setttings-section {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	border-bottom: 1px solid #E1E5EB;
	padding-bottom: 12px;
	width: 830px;
}

h2.settings-page-title {
	font-family: 'Inter';
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-align: left;
	border-bottom: 1px solid #E1E5EB;
	margin-bottom: 26px !important;
	padding-bottom: 8px !important;
	width: 830px
}

.section-heading p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
	color: #707680;
}

.achat-section-bg {
	padding: 0px 0px 0px 20px;
	border-radius: 11px;
	gap: 40px;
	background: #F5F7FA;
	margin-bottom: 20px;
	width: 766px;
}

.achat-section-bg h5 {
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 0px;
	letter-spacing: 0em;
	text-align: left;
	color: #000000;
	margin-left: 20px;
}

.achat-section-bg p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	color: #000000;
	opacity: .8;
}

.settings-separator p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
}

.achat-section-row {
	display: flex;
	flex-direction: column;
}

.achat-left-content {
	width: 100%;
}

.setting-page .achat-section-row .achat-left-content h5 {
	margin-left: 0px;
	margin-bottom: 10px;
}

.achat-section-row.settings-page .achat-left-content p {
	margin-bottom: 0px;
}

.achat-btn-area {
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-right: 24px;
	margin-top: 36px;
}

a.achat-msg-edit {
	margin-left: 20px;
	font-size: 14px;
	padding: 5px 12px;
	text-decoration: none;
	border: 1px solid;
	border-radius: 2px;
}

.accordion.greeting {
	display: flex;
	gap: 36px;
	justify-content: space-between;
}

/* toggle button*/
.achat-form-toggle {
	display: inline-flex;
	align-items: center;
	vertical-align: top;
}

.achat-form-toggle input {
	display: none;
}

.achat-form-toggle input:checked~.achat-form-toggle-control {
	background-color: #1d2327;
}

.achat-form-toggle input~.achat-form-toggle-control {
	display: inline-block;
	width: 40px;
	height: 24px;
	background-color: #cdcfd5;
	border-radius: 12px;
	vertical-align: top;
	cursor: pointer;
	position: relative;
	margin: 0px;
}

.achat-form-toggle input~.achat-form-toggle-control::before {
	content: "";
	position: absolute;
	height: 18px;
	width: 18px;
	background-color: #ffffff;
	top: 3px;
	left: 4px;
	border-radius: 50%;
	transition: 100ms;
}

.achat-form-toggle input:checked~.achat-form-toggle-control::before {
	left: 18px;
}

/* repeater css end*/
.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.accordion.greeting.active:before {
	margin-top: 18px;
}

.accordion.greeting::before {
	margin-top: 20px;
}

/* single edit page*/

.back-to-settings a {
	text-decoration: none;
}

.back-to-settings {
	padding: 20px 0px;
	border-bottom: 1px solid #ddd;
}

.enable-toggle {
	border-radius: 1px;
	padding: 10px 0px;
	background-color: #F5F7FA;
	margin-top: 20px;
	border-radius: 5px;
	margin-right: 20px;
}

p.settings-field-title {
	font-family: 'Inter';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
}

input#title {
	width: 400px;
	padding: 8px;
}

.brn-area {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
	align-items: center;
	padding-bottom: 15px;
}

ul#far_itemlist li {
	padding: 0px 0px 0px 20px;
	border-radius: 11px;
	gap: 40px;
	background: #F5F7FA;
	margin-bottom: 20px;
	width: 766px;
	padding-bottom: 18px;
	padding-top: 18px;
}

.accordion p {
	line-height: 0px;
}

ul#far_itemlist .accordion {
	margin-top: 6px;
	font-size: 18px;
	font-weight: 600;
	margin-left: 20px;
	color: #000000;
	font-family: 'Inter';
}

ul#far_itemlist .accordion p {
	line-height: 0px;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 400;
	margin-left: -20px;
}

ul#far_itemlist {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.accordion {
	color: #444;
	cursor: pointer;
	padding: 0px 0px;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	margin-bottom: 16px;
	margin-left: 0px;
}

.panel {
	padding: 0px 0px 4px 0px;
	display: none;
	overflow: hidden;
	width: 762px
}

.accordion::before {
	content: url(/wp-content/plugins/autochat/assets/images/Vector.png);
	position: absolute;
	rotate: 270deg;
	font-size: 22px;
	left: 218px;
}

.accordion.active:before {
	rotate: 0deg;
	margin-top: -3px;
}

textarea[id^="achat-txtarea"] {
	margin-bottom: 15px;
	width: 743px;
	border-radius: 11px;
	padding: 9px 16px;
}

.ach-colors {
	display: flex;
	gap: 98px;
}

.ach-color h6 {
	font-size: 13px;
	line-height: 0;
	margin: 13px 0px;
	font-size: 14px;
}

.rep-achat-section-bg {
	width: 854px;
}

.ach-color {
	margin-bottom: 20px;
}

input.achat-inp {
	padding: 9px 16px;
	width: 280px;
	height: 40px;
	border-radius: 11px;
	border: 1px solid #e1e5eb;
}

.button-save,
.inner-button-save {
	background: #000;
	color: #ffff;
	padding: 16px 24px;
	border-radius: 11px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	float: left;
	border: none;
	margin-top: 20px;
}

.button-save-inn {
	background: #000;
	color: #ffff;
	padding: 16px 24px;
	border-radius: 11px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	border: none;
	margin-right: 16px;
}

li#toplevel_page_chat_message a.wp-first-item {
	display: none;
}

span.reset-btn,
.reset-default-reply {
	font-size: 16px;
	font-weight: 600;
	color: #ff0000;
	cursor: pointer;
	margin-left: 30px;
	display: inline-block;
	position: relative;
}

span.reset-btn:before,
.reset-default-reply:before {
	content: "";
	display: block;
	width: 22px;
	height: 20px;
	background-image: url(/wp-content/plugins/autochat/assets/images/Union.png);
	position: absolute;
	background-size: cover;
	left: -30px;
}

span.ac-remove-btn {
	font-size: 16px;
	font-weight: 600;
	color: #ff0000;
	cursor: pointer;
	margin-left: 25px;
	display: inline-block;
	position: relative;
}

span.ac-remove-btn::before {
	content: "";
	display: block;
	width: 22px;
	height: 20px;
	background-image: url(/wp-content/plugins/autochat/assets/images/trash.png);
	position: absolute;
	background-size: contain;
	left: -30px;
}

span.cancel-btn {
	padding: 16px 24px;
	border-radius: 11px;
	border: 1px solid #c0c5cc;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-right: 14px;
}

input.button.left.add-btn:hover {
	background: none;
}

/* .del-btn .button-save {
      margin-right: 14px;
  } */
.achat-section-row.settings-page {
	display: flex;
	flex-direction: row;
	padding-bottom: 26px;
}

.achat-title-inp {
	width: 743px;
	height: 40px;
	padding: 9px 16px !important;
}

div#message {
	display: none;
}

input.button.right.remove {
	color: red;
	border: none;
	font-size: 18px;
}

.del-btn:before {
	content: "";
	display: block;
	width: 16px;
	height: 18px;
	background-image: url(/wp-content/plugins/autochat/assets/images/trash.png);
	background-size: cover;
	position: absolute;
	margin-top: 9px;
	margin-left: -11px;
}

input.button.right.remove:hover {
	background: #ddd0;
}

input.button.left.add-btn {
	border: none;
	line-height: 16px;
	font-size: 16px;
	font-family: "Inter";
	color: #000;
	background: none;
	font-weight: 600;
}

span.pls-icon img {
	margin-top: 2px;
	margin-right: -12px;
}

.ch-textarea {
	border-radius: 11px;
	width: 743px;
	height: 112px;
	padding: 9px 16px;
}

.ach-colors .wp-color-result-text {
	display: none;
}

.ach-colors .wp-picker-container .wp-color-result.button {
	height: 40px;
	width: 40px;
	border-radius: 8px;
}

.achat-section-bg:hover,
ul#far_itemlist li:hover {
	border: 1px solid #c0c5cc;
}

.del-btn {
	margin-left: 9px;
}

.final-submit-btn {
	margin-right: 44px;
}

.wrap.content-area.auto-chat-section {
	width: 854px;
}

.achat-section-bg.setting-page:hover {
	border: none;
}

.setting-conf-modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.setting-conf-modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 11px 0px;
	border: 1px solid #888;
	width: 424px;
	border-radius: 8px;
	text-align: center;
	position: relative;
}

.setting-conf-modal-content .close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000000;
	opacity: .8;
	font-size: 28px;
	font-weight: 300;
	cursor: pointer;
	padding: 8px;
}

.setting-conf-modal-content .modal-cancel-btn {
	border: 1px solid #C0C5CC;
	background: #ffff;
	border-radius: 11px;
	padding: 16px 24px;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
	cursor: pointer;

}

.setting-conf-modal-content .modal-reset-btn,
.setting-conf-modal-content .modal-del-btn {
	background: #FF0000;
	border-radius: 11px;
	padding: 16px 24px;
	border: none;
	color: #ffffff;
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
	cursor: pointer;

}

.close-button:hover,
.close-button:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.btn-right {
	display: flex;
}

.settings-conf-modal-actions {
	display: flex;
	margin-top: 20px;
	padding: 0px 32px;
	flex-direction: row;
	justify-content: flex-end;
	gap: 24px;
}

.setting-conf-modal-content h2 {
	font-family: 'Inter';
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	text-align: left;
	padding-left: 32px;
	margin: 0;
	padding-bottom: 11px;
	border-bottom: 1px solid #dddd;
}

.setting-conf-modal-content p {
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #000000;
	padding-left: 32px;
}

.wp-core-ui .button-secondary:focus,
.wp-core-ui .button.focus,
.wp-core-ui .button:focus {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
	/* Remove box-shadow if it's causing the issue */
}

.toast {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 30px;
	font-size: 17px;
}

.toast.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
	animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 30px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

/* NEW SETTINGS PAGE STYLES */


:root {
	--primary-bg: #F4F7FA;
	--border-color: #E1E5EB;
	--primary-text-color: #383839;
	--secondary-text-color: #88898A;
}

.primary-bg {
	background-color: var(--primary-bg);
	padding: 20px;
	border-radius: 10px;
}

.ac-main-wrapper .section-padding {
	padding: 15px 0;
}

.border-color {
	border-color: var(--border-color);
}

.border-bottom {
	border-bottom: 1px solid var(--border-color);
	padding: 12px 0;
}

.ac-main-wrapper {
	width: 65%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.ac-main-wrapper h3 {
	margin-bottom: 20px;
}

.ac-main-wrapper .flex-layout {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ac-main-wrapper h4 {
	color: var(--primary-text-color);
	font-size: 18px;
}

.ac-main-wrapper p,
.ac-main-wrapper label {
	color: var(--secondary-text-color);
	font-size: 14px;
	font-weight: 400;
}

.basic-margin {
	margin: 10px 0;
}

.ac-main-wrapper input[type=text] {
	border: 1px solid var(--border-color);
	border-radius: 10px;
	padding: 8px 10px;
	width: 100%;
	outline: none;
}

.ac-main-wrapper input[type=text]::placeholder {
	color: rgba(0, 0, 0, 0.4);
}

.ac-main-wrapper input[type=text]:focus {
	border: 1px solid var(--border-color);
}

.login-area,
.autochat-activation {
	flex-basis: 70%;
}

.ac-input-area {
	flex-basis: 30%;
}

.ac-main-wrapper textarea {
	width: 100%;
	padding: 20px;
	border: var(--border-color);
}

.ac-main-wrapper .widget-text-area {
	margin: 10px 0;
}

.ac-main-wrapper label>img.upload-image {
	border-radius: 50px;
	cursor: pointer;
	width: 48px;
	height: 48px;
}

.ac-main-wrapper .file-type-layout {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 12px;
}

.ac-main-wrapper .remove-button,
.autochat-button {
	cursor: pointer;
	position: relative;
	padding: 15px 24px 15px 24px;
	font-size: 16px;
	border: 1px solid rgba(192, 197, 204, 1);
	border-radius: 10px;
	background: transparent;
	font-weight: 600;
	line-height: 16px;
	transition: all 0.5s;
	text-decoration: none;
}

.ac-main-wrapper button.remove-button:hover,
button.autochat-button:hover {
	background: #fff;
	border: 1px solid #fff;
}

.ac-main-wrapper span.remove-icon img {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* SECTION STYLES */
.brand-icon label {}

.ac-theme-area {
	padding: 20px 0;
}

/* SELECT FIELD STYLES */
.select-box {
	position: relative;
}

.ac-main-wrapper select {
	width: 100%;
	height: 36px;
	appearance: none;
	padding: 0 12px;
	border-radius: 10px;
	border: 1px solid var(--border-color);
	outline: none;
	color: rgba(0, 0, 0, 0.8);

}

.ac-main-wrapper .select-box::after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 8px;
	height: 8px;
	border-right: 1px solid rgba(225, 229, 235, 1);
	border-bottom: 1px solid rgba(225, 229, 235, 1);
	transform: rotate(45deg);
	right: 15px;
	top: 50%;
	margin-top: -8px;
	pointer-events: none;
}

/* The switch - the box around the slider */
.ac-main-wrapper .switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
	float: right;
}

/* Hide default HTML checkbox */
.ac-main-wrapper .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.ac-main-wrapper .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: .4s;
	transition: .4s;
	border: 1px solid rgba(192, 197, 204, 1);
}

.ac-main-wrapper .slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 3px;
	bottom: 3px;
	background: rgba(0, 0, 0, 0.4);

	-webkit-transition: .4s;
	transition: .4s;
}

.ac-main-wrapper input:checked+.slider {
	background-color: #000;

}

.ac-main-wrapper input:checked+.slider::before {
	background-color: #fff;
}

.ac-main-wrapper input:focus+.slider {
	box-shadow: 0 0 1px #fff;
}

.ac-main-wrapper input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.ac-main-wrapper .slider.round {
	border-radius: 34px;
}

.ac-main-wrapper .slider.round:before {
	border-radius: 50%;
}

.ac-main-wrapper input[type="checkbox"] {
	width: 16px;
	height: 16px;
	accent-color: #fff;
	position: relative;
	top: 3px;
}

.colors-area {
	margin-top: 20px;
}

#ac-brand-color-picker,
#ac-secondary-color-picker,
#ac-text-color-picker {
	border: 1px solid var(--border-color);
	padding: 5px 5px;
	background: transparent;
	border-radius: 5px;
	border-left: none;
}

/* RESPONSIVE CODE  */

@media screen and (max-width: 768px) {
	.ac-main-wrapper .ac-input-area {
		flex-basis: 100%;
	}

	.ac-main-wrapper .file-type-layout {
		justify-content: start;
		margin-top: 10px;
	}

	.ac-main-wrapper .switch {
		float: left;
		margin-top: 5px;
	}
}


.ac-icon-select-box {
	position: relative;
	width: 100%;
}

.ac-icon-select-box select {
	display: none;
}

.ac-icon-select-box .selected {
	display: flex;
	align-items: center;
	border: 1px solid var(--border-color);
	cursor: pointer;
	background: #fff;
	padding: 9px 12px;
	border-radius: 10px;
	font-size: 12px;
}

.ac-icon-select-box .selected::after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 8px;
	height: 8px;
	border-right: 1px solid rgba(225, 229, 235, 1);
	border-bottom: 1px solid rgba(225, 229, 235, 1);
	transform: rotate(45deg);
	right: 15px;
	top: 50%;
	margin-top: -8px;
	pointer-events: none;
}

.ac-icon-select-box .selected img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.ac-icon-select-box .options {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
	z-index: 10;
	max-height: 200px;
	overflow-y: scroll;
}

.ac-icon-select-box .options div {
	padding: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.ac-icon-select-box .options div:hover {
	background-color: #f0f0f0;
}

.ac-icon-select-box .options div img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

img#icon-file-preview {
	width: 68px;
}

/* Popup style start */
.autochat-popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

/* Popup Content */
.autochat-popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 752px;
	height: 352px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	background: #F5F7FA;
}

/* Close Button */
.autochat-close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 30px;
	cursor: pointer;
}

/* Buttons */
.autochat-popup-footer-buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.autochat-popup-footer-buttons button {
	margin-left: 10px;
}

/* Textarea */
#autochat-tawk-input {
	width: 100%;
	height: 100px;
}

.popup-title-area {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.popup-title-area h3 {
	margin: 0;
	padding: 16px 20px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

hr {
	margin: 0;
	padding: 0;
	color: #C0C5CC;
}

.popup-manage-content-padding {
	padding: 20px;
}

.popup-content-inner>label {
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	font-family: Inter;
	color: #000000;
	margin-bottom: 5px;
	display: block;
}

.popup-content-inner #autochat-tawk-input {
	width: 100%;
	height: 158px;
	border-radius: 11px;
	padding: 9px 16px;
	border: 1px solid #E1E5EB;
	background-color: #fff;
}

textarea#autochat-tawk-input::placeholder {
	font-size: 14px;
	color: #00000066;
	line-height: 22px;
	font-weight: 400;
}

#autochat-connect-tawk {
	background-color: #000;
	color: #fff;
	padding: 16px 24px;
	border: 1px solid #C0C5CC;
	border-radius: 11px;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	text-decoration: none;
}

#autochat-connect-tawk:hover {
	background: transparent;
	color: #000;
	transition: all 0.5s;
}

.autochat-popup-footer-buttons {
	padding: 0px 20px 20px 20px;
}

/* POPUP STYLE END */

/* SECOND POPUP STYLE START */
.autochat-manage-popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 752px;
	height: 490px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	background: #F5F7FA;
}

.manage-popup-activation-area {
	display: flex;
	justify-content: start;
	gap: 20px;
}

.manage-popup-activation-text>h4,
.popup-manage-content-inner label {
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	margin: 5px 0;
	display: inline-block;
}

.manage-popup-activation-text>p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	margin: 0;

}

.manage-popup-bubble-logo {
	margin: 10px 0;
}

span.ac-space-divider {
	border: 0.5px solid #C0C5CC;
	display: block;
	width: 100%;
	margin: 12px 0;
}

/* SECOND POPUP STYLE END */


/* INTEGRATION PAGE CSS */

.ac-integration-logo img {
	width: 40px;
	height: 40px;
	margin-right: 15px;
}

.ac-integration-title h4 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;

}

.ac-integration-title p {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}


.tawk-connect-button-display-none {
	display: none;
}

.ac-integration-manage-display-block,
.tawk-connect-button-display {
	display: block;
}

.tawk-manage-button {
	margin-left: 15px;
}

.tawk-manage-toggle {
	flex-basis: 20%;
}