
/*=======================================
   contact
=======================================*/

.btn-nb {
    border-width: 0px !important;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
    cursor: pointer;
    /* color: #000; */
}


/*-----------------------------
    contactForm7-hide-object
------------------------------*/

.screen-reader-response{
    display: none;
}

select {
    -webkit-appearance: none;
    appearance: none; 
}

select::-ms-expand {
    display: none; 
}

select, #contact-options {
    background-image: url(../../assets/images/4_recruit/accordion-btn.svg) !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
    background-size: 13px 13px !important;
}

.wpcf7 p {
    display: block;
}

.wpcf7-not-valid-tip{
    position: absolute;
    display: block;
    color: #ff0000;
}

.wpcf7-not-valid{
    border: 1px solid #ff0000 !important;
}

.wpcf7-checkbox.wpcf7-not-valid{
    border: none !important;
}

.no-bgc{
    background: none;
}

.btn-fc{
    color: var(--deepBlack) !important;
}

.wpcf7-list-item input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-top: 8px;
    accent-color: #0071BC;
}


input[type="hidden" i] {
    display: block !important;
}

.c-form-btn{
    margin: 72px auto 0;
    display: flex;
    justify-content: space-evenly;
}

.error-message {
    position: absolute;
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.c-btn-style{
    width: 336px;
    height: 44px;
    border-radius: 2px;
}

.back_button{
    color: #fff;
    background-color: #ccc;
    transition: all .35s ease;
}

.back_button:hover{
    background-color: #999;
    transition: all .35s ease;
}

.submit-btn{
    color: #fff;
    background-color: #50ABE7;
    transition: all .35s ease;
}

.submit-btn:hover{
    background-color: #0071BC;
    transition: all .35s ease;
}

@media screen and (min-width: 768px) {

    .c-form-2n{
        grid-template-columns: 1fr 1fr;
    }

    .c-btn{
        margin-right: auto;
        margin-left: auto;
    }

}

/*-----------------------------
    contactForm
------------------------------*/

    .c-form-box{
        position: relative;
        width: 100%;
        margin-bottom: 56px;
    }

    .c-form{
        width: 100%;
        height: 56px;
        border-radius: 4px;
        border: 1px solid #87CEEB;
        background: #FFF;
        padding: 16px 18px;
        /*---font-default---*/
        font-size: 14px;
        font-weight: 400;
        color: var(--deepBlack);
    }

    .c-form::placeholder{
        color: #7D808C;
    }

    .c-form-textarea{
        width: 100%;
        height: 276px;
        border-radius: 4px;
        border: 1px solid #87CEEB;
        background: #FFF;
        padding: 16px 18px;
        /*---font-default---*/
        font-size: 14px;
        font-weight: 400;
        color: var(--deepBlack);
    }

    .c-form-textarea::placeholder{
        color: #7D808C;
    }

    .wpcf7-list-item input[type="radio"] {
        margin-right: 5px;
        position: relative;
        width: 20px;
        height: 20px;
        accent-color: #0071BC;
        top: 4px;
    }

    #survey-options span{
        margin-right: 24px;
        font-size: 18px;
    }

    .c-form-2n{
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .c-form-above-box{
        display: flex;
        position: relative;
        flex-direction: row;
        align-items: center;
        margin-bottom: 12px;
    }

    .c-form-confirm-box{
        display: flex;
        position: relative;
        flex-direction: row;
        align-items: center;
        margin-bottom: 18px;
    }

    .c-form-title{
        font-size: 18px;
        font-weight: 700;
        color: var(--darkGray);
        margin-left: 4px;
        margin-bottom: 0px;
    }

    .checkbox-privacy-box{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto 56px;
    }

    .c-required{
        position: relative;
        bottom: 1px;
        font-size: 14px;
        font-weight: 700;
        color: var(--Point-darkBlue);
        margin-left: 12px;
    }

    .confirm-font{
        margin-left: 4px;
        font-size: 18px;
    }

    .pv-link{
        margin-left: 16px;
        text-decoration: underline !important;
    }


/*-----------------------------
    smartPhone-CSS-definition 
------------------------------*/



@media screen and (min-width: 768px) {

    .c-form-2n{
        grid-template-columns: 1fr 1fr;
    }

}

@media screen and (max-width: 768px) {



}