.swal2-modal {
    padding:15px !important;

    h2 {
        @extend h3;
        line-height: 1;
        margin-top:20px;
    }
    .swal2-content {
        @extend h5;
        color: $grey500 !important;
        font-weight: 600 !important;
        font-size: 15px !important;
    }

    hr.swal2-spacer {
        margin: 0px;
    }

    .swal2-btn {
        outline: none;
        margin: 10px;
        background-color: $grey900;
        color: $grey500;
        border: 1px solid #E3E3E5;
        padding: 8px 15px;
        font-weight: 700;
        min-width: 85px;
        text-align: center;
        &:hover {
            box-shadow: #22222B 0 0 10px -4px;
        }
    }
}
