.app-switcher-menu{
    width: 320px;
    border: 1px solid #e0e0e0;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background: white;
    right: -100px;
    top: 40px;
    position: absolute;
    z-index: 1000;
}

.app-switcher-.logo {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.app-switcher-.logo img {
    width: 60px;
}

.app-switcher-h1 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    color: #555;
    padding-top: 15px;
}

.app-switcher-menu-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #eee;
    cursor: pointer;
}

.app-switcher-menu-item:first-of-type {
    border-top: none;
}

.app-switcher-menu-item img {
    width: 20px;
    margin-right: 12px;
}

.app-switcher-explore {
    margin-top: 30px;
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
}

.app-switcher-chevron {
    margin-left: auto;
    font-size: 18px;
    transform: rotate(90deg);
}
