.CustomerEditForm .rd-infobar {
	margin-bottom: var(--rd-spacing-x-big);
}

pc-client-customer-editor {
	position: relative;
	display: block;
}

#rd-loading-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	padding-top: 10em;
	z-index: 100;
}

#ansprechpartner_toggle_DEL {
	display: flex;
	flex-direction: column;
	gap: var(--rd-spacing-md);
}

.CustomerEditForm .rd-card-left {
	margin-right: 0;
}

.rd-input-nested-content select {
	padding: 0 var(--rd-spacing-md);
	font-size: var(--rd-fontsize-3);
	width: 100%;
	height: 40px;
	border-radius: var(--rd-borderradius-border-md);
	border: 1px solid var(--rd-input-default);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.rd-input-nested-content:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: calc(100% - 23px);
	height: 15px;
	width: 15px;
	background-image: url(/src/img/2023/svg/icons/rd-icon-arrow-select.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	vertical-align: middle;
	align-self: center;
	pointer-events: none;
}

.rd-input-nested-content {
	position: relative;
	display: flex;
}

.rd-input-content.grid_2_1 {
	grid-template-columns: 2fr 1fr;
	display: grid;
}

.rd-input-content.grid_1_2 {
	grid-template-columns: 1fr 2fr;
	display: grid;
}

/* 
.rd-select select#rechnungstyp_select {
  border-color: #ab4e67;
} */

.rd-slider-row .rd-input-content {
	display: grid;
	gap: 16px;
}

.rd-card-left {
	position: relative;
}

.rd-grid-twocols .rd-input-content {
	gap: 0 !important;
}

.rd-grid-twocols .rd-input-content.grid_1_2,
.rd-grid-twocols .rd-input-content.grid_2_1 {
	gap: 16px !important;
}

.rd-client-customer-editor-leave-popup .rd-compact-popup-title {
	margin-top: 64px;
}

.rd-client-customer-editor-leave-popup .rd-compact-popup-subtitle {
	margin-bottom: 56px !important;
}

.rd-client-customer-editor-leave-popup.rd-compact-popup-modal [data-key="back"].button.border {
	border: 1px solid var(--rd-primary-active) !important;
	margin-top: var(--rd-spacing-md);
	padding: var(--rd-spacing-x-sm) var(--rd-spacing-md) !important;
}

.rd-client-customer-editor-leave-popup.rd-compact-popup-modal [data-key="back"].button.border:hover {
	background-color: var(--rd-primary-hover) !important;
	text-decoration: none;
	border: var(--rd-borderwidth-border-default) solid var(--rd-primary-hover) !important;
	color: var(--rd-font-light) !important;
}

.rd-client-customer-editor-leave-popup.rd-compact-popup-modal [data-key="loose"].button.border {
	margin-top: var(--rd-spacing-lg);
}

.rd-client-customer-editor-leave-popup.rd-compact-popup-modal [data-key="loose"].button.border::before {
	content: "";
	mask-image: url(/src/img/2023/svg/icons/rd-icon-exclamation.svg);
	-webkit-mask-image: url(/src/img/2023/svg/icons/rd-icon-exclamation.svg);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-position: 50%;
	-webkit-mask-position: 50%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	display: inline-block;
	margin-right: 4px;
	height: 15px;
	width: 15px;
	vertical-align: middle;
	background-color: var(--rd-primary-active);
	align-self: center;
	margin-bottom: 1px;
}

.rd-client-customer-editor-leave-popup.rd-compact-popup-modal [data-key="loose"].button.border:hover::before {
	background-color: var(--rd-primary-hover);
}

.contactUser a {
	color: var(--rd-secondary-active) !important;
}

.m_b {
	margin-bottom: 48px;
}

pc-client-customer-editor .rd_text_info_caveat_box {
	right: -115px;
	top: -75px;
	font-size: var(--rd-fontsize-6);
	z-index: 100;
	transform: rotate(-13deg);
	width: 311px !important;
}

pc-client-customer-editor .rd_text_info_caveat_pfeil {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	top: -85px;
	right: -50px;
}

pc-client-customer-editor .rd-card-headline {
	line-height: 37px;
}

pc-client-customer-editor .rd-card-headline,
.rd-card-headline-slider {
	border-bottom: var(--rd-borderwidth-border-default) solid var(--rd-input-default);
}

pc-client-customer-editor .rd-grid-twocols {
	gap: var(--rd-spacing-x-lg);
}

.badge_mobile {
	display: none;
}

@media (max-width: 1440px) {
	.rd-grid-twocols {
		grid-template-columns: 1fr;
	}

	pc-client-customer-editor .rd_text_info_caveat_box {
		right: 0;
		top: -65px;
	}

	pc-client-customer-editor .rd_text_info_caveat_pfeil {
		top: -90px;
		right: 20px;
	}
}

@media (max-width: 700px) {
	pc-client-customer-editor .rd_text_info_caveat_pfeil {
		right: -30px;
	}

	pc-client-customer-editor .rd_text_info_caveat_box {
		right: -25px;
		top: -25px;
	}

	.badge_mobile {
		display: block;
	}

	.badge_website {
		display: none;
	}
}

@media (max-width: 600px) {
	pc-client-customer-editor[data-tab="INVOICE"] .CustomerEditForm .rd-card-left::before {
		display: none;
	}
}

@media (max-width: 550px) {
	pc-client-customer-editor .rd_text_info_caveat_box,
	pc-client-customer-editor .rd_text_info_caveat_pfeil {
		display: none;
	}
}
