﻿@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap"); /*
 * Bootstrap  v5.3.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*@import "../../libs/simplebar/dist/simplebar.css";*/
@import "../css/icons/tabler-icons/tabler-icons.css";

@font-face {
    font-family: iranyekan;
    src: url('/assets/fonts/iranyekanwebregular.eot') format('eot'), url('/assets/fonts/iranyekanwebregular.woff') format('woff'), url('/assets/fonts/iranyekanwebregular.ttf') format('truetype');
}

@font-face {
    font-family: iranyekanbold;
    src: url('/assets/fonts/iranyekanwebbold.eot') format('eot'), url('/assets/fonts/iranyekanwebbold.woff') format('woff'), url('/assets/fonts/iranyekanwebbold.ttf') format('truetype');
}

@font-face {
    font-family: iranyekanboldextra;
    src: url('/assets/fonts/iranyekanwebextrabold.eot') format('eot'), url('/assets/fonts/iranyekanwebextrabold.woff') format('woff'), url('/assets/fonts/iranyekanwebextrabold.ttf') format('truetype');
}

* {
    font-family: iranyekan;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dnone {
    display: none !important;
}

.dblock {
    display: block !important;
}

.dinlineblock {
    display: inline-block !important;
}

.positionRelative {
    position: relative;
}

.TextLeft {
    direction: ltr !important;
    text-align: left !important;
}

.TextRight {
    direction: rtl !important;
    text-align: right !important;
}

.w90p {
    width: 90%;
}

.maxW60 {
    max-width: 60% !important;
}

.maxW70 {
    max-width: 70% !important;
}

.maxW80 {
    max-width: 80% !important;
}

.minW100 {
    min-width: 100px;
}

.minW150 {
    min-width: 150px;
}

.minW200 {
    min-width: 200px;
}

.minW250 {
    min-width: 250px;
}

.marginAuto {
    margin: auto;
}

.fadeIn {
    animation: fade ease-in-out 0.3s;
}

.namad {
    display: block;
    margin: auto;
    width: 75px;
    height: 75px;
    right: 0;
    left: 0;
    bottom: 0px;
}

.namad img {
    display: block;
    width: 75px;
    height: 75px;
}
