div.echo-chat-widget #bg{
  position:fixed !important;
}

.modal {
    display: none; 
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.modal-content{
    display:relative;
    background-color:white;
    max-width:34rem;
    width:90%;
    margin:auto;
}
.modal-title{
    display:none;
    color: #9dd4ef; !important;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
    padding: 1em 2.5em 0.25em 2rem;
}
.modal-body{
    padding: 1.5em 2em 1.5em;
    color: #5c6672;
    font: 100%/1.5 "adelle-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}

.close2 {
    display: block;
    height:1.95rem;
    width:1.95rem;
    text-align: center;
    border: 2px solid #789dc5;
    border-radius: 30em;
    cursor: pointer;
    color: #789dc5;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 0.875;
}

.prayer_wrapper{
  font-size:0px;
}

.prayer-header{
  color:white;
  font-size:20px;
  text-align:center;
}
.prayer_button{
  
}
.prayer_text{
  background-color:#1571a6;
  font-size:16px;
  font-weight:bold;
  color:white;
  padding:5px;
  border-radius:15px;
  max-width:300px;
  margin:auto;
}

.prayer_counter-wrapper{
  margin-top:5px;
}

a:hover, a:active{
  text-decoration:none !important;
}
#widget-wrapper{
    display:none;
}

.nhg-button, .nhg-button:active, .nhg-button:hover, .nhg-button:focus{
  background-color:#fbd63b;
  font-size:16px;
  font-weight:bold;
  color:#27293f;
  padding:5px;
  border: 1px solid #fbd63b;
  border-radius:5px;
  max-width:100px;
}