/* 
Theme Name: Fin Theme
Theme URI: https://finpr.com
Description: Theme for Checkout Woocommerce and Dashboard Flatform Connection
Author: FINPR
Author URI: https://finpr.com
Template: hello-elementor
Version: 2.1.3
Text Domain: fintheme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Checkout */
#add_payment_method #payment div.payment_box,
.select2-dropdown,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  backdrop-filter: none !important;
}

/* Addons */
.woocommerce-checkout .yourpropfirm-addons-wrapper {
  margin-top: 30px;
  margin-bottom: 30px !important;
  padding-top: 30px;
  border-top: 1px solid #fff;
}

.woocommerce-checkout .yourpropfirm-addons-fields .field-group {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

/* PSP - Match2pay */

.payment_method_match2pay #match2pay-payment-form {
  max-width: 100% !important;
}
.match2pay-payment-setting {
  max-width: 100% !important;
}
.match2pay-payment-setting > div:nth-of-type(2) {
  flex-direction: column;
}
.match2pay-payment-setting .match2pay-currency-container {
  min-width: 100%;
  margin: 0px 0px 15px !important;

  .select2 {
    display: none;
  }
}
.payment_method_match2pay .match2pay-payment-setting button {
  margin-top: 15px;
  width: 100% !important;
  min-width: 100%;
}