html {
  font-size: 14px;
  height:100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    height: 100%;
    min-height: 100%;
    scrollbar-color: #D30013 transparent;
    scrollbar-width: thin;
}

body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    margin-bottom: 60px;
    background-color: #f4f4f4;
    padding: 0;
    font-family: Congenial; 
    letter-spacing: 1.4px;
    color: #004521;
}

 

.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
}
header {
  position:fixed;
  top:0;
  height:auto;
}



#navbarMenu {
    background: none !important;
    margin-top: 0px;
    right: 10px;
    width:100%;
}

    #navbarMenu .nav-link {
        font-weight: bold;
        color: #004621 !important;
    }

    #navbarMenu .nav-link:hover {
        font-weight: bold;
        color: #004621 !important;
    }

#menu {
    background-color: #fff !important;
    border-radius: 10px;
    width: 90% !important;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    /* font-size: 1.625rem;*/
    background-color: transparent;
    font-size: 18px;
}

#mainContainer {
    padding-top: 50px;
    min-height: 500px;
    height:95%;
    background-color: #f9ffcb !important;
    padding-bottom:40px;
    padding-left:0;
    padding-right:0;
    margin:auto;
}

.container, .container-fluid {
    background-color: #fff !important;
    width:100%;
    max-width:1920px;
  
}

.full-height {
    height: 100%;  
    
}

 
 
/* animazione hamburger */
 .navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}

 .navbar{
     background-color:#fff !important;
 }

 
    .navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
    }
   .navbar-toggler:not(.collapsed) span:nth-child(1) {
        transform: translate(15%, -33%) rotate(45deg);
    }
  
    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        opacity: 0;
    }
    
    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        transform: translate(15%, 33%) rotate(-45deg);
    }
     
    .navbar-toggler span:nth-child(1) {
        transform: translate(0%, 0%) rotate(0deg);
    }
   
    .navbar-toggler span:nth-child(2) {
        opacity: 1;
    }
   
    .navbar-toggler span:nth-child(3) {
        transform: translate(0%, 0%) rotate(0deg);
    }


.navbar-brand{
   
    margin:0;
}
.navbar-brand img {
    margin-left: 20px !important;
}

#siteContent {
  
}
.container, .container-fluid {
    background-color: #FBFFCA !important;
}


.h1Home {
    /*font-size: 4.38rem !important;*/
    font-size: clamp(25px, 5vw, 47px);
    color: #004521;
    font-family: 'Congenial-Black';
}

.btnRed {
    background-color: #d11721;
    color: #fff;
    border: none;
    border-radius: 18px;
    padding: 10px;
}

.btnRed:hover {
    background-color: #b7141d;
    color: #fff;
    border: none;
    border-radius: 18px;
    padding: 10px;
}

.btnWhite {
    background-color: #fff;
    color: #d11721;
    border-radius: 18px;
    padding: 10px;
    
}

    .btnWhite:hover {
        background-color: #b7141d;
        color: #fff; 
        border-radius: 18px;
        padding: 10px;
    }

.btnGray {
    background-color: #584D38;
    color: #fff;
    border: none;
    border-radius: 18px;
    padding: 10px;
}

    .btnGray:hover {
        background-color: #383329 !important;
        color: #fff;
        border: none;
        border-radius: 18px;
        padding: 10px;
    }

input[type=text] {
    background-color: #ecebe9;
    border: none;
    border-radius: 5px;
    padding: 10px;
    transition: none;
    font-size: 1.25rem;
}

input[type=password] {
    background-color: #ecebe9;
    border: none;
    border-radius: 5px;
    padding: 10px;
    transition: none;
    font-size: 1.25rem;
}

input[type=email] {
    background-color: #ecebe9;
    border: none;
    border-radius: 5px;
    padding: 10px;
    transition: none;
    font-size: 1.25rem;
}

input[type=checkbox] {
    background-color: #ecebe9;
    border: none;
    width:20px !important;
    height:20px !important;
}

input[type=date] {
    background-color: #ecebe9;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 1.25rem;
}
 

#regPage label{
    font-size:12px;
}

.ckContainer {
    display: flex;
    align-items: center;
}


input, select,
textarea, button {
    border: none !important;
    background-color: #ecebe9;
    outline-style: none;
    box-shadow: none;
     
}


    button, button:hover, button:active, button:focus {
        
        border: none !important; 
        outline-style: none;
        box-shadow: none;
    }

.btn  {
   
    border: none !important;
    outline-style: none;
    box-shadow: none;
}
 

input[type=text].form-control:focus {
    border: none !important;
    background-color: #ecebe9;
    outline-style: none;
    box-shadow: none;
}
    input[type=password].form-control:focus {
        border: none !important;
        background-color: #ecebe9;
        outline-style: none;
        box-shadow: none;
    }
    input[type=email].form-control:focus {
        border: none !important;
        background-color: #ecebe9;
        outline-style: none;
        box-shadow: none;
    }

    input[type=date].form-control:focus {
        border: none !important;
        background-color: #ecebe9;
        outline-style: none;
        box-shadow: none;
    }

  
.form-check-input:focus {
   /* border: none !important;*/
    outline-style: none;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #d11721;
    border: none !important;
    outline-style: none;
    box-shadow: none;
}

#fromLogin, #newPasswordForm, #frmRegister {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 2px 16px #31181829;
    border-radius: 20px;
    border: 1px solid #cfc5c5;
}

#frmRegister {
    height: 100%; 
    max-height: 42.44rem;
}

.BoxmessageConfirm, .BoxErrormessageConfirm {
    background-color: #fff;
    box-shadow: 0px 2px 16px #31181829;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    max-height: 42.44rem;
    width:100%;
    max-width: 38.31rem !important;
}

#LostPassword {
    background-color: #fff;
    border: 1px solid #cfc5c5;
    border-radius: 10px;
    padding: 20px;
}


#scrollTop{
    position:absolute;
    bottom:50px;
    right:20px;
}

footer{ 
  border:1px solid #000;
  
  
}

footer .white {
    padding-top: 20px;
    background-color: #fff !important;
    color: #fff;
    min-height: 50px;
    border-radius:10px 10px 0 0;
    border:1px solid #000;
    border-bottom:none;
    
}

footer .red {
    
    background-color: red !important;
    color:#fff;
    min-height:50px;

}

#regContainer {
    /* min-height: 300px;
    max-height: 300px;*/
    max-height: 22.56rem;
    overflow:hidden;
    overflow-y: scroll;
    padding: 10px;
}

.form-control.input-validation-error {
    border: 1px solid #b7141d !important;
}


.boxPremiHome {
    width: 100%;
    max-width: 1516px;
    height:auto;
    max-height: 517px;
    background-color: #fff;
    margin: auto;
    box-shadow: 0px 2px 15px #00000029;
    border-radius: 20px;
    opacity: 1;
}

.checkBox{
    width:20px !important;
    height: 20px !important;
    border-radius:0 !important;
}

#comePartecipare{
    font-size:20px !important;
}

#testoProdottiHome {
    color: #004521;
    font-family: 'Congenial-Black';
    font-size: 2.0rem;
    max-width: 80.31rem;
    text-align: left;
}

#checkBoxPV {
    max-width: 35.44rem !important;
   
}

#checkBoxPV label{
    font-size:1.1rem;
    margin-top:auto !important;
    margin-bottom:auto !important;
}