.alert.bg-success,
.alert.bg-danger,
.alert.bg-primary,
label#email-error {
    position: absolute;
    background-color: #dc3545;
    width: fit-content;
    white-space: nowrap;
    border-radius: 1rem !important;
    font-size: .75rem !important;
    color: #fff;
    padding: .375rem !important;
    line-height: 1 !important;
    right: 0 !important;
    top: calc(100% + .5rem) !important;
}

.alert.bg-primary {
    background-color: #0d6efd !important;
}

input.subscrib_submit {
    cursor: pointer !important;
}

form#newsletter-form {
    position: relative;
}

@media (max-width:1199.98px) {
    .ptd-mb-ftr-c-rssBox .rssline input[type="email"] {
        width: 52% !important;
    }
}