@media (min-width: 576px) {
    .sidebar.overlay.left~.pusher {
        margin-left: 260px !important;
    }
}
@media (max-width: 576px) {
    .levhalar.cards {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)) !important;
        gap: 10px !important;
    }
    .home-menu .item {
        padding: 6px 0px !important;
        font-size: 12px;
    }
    #home-menu .item>.icon:not(.dropdown) {
        margin: 0 auto .3rem !important;
    }
    #home-menu {
        height: 50px;
    }
    .levhalar.swiper {
        width: 100%;
        height: calc(100vh - 100px) !important;
    }
}

a, a:focus, a:active, a:hover {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.home-menu .item>.input input {
    padding: .3em .9em !important;
}

.home-menu .site-name {
    width: 260px !important;
    border-radius: 0 !important;
    color: rgb(0 0 0 / 70%) !important;
    font-weight: bold !important;
    padding: 0 !important;
    justify-content: space-around;
}

.home-menu .site-name span {
    font-size: 17px !important;
    font-family: monospace;
    /*filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .4)) !important;*/
}

.levhalar.cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    margin: 0;
}

.levhalar .card {
    margin: 0 !important;
    width: auto !important;
}

.levhalar.swiper {
    width: 100%;
    height: 100%;
}

.levhalar .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.levhalar .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-position: top;
}

#mobile-menu {
    /*background-color: #fffbec;*/
    background-color: #fff;
    height: 50px;
    overflow: hidden;
    border-radius: 0 !important;
    margin: 0 !important;
    align-items: center !important;
    border-top: none !important;
}

#mobile-menu .right.menu {
    align-items: center !important;
}

#mobile-menu .swiper-pagination-header {
    font-weight: bold;
    margin-right: 13px;
}

#mobile-menu img{
    width: 40px;
}

#mobile-menu .group-title{
    padding: 13px;
}

#mobile-menu .title{
    font-size: 19px;
    font-weight: bold;
}
#mobile-menu .subtitle{
}

#mobile-menu i{
    font-size: 18px;
}

#mobile-menu .right.menu>.item:first-child::before {
    content: none !important;
}