.dr1popupalerts2 {

    position: fixed;

    right: 0;
    bottom: 28px;

    width:
        min(430px, calc(100vw - 28px));

    z-index: 99998;

    pointer-events: none;

    visibility: hidden;

    font-family:
        "Poppins",
        "Segoe UI",
        Arial,
        sans-serif;
}


/* =========================================================
   POPUP CARD
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-card {

    position: relative;

    width: 100%;

    min-height: 190px;

    padding:
        24px
        24px
        22px;

    overflow: hidden;

    border-radius: 24px;

    color: #ffffff;

    background:
        radial-gradient(
            circle at 90% 8%,
            rgba(37, 211, 102, 0.35),
            transparent 34%
        ),
        radial-gradient(
            circle at 10% 90%,
            rgba(0, 255, 170, 0.18),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #071d16 0%,
            #092b20 42%,
            #061a14 100%
        );

    border:
        1px solid
        rgba(255, 255, 255, 0.20);

    box-shadow:
        0 25px 70px
        rgba(0, 0, 0, 0.40),

        0 10px 30px
        rgba(37, 211, 102, 0.25),

        inset 0 1px 0
        rgba(255, 255, 255, 0.28),

        inset 0 -1px 0
        rgba(255, 255, 255, 0.06);

    transform:
        translate3d(125%, 0, 0)
        rotateY(-12deg)
        scale(0.92);

    opacity: 0;

    transition:
        transform 0.85s
        cubic-bezier(.16, 1, .3, 1),

        opacity 0.65s ease;

    pointer-events: auto;

    isolation: isolate;
}


/* =========================================================
   VISIBLE STATE
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-card {

    will-change:
        transform,
        opacity;
}


.dr1popupalerts2.dr1popupalerts2--visible {

    visibility: visible;
}


.dr1popupalerts2.dr1popupalerts2--visible
.dr1popupalerts2-card {

    transform:
        translate3d(0, 0, 0)
        rotateY(0deg)
        scale(1);

    opacity: 1;
}


/* =========================================================
   CLOSING STATE
   ========================================================= */

.dr1popupalerts2.dr1popupalerts2--closing
.dr1popupalerts2-card {

    transform:
        translate3d(125%, 0, 0)
        rotateY(10deg)
        scale(0.94);

    opacity: 0;
}


/* =========================================================
   GLOSSY SHINE
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-shine {

    position: absolute;

    top: -80%;
    right: -45%;

    width: 45%;
    height: 260%;

    z-index: 2;

    background:
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.04) 35%,
            rgba(255, 255, 255, 0.36) 50%,
            rgba(255, 255, 255, 0.04) 65%,
            transparent 100%
        );

    transform:
        rotate(-22deg);

    pointer-events: none;

    animation:
        dr1PopupAlerts2Shine
        5s
        ease-in-out
        infinite;
}


@keyframes dr1PopupAlerts2Shine {

    0% {
        right: -55%;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    42% {
        right: 125%;
        opacity: 0;
    }

    100% {
        right: 125%;
        opacity: 0;
    }
}


/* =========================================================
   TOP GREEN GLOW
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-top-glow {

    position: absolute;

    top: -80px;
    right: 12%;

    width: 240px;
    height: 130px;

    background:
        radial-gradient(
            ellipse,
            rgba(37, 211, 102, 0.35),
            transparent 70%
        );

    filter: blur(8px);

    pointer-events: none;
}


/* =========================================================
   DECORATIVE 3D ORB #1
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-orb--one {

    position: absolute;

    width: 75px;
    height: 75px;

    right: -28px;
    top: -30px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 30% 25%,
            #ffffff,
            #63ff9c 12%,
            #25d366 42%,
            #087f45 65%,
            transparent 73%
        );

    opacity: 0.55;

    filter: blur(1px);

    pointer-events: none;

    animation:
        dr1PopupAlerts2OrbOne
        5s
        ease-in-out
        infinite;
}


@keyframes dr1PopupAlerts2OrbOne {

    0%,
    100% {

        transform:
            translate3d(0, 0, 0)
            scale(1);
    }

    50% {

        transform:
            translate3d(-9px, 10px, 0)
            scale(1.12);
    }
}


/* =========================================================
   DECORATIVE 3D ORB #2
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-orb--two {

    position: absolute;

    width: 46px;
    height: 46px;

    right: 75px;
    bottom: -22px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 30% 25%,
            #ffffff,
            #62ffad 15%,
            #25d366 52%,
            transparent 72%
        );

    opacity: 0.38;

    filter: blur(1px);

    pointer-events: none;

    animation:
        dr1PopupAlerts2OrbTwo
        4s
        ease-in-out
        infinite;
}


@keyframes dr1PopupAlerts2OrbTwo {

    0%,
    100% {

        transform:
            translate3d(0, 0, 0);
    }

    50% {

        transform:
            translate3d(8px, -7px, 0);
    }
}


/* =========================================================
   CONTENT
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-content {

    position: relative;

    z-index: 5;
}


/* =========================================================
   WHATSAPP BADGE
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-badge {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    margin-bottom: 11px;

    padding:
        6px
        11px;

    border-radius: 999px;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.05px;

    text-transform: uppercase;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            rgba(37, 211, 102, 0.30),
            rgba(0, 255, 170, 0.18)
        );

    border:
        1px solid
        rgba(255, 255, 255, 0.18);

    box-shadow:
        inset 0 1px 0
        rgba(255, 255, 255, 0.22),

        0 6px 18px
        rgba(37, 211, 102, 0.12);
}


/* =========================================================
   BADGE DOT
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-badge-dot {

    width: 7px;
    height: 7px;

    flex: 0 0 7px;

    border-radius: 50%;

    background: #63ff9c;

    box-shadow:
        0 0 0 3px
        rgba(99, 255, 156, 0.12),

        0 0 12px
        rgba(99, 255, 156, 0.90);

    animation:
        dr1PopupAlerts2Pulse
        1.8s
        ease-in-out
        infinite;
}


@keyframes dr1PopupAlerts2Pulse {

    0%,
    100% {

        transform: scale(1);

        opacity: 1;
    }

    50% {

        transform: scale(1.35);

        opacity: 0.65;
    }
}


/* =========================================================
   HEADING
   ========================================================= */

.dr1popupalerts2 h2 {

    margin:
        0
        40px
        8px
        0;

    font-size:
        clamp(20px, 4vw, 25px);

    line-height: 1.18;

    font-weight: 800;

    letter-spacing: -0.5px;

    color: #ffffff;

    text-shadow:
        0 2px 12px
        rgba(0, 0, 0, 0.25);
}


/* =========================================================
   GRADIENT HEADING
   ========================================================= */

.dr1popupalerts2 h2
.dr1popupalerts2-gradient-text {

    background:
        linear-gradient(
            90deg,
            #ffffff 0%,
            #7dffb2 38%,
            #35e77a 70%,
            #b4ffd0 100%
        );

    -webkit-background-clip: text;

    background-clip: text;

    color: transparent;

    background-size: 200% auto;

    animation:
        dr1PopupAlerts2Gradient
        4s
        linear
        infinite;
}


@keyframes dr1PopupAlerts2Gradient {

    0% {

        background-position:
            0% center;
    }

    100% {

        background-position:
            200% center;
    }
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-description {

    margin:
        0
        30px
        17px
        0;

    color:
        rgba(255, 255, 255, 0.76);

    font-size: 12px;

    line-height: 1.55;

    font-weight: 400;
}


/* =========================================================
   ACTION ROW
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-actions {

    display: flex;

    align-items: center;

    gap: 9px;
}


/* =========================================================
   WHATSAPP BUTTON
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-whatsapp {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    min-height: 40px;

    padding:
        0
        17px;

    border: 0;

    border-radius: 12px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #63ff9c 0%,
            #25d366 45%,
            #0a9f50 100%
        );

    box-shadow:

        0 9px 24px
        rgba(37, 211, 102, 0.35),

        inset 0 1px 0
        rgba(255, 255, 255, 0.48),

        inset 0 -2px 0
        rgba(0, 0, 0, 0.12);

    font-family: inherit;

    font-size: 11px;

    font-weight: 750;

    letter-spacing: 0.25px;

    cursor: pointer;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;
}


/* =========================================================
   WHATSAPP BUTTON HOVER
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-whatsapp:hover {

    transform:
        translateY(-2px)
        scale(1.025);

    filter:
        brightness(1.08);

    box-shadow:

        0 13px 30px
        rgba(37, 211, 102, 0.48),

        inset 0 1px 0
        rgba(255, 255, 255, 0.55);
}


/* =========================================================
   WHATSAPP BUTTON ACTIVE
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-whatsapp:active {

    transform:
        translateY(0)
        scale(0.98);
}


/* =========================================================
   WHATSAPP ICON
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-whatsapp-icon {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 19px;
    height: 19px;

    font-size: 17px;

    line-height: 1;
}


/* =========================================================
   CLOSE BUTTON
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-close {

    position: absolute;

    top: 14px;
    right: 14px;

    z-index: 10;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 29px;
    height: 29px;

    padding: 0;

    border:
        1px solid
        rgba(255, 255, 255, 0.15);

    border-radius: 50%;

    color:
        rgba(255, 255, 255, 0.78);

    background:
        rgba(255, 255, 255, 0.08);

    backdrop-filter:
        blur(8px);

    -webkit-backdrop-filter:
        blur(8px);

    font-family:
        Arial,
        sans-serif;

    font-size: 17px;

    line-height: 1;

    cursor: pointer;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}


/* =========================================================
   CLOSE HOVER
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-close:hover {

    color: #ffffff;

    background:
        rgba(255, 255, 255, 0.18);

    transform:
        rotate(90deg);
}


/* =========================================================
   CLOSE FOCUS
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-close:focus-visible {

    outline:
        2px solid
        rgba(99, 255, 156, 0.90);

    outline-offset: 3px;
}


/* =========================================================
   WHATSAPP BUTTON FOCUS
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-whatsapp:focus-visible {

    outline:
        2px solid
        rgba(255, 255, 255, 0.90);

    outline-offset: 3px;
}


/* =========================================================
   BOTTOM PROGRESS BAR
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-progress {

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 3px;

    overflow: hidden;

    background:
        rgba(255, 255, 255, 0.08);
}


/* =========================================================
   PROGRESS ANIMATION
   ========================================================= */

.dr1popupalerts2
.dr1popupalerts2-progress::after {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            #63ff9c,
            #25d366,
            #00e676
        );

    transform-origin:
        left center;

    animation:
        dr1PopupAlerts2Progress
        8s
        linear
        forwards;
}


@keyframes dr1PopupAlerts2Progress {

    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 520px) {

    .dr1popupalerts2 {

        right: 12px;

        bottom: 16px;

        width:
            calc(100vw - 24px);
    }


    .dr1popupalerts2
    .dr1popupalerts2-card {

        min-height: auto;

        padding:
            20px
            19px
            19px;

        border-radius: 20px;
    }


    .dr1popupalerts2 h2 {

        font-size: 20px;
    }


    .dr1popupalerts2
    .dr1popupalerts2-description {

        font-size: 11.5px;

        margin-right: 18px;
    }


    .dr1popupalerts2
    .dr1popupalerts2-whatsapp {

        min-height: 38px;

        padding:
            0
            15px;
    }


    .dr1popupalerts2
    .dr1popupalerts2-close {

        top: 12px;

        right: 12px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 360px) {

    .dr1popupalerts2 {

        right: 9px;

        bottom: 12px;

        width:
            calc(100vw - 18px);
    }


    .dr1popupalerts2
    .dr1popupalerts2-card {

        padding:
            18px
            16px
            17px;

        border-radius: 18px;
    }


    .dr1popupalerts2
    .dr1popupalerts2-badge {

        font-size: 9px;

        padding:
            5px
            9px;
    }


    .dr1popupalerts2 h2 {

        font-size: 18px;

        margin-right: 30px;
    }


    .dr1popupalerts2
    .dr1popupalerts2-description {

        font-size: 11px;

        line-height: 1.5;

        margin-bottom: 14px;
    }


    .dr1popupalerts2
    .dr1popupalerts2-whatsapp {

        min-height: 36px;

        padding:
            0
            13px;

        font-size: 10px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .dr1popupalerts2
    .dr1popupalerts2-card,

    .dr1popupalerts2
    .dr1popupalerts2-whatsapp,

    .dr1popupalerts2
    .dr1popupalerts2-close {

        transition: none;
    }


    .dr1popupalerts2
    .dr1popupalerts2-shine,

    .dr1popupalerts2
    .dr1popupalerts2-orb--one,

    .dr1popupalerts2
    .dr1popupalerts2-orb--two,

    .dr1popupalerts2
    .dr1popupalerts2-badge-dot,

    .dr1popupalerts2
    h2
    .dr1popupalerts2-gradient-text,

    .dr1popupalerts2
    .dr1popupalerts2-progress::after {

        animation: none;
    }
}