body {
    font-family: 'Vazir'; 
    padding-top: 100px;
}
table td {
    vertical-align: middle;
}
table th {
    vertical-align: middle;
}
.p-btn{
    padding-left: 7px !important;
    padding-right: 7px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
.pointer {
    cursor: pointer;
}
.nopointer {
    cursor: auto !important;
}
.calendars {
	font-family: vazir !important;
}
.swal2-wait {
    color: white;
    background: rgba(0, 0, 0, 0.2); /* Adjust the alpha value for transparency */
    backdrop-filter: blur(15px); /* Optional: adds a blur effect to the background */
}
.swal2-confirm {
    color: white;
    background: rgba(5, 101, 21, 0.3); /* Adjust the alpha value for transparency */
    backdrop-filter: blur(15px); /* Optional: adds a blur effect to the background */
}
.swal2-error {
    color: white;
    background: rgba(144, 2, 2, 0.3); /* Adjust the alpha value for transparency */
    backdrop-filter: blur(15px); /* Optional: adds a blur effect to the background */
}
