/*
Theme Name: ahoyWizzQuiz
*/
.wpcf7-not-valid{
	border:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display:none!important;
}
.invalid .wpcf7-response-output{
	display: none!important;

}
.wpcf7 form.sent .wpcf7-response-output{
	border: none!important;
}
.hidden{
	display: none!important;
}
.country-select {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px; /* מרווח עבור הדגל */
}
.country-select option {
    padding-left: 25px;
}
select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    height: 2.3958333333vw;
    padding: .2604166667vw .2604166667vw .2604166667vw .2604166667vw;
    border: 1px solid #fff;
    border-radius: 1.3541666667vw;
    font-weight: 300;
    font-size: 1.0416666667vw;
    line-height: 1.4;
    text-align: center;
    color: #fff; /* צבע הטקסט במצב רגיל */
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    appearance: none; /* מבטל את החץ של ה-SELECT בברירת המחדל */
    -moz-appearance: none;
    -webkit-appearance: none;
}

select:focus, 
select:active, 
select option {
    color: rgb(0, 70, 139); /* צבע הטקסט כאשר לוחצים או בוחרים */
    background-color: #fff; /* רקע לבן כדי למנוע טקסט על רקע לבן */
}

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

@media screen and (max-width: 767px) {
    .input-wrap select {
        height: 12.7777777778vw;
        font-size: 5.5555555556vw;
        border-radius: 7.2222222222vw;
    }
}