.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
}
