.swal2-container .swal-custom-notification-popup .swal2-html-container {
    margin: 125px -30px 0px -30px;
}
.swal2-container .swal-custom-notification-popup .swal2-html-container img {
    display: block; margin: 0 auto;
}
#backToTop {
    position: fixed;
    right: 16px;
    bottom: 10px;
    outline: none;
    border: 1px solid #121212;
    color: #121212;
    box-shadow: none;
    background: transparent;
    width: 40px;
    height: 40px;
    /* padding: 0; */
    border-radius: 50%;
    transition: all .5s;
}

@media screen and (min-width: 990px) {
    #backToTop {
        width:60px;
        height: 60px;
        right: 40px;
        bottom: 40px
    }

    #backToTop:hover {
        background: #121212;
        color: #fff
    }
}
