.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:1.5rem 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: 14px;
    font-weight: 400;
    line-height: 28px;
    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
{
    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{
    position: relative;
}

#dnn_ctr3091_NewsSearch_pnlSearch::before, #dnn_ctr3095_NewsSearch_pnlSearch::before,
#dnn_ctr3028_NewsSearch_pnlSearch::before,
#dnn_ctr3018_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;
}

#articleSearchForm{
    display: none;
}

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;
}





















