﻿.drtl {
    direction: rtl !important;
}

.sahelfont {
    font-family: sahel !important;
}

.sansfont {
    font-family: iransans !important
}

.yekanfont {
    font-family: dyekan !important;
}

.textjustify {
    text-align: justify !important;
}

.textcenter {
    text-align: center !important;
}

.font10 {
    font-size: 10px !important;
}

.font12 {
    font-size: 12px !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

input::placeholder {
    font-size: 14px !important;
    letter-spacing: 0 !important;
    text-align: center;
    color: #c7c7c7 !important;
    font-weight: 100 !important;
    font-family: dyekan !important
}

.txtbold {
    font-weight: bold !important;
}

.letter1px {
    letter-spacing: 1px !important;
}


.text-danger {
    font-family: iransans;
    font-size: 14px !important;
}

@font-face {
    font-family: 'diginum';
    font-style: normal;
    font-weight: 400;
    src: local('diginum'), url('imgs/DigitalNumbers-Regular.woff') format('woff');
}


.table {
    font-family: iransans !important;
    text-align: center;
}

th, td {
    padding: 1rem !important;
    vertical-align: middle;
}



.colortheme {
    color: #b05d5d !important ; 
}


.colorthemeblack {
    color: #363636 !important ; 
}


.bgcolorthemeblack {
    background-color: #363636 !important;
}


@media (min-width:1024px) {
    .dnone_lg {
        display: none !important
    }
}

@media (max-width:1024px) {
    .dnone_sm {
        display: none !important
    }
}