.clean-light li, div#dnn_ctr1604_View_UP, .rssLink a, div#dnn_ctr1605_UC_HitCounter_pnlCounter p, div#dnn_ctr1606_ModuleContent, div#dnn_ctr3070_View_UP, .hit_Counter{
    font-weight: 400 !important;
}

#moresection{
display:none;
}

@media (min-width: 992px){
    .mobilemenu-main{
        display: none !important;
    }
}
/****************************gozareshat amalkardi***************************/
.table_Report table{

}
.table_Report table.table.table-bordered.table-hover thead tr{
     border-radius:16px 16px 0 0;
   
}
.table_Report table.table.table-bordered.table-hover thead tr th {
      background: var(--accent-color5);
     border:unset !important;
     padding:1rem 0 !important;
    position:relative;
   
}
.table_Report table.table.table-bordered.table-hover thead tr th:first-of-type{
    border-radius:0 16px 0 0  !important;
}
.table_Report table.table.table-bordered.table-hover thead tr th:last-of-type{
    border-radius:16px 0  0 0  !important;
}
.table_Report table.table.table-bordered.table-hover thead tr th:not(:last-of-type)::after{
    content:"";
    border-right:0.1rem solid #fff;
    position:absolute;
    left:0;
    width:0.1rem;
    height:50%;
    top:25%;
    
}

.name_File{
    color: #626262;
    font-weight: 700;
    font-size: 14px;
    
}
.table_Report  .table-striped tbody tr:nth-of-type(odd){
    background-color:#f9f9f9;
}
.table_Report  .table-striped tbody tr:nth-of-type(even){
    background-color:#fff !important;
    
}
.table_Report table.table.table-bordered.table-hover tbody tr td{
    border:0.1rem solid #d1d1d1 !important;
    padding:1rem 1.5rem!important;
    line-height:2.2rem;
}
.btn-filegandi{
    gap:0.5rem;
}
.table_Report table.table.table-bordered.table-hover tbody tr:last-of-type td:first-of-type{
    border-radius:0 0 16px 0;
}
.table_Report table.table.table-bordered.table-hover tbody tr:last-of-type td:last-of-type{
    border-radius:0 0 0 16px;
}

.new-search-box .ModNewsArticlesAdvancedSearchC fieldset {
 display:flex;
 align-items:center;
 /* justify-content:space-between; */
}
.new-search-box .dnnFormItem input[type="text"]{
 width: 40vw;
 max-width: unset;
 border:unset;
 box-shadow:unset;
 margin-bottom:0 !important;
 height: 100%;
}

.news_Cards_Wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
}

.news_Card{
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 0 0 calc(50% - 20px);
    border-radius: 16px;
    border: 1px solid var(--Gray-G95, #E4E4E4);
    background: var(--Gray-G100, #FFF);
    padding: 16px 16px 24px 24px;
    transition: 0.3s;
}

.news_Card:hover{
    box-shadow: 0 2px 24px 0 rgba(18, 18, 18, 0.12);
}


.news_Card_Top{
    display: flex;
    gap: 16px;
}

.news_Card_Image{
    flex: 0 0 50%;
    border-radius: 8px;
    overflow: hidden;
    height: 120px;
}

.news_Card_Top_Data {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_Card_Image img {
    width: 190px;
    height: 120px;
    object-fit: cover;
    transition: 1s;
}

.news_Card:hover .news_Card_Image img{
    transform: scale(1.04)
}

.news_Card_Title {
    color: var(--Gray-20) !important;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.news_Card:hover .news_Card_Title{
    color: #0098FF !important;
}

.DnnModule-DnnForge-LatestArticles{
    padding: 0px !important;
}

.date_Wrapper{
    display: flex;
    gap: 8px;
    font-size: 12px;
    color: var(--Gray-50);
    font-weight: 400;
}

.news_Card_Bottom{
    font-size: 12px;
    font-weight: 400;
    
}

@media (max-width: 992px){
    .news_Card{
        flex: 1;
    }
    .news_Card_Top_Data{
        padding-left: 16px;
    }
}

.news_Cat_Wrapper{
    padding: 24px 16px;
    border-radius: 16px;
    border: 1px solid var(--Gray-G95, #E4E4E4);
    background: var(--Gray-G100, #FFF);
    /* overflow: hidden; */
}

.news_Cat_Header {
    padding: 0px;
    margin-bottom: 20px;
}

.news_Cat_Header h2{
    color: #2D3663;
    padding: 0px 8px 16px;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    border-bottom: 2px solid #FFBC00;
    margin: 0px;
}

.news_Cat_Item{
    margin-bottom: 16px;
    border-bottom: 1px solid #E4E4E4; 
    padding-bottom: 8px;
    position: relative;
    
}

.news_Cat_Item::before{
    content: "";
    mask: url(/Portals/0/Images/icon/chevron_left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background: #FFBC00;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    opacity: 0;
    transition: 0.3s;
    rotate: 180deg;
    top: 50%;
    transform: translateY(60%);
}

.news_Cat_Item:hover::before{
    opacity: 1;
}

.news_Cat_Item a{
    width: 100%;
    transition: 0.3s;
    color: var(--Gray-20) !important;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.news_Cat_Item:hover a{
    color: #0098FF !important;
    padding-inline-start: 26px;
}

.news_Cat_Item a span{
    margin-right: auto;
    float: left;
}

div#dnn_ctr522_ContentPane{
    background: none !important;
    box-shadow: none !important;
}

.news_Cat_Item_Count{
    font-size: 14px;
    color: var(--Gray-60);
    font-weight: 400;
}
.news_Cat_Item:last-child{
    border-color: transparent;
    margin-bottom: 0px;
}
.new-search-box  {
  border:0.1rem solid #e4e4e4;
    background-color:#fff;
   border-radius:16px;
     margin:0;
      padding:0.5rem;
   
  
}



.news_Inner_Wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.news_Inner_Top{
    display: flex;
}

.news_Inner_Top_Right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 50%;
}

.news_Inner_Top_Tools{
    display: flex;
    justify-content: space-between;
    padding-left: 24px;
    position: relative;
}

.news_Inner_Top_Tools::before{
    content: "";
    background: #D1D1D1;
    height: 1px;
    width: 90%;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
}

.news_Inner_Top_Tools_Item{
    background: #fafafa;
    z-index: 1;
    padding-inline: 12px;
}

.news_Inner_Top_Tools_Item a{
     display: flex;
    gap: 4px;
    align-content: center;
    font-size: 14px;
    color: var(--Gray-30);
    font-weight: 600;
}

.news_Inner_Top_Title{
    background: #F2F2F2;
    border-radius: 0 8px 8px 0;
    padding: 48px 36px 48px 24px;
}

.news_Inner_Top_Title h1{
    font-size: 18px;
    color: #2D3663;
    font-weight: 700;
    position: relative;
}

.news_Inner_Top_Title h1::before{
    content: "";
    background: #FFBC00;
    width: 4px;
    height: 100%;
    position: absolute;
    right: -12px;
    top: 0;
}

.news_Inner_Top_Date_Wrap{
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    align-content: center;
}

.news_Inner_Top_Views{
    display: flex;
    gap: 4px;
    font-size: 12px;
    font-weight: 400;
    color: var(--Gray-40);
}

.news_Inner_Top_Date{
    font-size: 12px;
    color: var(--Gray-40);
    font-weight: 400;
    display: flex;
    gap: 4px;
}

.news_Inner_Top_Image{
    flex: 0 0 50%;
    border-radius: 8px;
    overflow: hidden;
}

.news_Inner_Top_Image img{
    object-fit: cover;
}

.news_Inner_Content p{
    font-size: 15px;
    font-weight: 400;
text-align:justify;
    line-height: 2.2em;
    color: #626262;
}

@media (max-width: 992px){
    .news_Inner_Top{
        flex-direction: column;
        gap: 20px;
    }
    .news_Inner_Top_Right{
        gap: 20px;
    }
    .news_Inner_Top_Tools{
        padding-left: 0px;
    }
    .news_Inner_Top_Title{
        border-radius: 8px;
    }
    .news_Inner_Top_Date_Wrap{
        padding-left: 0px;
    }
    .news_Inner_Content p{
        text-align: justify !important;
    }
}

.news_Inner_Gallery{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.news_Inner_Gallery a img{
    width: 200px;
    height: 150px;
    object-fit: cover;
}

.news_Inner_Gallery_Header h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 30px;
}

div#dnn_ctr522_ModuleContent ul li, div#dnn_ctr1834_ContentPane ul li{
    width: unset !important;
}
#dnn_RowOneGrid3Pane, div#dnn_RowSevenGrid3Pane{
    margin: unset !important;
}


.news_Search_Wrapper {
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: center;
    margin-bottom: 20px;
}

.news_Search_Wrapper .DNNModuleContent {
    width: 100%;
    
}

.news_Search_Wrapper .DNNModuleContent #articleSearchFormSmall{
    width: 100%;
    padding-left: 16px;
}

.news_Search_Wrapper .DNNModuleContent#dnn_ctr3095_ModuleContent #articleSearchFormSmall, .news_Search_Wrapper .DNNModuleContent#dnn_ctr3028_NewsSearch_pnlSearch #articleSearchFormSmall,
.DNNModuleContent#dnn_ctr3018_NewsSearch_pnlSearch #articleSearchFormSmall,
#dnn_ctr3197_NewsSearch_pnlSearch #articleSearchFormSmall
{
    padding-left: 0 !important;
}

.news_Search_Wrapper .DNNModuleContent input[type="text"]{
    height: 60px !important;
    background: #FFF !important;
    border-radius: 16px;
    border: 1px solid var(--Gray-G95, #E4E4E4);
    width: 100% !important;
    text-indent: 60px;
}

#dnn_ctr3091_NewsSearch_pnlSearch, #dnn_ctr3095_NewsSearch_pnlSearch, #dnn_ctr3028_NewsSearch_pnlSearch, #dnn_ctr3018_NewsSearch_pnlSearch,#dnn_ctr3197_NewsSearch_pnlSearch{
    position: relative;
}

#dnn_ctr3091_NewsSearch_pnlSearch::before, #dnn_ctr3095_NewsSearch_pnlSearch::before,
#dnn_ctr3028_NewsSearch_pnlSearch::before,
#dnn_ctr3018_NewsSearch_pnlSearch::before,
#dnn_ctr3197_NewsSearch_pnlSearch::before{
    content: "";
    background: url(/Portals/0/Images/icon/search-thin.svg);
    background-repeat: no-repeat;
    background-size: cover;
    right: 20px;
    position: absolute;
    top: 50%;
    opacity: 1;
    transition: 0.3s;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
}

.news_Search_Wrapper .DNNModuleContent input[type="submit"]{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
}

#articleSearchFormSmall input[type="submit"]{
    width: unset !important;
    height: unset !important;
    margin: 0 !important;
    background: #0098FF !important;
    color: #FFF !important;
    text-indent: unset !important;
}


table.PagingTable {
    box-shadow: none !important;
    margin-top: 40px;
}

.PagingTable td span, .PagingTable a{
    box-shadow: none !important;
    border-radius: 6px;
    background: #FFF;
    transition: 0.3s;
}

.PagingTable td span:hover, .PagingTable a:hover{
    background: #C9CDE5;
}

.PagingTable td span{
    background: #2D3663 !important;
    color: #FFF !important;
}
.plans_Txt {
    margin-bottom: 48px
}

.plan_Card {
    padding: 12px;
    border-radius: 12px;
    border: 1px solid var(--Gray-95);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.plan_Card_Txt,.rule_Form .list li {
    padding-inline-start:8px}

.plan_Card::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: var(--accent-color);
    border-radius: 0 8px 8px 0
}

.plan_Card_Link {
    padding: 8px 2.5rem;
    border-radius: 6px;
    background: var(--accent-color);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}
.plan_Cards{
     border-radius: 16px;
    border: 1px solid var(--Gray-G95, #E4E4E4);
    background: var(--Gray-G100, #FFF);
    padding: 16px 16px 24px 24px;
}

.plan_Card {
    margin-bottom: 0 !important;
}

.ArticleView .section .headding{
    border: none !important;
    background-color: #fafafa !important;
    color: #023b6d !important;
}

@media (max-width: 992px){
    .area-right .header-content-wrap > div{
        margin-right: 0px !important;
    }
}

.header-content-wrap .dngTextBox:first-child p{
    margin-top: 0 !important;
}
.wrapper_Survey{
    padding:15px;
    border-radius:3px;
    box-shadow:0 0 15px 1px rgba(0,0,0,0.4);
    background-color:#ffffff;

}
.wrapper_Survey .layout-default .form-element .form-label{
    color: var(--accent-color6);
}
.wrapper_Survey .dng-form .form-group legend{
color: #333;
}

.rtl .dng-megamenu .primary_structure > li:nth-child(5) {
  display: list-item !important;
}

.manager_Inner_Wrapper{
    display: flex;
    gap: 24px;
}

.manager_Inner_Image {
    position: relative;
    width: max-content;
    height: 600px;
}

.manager_Inner_Image img{
    width: 400px;
    height: 600px;
    object-fit: cover;
}

.manager_Inner_Name{
    background: rgb(45, 54, 99);
    color: #FFF;
    width: max-content;
    padding: 6px 24px;
    display: flex;
    align-content: center;
    justify-content: center;
    position: absolute;
    right: -18px;
    top: -18px;
}

.manager_Inner_Name p{
    margin-bottom: 0;
}

.manager_Inner_Data {
    box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);
    padding: 32px;
    width: 100%;
}

.manager_Inner_Data ul{
    display: flex;
    flex-direction:column;
    gap: 24px;
    font-size: 18px;
}

.name_Box{
    background-color: #0098ff;
    display: flex;
    align-items: center;
    padding: 20px;
    color: #FFF;
    max-width: 80%;
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 2;
}

.assistant_Data .col-md-4 {
    position: relative;
    max-height: 458px;
}

.assistant_Data .col-md-4::before{
    content: "";
    height: 422px;
    width: 70%;
    border: 2px solid #0098ff;
    position: absolute;
    top: -30px;
    right: -20px;
    z-index: 1;
}

.assistant_Data .col-md-4 img{
    position: relative;
    z-index: 2;
}

.assistant_Data .data_Box{
    min-height: 120px;
}

.name_Box p{
    margin-bottom: 0;
}

.assistant_Data .title .cat1{
    display: none;
}

.assistant_Data .title .cat2{
    color: #2d3663;
    cursor: default;
}

.assistant_Data{
    margin-block: 40px;
}

.assistant_Data .col-md-4 img{
    width: 90%;
}

@media (max-width: 992px){
    .name_Box{
        left: 10px;
    }
    .assistant_Data .col-md-4{
        margin-bottom: 40px;
    }
}

.actions_Wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 12px;
border: 1px solid var(--Gray-G90, #D1D1D1);
background: var(--Gray-G100, #FFF);
    padding: 40px;
    margin-block: 40px;
}

.actions_Wrapper h2{
    width: max-content;
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
}

.actions_Wrapper a{
    width: max-content;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 6px 20px;
    background-color: #0098FF;
    border-radius: 4px;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    transition: 0.3s;
}

.actions_Wrapper a:hover{
    background-color: #0076c6;
}
.map-wrapper {

    display: flex;
    justify-content: center;
    width: 100%;
}

.actions_Tabs_Wrapper .livetabsdefault .ui-widget-content {
    box-shadow: none;
    background: transparent;
}


.actions_Tabs_Wrapper .livetabsdefault.mright .mright.ui-tabs .mright.ui-tabs-nav{
    padding: 0 !important;
    width: 20%;
    overflow: hidden;
    border-radius: 16px !important;
    margin: 0px !important;
    border: 1px solid var(--Gray-G90, #D1D1D1);
    box-shadow: none;
}

.actions_Tabs_Wrapper .livetabsdefault .ui-state-default, .livetabsdefault .ui-widget-content .ui-state-default{
    background: #FFF !important;
}

.actions_Tabs_Wrapper .livetabsdefault .ui-state-active, .livetabsdefault .ui-widget-content .ui-state-active{
    background: #12315d !important;
    border-radius: 0px !important;
}

.actions_Tabs_Wrapper .livetabsdefault .ui-tabs .ui-tabs-nav li a{
    padding: 16px 20px;
    line-height: 32px;
    transition: 0.3s;
    font-weight: 600;
}

.actions_Tabs_Wrapper .livetabsdefault.mright .mright.ui-tabs .mright.ui-tabs-panel{
    width: 76%;
    background: #FFF;
    box-shadow: none;
        border: 1px solid var(--Gray-G90, #D1D1D1);
    padding: 40px;
    border-radius: 16px;
}

.actions_Tabs_Wrapper .livetabsdefault.mright .mright.ui-tabs .mright.ui-tabs-nav li.mright{
    border-radius:0px !important;
}

.actions_Tabs_Wrapper .livetabsdefault.mright .mright.ui-tabs .mright.ui-tabs-panel p{
    font-size: 16px !important;
    line-height: 40px;
}

footer#Skip-footer {
    position: relative;
    margin-top: 150px;
}

footer#Skip-footer::before{
    content: "";
    background-image: url("/Portals/0/Images/footer-mask.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 100%;
    right: 50%;
    transform: translateX(50%);
    z-index: 10;
    height: 145px;
    width: 1030px;
}

@media (max-width: 992px){
    footer#Skip-footer::before{
        width: 100%;
        height: 46px;
        background-size: contain;
        transform: translateX(-46%);
        left: 50%;
        top: -20px;
    }
}

table.table.table-bordered.table-hover thead th{
    background: #12315d !important;
}

table.table.table-bordered.table-hover thead th:first-child{
    border-top-right-radius: 16px;
}

table.table.table-bordered.table-hover thead th:last-child{
    border-top-left-radius: 16px;
}

a.btn.btn-filegandi{
    width: 100%;
}

#dnn_ctr3160_Login_UP_Prog{
    display: block !important;
}
.wrapper_Chart_Mobile {
     a{
        color:var(--default-color);
    }
    strong{
        background-color:var(--default-color);
        display:flex;
        padding:1rem;
        margin-top:1rem;
        color:#fff;
        border:0.1rem solid var(--default-color);
    }
    ul{
        list-style:none;
        border:0.1rem solid var(--default-color);
        padding:0;
        margin:0 0 1rem 0;
        border-top:unset;
        li{
            padding:1rem;
           
        }
        li:not(:last-child){
              border-bottom:0.1rem solid var(--default-color);
        }
        li:nth-child(even){
            background-color:rgba(45,54,99,0.1);
        }
    }
    
}
.main_Event .events {
    padding-bottom: 32px;
}
.nolink h3{ 
  pointer-events: none;
  cursor: default;

}

.header_Wrapper{
    padding-top: 90px;
    position: relative;
}

.header_Wrapper::before{
    content: "";
    background-color: #ffe100;
    height: 6px;
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.header_Wrapper h3 {
    font-size: 24px;
    font-weight: 700;
}

.vazir_Box a{
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    transition: 0.3s;
    padding: 20px;
    background: #FFF;
    white-space: nowrap;
    width: 300px;
    margin-inline: 6px;
}

.vazir_Box a:hover{
    box-shadow: 0 0px 15px 1px rgba(0, 0, 0, 0.06);
}

.vazir_Box_Wrapper{
    padding-bottom: 90px;
    margin-top: 40px;
}

.vazir_Box a::before{
    content: "";
    background-color: #12315d;
    width: 0px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.vazir_Box a:hover::before{
    width: 2px;
}

.vazir_Box h3{
    font-size: 18px;
}

@media (max-width: 992px){
    .vazir_Box_Wrapper{
        align-items: center;
    }
    .vazir_Box{
        margin-bottom: 18px;
        display: flex;
        justify-content: center;
    }
}


.dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"] {
  border-radius: 8px;
  height: 56px;
  box-shadow: none;
}

.dnnPrimaryAction,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction {
  border-radius: 8px;
  height: 56px;
  padding: 6px 32px;
  box-shadow: none;
  background: #12315d;
  transition: 0.3s;
  border: none;
}

.dnnPrimaryAction:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnPrimaryAction:hover {
  background: #0b2448;
}
.title_Map h3{
    font-size: 1.7rem !important;
  font-weight: 900;
  color: #fff;
}
.title_Map .title-separator{
 margin: 0 !important;
}
.news_Inner_Top{
    gap:48px;
}

.back a{
    background-color: #0098ff;
      padding: 6px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      width: 250px;
      color:#fff !important;
      border-radius: 8px;
}

.time-line02 .title{
    font-size: 1.25rem;
}
 .time-line02 {
                padding: 0px 0px 45px 45px;
                position: relative;
            }

            .rtl .time-line02 {
                padding: 0px 45px 45px 0;
            }

            .time-line02 .title {
                font-size: 1.25rem;
            }

            .time-line02::before {
                content: "";
                color: #0098ff;
                border: 1px solid currentColor;
                padding: 3px;
                background-color: currentColor;
                width: 20px;
                height: 20px;
                position: absolute;
                left: 0;
                top: 4px;
                border-radius: 50%;
                background-clip: content-box;
            }

            .rtl .time-line02::before {
                right: 0;
                left: auto;
            }

            .time-line02::after {
                content: "";
                top: 30px;
                bottom: 0px;
                border-left: 2px solid #e0e0e0;
                position: absolute;
                left: 9px;
            }

            .rtl .time-line02::after {
                border-left: 0px solid #e0e0e0;
                border-right: 2px solid #e0e0e0;
                left: auto;
                right: 9px;
            }

            .time-line02:last-child {
                padding-bottom: 0;
            }


.inner_Box .icon-box26{
    padding: 40px 10px !important;
  text-align: center;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  background-color: #fff;
  transition: all ease-out 300ms;
}

.inner_Box .icon-box26 h3{
    font-size: 1.1rem;
}
@media (max-width:768px){
    .assistant_Data .col-md-4{
        max-height: unset;
    }
}






































