/**
* 2007-2026 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-2026 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.
*/
.site-breadcrumb .container{
    padding: 0;
}

.site-breadcrumb + .row{
    margin: 0;
}

.page_title{
    font-size: 42px;
    line-height: normal;
    margin-bottom: 15px;
}

.become_partner_form .two_columns_inputs{
    display: flex;
    gap: 30px;
}

.become_partner_form_container{
    margin-top: 120px;
}

.become_partner_form input{
    width: 100%;
    height: 50px;
    font-family: 'Outfit-Regular';
    font-weight: 400;
    padding-left: 15px;
    border: 1.5px solid #e1e1e1;
    border-radius: 6px;
    outline: none;
}

.become_partner_form select{
    width: 100%;
    height: 50px;
    font-family: 'Outfit-Regular';
    font-weight: 400;
    padding-left: 15px;
    border: 1.5px solid #e1e1e1;
    border-radius: 6px;
    outline: none;
}

.become_partner_form textarea{
    font-family: 'Outfit-Regular';
    font-weight: 400;
    padding: 15px;
    border-radius: 6px;
    border: 1.5px solid #e1e1e1;
    outline: none !important;
    width: 100%;
    min-height: 120px;
    resize: none;
}

.become_partner_form .form-group{
    width: 100%;
    margin-bottom: 30px;
}

.become_partner_form label{
    font-family: 'Outfit-Medium';
    font-weight: 500;
    line-height: 20px;
    color: #252525;
    display: block;
}

.form_submit_button{
    cursor: pointer;
    background: #83a7d4;
    color: white;
    font-weight: 600!important;
    font-family: 'Outfit-SemiBold' !important;
    text-transform: uppercase;
    border-radius: 4px!important;
    border: none!important;
    margin-bottom: 60px;
    transition: .3s;
    padding: 0!important;
    margin-top: 30px;
    width: 100%;
    height: 50px;
    outline: none!important;
}

.form_submit_button:hover{
    background: #668cc7;
}

.form-group.custom_checkbox{
    margin: 0;
}

.form-group.custom_checkbox label{
    cursor: pointer;
    display: inline-block;
}

.form-group.custom_checkbox input{
    display: none;
}

.form-group.custom_checkbox input + span{
    display: inline-block;
    align-items: center;
    position: relative;
    padding-left: 30px;
}

.form-group.custom_checkbox input + span:before{
    content: "";
    width: 22px;
    height: 22px;
    border: 1.5px solid #e1e1e1;
    border-radius: 4px;
    display: inline-flex;
    top: -1px;
    position: absolute;
    left: 0;
}

.form-group.custom_checkbox input:checked + span:before{
    background-color: #83a7d4;
    border-color: #83a7d4;
}

.form-group.custom_checkbox a{
    color: #1e266d;
    text-decoration: underline;
}

.form-group.custom_checkbox input:checked + span:after{
    width: 20px;
    height: 20px;
    content: "\e902";
    font-family: 'Atplast' !important;
    position: absolute;
    left: 5px;
    font-size: 12px;
    color: #fff;
    top: 1px;
}

.become_partner_form .field_error{
    display: block;
    color: red;
    padding-top: 5px;
}

.become_partner_form .privacy_policy_error, .mail_error{
    display: block;
    color: red;
}

.form_submit_button.loading{
    pointer-events: none;
}

.form_submit_button.loading .button_text{
    display: none;
}

.form_submit_button.loading .button_loader{
    display: inline-block;
    position: relative;
    top: 3px;
}

.become_partner_form .form-group.has-error input
{
    border-color: red;
}

.form-group.custom_checkbox.has-error input + span:before{
    border-color: red!important;
}

.form_submitted_message{
    display: none;
    margin-top: 30px;
    margin-bottom: 60px;
}

.become_partner_form_container.form_submitted .form_submitted_message{
    display: block;
}

.become_partner_form_container.form_submitted .become_partner_form{
    display: none;
}

.form_submitted_message .container_for_checkmark img{
    width: 50px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.form_submitted_message .container_for_checkmark{
    display: inline-block;
    background: #83a7d4;
    padding: 15px;
    border-radius: 100px;
    margin-bottom: 30px;
}

.form_submitted_message{
    text-align: center;
}

.form_submitted_message p{
    margin-bottom: 30px;
}

.form_submitted_message .popup_success_close_button{
    background: #83a7d4;
    color: white !important;
    display: inline-flex;
    position: relative;
    border-radius: 4px;
    height: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    transition: .3s;
}

.container_for_become_a_partner_image img{
    width: 100%;
    max-height: 800px;
    object-fit: cover;
}

.container_for_become_a_partner_image{
    margin-top: 60px;
    margin-bottom: 60px;
}

.site-category-list-wrapper .site-category-list-item{
    padding-top: 120px;
}

.become_a_partner_head h2{
    text-align: center;
}

@media (max-width: 1175px){
    .site-category-list-wrapper .site-category-list-item{
        padding-top: 120px!important;
    }
}

@media (max-width: 768px){
    .site-category-list-wrapper .site-category-list-item{
        padding-top: 30px;
    }

    .site-category-list-wrapper .site-category-list-item{
        padding-top: 40px!important;
    }

    .become_partner_form_container{
        margin-top: 40px;
    }
}

@media (max-width: 580px){
    .become_partner_form .two_columns_inputs{
        display: block;
    }

    .container_for_become_a_partner_image{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .page_title{
        font-size: 32px;
    }
}