.download-bar {
    background-color: #fff;
    color: white;
    text-align: center;
    padding: 5px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none; /* Initially hide the prompt */
    z-index: 99999;
}

.download-btn {
    font-size: 11px!important;
    height: 30px;
    width: 100%;
    display: flex;
}

.toast-close {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.toast-app {
    top: 76px;
}

.toast-app.show {
    display: block !important;
}

#android-prompt-button{
    background: #ff8300;
    color: white;
    font-weight: bold;
}

@media (min-width: 768px) {
    .toast-app.show, .toast-app {
        top: initial;
        display: none !important;
    }
}
