﻿
html, body {
    scrollbar-width: thin;
    font-family: iranyekan, Tahoma, serif;
    --bs-body-font-family: iranyekan;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: iranyekan, Tahoma, serif;
}
.tooltip {
    font-family: iranyekan;
}
a, button {
    /*transition: all ease-in-out 0.15s;*/
    text-decoration: none;
}

.rtl {
    direction: rtl;
}
.ltr {
    direction: ltr;
}
.roboto {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
[data-bs-theme=dark] .text-dark {
    color:white !important;
}
[data-bs-theme=light] .text-dark {
    color:black !important;
}

.text-thin {
    font-weight: 100;
}
.text-light {
    font-weight: 300;
}
.text-regular {
    font-weight: normal;
}
.text-medium {
    font-weight: 500;
}
.text-bold {
    font-weight: bold;
}
.text-extrabold {
    font-weight: 800;
}
.text-black {
    font-weight: 900;
}
.text-extrablack {
    font-weight: 950;
}
.text-justify {
    text-align: justify;
}

.scrollbar-thin {
    scrollbar-width: thin;
}


.sidebar.navbar-expand-xl {
    position: relative;
    right: auto;
    left: auto;
    height: auto;
}
.sidebar {
    border-left: none;
}
.sidebar.navbar-expand-xl .sidebar-content {
    padding: 0;
    width: 100%;
    height: auto;
}

.content-body {}
.content-body h1 {
    font-size: 26px;
    font-weight: normal;
}
.content-body h2 {
    font-size: 25px;
    font-weight: normal;
}
.content-body h3 {
    font-size: 23px;
    font-weight: normal;
}
.content-body h4 {
    font-size: 21px;
    font-weight: normal;
}
.fs-10px {font-size: 10px;}
.fs-11px {font-size: 11px;}
.fs-12px {font-size: 12px;}
.fs-13px {font-size: 13px;}
.fs-14px {font-size: 14px;}
.fs-15px {font-size: 15px;}
.fs-16px {font-size: 16px;}
.fs-17px {font-size: 17px;}
.fs-18px {font-size: 18px;}
.fs-19px {font-size: 19px;}
.fs-20px {font-size: 20px;}
.fs-21px {font-size: 21px;}
.fs-22px {font-size: 22px;}
.fs-23px {font-size: 23px;}
.fs-24px {font-size: 24px;}
.fs-25px {font-size: 25px;}
.fs-26px {font-size: 26px;}
.fs-27px {font-size: 27px;}
.fs-28px {font-size: 28px;}
.fs-29px {font-size: 29px;}
.fs-30px {font-size: 30px;}













