
.add-shortcut-btn {
    background-color: #fff;
    height: 55vh;
    z-index: 1001;
    position: fixed;
    bottom: 0;
    left: 10px;
    right: 10px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 25px 25px 0 0;
    text-align: center;
    padding: 25px;
    animation: slideUpLarge .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.add-shortcut-btn .pwa-icon {
    width: 95px;
    display: block;
    margin: 0 auto;
    margin-top: -60px
}

.add-shortcut-btn .pwa-title {
    font-weight: 700
}

.add-shortcut-btn .add-mobile-view, .add-shortcut-btn .cancel-mobile-view {
    background-color: var(--primary);
    color: var(--text-inbox);
    font-weight: 400;
    padding: 13px;
    border-radius: 9px;
    text-align: center;
    border: 0;
    font-size: 14px;
    margin: 5px auto;
    display: block;
    font-family: inherit;
    width: 70%
}

.add-shortcut-btn .cancel-mobile-view {
    background-color: #e8e8e8;
    color: var(--text-light);
    margin-top: 15px
}

.add-shortcut-btn.ios .andriod {
    display: none
}

.add-shortcut-btn:not(.ios) .ios {
    display: none
}

.add-shortcut-btn .ios p i {
    transform: rotate(-90deg);
    font-size: 20px;
    margin: 0 10px
}

.add-shortcut-btn.hidden {
    animation: slideDownLarge .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}
