﻿@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
    src: url('../fonts/iranSans5/IRANSansWeb(FaNum).eot');
    src: url('../fonts/iranSans5/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iranSans5/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranSans5/IRANSansWeb(FaNum).ttf') format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6,
body,
input,
select,
button,
label,
a,
p,
span,
ul,
li,
text,
th, 
div,
.card{
    font-family: 'IRANSans', Geneva, sans-serif !important;
}


.form-select {
    background-position: left 0.75rem center;
}



.dir-ltr{
    direction:ltr !important;
}

.latin-font{
    font-family:Arial !important;
}

.datePickerInputGroup {
    border-left: 1px solid #d2d6da !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 1px solid #d2d6da !important;
}


.spanempty:empty {
    display:none;
}

.text-validator {
    font-size: 0.65rem;
    font-weight: 600;
}


.table thead th {
    padding:0 !important;
}



.table-custom {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-color: #e9ecef;
}


.bg-white-custom {
    background-color: #f1f1f1;
}

.border-defualt {
    border: 1px solid #d2d6da;
}



.cursor-not-allow{
    cursor:not-allowed;
}


.text-deposit{
    color:#0004bf;
}

.text-Withdraw {
    color: #006f46;
}