/* =========================================
   INSTALL APP MODAL STYLES
   ========================================= */

#install-app-modal {
    background: rgba(0, 0, 0, 0.7);
}

#install-app-modal .modal-content {
    background: #111;
    border: 1px solid #222;
}

body.light #install-app-modal {
    background: rgba(0, 0, 0, 0.5);
}

body.light #install-app-modal .modal-content {
    background: #111;
    border: 1px solid #222;
}

body.light #install-app-modal p {
    color: #999 !important;
}

#install-app-modal .modal-content img {
    background: #fff !important;
}

#install-app-modal #installAppModalBtn {
    background: linear-gradient(90deg, #0ba026 0%, #099820 100%) !important;
}

#install-app-modal #installAppModalBtn:hover {
    background: linear-gradient(90deg, #099820 0%, #0ba026 100%) !important;
}
