.w_0 {
    width: 0;
}

.w_100 {
    width: 100px;
}

.pd_lr_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pd_l_0 {
    padding-left: 0 !important;
}

.pd_r_0 {
    padding-right: 0 !important;
}

/**
 * Custom swal
 */
div:where(.swal2-container) .swal2-html-container {
    font-size: initial !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm,
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    border: 0 !important;
    border-radius: 0 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus,
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus {
    box-shadow: unset !important;
    outline: unset !important;
}

div:where(.swal2-container)
    button:where(.swal2-styled).swal2-confirm.btn-primary,
div:where(.swal2-container)
    button:where(.swal2-styled).swal2-cancel.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

div:where(.swal2-container)
    button:where(.swal2-styled).swal2-confirm.btn-secondary,
div:where(.swal2-container)
    button:where(.swal2-styled).swal2-cancel.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}