a {
    color: #212529;
    font-weight: bold;
    /*text-decoration: underline;*/
}
p{
    font-weight: normal;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('img/loading.gif') 50% 50% no-repeat rgb(249,249,249);
}
 .sigPad {
     padding: 0px;
     width: 100%;
     border: 0px;
     border-radius: 0px;
     overflow: auto;
 }
.sigNav {
    display: none;
    height: 2.25em;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
    background: #343951;
    color: #fff;
}
.sigNav li {
    display: inline;
    float: left;
    margin: 0;
    padding: 6px;
    border-radius: 0px;
}
.sigNav a, .sigNav a:link, .sigNav a:visited {
    display: block;
    margin: 0;
    padding: 0 0.6em;
    border: 0;
    color: #fff;
    font-weight: bold;
    line-height: 1.25em;
    text-decoration: none;
}
p.error {
    display: block;
    margin: 0;
    padding: 0.3em;
    background-color: #f33;
    color: #fff;
    font-weight: bold;
}
.sigWrapper {
    clear: both;
    height: 100px;
    border: 1px solid #343951;
}
  img {
      max-width: 100%;
  }
#signature-pad {
    border: 1px solid #ddd;
    margin-top:10px;
    margin-left: 3px;
}

  .password-progress {
      margin-top: 10px;
      margin-bottom: 0;
  }
#valid-msg{
    color: green;
}
#error-msg{
    color: red;
}
.intl-tel-input{
    width: 100%;
}

.font-roboto{
    font-family: 'Roboto Condensed', sans-serif;
}

.accordion-button::after {
    background-image: url("/images/icon/giu_46.png") !important;
    background-size: 40px;
    width: 40px;
    height: 40px;
}


.buttonbord{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    box-shadow: 4px 4px 0px #000000;
    border: 1px solid #000000;
    border-radius: 0;
}
.image-blog{
    border-radius: 0;
}
.active-menu{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    box-shadow: 4px 4px 0px #000000;
    border: 1px solid #000000;
    border-radius: 0;
}
.border-accordion{
    border: 30px solid #FCBC1B;
}

.border-card{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    box-shadow: 10px 10px 0px #000000;
    border: 1px solid #000000;
    border-radius: 0;
}

.border-accordion-two{
    border: 30px solid #E50143;
}

.border-accordion-three{
    border: 30px solid #233688;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}

.card{
    border-radius: 0 !important;
}

.btn-scheda-g{
    background: #FCBC1B 0% 0% no-repeat padding-box;
    border: 2px solid #000000;
    border-radius: 22px;
    opacity: 1;
}

.btn-scheda-g:hover{
    background: #FCBC1B 0% 0% no-repeat padding-box;
    border: 2px solid #000000;
    border-radius: 22px;
    opacity: 1;
}

.btn-scheda-r{
    background: #E50143 0% 0% no-repeat padding-box;
    border: 2px solid #000000;
    border-radius: 22px;
    opacity: 1;
}

.btn-scheda-r:hover{
    background: #E50143 0% 0% no-repeat padding-box;
    border: 2px solid #000000;
    border-radius: 22px;
    opacity: 1;
}

.btn-scheda-n{
    background: #32313A 0% 0% no-repeat padding-box;
    border: 2px solid #32313A;
    border-radius: 22px;
    opacity: 1;
    color: white !important;
}

[class*="btn-scheda-"] span:hover {
    text-decoration: underline;
    color: #fff;
}


.btn-scheda-b{
    background: #233688 0% 0% no-repeat padding-box;
    border: 2px solid #000000;
    border-radius: 22px;
    opacity: 1;
}

.btn-scheda-b:hover{
    background: #233688 0% 0% no-repeat padding-box;
    border: 2px solid #000000;
    border-radius: 22px;
    opacity: 1;
}

.btn-scheda-n{
    background: #32313A 0% 0% no-repeat padding-box;
    border: 2px solid #000000;
    border-radius: 22px;
    opacity: 1;
    color: white;
}

.btn-scheda-n:hover{
    background: #32313A 0% 0% no-repeat padding-box;
    border: 2px solid #000000;
    border-radius: 22px;
    opacity: 1;
    color: white;
}

.btn-cart{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    box-shadow: 4px 4px 0px #000000;
    border: 1px solid #000000;
    border-radius: 0;
}

.btn-cart:hover{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    box-shadow: 4px 4px 0px #000000;
    border: 1px solid #000000;
    border-radius: 0;
}

.btn-product{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    box-shadow: 4px 4px 0px #000000;
    border: 1px solid #000000;
    border-radius: 0;
}

.btn-product:hover{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    box-shadow: 4px 4px 0px #000000;
    border: 1px solid #000000;
    border-radius: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 2px solid #262525;
    background-color: #262525;
    color: #fff;
    border-radius: 0;
}

.nav-tabs .nav-link {
    color: #262525;
    border: 2px solid #262525;
}

.item {
    position: relative;
    padding-top: 30px;
    display: inline-block;
}

.notify-badge {
    position: absolute;
    left: 2rem;
    top: 10px;
    background: #E50143;
    text-align: center;
    border-radius: 50%;
    color: white;
    width: 90px; /* Stessa misura per larghezza e altezza */
    height: 90px; /* Stessa misura per larghezza e altezza */
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-prod {
    position: relative;
    padding-top: 0px;
    display: inline-block;
}

.notify-badge-prod {
    position: absolute;
    right: -0.5rem;
    bottom: 80%;
    background: #E50143;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    padding: 12px;
    font: normal normal 500 13px/13px Open Sans;
}

.strikeout {
    font-size: 4em;
    line-height: 1em;
    position: relative;
}
.strikeout::after {
    border-bottom: 0.125em solid black;
    content: "";
    left: 0;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}

#infoMessage {
    background: #0158e5; /* Colore di sfondo del messaggio */
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 0;
}

.newsletter{
/*width: 371px !important;*/
    background: transparent;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid;
    color: #fff;
}
.btn:hover{
    color: black;
}
.border-selection{
    border: 2px solid #000000;
    border-bottom-width: 8px; /* Modifica dello spessore del bordo in basso */
    background: #FFFFFF;
    border-radius: 75px;
    opacity: 1;
}
.active{
    background-color: #FCBC1B;
    border-radius: 70px;
    /*padding-left: 40px;*/
    /*padding-right: 40px;*/
}
.banner-card-course{
    background-color: #FCBC1B;
    border: 2px solid #000000;
}
.fixed-height-ul {
    height: 23rem; /* Imposta l'altezza fissa desiderata */
    overflow-y: auto; /* Aggiunge uno scorrimento verticale se il contenuto supera l'altezza fissa */
}

.fixed-height-card-contatti {
    height: 23rem; /* Imposta l'altezza fissa desiderata */
    overflow-y: auto; /* Aggiunge uno scorrimento verticale se il contenuto supera l'altezza fissa */
}
.contact-method{
    background-color: #FFF;
    border-radius: 75px;
    height: 3rem;
    border: 2px solid #000;
}
.form-control{
    border-radius: 0;
}

/*
	We need to add this CSS custom property to the body instead of :root,
	because of CSS specificity.
*/
body {
    --ck-z-default: 100;
    --ck-z-modal: calc( var(--ck-z-default) + 999 );
}
/*body per frontend navbar sticky*/
.fe-body{
    min-height: 40rem;
    padding-top: 6.5rem
}

/*
	Override Bootstrap's CSS.
	Note: this won't be necessary once the following issue is fixed and released:
	https://github.com/ckeditor/ckeditor5-theme-lark/issues/189
*/
.ck.ck-button {
    -webkit-appearance: none;
}

.ck.ck-powered-by {
    display: none;
}

/** NEWS-FRONTEND */

@media (min-width: 768px)
{
    .img-news{
        max-width:50%
    }
}

.news .article h1{
    font: normal normal bold 38px/44px Roboto Condensed;
}
.news .article h2{
    font: normal normal normal 32px/38px Roboto Condensed;
}
.news .article h3{
    font: normal normal bold 26px/32px Open Sans;
    margin-bottom: 1.25rem;
}

.news h4.title{
    font: normal normal bold 58px/40px Roboto Condensed;
    text-transform: uppercase;
}
.news a.link-back{
    font: italic normal bold 25px/35px Roboto Condensed;
    text-decoration: none;
}

    /*PER BACKOFFICE*/
.formatted-txt h1{
    font-size: 24px;
}
.formatted-txt h2{
    font-size: 22px;
}
.formatted-txt h3{
    font-size: 18px;
}

/*HOMEPAGE*/

/*SLIDE*/
.content-image{
    display: block;
    position: relative;
}
.counter-slide{
    display: none;
}
.counter-slide span{
    font: normal normal bold 16px/26px Open Sans;
    color: #FFFFFF;
    transition: 1s;
    opacity: 0;
}
.carousel-item.active .counter-slide span{
    opacity: .75;
}

/*Carosuel indicators non in uso*/
.carousel-indicators {
    bottom: 30vh;
}

.carousel-indicators li {
    box-sizing: content-box;
    display: block;
    position: absolute;
    text-indent: 0px;
    opacity: 0;
}
.carousel-indicators li.active {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(0 0 0 / 50%);
    border-radius: 19px;
    padding: 0px 35px;
}

.input-user-profile{
    margin-bottom: 30px;
    box-shadow: 4px 4px 0px #000000 !important;
    border-radius: 14px;
    height: 40px;
}

.input-user-profile:focus{
    margin-bottom: 30px;
    box-shadow: 4px 4px 0px #000000 !important;
    border-radius: 14px;
    height: 40px;
}

.badge-logo {
    position: absolute;
    bottom: 14px;
    left: 62px;
    font-size: 14px;
}

/*@media (min-width: 1200px)*/
/*{*/
/*    .badge-logo {*/
/*        bottom: 40px;*/
/*        left: 88px;*/
/*        font-size: inherit;*/
/*    }*/
/*}*/

.no-dot-list-style {
    list-style-type: none;
    position: relative;
    padding-left: 50px;
}

.no-dot-list-style li {
    counter-increment: list;
    margin-bottom: 20px;
}

.no-dot-list-style li::before {
    content: counter(list);
    position: absolute;
    left: 0;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 18px;
    line-height: 35px;
}
.no-dot-list-style.circle-primary li::before {
    background-color: #262525;
    color: #fff;
}
.no-dot-list-style.circle-secondary li::before {
    background-color: #FCBD1B;
    color: #262525;
}

.bg-path{
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bg-path .path{
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}
.bg-path .path-primary {
    background: #262626;
}
.bg-path .path-secondary {
    background: #fcbc1b;
}
.bg-path .path-white {
    background: #fff;
}

.icon-container {
    display: inline-block;
}
.icon-container a {
    text-decoration: none;
}

/*Nav Price*/
.nav.nav-price{
    border: 2px solid #000;
    border-bottom-width: 8px;
    background: #FFF;
    border-radius: 50px;
}

.nav.nav-price .nav-item .nav-link{
    color: #000;
    font: normal normal bold 24px/27px Roboto Condensed;
    border-radius: 50px;
    text-align: center;
    padding: 15px;
}
.nav.nav-price .nav-item span.separator{
    height: 100%;
    position: relative;
    display: block;
    border: solid 1px #000;
    margin: 0px 10px;
}

.nav.nav-price .nav-item .nav-link.active {
    background-color: #FCBC1B;
}

.nav.nav-price .nav-item.pro .nav-link.active {
    background-color: #000;
    color: #fff;
}

.card.card-pricing .card-body{
    border: 2px solid #000;
}

.bg-gratis{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.text-white ::placeholder {
    color: #FFFFFF;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.logo-art{
    height: 45px;
}

@media (min-width: 576px){
    .counter-slide{
        display: block;
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgb(0 0 0 / 50%);
        border-radius: 19px;
        padding: 0px 35px;
    }

    .logo-art{
        height: 57px;
    }

    .news .article h1{
        font: normal normal bold 50px/55px Roboto Condensed;
    }
    .news .article h2{
        font: normal normal normal 45px/55px Roboto Condensed;
    }
    .news .article h3{
        font: normal normal bold 32px/38px Open Sans;
    }

    .notify-badge-prod {
        font: normal normal 500 16px/16px Open Sans;
        padding: 14px;
    }
    .fixed-height-ul {
        height: 12rem;
    }
}

.artquiz .swal2-popup{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    box-shadow: 4px 4px 0px #000000;
    border: 1px solid #000000;
    border-radius: 0;
}

.artquiz .swal2-styled{
    border: solid 1px #000;
    border-radius: 0;
}
.artquiz .swal2-styled{
    border: solid 1px #000;
    border-radius: 0;
}
.artquiz .swal2-styled.swal2-default-outline:focus {
    box-shadow: none;
}
.artquiz .swal2-confirm.swal2-styled.swal2-default-outline:hover{
    background-image: none;
    background-color: #fcbc1b !important;
    color: #fff !important;
}
.artquiz .swal2-confirm.swal2-styled.swal2-default-outline:focus
{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    box-shadow: 4px 4px 0px #000000;
    border: 1px solid #000000;
    border-radius: 0;
}

.artquiz .swal2-cancel.swal2-styled.swal2-default-outline:hover {
    background-image: none;
    background-color: #f27474 !important;
    color: #fff !important;
}

@media (min-width: 768px){
    .nav.nav-price .nav-item .nav-link{
    font: normal normal bold 38px/25px Roboto Condensed;
    padding: 20px;
    }
    .nav.nav-price .nav-item span.separator{
        margin: 0px 15px;
    }
    .bg-gratis{
        background-position: center bottom;
    }
}

@media (min-width: 992px)
{
    .bg-path .path{
        height: 70%;
    }
    .notify-badge-prod {
        font: normal normal 500 18px/18px Open Sans;
        padding: 15px;
    }
}

@media (min-width: 1200px) {
    .fixed-height-ul {
        height: 11rem;
    }
    .bg-gratis{
        background-size: contain;
    }
    .fe-body {
        padding-top: 6.7rem;
    }
}

.swal2-icon.swal2-warning {
    font-size: 25px;
}

.cookie-consent{
    position: fixed;
    width: 100%;
    background-color: #262626;
    color: #fff;
    padding: 15px 0;
    z-index: 9999;
}

.cookie-consent a{
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

@media (min-width: 576px) {
    .cookie-consent{
        padding: 10px 0;
    }
}