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

body {
  touch-action: manipulation;
}

.right-column > .gradient {
  background-color: rgb(53, 75, 160);
  background: radial-gradient(
    circle,
    rgba(53, 75, 160, 1) 0%,
    rgba(53, 58, 138, 1) 50%,
    rgba(85, 33, 103, 1) 100%
  );
}

.right-column .contact .bg {
  background: url("../../../../assets/img/bg-contact.png") no-repeat 50% 100% /
    100%;
}

.right-column .diy_results_content,
.right-column .vapetobacco_results_content {
  background: linear-gradient(
    194.26deg,
    rgba(255, 255, 255, 0.3) 6%,
    rgba(255, 255, 255, 0.5) 95.48%
  );
  backdrop-filter: blur(25px);
}

.right-column.diy_result,
.right-column.vapetobacco_result {
  background: url("../../../../assets/img/bg-pose-v1.jpeg") no-repeat center;
  background-size: cover;
}

.left-column .vapetobacco_trinity {
  background: url("../../../../assets/img/bg-vape-vs-tabac-trinity.jpg")
    no-repeat 0.01rem 0;
  background-size: cover;
}

.custom-form-control {
  border-color: #eceaee;
}

.custom-up-btn {
  border-radius: 0 1.625rem 1.625rem 0 !important;
  background-color: #eceaee;
}

.custom-up-btn:hover {
  color: #eceaee;
  background-color: #4e2b73;
}

.custom-down-btn {
  border-radius: 1.625rem 0 0 1.625rem !important;
  background-color: #eceaee;
}

.custom-down-btn:hover {
  color: #eceaee;
  background-color: #4e2b73;
}

.vape-economy .row p {
  font-size: 1.15rem;
}

.tobacco-cost .row .label,
.vape-cost .row p {
  font-size: 1rem;
  font-weight: 500;
}

.tobacco-cost .value,
.vape-cost .value,
.vape-economy .value {
  color: #fff;
}

.vape-economy .value,
.vape-economy .label,
.vape-economy-lvd .value,
.vape-economy-lvd .label {
  font-size: 1.15rem;
  font-weight: 700;
}

#lvd-economy-btn .btn-link:after {
  content: "\f102";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  float: right;
  margin-left: 10px;
}

@media (min-width: 992px) {
  .left-column > .card,
  .left-column.card {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .right-column > .card,
  .right-column.card {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
