.station-container .add-field-btn {
    color: #ffffff;
    background: #776345;
    border-radius: 50%;
    width: 3.5rem;
    margin-left: 1rem;
}
 .station-container .remove-field-btn {
    color: #ffffff;
    background: #776345;
    border-radius: 50%;
    width: 3.5rem;
    margin-left: 1rem;
 }
.station-container:not(:first-of-type) .add-field-btn {
    /* display: none; */
}

.check_status {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.middle_wrapper .middle.page_form .check_area.check_status .wpcf7-list-item {
    width: 100%;
}

.facility-photo-container .delete-photo {
    border: 1px solid #2271B1;
    background: #2271b1;
    color: #fff;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s;
}
.facility-photo-container .delete-photo:hover {
    cursor: pointer;
    background: #fff;
    color: #2271B1;
    border: 1px solid #2271B1;
}
.message-container.has-errors {
    margin-bottom: 2rem;
    padding: 2rem;
    border: 1px solid #d9534f;
}
.message-container p {
    color: #d9534f;
}
.station-container:first-of-type .remove-field-btn {
    display: none;
}
div#wpcf7cpcnf {
    z-index: 49;
    position: relative;
}
.wpcf7cp-form-hide {
    height: 0;
    display: none;
}