@import url("../fonts/vazirmatn/vazirmatn.css");

body {
    font-family: Vazirmatn !important;
}

.cke_reset_all,
.cke_reset_all *,
.cke_reset_all a,
.cke_reset_all textarea,
.cke_notification_message,
.gm-style,
.ui-widget,
.tooltip,
.popover,
.form-control,
.form-select,
.jqstooltip,
.jvectormap-tip,
.select2-container .select2-dropdown .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field {
    font-family: Vazirmatn !important;
}

[data-notify="container"] {
    direction: rtl !important;
    text-align: right;
    z-index: 9999999 !important;
}

a[data-notify="dismiss"] {
    left: 10px;
    right: unset !important;
}

.alert-dismissible {
    padding-left: 3rem;
    padding-right: 1rem;
}

.ltr {
    direction: ltr;
}

.prevent-select {
    -webkit-user-select: none !important; /* Safari */
    -ms-user-select: none !important; /* IE 10 and IE 11 */
    user-select: none !important; /* Standard syntax */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.btn-loader {
    background-color: #4d4545;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
