*{ margin: 0; padding: 0; font-family: Arial, sans-serif; }
/* Masaüstü görünüm */
@media (min-width: 768px) {
    body {
        background: #f4f4f4;
        color: #494d57;
        background-image: url(https://randevu.cavdarlargrup.com/back.jpeg);
        color: white;
        margin-bottom: 18px;
        background-size: cover;
    }
}

/* Mobil görünüm */
@media (max-width: 767px) {
    body {
        background: #f4f4f4;
        color: #494d57;
        background-image: url(https://randevu.cavdarlargrup.com/back.jpeg);
        color: white;
        margin-bottom: 18px;
        /* Mobilde background-size kullanmıyoruz */
    }
}

.clear{ clear: both }
footer {
    background-color: #333333b0; /* Arka plan rengi */
    color: #fff; /* Metin rengi */
    padding: 20px; /* Yastıklama */
    text-align: center; /* Metni ortala */
    position: fixed; /* Footer'ı altta sabitle */
    bottom: -8px; /* Başlangıçta footer'ı sayfanın altına gizle */
    width: 100%; /* Genişlik */
    height: 8px;
    transition: bottom 0.5s; /* Geçiş efekti */

}
#cerceve{
    margin: 30px auto;
    padding: 20px;
    width: 90%; /* Genişliği yüzde olarak ayarlandı */
    max-width: 600px; /* Maksimum genişlik belirlendi */
    background-color: #ffffffdb;
    border-radius: 20px;
    border-bottom: 1px solid #d3d5d7;
    -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
    -moz-box-shadow: 0 0 5px 0 #e2e3e4;
    box-shadow: 0 0 5px 0 #e2e3e4;
    word-wrap: break-word;
}

/* Küçük ekranlar için stil ayarı */
@media (max-width: 768px) {
    #cerceve {
        width: 90%; /* Genişlik ayarı değiştirildi */
        padding: 15px; /* Kenar boşluğu ayarı değiştirildi */
        z-index: 0;
    }
}

#cerceve2 {
    margin: 30px auto;
    padding: 20px;
    width: 90%; /* Genişliği yüzde olarak ayarlandı */
    max-width: 600px; /* Maksimum genişlik belirlendi */
    background-color: #ffffffdb;
    border-radius: 20px;
    border-bottom: 1px solid #d3d5d7;
    -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
    -moz-box-shadow: 0 0 5px 0 #e2e3e4;
    box-shadow: 0 0 5px 0 #e2e3e4;
    word-wrap: break-word;
}

/* Küçük ekranlar için stil ayarı */
@media (max-width: 768px) {
    #cerceve2 {
        width: 95%; /* Genişlik ayarı değiştirildi */
        padding: 15px; /* Kenar boşluğu ayarı değiştirildi */
    }
}


#cerceve3{
    margin: 30px auto;
    padding: 20px;
    width: 90%;
    background-color: #fff;
    border-radius: 20px;
    border-bottom: 1px solid #d3d5d7;
    -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
    -moz-box-shadow: 0 0 5px 0 #e2e3e4;
    box-shadow: 0 0 5px 0 #e2e3e4;
    word-wrap: break-word;
    display:none;
}

form input, form select{
    font-size:20px;
    display: block;
    border: 1px solid #ddd;
    padding: 12px 12px;
    outline: none;
    width: calc(100% - 25px);
    margin: 10px 0;
}
form select{ width: 100%; }
form input:focus, form select:focus{
    border: 1px solid #3fc843
}
form button{
    padding: 10px;
    border-radius: 4px;
    background: #3fc843;
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    float: right;
    font-size:20px;
}
form button[type=reset]{ background: #fac900 }

form a{
    padding: 10px;
    border-radius: 4px;
    background: #3fc843;
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    float: right;
    text-decoration: none;
}
form a{ background: #1A76D1;font-size:20px; }

#loader{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #fff url('loader.gif') no-repeat center center;
}
span.saat{
    background: #ddd;
    border-radius: 4px;
    display: inline-block;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 20px;
}
span.active{
    background: #3fc843;
    color: #fff;
}
span.disable{
    background: red;
    color: #fff;
}
span.disable:hover::after{
    background: red;
    color: #fff;



}
.span-active{ background: #fac900!important; }
.tarih{
    border-bottom: 1px solid #d3d5d7;
    -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
    -moz-box-shadow: 0 0 5px 0 #e2e3e4;
    box-shadow: 0 0 5px 0 #e2e3e4;
    padding: 5px 10px;
    cursor: pointer;
    background: #f4f4f4;
    color: #494d57;
    font-size: 20px;
    text-align: center;
}
#tarihvesaat .saatler{ display: none; padding: 15px 10px 10px 10px }
.hata, .basarili{
    font-size: 20px;
    background: red;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
}
.basarili{ background: #3fc843 }

.saatler{
    text-align: center;
    font-size: 15px !important;
}
