.webhook-callback-form {
    background-color: #ece8e5;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px 30px;
    z-index: 1;
}

.webhook-callback-form:before {
    content: "";
    background-image: url(https://hol-uk.local/wp-content/plugins/hol_plugin/images/shield2.png);
    background-blend-mode: lighten;
    background-color: rgba(236, 232, 229, 0.9);
    background-repeat: no-repeat;
    transform: rotate(30deg);
    position: absolute;
    width: 200%;
    height: 200%;
    z-index: -1;
    top: 50px;
    left: -75px;
}

@media (max-width: 768px) {
    .webhook-callback-form:before {
        top: 0px;
        left: -250px;
    }
}
.webhook-callback-form-row {
    flex-direction: row;
    display: flex;
    overflow: hidden;
    gap: 10px;
}

.callback-thankyou-title {
    width: 100%;
    text-transform: none !important;
    margin-left: -25px;
    margin-bottom: 28px !important;
}

.webhook-callback-thankyou-text {
    font-size: 17px;
    margin: 0 10%;
    text-align: left;
    display: flex;
    margin-bottom: 28px;
}
.callback-flex-break {
    width: 0;
    display: flex;
}

.webhook-callback-thankyou-text strong {
    display: contents;
}

.callback-center-btn {
    margin: 0 auto;
}
@media (max-width: 768px) {
    .webhook-callback-form-row-xs {
        flex-direction: column;
    }
}
.wcf-bm {
    margin-bottom: 10px;
}

.wcf-submit-btn, .wcf-email-btn {
    width: 160px;
    background-color: #807265 !important;
    line-height: 30px !important;
    cursor: pointer;
    position: relative;
    overflow: visible;
    padding: 8px 14px;
    text-decoration: none;
    left: auto;
    text-shadow: none;
    white-space: nowrap;
    display: inline-block;
    box-shadow: none;
    font-family: "Roboto Condensed";
    font-style: normal;
    color: #fff !important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    height: 45px;
    border: none !important;
    align-self: center;
}

.wcf-submit-btn:hover, .wcf-submit-btn:focus, .wcf-email-btn:hover, .wcf-email-btn:focus {
    text-decoration: none;
}

.wcf-btn-clicked {
    background-color: #6f6f6f !important;
}

.wcf-invalid-input {
    border-color: crimson !important;
}

.webhook-callback-row-space-between {
    justify-content: space-between;
}

.background-callback-image {
    position: absolute;
    opacity: 10%;
    transform: rotate(35deg);
    top: 110px;
    left: -20px;
    width: 100%;
    pointer-events: none;
}

.webhook-callback-icon-image {
    top: 10px;
    position: absolute;
    right: 20px;
}

.webhook-callback-confirmed-icon {
    top: -4px;
    position: relative;
    right: -10px;
}

.webhook-callback-row-2 {
    width: 50%;
}

#hwcf-salutation, #hwcf-first-name, #hwcf-last-name, #hwcf-email, #hwcf-phone, #hwcf-day-of-week, #hwcf-time-to-call, #hwcf-additional-comments {
    z-index: 2;
    position: relative;
    border-radius: 7px;
}

#hwcf-salutation {
    width: 75px;
}

#hwcf-first-name, #hwcf-last-name, #hwcf-email, #hwcf-phone, #hwcf-day-of-week, #hwcf-time-to-call, #hwcf-additional-comments {
    width: 100%;
}

#hwcf-day-of-week, #hwcf-time-to-call{
    padding: 5px 8px;
    border: 1px solid #ccc;
}

.select-placeholder {
    color: #777;
}

.webhook-callback-thankyou {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    align-items: center;
    align-content: center;
}
