/**
* 2007-2022 Ifthenpay Lda
*
* 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.
*
*  @copyright 2007-2022 Ifthenpay Lda
*  @author    Ifthenpay Lda <ifthenpay@ifthenpay.com>
*  @license   http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
/**
* 2007-2022 Ifthenpay Lda
*
* 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.
*
*  @copyright 2007-2022 Ifthenpay Lda
*  @author    Ifthenpay Lda <ifthenpay@ifthenpay.com>
*  @license   http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
#ifthenpayMbwayPhoneDiv {
  margin-top: 20px;
  margin-bottom: 80px !important;
  width: 50% !important;
  border: none !important;
}
#ifthenpayMbwayPhoneDiv #ifthenpay_mbway_mobilephone_error {
  display: none;
  margin-top: 10px;
  padding: 5px 5px 5px 0px;
  text-align: center;
}
#ifthenpayMbwayPhoneDiv .input-container {
  display: flex;
  width: 100%;
}
#ifthenpayMbwayPhoneDiv .input-container .icon {
  padding: 5px;
  text-align: center;
  max-width: 100%;
  max-height: 33px;
  border: 1px solid #6c868e;
  background-color: #fff;
  border-right: none;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
}
#ifthenpayMbwayPhoneDiv .input-container .input-field {
  width: 100%;
  padding: 5px;
  outline: none;
  border: 1px solid #6c868e;
}

/* Style the input container */
.input-container {
  display: flex;
  height: auto;
  margin-bottom: 10px;
}

/* Style the form icons */
.mbway_icon {
  height: auto;
  padding: 10px;
  color: #6c868e;
  min-width: 43px;
  text-align: center;
  border: 1px solid #bbcdd2;
  border-radius: 4px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Style the input fields */
.input-field {
  outline: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363a41;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bbcdd2;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  max-width: 300px;
  padding-left: 10px;
}

.cofidispay_option {
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cofidispay_option h5 {
  margin-bottom: 5px;
}

.cofidispay_option p {
  font-size: 11px;
  text-align: justify;
}

.cofidispay_option p b {
  font-weight: 600;
}

/* pix */
.form_pix .form-group label {
  text-align: left;
}

.iftp_separator {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.iftp_separator hr {
  flex: 1;
  margin: 0 10px;
}

.iftp_separator span {
  white-space: nowrap;
  font-weight: bold;
  margin-left: 8px;
  margin-right: 8px;
}

#ifthenpayPhoneWrapper {
  display: flex;
}

#ifthenpayMbwayPhoneCode, .ifthenpay_mbway_phone {
  height: 40px; /* Adjust as per your requirement */
  padding: 8px;
}

#ifthenpayMbwayPhoneCode {
  margin-right: 10px;
}

.ifthenpay_mbway_phone {
  flex-grow: 1; /* Makes the input take the remaining space */
}