/* _content/AtlaTerapi/Views/AtliGezinti/Index.cshtml.rz.scp.css */
#TC_PASAPORT_CONTAINER[b-2t14xfo6mp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#dateSelectionContainer[b-2t14xfo6mp] {
    margin-top: 10px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    display: none;
}

    #dateSelectionContainer.show[b-2t14xfo6mp] {
        display: block;
    }

.date-info[b-2t14xfo6mp] {
    font-size: 0.9em;
    color: #6c757d;
    margin-bottom: 10px;
}

.form-bottom-center[b-2t14xfo6mp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

    .form-bottom-center .g-recaptcha[b-2t14xfo6mp] {
        margin-bottom: 15px;
    }

    .form-bottom-center .form-check[b-2t14xfo6mp] {
        margin-bottom: 15px;
    }

.form-bottom-buttons[b-2t14xfo6mp] {
    display: flex;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

.form-section[b-2t14xfo6mp] {
    padding: 1.5rem;
}

.form-section-header[b-2t14xfo6mp] {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e9ecef;
}

.form-section-icon[b-2t14xfo6mp] {
    width: 40px;
    height: 40px;
    background-color: #5F66A5;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.1rem;
}

.form-section-title[b-2t14xfo6mp] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
    margin: 0;
}

.form-section-content[b-2t14xfo6mp] {
    background-color: white;
    padding: 1.5rem;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

/* Flatpickr özelleştirmeleri */
.flatpickr-calendar[b-2t14xfo6mp] {
    font-family: inherit;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee2e6;
}

.flatpickr-day.selected[b-2t14xfo6mp],
.flatpickr-day.selected:hover[b-2t14xfo6mp] {
    background: #5F66A5;
    border-color: #5F66A5;
}

.flatpickr-day:hover[b-2t14xfo6mp] {
    background: #e7f3ff;
    border-color: #5F66A5;
}

.flatpickr-day.disabled[b-2t14xfo6mp] {
    color: black !important;
}

    .flatpickr-day.disabled[b-2t14xfo6mp],
    .flatpickr-day.disabled:hover[b-2t14xfo6mp] {
        background: #f8f9fa;
        color: #6c757d;
        cursor: not-allowed;
    }

/* İlerleme çubuğu stilleri */
.form-progress[b-2t14xfo6mp] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
    padding: 0 2rem;
}

.progress-step[b-2t14xfo6mp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    max-width: 200px;
}

    .progress-step:not(:last-child)[b-2t14xfo6mp]::after {
        content: '';
        position: absolute;
        top: 25px;
        left: 60%;
        right: -40%;
        height: 2px;
        background-color: #dee2e6;
        z-index: 1;
        transition: background-color 0.3s ease;
    }

    .progress-step.completed:not(:last-child)[b-2t14xfo6mp]::after {
        background-color: #5F66A5;
    }

.progress-icon[b-2t14xfo6mp] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
    color: #6c757d;
    border: 2px solid #dee2e6;
    position: relative;
    z-index: 2;
}

.progress-step.active .progress-icon[b-2t14xfo6mp] {
    background-color: #5F66A5;
    color: white;
    border-color: #5F66A5;
}

.progress-step.completed .progress-icon[b-2t14xfo6mp] {
    background-color: #5F66A5;
    color: white;
    border-color: #5F66A5;
}

.progress-label[b-2t14xfo6mp] {
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    color: #6c757d;
    transition: color 0.3s ease;
}

.progress-step.active .progress-label[b-2t14xfo6mp] {
    color: #5F66A5;
}

.progress-step.completed .progress-label[b-2t14xfo6mp] {
    color: #5F66A5;
}

/* Form adımları için gizleme/gösterme */
.form-step[b-2t14xfo6mp] {
    display: none;
}

    .form-step.active[b-2t14xfo6mp] {
        display: block;
    }

/* Navigasyon butonları */
.step-navigation[b-2t14xfo6mp] {
    display: flex;
    justify-content: space-between;
    margin-top: 0.4em;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
}

    .step-navigation .btn[b-2t14xfo6mp] {
        min-width: 120px;
    }

.accordion-item[b-2t14xfo6mp] {
    border: none;
    box-shadow: 0 2px 12px rgba(74, 144, 226, 0.08);
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 1rem;
}

.accordion-button[b-2t14xfo6mp] {
    background: linear-gradient(135deg, #5F66A5, #5F66A5);
    color: white;
    border: none;
    font-weight: 500;
    padding: 1.25rem 1.5rem;
}

    .accordion-button:not(.collapsed)[b-2t14xfo6mp] {
        background: linear-gradient(135deg, #5F66A5, #5F66A5);
        color: white;
        box-shadow: none;
    }

    .accordion-button[b-2t14xfo6mp]::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform 0.2s ease-in-out;
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
    }

    .accordion-button:not(.collapsed)[b-2t14xfo6mp]::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

.accordion-body[b-2t14xfo6mp] {
    background: white;
    padding: 1.5rem 1.5rem 0 1.5rem;
    border: 1px solid rgba(0,0,0,.125);
}

.terms-checkbox-container[b-2t14xfo6mp] {
    border-top: 1px solid #495057;
    padding: 2rem;
    margin-top: 2em;
    text-align: center;
}

.form-container-hidden[b-2t14xfo6mp] {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
    pointer-events: none;
}

.form-container-visible[b-2t14xfo6mp] {
    opacity: 1;
    max-height: 5000px;
    overflow: visible;
    transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
    pointer-events: auto;
}

@media (max-width: 768px) {
    .form-progress[b-2t14xfo6mp] {
        padding: 0 1rem;
    }

    .form-section[b-2t14xfo6mp] {
        padding: 0 !important;
    }

    .form-section-content[b-2t14xfo6mp]{
        border: none !important;
        padding: 0 !important;
    }

    .progress-label[b-2t14xfo6mp] {
        font-size: 0.75rem;
    }

    .progress-icon[b-2t14xfo6mp] {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .progress-step:not(:last-child)[b-2t14xfo6mp]::after {
        left: 55%;
        right: -35%;
    }
}

.required-asterisk[b-2t14xfo6mp] {
    color: #495057;
}
/* _content/AtlaTerapi/Views/Home/Index.cshtml.rz.scp.css */
#randevu-click-container[b-4529izjbc6] {
    background-color: #734d96 !important;
    padding-bottom: 55px !important;
    padding-top: 55px !important;
    background-image: url(../images/bg-vector.png);
    background-size: 100%;
    margin-bottom: 100px;
}

    #randevu-click-container p[b-4529izjbc6] {
        text-align: center;
        font-size: 38px;
        line-height: 48px;
        font-weight: bold;
        color: #ffffff;
    }

        #randevu-click-container p a[b-4529izjbc6] {
            text-decoration: none;
            color: #ffffff;
        }

#location-container[b-4529izjbc6] {
    margin-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid rgb(222, 222, 222);
}

#location-articles-group[b-4529izjbc6] {
    width: 30%;
    text-align: center;
}

@media (max-width: 991px) {
    #location-articles-group[b-4529izjbc6] {
        width: 100%;
    }

    #gallery-thumbnail img[b-4529izjbc6] {
        width: 100% !important;
        height: 100% !important;
    }

    .gallery .col-md-2:nth-child(n+6)[b-4529izjbc6] {
        display: none; /* İlk üç resim hariç tüm resimleri gizle */
    }
}

#location-articles-group a[b-4529izjbc6] {
    text-decoration: none;
    color: #6f4792;
    transition: color 0.2s;
}

    #location-articles-group a:hover[b-4529izjbc6] {
        color: #9c9c9c;
    }

.fa-location-dot[b-4529izjbc6] {
    width: 130px;
    height: 130px;
    color: #ffff;
    border-radius: 100%;
    border: 3px solid rgb(0,0,0,0.18);
    line-height: 130px;
    font-size: 63px;
    text-align: center;
    background-image: url(../images/bg-vector-small.png);
    background-size: cover;
    background-color: #34bfdb;
}

#location-title[b-4529izjbc6] {
    color: #6f4792;
    font-weight: 700;
    font-family: "Amatic SC";
    line-height: 58px;
    margin: 20px 0;
    font-size: 53px;
}

#atlaterapi[b-4529izjbc6] {
    margin-top: 100px;
}

    #atlaterapi h2[b-4529izjbc6] {
        font-size: 62px;
        font-family: "Amatic SC";
    }

    #atlaterapi hr[b-4529izjbc6] {
        border: none;
        height: 4px;
        /* Set the hr color */
        color: #5fcde3; /* old IE */
        background-color: #5fcde3; /* Modern Browsers */
        opacity: 1;
        margin: 0 auto;
    }

/* Parallax Arka Plan */
.parallax-section[b-4529izjbc6] {
    position: relative;
    background-image: url(../images/2015/04/parents.jpg) !important;
    background-attachment: fixed;
    background-size: cover;
    /* background-position: 50% 301px; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
}

    /* Arkaplan Renk Efekti */
    .parallax-section .overlay[b-4529izjbc6] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #d75894; /* Pembe tonlu saydamlık */
        opacity: 0.7;
    }

    /* İçerik */
    .parallax-section .content[b-4529izjbc6] {
        position: relative;
        color: white;
        z-index: 2;
    }

    /* Başlık */
    .parallax-section .title[b-4529izjbc6] {
        color: white !important;
        font-size: 53px;
        font-family: "Amatic SC";
        font-weight: bold;
    }

    /* Çizgi */
    .parallax-section .divider[b-4529izjbc6] {
        width: 130px;
        height: 3px;
        background-color: white;
        margin: 10px auto;
        opacity: 1;
    }

    /* Mektup Görseli */
    .parallax-section .letter img[b-4529izjbc6] {
        max-width: 300px;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    }

    /* PDF İndirme Linki */
    .parallax-section .pdf-download[b-4529izjbc6] {
        font-size: 1rem;
        margin-top: 15px;
    }

        .parallax-section .pdf-download a[b-4529izjbc6] {
            color: #ffff;
            text-decoration: none;
        }

    /* Yazar Adı */
    .parallax-section .author[b-4529izjbc6] {
        font-size: 2.2rem;
        font-weight: bold;
    }

#gallery-header[b-4529izjbc6] {
    color: #ffff;
    background-color: #82b849 !important;
    padding-bottom: 55px !important;
    padding-top: 55px !important;
    background-image: url(../images/bg-vector.png);
    background-size: 100%;
    margin-bottom: 100px;
    text-align: center;
}

    #gallery-header p[b-4529izjbc6] {
        font-size: 53px;
        font-family: "Amatic SC";
        font-weight: 700;
    }

    #gallery-header hr[b-4529izjbc6] {
        width: 130px;
        height: 3px;
        background-color: white;
        opacity: 1;
    }

#gallery-thumbnail[b-4529izjbc6] {
    cursor: pointer;
}

    #gallery-thumbnail img[b-4529izjbc6] {
        width: 200px;
        height: 170px;
        transition: -webkit-filter 0.3s ease-in-out; /* Yumuşak renk değişimi efekti */
        object-fit: cover;
    }

        #gallery-thumbnail img:hover[b-4529izjbc6] {
            -webkit-filter: brightness(70%); /* Üzerine gelindiğinde rengi koyulaştır */
        }

/* Modal özelleştirmeleri */
.modal-content[b-4529izjbc6] {
    background-color: transparent !important; /* Arka planı şeffaf yap */
    border: none !important; /* Çerçeveyi kaldır */
    box-shadow: none !important; /* Gölgeyi kaldır */
}

.modal-body[b-4529izjbc6] {
    padding: 0 !important; /* İç boşlukları kaldır */
}

.modal-dialog[b-4529izjbc6] {
    max-width: 1024px; /* Modalın genişliğini 1024px yap */
    margin: auto; /* Ortala */
}

/* Modal içindeki resim */
.modal-body img[b-4529izjbc6] {
    max-width: 100%; /* Resmi genişletme */
    height: auto; /* Oranları koru */
    cursor: default; /* Fare işaretçisini varsayılana çevir */
}

/* Kapatma butonu stilini düzenle */
.btn-close[b-4529izjbc6] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Diğer içeriklerin üstünde olsun */
    background-color: rgba(255, 255, 255, 0.8); /* Arkaplan rengi */
    border-radius: 50%; /* Yuvarlak yap */
    width: 30px;
    height: 30px;
}

/* Modal arka planını koyulaştır */
.modal-backdrop[b-4529izjbc6] {
    background-color: rgba(0, 0, 0, 1) !important; /* Daha koyu bir arka plan */
}

.btn-view[b-4529izjbc6] {
    background-color: #00bcd4;
    color: white;
    border: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

    .btn-view:hover[b-4529izjbc6] {
        background-color: #008ba3;
    }

#basindabiz-title[b-4529izjbc6] {
    color: #6f4792;
    font-weight: bold;
    font-family: "Amatic SC";
    font-size: 62px;
}

#haberlerTable td[b-4529izjbc6],
#haberlerTable th[b-4529izjbc6] {
    text-align: left !important;
}

.hero-button-wrapper[b-4529izjbc6] {
    position: fixed;
    bottom: 20px;
    left: 20px;
    transform: none;
    top: auto;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-circle-button[b-4529izjbc6] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 200px;
    height: 200px;
    background-color: #28a745 !important;
    background-image: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.3), transparent 50%);
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-family: 'Amatic SC', cursive;
    font-size: 2rem;
    line-height: 32px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    /* Hover efektini sürekli animasyon yap */
    animation: pulseScale-b-4529izjbc6 3s ease-in-out infinite;
    cursor: pointer;
}

/* Ana animasyon - hover'daki scale(1.05) efektini sürekli yap */
@keyframes pulseScale-b-4529izjbc6 {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    50% {
        transform: scale(1.05); /* Hover'daki aynı scale değeri */
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4); /* Hover'daki aynı gölge */
    }

    100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }
}

.close-button-fixed[b-4529izjbc6] {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #333;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s ease, color 0.2s ease;
    z-index: 1051;
}

    .close-button-fixed:hover[b-4529izjbc6] {
        background-color: rgba(255, 255, 255, 0.9);
        color: #000;
    }

@media (max-width: 768px) {
    .hero-button-wrapper[b-4529izjbc6] {
        bottom: 15px;
        left: 15px;
    }

    .hero-circle-button[b-4529izjbc6] {
        width: 150px;
        height: 150px;
        font-size: 1.5rem;
    }

    #randevu-click-container[b-4529izjbc6] {
        padding-top: 1rem !important;
        padding-bottom: 0.5rem !important;
        margin-bottom: 1rem;
    }

        #randevu-click-container p[b-4529izjbc6] {
            font-size: 1.5rem;
        }
}
/* _content/AtlaTerapi/Views/Maintenance/Index.cshtml.rz.scp.css */

/* Animated background particles */
.particles[b-f4pp8d4do1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.particle[b-f4pp8d4do1] {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float-b-f4pp8d4do1 15s infinite linear;
}

    .particle:nth-child(1)[b-f4pp8d4do1] {
        width: 80px;
        height: 80px;
        left: 10%;
        animation-delay: 0s;
    }

    .particle:nth-child(2)[b-f4pp8d4do1] {
        width: 120px;
        height: 120px;
        left: 20%;
        animation-delay: 2s;
    }

    .particle:nth-child(3)[b-f4pp8d4do1] {
        width: 60px;
        height: 60px;
        left: 30%;
        animation-delay: 4s;
    }

    .particle:nth-child(4)[b-f4pp8d4do1] {
        width: 100px;
        height: 100px;
        left: 40%;
        animation-delay: 6s;
    }

    .particle:nth-child(5)[b-f4pp8d4do1] {
        width: 70px;
        height: 70px;
        left: 50%;
        animation-delay: 8s;
    }

    .particle:nth-child(6)[b-f4pp8d4do1] {
        width: 90px;
        height: 90px;
        left: 60%;
        animation-delay: 10s;
    }

    .particle:nth-child(7)[b-f4pp8d4do1] {
        width: 110px;
        height: 110px;
        left: 70%;
        animation-delay: 12s;
    }

    .particle:nth-child(8)[b-f4pp8d4do1] {
        width: 50px;
        height: 50px;
        left: 80%;
        animation-delay: 14s;
    }

@keyframes float-b-f4pp8d4do1 {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100px) rotate(360deg);
        opacity: 0;
    }
}

.maintenance-wrapper[b-f4pp8d4do1] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.maintenance-container[b-f4pp8d4do1] {
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 0 0 1px rgba(255,255,255,0.2);
    max-width: 550px;
    width: 90%;
    position: relative;
    overflow: hidden;
    animation: slideUp-b-f4pp8d4do1 0.8s ease-out;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

    .maintenance-container[b-f4pp8d4do1]::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
        transform: rotate(45deg);
        animation: shine-b-f4pp8d4do1 3s infinite;
    }

@keyframes shine-b-f4pp8d4do1 {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    50% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }

    100% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
}

@keyframes slideUp-b-f4pp8d4do1 {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.maintenance-container h3[b-f4pp8d4do1] {
    font-family: 'Amatic SC', cursive;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #ADAFD3, #5F66A5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 1;
}

.maintenance-container p[b-f4pp8d4do1] {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #555;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    animation: fadeIn-b-f4pp8d4do1 1s ease-out 0.3s both;
}

@keyframes fadeIn-b-f4pp8d4do1 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.logo-container[b-f4pp8d4do1] {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    animation: logoSpin-b-f4pp8d4do1 0.8s ease-out;
}

@keyframes logoSpin-b-f4pp8d4do1 {
    from {
        transform: scale(0) rotate(180deg);
        opacity: 0;
    }

    to {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.logo-container img[b-f4pp8d4do1] {
    max-width: 150px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    transition: transform 0.3s ease;
}

    .logo-container img:hover[b-f4pp8d4do1] {
        transform: scale(1.05) rotate(5deg);
    }

.btn[b-f4pp8d4do1] {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(135deg, #ADAFD3, #5F66A5);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    position: relative;
    z-index: 1;
    overflow: hidden;
    animation: fadeIn-b-f4pp8d4do1 1s ease-out 0.6s both;
}

    .btn[b-f4pp8d4do1]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        transition: left 0.5s ease;
    }

    .btn:hover[b-f4pp8d4do1]::before {
        left: 100%;
    }

    .btn:hover[b-f4pp8d4do1] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
    }

    .btn:active[b-f4pp8d4do1] {
        transform: translateY(0);
    }

/* Rotating gears decoration */
.gear[b-f4pp8d4do1] {
    position: absolute;
    color: rgba(102, 126, 234, 0.1);
    font-size: 2rem;
    animation: rotate-b-f4pp8d4do1 10s linear infinite;
}

    .gear:nth-child(1)[b-f4pp8d4do1] {
        top: 10%;
        right: 10%;
        animation-delay: 0s;
    }

    .gear:nth-child(2)[b-f4pp8d4do1] {
        bottom: 10%;
        left: 10%;
        animation-delay: 5s;
        animation-direction: reverse;
    }

@keyframes rotate-b-f4pp8d4do1 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Progress bar animation */
.progress-container[b-f4pp8d4do1] {
    margin-top: 25px;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 10px;
    padding: 2px;
    position: relative;
    z-index: 1;
}

.progress-bar[b-f4pp8d4do1] {
    height: 6px;
    background: linear-gradient(90deg, #ADAFD3, #5F66A5);
    border-radius: 8px;
    animation: loading-b-f4pp8d4do1 6s ease-in-out infinite;
}

@keyframes loading-b-f4pp8d4do1 {
    0%, 100% {
        width: 0%;
    }

    50% {
        width: 100%;
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .maintenance-container[b-f4pp8d4do1] {
        padding: 30px 25px;
        margin: 10px;
    }

        .maintenance-container h3[b-f4pp8d4do1] {
            font-size: 2.5rem;
        }

        .maintenance-container p[b-f4pp8d4do1] {
            font-size: 1rem;
        }

    .btn[b-f4pp8d4do1] {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .logo-container img[b-f4pp8d4do1] {
        max-width: 120px;
    }
}
/* _content/AtlaTerapi/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-bt2lxuypw8] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-bt2lxuypw8] {
  color: #0077cc;
}

.btn-primary[b-bt2lxuypw8] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-bt2lxuypw8], .nav-pills .show > .nav-link[b-bt2lxuypw8] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-bt2lxuypw8] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-bt2lxuypw8] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-bt2lxuypw8] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-bt2lxuypw8] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-bt2lxuypw8] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/AtlaTerapi/Views/YoneticiPaneli/Anketler.cshtml.rz.scp.css */
/* Filtre bölümü için yatay kaydırma */
#filterSection[b-o9j15eofir] {
    display: flex;
    justify-content: flex-end; /* Sağa hizalama */
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    margin-top: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    gap: 1rem;
}

    #filterSection h2[b-o9j15eofir] {
        flex-shrink: 0;
        margin: 0;
        margin-right: auto; /* Başlık sola, diğerleri sağa */
    }

    #filterSection > div:last-child[b-o9j15eofir] {
        display: flex;
        flex-wrap: nowrap !important;
        align-items: flex-end;
        gap: 1rem;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 0.5rem;
        padding-left: 0.5rem; /* Sol tarafta kesilmeyi önlemek için */
        flex: 0 1 auto; /* flex: 1 yerine otomatik genişlik */
        min-width: 0;
    }

        #filterSection > div:last-child > div[b-o9j15eofir] {
            flex-shrink: 0;
        }
        /* Scrollbar stili */
        #filterSection > div:last-child[b-o9j15eofir]::-webkit-scrollbar {
            height: 6px;
        }

        #filterSection > div:last-child[b-o9j15eofir]::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 3px;
        }

        #filterSection > div:last-child[b-o9j15eofir]::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 3px;
        }

            #filterSection > div:last-child[b-o9j15eofir]::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

    #filterSection input[type="date"][b-o9j15eofir],
    #filterSection select[b-o9j15eofir] {
        min-width: 150px;
        white-space: nowrap;
    }

    #filterSection button[b-o9j15eofir] {
        white-space: nowrap;
    }

    #filterSection .d-flex.align-items-center[b-o9j15eofir] {
        white-space: nowrap;
    }

/* Tablo temel stiller */
#anketlerTable[b-o9j15eofir] {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
}

    #anketlerTable th[b-o9j15eofir] {
        text-align: left;
        white-space: nowrap;
        padding-right: 2rem !important; /* Sıralama simgesi için boşluk */
    }
        /* Checkbox sütunu için padding override */
        #anketlerTable th:first-child[b-o9j15eofir] {
            padding-right: 0.5rem !important;
        }

    #anketlerTable td[b-o9j15eofir] {
        text-align: left;
        vertical-align: middle;
    }
    /* Hover efekti */
    #anketlerTable tbody tr:hover[b-o9j15eofir] {
        background-color: #f8f9fa;
    }
    /* Zebra striping */
    #anketlerTable tbody tr:nth-child(even)[b-o9j15eofir] {
        background-color: #fafbfc;
    }

.filter-loading[b-o9j15eofir] {
    opacity: 0.7;
    pointer-events: none;
}

.form-control[b-o9j15eofir] {
    min-width: 150px;
}

/* Responsive: Küçük ekranlarda scroll */
.table-responsive[b-o9j15eofir] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
    /* Tablo scroll çubuğu stili */
    .table-responsive[b-o9j15eofir]::-webkit-scrollbar {
        height: 8px;
    }

    .table-responsive[b-o9j15eofir]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .table-responsive[b-o9j15eofir]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        .table-responsive[b-o9j15eofir]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

/* Tablet ve daha küçük ekranlar için kompakt görünüm */
@media (max-width: 1400px) {
    #anketlerTable[b-o9j15eofir] {
        font-size: 1.1rem;
    }

        #anketlerTable th[b-o9j15eofir] {
            padding: 0.75rem 2rem 0.75rem 0.5rem !important; /* Sağda 2rem boşluk */
            font-size: 1.1rem;
        }

        #anketlerTable td[b-o9j15eofir] {
            padding: 0.6rem 0.5rem;
            font-size: 1.1rem;
        }
            /* Checkbox sütunu dar olsun */
            #anketlerTable td:first-child[b-o9j15eofir] {
                width: 40px;
                text-align: center;
            }
            /* Randevu No sütunu */
            #anketlerTable td:nth-child(2)[b-o9j15eofir] {
                font-weight: 500;
                white-space: nowrap;
            }
            /* Hipodrom sütunu genişliği sınırlı */
            #anketlerTable td:nth-child(4)[b-o9j15eofir] {
                max-width: 150px;
                font-size: 0.85rem;
                line-height: 1.3;
            }
}

/* Daha küçük tabletler için */
@media (max-width: 1024px) {
    #anketlerTable[b-o9j15eofir] {
        font-size: 1.1rem;
    }

        #anketlerTable th[b-o9j15eofir] {
            padding: 0.65rem 1.75rem 0.65rem 0.4rem !important; /* Sağda boşluk */
            font-size: 1.1rem;
        }

        #anketlerTable td[b-o9j15eofir] {
            padding: 0.5rem 0.4rem;
            font-size: 1.1rem;
        }
}

.filter-loading[b-o9j15eofir] {
    opacity: 0.7;
    pointer-events: none;
}

#viewModal .modal-body[b-o9j15eofir] {
    max-height: 70vh;
    overflow-y: auto;
}

#viewModal .alert-secondary[b-o9j15eofir] {
    background-color: #e9ecef;
    border: 1px solid #dee2e6;
    color: #495057;
    font-weight: 500;
    padding: 12px 16px;
}

#viewModal .card[b-o9j15eofir] {
    border: 1px solid #dee2e6;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

#viewModal .btn-close[b-o9j15eofir] {
    filter: brightness(0) invert(1);
}
/* _content/AtlaTerapi/Views/YoneticiPaneli/Giris.cshtml.rz.scp.css */


/* Animated background particles */
.particles[b-74ovzdyfxo] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.particle[b-74ovzdyfxo] {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float-b-74ovzdyfxo 15s infinite linear;
}

    .particle:nth-child(1)[b-74ovzdyfxo] {
        width: 80px;
        height: 80px;
        left: 10%;
        animation-delay: 0s;
    }

    .particle:nth-child(2)[b-74ovzdyfxo] {
        width: 120px;
        height: 120px;
        left: 20%;
        animation-delay: 2s;
    }

    .particle:nth-child(3)[b-74ovzdyfxo] {
        width: 60px;
        height: 60px;
        left: 30%;
        animation-delay: 4s;
    }

    .particle:nth-child(4)[b-74ovzdyfxo] {
        width: 100px;
        height: 100px;
        left: 40%;
        animation-delay: 6s;
    }

    .particle:nth-child(5)[b-74ovzdyfxo] {
        width: 70px;
        height: 70px;
        left: 50%;
        animation-delay: 8s;
    }

    .particle:nth-child(6)[b-74ovzdyfxo] {
        width: 90px;
        height: 90px;
        left: 60%;
        animation-delay: 10s;
    }

    .particle:nth-child(7)[b-74ovzdyfxo] {
        width: 110px;
        height: 110px;
        left: 70%;
        animation-delay: 12s;
    }

    .particle:nth-child(8)[b-74ovzdyfxo] {
        width: 50px;
        height: 50px;
        left: 80%;
        animation-delay: 14s;
    }

@keyframes float-b-74ovzdyfxo {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100px) rotate(360deg);
        opacity: 0;
    }
}

.login-wrapper[b-74ovzdyfxo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.logo-container[b-74ovzdyfxo] {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    animation: logoSpin-b-74ovzdyfxo 0.8s ease-out;
}

@keyframes logoSpin-b-74ovzdyfxo {
    from {
        transform: scale(0) rotate(180deg);
        opacity: 0;
    }

    to {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.logo-container img[b-74ovzdyfxo] {
    max-width: 150px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    transition: transform 0.3s ease;
}

    .logo-container img:hover[b-74ovzdyfxo] {
        transform: scale(1.05) rotate(5deg);
    }

.login-container[b-74ovzdyfxo] {
    width: 400px;
    max-width: 90%;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 0 0 1px rgba(255,255,255,0.2);
    position: relative;
    overflow: hidden;
    animation: slideUp-b-74ovzdyfxo 0.8s ease-out;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

    .login-container[b-74ovzdyfxo]::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
        transform: rotate(45deg);
        animation: shine-b-74ovzdyfxo 3s infinite;
    }

@keyframes shine-b-74ovzdyfxo {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    50% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }

    100% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
}

@keyframes slideUp-b-74ovzdyfxo {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.login-container h3[b-74ovzdyfxo] {
    font-family: 'Amatic SC', cursive;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #ADAFD3, #5F66A5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 1;
}

.form-group[b-74ovzdyfxo] {
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    z-index: 1;
    animation: fadeIn-b-74ovzdyfxo 1s ease-out 0.3s both;
}

@keyframes fadeIn-b-74ovzdyfxo {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.remember-me-container[b-74ovzdyfxo] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0;
    position: relative;
    z-index: 1;
    animation: fadeIn-b-74ovzdyfxo 1s ease-out 0.4s both;
}

    .remember-me-container input[type="checkbox"][b-74ovzdyfxo] {
        transform: scale(1.4);
    }

.btn-primary[b-74ovzdyfxo] {
    width: 100%;
    padding: 15px 30px;
    background: linear-gradient(135deg, #ADAFD3, #5F66A5);
    color: white;
    border: none;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    position: relative;
    z-index: 1;
    overflow: hidden;
    animation: fadeIn-b-74ovzdyfxo 1s ease-out 0.6s both;
    cursor: pointer;
}

    .btn-primary[b-74ovzdyfxo]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        transition: left 0.5s ease;
    }

    .btn-primary:hover[b-74ovzdyfxo]::before {
        left: 100%;
    }

    .btn-primary:hover[b-74ovzdyfxo] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
    }

    .btn-primary:active[b-74ovzdyfxo] {
        transform: translateY(0);
    }

.error-message[b-74ovzdyfxo] {
    color: #dc3545;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 10px;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    animation: fadeIn-b-74ovzdyfxo 1s ease-out 0.2s both;
}

@keyframes rotate-b-74ovzdyfxo {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .login-container[b-74ovzdyfxo] {
        padding: 30px 25px;
        margin: 10px;
        width: 350px;
    }

        .login-container h3[b-74ovzdyfxo] {
            font-size: 2.5rem;
        }

    .btn-primary[b-74ovzdyfxo] {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .logo-container img[b-74ovzdyfxo] {
        max-width: 120px;
    }
}

@media (max-width: 480px) {
    .login-container[b-74ovzdyfxo] {
        width: 320px;
        padding: 25px 20px;
    }

        .login-container h3[b-74ovzdyfxo] {
            font-size: 2.2rem;
        }
}
/* _content/AtlaTerapi/Views/YoneticiPaneli/Haberler.cshtml.rz.scp.css */
/* Tablo temel stiller */
#haberlerTable[b-tpy8wgegri] {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
}

    #haberlerTable th[b-tpy8wgegri] {
        text-align: left;
        white-space: nowrap;
        padding-right: 2rem !important; /* Sıralama simgesi için boşluk */
    }
        /* Checkbox sütunu için padding override */
        #haberlerTable th:first-child[b-tpy8wgegri] {
            padding-right: 0.5rem !important;
        }

    #haberlerTable td[b-tpy8wgegri] {
        text-align: left;
        vertical-align: middle;
    }
    /* Hover efekti */
    #haberlerTable tbody tr:hover[b-tpy8wgegri] {
        background-color: #f8f9fa;
    }
    /* Zebra striping */
    #haberlerTable tbody tr:nth-child(even)[b-tpy8wgegri] {
        background-color: #fafbfc;
    }

/* Responsive: Küçük ekranlarda scroll */
.table-responsive[b-tpy8wgegri] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
    /* Tablo scroll çubuğu stili */
    .table-responsive[b-tpy8wgegri]::-webkit-scrollbar {
        height: 8px;
    }

    .table-responsive[b-tpy8wgegri]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .table-responsive[b-tpy8wgegri]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        .table-responsive[b-tpy8wgegri]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

/* Tablet ve daha küçük ekranlar için kompakt görünüm */
@media (max-width: 1400px) {
    #haberlerTable[b-tpy8wgegri] {
        font-size: 1.1rem;
    }

        #haberlerTable th[b-tpy8wgegri] {
            padding: 0.75rem 2rem 0.75rem 0.5rem !important; /* Sağda 2rem boşluk */
            font-size: 1.1rem;
        }

        #haberlerTable td[b-tpy8wgegri] {
            padding: 0.6rem 0.5rem;
            font-size: 1.1rem;
        }
            /* Checkbox sütunu dar olsun */
            #haberlerTable td:first-child[b-tpy8wgegri] {
                width: 40px;
                text-align: center;
            }
            /* Randevu No sütunu */
            #haberlerTable td:nth-child(2)[b-tpy8wgegri] {
                font-weight: 500;
                white-space: nowrap;
            }
            /* Hipodrom sütunu genişliği sınırlı */
            #haberlerTable td:nth-child(4)[b-tpy8wgegri] {
                max-width: 150px;
                font-size: 0.85rem;
                line-height: 1.3;
            }
}

/* Daha küçük tabletler için */
@media (max-width: 1024px) {
    #haberlerTable[b-tpy8wgegri] {
        font-size: 1.1rem;
    }

        #haberlerTable th[b-tpy8wgegri] {
            padding: 0.65rem 1.75rem 0.65rem 0.4rem !important; /* Sağda boşluk */
            font-size: 1.1rem;
        }

        #haberlerTable td[b-tpy8wgegri] {
            padding: 0.5rem 0.4rem;
            font-size: 1.1rem;
        }
}
/* _content/AtlaTerapi/Views/YoneticiPaneli/Index.cshtml.rz.scp.css */
/* Filtre bölümü için yatay kaydırma */
#filterSection[b-8o356nsiry] {
    display: flex;
    justify-content: flex-end; /* Sağa hizalama */
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    margin-top: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    gap: 1rem;
}

    #filterSection h2[b-8o356nsiry] {
        flex-shrink: 0;
        margin: 0;
        margin-right: auto; /* Başlık sola, diğerleri sağa */
    }

    #filterSection > div:last-child[b-8o356nsiry] {
        display: flex;
        flex-wrap: nowrap !important;
        align-items: flex-end;
        gap: 1rem;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 0.5rem;
        padding-left: 0.5rem; /* Sol tarafta kesilmeyi önlemek için */
        flex: 0 1 auto; /* flex: 1 yerine otomatik genişlik */
        min-width: 0;
    }

        #filterSection > div:last-child > div[b-8o356nsiry] {
            flex-shrink: 0;
        }
        /* Scrollbar stili */
        #filterSection > div:last-child[b-8o356nsiry]::-webkit-scrollbar {
            height: 6px;
        }

        #filterSection > div:last-child[b-8o356nsiry]::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 3px;
        }

        #filterSection > div:last-child[b-8o356nsiry]::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 3px;
        }

            #filterSection > div:last-child[b-8o356nsiry]::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

    #filterSection input[type="date"][b-8o356nsiry],
    #filterSection select[b-8o356nsiry] {
        min-width: 150px;
        white-space: nowrap;
    }

    #filterSection button[b-8o356nsiry] {
        white-space: nowrap;
    }

    #filterSection .d-flex.align-items-center[b-8o356nsiry] {
        white-space: nowrap;
    }

/* Tablo temel stiller */
#randevuTable[b-8o356nsiry] {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
}

    #randevuTable th[b-8o356nsiry] {
        text-align: left;
        white-space: nowrap;
        padding-right: 2rem !important; /* Sıralama simgesi için boşluk */
    }
        /* Checkbox sütunu için padding override */
        #randevuTable th:first-child[b-8o356nsiry] {
            padding-right: 0.5rem !important;
        }

    #randevuTable td[b-8o356nsiry] {
        text-align: left;
        vertical-align: middle;
    }
    /* Hover efekti */
    #randevuTable tbody tr:hover[b-8o356nsiry] {
        background-color: #f8f9fa;
    }
    /* Zebra striping */
    #randevuTable tbody tr:nth-child(even)[b-8o356nsiry] {
        background-color: #fafbfc;
    }

.filter-loading[b-8o356nsiry] {
    opacity: 0.7;
    pointer-events: none;
}

.form-control[b-8o356nsiry] {
    min-width: 150px;
}

/* Responsive: Küçük ekranlarda scroll */
.table-responsive[b-8o356nsiry] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
    /* Tablo scroll çubuğu stili */
    .table-responsive[b-8o356nsiry]::-webkit-scrollbar {
        height: 8px;
    }

    .table-responsive[b-8o356nsiry]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .table-responsive[b-8o356nsiry]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        .table-responsive[b-8o356nsiry]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

/* Tablet ve daha küçük ekranlar için kompakt görünüm */
@media (max-width: 1400px) {
    #randevuTable[b-8o356nsiry] {
        font-size: 1.1rem;
    }

        #randevuTable th[b-8o356nsiry] {
            padding: 0.75rem 2rem 0.75rem 0.5rem !important; /* Sağda 2rem boşluk */
            font-size: 1.1rem;
        }

        #randevuTable td[b-8o356nsiry] {
            padding: 0.6rem 0.5rem;
            font-size: 1.1rem;
        }
            /* Checkbox sütunu dar olsun */
            #randevuTable td:first-child[b-8o356nsiry] {
                width: 40px;
                text-align: center;
            }
            /* Randevu No sütunu */
            #randevuTable td:nth-child(2)[b-8o356nsiry] {
                font-weight: 500;
                white-space: nowrap;
            }
            /* Hipodrom sütunu genişliği sınırlı */
            #randevuTable td:nth-child(4)[b-8o356nsiry] {
                max-width: 150px;
                font-size: 0.85rem;
                line-height: 1.3;
            }
}

/* Daha küçük tabletler için */
@media (max-width: 1024px) {
    #randevuTable[b-8o356nsiry] {
        font-size: 1.1rem;
    }

        #randevuTable th[b-8o356nsiry] {
            padding: 0.65rem 1.75rem 0.65rem 0.4rem !important; /* Sağda boşluk */
            font-size: 1.1rem;
        }

        #randevuTable td[b-8o356nsiry] {
            padding: 0.5rem 0.4rem;
            font-size: 1.1rem;
        }
}
/* _content/AtlaTerapi/Views/YoneticiPaneli/Kullanicilar.cshtml.rz.scp.css */
/* Tablo temel stiller */
#kullanicilarTable[b-4prjlg8ulh] {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
}

    #kullanicilarTable th[b-4prjlg8ulh] {
        text-align: left;
        white-space: nowrap;
        padding-right: 2rem !important; /* Sıralama simgesi için boşluk */
    }
        /* Checkbox sütunu için padding override */
        #kullanicilarTable th:first-child[b-4prjlg8ulh] {
            padding-right: 0.5rem !important;
        }

    #kullanicilarTable td[b-4prjlg8ulh] {
        text-align: left;
        vertical-align: middle;
    }
    /* Hover efekti */
    #kullanicilarTable tbody tr:hover[b-4prjlg8ulh] {
        background-color: #f8f9fa;
    }
    /* Zebra striping */
    #kullanicilarTable tbody tr:nth-child(even)[b-4prjlg8ulh] {
        background-color: #fafbfc;
    }

/* Responsive: Küçük ekranlarda scroll */
.table-responsive[b-4prjlg8ulh] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
    /* Tablo scroll çubuğu stili */
    .table-responsive[b-4prjlg8ulh]::-webkit-scrollbar {
        height: 8px;
    }

    .table-responsive[b-4prjlg8ulh]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .table-responsive[b-4prjlg8ulh]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        .table-responsive[b-4prjlg8ulh]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

/* Tablet ve daha küçük ekranlar için kompakt görünüm */
@media (max-width: 1400px) {
    #kullanicilarTable[b-4prjlg8ulh] {
        font-size: 1.1rem;
    }

        #kullanicilarTable th[b-4prjlg8ulh] {
            padding: 0.75rem 2rem 0.75rem 0.5rem !important; /* Sağda 2rem boşluk */
            font-size: 1.1rem;
        }

        #kullanicilarTable td[b-4prjlg8ulh] {
            padding: 0.6rem 0.5rem;
            font-size: 1.1rem;
        }
            /* Checkbox sütunu dar olsun */
            #kullanicilarTable td:first-child[b-4prjlg8ulh] {
                width: 40px;
                text-align: center;
            }
            /* Randevu No sütunu */
            #kullanicilarTable td:nth-child(2)[b-4prjlg8ulh] {
                font-weight: 500;
                white-space: nowrap;
            }
            /* Hipodrom sütunu genişliği sınırlı */
            #kullanicilarTable td:nth-child(4)[b-4prjlg8ulh] {
                max-width: 150px;
                font-size: 0.85rem;
                line-height: 1.3;
            }
}

/* Daha küçük tabletler için */
@media (max-width: 1024px) {
    #kullanicilarTable[b-4prjlg8ulh] {
        font-size: 1.1rem;
    }

        #kullanicilarTable th[b-4prjlg8ulh] {
            padding: 0.65rem 1.75rem 0.65rem 0.4rem !important; /* Sağda boşluk */
            font-size: 1.1rem;
        }

        #kullanicilarTable td[b-4prjlg8ulh] {
            padding: 0.5rem 0.4rem;
            font-size: 1.1rem;
        }
}
/* _content/AtlaTerapi/Views/YoneticiPaneli/RandevuOlustur.cshtml.rz.scp.css */
.btn-randevu-primary[b-v8onc5nmef] {
    background: linear-gradient(135deg, #5F66A5 0%, #7B82C7 100%);
    border-color: #5F66A5 !important;
    color: white;
    transition: all 0.3s ease;
}

    .btn-randevu-primary:hover[b-v8onc5nmef] {
        color: white;
        background: linear-gradient(135deg, #4b5186 0%, #7B82C7 100%);
    }

    .btn-randevu-primary:focus[b-v8onc5nmef] {
        box-shadow: 0 0 0 .25rem rgba(95, 102, 165, 0.6) !important;
    }

/* Filtre bölümü için yatay kaydırma */
#filterSection[b-v8onc5nmef] {
    display: flex;
    justify-content: flex-end; /* Sağa hizalama */
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    margin-top: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    gap: 1rem;
}

    #filterSection h2[b-v8onc5nmef] {
        flex-shrink: 0;
        margin: 0;
        margin-right: auto; /* Başlık sola, diğerleri sağa */
    }

    #filterSection > div:last-child[b-v8onc5nmef] {
        display: flex;
        flex-wrap: nowrap !important;
        align-items: flex-end;
        gap: 1rem;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 0.5rem;
        padding-left: 0.5rem; /* Sol tarafta kesilmeyi önlemek için */
        flex: 0 1 auto; /* flex: 1 yerine otomatik genişlik */
        min-width: 0;
    }

        #filterSection > div:last-child > div[b-v8onc5nmef] {
            flex-shrink: 0;
        }
        /* Scrollbar stili */
        #filterSection > div:last-child[b-v8onc5nmef]::-webkit-scrollbar {
            height: 6px;
        }

        #filterSection > div:last-child[b-v8onc5nmef]::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 3px;
        }

        #filterSection > div:last-child[b-v8onc5nmef]::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 3px;
        }

            #filterSection > div:last-child[b-v8onc5nmef]::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

    #filterSection input[type="date"][b-v8onc5nmef],
    #filterSection select[b-v8onc5nmef] {
        min-width: 150px;
        white-space: nowrap;
    }

    #filterSection button[b-v8onc5nmef] {
        white-space: nowrap;
    }

    #filterSection .d-flex.align-items-center[b-v8onc5nmef] {
        white-space: nowrap;
    }
