div.wpcf7-response-output, div.wpcf7-validation-errors {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    display: none;
}
#sm-cf7-Popup {
    position: fixed;
    z-index: 99999999999;
    top: 20px;
    right: 20px;
    max-width: 90%;
}
#sm-cf7-Popup .sm-Popup-log {
    margin-bottom: 10px;
    position: relative;
    right: -100%;
    opacity: 0;
    padding: 15px 35px 15px 15px;
    border-radius: 4px;
    color: #FFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
}
#sm-cf7-Popup .sm-Popup-log.sm-show {
    right: 0;
    opacity: 1;
}
#sm-cf7-Popup .sm-Popup-log.error {
    background-color: #dc3232;
}
#sm-cf7-Popup .sm-Popup-log.success {
    background-color: #4CAF50;
}
#sm-cf7-Popup.sm-hide {
    transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
}
#sm-cf7-Popup .sm-Popup-log.sm-show, .sm-Popup-log {
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
#sm-cf7-Popup .sm-Popup-log.sm-hide {
    transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
}
#sm-cf7-Popup .sm-Popup-log.sm-show {
    right: 0;
    opacity: 1;
}
#sm-cf7-Popup .sm-Popup-log.sm-hide {
    transform: translate(100%, 0);
    opacity: 0;
}
#sm-cf7-Popup .sm-Popup-icon {
    line-height: 0;
    fill: #FFFFFF;
    margin-right: 10px;
}
#sm-cf7-Popup .sm-Popup-icon svg {
    width: 30px;
}
#sm-cf7-Popup .sm-Popup-msg {
    font-size: 14px;
    font-weight: 500;
}
#sm-cf7-Popup .sm-Popup-log .sm-Popup-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    overflow: hidden;
}
#sm-cf7-Popup .sm-Popup-log .sm-Popup-progress-bar{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--awb-color7);
}