:root {
    --cj-global-text-color: #334770;
    --cj-global-text-color--rgb: 51, 71, 112;
    --cj-primary-color: #0055ff;
    --cj-primary-color--rgb: 0, 85, 255;
    --cj-secondary-color: #00194c;
    --cj-secondary-color--rgb: 0, 25, 76;
    --cj-muted-background: #f8faff;
    --cj-muted-background--rgb: 248, 250, 255;
    --cj-muted-color: #687799;
    --cj-muted-color--rgb: 104, 119, 153;
    --cj-border-color: #d4dced;
    --cj-border-color--rgb: 212, 220, 237;
    --cj-positive-color: #047a58;
    --cj-positive-color--rgb: 4, 122, 88;
    --cj-negative-color: #a92121;
    --cj-negative-color--rgb: 169, 33, 33;
    --cj-global-radius: 6px;
}

@font-face {
	font-family: Estedad;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/Estedad-FD-Regular.woff2) format('woff2');
}

.header {
    border-bottom: solid 1px rgb(0 0 0 / 2%);
}

.header .header-top {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
	position: relative;
	z-index: 999;
}

.header-button {
	background-color: transparent;
    color: var(--cj-primary-color);
    border: 1px solid var(--cj-primary-color);
}

.header .header-nav .uk-navbar-container:not(.uk-navbar-transparent) {
	background: #fff;
	box-shadow: 0 5px 15px rgba(var(--cj-secondary-color--rgb), 0.05);
}

.header .header-nav nav {
	border-top: solid 1px rgba(var(--cj-border-color--rgb), 0.4);
}

.avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.single-social-media .avatar {
	width: 100px;
	height: 100px;
}

.header-cover {
	background: rgb(var(--cj-3-color--rgb), 0.06);
}

.positive-badge {
	color: var(--cj-positive-color);
	background: rgba(var(--cj-positive-color--rgb), 0.03);
	border-radius: 4px;
	padding: 0 10px;
}

.negative-badge {
	color: var(--cj-negative-color);
	background: rgba(var(--cj-negative-color--rgb), 0.03);
	border-radius: var(--cj-global-radius);
	padding: 0 10px;
}

/*
.zero-badge {
	color: rgb(0 0 0);
	background: rgb(0 0 0 / 1%);
	border-radius: 4px;
	padding: 0 10px;
}
*/

.hero .search-input,
.hero .search-select {
	border-radius: var(--cj-global-radius);
	border: none;
}

.verified-badge {
	display: inline-flex;
	align-items: center;
	margin-right: 5px;
	vertical-align: middle;
}

.ltr {
	direction: ltr;
}

.ltr-text {
	direction: ltr;
	text-align: right;
}

.truncate-multiline {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ordinal-number {
    position: absolute;
    bottom: 0;
    left: 10px;
    display: flex;
    height: 1rem;
    min-width: 1rem;
    align-items: center;
    justify-content: center;
    border-radius: .375rem;
    border: solid 1px var(--cj-border-color);
    background-color: #fff;
    padding: 1px 2px;
    font-size: 10px;
    font-weight: 700;
}

.title-decorated {
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}

.title-decorated::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 4px;
    background-color: var(--cj-primary-color);
    border-radius: 10px;
}

.section-title {
    display: inline-block;
    color: var(--cj-primary-color);
    background: rgba(var(--cj-primary-color--rgb), 0.07);
    border-radius: 50px;
    padding: 4px 13px;
    margin-bottom: 12px;
}

.icon-box span {
    color: var(--cj-primary-color);
}

.icon-box {
    margin-left: 20px;
}

.cat-icon-wrapper {
	background: #f0f7ff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	border-radius: 50%;
	color: #1e87f0;
}

.card-simple {
	background-color: #fff;
}

.button-num {
    font-size: 10px;
    margin-right: 8px;
    color: var(--cj-muted-color);
}

.channel-type-badge {
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
}

.channel-type-badge img {
    width: 20px;
    margin-left: 8px;
}

.channel-type-badge-rubika {
    background: rgb(73 221 174 / 10%);
}

.channel-type-badge-bale {
    background: rgb(73 221 174 / 10%);
}

.channel-type-badge-eitaa {
    background: rgb(227 118 0 / 5%);
}

.channel-single-title {
    word-break: break-word;
}

.medal-box {
    gap: 10px;
}