/* The Modal (background) */
.MLeavePopUp {
   display: none;  /*  Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    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/Box */
  .MLeavePopUp-content {
    background-color: rgba(255, 255, 255, .8);
    margin: 15% auto; /* 15% from the top and centered */
    
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    height: 480px;
      box-shadow: 10px 5px 10px #333;
      border: 1px solid #091046;
      direction: rtl;
          
  }
.MLeavePopUp-content h3{
    text-align: center;
   
    font-size: 25px;
    line-height: 40px;
    color: #091046;
    
}
  
.MLeavePopUp-content p{
    text-align: center;
    font-size: 16px;
    color: #313f2e;
    padding: 0px 10px 10px 10px;
}

.MLeavePopUp-content a{
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    box-shadow: 3px 1px 3px #333;
    padding: 5px 40px 5px 20px;
    border-radius: 5px;
    line-height: 30px;
    background-color: #1c892c;
    background-image: url(https://www.noapass.co.il/noapass/project/pics/361b115_arrow-158359_640.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    
}
.MLeavePopUp-content-left{
    float: left;
  width: 40%; 
    height: 450px;
    background-image: url("https://www.noapass.co.il/noapass/project/pics/363b115_backapp.jpg");
    background-size: cover;
}
.MLeavePopUp-content-right{
    height: 225px;
    width: 60%;
}
.MLeavePopUp-content-table{
    width: 80%;
    margin: 0 auto;
    padding-top: 20px
}

.MLeavePopUp-content-table .submit_clintclosepage{
    margin-top: 30px;
    
}
/* The header*/
.MLeavePopUp-header{
   background-color: #091046; 
    width: 100%;
    height: 30px;
    background-image: url("https://www.gol.co.il/images/logo_gol_hotels_deal_israel_02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
.MLeavePopUp-logo{
    width: 80%;
    
}
  /* The Close Button */
  .MLeavePopUpclose { 
    color: #fff;
    float: left;
      padding-left: 10px;
    font-size: 28px;
    font-weight: bold;
  }
  
  .MLeavePopUpclose:hover,
  .MLeavePopUpclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
   .input_clintclosepage {
    width: 100%;

    padding: 8px 15px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.submit_clintclosepage{
    width: 70%;
    background-color: #1b7aca;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}