:where(.swal2-popup) {
max-width: 45em !important;
width: 100% !important;
}
:where(.swal2-icon) {
width: 6em !important;
height: 6em !important;
border-width: 2px !important;
}
.swal2-title {
color: var(--primary-color) !important;
font-size: 4rem !important;
line-height: 5rem !important;
}
.swal2-icon-content .material-symbols-outlined {
font-size: 45px;
}
.swal2-html-container {
font-size: 1.5rem !important;
color: var(--primary-color) !important;
line-height: initial !important;
text-align: center !important;
}
.swal2-confirm{
border-radius: 10rem !important;
font-size: 1.4rem !important;
}
.swal2-icon.success{
border-color: #a5dc86;
color: #a5dc86;
}
.swal2-icon.error{
border-color: #f27474;
color: #f27474;
}
.swal2-icon.warning{
border-color: #f8bb86;
color: #f8bb86;
}
.swal2-icon.info{
border-color: #3fc3ee;
color: #3fc3ee;
}
:where(.swal2-timer-progress-bar) {
height: 3px !important;
background: var(--primary-color-100) !important;
}
@media(max-width:767.98px){
.swal2-html-container {
font-size: 1.4rem !important;
}
.swal2-title {
font-size: 3rem !important;
line-height: 4rem !important;
}
}