/*
Theme Name: Artemis (Flatsome Child)
Description: Styles for WhatsApp QR Code Popup
Author: Gareth
Template: flatsome
Version: 1.1
*/

#qr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5); */
    display: none;
    justify-content: center;
    align-items: center;
}

#qr-popup {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    border: 2px solid #2e294e; /* Border with a black color */
}

.whatsapp-image {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.scan-text {
    font-weight: 600;
    font-size: 1.5em;
    color: #D7263D;
    margin-bottom: 0;
}