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

#maincontact{
    z-index:999999;
}

.maincontact{
    display: block;
    background-color:#0000005e;

}

.maincontact__modal{
    display: block;}

.maincontact__shape{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.maincontact__button{
    width: 100%;
    border: 0;
    padding: 6px;
    cursor: pointer;
    font-family: poppins;
    border-radius: 4px;
    margin-bottom: 12px;
    background-color: #b5b5b5;
}

.maincontact__button:hover{
    color:white;
    background-color #03cdff!important;
}

.maincontact__center{
    margin: 40px auto;
}

.maincontact__container{
     background-color: white;
    z-index: 9999;
    width: 395px;
    border-radius: 0 0 5px 5px;
    max-width: calc(100% - 20px);
}

.maincontact__header{
    background-color: white;
    position:relative;
    text-align: center;
    color: white;
    font-family: Poppins;
}

.maincontact_content{
        border-radius: 0;
        padding: 10px;
}

.maincontact__content{
    padding:10px;
}


.maincontact__open{
    overflow-x: hidden;
    overflow-y: auto;
}

.maincontact__fading {
    opacity: 0;
    transition: opacity .15s linear;
}

.maincontact__fadingToOne {
    opacity: 1;
}

.maincontact__divform{
    padding: 10px 0px 10px 0px;
}

.maincontact__input{
    width: 100%;
    border: 1px solid #bbbbbb69;
    border-radius: 4px;
    padding: 4px;
    
}

.maincontact__select{
    width: 100%;
    border: 1px solid #bbbbbb69;
    border-radius: 4px;
    padding: 4px;
    font-family: poppins;
    font-size: 15px;
    
}


.maincontact__close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #bbbbbb;
    text-shadow: 0 1px 0 #fff;
    background-color: white;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

.maincontact__close:hover {

    color: #03cdff!important;
}

.maincontact__div1{
    min-height: 260px;
    width: 100%;
    background: white;
}

.maincontact__div2{
    display:none;
    min-height: 260px;
    width: 100%;
    background: white;
}
.maincontact__div3{
    display:none;
}

.maincontact__fading1 {
    opacity: 0;
    transition: opacity .15s linear;
}

.maincontact__fadingToOne1 {
    opacity: 1;
}


#myform22 {
    width: 100%;
    padding: 6px;
    font-size: 19px;
    font-family: poppins;
    border: none;
    background: black;
    color: white;
    border-radius: 4px;
}

#myform22:disabled{
    width: 100%;
    padding: 6px;
    font-size: 19px;
    font-family: poppins;
    border: none;
    background: #d2d2d2;
    color: #3a3a3a;
    border-radius: 4px;
}











