﻿
@font-face {
    font-family: 'fontNormalMactaPlusTaral';
    src: url('../font/Droid Arabic Kufi.TTF') format('truetype');
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../font/IRANSansWeb_Light.ttf') format('truetype');
}

:root {
    --Lightblue: #008fcf;
    --BaseColor: #1c3d77;
    --TransparenLightblue: #008fcf94;
    --SecendColor: #0663a8;
    --DarkBlue: #253262;
    --MediumBlue: #537dc7;
    --LightPurple: #ee94dd;
    --DarkPurple: #79227f;
    --MediumPurple: #a84d97;
    --LightGray: #bbbbbb;
    --white: #fcfcfc;
    --Black: #42474c;
    --CludBlue: #558ce9;
    --BasePurple: #7a3371;
    --SkyBlue: #8bcbe7;
    --Gray: rgba(0,0,0,.125);
}

body {
    margin: 0 auto;
    font-family: "IRANSansX";
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 2;
    color: var(--white);
    background-color: #3e3e3e;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem !important;
    color: #ff6d47 !important;
}

h1 {
    font-size: 1.7rem !important;
}

h2 {
    font-size: 1.5rem !important;
}

h3 {
    font-size: 1.25rem !important;
}

h4 {
    font-size: 1rem !important;
}

h5 {
    font-size: 0.95rem !important;
}

h6 {
    font-size: 0.90rem !important;
}

input, a, select, option {
    font-size: 0.8rem !important;
}

a {
    text-decoration: none !important;
}

p {
    text-align: justify !important;
}

.center-justified {
    text-align: justify !important;
    text-align-last: center !important;
}

.right-justified {
    text-align: justify !important;
    text-align-last: right !important;
}

label {
    float: right !important;
}

.bg-body-white {
    background: var(--white);
}

.bg-gradiant-blue {
    background: linear-gradient(to right,var(--BaseColor),var(--MediumBlue),var(--BaseColor));
    color: white !important;
}

.bg-gradiant-Gray {
    background: linear-gradient(to right,var(--LightGray),#7e7e7e,var(--LightGray));
    color: white !important;
}

.bg-gradiant-or {
    background: linear-gradient(-90deg,#ff6b47,#ff9d52);
    color: white !important;
}
.bg-gradiant-purple {
    background: linear-gradient(to right, var(--BasePurple), var(--LightPurple), var(--BasePurple));
    color: white !important;
}

.bg-purple {
    background: var(--BasePurple);
    color: white !important;
}

.bg-BaseColor {
    background: var(--BaseColor);
    color: white !important;
}

.bg-Lightblue {
    background: var(--Lightblue);
    color: white !important;
}

.bg-gray {
    background: #eee;
    color: #000;
}

.bg-gradiant-Litepurple {
    background: linear-gradient(to right,var(--MediumPurple),#f4cded,var(--MediumPurple)) !important;
}

.bg-gradiant-blueLight {
    background: linear-gradient(to right, var(--Lightblue), var(--SkyBlue), var(--Lightblue)) !important;
    color: white !important;
}

.bg-gradiant-blueMix {
    background: linear-gradient(to right, var(--BaseColor), var(--Lightblue), var(--BaseColor));
    color: white !important;
}

.text-SkyBlue {
    color: var(--SkyBlue) !important;
}

.text-purple {
    color: var(--MediumPurple) !important;
}

.text-DarkPurple {
    color: var(--DarkPurple) !important;
}

.text-blue {
    color: var(--BaseColor) !important;
}

.text-Lightblue {
    color: var(--Lightblue) !important;
}

.text-MediumBlue {
    color: var(--MediumBlue) !important;
}

.text-SecendColor {
    color: var(--SecendColor) !important;
}
.wrapper-wide{
    width:100%;
}



.ArticleDetileCommentDiv {
    border: 3px dashed #7a3371;
    padding: 20px;
    border-radius: 5px;
}

.MaTopDiv50 {
    margin-top: 50px;
}
.MaTopDiv20 {
    margin-top: 20px;
}
.PaddingTen {
    padding: 10px !important;
}
.RTL{
    direction:rtl;
}
.LTR {
    direction: ltr;
}

.fix-row {
    width: 100%;
    margin: 0;
}
.DivBg {
    background-image: url(../Images/4200.jpg);
    background-size: cover;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
}
/*.container.RTL {
    max-width: 100% !important;
}*/
.HorizontalCenter {
    align-items: center;
    display: grid;
}
.borderimg {
    border-radius: 25px 0 0 25px;
}
.borderform {
    border-radius: 0 25px 25px 0;
}
@media (max-width: 576px) {
    .borderform {
        border-radius: 25px 25px 0 0;
    }

    .borderimg {
        border-radius: 0 0 25px 25px;
    }
}
.SpanError{
    text-align:right;
    font-size:0.6rem;
}
.text-org {
    color: #ff6d47 !important;
}
.faq {
    width: 100%;
}

button.faq-question {
    width: 100%;
    border: none;
    text-align: right;
    direction: rtl;
    border-radius: 5px 5px 5px 5px;
    margin: 3px 0;
    color: white;
    background: #ff6d47 !important;
}

span.toggle {
    padding: 0 10px;
    font-size: large;
    font-weight: bolder;
}

.faq:focus-visible, .faq:focus, button.faq-question:focus-visible, button.faq-question:focus {
    outline: none !important;
}

.faq-answer {
    padding: 15px;
    border-radius: 0 0 5px 5px;
    background: #ffffff;
    margin-top: -6px;
    z-index: 1111111111;
    position: relative;
    border-bottom: 2px solid #00000033;
    border-right: 2px solid #00000033;
    border-left: 2px solid #00000033;
    margin-bottom: 0;
    color: #3e3e3e !important;
}

footer h6 {
    border-bottom: 1px solid #ff6d47;
    width: 90%;
    padding: 10px 0;
    font-weight: bold;
    font-size: .7rem !important;
}
.pad20{
    padding:20px;
}
.bg-darkGeray {
    background: #252525;
}
.text-darkGeray {
    color: #252525 !important;
}
.GiftStyle {
    width: 50%;
    margin: auto;
}
.font12 {
    font-size: 12px;
}
.fontLa {
    font-size: large;
}
a{
    cursor:pointer;
}