:root {
    --light-blue: #00A2C3;
    --bs-blue: #004664;
    --bs-yellow: #FFA800;
    --bs-green: #198754;
    --bs-white: #fff;
    --bs-gray: #F8F8F8;
    --black: #000000;
  }
  .bg-light {
    background: var(--bs-white) !important;
    background: linear-gradient(90deg, rgba(255,255,255, 1) 20%, rgba(246,246,246,1) 80%) !important;
  }
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote,
q {
  quotes: none;
}

a {
  transition: .3s;
  color: var(--light-blue);
}
a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
  color: var(--bs-blue);
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

em {
  font-style: italic;
}
strong {
  font-weight: 700;
}

* html {
  font-size: 87.5%;
}


html {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

body {
  background-color: var(--bs-white);
}

.mejs-container {
  margin-bottom: 20px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}
mark.black {
  color:black;
  background-color: transparent;
}
mark.gray {
  color:#777777;
  background-color: transparent;
  font-weight: 500;
}

.sidebar, .primary {
  position: relative;
  display: flex;
}
.navbar, .navbar a {
    font-size: 18px;
}

.user-area > a {
    display: block;
    padding: 0;
}
.btn-access {
    border-radius: 30px;
    background: var(--bs-yellow);
    padding: 8px 40px !important;
    color: var(--bs-white);
}
.btn-access:hover{
    background-color: rgba(255, 168, 0, 0.9);
    color: var(--bs-white);
}
.sign-in, .profile {
    color: var(--bs-yellow) !important;
    text-decoration: none;
}
.sign-in:hover, .profile:hover {
    color: rgba(255, 168, 0, 0.9);
}
.profile::before {
    content: "";
    background: url('../images/user.svg') no-repeat center / 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 8px;
}
.ico {
    background: no-repeat center / 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 8px;
}
.ico-login {
    background-image: url('../images/log-in.svg');
}
.ico-logout {
    background-image: url('../images/log-out.svg');
}
.navbar, .page-header-title {
    padding: 20px;
}
.dropdown-menu {
    border: 0;
}
.page-title {
  font-size: 28px;
  color: var(--bs-white);
  margin-bottom: 20px;
}
.page-sub-title {
  font-size: 28px;
  font-weight: 500;
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-bottom: 40px;
}
.section-sub-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.order-title {
  font-size: 22px;
  margin-bottom: 20px;
}
.order-title:before {
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
}
.order-title:before {
  background: url('../images/order-status.svg') no-repeat 100% / cover;  
  background-position-x: center;
  margin-right: 10px;
}
.order-title.ok:before {
  background-position-y: bottom;
}
.order-title.nulled:before {
  background-position-y: top;
}
.light-blue-text {
  color: var(--light-blue);
}
.site-intro {
  text-align: center;
  padding: 60px 15px 140px 15px;
}

.tagline {
  color: var(--bs-white);
}
.tagline {
  margin-bottom: 50px;
  display: inline-block;
}
#site-header.background-header {
  position: relative;
  top: 0;
  background-color: transparent;
  height: auto;
  z-index: 0;
  width: 100%;
  background: url('../images/bg-riviste.jpg') no-repeat center top / cover;
}
.home #site-header.background-header .bg-light {
  background: transparent !important;
}
.home #site-header.gradient-header {
  background-position: center 135px;
}
.home #site-header.gradient-header .overlay {
  top: 135px;
}
.home .navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.9);
}
.home .navbar-dark .navbar-nav .nav-link:hover,
.home .navbar-dark .navbar-nav .nav-link.active, .home .navbar-dark .navbar-nav .show>.nav-link {
  color: rgba(255,255,255,1);
}
.home .user-area {
  border-left-color: var(--bs-white);
}
#download-app {
  position: relative;
  display: flex;
  margin: 200px auto;
}

#download-app .col-lg-6 { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
}
.loghi-store {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.logo-store {
  margin-right: 20px;
    max-width: 180px;
    width: 100%;
}
div#btns-private {
  margin-top: 70px;
}
.btn-private {
  width: 100%;
  display: flex;
  transition: all .3s;
  justify-content: center;
}
.btn-private:hover {
  transform: scale(1.03);
}
#btns-private > div {
  min-height: 300px;
  display: flex;
}
#btns-private a > * {
  flex-grow: 1;
    display: flex;
    align-items: center;
}
#btns-private  .menu-image {
  min-height: 65px;
}
.icon-state {
    width: 32px;
    height: 16px;
    background: url('../images/state-indicator.svg') no-repeat 100% / cover;
    background-position-x: center;
    background-position-y: 0;
    transform: scale(1.4);
}

#btns-private a {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px 20px;
}

#btns-private .icon {
  max-width: 40px ;
  display: flex;
}
.overlay {
  position: absolute;
  top:0;
  left:0;
  bottom: 0;
  right:0;
  background: linear-gradient(135deg, rgba(0,162,195, 1) 45%, rgba(0,70,100, 1) 100%);
  z-index: -1;
  mix-blend-mode: multiply;
}
.site-header .page-header-title{
  background: linear-gradient(135deg, rgba(0,162,195, 1) 45%, rgba(0,70,100, 1) 100%);
}
.link-magazine .btn {
  margin: 20px 20px 0 20px;
  padding: 12px 30px 12px 30px;
  border-radius: 20px;
  font-size: 16px;
  color: var(--bs-white);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, .3);
  min-width: calc(30% - 40px);
  min-height: 76px;
  line-height: 49px;
  position: relative;
}
.link-magazine .btn:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
}
.btn-magazine img {
  position: relative;
  top: 5px;
}
.btn-magazine .menu-text {
  margin-left: 20px;
}
.btn-magazine.btn-bs {
  background-color: rgba(16, 126, 148, .87);
}
.btn-magazine.btn-nr {
  background-color: rgba(10, 141, 168, .8);
}
.btn-magazine.btn-ivc {
 background-color: rgba(16, 112, 132, .8);
 position: relative;                          /* Row update giugno 2022*/
}

/*
.btn-ivc:before {                             /* Rule update giugno 2022 - modified by GC luglio 2022*/
/*  content: "";
  display: flex;
  background: url('../images/free-magazine.svg') no-repeat center / contain;
  width:55px;
  height: 55px;
  position: absolute;
  top: -16px;
  left: -16px;
}
*/
#in-summary-subscription > .row > .col {
  margin-top:-61px;
  position: relative;
}
#in-summary-subscription .tab-text {
  position: relative;
  padding-left: 46px;
  top: 2px;
}
#in-summary-subscription .tab-text:before {
  content: "";
  display: inline-block;
  height: 34px;
  position: absolute;
  left: 0;
  top: calc(-50% + 5px);
  width: 34px;
  background-size: 200%;
  background-position: right top;
  background-repeat: no-repeat;
}
#in-summary-subscription {
  background-color: var(--bs-gray);
  padding-bottom: 80px;
}
#in-summary-subscription .active .tab-text:before { 
  background-position: left top;
}
#in-summary-subscription .active .tab-text:hover {
  opacity: .6;
  transition: .3s;
}
#in-summary-subscription .tab-text-combo:before {
  background-image: url('../images/ico-combo.svg');
}
#in-summary-subscription .tab-text-digitale:before {
  background-image: url('../images/ico-digitale.svg');
}
#in-summary-subscription .tab-text-estero:before {
  background-image: url('../images/ico-estero.svg');
  top: calc(-50% + 3px) !important;
  width: 30px !important;
}
#in-summary-subscription li.nav-item {
  width: 33%;
}
.nav-tabs .nav-item .nav-link {
  border: 0;
  border-start-start-radius: 20px;
  border-start-end-radius: 20px;
  padding: 8px 10px;
  background-color: rgba(0, 0, 0, .2) !important;
  color: var(--bs-white);
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 60px;
}
.nav-tabs .nav-item .nav-link:hover {
  background-color: rgba(0, 0, 0, .3) !important;
}
.nav-tabs {
  border:0;
  margin-top: 1px;
  padding:0;
}

.nav-tabs .nav-item .nav-link.active {
  background-color: var(--bs-gray) !important;
  color: var(--black);  
}

.tbp-card {
  background-color: var(--bs-white);
  border-radius: 30px;
  margin: 20px auto;
  padding: 60px;
}


.tbp-card:not(.tbp-card.no-shadow) {
  box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
}
.tbp-card.in-tab {
  margin: 80px auto;
  padding: 60px;
}

.tbp-card-img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 20px auto;
}

.gift-card-btn {
    background: rgba(0, 0, 0, .3) !important;
    box-shadow: none !important;
    border-radius: 30px;
    margin: 20px auto;
    padding: 60px;
}
.gift-card-btn span {
    color: #fff;
}

.interval-subscription {
  background-color: var(--bs-gray);
  margin-bottom:2px;
  padding: 30px 30px 20px;
  color: var(--light-blue);
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
}
.info-detail {
  background-color: var(--bs-gray);
  margin-bottom:2px;
  padding: 30px 30px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
}
.quantity {
  margin-right: 80px;
}
span.price {
  color: var(--black);
  font-size: 38px;
  font-weight: 700;
}
span.price sup { 
  font-size: 20px;
}
.annual-subscription, .first-interval {
  border-start-start-radius: 30px;
  border-start-end-radius: 30px;
}
.monthly-subscription, .last-interval {
  border-end-start-radius: 30px;
  border-end-end-radius: 30px;
}
.detail-subscription {
  color: var(--bs-blue);
  font-weight: 500;
  text-align: center;
  padding: 20px; 
}
.utilities {
  color: var(--bs-blue);
  font-weight: 500;
  padding-top: 10px;
}
.total-cart {
  font-size: 20px;
  font-weight: 600;
  padding: 60px 30px 60px;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
.total-cart span.price {
  padding-left: 80px;
}
.total-cart * {
  display: flex;
  align-items: center;
}
.detail-subscription a, .utilities a { 
  color: var(--bs-blue);
  display: inline-block;
  text-decoration: none;
}
.detail-subscription a:hover, .utilities a:hover { 
  color: var(--light-blue);
}
.modal-backdrop.show {
  background-color: #19536c;
  mix-blend-mode: multiply;
  opacity: 1;
  backdrop-filter: blur(4px);
}
.modal-content {
  padding: 30px;
  border-radius: 0;
}
.modal-header {
  border:0;
}
.modal-header h5 { 
  color: var(--light-blue);
} 
.modal-header .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffa800'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}
.shop-buttons, .shop-button {
  text-align: center;
}
.shop-buttons .btn-shop {
  width: calc(50% - 22px);
  display: inline-block;
  margin: 10px;
}
.shop-button .btn-shop {
  display: inline-block;
  margin: 30px 10px 0 10px;
}
.btn-shop {
  border-radius: 30px;
  border: 1px solid transparent;
  padding: 8px 40px !important;
  text-decoration: none;
  font-size: 14px;
}
.btn-shop:hover, .btn-more-info:hover {
  opacity: .8;
}
.btn-shop-payPal:hover {
  opacity: 1;
}
.buttons-info{
  display: flex !important;
    text-align: center;
    column-gap: 10px;
    justify-content: center;
}
.one-button {
  width: calc(100% - 22px) !important;
}
#payment-options .btn-more-info, #fill-form .btn-more-info {
  border-radius: 30px;
  border: 1px solid transparent;
  padding: 8px 20px !important;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 10px;
}
.btn-fill-light-blue {
  background:var(--light-blue);
  color: var(--bs-white);
}
.btn-fill-light-gray {
  background:#e9e9e9;
  color: #777;
  border-color: #dbdbdb;
}
.btn-fill-blue {
  background:var(--bs-blue);
  color: var(--bs-white);
}
.btn-fill-yellow {
  background:var(--bs-yellow);
  color: var(--bs-white);
}
.btn-outline {
  border-color:var(--light-blue);
  color: var(--light-blue);
}
.btn-fill-light-blue:hover, .btn-fill-blue:hover, .btn-fill-yellow:hover {
  color: #fff;
}
.btn-outline:hover {
  color: var(--light-blue);
}
.card-title {
  display: none;
}
.tableTh {
  color: var(--light-blue);
}
.tableThv {
  font-weight: 500;
}
.subscriptionTable .tableThv {
  font-weight: 400;
}
.comparativeTable .table td,
.shippingTable .table td,
.subscriptionTable .table td {
  border: 1px solid #ccc;
  color: #777;
}
.comparativeTable .table .tableThv,
.shippingTable .table .tableThv,
.subscriptionTable .table .tableThv {
  border: 1px solid #ccc;
  border-left: 0;
}
.comparativeTable .table .tableTh th,
.shippingTable .table .tableTh th,
.subscriptionTable .table .tableTh th {
  border: 1px solid #ccc;
  border-top: 0;
}
.comparativeTable .table .tableTh th:first-child,
.shippingTable .table .tableTh th:first-child,
.subscriptionTable .table .tableTh th:first-child {
  border:0;
}
.comparativeTable td:last-child, .comparativeTable th:last-child,
.shippingTable td:last-child, .shippingTable th:last-child,
.subscriptionTable td:last-child, .subscriptionTable th:last-child {
  border-right:0 !important;
}
.comparativeTable .tableFooter .tableThv, .comparativeTable .tableFooter td,
.shippingTable .tableFooter .tableThv, .shippingTable .tableFooter td,
.subscriptionTable .tableFooter .tableThv, .subscriptionTable .tableFooter td {
  border-top:0;
  border-bottom: 0 !important;
}
.table>:not(:first-child) {
  border-top: 1px solid #ccc;
}
.comparativeTable .table td, .comparativeTable .tableTh th {
    padding: 15px;
    text-align: center;
    width: 20%;
}
.subscriptionTable .table td, .subscriptionTable .tableTh th {
  padding: 15px;
  text-align: center;
  width: 16.6%;
}
.shippingTable .table td:not(:last-child), .shippingTable .tableTh th:not(:last-child) {
  padding: 15px;
  text-align: center;
  width: 16.6%;
}
.tableTh svg {
  margin-right: 10px;
  margin-top: -4px;
}
h3 {
  font-size: 22px;
}
.section-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 60px;
}
.subheading {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
#youth-subscription {
  background-color: var(--bs-yellow);
}
#youth-subscription .col {
  display: flex;
} 
.discount {
  font-size: 120px;
  color: var(--bs-yellow);
}
.discount sup {
  font-size: 75px;
}
.promo-yellow {
  color:var(--bs-yellow);
  text-transform: uppercase;
}
.promo-white {
  color:var(--bs-white);
}
.youth-subscription-image {
  z-index: 1;
  display: flex;
  position: relative;
  padding-top:30px;
  align-items: flex-end;
}
.youth-subscription-promo {
  background-color: var(--bs-blue);
  border-radius: 30px;
  margin-left: -25%;
  padding: 50px;
  width: 125%;
  text-align: center;
  font-weight: 700;
  font-size: 35px;
}
#helper-footer {
  padding: 60px 0;
  background-color: var(--bs-gray);
}
.tbp-card.faq-box {
  background: linear-gradient(135deg, rgba(0,162,195, 1) 45%, rgba(0,70,100, 1) 100%);
}
.question-ico {
  background-color: var(--bs-white);
  border-radius: 50%;
  font-size: 40px;
  color: var(--light-blue);
  font-weight: 700;
  box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.orange {
  background-color: var(--bs-yellow);
  color: var(--bs-white);
}
.on-corner {
  position: absolute;
    top: -20px;
    right: -30px;
    transform: rotate(13deg);
    display: flex !important;
}
.faq-box > .col {
  padding: 0;
}
.faq-box {
  color: var(--bs-white);
}
.faq-box h4 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
.faq-box .ico-read-faq {
  flex-grow: 1;
}
.faq-box .tagline-read-faq {
  flex-grow: 4;
}
.faq-box .cta-read-faq {
  text-align: right;
  flex-grow: 2;
}
.cta-read-faq .btn-fill-blue {
  margin: 20px auto 0;
  display: inline-block;
}
.tbp-card.contact-card {
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.contact-card h4 a {
  text-decoration: none;
  color: var(--light-blue);
}
.contact-card h4 {
  font-size: 25px;
  font-weight: 500;
  color: var(--light-blue);
  margin: 20px 0 10px 0;
}
#copyright {
  padding: 20px;
  text-align: center;
  font-size: 14px;
}
body:not(body.home) main {
  padding: 70px 0;
}
body.stato-abbonamenti main {
  padding: 70px 0 0 !important;
}
.page-header-title .page-title {
  margin-bottom: 10px;
}
span.breadcrumb {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.bg-gray {
  background-color: var(--bs-gray);
  padding: 1px 0;
} 
.info-detail p {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.info-detail span {
  display: flex;
}
#payment .info-detail a {
  text-decoration: none;
  color: var(--black);
}
#payment .info-detail a:hover {
  color: var(--light-blue);
}
.payments-logo img {
  display: inline-block;
  margin: 0 7px;
}
.radio {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  display: inline-block;
  background: #fff;
  transition: .2s;
  margin-right: 20px;
}
#payment .info-detail a:hover .radio {
  background-color: var(--light-blue);
  border: 3px double #fff;
}

.privacy-check {
  padding: 30px 30px 0 ;
}
.privacy-check p {
  margin-bottom: 15px;
}
#payment-options {
  padding-top:80px;
}
#magazine-description {
  padding-top:80px;
  padding-bottom:80px;
}
.mag-desc .image-magazine {
  margin-bottom: 15px;
}
.mag-desc {
  display: flex;
  padding: 20px;
  flex-direction: column;
  border-radius: 20px;
}
.mag-desc div > *:not(:last-child) {
margin-bottom: 20px;
}
.content-magazine {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.content-magazine a {
  margin-top: auto;
  text-align: center;
}
#payment-options .col-md-6 {
  display: flex;
  flex-direction: column;
}
.in-sidebar.tbp-card {
  padding: 30px 30px 10px;
  flex-grow: 1;
  margin-top: 0;
}
.layout-col.tbp-card {
  padding: 30px 30px 10px;
  flex-grow: 1;
  margin-top:0;
}
.layout-col.tbp-card > * {
  margin-bottom:10px;
  display: block;
}
#fill-form form {
  margin-top:20px;
}
.form-end {
  margin-top: 30px
}
.register-now {
  color: var(--bs-blue);
  font-weight: 400;
  text-decoration: none;
}
.comparativeTable, .shippingTable, .subscriptionTable {
  overflow-x: auto;
}
.padding-section-80 {
  padding:80px 0;
}

.subscription-card {
  margin-bottom: 80px;
}
.subscription-card .tbp-card {
  position: relative;
}
.all-subscriptions {
  padding-top: 70px;
  margin-top: -70px;
}
.subscription-state {
  padding: 20px 0;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  margin: 20px 0;
}
.notice {text-align: right;}
.state-indicator {
  display: inline-block;
  width: 32px;
  height: 16px;
  background: url('../images/state-indicator.svg') no-repeat 100% / cover;
  background-position-x: center;
  background-position-y: 0;
  margin-right: 10px;
}
.expiring .state-indicator, .expiring .icon-state {
  background-position-y: -32px;
}
.active .state-indicator, .active .icon-state {
  background-position-y: -16px;
}
.expired .state-indicator, .expired .icon-state {
  background-position-y: -48px;
}
.space-12 {
  padding: 6px;
  display: block;
}
.space-30 {
  padding: 15px;
  display: block;
}
#your-subscription .col-md-6 {
  display: flex;
}
.bullet-in-paragraph {
  padding-left: 25px;
}
.nav-in-aside {
  list-style-type: none;
}
.nav-in-aside li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding: 7px 0;
}
.nav-in-aside li:last-child {
  padding: 7px 0;
}
.nav-in-aside li a {
  text-decoration: none;
  color: #000;
}
.nav-in-aside li:hover a {
  color: var(--light-blue);
}
#your-subscription {
  padding-bottom: 80px;
}
.accordion-button {
  font-size: inherit;
  padding: 15px 20px 14px 20px;
}
.custom-accordion-item:not(:last-child) {
  border-bottom: 2px solid var(--bs-gray);
}
.accordion-button:not(.collapsed) {
  color: var(--light-blue);
  background-color: var(--bs-white);
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem transparent;
}
.accordion-body {
  padding: 20px;
}
.accordion {
  margin-bottom: 30px;
}
article p {
  margin-bottom: 20px;
}
/*************************************************
*                                                *
*   COMMON ELEMENTS                              *
*                                                *
*************************************************/
.breadcrumb, .breadcrumb a {
  color: var(--bs-blue);
  font-size: 14px;
}
.breadcrumb a {
  font-weight: 400;
  text-decoration: none;
}
.breadcrumb a:hover {
text-decoration: underline;
}
.breadcrumb {
  font-weight: 500;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
ol.trail-items {
  list-style-type: none;
  display: flex;
  font-size: 14px;
}
sep, .breadcrumb-sep {
  width:25px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23004664' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--bs-gray); 
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--light-blue); 
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
  min-width: 150px;
}
select::-ms-expand {
  display: none;
}

.select {
  display: grid;
  grid-template-areas: "select";
    align-items: center;
    position: relative;
    min-width: 150px;
    border: 1px solid #dbdbdb;
    border-radius: 40px;
    padding-right: 20px;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
}
.select select, .select::after {
  grid-area: select;
}
.select::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: #dbdbdb;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--light-blue);
  border-radius: inherit;
}
input[type="text"], input[type="password"], input[type="email"] {
  align-items: center;
    position: relative;
    min-width: 150px;
    border: 1px solid #dbdbdb;
    border-radius: 40px;
    padding: 14px 20px 12px 20px;
    font-size: 16px;
    line-height: 1.1;
    background-color: #fff;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
  border: 1px solid var(--light-blue);
  border-radius: 40px;
  box-shadow: 0 0 0 2px #dbdbdb !important;
}
.form-control.is-valid, .was-validated .form-control:valid,
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #dbdbdb;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: var(--light-blue);
  border-color: var(--bs-blue);
  box-shadow: 0 0 0 2px #dbdbdb !important;
}
.invalid-feedback {
  margin-left:20px;
  margin-top: 10px;
}
.form-check-label .invalid-feedback {
  margin-left:40px;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: var(--light-blue);
    --active-inner: #fff;
    --focus: 2px #dbdbdb;
    --border: #dbdbdb;
    --border-hover: var(--light-blue);
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type=radio]:checked {
    --b: #fff;
  }
  .form-check-input:checked {
    background-color: var(--light-blue);
    border-color: var(--light-blue);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 18px;
    margin-right: 20px;
  }
  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 16px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 6px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 6px;
    top: 3px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--light-blue);
    opacity: 0;
    transform: scale(var(--s, 0.7));
    transform-origin: center;
  }
  input[type=radio]:checked {
    --s: 0.8;
  }
}
label[for="okContrattoDig"], label[for="okPrivacyDig"] {
  text-indent: -40px;
}
.resIta label {
  margin-right: 13px;
  margin-left: 7px;
}
.resIta input[type="radio"] {
  margin-right: 7px;
}


/** ULTIME MODIFICHE**/
#personal-data {
  padding-bottom: 80px;
}
#personal-data input, #personal-data .select, #payment .form-control {
  background-color: var(--bs-gray) !important;
}
.two-rows.interval-subscription { /* AGGIUNGI LA CLASSE TWO-ROWS A interval-subscription SU DUE RIGHE*/
  line-height: initial;
  padding-bottom: 30px;
}
.two-rows .specifica-pagamento {
  color: var(--black);
  font-size: 14px;
  background-color: unset;
}
textarea {
    align-items: center;
    position: relative;
    min-width: 150px;
    border: 1px solid #dbdbdb !important;
    border-radius: 30px !important;
    padding: 14px 20px 12px 20px !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    background-color: #fff !important;
}
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px;
  color: #777777;
  text-transform: capitalize;
} /* modifica riga 1253 con padding-right: 20px; */
/*************************************************
*                                                *
*   RESPONSIVE DESGIN                            *
*                                                *
*************************************************/

@media all and (min-width: 992px) {
  .nav-item .nav-link {
      display: inline-block;
      position: relative;
    }
    
    #site-header .nav-item .nav-link:before {
      content: '';
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: var(--bs-yellow);
      transform-origin: bottom center;
      transition: transform 0.25s ease-out;
    }
    
    #site-header .nav-item .nav-link:hover:before {
      transform: scaleX(.3);
      transform-origin: bottom center;
    }
    .navbar .nav-item > a:not(.navbar-brand), .btn-access {
    display: flex;
    align-items: center;
    margin: 0 25px;
}
    .btn-mobile {
      display: none !important;
    }
    .user-area {
      border-left: 1px solid var(--black);
      margin-left:25px;
      display: flex;
  }
  .sign-in.nav-link {
    color: var(--bs-yellow) !important;
  }
  .navbar .nav-item > a:not(.navbar-brand), .user-area > a {
      display: flex;
      align-items: center;
      margin: 0 25px;
  }
  .dropdown-menu.show {
    background: #0d7288eb;
    padding: 11px 15px 11px 15px ;
    border-radius: 30px;
  }
  .dropdown-menu.show li a {
    padding:4px 0px;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  .dropdown-menu.show li:last-child a {
    border:0;
  }
  .navbar-dark .dropdown-menu.show a {
    color: var(--bs-white);
  }
  .navbar-dark .dropdown-menu.show a:hover {
    background-color:rgba(0,0,0,.1);
  }
  .navbar-light .dropdown-menu.show {
    background: rgba(255,255,255,.95) !important;
  }
  
  main {
    position: relative;
  }


  .app-img {
    position: absolute;
    left: 53%;
  }
  
}


 /* Start Magazine Card if is_logout && is_home  -------------------- eliminate regole di infinte carousel e aggiunte le seguenti per card */   
 .link-magazine {
  display: flex;
  justify-content: space-evenly;
}
.link-magazine > a {
  flex-grow: 1;
}
 .magazine-card {
  margin: 20px auto 20px auto;
}
.magazine-card .btn-magazine > * {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.magazine-card > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 24px !important;
  cursor: inherit;    
  padding:30px !important;
  flex-grow: 1;
}

.magazine-card .menu-text, .url-text {
  margin-left: 0 !important;
  margin-top: 30px;
  flex-grow: 2;
}

.tbp-card .col {
  align-self: center;
}
.magazine-card .btn-ivc:before {
  width: 65px;
  height: 65px;
}
.magazine-card .view-site {
  margin-top:20px;
  border: 1px solid var(--bs-white);
  border-radius: 30px;
  padding: 7px 14px;
  color: var(--bs-white);
  text-decoration: none;
}
.dropdown-menu.show li a {
  padding: 4px 20px;
}
.dropdown-menu.show a:hover {
  border-radius: 15px;
}
/* End Magazine Card if is_logout && is_home */


@media all and (max-width: 991px) {
  
  body:not(.login) .site-intro {
    padding-top: 20px;    
  }
  
  .d-flex {
    display: block !important;
  }
  .navbar-brand {
    flex-grow: 1;
  }
  .navbar-toggler {
    border: 0 !important;
    padding: 0 !important;
    box-shadow: none;
  }
  .navbar-toggler:focus {
      box-shadow: none;
  }
  #navbarSupportedContent {
    background: #0d7288eb;
    padding:13px 15px 15px;
    border-radius:30px;
  }
  .navbar-nav {
    margin-bottom: 0;
  }
  #navbarSupportedContent a {
    font-size: 16px;
  }
  #navbarSupportedContent li {
    transition: .3s;
  }
  #navbarSupportedContent .navbar-nav > li {
    padding:2px 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  .navbar-light #navbarSupportedContent {
    background: var(--bs-gray);
  }

  #navbarSupportedContent li:first-child {
    padding-top: 0;
  }
  #navbarSupportedContent li:hover {
    background: rgba(0,0,0,.1); 
  }
  .navbar-light #navbarSupportedContent li:hover {
    background: rgba(255,255,255,.5);
  }
  .dropdown-menu, .dropdown-menu a:hover {
    background-color: transparent;
  }
  .dropdown-menu.show li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding:2px 15px;
  }
  .dropdown-menu.show > li {
    padding:2px 0 !important;
  }
  .dropdown-menu.show li:last-child {
    border:0;
  }
  .navbar-dark .dropdown-menu a { 
    color: var(--bs-white);
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url('../images/ico-navbar.svg');
    width: 30px;
    height: 30px;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: 60px 30px;
    transition: 0.25s ease-out;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url('../images/ico-navbar-dark.svg');
    width: 30px;
    height: 30px;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: 60px 30px;
    transition: 0.25s ease-out;
  }
  .navbar-toggler:hover .navbar-toggler-icon {
    background-position-x: right;
    background-position-y: top;
      
  }
  
  .sign-in {
    padding:0 !important;
  }
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
    max-height: 90vh;
    margin-top:10px;
    }
    .site-logo {
      max-width: 50px;
    }
    .navbar-dark .navbar-toggler-icon,
    .navbar-light .navbar-toggler-icon {
      width: 20px;
      height: 20px;
      background-size: 40px 20px;
      margin: 0 30px;
    }
  .btn-desktop {
    display: none !important;
  }
  .btn-mobile.btn-access {
    padding: 2px 14px !important;
    font-size: 14px !important;
  }
  .btn-mobile .ico-login, .btn-mobile .ico-logout {
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    }
  .user-area > a {
    position: relative;
    padding-left: 34px;
  }
  .profile::before {
    left: 0;
    position: absolute;
    top: 0px;
    width: 20px;
    height: 20px;
  }
  
  .navbar .container-sm {
    justify-content: flex-end;
  }
 
  .row.tbp-card {
    display: block;
  }
  .tbp-card .col:first-child {
    margin-bottom: 40px;
  }
  #payment .tbp-card .col {
    margin-bottom: 0px;
  }
  .btn-magazine .menu-text {
    display: block;
    margin:0;
    line-height: 20px;
  }
  .hidden-md {
    display: none;
  }
  #helper-footer .tbp-card .col:first-child{
    margin-bottom: 0;
  }
  #order .price.float-end, #order .quantity.float-end {
    float: none !important;
  }
  #order .price.float-end {
    margin: 20px auto;
  }
  #order .interval-subscription {
    text-align: center;
  }
  #download-app {
    margin: 60px auto;
  }
  #download-app .col-lg-6 {
    padding: 0;
  }
  #download-app .col-lg-6:first-child {
    padding-bottom: 60px;
  }

  #download-app .col-lg-6 > * {
    display: flex;
    justify-content: center;
  }
  .app-img {
    display: block;
    margin:auto;
    max-height: 450px;
    width: auto;
    max-width: 100%;
  }
}
@media all and (min-width: 576px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media all and (max-width: 575px) {
  
  .row.tbp-card, #helper-footer, .tbp-card.contact-card {
    padding: 20px;
  }
  main section:not(#in-summary-subscription) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .container-sm {
    padding: 0;
  }
  .link-magazine .btn {
    margin: 5px 10px;
    width: calc(30% - 10px);
    box-sizing: border-box;
    padding: 12px 8px;
    min-width: auto;
  }
  
  .btn-magazine img {
    top: 7px;
  }
  
  .icon-ivc {
    top: 9px !important;
  }
  .magazine-card .btn-magazine img {
    top: 0px !important;
  }
  .card-title {
   margin-top: 30px !important;
  }
  .total-cart span.price {
    padding-left: 20px;
  }
  .buttons-info {
    flex-direction: column;
  }
}

@media all and (min-width: 576px) and (max-width: 991px) {
  .link-magazine .btn {
    margin: 20px 5px 0 5px;
    padding: 12px 20px 12px 20px;  
  }
  .btn-magazine .menu-text  {
    font-size: 13px;
  }
}
@media all and (min-width: 767px) and (max-width: 991px) {
  .youth-subscription-promo {
    margin: 50px 0 50px -25%;
  }
  .form-end.forgot-password {
    margin-top: 10px
  }
}
@media all and (max-width: 480px) {
  .magazine-card .btn-ivc:before {
    width: 40px;
    height: 40px;
  }
  .price.float-end {
    float: none !important;
    display: block;
    margin-top:10px;
  }
  .interval-subscription, .info-detail {
    text-align: center;
    padding: 20px;
    line-height: 140%;
  }
  .shop-buttons .btn-shop {
    width: calc(100% - 22px);
    display: block;
  }
  .shop-button .btn-shop  {
    width: calc(100% - 22px);
    display: block;
    padding: 8px 15px !important;
  }
  #download-app .col-lg-6 {
    align-content: center;
    text-align: center;
  }
  .loghi-store {
    flex-direction: column;
  }
  .logo-store {
    display: block;
    margin: 20px auto 0;
  }
  .section-title {
    margin-bottom: 30px;
  }

}
@media all and (max-width: 767px) {
  .navbar, .page-header-title {
    padding: 10px 20px !important;
  }
  .page-title {
    font-size: 24px;
  }
  .hidden {
    display: none;
  }
  #in-summary-subscription .tab-text {
    padding-left: 34px;
  }
  .card-title {
    display: block;
    text-align: center;
    margin: 0px auto 50px auto;
    font-size: 20px;
    color: var(--bs-blue);
    font-weight: 700;  
  }
  .card-title:after {
    border-bottom: 2px dashed var(--light-blue);
    display: block;
    width: 30%;
    content: "";
    margin:auto;
    padding-top:7px;
  }
  .comparativeTable .table td, .tableTh th,
  .subscriptionTable .table td {
    min-width: 180px;
  }
  
  .youth-subscription-image {
    display: none;
  }
  .youth-subscription-promo {
    margin: 50px 0px;
    width:100%;
    font-size: 28px;
  }
  .discount {
    font-size: 80px;
  }
  .discount sup {
    font-size: 50px;
  }
 #payment .row.tbp-card {
    padding: 28px 20px;
  }
  .first-interval {
    border-start-start-radius: 20px;
    border-start-end-radius: 20px;
  }
  .last-interval {
    border-end-start-radius: 20px;
    border-end-end-radius: 20px;
  }
  .payment-combo {
    order: 1;
  }
  .payment-digital {
    order: 2;
  }
  .order-title {
    font-size: 18px;
  }
  .section-sub-title {
    font-size: 19px;
  }
  body {
    overflow-x: hidden;
  }
  #btns-private > div {
    min-height: 360px;
  }
  .btn-magazine .menu-text, .magazine-card .view-site {
    display: none;
  }
  .view-site-mobile {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .magazine-card > div {
    justify-content: center;
    padding: 12px 8px !important;
  }
  
  /*
  .link-magazine > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 24px !important;
    cursor: inherit;    
    padding:30px !important;
    flex-grow: 1;
  }*/
}

@media all and (min-width:768px) { 
  .tbp-card.contact-card {
    height: 100%;
    padding-bottom: 0;
  }
  .shop-buttons .btn-shop { 
    max-width: 300px;
  }
  .shop-buttons .btn-shop-payPal {
    max-width: 100%;
  }
  .view-site-mobile {
    display: none;
  }
  .magazine-card .icon {
    width: 100%;
  }
  .magazine-card .icon-bs {
    min-height: 95px;
  }
   .magazine-card .icon-nr {
    min-height: 80px;
  }
  .magazine-card .icon-ivc {
    min-height: 90px;
  }
  .magazine-card .image-magazine {
    flex-grow: 1;
    min-height: 140px;
    justify-content: center;
  }
 
}