/* Write your custom css here */
.swal2-toast-margin-top {
    font-size: 13px !important;
    margin-top: 50px !important;
}
.swal2-toast-small .swal2-title {
    font-size: 1.1rem !important;
}
.swal2-toast-small .swal2-html-container {
    font-size: 0.9rem !important;
}

/*
* Custom classes for scaling Lucide icons (or other SVG icons
* rendered using the <i> or <span> tag).
* Define 2px increments from 10px to 32px.
*/
.icon-10 {
    width: 10px;
    height: 10px;
}

.icon-12 {
    width: 12px;
    height: 12px;
}

.icon-14 {
    width: 14px;
    height: 14px;
}

.icon-16 {
    width: 16px;
    height: 16px;
}

.icon-18 {
    width: 18px;
    height: 18px;
}

.icon-20 {
    width: 20px;
    height: 20px;
}

.icon-22 {
    width: 22px;
    height: 22px;
}

.icon-24 {
    width: 24px;
    height: 24px;
}

.icon-26 {
    width: 26px;
    height: 26px;
}

.icon-28 {
    width: 28px;
    height: 28px;
}

.icon-30 {
    width: 30px;
    height: 30px;
}

.icon-32 {
    width: 32px;
    height: 32px;
}

