.custom-animation-jumpThree {
    animation: jumpThree 4s infinite linear;
}

.custom-border-light-grey {
    border: 2px solid #dfdfdfdf !important;
}

.theme-basic-footer .footer-nav-link li {
    font-size: 17px;
    line-height: 44px;
    color: var(--text-color);
}

.swal2-confirm {
    background-color: #7066e0 !important;
}