@import url('normalize.css');
@import url('components.css');
@import url('dropdown.min.css');
@import url('fonts.css');
@import url('fontawesome.min.css');
@import url('remixicon.css');

* {margin:0;padding:0;box-sizing:border-box}
body {
   font-family: 'Nunito', sans-serif;
   font-size: 14px;
   line-height: 1.25rem;
   min-height: 100vh;
   padding: 75px 0;
   color: #004845;
   background: #a9f4fb;
   background: -moz-linear-gradient(top, #a9f4fb 0%, #17a7cb 100%);
   background: -webkit-linear-gradient(top, #a9f4fb 0%, #17a7cb 100%);
   background: linear-gradient(to bottom, #a9f4fb 0%, #17a7cb 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9f4fb', endColorstr='#17a7cb', GradientType=0);
}
a {text-decoration:none;border:none;outline:none;font-weight:400;overflow:inherit;transition:all .3s ease 0s; color: #000000;}
a:hover {text-decoration: none;}
ul {margin: 0;padding: 0;}

img {
   max-width: 100%;
   border: 0;
   outline: none;
}

h1,h2,h3,h4,h5,h6 {margin:0;font-weight:600;line-height:28px}
h1 {font-size:24px}

.container {box-shadow: 0 12px 60px rgb(0 0 0 / 15%); min-height:calc(100vh - (75px * 2));max-width:1270px;margin:0 auto;background-color:#ffffff; border-radius: 25px;padding-bottom: 20px; overflow: hidden;}
.main {display:flex;min-height: calc(50vh - 3px);background:#fff;padding: 20px 20px 0 20px;border-radius:25px;margin-top:-20px;position:relative;gap: 20px;}
.main_wrap {flex:1; max-width: 100%;}
.main_content {display:flex;margin-top: -20px;min-height:100%}
.main_content_body {flex:1 1 690px;max-width:690px;}
.mani_col {flex:0 0 270px;max-width:270px; overflow: hidden;}
.content_wrap {flex:1;display:flex;flex-direction:column;}
.speedbar {padding: 20px 20px 5px; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #000000;}
.speedbar .far {margin-right:5px; color: #004845;}
.mobile_btn_menu {display: none;}
.mobile-menu-overlay {display: none;}
.mobile-menu-close {display: none;}
#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: #fff; color: #999; 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}

.header {padding:20px;display:flex;align-items:center;justify-content:space-between; flex-wrap: wrap; gap: 20px;}
.header .view_aside {display: none;}
.logo {flex: 0 0 auto;}
.logo a { color:#20d8e8;font-size:28px;text-align:left;font-weight:900; white-space: nowrap;}
.logo a span {color: #b2d351;}
.logo a small { color:rgba(0,59,81,.451);line-height:1.2;display:block;text-align:left;font-size:11px;font-weight:400; margin-top: 2px;}

.userpanel {display:inline-flex;align-items:center;}
.userpanel .dropdown button {background:transparent;color:#004845;font-size:15px;font-weight:bold;padding:0;display:inline-flex;align-items:center}
.userpanel .dropdown button i[class*="ri-"] {font-size:20px!important;line-height:1}
.userpanel .avatar_user {width: 36px; height: 36px;border-radius: 25px; display: block; margin-right: 15px;}
.userpanel .dropdown-menu {border: 0; border-radius: 20px;margin: 15px 0 0;background: var(--dark);padding: 0;box-shadow: 0 6px 12px rgba(0, 72, 69, 0.2); min-width: 220px !important;}
.userpanel .dropdown-menu::before { content:'';left:auto;right:20px;position:absolute;top:-10px;display:inline-block;border-right:10px solid transparent;border-bottom:10px solid var(--dark);border-left:10px solid transparent}
.userpanel .dropdown-menu .dropdown_content { overflow:hidden;border-radius:25px;padding:10px 0}
.userpanel .dropdown-menu .dropdown-item{display:flex;justify-content:space-between;align-items:center;padding:7px 15px 7px 10px;color:#f4f3ee;white-space:nowrap;margin-left:7px;background:transparent;border-radius:25px 0 0 25px;transition:all .3s ease 0s;overflow:hidden;position:relative}
.userpanel .dropdown-menu .dropdown-item:hover {background: #0d514e;border-radius: 25px 0px 0 25px;}
.userpanel .dropdown-menu .dropdown-item span {display:inline-flex; align-items: center; justify-content: center;}
.userpanel .dropdown-menu .dropdown-item span i[class*="ri-"] { margin-right:10px;font-size:16px;min-width:16px;transition:all .3s ease 0s}
.userpanel .dropdown-menu .dropdown-item:hover span i[class*="ri-"] {color: #b2d351;}
.userpanel .dropdown-form { min-width:235px;padding:10px 15px 0}
.userpanel .login_form li { margin-bottom:15px;background:#0d514e;border-radius:25px;overflow:hidden}
.userpanel .login_form input { width:100%;border:none;padding:7px 15px; background:#0d514e}
.userpanel .login_form input[placeholder] { color:#f4f3ee!important}
.userpanel .login_form ::placeholder { color:#f4f3ee!important}
.userpanel .login_form :focus::placeholder { color:transparent!important}
.userpanel .login_form__foot { display:flex;justify-content:space-between;align-items:center;padding:10px 15px;font-size:12px;margin:0 -15px}
.userpanel .login_form__foot a { color:#a3a9ae}
.userpanel .login_form__foot a:hover {color: #ffffff;}
.login_btn { text-align:center;padding:5px 10px 5px}
.login_btn button { background:#b2d351!important;margin-right:0;color:#ffffff!important;font-weight:600!important;padding:7px 20px!important;display:inline-flex;align-items:center;justify-content:center;font-size:14px!important;}
.add_btn {background:#b2d351;box-shadow:transparent;color:#000000;font-weight:600;padding:10px 20px;display:inline-flex;align-items:center;justify-content:center;border-radius:25px; margin-right: 20px; position: relative; overflow: hidden;transition: all 0.3s ease 0s;}
.add_btn:hover {box-shadow:0 7px 13px 0 rgba(172,203,81,.32);transition: all 0.3s ease 0s;}
.search {flex: 1 1 auto; min-width: 300px; max-width: 600px;}
.search form {background: #fff; width: 100%; height: 42px; border-radius: 25px; position: relative; border: 2px solid #b2d351;}
.search form input{border:0;width:100%;height:100%;border-radius:25px;padding: 0 50px 0 20px; background: transparent;}
.search form ::placeholder{color:#a1a1a1!important}
.search form :focus::placeholder{color:transparent!important}
.search form button{position:absolute;right:0;top:0;bottom:0;padding:0;color:#b2d351;font-size:18px;border-radius:25px;width:50px;display:inline-flex;align-items:center;justify-content:center;background:transparent}
.slider {background:#f4f3ee;border-radius:25px 25px 0 0;padding:20px 20px 43px 20px;overflow:hidden;visibility:hidden;min-height:240px}
.slider.slick-initialized {visibility:visible}
.slider_item {height:220px;width:150px;min-width:0;border-radius:10px;overflow:hidden;background:#ffffff;margin:0 8px;position:relative;}
.slider_item:not(:first-of-type) {display:none}
.slider.slick-initialized .slider_item:not(:first-of-type) {display:block}
.slick-list {border-radius:10px;margin:0 -8px}
.slider_item .year {position:absolute;right:5px;top:5px;background:#b2d351;border-radius:5px;color:#fff;display:inline-flex;padding:4px 6px;font-size:12px;font-weight:600;align-items:center;justify-content:center; line-height: 1;}
.slider_item .year a {color: #ffffff;}
.slider_item img {display: block; width: 100%; height: 100%; object-fit: cover;}
.slider_item_title {-webkit-transition: opacity .2s, bottom .2s; -moz-transition: opacity .2s, bottom .2s; -o-transition: opacity .2s, bottom .2s; transition: opacity .2s, bottom .2s;}
.slider_item_title {font-weight: 500; opacity: 0; padding: 10px; position: absolute; bottom: -40px; text-transform: uppercase; width: 100%;}
.slider_item_title {background-color: rgb(172 203 81 / 85%); color: #fff; display: inline-block; font-size: 11px;}
.slider_item:hover .slider_item_title {opacity: 1; bottom: 0;}
.selection_views_items {text-align:right;display:flex;justify-content: flex-end;align-items:center;font-size:14px;color:#a1a1a1;padding:15px 0 0;line-height:1}
.view_btns {margin-left: 5px;display: inline-flex;}
.view_btns button {background:#b2d351;color:#ffffff;border-radius:25px;margin-left:5px;font-size:18px;display:inline-flex;align-items:center;justify-content:center;font-weight:400!important;padding:7px 16px}
.view_btns button:hover{box-shadow:0 7px 13px 0 rgba(172,203,81,.32)}
.view_btns button.active{background:#49ddea;box-shadow:inset 0 2px 5px 0 #49c6d0}
.footer {text-align:center;color:#a1a1a1;line-height:1.2;margin-top:10px}
.footer_top {margin-bottom: 15px;}
.footer_top p {padding: 2px 0;}
.footer_bottom {margin-top: 20px;}
.footer a {color: #a1a1a1;}
.footer a:hover {text-decoration: underline;}
.aside_informer_list {background:#ffffff;margin-bottom:10px; border-radius:10px;padding:10px;display:flex;align-items: flex-start;position: relative; transition: all 0.3s ease;}
.aside_informer_list:hover {box-shadow: 0 4px 15px rgba(0, 72, 69, 0.15);}
.aside_informer_list .aside_informer_list_title {color:#004845; font-size: 13px; line-height: 1.3;}
.aside_informer_list_img {width:50px;height:70px;border-radius:7px;overflow:hidden;flex:0 0 50px;max-width:50px; margin-right: 12px;background: #f4f3ee;}
.aside_informer_list_img img {width: 100%; height: 100%; display: block; object-fit: cover;}
.aside_informer_list_title {font-weight: 600; color: #004845;margin-top: 3px;}
.aside_block:last-child .aside_informer_list:last-child {margin-bottom: 0;}
.aside_informer_grid {display: flex; flex-wrap: wrap; justify-content: space-between; margin:0 -5px;}
.aside_informer_grid_item {flex: 0 0 50%;max-width: 50%;padding: 5px;display: inline-flex;}
.aside_informer_grid_item_img {background:#004845;padding: 8px;border-radius: 10px;width: 100%;transition: all 0.3s ease;}
.aside_informer_grid_item_img:hover {box-shadow: 0 4px 15px rgba(0, 72, 69, 0.3);}
.aside_informer_grid_item_img img {border-radius: 7px;display: block;width: 100%;height: 100%;object-fit: cover;}
.last_comm {margin-bottom:25px;position:relative;display:flex;flex-wrap:nowrap;}
.last_comm_ava {flex: 0 0 35px; max-width: 35px; margin-right: 4px; position: relative;}
.last_comm_ava::after {content: ''; width: 1px; height: calc(100% - 44px); background: #d7d7d7; position: absolute;left: 17.5px; top: 35px;transition: all .3s ease-in-out;}
.last_comm_ava a {display: block; border-radius: 25px;}
.last_comm_ava img {display: block; width: 35px; height: 35px; object-fit: cover; border-radius: 25px;}
.last_comm_content {flex: 1;}
.last_comm_top {display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; margin-bottom: 7px; padding-left: 12px;}
.last_comm_top a {color: #004845; font-weight: 600; font-size: 13px;}
.last_comm_top span.date {color: #adadac; font-size: 10px;}
.last_comm_message {background: #ffffff; padding: 8px 12px; border-radius: 10px; hyphens: auto; margin-bottom: 7px;}
.last_comm_title {font-size: 13px; position: relative; padding-left: 10px;}
.last_comm_title::after {content:'';height:1px;width:22px;background:#d7d7d7;position:absolute;left:-22px;top:10px;transition: all .3s ease-in-out;}
.last_comm_title a {color: #a1a1a1; font-weight: 500;}
.last_comm:hover .last_comm_ava::after,
.last_comm:hover .last_comm_title::after {background: #b2d351;}
.last_comm:hover .last_comm_title a {color: #90b030;}
.featured_wrap {margin-bottom: 20px;}
.featured {display: flex; flex-wrap: wrap; margin: 0px -10px 0;}
.featured_item {flex: 0 0 25%; max-width: 25%; padding: 10px;}
.featured_item .item {background:#f4f3ee;border-radius:10px; padding: 0; display: block; color: #004845;position: relative; transition: all 0.3s ease; overflow: hidden;}
.featured_item .item:hover {box-shadow: 0 6px 20px rgba(0, 72, 69, 0.2);}
.featured_poster {width: 100%;height: 280px;border-radius: 10px 10px 0 0;overflow: hidden;position: relative;}
.featured_poster::before {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); opacity: 0; transition: opacity 0.3s ease; z-index: 1; pointer-events: none;}
.featured_poster::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	width: 60px;
	height: 60px;
	background: rgba(178, 211, 81, 0.95) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M8 5v14l11-7z"/></svg>') no-repeat center center;
	background-size: 30px 30px;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 2;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	pointer-events: none;
}
.featured_item .item:hover .featured_poster::before {opacity: 1;}
.featured_item .item:hover .featured_poster::after {opacity: 1; transform: translate(-50%, -50%) scale(1);}
.featured_poster img {display: block; width: 100%; height: 100%; object-fit: cover;}
.featured_content {padding: 12px 15px; display: flex; flex-direction: column; justify-content: space-between;}
.featured_title {font-weight: 600; font-size: 14px; line-height: 1.3; margin-bottom: 8px; min-height: 38px;}
.featured_title a {color: #004845;}
.featured_title small {font-size: 12px; font-weight: 500; color: #a1a1a1;display: block; margin-bottom: 5px;}
.featured_bottom {display: inline-flex; align-items: center;}
.featured_year {background: #b2d351; color: #ffffff; border-radius: 4px; font-size: 11px; font-weight: 600; min-width: 40px; padding: 4px 8px; display: inline-flex; align-items: center; justify-content: center;}
.featured_views {font-size: 11px; color: #a1a1a1;}
[class*="asidebar_"] {background:#e9fcfe;border-radius:25px;padding: 10px;min-height:100%;position: relative;}
.asidebar_right {min-height: calc(100% - 62px); padding: 0;}
.aside_block {margin-bottom: 30px;}
.aside_block:last-child {margin-bottom: 0;}
.aside_title {font-size:15px;font-weight:600;color:#fff;position:relative;padding:10px 20px;background:#b2d351;border-radius:25px;display:flex;align-items:center;height:auto; margin-bottom: 15px;}
.aside_title.turquoise {background:#20d8e8;}
.aside_title::before {content:'';height:8px;width:8px;border-radius:50%;background:#fff;margin-right:12px;}
.aside_content li {list-style: none;}
[class*="asidebar_"] .panel .aside_title {background: #ffffff; color: #004845;padding-left: 20px; padding-right: 35px;display: flex; justify-content: space-between; align-items: center;margin-bottom: 20px;}
[class*="asidebar_"] .panel .aside_title::before {display: none;}
[class*="asidebar_"] .panel .aside_title span {background:#b2d351;color:#ffffff;height:32px;width:32px;border-radius:25px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:normal;margin-right: -35px;}
.view_aside { padding:20px;display:flex;justify-content: flex-end;}
.view_aside span {display:inline-flex;align-items:center;color:#a1a1a1;cursor: pointer;}
.view_aside [class*="ri-"] {color:#959595;font-size:22px;padding:0;line-height:1;margin-left:10px;}
.view_aside span i.active {color: #49ddea;}
.menu_links {position: relative;}
.menu_links > li:not(.submenu):not(.category-divider) {padding-bottom: 8px; cursor: pointer; z-index: 1;}
.menu_links li {position:relative;}
.menu_links > li:not(.submenu):not(.category-divider):last-child {padding-bottom: 0;}
.menu_links > li:not(.submenu):not(.category-divider) a {display:flex;position:relative;overflow:hidden;background:#ffffff;border-radius:25px;align-items:center;flex-wrap:wrap;padding: 10px 16px;color: #004845;font-weight: 500;transition: all 0.3s ease;}
.menu_links > li:not(.submenu):not(.category-divider) a:hover {box-shadow: 0 4px 12px rgba(0, 72, 69, 0.15); background: #f9f9f6;}
.menu_links > li:not(.submenu):not(.category-divider) a i {font-size: 18px; margin-right: 12px; color: #b2d351;}

.category-divider {
	margin: 20px 0 10px 0;
	padding: 0;
}
.category-divider span {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #004845;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 6px 18px;
	background: #f4f3ee;
	border-radius: 25px;
	text-align: center;
}
.main_menu .sublink {position: absolute; right: 0; top: 0; line-height: 31px; width: 35px; text-align: center; cursor:pointer; transition: all 0.3s ease;}
.main_menu .sublink .accordprefix {display: none;}
.main_menu .sub_cat {background:#004845;border-radius:25px;padding:38px 0 10px; overflow: hidden; max-height: 400px; overflow-y: auto;}
.main_menu .sub_cat::-webkit-scrollbar {width: 5px;}
.main_menu .sub_cat::-webkit-scrollbar-track {background: #025a56; border-radius: 10px;}
.main_menu .sub_cat::-webkit-scrollbar-thumb {background: #b2d351; border-radius: 10px;}
.main_menu .sub_cat::-webkit-scrollbar-thumb:hover {background: #20d8e8;}
.main_menu .sub_cat li a {display:flex;justify-content:left;align-items:center;padding:7px 35px 7px 10px;color:#f4f3ee;margin-left:7px;background:transparent;border-radius:25px 0 0 25px;overflow:hidden;position:relative; transition: all 0.2s ease; font-size: 13px;}
.main_menu .sub_cat li a::before {font-family:'remixicon'!important;content:'\F05A';font-size:12px;line-height:1;margin-top:-1px;margin-right:12px; transition: all 0.2s ease;}
.main_menu .sub_cat li a:hover {background:#0d514e;border-radius:25px 0 0 25px; padding-left: 15px;}
.main_menu .sub_cat li a:hover::before{font-family:'remixicon'!important;content:'\F04F';font-size:14px;line-height:1;margin-top:-1px;margin-right:11px;margin-left:-1px;color:#b2d351}
.main_menu .submenu {margin-top:-30px; padding-bottom: 8px;}
.main_menu .submenu > a {position: relative;}
.main_menu .submenu > a::after {content: ''; position: absolute; left: 0; bottom: -5px; width: 0; height: 2px; background: #b2d351; transition: width 0.3s ease;}
.main_menu .submenu:hover > a::after {width: calc(100% - 35px);}
li .sublink {transition:all .3s ease 0s}
li:hover .sublink, li .sublink.main_menu_opened {color:#20d8e8; transform: scale(1.1);}
.main_menu .submenu .submenu .submenu {margin-left: -10px;}
.main_menu .submenu .submenu .submenu .sub_cat {background: #03716c; padding: 10px 0 10px 20px;}

.main_menu .submenu .sublink {
    color: #004845;
}
.main_menu .submenu:hover .sublink {
    color: #20d8e8;
}
.main_menu .submenu .submenu {
    margin-top: 5px;
}
.main_menu .submenu .submenu .sub_cat {
    border-radius: 0;
    background: #025a56;
    padding: 10px 0 10px 10px;
}
.menu_links > li.submenu > a {
    font-weight: 600;
}
.main_menu .sub_cat li:first-child a {
    margin-top: 5px;
}
.main_menu .sub_cat li:last-child a {
    margin-bottom: 5px;
}
.asidebar_right .panel_wrap {border-radius:25px;overflow:hidden;width:100%;height:100%;position:absolute;}
.asidebar_right .panel {position:absolute;top:0;left:0;height:100%;width:270px;background:#f4f3ee;overflow:hidden;border-radius:25px;padding:20px;z-index:1;transition:all .3s linear 0s}
.asidebar_right .panel:not(.opened){left:100%}
.pages {flex:0 0 100%; max-width: 100%; display:flex;justify-content:center;flex-wrap:wrap;margin-top:25px; margin-bottom: 20px;}
.pages span,
.pages a {display:inline-flex;align-items:center;justify-content:center;height:30px;min-width:30px;color:#000000;border-radius:25px;margin:3px;font-weight:600;font-size:12px;padding:0 10px}
.pages span {background:#ad9b1c;}
.pages a {background: #b2d351; color: #000000;}
.pages a:hover {box-shadow:0 5px 20px 0 rgba(172,203,81,.5);transition:all .3s ease 0s}
.pages .nav_ext {font-size: 16px;padding: 0;}

.bottom-nav {clear: both; padding-top: 20px;}
.nav-load {text-align: center;}
.nav-load a {padding: 0 40px; display: inline-block; height: 40px; line-height: 40px; border-radius: 30px;
font-weight: 700; font-size: 16px; background-color: #b2d351; color: #fff;}
.nav-load a:hover {box-shadow: 0 5px 20px 0 rgb(172 203 81 / 50%); transition: all .3s ease 0s; color: #fff;}
.nav-load span {display: none;}
.seo {padding: 20px 20px 0px 20px;}
.seo_content {border-radius: 15px; background: #f9f9f6; padding: 20px; color: #5c5c5c; font-size: 14px;}
.seo_content p {font-size: 14px; text-align: left; line-height: 1.2rem; margin-bottom:5px;}
.seo_title {display:flex;justify-content:center;margin-top:-42px;margin-bottom:15px}
.seo_title span {font-size: 16px; font-weight: 600; color: #004845; border: 7px solid #ffffff; background: #f4f3ee; border-radius: 25px; display: inline-flex; align-items: center; justify-content: center; padding: 6px 20px;}
.img-resp {overflow: hidden;position: relative;}
.img-resp img {width: 100%;min-height: 100%;display: block;position: absolute;left: 0;top: 0;height: 296px;object-fit: cover;width: auto;}

#m-cont > *:not(.shortstory_item), #m-cont {width: 100%;}
.shortstory_item.grid_view .shortstory_bottom_right .favorite, .shortstory_item.list_view .shortstory_top .favorite {display:none}
.shortstory_item.grid_view, 
.shortstory_item {width: 32.984%;display: inline-block;vertical-align:top;padding: 10px 10px 20px 10px;margin-top: 10px;height: 100%;}
.shortstory_item.grid_view .shortstory_item_content,
.shortstory_item_content {background: #f4f3ee;border-radius: 10px 10px 15px 15px;position: relative;transition: all 0.3s ease;margin-bottom: 24px;}
.shortstory_item.grid_view .shortstory_item_content:hover,
.shortstory_item_content:hover {box-shadow: 0 6px 20px rgba(0, 72, 69, 0.2);}
.shortstory_item.grid_view .shortstory_item_img,
.shortstory_item_img {width: 100%;display: block;border-radius: 10px;overflow: hidden;position: relative;}
.shortstory_item.grid_view .shortstory_item_img::before,
.shortstory_item_img::before {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); opacity: 0; transition: opacity 0.3s ease; z-index: 1; border-radius: 10px; pointer-events: none;}
.shortstory_item.grid_view .shortstory_item_img::after,
.shortstory_item_img::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	width: 70px;
	height: 70px;
	background: rgba(178, 211, 81, 0.95) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M8 5v14l11-7z"/></svg>') no-repeat center center;
	background-size: 35px 35px;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 2;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	pointer-events: none;
}
.shortstory_item.grid_view .shortstory_item_img:hover::before,
.shortstory_item_img:hover::before {opacity: 1;}
.shortstory_item.grid_view .shortstory_item_img:hover::after,
.shortstory_item_img:hover::after {opacity: 1; transform: translate(-50%, -50%) scale(1);}
.shortstory_item.grid_view .shortstory_item_img img,
.shortstory_item_img img {object-fit: cover; border-radius: 10px; position: relative; display: block;}
.shortstory_item.grid_view .year,
.shortstory_item.grid_view .rating,
.shortstory_item .year,
.shortstory_item .rating {position:absolute;top:7px;border-radius:5px;color:#fff;display:inline-flex;padding:5px 6px;font-size:12px;font-weight:600;align-items:center;justify-content:center;line-height:1}
.shortstory_item.grid_view .year,
.shortstory_item .year {right:7px; background:#b2d351;}
.short-text {margin-bottom: 30px;}
.shortstory_item.grid_view .shortstory_bottom_left, .shortstory_item.grid_view .date, .shortstory_item.grid_view .short-text
 {display:none;}
.shortstory_item.grid_view .year a,
.shortstory_item .year a {color:#fff;display:inline-flex;margin:-5px -6px;padding:5px 6px}
.shortstory_item.grid_view .rating,
.shortstory_item .rating {left:7px; background:#20d8e8;}
.shortstory_item.grid_view .rating [class*="ri-"],
.shortstory_item .rating [class*="ri-"] {margin-right: 5px;}
.shortstory_item.grid_view .favorite,
.shortstory_item .favorite {display: flex; justify-content: center; font-size: 20px;}
.shortstory_item.grid_view .favorite {height: 5px;}
.shortstory_item.grid_view .favorite a,
.shortstory_item .favorite a {margin-top: -16px;}
.shortstory_item.grid_view .favorite .fav_add,
.shortstory_item.grid_view .favorite .fav_del,
.shortstory_item .favorite .fav_add,
.shortstory_item .favorite .fav_del {background:#f4f3ee;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:25px;transform-origin:50% 50% 0; position: relative;}
.shortstory_item.grid_view .shortstory_item_content:hover .favorite a .fav_add::before,
.shortstory_item_content:hover .favorite a .fav_add::before {animation:2500ms ease 0s normal none 10 running pulse}
@keyframes pulse {
    0% {transform:scaleX(1) scaleY(1)}
   10% {transform:scaleX(1.25) scaleY(1.25)}
   20% {transform:scaleX(1) scaleY(1)}
   30% {transform:scaleX(1.25) scaleY(1.25)}
   40% {transform:scaleX(1) scaleY(1)}
   50% {transform:scaleX(1.25) scaleY(1.25)}
   60% {transform:scaleX(1) scaleY(1)}
   70% {transform:scaleX(1.25) scaleY(1.25)}
   80% {transform:scaleX(1) scaleY(1)}
   90% {transform:scaleX(1.25) scaleY(1.25)}
   100% {transform:scaleX(1) scaleY(1)}
}
.shortstory_item.grid_view .favorite .fav_add::before, 
.shortstory_item .favorite .fav_add::before {color:#20d8e8;font-family:'remixicon'!important;content:"\EE0B"}
.shortstory_item.grid_view .favorite .fav_add:hover::before,
.shortstory_item .favorite .fav_add:hover::before {color:#b2d351;font-family:'remixicon'!important;content:"\EE0A"}
.shortstory_item.grid_view .favorite .fav_del::before,
.shortstory_item .favorite .fav_del::before {color:#b2d351;font-family:'remixicon'!important;content:"\EE0A"}
.shortstory_item.grid_view .favorite .fav_del:hover::before,
.shortstory_item .favorite .fav_del:hover::before {color:#b2d351;font-family:'remixicon'!important;content:"\EE0B"}
.container {max-width: 1600px !important;}
.mani_col {flex: 0 0 320px !important; max-width: 320px !important;}
.main_content_body {flex: 1 1 auto !important; max-width: 100% !important;}
.main_content {margin-top: 0 !important;}
.content_wrap {padding-top: 0 !important;}
#dle-content {display: grid !important; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important; gap: 12px !important; width: 100% !important; grid-auto-rows: 1fr !important; transition: all 0.3s ease !important;}
#dle-content:has(.fullstory), #dle-content.has-fullstory {display: block !important; grid-template-columns: none !important; gap: 0 !important; grid-auto-rows: auto !important;}
.shortstory_item.grid_view, .shortstory_item {width: 100% !important; height: 100% !important; margin: 0 !important; padding: 0 !important; display: flex !important; flex-direction: column !important; opacity: 1 !important; transition: opacity 0.3s ease !important;}
.shortstory_item_content {height: 100% !important; display: flex !important; flex-direction: column !important; transition: box-shadow 0.3s ease !important;}
.shortstory_item_content:hover {transform: none !important;}
.shortstory_item .title {min-height: 65px !important; max-height: 65px !important; display: flex !important; align-items: center !important; justify-content: center !important;}
.shortstory_item .title h3 {display: -webkit-box !important; -webkit-line-clamp: 3 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; text-overflow: ellipsis !important; line-height: 1.3 !important; max-height: 3.9em !important;}
.shortstory_item .btn_more {margin-top: auto !important;}
.fullstory, .full {width: 100% !important;}
.tg-btn {display: inline-flex; align-items: center; gap: 6px; padding: 8px 15px; background: #0088cc; color: #fff !important; border-radius: 8px; font-size: 14px; text-decoration: none; transition: background 0.3s;}
.tg-btn:hover {background: #0099dd; color: #fff !important;}
.menu-2col {display: grid !important; grid-template-columns: 1fr 1fr; gap: 3px;}
.menu-2col li {margin: 0 !important;}
.aside_title {display: flex !important; align-items: center !important; justify-content: space-between !important; flex-wrap: wrap !important;}
.aside_title h1 {font-size: 15px !important; font-weight: 600 !important; margin: 0 !important; color: #fff !important; flex: 1 !important; padding: 0 !important; background: none !important; border: none !important; box-shadow: none !important;}
.view-switcher {display: inline-flex; gap: 5px; background: rgba(255, 255, 255, 0.15); padding: 4px; border-radius: 8px; margin-left: 15px;}
.view-btn {padding: 8px 12px; background: transparent; border: none; color: rgba(255, 255, 255, 0.7); cursor: pointer; border-radius: 6px; transition: all 0.3s; font-size: 16px;}
.view-btn:hover {background: rgba(255, 255, 255, 0.25); color: #fff;}
.view-btn.active {background: #fff; color: #b2d351;}
#dle-content.view-list {display: block !important; grid-template-columns: none !important; grid-auto-rows: auto !important;}
.shortstory_item .short-list, .shortstory_item .short-rates {display: none !important;}
#dle-content.view-list .shortstory_item {width: 100% !important; max-width: none !important; margin: 0 0 20px 0 !important; padding: 0 !important; height: auto !important;}
#dle-content.view-list .shortstory_item_content {display: flex !important; flex-direction: row !important; align-items: flex-start !important; background: linear-gradient(135deg, rgba(244, 243, 238, 0.8) 0%, rgba(233, 252, 254, 0.9) 100%) !important; border-radius: 15px !important; overflow: hidden !important; transition: all 0.3s ease !important; height: auto !important; padding: 20px !important; border: 1px solid rgba(178, 211, 81, 0.1) !important;}
#dle-content.view-list .shortstory_item_content:hover {border-color: rgba(178, 211, 81, 0.4) !important; box-shadow: 0 8px 25px rgba(178, 211, 81, 0.2) !important; transform: none !important;}
#dle-content.view-list .shortstory_item_img {width: 170px !important; height: 250px !important; flex-shrink: 0 !important; margin-right: 20px !important; border-radius: 10px !important; padding: 0 !important; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;}
#dle-content.view-list .shortstory_item_img img {width: 100% !important; height: 100% !important; object-fit: cover !important; border-radius: 10px !important;}
#dle-content.view-list .shortstory_item_content_list {flex: 1 !important; display: flex !important; flex-direction: column !important; justify-content: space-between !important; padding: 0 !important;}
#dle-content.view-list .shortstory_top {margin-bottom: 10px !important; display: flex !important; align-items: flex-start !important; justify-content: space-between !important; flex-wrap: wrap !important;}
#dle-content.view-list .title {padding: 0 !important; justify-content: flex-start !important; min-height: auto !important; max-height: none !important; margin-bottom: 0 !important; flex: 1 !important;}
#dle-content.view-list .title h3 {font-size: 20px !important; margin-bottom: 0 !important; text-align: left !important; line-height: 1.5 !important; -webkit-line-clamp: unset !important; max-height: none !important; font-weight: 500 !important;}
#dle-content.view-list .title h3 a {color: #004845 !important; font-weight: 500 !important; transition: color 0.3s ease !important;}
#dle-content.view-list .title h3 a:hover {color: #b2d351 !important;}
#dle-content.view-list .short-rates {display: flex !important; align-items: center !important; gap: 10px !important; flex-wrap: wrap !important;}
#dle-content.view-list .short-rate-in {display: flex !important; align-items: center !important; background: rgba(178, 211, 81, 0.1) !important; padding: 5px 12px !important; border-radius: 20px !important; font-size: 13px !important; font-weight: 600 !important; color: #004845 !important;}
#dle-content.view-list .short-rate-in::before {content: attr(data-text) ": " !important; color: #9a9a9a !important; font-weight: 500 !important; margin-right: 5px !important;}
#dle-content.view-list .short-rate-kp {background: rgba(255, 108, 0, 0.1) !important; color: #ff6c00 !important;}
#dle-content.view-list .short-rate-imdb {background: rgba(245, 197, 24, 0.1) !important; color: #d4a000 !important;}
#dle-content.view-list .short-list {display: block !important; list-style: none !important; margin: 10px 0 !important; padding: 0 !important;}
#dle-content.view-list .short-list li {position: relative !important; margin: 5px 0 !important; padding-left: 0 !important; font-size: 14px !important; line-height: 1.5 !important; color: #004845 !important;}
#dle-content.view-list .short-list li a {color: #b2d351 !important; transition: color 0.3s ease !important; border-bottom: 1px dotted #b2d351 !important;}
#dle-content.view-list .short-list li a:hover {color: #90b030 !important; text-decoration: none !important; border-bottom-color: #90b030 !important;}
#dle-content.view-list .short-text {display: block !important; margin: 10px 0 !important; line-height: 1.7 !important; color: #5c5c5c !important; font-size: 14px !important;}
#dle-content.view-list .shortstory_bottom_left {display: none !important;}
#dle-content.view-list .shortstory_bottom {margin-top: 10px !important; display: flex !important; justify-content: flex-start !important; align-items: center !important;}
#dle-content.view-list .btn_more {bottom: 0 !important; margin: 0 !important; position: relative !important;}
#dle-content.view-list .btn_more a {border: none !important; height: auto !important; width: auto !important; padding: 10px 20px !important;}
#dle-content.view-list .year, #dle-content.view-list .rating {display: none !important;}
.seo-content {margin-top: 40px; padding: 25px; background: #f9f9f6; border-radius: 12px; border: 1px solid #e9fcfe; line-height: 1.8; color: #5c5c5c;}
.main_wrap {max-width: 100% !important;}
.asidebar_right {display: none !important;}
.DLEPush {position: fixed; z-index: 9999; width: auto; max-width: 400px;}
.DLEPush.top-right {top: 20px; right: 20px;}
.DLEPush-notification {background: #fff; border-left: 4px solid #f44336; border-radius: 8px; padding: 20px; margin-bottom: 15px; box-shadow: 0 5px 25px rgba(0,0,0,0.15); animation: slideIn 0.3s ease;}
.DLEPush-notification:empty {display: none;}
@keyframes slideIn {from { transform: translateX(400px); opacity: 0; } to { transform: translateX(0); opacity: 1; }}
.DLEPush-close {position: absolute; top: 10px; right: 10px; background: transparent; border: none; font-size: 20px; color: #999; cursor: pointer;}
.fcols-full {display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 30px; padding: 20px; background: linear-gradient(135deg, rgba(244, 243, 238, 0.8) 0%, rgba(233, 252, 254, 0.9) 100%); border-radius: 15px; border: 1px solid rgba(178, 211, 81, 0.1);}
.fleft-full {width: 200px; flex-shrink: 0;}
.fleft-full img {width: 100%; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);}
.fright-full {flex: 1; display: flex; flex-direction: column; gap: 15px;}
.short-header {display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 15px; margin-bottom: 10px;}
.short-title {flex: 1; font-size: 24px; font-weight: 600; color: #004845; line-height: 1.3;}
.short-rates {display: flex; align-items: center; gap: 10px; flex-wrap: wrap;}
.short-rate-in {display: flex; align-items: center; background: rgba(178, 211, 81, 0.1); padding: 5px 12px; border-radius: 20px; font-size: 13px; font-weight: 600; color: #004845;}
.short-rate-in::before {content: attr(data-text) ": "; color: #9a9a9a; font-weight: 500; margin-right: 5px;}
.short-rate-kp {background: rgba(255, 108, 0, 0.1) !important; color: #ff6c00 !important;}
.short-rate-imdb {background: rgba(245, 197, 24, 0.1) !important; color: #d4a000 !important;}
.short-list-full {list-style: none; margin: 0; padding: 0;}
.short-list-full li {position: relative; margin: 5px 0; font-size: 14px; line-height: 1.5; color: #004845;}
.short-list-full li span:first-child {color: #9a9a9a; font-weight: 500;}
.short-list-full li a {color: #b2d351; transition: color 0.3s ease; border-bottom: 1px dotted #b2d351;}
.short-list-full li a:hover {color: #90b030; border-bottom-color: #90b030;}
.short-meta {margin-top: auto; display: flex; align-items: center; gap: 15px;}
.rating-votes {display: flex; align-items: center; gap: 10px; background: rgba(178, 211, 81, 0.1); padding: 8px 15px; border-radius: 25px;}
.vote-btn {background: transparent; border: none; cursor: pointer; font-size: 24px; padding: 5px; transition: transform 0.2s ease;}
.vote-btn:hover {transform: scale(1.2);}
.vote-count-wrapper {min-width: 40px; text-align: center;}
.vote-count {font-weight: 700; font-size: 18px; color: #004845;}
.vote-count.vote-positive {color: #06b601 !important;}
.vote-count.vote-negative {color: #ff0e0e !important;}
.featured {display: grid !important; grid-template-columns: repeat(6, 1fr) !important; gap: 15px !important;}
.featured_item {flex: none !important; max-width: none !important; padding: 0 !important;}
.shortstory_item.grid_view .title,
.shortstory_item .title {padding: 10px 15px 0; display: flex; justify-content: center;}
.shortstory_item.grid_view .title h3,
.shortstory_item .title h3 {text-align: center;line-height: 1.1rem;}
.shortstory_item.grid_view .title h3 a,
.shortstory_item .title h3 a {font-size: 14px;color: #004845;display: block;}
.shortstory_item.grid_view .btn_more,
.shortstory_item .btn_more {display: flex; justify-content: center; position: relative; bottom: -23px;margin-top: -17px;}
.shortstory_item.grid_view .btn_more a,
.shortstory_item .btn_more a {background:#b2d351;color:#fff;line-height:1;display:inline-flex;align-items:center;justify-content:center;border:7px solid #ffffff;border-radius:8px;width:154px;height:46px; overflow: hidden; position: relative; font-weight: 700; font-size: 14px; transition: all 0.3s ease;}
.shortstory_item.grid_view .btn_more a:hover,
.shortstory_item .btn_more a:hover {box-shadow: 0 4px 15px rgba(178, 211, 81, 0.4);}
.shortstory_item.grid_view .btn_more a span,
.shortstory_item .btn_more a span {display:inline-flex;align-items:center; position: relative;}
.shortstory_item.grid_view .btn_more a span [class*="ri-"],
.shortstory_item .btn_more a span [class*="ri-"] {font-weight: normal; font-size: 18px; margin-right: 6px; margin-top: 0;}
.shortstory_item.list_view {display: block; width:100%; margin-bottom: 5px;}
.shortstory_item.list_view img {position:relative;}
.shortstory_item.list_view .shortstory_item_content {display: flex; flex-wrap: wrap; background: #f9f9f6;}
.shortstory_item.list_view .shortstory_item_content .shortstory_item_content_list {flex:1;padding:12px;display:flex;flex-direction:column;justify-content:space-between}
.shortstory_item.list_view .shortstory_item_img {height: 250px; width: 180px; padding: 10px;}
.shortstory_item.list_view .shortstory_top {display: flex; flex-wrap: wrap; justify-content: space-between;align-items: start; margin-bottom: 10px;}
.shortstory_item.list_view .shortstory_top .title {padding: 0px; flex: 1;justify-content: left;}
.shortstory_item.list_view .shortstory_top .title h3 {text-align: left; line-height: 1.2rem;}
.shortstory_item.list_view .shortstory_top .title a {font-size: 16px; font-weight: 600;}
.shortstory_item.list_view .shortstory_top .rating_list {flex: 0 0 60px; max-width: 60px; display: inline-flex; justify-content: flex-end;; align-items: center;}
.shortstory_item.list_view .shortstory_top .rating_list .rating {position: relative;left: 0; top: 0;}
.shortstory_item.list_view .shortstory_middle {display:flex;align-items:center;flex-wrap:wrap;}
.shortstory_item.list_view .shortstory_middle .year {position: relative; right: 0; top: 0; margin-right: 20px;}
.shortstory_item.list_view .shortstory_middle .date {font-size:11px;display:inline-flex;align-items:center; color: #a1a1a1;}
.shortstory_item.list_view .shortstory_middle .date [class*="ri-"] {margin-right: 5px; font-size: 14px;margin-top: -1px;}
.shortstory_item.list_view .shortstory_bottom {margin-bottom: -35px;margin-top: 15px; justify-content: space-between; display: flex; align-items: center; flex-wrap: wrap;}
.shortstory_item.list_view .shortstory_bottom .btn_more {display: inline-flex; bottom: 0; margin: 0;}
.shortstory_item.list_view .shortstory_bottom .shortstory_bottom_right {display: inline-flex;align-items: center;margin-right: -7px;}
.shortstory_item.list_view .shortstory_bottom .favorite {display:inline;position:relative;margin-right:5px}
.shortstory_item.list_view .shortstory_bottom .favorite [class*="fav_"] {border:7px solid #ffffff;width:46px;height:46px; background: #f9f9f6;}
.shortstory_item.list_view .shortstory_bottom .shortstory_bottom_left {flex: 1;}
.shortstory_item.list_view .shortstory_bottom .shortstory_bottom_left > * {border:7px solid #ffffff;height:46px;background:#f9f9f6;display:inline-flex;align-items:center;justify-content:center;position:relative;margin-right:5px;border-radius:25px;padding:0 10px;color:#a1a1a1;font-size:12px}
.shortstory_item.list_view .shortstory_bottom .shortstory_bottom_left > * [class*="ri-"] {font-size: 14px; margin-right: 5px;}
.mfp-container {padding: 0 90px;}
.mfp-figure::after {box-shadow: none;background: transparent;}
.mfp-arrow-right {right: 17px;}
.full #m-cont {display:flex;flex-wrap:wrap;margin-top:-10px;padding:0}
.fullstory + .footer .seo {display: none;}
.fullstory {padding: 20px;}
.fullstory h1.title {background:#f9f9f6;border-radius:25px;font-size:16px;font-weight:600;padding:4px 20px 4px 15px;position:relative;line-height:1.4rem;min-height:32px; margin-bottom: 10px; display: flex; justify-content: flex-start;}
.fullstory h1.title a {color: #004845;font-weight: 600;}
.fullstory h1.title [class*="ri-"] {color:#20d8e8;font-weight:normal;font-size:18px;margin-right:0;position:relative;left:-7px;line-height:1;top:3px}
.fullstory .top_info {display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;color:#a1a1a1; margin-bottom: 10px;}
.fullstory .top_info a {color:#a1a1a1}
.fullstory .top_info div.inf {font-size: 12px;display: inline-flex; align-items: center;}
.fullstory .top_info div.inf [class*="ri-"] {font-size: 14px; margin-right: 5px; line-height: 1;}
.fullstory .top_info div.inf span {margin-right:10px; display: inline-flex; align-items: center;}
.fullstory .top_info .favorite {font-size: 14px;display: inline-flex; align-items: center;}
.fullstory .top_info .favorite [class*="ri-"] {font-size: 15px; margin-right: 5px; line-height: 1;}
.fullstory .top_info .favorite [class*="-fill"] {color: #b2d351;}
.fullstory .right_col {display:flex; align-items: center;}
.edit_rating .rating_block {margin-left: 20px;}
.rating_block {margin-left:5px;display:inline-flex;align-items:center}
.rating_block .dislike a,
.rating_block .like a { color: #ffffff; height: 32px; display: inline-flex; align-items: center; justify-content: center; padding: 4px 10px; position: relative; overflow: hidden;}
.rating_block .dislike a {background: #f46843; border-radius: 25px 0 0 25px;}
.rating_block .dislike a:hover {box-shadow: 0 7px 13px 0 rgba(244, 104, 67, .32); opacity: .9}
.rating_block .dislike a span {color: #f46843;}
.rating_block .like a {background:#b2d351;border-radius:0 25px 25px 0}
.rating_block .like a:hover {box-shadow:0 7px 13px 0 rgba(172,203,81,.38); opacity:.9}
.rating_block .like a span {color:#b2d351;}
.rating_block a span { background:#fff;font-weight:700;font-size:10px;line-height:1;padding:0px 5px;border-radius:25px; text-align: center; height: 15px; min-width: 10px; display: inline-flex;align-items: center; justify-content: center;}
.rating_block .dislike a [class*="ri-"],
.rating_block .like a [class*="ri-"] {font-size:16px;font-weight:normal}
.rating_block .dislike a  [class*="ri-"] {margin-left: 7px;}
.rating_block .like a [class*="ri-"] {margin-right: 7px;}
.rating_block > span {height: 32px; display: inline-flex; align-items: center; padding: 4px 10px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.rating_block.type a i {margin: 0 !important;}
.edit_rating {display:inline-flex;align-items:center}
.edit {line-height:1;font-size:18px;margin-left:10px;margin-right:-10px;position:relative;top:2px}
.edit a [class*="ri-"] {color:#a1a1a1;transition:all .3s ease 0s;left:0}
.edit a:hover [class*="ri-"] {color:#004845}
.fullstory .top_content {display: flex; flex-wrap: wrap;margin-bottom: 20px;}
.fullstory .top_content_poster {flex: 0 0 180px; max-width: 180px; margin-right: 20px;}
.fullstory .top_content_poster img {display: block; width: auto; height: auto; margin: 0 auto; border-radius: 10px;}
.fullstory .top_content_info {background: #004845; border-radius: 10px; flex: 1; padding: 15px; color: #f4f3ee;}
.fullstory .top_content_info > li {display:flex;flex-wrap:wrap;align-items:center;min-height:35px;padding:8px 20px}
.fullstory .top_content_info > li span.category {text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width: 260px;flex:1;color:#f4f3ee}
.fullstory .top_content_info > li:nth-child(2n+1) {background: #0d514e; border-radius: 25px; }
.fullstory .top_content_info > li > span {color: #b2d351; flex: 0 0 100px; max-width: 140px; margin-right: 5px;}
.fullstory .top_content_info > li > span + span {color: #fff; max-width: 100%; flex: 1;}
.fullstory .top_content_info > li a {color: #f4f3ee;}
.fullstory .top_content_info > li a:hover {text-decoration: underline;}
.fullstory .top_content_info > li a::after {content: ','; margin-right: 3px;}
.fullstory .top_content_info > li a:last-child::after {display: none;}
.fcols-full {display: flex; flex-wrap: wrap; margin-bottom: 20px;}
.fleft-full {flex: 0 0 200px; max-width: 200px; margin-right: 20px;}
.fleft-full img {display: block; width: 100%; height: auto; border-radius: 10px;}
.fright-full {flex: 1; display: flex; flex-direction: column; justify-content: space-between;}
.short-header {display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; flex-wrap: wrap;}
.short-title {font-size: 20px; font-weight: 600; color: #004845; flex: 1; margin: 0; padding-right: 20px;}
.short-rates {display: flex; gap: 10px; align-items: center;}
.short-rate-in {padding: 5px 12px; border-radius: 5px; font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 5px;}
.short-rate-in::before {content: attr(data-text); font-weight: 500; font-size: 12px;}
.short-rate-kp {background: #ff6b00; color: #fff;}
.short-rate-imdb {background: #f5c518; color: #000;}
.short-list-full {list-style: none; margin: 0 0 15px 0; padding: 0;}
.short-list-full li {padding: 6px 0; border-bottom: 1px solid #e0e0e0; font-size: 14px; color: #333;}
.short-list-full li:last-child {border-bottom: none;}
.short-list-full li span {font-weight: 600; color: #004845; margin-right: 5px;}
.short-meta {display: flex; align-items: center; gap: 15px;}
.rating-votes {display: flex; align-items: center; gap: 10px; background: #f4f3ee; padding: 8px 15px; border-radius: 25px;}
.vote-btn {background: transparent; border: none; cursor: pointer; padding: 5px 10px; transition: all 0.3s ease; font-size: 20px;}
.vote-btn:hover {transform: scale(1.2);}
.vote-count-wrapper {display: flex; align-items: center;}
.vote-count {font-weight: 700; font-size: 16px; color: #004845; min-width: 30px; text-align: center;}
.vote-count.vote-positive {color: #b2d351;}
.vote-count.vote-negative {color: #f46843;}
.section_head {background:#f9f9f6;border-radius:25px;font-size:16px;font-weight:600;padding:4px 20px 4px 15px;position:relative;line-height:1.4rem;display:flex; min-height:32px; justify-content:flex-start; margin-bottom: 10px;}
.section_head [class*="ri-"] {color:#20d8e8;font-weight:normal;font-size:18px;margin-right:0;position:relative;left:-7px;line-height:1;top:2px}
.section_head.green [class*="ri-"] {color:#b2d351;}
.full_descr {margin-bottom: 20px;font-size: 14.8px !important;}
.ftext-content {max-height: 200px; overflow: hidden; transition: max-height 0.5s ease; position: relative;}
.ftext-content:not(.expanded)::after {content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 80px; background: linear-gradient(to bottom, transparent, #f4f3ee); pointer-events: none;}
.btn-show-more {padding: 10px 25px; background: #b2d351; color: #fff; border: none; border-radius: 20px; font-weight: 600; cursor: pointer; font-size: 14px; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 5px;}
.btn-show-more:hover {box-shadow: 0 5px 15px rgba(178, 211, 81, 0.4);}
.js .ftabs .tabs-b  {display:none;}
.masha_index  {display:none !important;}
.js .ftabs .tabs-b.visible {display:block;}
.ftabs .tabs-sel {background-color:#f9f9f6;}
.ftabs .tabs-sel span {display:inline-block; padding:10px 15px; vertical-align:top; cursor:pointer; font-weight:bold;}
.ftabs .tabs-sel span.current {background-color:#b2d351; color:#000000;}
.tabs-sel-enhanced {display: flex; gap: 10px; padding: 15px 0; background: #16171d; border-radius: 10px 10px 0 0;}
.player-tab-btn {flex: 1; padding: 12px 20px; background: #2a2d3a; border: 2px solid transparent; color: #8c93a8; border-radius: 8px; font-weight: 600; font-size: 15px; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center;}
.player-tab-btn:hover {background: #383b4d; border-color: #b2d351; color: #b2d351;}
.player-tab-btn.current {background: #b2d351; border-color: #b2d351; color: #fff;}
.player-tab-btn i {font-size: 16px;}
.video-box {width: 100%; position: relative; min-height: 450px; background: #000; border-radius: 0 0 10px 10px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {width: 100%; max-width:100% !important; height:400px; display:block;}
.player-loader {display: flex; align-items: center; justify-content: center; background: #000; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease;}
.player-loader.active {opacity: 1; visibility: visible;}
.loader-content {text-align: center; color: #b2d351;}
.loader-content .ri-spin {font-size: 48px; display: block; margin-bottom: 15px; animation: spin 1s linear infinite;}
@keyframes spin {to { transform: rotate(360deg); }}
.loader-content p {color: #8c93a8; font-size: 16px; margin: 0;}
.mejs-container {max-width:100% !important;}
.quote {border-left:3px solid #b2d351;padding:12px 20px;font-size:14px;line-height:1.4rem;font-weight:600;background:#f9f9f6;hyphens:auto}
.full_descr li {font-size:14px!important}
.full_descr br+span {color:#004845!important;font-size:14px!important}
.full_descr table {width:100%!important}
.promo-section {margin: 30px 0; padding: 0; max-width: 100%; text-align: center; transition: opacity 0.3s ease; display: block;}
.promo-section.hidden {display: none !important;}
.promo-content {background: #f4f3ee; border: 2px dashed #b2d351; border-radius: 10px; overflow: hidden;}
.promo-section .ad-placeholder {min-height: 250px; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #666; padding: 20px;}
.fixed-comment-banner {position: fixed; bottom: 20px; left: 20px; max-width: 400px; background: #fff; border: 2px solid #b2d351; border-radius: 10px; color: #004845; padding: 20px; box-shadow: 0 5px 25px rgba(0,0,0,0.2); z-index: 9999; transform: translateX(0); transition: transform 0.3s ease, opacity 0.3s ease; opacity: 1;}
.fixed-comment-banner.hidden {transform: translateX(-450px); opacity: 0; pointer-events: none;}
.banner-dismiss {position: absolute; top: 10px; right: 10px; background: transparent !important; border: none !important; color: #999 !important; cursor: pointer; font-size: 18px !important; padding: 0 !important; width: 30px !important; height: 30px !important; display: flex !important; align-items: center; justify-content: center; border-radius: 4px !important; transition: all 0.2s ease; line-height: 1 !important; min-width: auto !important; box-shadow: none !important; text-shadow: none !important;}
.banner-dismiss:hover {background: rgba(0,0,0,0.05) !important; color: #004845 !important; box-shadow: none !important;}
.banner-content {display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center;}
.banner-content .ri-chat-3-line {font-size: 32px; color: #b2d351;}
.banner-content p {margin: 0; font-size: 15px; color: #004845;}
.banner-content p strong {color: #b2d351;}
.banner-close {padding: 10px 20px; background: #b2d351; border: none; border-radius: 25px; color: #fff; font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: all 0.2s ease;}
.banner-close:hover {box-shadow: 0 5px 15px rgba(178, 211, 81, 0.4);}

.full_descr {line-height: 1.7;}
.full_descr a {text-decoration: underline; color: #5278b1;}
.full_descr img:not(.emoji), .full_descr p, .full_descr h1, .full_descr h2, .full_descr h3, .full_descr h4, .full_descr h5, 
.full_descr > ul, .full_descr > ol, .full_descr table, .page__title {margin-bottom: 20px; list-style:none;}
.full_descr > img[style*="left"], .full_descr > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full_descr > img[style*="right"], .full_descr > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full_descr > ol li {padding-left: 60px; position: relative;}
.full_descr > ul li {padding-left: 50px;position: relative;}
.full_descr > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid #b2d351; position: absolute; top: 4px; left: 20px;}
.full_descr > ol {counter-reset: num;}
.full_descr > ol li:before {content: counter(num); counter-increment: num; background-color: #b2d351; color: #fff; 
	position: absolute; top: -1px; left: 17px; width: 25px; height: 25px; font-size: 13px; line-height:25px; text-align:center; box-sizing: border-box;}
.full_descr > ul li + li, .full_descr > ol li + li {margin-top: 10px;}
.full_descr > *:last-child {margin-bottom: 0;}
.screens {margin-bottom: 20px;}
.screen_hidden {display:none;}
.screens_content .screen_item {overflow:hidden;flex:0 0 198px;max-width:198px;border-radius:5px;margin:0 10px;position:relative}
.screens_content .screen_item a {width:100%;display:block;height:100%;position:relative}
.screens_content .contenedor {height:120px;display:flex;white-space:nowrap}
.screens_content img.img_presentacion_mini {width:198px;min-height:100%;object-fit:cover;display:block;margin-right:10px;cursor:pointer;position:relative}
.screens_content .contenedor_scroll {top:0;max-width:100%;height:140px;position:relative;margin:0 auto;padding:0;overflow-x:auto;-webkit-overflow-scrolling:touch;z-index:0}
.contenedor_scroll{overflow-x:scroll!important;scrollbar-color:#b2d351 #f4f3ee;scrollbar-width:thin;overflow-y:hidden}
.contenedor {margin-left: -10px;}
.screens ::-webkit-scrollbar {height:7px;width:7px;background:#f4f3ee}
.screens ::-webkit-scrollbar-track {background:#f4f3ee}
.screens ::-webkit-scrollbar-thumb {background:#b2d351;outline:transparent solid 1px;border-radius:1ex}
.screens ::-webkit-scrollbar-corner {background:#f4f3ee}
.info_download {background: #f4f3ee; color: #848484; padding: 12px 15px; border-radius: 10px; text-align: center; margin-bottom: 20px;}
.download_content {background:#004845;border-radius:10px;padding:45px 20px 35px;color:#f4f3ee;margin-bottom:20px}
.download_content_body {background: #0d514e; border-radius: 10px;}
.download_content_top_btns {display:flex;justify-content:space-between;align-items:center; padding: 0 12px; position: relative; top: -32px;}
.download_content_top_btns [class*="btn_"] {border-radius:50px;height:64px;display:inline-flex;align-items:center;padding: 7px 10px;border:7px solid #004845;color:#000000;text-transform:uppercase;flex-wrap:wrap;font-weight:600;flex:0 0 calc(50% - 6px);max-width:calc(50% - 6px); line-height: 1.1rem; overflow: hidden;}
.download_content .btn_complain {background: #f46843;}
.download_content .btn_how_to {background: #b2d351;}
.download_content_top_btns [class*="btn_"] span.icon_btn {padding: 4px 4px 4px 5px;background:#ffffff;display:inline-flex;width:30px;height:30px;border-radius:25px;align-items:center;justify-content:center;  margin-right: 10px;margin-left: 1px;}
.download_content_top_btns [class*="btn_"] small {display: block; text-transform: none; font-size: 13px; font-weight: 500;}
.download_content_top_btns [class*="btn_"] [class*="ri-"] {font-weight: normal;font-size: 26px;line-height: 1;}
.download_content .btn_complain [class*="ri-"] {color: #f46843;}
.download_content .btn_how_to [class*="ri-"] {color: #b2d351;}
.download_content_bottom_btns {display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:0 12px;position:relative;bottom:-23px}
.download_content_bottom_btns .download a {background:#b2d351;height:60px;display:inline-flex;align-items:center;border-radius:25px;border:7px solid #004845;color:#000000;font-size:14px;font-weight:500;padding:0 15px;overflow:hidden}
.media_get_content {padding: 0 20px; margin-bottom: 10px;}
.media_get {background:#f4f3ee;border-radius:50px;display:flex;padding:15px;justify-content:space-between;flex-wrap:wrap;align-items:center}
.media_get small {display: block;}
.media_get .text_media {transition:all .3s ease 0s;display: inline-flex;align-items: center; text-transform: uppercase; font-size: 24px; font-weight: 700; color: #000000;}
.media_get .text_media .icon_cloud {transition:all .3s ease 0s;display: inline-flex;align-items: center; justify-content: center; background: #b2d351; line-height: 1; width: 45px; height: 45px; border-radius: 25px; color: #ffffff; margin-right: 12px;}
.media_get .text_media .icon_cloud [class*="ri-"] {transition:all .3s ease 0s;font-size: 34px; line-height: 1; margin-right: -1px;}
.media_get .text_media small {text-transform: none; font-weight: 500; font-size: 12px;padding-left: 1px;}
.media_get .size_file {color: #000000;transition:all .3s ease 0s; font-size: 24px; font-weight: 700;margin-top: -6px;margin-right: 10px;}
.media_get .size_file small {font-weight: 500; font-size: 14px; margin-bottom: 2px;}
.media_get:hover {background: #b2d351;}
.media_get:hover .text_media {color: #f4f3ee;transition:all .3s ease 0s;}
.media_get:hover .text_media .icon_cloud {background: #f4f3ee;}
.media_get:hover .text_media .icon_cloud [class*="ri-"] {color: #b2d351;}
.media_get:hover .size_file {color: #f4f3ee;}
.share span, .share a {background: #0d514e; display: inline-flex; align-items: center; justify-content: center; height: 46px; line-height: 1; border-radius: 25px; border: 7px solid #004845; min-width: 46px; overflow: hidden;}
.share span {padding:0 15px;color:#c4ccc7;font-size:13px}
.share a {margin-left: 1px; color: #20d8e8;}
.share a:hover {background:#20d8e8;color:#fff}
.share a i {transition:all .3s ease 0s;font-size:14px}
.share a:hover i {transform:scale(1.25)}
.comments .comments_head {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.comments .comments_head .section_head {margin-bottom: 0;flex: 1;}
.comments .comments_head .show_form {flex: 0 0 200px; max-width: 200px; height: 32px; display: inline-flex; align-items: center; justify-content: center; background: #b2d351; border-radius: 25px;transition: all 0.3s ease 0s; margin-left: 20px;}
.comments .comments_head .show_form:hover {box-shadow: 0 7px 13px 0 rgba(172,203,81,.38);opacity: .9;}
.add_comm_form {margin-top: 20px;display:none;background:#f9f9f6;border-radius:10px;padding:20px}
.comm_form_bottom {display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; margin-top: 20px;}
.comm_form_bottom button[type="submit"] {height:32px;display:inline-flex;align-items:center;justify-content:center;background:#20d8e8;border-radius:25px;transition:color .3s ease 0s, background .3s ease 0s;margin-left:20px;padding:0 20px; overflow: hidden;}
.comm_form_bottom button[type="submit"]:hover {background:#1ac0cf;}
.comments_content {margin-bottom: 20px;}
.comment_item {margin: 30px 0 0;}
.comment_message {background: #f9f9f6; padding: 15px 20px; border-radius: 10px; hyphens: auto;}
.comment_item_top {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;margin-bottom: 10px;}
.comm_user {display: inline-flex; align-items: center;}
.comm_user .comm_user_avatar {width: 40px; height: 40px; overflow: hidden; border-radius: 25px; margin-right: 15px;}
.comm_user .comm_user_avatar img {width: 40px; height: 40px; display: block; object-fit: cover; border-radius: 25px;}
.comm_user_info {display:inline-flex;flex-direction:column;justify-content:space-between}
.comm_user_info a {font-weight: 700; color: #004845;}
.comm_user_info .date {display: flex; font-size: 10px; align-items: center; color: #a1a1a1;}
.comm_user_info .date [class*="ri-"] {margin-right: 5px; font-size: 12px;}
.comm_control {display:inline-flex;align-items:center;justify-content:flex-end}
.control_panel {margin-left:20px;font-size:16px;display:inline-flex;align-items:center}
.control_panel > a {padding: 5px; color: #a1a1a1;}
.control_panel > a:hover {color: #14838c;}
.comm_control .like, .comm_control .dislike {position: relative;}
.comm_control .like [class*="ri-"], .comm_control .dislike [class*="ri-"] {font-weight: normal;}
.comm_control .like > span, .comm_control .dislike > span {position:absolute;bottom:100%;display:inline-flex;left:0;right:0;font-size:10px;margin-bottom:-2px; font-weight: 700;padding: 0 7px;justify-content: center;}
.comm_control .like span {color: #b2d351;}
.comm_control .dislike span {color: #f46843;}
#comment + .comments-tree-list {padding: 0;}
[id*="comments-tree-item"] ol {padding-left:30px}
.up-img {width:100px; height:100px; border-radius:3px; border:5px solid #FFF; box-shadow:2px 2px 5px 0 rgba(0,0,0,0.2); 
position:absolute; left:30px; bottom:-30px;}
.user-popup {padding:20px 0; position:relative; margin:-20px;}
.upop-left {width:28%; float:left; position:relative; z-index:50; text-align:center;}
.upop-left .up-img {position:static; display:block; margin:0 auto 10px auto;}
.upop-right {width:72%; float:right;}
.upop-right li {padding:5px 0;}
.fx-row {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;}
.us-prof {border:0px solid #ebeef3; background-color:#FFF; margin-bottom:20px; box-shadow: 0 1px 4px rgba(0,0,0,0.2);}
.usp-left {width:240px; padding:20px; background-color:#222; color: #fff; text-align:center; position:relative;}
.usp-right {width:calc(100% - 240px); width:-webkit-calc(100% - 240px); padding:20px;}
.usp-status {position:absolute; left:0; top:0;}
.offline, .online {padding:3px 5px; display:inline-block; color: #fff; background-color: #626262;}
.online {background:#99ce1b;}
.usp-av {width:100px; height:100px; border:5px solid #333; margin:0 auto;}
.usp-activ {margin:10px -20px 0 -20px; background-color:#333; color:#fff;}
.usp-activ > div {width:50%; float:left; padding:10px 0;}
.usp-activ > div div {font-weight:700; font-size:16px;}
.usp-activ > div + div {border-left:3px solid #222;}
.usp-left .usp-btn a {display:block; margin-top:10px; margin-right: 0; padding: 7px 15px !important; font-size:12px;}
.usp-name {margin:-20px -20px 10px -20px; padding:20px; border-bottom:1px solid #f0f0f0; background-color:#f8f8f8;}
.usp-name h1 {font-size:18px; font-weight:700; margin-bottom:5px;}
.usp-group span {color:#fa5800 !important; font-weight:700;}
.usp-meta li {padding:7px 10px; list-style: none;}
.usp-meta li a {text-decoration:underline;}
.usp-meta li:nth-child(2n+1) {background-color:#f5f5f5;}
.clrfix:after {content: ""; display: table; clear: both;}

@media screen and (max-width: 760px) {
.up-first {padding:20px 10px; height:auto; text-align:center;}
.up-img {position:relative; margin:10px auto; left:0; bottom:0;}
.up-status {position:relative; margin:0 auto; left:0; bottom:0;}
.up-second, .up-edit {padding:20px 10px;}
.usp-left {width:100%;}
.usp-right {width:100%}
}
.heading {font-weight:700;background:#f9f9f6;padding:3px 15px;border-radius:25px;margin-bottom:15px}
#searchsuggestions {width:100%;max-width:490px;box-shadow:0 6px 12px rgba(0,72,69,.2);border:0}
.rating,
.unit-rating {width:auto;height:auto}
[id*="-id-"] {padding:0!important}
#dropmenudiv {box-shadow:0 6px 12px rgba(0,72,69,.2);border:0}
.mass_comments_action {display: none !important;}
.addform li {list-style: none;}
.addform .imp {font-weight: 600; font-size: 16px;}
.addform .form-group {margin-bottom: 20px;}
.addform .form_submit {display:flex;justify-content:center;margin-top:20px;flex-wrap:wrap;align-items:center}
.btn, .usp-btn a,
.btn-border {width:auto;position:relative;overflow:hidden;direction:ltr;background:#b2d351;box-shadow:none;color:#ffffff;font-weight:600;padding:10px 20px!important;display:inline-flex;align-items:center;justify-content:center;border-radius:25px;margin-right:20px;position:relative;overflow:hidden;transition:all .3s ease 0s}
.btn:hover, .usp-btn a:hover,
.btn-border:hover {box-shadow:0 7px 13px 0 rgba(172,203,81,.32);transition:all .3s ease 0s;background:#b2d351}
.download_content_top_btns > a:first-child {display: contents;}
.add_comm_form li,
.comments_content li {list-style:none}
.fullstory .top_content_info {background:#004845;border-radius:10px;flex:1;padding:15px;color:#f4f3ee;overflow:hidden}
.fullstory .top_content_info>li span.category {text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:260px;flex:1;color:#f4f3ee}
.gray-theme.fr-toolbar .fr-command.fr-btn i,
.gray-theme.fr-popup .fr-command.fr-btn i,
.gray-theme.fr-toolbar .fr-command.fr-btn svg,
.gray-theme.fr-popup .fr-command.fr-btn svg {font-size:14px;width:14px;margin:12px;font-weight:normal}
#sendmail {width: 100%;}
.form_submit .c-captcha {display:inline-flex;}
#dlemasscomments {padding: 10px;}
.fullstory.info {padding:15px 20px;margin:0 20px 0px;background:#f4f3ee;border-radius:10px; width: 100%;}
.ui-form li.form-group {list-style:none}
.search_result {display:flex;flex-wrap:wrap;padding:0 10px; width: 100%;}
.search_result_num.grey {text-align: center;margin-top: 20px;background: #f9f9f6;padding: 7px 20px;border-radius: 25px;}
.ui-dialog {z-index:1000;box-shadow: 0 6px 12px rgba(0,72,69,.2);border: 0;}
.ui-button {border-radius: 25px;background-color: #b2d351;box-shadow:none; position:relative; overflow:hidden; height:auto;line-height: 1.2rem;}
.btn:hover, .bbcodes:hover, .ui-button:hover {background-color: #b2d351;box-shadow: 0 7px 13px 0 rgba(172,203,81,.32);transition: all 0.3s ease 0s;}
.ui-dialog-titlebar-close {height:32px; overflow:hidden;background: transparent;font-size: 0;right: 0;height: 20px;}
.ui-dialog-titlebar-close:hover {background: transparent;box-shadow:none;}
.ui-dialog-titlebar-close .ui-icon {margin: 0;}
.ui-dialog-content .userinfo li {list-style: none;}
.videoWrapper {position:relative; height:0;padding-bottom:56.25%; padding-top:25px; }
.videoWrapper iframe {position:absolute; top:0; left:0; width:100%; height:100%;}
.fullstory hr {
    opacity: .2;
    margin: 20px 0;
}
.someclass {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5000;
    }


#loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
}

#loader img {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

#content {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

#dle-content:has(.search-page) {display: block !important; grid-template-columns: none !important;}
.search-page {padding: 20px; background: #f9f9f6; border-radius: 12px; margin-bottom: 20px;}
.search-page .sub-title h1 {font-size: 22px; color: #004845; margin-bottom: 15px;}
.search-page .berrors {background: #e8f5e9; padding: 15px; border-radius: 8px; border-left: 4px solid #b2d351; margin-top: 15px;}
#dofullsearch, .dofullsearch {display: none !important;}
#searchtable {background: #fff; padding: 15px; border-radius: 10px; border: 1px solid #e9fcfe;}
#searchtable input[type="text"] {width: 100%; padding: 12px 15px; border: 2px solid #e9fcfe; border-radius: 8px; font-size: 14px; transition: border-color 0.3s;}
#searchtable input[type="text"]:focus {border-color: #b2d351; outline: none;}
#searchtable .bbcodes {padding: 10px 20px; background: #b2d351; color: #fff; border: none; border-radius: 8px; cursor: pointer; font-weight: 600; transition: all 0.3s;}
#searchtable .bbcodes:hover {background: #9cc029;}
.search-results-grid {display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; margin-top: 20px;}
#dle-content:has(.search-page) .shortstory_item {width: 100% !important; margin: 0 !important; padding: 0 !important;}

.container {max-width: 1600px !important;}
.mani_col {flex: 0 0 320px !important; max-width: 320px !important;}
.main_content_body {flex: 1 1 auto !important; max-width: 100% !important;}
.main_content {margin-top: 0 !important;}
.content_wrap {padding-top: 0 !important;}
#dle-content {display: grid !important; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important; gap: 12px !important; width: 100% !important; grid-auto-rows: 1fr !important; transition: all 0.3s ease !important;}
.shortstory_item.grid_view, .shortstory_item {width: 100% !important; height: 100% !important; margin: 0 !important; padding: 0 !important; display: flex !important; flex-direction: column !important; opacity: 1 !important; transition: opacity 0.3s ease !important;}
.shortstory_item_content {height: 100% !important; display: flex !important; flex-direction: column !important; transition: box-shadow 0.3s ease !important;}
.shortstory_item_content:hover {transform: none !important;}
.shortstory_item .title {min-height: 65px !important; max-height: 65px !important; display: flex !important; align-items: center !important; justify-content: center !important;}
.shortstory_item .title h3 {display: -webkit-box !important; -webkit-line-clamp: 3 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; text-overflow: ellipsis !important; line-height: 1.3 !important; max-height: 3.9em !important;}
.shortstory_item .btn_more {margin-top: auto !important;}
#dle-content:has(.fullstory), #dle-content.has-fullstory {display: block !important; grid-template-columns: none !important; gap: 0 !important; grid-auto-rows: auto !important;}
.fullstory, .full {width: 100% !important;}
.tg-btn {display: inline-flex; align-items: center; gap: 6px; padding: 8px 15px; background: #0088cc; color: #fff !important; border-radius: 8px; font-size: 14px; text-decoration: none; transition: background 0.3s;}
.tg-btn:hover {background: #0099dd; color: #fff !important;}
.menu-2col {display: grid !important; grid-template-columns: 1fr 1fr; gap: 3px;}
.menu-2col li {margin: 0 !important;}
.aside_title {display: flex !important; align-items: center !important; justify-content: space-between !important; flex-wrap: wrap !important;}
.aside_title h1 {font-size: 15px !important; font-weight: 600 !important; margin: 0 !important; color: #fff !important; flex: 1 !important; padding: 0 !important; background: none !important; border: none !important; box-shadow: none !important;}
.view-switcher {display: inline-flex; gap: 5px; background: rgba(255, 255, 255, 0.15); padding: 4px; border-radius: 8px; margin-left: 15px;}
.view-btn {padding: 8px 12px; background: transparent; border: none; color: rgba(255, 255, 255, 0.7); cursor: pointer; border-radius: 6px; transition: all 0.3s; font-size: 16px;}
.view-btn:hover {background: rgba(255, 255, 255, 0.25); color: #fff;}
.view-btn.active {background: #fff; color: #b2d351;}
#dle-content.view-list {display: block !important; grid-template-columns: none !important; grid-auto-rows: auto !important;}
.shortstory_item .short-list, .shortstory_item .short-rates {display: none !important;}
#dle-content.view-list .shortstory_item {width: 100% !important; max-width: none !important; margin: 0 0 20px 0 !important; padding: 0 !important; height: auto !important;}
#dle-content.view-list .shortstory_item_content {display: flex !important; flex-direction: row !important; align-items: flex-start !important; background: linear-gradient(135deg, rgba(244, 243, 238, 0.8) 0%, rgba(233, 252, 254, 0.9) 100%) !important; border-radius: 15px !important; overflow: hidden !important; transition: all 0.3s ease !important; height: auto !important; padding: 20px !important; border: 1px solid rgba(178, 211, 81, 0.1) !important;}
#dle-content.view-list .shortstory_item_content:hover {border-color: rgba(178, 211, 81, 0.4) !important; box-shadow: 0 8px 25px rgba(178, 211, 81, 0.2) !important; transform: none !important;}
#dle-content.view-list .shortstory_item_img {width: 170px !important; height: 250px !important; flex-shrink: 0 !important; margin-right: 20px !important; border-radius: 10px !important; padding: 0 !important; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;}
#dle-content.view-list .shortstory_item_img img {width: 100% !important; height: 100% !important; object-fit: cover !important; border-radius: 10px !important;}
#dle-content.view-list .shortstory_item_content_list {flex: 1 !important; display: flex !important; flex-direction: column !important; justify-content: space-between !important; padding: 0 !important;}
#dle-content.view-list .shortstory_top {margin-bottom: 10px !important; display: flex !important; align-items: flex-start !important; justify-content: space-between !important; flex-wrap: wrap !important;}
#dle-content.view-list .title {padding: 0 !important; justify-content: flex-start !important; min-height: auto !important; max-height: none !important; margin-bottom: 0 !important; flex: 1 !important;}
#dle-content.view-list .title h3 {font-size: 20px !important; margin-bottom: 0 !important; text-align: left !important; line-height: 1.5 !important; -webkit-line-clamp: unset !important; max-height: none !important; font-weight: 500 !important;}
#dle-content.view-list .title h3 a {color: #004845 !important; font-weight: 500 !important; transition: color 0.3s ease !important;}
#dle-content.view-list .title h3 a:hover {color: #b2d351 !important;}
#dle-content.view-list .short-rates {display: flex !important; align-items: center !important; gap: 10px !important; flex-wrap: wrap !important;}
#dle-content.view-list .short-rate-in {display: flex !important; align-items: center !important; background: rgba(178, 211, 81, 0.1) !important; padding: 5px 12px !important; border-radius: 20px !important; font-size: 13px !important; font-weight: 600 !important; color: #004845 !important;}
#dle-content.view-list .short-rate-in::before {content: attr(data-text) ": " !important; color: #9a9a9a !important; font-weight: 500 !important; margin-right: 5px !important;}
#dle-content.view-list .short-rate-kp {background: rgba(255, 108, 0, 0.1) !important; color: #ff6c00 !important;}
#dle-content.view-list .short-rate-imdb {background: rgba(245, 197, 24, 0.1) !important; color: #d4a000 !important;}
#dle-content.view-list .short-list {display: block !important; list-style: none !important; margin: 10px 0 !important; padding: 0 !important;}
#dle-content.view-list .short-list li {position: relative !important; margin: 5px 0 !important; padding-left: 0 !important; font-size: 14px !important; line-height: 1.5 !important; color: #004845 !important;}
#dle-content.view-list .short-list li a {color: #b2d351 !important; transition: color 0.3s ease !important; border-bottom: 1px dotted #b2d351 !important;}
#dle-content.view-list .short-list li a:hover {color: #90b030 !important; text-decoration: none !important; border-bottom-color: #90b030 !important;}
#dle-content.view-list .short-text {display: block !important; margin: 10px 0 !important; line-height: 1.7 !important; color: #5c5c5c !important; font-size: 14px !important;}
#dle-content.view-list .shortstory_bottom_left {display: none !important;}
#dle-content.view-list .shortstory_bottom {margin-top: 10px !important; display: flex !important; justify-content: flex-start !important; align-items: center !important;}
#dle-content.view-list .btn_more {bottom: 0 !important; margin: 0 !important; position: relative !important;}
#dle-content.view-list .btn_more a {border: none !important; height: auto !important; width: auto !important; padding: 10px 20px !important;}
#dle-content.view-list .year, #dle-content.view-list .rating {display: none !important;}
.seo-content {margin-top: 40px; padding: 25px; background: #f9f9f6; border-radius: 12px; border: 1px solid #e9fcfe; line-height: 1.8; color: #5c5c5c;}
.main_wrap {max-width: 100% !important;}
.asidebar_right {display: none !important;}
.DLEPush {position: fixed; z-index: 9999; width: auto; max-width: 400px;}
.DLEPush.top-right {top: 20px; right: 20px;}
.DLEPush-notification {background: #fff; border-left: 4px solid #f44336; border-radius: 8px; padding: 20px; margin-bottom: 15px; box-shadow: 0 5px 25px rgba(0,0,0,0.15); animation: slideIn 0.3s ease;}
.DLEPush-notification:empty {display: none;}
@keyframes slideIn {from {transform: translateX(400px); opacity: 0;} to {transform: translateX(0); opacity: 1;}}
.DLEPush-close {position: absolute; top: 10px; right: 10px; background: transparent; border: none; font-size: 20px; color: #999; cursor: pointer;}
.fcols-full {display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 30px; padding: 20px; background: linear-gradient(135deg, rgba(244, 243, 238, 0.8) 0%, rgba(233, 252, 254, 0.9) 100%); border-radius: 15px; border: 1px solid rgba(178, 211, 81, 0.1);}
.fleft-full {width: 200px; flex-shrink: 0;}
.fleft-full img {width: 100%; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);}
.fright-full {flex: 1; display: flex; flex-direction: column; gap: 15px;}
.short-header {display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 15px; margin-bottom: 10px;}
.short-title {flex: 1; font-size: 24px; font-weight: 600; color: #004845; line-height: 1.3;}
.short-rates {display: flex; align-items: center; gap: 10px; flex-wrap: wrap;}
.short-rate-in {display: flex; align-items: center; background: rgba(178, 211, 81, 0.1); padding: 5px 12px; border-radius: 20px; font-size: 13px; font-weight: 600; color: #004845;}
.short-rate-in::before {content: attr(data-text) ": "; color: #9a9a9a; font-weight: 500; margin-right: 5px;}
.short-rate-kp {background: rgba(255, 108, 0, 0.1) !important; color: #ff6c00 !important;}
.short-rate-imdb {background: rgba(245, 197, 24, 0.1) !important; color: #d4a000 !important;}
.short-list-full {list-style: none; margin: 0; padding: 0;}
.short-list-full li {position: relative; margin: 5px 0; font-size: 14px; line-height: 1.5; color: #004845;}
.short-list-full li span:first-child {color: #9a9a9a; font-weight: 500;}
.short-list-full li a {color: #b2d351; transition: color 0.3s ease; border-bottom: 1px dotted #b2d351;}
.short-list-full li a:hover {color: #90b030; border-bottom-color: #90b030;}
.short-meta {margin-top: auto; display: flex; align-items: center; gap: 15px;}
.rating-votes {display: flex; align-items: center; gap: 10px; background: rgba(178, 211, 81, 0.1); padding: 8px 15px; border-radius: 25px;}
.vote-btn {background: transparent; border: none; cursor: pointer; font-size: 24px; padding: 5px; transition: transform 0.2s ease;}
.vote-btn:hover {transform: scale(1.2);}
.vote-count-wrapper {min-width: 40px; text-align: center;}
.vote-count {font-weight: 700; font-size: 18px; color: #004845;}
.video-box {position: relative; width: 100%; margin: 0 auto; background: #000; border-radius: 0 0 10px 10px; min-height: 500px;}
.video-box iframe {width: 100%; height: 500px; display: block;}
.player-loader {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #000; z-index: 10; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease;}
.player-loader.active {opacity: 1; visibility: visible;}
.loader-content {text-align: center; color: #b2d351;}
.loader-content .ri-spin {font-size: 48px; display: block; margin-bottom: 15px; animation: spin 1s linear infinite;}
@keyframes spin {to {transform: rotate(360deg);}}
.loader-content p {color: #8c93a8; font-size: 16px; margin: 0;}
.vote-count.vote-positive {color: #06b601 !important;}
.vote-count.vote-negative {color: #ff0e0e !important;}
.featured {display: grid !important; grid-template-columns: repeat(6, 1fr) !important; gap: 15px !important;}
.featured_item {flex: none !important; max-width: none !important; padding: 0 !important;}