.content {
    max-width: 500px;
    height: 100%;
    margin: 0 auto;
    /* background: url("https://i.pinimg.com/736x/85/04/30/850430a750fb80c1ebaa5e740fc7cbd6.jpg"); */
    background: #000;
    position: relative;
    overflow: hidden scroll;
}

.background-img {
    width: 100%;
}

.test-mode {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #e03d3e;
    color: #e03d3e;
    border-radius: 20px;
    padding-left: 20px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    position: fixed;
    top: 20px;
    right: 20px;
}

.test-mode::before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #e03d3e;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    animation: blink 1s ease-out infinite;
}

.main-body {
    height: 80%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 160px;
}

#currentURL,
#dashboard-currentURL {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.5;
    text-transform: uppercase;
    /* display: none; */
}

#currentURLdummy {
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

#currentURLdummy1 {
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.logo-section {
    margin-top: 40px;
    width: 100%;
    word-break: break-all;
}

.logo-section img,
.logo-section p {
    height: 50px;
    width: 50px;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.08));
}

.logo-section p {
    font-size: 2rem;
    text-align: center;
}


.message {
    background: rgba(39 52 67);
    color: #fff;
    border-radius: 0 12px 12px;
    width: 80%;
    margin: 20px;
    /* font-size: 1.4rem; */
    letter-spacing: 1.2;
}

.send-message-button {
    text-decoration: none;
    background: #075E54;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px 20px 0 0;
}

.send-message-button img {
    height: 40px;
    width: 40px;
}

.send-message-button p {
    font-size: 1.35rem;
    white-space: nowrap;
    /* font-weight: 700; */
    color: #fff;
    /* margin-left: -20px; */
    width: 60%;
    text-align: center;
    text-transform: capitalize;
}

.send img {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    margin-left: 4rem;
}

.italic {
    font-style: italic;
}

.encrypt1 {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px 20px 0px 20px;
    font-size: 0.8rem;
    background-color: #182229;
    /* padding: 10px 50px 10px 50px; */
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
}

.encrypt {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 30px 5px 0px 30%;
    font-size: 0.8rem;
    /* background-color: #182229; */
    padding: 10px 50px 10px 50px;
    /* border-radius: 30px; */
    display: flex;
    width: max-content;
}

/* Animations */
@keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Media Query */
@media only screen and (min-width: 968px) {

    .test-mode,
    .main-body,
    .message,
    .send-message-button {
        position: absolute;
    }

    .qr-screen .message {
        position: relative;
    }
}


::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}


/* @media screen and (min-width: 480px) {
    .powered-by-otpless {
        margin-top: 50%;
    }
} */

#qrcode {
    margin: 0 20px;
}

#qrcode img:last-child {
    border: 1px solid #aaa;
    border-radius: 12px;
    width: 70%;
    padding: 10px;
}

canvas {
    border: 10px solid #fff;
    border-radius: 12px;
    width: 60%;
}