.ReactModalPortal .ReactModal__Overlay {
    background: rgba(0,0,0,0.2) !important;
}
/* .ReactModalPortal .ReactModal__Overlay .ReactModal__Content button{
    display: inline-block;
    line-height: 35px;
    padding: 0px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    background: #1C01FF;
    margin-right: 10px;
} */


#awcfe_page_loader{
  background:rgba(255 ,254 ,254 , .8);
  background-size: 40px ;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  border-radius: 16px;
}
#awcfe_page_loader:after{
    content:'';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background:url(../images/loader.gif) no-repeat;
    background-size: contain;
  }

