.swal2-container {
    display: grid;
    position: fixed;
    z-index: 99999999 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    grid-template-areas:
        "top-start top top-end"
        "center-start center center-end"
        "bottom-start bottom-center bottom-end"
        "gap gap gap";
    grid-template-rows: auto auto auto .625em;
    height: 100%;
    padding: .625em .625em 0;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch;
}

.bg-danger-30{
    background-color: rgba(231, 76, 60, 0.2) !important;
    color: #e74c3c !important;
    font-weight: 800;
}

.user-profile .hovercard .cardheader {
    background: url(../assets/images/banner/bg-flat.jpg);
    background-size: cover;
    height: 100px !important;
}
