.xoo-aff-input-group{position:relative;display:table;border-collapse:separate;width:100%}.xoo-aff-input-group:first-child{border-right:0}.xoo-aff-group input{box-sizing:border-box}.xoo-aff-group{margin-bottom:30px}.xoo-aff-input-group .xoo-aff-input-icon{display:table-cell;width:1%;white-space:nowrap;vertical-align:middle;padding:6px 12px;font-size:14px;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px;border-right:0;border-bottom-right-radius:0;border-top-right-radius:0}.xoo-aff-group input[type="text"],.xoo-aff-group input[type="password"],.xoo-aff-group input[type="email"],.xoo-aff-group input[type="number"],.xoo-aff-group select{margin:0;position:relative;z-index:2;float:left;width:100%;margin-bottom:0;height:43px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;display:table-cell;border-bottom-left-radius:0;border-top-left-radius:0;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / .075);box-shadow:inset 0 1px 1px rgb(0 0 0 / .075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.xoo-aff-group input[type="checkbox"],.xoo-aff-group input[type="radio"]{margin-right:10px}.xoo-aff-group label{font-weight:600;display:block;margin-bottom:5px}.xoo-aff-group{float:left;width:calc(100% - 20px)}.xoo-aff-group.onehalf{width:calc(50% - 20px);margin-right:20px}.xoo-aff-group.onethird{width:calc(30% - 20px);margin-right:20px}.xoo-aff-group.twothird{width:calc(70% - 20px);margin-right:20px}.xoo-aff-group.onefourth{width:calc(25% - 20px);margin-right:20px}.xoo-aff-group.threefourth{width:calc(75% - 20px);margin-right:20px}div#ui-datepicker-div{z-index:99999999999!important}.xoo-aff-single_checkbox .xoo-aff-label{display:none}.xoo-aff-options-list label{font-weight:400}.xoo-aff-fields{display:table;width:100%;margin-top:15px}.xoo-aff-group.xoo-aff-checkbox_single{min-height:auto}.xoo-aff-group.one.xoo-aff-checkbox_single{margin-bottom:10px}.xoo-aff-group.xoo-aff-cont-checkbox_single{margin-bottom:5px}@media only screen and (max-width:450px){.xoo-aff-group.onehalf,.xoo-aff-group.onefourth,.xoo-aff-group.onethird,.xoo-aff-group{width:calc(100% - 20px)}.xoo-aff-group{margin-right:0}}/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 20, 2018, 3:55:15 PM
    Author     : Magazine3
*/
@media only screen and (min-width: 992px) {
    .pwaforwp-footer-prompt {
        padding: 1% 3%;
     flex-direction: row;
    justify-content: center;
    }
}
.pwaforwp-footer-prompt{
    display: none;
    width: 100%;
    line-height: 2em;    
    color: #333;
    text-align: center;
    text-decoration: none;    
    min-height: 10%;
    padding:15px 0px 15px 0px;
    position: fixed;
    bottom: 0;
    justify-content: flex-end;
    flex-direction: column;
    flex-grow: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
    z-index: 9999;
}
.pwaforwp-footer-prompt .pwaforwp-prompt-close:after{
  content: "✖";
  color: #d5e0eb;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.40);
  border-radius: 30px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 22px;
  cursor: pointer;
} 
.pwaforwp-bounceInUp{
    animation-name: bounceInUp;
}
.pwaforwp-animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.pwaforwp-btn{
    border: none;   
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    height: auto;
    line-height: 1;
    min-width: auto;
    padding: 8px 16px;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    font-family: sans-serif;
    text-transform: none;
    transition: all .2s ease-in-out;
}
/* Center the loader */

#pwaforwp_loading_div {
  display: none;
  position: fixed;
  width: 100%;
  height: 200%;
  top: 0px;
  left: 0px;
  background-color: white;
  z-index: 9999;
}
.pwaforwp-loading-wrapper{z-index: 9999999;display:none;}
#pwaforwp_loading_icon {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999999;
  margin: -60px 0 0 -60px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

/** Add to home screen CSS **/
#pwaforwp-add-to-home-click h3{
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
  line-height: 1.4;
  font-family: sans-serif;
}

@media(max-width:425px){
  #pwaforwp-add-to-home-click h3 {
    font-size: 16px;
  }
  .pwaforwp-btn{
    font-size: 14px;
  }
  .pwaforwp-footer-prompt{
    padding:15px 0px 10px 0px;
  }
  .pwaforwp-footer-prompt .pwaforwp-prompt-close:after {
    right: 5px;
    top: 5px;
  }
}
.pwaforwp-app-contents{display: none;}
