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

.field-con {
  text-align: left !important;
}
.bt {
  padding: 10px !important;
  width: 100% !important;
  border: none;
  border-radius: 6px;
}
.modal-lg {
  max-width: 1200px ; /* Set your desired maximum width */
}
.modal-title {
  text-align: center !important;
  color: black;
}
.bt-close {
 
  float: right !important;
}
.field-con{
    margin-top: -40px !important;
    text-align: left !important;
  }
.alert-success {
  padding: 40px;
  text-align: center;
  margin-bottom: 3px;
  width: 100%;
}
.invalid-feedback {
  text-align: center;
  color: red !important;
  background-color: pink !important;
  border-radius: 5px;
}
.transparent-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color:black !important ; 
  float: right !important;
  }
  .modal-header .material-icons{
    color: black !important;
  }

   @media (min-width: 200px) and (max-width: 600px) {
  .hide-div{
    display: none !important;
  }
  .field-media{
    margin-top: -40px !important;
    width: 100% !important;
}
.modal-title {
  text-align: center !important;
  margin-bottom: 40px;
}
.custom-width{
  width: 100% !important;
}
.form-control{
  text-align: left !important;
}
.text-ali{
  text-align: left !important;
}
  }
