/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content1 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    /* width: 50%; */
  
    /* background-color: #ffffff; */
  width: 420px;
  padding: 30px 40px;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
  font-family: "Poppins",sans-serif;
  /* display: none;  */
  text-align: center;
  /*overflow: auto;  */
  }
  .modal-content1_login {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    /* width: 50%; */
  
    /* background-color: #ffffff; */
  width: 420px;
  padding: 30px 40px;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
  font-family: "Poppins",sans-serif;
  /* display: none;  */
  text-align: center;
  /*overflow: auto;  */
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .modal-content1 p{
  font-size: 14px;
  text-align: center;
  margin: 20px 0;
  color: #ffffff;
  line-height: 25px;
  
  font-size: 23px;
  font-family: "Heebo";
  font-weight: 400;
  line-height: 1.22;
  
  }
  .modal-content1 a{
  display: block;
  width: 150px;
  position: relative;
  margin: 10px auto;
  text-align: center;
  background-color: #CE0000;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 0;
  }
  .modal-content1 .boom{
  display: block;
  margin:  -45px 0 10px 10px;
  background-color: transparent;
  font-size: 30px;
  color: #ffffff;
  
  /* border-radius: 100%; */
  width: 100px;
  height: 100px;
  border: none;
  outline: none;
  cursor: pointer;
  background-image: url('../php/popup/image/popup_boom_1.png') ; background-size: 100%;
  background-repeat: no-repeat;
  
  }
  .boom_fill{
    display: block;
    margin:  0px 0 10px 10px;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
    
    /* border-radius: 100%; */
    width: 100px;
    height: 100px;
    border: none;
    outline: none;
    cursor: pointer;
    background-image: url('../php/popup/image/tolkie-sad.gif') ; background-size: 100%;
    background-repeat: no-repeat;
    
    }
  .boom_nice{
    display: block;
    margin:  0px 0 10px 10px;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
    
    /* border-radius: 100%; */
    width: 100px;
    height: 100px;
    border: none;
    outline: none;
    cursor: pointer;
    background-image: url('../php/popup/image/photofunky.gif') ; background-size: 100%;
    background-repeat: no-repeat;
    
    }

  .modal-content1 h2{
  margin-top:0px;
  color: #ffffff;
  font-size: 30px;
  
  font-family: "Nunito Sans"; font-size: 60px; text-transform: none; display: block; 
  /* transform: rotateZ(-20deg) translate(-25%, 5%); */
  }
  .modal-content1_login p{
  font-size: 14px;
  text-align: center;
  margin: 20px 0;
  color: #ffffff;
  line-height: 25px;
  
  font-size: 23px;
  font-family: "Heebo";
  font-weight: 400;
  line-height: 1.22;
  
  }
  .modal-content1_login a{
  display: block;

  position: relative;
  margin: 10px auto;
  text-align: center;

  border-radius: 20px;

  text-decoration: none;
  padding: 8px 0;
  }
  .modal-content1_login .boom{
  display: block;
  margin:  -45px 0 10px 10px;
  background-color: transparent;
  font-size: 30px;
 
  
  /* border-radius: 100%; */
  width: 100px;
  height: 100px;
  border: none;
  outline: none;
  cursor: pointer;
  background-image: url('../php/popup/image/popup-boom.png') ; background-size: 100%;
  background-repeat: no-repeat;
  
  }
  .boom_fill{
    display: block;
    margin:  0px 0 10px 10px;
    background-color: transparent;
    font-size: 30px;
   
    
    /* border-radius: 100%; */
    width: 100px;
    height: 100px;
    border: none;
    outline: none;
    cursor: pointer;
    background-image: url('../php/popup/image/tolkie-sad.gif') ; background-size: 100%;
    background-repeat: no-repeat;
    
    }
  .boom_nice{
    display: block;
    margin:  0px 0 10px 10px;
    background-color: transparent;
    font-size: 30px;
   
    
    /* border-radius: 100%; */
    width: 100px;
    height: 100px;
    border: none;
    outline: none;
    cursor: pointer;
    background-image: url('../php/popup/image/photofunky.gif') ; background-size: 100%;
    background-repeat: no-repeat;
    
    }
  .modal-content1_login h2{
  margin-top:0px;

  font-size: 30px;
  
  font-family: "Nunito Sans"; font-size: 60px; text-transform: none; display: block; 
  /* transform: rotateZ(-20deg) translate(-25%, 5%); */
  }