.fl-table {
    border-radius: 5px !important;
    font-size: 12px !important;
    font-weight: normal !important;
    border: none !important;
    border-collapse: collapse !important;
    /*----*/
    width: 100% !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    background-color: white !important;
}

.fl-table td, .fl-table th {
    text-align: center !important;
    padding: 8px !important;
}

.fl-table td {
    border: 1px solid #f8f8f8 !important;
    font-size: 12px !important;
}
.fl-table th a {
    color: #ffffff !important;
}

.fl-table th {
    color: #ffffff !important;
    background: #d4e3f8 !important;
}


.fl-table th:nth-child(odd) {
    color: #ffffff !important;
    background: #d7e2fa !important;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8 !important;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}
.TemplateFanavar div[id$="ViewForm_PanelFormHolder"]:has(.TemplateFanavar) {
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0 3px 20px -4px rgb(51 74 159 / 25%);
}
.TemplateFanavar .row{
 margin-right: 0px;
    margin-left: 0px; 
}
.TemplateFanavar .EFButtonsHolder {
     border-bottom: solid 0px #fff; 
}
.TemplateFanavar .Header {
	font-weight: 700; 
  	font-size: 16px;
  	color:#d50404;
   
}

div#ViewForm_PanelFormHolder:has(.TemplateFanavar){
 background-color:#000; 
}

table.EFFormBody.dnnFormItem.TemplateFanavar tr td table tbody tr td table tbody tr td img{
    width: 3em;
    margin-bottom: 12% !important;
}
.TextBoxCustom {
    background-color: #f0f4f7 !important;
    border: none !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    color: #000 !important;
    font-weight: 200;
}
.SubHead {
    color: #000000 !important;
}
.TemplateFanavar .row:first-child {
    border-radius: 30px 30px 0 0;
    background: linear-gradient(to top, #334a9f00, #334a9f4d);
}
#Body, html, body, .Head, .SubTitle, .SubSubTitle, .Normal {
    font-family: IRANSans;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000;
}
.SubHead {
    color: #000000 !important;
}
.BgDescription {
    background-color: #f2f6f9;
    border: 1px solid #21296812;
    padding: 3em 0;
    margin-bottom: 1em;
    border-radius: 15px;
}
.btn-darkblue
{  
  color: #fff;
    background-color: #212950;
    border-color: #212950;
    padding: 1em 2em;
    font-size: 1.3em;
}
.btn-darkblue:hover
{
    color: #fff;
    background-color: #212950;
    border-color: #212950;
    padding: 1em 2em;
    font-size: 1.3em;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border-radius: 15px;
    padding: 0.8em 1em;
    border: none !important;
    background-color: #f2f6f9;
    background-image:none;
    background-image:none;
    background-image:none;
    background-image:none;
    background-image:none;
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 8px 15px 8px 19px;
    border: 1px solid #2129504f;
    max-width: 100%;
    border-radius: 10px !important;
    border-radius: 3px;
    background-color: #dfebf2;
    /* background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); */
    /* background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); */
    background-image: none;
    background-image: none;
    background-image: none;
    background-size: 100% 19px;
    background-repeat: none;
    background-clip: padding-box;
    box-shadow: none;
    color: #333;
    line-height: 15px;
    cursor: default;
}

.validation {
    border-right: 3px solid #23285282 !important;
}
.bgReport
{
        background-color: #e8edfb;
}
.faradidActionBut.ActionCustom .CommandButton {
    background-color: #334a9f !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 40px;
    border-bottom: 5px solid #364da0;
    border-bottom-color: #8193d3 !important;
}
A.CommandButton:hover {
    background-color: #243a89 !important;
    text-decoration: none !important;
}
.faradidActionBut.ActionCustom .CommandButton {
    color: white !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
.EFButtonsHolder td {
    padding: 10px;
    max-width: 300px !important;
}
.CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
    font-size: 12px;
    color: #973939;
    color: #fff !important;
    text-decoration: none;
    font-weight: normal;
}
.CheckboxCustom td{
width: 12vw !important;
}
#dnn_ctr383_EditForm_tdUpdate,#dnn_ctr383_EditForm_lnkUpdate,#dnn_ctr383_EditForm_hypLocalization,
#dnn_ctr383_EditForm_hypPreview,#dnn_ctr383_EditForm_urlReturn
{
    color: #000 !important;
}
span#dnn_ctr383_EditForm_LabelPaging a {
    color: #000 !important;
}
td.DevGridFont.dxgv {
    overflow-wrap: anywhere;
}
.RadioCustom input[type=radio] {
    float: right;
}
.ModFaradidConsoleC div div div{
    display: flex;
    flex-wrap: wrap;
}
.validation
 {
    border-right: 3px solid #ff0000 !important;
}

.faradidActionBut.ActionCustom .CommandButton:hover {
 background-color: #425ec9  !important; border-bottom-color: #a1b2ed!important; 
}

/*--------------------------login--------------------------*/

.rtl .LoginPanel {
    box-shadow: 0px 5px 10px 0px #cccccc;
    border-radius: 20px;
    padding-top: 45px;
    padding-left: inherit;
    padding-right: 20px;
    width: 100%;
}

.dnnFormItem input[type="text"]:active, .dnnFormItem input[type="text"]:focus, .dnnFormItem input[type="password"]:focus, .dnnFormItem input[type="password"]:active, .dnnFormItem input[type="email"]:active, .dnnFormItem input[type="email"]:focus, .dnnFormItem select:active, .dnnFormItem select:focus, .dnnFormItem textarea:active, .dnnFormItem textarea:focus, .dnnFormItem input[type="search"]:active, .dnnFormItem input[type="search"]:focus
 {
    background: #fff;
    border: 1px solid rgba(2, 139, 255, 0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    color: #334a9f;
    border-radius: 8px;
    border-color:#334a9f;
}

.dnnLoginService input[type="text"], .dnnLoginService input[type="password"]
 {
    width: 200px;
    min-width: 200px;
    margin-bottom: 5px;
    border-radius: 8px;
    border-color: #374faa;
    border-bottom-width: initial;
}

.dnnForm .dnnPrimaryAction
 {
    font-size: 16px;
    color: #FFF;
    background: #37519d;
    border: none;
    font-weight: normal;
    width: 100px;
    border-radius: 5px;
}

.dnnForm .dnnPrimaryAction:hover {
    color: #FFF;
    background: #37519de3;
}

.dnnForm .dnnSecondaryAction {
    font-size: 16px;
    color: #FFF;
    background: #d62f38;
    border: none;
    font-weight: normal;
    width: 100px;
    border-radius: 5px;
}

.dnnForm .dnnSecondaryAction:hover
 {
    color: #FFF;
    background: #d62f38e0;
}

.mark, mark
 {
    padding: .2em;
    background-color: inherit;
}

.dnnBoxLabel {
    display: inline-block;
    color: gray;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .rtl .loginContent .dnnFormLabel {
        text-align: right !important;
        width: 100px;
    }
}


.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    width: 100%;
    font-size: 14px;
    background: none;
    border: none;
    border-color: none;
    text-shadow: none !important;
    color: #d62f38;
    box-shadow: none;
}

.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover
 {
    background: none;
    color: #37519d;
    box-shadow: none;
}

.dnnPrimaryAction:active, .dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:active
 {
    background: none;
    color: #d62f38;
    box-shadow: none;
 }

.rtl .am-info-18 {
    min-height: 110px !important;
}

.am-info-18 .icon img{
    width: 50px;
    height: 50px;
}

A.CommandButton:hover {
    background-color: #d1deff !important;
}

.CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
 {
    color: #022fb5 !important;
 }


 .dng-column col-sm-4 justify-content-center {
    max-width: 400px;     
    width: 100%;     
    margin: 40px auto;    
    padding: 20px;
    box-sizing: border-box;
}
.am-info-18::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 90px;
    border-radius: 0 0 100%;
    -webkit-transition: all cubic-bezier(0.420, 0.000, 1.000, 1.000) 300ms;
    transition: all cubic-bezier(0.420, 0.000, 1.000, 1.000) 300ms;
}


.FaradidLoginLogo img{
    margin-bottom: 50px;
    height: 100px;
}

.rtl .LoginPanel {
    background-color: white;
}
a:hover {
    color: #0b49ff;
}

.am-info-07:hover{
    transform: translateY(-5px);
    transition: .2s;
}
.userMenu .userNotifications , .userMenu .userMessages
, .userMenu .userSettings , .userMenu .userProfilename
{
display: none;
}




.am-info-07 {
    text-align: center;
}


.am-info-07 img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    transition: transform .2s ease;
}

.am-info-07 img:hover {
    transform: scale(1.08);
}

.am-info-07 h5 {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.6;
    font-weight: 600;
}

@media (max-width: 576px) {
    .am-info-07 img {
        width: 75px; 
        height: 75px;
    }

    .am-info-07 h5 {
        font-size: 13px;
    }

    .col-6 {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* تبلت */
@media (min-width: 576px) and (max-width: 992px) {
    .am-info-07 img {
        width: 90px;
        height: 90px;
    }

    .am-info-07 h5 {
        font-size: 14px;
    }
}




@media (min-width: 992px) {
    .five-col {
        flex: 0 0 20%;
        max-width: 20%;
    }
}


@media (min-width: 992px) {
    .five-col {
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 8px;
        padding-right: 8px;
    }
}

.am-info-07 {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    padding: 28px 15px;  
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    transition: all .25s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.10);
}


.am-info-07:hover {
    box-shadow: 0 8px 22px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}


.am-info-07 img {
    width: 115px;
    height: 115px;
    object-fit: contain;
    margin-bottom: 15px;
}


.am-info-07 h5 {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
    margin: 0;
}


@media (max-width: 576px) {
    .am-info-07 {
        padding: 18px 10px;
    }
    .am-info-07 img {
        width: 80px;
        height: 80px;
    }
    .am-info-07 h5 {
        font-size: 14px;
    }
}


@media (min-width: 992px) {
    #dnn_content {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}


#dnn_content {
    padding-top: 0px;
    padding-bottom: 0px;
}


/*----------------مشخصات من--------------*/


.profile-container {
  background: #fff;
  padding: 28px 32px;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.06);
  border: 1px solid #eee;
  margin-top: 25px;
}


.profile-item {
  background: #fafafa;
  padding: 14px 18px;
  border-radius: 10px;
  margin-bottom: 14px;
  border: 1px solid #f0f0f0;
  transition: 0.25s ease;
}

.profile-item:hover {
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}


.profile-item strong {
  color: #555;
  font-size: 14px;
  font-weight: 600;
}

.profile-item span {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}


.profile-container .btn-primary {
  background: #d9e6ff;
  border: none;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.25s ease;
}

.profile-container .btn-primary:hover {
  background: #0033ff;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(184, 227, 255, 0.25);
}

.profile-container .col-md-6 {
  margin-bottom: 22px;
  padding-right: 16px;
  padding-left: 16px;
}


.profile-container .col-md-6 {
  margin-bottom: 18px;
}

.profile-container .col-md-6:nth-child(odd) {
  padding-left: 20px;
}

.profile-container .col-md-6:nth-child(even) {
  padding-right: 20px;
}

.profile-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 25px; 
}

.profile-container .col-md-6 {
  flex: 0 0 calc(50% - 25px); 
}
.SelectWithOutText>.chosen-search
{
display:none !important;
}
.SelectWithOutText .chosen-search {
    display: none !important;
}
.faradid-btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #00407d !important;
    border-color: #00407d !important;
    opacity: 1;
}


