* {font-family: ltr-font;}
body {font-size: 1rem;}
.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;}
#ReleasePeriod {
    color: #fff !important;
    padding: 0 4px;
}
.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;}
