/*
Theme Name:   Micare child theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Template:     micare
Version:      1.0.0
Tested up to: 5.8.1
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  micare-child-theme
*/


/* solver tur başvuru form css'i */
/* Ana kapsayıcıyı temanın etkisinden kurtaralım */
.elg-evt-wrapper {
    max-width: 100% !important;
    padding: 10px 0;
}

/* Giriş alanları ve Select Box */
.elg-evt-wrapper input[type="text"],
.elg-evt-wrapper input[type="email"],
.elg-evt-wrapper input[type="tel"],
.elg-evt-wrapper select {
    width: 100% !important;
    height: 50px !important;
    margin-bottom: 15px !important;
    padding: 0 15px !important;
    background-color: #f8f8f8 !important; /* Hafif gri arka plan kutuyu belli eder */
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px !important; /* Köşeleri yuvarlattık */
    font-size: 14px !important;
    color: #333 !important;
    box-sizing: border-box !important;
    display: block !important;
}

/* Odaklanma (Focus) rengi */
.elg-evt-wrapper input:focus,
.elg-evt-wrapper select:focus {
    border-color: #000 !important;
    background-color: #fff !important;
    outline: none !important;
}

/* Selection Başlığı */
.elg-evt-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #999;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

/* GDPR ve Checkbox Düzeni */
.elg-evt-gdpr-row {
    margin: 20px 0;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.elg-evt-gdpr-row input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px !important;
    vertical-align: middle;
}

/* Register Now Butonu */
.elg-evt-button-row input[type="submit"] {
    width: 100% !important;
    height: 55px !important;
    background-color: #111 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 30px !important; /* Tam oval buton */
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}

.elg-evt-button-row input[type="submit"]:hover {
    background-color: #333 !important;
}

/* Hata mesajlarını İngilizce ve şık yapalım */
.wpcf7-not-valid-tip {
    font-size: 12px !important;
    color: #ff0000 !important;
    margin-top: -10px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

/* Modern tarayıcılar için */
.elg-evt-wrapper ::placeholder {
    color: #888888 !important;
    opacity: 1 !important; /* Firefox için gerekli */
}

/* Internet Explorer 10-11 için */
.elg-evt-wrapper :-ms-input-placeholder {
    color: #888888 !important;
}

/* Microsoft Edge için */
.elg-evt-wrapper ::-ms-input-placeholder {
    color: #888888 !important;
}

/* Webkit (Chrome, Safari, Opera) */
.elg-evt-wrapper ::-webkit-input-placeholder {
    color: #888888 !important;
}