.swal2-popup {
    font-size: 1.8rem!important;
}

.swal2-container .swal2-header div, .swal2-loading > button {
    border-radius: 50%!important;
}

.browser-icon {
    font-size: 2rem;
}

.alertBrowser {
    position: absolute;
    cursor: pointer;
    top: 35%;
    font-size: 2rem;
    color : red
}

/* Over Modals */
.swal2-container {
    z-index: 10051!important;
}
#swalCancelLink:hover {
    cursor: pointer;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    border-radius: 100%!important;
}