/*** Import *****/

@import url('loading-btn.css');
@import url('loading-group.css');

/*** End ****/

:root {
    --color-label: #2C97FF;
    --color-primary: #144089;
    --size-header: 7.2rem;
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    margin: 15px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}

#wp-admin-bar-wp-logo a img {
    max-width: 32px;
}

.btn-wrap {
    margin-top: 4.5rem;
}

li#wp-admin-bar-wp-logo img {
    max-width: 32px;
}

.wpcf7-not-valid-tip {
    font-size: 0.9rem !important;
    padding: 0.6rem;
    border-radius: 0.4rem;
    background-color: #bb0000;
    color: #fff !important;
    width: fit-content;
    position: absolute;
    bottom: -3.1rem !important;
    right: 2rem;
    z-index: 10;
    font-weight: 600;
}

.wpcf7-not-valid-tip::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #bb0000;
    bottom: 100%;
    right: 1.6rem;
}

#submit_ft {
    display: none;
}

.wpcf7-spinner {
    position: absolute !important;
}

.contact_form {
    position: relative;
}

.wpcf7-response-output {
    position: absolute;
    /* bottom: 0; */
    /* transform: translateY(220%); */
}

@media screen and (max-width:1200px) {
    .wpcf7-response-output {
        position: absolute;
        transform: translateY(-75%);
    }
}

.input-hiden {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit {
    color: white;
}

.wpcf7 form .wpcf7-response-output {
    bottom: -40px;
}

.single-event .txtcontent strong {
    color: inherit;
}

.sec-bn-child .bn-child-wrap {
    align-items: flex-start;
}