﻿
html, body {
    scrollbar-width: thin;
    font-family: iranyekan, Tahoma, serif;
    --bs-body-font-family: iranyekan;
}
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;
}

.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;
}