/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

 #marking_product_modal .modal-header::after{
    content: none;
}

.marking_select_box,.marking_select_box:focus-visible{
    font-family: Moderat;
    font-size: 16px;
    /*font-weight: 700;*/
    line-height: 20.8px;
    text-align: left;
    border: 1px solid #F1DDCD;
    height: 38px;
    max-width: 100%;
}

.marking-label{
    text-align: left;
    font-family: Moderat;
    font-size: 16px;
    font-weight: 700;
}

.margin-b-1{
    margin-bottom: 1rem;
}

.marking_zone_h2{
    text-transform: uppercase;
    color: #e0b683;
}


/** FILE UPLOAD CSS */
.file-upload {
    background-color: #ffffff;
    width: 100%;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #242d48;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #242d48;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #242d48;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}



.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #242d48;
    position: relative;
}

.image-upload-wrap.disabled{
    border: 4px dashed #8a92ad;
}

/*.image-dropping,
.image-upload-wrap:hover {
  background-color: #242d48;
  color:#fff;
  border: 4px dashed #ffffff;
}*/

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
    display: flex;
    justify-content: center;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #242d48;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    text-align: center;
}

.remove-image {
    position: relative;
    border: none;
    background: none;
    color: #a75530;
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    background-image: linear-gradient(to right, #002060 50%, #a75530 50%);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    transition: background-position 0.3s ease;
}

.remove-image:hover {
    background-position: -100% 0;
}

.remove-title {
    text-decoration: underline;
}

.remove-icon {
    font-size: 16px;
    margin-right: 5px;
    line-height: 1;
}

.delete-marking{
    background: transparent;
    color:#a75530;
    border:none;
    cursor: pointer;
    height: 74px;
    padding: 0;
}
.delete-marking:disabled{
    color:#a756306e;
    cursor:not-allowed;
}
.delete-marking:focus{
    outline: none;
}

#marking_selection_1,
#marking_selection_2{
    /*width:calc(50% - 20px);*/
    min-width: 300px;
}
#marking_selection_1 h2,
#marking_selection_2 h2{
    font-size: 20px;
    margin: 0;
}
#marking_selection_1 .btn.btn_default_3.customize,
#marking_selection_2 .btn.btn_default_3.customize{
    width: 100%;
}
#marking_selection_1 .title_marking_zone,
#marking_selection_2 .title_marking_zone{
    justify-content: space-between;
}
.marking_select_box option{
    font-size: 15px;
}

@media (min-width:767px) {
    #marking-zone{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
        gap: 20px;
    }
}

.area-miniature{
    cursor: pointer;
}

.area-miniature img{
    width: 120px;
    position: relative;
}

.area-miniature img:hover{
    transform: translateY(-6px);
}

.area-miniature label{
    border: 1px solid #e0b683;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.area-miniature label:hover{
    border: 1px solid #000;
}

:checked + label {
    border: 1px solid #000;
    font-weight: bold;
}
.area-miniature label:has(input:checked) {
    border: 2px solid #a75530;
    font-weight: bold;
}

#add-zone-parent{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 5em;
}
@media (max-width:766px) {
    #add-zone-parent{
        padding: 0 3em;
    }
}
