.tutor-admin-wrap,section.tutor-backend-settings-page.email-manage-page,span#email_template_title,.themeum-license-window,.themeum-license-alert-title {
    font-family: 'IRANSans';
}
.tutor-table tr:first-child th:last-child {
    border-top-left-radius: var(--tutor-table-border-radius);
    border-top-right-radius: 0px !important;
}
.tutor-table tr:last-child td:last-child {
    border-bottom-left-radius: var(--tutor-table-border-radius);
	border-bottom-right-radius: 0px !important;
}
.tutor-table tr:first-child th:first-child {
    border-top-right-radius: var(--tutor-table-border-radius);
	border-top-left-radius: 0px !important;
}
.tutor-table tr:last-child td:first-child {
    border-bottom-right-radius: var(--tutor-table-border-radius);
	border-bottom-left-radius: 0px !important;
}
.tutor-table tr th:last-child {
    border-left: 1px solid var(--tutor-border-color);
}
.tutor-table tr td:last-child {
    border-left: 1px solid var(--tutor-border-color);
}
.tutor-table tr th:first-child {
    border-right: 1px solid var(--tutor-border-color);
}
.tutor-table tr td:first-child {
    border-right: 1px solid var(--tutor-border-color);
}
.tutor-table tr th:not(.tutor-text-left):not(.tutor-text-center):not(.tutor-text-right),.tutor-table tr td:not(.tutor-text-left):not(.tutor-text-center):not(.tutor-text-right) {
    text-align: center !important;
}
.tutor-quiz-type-icon {
    margin-left: 8px;
	 margin-left: 0px !important;
}
.tutor-snackbar-wrapper p {
    margin: 8px 0 8px 45px;
}
.tutor-form-select {
    text-align: right !important;
}
