@import "./loading.css";
@import "./colors.css";
@import "./toggleBtn.css";

.swal2-title{
    justify-self: center;
    text-align: -webkit-center;
}


.swal2-title>h2{
 justify-self: center;
    text-align: -webkit-center ;
}

body.swal2-shown>[aria-hidden="true"] {
    filter: blur(10px);
}

body>* {
    transition: 0.1s filter linear;
}

body#toast-container>[aria-hidden="true"] {
    filter: blur(10px);
}

hr.solid {
    border-top: 3px solid #bbb;
}
