/* Minification failed. Returning unminified contents.
(19,29): run-time error CSS1039: Token not allowed after unary operator: '-m360-red'
(25,29): run-time error CSS1039: Token not allowed after unary operator: '-m360-dark-red'
(31,29): run-time error CSS1039: Token not allowed after unary operator: '-m360-red'
(37,29): run-time error CSS1039: Token not allowed after unary operator: '-bs-gray-900'
(38,29): run-time error CSS1039: Token not allowed after unary operator: '-bs-gray-900'
(46,29): run-time error CSS1039: Token not allowed after unary operator: '-m360-red'
(47,29): run-time error CSS1039: Token not allowed after unary operator: '-m360-red'
 */
/******************************************************************************
 * Overrides the default swal styles
 * @date 02/26/2024
 * @copyright Fox Valley Metrology © 2025
 *****************************************************************************/

.sweet-alert button.cancel /* swal cancel button */ {
    border-radius: 6px !important;
    font-size: 1rem !important;
    color: rgb(33, 37, 41) !important;
    background-color: #fff !important;
    border: 1px solid #d2d2d2 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.sweet-alert button.cancel:hover             /* swal cancel button */
{
    color: #fff !important;
    background-color: var( --m360-red ) !important;
}

.sweet-alert button.cancel.active            /* swal cancel button */
{
    color: #fff !important;
    background-color: var( --m360-dark-red ) !important;
}

.sweet-alert button.cancel.active:hover      /* swal cancel button */
{
    color: #fff !important;
    background-color: var( --m360-red ) !important;
}

/* swal confirm button */
.sweet-alert button.confirm {
    color: #fff !important;
    background-color: var( --bs-gray-900 ) !important;
    border: 1px solid var( --bs-gray-900 ) !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

/* swal confirm button */
.sweet-alert button.confirm:hover {
    background-color: var( --m360-red ) !important;
    border: 1px solid var( --m360-red ) !important;
}
