/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


#fap-app-root {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

/* Popups */
.popup-area {
    display: none;
}

.popup-area .holder {
    display: none;
}

#fap-app-request-submitted {
    display: none;
    width: 500px;
}

.fap-app-loader-box {
    position: absolute;
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: 30%;
    z-index: 99;
    background-color: #495057;
}

.btn-send-hold-postcode {
    margin-bottom: 15px;
}