/* ===== LEFT MENU MODERN ===== */

.left-menu {
    font-family: Tahoma, Arial;
    font-size: 12px;
}

.menu-logo {
    text-align: center;
    margin-bottom: 10px;
}

.menu-contact {
    font-size: 12px;
    padding: 10px;
    color: #555;
}

.open-time {
    color: #FF0000;
    font-weight: bold;
}

.menu-title {
    background: #f0627f;
    color: #fff;
    font-weight: bold;
    padding: 6px;
    margin-top: 10px;
}

.menu-item {
    display: block;
    background: #f9cdd4;
    color: #444;
    padding: 6px 8px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.menu-item:hover {
    background: #f5b5bf;
}

.menu-item.active {
    background: #ff9eb0;
    font-weight: bold;
}

.update {
    color: #FF0000;
    font-size: 11px;
}

.sidebar {
    width: 100%;
    box-sizing: border-box;
    background: #f9f9f9;
    padding: 15px;
    font-family: Tahoma, sans-serif;
}

.logo {
    text-align: center;
    margin-bottom: 15px;
}

.contact {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.open {
    color: red;
    font-weight: bold;
}

.menu-title {
    margin-top: 18px;
    font-weight: bold;
    color: #c2185b;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
}

.menu-item {
    display: block;
    padding: 6px 8px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
}

.menu-item:hover {
    background: #ffe6ec;
}

.menu-item.active {
    background: #f8cdd5;
    font-weight: bold;
}

.badge {
    color: red;
    font-size: 12px;
    margin-left: 4px;
}
