.gfield_error .gfield_validation_message {
    display: block !important;
}

.gfield--type-revinate .gfield_description {
    display: none;
}

.gfield--type-revinate label {
    display: flex !important;
    align-items: center;
    position: absolute;
    height: 38px;
    font-weight: 400 !important;
    padding: 10px 0 !important;
    line-height: 16px;
    z-index: 1;
    pointer-events: none;
    margin: 0 !important;
}

.gfield--type-revinate.hide-label label {
    opacity: 0;
    pointer-events: none;
}

.gform_footer + p {
    display: none;
}

.revinate-input {
    cursor: pointer;
    width: 100%;
    background: transparent !important;
    color: transparent !important;
    text-indent: -999px;
}

.revinate-input-container {
    position: relative;
    border-bottom: 1px solid currentColor;
}

.revinate-input-container .icon {
    pointer-events: none;
}

.revinate-input-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 0;
    height: 34px;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.revinate-input-container .icon:before {
    content: "";
    background: currentColor;
    width: 10px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.revinate-input-container .icon:after {
    content: "";
    background: currentColor;
    width: 2px;
    height: 10px;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.modal-revinate {
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 12;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7490196078431373);
    opacity: 0;
    color: #fff;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.modal-revinate.modal--show {
    pointer-events: all;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-revinate.modal--show .modal-revinate__outer-container {
    display: block;
}

.modal-revinate .modal-revinate__outer-container {
    padding: 0;
    width: 88vw;
    max-height: 90vh;
    max-width: 446px;
    position: relative;
    display: none;
    background-color: #000;
    border-radius: 8px;
    overflow: auto;
}

.modal-revinate .modal-revinate__container {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px;
}

.modal-revinate__heading {
    margin-bottom: 24px;
}

.modal-revinate #revinate-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-revinate #revinate-form h3{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
}

.revinate-submit {
    margin-top: 32px;
}

/* .modal-revinate input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.modal-revinate input[type=checkbox]:checked+label:before {
    content: "\2714";
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #23254e;
} */

.modal-revinate label {
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    opacity: 1 !important;
    pointer-events: all !important;
    padding: 4px 0 0 !important;
    height: auto;
}

.modal-revinate .checkbox-container {
    width: 100%;
    position: relative;
    border-bottom: solid 1px #808080;
    padding: 16px 0 11px 0;
    height: 48px;
    line-height: 24px;
}

.modal-revinate .checkbox-container:first-child {
    border-top: solid 1px #808080;
}

.modal-revinate .checkbox-container input[type=checkbox] {
    position: absolute;
    top: 11px;
    right: 0;
}

.modal-revinate .checkbox-container label {
    color: #fff !important;
}
