.silverbranch-age-bg {

     background: rgba(0,0,0,.7);

     position: fixed;

     top: 0;

     right: 0;

     bottom: 0;

     left: 0;

     z-index: 10000;

     display: none;

}



.silverbranch-age-checker {

     background-color: white;

     background-repeat:no-repeat;

     width: 400px;

     height:475px;

     position: fixed;

     z-index: 100000;

     top: 50%;

     left: 50%;

     transform: translate(-50%, -50%) !important;

     -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );

     box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); position: absolute;
  padding: 40px

}

.silverbranch-age-checker h2 {
  margin-bottom: 40px
}


.yes-button {

     color: white;
    position: relative;
    text-align: center;
    background-color: green;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 40px;

}



.no-button {

     color: white;
    position: relative;
    text-align: center;
    background-color: red;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 40px;

}



.close-age-popup {

     cursor:pointer

}
#sb-age-bg{
backdrop-filter: blur(10px);
}