/* Bnazanin Custom Font by fontchi.com */
@font-face {
    font-family: 'BNAZANIN';
    src: url('../fonts/Bnazanin/BNAZANIN.woff2') format('woff2');
    src: url('../fonts/Bnazanin/BNAZANIN.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BNAZANINB';
    src: url('../fonts/Bnazanin/BNAZANB.woff2') format('woff2');
    src: url('../fonts/Bnazanin/BNAZANB.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BMITRA';
    src: url('../fonts/Bmitra/B-Mitra-Bold.ttf') format('truetype');
}

/*---------------------------------- End of fonts ---------------------------------- */
:root {
    /*--blue-1: #0A6CFF;*/
}

body {
    font-family: 'BNAZANIN', sans-serif !important;
    direction: rtl;
    text-align: right;
}

.ltr {
    direction: ltr;
    text-align: left;
}

.shadow-filter {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15)) drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.15));
}

.bxshadow1 {
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04), 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.bxshadow2 {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25), 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.row-item-otpions {
    margin-top: 0.7rem;
}
.row-item-otpions>* {
    border-left: 1px solid #CBCBCB;
    padding: 0 11px;
    @apply text-primary-800 !important;
}

.row-item-otpions>:last-child {
    border:none;
}

td>.row-item-otpions {
    opacity: 0;
    transition: all 0.1s;
}

td:hover>.row-item-otpions {
    opacity: 1;
    transition: all 0.1s;
}

.rtl-btl, .rtl-btl * {
    direction: rtl;
    text-align: right;
}
.muted-svg-wr svg path {
    fill: #a1a1a1;
}
.hidden-file {
    width: 0;
    height: 0;
    position: absolute;
    z-index: -10;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

