﻿#sticky-header {
    position: unset; 
}

@media (max-width: 575.98px) {

    .custom-modal-body #sticky-header {
        position: unset;
        top:unset;
        z-index:unset;
        background-color:unset;
    }
    #sticky-header {
        position: sticky !important;
        top: 31px; /* sadece menü yüksekliği */
        z-index: 5;
        background-color: white;
    }

       /* #sticky-header.profileHead {
            position: sticky !important;
            background-color: #111111;
        }

            #sticky-header.profileHead .card {
                border: 1px solid #393939;
                overflow: hidden;
            }

                #sticky-header.profileHead .card .card-body {
                    background-color: #111111;
                }

                    #sticky-header.profileHead .card .card-body span {
                        color: white;
                    }

            #sticky-header.profileHead .slider-container {
                border: none !important;
            }

            #sticky-header.profileHead .card.activeCard .card-body {
                background-color: #4caf50 !important;
                color: white !important;
                font-size: 0.8rem !important;
            }

            #sticky-header.profileHead .card.btnHref .card-body {
                color: white !important;
                font-size: 0.8rem !important;
            }*/






    #DesktopContainer {
        padding-top: 0px !important;
    }
}
