.quote__container {
    display: none;
}

.blockOverlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.blockMsg {
    border: 0 !important;
    background: inherit;
    width: 100% !important;
    max-width: 290px !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 30px rgba(0,0,0,0.4) !important;
    padding: 20px !important;

    top: 50% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.blockMsg img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.blockMsg span {}

#rapid-quote-application {
    display: none;
}

.quote__debug {
    border: 1px dotted #000000;
}
.quote__debug:focus {
    height: 350px;
}