@font-face {
    font-family: IRANSansB;
    font-style: normal;
    font-weight: bold;
    font-display: fallback;
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('../fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('../fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
    src: url('../fonts/IRANSansWeb(FaNum).eot');
    src: url('../fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb(FaNum).woff2') format('woff2'), url('../fonts/IRANSansWeb(FaNum).woff') format('woff'), url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: IRANSansL;
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url('../fonts/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), url('../fonts/IRANSansWeb(FaNum)_Light.woff') format('woff'), url('../fonts/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype');
}

@font-face {
    font-family: VazirB;
    src: url('../fonts/Vazir-Bold.eot');
    src: url('../fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir-Bold.woff') format('woff'), url('../fonts/Vazir-Bold.ttf') format('truetype');
}

@font-face {
    font-family: VazirL;
    src: url('../fonts/Vazir-Light.eot');
    src: url('../fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir-Light.woff') format('woff'), url('../fonts/Vazir-Light.ttf') format('truetype');
}

@font-face {
    font-family: VazirT;
    src: url('../fonts/Vazir-Thin.eot');
    src: url('../fonts/Vazir-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir-Thin.woff') format('woff'), url('../fonts/Vazir-Thin.ttf') format('truetype');
}

.V {
    font-family: Vazir;
}

.VB {
    font-family: VazirB;
}

.VL {
    font-family: VazirL;
}

.S {
    font-family: IRANSans;
}

.SB {
    font-family: IRANSansB;
}

.SL {
    font-family: IRANSansL;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.Panel_Title {
    cursor: pointer;
}

.tooltip {
    font-family: IRANSansL;
    font-size: 12px;
}

.None {
    display: none;
}

.text-purple {
    color: #b583ff;
}

.bg-purple {
    background-color: #b583ff;
}

#SideMenu li a,
#SideMenu span {
    font-family: IRANSans;
}

body * {
    font-family: IRANSans;
}

input[type="search"] {
    outline: none;
}

#SideMenu a.active::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
}

#SideMenu a.active {
    /*background-color:#fdfdfd;*/
}

.form-check-lg {
    font-size: 150%;
}

@media screen and (max-width: 992px) {
    #Logo {
        display: none;
    }
}

.shadow:not(.card) {
    border-bottom: 5px solid #000000;
}

.stepper-wrapper {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    right: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    right: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
}

.stepper-item.active {
    font-weight: bold;
}

.stepper-item.completed .step-counter {
    background-color: #0f8caa;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #0f8caa;
    width: 100%;
    top: 20px;
    right: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

.bg-purple {
    background-color: #9966ff !important;
}

.tox {
    font-family: IRANSans !important;
}

.Disabled {
    pointer-events: none
}

textarea[type=search] {
    font-family: IRANSans !important;
    font-size: 14px !important;
}

.Clip {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Text {
    text-align: justify;
    display: none;
}

.NoBr br {
    content: " ";

}

.NoBr br:after {
    content: " ";
}

.Attachs a img {
    width: 60px;
    height: 80px;
}

.Attachs a {
    margin-right: 2px;
}
.form-select option{
    font-family: IRANSans !important;
}
.text-justify{
    text-align: justify;
}

.socials .ico-circle {
    line-height: 2.4;
  }
  