@media only screen and (max-width: 360px) {
    body {
        min-width: 360px;
        overflow-x: hidden;
    }
}

.menu_mobil {
    display:none;
}

@media (max-width: 700px) {
.header a.name {width: 100%;text-align: center;margin-left: 0;} 
.user_menuler { position: absolute; top: -4px; right: 0px; }
.sidebar {
    width: 100%;
    position: absolute;
    z-index: 5;
    height: 100%;
    min-width: 0;
    width: 0;
    transition: width 0.3s ease;
}

.sidebar_hide_btn {
    display: none;
}



.menu_mobil {
    display:block;
    position: absolute;
    left: 4px;
    top: 15px;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    color: black;
    text-align: center;
    border-radius: 5px;
    cursor:pointer;
    z-index: 55;
}

.menu_mobil.active {
    
}

.menu_mobil i {
    padding-top: 3px;
    font-size: 25px;
}

.sidebar.active {
    width: 100%;
    height: 100%;
    position: relative;
}


.sidebar .logo img {
    padding: 5px;
    height: 55px;
}

.menu_mobil.active {
    /* background-color: #000000; */
    color: #000000;
}


.header {
    position: relative;
    width: 100%;
    display: block;
    z-index: 4;
}

.main {
    padding: 5px 0px 5px 0px;
}

.imgaradiv {
    width: 150px;
}

.btnlar .btn_header {
    font-size: 12px;
    font-weight: 500;
}

.fast_info .druckentbn {
    position: relative;
    font-size: 14px;
    width: 100%;
    height: 28px;
    line-height: 30px;
    margin-bottom: 8px;
}

.fast_info p {
    padding-right: 0px;
}

.stat_title {
    width: 100%;
    min-width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.status_resoran {
    float: none;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}


.plan_body { display: none; }


}



