/* Modal: New Campaign.
-------------------------------------------------------------- */

#psupsellmaster-modal-new-campaign .psupsellmaster-new-campaign-instructions {
	margin: 0 0 30px;
}

#psupsellmaster-modal-new-campaign .psupsellmaster-templates-sections {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0;
	width: 100%;
}

#psupsellmaster-modal-new-campaign .psupsellmaster-templates-section {
	flex: 1 1 100%;
	margin: 0;
}

#psupsellmaster-modal-new-campaign .psupsellmaster-templates {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 15px;
	width: 100%;
}

#psupsellmaster-modal-new-campaign .psupsellmaster-templates-section:not(:last-child) .psupsellmaster-templates {
	margin-bottom: 15px;
}

#psupsellmaster-modal-new-campaign .psupsellmaster-template {
	background-color: #f7f7f7;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	flex: 0 0 calc( 50% - 15px );
	/* height: 100px; */
	height: auto;
	margin: 0;
	position: relative;
	transition: all 0.2s linear;
	width: calc( 50% - 15px );
}

#psupsellmaster-modal-new-campaign .psupsellmaster-template:hover {
	background-color: #e3e3e3;
	border-color: #878787;
}

#psupsellmaster-modal-new-campaign .psupsellmaster-template-link {
	align-items: center;
	border-radius: 5px;
	box-sizing: border-box;
	color: #444444;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

#psupsellmaster-modal-new-campaign .psupsellmaster-template-title {
	padding: 15px 15px 30px;
}

#psupsellmaster-modal-new-campaign .psupsellmaster-template .psupsellmaster-template-thumbnail {
	height: auto;
	opacity: 1;
	transition: all 0.2s linear;
	width: 100%;
}

#psupsellmaster-modal-new-campaign .psupsellmaster-template:hover .psupsellmaster-template-thumbnail {
	opacity: 0.6;
}

#psupsellmaster-modal-new-campaign .psupsellmaster-btn-delete-template {
	bottom: 5px;
	color: #ff0000;
	display: none;
	left: 50%;
	position: absolute;
	text-decoration: none;
	transform: translateX( -50% );
}

#psupsellmaster-modal-new-campaign .psupsellmaster-btn-delete-template:hover {
	color: #960000;
}

#psupsellmaster-modal-new-campaign .psupsellmaster-template:hover .psupsellmaster-btn-delete-template {
	display: block;
}

#psupsellmaster-modal-new-campaign .psupsellmaster-lite-notice {
	margin-top: 0;
}


/* Modal: Save Template.
-------------------------------------------------------------- */

#psupsellmaster-modal-save-template .psupsellmaster-modal-footer {
	display: flex;
	gap: 10px;
}


/* Media Query */


/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}

/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {}

/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {

	/* Modal: New Campaign.
	-------------------------------------------------------------- */

	#psupsellmaster-modal-new-campaign .psupsellmaster-template {
		flex: 0 0 calc( 20% - 15px );
		width: calc( 20% - 15px );
	}

}

/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}
