/**
* 2007-2021 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-2021 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-evo_designsystemviewer-front {
    background-color: #f4f4f4;
}

#module-evo_designsystemviewer-front #toggle-nav{
    position: sticky;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

#module-evo_designsystemviewer-front .color-box {
    display: inline-flex;
    height: 50px;
    width: 150px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

#module-evo_designsystemviewer-front .col-box {
    height: 50px;
    min-height: 50px;
    width: 50px;
    max-width: 100%;
    background: white;
    border-radius: 5px;
}

#module-evo_designsystemviewer-front .row .col-box{
    width: auto;
}

#module-evo_designsystemviewer-front .ds_section > h4,
#module-evo_designsystemviewer-front .ds_section > h5,
#module-evo_designsystemviewer-front .ds_subsection > h4:first-child,
#module-evo_designsystemviewer-front .ds_subsection > h5:first-child{
    margin-bottom: 1.5rem;
    text-align: center;
}

#module-evo_designsystemviewer-front .ds_section--buttons{
    text-align: center;
}

#module-evo_designsystemviewer-front .ds_section--containers div[class*='container'] {
    padding-bottom: 2rem;
    padding-top: 2rem;
    border: 1px solid black;
    color: black;
    border-radius: 5px;
    background: white;
    margin-top: 2rem;
}

#module-evo_designsystemviewer-front .ds_title_container{
    margin-top: 30px;
}

#module-evo_designsystemviewer-front .ds_section--containers div[class*='container'] {
    width: auto;
}

#module-evo_designsystemviewer-front .ds_title{
    text-align: center;
}

#module-evo_designsystemviewer-front h2.ds_title{
    border-bottom: 2px solid black;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}

#module-evo_designsystemviewer-front .ds_small-container{
    max-width: 500px;
    margin: auto;
}

#module-evo_designsystemviewer-front .ds_section:not(.ds_section--containers):not(.ds_section--forms):not(.ds_section--breadcrumb):not(.ds_section--nav):not(.ds_section--accordions):not(.ds_section--reassurance):not(.ds_section--product_card):not(.ds_section--heading),
#module-evo_designsystemviewer-front .ds_section.ds_section--forms .ds_subsection{
    padding: 2rem;
}

#module-evo_designsystemviewer-front .ds_section.ds_section--forms .input-group + .input-group{
    margin-top: 1rem;
}

#module-evo_designsystemviewer-front .ds_subsection + .ds_subsection{
    margin-top: 2rem;
}
