/*
    Nuovo CSS per Boostrap 4 e qpag
    Created on : 01-ago-2018, 14.49.27
    Last edited: 29 LUG 2025
    Author: salvatorearcidiacono.it
*/

html, body {
    height: 100% !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px; /* Set the fixed height of the footer here */
}

html {
    position: relative;
    min-height: 100%
}

@import url("https://use.fontawesome.com/releases/v5.2.0/css/all.css");

.shadow{
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
}

.shadow-small{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}

.shadow-bottom{
    -webkit-box-shadow: 0px 9px 15px -5px #000000; 
    box-shadow: 0px 9px 15px -5px #000000;
}

/*******************************************************************************
 * QPAG                                                                        *
 *******************************************************************************/

.qpag-more-btn{ 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;line-height: 1;
}

.qpag-more-btn:hover{text-decoration: none;}
.qpag-more-btn:after{content: "\f056";}
.qpag-more-btn.collapsed:after{content: "\f055";}