.e_block_modal_offer_icon_category_wrap {
	gap:10px;
}

.e_block_modal_offer_icon_category_preview {
	width:20px;
	height:20px;
}

.e_block_modal_offer_icon_category {
	display:none;
}

.e_block_modal_offer_icon_category_label {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
}

.e_block_modal_offer_icon_category:checked + .e_block_modal_offer_icon_category_label {
	border-color:#222;
}

.e_block_modal_offer_icons_out {
	width: 100%;
    text-align: center;
}

.e_block_modal_icon_svg {
	width: 40px;
	height: 40px !important;
	padding: 10px;
	cursor: pointer;
	box-sizing: unset;
}

#e_block_modal_offer_icon_select_out img {
    width: 40px;
    box-sizing: unset;
}

.e_modal_block_offer_mask_container {
	display: flex;
    flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.e_modal_block_offer_mask_container .e_block_modal_mask_images_svg {
	display: block;
	width: 100px;
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid #eeeeee;
}

.e_block_modal_mask_images_svg.active {
	border: 2px solid #00ff00;
}


/* --- WAVE --- */
.e_block_modal_offer_wave_svg_container {
	padding: 10px;
}

.e_block_modal_wave_svg {
	box-sizing: border-box;
	width: 100%;
	border: solid 1px #cccccc;
	margin-bottom: 10px;
}

.e_block_modal_wave_svg:hover {
	cursor: pointer;
}

.e_block_modal_wave_svg.active {
	border: solid 2px #00ff00;
}

.e_block_modal_wave_none {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	background-color: #e7e7e7;
}

/* --- ICONS CPANEL --- */
.block_offer_text_container {
	position: relative;
}

.block_offer_icon {
	position: relative;
}

.block_offer_icon .e_item_panel {
    width: 120px;
    left: calc(50% - 60px);
}


.block_offer_icon:hover .e_item_panel {
	opacity: 1;
}

/* --- BUTTONS CPANEL --- */
.block_offer_button_container {
	position: relative;
}

.block_offer_button {
	position: relative;
}

.block_offer_button .e_item_panel {
    width: 120px;
    left: calc(50% - 60px);
}

.block_offer_button:hover .e_item_panel {
	opacity: 1;
}