.alertify-notifier {
    z-index: 99999999 !important;
}

.ajs-push-notification {
    border-radius: 25px !important;
    width: calc(100vw * 0.2) !important;
    cursor: pointer;
}

.ajs-push-notification .container-push {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.ajs-push-notification .container-push .title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.ajs-push-notification .container-push .content {
    position: relative;
    color: #4a6466;
    text-align: left;
    font-size: 0.9rem;
}

.ajs-push-notification .container-push .mini-banner {
    width: 100%;
    height: 8rem;
    border-radius: 10px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0.5rem;
}

.ajs-push-notification {
    width: calc(100vw * 0.2) !important;
}

.ajs-push-notification.ajs-message.ajs-visible {
    right: calc(100vw * 0.2) !important;
}

@media (max-width: 1024px) {
    .ajs-push-notification {
        width: calc(100vw * 0.3) !important;
    }

    .ajs-push-notification.ajs-message.ajs-visible {
        right: calc(100vw * 0.3) !important;
    }
}

@media (max-width: 768px) {
    .ajs-push-notification {
        width: calc(100vw * 0.4) !important;
    }

    .ajs-push-notification.ajs-message.ajs-visible {
        right: calc(100vw * 0.4) !important;
    }
}

@media (max-width: 570px) {
    .ajs-push-notification {
        width: calc(100vw * 0.8) !important;
    }

    .ajs-push-notification.ajs-message.ajs-visible {
        right: calc(100vw * 0.8) !important;
    }
}

.footer {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.ajs-push-notification .container-push .texto-economize {
    position: relative;
    top: 9px;
    font-size: 16px;
    font-weight: 600;
    color: #039aaa;
}

.ajs-push-notification .container-push .logo-cuia {
    position: relative;
    top: 6px;
    background-image: url("https://www.tcheofertas.com.br/tcheofertas/upload/default/logo_cuia.webp");
    width: 32px;
    height: 32px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}