﻿.captch-wrapper {
    display: block;
    width: 100%;
    margin-left: 72px;
    margin-top: -27px;
    margin-bottom: 6px;
}
.error-message {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #e01723;
    text-align: center;
    background-color: #ffdede;
    margin-top: 10px;
}

.form-section-title {
    margin-bottom: 11px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}

    .form-section-title.small {
        font-size: 22px;
        line-height: 28px;
    }

.paragraph-2 {
    margin-bottom: 6px;
}

.email-address {
    margin-top: 0px;
    font-size: 21px;
    font-weight: 500;
}

.link-message-wrapper {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}



.subheader-mainlink:hover,
.subheader-mainlink:active,
.subheader-mainlink:focus,
.subheader-mainlink:focus-within,
.subheader-mainlink:visited {
    text-decoration: none !important;
    background-color: transparent !important;
    color: #fff !important;
}
input-field {    
    padding-left: 5px !important;    
}


.hide-with-space {
    visibility: hidden !important;
}

.hide {
    display: none !important;
}

.clear-search-button {
    background-image: url(../../../images/RAP/close-circle-outline.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    opacity: 0.8;
    cursor: pointer;
    position: absolute;
    left: auto;
    right: 40px;
    border-radius: 5px;
}
.clear-search-button:hover{
    opacity: 1;
}

.input-field.password-field {
    margin-bottom: 10px !important;
}

.password-strength {
    padding-top: 0.5rem !important;
    padding-bottom: 1.25rem !important;
}

    .password-strength .h6-style-guide,
    .password-strength h6 {
        font-size: 1.125rem !important;
        color: #333 !important;
        margin-bottom: 1.25rem !important;
    }

    .password-strength .conditions {
        margin-bottom: 0 !important;
        list-style: none !important;
    }

        .password-strength .conditions li.valid {
            color: green !important;
        }

    .password-strength .chars-checkmark, .digits-checkmark, .letters-checkmark, .match-checkmark, .restricted-checkmark, .special-checkmark {
        height: 11px !important;
        max-width: 0.875rem !important;
        margin: 6px 0.625rem 0 0 !important;
    }

    .password-strength .conditions-text {
        display: inline-block !important;
        flex-grow: 1 !important;
        flex-shrink: 0 !important;
        flex-basis: 0 !important;
    }


    .password-strength .conditions li.invalid {
        float: none !important;
        color: #e51937 !important;
    }

    .password-strength .conditions li.valid {
        color: green !important;
    }

    .password-strength .conditions li.invalid, .password-strength .conditions li.valid {
        list-style-type: none !important;
    }

    .password-strength .conditions li:not(:last-child) {
        margin-bottom: 0.625rem !important;
    }

    .password-strength #api li {
        list-style-type: none !important;
    }

    .password-strength .conditions li {
        display: flex !important;
    }

    .password-strength .conditions img.invalid-checkmark {
        width: 11px !important;
        height: 11px !important;
    }

    .password-strength .password-strength-bullet-point {
        max-width: 0.3rem !important;
        margin-right: 1rem !important;
    }
.modal-wrapper.feedback .modal-block .confirmation-content-wrapper {
    display: flex !important;
    justify-content: center !important; 
    align-items: center !important;
    flex-direction: column !important;
}
.modal-wrapper.feedback .modal-block .feedback-heading-container {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 20px !important;
    padding-bottom: 0px !important;
}

.modal-wrapper.feedback .modal-block .confirmation-content-wrapper > * {
    width: 100% !important;
}

.modal-wrapper.feedback .modal-block .confirmation-content-wrapper textarea {
    padding: 5px !important;
    width: 100% !important;
}
.modal-wrapper.feedback .modal-block .confirmation-content-wrapper .counter-placeholder {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
}



.modal-wrapper.feedback .modal-block .empty-comments {
    border: 1px solid #e01723 !important;
}
