@media(min-width:360px){
.container-guide-new {
  flex-direction: row;
  padding: 20px;
}
.row-guide-new {
  display: flex;
  flex: 1;
}
.col-3 {
  width: 25%;
}
.col-9 {
  width: 75%;
}
.list-group-guide {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.list-group-guide-item {
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f8f9fa;
  color: #000;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.list-group-guide-item:hover {
  background-color: #411115;
  color: #fff;
}
.list-group-guide-item.active {
  background-color: #41516c;
  color: #fff;
}
.scrollspy-container {
  overflow-y: auto;
  height: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  scroll-behavior: smooth;
}
/* Header styles inside the container */
.scrollspy-container h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.scrollspy-container p {
  line-height: 1.6;
}
}
.pkp_navigation_primary_row{
    padding-top: 1rem;
    padding-bottom: 1rem;
/* 	background-color: #40414ee6; */
    height: 130px;
}
.pkp_site_nav_menu{
    background: none;
}

@media only screen and (max-width: 990px){
    .pkp_site_nav_menu{
        background: #003141db;
    }    
}
@media(min-width:360px){
.pkp_site_nav_menu .pkp_nav_list{
    padding-left: 0;
    margin-left: 0;
    left: 5px;
    text-align:left;
}
}
@media(min-width:992px){
.pkp_site_nav_menu .pkp_nav_list{
    padding-left: 0;
    margin-left: 0;
    left: 5px;
    text-align:right;
}
}
@media(min-width:360px){
body[dir="rtl"] .pkp_site_nav_menu .pkp_nav_list{
    padding-left: 0;
    margin-left: 0;
    left: 5px;
    text-align:right;
}
}
@media(min-width:992px){
body[dir="rtl"] .pkp_site_nav_menu .pkp_nav_list{
    padding-left: 0;
    margin-left: 0;
    left: 5px;
    text-align:left;
}
}
.pkp_structure_head{
    padding-top: 0rem;
    width:100%;
	min-width:600px;
	height:550px;
	background: url('https://www.reaconf.com/public/journals/1/header_fa.png')  no-repeat ; 
	background-size:cover;
/*     margin-top:100px; */
}
.pkp_structure_head_custom{
    padding-top: 0rem;
    width:100%;
	min-width:600px;
	height:200px;
/* 	background: url('https://www.reaconf.com/public/journals/1/header_fa.png')  no-repeat ;  */
	background-size:cover;
/*     margin-top:100px; */
}

.pkp_navigation_user{
    font-size: 1rem;
}
.pkp_block .title {
	color: #2a0508;
    padding-top: 0.7rem;
    height: 42px;
    font-size: 14px;
    border-bottom: 3px solid #411115;
    text-align: center;
    margin-left: 10px;	
}
.pkp_block{
    padding-top: 0;
    padding-bottom: 1;
}
.block_submit_now_link{
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 1em;
    padding-left: 8px;
    background:#416271;
    border: 0;
    border-radius: 5px;
    font-size: 1.1em;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    color: #cdeeeb;
    text-decoration: none;
    width: 100%;
    text-align: left;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    margin-left: 0;
    height: 50px;
}
.block_guide_link{
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 1em;
    padding-left: 8px;
    background: #416271;
    border: 0;
    border-radius: 5px;
    font-size: 1.1em;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    color: #cdeeeb;
    text-decoration: none;
    width: 100%;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    height: 50px;
    text-align: left;
}
.cmp_button,.cmp_form .buttons button,.page_lost_password .buttons button,.page_search .submit button,.block_make_submission a:hover {
color: #bb8590;
}
.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a:hover {
    color: #bb8590;
    ;
}
body a {
    font-weight: 500;
    text-decoration: none !important;
    color: #00001a;
}
.pkp_brand_footer {
    padding: 0;
}

body a:hover{
    color: #8f6667;
}
.pkp_structure_main {
    float: left;
}
.pkp_structure_main:after {
    left: 0px
}
@media (min-width: 768px) {
    .pkp_structure_main:after {
        left: 0px;
    }
}
@media (min-width: 992px) {
    .pkp_structure_main:after {
        left: 0px;
    }
}
@media (min-width: 768px) {
    .pkp_structure_main:before, .pkp_structure_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0px;
        background: #dddddd00;
    }
}
@media (min-width: 768px) {
    .pkp_structure_content {
        padding-top: 5px;
        display: flex;
        justify-content:space-around;
    	flex-direction: row-reverse;
        gap: 2px;
        margin: 0px 0px;
        width: 100%;
	}
}
@media (min-width: 1200px) {
	.rea{
    width:250px;
    min-width:240px;
    padding-left: 6px;    
    }
}
@media (max-width: 992px) {
	.rea{
    visibility:hidden;
    display:none;
   
    }
}
@media (min-width: 992px) {
    .pkp_structure_sidebar {
        width: 280px;
    	min-width:344;
    }
}
@media (min-width: 1200px) {
    .pkp_structure_sidebar {
        width: 300px;
        min-width:300;
    
}
}

@media (max-width: 992px) {
	.pkp_structure_sidebar{
    visibility:hidden;
    display:none;
   }
}
@media (min-width: 992px) {
    .content {
        width: 300px;
    }
}
@media (min-width: 1200px) {
    .content {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        width: 1360px;
    }
}
@media (min-width: 992px) {
    .pkp_site_name_wrapper, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_search_mobile, .pkp_structure_content, .pkp_structure_footer {
        margin-left: 0px;
    }
}
@media (min-width: 992px) {
    .pkp_nav_list {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 77vw;
    }
}

/* @media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        width: 80vw;
    }
} */
@media (min-width: 992px) {
    .pkp_block {
        padding: 0.1rem 0.6rem;
        margin-right: 0px;
    	width:300px;
    }
}
@media (min-width: 1200px) {
    .pkp_block {
        padding: 0.1rem 0.6rem;
        margin-right: 0px;
    	width:300px;
    }
}
.pkp_page_index .homepage_image img {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.pkp_structure_footer_wrapper {
    background: #ffffff;
}
.pkp_footer_content {
    text-align: left;
	padding:0rem;
	width:100%

}
.pkp_structure_footer {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
}
@media(max-width:992px){
	.pkp_structure_footer{
    visibility:hidden;
    display:none;
    }
}
.rea .cover img{
	width:100%;
} 
.card-text{
	width:100%;
}
.indexing{
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 2px;
    padding-left: 8px; 
    font-size: 1.1em;
    line-height: calc(2.143rem - 2px);
    font-weight: 600;
    color: #2a0508;
    text-decoration: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
	margin-top:7px;
	margin-bottom:10px;
    height: 50px;
	border-bottom:3px solid #411115;
	
}
.related_journals{
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    background: #416271;
    border: 0;
    border-radius: 5px;
    font-size: 1.1em;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    color: #cdeeeb;
    text-decoration: none;
    width: 100%;
    text-align: center;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    margin-left: 0;
	margin-top:7px;
	margin-bottom:4px;
    height: 30px;
}
@media (min-width: 992px) {
    .pkp_page_index .additional_content {
        padding-left: 0px;
        padding-right: 2.143rem;
        padding-bottom: 2rem;
    	padding-top:0px;
    }
}
.pkp_block .block_keyword_cloud{
	padding-left:0px;
	height:330px;
}
@media (min-width: 992px) {
    .pkp_page_index .additional_content {
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
    }
}
body{
    font-family: 'serif';
}
.container_editor{
    max-width: 1330px;
    margin: 3rem 1rem;
}
.grid_section{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 3rem;
    padding: 0 10px;
}
.card_item{
	display: flex;;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(99, 99, 99, 0.2);
    padding: 10px 15px 10px 15px;
    position: relative;
    cursor: pointer;
    flex-direction: column;
    height: 410px;
   
}
.card_item::before,.card_item::after{
    content: '';
    position: absolute;
    width: 19%;
    height: 19%;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.card_item::before{
    bottom: -2px;
    right: -2px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid ;
    border-right: 1px solid ;
}
.card_item::after{
    top: -2px;
    left: -2px;
    border-top-left-radius: 10px;
    border-top: 1px solid ;
    border-left: 1px solid ;

}
.card_search::before,.card_search::after{
    border-color: #9bbccbb3;
} 
.card_cloud::before,.card_cloud::after{
    border-color: #ef5e44;
}
.card_users::before,.card_users::after{
    border-color: #fdbe29;
}
.card_ok::before,.card_ok::after{
    border-color: #6c3dc4;
}
.card_text h4{

    color: #2e3350;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 3px;
    text-align: center;

}
.card_text p{
   color: #9a9baa;
   margin-top: 3px;
   text-align: center;

}
.card_section:hover .card_item::before,.card_section:hover .card_item::after{
    width: 35%;
    height: 35%;
}
.card_icon{
    text-align: center;
    padding-top: 2px;
}
.shadow-none{
    object-fit: cover;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.Socialmedia{
    text-align: center;
}
.container_sidbar_left{
    height: auto;
    display: block;
    align-items:  center;
    justify-content: center;
    font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
}
@media (min-width: 992px) {
    .container_sidbar_left {
        width: 320px;
    }
}
@media (min-width: 992px) {
    .heaedr_accordion, .content_accordion, .row_accordion, .section_accordion {
        width: 330px;
    }
}
.section_accordion{
    width: 100%;
    border-radius: 8px;
    padding: 0rem;
    box-sizing: border-box;
}
.row_accordion{
    padding: 0  0px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0.3rem;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-sizing: border-box;
}
.heaedr_accordion{
    min-height: 3rem;
    display: flex;
    line-height: 3rem;
    position: relative;
    justify-content: space-between;
    background-color: #411115;
    padding-left: 2rem;
    padding-right: 1rem;
    border-radius: 2px;
    box-sizing: border-box;
}
.heaedr_accordion span:first-child{

    font-weight: 500;
    color: #333;
    cursor: pointer;
    box-sizing: border-box;
}
.content_accordion{
    height: 0;
    font-size: 12px;
    transition: all 0.1s linear;
    background-color: white;
    box-sizing: border-box;
    margin:0px;
}

.section_accordion input:checked + label + p{
    height: auto;
    padding-bottom: 10px;
    background-color: #fbeaea70;
    padding-left: 1rem;
    padding-top: 8px;
    font-size: 16px;
    line-height: 1.5rem;
    box-sizing: border-box;
    transform: translateY(3px);
}

.section_accordion input {
    display: none; /* مخفی کردن چک باکس */
    box-sizing: border-box;
}
.section_accordion input:checked + label .size-3 {
    transition: transform 0.2s ease;
    transform: rotate(180deg);
    box-sizing: border-box;
}
@keyframes toggle_height {
    100%{
        height: 100px;

    }
    
}
.size-3{
    color: white;
    cursor: pointer;
    box-sizing: border-box;
}
.content_accordion a{
    font-size: 13px;
	line-height: 1.5rem;
}
#press{
background-color:#f2d9db;
color:black;
}
#volume{
background-color:#f2d9db;
 color:black;
}
#volume img{
 color:black;
}
#press a:hover{
color:#9b9fa3;
}
#sub a:hover{
color:#9b9fa3;
}
#guide a:hover{
color:#9b9fa3;
}
 #guide a{
 color:#ffffff;
}
 #sub a{
 color:#ffffff;
}
.tooltip_section{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    gap: 0.5rem;
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.tooltip_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.tooltip_item span{
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.tooltip_text{
    background-color: #fff;
    padding: 10px 18px;
    border-radius: 25px;
    position: absolute;
    top: 11px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -moz-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.tooltip_text::before{
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.tooltip_item:hover .tooltip_text{
    opacity: 1;
    pointer-events: visible;
    top: -70px;
}
.tooltip_section .tooltip_item:hover,.tooltip_section .tooltip_item:hover .tooltip_text{
    color: #fff;
    box-shadow: 0 0 0 rgba(0,0,0,0.4);
}
.tooltip_section .tooltip_item:nth-child(1):hover span,.tooltip_section .tooltip_item:nth-child(1):hover .tooltip_text,.tooltip_section .tooltip_item:nth-child(1):hover .tooltip_text::before{
    background-color: #2b7239;
}
.tooltip_section .tooltip_item:nth-child(2):hover span,.tooltip_section .tooltip_item:nth-child(2):hover .tooltip_text,.tooltip_section .tooltip_item:nth-child(2):hover .tooltip_text::before{
    background-color: #46C1F6;
}
.tooltip_section .tooltip_item:nth-child(3):hover span,.tooltip_section .tooltip_item:nth-child(3):hover .tooltip_text,.tooltip_section .tooltip_item:nth-child(3):hover .tooltip_text::before{
    background-color: #30e1d2;
}
.tooltip_section .tooltip_item:nth-child(4):hover span,.tooltip_section .tooltip_item:nth-child(4):hover .tooltip_text,.tooltip_section .tooltip_item:nth-child(4):hover .tooltip_text::before{
    background-color: #eca20e;
}
.tooltip_section .tooltip_item:nth-child(5):hover span,.tooltip_section .tooltip_item:nth-child(5):hover .tooltip_text,.tooltip_section .tooltip_item:nth-child(5):hover .tooltip_text::before{
    background-color: #6e6e6e;
}
.heading{
	display:none;
	visibility:hidden:
}
.current_issue{
	visibility:hidden;
    display:none;
}
.current_issue h2,  .current_issue_title{
	display:none;
	visibility:hidden:
}
body[dir="rtl"].container_tabs{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffff;
    direction: rtl !important; /* اضافه کردن جهت راست به چپ */
}

body[dir="rtl"].section_tabs nav{
    display: flex;
    justify-content: space-between; /* تغییر چیدمان برای راست به چپ */
    width: 100%;
    height: 50px;
    align-items: center;
    position: relative;
}

.container_tabs{
    margin: 0px;
    padding:0px;
    box-sizing: border-box;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffff;
}
.section_tabs{
    max-width: 860px;
    width: 100%;
    border-radius: 5px;
}
.section_tabs nav{
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 50px;
    align-items: center;
    position: relative;
}
.section_tabs nav label{
    color: #2a0508;
    cursor: pointer;
    height: 80%;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #411115;
}
body[dir="rtl"].section_tabs input#journal_details:checked ~ nav label.journal_details,.section_tabs input#instruction_for_authors:checked
~ nav label.instruction_for_authors,.section_tabs input#journal_policy:checked ~ nav label.journal_policy,.section_tabs
input#associated_journals:checked ~ nav label.associated_journals{
  color: #000000;
}
/* RTL: Adjust positions based on checked input */
body[dir="rtl"] .section_tabs input#journal_details:checked ~ nav .active_slide {
  right: 0% !important;
}
body[dir="rtl"] .section_tabs input#instruction_for_authors:checked ~ nav .active_slide {
  right: 25% !important;
}
body[dir="rtl"] .section_tabs input#journal_policy:checked ~ nav .active_slide {
  right: 50% !important;
}
body[dir="rtl"] .section_tabs input#associated_journals:checked ~ nav .active_slide {
  right: 75% !important;
}
.section_tabs input#journal_details:checked ~ nav label.journal_details,.section_tabs input#instruction_for_authors:checked
~ nav label.instruction_for_authors,.section_tabs input#journal_policy:checked ~ nav label.journal_policy,.section_tabs
input#associated_journals:checked ~ nav label.associated_journals{
  color: #000000;
}
.section_tabs input#journal_details:checked ~ nav .active_slide{
border-radius:3px;
}
.section_tabs input#instruction_for_authors:checked ~ nav .active_slide{
  left: 25%;
border-radius:3px;
}
.section_tabs input#journal_policy:checked ~ nav .active_slide{
  left: 50%;
}
.section_tabs input#associated_journals:checked ~ nav .active_slide{
  left: 75%;
}
.active_slide {
  background-color: #f2d9db4d;
  height: 80%;
  width: 25%;
  position: absolute;
  z-index: 2;
  left: 0; /* Default: LTR has priority */
  transition: all 0.3s ease;
  border-bottom: 3px solid #f2d9db;
  border-radius: 3px;
}
body[dir="rtl"] .active_slide {
  right: 0 !important;
  left: auto !important; /* Ensuring LTR styles are overridden */
}
.content_nav{
  display: none;
}
.section_tabs input#journal_details:checked ~ .content_tabs .content_journal_details,.section_tabs input#instruction_for_authors:checked
~ .content_tabs .content_instruction_for_authors,.section_tabs input#journal_policy:checked ~ .content_tabs .content_journal_policy,.section_tabs input#associated_journals:checked
~ .content_tabs .content_associated_journals{
  display: block;
  border-radius:5px;
}
.obj_issue_toc .galleys, .obj_issue_toc .section{
 margin-top:0px;
 padding-top:0px;
}
.content_nav h4{
  font-size: 21px;
  margin: 30px 0 10px 0;
  font-weight: 500;
}
.content_nav p{
 text-align: justify;
}
.journal_details, .instruction_for_authors, .journal_policy, .associated_journals{
text-align: center;
border-radius:5px;
}
.container_nav {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    gap: 90px;
    justify-content: center;
    padding: 20px;
    border-radius: 5px;
    background-color: #ffffff;
	height:180px;
	padding-top:40px;

}
.nav_item_one, .nav_item_two, .nav_item_three {
    border: 4px solid #411115;
    border-radius: 50%;
    position: relative;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    height: 110px;
    width: 110px;
    cursor: pointer;
    text-align: center;
    box-shadow:2px 2px 5px;
	background-color:#fbf4f4;
}
.nav_item_one a, .nav_item_two a, .nav_item_three a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 1.1em;
    transition: color 0.3s ease;
}
.nav_item_one a:hover, .nav_item_two a:hover, .nav_item_three a:hover {
    color: #5d0d12;
}
.nav_item_one img, .nav_item_two img, .nav_item_three img {
    height: 30px;
    width: 30px;
    margin: 10px auto;
}
.nav_item_one h2, .nav_item_two h2, .nav_item_three h2{
    margin: 0px;
	font-size:12px;
}
.homepage_about{
margin-bottom:0px;
}
.container_authors{
	display: flex;
    margin-left: auto;
    margin-right: auto;
    gap: 90px;
    justify-content: center;
    padding: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    height: 180px;
    padding-top: 40px;
}
.author_item_one, .author_item_two, .author_item_three {
    border: 4px solid #411115;
    border-radius: 50%;
    position: relative;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    height: 110px;
    width: 110px;
    cursor: pointer;
    text-align: center;
    box-shadow: 2px 2px 5px;
    background-color: #fbf4f4;
}
.author_item_one a, .author_item_two a, .author_item_three a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 1.1em;
    transition: color 0.3s ease;
}
.author_item_one a:hover, .author_item_two a:hover, .author_item_three a:hover {
    color: #5d0d12;
}
.author_item_one img, .author_item_two img, .author_item_three img {
    height: 30px;
    width: 30px;
    margin: 10px auto;
}
.author_item_one h2, .author_item_two h2, .author_item_three h2{
    margin: 0px;
	font-size:12px;
}
.container_policy{
	display: flex;
    margin-left: auto;
    margin-right: auto;
    gap: 90px;
    justify-content: center;
    padding: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    height: 180px;
    padding-top: 40px;

}
.policy_item_one, .policy_item_two{
    border: 4px solid #411115;
    border-radius: 50%;
    position: relative;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    height: 110px;
    width: 110px;
    cursor: pointer;
    text-align: center;
    box-shadow: 2px 2px 5px;
    background-color: #fbf4f4;
}
.policy_item_one a, .policy_item_two a{
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 1.1em;
    transition: color 0.3s ease;
}
.policy_item_one a:hover, .policy_item_two a:hover{
    color: #5d0d12;
}
.policy_item_one img, .policy_item_two img{
    height: 30px;
    width: 30px;
    margin: 10px auto;
}
.obj_issue_toc .sections:not(:first-child) {
    margin-top: 1px;
}
.policy_item_one h2, .policy_item_two h2{
    margin: 0px;
	font-size:12px;
}
.container_images {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding: 20px;
    border-radius: 5px;
    background-color: #ffffff;
	height: 180px;
    padding-top: 40px;
}
.img_item_one, .img_item_two, .img_item_three {
    position: relative;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    height: 150px;
    width: 130px;
    cursor: pointer;
    text-align: center;
}
.img_item_one img, .img_item_two img, .img_item_three img {
    border: 4px solid #411115;
    margin: 0 auto;
    transition: transform 0.3s ease;
    object-fit: cover;
    height: 160px;
    width: 120px;
}
.img_item_one:hover img, .img_item_two:hover img, .img_item_three:hover img {
    transform: scale(1.05);
}
cover {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-meta {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f9fdff;
    border: 1px solid #e9f8ff;
}
@media (min-width:992px) {
    .cover-meta {
     width: 270px; 
}
.box-meta {
    padding: 8px;
    font-size: 14px;
    text-align: left;
    line-height: 0.9;
    padding-left: 0.5;
}
.box-meta .line{
	width:100%;
	height:1px;
	border: 1px solid #416271;
	margin: 0px 0px 20px 5px;
}
a {
    text-decoration: none;
    color: black;
    color: #5e8b9d;
}
strong {
    color: #424242;
}
hr {
    width: 250px;
    margin: 10px 20px 0px;
}
.text-meta {
    line-height: 2;
}
.Editrial_B h2 {  
    margin-top: 0;  
    font-size: 24px; /* اندازه قلم */  
    font-weight: bold; /* ضخامت قلم */  
    color: #333; /* رنگ قلم */  
    text-align: center; /* تراز متن */  
    padding: 10px 0; /* فاصله داخلی (بالا و پایین) */  
    border-bottom: 2px solid #000000; /* خط زیر متن */  
}  
.Editrial_B hr {  
    width: 810px;  
    margin: 20px auto; /* تراز خط در وسط با فاصله بالا و پایین */  
    border: none; /* حذف مرز پیش‌فرض */  
    height: 2px; /* ارتفاع خط */  
    background-color: #000000; /* رنگ خط */  
    border-radius: 5px; /* انحنای گوشه‌های خط */  
}  
.doiInSummary{
	display: flex;
    margin: 5px 0;
    gap: 5px;
}
.doi_custom{
	font-size: 12px;
    margin-top: 5px;
}
.cmp_article_list articles{
    padding-left: 0;

}
.obj_article_summary {
    border: 0.5px solid #c0beff;
    border-radius: 3px;
    padding: 20px 10px 18px 10px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.2s, box-shadow 0.4s;
    border-bottom: 5px solid #411115;
    height: 200px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
}
.obj_article_summary:hover {
    transform: translateY(-2px); 
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
}
.authors {
    color: #555454;
    margin: 0;
    padding-bottom: 60px;
}
.obj_galley_link:active {
    transform: translateY(-10px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.obj_galley_link:hover {
     background: #f2d9db;
}
@media (min-width: 992px) {
    .obj_article_summary .pages {
        position: absolute;
        top: 25px;
        right: 0;
        line-height: 2.143rem;
    }
}
@media (min-width: 992px) {
    .authors {
        color: #555454;
        margin: 0;
        padding-bottom: 15px;
    }
}
@media (min-width: 992px) {
    .obj_galley_link {
    background: #944141;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 0px 9px 0px 9px;
    cursor: pointer;
    width: auto;
	height: 30px;
   
    }
}
@media (min-width: 768px) {
    .obj_issue_toc .galleys:before, .obj_issue_toc .section:before {
        content: '';
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        border-top: 1px solid #ffffff;
}
}
.obj_issue_toc .section>h3 {
    color: #2a0508;
    text-align: left;
    padding-bottom: 30px;
    margin-left: 16px;
    border-bottom:  5px solid #411115;
    width: 200px;
    height: 20px;
}
@media(min-width:992px){
.box-new{
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    position:absolute;
    right: 450px;
    top: 30px;
    flex-direction: row-reverse;
	z-index:3;
}
}
@media(min-width:992px){
.box-new_custom{
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    position:absolute;
    right: 450px;
    top: 30px;
    flex-direction: row-reverse;
	z-index:3;
}
}
@media(min-width:1200px){
.box-new{
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    position:absolute;
    right: 470px;
    top: 30px;
    flex-direction: row-reverse;
	z-index:3;
}
}
@media(min-width:1200px){
.box-new_custom{
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    position:absolute;
    right: 300px;
    top: 2px;
    flex-direction: row-reverse;
	z-index:3;
}
}
@media(min-width:1400px){
.box-new{
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    position:absolute;
    right: 350px;
    top: 2px;
    flex-direction: row-reverse;
	z-index:3;
}
}
@media(min-width:1400px){
.box-new_custom{
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    position:absolute;
    right: 350px;
    top: 2px;
    flex-direction: row-reverse;
	z-index:3;
}
}
@media(min-width 1600px){
	body[dir="rtl"] .box-new{
    	display: flex;
    	gap: 5px;
    	justify-content: flex-start;
    	position: relative;
    	top: -15;
    	right: -210px!important;
    	z-index: 3;
    
	}
}
@media(min-width 1600px){
	body[dir="rtl"] .box-new_custom{
    	display: flex;
    	gap: 5px;
    	justify-content: flex-start;
    	position: relative;
    	top: -15;
    	right: -210px!important;
    	z-index: 3;
    
	}
}
@media(min-width:1600px){
.box-new_custom{
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    position:absolute;
    right: 350px;
    top: 2px;
    flex-direction: row-reverse;
	z-index:3;
}
}
@media(min-width:1600px){
.box-new{
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    position:absolute;
    right: 550px;
    top: 30px;
    flex-direction: row-reverse;
	z-index:3;
}
}

.pkp_navigation_primary_wrapper{
    position:relative;
    text-align: left;
    left: 200;
    bottom: 15px;
}
.search-box-new {
    display: flex;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 15px;
    border: 2px solid #6e683f;
    padding: 5px;
    cursor: pointer;

}
.search-box-new:hover {
    background: #fff;
    transform: scale(1.05);
    color: red;
}
.home-box-new{
    display: flex;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 15px;
    border: 2px solid #6e683f;
    padding: 5px;
    cursor: pointer;
	padding-top: 7px;
}
.home-box-new:hover {
    background: #fff;
}
.fa-search{
    color: white;
	position:absolute;
    right: 9.5px;
    top: 10px;
}
.fa-home{
	color:#ffffff;
    position:absolute;
    top: 9.1;
    right: 50px;
}
.search-box-new:hover{
    background: #fff;

}
.fa.fa-search:hover{
    color:#3f5f6e;
	position:absolute;
    right: 8.1px;
    top: 8px;
}
.fa.fa-home:hover{
    color:#3f5f6e;
    position:absolute;
    top: 9.1;
    right: 50px;
}
@media (min-width: 360px) {
    .has_site_logo .pkp_head_wrapper {
    	background-color: #494b64c2;
    	width:100%;

}
}
@media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        width: 100%;
        height: 120px;
    	background-color: #494b64c2;
        position: fixed;
    	z-index: 1;
}
}
.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper {
    width: auto;
	height:70px;
}
.pkp_site_name .is_img img{
	display:block;
	position:absolute;
    top:-13px;
	max-width:100%;
	width:auto;
	height:100px;
	padding-bottom:5px;
	max-height: 200px;
    padding-left: 150px;
}
body[dir="rtl"] .pkp_site_name .is_img img{
	display:block;
	position:absolute;
    top:-13px;
	max-width:100%;
	width:auto;
	height:100px;
	padding-bottom:5px;
	max-height: 200px;
    padding-right: 150px;
}
#wordcloud{
	border: 1px solid #d2d2d2;
    border-radius: 6px;
}
#scispace-extension-root{
visibility:hidden;
display:none;
}
.chat-gpt-quick-query-container *{
visibility:hidden;
display:none;
}

.css-xwws3d ant-app h-full{
visibility:hidden;
display:none;
}
.chat-gpt-quick-query-container{
visibility:hidden;
display:none;
}
body chatgpt-sidebar-popups[data-gpts-theme="light"] {
    display: none !important;
}
.container_login{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	width: 900px;
}
input:focus,input:active{
    outline: 0;
}
.login_page{
    width: 81%;
    max-width: 1200px;
    height: 600px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #d7dfe7;
    overflow: hidden;
}
.login_page form{
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(360deg, #411115, transparent);
}
.page_login{
	margin-bottom: 50px;
}
.login_page form h1{
    color: #2e4153;
    margin-bottom: 3rem;
}
.login-img{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #fff;
}
.login-img img{
    object-fit: cover;
}
.form-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    width: 50%;
}
.form-group label{
    margin-bottom: 0.5rem;
    color: #1c2e3e;
    padding-left: 12px;
    font-size: 14px;
}
.form-group input{
    border: 2px solid #fff;
    background-color: transparent;
    height: 45px;
    border-radius: 10px;
	padding-left: 12px;
	color: #293d4e;
}
.button-form {
    width: 50%;
}
.button-form button{
    border: none;
    background-color: #fff;
    width: 100%;
    height: 45px;
    border-radius: 10px;
    margin-bottom: 1.5rem;
	cursor:pointer;
}
.bottom-form a{
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}
.forget{
	margin-top: 5px;
    padding-left: 12px;
    color: #fff;
}
.check{
    color: #fff;
    padding-top: 15px;
}
@media screen and (max-width:768px) {
    .login-img{
        display: none;
    }
    .login_page form {
        width: 100%;
    }
    .form-group ,.button-form {
        width: 80%;
    }
}
@media (min-width: 992px) {
    .pkp_structure_main {
          border-right: none;
         border-left: none;
         border-bottom: none;
         box-shadow: none;
        width: 620px;
        padding: 0 2.143rem;
}
}
@media (min-width: 1200px) {
    .pkp_structure_main {
          border-right: none;
         border-left: none;
         border-bottom: none;
         box-shadow: none;
        width: 600px;
        padding: 0 2.143rem;
}
}
@media (min-width: 1400px) {
    .pkp_structure_main {
          border-right: none;
         border-left: none;
         border-bottom: none;
         box-shadow: none;
        width: 760px;
        padding: 0 2.143rem;
}
}
@media (min-width: 1600px) {
    .pkp_structure_main {
          border-right: none;
         border-left: none;
         border-bottom: none;
         box-shadow: none;
        width: 960px;
        padding: 0 2.143rem;
}
}


@media (max-width: 992px) {
    .pkp_structure_main {
        padding-top: 0px;
}
}
/* register_page */
.container_register{
    display: flex;
    align-items: center;
    justify-content:center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	width: 69rem;
}
.register_page{
    width: 81%;
    max-width: 1200px;
    display: flex;
	flex-direction:column;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #d7dfe7;
    height: 100%;
}
.register_page form{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(66deg, #411115, transparent);
}
.register_page form h1{
    color: #ffffff;
    margin-bottom: 3rem;
    text-shadow: 1.5px 3px 4px #6b2f37;
    letter-spacing: 4px;
    font-size: 35px;
}
.form_group_register{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    width: 50%;
}
.form_group_register label{
    margin-bottom: 0.5rem;
    color: #ffffff;
    padding-left: 12px;
    font-size: 16px;
    font-weight: bold;
}
.cmp_form input[type="text"], .cmp_form input[type="email"], .cmp_form input[type="password"], .cmp_form select{
border: 2px solid #f0f0f0;
    background-color: transparent;
    height: 45px;
    width: 100%;
    border-radius: 10px;
	padding-left: 12px;
	color: #293d4e;
    max-width: 40em;
}
.cmp_form .fields>div {
    position: relative;
    padding-bottom: 1.143rem;
    color: white;
}
.register_page a:first-child{
color:black;
}
.cmp_form label{
font-size:14px;
}
.register_page  a{
color:#ffffff;
font-weight:bold;
}
.button-form_message{
    border: 2px solid #fff;
    background-color: #fff;
    width: 100%;
    height: 45px;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.button-form_message a{
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}
.form_group_register input{
    border: none;
    background-color: transparent;
    height: 45px;
    border-radius: 10px;
	padding-left: 12px;
	color: #293d4e;
}
.button-form button{
    border: 2px solid #ebeff3;
    background-color: #fff;
    width: 100%;
    height: 45px;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.buttons_register{
    display: flex;
    width: 500px;
    gap: 8px;
   
}
.house_right{
    text-align: center;
    min-height: 3rem;
    line-height: 3rem;
    position: relative;
    justify-content: space-between;
    background-color: #411115!important;
    border-radius: 5px;
    box-sizing: border-box;
    width: 330px;
    height: 42px;
    overflow: hidden;
    display: flex;
}
.house_right p{
    text-align: center;
    position: absolute;
    left: 110px;
	top:10px;
    margin: 0;
    color: #eef3f5;
	font-size:16px;
}
.house_right a{
    color: #eef3f5;
    text-decoration:none;
}
@media (min-width: 576px){
.house_right img{
    position: absolute;
    left: 30px;
    z-index: 2;
    top: 10px;
    width: 25px;
    height: 25px;
}
}
.house_left{
    position: absolute;
    background-color: #f2d9db;
    width: 95px;
    top: -43px;
    transform: rotate(114deg);
    right: 260px;
    height: 120px;
    bottom: 10px;
}
.footer {
    background-color: #666767;
    color: #fff;
    height: 400px;
	margin-top:50px;
}
.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}
.footer-wave-path {
    fill: #fffff2;
}
.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
}
.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}
.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.footer-logo-link {
    display: inline-block;
}
.footer-logo-link img{
    width: 200px;
    height: 240px;
    padding-top: 40px;
}
.footer-menu {
    margin-top: 30px;
        width: 400px;
}
.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
	padding-bottom:10px;
}
.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}
.footer-menu-list li {
    margin-top: 5px;
	width:450px;
}
.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #3f5f6e;
}
.button:last-of-type {
    margin-right: 0;
    margin-top: 20px;
}
.footer-call-to-action-button {
    background-color: #411115;
    border-radius: 10px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.footer-call-to-action {
    margin-top: 30px;
}
.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
	padding-bottom:10px;
}
.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
}
.footer-social-links {
    height: 54px;
    position: absolute;
    right: 120px;
    width: 236px;
    bottom: -1px;
}
.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
    margin-bottom: 300px;
}
.footer-social-amoeba-path {
    fill: #411115;
}
.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 26px;
}
.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
    bottom: -116px;
}
.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}
body[dir="rtl"] .footer-social-icon-svg {
    display: block;
    position: absolute !important;
    right: -9px !important;
}
.footer-social-icon-svg {
    display: block;
}
.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}
.footer-social-link.instagram{
    height: 28px;
    left: 60px;
    top: 5px;
    width: 28px;
}
.footer-social-link.telegram {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 24px;
}
.footer-social-link.website {
    height: 34px;
    left: 174px;
    top: 9px;
    width: 34px;
}
.footer-copyright {
    background-color: #411115;
    color: #fff;
    padding: 15px 30px;
    text-align: center;

}
.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.footer-copyright-text {
  color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}
.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}
/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:480px) and (max-width:599px)  { /* smartphones, Android phones, landscape iPhone */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    /*padding: 40px 15px 1050px;*/
    position: relative;
  }
}
@media (min-width:600px) and (max-width: 800px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
}
@media (min-width:1281px) { /* hi-res laptops and desktops */
}
@media (min-width: 760px) {
  .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 315px;
      position: relative;
    }
    .footer-wave-svg {
      height: 50px;
    }

  .footer-content-column {
      width: 24.99%;
    }
}
.minip {
  width: 230px;
  height: 380px;
  background: #FFF1F2;
  position: relative;
}
.minip .av {
  width: 210px;
  height: 320px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-position: top center;
  background-size: cover;
  transition:
    width .6s linear,
    height .6s linear;
}
.minip:hover .av {
  width: 220px;
  height: 340px;
  transition:
    width .6s linear,
    height .6s linear;
}
.minip .info {
  max-height: 100px;
  position: absolute;
  bottom: 100px;
  left: 0px;
  background: #ecaeb33d;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: flex-start;
  transition:
    bottom .6s linear;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 3px;
  padding-top: 3px;
  height: 130px;
}
.minip:hover .info {
    bottom: 50px;
    transition:
    bottom .6s linear;
}
.minip .info name {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
}
body[dir="rtl"] .minip_row_side{
	font-family: 'B Mitra'!important;
    font-size: 16px!important;
	margin:0px;
	line-height: 1.2;
}
body[dir="ltr"] .minip_row_side p{
  	font-size: 12px!important;
	font-family: 'Noto Serif'!important;
 	margin:0px;
 	line-height: 1.5;
} 
body[dir="rtl"] .minip a.plot{
    width: 60px;
    height: 25px;
    position: absolute;
    left: 5px;
    background: #411115;
    font-size: 12px;
    text-transform: uppercase;
    color: #F7F1E1;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: 'B Mitra';
}
.minip a.plot {
  width: 60px;
  height: 25px;
  position: absolute;
  bottom: 90px;
  left: 160px;
  background: #411115;
  font-size: 8px;
  text-transform: uppercase;
  color: #F7F1E1;
  text-decoration: none;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    bottom .6s linear;
}
.minip:hover a.plot {
  bottom: 35px;
  transition:
    bottom .6s linear;
}
.obj_article_details .authors .orcid{
	display: flex;
    font-size: .93rem;
    line-height: 1.43rem;
    gap: 5px;
}
.obj_galley_link.file{
	background:#901e5a;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 0px 9px 0px 9px;
    cursor: pointer;
    width: auto;
	height: 30px;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");
.SubmissionProcess {
  --color: rgba(30, 30, 30);
  --bgColor: rgba(245, 245, 245);
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 2rem;
  padding: 2rem;
  font-family: "Poppins", sans-serif;
  color: var(--color);
  background: var(--bgColor);
}
.sub_ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}
/* line */
.sub_ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}
/* row gaps */
.sub_ul .sub_li:not(:last-child) {
  margin-bottom: var(--row-gap);
}
/* card */
.sub_ul .sub_li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}
/* date */
.sub_ul .sub_li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: #411115;

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}
/* date flap */
.sub_ul .sub_li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: #411115;
  position: absolute;
  top: 100%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}
/* circle */
.sub_ul .sub_li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid #411115;
  border-radius: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}
/* title descr */
.sub_ul .sub_li .title,
.sub_ul .sub_li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
.sub_ul .sub_li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
.sub_ul .sub_li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}
/* shadows */
.sub_ul .sub_li .title::before,
.sub_ul .sub_li.descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
}
.sub_ul .sub_li .title::before {
    bottom: calc(100% + 0.125rem);
}

.sub_ul .sub_li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .sub_ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .sub_ul::before {
    grid-column: 2;
  }
  .sub_ul .sub_li:nth-child(odd) {
    grid-column: 1;
  }
  .sub_ul .sub_li:nth-child(even) {
    grid-column: 3;
  }
  /* start second card */
  .sub_ul .sub_li:nth-child(2) {
    grid-row: 2/4;
  }

  .sub_ul .sub_li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }
  .sub_ul .sub_li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .sub_ul .sub_li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}
.sub_li a:hover{
    color:#6c4141;
    font-weight: 900;

}
.credits {
  margin-top: 1rem;
  text-align: right;
}
.credits a {
  color: var(--color);
}
.a_forms {
    color: white; /* رنگ متن */
    font-size: 16px; /* اندازه متن */
    font-family: 'Arial', sans-serif; /* نوع فونت */
    transition: transform 0.2s, background-color 0.2s; /* انیمیشن */
    margin-bottom: 10px;
    border: none; /* عدم وجود حاشیه */
    cursor: pointer; /* نشانگر دکمه */
    text-decoration:none;
}
.a_forms a{
    text-decoration:none;
    color: black;
}
.a_forms:hover a{
    color: #476386;
}
/* Header styles inside the container */
.item.doi{
	display:flex;
	gap:5px;
}
.item.authors{
	padding-bottom:5px;
}
.rea_language_buttons{
	background-color: #ffffff00;
    width: 35px;
    height: 35px;
    border: 2px solid #6e683f;
    border-radius: 15px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 1px;
    margin-top: 1px;
    font-size: 16px;
    font-family: "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-weight: inherit;
    color: white;
	padding:1px;
}
/*Responsive*/
/* @media(min-width:992px){
.pkp_navigation_primary {
	visibility:hidden;
    }
} */
.pkp_site_name_wrapper{
	width:500px;
}

@media (max-width: 1200px) {
	.rea{
	visibility:hidden;
    display:none;
    width:0px;
    }
}
@media (max-width: 768px) {
	.pkp_structure_sidebar{
    visibility:hidden;
    display:none;
   
    }
}
@font-face {
  font-family: 'B Mitra'; /* Name of the font */
  src: url('/public/journals/1/Far_Mitra.ttf') format('truetype'), /* Path to the TTF file */
    font-weight: normal; /* Adjust if you have bold or other variants */
  font-style: normal;  /* Adjust if you have italic or other styles */
}
/* Apply the custom font to specific elements */
body[dir="rtl"] .section_tabs .journal_details,
body[dir="rtl"] .instruction_for_authors,
body[dir="rtl"] .journal_policy,
body[dir="rtl"] .associated_journals {
  font-family: 'B Mitra';
  font-size: 1.5rem;
}
body[dir="rtl"] .section_tabs h2{
	font-family: 'B Mitra';
	font-size:1.2rem;
}
body[dir="rtl"] .homepage_about h2{
	font-family: 'B mitra'!important;
	font-size:1.5rem!important;
}
body[dir="rtl"] .homepage_about p{
	font-family: 'B mitra';
	font-size:18px;
}
body[dir="rtl"] .pkp_structure_sidebar a, 
body[dir="rtl"] .pkp_structure_sidebar span, 
body[dir="rtl"] .pkp_structure_sidebar p, 
body[dir="rtl"] .pkp_structure_sidebar h2 {
    font-family: 'B Mitra';
    font-size: 1.3rem;
}
body[dir="ltr"] .pkp_structure_sidebar a, 
body[dir="ltr"] .pkp_structure_sidebar span, 
body[dir="ltr"] .pkp_structure_sidebar p, 
body[dir="ltr"] .pkp_structure_sidebar h2 {
    font-family: 'Noto Serif';
    font-size: 1rem;
}

body[dir="ltr"] .container_sidbar_left a, 
body[dir="ltr"] .container_sidbar_left span, 
body[dir="ltr"] .container_sidbar_left p {
    font-family: 'Noto Serif';
    font-size: 1rem;
}
body[dir="rtl"] .container_sidbar_left a, 
body[dir="rtl"] .container_sidbar_left span, 
body[dir="rtl"] .container_sidbar_left p {
    font-family: 'B Mitra';
    font-size: 1.3rem;
}
body[dir="rtl"] #volume {
	font-family: 'B mitra';
	font-size:1.3rem;
}
body[dir="rtl"] .pkp_block  p {
	font-family: 'B mitra';
	font-size:1.5rem;
}
body[dir="rtl"] #wordcloud text{
	font-family: 'B Mitra'!important:
}
body[dir="rtl"] .indexing{
 	font-family: 'B Mitra';
	font-size:1.5rem;
}
body[dir="rtl"] .heaedr_accordion {
    min-height: 3rem;
    display: flex;
    font-size: 14px;
    line-height: 3rem;
    position: relative;
    justify-content: space-between;
    background-color: #411115;
    padding-left: 2rem;
    padding-right: 1rem;
    border-radius: 2px;
    box-sizing: border-box;
}
body[dir="rtl"] .pkp_site_name_wrapper{
    width: auto;
}
@media(min-width 360px){
body[dir="rtl"] .box-new{
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    position: relative;
    top: -590;
    right: 10px;
    z-index: 3;
    
}
}
@media(min-width 992px){
body[dir="rtl"] .box-new{
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    position: relative;
    top: -15;
    right: -110px;
    z-index: 3;
    
}
}

body[dir="rtl"] .house_right p{
    text-align: center;
    position: relative;
    top: 10px;
    margin: 0;
    color: #eef3f5;
    font-size: 16px;
	left:290;
}
body[dir="rtl"] .minip .info{
    max-height: 100px;
    position: absolute;
    background: #ecaeb391;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: flex-start;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
    height: 130px;
	left:30px;
	right:0px;
}
body[dir="rtl"] .obj_issue_toc .section>h3 {
    color: #2a0508;
    padding-bottom: 30px;
    margin-left: 16px;
    border-bottom: 5px solid #411115;
    width: 200px;
    height: 20px;
    text-align: right;
	font-family: 'B Mitra'!important;
	font-size:20px!important;

}
body[dir="rtl"] .obj_article_summary {
     padding-right: 10px;
      padding-left: 3em;
}
/* body[dir="rtl"] .obj_article_summary .pages {
    position: absolute;
    top: 23px;
    right: 750px!important;
    line-height: 2.143rem;
   font-size:16px!important;
} */
body[dir="rtl"] .obj_article_summary .authors {
     padding-right: 0.1rem;
}
body[dir="rtl"] .obj_galley_link{
 	width: fit-content;

}
body[dir="rtl"] .content_tabs h2{
	font-family: 'B mitra'!important;
	font-size:16px!important;
}
 @media (min-width: 992px) {
body[dir="rtl"] .obj_article_summary .pages {
        position: absolute;
        top: 25px;
        right: 100%;
        line-height: 2.143rem;
		font-size:14px;
		width: 70px;
    }
}
@media(min-width:360px){
body[dir="rtl"] .pkp_navigation_primary ul {
    text-align: left;
	font-family:'B mitra';
}
}
@media(min-width:360px){
    .container-guide-new {
    flex-direction: row;
    padding: 20px;
    }
}
.card_text h4{
    color: #2e3350;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 3px;
    text-align: center;
}

.minip .mg {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: grid;
  grid-template-columns: 180px 50px;
  grid-template-rows: 100px 150px;
  grid-template-areas:
    'clr group'
    'clr .....';
  transition:
    grid-template-columns .6s linear,
    grid-template-rows .6s linear;
}
.minip:hover .mg {
  grid-template-columns: 140px 90px;
  grid-template-rows: 50px 300px;
  transition:
    grid-template-columns .6s linear,
    grid-template-rows .6s linear;
}
.minip .mg .clr {
  height: 230px;
  grid-area: clr;
  background: #411115;
}
.minip .mg .group {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
   white-space: nowrap;
}
/*Responsive*/
/* Apply the custom font to specific elements */
body[dir="rtl"] .footer-content-column ul,
body[dir="rtl"] .footer-content-column li,
body[dir="rtl"] .footer-content-column a {
    font-family: 'B Mitra';
    font-size: 18px;
}
body[dir="rtl"] .doiInSummary{
	display: flex;
    margin: 5px 0;
    gap: 5px;
    direction: ltr;
    justify-content: flex-end;

}
body[dir="ltr"] .doiInSummary a{
	font-size: 14px;
	font-family: 'Noto Serif'!important;
}
body[dir="rtl"] .doiInSummary a{
	font-size: 14px;
	font-family: 'Noto Serif';
	
}
body[dir="rtl"] .homepage_about h2{
	font-family: 'B mitra';
	font-size:1.5rem;

}
body[dir="ltr"] .homepage_about p, em{
	font-family: 'Noto Serif';
	font-size:12px;

}
body[dir="rtl"] .pkp_structure_sidebar a{
	font-family: 'B Mitra';
    font-size: 18px;
}
body[dir="rtl"] .container_sidbar_left a, 
body[dir="rtl"] .container_sidbar_left span, 
body[dir="rtl"] .container_sidbar_left p {
    font-family: 'B Mitra';
    font-size: 18px;
}
body[dir="rtl"] #volume {
	font-family: 'B mitra';
	font-size:18px;
}
body[dir="rtl"] .pkp_structure_main p,
body[dir="rtl"] .pkp_structure_main ul{
	font-family: 'B mitra';
	font-size:18px;
}
body[dir="ltr"] .pkp_structure_main p, 
body[dir="ltr"] .pkp_structure_main ul{
	font-family: 'Noto Serif';
	font-size:14px;
}

body[dir="rtl"] .search-box-new{
	display: flex;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 15px;
    border: 2px solid #6e683f;
    padding: 5px;
    cursor: pointer;
    position: relative;
}
body[dir="rtl"] .fa-home{
	 position: absolute;
     right: 7px;
}
body[dir="rtl"] .home-box-new{
	display: flex;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 15px;
    border: 2px solid #6e683f;
    padding: 5px;
    cursor: pointer;
    position: relative;
}
body[dir="rtl"] .home-box-new a:hover {
    background: #fff;
	right:7px;
}
body[dir="rtl"] .fa-search{
	position: absolute;
    right: 7px;
 	top: 8px;
}
body[dir="rtl"] .house_right p{
    text-align: center;
    position: relative;
    top: 10px;
    margin: 0;
    color: #eef3f5;
    font-size: 16px;
	left:290px;
}
body[dir="rtl"] .minip .info{
    max-height: 100px;
    position: absolute;
    background: #ecaeb33d;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: flex-start;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
    height: 130px;
}


body[dir="rtl"] .obj_article_summary .authors {
     padding-right: 0.1rem;
	font-size:16px;
}
body[dir="rtl"] .pkp_footer_content{
    text-align: right;
}
body[dir="rtl"] .footer-content-column{
    float: right;
}
body[dir="rtl"] .footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0px;
    margin-right: 38px;
    margin-top: 0px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: 'B Mitra';
    font-size: 1.3rem;
}
body[dir="rtl"] .footer-menu-name h2{
    font-family: 'B Mitra';
    font-size: 1.3rem;
}
body[dir="rtl"].footer-social-icon-svg {
    display: block;
    position: absolute;
    right: -9;
}
body[dir="rtl"] .footer-social-links {
    height: 54px;
    position: absolute;
    right: 900px;
    width: 236px;
    bottom: -1px;
}
body[dir="rtl"] .sections h3{
    font-family: 'B Mitra';
    font-size: 1.5rem;
}
body[dir="rtl"].obj_galley_link {
	font-size: 0.5rem;
}
body[dir="rtl"] .obj_article_summary .title{
	font-family: 'B Mitra'!important;
    font-size: 18px!important;
}
body[dir="rtl"] .SubmissionProcess h1,
body[dir="rtl"] .SubmissionProcess p, 
body[dir="rtl"] .SubmissionProcess ul,
body[dir="rtl"] .SubmissionProcess li{
	font-family: 'B Mitra';
	font-size: 16px;
}
body[dir="rtl"] .SubmissionProcess h1{
	font-family: 'B Mitra';
	font-size: 24px;
}
body[dir="rtl"] .col-3  a{
	font-family: 'B Mitra';
	font-size: 18px;
}
body[dir="rtl"] .col-9 h4{
	font-family: 'B Mitra';
	font-size: 20px;
}
body[dir="rtl"] .page  h1{
	font-family: 'B Mitra';
	font-size: 24px;
}
body[dir="rtl"] .page  p,
body[dir="rtl"] .page li{
	font-family: 'B Mitra';
	font-size: 18px;
}
body[dir="ltr"] .page  p,
body[dir="ltr"] .pageli{
	font-family: 'Noto Serif';
	font-size: 14px;
}
body[dir="rtl"] .pkp_structure_main  h1, 
body[dir="rtl"] .pkp_structure_main  h2,
body[dir="rtl"] .pkp_structure_main   h3, 
body[dir="rtl"] .pkp_structure_main  h4 {
	font-family: 'B Mitra';
	font-size: 24px;
}
body[dir="ltr"] .pkp_structure_main  h1, 
body[dir="ltr"] .pkp_structure_main  h2,
body[dir="ltr"] .pkp_structure_main   h3,
body[dir="ltr"] .pkp_structure_main   h4 {
	font-family: 'Noto Serif';
	font-size: 14px;
}
body[dir="rtl"] .current_issue h3{
	font-family: 'B Mitra';
	font-size: 18px;
}
body[dir="ltr"] .profile {
	font-family: 'Noto Serif';
	font-size: 14px;
}
body[dir="rtl"] .profile {
	font-family: 'B Mitra';
	font-size: 16px;
}
body[dir="rtl"] .footer-call-to-action-title {
    color: #fffff2;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
	padding-bottom:10px;
	font-family: 'B Mitra';
}
body[dir="rtl"] .card_text h4, 
body[dir="rtl"] .card_text p, 
body[dir="rtl"] .card_text em{
	font-family: 'B Mitra';
	font-size: 16px;
}
body[dir="rtl"] .Editrial_B h2{
	font-family: 'B Mitra';
	font-size: 24px;
}
body[dir="rtl"] .sub_ul .sub_li .date::before{
	content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: #f5f5f5;
    position: absolute;
    top: 100%;
	left: 0px !important;
}
body[dir="rtl"] .sub_ul .sub_li .date::after{
	content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border-radius: 50%;
    top: 50%;
    Border: 0.3rem solid #f5f5f5;
}
body[dir="rtl"] .value li{
	font-family: 'serif'!important; 
     direction: ltr!important; 
	 text-align:left;
	font-size:16px;
}
body[dir="rtl"] .obj_article_details .authors .affiliation{
	font-size: 16px;
}
body[dir="rtl"] .orcid a{
	font-size: 14px;
	font-family: 'serif';
}
body[dir="rtl"] .sub_item h2,
body[dir="rtl"] .sub_item div{
    font-family: 'B Mitra'!important;
	font-size: 16px!important;
}
body[dir="rtl"] .csl-bib-body a{
	font-size: 12px;
	font-family: 'serif'!important;
}
body[dir="rtl"] .citation_formats button {
	font-family: 'B Mitra'!important;
}
body[dir="rtl"] .main_entry p{
    font-size: 17px;
    text-align: justify;
}
body[dir="rtl"] .main_entry h2{
    font-size: 20px !important;
	font-family: 'B Mitra'!important;
    text-align: justify !;
}
body[dir="rtl"] .main_entry span{
    font-size: 16px !important;
	font-family: 'B Mitra'!important; 
}
body[dir="rtl"] .obj_issue_summary a{
    font-size: 22px;
	font-family: 'B Mitra'; 
}
body[dir="rtl"] .obj_issue_summary .series{
	padding-top:20px!important;
}
body[dir="rtl"] .cmp_breadcrumbs{
	font-family: 'B Mitra'; 
}

@media (min-width: 992px) {
    .pkp_navigation_user_wrapper {
        position: absolute;
        top: 25;
        left: 50%;
        transform: translateX(-50%);
        padding-left: .714rem;
        padding-right: .714rem;
        text-align: right;
        padding-top: 0;
        margin-top: 0;
        border-top: none;
        z-index: 0;
    }
.pkp_site_nav_menu {
    background: none;
    position: fixed;
	top:-0.1;
}
.pkp_site_nav_menu_custom {
    background: none;
    position:relative;
    top:-75px;

}
body[dir="rtl"] .pkp_site_nav_menu_custom a{
   color:#fff;
  font-size:18px!important;
}
.pkp_site_nav_menu_custom a{
   color:#fff;
  font-size:14px;
}

body[dir="rtl"] .pkp_navigation_primary li a{
	font-family:'B mitra';
    font-size:18px;

}
@media (min-width: 992px)  {
    .pkp_navigation_primary {
        display: inline-block;
        top: 80;
        left: -200px;
        position: relative;
 }
}
@media(min-width:992px){
.pkp_navigation_primary li a{
        margin: 2px 0px;
        padding: 5px 1px;
        border-bottom: 2px solid transparent;
        color: #fff;
        text-decoration: none;

}
}
@media(min-width:1200px){
.pkp_navigation_primary li a{
        margin: 2px 3px;
        padding: 5px 5px;
        border-bottom: 2px solid transparent;
        color: #fff;
        text-decoration: none;

}
}
@media(min-width:1400px){
.pkp_navigation_primary li a{
        margin: 2px 3px;
        padding: 5px 5px;
        border-bottom: 2px solid transparent;
        color: #fff;
        text-decoration: none;

}
}
@media(min-width:1600px){
.pkp_navigation_primary li a{
        margin: 2px 5px;
        padding: 5px 10px;
        border-bottom: 2px solid transparent;
        color: #fff;
        text-decoration: none;

}
}

/* mehvar conference----------------------------------------------------------------------------------------------- */

.mehvar h1 {
  font-family: sans-serif;
}

.olcards,
.olcards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.olcards {
  list-style: none;
  counter-reset: cardCount;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
}

.olcards li {
  counter-increment: cardCount;
  display: flex;
  color: white;
  margin-top: 1rem;
}

.olcards li::before {
    content: counter(cardCount, decimal-leading-zero);
    background: #e5e5e5;
    color: #2e2e3f;
    font-size: 2em;
    font-weight: 700;
    transform: translateY(-1rem);
    margin-right: -1rem;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 0.5em;
    font-family: 'Noto Serif';

}

.content_mehvar{
	width:900px;
}

.olcards li:nth-child(1) .content_mehvar { background-color: #27548A; color: #FFF; }
.olcards li:nth-child(2) .content_mehvar { background-color: #F5EEDC; color: #000; }
.olcards li:nth-child(3) .content_mehvar { background-color: #183B4E; color: #FFF; }
.olcards li:nth-child(4) .content_mehvar { background-color: #DDA853; color: #000; } 


.olcards li .content_mehvar {
  /*display: grid;*/
  padding: 0.5em calc(1em + 1.5rem) 0.5em calc(1em + 1rem);
  /*grid-template-areas:*/
  /*  "icon title"*/
  /*  "icon text";*/
  /*gap: 0.25em 1em;*/
  clip-path: polygon(
    0 0,
    calc(100% - 1.5rem) 0,
    100% 50%,
    calc(100% - 1.5rem) 100%,
    calc(100% - 1.5rem) calc(100% + 1rem),
    0 calc(100% + 1rem)
  );
  position: relative;
}

.olcards li .content_mehvar::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: inherit;
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  filter: brightness(0.75);
}

.olcards li .content_mehvar::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
  left: 0;
  top: 100%;
}

.olcards li .icon {
  grid-area: icon;
  align-self: center;
  font-size: 2em;
}

.olcards li .content_mehvar .title {
  grid-area: title;
  font-size: 1.25em;
}

.olcards li .content_mehvar .text {
  grid-area: text;
}

/* -----------------------confrance-topic------------------------------------------ */

/* کل بخش را راست‌چین کنیم */
body[dir="rtl"] .mehvar {
  direction: rtl;
}

/* عنوان را راست‌چین کنیم */
body[dir="rtl"] .mehvar h1 {
  font-family: 'B mitra';
  text-align: right;
  font-size:28px;
}

/* لیست بدون استایل و پایه تنظیمات */
body[dir="rtl"] .olcards,
.olcards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:'B mitra';
}

/* لیست اصلی */
body[dir="rtl"] .olcards {
  list-style: none;
  counter-reset: cardCount;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
}

/* آیتم‌های لیست */
body[dir="rtl"] .olcards li {
  counter-increment: cardCount;
  display: flex;
  color: white;
  margin-top: 1rem;

  /* در حالت راست‌چین، آیتم‌ها برعکس شوند: از راست شروع شوند */
  flex-direction: row;
  align-items: stretch;
}

/* شماره‌گذاری هر آیتم */
body[dir="rtl"] .olcards li::before {
    content: counter(cardCount, decimal-leading-zero);
    background: #e5e5e5;
    color: #2e2e3f;
    font-size: 2em;
    font-weight: 700;
    transform: translateY(-1rem);
    /* اینجا باید شماره در سمت راست باشد، پس از سمت چپ به سمت راست حرکت کنیم */
    margin-right: 0;
    margin-left: -1rem; /* برای کشیدن شماره سمت راست */
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 0.5em;
    font-family: 'B Mitra';
}

/* ابعاد و عرض محتوای اصلی */
body[dir="rtl"] .content_mehvar {
  width: 900px;
}

/* رنگ‌ها برای هر آیتم */
body[dir="rtl"] .olcards li:nth-child(1) .content_mehvar { background-color: #27548A; color: #FFF;}
body[dir="rtl"] .olcards li:nth-child(2) .content_mehvar { background-color: #F5EEDC; color: #000;}
body[dir="rtl"] .olcards li:nth-child(3) .content_mehvar { background-color: #183B4E; color: #FFF;}
body[dir="rtl"] .olcards li:nth-child(4) .content_mehvar { background-color: #DDA853; color: #000; }

/* ناحیه محتوا */
body[dir="rtl"] .olcards li .content_mehvar {
  /*display: grid;*/
  padding: 0.5em calc(1em + 1.5rem) 0.5em calc(1em + 1rem);
  
  /* تغییر جهت ساختار گرید برای راست‌چین شدن */
  /*grid-template-areas:*/
  /*  "icon title"*/
  /*  "icon text";*/

  /*gap: 0.25em 1em;*/

  /* تغییر شکل پیکان و قوس‌ها برای سمت راست */
  clip-path: polygon(  0 50%,  1.5rem 0,  100% 0,  100% 100%,  1.5rem 100%,  0 50%);
  position: relative;
}

/* قبل از محتوا، برای ایجاد برش سمت راست */
body[dir="rtl"] .olcards li .content_mehvar::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: inherit;
  right: 0; /* سمت راست */
  bottom: 0;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  filter: brightness(0.75);
}

/* بعد از محتوا، در سمت راست */
body[dir="rtl"] .olcards li .content_mehvar::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
  right: 0;
  top: 100%;
}

/* آیکن‌ها */
body[dir="rtl"] .olcards li .icon {
  grid-area: icon;
  align-self: center;
  font-size: 2em;
  /* برای قرارگیری در سمت راست */
  justify-self: end;
}

/* عنوان‌ها و متن‌ها */
body[dir="rtl"] .olcards li .content_mehvar .title {
  grid-area: title;
  font-size: 1.25em;
  text-align: right;
}

body[dir="rtl"] .olcards li .content_mehvar .text {
  grid-area: text;
  text-align: right;
}

/* ---------NEWS---------------- */
.main_news {
  max-width: 1200px;
  margin: 100 auto;
}

.cards_news {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item_news {
  display: flex;
  padding: 1rem;
}

.card_image_news {
  position: relative;
  max-height: 250px;
}

.card_image_news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_image_news img:hover {
 transform: scale(1.1);
 transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  
}

.card_price_news {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 0.25rem;
  background-color: #c89b3f;
  font-size: 18px;
  font-weight: 700;
}

.card_price_news span {
  font-size: 12px;
  margin-top: -2px;
}

.note_news {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  border-radius: 0.25rem;
  background-color: #c89b3f;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 40rem) {
  .cards_item_news {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item_news {
    width: 300px;
    height: 550px;
  }
}

.card_news {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content_news {
  position: relative;
  padding: 16px 12px 32px 24px;
  margin: 16px 8px 8px 0;
  max-height: 290px;
  overflow-y: scroll;
}

.card_content_news::-webkit-scrollbar {
  width: 8px;
}

.card_content_news::-webkit-scrollbar-track {
  box-shadow: 0;
  border-radius: 0;
}

.card_content_news::-webkit-scrollbar-thumb {
  background: #c89b3f;
  border-radius: 15px;
}

.card_title_news {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.card_title_news::after {
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c89b3f;
  content: "";
}

hr {
  margin: 24px auto;
  width: 50px;
  border-top: 2px solid #c89b3f;
}

.card_text_news p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.5;
}

.card_text_news p:last-child {
  margin: 0;
}

/* -------------------------gallery------------------------------- */
.grid_card_image {
  width: min(90%, 100rem);
  margin: 0 auto;
  height: 100vh;
  display: grid;
  place-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}


.grid_card {
  display: grid;
  grid-template-columns: 25% 30% 15% 25%;
  gap: 15px;
  place-content: center;
  grid-template-rows: 50% 50%;
  height: 80vh;
  min-height: 460px;
  padding: max(2vh, 1.5rem);
  margin: 0;
  box-sizing: border-box;
}

.grid_card .card {
  border-radius: 25px;
  box-shadow: -2px 4px 15px rgb(0 0 0 / 26%);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.grid_card .card:nth-child(2) {
  grid-column: 2/3;
  grid-row: span 2;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.grid_card .card:nth-child(3) {
  grid-column: span 2;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.grid_card .card p {
  font-size: clamp(0.9rem, 0.8750rem + 0.1250vw, 1rem);
  line-height: 1.4;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.grid_card .card img {
  border-radius: 25px;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.grid_card .card .card__img {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.grid_card .card .card_img .card_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: clamp(0.938rem, 5vw, 1.563rem);
  background: linear-gradient(0deg, rgb(0 0 0 / 57%) 0%, rgb(255 255 255 / 0%) 100%);
  width: 100%;
  height: 100%;
  border-radius: 25px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin: 0;
  box-sizing: border-box;
}

.grid_card .card .card__img span {
  position: absolute;
  top: 25px;
  left: min(2vmax, 1.563rem);
  color: #ff7b29;
  background: #fff;
  border-radius: 50px;
  padding: 2px 8px 2px 6px;
  display: flex;
  box-shadow: 0px 1px 20px #0000002b;
  margin: 0;
  box-sizing: border-box;
}

.grid_card .card .card__img span svg {
  fill: #ff7b29;
  width: 20px;
  padding: 0;
  box-sizing: border-box;
  margin-right: 2px;
}

/* Media Queries */
@media screen and (max-width: 690px) {
  .grid_card {
    height: 65vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .grid_card .card:nth-child(2) {
    grid-column: span 1;
    grid-row: span 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .grid_card .card:nth-child(3) {
    grid-column: 2/4;
    grid-row: 1/2;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .grid_card .card:nth-child(6) {
    grid-column: 2/4;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    grid-row: 2/3;
  }

  .grid_card .card .card__img span {
    top: 20px;
  }
}

@media screen and (max-width: 470px) {
  .grid_card {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 35%);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .grid_card .card {
    grid-column: span 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .grid_card .card:nth-child(5) {
    grid-column: span 2;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .grid_card .card .card__img span {
    top: 15px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
}
.cover_sidebar{
    visibility: hidden;
    display: none;
}

/*-----------------------------taghvime---------------------------------*/
.taghvim {
    display: flex;
    justify-content: center;
    align-items: center;
}

.countdown-container {
    background-color: #fff;
    text-align: center;
    width:250px;
}
body[dir="rtl"] .countdown-container{
	font-family:'B mitra';
    font-size: 16px;
}
body[dir="rtl"] .label{
	font-family:'B mitra';
    font-size: 16px;
}
.countdown-container h1 {
    font-family: system-ui;
    font-size: 20px;
    margin-bottom: 20px;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 2px;
    padding-left: 8px;
    line-height: calc(2.143rem - 2px);
    font-weight: 600;
    color: #2a0508;
    text-decoration: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 7px;
    margin-bottom: 10px;
    height: 50px;
    border-bottom: 3px solid #411115;
}
body[dir="rtl"] .countdown-container h1{
	font-family: 'B mitra';
	font-size:24px;
	display: inline-block;
    padding-top: 10px;
    padding-bottom: 2px;
    padding-left: 8px;
    line-height: calc(2.143rem - 2px);
    font-weight: 600;
    color: #2a0508;
    text-decoration: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 7px;
    margin-bottom: 10px;
    height: 50px;
    border-bottom: 3px solid #411115;
}
.time {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-top: 20px;
    direction: ltr;
}


.unit {
    background-color: #b1bbd34a;
    padding: 10px 15px;
    font-size: 20px;
    color: #505495;
    font-weight: bold;
   
}

.label {
    display: block;
    font-size: 14px;
    color: #af8100;
    margin-top: 5px;
}

/*--------------------------------dokmeh---------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,700);

.dokmeh {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top:50px;
    min-width:250px;
    max-width:250px;
/*     height: 200px; */
    /*background-color: #1F3944;*/
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    box-sizing: border-box;
}
.dokmeh a {
	min-width:250px;
    max-width:250px;
    text-align: center;

}

*, *:before, *:after {
    box-sizing: border-box;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    box-sizing: border-box;
}

.icon-paperplane {
    font-size: 1em;
    color: white;
    margin-left: 1px;
    margin-top: 5px;
  box-sizing: border-box;
}

.contact-button {
    position: relative;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    border: 2px solid #1F3944;
    border-radius: 4px;
    padding: 20px 60px 20px 55px;
    transition: 0.3s ease-in-out;
    background-color: #1F3944;
  box-sizing: border-box;
}
body[dir="rtl"] .contact-button{
	font-family:'B mitra';
}
body[dir="rtl"] .contact-button2{
	font-family:'B mitra';
}
.contact-button2 {
    position: relative;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    border: 2px solid #1F3944;
    border-radius: 4px;
    padding: 20px 60px 20px 55px;
    transition: 0.3s ease-in-out;
    background-color: #1F3944;
  box-sizing: border-box;
}

.contact-button span {
    text-transform: none;
    position: absolute;
    color: #eaad00;
    opacity: 0;
    transition: all 0s ease 0s;
    box-sizing: border-box;
}
.contact-button2 span {
    text-transform: none;
    position: absolute;
    color: #eaad00;
    opacity: 0;
    transition: all 0s ease 0s;
    box-sizing: border-box;
}

.contact-button:hover {
    transition: 0.3s ease-in-out;
    border: 2px solid #1F3944;
    border-radius: 50px;
    background-color: white;
    box-sizing: border-box;
    color:white;
}
.contact-button2:hover {
    transition: 0.3s ease-in-out;
    border: 2px solid #1F3944;
    border-radius: 50px;
    background-color: white;
    box-sizing: border-box;
    color:white;
}

.contact-button:hover > span {
    opacity: 1;
    transition: all 0.25s ease-in-out 0.1s;
    box-sizing: border-box;
	left:70;
}
.contact-button2:hover > span {
    opacity: 1;
    transition: all 0.25s ease-in-out 0.1s;
    box-sizing: border-box;
	left:70;
    top: 22;
}

.contact-button:hover:before {
    transition: 0.3s ease-in-out;
    background-color: #eaad00;
  box-sizing: border-box;
}
.contact-button2:hover:before {
    transition: 0.3s ease-in-out;
    background-color: #eaad00;
  box-sizing: border-box;
}

.contact-button:before,
.contact-button:after {
    content: "";
    position: absolute;
    top: -14px;
    left: -12px;
    width: 132px;
    height: 25px;
  box-sizing: border-box;
}
.contact-button2:before,
.contact-button2:after {
    content: "";
    position: absolute;
    top: -14px;
    left: -12px;
    width: 132px;
    height: 25px;
  box-sizing: border-box;
}

.contact-button:before {
    border: 1px solid #eaad00;
    background-color: #1F3944;
    transform: skew(-25deg);
    transition: 0.3s ease-in-out;
  box-sizing: border-box;
}
.contact-button2:before {
    border: 1px solid #eaad00;
    background-color: #1F3944;
    transform: skew(-25deg);
    transition: 0.3s ease-in-out;
  box-sizing: border-box;
}

.contact-button:after {
	content: "docx";
    font-size: 0.45em;
	text-align:center;
    left: -10px;
    color: white;
    box-sizing: border-box;
}
.contact-button2:after {
	content: "cert";
    font-size: 0.45em;
	text-align:center;
    left: -10px;
    color: white;
    box-sizing: border-box;
}

.inspiration {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #4f6d7d; /* lighten(#1F3944, 25%) تقریبی */
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1em;
  box-sizing: border-box;
}

body[dir="rtl"] .contact-button span {
    text-transform: none;
    position: absolute;
    color: #eaad00;
    padding-left: 30px;
    opacity: 1;
    transition: all 0s ease 0s;
    box-sizing: border-box;
}
body[dir="rtl"] .contact-button2 span {
    text-transform: none;
    position: absolute;
    color: #eaad00;
    padding-left: 30px;
    opacity: 0;
    transition: all 0s ease 0s;
    box-sizing: border-box;
}
body[dir="rtl"] .contact-button2:hover > span {
    opacity: 1;
    transition: all 0.25s ease-in-out 0.1s;
    box-sizing: border-box;
	left:70;
}

/*--------------------------------cover-----------------------------------*/
.cover_new {
  position: relative;
  overflow: hidden;
  width: 255px;
/*   height: 405px; */
  background: #ffffff;
  box-shadow: 0px 0px 1px rgb(37 59 110 / 55%);
}
.cover_new img {
  margin: 10px 10px;
  display: block;
  position: relative;
  border: 1px solid #090850;
  transform: translate(0, 0);
/*   height: 380px; */
  width: 230px;
}

/*----------------------------------Footer---------------------------------------------------*/
@media (min-width: 300px) {
    .footer_Copyright{
        text-align: center;
    }
  }
@media (min-width: 992px) {
    footer {
      min-height: 300px; /* مقدار دلخواه */
    }
  }
/* Section: Contact CTA */
.footer_conf {
    background-color: #89a1bf;
    padding: 20px;
    position: relative;
    top: 60px;
    margin: 0 auto;
    max-width: 70%;
    box-shadow: -20px -20px rgb(215 215 215 / 41%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_conf h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer_conf p {
    margin: 0;
    font-size: 16px;
}

.footer_conf .btn-dark {
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 0;
}

  /* Footer Styling */
footer {
    background-color: #0f172a;
    padding-top: 120px;
    color: #cbd5e1;
    padding-right: 110px;

}


body[dir="rtl"] footer {
    background-color: #0f172a;
    padding-top: 120px;
    color: #cbd5e1;
    padding-left: 110px;

}


footer h6 {
    color: white;
    margin-bottom: 15px;
    font-weight: bold;
}

footer a {
    color: #94a3b8;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

footer a:hover {
    color: white;
}

.social_icons a {
    background-color: #818cf8;
    color: white;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
}
.social_icons a img{
	padding-top:6px;
}

.footer_Copyright{
    margin-top: 200px;
}

.footer_Copyright .col-md-3{
    text-align: center;
}

/* --------NEW LOGIN--- */
.login-root {
    background: #fff;
    display: flex;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}
.loginbackground {
    min-height: 692px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}
.flex-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.center-center {
    align-items: center;
    justify-content: center;
}
.box-root {
    box-sizing: border-box;
}
.flex-direction--column {
    -ms-flex-direction: column;
    flex-direction: column;
}
.loginbackground-gridContainer {
    display: grid;
    justify-content: center;
    /* ستون‌ها: 1fr | gutter | 16 ستون | gutter | 1fr */
    grid-template-columns:
    [start] 1fr
    [left-gutter]
    repeat(16, 86.6px)
    [right-gutter]
    1fr
    [end];
    /* ردیف‌ها: 1fr | gutter | 8 ردیف | gutter | 1fr */
    grid-template-rows:
    [top] 1fr
    [top-gutter]
    repeat(8, 64px)
    [bottom-gutter]
    1fr
    [bottom];
    margin: 0 -2%;
    transform: rotate(-12deg) skew(-12deg);
}
.box-divider--light-all-2 {
    box-shadow: inset 0 0 0 2px #e3e8ee;
}
.box-background--blue {
    background-color: #5469d4;
}
.box-background--white {
    background-color: #ffffff;
}
.box-background--blue800 {
    background-color: #212d63;
}
.box-background--gray100 {
    background-color: #e3e8ee;
}
.box-background--cyan200 {
    background-color: #7fd3ed;
}
.padding-top--64 {
    padding-top: 250px;
}
.padding-top--24 {
    padding-top: 24px;
}
.padding-top--48 {
    /*padding-top: 48px;*/
}
.padding-bottom--24 {
    padding-bottom: 24px;
}
.padding-horizontal--48 {
    padding: 48px;
}
.padding-bottom--15 {
    padding-bottom: 15px;
}


.flex-justifyContent--center {
    -ms-flex-pack: center;
    justify-content: center;
}

.formbg {
    margin: 0px auto;
    width: 100%;
    max-width: 448px;
    background: white;
    border-radius: 4px;
    box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
}
span {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #1a1f36;
}
label {
    margin-bottom: 10px;
}
.reset-pass a,label {
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.reset-pass > a {
    text-align: right;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
}
.reset-pass > a:hover{
    color: #5469d4;
}
.grid--50-50 {
    display: grid;
    grid-template-columns: 45% 47%;
    align-items: center;
}

.field input {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 16px;
    width: 320px;
    min-height: 44px;
    border: unset;
    border-radius: 4px;
    outline-color: rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

input[type="submit"] {
    background-color: rgb(33 45 99);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.12) 0px 1px 1px 0px,
    rgb(84, 105, 212) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    margin-left: 20px;
}

input[type="submit"]:hover{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.12) 0px 1px 1px 0px,
    rgb(84, 105, 212) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
    color: rgb(33 45 99);
}

.field-checkbox input {
    width: 20px;
    height: 15px;
    margin-right: 5px;
    box-shadow: unset;
    min-height: unset;
}
.field-checkbox label {
    display: flex;
    align-items: center;
    margin: 0;
}

.footer-link span {
    font-size: 14px;
    text-align: center;
}

.animationRightLeft {
    animation: animationRightLeft 2s ease-in-out infinite;
}
.animationLeftRight {
    animation: animationLeftRight 2s ease-in-out infinite;
}
.tans3s {
    animation: animationLeftRight 3s ease-in-out infinite;
}
.tans4s {
    animation: animationLeftRight 4s ease-in-out infinite;
}
.box-root-h1{
    color: #212d63;
    font-size: 32px;
}

@keyframes animationLeftRight {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(1000px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes animationRightLeft {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-1000px);
    }
    100% {
        transform: translateX(0px);
    }
}
