:root {
	--vz-success: #94c11f;
	/* --vz-success: rgb(148, 193, 31); */
	--vz-success-rgb: 148, 193, 31;
}
[type=email], [type=number], [type=tel], [type=url] {
	direction: ltr;
}
.text-underline {text-decoration: underline;}
button.btn-action-style {
	padding: 0px;
	border: unset;
	background: unset;
}
.hidden {
	opacity: 0;
	position: absolute;
	z-index: -1;
}
form [readonly="readonly"],
form [readonly="readonly"] ~ .ck-editor {
	background-color: var(--vz-tertiary-bg) !important;
	pointer-events: none !important;
}
form [readonly="readonly"] ~ .ck-editor .ck-content {
	background-color: var(--vz-tertiary-bg) !important;
}
form [readonly="readonly"] ~ .ck-editor {
    background-color: var(--vz-heading-color) !important;
}
table.table tbody td > a {
	/* color: rgba(var(--vz-link-color-rgb), var(--vz-link-opacity, 1)); */
	text-decoration: underline;
}
.sticky-90 {
	position: sticky;
	top: 90px;
}
a[href="javascript:void(0)"] {
	color: var(--vz-table-color-state), var(--vz-table-color-type, var(--vz-table-color));
	text-decoration: none !important;
	cursor: default;
}
label.required:after {
	content: "*";
	display: inline-block;
	margin-left: 5px;
	color: var(--vz-danger);
}
.first-l-upper::first-letter {
	text-transform: uppercase;
}
img.object-cover {
	object-fit: cover;
	object-position: center;
	width: auto;
	height: 100%;
}
button.remove-item-btn {
	padding: 0px;
	background-color: unset;
	border: unset;
}
/* .form-steps .nav-item > .nav-link { */
	/* pointer-events: none; */
/* } */
.form-check .form-check {
	display: inherit;
	margin-bottom: 0px;
	min-height: unset;
	padding-left: 0px;
	position: static;
	text-align: unset;
}
.form-check .form-check .form-check-input {
	margin-top: 0px;
}
form .disabled {
	pointer-events: none !important;
}
form .disabled .form-check-input {
    filter: none;
    opacity: .5;
    pointer-events: none;
    cursor: default;
}
form .disabled .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: .5;
}
.auth-bg-cover {
	background: linear-gradient(-45deg, #2b2e83 50%, #0ab39c);
}
.auth-one-bg .bg-overlay {
	background: #ffffff;
	/* opacity: .9; */
}
.avatar-lg img {
	max-width: 80px;
	max-height: 80px;
}
.input-group-custom {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	/* gap: 15px; */
}
.input-group-custom > .mb-3 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/* align-items: stretch; */
	align-items: flex-end;
	width: 100%;
}
.input-group-custom > .mb-3 > :not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-custom > .mb-3 > :not(:first-child) {
	margin-left: calc(var(--bs-border-width) * -1);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom: 1rem;
}
.input-group-custom > .mb-3 > .input-groups-custom,
.input-group-custom > .mb-3 > .form-control {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.input-group-custom > .mb-3 > .input-groups-custom > :not(:last-child) input,
.input-group-custom > .mb-3 > .input-groups-custom > :not(:last-child) select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-custom > .mb-3 > .input-groups-custom > :not(:first-child) input,
.input-group-custom > .mb-3 > .input-groups-custom > :not(:first-child) select {
	margin-left: calc(var(--bs-border-width) * -1);
	/* border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important; */
	border-radius: 0 !important;
	/* margin-bottom: 1rem; */
}
.input-group-custom fieldset > legend {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: .5rem;
}
.input-groups-custom {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	/* justify-content: space-between; */
	align-items: flex-start;
	/* gap: 30px; */
}
.input-groups-custom.working-time-form-content {
	gap: 15px;
}
/* .input-groups-custom > fieldset { */
	/* flex: 0 0 auto;
	width: calc((100% / 7) - 30px);
	margin-bottom: 0px !important;
	padding: 20px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	background-color: var(--bs-body-bg); */
/* } */
.input-groups-custom.working-time-form-content > fieldset {
	flex: 0 0 auto;
	/* width: calc((100% / 7) - 30px); */
	/* width: calc((100% / 3) - 30px); */
	width: calc((100% / 3) - 10px);
	/* width: calc(100% / 3); */
	min-width: 240px;
	margin-bottom: 0px !important;
	padding: 20px;
	border: var(--vz-border-width) solid var(--vz-border-color);
	border-radius: var(--vz-border-radius);
	background-color: var(--vz-body-bg);
}
.input-groups-custom > button {
	/* display: block; */
	flex-basis: 100%;
	width: auto;
	align-self: flex-start;
}
.achievements-form-content.input-groups-custom > div {
	flex: 0 0 auto;
	width: calc((100% / 3) - 30px);
	margin-bottom: 0px !important;
	padding: 20px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	background-color: var(--bs-body-bg);
}
.achievements-form-content.input-groups-custom > .mb-3 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	/* width: 100%; */
	/* width: calc((100% / 3) - 30px); */
	width: calc(100% / 3);
}
.achievements-form-content.input-groups-custom > .mb-3 > :not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.achievements-form-content.input-groups-custom > .mb-3 > :not(:first-child) {
	margin-left: calc(var(--bs-border-width) * -1);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.achievements-form-content.input-groups-custom > .mb-3 > .form-control {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.lobibox.lobibox-confirm .lobibox-header {
	background-color: var(--vz-warning);
	color: var(--vz-dark);
}
.lobibox.lobibox-confirm .lobibox-footer {
	background-color: var(--vz-body-bg);
	/* color: var(--vz-dark); */
}
.social-networks-form-content.input-groups-custom > div:first-child {
	width: 200px;
}
.social-networks-form-content.input-groups-custom > div:last-child {
	/* width: calc(100% - (200px + 30px)); */
	width: calc(100% - 200px);
	/* width: calc(100% - 199px);
	margin-left: -1px; */
}

.datatables-filter-row th::before,
.datatables-filter-row td::before,
.datatables-filter-row th::after,
.datatables-filter-row td::after {
	content: none !important;
	display: none !important;
}
.datatables-filter-row th, .datatables-filter-row td {
	padding: .75rem .6rem !important;
}
.input-group [type="password"] + .password-addon .ri-eye-fill::before {
	content: "\ecb4";
}
.input-group [type="text"] + .password-addon .ri-eye-fill::before {
	content: "\ecb6";
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
	/* width: 100%; */
	min-width: 150px;
}

.check-img {
	position: relative;
	/* cursor: pointer; */
}
.check-img .form-check {
	position: absolute;
	top: 0.15rem;
	right: 0.25rem;
	height: 1.35rem;
	width: 1.35rem;
	padding: 0px;
	margin: 0px;
	/* position: relative; */
	z-index: -1;
}
.check-img .ri-close-circle-line {
	cursor: pointer;
	position: absolute;
	top: 0.25rem;
	right: 0.25rem;
	height: 1.8rem;
	width: 1.8rem;
	/* padding: 0px;
	margin: 0px; */
	background-color: #ffffff;
	border-radius: 0px 0px 0px 5px;
	text-align: center;
	line-height: 1.3;
	font-size: 24px;
	color: var(--vz-danger);
}
.check-img .form-check-input[type=checkbox] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 1.5rem !important;
	height: 1.5rem !important;
	margin-top: .15em;
	min-height: auto;
	padding: 0;
}
.check-img .form-check .form-check-label {
	display: none;
}
.check-img .form-check .form-check-input {
	margin-left: 0em;
}
.check-img.checked {
	display: none;
}
.check-img.checked img {
	background-color: var(--vz-warning);
}
.dataTables_processing {
	background: rgba(0, 0, 0, 0.7);	/* fond semi-transparent */
	color: #fff;						/* texte blanc */
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 20px;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}
.dataTables_processing::after {
	content: "";
	background: rgba(0, 0, 0, 0.3);	/* fond semi-transparent */
	position: absolute;
	inset: 0px;
	z-index: 99999;
}
.my-spinner {
	font-size: 1.2em;
	color: #007bff;
	text-align: center;
}
.my-spinner i {
	margin-left: 5px;
}
.setting-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	column-gap: 16px;
}
.setting-form > div {
	flex: 0 0 auto;
	/* max-width: calc(50% - 15px); */
	max-width: calc(50% - 8px);
	width: 100%;
}
.setting-form > div:last-of-type {
	flex: 0 0 auto;
	max-width: 100%;
	width: 100%;
	text-align: end;
}
.action-btn {
	border: unset;
	background-color: unset;
	padding: 0px;
}
.img-block .img-content {
	border: 1px solid #00000026;
	border-bottom-width: 0;
	border-radius: .25rem .25rem 0 0;
	justify-content: center;
	align-items: center;
	padding: 10px;
	display: flex;
	overflow: hidden;
	width: 100%;
	max-width: none;
	height: 10.25rem;
	/* background-color: #495057; */
	border-color: #ffffff26;
}
.img-block .img-content img {
	width: auto;
	max-width: 100%;
	height: 100%;
}
.shortcode-list > span {
	border-radius: 0.25rem;
	display: inline-block;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	padding: 7px 10px;
	font-size: 80%;
}
.shortcode-list > span > a {
	color: #ffffff;
}
label + i[data-bs-toggle="tooltip"] {
	width: 20px;
	height: 20px;
	font-size: 18px;
	line-height: 18px;
}
.after-question-tooltip {
	position: relative;
}
.after-question-tooltip::before {
	content: "\f045";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: remixicon !important;
	font-style: normal;
	position: absolute;
	right: -25px;
	width: 20px;
	height: 20px;
	font-size: 18px;
	line-height: 18px;
}
/* form textarea.ckeditor-classic:invalid + .ck-editor {
	outline: 1px solid var(--vz-danger);
	border-radius: 0.25rem;
} */
.form-control.is-invalid, .was-validated .form-control:invalid {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f06548'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3E%3C/svg%3E");
	background-position: right calc(.375em + .25rem) center;
	background-repeat: no-repeat;
	background-size: calc(.75em + .5rem) calc(.75em + .5rem);
	border-color: var(--vz-form-invalid-border-color);
	/* padding-right: calc(1.5em + 1rem); */
}
.form-control.is-invalid + .ck-editor, .was-validated .form-control:invalid + .ck-editor {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f06548'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3E%3C/svg%3E");
	background-position: right calc(.375em + .25rem) center;
	background-repeat: no-repeat;
	background-size: calc(.75em + .5rem) calc(.75em + .5rem);
	outline: 1px solid var(--vz-form-invalid-border-color);
	border-radius: 0.25rem;
	/* padding-right: calc(1.5em + 1rem); */
}
.modal-product .modal-dialog {
	max-width: 1400px;
	width: 100%;
}
img.empty-img {
	margin: 0px 30px;
	width: auto;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
	overflow-x: hidden;
}
body.product.list .card > .card-img-top {
	height: 250px;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
}
body .multi-wrapper {
	border: none;
	position: relative;
}
body .multi-wrapper .search-input {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: .5rem .9rem;
	font-size: .8125rem;
	color: var(--vz-body-color);
	background-color: var(--vz-input-bg-custom);
	border: var(--vz-border-width) solid var(--vz-input-border-custom);
	border-radius: var(--vz-border-radius);
	margin-bottom: 16px;
}
body .multi-wrapper .non-selected-wrapper {
	border: 1px solid var(--vz-input-border-custom);
	background-color: var(--vz-input-bg-custom);
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}
body .multi-wrapper .header {
	font-weight: 600;
	color: var(--vz-gray-600);
}
body .multi-wrapper .item {
	color: var(--vz-body-color);
}
body .multi-wrapper .selected-wrapper {
	border: 1px solid var(--vz-input-border-custom);
	background: var(--vz-input-bg-custom);
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.custom-hover-nav-tabs .nav-item .nav-link {
	/* border-radius: 0; */
	/* height: 45px; */
	/* position: relative; */
	width: auto;
	border-radius: var(--vz-nav-pills-border-radius);
}
.table-mh-400 {
	max-height: 400px;
	overflow: hidden auto;
}



















/* ************************************************************ SMS PREVIEW (/template/sms/edit/XXX) ************************************************************ */
.sms-preview {
	max-width: 360px;
}
.phone-frame {
	border: 12px solid #1a1a1a;
	border-radius: 40px;
	width: 100%;
	height: 600px;
	background: #000;
	display: flex;
	flex-direction: column;
	padding: 0;
	box-shadow: 0 10px 40px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}
/* Encoche du smartphone (notch) */
.phone-frame::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 28px;
	background: #000;
	border-radius: 0 0 20px 20px;
	z-index: 10;
}
/* Haut-parleur */
.phone-frame::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background: #333;
	border-radius: 2px;
	z-index: 11;
}
.sms-screen {
	flex: 1;
	overflow-y: auto;
	padding: 40px 15px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	margin: 8px;
	border-radius: 32px;
}
/* Barre de statut */
.sms-screen::before {
	content: '9:41';
	position: absolute;
	top: 12px;
	left: 30px;
	font-size: 13px;
	font-weight: 600;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	z-index: 12;
}
/* Indicateurs de batterie et signal */
.sms-screen::after {
	content: '■■■■ 📶 🔋';
	position: absolute;
	top: 12px;
	right: 30px;
	font-size: 12px;
	z-index: 12;
}
.sms-message {
	max-width: 75%;
	padding: 12px 16px;
	border-radius: 18px;
	background: #007aff;
	color: #fff;
	align-self: flex-start;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 15px;
	line-height: 1.4;
	word-break: break-word;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	animation: messageAppear 0.3s ease-out;
}
.sms-message.user {
	background: #e5e5ea;
	color: #000;
	align-self: flex-end;
}
@keyframes messageAppear {
	from {
		opacity: 0;
		transform: scale(0.9) translateY(10px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
/* Scrollbar personnalisée */
.sms-screen::-webkit-scrollbar {
	width: 6px;
}
.sms-screen::-webkit-scrollbar-track {
	background: transparent;
}
.sms-screen::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.2);
	border-radius: 3px;
}
/* ************************************************************ /SMS PREVIEW ************************************************************ */
/* ************************************************************ EMAIL PREVIEW ************************************************************ */
.email-preview-wrapper {
	max-width: 900px;
	margin: auto;
	/* position: relative; */
}

.email-preview-wrapper .border {
	/* background: #f3f2f1 !important; */
	background: #ffffff !important;
	/* min-height: 500px !important; */
	min-height: 550px !important;
	padding: 0 !important;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	position: relative;
	overflow: hidden;
}
/* Barre supérieure Outlook */
.email-preview-wrapper .border::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 48px;
	background: #fff;
	border-bottom: 1px solid #e1dfdd;
	z-index: 1;
}
/* Icônes et boutons de la barre supérieure */
.email-preview-wrapper .border::after {
	content: '← ↓ 🗑️ 📁 🏷️ ⋯';
	position: absolute;
	top: 0;
	left: 16px;
	height: 48px;
	display: flex;
	align-items: center;
	font-size: 16px;
	letter-spacing: 12px;
	color: #323130;
	z-index: 2;
}
.email-preview-card {
	max-width: 100%;
	margin: 0;
	background: #ffffff;
	border: none;
	padding: 0px 0px 36px 48px;
	/* padding-left: 48px;
	padding-bottom: 30px; */
	border-radius: 0;
	font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
	color: #323130;
	margin-top: 48px;
	box-shadow: none;
}
/* En-tête de l'email */
.email-preview-card::before {
	content: '';
	display: block;
	/* padding: 20px 24px 16px; */
	padding: 20px 0px 16px;
	border-bottom: 1px solid #edebe9;
	background: #fff;
}
/* Zone de contenu avec padding */
.email-preview-card > * {
	padding-left: 24px;
	padding-right: 24px;
}
.email-preview-card h5 {
	margin: 0;
	padding: 20px 24px 0;
	font-size: 20px;
	font-weight: 600;
	color: #323130;
	line-height: 1.4;
}
/* Métadonnées de l'email (De, À, Date) */
.email-preview-card h5::before {
	content: 'De: contact@entreprise.fr\AÀ: client@example.com\ADate: ' attr(data-date);
	content: 'De: contact@entreprise.fr\AÀ: client@example.com\ADate: 24 octobre 2025, 14:30';
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #605e5c;
	margin-top: 16px;
	margin-bottom: 8px;
	white-space: pre-line;
	line-height: 1.6;
}
/* Séparateur après le sujet */
.email-preview-card h5::after {
	content: '';
	display: block;
	margin: 16px -24px 0;
	height: 1px;
	background: #edebe9;
}
.email-preview-card p {
	padding-left: 24px;
	padding-right: 24px;
	font-size: 14px;
	line-height: 1.7;
	color: #323130;
	margin: 16px 0;
}
.email-preview-card p:first-of-type {
	margin-top: 24px;
}
.email-preview-card img {
	max-width: calc(100% - 48px);
	height: auto;
	margin: 16px 24px;
	border-radius: 4px;
}
/* Barre latérale simulée (panneau de navigation Outlook) */
.email-preview-wrapper::before {
	content: '📧\A\A📬\A\A📤\A\A⭐\A\A🗑️';
	position: absolute;
	/* left: 0; */
	left: 1px;
	top: 49px;
	bottom: 0;
	width: 47px;
	/* background: #f3f2f1; */
	background: #ffffff;
	border-right: 1px solid #e1dfdd;
	border-radius: 8px 0 0 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 16px;
	font-size: 20px;
	line-height: 2.5;
	white-space: pre-line;
	z-index: 3;
}
/* Ajustement du contenu pour la barre latérale */
.border > [data-preview-template-target="preview"] {
	margin-left: 48px;
}
/* ************************************************************ /EMAIL PREVIEW ************************************************************ */
/* ************************************************************ POSTAL MAIL PREVIEW ************************************************************ */
.a4-preview-wrapper {
	max-width: 210mm; /* Largeur A4 réelle */
	margin: 0px auto;
	padding: 20px;
	perspective: 1000px; /* Pour l'effet 3D subtil */
}
.a4-paper {
	width: 100%;
	min-height: 297mm; /* Hauteur A4 réelle */
	background: #ffffff;
	padding: 25mm 20mm; /* Marges classiques de document */
	box-shadow: 
		0 1px 3px rgba(0,0,0,0.12),
		0 4px 8px rgba(0,0,0,0.08),
		0 8px 16px rgba(0,0,0,0.06),
		0 16px 24px rgba(0,0,0,0.04);
	position: relative;
	font-family: 'Times New Roman', Times, serif;
	color: #1a1a1a;
	line-height: 1.6;
}
/* Effet de page légèrement inclinée */
.a4-paper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: inherit;
	z-index: -1;
	transform: translateZ(-1px);
}
/* Texture papier subtile */
.a4-paper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: 
		repeating-linear-gradient(
			0deg,
			transparent,
			transparent 1px,
			rgba(0,0,0,0.01) 1px,
			rgba(0,0,0,0.01) 2px
		);
	pointer-events: none;
	z-index: 1;
}
.a4-paper > * {
	position: relative;
	z-index: 2;
}
.a4-paper h1,
.a4-paper h2,
.a4-paper h3 {
	color: #1a1a1a;
	margin-top: 0;
}
.a4-paper h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}
.a4-paper h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 10px;
}
.header-postal-mail {
	line-height: 1.3;
}
.a4-paper p {
	font-size: 12pt;
	text-align: justify;
	/* margin: 10px 0; */
	margin: 0px 0px 10px;
    line-height: 1.3;
}
.a4-paper img {
	max-width: 100%;
	height: auto;
	margin: 15px 0;
	display: block;
}
/* Version responsive pour petits écrans */
@media (max-width: 768px) {
	.a4-preview-wrapper {
		max-width: 100%;
		padding: 10px;
	}
	.a4-paper {
		min-height: auto;
		padding: 15mm 10mm;
	}
}
/* ************************************************************ /POSTAL MAIL PREVIEW ************************************************************ */