* {font-family: ltr-font;}
body {font-size: 1em;}
.brandBar {min-height: 120px;max-height: 140px;}
.logo {max-height: 110px;}
a, .btn-link {text-decoration: none;}
.panel-title{font-size:14px}
.ltr_font {font-family: calibri;}
h1 {font-size: 24px;}
.list-article-title {font-size: 16px;}
.text-justify {text-align: justify;}
.zoom_ltr img:hover,.zoom_rtl img:hover{transform:scale(3);border:1px dashed #777777;position:relative}
.modal_aw {max-width: fit-content;margin-left: auto;margin-right: auto;}
.social_icon:hover,.relj:hover img {transform: translateY(-4px) scale(1.2);transition:0.3s;}

.article-summary{

    padding: 15px;
    background-color: #f8f8f8;
    margin-bottom: 15px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(204,204,204,.75);
    -moz-box-shadow: 1px 1px 3px 0 rgba(204,204,204,.75);
    box-shadow: 1px 1px 3px 0 rgba(204,204,204,.75);

}

article.article-summary div.article-icons span{
	padding: 3px 6px;
	color: #fff;
	font-size: 11px;
	margin: 0 6px;
	white-space: nowrap;
}

article.article-summary div.article-icons span:first-child{
	margin: 0 !important;
}

.article-summary div.article-icons span.article-type{
	background-color: #4f5671;
}

article.article-summary div.article-icons span.article-subject{
	background-color: #9f1326;
}
.text-container {
    position: relative;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 5em;
    transition: 0.3s ease;
}

.text-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5em;
    background: linear-gradient(to bottom, transparent, white);
}

.text-container.expanded {
    max-height: 1000px;
}

.text-container.expanded::after {
    display: none;
}
.hid_ac_ico::after {
  display: none;
}

.ac_ico_sm::after {
  background-size: 80%;
  background-position: top;
}
.modern-tabs .nav-link {
    border: none;
    color: #6c757d;
    position: relative;
    padding: 0.6rem 1.5rem;
    transition: all 0.3s ease;
    background: transparent;
}

.modern-tabs .nav-link.active {
    background: transparent;
}

.modern-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000000;
    animation: tabIndicator 0.3s ease;
}

@keyframes tabIndicator {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.mtooltip .tooltip-inner {text-align: justify;line-height: 2;}
.pls {padding-inline-start: 0;}