/**
* 2007-2023 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-2023 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.
*/

#module-b2bregistration-business .st_banner_row img {
    width: 100%;
}

.b2bregistration-top-link-text {
    height: auto;
    white-space: nowrap;
    font-size: 13px;
    line-height: 20px;
}

.b2bregistration-top-link-text i {
    margin-right: 6px;
    font-size: 15px;
    line-height: 15px;
}

.header-top-right .b2bregistration-top-link-text {
    margin-left: auto;
    margin-top: 2%;
    width: fit-content;
}

.top-link-text-ps6 a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer;
    line-height: 18px;
}

.top-link-text-ps6 {
    float: right;
    border-left: 1px solid #515151;
    border-right: 1px solid #515151;
}

.register-form select.form-control:not([size]):not([multiple]) {
    height: auto;
}

@media (min-width: 992px) {
    .b2bregistration-top-link-text {
        padding: 0 12px;
        line-height: 44px;
    }
}

@media (max-width: 991px) {
    .b2bregistration-top-link-text a {
        padding: 10px 0;
    }
}

/*b2b-customer-create*/
.content-register-b2b-columns {
    display: flex;
    justify-content: space-between;
}

.content-register-b2b > p {
    margin-bottom: 20px;
}

.content-register-b2b > p a,
.content-register-b2b-left .custom-checkbox a {
    color: #E00000;
    text-decoration: underline;
}

.content-register-b2b-left .register-form {
    box-shadow: 0px 2px 4px 0px #0000000A, 0px 1px 2px -1px #00000014, 0px 0px 0px 1px #00000014;
    border-radius: 12px;
    padding: 24px;
}

.content-register-b2b-left h3,
.content-register-b2b-info h4 {
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    font-weight: 700;
}

.content-register-b2b-left .register-form section > div:not(.row),
.content-register-b2b-left .content-recargo-equivalencia .recargo_equivalencia > div {
    padding: 0;
}

.content-register-b2b-left .register-form section > div.row:not(:first-child) {
    margin-top: 40px;
}

.content-register-b2b-left .content-recargo-equivalencia .recargo_equivalencia {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.content-register-b2b-left .content-recargo-equivalencia .recargo_equivalencia label + div {
    width: 100%;
}

.content-register-b2b-left .register-form select{
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ebebeb url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat right .5rem center / 1.25rem 1.25rem;
}

.content-register-b2b-left section.register-form section > div.custom-field-container,
.custom-field-container + div {
    display: none;
}

.content-register-b2b-right .content-register-b2b-info,
.content-register-b2b-right .content-register-b2b-question {
    box-shadow: 0px 2px 4px 0px #0000000A, 0px 1px 2px -1px #00000014, 0px 0px 0px 1px #00000014;
    background: #FAFAFA;
    border-radius: 12px;
    margin-bottom: 24px;
    padding: 24px;
}

.content-register-b2b-question a.button {
    text-align: right;
    float: right;
    background-color: #000;
    color: #fff;
}

.b2bregistration-top-link-text a {
    display: inline-block;
}

@media (min-width: 1200px) {
    .content-register-b2b-left .register-form section > div:not(.row),
    .content-register-b2b-left .content-recargo-equivalencia .recargo_equivalencia > div {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .content-register-b2b-left .register-form section > div:not(.row) label {
        flex-shrink: 0;
        min-width: 254px;
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .content-register-b2b-left {
        order: 2;
    }
}