.top-35{
    top: 35% !important;
}

.top-45{
    top: 45% !important;
}

.left-auto{
    left: auto !important;
}

.right-auto{
    right: auto !important;
}

.m-0{
    margin: 0 !important;
}

.m-r-0{
    margin: 0 !important;
}

.left-0{
    left: 0 !important;
}

.right-0{
    right: 0 !important;
}

.nav-pagination span.uc-active {
    background: var(--color-primary, #026496);
    color: white;
}

.nav-pagination span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
}

.uc-drop {
    display: none;
}

[dir="rtl"] .nav-y .uc-parent::after {
    content: "\e942";
}

[dir="rtl"] .nav-y .uc-parent.uc-open::after {
    content: "\e93f";
}

[dir="rtl"] .post-content p:first-child::first-letter {
    float: right;
    margin-right: 0;
    margin-left: 16px;
}

/* 1) Navbar/menu */
body.uni-body .uc-header.header-one .uc-navbar-nav > li > a::before {
    height: 2px;
    opacity: 0.75;
}

body.uni-body .uc-header.header-one .uc-navbar-switcher-nav li > a {
    border-radius: 6px;
}

body.uni-body .uc-header.header-one .uc-navbar-switcher-nav li.uc-active > a {
    box-shadow: none;
}

body.uni-body[dir="rtl"] .uc-navbar-right {
    margin-inline-start: auto;
    margin-inline-end: 0;
}

body.uni-body[dir="rtl"] .uc-navbar-left {
    margin-inline-end: auto;
    margin-inline-start: 0;
}

/* 4) Typography/utilities */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25;
}

p.text-muted {
    opacity: 0.85;
}

[class*="text-truncate"] {
    word-break: break-word;
}

