.fieldset {
  letter-spacing: 0px;
}
form .fieldset {
  margin-left: -10px;
  margin-right: -10px;
}
.fieldset > legend {
  width: calc(100% - 20px) !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.layout-2column-left,
.layout-2column-right {
  width: calc(50% - 22px);
  display: inline-block;
  padding: 0px 10px;
  vertical-align: top;
}
.layout-1column,
.fieldset-description {
  padding: 0px 10px;
}
.hexaform-container form {
  margin-bottom: 30px;
}
.tooltip-parent {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 3px;
}
.field-tooltip {
  position: relative !important;
  top: 0px !important;
}
.field-tooltip .field-tooltip-content {
  max-width: 360px;
  min-width: 210px;
  left: -9px;
  top: 29px;
  border: 1px solid #bbb;
  line-height: 1.4;
  padding: 12px 16px;
}
.tooltip-parent .field-tooltip-content::after,
.tooltip-parent .field-tooltip-content::before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    bottom: 100%;
}
.tooltip-parent .field-tooltip-content::before {
    border-width: 6px;
    border-color: transparent;
    top: unset;
}
.tooltip-parent .field-tooltip-content::after {
    border-bottom-color: #fff;
    left: 15px;
    margin-left: -3px;
    top: unset;
}
.tooltip-parent .field-tooltip-content::before {
    border-bottom-color: #bbb;
    left: 15px;
    margin-left: -6px;
}
.tooltip-parent .field-tooltip-content::after,
.tooltip-parent .field-tooltip-content::before {
    bottom: 100%;
}
.field-tooltip .field-tooltip-action::before {
  font-size: 17px;
}
.field-note {
  font-size: 12px;
 }
 .fieldset-description {
    margin-bottom: 20px;
 }
 .fieldset > .field .note {
    display: block !important;
  }

@media only screen and (max-width: 767px) {
  .layout-2column-left,
  .layout-2column-right {
    width: calc(100% - 20px) !important;
  }
}
@media only screen and (max-width: 480px) {
  .field-tooltip .field-tooltip-content {
    max-width: 240px;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-blog-icon:before {
    background-repeat: no-repeat;
    color: #999999;
    content: '';
    display: inline-flex;
    width: 12px;
    height: 12px;
    opacity: 50%;
    position: relative;
    top: 2px;
}
.mp-blog-calendar-times:before {
    background-image: url("../../frontend/Swissup/breeze-evolution/en_GB/Mageplaza_Blog/media/images/calendar-times.svg");
}
.mp-blog-user:before {
    background-image: url("../../frontend/Swissup/breeze-evolution/en_GB/Mageplaza_Blog/media/images/user.svg");
}
.mp-blog-comments:before {
    background-image: url("../../frontend/Swissup/breeze-evolution/en_GB/Mageplaza_Blog/media/images/comments.svg");
}
.mp-blog-traffic:before {
    background-image: url("../../frontend/Swissup/breeze-evolution/en_GB/Mageplaza_Blog/media/images/eye.svg");
}
.mp-blog-thumbs-up:before {
    background-image: url("../../frontend/Swissup/breeze-evolution/en_GB/Mageplaza_Blog/media/images/thumbs-up.svg");
}
/*
 * Copyright (C) 2022 Paymentsense Ltd.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 3
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * @author      Paymentsense
 * @copyright   2022 Paymentsense Ltd.
 * @license     https://www.gnu.org/licenses/gpl-3.0.html
 */

#remotepayments-place-order-btn {
    visibility: hidden;
}
#remotepayments-payment-div iframe {
    width: 100%;
}
#remotepayments-payment-div {
    padding: 0;
}
iframe.threeDs {
    width: 370px;
    height: 366px;
    margin: 100px 0 0 -175px;
    position: fixed;
    top: 0;
    left: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    background-color: #FFF;
    z-index: 999999;
}
.before-remotepayments-payment-form-msg {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
