#recall_plugin{display: none;}

.captcha-modal-recall {
    display: none;
    background-color: rgb(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9998;
    cursor: pointer;

    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.captcha-modal-recall_container {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 20px;
}

.captcha-modal-recall_wrapper {
    background: white;
    display: flex;
    gap: 20px;
    flex-direction: column;
}


.captcha-modal-recall_submit{
    display: block;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    color: black;
    border: 1px solid #a0a0a0;
}

.captcha-modal-recall_header {
    background: #4d4181;
    color: #ffe;
    padding-left: 10px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0.3em;
    padding-bottom: 0.3em;

    display: flex;
    justify-content: space-between;
}


.captcha-modal-recall_header-close {
    width: 30px;
    height: 30px;
    background: url(/wa-data/public/site/themes/alfa-home/img/close.png);
    cursor: pointer;
}

.wa-captcha > p {
    display: flex;
    flex-direction: column;
    width: 350px;
    max-width: 100%;
    gap: 10px;
}

.wa-captcha {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wa-captcha strong {
    display: none;
}