HEX
Server: Apache
System: Linux webm006.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: perditaeyz (838589)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/p/e/r/perditaeyz/www/wp-content/plugins/newsletter/emails/tnp-composer/_css/tnp-modal.css
.tnp-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

.tnp-modal.open {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
    animation: modal-in .4s ease-out forwards;
}

@keyframes modal-in {
    100% {
        background-color: rgba(0, 0, 0, 0.3);
    }
}

.tnp-modal.on-close {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .4s ease-out;
}

.tnp-modal-container {
    position: relative;

    padding: 50px;
    border-radius: 3px;
    background-color: white;
    width: 400px;
    min-height: 100px;
    max-height: 400px;
    overflow-y: auto;
    animation: modal-fadein .4s ease-out forwards;
}

.tnp-modal-container.on-close {
    animation: modal-fadeout .4s ease-in forwards;
}

@keyframes modal-fadein {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes modal-fadeout {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    20% {
        transform: translateY(50px);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

.tnp-modal-close {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    font-weight: bold;
    padding: 10px;
    font-size: 40px;
}

.tnp-modal-confirm {
    margin: 10px 0 0 0;
}

.tnp-modal-confirm button {
    float: right;
}

.tnp-modal .button-danger {
    background-color: darkred;
    color: #ffffff;
    text-shadow: none;
    width: auto;
}

.tnp-modal .button-danger:hover {
    background-color: darkred;
}