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

#frm_small_device_message_container {
	display: none
}

#api-values-brx_box .istrueflasediv {
	display: none;
	text-align: left;
	width: 200px;
	margin: 10px auto 0 auto;
	font-size: 12px
}

.disabledtab {
	pointer-events: none !important;
}

.hideit {
	display: none;
}

.module_error td {
	color: red;
	font-weight: 500;
}

#api-values-brx_box .istrueflasediv input {
	float: left;
	margin-top: 1px
}

.inputerror {
	border: 1px solid red !important;
}

.api_success,
.api_error {
	margin: 20px 0px;
	background: #438543;
	color: white;
	width: fit-content;
	padding: 6px;
	display: none;
}

.api_error {
	background: #ff0000;
}

.ninjaform {
	background: white;
	padding: 15px 20px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	align-items: center;
	margin-bottom: 10px;
}

.field_wrap_custom {
	margin: 10px 0;
}

.field_wrap_custom {
	border: 1px dashed #e1e1e1;
	border-radius: 5px;
	background: #ffffff;
	padding: 5px 10px !important;
}

.field_wrap_custom h4 {
	padding: 10px 0 !important;
	margin: 5px 0;
	font-size: 16px;
	cursor: pointer;
}

.field_wrap_custom .form-table tr td select {
	width: 100%;
}

.field_wrap_custom .form-table thead tr th {
	font-size: 12px;
}

.field_wrap_custom .form-table thead tr th:first-child {
	padding: 10px 10px 0 0;
}

.field_wrap_custom .form-table thead tr th:nth-child(2) {
	padding: 10px 0 0 10px;
}

.field_wrap_custom .form-table tr td:first-child {
	padding: 10px 10px 10px 0;
}

.field_wrap_custom .form-table tr td:nth-child(2) {
	padding: 10px 0 10px 10px;
}

.field_wrap_custom .form-table tr td:first-child select {
	pointer-events: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #e9ebf1;
	border: none;
	padding: 0 10px;
	font-size: 16px;
	background-image: none;
}

.field_wrap_custom tr.save_action input[type="submit"] {
	width: 100%;
	background: #00b48f !important;
	border: 1px solid #00b48f !important;
}

.field_wrap_custom tr.save_action input[type="submit"]:hover {
	background: #005d8b !important;
	border: 1px solid #005d8b !important;
}

.form-table tr td select {
	border: 1px solid #D5D7DA;
  padding: 10px;
	width:100%;
}

.hide_show {
	display: none !important;
}

.mywrap table input {
	width: 500px;
}

.toplevel_page_brainx_crm_connector .wp-first-item {
	/* display: none;
    */
}

.success_message {
	max-width: 500px;
	background: #D5F2DC;
	/*margin-top: 18px;*/
	padding: 10px;
	border-radius: 10px;
	display: none;
	color: #1E561F;
	line-height: 20px !important;
}

.success_message img {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 5px
}

.container {
	display: flex;
	gap: 20px;
	height: calc(100vh - 330px);
}

.brx_box {
	position: relative;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 15px;
	width: 380px;
	min-height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #ffffff;
}

.brx_box h3 {
	background: #fff;
	position: sticky;
	top: -15px;
	width: 100%;
	display: block;
	margin: 0;
	z-index: 99;
	padding: 15px 0;
}

.brx_box.fields_mapping_for_api .wrap {
	margin: 0 !important
}

.brx_box .wrapper {
	position: relative;
}

.brx_box .wrapper p {
	position: absolute;
	top: 8px;
	left: 12px;
	right: 0;
  margin:0;
	font-size: 14px;
  font-weight:500;
}

.brx_box .save_button {
	position: sticky;
	bottom: -15px;
	padding: 10px 0;
	background: #fff
}

.brx_box .save_button button {
	width: 100%
}

/* .brx_box.form_fields {
     overflow: initial;
}
*/


.draggable-item {
	margin: 8px 0;
	padding: 10px 12px;
	background-color: #E7F5FC;
	border: 1px solid #0D9DDD;
	border-radius: 4px;
	cursor: move;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #0D9DDD;
	transition: all 0.2s;
	font-weight: 700;
}

.draggable-item:hover {
	transform: scale(1.05);
}

.ui-draggable-dragging {
	min-width: 150px;
	min-height: 30px;
	padding: 10px 12px;
	box-sizing: border-box;
}

.draggable-item.ui-draggable-dragging:hover {
	transform: scale(1.0);
}

.istrueflase {
	display: none;
}

.droppable {
	padding: 20px 10px 10px 10px;
	background-color: #ffffff;
	border: 1px dashed #e1e1e1;
	border-radius: 4px;
	text-align: center;
	margin: 10px 0;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.default_value,
.droppable.success {
	background-color: #fff;
	border-color: #0D9DDD;
}

.droppable.error {
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.droppable.error input {
	border-color: red;
}

.droppable p {
	margin: 0;
	font-weight: 500;
	color: #7f8c8d;
}

.droppable .custom-value {
	margin-top: 10px;
	border: 1px solid #dfe6e9;
	border-radius: 4px;
	padding: 10px 10px;
	width: calc(100%);
	font-size: 0.9em;
	text-align: center;
	color: #2c3e50;
}

.remove-btn {
	background-color: #e74c3c;
	color: white;
	border: none;
	border-radius: 4px;
	padding: 6px 12px;
	font-size: 0.8em;
	cursor: pointer;
	margin-top: 0px;
	text-transform: uppercase;
}

.remove-btn:hover {
	background-color: #c0392b;
}

#form-selector {
	padding: 8px 12px;
	font-size: 1em;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	color: #2c3e50;
	cursor: pointer;
}

#get-mapping {
	background-color: #00b48f;
	color: white;
	border: none;
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 1em;
	cursor: pointer;
	text-transform: uppercase;
}

#get-mapping:hover {
	background-color: #005d8b;
}


/* Modal Styles */
.brx_modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.brx_modal-content {
	background-color: white;
	margin: 15% auto;
	padding: 20px;
	border-radius: 8px;
	width: 80%;
	max-width: 400px;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.brx_modal-content h3 {
	color: #e74c3c;
	margin: 0 0 10px 0;
}

.brx_modal-content p {
	font-size: 1em;
	margin: 0 0 20px 0;
}

.brx_modal-content button {
	background-color: #e74c3c;
	color: white;
	border: none;
	border-radius: 4px;
	padding: 10px 20px;
	cursor: pointer;
}

.brx_modal-content button:hover {
	background-color: #c0392b;
}

.req {
	color: red;
}

.mytabclass {
	padding: 10px 15px;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #00b48f;
	margin-right: 5px;
}

.mytabclass.active {
	background: #00b48f;
	color: #fff;
}

.switch-field {
	display: flex;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: 0;
	width: 70px;
	border: 1px solid #00b48f;
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked+label {
	background-color: #00b48f;
	color: #fff;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

.select2-container .select2-selection--multiple {
	min-width: 500px;
  border: 1px solid #D5D7DA;
}

.button-container {
	margin-bottom: 10px
}

.button-container button {
	border: 1px solid #00b48f;
	background: #00b48f;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 4px
}

.button-container button.remove {
	background: transparent;
	color: #00b48f;
}


.crm-api_page_brainxapi_logs table.form-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	color: #4a4a4a;
	margin: 40px 0 20px 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.crm-api_page_brainxapi_logs table.form-table thead {
	background-color: #00b48f;
	color: #fff;
	text-transform: uppercase;
}

.crm-api_page_brainxapi_logs table.form-table thead tr th {
	padding: 12px 15px;
	font-weight: 600;
	color: #fff;
}

.crm-api_page_brainxapi_logs table.form-table th,
.crm-api_page_brainxapi_logs table.form-table td {
	padding: 12px 20px;
	text-align: left;
	border: 1px solid #e1e1e1;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.crm-api_page_brainxapi_logs table.form-table tbody tr:nth-child(odd) {
	background-color: #f9fafb;
}

.crm-api_page_brainxapi_logs table.form-table tbody tr:nth-child(even) {
	background-color: #ffffff;
}


.crm-api_page_brainxapi_logs table.form-table textarea {
	width: 100%;
	border-radius: 4px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.crm-api_page_brainxapi_logs table.form-table button {
	width: 100%;
	background: none;
	border: 1px solid #00b48f;
	border-radius: 4px;
	padding: 8px;
	color: #00b48f;
	margin-top: 5px;
}

.crm-api_page_brainxapi_logs table.form-table td,
.crm-api_page_brainxapi_logs table.form-table th {
	font-size: 14px;
	border-color: #e1e1e1;
}

.crm-api_page_brainxapi_logs table.form-table td {
	color: #555;
}


#wpfooter {
	display: none
}

@media screen and (max-width: 768px) {
	.brainx-api_page_brainxapi_logs table.form-table {
		font-size: 14px;
	}

	.brainx-api_page_brainxapi_logs table.form-table thead {
		display: none;
	}

	.brainx-api_page_brainxapi_logs table.form-table tr {
		display: block;
		margin-bottom: 15px;
	}

	.brainx-api_page_brainxapi_logs table.form-table td {
		display: block;
		text-align: right;
		padding: 8px 10px;
		border-bottom: 1px solid #ddd;
	}

	.brainx-api_page_brainxapi_logs table.form-table td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
		color: #555;
	}

	.brainx-api_page_brainxapi_logs table.form-table td:last-child {
		border-bottom: 0;
	}
}

.tabs-container {
	display: flex;
	width: 100%;
}

.tabs-container .tabs {
	display: flex;
	flex-direction: column;
	width: 20%;
}

.tabs-container .tabs button {
	display: flex;
	align-items: center;
	gap: 10px;

	padding: 15px;
	border: none;
	text-align: left;
	outline: none;
	font-size: 16px;
	border-radius: 8px;
	margin-bottom: 10px;
	cursor: pointer;
	background: #0A0D12;
	color: #fff;
}

.tabs-container .tabs button img {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.tabs-container .tabs button:hover {
	background-color: #FF3C00;
	color: #fff;
}

.tabs-container .tabs button.active {
	background-color: #FF3C00;
	color: #fff;
}

.tabs-container .content {
	flex-grow: 1;
	padding: 40px;
	width: 80%;
	background: #fff;
	margin: 0 30px;
	border-radius: 10px;
	border: 1px solid #D5D7DA;
	color: #343738;
	font-weight: 300;
}

.tabs-container .content h2 {
	color: #000;
	margin: 0;
	font-size: 30px;
	line-height: 1.2 !important;
}

.tabs-container .content h3 {
	color: #000;
	font-size: 22px;
	margin: 0 0 30px 0;
}

.tabs-container .content h3.space_top {
	margin: 40px 0 15px 0;
}

.tabs-container .content h4 {
	color: #000;
	font-size: 18px;
	margin: 20px 0 5px 0;
}


.tabs-container .content p {
	font-size: 16px;
	color: #343738;
	margin: 0 0 15px 0;
}

.tabs-container .content hr {
	border: 0;
	height: 1px;
	background: #D5D7DA;
	margin: 0 0 15px 0;
}

.tabs-container .content a img {
	border: 0 !important
}

.tabs-container .content img {
	width: 100%;
	height: auto;
	border: 0 !important;
	float: none;
	display: block;
}

.tabs-container .content img.preview {
	width: 100%;
	margin-bottom: 15px;
}

.tabs-container .content a.button {
	background: none;
	border: 0;
	color: #fff;
	background: #00b48f;
	border: 1px solid #00b48f;
	padding: 8px 20px;
	font-weight: 400;
}

.tabs-container .content a:hover.button {
	background: #00b48f;
	color: #fff;
}

.tabs-container .content a.button.outlined {
	background: none;
	border: 0;
	color: #00b48f;
	background: #fff;
	border: 1px solid #00b48f;
	padding: 8px 20px;
	font-weight: 400;
}

.tabs-container .content a:hover.button.outlined {
	background: #00b48f;
	color: #fff;
}

.tabs-container .content ul li,
.tabs-container .content ol li {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.5;
	color: #343738;
}

.tabs-container .content ul li span {
	display: block;
	font-weight: bold;
}

.tabs-container .content a:focus,
.tabs-container .content a:active {
	outline: none !important;
	border: 0 !important;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.tab-content.active .columns {
	display: flex;
	width: 100%;
	box-sizing: border-box;
}

.tab-content .left {
	width: 60%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}

.tab-content .right {
	width: 40%;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.tab-content_title {
	border-bottom: 1px solid #D5D7DA;
	margin: -20px -40px 0 -40px;
	padding: 0 40px 20px 40px
}

.tab-content_item {
	padding: 30px 0
}

.tab-content_item.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}

.tab-content_item:not(.grid)>div {
	max-width: 900px;
}

@media (max-width:900px) {
	.tab-content_item.grid {
		grid-template-columns: 1fr;
	}
}

.brainx_logo {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	padding: 15px 30px 20px 20px;
	border-bottom: 1px solid #D5D7DA;
	box-sizing: border-box;
	width: calc(100% + 20px);
	margin: 0 0 30px -20px;
	line-height: 1;
}

.brainx_logo h1 {
	margin: 0;
}

.brainx_version {
	margin-left: auto;
	font-size: 12px;
	color: #6B7280;
}

.brainx_logo img {
	width: 250px;
}


.brainx_logo h1 {
	color: #000;
}

.success_message.show {
	display: block !important;
}


.switch {
	display: inline-block;
	height: 32px;
	position: relative;
	width: 60px;
}

.switch input {
	display: none;
}

.switch .slider {
	background-color: #A5A9B9;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

.switch .slider:before {
	background-color: #fff;
	bottom: 4px;
	content: "";
	height: 24px;
	left: 4px;
	position: absolute;
	transition: .4s;
	width: 24px;
}

.switch input:checked+.slider:before {
	background-color: #FF3C00;
}

.switch input:checked+.slider {
	background-color: #FFE4DB;
}

.switch input:checked+.slider:before {
	transform: translateX(26px);
}

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

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


.tab {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	overflow-x: auto;
	margin-bottom: 40px;
  position:relative;

}

.tab::after {content:'';height:1px;background:#D5D7DA;left:0;right:0;bottom:0;position:absolute}

.tab button {
	appearance: none;
	background: none;
	border: none;
	padding: 12px 18px;
	margin: 0;
	font-size: 15px;
	color: #6b7280;
	font-weight: 500;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	transition: all 0.25s ease;
	border-radius: 0;
  z-index:9
}

.tab button:hover {
	color: #374151;
}

.tab button.active {
	color: #111827;
	border-bottom: 2px solid #ff3c00;
	/* Blau */
	background-color: transparent;
	font-weight: 600;
}

.tabcontent {
	display: none;
	animation: fadeEffect 0.3s ease-in-out;
}

.brainx_success-toast {
	position: fixed;
	left: 50%;
	top: 50px;
	transform: translateX(-50%) translateY(-10px);
	min-width: 260px;
	max-width: calc(100% - 40px);
	z-index: 99999;
	display: none;
	justify-content: center;
	pointer-events: none;
	/* allow clicks through when hidden/invisible; inner element receives events */
	transition: transform 260ms cubic-bezier(.2, .9, .2, 1), opacity 200ms ease;
	opacity: 1;
	will-change: transform, opacity;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.brainx_success-toast.shownow {
	display: flex;
}

/* inner box */
.brainx_success-inner {
	pointer-events: auto;
	background: linear-gradient(180deg, #f6fffa, #ecfff4);
	color: #0b6b3a;
	border: 1px solid rgba(11, 107, 58, 0.12);
	box-shadow: 0 8px 24px rgba(10, 30, 18, 0.12);
	padding: 10px 14px;
	border-radius: 10px;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	box-sizing: border-box;
	transform-origin: center top;
	/* accessible size */
	font-size: 15px;
	line-height: 1.2;
}

/* visible state */
.brainx_success-toast[data-show="true"] {
	transform: translateX(-50%) translateY(0);
	opacity: 1;
}


/* small screens shift to full-width centered look */
@media (max-width: 480px) {
	.brainx_success-toast {
		top: 12px;
		left: 50%;
		width: calc(100% - 24px);
		transform: translateX(-50%) translateY(-10px);
	}

	.brainx_success-inner {
		width: 100%;
		justify-content: space-between;
		gap: 10px;
	}

	.brainx_success-message {
		max-width: calc(100% - 64px);
	}
}

@keyframes fadeEffect {
	from {
		opacity: 0;
		transform: translateY(5px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


.card-wrapper {
	flex-grow: 1;
	width: 80%;
	background: #fff;
	margin: 0;
	border-radius: 10px;
	border: 1px solid #D5D7DA;
	color: #343738;
	font-weight: 300;
	overflow: hidden;
}

.card-wrapper .wrap {
	padding: 0 !important
}


.card-head {
	padding: 20px 40px;
	border-bottom: 1px solid #D5D7DA;
}

.card-wrap-inner {padding:20px 40px 40px 40px}

.card-body {
	padding: 40px;
}

.card-wrapper .button {
	background: none;
	border: 0;
	color: #fff;
	background: #00b48f;
	border: 1px solid #00b48f;
	padding: 8px 20px;
	font-weight: 400;
}

.card-wrapper .button:hover {
	background: none;
	border: 0;
	color: #fff;
	background: #00b48f;
	border: 1px solid #00b48f;
	padding: 8px 20px;
	font-weight: 400;
}

.card-wrapper input {
	border: 1px solid #D5D7DA;
	padding: 10px
}


body[class^="brainx-api"] {}


.form-table.logs,
.forms_table.ninjaforms,
.forms_table.formidable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
	font-size: 14px;
	border: 1px solid #D5D7DA;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	margin-top: 0;
}

.form-table.logs tbody tr:last-child td:first-child,
.forms_table.ninjaforms tbody tr:last-child td:first-child,
.forms_table.formidable tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

.form-table.logs tbody tr:last-child td:last-child,
.forms_table.ninjaforms tbody tr:last-child td:last-child,
.forms_table.formidable tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

.form-table.logs thead th,
.forms_table.ninjaforms thead th,
.forms_table.formidable thead th {
	background: #000;
	color: #fff;
	padding: 12px 14px;
	text-align: left;
	font-weight: 600;
}

.form-table.logs tbody td,
.forms_table.ninjaforms tbody td,
.forms_table.formidable tbody td {
	padding: 16px 14px;
	border-bottom: 1px solid #D5D7DA;
	vertical-align: top;
}

.forms_table.ninjaforms tbody td,
.forms_table.formidable tbody td {
	vertical-align: middle
}

.form-table.logs tbody tr:last-child td,
.forms_table.ninjaforms tbody tr:last-child td,
.forms_table.formidable tbody tr:last-child td {
	border-bottom: 0
}


.forms_table.ninjaforms tbody a,
.forms_table.formidable tbody a {
	color: #00B48F;
	text-decoration: none;
	font-weight: bold
}


.form-table.logs textarea {
	width: 100%;
	min-height: 120px;
	resize: vertical;
	font-family: monospace;
	font-size: 13px;
	background: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px;
	overflow: auto;
}

.form-table.logs button {
	margin-top: 8px;
	padding: 8px 14px;
	background: #fff;
	border: 1px solid #00B48F;
	border-radius: 6px;
	color: #00B48F;
	font-size: 13px;
	cursor: pointer;
	transition: 0.15s;
	width: 100%;
}

.form-table.logs button:hover {
	background: #E0F4EF;
}

.form-table.logs td:nth-child(3) {
	font-weight: 600;
	color: #3aa76d;
}

.form-table.logs td:last-child {
	white-space: nowrap;
	color: #444;
}

.form-table-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f6f7f7;
	border: 1px solid #D5D7DA;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	padding: 18px 22px;
	font-size: 20px;
	font-weight: 600;
}

.form-table-head.no_flex {
	display: block;
}

.form-table-head.no_flex p {
	margin: 0;
	font-weight: 300;
}

.form-table-head div:last-child {
	display: flex;
}

.form-table-head a {
	padding: 10px 18px;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #18a689;
	color: #18a689;
	background: #fff;
	transition: all 0.15s ease;
}

.form-table-head a:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(24, 166, 137, 0.25);
}

.form-table-head a:first-child {
	border-radius: 6px 0 0 6px;
}

.form-table-head a:last-child {
	border-radius: 0 6px 6px 0;
}

.form-table-head a.active {
	background: #18a689;
	color: #fff;
}


.status-cell {
	vertical-align: middle;
}

.bx-switch {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	border-radius: 999px;
}

.bx-switch input {
	position: absolute;
	opacity: 0;
	pointer-events: none;

	appearance: none !important;
	-webkit-appearance: none !important;
}

.bx-switch-label {
	position: relative;
	width: 50px;
	height: 28px;
	cursor: pointer;
	display: inline-block;
}

.bx-switch-track {
	position: absolute;
	inset: 0;
	border-radius: 999px;
	background: #d1d5db;
	border: 1px solid #c7ccd1;
	transition: all 0.2s ease;
}

.bx-switch-thumb {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	transition: transform 0.2s ease;
}

.bx-switch-input:checked+.bx-switch-label .bx-switch-track {
	background: #10b981;
	border: 1px solid #059669;
}

.bx-switch-input:checked+.bx-switch-label .bx-switch-thumb {
	transform: translateX(22px);
}

.bx-switch-status {
	font-size: 14px;
	font-weight: 600;
	color: #374151;
}

.bx-switch-input:checked~.bx-switch-status {
	color: #059669;
}

.bx-switch * {
	box-sizing: border-box;
}

.bx-switch label {
	line-height: normal !important;
}

.bx-switch *:focus {
	outline: none !important;
	box-shadow: none !important;
}

.infobox_green {background:#eaf8f1;border:1px solid #60b864;border-radius:4px;padding:10px}
.infobox_green p {color:#60b864!important;margin:0!important}


.infobox_red {background:#f7eded;border:1px solid #bd5657;border-radius:4px;padding:10px}
.infobox_red p {color:#bd5657!important;margin:0!important}

.error_tr .statustext {
    color: red !important;
}


