.swal2-popup:not(.swal2-toast) .swal2-close.trivee-swal-close {
    position: absolute !important;
    top: 1.25rem !important;
    right: 1.25rem !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0.475rem !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--bs-gray-500) !important;
    font-size: 0 !important;
    line-height: 1 !important;
    opacity: 1 !important;
    z-index: 2;
}

.swal2-popup:not(.swal2-toast) .swal2-close.trivee-swal-close:hover {
    background-color: var(--bs-primary-light) !important;
    color: var(--bs-primary) !important;
}

.swal2-popup:not(.swal2-toast) .swal2-close.trivee-swal-close:focus {
    box-shadow: none !important;
    outline: none !important;
}

.swal2-popup:not(.swal2-toast) .swal2-close.trivee-swal-close .svg-icon,
.swal2-popup:not(.swal2-toast) .swal2-close.trivee-swal-close svg {
    width: 24px;
    height: 24px;
}
