#aw_popup_wraper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000;
}
#aw_popup_header {
    margin-bottom: 5px;
}
/* Overriding the width functionality to make responsive*/
#aw_popup_window {
    position: fixed;
    z-index: 10000;
    top: 0!important;
    left: 0!important;
    right: 0;
    bottom: 0;
    width: 100%!important;
    min-width: 280px!important;
    max-width: 500px!important;
    margin: auto!important;   
}
#aw_popup_window_inner {
    background: #ffffff;
    overflow: hidden;
    border: solid 1px;
    border-radius: 6px;  
    padding: 10px;
    margin: 0; 
    width: 100%;
    height: 100%;  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#aw_popup_title {
    font-weight: bold;
}

#aw_popup_close_btn {
    cursor: pointer;
    float: right;
}

#aw_popup_content {
    text-align: left;
}

#aw_popup_content .input-box input[type="text"], #aw_popup_content .input-box input[type="textarea"] {
    width: 260px;
    max-width: none;
}

#aw_popup_content .input-box label {
    font-weight: 500;
}

#aw_popup_content .buttons-set .required {
    display: none;
}

#aw_popup_content .buttons-set button {
    width: 260px;
    max-width: none;
}

@media only screen and (max-width: 500px), {
  body {
    overflow: hidden;
  }
}