@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

:root {
    --primary: #2c800a;
    --secondary: #234d52;
}

* {
    font-family: 'Titillium Web', sans-serif;
}

/*CUSTOM SCROLLBAR*/
/* width */
::-webkit-scrollbar {
    width: 6px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 4px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--secondary);
  }
  /*FINE CUSTOM SCROLLBAR*/

h1 {
    font-size: xxx-large;
    font-weight: 600;
}
.logo{
    max-height: 90px;
}

header{
    border-top: #2c800a solid 6px;
    border-bottom: #cccccc solid 1px;
    background: white;
}


.mainbanner-bg{
    background-image: url("/img/banner_promo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: blur(3px);
    height: 350px;
    z-index: -999;
}
.mainbanner{
    border-bottom: #2c800a solid 6px;
}

.mainbanner-txt{
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    color: white;
    position: absolute;
    z-index: 2;
    transform: translate(70%, -150%);
}

.datavalidita{
    font-weight: bold;
    color: #2c800a;
}
.card-top{
    background: #2c800a;
    height: 40px;
    margin-bottom: 5px;
    border-radius: 0;
    text-align: center;
    align-items: center;

}

.tenant-title{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: white;
    font-weight: bold;
    font-size: x-large;
}

