.prev_image {
	margin-bottom: 10px;
	width: 300px;
}
.prev_pdf {
	height: 800px;
	margin-bottom: 10px;
	width: 600px;
}
.delete-image, .delete-pdf, .delete-video, .delete-image-local, .delete-pdf-local, .delete-video-local {
	display: block;
}
.np-db-box a {
	color: white;
}
.np-db-box a:hover {
	color: rgb(220, 220, 220);
}
.news-image-container .imagedesc-element {
	display: none;
}
.np-link-bg {
	background-color: #ff0606;
	color: white;
}
.publish-page-form section {
	margin: 40px 0;
}
.image-upload-container {
	padding: 0 30px;
	border: 1px dashed black;
	border-radius: 3px;
}
.form-group {
	margin: 20px 0;
}
.hidden_prev_image {
	position: absolute;
	max-width: none;
	visibility: hidden;
}
.wrong-size {
	border: 4px solid red;
}
.image-element {
	padding: 20px;
}
.controls h5 {
	margin-top: 10px;
}
.productsection {
	margin-bottom: 100px;
}
.np-fixed {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.np-sec-heading {
	font-weight: 600;
	font-size: 22px;
}
.np-navi {
	position: fixed;
	color: #d5dfea;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: #272E48;
	padding:  20px;
}
.np-navi a {
	color: #d5dfea;
}
.np-save-notification {
	background-color: #00bcd4 !important;
}

body {
    overflow: hidden; /* verhindert Scrollen während das Preloading passiert */
}

#np-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(39, 46, 72, 0.97); /* Transparenz kann nach Belieben angepasst werden */
    z-index: 9999; /* stellt sicher, dass der Preloader im Vordergrund angezeigt wird */
    display: flex;
    justify-content: center;
    align-items: center;
}

#np-logo {
    width: 15vw; /* passen Sie die Größe des Logos an Ihre Bedürfnisse an */
    height: auto;
}

.np-search-container {
	position: absolute;
	top: 0;
	right: 0;
}

.np-full-width-link {
	color: black;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.np-search-row {
	cursor: pointer;
}

.drag-drop-zone {
	border: 2px dashed #ccc;
	margin: 10px;
	padding: 50px;
	text-align: center;
}
.drag-drop-zone.hover {
	border-color: #777;
}
.bulkexport-btn{
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.mt-0 {
	margin-top: 0px;
}
.np-top-nav-center {
	display: flex; align-items: center;
}
.np-select-header {
	position: absolute;
	top: 10px;
	right: 40px;
}
.np-checkbox-nolabel {
	min-width: 0px !important;
}
.np-colortable tbody {
	color: white;
}