@media screen and (max-width: 880px) {
    #enable-notifications {
        bottom: 5px;
        left: 33px;
        width: 60px;
        height: 60px;
        border-bottom: 3px dashed white;
        border-bottom-right-radius: 19px;
        border-bottom-left-radius: 19px;
    }

    svg {
        height: 60px;
        width: 60px;
        bottom: 11px;
        right: 0;
    }

    .modalNotify-content .button {
        text-align: center;
        margin: 1.5rem auto 2rem auto;
        padding: 0;
    }

    .modalNotify-content {
        opacity: 1;
        display: block;
        margin: 4% auto;
        padding: 20px;
        border-radius: 6px 24px 6px 6px;
        width: 90%;
        max-width: 540px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .modalNotify .target_select span {
        padding-right: 10px !important;
        padding-left: 14px !important;
        padding-bottom: 5px;
        padding-top: 10px;
    }

    .modalNotify .target_select {
        padding: 9px 1px 4px 1px !important;
        font-size: 16px;
        margin-top: 9px;
    }

    .modalNotify .inbody .thumb {
        width: 100%;
        height: 140px;
        background-position: center;
    }
}

#modale {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    backdrop-filter: blur(9.5px);
    -webkit-backdrop-filter: blur(9.5px) !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.3s 0s, visibility 1s 0s;
    -moz-transition: all 1.3s 0s, visibility 1s 0s;
    transition: all 1.3s 0s, visibility 1s 0s;
}

#modale.is-visible {
    opacity: 1;
    visibility: visible;
    display: block;
}

.modale-inline.is-visible {
    opacity: 1;
    visibility: visible;
    display: block;
}

.modale-inline {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    /* center child elements vertically and horizontally */
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
    overflow: auto;
    backdrop-filter: blur(9.5px);
    -webkit-backdrop-filter: blur(9.5px) !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.3s 0s, visibility 1s 0s;
    -moz-transition: all 1.3s 0s, visibility 1s 0s;
    transition: all 1.3s 0s, visibility 1s 0s;
}

/* Style for the content of the modal window */
.modale-content {
    font-family: "Roboto", sans-serif;
    opacity: 1;
    display: block;
    margin: 4% auto;
    /* Margin from top and center */
    padding: 20px;
    border-radius: 10px 10px 10px 10px;
    width: 90%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 1px 14px 6px rgb(65 65 65 / 29%);
}

.modale-content {
    color: #c0c0c0;
    font-family: sans-serif;
    max-width: 940px !important;
}

.modale-content .close {
    opacity: 1;
    display: flex;
    position: absolute;
    top: 13px !important;
    right: 12px !important;
    float: none;
    line-height: 0px;
    width: 36px;
    height: 36px;
    font-size: 19px;
    font-weight: bold;
    background: #c8c8c8;
    color: #757575;
    border-radius: 50%;
    -webkit-transition: all .3s 0s, visibility 0s 0s;
    -moz-transition: all .3s 0s, visibility 0s 0s;
    transition: all 0.3s 0s, visibility 0s 0s;
    padding: 18px;
    align-items: center;
    justify-content: center;
    text-shadow: none;
}

/* Stile per la finestra modale */
#emailModale {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    backdrop-filter: blur(9.5px);
    -webkit-backdrop-filter: blur(4.5px) !important;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.3s 0s, visibility 1s 0s;
    -moz-transition: all 1.3s 0s, visibility 1s 0s;
    transition: all 1.3s 0s, visibility 1s 0s;
}

#emailModale.is-visible {
    opacity: 1;
    visibility: visible;
    display: block;
}

/* Stile per il contenuto della finestra modale */
.modale-content {
    font-family: "Roboto", sans-serif;
    display: block;
    margin: 4% auto;
    /* Margine dall'alto e dal centro */
    padding: 20px;
    border-radius: 10px 10px 10px 10px;
    width: 90%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 1px 14px 6px rgb(65 65 65 / 29%);
    color: #c0c0c0;
    max-width: 940px !important;
    overflow-wrap: anywhere;
}

.modale-content .close svg {
    height: 21px;
    width: 21px;
    bottom: auto;
    right: auto;
}

.modale-content .body {
    padding: 1px 1px;
    border-radius: 9px;
    display: flex;
    text-align: center;
    width: auto;
}

.modalNotify {
    /*
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1.3s 0s, visibility 1s 0s;
    -moz-transition: all 1.3s 0s, visibility 1s 0s;
    transition: all 1.3s 0s, visibility 1s 0s;
    */
}

.modalNotify-content {
    color: #c0c0c0;
    font-family: sans-serif;
}

/* Stile per il contenuto della finestra modale */
.modalNotify-content {
    font-family: "Roboto", sans-serif;
    display: block;
    margin: 4% auto;
    /* Margine dall'alto e dal centro */
    padding: 20px;
    border-radius: 10px 10px 10px 10px;
    width: 90%;
    /* Larghezza del contenuto */
    max-width: 540px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 1px 14px 6px rgb(65 65 65 / 29%);
}

/* Stile per il bottone "SI" */
.modalNotify .btn-green {
    background-color: #28a428;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    transition: 75ms linear;
}

/* Stile per il bottone "NO" */
.modalNotify .btn-blue {
    background: #0078d1;
    color: #fff !important;
    transition: 75ms linear;
}

/* Stile per il bottone "NO" */
.modalNotify .btn-netrual {
    color: inherit;
    transition: 75ms linear;
}

.modalNotify-content .modaleClose svg {
    margin: auto;
    bottom: auto;
    left: auto;
    position: absolute;
    top: 13px !important;
    right: 12px !important;
    float: none;
    line-height: inherit;
    width: 36px;
    height: 36px;
    padding: 5px;
    background: #c8c8c8;
    color: #343333;
    border-radius: 50%;
    -webkit-transition: all .3s 0s, visibility 0s 0s;
    -moz-transition: all .3s 0s, visibility 0s 0s;
    transition: all 0.3s 0s, visibility 0s 0s;
    text-shadow: none;
}

.modalNotify-content .close {
    display: flex;
    position: absolute;
    top: 13px !important;
    right: 12px !important;
    float: none;
    line-height: inherit;
    width: 36px;
    height: 36px;
    font-size: 19px;
    font-weight: bold;
    background: #c8c8c8;
    color: #414141;
    border-radius: 50%;
    -webkit-transition: all .3s 0s, visibility 0s 0s;
    -moz-transition: all .3s 0s, visibility 0s 0s;
    transition: all 0.3s 0s, visibility 0s 0s;
    padding: inherit;
    align-items: center;
    justify-content: center;
    text-shadow: none;
}

.modalNotify .close:hover,
.modalNotify .close:focus,
.modalNotify-content .modaleClose:hover svg,
.modalNotify-content .modaleClose:focus svg {
    opacity: .61;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modalNotify .tool {
    /* display: table-cell; */
    flex-direction: column;
    max-width: 100%;
    padding: 5px 0px;
}

.modalNotify-content img:not(.image-entity),
.modale-content img:not(.image-entity) {
    width: 120px;
    margin: 1rem auto 2rem auto;
}

.modalNotify-content .header,
.modalNotify-content .body,
.modalNotify-content .button,
.modalNotify-content .footer,
.modale-content .header,
.modale-content .body,
.modale-content .button,
.modale-content .footer {
    margin: 1rem;
}

.modalNotify-content .header,
.modale-content .header {
    font-size: inherit;
    padding-left: 8px;
    margin-top: 0rem;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
}

.modalNotify-content .header h1,
.modalNotify-content .header h2,
.modalNotify-content .header h3,
.modale-content .header h1,
.modale-content .header h2,
.modale-content .header h3 {
    margin-bottom: auto;
    padding-left: 16px;
    margin-top: 1em;
    border-bottom: 1px solid #9c9c9c85;
    padding-bottom: 12px;
}

.modalNotify-content .button button,
.modale-content .button button {
    -webkit-transition: all 0.3s 0s, visibility 1s 0s;
    -moz-transition: all 0.3s 0s, visibility 1s 0s;
    transition: all 0.3s 0s, visibility 1s 0s;

}

.modalNotify-content .button,
.modale-content .button {
    font-size: 14px;
    text-align: right;
}

.modalNotify-content .button button,
.modale-content .button button {
    text-align: center;
    margin: auto 11px;
    padding: 0.95em 1.85em;
    font-size: 1em;
    border-radius: 0.25em;
    font-weight: 500;
    box-shadow: unset;
    color: #6f6f6f;
    border: 1px dashed #dddddd;
}


.modalNotify-content .footer,
.modale-content .footer {
    font-size: 12px;
    text-align: right;
    margin: auto;
    border-top: 1px solid rgb(139 139 139 / 46%);
}

.modalNotify-content .footer small,
.modale-content .footer small {
    margin-top: 7px;
    display: block;
    font-size: 12px;
    text-align: justify;
}

.modalNotify-content button,
.modale-content button {
    -webkit-transition: all .3s 0s, visibility 0s 0s;
    -moz-transition: all .3s 0s, visibility 0s 0s;
    transition: all 0.3s 0s, visibility 0s 0s;
    cursor: pointer;
}

.modalNotify-content button:hover,
.modale-content button:hover {
    background: #6d6d6d45;
}

.modalNotify-content input[type="search"]:focus,
.modale-content input[type="search"]:focus {
    outline: none;
    background: rgba(94, 66, 146, 0.18);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.modalNotify input[type="search"],
.modalNotify input[type="text"] {
    padding: 9px 12px 9px 17px;
    margin-top: -5px;
    font-size: 17px;
    border-radius: 10px;
    border: 1px solid rgb(139 139 139 / 46%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: auto;
    min-width: 100px;
    background: #f0f8ff21;
    width: 100%;
}

.modale-content .message,
.modalNotify .message {
    position: sticky;
    display: none;
    padding: 8px 27px 8px 12px;
    color: white;
    -webkit-transition: all .3s 0s, visibility 0s 0s;
    -moz-transition: all .3s 0s, visibility 0s 0s;
    transition: all 0.3s 0s, visibility 0s 0s;
    animation-duration: 0.5s;
    top: 4px;
    left: 4px;
    width: fit-content;
    z-index: 10;
    font-size: 15px;
    margin: auto;
    border: none;
    background: #444;
    /* border-radius: 11px 20px 20px 3px; */
}

.modalNotify .message.error .notification.error {
    display: block;
    color: #ffffff;
    background: #ff0000;
}

.modalNotify .message.success,
.notification.success {
    color: #ffffff;
    background: #2778c4;
}

.modalNotify .message.info,
.notification.info {
    color: #272727;
    background: #b2d8b2;
}

.modalNotify .message.service,
.notification.service {
    color: #ffffff;
    background: #123e81;
}

.modalNotify .message.alert,
.notification.alert {
    color: #282828;
    background: #c8c81c;
}

.modalNotify .message.warning,
.notification.warning {
    color: #282828;
    background: #eded0f;
}

.modalNotify .message.netrual,
.notification.netrual {
    color: #3d3d3d;
    background: #fcfcfc;
}

.modalNotify .message.reset,
.notification.reset {
    color: #fdfdfd;
    background: #272727;
}

.fade-out-delay {
    opacity: 1;
    animation: fade-out-delay 1s ease-in-out 2s forwards;
}

@keyframes fade-out-delay {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}