/*!
Theme Name: chainwp
Text Domain: chainwp
*/

.opacity {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.clr {
    color: #2453F9;
}

form br {
    display: none;
}

.modal-wrap__form--range p,
.modal-wrap__form--flex p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.modal-wrap__form--range input {
    width: 100%;
    max-width: 240px;
    margin-left: 10px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    display: none;
}

.wpcf7-response-output {
    font-size: 12px;
}

.wpcf7 form.invalid .wpcf7-not-valid-tip {
    display: block;
}

.modal-wrap__form--agree {
    font-size: 10px;
    line-height: 15px;
    color: #fff;
}

.modal-wrap__form--agree a {
    color: #2453F9;
}

.modal-wrap__form--agree a:hover {
    text-decoration: underline;
}

.modal-wrap__form--agree label {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    position: relative;
}

.modal-wrap__form--agree input {
    margin: 0;
    padding: 0;
    margin-right: 6px;
    width: 14px;
    height: 14px;
    z-index: 2;
    position: relative;
    opacity: 0;
}

.modal-wrap__form--agree label .wpcf7-list-item-label::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: solid 1px #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    background-color: inherit;
}

.modal-wrap__form--agree label input:checked+.wpcf7-list-item-label::after {
    background-color: #2453F9 !important;
    border-color: #2453F9 !important;
}

.modal-wrap__form--agree label span.wpcf7-list-item-label {
    padding-left: 6px;
    margin-top: -3px;
    display: block;
}

.wpcf7-list-item {
    padding: 0;
    margin: 0;
}