:root {
  --bg: #f5f6f8;
  --text: #010101;
  --text-header: #fff;
  --link: #010101;
  --link-hover: #ea172a;
  --card-bg: #fff;
  --meta-text: #949494;
  --short-meta-data: #f7f8fc;
  --footer-bg: #141619;
  --footer-bg2: #0f1012;
  --navigation-span: #ea172a;
  --border-full: #f2f2f2;
}
.theme-dark {
  --bg: #0b0f16;
  --text: #e5e7eb;
  --text-header: #BABABA;
  --link: #BABABA;
  --link-hover: #60a5fa;
  --card-bg: #141619;
  --meta-text: #94a3b8;
  --short-meta-data: #1a1f26;
  --footer-bg: #0f1012;
  --footer-bg2: #08090a;
  --navigation-span: #0b0f16;
  --border-full: #1a1f26;
}
body {
  background: var(--bg) !important;
  color: var(--text) !important;
}
a { color: var(--link);  text-decoration: none;}
a:hover, a:focus { color: var(--link-hover); }
.col-left, .sect-bg, .sect-bg-2, .short-item, .card, .post, .fullstory {
  background-color: var(--card-bg) !important;
  color: var(--text) !important;
}
.short-meta, .small-item-meta, .post-meta {
  color: var(--meta-text) !important;
}
.footer { background-color: var(--footer-bg); }
.footer-two { background-color: var(--footer-bg2); }
.theme-dark .search-close:hover {
    color: #93c5fd; /* tunda ko‘kish */
}

/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

body {font: 16px 'HelveticaNeueCyr', sans-serif; line-height: normal; padding: 0; margin: 0;        
    color: #010101; background: #f5f6f8; min-height: 100%; width: 100%; font-weight: 400;}
/*a {color: #010101; text-decoration: none;}*/
a:hover, a:focus {color: #ea172a; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 700; font-size: 18px;}

button, textarea, select, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] 
{appearance: none; -webkit-appearance: none; font-size: 16px; font-family: 'HelveticaNeueCyr' !important;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
    display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px;
    border-radius: 4px; cursor: pointer; color: #fff; background-color: #ea172a; font-size: 16px;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{background-color: #c0392b; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
    border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #fff; color: #000; 
    box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.5; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-resp, .img-resp-vert, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 70%;}
.img-resp-vert {padding-top: 140%;}
.img-box img, .img-resp img, .img-resp-vert img {width: 100%; min-height: 100%; }
.img-resp img, .img-resp-vert img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {max-width: 100%; height: 100%;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row, #dle-content {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
    -ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
    -ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
    max-width: 100%; min-width: 50px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong, .fw700 {font-weight: 700;}
.icon-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim, .btn, button, .nav-load a, .tile-item::before {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 30px; font-size: 28px !important;}
#dle-content > *:not(.short-item) {width: 100%;}
.title, .mtitle, h1, h2, h3, h4, h5 {font-family: 'DIN Pro'; font-size: 18px; font-weight: 500; line-height: 1.3;}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-Roman'),
        url('/templates/zaminuz/webfonts/HelveticaNeueCyr-Roman.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-Bold'),
        url('/templates/zaminuz/webfonts/HelveticaNeueCyr-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Pro';
    src: local('DIN Pro Medium'), local('DINPro-Medium'),
        url('/templates/zaminuz/webfonts/DINPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Pro';
    src: local('DIN Pro Bold'), local('DINPro-Bold'),
        url('/templates/zaminuz/webfonts/DINPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative;}
.wrap-center {max-width:1260px; margin:0 auto; position:relative; z-index:20; width: calc(100% - 60px);}
.header {background-color: var(--card-bg);  box-shadow: 0 0 30px 0 rgba(0,0,0,0.05); 
    position: relative; left: 0; top: 0; z-index: 990; width: 100%;}
.header.sticky {position: fixed;}
.header.sticky-hide {top: -80px;}
.header.sticky-vis {top: 0;}
.content {padding: 30px 0; min-height: 100vh;}
.col-left {background-color: #fff; box-shadow: 0 10px 30px 0 rgba(0,0,0,0.05); padding: 30px 30px;}
.col-right {width: 300px; margin-left: 30px;}
.footer {background-color: #141619; overflow: hidden; color: #cbcbcb; font-size: 14px; line-height: 1.5;}
.footer-one {padding: 30px 0;}
.footer-two {background-color: #0f1012; margin: 0 -2000px; padding: 15px 2000px;}

#gotop{position:fixed; width:60px; height:40px; line-height:40px; right:10px; bottom:10px;
    z-index:990; display:none; background-color:#ea172a; color:#fff; cursor:pointer; font-size:18px; 
    border-radius:0%; text-align:center; box-shadow: 0 0 20px rgba(0,0,0,0.2);}


/* HEADER
----------------------------------------------- */
.header-in:before {content: ''; width: 200px; height: 80px; position: absolute; left: 80px; top: 0; }
.header-in > * {position: relative; z-index: 5;}
.logo {display: block; width: 200px; height: 80px;padding-top:20px}
.header-btn:hover, .header-menu > li > a:hover, .header-menu > li:hover > a {color: #ea172a;}
.header-btn {font-size: 18px; cursor: pointer;}
/*.header-btn + .header-btn {margin-left: 30px;}*/
.search-wrap {width: 100%; max-width: 800px; padding: 30px; color: #fff; position: fixed; z-index: 999; 
    top: 0; left: 50%; transform: translateX(-50%);}
.search-title, .search-close {font-size: 24px;}
.search-box {position:relative; margin-top: 30px;}
.search-box input, .search-box input:focus {padding: 0 50px 0 15px; border-radius: 0; box-shadow: none;}
.search-box input:not(:focus)::placeholder {} 
.search-box button {position:absolute; right:5px; top:0px; z-index:10; width: 30px;
    background-color:transparent !important; color:#000 !important; font-size: 16px !important; padding: 0 !important;}

.header-menu > li {margin: 0 10px; position: relative;}
.header-menu > li > a {display: block; height: 60px; line-height: 60px;}
.submenu > a:after {content:"\f107"; font-weight: 400; font-family:'Font Awesome 5 Pro'; margin-left:7px; 
    transition: all .2s; display: inline-block;}
.hidden-menu {background-color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1); z-index: 100;
    position: absolute; left: -10%; top: 100%; width: 240px; pointer-events: none; opacity: 0; transform: translateY(30px);}
.hidden-menu li a {display: block; padding: 15px 30px; border-bottom: 1px solid rgba(0,0,0,0.05);}
.header-menu > li:hover .hidden-menu {pointer-events: auto; opacity: 1; transform: translateY(0px);}
.header-menu > li.submenu:hover > a:after {transform: rotate(-180deg) !important}


/* FOOTER
----------------------------------------------- */
.footer-col-desc {width: 45%;}
.footer-col-title {color: #fff; font-size: 24px; margin-bottom: 20px;}
.footer-col li + li {margin-top: 3px;}
.footer-col a {color: #cbcbcb;}
.footer-col a:hover {text-decoration: underline;}
.ft-soc {height:30px; white-space:nowrap; margin-right: -10px;}
.ft-soc .fas, .ft-soc .far, .ft-soc .fab {width:30px; height:30px; border-radius:50%; text-align:center; line-height:30px; 
    background-color:#C70003; color:#fff; font-size:14px; margin:20px 8px 0 0; cursor:pointer;}
.ft-soc span:hover {opacity:0.8;}

.fab.fa-vk, .fas.fa-paper-plane {background-color:#5075a5;}
.fab.fa-facebook-f {background-color:#4b6baf;}
.fab.fa-twitter {background-color:#1DA1F2;}
.fab.fa-odnoklassniki, .fas.fa-rss {background-color:#FC6D00;}
.fab.fa-instagram {background: #f09433; background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}


/* SECTION, SIDE
----------------------------------------------- */
.sect {margin-bottom: 30px;overflow-y: hidden;}
.sect-header {margin-bottom: 30px;}
.sect-title {font-size: 38px; font-weight: 700;}
.sect-title-small {font-size: 24px;}
.sect-link {color: #B0121D; margin-left: 15px;}
.sect-link:hover {text-decoration: underline;}
.sect-grid {display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(6,90px);
    grid-gap: 15px 15px; grid-auto-flow: row dense;}
.sect-bg {background-color: #fff; box-shadow: 0 10px 30px 0 rgba(0,0,0,0.05); padding: 30px;}
.sect-bg-2 {background-color: #fff; box-shadow: 0 10px 30px 0 rgba(0,0,0,0.05); padding: 20px 35px;font-size:14px}
.sect-border {border: 5px solid #f5f6f8; padding: 30px;}
.mb-remove {margin-bottom: -15px;}
.mb-remove-10 {margin-bottom: -0px;}
.side-box + .side-box {margin-top: 30px;}
.side-bt {font-size: 24px; margin-bottom: 30px;}
.side-bc .small-item {width: 100%; margin-bottom: 30px;}
.side-bc .small-item::last-child {margin-bottom: 0;}


/* TILE ITEM
----------------------------------------------- */
.tile-item {grid-column: span 1; grid-row: span 2; display: block;}
.tile-item-big {grid-column: span 2; grid-row: span 3;}
.tile-item img {position: absolute; left: 0; top: 0;}
.tile-item::before {content: ''; position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; height: 70%; background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);}
.tile-item-text {position: absolute; left: 0; bottom: 0; right: 0; z-index: 10; padding: 30px; color: var(--text-header); text-shadow: 1px 1px rgba(0,0,0,0.3);}
.tile-item-desc {margin-top: 10px; font-size: 15px; line-height: 1.5;}
.tile-item-big .tile-item-title {font-size: 24px;}
.tile-item:hover::before {height: 200%;}
.tile-item-category {background-color: #be1e2d; color: #fff; display: inline-block; padding: 6px 15px; font-size: 14px; margin-bottom: 15px; position: absolute; left: 0; top: 0; z-index: 10;}


/* SMALL ITEM, LINE ITEM
----------------------------------------------- */
.small-item {width: 23%; margin-bottom: 15px;}
.small-item-img {width: 80px; height: 80px; margin-right: 15px;}
.small-item-title {font-size: 16px; line-height: 20px; max-height: 60px; overflow: hidden; margin-top: -4px;}
.small-item-meta {font-size: 12px; color: #949494; margin-top: 10px;}
.small-item-meta a { color: #949494;}
.line-item {margin-bottom: 15px;}
.line-item::before {content: ''; width: 15px; height: 2px; background-color: #ea172a; margin: 9px 15px 0 0;}
.line-item-title {font-size: 16px;}


/* SHORT ITEM
----------------------------------------------- */
.short-item {background-color: #fff; margin-bottom: 30px; width: 23.3%; position: relative;box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);}
.short-text {padding: 30px; padding-bottom: 80px;}
.short-meta {position: absolute; left: 0; bottom: 0; right: 0; font-size: 14px;padding: 15px 30px; color: #7f8fd4; background-color: var(--short-meta-data);}
.short-date {display: flex; align-items: center; gap: 6px; opacity: 0.6;font-size: 14px;}
.short-comms {font-weight: 700;}
.short-comms .far {color: #ea172a;}
.short-item a {display: block;}
.short-img:hover {opacity: 0.8;}
.short-date img {display: inline-block;width: 15px;height: 15px;margin-bottom: 1px;}

/* BOTTOM NAVIGATION
----------------------------------------------- */
.nav-load a {display: block; padding: 15px 30px; color: #B0121D; 
    border: 1px solid #B0121D; text-align: center; font-weight: 700;}
.nav-load a:hover {background-color: #ea172a; color: #fff;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 15px; 
    margin:0 3px 10px 3px; line-height: 40px; min-width: 40px;
    background-color: var(--short-meta-data); box-shadow: 0 10px 30px rgba(0,0,0,0.05);}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color:transparent; box-shadow: 0 0 0 1px var(--navigation-span);}


/* FULL
----------------------------------------------- */
.fmeta {width: 100% !important; margin-bottom: 0 !important;}
.fmeta .small-item-img {width: 40px; height: 40px; border-radius: 50%;}
.fmeta .small-item-title {margin: 0 0 -5px 0;}
.fcat {padding: 12px 30px; border: 1px solid var(--border-full); margin-left: 15px;}
.fheader h1 {font-size: 38px; font-weight: 700; margin: 20px 0 30px 0; width: 100%;}
.fimg {width: calc(100% + 90px); margin: 0 0 30px -90px; height: 530px;box-shadow: none;}
.fimg::before {content: ''; position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; 
    height: 50%; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);}
.fshort {font-size: 14px; color: #949494; line-height: 1.7; margin: -35px 0 60px 55px;}
.fctrl {width: 55px; position: relative; left: -35px;}
.fmeta a {margin-left: 10px;}
.ftext {margin-bottom: 15px;}
.fshare {position: sticky; left: 0; top: 110px;margin:10px 0px 0px 35px}
.fshare > *, .ffav .far {width: 40px; height: 40px; text-align: center; line-height: 40px !important; cursor: pointer; 
    box-shadow: inset 0 0 0 1px #e3e3e3; border-radius: 50%; font-size: 14px; margin-bottom: 10px; 
    background: transparent !important;}
.fshare > *:hover {background: #06c !important; color: #fff; box-shadow: none;}
.fshare .fa-facebook-f::before {content: "\f39e" !important;}
.frels .mb-remove {margin-bottom: -60px;}
.frels .small-item {width: 48%; margin-bottom: 30px;}
.fbtm {margin: 0 0 15px 0;}
.fbtm-one {border-top: 1px solid #e3e3e3; padding-top: 15px;}

.frating .far {margin: 0 10px 0 0; font-size: 18px; color: #27ae60;}
.frating .fdislike .far {color: #e74c3c;}
.frating a {margin-left: 15px; display: block; height: 36px; line-height: 36px; padding: 0 10px; 
    border: 1px solid rgba(0,0,0,.1); border-radius: 1px; box-shadow: 0 1px 3px 0 rgba(0,0,0,.06); font-size: 14px; 
    color: #919191; font-weight: 700; background: var(--short-meta-data);}
.frating-counter {display: inline-block; border-left: 1px solid rgba(0,0,0,.1); padding-left: 10px; margin-left: 10px;}
.frating a:hover {background: linear-gradient(to top, #fff 0%, #fff 30%, #f2f2f2 100%);}

.ferror {color: #939393; font-size: 14px; line-height: 1.3;}
.ferror-btns {margin-right: 9px;}
.ferror-btns div, .faddcomms {margin-right: 6px; background-color: #939393; color: #fff; 
    padding: 8px 15px; border-radius: 3px; font-weight: 700;}
.ferror-text div, .ferror-text span {font-weight: 700;}
.ferror-text div span {color: #ea969e;}

.faddcomms {background-color: #27ae60; color: #fff; margin: 0; font-size: 14px; cursor: pointer;}
.ffav a {margin: 0 15px; padding-left: 50px; position: relative; display: block; 
    font-size: 14px; color: #949494;}
.ffav .far {margin: 0; position: absolute; left: 0; top: -5px;}

.fyadzen {display: block; padding-right: 135px; display: block; height: 36px;
    background: url(/templates/zaminuz/images/yandex-dzen.png) right center no-repeat;}
.fyadzen-label {position: relative; height: 36px; line-height: 30px; width: 56px; text-align: right; 
    font-weight: 700; border: 3px solid #ffdb4d; border-right: 0; display: inline-block; padding-right: 2px;}
.fyadzen-label::before {content: ''; border: 18px solid transparent; border-left-color: #ffdb4d; 
    position: absolute; left: 53px; top: -3px; transform: scale(0.8,1); transform-origin: left center;}
.fyadzen-label::after {content: ''; border: 15px solid transparent; border-left-color: #fff; 
    position: absolute; left: 52px; top: 0px; z-index: 5; transform: scale(0.8,1); transform-origin: left center;}
.fyadzen:hover .fyadzen-label {background-color: #ffdb4d; color: #000;}
.fyadzen:hover .fyadzen-label::after {border-left-color: #ffdb4b;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {max-width:100% !important; display:block; width:100%; height:400px;padding-top:15px}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.7; font-size: 16px;}
.full-text img:not(.emoji) {max-width:100%;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:none;color:#be1e2d;}
.full-text a:hover {text-decoration:none;color:#d20068;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-weight:500;}
.full-text p {margin-bottom: 20px;}
.full-text > ul, .full-text > ol {margin-top:20px;}
.full-text > ul li {list-style:disc; margin-left:40px;}
.full-text > ol li {list-style:decimal; margin-left:40px;}
.full-taglist a {color:#d20068;}
.full-taglist {margin-top:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}

/* COMMENTS
----------------------------------------------- */
.add-comms {padding: 30px; background-color: #f5f6f8; margin-bottom: 30px;}
.ac-inputs input {width: 48.5%; margin-bottom: 15px;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px;}
.add-comms input, .add-comms textarea, .ac-submit button {box-shadow: 3px 3px 6px rgba(0,0,0,0.1);}
.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.comments_subscribe input {margin-right: 10px;}
.comments_subscribe {display: block;}
.mass_comments_action {display: none;}
.last-comm-link {display: inline-block; padding-bottom: 20px; color: #000; font-size: 18px; font-weight: 600;}

.comm-avatar {position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%;}
.comm-letter {position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 40px; text-align: center; 
    background-color: #000; color: #fff; font-size: 18px; font-weight: 700; text-transform: uppercase;}
.comm-item {margin-bottom: 30px; font-size: 13px; padding-left: 50px; position: relative; min-height: 40px;}
.comm-two {margin: 10px 0;}
.comm-one > span {margin-right: 15px; color: #949494;}
.comm-one > span.comm-author, .comm-one > span.comm-author a {font-weight: 700; color: #27ae60; opacity: 1;}
.comm-three-left > a, .comm-three-right li a {opacity: 0.6;}
.comm-three-right li {display: inline-block; margin-left: 15px;}
.comm-rate3 {white-space:nowrap; font-size:14px; margin-right: 15px; height: 20px; line-height: 20px; 
    display: inline-block; vertical-align: top; position: relative; top: -3px;}
.comm-rate3 a {display: inline-block; vertical-align: middle; position: relative; opacity: 0.4;}
.comm-rate3 a:last-child {}
.comm-rate3 > span {margin: 0 5px;}
.comm-rate3 > span > span.ratingtypeplus {color: #06b601;}
.comm-rate3 > span > span.ratingplus {color: #95c613;}
.comm-rate3 > span > span.ratingminus {color: #ff0e0e;}
.comm-three a:hover {border-bottom-color: transparent;}
.comm-three-left > a {opacity: 1; color: #06c; border-bottom: 1px dotted #06c;}

/* LOGIN
----------------------------------------------- */
.overlay-box {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
    opacity: 0.8; background-color: #000;}
.login-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); 
    background-color: #fff; padding: 30px 60px 40px 60px; border-top: 5px solid #ea172a; width: 400px; 
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);}
.login-close {width: 26px; height: 26px; line-height: 26px; text-align: center; font-size: 24px; 
    cursor: pointer; position: absolute; top: -30px; right: -30px; color: #fff;}
.login-title {font-size: 24px; margin-bottom: 15px; text-align: center;}
.login-avatar {width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 15px auto; 
    text-align: center; line-height: 60px; font-size: 24px; background-color: #f2f6f8; color: #939393;}
.login-input {margin-bottom: 15px;}
.login-btn button {width: 100%; margin: 15px 0;}
.login-btm a {border-bottom: 1px dotted #06c; color: #06c; font-size: 14px;}
.login-check {position: relative; font-size: 14px;}
.login-check input {opacity: 0; position: absolute; cursor: pointer;}
.login-check span {display: block; padding-left: 36px; height: 30px; line-height: 30px; color: #939393;}
.login-check span:before, .login-check span:after{content: '';position: absolute;top: 50%;transition: .3s;}
.login-check span:before{left: 0; height: 10px; margin-top: -5px; width: 26px; border-radius: 5px; 
    background: #fff; box-shadow: inset 0 1px 4px rgba(0,0,0,0.3);}
.login-check span:after{left: 1px; height: 12px; width: 12px; margin-top: -6px; background: #2ecc71;
    border-radius: 6px; box-shadow: 0 1px 4px rgba(0,0,0,0);}
.login-check input:checked + span:before {background-color: #fff;}
.login-check input:checked + span:after {left: 13px; background-color: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.3);}
.login-menu {border-top: 1px solid #e3e3e3; border-left: 1px solid #e3e3e3;}
.login-menu li {text-align: center; border-right: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3ee; width: 50%;}
.login-menu a {display: block; padding: 10px 5px; font-size: 14px;}
.login-menu li .fa {display: none; height: 28px; font-size: 22px; color: #06c;}
.login-admin {text-align: center; margin: -10px 0 25px 0;}
.login-soc-title {display: flex; align-items: center; margin: 30px 0 15px 0;}
.login-soc-title:before, .login-soc-title:after {content: ''; height: 1px; background-color: #e3e3e3; flex: 1;}
.login-soc-title:before {margin-right: 15px;}
.login-soc-title:after {margin-left: 15px;}
.login-soc-btns {text-align: center;}
.login-soc-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login-soc-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display: none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#fff;
    padding:15px; z-index:9999; position:fixed; left:-320px; top:0; transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
    position:fixed; left:0; top:0; z-index:9998; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 9999;
    width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
    background-color: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .header-menu {display: block;}
.side-panel .header-menu > li {margin: 0;}
.side-panel .header-menu > li > a {height: 40px; line-height: 40px;}
.side-panel .hidden-menu {background-color: #f5f6f8; box-shadow: none; position: static; width: calc(100% + 30px);
    pointer-events: auto; opacity: 1; transform: translateY(0); margin: 15px -15px;}
.side-panel .hidden-menu li a {padding: 10px 15px; font-size: 14px;}

@media screen and (max-width: 1220px) {
    .wrap-center {max-width:1000px;}
    .header .header-menu, .tile-item-category, .tile-item-desc, #gotop {display: none !important;}
    .logo {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
        max-width: 100%; min-width: 50px; margin: 0 30px; position: relative;}
    .btn-menu {display: block; font-size: 24px;}
    .sect-grid {display: block; white-space: nowrap; overflow-y: hidden; overflow-x: auto;}
    .sect-grid > * {display: inline-block; vertical-align: top; width: 300px; height: 200px; margin-right: 12px;}
    .tile-item-title {font-size: 18px !important; white-space: normal;}
    .short-item {width: 31.5%;}
    .small-item {width: 48%;}
    .col-right {display: none;}

    .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}
}

@media screen and (max-width: 950px) {
    .wrap-center {max-width:768px; width: calc(100% - 30px);}
    .footer-col-desc {width: 100%; margin-bottom: 30px;}
    .col-left {padding: 30px 15px;}

    .fimg {width: calc(100% + 30px); margin-left: -15px; margin-bottom: 30px; margin-right: -15px;}
    .fheader h1 {font-size: 28px; margin: 20px 0 30px 0;}
    .fshort {margin: -5px 0 30px 0;}
    .fctrl, .fshare {width: 100%; position: static; -ms-flex-order: 10;-webkit-order: 10;order: 10;}
    .fshare > * {margin: 30px 8px 0 0;}
    .ftext {margin-bottom: 30px;}
}

@media screen and (max-width: 760px) {
    .wrap-center {max-width:640px;}
    .sect-title {font-size: 24px;}
    .short-item {width: 48.6%; margin-bottom: 15px;}
    .not-logged .login-avatar {display: none;}
    .login-close {top: -5px;}
    .login-title {font-size: 18px;}
    .login-box {max-width: calc(100% - 60px); padding: 15px;}

    .fcat {padding-left: 10px; padding-right: 10px; font-size: 14px;}
    .fimg {height: 200px;}
    .ferror {min-width: 100%; margin-bottom: 15px;}
    .ffav a {margin: 0;}
    .frating a {font-size: 0;}
    .frating-counter {margin-left: 0; font-size: 14px;}

    .dcont button {font-size:12px; padding:0 15px !important;}
    .comments-tree-list .comments-tree-list {padding-left:0px !important;}
    .comments-tree-list .comments-tree-list:before {display:none;}
    .mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
    .wrap-center {max-width:480px;}
    .small-item {width: 100%;}
    .footer-one, .footer-two {display: block; text-align: center;}
    .footer-col, .footer-copyright {margin-bottom: 30px;}

    .frels .mb-remove {margin-bottom: -45px;}
    .frels .small-item {width: 100%; margin-bottom: 15px;}

    .ac-inputs input {width: 100%;}
    .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

    .ui-dialog {width:100% !important;}
    .upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
    .upop-left {margin-bottom:10px; text-align:center;}
    .ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
    #dofullsearch, #searchsuggestions span.seperator {display:none !important;}
    .attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
    .attach-info {float:none;}
    .logo {margin-top:-4px}
}

@media screen and (max-width: 470px) {
    .wrap-center22 {max-width:360px;}
    .logo img {width: 100%; max-width: 200px; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
    .short-item {width: 100%;}

    .ferror, .fyadzen-label, .fcat {display: none;}
    .sect-border {padding: 15px;}
    .sect-border .sect-header {margin-bottom: 15px;}
    .fyadzen {padding-right: 110px;}
}

@media screen and (max-width: 350px) {
    .wrap-center22 {max-width:320px;}

    .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}

.adult {
    background-color: #B0121D;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: -4px 0 0 -3px;
    cursor: pointer;
    border-radius: 50%;
}
/* SOCIAL
----------------------------------------------- */
.bottom-nav {margin: 0 auto;}
a.social-link-block,a.social-link-block:hover{color:#fff!important;text-decoration:none!important;margin-top:20px;margin-bottom:-20px}.pagi-nav{white-space:nowrap;overflow-y:hidden;overflow-x:auto;line-height:24px;margin:30px 0 0;text-align:center;font-size:15px;font-weight:700}.pagi-nav>span{display:inline-block}.pnext a,.pprev a{display:block;padding:0 5px}.navigation{padding:0 15px}.navigation a,.navigation span{display:inline-block;padding:0 5px;min-width:24px;margin:0 3px 3px 0}.navigation span{box-shadow:inset 0 0 5px 0 rgba(0,0,0,.2)}.pagi-nav a:hover{background-color:#f6f6f6}.navigation span.nav_ext{box-shadow:none}
.full-text img{width:100%;max-width:620px}
a.social-link-block{display:block;clear:both;position:relative;padding:5px 40px 5px 20px;line-height:40px;font-size:15px}.like a,.like i{color:#828384}.social-link-block i{display:inline-block;position:relative;left:-2px;right:40px;top:5px}a.social-instagram{background:#e1306c}a.social-telegram{background:#08c}a.social-odnoklassniki{background:#ed812b}a.social-facebook{background:#3b5998}a.social-youtube{background:#cd201f}a.social-vk{background:#45668e}a.social-twitter{background:#1da1f2}a.social-google{background:#dd4b39}.like{float:right;padding:6px 10px;background:#fff}.like a{display:block;float:left}.like a:first-child{margin-right:8px}.like svg{fill:#828384;width:15px;margin-top:4px;float:left;margin-right:5px;overflow:hidden}.like a.active,.like a.active svg,.like a:hover,like a:hover svg{color:#ab7a33;fill:#b88b58}.social-links{padding-top:6px}.social-links li{padding:0!important}.social-links .social,.social-links img{float:left;margin-left:8px;cursor:pointer}.social-links p{float:left;font-size:14px;padding:6px 0 6px 8px;margin:0;line-height:20px;color:#888}.social-links div.social{padding:5px 0 5px 4px;margin-left:0}.social-links{background-color:#f5f5f5;border-radius:3px;margin:10px 0 0;padding:7px}

title_spoiler svg{
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 7px;
    height: 16px;
    width: 16px;
}

.DLEPush {
    z-index: 2001;
    position: fixed;
    right: 20px;
    top: 20px
}

@keyframes DLEPush-show {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.DLEPush-notification.wrapper {
    animation-name: DLEPush-show;
    animation-duration: 1s;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
    background-color: #fff;
    border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 45px;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
    scale: .8;
}

.DLEPush-notification .DLEPush-header {
    font-weight: 500;
    grid-column: 2;
    grid-row: 1;
    font-size: 1rem;
    margin-left: 1rem;
    margin-top: .5rem;
}
.DLEPush-notification .DLEPush-header:empty {
    margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
    grid-column: 2;
    grid-row: 2;
    font-size: .875rem;
    margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
    list-style-type: none;
    padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-weight: 300;
    background: none;
    border: 0;
    font-size: 1.15rem;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    color: inherit;
    outline: 0;
    opacity: 0.75;
}

@media only screen and (min-width: 601px) {
    .DLEPush-notification.wrapper {
        min-width: 400px;
    }
}

.DLEPush-notification .DLEPush-close:hover {
    opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
    background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
    background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
    background-color: #FFF3E0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
    background-color: #FF9800;
}

.DLEPush-notification.wrapper.push-error {
    background-color: #FBE9E7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
    background-color: #FF5722;
}

input[type="text"].comments_author_field {
    width: 100%;
    margin-bottom: 10px;
}


.ad-container {
    width: 100%;
    /*max-width: 900px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;*/
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);;*/
    margin: 10px auto;
}
.ad-item {
    background-color: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    text-align: left;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
}
.ad-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}
.ad-item .discount {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #ff4d4f;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}
.ad-item .price {
    color:#000;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.ad-item .old-price {
    color: #888;
    text-decoration: line-through;
    font-size: 14px;
}
.ad-item .description {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}
@media (max-width: 768px) {
    .ad-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .ad-container {
        /*grid-template-columns: 1fr;*/
    }
}


.ui-dialog-buttonset button.ui-button-delete {
    background-color: #f44336;
    border-color: #f44336;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.ui-dialog-buttonset button.ui-button-delete:hover {
    background-color: #db3a2f;
    border-color: #db3a2f;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.form-check-label {
    cursor: pointer;
}
.form-check-input {
    color: #0c5f7eed;
    flex-shrink: 0;
    width: 1.12rem;
    height: 1.12rem;
    margin: -0.188rem 0.625rem 0 0;
    appearance: none;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #0c5f7eed;
    vertical-align: middle;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230c5f7eed' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230c5f7eed'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox] {
    border-radius: .25rem;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}


.related-links {
    display: flex;            /* Teglarni yonma-yon joylashishi uchun */
    flex-wrap: wrap;          /* Teglar qatorga sig‘masa yangi qatorga tushadi */
    align-items: center;      /* Vertikal markazlash */
    gap: 6px;                 /* Teglar orasidagi bo'shliq */
    margin: 10px 0;           /* Yuqori va pastki chetdan bo‘sh joy */
    line-height: 1.6;         /* Teglar balandligini saqlash */
}

.related-links a {
    color: var(--link);
    text-decoration: none;
    font-weight: 500;
    padding: 0 6px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    white-space: nowrap;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.related-links a:hover {
    background-color: #D32F2F; /* Hover holatida fon rangi qizil */
    color: #FFFFFF;            /* Hover holatida matn rangi oq */
    border-color: #D32F2F;     /* Chegara rangi hoverda fon bilan bir xil */
}

.hidden {
    display: none;
}


.speedbar {
    flex-wrap: wrap;
    gap: 10px; /* Elementlar orasidagi bo'shliq */
    padding: 10px 10px; /* Ichki bo'shliq */
    /* background: linear-gradient(90deg, #f8f9fa, #e9ecef);  Yumshoq gradient fon */
    background: var(--short-meta-data);
    border-radius: 8px; /* Burchaklarni yumaloqlash */
}

.speedbar a {
    text-decoration: none; /* Taglarni ostiga chiziq qo'ymaslik */
    font-size: 14px; /* Matn o'lchami */
    font-weight: 500; /* Matnning og'irligi */
    color: #be1e2d; /* Ko'k rang (bootstrap ranglari bilan mos) */
    border-radius: 5px; /* Yumaloq burchaklar */
    transition: all 0.3s ease; /* Silliq o'tish effektlari */
}

.speedbar a:hover {
    color: #ffffff; /* Tugmada oq rang */
    background: #007bff; /* Tugmada to'liq ko'k rang */
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3); /* Hover paytidagi soya */
}
.footer-matn {
    display: inline;
}
.language-selector {
    margin-left: 16px;
}

.language-selector a:not(:last-child)::after {
    content: "|"; /* Ajratish belgisi */
    margin-left: 0.5rem; /* Belgidan keyingi masofa */
    color: #e7e7e7;; /* Ajratish belgisi rangi */
}


.author {
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin: 10px 0;
}
.author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.author-info {
    font-size: 14px;
}
.author-info .name {
    font-weight: bold;
    color: #333;
}
.author-info .role {
    color: #777;
}







    .us-prof {
    margin: 20px auto;
    border: 1px solid #ddd;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background-color: #fff;
}

.usp-cols {
    display: flex;
    flex-wrap: wrap;
}

.usp-left {
    flex: 1;
    max-width: 30%;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #ddd;
}

.usp-right {
    flex: 2;
    max-width: 70%;
    padding: 10px 20px;
}

.usp-status p {
    margin: 0;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}

.usp-status .online {
    background-color: #d4edda;
    color: #155724;
    font-size: 12px;
    font-weight: bold;
}

.usp-status .offline {
    background-color: #f8d7da;
    color: #721c24;
    font-size: 12px;
    font-weight: bold;
}

.usp-av {
    margin: 20px 0;
}

.usp-av img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #ddd;
    object-fit: cover;
}

.usp-activ {
    justify-content: space-around;
    margin: 10px 0;
}

.usp-activ div {
    text-align: center;
    font-size: 14px;
    color: #333;
}

.usp-activ div div {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.usp-btn {
    display: inline-block;
    margin: 10px 0;
    padding: 8px 15px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.usp-btn:hover {
    background-color: #0056b3;
}

.usp-name h1 {
    margin: 0;
    font-size: 20px;
    color: #333;
}

.usp-group {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.usp-meta {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    font-size: 14px;
    color: #333;
}

.usp-meta li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.usp-meta li strong {
    font-weight: bold;
}

@media (max-width: 768px) {
    .usp-cols {
        flex-direction: column;
    }

    .usp-left,
    .usp-right {
        max-width: 100%;
        border-right: none;
        text-align: center;
    }

    .usp-right {
        padding: 10px;
    }
}

.countre {display:none}
.fcat img {
  display: inline-block;
  vertical-align: middle; 
  margin-top: -3px;
}

time {
	color: #595959;
}

/* Qidiruv yopish X tugma hover */
.search-close {
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
}
.search-close:hover {
    transform: scale(1.2) rotate(90deg); /* kattalashib, burilishi */
    color: #ea172a; /* qizil tus */
}
  #themeToggle {
    padding: 5px 10px;
    background: var(--card-bg);
    color: var(--text);
    border-radius: 5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
  }
  
  #themeToggle .icon-sun { display: none; }
  body.theme-dark #themeToggle .icon-moon { display: none; }
  body.theme-dark #themeToggle .icon-sun { display: inline; }
  .js-search {margin: 0 10px;}
    .header-btn.search-icon {
        width: 17px;
        height: 17px;
        background-color: #000; /* Light mode rangi */
        -webkit-mask: url('/templates/zaminuz/images/magnifying-glass-solid.svg') no-repeat center / contain;
                mask: url('/templates/zaminuz/images/magnifying-glass-solid.svg') no-repeat center / contain;
    }
    
    .theme-dark .header-btn.search-icon {
        background-color: #bababa; /* Dark mode rangi */
    }
    
    
    
    
    .reactions, #reactions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 10px;
    font-size: 14px;
    z-index: 2;
}

.reactions #reactions > span, .reactions-select > i {
    display: inline-block;
    background: #f2f3f7;
    border-radius: 6px;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
}

.reactions #reactions > span.active {
    background: #4772ff;
    color: #fff;
}

.reactions-select > i {
    width: 30px;
    padding: 0;
}

.reactions-select {
    position: relative;
}

.reactions-select.active > div {
    visibility: visible;
    opacity: 1;
    transform: translateY(-10px);
}

.reactions-select > div {
    position: absolute;
    width: max-content;
    bottom: 100%;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 5px;
    background: #fff;
    color: #000;
    padding: 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    font-size: 18px;
    z-index: 5;
}