body {
    margin: 0;
    font-family: "Reckless Neue", "Times New Roman", Times, serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
    background-color: #fff;
  }
  
.imagevisa{
  height: 40px  !important;
  width: auto;
}
  
.buttonmatch {
    background-color: #D33678; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-left: 90px;
    height: 58px;
    width: 400px !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
  }

a{
  text-decoration: none;
  color:  #D33678; 
}

.credib {

    border: 1px solid darkgrey ;
      margin-left: 120px;
      background-color: white;
      border-radius: 20px;
      margin-top: 24px;
      height: auto;
      padding-bottom: 30px;
      padding-right: 34px;
      width: 580px;
  }
  
  .balance {
      font-size: 30px;
      margin-left: 40px;
      font-weight: normal;
      color: black; 
      padding-top: 14px;
      float: center;
      padding-left: 50px !important;
  }
  
  .balancet {
    font-size: 20px;
    margin-left: 40px;
    font-weight: normal;
    color: black;
    padding-top: 14px;
    padding-left: 50px !important;
  }

  .balancetwoimage {
    font-size: 15px;
    margin-left: 90px ;
    font-weight: normal;
    color:   #D33678; 
    padding-top: 2px;
    padding-bottom: 0px;

    
  }

  .balancetwo {
    font-size: 15px;
    margin-left: 120px ;
    font-weight: normal;
    color:   #D33678; 
    padding-top: 50px;
    padding-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif !important; 
    
  }
 
  
.input {
      width: 400px !important;
      font-size: 15px;
      padding: 1px 0px;
      color: black;
      height: 60px;
      float: center;
      margin-top: 2px;
      text-decoration: none;
      background-color: whitesmoke;
      margin-bottom: 2px;
      border-radius: 7px 7px 0px 0px;
      border: solid 0px whitesmoke;
      outline: 0;
      padding-left: 4px;
  }
  



/*--------popup---------*/

.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-image:url('img/pwb-age-popup.jpg');

  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;

}



.yes-button {

  position: relative;

  top: 350px;

  left: 70px;

}



.no-button {

  position: relative;

  top: 310px;

  left: 225px;

}



.close-age-popup {

  cursor:pointer

}